01M1AMMWSVXZPB243NPHHW4CQW: test

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

Buildomat Job: 01M1AMN8MY2JZWW6Z52BKBTZ09

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T00:50:03.334Zjob assigned to worker 01M1AMNAZ7PTCZ5RG2H33HQZXF [factory aws, i-014e726c675f86554] (queued for 53 s)
 
22026-08-31T00:50:09.299Zstarting task 0: "setup"
32026-08-31T00:50:09.305Z++ uname -s
42026-08-31T00:50:09.308Z+ kern=SunOS
52026-08-31T00:50:09.308Z+ build_user=build
62026-08-31T00:50:09.308Z+ build_uid=12345
72026-08-31T00:50:09.308Z+ work_dir=/work
82026-08-31T00:50:09.308Z+ input_dir=/input
92026-08-31T00:50:09.308Z+ [[ 0 == 12345 ]]
102026-08-31T00:50:09.308Z+ case "$kern" in
112026-08-31T00:50:09.308Z+ groupadd -g 12345 build
122026-08-31T00:50:09.308Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T00:50:11.603Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T00:50:11.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T00:50:11.609Z+ home_fs=zfs
162026-08-31T00:50:11.609Z+ [[ zfs == autofs ]]
172026-08-31T00:50:11.609Z+ mkdir -p /home/build
182026-08-31T00:50:11.609Z+ chown build:build /home/build /work
192026-08-31T00:50:13.524Z+ chmod 0700 /home/build /work
202026-08-31T00:50:13.528Zprocess exited: duration 4195 ms, exit code 0
 
212026-08-31T00:50:13.534Zstarting task 1: "rust-toolchain"
222026-08-31T00:50:13.538Z * rust toolchain channel = "1.90.0"
232026-08-31T00:50:13.538Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
242026-08-31T00:50:13.538Z * rust toolchain profile = "default"
252026-08-31T00:50:13.539Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T00:50:13.539Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T00:50:13.539Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T00:50:13.542Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T00:50:13.542Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-31T00:50:13.615Zinfo: downloading installer
312026-08-31T00:50:15.252Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T00:50:15.252Zwarn: /home/build/.rustup/settings.toml
332026-08-31T00:50:15.252Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T00:50:15.252Zwarn: instead of the one inferred from the default host triple.
352026-08-31T00:50:15.256Zinfo: profile set to default
362026-08-31T00:50:15.256Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T00:50:15.256Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-31T00:50:15.256Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-31T00:50:15.256Zinfo: downloading 6 components
402026-08-31T00:50:30.937Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-31T00:50:30.937Z
422026-08-31T00:50:30.966Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-31T00:50:30.966Z
442026-08-31T00:50:30.966Z
452026-08-31T00:50:30.966ZRust is installed now. Great!
462026-08-31T00:50:30.966Z
472026-08-31T00:50:30.966ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T00:50:30.966Zenvironment variable. This has not been done automatically.
492026-08-31T00:50:30.966Z
502026-08-31T00:50:30.966ZTo configure your current shell, you need to source
512026-08-31T00:50:30.966Zthe corresponding env file under $HOME/.cargo.
522026-08-31T00:50:30.966Z
532026-08-31T00:50:30.966ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T00:50:30.970Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T00:50:30.970Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T00:50:30.970Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T00:50:30.970Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T00:50:30.970Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T00:50:30.970Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T00:50:30.970Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T00:50:30.970Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T00:50:31.056Z+ rustup --version
632026-08-31T00:50:31.066Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T00:50:31.069Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T00:50:31.087Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-31T00:50:31.090Z+ cargo --version
672026-08-31T00:50:31.102Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-31T00:50:31.106Z+ rustc --version
692026-08-31T00:50:31.124Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-31T00:50:31.127Zprocess exited: duration 17592 ms, exit code 0
 
712026-08-31T00:50:31.134Zstarting task 2: "authentication"
722026-08-31T00:50:31.150Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T00:50:31.156Zstarting task 3: "clone repository"
742026-08-31T00:50:31.159Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-31T00:50:31.162Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-31T00:50:31.192ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-31T00:50:32.019Z+ cd /work/oxidecomputer/dendrite
782026-08-31T00:50:32.019Z+ git fetch origin 5b4323a19d105f567a808c04d1a50d714052851c
792026-08-31T00:50:32.333ZFrom https://github.com/oxidecomputer/dendrite
802026-08-31T00:50:32.333Z * branch 5b4323a19d105f567a808c04d1a50d714052851c -> FETCH_HEAD
812026-08-31T00:50:32.340Z+ [[ -n zl/vlan-range-fix ]]
822026-08-31T00:50:32.343Z++ git branch --show-current
832026-08-31T00:50:32.343Z+ current=main
842026-08-31T00:50:32.343Z+ [[ main != zl/vlan-range-fix ]]
852026-08-31T00:50:32.343Z+ git branch -f zl/vlan-range-fix 5b4323a19d105f567a808c04d1a50d714052851c
862026-08-31T00:50:32.346Z+ git checkout -f zl/vlan-range-fix
872026-08-31T00:50:32.364ZSwitched to branch 'zl/vlan-range-fix'
882026-08-31T00:50:32.367Z+ git reset --hard 5b4323a19d105f567a808c04d1a50d714052851c
892026-08-31T00:50:32.370ZHEAD is now at 5b4323a [vlan] bound VLAN IDs to 1..=4094 per IEEE 802.1Q
902026-08-31T00:50:32.372Zprocess exited: duration 1214 ms, exit code 0
 
912026-08-31T00:50:32.378Zstarting task 4: "build"
922026-08-31T00:50:32.382Z+ source .github/buildomat/common.sh
932026-08-31T00:50:32.382Z++ TOFINO_STAGES=20
942026-08-31T00:50:32.382Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-31T00:50:32.382Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-31T00:50:32.382Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-31T00:50:32.384Z+++ uname -s
982026-08-31T00:50:32.384Z++ '[' SunOS == SunOS ']'
992026-08-31T00:50:32.384Z++ SERIES=illumos
1002026-08-31T00:50:32.385Z+++ uname -s
1012026-08-31T00:50:32.387Z++ '[' SunOS == SunOS ']'
1022026-08-31T00:50:32.387Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-31T00:50:32.387Z++ rustup show active-toolchain
1042026-08-31T00:50:32.391Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-31T00:50:32.394Z+ source .github/buildomat/illumos.sh
1062026-08-31T00:50:32.394Z++ banner 'sde setup'
1072026-08-31T00:50:32.394Z
1082026-08-31T00:50:32.394Z #### ##### ###### #### ###### ##### # # #####
1092026-08-31T00:50:32.394Z # # # # # # # # # # #
1102026-08-31T00:50:32.394Z #### # # ##### #### ##### # # # # #
1112026-08-31T00:50:32.394Z # # # # # # # # # #####
1122026-08-31T00:50:32.394Z # # # # # # # # # # # #
1132026-08-31T00:50:32.394Z #### ##### ###### #### ###### # #### #
1142026-08-31T00:50:32.394Z
1152026-08-31T00:50:32.394Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-31T00:50:32.394Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-31T00:50:32.394Z++ export PKG=tofino_sde.p5p
1182026-08-31T00:50:32.394Z++ PKG=tofino_sde.p5p
1192026-08-31T00:50:32.394Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-31T00:50:32.399Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-31T00:50:32.402Z Dload Upload Total Spent Left Speed
1222026-08-31T00:50:33.344Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 80.55M 0 0 100 76.03M 100 76.03M 0 0 80.55M 0 0 100 76.03M 100 76.03M 0 0 80.54M 0 0
1232026-08-31T00:50:33.348Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-31T00:50:33.400Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-31T00:50:33.403Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-31T00:50:33.403Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-31T00:50:36.985Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-31T00:50:37.392Z Startup: Caching catalogs ... Done
1292026-08-31T00:50:37.451Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-31T00:50:40.281ZPlanning: Solver setup ... Done
1312026-08-31T00:50:40.354ZPlanning: Running solver ... Done
1322026-08-31T00:50:40.410ZPlanning: Finding local manifests ... Done
1332026-08-31T00:50:40.413ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-31T00:50:40.416ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-31T00:50:40.431ZPlanning: Package planning ... Done
1362026-08-31T00:50:40.435ZPlanning: Merging actions ... Done
1372026-08-31T00:50:40.528ZPlanning: Checking for conflicting actions ... Done
1382026-08-31T00:50:40.531ZPlanning: Consolidating action changes ... Done
1392026-08-31T00:50:41.312ZPlanning: Evaluating mediators ... Done
1402026-08-31T00:50:41.315ZPlanning: Planning completed in 3.86 seconds
1412026-08-31T00:50:41.319Z Packages to install: 1
1422026-08-31T00:50:41.322Z Create boot environment: No
1432026-08-31T00:50:41.322ZCreate backup boot environment: No
1442026-08-31T00:50:41.345Z
1452026-08-31T00:50:41.345ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-31T00:50:41.489ZDownload: Completed 75.30 MB in 0.14 seconds (520M/s)
1472026-08-31T00:50:41.662Z Actions: 1/293 actions (Installing new actions)
1482026-08-31T00:50:42.623Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-31T00:50:42.626ZFinalize: Updating package state database ... Done
1502026-08-31T00:50:42.668ZFinalize: Updating package cache ... Done
1512026-08-31T00:50:42.767ZFinalize: Updating image state ... Done
1522026-08-31T00:50:45.415ZFinalize: Creating fast lookup database ... Done
1532026-08-31T00:50:45.498ZFinalize: Reading search index ... Done
1542026-08-31T00:50:45.501ZFinalize: Updating search index ... Done
1552026-08-31T00:50:45.728ZFinalize: Updating package cache ... Done
1562026-08-31T00:50:45.900Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-31T00:50:45.901Z++ SDE=/opt/oxide/tofino_sde
1582026-08-31T00:50:45.901Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-31T00:50:45.901Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-31T00:50:45.901Z++ banner packages
1612026-08-31T00:50:45.904Z
1622026-08-31T00:50:45.904Z ##### ## #### # # ## #### ###### ####
1632026-08-31T00:50:45.904Z # # # # # # # # # # # # # #
1642026-08-31T00:50:45.904Z # # # # # #### # # # ##### ####
1652026-08-31T00:50:45.904Z ##### ###### # # # ###### # ### # #
1662026-08-31T00:50:45.904Z # # # # # # # # # # # # # #
1672026-08-31T00:50:45.904Z # # # #### # # # # #### ###### ####
1682026-08-31T00:50:45.904Z
1692026-08-31T00:50:45.904Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-31T00:50:46.176Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-31T00:50:46.179Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-31T00:50:48.509ZPlanning: Solver setup ... Done
1732026-08-31T00:50:48.581ZPlanning: Running solver ... Done
1742026-08-31T00:50:48.637ZPlanning: Consolidating action changes ... Done
1752026-08-31T00:50:48.637ZPlanning: Evaluating mediators ... Done
1762026-08-31T00:50:48.640ZPlanning: Planning completed in 2.46 seconds
1772026-08-31T00:50:48.655ZNo updates necessary for this image.
1782026-08-31T00:50:48.799Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-31T00:50:49.011ZPlanning: Evaluating mediator changes ... Done
1802026-08-31T00:50:49.124ZPlanning: Checking for conflicting actions ... Done
1812026-08-31T00:50:49.128ZPlanning: Consolidating action changes ... Done
1822026-08-31T00:50:49.290ZPlanning: Evaluating mediators ... Done
1832026-08-31T00:50:49.293ZPlanning: Planning completed in 0.28 seconds
1842026-08-31T00:50:49.314Z Mediators to change: 2
1852026-08-31T00:50:49.314Z Create boot environment: No
1862026-08-31T00:50:49.314ZCreate backup boot environment: No
1872026-08-31T00:50:49.385ZFinalize: Updating package state database ... Done
1882026-08-31T00:50:49.385ZFinalize: Updating package cache ... Done
1892026-08-31T00:50:49.441ZFinalize: Updating image state ... Done
1902026-08-31T00:50:51.467ZFinalize: Creating fast lookup database ... Done
1912026-08-31T00:50:51.537ZFinalize: Reading search index ... Done
1922026-08-31T00:50:51.540ZFinalize: Updating search index ... Done
1932026-08-31T00:50:51.627ZFinalize: Updating package cache ... Done
1942026-08-31T00:50:51.701Z++ cargo --version
1952026-08-31T00:50:51.711Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-31T00:50:51.714Z++ rustc --version
1972026-08-31T00:50:51.734Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-31T00:50:51.737Z+ banner copyrights
1992026-08-31T00:50:51.740Z
2002026-08-31T00:50:51.740Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-31T00:50:51.740Z # # # # # # # # # # # # # # # # #
2022026-08-31T00:50:51.740Z # # # # # # # # # # ###### # ####
2032026-08-31T00:50:51.740Z # # # ##### # ##### # # ### # # # #
2042026-08-31T00:50:51.740Z # # # # # # # # # # # # # # # #
2052026-08-31T00:50:51.740Z #### #### # # # # # #### # # # ####
2062026-08-31T00:50:51.740Z
2072026-08-31T00:50:51.740Z+ ./tools/check_copyrights.sh
2082026-08-31T00:50:52.031Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-31T00:50:52.927Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-31T00:50:53.342Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-31T00:50:53.400Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-31T00:50:53.493Zpcap/build.rs: Copyright with wrong year
2132026-08-31T00:50:53.668Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-31T00:50:53.862Zuplinkd/src/sys.rs: Copyright with wrong year
2152026-08-31T00:50:53.904Z+ banner clippy
2162026-08-31T00:50:53.907Z
2172026-08-31T00:50:53.907Z #### # # ##### ##### # #
2182026-08-31T00:50:53.907Z # # # # # # # # # #
2192026-08-31T00:50:53.907Z # # # # # # # #
2202026-08-31T00:50:53.907Z # # # ##### ##### #
2212026-08-31T00:50:53.907Z # # # # # # #
2222026-08-31T00:50:53.907Z #### ###### # # # #
2232026-08-31T00:50:53.907Z
2242026-08-31T00:50:53.907Z+ for feat in tofino_stub tofino_asic softnpu chaos
2252026-08-31T00:50:53.907Z+ cargo clippy --features tofino_stub -- --deny warnings
2262026-08-31T00:50:54.051Z Updating git repository `https://github.com/oxidecomputer/omicron`
2272026-08-31T00:51:04.740Z Updating crates.io index
2282026-08-31T00:51:04.742Z Updating git repository `https://github.com/illumos/smf-rs`
2292026-08-31T00:51:05.146Z Updating git repository `https://github.com/oxidecomputer/propolis`
2302026-08-31T00:51:05.862Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2312026-08-31T00:51:06.222Z Updating git repository `https://github.com/oxidecomputer/tofino`
2322026-08-31T00:51:06.516Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-08-31T00:51:07.331Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2342026-08-31T00:51:07.688Z Updating git repository `https://github.com/oxidecomputer/ispf`
2352026-08-31T00:51:07.951Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2362026-08-31T00:51:08.367Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-31T00:51:08.767Z Updating git repository `https://github.com/oxidecomputer/lldp`
2382026-08-31T00:51:09.206Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2392026-08-31T00:51:10.213Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402026-08-31T00:51:10.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-08-31T00:51:10.890Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2422026-08-31T00:51:11.223Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2432026-08-31T00:51:11.581Z Updating git repository `https://github.com/oxidecomputer/p4`
2442026-08-31T00:51:12.398Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2452026-08-31T00:51:12.850Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-31T00:51:13.414Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-08-31T00:51:13.860Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-08-31T00:51:14.156Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-08-31T00:51:15.525Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-08-31T00:51:16.055Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-31T00:51:16.702Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-31T00:51:18.061Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-31T00:51:18.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-31T00:51:19.040Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-08-31T00:51:19.569Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-08-31T00:51:21.492Z Downloading crates ...
2572026-08-31T00:51:21.575Z Downloaded aead v0.5.2
2582026-08-31T00:51:21.579Z Downloaded bit-vec v0.8.0
2592026-08-31T00:51:21.581Z Downloaded autocfg v1.5.0
2602026-08-31T00:51:21.584Z Downloaded async-trait v0.1.89
2612026-08-31T00:51:21.587Z Downloaded ciborium-ll v0.2.2
2622026-08-31T00:51:21.589Z Downloaded anyhow v1.0.102
2632026-08-31T00:51:21.592Z Downloaded allocator-api2 v0.2.21
2642026-08-31T00:51:21.595Z Downloaded async-recursion v1.1.1
2652026-08-31T00:51:21.597Z Downloaded chacha20 v0.9.1
2662026-08-31T00:51:21.601Z Downloaded dropshot-api-manager-types v0.7.2
2672026-08-31T00:51:21.603Z Downloaded dof v0.3.0
2682026-08-31T00:51:21.606Z Downloaded dtrace-parser v0.2.0
2692026-08-31T00:51:21.609Z Downloaded cookie v0.18.1
2702026-08-31T00:51:21.611Z Downloaded futures-executor v0.3.32
2712026-08-31T00:51:21.614Z Downloaded foldhash v0.1.5
2722026-08-31T00:51:21.617Z Downloaded half v2.7.1
2732026-08-31T00:51:21.619Z Downloaded highway v1.3.0
2742026-08-31T00:51:21.622Z Downloaded blake2 v0.10.6
2752026-08-31T00:51:21.625Z Downloaded dropshot_endpoint v0.17.1
2762026-08-31T00:51:21.627Z Downloaded httparse v1.10.1
2772026-08-31T00:51:21.631Z Downloaded getrandom v0.2.16
2782026-08-31T00:51:21.634Z Downloaded derive-ex v0.1.8
2792026-08-31T00:51:21.637Z Downloaded drift v0.2.0
2802026-08-31T00:51:21.645Z Downloaded http-body v1.0.1
2812026-08-31T00:51:21.648Z Downloaded generic-array v0.14.7
2822026-08-31T00:51:21.651Z Downloaded crucible-workspace-hack v0.1.0
2832026-08-31T00:51:21.651Z Downloaded fs_extra v1.3.0
2842026-08-31T00:51:21.655Z Downloaded foldhash v0.2.0
2852026-08-31T00:51:21.658Z Downloaded colorchoice v1.0.4
2862026-08-31T00:51:21.658Z Downloaded constant_time_eq v0.3.1
2872026-08-31T00:51:21.661Z Downloaded dyn-clone v1.0.20
2882026-08-31T00:51:21.661Z Downloaded dropshot_endpoint v0.16.7
2892026-08-31T00:51:21.665Z Downloaded defmt-macros v1.0.1
2902026-08-31T00:51:21.668Z Downloaded fastrand v2.3.0
2912026-08-31T00:51:21.671Z Downloaded debug-ignore v1.0.5
2922026-08-31T00:51:21.673Z Downloaded cpufeatures v0.3.0
2932026-08-31T00:51:21.676Z Downloaded futures-core v0.3.32
2942026-08-31T00:51:21.676Z Downloaded gethostname v0.5.0
2952026-08-31T00:51:21.679Z Downloaded futures-task v0.3.32
2962026-08-31T00:51:21.681Z Downloaded arrayref v0.3.9
2972026-08-31T00:51:21.681Z Downloaded httpdate v1.0.3
2982026-08-31T00:51:21.684Z Downloaded glob v0.3.3
2992026-08-31T00:51:21.687Z Downloaded hex v0.4.3
3002026-08-31T00:51:21.689Z Downloaded block-buffer v0.10.4
3012026-08-31T00:51:21.689Z Downloaded hubpack v0.1.2
3022026-08-31T00:51:21.692Z Downloaded foreign-types-shared v0.3.1
3032026-08-31T00:51:21.695Z Downloaded async-compression v0.4.33
3042026-08-31T00:51:21.697Z Downloaded hostname v0.4.2
3052026-08-31T00:51:21.700Z Downloaded futures-sink v0.3.32
3062026-08-31T00:51:21.703Z Downloaded float-ord v0.3.2
3072026-08-31T00:51:21.706Z Downloaded ident_case v1.0.1
3082026-08-31T00:51:21.706Z Downloaded heck v0.4.1
3092026-08-31T00:51:21.709Z Downloaded hyper-tls v0.6.0
3102026-08-31T00:51:21.711Z Downloaded hubpack_derive v0.1.1
3112026-08-31T00:51:21.711Z Downloaded instant v0.1.13
3122026-08-31T00:51:21.714Z Downloaded inout v0.1.4
3132026-08-31T00:51:21.717Z Downloaded hash32 v0.3.1
3142026-08-31T00:51:21.717Z Downloaded form_urlencoded v1.2.2
3152026-08-31T00:51:21.719Z Downloaded argon2 v0.5.3
3162026-08-31T00:51:21.722Z Downloaded git-stub v1.0.0
3172026-08-31T00:51:21.722Z Downloaded futures-macro v0.3.32
3182026-08-31T00:51:21.725Z Downloaded const_format_proc_macros v0.2.34
3192026-08-31T00:51:21.728Z Downloaded is-terminal v0.4.16
3202026-08-31T00:51:21.728Z Downloaded ff v0.13.1
3212026-08-31T00:51:21.730Z Downloaded erased-serde v0.3.31
3222026-08-31T00:51:21.733Z Downloaded hostname v0.3.1
3232026-08-31T00:51:21.736Z Downloaded internet-checksum v0.2.1
3242026-08-31T00:51:21.736Z Downloaded indent_write v2.2.0
3252026-08-31T00:51:21.739Z Downloaded http-body-util v0.1.3
3262026-08-31T00:51:21.739Z Downloaded digest v0.11.3
3272026-08-31T00:51:21.741Z Downloaded keccak v0.1.6
3282026-08-31T00:51:21.744Z Downloaded is_terminal_polyfill v1.70.1
3292026-08-31T00:51:21.747Z Downloaded itoa v1.0.15
3302026-08-31T00:51:21.749Z Downloaded kstat-rs v0.2.4
3312026-08-31T00:51:21.749Z Downloaded libscf-sys v1.2.0
3322026-08-31T00:51:21.752Z Downloaded lazy_static v1.5.0
3332026-08-31T00:51:21.755Z Downloaded clang-sys v1.8.1
3342026-08-31T00:51:21.758Z Downloaded memmap v0.7.0
3352026-08-31T00:51:21.758Z Downloaded lru-slab v0.1.2
3362026-08-31T00:51:21.761Z Downloaded linked-hash-map v0.5.6
3372026-08-31T00:51:21.761Z Downloaded humantime v2.3.0
3382026-08-31T00:51:21.764Z Downloaded git-stub-vcs v0.1.0
3392026-08-31T00:51:21.764Z Downloaded mime v0.3.17
3402026-08-31T00:51:21.767Z Downloaded macaddr v1.0.1
3412026-08-31T00:51:21.767Z Downloaded foreign-types v0.3.2
3422026-08-31T00:51:21.769Z Downloaded memoffset v0.9.1
3432026-08-31T00:51:21.772Z Downloaded fs-err v3.1.2
3442026-08-31T00:51:21.775Z Downloaded arrayvec v0.7.6
3452026-08-31T00:51:21.778Z Downloaded futures-io v0.3.32
3462026-08-31T00:51:21.778Z Downloaded match_cfg v0.1.0
3472026-08-31T00:51:21.780Z Downloaded lru-cache v0.1.2
3482026-08-31T00:51:21.780Z Downloaded ipnet v2.11.0
3492026-08-31T00:51:21.783Z Downloaded newline-converter v0.3.0
3502026-08-31T00:51:21.783Z Downloaded newtype-uuid-macros v0.1.0
3512026-08-31T00:51:21.786Z Downloaded num-derive v0.4.2
3522026-08-31T00:51:21.788Z Downloaded num-conv v0.2.1
3532026-08-31T00:51:21.789Z Downloaded num v0.4.3
3542026-08-31T00:51:21.791Z Downloaded newtype_derive v0.1.6
3552026-08-31T00:51:21.792Z Downloaded hybrid-array v0.4.12
3562026-08-31T00:51:21.794Z Downloaded console v0.15.11
3572026-08-31T00:51:21.797Z Downloaded managed v0.8.0
3582026-08-31T00:51:21.797Z Downloaded byteorder v1.5.0
3592026-08-31T00:51:21.800Z Downloaded num-iter v0.1.45
3602026-08-31T00:51:21.802Z Downloaded anstream v1.0.0
3612026-08-31T00:51:21.803Z Downloaded ingot-types v0.1.2
3622026-08-31T00:51:21.805Z Downloaded camino v1.2.3
3632026-08-31T00:51:21.808Z Downloaded group v0.13.0
3642026-08-31T00:51:21.808Z Downloaded opaque-debug v0.3.1
3652026-08-31T00:51:21.811Z Downloaded num_threads v0.1.7
3662026-08-31T00:51:21.811Z Downloaded embedded-io v0.4.0
3672026-08-31T00:51:21.813Z Downloaded openssl-probe v0.1.6
3682026-08-31T00:51:21.816Z Downloaded hyper-rustls v0.27.7
3692026-08-31T00:51:21.816Z Downloaded openssl-macros v0.1.1
3702026-08-31T00:51:21.819Z Downloaded ingot v0.1.1
3712026-08-31T00:51:21.819Z Downloaded libsw-core v0.3.2
3722026-08-31T00:51:21.822Z Downloaded percent-encoding v2.3.2
3732026-08-31T00:51:21.825Z Downloaded parse-display v0.10.0
3742026-08-31T00:51:21.825Z Downloaded libsw v3.5.0
3752026-08-31T00:51:21.827Z Downloaded libloading v0.8.9
3762026-08-31T00:51:21.830Z Downloaded omicron-workspace-hack v0.1.0
3772026-08-31T00:51:21.830Z Downloaded lock_api v0.4.14
3782026-08-31T00:51:21.833Z Downloaded fixedbitset v0.5.7
3792026-08-31T00:51:21.835Z Downloaded colored v3.1.1
3802026-08-31T00:51:21.838Z Downloaded jobserver v0.1.34
3812026-08-31T00:51:21.838Z Downloaded multer v3.1.0
3822026-08-31T00:51:21.841Z Downloaded ipnetwork v0.21.1
3832026-08-31T00:51:21.844Z Downloaded hmac v0.12.1
3842026-08-31T00:51:21.846Z Downloaded powerfmt v0.2.0
3852026-08-31T00:51:21.846Z Downloaded futures-channel v0.3.32
3862026-08-31T00:51:21.849Z Downloaded phf_shared v0.12.1
3872026-08-31T00:51:21.852Z Downloaded num-integer v0.1.46
3882026-08-31T00:51:21.852Z Downloaded newtype-uuid v1.3.2
3892026-08-31T00:51:21.854Z Downloaded ciborium v0.2.2
3902026-08-31T00:51:21.857Z Downloaded globset v0.4.16
3912026-08-31T00:51:21.860Z Downloaded potential_utf v0.1.3
3922026-08-31T00:51:21.860Z Downloaded getrandom v0.3.3
3932026-08-31T00:51:21.862Z Downloaded plain v0.2.3
3942026-08-31T00:51:21.865Z Downloaded olpc-cjson v0.1.4
3952026-08-31T00:51:21.868Z Downloaded proc-macro-error-attr2 v2.0.0
3962026-08-31T00:51:21.868Z Downloaded proc-macro-error-attr v1.0.4
3972026-08-31T00:51:21.870Z Downloaded num-rational v0.4.2
3982026-08-31T00:51:21.870Z Downloaded num_enum_derive v0.5.11
3992026-08-31T00:51:21.873Z Downloaded num_enum v0.7.5
4002026-08-31T00:51:21.876Z Downloaded progenitor-client v0.11.1
4012026-08-31T00:51:21.878Z Downloaded progenitor-client v0.10.0
4022026-08-31T00:51:21.878Z Downloaded proc-macro-crate v1.3.1
4032026-08-31T00:51:21.881Z Downloaded paste v1.0.15
4042026-08-31T00:51:21.883Z Downloaded num_enum_derive v0.7.5
4052026-08-31T00:51:21.886Z Downloaded parse-display-derive v0.10.0
4062026-08-31T00:51:21.886Z Downloaded oxide-tokio-rt v0.1.2
4072026-08-31T00:51:21.889Z Downloaded rand_chacha v0.3.1
4082026-08-31T00:51:21.892Z Downloaded quick-error v1.2.3
4092026-08-31T00:51:21.892Z Downloaded progenitor-macro v0.11.1
4102026-08-31T00:51:21.894Z Downloaded progenitor-macro v0.10.0
4112026-08-31T00:51:21.894Z Downloaded pest_generator v2.8.2
4122026-08-31T00:51:21.897Z Downloaded native-tls v0.2.14
4132026-08-31T00:51:21.900Z Downloaded owo-colors v4.3.0
4142026-08-31T00:51:21.900Z Downloaded linear-map v1.2.0
4152026-08-31T00:51:21.902Z Downloaded ref-cast-impl v1.0.25
4162026-08-31T00:51:21.902Z Downloaded pem v3.0.5
4172026-08-31T00:51:21.905Z Downloaded rand_xorshift v0.4.0
4182026-08-31T00:51:21.908Z Downloaded memmap2 v0.9.8
4192026-08-31T00:51:21.908Z Downloaded ingot-macros v0.1.1
4202026-08-31T00:51:21.910Z Downloaded const-oid v0.10.2
4212026-08-31T00:51:21.920Z Downloaded rustc-hash v2.1.1
4222026-08-31T00:51:21.922Z Downloaded derive_more v0.99.20
4232026-08-31T00:51:21.925Z Downloaded proc-macro-error2 v2.0.1
4242026-08-31T00:51:21.928Z Downloaded progenitor v0.14.0
4252026-08-31T00:51:21.930Z Downloaded indexmap v1.9.3
4262026-08-31T00:51:21.933Z Downloaded same-file v1.0.6
4272026-08-31T00:51:21.933Z Downloaded rustc_version v0.1.7
4282026-08-31T00:51:21.936Z Downloaded rustc_version v0.4.1
4292026-08-31T00:51:21.936Z Downloaded ppv-lite86 v0.2.21
4302026-08-31T00:51:21.940Z Downloaded pkg-config v0.3.32
4312026-08-31T00:51:21.940Z Downloaded phf v0.12.1
4322026-08-31T00:51:21.943Z Downloaded icu_provider v2.0.0
4332026-08-31T00:51:21.943Z Downloaded oxnet v0.1.6
4342026-08-31T00:51:21.946Z Downloaded progenitor v0.11.1
4352026-08-31T00:51:21.948Z Downloaded password-hash v0.5.0
4362026-08-31T00:51:21.948Z Downloaded progenitor v0.10.0
4372026-08-31T00:51:21.951Z Downloaded proc-macro-error v1.0.4
4382026-08-31T00:51:21.954Z Downloaded curl v0.4.50
4392026-08-31T00:51:21.956Z Downloaded scopeguard v1.2.0
4402026-08-31T00:51:21.959Z Downloaded quote v1.0.45
4412026-08-31T00:51:21.962Z Downloaded scroll_derive v0.12.1
4422026-08-31T00:51:21.962Z Downloaded rand_core v0.9.3
4432026-08-31T00:51:21.966Z Downloaded scroll_derive v0.13.1
4442026-08-31T00:51:21.966Z Downloaded once_cell v1.21.3
4452026-08-31T00:51:21.969Z Downloaded rand_core v0.6.4
4462026-08-31T00:51:21.969Z Downloaded crypto-bigint v0.5.5
4472026-08-31T00:51:21.972Z Downloaded postcard v1.1.3
4482026-08-31T00:51:21.975Z Downloaded rand_chacha v0.9.0
4492026-08-31T00:51:21.978Z Downloaded parking_lot_core v0.9.12
4502026-08-31T00:51:21.978Z Downloaded pest_meta v2.8.2
4512026-08-31T00:51:21.981Z Downloaded serde_plain v1.0.2
4522026-08-31T00:51:21.983Z Downloaded resolv-conf v0.7.5
4532026-08-31T00:51:21.984Z Downloaded num-traits v0.2.19
4542026-08-31T00:51:21.986Z Downloaded log v0.4.29
4552026-08-31T00:51:21.989Z Downloaded serde_urlencoded v0.7.1
4562026-08-31T00:51:21.992Z Downloaded serde-big-array v0.5.1
4572026-08-31T00:51:21.992Z Downloaded flate2 v1.1.2
4582026-08-31T00:51:21.995Z Downloaded rustls-pemfile v2.2.0
4592026-08-31T00:51:21.998Z Downloaded icu_collections v2.0.0
4602026-08-31T00:51:22.001Z Downloaded papergrid v0.11.0
4612026-08-31T00:51:22.004Z Downloaded sha1 v0.11.0
4622026-08-31T00:51:22.007Z Downloaded sha1 v0.10.6
4632026-08-31T00:51:22.010Z Downloaded siphasher v1.0.1
4642026-08-31T00:51:22.010Z Downloaded slog-bunyan v2.5.0
4652026-08-31T00:51:22.013Z Downloaded signal-hook-tokio v0.4.0
4662026-08-31T00:51:22.013Z Downloaded sigpipe v0.1.3
4672026-08-31T00:51:22.015Z Downloaded serde_spanned v1.1.1
4682026-08-31T00:51:22.015Z Downloaded serde_spanned v0.6.9
4692026-08-31T00:51:22.018Z Downloaded quinn-udp v0.5.14
4702026-08-31T00:51:22.018Z Downloaded search_path v0.1.4
4712026-08-31T00:51:22.021Z Downloaded schemars_derive v0.8.22
4722026-08-31T00:51:22.023Z Downloaded smawk v0.3.2
4732026-08-31T00:51:22.023Z Downloaded scroll v0.13.0
4742026-08-31T00:51:22.026Z Downloaded pin-project v1.1.10
4752026-08-31T00:51:22.032Z Downloaded rusty-fork v0.3.0
4762026-08-31T00:51:22.034Z Downloaded cc v1.2.64
4772026-08-31T00:51:22.038Z Downloaded secrecy v0.10.3
4782026-08-31T00:51:22.038Z Downloaded poly1305 v0.8.0
4792026-08-31T00:51:22.040Z Downloaded structmeta-derive v0.3.0
4802026-08-31T00:51:22.040Z Downloaded scroll v0.12.0
4812026-08-31T00:51:22.043Z Downloaded stable_deref_trait v1.2.0
4822026-08-31T00:51:22.043Z Downloaded proc-macro2 v1.0.106
4832026-08-31T00:51:22.046Z Downloaded http v1.4.2
4842026-08-31T00:51:22.048Z Downloaded swrite v0.1.0
4852026-08-31T00:51:22.051Z Downloaded structmeta v0.3.0
4862026-08-31T00:51:22.051Z Downloaded semver v0.1.20
4872026-08-31T00:51:22.054Z Downloaded serde_repr v0.1.20
4882026-08-31T00:51:22.054Z Downloaded ryu v1.0.20
4892026-08-31T00:51:22.056Z Downloaded serde_derive_internals v0.29.1
4902026-08-31T00:51:22.059Z Downloaded icu_normalizer_data v2.0.0
4912026-08-31T00:51:22.062Z Downloaded strum v0.26.3
4922026-08-31T00:51:22.062Z Downloaded progenitor-impl v0.11.1
4932026-08-31T00:51:22.064Z Downloaded strum v0.28.0
4942026-08-31T00:51:22.064Z Downloaded subtle v2.6.1
4952026-08-31T00:51:22.067Z Downloaded progenitor-impl v0.10.0
4962026-08-31T00:51:22.067Z Downloaded termtree v0.5.1
4972026-08-31T00:51:22.070Z Downloaded tabled_derive v0.7.0
4982026-08-31T00:51:22.070Z Downloaded serde_tokenstream v0.2.3
4992026-08-31T00:51:22.072Z Downloaded hickory-resolver v0.24.4
5002026-08-31T00:51:22.075Z Downloaded take_mut v0.2.2
5012026-08-31T00:51:22.078Z Downloaded tagptr v0.2.0
5022026-08-31T00:51:22.078Z Downloaded serde_path_to_error v0.1.20
5032026-08-31T00:51:22.078Z Downloaded sync_wrapper v1.0.2
5042026-08-31T00:51:22.081Z Downloaded shlex v1.3.0
5052026-08-31T00:51:22.081Z Downloaded slog-dtrace v0.3.0
5062026-08-31T00:51:22.084Z Downloaded strum v0.27.2
5072026-08-31T00:51:22.084Z Downloaded papergrid v0.18.0
5082026-08-31T00:51:22.087Z Downloaded const_format v0.2.34
5092026-08-31T00:51:22.090Z Downloaded signal-hook-registry v1.4.6
5102026-08-31T00:51:22.093Z Downloaded shlex v2.0.1
5112026-08-31T00:51:22.093Z Downloaded tabwriter v1.4.1
5122026-08-31T00:51:22.096Z Downloaded sha2 v0.10.9
5132026-08-31T00:51:22.096Z Downloaded testing_table v0.3.0
5142026-08-31T00:51:22.098Z Downloaded hickory-resolver v0.25.2
5152026-08-31T00:51:22.101Z Downloaded thread-id v5.0.0
5162026-08-31T00:51:22.101Z Downloaded thread-id v4.2.2
5172026-08-31T00:51:22.104Z Downloaded thiserror-impl-no-std v2.0.2
5182026-08-31T00:51:22.104Z Downloaded slog-json v2.6.1
5192026-08-31T00:51:22.106Z Downloaded slog-async v2.8.0
5202026-08-31T00:51:22.106Z Downloaded strum_macros v0.28.0
5212026-08-31T00:51:22.109Z Downloaded rustversion v1.0.22
5222026-08-31T00:51:22.112Z Downloaded time-core v0.1.8
5232026-08-31T00:51:22.112Z Downloaded supports-color v3.0.2
5242026-08-31T00:51:22.114Z Downloaded tinyvec_macros v0.1.1
5252026-08-31T00:51:22.114Z Downloaded strum_macros v0.27.2
5262026-08-31T00:51:22.117Z Downloaded heapless v0.8.0
5272026-08-31T00:51:22.120Z Downloaded snafu-derive v0.8.9
5282026-08-31T00:51:22.120Z Downloaded smf v0.2.3
5292026-08-31T00:51:22.123Z Downloaded pest_derive v2.8.2
5302026-08-31T00:51:22.123Z Downloaded slab v0.4.11
5312026-08-31T00:51:22.125Z Downloaded serde_with_macros v3.14.1
5322026-08-31T00:51:22.125Z Downloaded omicron-zone-package v0.12.2
5332026-08-31T00:51:22.128Z Downloaded tokio-macros v2.7.0
5342026-08-31T00:51:22.131Z Downloaded crossbeam-channel v0.5.15
5352026-08-31T00:51:22.134Z Downloaded progenitor-impl v0.14.0
5362026-08-31T00:51:22.134Z Downloaded parking_lot v0.12.5
5372026-08-31T00:51:22.137Z Downloaded openssl-sys v0.9.117
5382026-08-31T00:51:22.139Z Downloaded minimal-lexical v0.2.1
5392026-08-31T00:51:22.142Z Downloaded terminal_size v0.4.3
5402026-08-31T00:51:22.145Z Downloaded strsim v0.11.1
5412026-08-31T00:51:22.145Z Downloaded toml_datetime v0.6.11
5422026-08-31T00:51:22.148Z Downloaded static_assertions v1.1.0
5432026-08-31T00:51:22.148Z Downloaded slog-term v2.9.2
5442026-08-31T00:51:22.152Z Downloaded icu_locale_core v2.0.0
5452026-08-31T00:51:22.154Z Downloaded strum_macros v0.26.4
5462026-08-31T00:51:22.157Z Downloaded miniz_oxide v0.8.9
5472026-08-31T00:51:22.160Z Downloaded icu_properties v2.0.1
5482026-08-31T00:51:22.160Z Downloaded icu_normalizer v2.0.0
5492026-08-31T00:51:22.162Z Downloaded smallvec v1.15.1
5502026-08-31T00:51:22.166Z Downloaded thiserror-no-std v2.0.2
5512026-08-31T00:51:22.169Z Downloaded toml_write v0.1.2
5522026-08-31T00:51:22.169Z Downloaded tower-layer v0.3.3
5532026-08-31T00:51:22.169Z Downloaded hashbrown v0.12.3
5542026-08-31T00:51:22.171Z Downloaded getrandom v0.4.2
5552026-08-31T00:51:22.174Z Downloaded time-macros v0.2.27
5562026-08-31T00:51:22.177Z Downloaded synstructure v0.13.2
5572026-08-31T00:51:22.177Z Downloaded darling_core v0.21.3
5582026-08-31T00:51:22.180Z Downloaded unicode-linebreak v0.1.5
5592026-08-31T00:51:22.182Z Downloaded typify-macro v0.6.2
5602026-08-31T00:51:22.182Z Downloaded serde_core v1.0.228
5612026-08-31T00:51:22.185Z Downloaded try-lock v0.2.5
5622026-08-31T00:51:22.185Z Downloaded tower-service v0.3.3
5632026-08-31T00:51:22.185Z Downloaded topological-sort v0.2.2
5642026-08-31T00:51:22.188Z Downloaded expectorate v1.2.0
5652026-08-31T00:51:22.191Z Downloaded similar v2.7.0
5662026-08-31T00:51:22.194Z Downloaded qorb v0.4.1
5672026-08-31T00:51:22.196Z Downloaded tokio-native-tls v0.3.1
5682026-08-31T00:51:22.196Z Downloaded thiserror-impl v1.0.69
5692026-08-31T00:51:22.199Z Downloaded thiserror v2.0.18
5702026-08-31T00:51:22.202Z Downloaded rand v0.8.5
5712026-08-31T00:51:22.204Z Downloaded scuffle v0.1.0
5722026-08-31T00:51:22.207Z Downloaded schemars v0.9.0
5732026-08-31T00:51:22.213Z Downloaded utf8_iter v1.0.4
5742026-08-31T00:51:22.216Z Downloaded universal-hash v0.5.1
5752026-08-31T00:51:22.216Z Downloaded jiff-static v0.2.15
5762026-08-31T00:51:22.218Z Downloaded rayon-core v1.13.0
5772026-08-31T00:51:22.221Z Downloaded usdt v0.6.0
5782026-08-31T00:51:22.221Z Downloaded usdt v0.5.0
5792026-08-31T00:51:22.221Z Downloaded unarray v0.1.4
5802026-08-31T00:51:22.224Z Downloaded typify-macro v0.4.3
5812026-08-31T00:51:22.224Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5822026-08-31T00:51:22.226Z Downloaded tokio-dtrace v0.1.1
5832026-08-31T00:51:22.226Z Downloaded unicode-xid v0.2.6
5842026-08-31T00:51:22.229Z Downloaded socket2 v0.6.4
5852026-08-31T00:51:22.229Z Downloaded semver v1.0.28
5862026-08-31T00:51:22.232Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5872026-08-31T00:51:22.232Z Downloaded usdt-attr-macro v0.6.0
5882026-08-31T00:51:22.232Z Downloaded utf8parse v0.2.2
5892026-08-31T00:51:22.235Z Downloaded version_check v0.9.5
5902026-08-31T00:51:22.235Z Downloaded tempfile v3.27.0
5912026-08-31T00:51:22.237Z Downloaded usdt-macro v0.5.0
5922026-08-31T00:51:22.237Z Downloaded usdt-attr-macro v0.5.0
5932026-08-31T00:51:22.237Z Downloaded toml_writer v1.1.1+spec-1.1.0
5942026-08-31T00:51:22.240Z Downloaded spin v0.9.8
5952026-08-31T00:51:22.240Z Downloaded serde_derive v1.0.228
5962026-08-31T00:51:22.243Z Downloaded memchr v2.7.5
5972026-08-31T00:51:22.245Z Downloaded usdt-macro v0.6.0
5982026-08-31T00:51:22.248Z Downloaded thiserror-impl v2.0.18
5992026-08-31T00:51:22.248Z Downloaded untrusted v0.9.0
6002026-08-31T00:51:22.251Z Downloaded untrusted v0.7.1
6012026-08-31T00:51:22.251Z Downloaded term v1.2.0
6022026-08-31T00:51:22.254Z Downloaded serde_yaml v0.9.34+deprecated
6032026-08-31T00:51:22.254Z Downloaded waitgroup v0.1.2
6042026-08-31T00:51:22.257Z Downloaded wait-timeout v0.2.1
6052026-08-31T00:51:22.257Z Downloaded tokio-rustls v0.25.0
6062026-08-31T00:51:22.259Z Downloaded want v0.3.1
6072026-08-31T00:51:22.259Z Downloaded thiserror v1.0.69
6082026-08-31T00:51:22.262Z Downloaded slog v2.8.2
6092026-08-31T00:51:22.265Z Downloaded toml v0.8.23
6102026-08-31T00:51:22.265Z Downloaded rustls-pki-types v1.12.0
6112026-08-31T00:51:22.268Z Downloaded schemars v0.8.22
6122026-08-31T00:51:22.274Z Downloaded xattr v1.6.1
6132026-08-31T00:51:22.278Z Downloaded socket2 v0.5.10
6142026-08-31T00:51:22.281Z Downloaded indexmap v2.14.0
6152026-08-31T00:51:22.281Z Downloaded rand v0.9.3
6162026-08-31T00:51:22.284Z Downloaded signal-hook v0.4.4
6172026-08-31T00:51:22.288Z Downloaded usdt-impl v0.6.0
6182026-08-31T00:51:22.288Z Downloaded zerofrom v0.1.6
6192026-08-31T00:51:22.288Z Downloaded yoke-derive v0.8.0
6202026-08-31T00:51:22.290Z Downloaded schemars v1.2.0
6212026-08-31T00:51:22.295Z Downloaded zeroize_derive v1.4.3
6222026-08-31T00:51:22.298Z Downloaded zerofrom-derive v0.1.6
6232026-08-31T00:51:22.298Z Downloaded toml_parser v1.1.2+spec-1.1.0
6242026-08-31T00:51:22.301Z Downloaded itertools v0.12.1
6252026-08-31T00:51:22.303Z Downloaded quinn v0.11.9
6262026-08-31T00:51:22.306Z Downloaded zone v0.3.1
6272026-08-31T00:51:22.306Z Downloaded tokio-stream v0.1.17
6282026-08-31T00:51:22.309Z Downloaded hyper v1.10.1
6292026-08-31T00:51:22.312Z Downloaded tinyvec v1.10.0
6302026-08-31T00:51:22.315Z Downloaded tar v0.4.45
6312026-08-31T00:51:22.317Z Downloaded mio v1.2.1
6322026-08-31T00:51:22.320Z Downloaded zone_cfg_derive v0.3.1
6332026-08-31T00:51:22.320Z Downloaded whoami v1.6.1
6342026-08-31T00:51:22.324Z Downloaded usdt-impl v0.5.0
6352026-08-31T00:51:22.324Z Downloaded tinystr v0.8.1
6362026-08-31T00:51:22.327Z Downloaded walkdir v2.5.0
6372026-08-31T00:51:22.327Z Downloaded textwrap v0.16.2
6382026-08-31T00:51:22.329Z Downloaded toml v1.1.2+spec-1.1.0
6392026-08-31T00:51:22.329Z Downloaded yoke v0.8.0
6402026-08-31T00:51:22.332Z Downloaded tracing-attributes v0.1.30
6412026-08-31T00:51:22.332Z Downloaded rustls-webpki v0.103.6
6422026-08-31T00:51:22.335Z Downloaded itertools v0.14.0
6432026-08-31T00:51:22.338Z Downloaded test-strategy v0.4.3
6442026-08-31T00:51:22.341Z Downloaded snafu v0.8.9
6452026-08-31T00:51:22.344Z Downloaded dropshot-api-manager v0.7.2
6462026-08-31T00:51:22.347Z Downloaded aho-corasick v1.1.3
6472026-08-31T00:51:22.351Z Downloaded zmij v1.0.17
6482026-08-31T00:51:22.353Z Downloaded writeable v0.6.1
6492026-08-31T00:51:22.353Z Downloaded zeroize v1.8.1
6502026-08-31T00:51:22.356Z Downloaded serde v1.0.228
6512026-08-31T00:51:22.356Z Downloaded vergen v8.3.2
6522026-08-31T00:51:22.359Z Downloaded tokio-rustls v0.26.4
6532026-08-31T00:51:22.362Z Downloaded typify v0.6.2
6542026-08-31T00:51:22.362Z Downloaded toml v0.7.8
6552026-08-31T00:51:22.364Z Downloaded icu_properties_data v2.0.1
6562026-08-31T00:51:22.368Z Downloaded zerovec-derive v0.11.1
6572026-08-31T00:51:22.371Z Downloaded ucd-trie v0.1.7
6582026-08-31T00:51:22.371Z Downloaded hashbrown v0.15.5
6592026-08-31T00:51:22.379Z Downloaded zerocopy-derive v0.7.35
6602026-08-31T00:51:22.379Z Downloaded blake3 v1.8.2
6612026-08-31T00:51:22.383Z Downloaded vsss-rs v3.3.4
6622026-08-31T00:51:22.383Z Downloaded idna v1.1.0
6632026-08-31T00:51:22.386Z Downloaded toml_edit v0.22.27
6642026-08-31T00:51:22.389Z Downloaded bindgen v0.72.1
6652026-08-31T00:51:22.392Z Downloaded tracing-core v0.1.34
6662026-08-31T00:51:22.395Z Downloaded thread_local v1.1.9
6672026-08-31T00:51:22.395Z Downloaded hashbrown v0.16.1
6682026-08-31T00:51:22.398Z Downloaded pest v2.8.2
6692026-08-31T00:51:22.401Z Downloaded unicode-ident v1.0.24
6702026-08-31T00:51:22.404Z Downloaded typify v0.4.3
6712026-08-31T00:51:22.406Z Downloaded iri-string v0.7.8
6722026-08-31T00:51:22.409Z Downloaded steno v0.4.1
6732026-08-31T00:51:22.412Z Downloaded unsafe-libyaml v0.2.11
6742026-08-31T00:51:22.415Z Downloaded clap_builder v4.6.0
6752026-08-31T00:51:22.417Z Downloaded toml v0.9.12+spec-1.1.0
6762026-08-31T00:51:22.420Z Downloaded nom v7.1.3
6772026-08-31T00:51:22.423Z Downloaded iddqd v0.3.18
6782026-08-31T00:51:22.427Z Downloaded tracing v0.1.41
6792026-08-31T00:51:22.430Z Downloaded hyper-util v0.1.20
6802026-08-31T00:51:22.433Z Downloaded prettyplease v0.2.37
6812026-08-31T00:51:22.436Z Downloaded ref-cast v1.0.25
6822026-08-31T00:51:22.438Z Downloaded iddqd v0.4.5
6832026-08-31T00:51:22.442Z Downloaded pin-project-lite v0.2.16
6842026-08-31T00:51:22.445Z Downloaded futures-util v0.3.32
6852026-08-31T00:51:22.452Z Downloaded url v2.5.7
6862026-08-31T00:51:22.455Z Downloaded uuid v1.23.3
6872026-08-31T00:51:22.458Z Downloaded reqwest v0.12.23
6882026-08-31T00:51:22.461Z Downloaded zerotrie v0.2.2
6892026-08-31T00:51:22.464Z Downloaded tower v0.5.2
6902026-08-31T00:51:22.467Z Downloaded hashbrown v0.17.1
6912026-08-31T00:51:22.470Z Downloaded toml_edit v0.19.15
6922026-08-31T00:51:22.480Z Downloaded unicode-segmentation v1.12.0
6932026-08-31T00:51:22.483Z Downloaded h2 v0.4.14
6942026-08-31T00:51:22.486Z Downloaded pin-project-internal v1.1.10
6952026-08-31T00:51:22.489Z Downloaded num-complex v0.4.6
6962026-08-31T00:51:22.489Z Downloaded derive-where v1.6.0
6972026-08-31T00:51:22.491Z Downloaded chacha20poly1305 v0.10.1
6982026-08-31T00:51:22.494Z Downloaded itertools v0.15.0
6992026-08-31T00:51:22.497Z Downloaded libm v0.2.15
7002026-08-31T00:51:22.502Z Downloaded tokio-util v0.7.16
7012026-08-31T00:51:22.506Z Downloaded goblin v0.8.2
7022026-08-31T00:51:22.510Z Downloaded zerocopy-derive v0.8.27
7032026-08-31T00:51:22.513Z Downloaded serde_json v1.0.150
7042026-08-31T00:51:22.517Z Downloaded hkdf v0.12.4
7052026-08-31T00:51:22.520Z Downloaded chrono v0.4.45
7062026-08-31T00:51:22.523Z Downloaded aws-lc-rs v1.16.2
7072026-08-31T00:51:22.529Z Downloaded unicode-normalization v0.1.24
7082026-08-31T00:51:22.532Z Downloaded litemap v0.8.0
7092026-08-31T00:51:22.534Z Downloaded tower-http v0.6.8
7102026-08-31T00:51:22.537Z Downloaded bytes v1.12.0
7112026-08-31T00:51:22.540Z Downloaded progenitor-macro v0.14.0
7122026-08-31T00:51:22.540Z Downloaded progenitor-client v0.14.0
7132026-08-31T00:51:22.542Z Downloaded pretty-hex v0.4.1
7142026-08-31T00:51:22.542Z Downloaded proptest v1.8.0
7152026-08-31T00:51:22.546Z Downloaded serde_with v3.14.1
7162026-08-31T00:51:22.553Z Downloaded reqwest v0.13.2
7172026-08-31T00:51:22.557Z Downloaded typenum v1.20.1
7182026-08-31T00:51:22.560Z Downloaded typed-path v0.9.3
7192026-08-31T00:51:22.563Z Downloaded git2 v0.19.0
7202026-08-31T00:51:22.567Z Downloaded num_enum v0.5.11
7212026-08-31T00:51:22.570Z Downloaded rayon v1.11.0
7222026-08-31T00:51:22.575Z Downloaded iana-time-zone v0.1.64
7232026-08-31T00:51:22.578Z Downloaded regex v1.12.4
7242026-08-31T00:51:22.581Z Downloaded camino-tempfile v1.4.1
7252026-08-31T00:51:22.584Z Downloaded darling v0.21.3
7262026-08-31T00:51:22.586Z Downloaded portable-atomic v1.11.1
7272026-08-31T00:51:22.589Z Downloaded tabled v0.15.0
7282026-08-31T00:51:22.598Z Downloaded zerocopy v0.7.35
7292026-08-31T00:51:22.607Z Downloaded tough v0.20.0
7302026-08-31T00:51:22.612Z Downloaded curve25519-dalek v4.1.3
7312026-08-31T00:51:22.617Z Downloaded crossbeam-deque v0.8.6
7322026-08-31T00:51:22.620Z Downloaded crossbeam-epoch v0.9.18
7332026-08-31T00:51:22.620Z Downloaded crc32fast v1.5.0
7342026-08-31T00:51:22.622Z Downloaded find-msvc-tools v0.1.9
7352026-08-31T00:51:22.622Z Downloaded defmt v1.0.1
7362026-08-31T00:51:22.625Z Downloaded cexpr v0.6.0
7372026-08-31T00:51:22.625Z Downloaded winnow v1.0.3
7382026-08-31T00:51:22.630Z Downloaded tabled v0.21.0
7392026-08-31T00:51:22.640Z Downloaded zerovec v0.11.4
7402026-08-31T00:51:22.644Z Downloaded rustls-webpki v0.102.8
7412026-08-31T00:51:22.654Z Downloaded dropshot v0.17.1
7422026-08-31T00:51:22.667Z Downloaded bstr v1.12.0
7432026-08-31T00:51:22.671Z Downloaded winnow v0.5.40
7442026-08-31T00:51:22.676Z Downloaded syn v1.0.109
7452026-08-31T00:51:22.682Z Downloaded openssl v0.10.81
7462026-08-31T00:51:22.688Z Downloaded base64 v0.22.1
7472026-08-31T00:51:22.691Z Downloaded goblin v0.10.1
7482026-08-31T00:51:22.693Z Downloaded is_ci v1.2.0
7492026-08-31T00:51:22.696Z Downloaded futures v0.3.32
7502026-08-31T00:51:22.699Z Downloaded cmake v0.1.54
7512026-08-31T00:51:22.699Z Downloaded backoff v0.4.0
7522026-08-31T00:51:22.702Z Downloaded idna_adapter v1.2.1
7532026-08-31T00:51:22.702Z Downloaded daft v0.1.5
7542026-08-31T00:51:22.702Z Downloaded csv-core v0.1.12
7552026-08-31T00:51:22.702Z Downloaded atomicwrites v0.4.4
7562026-08-31T00:51:22.705Z Downloaded enum-as-inner v0.6.1
7572026-08-31T00:51:22.705Z Downloaded zerocopy v0.8.27
7582026-08-31T00:51:22.716Z Downloaded quinn-proto v0.11.14
7592026-08-31T00:51:22.720Z Downloaded webpki-roots v1.0.2
7602026-08-31T00:51:22.723Z Downloaded syn v2.0.118
7612026-08-31T00:51:22.729Z Downloaded winnow v0.7.14
7622026-08-31T00:51:22.735Z Downloaded openapiv3 v2.2.0
7632026-08-31T00:51:22.742Z Downloaded rustls v0.23.40
7642026-08-31T00:51:22.748Z Downloaded regex-syntax v0.8.11
7652026-08-31T00:51:22.753Z Downloaded regress v0.11.1
7662026-08-31T00:51:22.758Z Downloaded time v0.3.47
7672026-08-31T00:51:22.766Z Downloaded regress v0.10.5
7682026-08-31T00:51:22.771Z Downloaded vcpkg v0.2.15
7692026-08-31T00:51:22.795Z Downloaded smoltcp v0.11.0
7702026-08-31T00:51:22.801Z Downloaded moka v0.12.11
7712026-08-31T00:51:22.807Z Downloaded crossbeam-utils v0.8.21
7722026-08-31T00:51:22.810Z Downloaded bitflags v2.11.1
7732026-08-31T00:51:22.813Z Downloaded anstyle v1.0.14
7742026-08-31T00:51:22.813Z Downloaded critical-section v1.2.0
7752026-08-31T00:51:22.815Z Downloaded cipher v0.4.4
7762026-08-31T00:51:22.815Z Downloaded cargo_metadata v0.18.1
7772026-08-31T00:51:22.815Z Downloaded heck v0.5.0
7782026-08-31T00:51:22.818Z Downloaded foreign-types-shared v0.1.1
7792026-08-31T00:51:22.818Z Downloaded foreign-types-macros v0.2.3
7802026-08-31T00:51:22.818Z Downloaded errno v0.3.14
7812026-08-31T00:51:22.818Z Downloaded darling_macro v0.21.3
7822026-08-31T00:51:22.819Z Downloaded cfg-if v1.0.4
7832026-08-31T00:51:22.824Z Downloaded cargo-platform v0.1.9
7842026-08-31T00:51:22.824Z Downloaded anstyle-query v1.1.4
7852026-08-31T00:51:22.824Z Downloaded dtrace-parser v0.3.0
7862026-08-31T00:51:22.824Z Downloaded defmt v0.3.100
7872026-08-31T00:51:22.824Z Downloaded defmt-parser v1.0.0
7882026-08-31T00:51:22.827Z Downloaded cstr-argument v0.1.2
7892026-08-31T00:51:22.827Z Downloaded crypto-common v0.1.6
7902026-08-31T00:51:22.827Z Downloaded convert_case v0.4.0
7912026-08-31T00:51:22.827Z Downloaded clap_lex v1.1.0
7922026-08-31T00:51:22.827Z Downloaded unicode-width v0.1.14
7932026-08-31T00:51:22.830Z Downloaded hickory-proto v0.24.4
7942026-08-31T00:51:22.837Z Downloaded unicode-width v0.2.1
7952026-08-31T00:51:22.842Z Downloaded typify-impl v0.4.3
7962026-08-31T00:51:22.851Z Downloaded rustls v0.22.4
7972026-08-31T00:51:22.859Z Downloaded rustix v0.38.44
7982026-08-31T00:51:22.873Z Downloaded hickory-proto v0.25.2
7992026-08-31T00:51:22.882Z Downloaded dropshot v0.16.7
8002026-08-31T00:51:22.894Z Downloaded nix v0.31.3
8012026-08-31T00:51:22.901Z Downloaded rustix v1.1.4
8022026-08-31T00:51:22.915Z Downloaded nix v0.30.1
8032026-08-31T00:51:22.922Z Downloaded ciborium-io v0.2.2
8042026-08-31T00:51:22.925Z Downloaded compression-codecs v0.4.32
8052026-08-31T00:51:22.928Z Downloaded bytecount v0.6.9
8062026-08-31T00:51:22.928Z Downloaded crypto-common v0.2.2
8072026-08-31T00:51:22.928Z Downloaded crc8 v0.1.1
8082026-08-31T00:51:22.928Z Downloaded atomic-waker v1.1.2
8092026-08-31T00:51:22.928Z Downloaded cpufeatures v0.2.17
8102026-08-31T00:51:22.931Z Downloaded foreign-types v0.5.0
8112026-08-31T00:51:22.931Z Downloaded fnv v1.0.7
8122026-08-31T00:51:22.931Z Downloaded equivalent v1.0.2
8132026-08-31T00:51:22.931Z Downloaded either v1.15.0
8142026-08-31T00:51:22.934Z Downloaded dunce v1.0.5
8152026-08-31T00:51:22.934Z Downloaded dof v0.4.0
8162026-08-31T00:51:22.934Z Downloaded cfg_aliases v0.2.1
8172026-08-31T00:51:22.937Z Downloaded block-buffer v0.12.0
8182026-08-31T00:51:22.937Z Downloaded base16ct v0.2.0
8192026-08-31T00:51:22.937Z Downloaded async-stream v0.3.6
8202026-08-31T00:51:22.937Z Downloaded cobs v0.3.0
8212026-08-31T00:51:22.939Z Downloaded displaydoc v0.2.5
8222026-08-31T00:51:22.939Z Downloaded jiff v0.2.15
8232026-08-31T00:51:22.949Z Downloaded curve25519-dalek-derive v0.1.1
8242026-08-31T00:51:22.952Z Downloaded compression-core v0.4.32
8252026-08-31T00:51:22.952Z Downloaded elliptic-curve v0.13.8
8262026-08-31T00:51:22.956Z Downloaded chrono-tz v0.10.4
8272026-08-31T00:51:22.965Z Downloaded typify-impl v0.6.2
8282026-08-31T00:51:22.972Z Downloaded digest v0.10.7
8292026-08-31T00:51:22.975Z Downloaded bitflags v1.3.2
8302026-08-31T00:51:22.975Z Downloaded bcs v0.1.6
8312026-08-31T00:51:22.978Z Downloaded base64ct v1.8.0
8322026-08-31T00:51:22.978Z Downloaded clap v4.6.1
8332026-08-31T00:51:22.983Z Downloaded bit-set v0.8.0
8342026-08-31T00:51:22.986Z Downloaded fixedbitset v0.4.2
8352026-08-31T00:51:22.986Z Downloaded filetime v0.2.26
8362026-08-31T00:51:22.986Z Downloaded embedded-io v0.6.1
8372026-08-31T00:51:22.986Z Downloaded cancel-safe-futures v0.1.5
8382026-08-31T00:51:22.988Z Downloaded data-encoding v2.9.0
8392026-08-31T00:51:22.988Z Downloaded daft-derive v0.1.5
8402026-08-31T00:51:22.991Z Downloaded regex-automata v0.4.13
8412026-08-31T00:51:23.000Z Downloaded libc v0.2.186
8422026-08-31T00:51:23.020Z Downloaded csv v1.4.0
8432026-08-31T00:51:23.031Z Downloaded deranged v0.5.3
8442026-08-31T00:51:23.034Z Downloaded clap_derive v4.6.1
8452026-08-31T00:51:23.034Z Downloaded async-stream-impl v0.3.6
8462026-08-31T00:51:23.034Z Downloaded anstyle-parse v1.0.0
8472026-08-31T00:51:23.037Z Downloaded adler2 v2.0.1
8482026-08-31T00:51:23.040Z Downloaded petgraph v0.6.5
8492026-08-31T00:51:23.052Z Downloaded sha3 v0.10.8
8502026-08-31T00:51:23.076Z Downloaded petgraph v0.8.2
8512026-08-31T00:51:23.090Z Downloaded libz-sys v1.1.22
8522026-08-31T00:51:23.112Z Downloaded tokio v1.52.3
8532026-08-31T00:51:23.158Z Downloaded ring v0.17.14
8542026-08-31T00:51:23.183Z Downloaded encoding_rs v0.8.35
8552026-08-31T00:51:23.217Z Downloaded libgit2-sys v0.17.0+1.8.1
8562026-08-31T00:51:23.248Z Downloaded curl-sys v0.4.89+curl-8.20.0
8572026-08-31T00:51:23.723Z Downloaded aws-lc-sys v0.39.1
8582026-08-31T00:51:24.041Z Compiling proc-macro2 v1.0.106
8592026-08-31T00:51:24.041Z Compiling quote v1.0.45
8602026-08-31T00:51:24.041Z Compiling unicode-ident v1.0.24
8612026-08-31T00:51:24.041Z Compiling serde_core v1.0.228
8622026-08-31T00:51:24.044Z Compiling serde v1.0.228
8632026-08-31T00:51:24.044Z Compiling libc v0.2.186
8642026-08-31T00:51:24.044Z Checking cfg-if v1.0.4
8652026-08-31T00:51:24.336Z Compiling zmij v1.0.17
8662026-08-31T00:51:24.360Z Compiling autocfg v1.5.0
8672026-08-31T00:51:24.652Z Compiling memchr v2.7.5
8682026-08-31T00:51:24.707Z Compiling libm v0.2.15
8692026-08-31T00:51:25.021Z Compiling getrandom v0.4.2
8702026-08-31T00:51:25.093Z Compiling jobserver v0.1.34
8712026-08-31T00:51:25.141Z Compiling find-msvc-tools v0.1.9
8722026-08-31T00:51:25.157Z Compiling shlex v2.0.1
8732026-08-31T00:51:25.210Z Compiling version_check v0.9.5
8742026-08-31T00:51:25.362Z Compiling cc v1.2.64
8752026-08-31T00:51:25.380Z Compiling thiserror v2.0.18
8762026-08-31T00:51:25.411Z Checking smallvec v1.15.1
8772026-08-31T00:51:25.428Z Checking itoa v1.0.15
8782026-08-31T00:51:25.483Z Compiling syn v2.0.118
8792026-08-31T00:51:25.529Z Compiling icu_normalizer_data v2.0.0
8802026-08-31T00:51:25.586Z Compiling icu_properties_data v2.0.1
8812026-08-31T00:51:25.672Z Compiling parking_lot_core v0.9.12
8822026-08-31T00:51:25.765Z Checking stable_deref_trait v1.2.0
8832026-08-31T00:51:25.828Z Compiling serde_json v1.0.150
8842026-08-31T00:51:26.037Z Compiling heck v0.5.0
8852026-08-31T00:51:26.076Z Checking litemap v0.8.0
8862026-08-31T00:51:26.160Z Checking writeable v0.6.1
8872026-08-31T00:51:26.201Z Compiling num-traits v0.2.19
8882026-08-31T00:51:26.235Z Checking percent-encoding v2.3.2
8892026-08-31T00:51:26.484Z Checking form_urlencoded v1.2.2
8902026-08-31T00:51:26.664Z Checking utf8_iter v1.0.4
8912026-08-31T00:51:26.694Z Compiling zerocopy v0.8.27
8922026-08-31T00:51:26.716Z Checking pin-project-lite v0.2.16
8932026-08-31T00:51:26.733Z Compiling log v0.4.29
8942026-08-31T00:51:26.800Z Compiling equivalent v1.0.2
8952026-08-31T00:51:26.814Z Compiling semver v1.0.28
8962026-08-31T00:51:26.829Z Checking iana-time-zone v0.1.64
8972026-08-31T00:51:26.888Z Compiling rustversion v1.0.22
8982026-08-31T00:51:26.906Z Checking getrandom v0.2.16
8992026-08-31T00:51:26.931Z Checking socket2 v0.6.4
9002026-08-31T00:51:27.044Z Checking uuid v1.23.3
9012026-08-31T00:51:27.102Z Checking scopeguard v1.2.0
9022026-08-31T00:51:27.206Z Checking lock_api v0.4.14
9032026-08-31T00:51:27.332Z Checking bitflags v2.11.1
9042026-08-31T00:51:27.348Z Checking signal-hook-registry v1.4.6
9052026-08-31T00:51:27.362Z Checking mio v1.2.1
9062026-08-31T00:51:27.407Z Checking parking_lot v0.12.5
9072026-08-31T00:51:27.495Z Compiling schemars v0.8.22
9082026-08-31T00:51:27.498Z Checking dyn-clone v1.0.20
9092026-08-31T00:51:27.622Z Compiling portable-atomic v1.11.1
9102026-08-31T00:51:27.652Z Checking futures-core v0.3.32
9112026-08-31T00:51:27.758Z Compiling ring v0.17.14
9122026-08-31T00:51:27.777Z Checking critical-section v1.2.0
9132026-08-31T00:51:27.808Z Compiling hashbrown v0.17.1
9142026-08-31T00:51:27.843Z Compiling httparse v1.10.1
9152026-08-31T00:51:28.058Z Compiling regex-syntax v0.8.11
9162026-08-31T00:51:28.183Z Checking futures-sink v0.3.32
9172026-08-31T00:51:28.258Z Checking subtle v2.6.1
9182026-08-31T00:51:28.323Z Compiling indexmap v2.14.0
9192026-08-31T00:51:28.380Z Compiling synstructure v0.13.2
9202026-08-31T00:51:28.410Z Compiling serde_derive_internals v0.29.1
9212026-08-31T00:51:28.606Z Checking once_cell v1.21.3
9222026-08-31T00:51:28.965Z Checking slab v0.4.11
9232026-08-31T00:51:29.026Z Compiling aho-corasick v1.1.3
9242026-08-31T00:51:29.127Z Compiling rustix v1.1.4
9252026-08-31T00:51:29.168Z Compiling thiserror v1.0.69
9262026-08-31T00:51:29.171Z Checking rand_core v0.6.4
9272026-08-31T00:51:29.198Z Checking typenum v1.20.1
9282026-08-31T00:51:29.648Z Compiling serde_derive v1.0.228
9292026-08-31T00:51:29.651Z Compiling zerofrom-derive v0.1.6
9302026-08-31T00:51:29.707Z Compiling yoke-derive v0.8.0
9312026-08-31T00:51:29.814Z Compiling zerovec-derive v0.11.1
9322026-08-31T00:51:29.964Z Compiling displaydoc v0.2.5
9332026-08-31T00:51:30.179Z Compiling thiserror-impl v2.0.18
9342026-08-31T00:51:30.469Z Compiling schemars_derive v0.8.22
9352026-08-31T00:51:30.706Z Compiling tokio-macros v2.7.0
9362026-08-31T00:51:30.729Z Compiling zerocopy-derive v0.8.27
9372026-08-31T00:51:30.848Z Checking zerofrom v0.1.6
9382026-08-31T00:51:30.906Z Compiling futures-macro v0.3.32
9392026-08-31T00:51:30.969Z Checking yoke v0.8.0
9402026-08-31T00:51:31.141Z Checking zerovec v0.11.4
9412026-08-31T00:51:31.400Z Checking zerotrie v0.2.2
9422026-08-31T00:51:31.667Z Compiling zeroize_derive v1.4.3
9432026-08-31T00:51:31.684Z Compiling regex-automata v0.4.13
9442026-08-31T00:51:31.687Z Compiling thiserror-impl v1.0.69
9452026-08-31T00:51:31.885Z Checking tinystr v0.8.1
9462026-08-31T00:51:31.919Z Checking potential_utf v0.1.3
9472026-08-31T00:51:32.048Z Checking icu_collections v2.0.0
9482026-08-31T00:51:32.064Z Checking icu_locale_core v2.0.0
9492026-08-31T00:51:32.318Z Checking zeroize v1.8.1
9502026-08-31T00:51:32.408Z Checking futures-channel v0.3.32
9512026-08-31T00:51:32.470Z Compiling ucd-trie v0.1.7
9522026-08-31T00:51:32.518Z Checking icu_provider v2.0.0
9532026-08-31T00:51:32.597Z Checking futures-io v0.3.32
9542026-08-31T00:51:32.704Z Compiling pest v2.8.2
9552026-08-31T00:51:32.719Z Checking futures-task v0.3.32
9562026-08-31T00:51:32.735Z Checking bytes v1.12.0
9572026-08-31T00:51:32.759Z Checking icu_normalizer v2.0.0
9582026-08-31T00:51:32.832Z Checking icu_properties v2.0.1
9592026-08-31T00:51:32.866Z Checking chrono v0.4.45
9602026-08-31T00:51:33.079Z Compiling serde_tokenstream v0.2.3
9612026-08-31T00:51:33.189Z Checking tokio v1.52.3
9622026-08-31T00:51:33.425Z Compiling regex v1.12.4
9632026-08-31T00:51:33.584Z Checking futures-util v0.3.32
9642026-08-31T00:51:33.649Z Checking idna_adapter v1.2.1
9652026-08-31T00:51:33.712Z Compiling pkg-config v0.3.32
9662026-08-31T00:51:33.772Z Checking idna v1.1.0
9672026-08-31T00:51:33.821Z Compiling pest_meta v2.8.2
9682026-08-31T00:51:33.925Z Compiling anyhow v1.0.102
9692026-08-31T00:51:34.011Z Checking url v2.5.7
9702026-08-31T00:51:34.161Z Compiling tracing-attributes v0.1.30
9712026-08-31T00:51:34.258Z Checking tracing-core v0.1.34
9722026-08-31T00:51:34.566Z Compiling pest_generator v2.8.2
9732026-08-31T00:51:34.621Z Compiling generic-array v0.14.7
9742026-08-31T00:51:34.843Z Compiling foldhash v0.2.0
9752026-08-31T00:51:35.044Z Compiling fnv v1.0.7
9762026-08-31T00:51:35.065Z Compiling allocator-api2 v0.2.21
9772026-08-31T00:51:35.122Z Compiling vcpkg v0.2.15
9782026-08-31T00:51:35.184Z Compiling pest_derive v2.8.2
9792026-08-31T00:51:35.369Z Checking tracing v0.1.41
9802026-08-31T00:51:35.385Z Compiling hashbrown v0.16.1
9812026-08-31T00:51:35.458Z Checking http v1.4.2
9822026-08-31T00:51:35.547Z Compiling getrandom v0.3.3
9832026-08-31T00:51:35.688Z Compiling byteorder v1.5.0
9842026-08-31T00:51:35.895Z Compiling camino v1.2.3
9852026-08-31T00:51:35.928Z Checking crypto-common v0.1.6
9862026-08-31T00:51:35.950Z Checking errno v0.3.14
9872026-08-31T00:51:36.013Z Checking base64 v0.22.1
9882026-08-31T00:51:36.049Z Compiling num-conv v0.2.1
9892026-08-31T00:51:36.068Z Checking ipnet v2.11.0
9902026-08-31T00:51:36.200Z Compiling time-core v0.1.8
9912026-08-31T00:51:36.242Z Compiling scroll_derive v0.13.1
9922026-08-31T00:51:36.263Z Compiling paste v1.0.15
9932026-08-31T00:51:36.289Z Checking http-body v1.0.1
9942026-08-31T00:51:36.321Z Checking tokio-util v0.7.16
9952026-08-31T00:51:36.351Z Compiling time-macros v0.2.27
9962026-08-31T00:51:36.417Z Checking rustls-pki-types v1.12.0
9972026-08-31T00:51:36.629Z Checking atomic-waker v1.1.2
9982026-08-31T00:51:36.857Z Checking try-lock v0.2.5
9992026-08-31T00:51:36.959Z Checking tower-layer v0.3.3
10002026-08-31T00:51:36.962Z Checking tower-service v0.3.3
10012026-08-31T00:51:37.068Z Checking untrusted v0.9.0
10022026-08-31T00:51:37.098Z Checking want v0.3.1
10032026-08-31T00:51:37.112Z Checking h2 v0.4.14
10042026-08-31T00:51:37.218Z Checking ryu v1.0.20
10052026-08-31T00:51:37.221Z Checking httpdate v1.0.3
10062026-08-31T00:51:37.249Z Compiling openssl-sys v0.9.117
10072026-08-31T00:51:37.358Z Compiling async-trait v0.1.89
10082026-08-31T00:51:37.376Z Compiling cmake v0.1.54
10092026-08-31T00:51:37.379Z Checking socket2 v0.5.10
10102026-08-31T00:51:37.574Z Compiling dunce v1.0.5
10112026-08-31T00:51:37.612Z Compiling crossbeam-utils v0.8.21
10122026-08-31T00:51:37.672Z Compiling fs_extra v1.3.0
10132026-08-31T00:51:37.733Z Compiling strsim v0.11.1
10142026-08-31T00:51:37.794Z Checking pretty-hex v0.4.1
10152026-08-31T00:51:37.949Z Compiling aws-lc-sys v0.39.1
10162026-08-31T00:51:37.968Z Compiling scroll v0.13.0
10172026-08-31T00:51:38.005Z Compiling regress v0.10.5
10182026-08-31T00:51:38.030Z Checking block-buffer v0.10.4
10192026-08-31T00:51:38.046Z Checking ppv-lite86 v0.2.21
10202026-08-31T00:51:38.182Z Compiling slog v2.8.2
10212026-08-31T00:51:38.221Z Compiling plain v0.2.3
10222026-08-31T00:51:38.325Z Compiling usdt-impl v0.6.0
10232026-08-31T00:51:38.341Z Compiling goblin v0.10.1
10242026-08-31T00:51:38.343Z Checking digest v0.10.7
10252026-08-31T00:51:38.441Z Checking http-body-util v0.1.3
10262026-08-31T00:51:38.540Z Checking ipnetwork v0.21.1
10272026-08-31T00:51:38.583Z Checking erased-serde v0.3.31
10282026-08-31T00:51:38.652Z Compiling omicron-workspace-hack v0.1.0
10292026-08-31T00:51:38.862Z Compiling ident_case v1.0.1
10302026-08-31T00:51:38.964Z Checking hyper v1.10.1
10312026-08-31T00:51:38.984Z Compiling darling_core v0.21.3
10322026-08-31T00:51:39.019Z Checking serde_urlencoded v0.7.1
10332026-08-31T00:51:39.034Z Compiling dtrace-parser v0.3.0
10342026-08-31T00:51:39.194Z Compiling openapiv3 v2.2.0
10352026-08-31T00:51:39.215Z Compiling daft-derive v0.1.5
10362026-08-31T00:51:39.622Z Compiling typify-impl v0.4.3
10372026-08-31T00:51:39.839Z Checking hyper-util v0.1.20
10382026-08-31T00:51:39.922Z Compiling thread-id v5.0.0
10392026-08-31T00:51:40.640Z Compiling aws-lc-rs v1.16.2
10402026-08-31T00:51:41.042Z Compiling dof v0.4.0
10412026-08-31T00:51:41.078Z Compiling darling_macro v0.21.3
10422026-08-31T00:51:41.094Z Checking encoding_rs v0.8.35
10432026-08-31T00:51:41.442Z Checking mime v0.3.17
10442026-08-31T00:51:41.637Z Compiling darling v0.21.3
10452026-08-31T00:51:41.722Z Checking untrusted v0.7.1
10462026-08-31T00:51:41.759Z Compiling slog-async v2.8.0
10472026-08-31T00:51:41.834Z Checking cpufeatures v0.2.17
10482026-08-31T00:51:41.906Z Checking rand_core v0.9.3
10492026-08-31T00:51:41.998Z Checking oxnet v0.1.6
10502026-08-31T00:51:42.085Z Compiling structmeta-derive v0.3.0
10512026-08-31T00:51:42.100Z Compiling multer v3.1.0
10522026-08-31T00:51:42.117Z Compiling usdt-attr-macro v0.6.0
10532026-08-31T00:51:42.252Z Compiling usdt-macro v0.6.0
10542026-08-31T00:51:42.320Z Compiling rustls v0.23.40
10552026-08-31T00:51:42.341Z Compiling rustls v0.22.4
10562026-08-31T00:51:42.468Z Compiling unsafe-libyaml v0.2.11
10572026-08-31T00:51:42.816Z Compiling async-stream-impl v0.3.6
10582026-08-31T00:51:42.953Z Checking sync_wrapper v1.0.2
10592026-08-31T00:51:42.979Z Compiling typify-macro v0.4.3
10602026-08-31T00:51:43.035Z Compiling serde_yaml v0.9.34+deprecated
10612026-08-31T00:51:43.103Z Compiling structmeta v0.3.0
10622026-08-31T00:51:43.129Z Checking foreign-types-shared v0.1.1
10632026-08-31T00:51:43.213Z Checking hex v0.4.3
10642026-08-31T00:51:43.415Z Compiling openssl v0.10.81
10652026-08-31T00:51:43.431Z Checking fastrand v2.3.0
10662026-08-31T00:51:43.497Z Checking foreign-types v0.3.2
10672026-08-31T00:51:43.567Z Checking tower v0.5.2
10682026-08-31T00:51:43.599Z Checking tempfile v3.27.0
10692026-08-31T00:51:43.694Z Checking rand_chacha v0.9.0
10702026-08-31T00:51:43.788Z Checking futures-executor v0.3.32
10712026-08-31T00:51:43.859Z Compiling strum_macros v0.26.4
10722026-08-31T00:51:43.875Z Compiling openssl-macros v0.1.1
10732026-08-31T00:51:43.929Z Checking powerfmt v0.2.0
10742026-08-31T00:51:43.945Z Checking iri-string v0.7.8
10752026-08-31T00:51:44.079Z Checking openssl-probe v0.1.6
10762026-08-31T00:51:44.184Z Compiling native-tls v0.2.14
10772026-08-31T00:51:44.238Z Checking deranged v0.5.3
10782026-08-31T00:51:44.449Z Checking futures v0.3.32
10792026-08-31T00:51:44.466Z Compiling typify v0.4.3
10802026-08-31T00:51:44.529Z Checking rand v0.9.3
10812026-08-31T00:51:44.555Z Compiling newtype-uuid-macros v0.1.0
10822026-08-31T00:51:44.951Z Checking tower-http v0.6.8
10832026-08-31T00:51:44.968Z Checking num_threads v0.1.7
10842026-08-31T00:51:45.055Z Compiling ref-cast v1.0.25
10852026-08-31T00:51:45.244Z Compiling ref-cast-impl v1.0.25
10862026-08-31T00:51:45.299Z Compiling dropshot v0.16.7
10872026-08-31T00:51:45.355Z Checking time v0.3.47
10882026-08-31T00:51:45.416Z Checking memmap2 v0.9.8
10892026-08-31T00:51:45.447Z Checking unicode-width v0.2.1
10902026-08-31T00:51:45.584Z Compiling derive-ex v0.1.8
10912026-08-31T00:51:45.694Z Checking crossbeam-channel v0.5.15
10922026-08-31T00:51:45.816Z Checking webpki-roots v1.0.2
10932026-08-31T00:51:45.840Z Compiling dropshot_endpoint v0.16.7
10942026-08-31T00:51:45.936Z Compiling strum_macros v0.27.2
10952026-08-31T00:51:46.016Z Checking winnow v0.7.14
10962026-08-31T00:51:46.445Z Compiling progenitor-impl v0.11.1
10972026-08-31T00:51:46.578Z Checking tokio-native-tls v0.3.1
10982026-08-31T00:51:46.787Z Checking hyper-tls v0.6.0
10992026-08-31T00:51:47.133Z Compiling test-strategy v0.4.3
11002026-08-31T00:51:47.212Z Checking newtype-uuid v1.3.2
11012026-08-31T00:51:47.350Z Checking thread_local v1.1.9
11022026-08-31T00:51:47.394Z Checking winnow v1.0.3
11032026-08-31T00:51:47.470Z Checking daft v0.1.5
11042026-08-31T00:51:47.512Z Compiling serde_with_macros v3.14.1
11052026-08-31T00:51:47.677Z Checking toml_parser v1.1.2+spec-1.1.0
11062026-08-31T00:51:47.695Z Checking serde_spanned v1.1.1
11072026-08-31T00:51:47.734Z Checking is-terminal v0.4.16
11082026-08-31T00:51:47.826Z Checking take_mut v0.2.2
11092026-08-31T00:51:47.829Z Checking debug-ignore v1.0.5
11102026-08-31T00:51:47.927Z Checking term v1.2.0
11112026-08-31T00:51:47.943Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-08-31T00:51:48.009Z Checking either v1.15.0
11132026-08-31T00:51:48.124Z Checking match_cfg v0.1.0
11142026-08-31T00:51:48.151Z Checking slog-term v2.9.2
11152026-08-31T00:51:48.192Z Checking hostname v0.3.1
11162026-08-31T00:51:48.289Z Checking slog-json v2.6.1
11172026-08-31T00:51:48.404Z Checking spin v0.9.8
11182026-08-31T00:51:48.439Z Compiling syn v1.0.109
11192026-08-31T00:51:48.455Z Checking slog-bunyan v2.5.0
11202026-08-31T00:51:48.534Z Checking usdt v0.6.0
11212026-08-31T00:51:48.560Z Checking async-stream v0.3.6
11222026-08-31T00:51:48.563Z Compiling progenitor-macro v0.11.1
11232026-08-31T00:51:48.591Z Compiling parse-display-derive v0.10.0
11242026-08-31T00:51:48.697Z Checking rustls-webpki v0.102.8
11252026-08-31T00:51:48.716Z Checking rustls-pemfile v2.2.0
11262026-08-31T00:51:48.756Z Checking waitgroup v0.1.2
11272026-08-31T00:51:48.790Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11282026-08-31T00:51:48.851Z Checking serde_path_to_error v0.1.20
11292026-08-31T00:51:48.854Z Checking hostname v0.4.2
11302026-08-31T00:51:48.964Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-08-31T00:51:49.109Z Checking strum v0.26.3
11322026-08-31T00:51:49.218Z Checking rand_chacha v0.3.1
11332026-08-31T00:51:49.235Z Checking macaddr v1.0.1
11342026-08-31T00:51:49.268Z Checking toml_datetime v0.7.5+spec-1.1.0
11352026-08-31T00:51:49.407Z Checking wait-timeout v0.2.1
11362026-08-31T00:51:49.409Z Checking lazy_static v1.5.0
11372026-08-31T00:51:49.461Z Checking bit-vec v0.8.0
11382026-08-31T00:51:49.516Z Checking quick-error v1.2.3
11392026-08-31T00:51:49.533Z Checking toml v0.9.12+spec-1.1.0
11402026-08-31T00:51:49.619Z Checking rusty-fork v0.3.0
11412026-08-31T00:51:49.648Z Checking bit-set v0.8.0
11422026-08-31T00:51:49.781Z Checking rand v0.8.5
11432026-08-31T00:51:49.796Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11442026-08-31T00:51:50.079Z Checking rand_xorshift v0.4.0
11452026-08-31T00:51:50.097Z Checking sha1 v0.10.6
11462026-08-31T00:51:50.197Z Checking unarray v0.1.4
11472026-08-31T00:51:50.276Z Checking strum v0.27.2
11482026-08-31T00:51:50.299Z Checking proptest v1.8.0
11492026-08-31T00:51:50.427Z Checking tokio-rustls v0.25.0
11502026-08-31T00:51:50.442Z Checking tabwriter v1.4.1
11512026-08-31T00:51:50.481Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-08-31T00:51:50.582Z Checking colored v3.1.1
11532026-08-31T00:51:50.616Z Checking serde_with v3.14.1
11542026-08-31T00:51:51.081Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11552026-08-31T00:51:51.307Z Checking instant v0.1.13
11562026-08-31T00:51:51.637Z Checking rustc-hash v2.1.1
11572026-08-31T00:51:51.754Z Checking iddqd v0.3.18
11582026-08-31T00:51:51.830Z Checking backoff v0.4.0
11592026-08-31T00:51:51.927Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11602026-08-31T00:51:51.983Z Checking parse-display v0.10.0
11612026-08-31T00:51:52.002Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11622026-08-31T00:51:52.112Z Checking itertools v0.14.0
11632026-08-31T00:51:52.128Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11642026-08-31T00:51:52.577Z Compiling toml_datetime v0.6.11
11652026-08-31T00:51:52.596Z Compiling clap_derive v4.6.1
11662026-08-31T00:51:52.617Z Checking utf8parse v0.2.2
11672026-08-31T00:51:52.719Z Checking anstyle-parse v1.0.0
11682026-08-31T00:51:52.886Z Checking terminal_size v0.4.3
11692026-08-31T00:51:53.062Z Checking anstyle v1.0.14
11702026-08-31T00:51:53.097Z Checking colorchoice v1.0.4
11712026-08-31T00:51:53.174Z Checking is_terminal_polyfill v1.70.1
11722026-08-31T00:51:53.193Z Checking anstyle-query v1.1.4
11732026-08-31T00:51:53.283Z Checking anstream v1.0.0
11742026-08-31T00:51:53.515Z Checking clap_lex v1.1.0
11752026-08-31T00:51:53.684Z Checking clap_builder v4.6.0
11762026-08-31T00:51:54.885Z Checking clap v4.6.1
11772026-08-31T00:51:55.926Z Compiling num-derive v0.4.2
11782026-08-31T00:51:56.421Z Compiling rustls-webpki v0.103.6
11792026-08-31T00:51:57.030Z Compiling prettyplease v0.2.37
11802026-08-31T00:51:58.601Z Checking crossbeam-epoch v0.9.18
11812026-08-31T00:51:58.834Z Compiling cfg_aliases v0.2.1
11822026-08-31T00:51:58.851Z Compiling winnow v0.5.40
11832026-08-31T00:51:59.467Z Checking serde_spanned v0.6.9
11842026-08-31T00:51:59.708Z Compiling memoffset v0.9.1
11852026-08-31T00:51:59.773Z Compiling rayon-core v1.13.0
11862026-08-31T00:51:59.990Z Compiling tokio-rustls v0.26.4
11872026-08-31T00:52:00.174Z Compiling toml_edit v0.19.15
11882026-08-31T00:52:01.291Z Compiling proc-macro-crate v1.3.1
11892026-08-31T00:52:01.541Z Compiling zerocopy-derive v0.7.35
11902026-08-31T00:52:01.898Z Compiling crc32fast v1.5.0
11912026-08-31T00:52:02.238Z Compiling hyper-rustls v0.27.7
11922026-08-31T00:52:02.506Z Compiling reqwest v0.12.23
11932026-08-31T00:52:02.730Z Checking crossbeam-deque v0.8.6
11942026-08-31T00:52:03.140Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11952026-08-31T00:52:03.156Z Checking adler2 v2.0.1
11962026-08-31T00:52:03.620Z Compiling progenitor-client v0.11.1
11972026-08-31T00:52:04.155Z Compiling progenitor v0.11.1
11982026-08-31T00:52:04.229Z Checking miniz_oxide v0.8.9
11992026-08-31T00:52:05.062Z Compiling num-integer v0.1.46
12002026-08-31T00:52:05.107Z Compiling proc-macro-error-attr v1.0.4
12012026-08-31T00:52:05.305Z Compiling heck v0.4.1
12022026-08-31T00:52:05.345Z Compiling heapless v0.8.0
12032026-08-31T00:52:05.604Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12042026-08-31T00:52:05.679Z Checking flate2 v1.1.2
12052026-08-31T00:52:05.696Z Compiling progenitor-client v0.10.0
12062026-08-31T00:52:06.072Z Compiling ingot-macros v0.1.1
12072026-08-31T00:52:06.792Z Checking hash32 v0.3.1
12082026-08-31T00:52:06.919Z Checking hybrid-array v0.4.12
12092026-08-31T00:52:07.067Z Compiling proc-macro-error v1.0.4
12102026-08-31T00:52:07.237Z Checking toml_write v0.1.2
12112026-08-31T00:52:07.295Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12122026-08-31T00:52:07.406Z Compiling smoltcp v0.11.0
12132026-08-31T00:52:07.634Z Checking toml_edit v0.22.27
12142026-08-31T00:52:07.984Z Checking num-iter v0.1.45
12152026-08-31T00:52:08.100Z Checking num-rational v0.4.2
12162026-08-31T00:52:08.369Z Compiling zerocopy v0.7.35
12172026-08-31T00:52:08.406Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-08-31T00:52:08.674Z Checking ingot-types v0.1.2
12192026-08-31T00:52:08.700Z Compiling num_enum_derive v0.7.5
12202026-08-31T00:52:08.749Z Compiling hubpack_derive v0.1.1
12212026-08-31T00:52:08.912Z Checking cobs v0.3.0
12222026-08-31T00:52:09.012Z Compiling foreign-types-macros v0.2.3
12232026-08-31T00:52:09.042Z Compiling scroll_derive v0.12.1
12242026-08-31T00:52:09.057Z Compiling num-complex v0.4.6
12252026-08-31T00:52:09.246Z Compiling usdt-impl v0.5.0
12262026-08-31T00:52:09.415Z Compiling crucible-workspace-hack v0.1.0
12272026-08-31T00:52:09.431Z Checking foreign-types-shared v0.3.1
12282026-08-31T00:52:09.626Z Checking managed v0.8.0
12292026-08-31T00:52:09.642Z Checking bitflags v1.3.2
12302026-08-31T00:52:09.730Z Checking scroll v0.12.0
12312026-08-31T00:52:09.733Z Checking num_enum v0.7.5
12322026-08-31T00:52:09.733Z Checking foreign-types v0.5.0
12332026-08-31T00:52:09.874Z Checking num v0.4.3
12342026-08-31T00:52:09.965Z Checking hubpack v0.1.2
12352026-08-31T00:52:09.965Z Checking postcard v1.1.3
12362026-08-31T00:52:10.024Z Checking ingot v0.1.1
12372026-08-31T00:52:10.126Z Compiling dof v0.3.0
12382026-08-31T00:52:10.255Z Checking toml v0.8.23
12392026-08-31T00:52:10.670Z Checking block-buffer v0.12.0
12402026-08-31T00:52:10.730Z Checking crypto-common v0.2.2
12412026-08-31T00:52:10.928Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-08-31T00:52:10.943Z Compiling dtrace-parser v0.2.0
12432026-08-31T00:52:11.260Z Checking camino-tempfile v1.4.1
12442026-08-31T00:52:11.351Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-08-31T00:52:11.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-08-31T00:52:11.420Z Checking cstr-argument v0.1.2
12472026-08-31T00:52:11.541Z Compiling thread-id v4.2.2
12482026-08-31T00:52:11.556Z Checking float-ord v0.3.2
12492026-08-31T00:52:11.638Z Compiling minimal-lexical v0.2.1
12502026-08-31T00:52:11.654Z Checking compression-core v0.4.32
12512026-08-31T00:52:11.670Z Checking static_assertions v1.1.0
12522026-08-31T00:52:11.729Z Checking const-oid v0.10.2
12532026-08-31T00:52:11.781Z Checking compression-codecs v0.4.32
12542026-08-31T00:52:11.881Z Compiling nom v7.1.3
12552026-08-31T00:52:12.002Z Checking digest v0.11.3
12562026-08-31T00:52:12.006Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12572026-08-31T00:52:12.012Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12582026-08-31T00:52:12.049Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12592026-08-31T00:52:12.217Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12602026-08-31T00:52:12.243Z Checking goblin v0.8.2
12612026-08-31T00:52:12.360Z Checking rayon v1.11.0
12622026-08-31T00:52:12.717Z Compiling num_enum_derive v0.5.11
12632026-08-31T00:52:12.720Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-08-31T00:52:12.904Z Compiling rustc_version v0.4.1
12652026-08-31T00:52:13.157Z Checking toml_datetime v1.1.1+spec-1.1.0
12662026-08-31T00:52:13.176Z Compiling dropshot v0.17.1
12672026-08-31T00:52:13.352Z Checking cpufeatures v0.3.0
12682026-08-31T00:52:13.402Z Compiling rustix v0.38.44
12692026-08-31T00:52:13.429Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12702026-08-31T00:52:13.463Z Compiling convert_case v0.4.0
12712026-08-31T00:52:13.649Z Checking tinyvec_macros v0.1.1
12722026-08-31T00:52:13.682Z Checking num_enum v0.5.11
12732026-08-31T00:52:13.722Z Checking tinyvec v1.10.0
12742026-08-31T00:52:13.773Z Compiling derive_more v0.99.20
12752026-08-31T00:52:13.803Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-08-31T00:52:13.846Z Checking sha1 v0.11.0
12772026-08-31T00:52:13.942Z Checking toml v1.1.2+spec-1.1.0
12782026-08-31T00:52:14.034Z Checking async-compression v0.4.33
12792026-08-31T00:52:14.274Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-08-31T00:52:14.302Z Compiling nix v0.30.1
12812026-08-31T00:52:14.431Z Checking libscf-sys v1.2.0
12822026-08-31T00:52:14.562Z Compiling libz-sys v1.1.22
12832026-08-31T00:52:14.701Z Compiling dropshot_endpoint v0.17.1
12842026-08-31T00:52:14.748Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12852026-08-31T00:52:14.889Z Checking bytecount v0.6.9
12862026-08-31T00:52:15.067Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12872026-08-31T00:52:15.283Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12882026-08-31T00:52:15.480Z Compiling usdt-attr-macro v0.5.0
12892026-08-31T00:52:15.704Z Compiling usdt-macro v0.5.0
12902026-08-31T00:52:15.933Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-08-31T00:52:15.951Z Compiling zone_cfg_derive v0.3.1
12922026-08-31T00:52:16.136Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-31T00:52:16.201Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-08-31T00:52:16.290Z Checking itertools v0.12.1
12952026-08-31T00:52:16.308Z Checking memmap v0.7.0
12962026-08-31T00:52:16.367Z Checking sigpipe v0.1.3
12972026-08-31T00:52:16.440Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-08-31T00:52:16.456Z Checking glob v0.3.3
12992026-08-31T00:52:16.535Z Checking jiff v0.2.15
13002026-08-31T00:52:16.618Z Checking usdt v0.5.0
13012026-08-31T00:52:16.679Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13022026-08-31T00:52:16.728Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13032026-08-31T00:52:16.831Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13042026-08-31T00:52:16.926Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13052026-08-31T00:52:16.942Z Checking smf v0.2.3
13062026-08-31T00:52:17.029Z Checking secrecy v0.10.3
13072026-08-31T00:52:17.127Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13082026-08-31T00:52:17.143Z Checking bstr v1.12.0
13092026-08-31T00:52:17.174Z Checking whoami v1.6.1
13102026-08-31T00:52:17.290Z Checking zone v0.3.1
13112026-08-31T00:52:17.341Z Compiling curve25519-dalek v4.1.3
13122026-08-31T00:52:17.475Z Checking hmac v0.12.1
13132026-08-31T00:52:17.491Z Compiling clang-sys v1.8.1
13142026-08-31T00:52:17.608Z Checking inout v0.1.4
13152026-08-31T00:52:17.624Z Compiling enum-as-inner v0.6.1
13162026-08-31T00:52:17.640Z Checking ff v0.13.1
13172026-08-31T00:52:17.655Z Checking data-encoding v2.9.0
13182026-08-31T00:52:17.739Z Compiling semver v0.1.20
13192026-08-31T00:52:17.760Z Checking group v0.13.0
13202026-08-31T00:52:17.869Z Checking cipher v0.4.4
13212026-08-31T00:52:17.917Z Compiling rustc_version v0.1.7
13222026-08-31T00:52:17.964Z Checking hkdf v0.12.4
13232026-08-31T00:52:17.992Z Checking atomicwrites v0.4.4
13242026-08-31T00:52:18.059Z Compiling thiserror-impl-no-std v2.0.2
13252026-08-31T00:52:18.096Z Checking universal-hash v0.5.1
13262026-08-31T00:52:18.112Z Compiling regress v0.11.1
13272026-08-31T00:52:18.127Z Checking crypto-bigint v0.5.5
13282026-08-31T00:52:18.161Z Checking half v2.7.1
13292026-08-31T00:52:18.216Z Compiling curve25519-dalek-derive v0.1.1
13302026-08-31T00:52:18.413Z Checking indent_write v2.2.0
13312026-08-31T00:52:18.543Z Checking base16ct v0.2.0
13322026-08-31T00:52:18.662Z Checking base64ct v1.8.0
13332026-08-31T00:52:18.868Z Checking opaque-debug v0.3.1
13342026-08-31T00:52:18.891Z Checking ciborium-io v0.2.2
13352026-08-31T00:52:18.938Z Checking poly1305 v0.8.0
13362026-08-31T00:52:18.955Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13372026-08-31T00:52:18.980Z Checking ciborium-ll v0.2.2
13382026-08-31T00:52:19.105Z Checking thiserror-no-std v2.0.2
13392026-08-31T00:52:19.108Z Checking password-hash v0.5.0
13402026-08-31T00:52:19.109Z Checking elliptic-curve v0.13.8
13412026-08-31T00:52:19.169Z Compiling newtype_derive v0.1.6
13422026-08-31T00:52:19.193Z Checking chacha20 v0.9.1
13432026-08-31T00:52:19.357Z Checking similar v2.7.0
13442026-08-31T00:52:19.361Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13452026-08-31T00:52:19.389Z Compiling nix v0.31.3
13462026-08-31T00:52:19.392Z Checking blake2 v0.10.6
13472026-08-31T00:52:19.613Z Compiling typify-impl v0.6.2
13482026-08-31T00:52:19.616Z Checking aead v0.5.2
13492026-08-31T00:52:19.683Z Compiling libloading v0.8.9
13502026-08-31T00:52:19.765Z Checking linked-hash-map v0.5.6
13512026-08-31T00:52:19.781Z Checking keccak v0.1.6
13522026-08-31T00:52:19.829Z Checking resolv-conf v0.7.5
13532026-08-31T00:52:19.880Z Compiling bindgen v0.72.1
13542026-08-31T00:52:19.937Z Compiling owo-colors v4.3.0
13552026-08-31T00:52:19.937Z Checking lru-cache v0.1.2
13562026-08-31T00:52:20.012Z Checking sha3 v0.10.8
13572026-08-31T00:52:20.058Z Checking vsss-rs v3.3.4
13582026-08-31T00:52:20.231Z Checking chacha20poly1305 v0.10.1
13592026-08-31T00:52:20.338Z Checking argon2 v0.5.3
13602026-08-31T00:52:20.413Z Checking ciborium v0.2.2
13612026-08-31T00:52:20.626Z Checking hickory-proto v0.24.4
13622026-08-31T00:52:20.705Z Checking tokio-dtrace v0.1.1
13632026-08-31T00:52:20.799Z Checking papergrid v0.18.0
13642026-08-31T00:52:20.823Z Compiling cexpr v0.6.0
13652026-08-31T00:52:20.880Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13662026-08-31T00:52:21.127Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13672026-08-31T00:52:21.388Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13682026-08-31T00:52:21.562Z Checking serde-big-array v0.5.1
13692026-08-31T00:52:21.694Z Compiling serde_repr v0.1.20
13702026-08-31T00:52:21.756Z Compiling derive-where v1.6.0
13712026-08-31T00:52:21.957Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13722026-08-31T00:52:22.123Z Checking same-file v1.0.6
13732026-08-31T00:52:22.163Z Checking unicode-segmentation v1.12.0
13742026-08-31T00:52:22.194Z Checking siphasher v1.0.1
13752026-08-31T00:52:22.242Z Compiling shlex v1.3.0
13762026-08-31T00:52:22.258Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13772026-08-31T00:52:22.355Z Checking phf_shared v0.12.1
13782026-08-31T00:52:22.494Z Checking walkdir v2.5.0
13792026-08-31T00:52:22.498Z Checking newline-converter v0.3.0
13802026-08-31T00:52:22.662Z Checking hickory-resolver v0.24.4
13812026-08-31T00:52:22.677Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13822026-08-31T00:52:22.998Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13832026-08-31T00:52:23.086Z Compiling typify-macro v0.6.2
13842026-08-31T00:52:23.120Z Checking tabled v0.21.0
13852026-08-31T00:52:23.330Z Checking oxide-tokio-rt v0.1.2
13862026-08-31T00:52:23.473Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13872026-08-31T00:52:24.194Z Checking itertools v0.15.0
13882026-08-31T00:52:24.210Z Checking console v0.15.11
13892026-08-31T00:52:24.234Z Compiling progenitor-impl v0.10.0
13902026-08-31T00:52:24.392Z Checking tokio-stream v0.1.17
13912026-08-31T00:52:24.476Z Compiling pin-project-internal v1.1.10
13922026-08-31T00:52:24.479Z Compiling slog-dtrace v0.3.0
13932026-08-31T00:52:24.581Z Checking csv-core v0.1.12
13942026-08-31T00:52:24.710Z Checking smawk v0.3.2
13952026-08-31T00:52:24.749Z Compiling chrono-tz v0.10.4
13962026-08-31T00:52:24.765Z Checking swrite v0.1.0
13972026-08-31T00:52:24.836Z Checking unicode-width v0.1.14
13982026-08-31T00:52:24.870Z Checking unicode-linebreak v0.1.5
13992026-08-31T00:52:24.962Z Compiling cancel-safe-futures v0.1.5
14002026-08-31T00:52:25.079Z Compiling unicode-xid v0.2.6
14012026-08-31T00:52:25.203Z Checking foldhash v0.1.5
14022026-08-31T00:52:25.239Z Compiling const_format_proc_macros v0.2.34
14032026-08-31T00:52:25.352Z Checking hashbrown v0.15.5
14042026-08-31T00:52:25.549Z Checking pin-project v1.1.10
14052026-08-31T00:52:25.652Z Checking textwrap v0.16.2
14062026-08-31T00:52:25.829Z Checking csv v1.4.0
14072026-08-31T00:52:25.870Z Checking qorb v0.4.1
14082026-08-31T00:52:26.023Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-08-31T00:52:26.187Z Checking expectorate v1.2.0
14102026-08-31T00:52:26.261Z Checking phf v0.12.1
14112026-08-31T00:52:26.279Z Compiling progenitor-macro v0.10.0
14122026-08-31T00:52:26.318Z Checking unicode-normalization v0.1.24
14132026-08-31T00:52:26.404Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14142026-08-31T00:52:26.736Z Compiling snafu-derive v0.8.9
14152026-08-31T00:52:27.007Z Checking libsw-core v0.3.2
14162026-08-31T00:52:27.026Z Compiling libgit2-sys v0.17.0+1.8.1
14172026-08-31T00:52:27.154Z Compiling async-recursion v1.1.1
14182026-08-31T00:52:27.455Z Compiling cookie v0.18.1
14192026-08-31T00:52:27.496Z Checking highway v1.3.0
14202026-08-31T00:52:27.696Z Checking fixedbitset v0.4.2
14212026-08-31T00:52:27.746Z Compiling moka v0.12.11
14222026-08-31T00:52:27.829Z Checking fixedbitset v0.5.7
14232026-08-31T00:52:27.852Z Checking petgraph v0.6.5
14242026-08-31T00:52:28.032Z Checking petgraph v0.8.2
14252026-08-31T00:52:28.049Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-08-31T00:52:28.453Z Checking snafu v0.8.9
14272026-08-31T00:52:28.686Z Checking libsw v3.5.0
14282026-08-31T00:52:28.857Z Checking olpc-cjson v0.1.4
14292026-08-31T00:52:28.997Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-31T00:52:29.292Z Checking const_format v0.2.34
14312026-08-31T00:52:29.382Z Checking papergrid v0.11.0
14322026-08-31T00:52:29.512Z Compiling typify v0.6.2
14332026-08-31T00:52:29.515Z Checking globset v0.4.16
14342026-08-31T00:52:29.555Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14352026-08-31T00:52:29.608Z Checking gethostname v0.5.0
14362026-08-31T00:52:29.767Z Compiling tabled_derive v0.7.0
14372026-08-31T00:52:29.806Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-08-31T00:52:29.970Z Checking reqwest v0.13.2
14392026-08-31T00:52:30.037Z Checking bcs v0.1.6
14402026-08-31T00:52:30.126Z Checking pem v3.0.5
14412026-08-31T00:52:30.266Z Checking serde_plain v1.0.2
14422026-08-31T00:52:30.287Z Checking termtree v0.5.1
14432026-08-31T00:52:30.395Z Checking progenitor v0.10.0
14442026-08-31T00:52:30.412Z Checking crc8 v0.1.1
14452026-08-31T00:52:30.427Z Checking humantime v2.3.0
14462026-08-31T00:52:30.499Z Checking tagptr v0.2.0
14472026-08-31T00:52:30.515Z Checking linear-map v1.2.0
14482026-08-31T00:52:30.531Z Checking typed-path v0.9.3
14492026-08-31T00:52:30.599Z Compiling signal-hook v0.4.4
14502026-08-31T00:52:30.679Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-31T00:52:30.683Z Checking tabled v0.15.0
14522026-08-31T00:52:30.838Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-08-31T00:52:31.234Z Compiling progenitor-impl v0.14.0
14542026-08-31T00:52:31.268Z Checking tough v0.20.0
14552026-08-31T00:52:31.907Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14562026-08-31T00:52:31.942Z Checking steno v0.4.1
14572026-08-31T00:52:32.299Z Checking hickory-proto v0.25.2
14582026-08-31T00:52:32.909Z Compiling curl-sys v0.4.89+curl-8.20.0
14592026-08-31T00:52:32.946Z Compiling cargo-platform v0.1.9
14602026-08-31T00:52:33.187Z Compiling vergen v8.3.2
14612026-08-31T00:52:33.204Z Compiling fs-err v3.1.2
14622026-08-31T00:52:33.327Z Compiling progenitor-macro v0.14.0
14632026-08-31T00:52:33.343Z Compiling cargo_metadata v0.18.1
14642026-08-31T00:52:33.546Z Checking progenitor-client v0.14.0
14652026-08-31T00:52:33.612Z Checking dropshot-api-manager-types v0.7.2
14662026-08-31T00:52:33.764Z Checking sha2 v0.10.9
14672026-08-31T00:52:33.779Z Compiling blake3 v1.8.2
14682026-08-31T00:52:33.853Z Checking hickory-resolver v0.25.2
14692026-08-31T00:52:34.009Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14702026-08-31T00:52:34.210Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-31T00:52:34.422Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-31T00:52:34.750Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-31T00:52:35.162Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-31T00:52:35.474Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-31T00:52:35.601Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-31T00:52:35.827Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-31T00:52:36.080Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-31T00:52:36.294Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-31T00:52:36.311Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-31T00:52:36.477Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14812026-08-31T00:52:36.886Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14822026-08-31T00:52:37.060Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-31T00:52:37.313Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14842026-08-31T00:52:37.375Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14852026-08-31T00:52:37.468Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-31T00:52:37.485Z Checking progenitor v0.14.0
14872026-08-31T00:52:37.721Z Checking git-stub v1.0.0
14882026-08-31T00:52:37.876Z Compiling strum_macros v0.28.0
14892026-08-31T00:52:38.055Z Checking filetime v0.2.26
14902026-08-31T00:52:38.101Z Compiling curl v0.4.50
14912026-08-31T00:52:38.190Z Checking is_ci v1.2.0
14922026-08-31T00:52:38.294Z Checking constant_time_eq v0.3.1
14932026-08-31T00:52:38.350Z Checking arrayvec v0.7.6
14942026-08-31T00:52:38.389Z Checking arrayref v0.3.9
14952026-08-31T00:52:38.467Z Checking xattr v1.6.1
14962026-08-31T00:52:38.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14972026-08-31T00:52:38.603Z Checking tar v0.4.45
14982026-08-31T00:52:38.791Z Checking supports-color v3.0.2
14992026-08-31T00:52:38.917Z Checking git-stub-vcs v0.1.0
15002026-08-31T00:52:39.099Z Checking toml v0.7.8
15012026-08-31T00:52:39.287Z Checking drift v0.2.0
15022026-08-31T00:52:39.400Z Checking kstat-rs v0.2.4
15032026-08-31T00:52:39.574Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15042026-08-31T00:52:39.591Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15052026-08-31T00:52:39.594Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-31T00:52:39.634Z Checking strum v0.28.0
15072026-08-31T00:52:39.747Z Checking topological-sort v0.2.2
15082026-08-31T00:52:39.795Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15092026-08-31T00:52:39.883Z Checking omicron-zone-package v0.12.2
15102026-08-31T00:52:39.991Z Checking dropshot-api-manager v0.7.2
15112026-08-31T00:52:40.147Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-08-31T00:52:40.499Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15132026-08-31T00:52:40.548Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15142026-08-31T00:52:40.714Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15152026-08-31T00:52:41.431Z Checking signal-hook-tokio v0.4.0
15162026-08-31T00:52:41.560Z Checking scuffle v0.1.0
15172026-08-31T00:52:41.781Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-08-31T00:52:41.938Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15192026-08-31T00:52:42.044Z Checking iddqd v0.4.5
15202026-08-31T00:52:42.149Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15212026-08-31T00:52:42.346Z Checking internet-checksum v0.2.1
15222026-08-31T00:52:42.467Z Checking search_path v0.1.4
15232026-08-31T00:52:42.605Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15242026-08-31T00:52:42.670Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15252026-08-31T00:52:42.687Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-08-31T00:52:42.723Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15272026-08-31T00:52:42.891Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-31T00:52:43.034Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15292026-08-31T00:52:43.584Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15302026-08-31T00:52:45.116Z Compiling git2 v0.19.0
15312026-08-31T00:52:47.391Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-08-31T00:52:48.425Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15332026-08-31T00:52:54.604Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-31T00:52:55.865Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15352026-08-31T00:53:00.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15362026-08-31T00:53:01.106Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-08-31T00:53:01.106Z+ cargo clippy --features tofino_asic -- --deny warnings
15382026-08-31T00:53:01.602Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15392026-08-31T00:53:01.605Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15402026-08-31T00:53:01.681Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15412026-08-31T00:53:01.684Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15422026-08-31T00:53:08.940Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15432026-08-31T00:53:08.943Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15442026-08-31T00:53:11.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s
15452026-08-31T00:53:11.720Z+ for feat in tofino_stub tofino_asic softnpu chaos
15462026-08-31T00:53:11.720Z+ cargo clippy --features softnpu -- --deny warnings
15472026-08-31T00:53:12.024Z Downloading crates ...
15482026-08-31T00:53:12.156Z Downloaded radium v0.7.0
15492026-08-31T00:53:12.159Z Downloaded funty v2.0.0
15502026-08-31T00:53:12.164Z Downloaded tap v1.0.1
15512026-08-31T00:53:12.171Z Downloaded typeid v1.0.3
15522026-08-31T00:53:12.174Z Downloaded serde_arrays v0.1.0
15532026-08-31T00:53:12.174Z Downloaded libloading v0.7.4
15542026-08-31T00:53:12.177Z Downloaded bitstruct_derive v0.1.0
15552026-08-31T00:53:12.177Z Downloaded bitstruct v0.1.1
15562026-08-31T00:53:12.180Z Downloaded erased-serde v0.4.8
15572026-08-31T00:53:12.180Z Downloaded wyz v0.5.1
15582026-08-31T00:53:12.184Z Downloaded num-bigint v0.4.6
15592026-08-31T00:53:12.184Z Downloaded ascii v1.1.0
15602026-08-31T00:53:12.192Z Downloaded bitvec v1.0.1
15612026-08-31T00:53:12.317Z Checking num-integer v0.1.46
15622026-08-31T00:53:12.394Z Checking num-complex v0.4.6
15632026-08-31T00:53:12.406Z Compiling radium v0.7.0
15642026-08-31T00:53:12.413Z Checking tap v1.0.1
15652026-08-31T00:53:12.419Z Checking funty v2.0.0
15662026-08-31T00:53:12.425Z Compiling typeid v1.0.3
15672026-08-31T00:53:12.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15682026-08-31T00:53:12.438Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-08-31T00:53:12.496Z Checking wyz v0.5.1
15702026-08-31T00:53:12.590Z Checking num-bigint v0.4.6
15712026-08-31T00:53:12.590Z Checking num-iter v0.1.45
15722026-08-31T00:53:12.646Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-31T00:53:12.659Z Compiling erased-serde v0.4.8
15742026-08-31T00:53:12.708Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-31T00:53:12.711Z Compiling bitstruct_derive v0.1.0
15762026-08-31T00:53:12.743Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-31T00:53:12.788Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-31T00:53:12.817Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-31T00:53:12.833Z Checking bitvec v1.0.1
15802026-08-31T00:53:12.844Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-08-31T00:53:12.847Z Checking ascii v1.1.0
15822026-08-31T00:53:12.909Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15832026-08-31T00:53:12.936Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-31T00:53:13.009Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-31T00:53:13.027Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-31T00:53:13.049Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15872026-08-31T00:53:13.061Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15882026-08-31T00:53:13.297Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15892026-08-31T00:53:13.315Z Checking serde_arrays v0.1.0
15902026-08-31T00:53:13.324Z Checking bitstruct v0.1.1
15912026-08-31T00:53:13.398Z Checking libloading v0.7.4
15922026-08-31T00:53:13.401Z Checking num-rational v0.4.2
15932026-08-31T00:53:13.416Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15942026-08-31T00:53:13.658Z Checking num v0.4.3
15952026-08-31T00:53:13.724Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-08-31T00:53:14.235Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15972026-08-31T00:53:14.515Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15982026-08-31T00:53:14.518Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15992026-08-31T00:53:14.704Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
16002026-08-31T00:53:14.916Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-31T00:53:14.916Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-31T00:53:15.374Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-31T00:53:15.587Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-08-31T00:53:15.590Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16052026-08-31T00:53:15.591Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16062026-08-31T00:53:15.591Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-08-31T00:53:16.380Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16082026-08-31T00:53:17.181Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-08-31T00:53:21.269Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-08-31T00:53:21.386Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-08-31T00:53:27.696Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-08-31T00:53:28.968Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-08-31T00:53:29.490Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16142026-08-31T00:53:33.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s
16152026-08-31T00:53:34.021Z+ for feat in tofino_stub tofino_asic softnpu chaos
16162026-08-31T00:53:34.022Z+ cargo clippy --features chaos -- --deny warnings
16172026-08-31T00:53:34.506Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16182026-08-31T00:53:34.510Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16192026-08-31T00:53:34.510Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-08-31T00:53:41.757Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16212026-08-31T00:53:41.757Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-08-31T00:53:44.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
16232026-08-31T00:53:44.510Z+ banner fmt
16242026-08-31T00:53:44.513Z
16252026-08-31T00:53:44.513Z ###### # # #####
16262026-08-31T00:53:44.513Z # ## ## #
16272026-08-31T00:53:44.513Z ##### # ## # #
16282026-08-31T00:53:44.513Z # # # #
16292026-08-31T00:53:44.513Z # # # #
16302026-08-31T00:53:44.513Z # # # #
16312026-08-31T00:53:44.513Z
16322026-08-31T00:53:44.513Z+ cargo fmt -- --check
16332026-08-31T00:53:44.968Z+ banner test
16342026-08-31T00:53:44.971Z
16352026-08-31T00:53:44.971Z ##### ###### #### #####
16362026-08-31T00:53:44.971Z # # # #
16372026-08-31T00:53:44.971Z # ##### #### #
16382026-08-31T00:53:44.971Z # # # #
16392026-08-31T00:53:44.971Z # # # # #
16402026-08-31T00:53:44.971Z # ###### #### #
16412026-08-31T00:53:44.971Z
16422026-08-31T00:53:44.971Z+ for feat in tofino_stub tofino_asic softnpu chaos
16432026-08-31T00:53:44.971Z+ RUST_BACKTRACE=full
16442026-08-31T00:53:44.971Z+ cargo test --features tofino_stub --no-fail-fast
16452026-08-31T00:53:45.817Z Compiling unicode-ident v1.0.24
16462026-08-31T00:53:45.817Z Compiling cfg-if v1.0.4
16472026-08-31T00:53:45.820Z Compiling memchr v2.7.5
16482026-08-31T00:53:45.820Z Compiling serde_core v1.0.228
16492026-08-31T00:53:45.938Z Compiling itoa v1.0.15
16502026-08-31T00:53:45.944Z Compiling libc v0.2.186
16512026-08-31T00:53:45.955Z Compiling zmij v1.0.17
16522026-08-31T00:53:45.979Z Compiling libm v0.2.15
16532026-08-31T00:53:46.030Z Compiling proc-macro2 v1.0.106
16542026-08-31T00:53:46.056Z Compiling equivalent v1.0.2
16552026-08-31T00:53:46.145Z Compiling log v0.4.29
16562026-08-31T00:53:46.217Z Compiling heck v0.5.0
16572026-08-31T00:53:46.435Z Compiling quote v1.0.45
16582026-08-31T00:53:46.477Z Compiling iana-time-zone v0.1.64
16592026-08-31T00:53:46.480Z Compiling smallvec v1.15.1
16602026-08-31T00:53:46.662Z Compiling syn v2.0.118
16612026-08-31T00:53:46.709Z Compiling dyn-clone v1.0.20
16622026-08-31T00:53:46.722Z Compiling hashbrown v0.17.1
16632026-08-31T00:53:46.736Z Compiling fnv v1.0.7
16642026-08-31T00:53:46.772Z Compiling stable_deref_trait v1.2.0
16652026-08-31T00:53:46.834Z Compiling regex-syntax v0.8.11
16662026-08-31T00:53:46.851Z Compiling pin-project-lite v0.2.16
16672026-08-31T00:53:46.854Z Compiling percent-encoding v2.3.2
16682026-08-31T00:53:46.951Z Compiling litemap v0.8.0
16692026-08-31T00:53:47.067Z Compiling writeable v0.6.1
16702026-08-31T00:53:47.108Z Compiling num-traits v0.2.19
16712026-08-31T00:53:47.171Z Compiling icu_properties_data v2.0.1
16722026-08-31T00:53:47.284Z Compiling icu_normalizer_data v2.0.0
16732026-08-31T00:53:47.304Z Compiling form_urlencoded v1.2.2
16742026-08-31T00:53:47.362Z Compiling utf8_iter v1.0.4
16752026-08-31T00:53:47.375Z Compiling getrandom v0.4.2
16762026-08-31T00:53:47.485Z Compiling aho-corasick v1.1.3
16772026-08-31T00:53:47.512Z Compiling ucd-trie v0.1.7
16782026-08-31T00:53:47.524Z Compiling scopeguard v1.2.0
16792026-08-31T00:53:47.632Z Compiling semver v1.0.28
16802026-08-31T00:53:47.715Z Compiling serde_json v1.0.150
16812026-08-31T00:53:47.743Z Compiling indexmap v2.14.0
16822026-08-31T00:53:47.804Z Compiling byteorder v1.5.0
16832026-08-31T00:53:47.976Z Compiling lock_api v0.4.14
16842026-08-31T00:53:48.025Z Compiling uuid v1.23.3
16852026-08-31T00:53:48.119Z Compiling allocator-api2 v0.2.21
16862026-08-31T00:53:48.202Z Compiling foldhash v0.2.0
16872026-08-31T00:53:48.356Z Compiling regex-automata v0.4.13
16882026-08-31T00:53:48.426Z Compiling futures-core v0.3.32
16892026-08-31T00:53:48.438Z Compiling hashbrown v0.16.1
16902026-08-31T00:53:48.578Z Compiling ryu v1.0.20
16912026-08-31T00:53:48.769Z Compiling pretty-hex v0.4.1
16922026-08-31T00:53:48.895Z Compiling strsim v0.11.1
16932026-08-31T00:53:48.908Z Compiling time-core v0.1.8
16942026-08-31T00:53:49.013Z Compiling num-conv v0.2.1
16952026-08-31T00:53:49.059Z Compiling futures-sink v0.3.32
16962026-08-31T00:53:49.088Z Compiling plain v0.2.3
16972026-08-31T00:53:49.164Z Compiling time-macros v0.2.27
16982026-08-31T00:53:49.176Z Compiling slab v0.4.11
16992026-08-31T00:53:49.289Z Compiling futures-channel v0.3.32
17002026-08-31T00:53:49.497Z Compiling synstructure v0.13.2
17012026-08-31T00:53:49.501Z Compiling serde_derive_internals v0.29.1
17022026-08-31T00:53:49.521Z Compiling futures-io v0.3.32
17032026-08-31T00:53:49.680Z Compiling futures-task v0.3.32
17042026-08-31T00:53:49.817Z Compiling regress v0.10.5
17052026-08-31T00:53:49.847Z Compiling darling_core v0.21.3
17062026-08-31T00:53:49.987Z Compiling thread-id v5.0.0
17072026-08-31T00:53:50.074Z Compiling regex v1.12.4
17082026-08-31T00:53:50.087Z Compiling getrandom v0.2.16
17092026-08-31T00:53:50.146Z Compiling socket2 v0.6.4
17102026-08-31T00:53:50.270Z Compiling parking_lot_core v0.9.12
17112026-08-31T00:53:50.530Z Compiling parking_lot v0.12.5
17122026-08-31T00:53:50.563Z Compiling bitflags v2.11.1
17132026-08-31T00:53:50.584Z Compiling signal-hook-registry v1.4.6
17142026-08-31T00:53:50.633Z Compiling serde_derive v1.0.228
17152026-08-31T00:53:50.657Z Compiling zerofrom-derive v0.1.6
17162026-08-31T00:53:50.806Z Compiling yoke-derive v0.8.0
17172026-08-31T00:53:50.918Z Compiling zerovec-derive v0.11.1
17182026-08-31T00:53:50.934Z Compiling displaydoc v0.2.5
17192026-08-31T00:53:50.971Z Compiling thiserror-impl v2.0.18
17202026-08-31T00:53:51.739Z Compiling schemars_derive v0.8.22
17212026-08-31T00:53:51.870Z Compiling tokio-macros v2.7.0
17222026-08-31T00:53:51.888Z Compiling zeroize_derive v1.4.3
17232026-08-31T00:53:51.958Z Compiling zerocopy-derive v0.8.27
17242026-08-31T00:53:52.030Z Compiling futures-macro v0.3.32
17252026-08-31T00:53:52.266Z Compiling thiserror v2.0.18
17262026-08-31T00:53:52.377Z Compiling zerofrom v0.1.6
17272026-08-31T00:53:52.513Z Compiling yoke v0.8.0
17282026-08-31T00:53:52.589Z Compiling tracing-attributes v0.1.30
17292026-08-31T00:53:52.633Z Compiling thiserror-impl v1.0.69
17302026-08-31T00:53:52.710Z Compiling zerovec v0.11.4
17312026-08-31T00:53:52.885Z Compiling zerotrie v0.2.2
17322026-08-31T00:53:52.976Z Compiling pest v2.8.2
17332026-08-31T00:53:53.194Z Compiling scroll_derive v0.13.1
17342026-08-31T00:53:53.217Z Compiling zerocopy v0.8.27
17352026-08-31T00:53:53.370Z Compiling serde v1.0.228
17362026-08-31T00:53:53.701Z Compiling tinystr v0.8.1
17372026-08-31T00:53:53.816Z Compiling bytes v1.12.0
17382026-08-31T00:53:53.830Z Compiling serde_tokenstream v0.2.3
17392026-08-31T00:53:53.885Z Compiling icu_locale_core v2.0.0
17402026-08-31T00:53:53.904Z Compiling potential_utf v0.1.3
17412026-08-31T00:53:54.034Z Compiling icu_collections v2.0.0
17422026-08-31T00:53:54.054Z Compiling chrono v0.4.45
17432026-08-31T00:53:54.072Z Compiling pest_meta v2.8.2
17442026-08-31T00:53:54.105Z Compiling async-trait v0.1.89
17452026-08-31T00:53:54.265Z Compiling http v1.4.2
17462026-08-31T00:53:54.448Z Compiling icu_provider v2.0.0
17472026-08-31T00:53:54.541Z Compiling scroll v0.13.0
17482026-08-31T00:53:54.671Z Compiling pest_generator v2.8.2
17492026-08-31T00:53:54.734Z Compiling icu_properties v2.0.1
17502026-08-31T00:53:54.759Z Compiling icu_normalizer v2.0.0
17512026-08-31T00:53:54.800Z Compiling goblin v0.10.1
17522026-08-31T00:53:55.093Z Compiling schemars v0.8.22
17532026-08-31T00:53:55.234Z Compiling daft-derive v0.1.5
17542026-08-31T00:53:55.365Z Compiling pest_derive v2.8.2
17552026-08-31T00:53:55.377Z Compiling darling_macro v0.21.3
17562026-08-31T00:53:55.557Z Compiling openssl-macros v0.1.1
17572026-08-31T00:53:55.910Z Compiling idna_adapter v1.2.1
17582026-08-31T00:53:55.913Z Compiling typify-impl v0.4.3
17592026-08-31T00:53:55.934Z Compiling dtrace-parser v0.3.0
17602026-08-31T00:53:55.964Z Compiling darling v0.21.3
17612026-08-31T00:53:56.043Z Compiling idna v1.1.0
17622026-08-31T00:53:56.046Z Compiling openapiv3 v2.2.0
17632026-08-31T00:53:56.067Z Compiling structmeta-derive v0.3.0
17642026-08-31T00:53:56.191Z Compiling async-stream-impl v0.3.6
17652026-08-31T00:53:56.830Z Compiling url v2.5.7
17662026-08-31T00:53:56.880Z Compiling newtype-uuid-macros v0.1.0
17672026-08-31T00:53:56.883Z Compiling serde_yaml v0.9.34+deprecated
17682026-08-31T00:53:57.130Z Compiling structmeta v0.3.0
17692026-08-31T00:53:57.338Z Compiling zeroize v1.8.1
17702026-08-31T00:53:57.548Z Compiling strum_macros v0.26.4
17712026-08-31T00:53:57.563Z Compiling dof v0.4.0
17722026-08-31T00:53:57.700Z Compiling untrusted v0.9.0
17732026-08-31T00:53:57.713Z Compiling thiserror v1.0.69
17742026-08-31T00:53:57.733Z Compiling mio v1.2.1
17752026-08-31T00:53:57.817Z Compiling omicron-workspace-hack v0.1.0
17762026-08-31T00:53:57.830Z Compiling base64 v0.22.1
17772026-08-31T00:53:58.175Z Compiling usdt-impl v0.6.0
17782026-08-31T00:53:58.179Z Compiling tokio v1.52.3
17792026-08-31T00:53:58.258Z Compiling http-body v1.0.1
17802026-08-31T00:53:58.419Z Compiling dropshot_endpoint v0.16.7
17812026-08-31T00:53:58.690Z Compiling ref-cast-impl v1.0.25
17822026-08-31T00:53:58.891Z Compiling atomic-waker v1.1.2
17832026-08-31T00:53:59.021Z Compiling ipnet v2.11.0
17842026-08-31T00:53:59.285Z Compiling derive-ex v0.1.8
17852026-08-31T00:53:59.313Z Compiling strum_macros v0.27.2
17862026-08-31T00:53:59.397Z Compiling httparse v1.10.1
17872026-08-31T00:53:59.562Z Compiling portable-atomic v1.11.1
17882026-08-31T00:53:59.599Z Compiling usdt-macro v0.6.0
17892026-08-31T00:53:59.706Z Compiling usdt-attr-macro v0.6.0
17902026-08-31T00:54:00.080Z Compiling tower-service v0.3.3
17912026-08-31T00:54:00.096Z Compiling tower-layer v0.3.3
17922026-08-31T00:54:00.259Z Compiling critical-section v1.2.0
17932026-08-31T00:54:00.314Z Compiling try-lock v0.2.5
17942026-08-31T00:54:00.375Z Compiling once_cell v1.21.3
17952026-08-31T00:54:00.423Z Compiling want v0.3.1
17962026-08-31T00:54:00.615Z Compiling httpdate v1.0.3
17972026-08-31T00:54:00.728Z Compiling serde_with_macros v3.14.1
17982026-08-31T00:54:00.873Z Compiling test-strategy v0.4.3
17992026-08-31T00:54:00.877Z Compiling ppv-lite86 v0.2.21
18002026-08-31T00:54:01.128Z Compiling erased-serde v0.3.31
18012026-08-31T00:54:01.199Z Compiling subtle v2.6.1
18022026-08-31T00:54:01.371Z Compiling parse-display-derive v0.10.0
18032026-08-31T00:54:01.742Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-08-31T00:54:02.122Z Compiling typify-macro v0.4.3
18052026-08-31T00:54:02.222Z Compiling http-body-util v0.1.3
18062026-08-31T00:54:02.265Z Compiling anyhow v1.0.102
18072026-08-31T00:54:02.496Z Compiling serde_urlencoded v0.7.1
18082026-08-31T00:54:02.567Z Compiling rand_core v0.6.4
18092026-08-31T00:54:02.800Z Compiling typenum v1.20.1
18102026-08-31T00:54:02.973Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18112026-08-31T00:54:03.320Z Compiling futures-util v0.3.32
18122026-08-31T00:54:03.624Z Compiling sync_wrapper v1.0.2
18132026-08-31T00:54:03.652Z Compiling powerfmt v0.2.0
18142026-08-31T00:54:03.855Z Compiling deranged v0.5.3
18152026-08-31T00:54:03.886Z Compiling num_threads v0.1.7
18162026-08-31T00:54:04.018Z Compiling tracing-core v0.1.34
18172026-08-31T00:54:04.085Z Compiling camino v1.2.3
18182026-08-31T00:54:04.188Z Compiling typify v0.4.3
18192026-08-31T00:54:04.210Z Compiling iri-string v0.7.8
18202026-08-31T00:54:04.282Z Compiling progenitor-impl v0.11.1
18212026-08-31T00:54:04.600Z Compiling tracing v0.1.41
18222026-08-31T00:54:04.806Z Compiling encoding_rs v0.8.35
18232026-08-31T00:54:04.834Z Compiling mime v0.3.17
18242026-08-31T00:54:04.854Z Compiling fastrand v2.3.0
18252026-08-31T00:54:04.902Z Compiling cpufeatures v0.2.17
18262026-08-31T00:54:04.979Z Compiling generic-array v0.14.7
18272026-08-31T00:54:05.123Z Compiling hex v0.4.3
18282026-08-31T00:54:05.385Z Compiling errno v0.3.14
18292026-08-31T00:54:05.536Z Compiling crypto-common v0.1.6
18302026-08-31T00:54:05.626Z Compiling tokio-util v0.7.16
18312026-08-31T00:54:05.797Z Compiling thread_local v1.1.9
18322026-08-31T00:54:05.856Z Compiling unicode-width v0.2.1
18332026-08-31T00:54:05.974Z Compiling syn v1.0.109
18342026-08-31T00:54:06.057Z Compiling rustls-pki-types v1.12.0
18352026-08-31T00:54:06.258Z Compiling match_cfg v0.1.0
18362026-08-31T00:54:06.318Z Compiling winnow v0.7.14
18372026-08-31T00:54:06.482Z Compiling rustix v1.1.4
18382026-08-31T00:54:06.891Z Compiling winnow v1.0.3
18392026-08-31T00:54:06.995Z Compiling take_mut v0.2.2
18402026-08-31T00:54:07.108Z Compiling term v1.2.0
18412026-08-31T00:54:07.247Z Compiling toml_parser v1.1.2+spec-1.1.0
18422026-08-31T00:54:07.490Z Compiling h2 v0.4.14
18432026-08-31T00:54:07.726Z Compiling progenitor-macro v0.11.1
18442026-08-31T00:54:07.760Z Compiling ring v0.17.14
18452026-08-31T00:54:07.960Z Compiling serde_spanned v1.1.1
18462026-08-31T00:54:08.118Z Compiling debug-ignore v1.0.5
18472026-08-31T00:54:08.184Z Compiling spin v0.9.8
18482026-08-31T00:54:08.228Z Compiling toml_writer v1.1.1+spec-1.1.0
18492026-08-31T00:54:08.458Z Compiling socket2 v0.5.10
18502026-08-31T00:54:08.641Z Compiling quick-error v1.2.3
18512026-08-31T00:54:08.946Z Compiling block-buffer v0.10.4
18522026-08-31T00:54:09.101Z Compiling waitgroup v0.1.2
18532026-08-31T00:54:09.245Z Compiling async-stream v0.3.6
18542026-08-31T00:54:09.422Z Compiling serde_path_to_error v0.1.20
18552026-08-31T00:54:09.436Z Compiling bit-vec v0.8.0
18562026-08-31T00:54:09.675Z Compiling hyper v1.10.1
18572026-08-31T00:54:09.770Z Compiling lazy_static v1.5.0
18582026-08-31T00:54:09.784Z Compiling bit-set v0.8.0
18592026-08-31T00:54:09.872Z Compiling digest v0.10.7
18602026-08-31T00:54:09.891Z Compiling strum v0.26.3
18612026-08-31T00:54:09.946Z Compiling ipnetwork v0.21.1
18622026-08-31T00:54:10.017Z Compiling crossbeam-utils v0.8.21
18632026-08-31T00:54:10.088Z Compiling toml_datetime v0.7.5+spec-1.1.0
18642026-08-31T00:54:10.351Z Compiling unarray v0.1.4
18652026-08-31T00:54:10.391Z Compiling toml v0.9.12+spec-1.1.0
18662026-08-31T00:54:10.462Z Compiling slog v2.8.2
18672026-08-31T00:54:10.524Z Compiling macaddr v1.0.1
18682026-08-31T00:54:10.578Z Compiling tabwriter v1.4.1
18692026-08-31T00:54:10.638Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18702026-08-31T00:54:10.749Z Compiling hyper-util v0.1.20
18712026-08-31T00:54:10.817Z Compiling ref-cast v1.0.25
18722026-08-31T00:54:10.830Z Compiling colored v3.1.1
18732026-08-31T00:54:10.922Z Compiling strum v0.27.2
18742026-08-31T00:54:10.949Z Compiling aws-lc-sys v0.39.1
18752026-08-31T00:54:11.051Z Compiling getrandom v0.3.3
18762026-08-31T00:54:11.237Z Compiling untrusted v0.7.1
18772026-08-31T00:54:11.367Z Compiling rand_core v0.9.3
18782026-08-31T00:54:11.410Z Compiling oxnet v0.1.6
18792026-08-31T00:54:11.637Z Compiling aws-lc-rs v1.16.2
18802026-08-31T00:54:11.654Z Compiling openssl-sys v0.9.117
18812026-08-31T00:54:12.094Z Compiling instant v0.1.13
18822026-08-31T00:54:12.108Z Compiling foreign-types-shared v0.1.1
18832026-08-31T00:54:12.202Z Compiling foreign-types v0.3.2
18842026-08-31T00:54:12.215Z Compiling rand_chacha v0.9.0
18852026-08-31T00:54:12.280Z Compiling tempfile v3.27.0
18862026-08-31T00:54:12.479Z Compiling futures-executor v0.3.32
18872026-08-31T00:54:12.704Z Compiling rustls-webpki v0.103.6
18882026-08-31T00:54:12.716Z Compiling tower v0.5.2
18892026-08-31T00:54:12.761Z Compiling openssl-probe v0.1.6
18902026-08-31T00:54:12.788Z Compiling futures v0.3.32
18912026-08-31T00:54:12.950Z Compiling rand v0.9.3
18922026-08-31T00:54:13.171Z Compiling rustls v0.23.40
18932026-08-31T00:54:13.192Z Compiling tower-http v0.6.8
18942026-08-31T00:54:13.554Z Compiling openssl v0.10.81
18952026-08-31T00:54:13.567Z Compiling toml_datetime v0.6.11
18962026-08-31T00:54:13.721Z Compiling time v0.3.47
18972026-08-31T00:54:13.837Z Compiling clap_derive v4.6.1
18982026-08-31T00:54:14.013Z Compiling memmap2 v0.9.8
18992026-08-31T00:54:14.625Z Compiling crossbeam-channel v0.5.15
19002026-08-31T00:54:15.060Z Compiling webpki-roots v1.0.2
19012026-08-31T00:54:15.093Z Compiling newtype-uuid v1.3.2
19022026-08-31T00:54:15.311Z Compiling daft v0.1.5
19032026-08-31T00:54:15.509Z Compiling is-terminal v0.4.16
19042026-08-31T00:54:15.582Z Compiling either v1.15.0
19052026-08-31T00:54:15.623Z Compiling slog-term v2.9.2
19062026-08-31T00:54:15.790Z Compiling slog-async v2.8.0
19072026-08-31T00:54:16.243Z Compiling tokio-rustls v0.26.4
19082026-08-31T00:54:16.276Z Compiling native-tls v0.2.14
19092026-08-31T00:54:16.300Z Compiling usdt v0.6.0
19102026-08-31T00:54:16.327Z Compiling slog-json v2.6.1
19112026-08-31T00:54:16.374Z Compiling hostname v0.3.1
19122026-08-31T00:54:16.504Z Compiling tokio-native-tls v0.3.1
19132026-08-31T00:54:16.517Z Compiling hyper-rustls v0.27.7
19142026-08-31T00:54:16.590Z Compiling slog-bunyan v2.5.0
19152026-08-31T00:54:16.632Z Compiling rustls-webpki v0.102.8
19162026-08-31T00:54:16.663Z Compiling multer v3.1.0
19172026-08-31T00:54:16.707Z Compiling hyper-tls v0.6.0
19182026-08-31T00:54:16.863Z Compiling rustls-pemfile v2.2.0
19192026-08-31T00:54:16.876Z Compiling reqwest v0.12.23
19202026-08-31T00:54:16.938Z Compiling hostname v0.4.2
19212026-08-31T00:54:17.089Z Compiling rustls v0.22.4
19222026-08-31T00:54:17.171Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19232026-08-31T00:54:17.522Z Compiling rand_chacha v0.3.1
19242026-08-31T00:54:17.744Z Compiling wait-timeout v0.2.1
19252026-08-31T00:54:18.039Z Compiling rusty-fork v0.3.0
19262026-08-31T00:54:18.051Z Compiling rand v0.8.5
19272026-08-31T00:54:18.263Z Compiling rand_xorshift v0.4.0
19282026-08-31T00:54:18.417Z Compiling sha1 v0.10.6
19292026-08-31T00:54:18.654Z Compiling proptest v1.8.0
19302026-08-31T00:54:19.046Z Compiling tokio-rustls v0.25.0
19312026-08-31T00:54:19.263Z Compiling dropshot v0.16.7
19322026-08-31T00:54:19.532Z Compiling itertools v0.14.0
19332026-08-31T00:54:20.763Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19342026-08-31T00:54:21.056Z Compiling progenitor-client v0.10.0
19352026-08-31T00:54:21.361Z Compiling progenitor-client v0.11.1
19362026-08-31T00:54:21.438Z Compiling serde_with v3.14.1
19372026-08-31T00:54:21.708Z Compiling num-derive v0.4.2
19382026-08-31T00:54:21.911Z Compiling progenitor v0.11.1
19392026-08-31T00:54:22.067Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-08-31T00:54:22.423Z Compiling rustc-hash v2.1.1
19412026-08-31T00:54:22.490Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-08-31T00:54:22.555Z Compiling iddqd v0.3.18
19432026-08-31T00:54:22.701Z Compiling backoff v0.4.0
19442026-08-31T00:54:23.011Z Compiling parse-display v0.10.0
19452026-08-31T00:54:23.162Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19462026-08-31T00:54:23.298Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19472026-08-31T00:54:23.359Z Compiling anstyle v1.0.14
19482026-08-31T00:54:23.708Z Compiling utf8parse v0.2.2
19492026-08-31T00:54:23.929Z Compiling anstyle-parse v1.0.0
19502026-08-31T00:54:24.115Z Compiling anstyle-query v1.1.4
19512026-08-31T00:54:24.118Z Compiling is_terminal_polyfill v1.70.1
19522026-08-31T00:54:24.156Z Compiling colorchoice v1.0.4
19532026-08-31T00:54:24.272Z Compiling anstream v1.0.0
19542026-08-31T00:54:24.275Z Compiling clap_lex v1.1.0
19552026-08-31T00:54:25.325Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19562026-08-31T00:54:27.936Z Compiling winnow v0.5.40
19572026-08-31T00:54:32.660Z Compiling terminal_size v0.4.3
19582026-08-31T00:54:34.067Z Compiling clap_builder v4.6.0
19592026-08-31T00:54:34.256Z Compiling toml_edit v0.19.15
19602026-08-31T00:54:34.653Z Compiling dropshot_endpoint v0.17.1
19612026-08-31T00:54:36.223Z Compiling clap v4.6.1
19622026-08-31T00:54:36.459Z Compiling proc-macro-crate v1.3.1
19632026-08-31T00:54:42.319Z Compiling serde_spanned v0.6.9
19642026-08-31T00:54:42.437Z Compiling adler2 v2.0.1
19652026-08-31T00:54:42.538Z Compiling miniz_oxide v0.8.9
19662026-08-31T00:54:42.898Z Compiling prettyplease v0.2.37
19672026-08-31T00:54:43.032Z Compiling crc32fast v1.5.0
19682026-08-31T00:54:43.203Z Compiling zerocopy-derive v0.7.35
19692026-08-31T00:54:43.228Z Compiling flate2 v1.1.2
19702026-08-31T00:54:43.312Z Compiling ingot-macros v0.1.1
19712026-08-31T00:54:43.639Z Compiling hubpack_derive v0.1.1
19722026-08-31T00:54:43.682Z Compiling hybrid-array v0.4.12
19732026-08-31T00:54:45.511Z Compiling scroll_derive v0.12.1
19742026-08-31T00:54:46.529Z Compiling crypto-common v0.2.2
19752026-08-31T00:54:46.642Z Compiling block-buffer v0.12.0
19762026-08-31T00:54:47.099Z Compiling toml_write v0.1.2
19772026-08-31T00:54:47.142Z Compiling const-oid v0.10.2
19782026-08-31T00:54:47.208Z Compiling compression-core v0.4.32
19792026-08-31T00:54:47.255Z Compiling toml_edit v0.22.27
19802026-08-31T00:54:47.301Z Compiling digest v0.11.3
19812026-08-31T00:54:47.354Z Compiling compression-codecs v0.4.32
19822026-08-31T00:54:48.307Z Compiling zerocopy v0.7.35
19832026-08-31T00:54:48.640Z Compiling num_enum_derive v0.7.5
19842026-08-31T00:54:49.569Z Compiling foreign-types-macros v0.2.3
19852026-08-31T00:54:49.691Z Compiling num-integer v0.1.46
19862026-08-31T00:54:49.705Z Compiling toml_datetime v1.1.1+spec-1.1.0
19872026-08-31T00:54:50.015Z Compiling cpufeatures v0.3.0
19882026-08-31T00:54:50.018Z Compiling float-ord v0.3.2
19892026-08-31T00:54:50.083Z Compiling sha1 v0.11.0
19902026-08-31T00:54:50.103Z Compiling toml v1.1.2+spec-1.1.0
19912026-08-31T00:54:50.337Z Compiling toml v0.8.23
19922026-08-31T00:54:50.728Z Compiling async-compression v0.4.33
19932026-08-31T00:54:51.677Z Compiling glob v0.3.3
19942026-08-31T00:54:51.901Z Compiling dropshot v0.17.1
19952026-08-31T00:54:52.135Z Compiling proc-macro-error-attr v1.0.4
19962026-08-31T00:54:52.183Z Compiling num-iter v0.1.45
19972026-08-31T00:54:52.311Z Compiling num-rational v0.4.2
19982026-08-31T00:54:52.639Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19992026-08-31T00:54:52.724Z Compiling dtrace-parser v0.2.0
20002026-08-31T00:54:52.858Z Compiling num-complex v0.4.6
20012026-08-31T00:54:53.175Z Compiling proc-macro-error v1.0.4
20022026-08-31T00:54:53.249Z Compiling num v0.4.3
20032026-08-31T00:54:53.444Z Compiling dof v0.3.0
20042026-08-31T00:54:53.617Z Compiling num_enum_derive v0.5.11
20052026-08-31T00:54:53.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20062026-08-31T00:54:54.342Z Compiling thread-id v4.2.2
20072026-08-31T00:54:54.436Z Compiling usdt-impl v0.5.0
20082026-08-31T00:54:54.661Z Compiling derive_more v0.99.20
20092026-08-31T00:54:54.873Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20102026-08-31T00:54:55.192Z Compiling minimal-lexical v0.2.1
20112026-08-31T00:54:55.430Z Compiling nom v7.1.3
20122026-08-31T00:54:55.795Z Compiling usdt-attr-macro v0.5.0
20132026-08-31T00:54:56.598Z Compiling usdt-macro v0.5.0
20142026-08-31T00:54:56.664Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20152026-08-31T00:54:56.955Z Compiling zone_cfg_derive v0.3.1
20162026-08-31T00:54:57.072Z Compiling libscf-sys v1.2.0
20172026-08-31T00:54:57.271Z Compiling memoffset v0.9.1
20182026-08-31T00:54:57.364Z Compiling rustc_version v0.4.1
20192026-08-31T00:54:57.392Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20202026-08-31T00:54:57.582Z Compiling crossbeam-epoch v0.9.18
20212026-08-31T00:54:57.754Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20222026-08-31T00:54:57.788Z Compiling enum-as-inner v0.6.1
20232026-08-31T00:54:57.930Z Compiling regress v0.11.1
20242026-08-31T00:54:58.118Z Compiling curve25519-dalek v4.1.3
20252026-08-31T00:54:58.288Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20262026-08-31T00:54:58.325Z Compiling hubpack v0.1.2
20272026-08-31T00:54:58.373Z Compiling static_assertions v1.1.0
20282026-08-31T00:54:58.452Z Compiling crossbeam-deque v0.8.6
20292026-08-31T00:54:58.554Z Compiling thiserror-impl-no-std v2.0.2
20302026-08-31T00:54:58.643Z Compiling curve25519-dalek-derive v0.1.1
20312026-08-31T00:54:59.751Z Compiling typify-impl v0.6.2
20322026-08-31T00:54:59.919Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20332026-08-31T00:55:00.420Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20342026-08-31T00:55:00.682Z Compiling rayon-core v1.13.0
20352026-08-31T00:55:01.084Z Compiling clang-sys v1.8.1
20362026-08-31T00:55:01.482Z Compiling bytecount v0.6.9
20372026-08-31T00:55:01.642Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20382026-08-31T00:55:01.657Z Compiling scroll v0.12.0
20392026-08-31T00:55:01.937Z Compiling hash32 v0.3.1
20402026-08-31T00:55:01.964Z Compiling goblin v0.8.2
20412026-08-31T00:55:02.104Z Compiling heapless v0.8.0
20422026-08-31T00:55:02.138Z Compiling ingot-types v0.1.2
20432026-08-31T00:55:02.343Z Compiling cobs v0.3.0
20442026-08-31T00:55:02.536Z Compiling libloading v0.8.9
20452026-08-31T00:55:02.550Z Compiling managed v0.8.0
20462026-08-31T00:55:02.563Z Compiling foreign-types-shared v0.3.1
20472026-08-31T00:55:02.661Z Compiling bitflags v1.3.2
20482026-08-31T00:55:02.738Z Compiling smoltcp v0.11.0
20492026-08-31T00:55:02.750Z Compiling bindgen v0.72.1
20502026-08-31T00:55:02.767Z Compiling foreign-types v0.5.0
20512026-08-31T00:55:02.779Z Compiling ingot v0.1.1
20522026-08-31T00:55:02.853Z Compiling postcard v1.1.3
20532026-08-31T00:55:03.169Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20542026-08-31T00:55:03.297Z Compiling cexpr v0.6.0
20552026-08-31T00:55:03.628Z Compiling num_enum v0.7.5
20562026-08-31T00:55:03.752Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20572026-08-31T00:55:04.145Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582026-08-31T00:55:04.278Z Compiling camino-tempfile v1.4.1
20592026-08-31T00:55:04.521Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20602026-08-31T00:55:04.525Z Compiling serde_repr v0.1.20
20612026-08-31T00:55:04.634Z Compiling derive-where v1.6.0
20622026-08-31T00:55:04.909Z Compiling cstr-argument v0.1.2
20632026-08-31T00:55:05.154Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642026-08-31T00:55:05.662Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20652026-08-31T00:55:06.063Z Compiling typify-macro v0.6.2
20662026-08-31T00:55:06.233Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-08-31T00:55:06.420Z Compiling rayon v1.11.0
20682026-08-31T00:55:06.852Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20692026-08-31T00:55:06.980Z Compiling crucible-workspace-hack v0.1.0
20702026-08-31T00:55:07.637Z Compiling memmap v0.7.0
20712026-08-31T00:55:07.774Z Compiling tinyvec_macros v0.1.1
20722026-08-31T00:55:07.914Z Compiling tinyvec v1.10.0
20732026-08-31T00:55:08.137Z Compiling typify v0.6.2
20742026-08-31T00:55:08.207Z Compiling usdt v0.5.0
20752026-08-31T00:55:08.238Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20762026-08-31T00:55:08.494Z Compiling num_enum v0.5.11
20772026-08-31T00:55:08.979Z Compiling pin-project-internal v1.1.10
20782026-08-31T00:55:09.846Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20792026-08-31T00:55:09.888Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20802026-08-31T00:55:09.976Z Compiling progenitor-impl v0.14.0
20812026-08-31T00:55:10.084Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20822026-08-31T00:55:10.195Z Compiling papergrid v0.18.0
20832026-08-31T00:55:10.211Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20842026-08-31T00:55:10.633Z Compiling rustix v0.38.44
20852026-08-31T00:55:11.204Z Compiling itertools v0.12.1
20862026-08-31T00:55:11.218Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20872026-08-31T00:55:11.416Z Compiling progenitor-impl v0.10.0
20882026-08-31T00:55:11.479Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20892026-08-31T00:55:11.526Z Compiling sigpipe v0.1.3
20902026-08-31T00:55:11.753Z Compiling jiff v0.2.15
20912026-08-31T00:55:12.104Z Compiling const_format_proc_macros v0.2.34
20922026-08-31T00:55:12.127Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20932026-08-31T00:55:12.379Z Compiling tabled v0.21.0
20942026-08-31T00:55:12.524Z Compiling zone v0.3.1
20952026-08-31T00:55:12.607Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20962026-08-31T00:55:12.925Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20972026-08-31T00:55:13.528Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-08-31T00:55:13.576Z Compiling progenitor-macro v0.14.0
20992026-08-31T00:55:13.942Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21002026-08-31T00:55:14.239Z Compiling nix v0.31.3
21012026-08-31T00:55:14.353Z Compiling nix v0.30.1
21022026-08-31T00:55:14.951Z Compiling progenitor-macro v0.10.0
21032026-08-31T00:55:14.984Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21042026-08-31T00:55:14.998Z Compiling snafu-derive v0.8.9
21052026-08-31T00:55:15.280Z Compiling itertools v0.15.0
21062026-08-31T00:55:15.656Z Compiling smf v0.2.3
21072026-08-31T00:55:15.712Z Compiling secrecy v0.10.3
21082026-08-31T00:55:16.256Z Compiling async-recursion v1.1.1
21092026-08-31T00:55:16.499Z Compiling bstr v1.12.0
21102026-08-31T00:55:16.948Z Compiling whoami v1.6.1
21112026-08-31T00:55:17.116Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21122026-08-31T00:55:17.237Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-08-31T00:55:19.144Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21142026-08-31T00:55:19.804Z Compiling hmac v0.12.1
21152026-08-31T00:55:19.967Z Compiling inout v0.1.4
21162026-08-31T00:55:20.064Z Compiling ff v0.13.1
21172026-08-31T00:55:20.124Z Compiling crc8 v0.1.1
21182026-08-31T00:55:20.127Z Compiling data-encoding v2.9.0
21192026-08-31T00:55:20.247Z Compiling group v0.13.0
21202026-08-31T00:55:20.367Z Compiling cipher v0.4.4
21212026-08-31T00:55:20.418Z Compiling hkdf v0.12.4
21222026-08-31T00:55:20.527Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-08-31T00:55:21.131Z Compiling atomicwrites v0.4.4
21242026-08-31T00:55:21.220Z Compiling tokio-dtrace v0.1.1
21252026-08-31T00:55:21.343Z Compiling tabled_derive v0.7.0
21262026-08-31T00:55:21.673Z Compiling reqwest v0.13.2
21272026-08-31T00:55:21.695Z Compiling universal-hash v0.5.1
21282026-08-31T00:55:21.782Z Compiling crypto-bigint v0.5.5
21292026-08-31T00:55:21.835Z Compiling half v2.7.1
21302026-08-31T00:55:21.848Z Compiling ciborium-io v0.2.2
21312026-08-31T00:55:22.139Z Compiling base64ct v1.8.0
21322026-08-31T00:55:22.390Z Compiling opaque-debug v0.3.1
21332026-08-31T00:55:22.451Z Compiling indent_write v2.2.0
21342026-08-31T00:55:22.599Z Compiling base16ct v0.2.0
21352026-08-31T00:55:22.776Z Compiling progenitor-client v0.14.0
21362026-08-31T00:55:23.083Z Compiling elliptic-curve v0.13.8
21372026-08-31T00:55:23.150Z Compiling poly1305 v0.8.0
21382026-08-31T00:55:23.522Z Compiling password-hash v0.5.0
21392026-08-31T00:55:23.583Z Compiling ciborium-ll v0.2.2
21402026-08-31T00:55:24.143Z Compiling oxide-tokio-rt v0.1.2
21412026-08-31T00:55:24.321Z Compiling chacha20 v0.9.1
21422026-08-31T00:55:24.349Z Compiling similar v2.7.0
21432026-08-31T00:55:24.555Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21442026-08-31T00:55:24.984Z Compiling thiserror-no-std v2.0.2
21452026-08-31T00:55:25.368Z Compiling blake2 v0.10.6
21462026-08-31T00:55:25.411Z Compiling aead v0.5.2
21472026-08-31T00:55:25.574Z Compiling strum_macros v0.28.0
21482026-08-31T00:55:25.829Z Compiling linked-hash-map v0.5.6
21492026-08-31T00:55:25.986Z Compiling resolv-conf v0.7.5
21502026-08-31T00:55:26.112Z Compiling keccak v0.1.6
21512026-08-31T00:55:26.352Z Compiling sha3 v0.10.8
21522026-08-31T00:55:26.546Z Compiling lru-cache v0.1.2
21532026-08-31T00:55:26.701Z Compiling vsss-rs v3.3.4
21542026-08-31T00:55:26.704Z Compiling argon2 v0.5.3
21552026-08-31T00:55:26.802Z Compiling chacha20poly1305 v0.10.1
21562026-08-31T00:55:26.874Z Compiling progenitor v0.14.0
21572026-08-31T00:55:26.895Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-08-31T00:55:27.015Z Compiling ciborium v0.2.2
21592026-08-31T00:55:27.168Z Compiling hickory-proto v0.24.4
21602026-08-31T00:55:27.621Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21612026-08-31T00:55:27.652Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21622026-08-31T00:55:28.267Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21632026-08-31T00:55:28.318Z Compiling serde-big-array v0.5.1
21642026-08-31T00:55:28.594Z Compiling same-file v1.0.6
21652026-08-31T00:55:28.741Z Compiling unicode-segmentation v1.12.0
21662026-08-31T00:55:28.772Z Compiling siphasher v1.0.1
21672026-08-31T00:55:28.871Z Compiling walkdir v2.5.0
21682026-08-31T00:55:28.973Z Compiling hickory-resolver v0.24.4
21692026-08-31T00:55:29.024Z Compiling phf_shared v0.12.1
21702026-08-31T00:55:29.089Z Compiling newline-converter v0.3.0
21712026-08-31T00:55:29.214Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21722026-08-31T00:55:29.282Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21732026-08-31T00:55:29.838Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-08-31T00:55:30.493Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-08-31T00:55:31.136Z Compiling newtype_derive v0.1.6
21762026-08-31T00:55:31.223Z Compiling owo-colors v4.3.0
21772026-08-31T00:55:31.523Z Compiling tokio-stream v0.1.17
21782026-08-31T00:55:31.560Z Compiling console v0.15.11
21792026-08-31T00:55:31.634Z Compiling csv-core v0.1.12
21802026-08-31T00:55:31.773Z Compiling unicode-linebreak v0.1.5
21812026-08-31T00:55:31.912Z Compiling termtree v0.5.1
21822026-08-31T00:55:32.038Z Compiling foldhash v0.1.5
21832026-08-31T00:55:32.076Z Compiling swrite v0.1.0
21842026-08-31T00:55:32.179Z Compiling unicode-width v0.1.14
21852026-08-31T00:55:32.226Z Compiling humantime v2.3.0
21862026-08-31T00:55:32.239Z Compiling smawk v0.3.2
21872026-08-31T00:55:32.279Z Compiling hashbrown v0.15.5
21882026-08-31T00:55:32.380Z Compiling textwrap v0.16.2
21892026-08-31T00:55:32.445Z Compiling qorb v0.4.1
21902026-08-31T00:55:32.465Z Compiling expectorate v1.2.0
21912026-08-31T00:55:32.511Z Compiling csv v1.4.0
21922026-08-31T00:55:32.550Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-08-31T00:55:32.916Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-08-31T00:55:34.621Z Compiling phf v0.12.1
21952026-08-31T00:55:34.781Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21962026-08-31T00:55:34.988Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21972026-08-31T00:55:35.048Z Compiling pin-project v1.1.10
21982026-08-31T00:55:35.157Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21992026-08-31T00:55:35.691Z Compiling libz-sys v1.1.22
22002026-08-31T00:55:35.728Z Compiling unicode-normalization v0.1.24
22012026-08-31T00:55:36.334Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22022026-08-31T00:55:36.720Z Compiling libsw-core v0.3.2
22032026-08-31T00:55:37.109Z Compiling fixedbitset v0.5.7
22042026-08-31T00:55:37.176Z Compiling highway v1.3.0
22052026-08-31T00:55:37.569Z Compiling fixedbitset v0.4.2
22062026-08-31T00:55:37.756Z Compiling petgraph v0.6.5
22072026-08-31T00:55:37.820Z Compiling progenitor v0.10.0
22082026-08-31T00:55:37.979Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-31T00:55:38.441Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-08-31T00:55:39.268Z Compiling petgraph v0.8.2
22112026-08-31T00:55:39.986Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-31T00:55:40.482Z Compiling libsw v3.5.0
22132026-08-31T00:55:41.260Z Compiling olpc-cjson v0.1.4
22142026-08-31T00:55:41.288Z Compiling libgit2-sys v0.17.0+1.8.1
22152026-08-31T00:55:42.101Z Compiling snafu v0.8.9
22162026-08-31T00:55:42.371Z Compiling chrono-tz v0.10.4
22172026-08-31T00:55:42.484Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-31T00:55:42.496Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-31T00:55:42.683Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-08-31T00:55:43.370Z Compiling papergrid v0.11.0
22212026-08-31T00:55:44.117Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-31T00:55:44.249Z Compiling strum v0.28.0
22232026-08-31T00:55:44.398Z Compiling globset v0.4.16
22242026-08-31T00:55:44.413Z Compiling const_format v0.2.34
22252026-08-31T00:55:44.496Z Compiling slog-dtrace v0.3.0
22262026-08-31T00:55:44.748Z Compiling cancel-safe-futures v0.1.5
22272026-08-31T00:55:44.782Z Compiling gethostname v0.5.0
22282026-08-31T00:55:45.058Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22292026-08-31T00:55:45.771Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22302026-08-31T00:55:45.987Z Compiling dropshot-api-manager-types v0.7.2
22312026-08-31T00:55:46.032Z Compiling pem v3.0.5
22322026-08-31T00:55:46.361Z Compiling bcs v0.1.6
22332026-08-31T00:55:46.365Z Compiling serde_plain v1.0.2
22342026-08-31T00:55:46.421Z Compiling cargo-platform v0.1.9
22352026-08-31T00:55:46.716Z Compiling tagptr v0.2.0
22362026-08-31T00:55:46.751Z Compiling linear-map v1.2.0
22372026-08-31T00:55:46.873Z Compiling typed-path v0.9.3
22382026-08-31T00:55:46.942Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-08-31T00:55:47.176Z Compiling moka v0.12.11
22402026-08-31T00:55:47.963Z Compiling tough v0.20.0
22412026-08-31T00:55:48.820Z Compiling cargo_metadata v0.18.1
22422026-08-31T00:55:49.560Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-08-31T00:55:49.944Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-08-31T00:55:50.060Z Compiling tabled v0.15.0
22452026-08-31T00:55:50.298Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-31T00:55:50.910Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22472026-08-31T00:55:50.924Z Compiling git2 v0.19.0
22482026-08-31T00:55:52.636Z Compiling steno v0.4.1
22492026-08-31T00:55:53.352Z Compiling hickory-proto v0.25.2
22502026-08-31T00:55:53.417Z Compiling cookie v0.18.1
22512026-08-31T00:55:55.584Z Compiling hickory-resolver v0.25.2
22522026-08-31T00:55:56.265Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-08-31T00:55:58.085Z Compiling vergen v8.3.2
22542026-08-31T00:55:59.198Z Compiling signal-hook v0.4.4
22552026-08-31T00:55:59.958Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22562026-08-31T00:56:00.165Z Compiling predicates-core v1.0.9
22572026-08-31T00:56:00.317Z Compiling mockall_derive v0.14.0
22582026-08-31T00:56:00.654Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22592026-08-31T00:56:00.724Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22602026-08-31T00:56:01.113Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22612026-08-31T00:56:01.127Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22622026-08-31T00:56:01.949Z Compiling sha2 v0.10.9
22632026-08-31T00:56:02.375Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22642026-08-31T00:56:02.775Z Compiling mockall v0.14.0
22652026-08-31T00:56:02.964Z Compiling diff v0.1.13
22662026-08-31T00:56:03.012Z Compiling yansi v1.0.1
22672026-08-31T00:56:03.313Z Compiling pretty_assertions v1.4.1
22682026-08-31T00:56:03.338Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22692026-08-31T00:56:04.307Z Compiling fs-err v3.1.2
22702026-08-31T00:56:04.627Z Compiling predicates-tree v1.0.12
22712026-08-31T00:56:04.731Z Compiling predicates v3.1.3
22722026-08-31T00:56:05.652Z Compiling git-stub v1.0.0
22732026-08-31T00:56:05.931Z Compiling filetime v0.2.26
22742026-08-31T00:56:05.944Z Compiling downcast v0.11.0
22752026-08-31T00:56:06.102Z Compiling xattr v1.6.1
22762026-08-31T00:56:06.129Z Compiling arrayref v0.3.9
22772026-08-31T00:56:06.175Z Compiling constant_time_eq v0.3.1
22782026-08-31T00:56:06.214Z Compiling arrayvec v0.7.6
22792026-08-31T00:56:06.289Z Compiling is_ci v1.2.0
22802026-08-31T00:56:06.305Z Compiling fragile v2.0.1
22812026-08-31T00:56:06.427Z Compiling supports-color v3.0.2
22822026-08-31T00:56:06.447Z Compiling blake3 v1.8.2
22832026-08-31T00:56:06.664Z Compiling tar v0.4.45
22842026-08-31T00:56:06.855Z Compiling toml v0.7.8
22852026-08-31T00:56:07.072Z Compiling git-stub-vcs v0.1.0
22862026-08-31T00:56:07.545Z Compiling curl-sys v0.4.89+curl-8.20.0
22872026-08-31T00:56:07.700Z Compiling signal-hook-tokio v0.4.0
22882026-08-31T00:56:08.006Z Compiling scuffle v0.1.0
22892026-08-31T00:56:08.936Z Compiling drift v0.2.0
22902026-08-31T00:56:09.651Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-08-31T00:56:09.756Z Compiling kstat-rs v0.2.4
22922026-08-31T00:56:10.073Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22932026-08-31T00:56:10.085Z Compiling topological-sort v0.2.2
22942026-08-31T00:56:10.241Z Compiling hex-literal v1.1.0
22952026-08-31T00:56:10.369Z Compiling omicron-zone-package v0.12.2
22962026-08-31T00:56:10.471Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-08-31T00:56:10.553Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22982026-08-31T00:56:11.942Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-31T00:56:12.655Z Compiling dropshot-api-manager v0.7.2
23002026-08-31T00:56:12.936Z Compiling curl v0.4.50
23012026-08-31T00:56:13.268Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23022026-08-31T00:56:13.633Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-08-31T00:56:13.665Z Compiling iddqd v0.4.5
23042026-08-31T00:56:13.770Z Compiling internet-checksum v0.2.1
23052026-08-31T00:56:13.878Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23062026-08-31T00:56:13.920Z Compiling search_path v0.1.4
23072026-08-31T00:56:14.333Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23082026-08-31T00:56:14.617Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23092026-08-31T00:56:18.428Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-08-31T00:56:19.646Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23112026-08-31T00:57:06.096Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s
23122026-08-31T00:57:06.221Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
23132026-08-31T00:57:06.224Z
23142026-08-31T00:57:06.224Zrunning 0 tests
23152026-08-31T00:57:06.224Z
23162026-08-31T00:57:06.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23172026-08-31T00:57:06.224Z
23182026-08-31T00:57:06.227Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23192026-08-31T00:57:06.230Z
23202026-08-31T00:57:06.230Zrunning 0 tests
23212026-08-31T00:57:06.230Z
23222026-08-31T00:57:06.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23232026-08-31T00:57:06.230Z
23242026-08-31T00:57:06.230Z Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b)
23252026-08-31T00:57:06.230Z
23262026-08-31T00:57:06.230Zrunning 0 tests
23272026-08-31T00:57:06.230Z
23282026-08-31T00:57:06.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23292026-08-31T00:57:06.230Z
23302026-08-31T00:57:06.233Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
23312026-08-31T00:57:06.236Z
23322026-08-31T00:57:06.236Zrunning 4 tests
23332026-08-31T00:57:06.239Ztest nat::tests::test_vni ... ok
23342026-08-31T00:57:06.239Ztest network::tests::test_generate_ipv6_link_local ... ok
23352026-08-31T00:57:06.239Ztest test_purge ... ok
23362026-08-31T00:57:06.241Ztest illumos::test::address_exists_handles_missing_object ... ok
23372026-08-31T00:57:06.241Z
23382026-08-31T00:57:06.241Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23392026-08-31T00:57:06.241Z
23402026-08-31T00:57:06.244Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
23412026-08-31T00:57:06.247Z
23422026-08-31T00:57:06.247Zrunning 1 test
23432026-08-31T00:57:06.247Z -------
23442026-08-31T00:57:06.247Z Generating OpenAPI documents from API definitions ...
23452026-08-31T00:57:06.383Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23462026-08-31T00:57:06.453Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23472026-08-31T00:57:07.491Z -------
23482026-08-31T00:57:07.491Z Checking 13 OpenAPI documents...
23492026-08-31T00:57:07.491Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-31T00:57:07.491Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-31T00:57:07.491Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-31T00:57:07.494Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-31T00:57:07.494Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-31T00:57:07.494Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-31T00:57:07.494Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-31T00:57:07.494Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-31T00:57:07.494Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-31T00:57:07.494Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-31T00:57:07.494Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-31T00:57:07.494Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-31T00:57:07.494Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-08-31T00:57:07.494Z Fresh dpd "latest" symlink
23632026-08-31T00:57:07.494Z -------
23642026-08-31T00:57:07.495Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23652026-08-31T00:57:07.561Ztest test::test_apis_up_to_date ... ok
23662026-08-31T00:57:07.561Z
23672026-08-31T00:57:07.561Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
23682026-08-31T00:57:07.561Z
23692026-08-31T00:57:07.617Z Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c)
23702026-08-31T00:57:07.623Z
23712026-08-31T00:57:07.623Zrunning 34 tests
23722026-08-31T00:57:07.626Ztest freemap::test_ordering ... ok
23732026-08-31T00:57:07.626Ztest config::tests::test_updates ... ok
23742026-08-31T00:57:07.626Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23752026-08-31T00:57:07.626Ztest freemap::test_split ... ok
23762026-08-31T00:57:07.626Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23772026-08-31T00:57:07.630Ztest macaddrs::tests::test_mac_offset ... ok
23782026-08-31T00:57:07.630Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23792026-08-31T00:57:07.630Ztest macaddrs::tests::test_parse_port_id ... ok
23802026-08-31T00:57:07.630ZAug 31 00:57:06.565 DEBG created new freemapAug 31 00:57:06.565 , DEBG unitcreated new freemap: , freemap_testunit: freemap_test
23812026-08-31T00:57:07.630Z
23822026-08-31T00:57:07.630ZAug 31 00:57:06.565Aug 31 00:57:06.565 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23832026-08-31T00:57:07.630Z
23842026-08-31T00:57:07.630Ztest nat::test_mapping ... ok
23852026-08-31T00:57:07.631ZAug 31 00:57:06.565Aug 31 00:57:06.565 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
23862026-08-31T00:57:07.631Z
23872026-08-31T00:57:07.631ZAug 31 00:57:06.565 DEBG created new freemap, unit: freemap_test
23882026-08-31T00:57:07.631ZAug 31 00:57:06.565 DEBG initted freemap. size: 128, unit: freemap_test
23892026-08-31T00:57:07.631ZAug 31 00:57:06.565 DEBG reset freemap, unit: freemap_test
23902026-08-31T00:57:07.631Ztest freemap::test_reclaim ... ok
23912026-08-31T00:57:07.631Ztest freemap::test_free ... ok
23922026-08-31T00:57:07.631Ztest freemap::test_exhaustion ... ok
23932026-08-31T00:57:07.631Ztest port_map::tests::test_backplane_group ... ok
23942026-08-31T00:57:07.631Ztest port_map::tests::dump_map ... ok
23952026-08-31T00:57:07.631Ztest port_map::tests::test_port_map ... ok
23962026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG created new freemap, unit: freemap_test
23972026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG initted freemap. size: 8, unit: freemap_test
23982026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG reset freemap, unit: freemap_test
23992026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG created new freemap, unit: freemap_test
24002026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG initted freemap. size: 128, unit: freemap_test
24012026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG reset freemap, unit: freemap_test
24022026-08-31T00:57:07.631Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24032026-08-31T00:57:07.631Ztest freemap::test_span ... ok
24042026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG created new freemap, unit: freemap_test
24052026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG initted freemap. size: 128, unit: freemap_test
24062026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG reset freemap, unit: freemap_test
24072026-08-31T00:57:07.631Ztest freemap::test_basic ... ok
24082026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG created new freemap, unit: freemap_route_ipv4
24092026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG created new freemap, unit: freemap_route_ipv6
24102026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24112026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG reset freemap, unit: freemap_route_ipv4
24122026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24132026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG reset freemap, unit: freemap_route_ipv6
24142026-08-31T00:57:07.631ZAug 31 00:57:06.566 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24152026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24162026-08-31T00:57:07.631ZAug 31 00:57:06.566 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24172026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24182026-08-31T00:57:07.631ZAug 31 00:57:06.566 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24192026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24202026-08-31T00:57:07.631ZAug 31 00:57:06.566 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24212026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24222026-08-31T00:57:07.631ZAug 31 00:57:06.566 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24232026-08-31T00:57:07.631ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24242026-08-31T00:57:07.631ZAug 31 00:57:06.566 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24252026-08-31T00:57:07.632ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24262026-08-31T00:57:07.632ZAug 31 00:57:06.566 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24272026-08-31T00:57:07.632ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24282026-08-31T00:57:07.632ZAug 31 00:57:06.566 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24292026-08-31T00:57:07.632ZAug 31 00:57:06.566 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24302026-08-31T00:57:07.632ZAug 31 00:57:06.566 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24312026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24322026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24332026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24342026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24352026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24362026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24372026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24382026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24392026-08-31T00:57:07.632Ztest api_server::tests::test_build_info ... ok
24402026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24412026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24422026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24432026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24442026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24452026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24462026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24472026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24482026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24492026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24502026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24512026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24522026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24532026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24542026-08-31T00:57:07.632ZAug 31 00:57:06.567 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 } }]
24552026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24562026-08-31T00:57:07.632ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG 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 } }],
24572026-08-31T00:57:07.632Zunit: freemap_route_ipv4Aug 31 00:57:06.567
24582026-08-31T00:57:07.632Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24592026-08-31T00:57:07.632ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG created new freemapreplacing 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 } }],
24602026-08-31T00:57:07.632Zunit: freemap_route_ipv6
24612026-08-31T00:57:07.632ZAug 31 00:57:06.567 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
24622026-08-31T00:57:07.632Z DEBG initted freemap. size: 64Aug 31 00:57:06.567, unitDEBG: 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
24632026-08-31T00:57:07.632Z
24642026-08-31T00:57:07.633ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreset freemap
24652026-08-31T00:57:07.633Z, unit:Aug 31 00:57:06.567 freemap_route_ipv4DEBG
24662026-08-31T00:57:07.633Z 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 } }]
24672026-08-31T00:57:07.633ZAug 31 00:57:06.567 Aug 31 00:57:06.567DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
24682026-08-31T00:57:07.633Z: freemap_route_ipv6
24692026-08-31T00:57:07.633ZAug 31 00:57:06.567 DEBGAug 31 00:57:06.567 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
24702026-08-31T00:57:07.633Z reset freemap, unit:Aug 31 00:57:06.567 freemap_route_ipv6INFO
24712026-08-31T00:57:07.633Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24722026-08-31T00:57:07.633ZAug 31 00:57:06.567 INFOAug 31 00:57:06.567 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
24732026-08-31T00:57:07.633Z 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 } }]
24742026-08-31T00:57:07.633ZAug 31 00:57:06.567 DEBG Aug 31 00:57:06.567replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24752026-08-31T00:57:07.633ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24762026-08-31T00:57:07.633ZAug 31 00:57:06.567 INFOAug 31 00:57:06.567 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
24772026-08-31T00:57:07.637Z 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 } }]
24782026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
24792026-08-31T00:57:07.637Z
24802026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
24812026-08-31T00:57:07.637Z
24822026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1b::/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 } }]
24832026-08-31T00:57:07.637Z
24842026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO 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:dead::/64 -> 2001:db8::55:4
24852026-08-31T00:57:07.637Z
24862026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1c::/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 } }]
24872026-08-31T00:57:07.637Z
24882026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
24892026-08-31T00:57:07.637Z
24902026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1d::/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 } }]
24912026-08-31T00:57:07.637Z
24922026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24932026-08-31T00:57:07.637Z
24942026-08-31T00:57:07.637ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24952026-08-31T00:57:07.638Z
24962026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24972026-08-31T00:57:07.638Z
24982026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1f::/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 } }]
24992026-08-31T00:57:07.638Z
25002026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25012026-08-31T00:57:07.638Z
25022026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:20::/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 } }]
25032026-08-31T00:57:07.638Z
25042026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 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 } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25052026-08-31T00:57:07.638Z
25062026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffcreated new freemap
25072026-08-31T00:57:07.638Z, unit: freemap_route_ipv4Aug 31 00:57:06.567
25082026-08-31T00:57:07.638Z DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25092026-08-31T00:57:07.638ZAug 31 00:57:06.567 DEBG Aug 31 00:57:06.567created new freemap , INFOunit :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25102026-08-31T00:57:07.638Zfreemap_route_ipv6
25112026-08-31T00:57:07.638ZAug 31 00:57:06.567 DEBG Aug 31 00:57:06.567replacing 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 } }]
25122026-08-31T00:57:07.638Ztest port_map::tests::parse_softnpu_revision ... ok
25132026-08-31T00:57:07.638ZDEBG initted freemap. size: 64, unitAug 31 00:57:06.567: INFOfreemap_route_ipv4
25142026-08-31T00:57:07.638Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
25152026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG reset freemapreplacing 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 } }],
25162026-08-31T00:57:07.638Zunit: freemap_route_ipv4Aug 31 00:57:06.567
25172026-08-31T00:57:07.638Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
25182026-08-31T00:57:07.638ZAug 31 00:57:06.567 DEBG initted freemap. size: 64Aug 31 00:57:06.567, 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 } }]freemap_route_ipv6
25192026-08-31T00:57:07.638Z
25202026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO reset freemapadding route 3fff:beef:25::/64 -> 2001:db8::55:ff,
25212026-08-31T00:57:07.638Zunit: freemap_route_ipv6
25222026-08-31T00:57:07.638ZAug 31 00:57:06.567 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567
25232026-08-31T00:57:07.638Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25242026-08-31T00:57:07.638ZAug 31 00:57:06.567 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
25252026-08-31T00:57:07.638Z 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 } }]
25262026-08-31T00:57:07.638ZAug 31 00:57:06.567 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567
25272026-08-31T00:57:07.638Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25282026-08-31T00:57:07.638ZAug 31 00:57:06.567 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
25292026-08-31T00:57:07.638Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:57:06.567
25302026-08-31T00:57:07.638Z 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 } }]
25312026-08-31T00:57:07.638ZAug 31 00:57:06.567 INFO Aug 31 00:57:06.567adding route 3fff:dead::/64 -> 2001:db8::55:1
25322026-08-31T00:57:07.638ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
25332026-08-31T00:57:07.638ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
25342026-08-31T00:57:07.639Z
25352026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
25362026-08-31T00:57:07.639Z
25372026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
25382026-08-31T00:57:07.639Z
25392026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
25402026-08-31T00:57:07.639Z
25412026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25422026-08-31T00:57:07.639Z
25432026-08-31T00:57:07.639ZDEBGAug 31 00:57:06.567Aug 31 00:57:06.567 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25442026-08-31T00:57:07.639Z INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25452026-08-31T00:57:07.639Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
25462026-08-31T00:57:07.639ZAug 31 00:57:06.567 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567
25472026-08-31T00:57:07.639Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567
25482026-08-31T00:57:07.639Z Aug 31 00:57:06.567INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
25492026-08-31T00:57:07.639ZAug 31 00:57:06.567 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
25502026-08-31T00:57:07.639Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
25512026-08-31T00:57:07.639Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567
25522026-08-31T00:57:07.639ZAug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 31 00:57:06.567
25532026-08-31T00:57:07.639Z INFO
25542026-08-31T00:57:07.639Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25552026-08-31T00:57:07.639ZAug 31 00:57:06.567 INFOAug 31 00:57:06.567 Aug 31 00:57:06.567 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
25562026-08-31T00:57:07.639Z 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:6::/64 -> 2001:db8::55:ff
25572026-08-31T00:57:07.639Z
25582026-08-31T00:57:07.639ZAug 31 00:57:06.567 DEBGAug 31 00:57:06.567Aug 31 00:57:06.567 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 } }]
25592026-08-31T00:57:07.639Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
25602026-08-31T00:57:07.639Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567
25612026-08-31T00:57:07.639ZAug 31 00:57:06.567 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
25622026-08-31T00:57:07.639Z INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25632026-08-31T00:57:07.639Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
25642026-08-31T00:57:07.639Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25652026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567 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:5::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
25662026-08-31T00:57:07.639Z
25672026-08-31T00:57:07.639Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 00:57:06.567Aug 31 00:57:06.567
25682026-08-31T00:57:07.639Z INFODEBG adding route 3fff:beef:8::/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 } }]
25692026-08-31T00:57:07.639Z
25702026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBG INFO 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 } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25712026-08-31T00:57:07.639Z
25722026-08-31T00:57:07.639Zreplacing 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 } }]
25732026-08-31T00:57:07.639ZAug 31 00:57:06.567Aug 31 00:57:06.567 Aug 31 00:57:06.567 DEBGINFO INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25742026-08-31T00:57:07.640Z
25752026-08-31T00:57:07.640Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
25762026-08-31T00:57:07.640ZAug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBG DEBGINFOreplacing 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:7::/64 -> 2001:db8::55:ff
25772026-08-31T00:57:07.644Z
25782026-08-31T00:57:07.644Zreplacing 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 } }]
25792026-08-31T00:57:07.644ZAug 31 00:57:06.567Aug 31 00:57:06.567 Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]
25802026-08-31T00:57:07.644ZINFO
25812026-08-31T00:57:07.644Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
25822026-08-31T00:57:07.644ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25832026-08-31T00:57:07.644ZAug 31 00:57:06.567adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25842026-08-31T00:57:07.644ZDEBG 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 } }]
25852026-08-31T00:57:07.644ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBGAug 31 00:57:06.567 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25862026-08-31T00:57:07.644ZINFO
25872026-08-31T00:57:07.644Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
25882026-08-31T00:57:07.644ZAug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:9::/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 } }]Aug 31 00:57:06.567
25892026-08-31T00:57:07.644Z
25902026-08-31T00:57:07.644ZDEBG 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 } }]
25912026-08-31T00:57:07.644ZAug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
25922026-08-31T00:57:07.644Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25932026-08-31T00:57:07.644Z
25942026-08-31T00:57:07.644ZAug 31 00:57:06.567 Aug 31 00:57:06.567DEBGAug 31 00:57:06.567 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
25952026-08-31T00:57:07.644Z DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25962026-08-31T00:57:07.644Zreplacing 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 } }]
25972026-08-31T00:57:07.644ZAug 31 00:57:06.567 INFOAug 31 00:57:06.567 Aug 31 00:57:06.567DEBG INFOadding route 3fff:beef:34::/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 } }]
25982026-08-31T00:57:07.644Z
25992026-08-31T00:57:07.644Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26002026-08-31T00:57:07.644ZAug 31 00:57:06.567Aug 31 00:57:06.567 DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26012026-08-31T00:57:07.644ZAug 31 00:57:06.567adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26022026-08-31T00:57:07.644ZDEBG Aug 31 00:57:06.567replacing 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 } }]
26032026-08-31T00:57:07.644ZINFO Aug 31 00:57:06.567adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
26042026-08-31T00:57:07.644ZDEBG Aug 31 00:57:06.567replacing 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 } }]
26052026-08-31T00:57:07.644ZINFO Aug 31 00:57:06.567adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26062026-08-31T00:57:07.644ZDEBGAug 31 00:57:06.567 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
26072026-08-31T00:57:07.644Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
26082026-08-31T00:57:07.644Z Aug 31 00:57:06.567DEBG 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
26092026-08-31T00:57:07.644Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 00:57:06.567
26102026-08-31T00:57:07.644Z Aug 31 00:57:06.567DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26112026-08-31T00:57:07.644ZAug 31 00:57:06.567 INFOAug 31 00:57:06.567 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
26122026-08-31T00:57:07.645Z 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 } }]
26132026-08-31T00:57:07.645ZAug 31 00:57:06.568 Aug 31 00:57:06.568DEBG 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 } }]
26142026-08-31T00:57:07.645Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
26152026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:e::/64 -> 2001:db8::55:ff
26162026-08-31T00:57:07.645Z
26172026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:38::/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 } }]
26182026-08-31T00:57:07.645Z
26192026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:f::/64 -> 2001:db8::55:ff
26202026-08-31T00:57:07.645Z
26212026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:39::/64 -> 2001:db8::55:ff
26222026-08-31T00:57:07.645Z
26232026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:10::/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 } }]
26242026-08-31T00:57:07.645Z
26252026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:3a::/64 -> 2001:db8::55:ff
26262026-08-31T00:57:07.645Z
26272026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:11::/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 } }]
26282026-08-31T00:57:07.645Z
26292026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:3b::/64 -> 2001:db8::55:ff
26302026-08-31T00:57:07.645Z
26312026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:12::/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 } }]
26322026-08-31T00:57:07.645Z
26332026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:3c::/64 -> 2001:db8::55:ff
26342026-08-31T00:57:07.645Z
26352026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:13::/64 -> 2001:db8::55:ff
26362026-08-31T00:57:07.645Z
26372026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:3d::/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 } }]
26382026-08-31T00:57:07.645Z
26392026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:14::/64 -> 2001:db8::55:ff
26402026-08-31T00:57:07.645Z
26412026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:3e::/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 } }]
26422026-08-31T00:57:07.645Z
26432026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 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:15::/64 -> 2001:db8::55:ff
26442026-08-31T00:57:07.645Z
26452026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:3f::/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 } }]
26462026-08-31T00:57:07.645Z
26472026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26482026-08-31T00:57:07.645Z
26492026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
26502026-08-31T00:57:07.645Z
26512026-08-31T00:57:07.645ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26522026-08-31T00:57:07.646Z
26532026-08-31T00:57:07.646ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
26542026-08-31T00:57:07.646Z
26552026-08-31T00:57:07.646ZAug 31 00:57:06.568 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26562026-08-31T00:57:07.646Z Aug 31 00:57:06.568adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG
26572026-08-31T00:57:07.646Zreplacing 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 } }]
26582026-08-31T00:57:07.646ZAug 31 00:57:06.568 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26592026-08-31T00:57:07.646ZAug 31 00:57:06.568 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 } }]
26602026-08-31T00:57:07.646ZAug 31 00:57:06.568 INFO Aug 31 00:57:06.568adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26612026-08-31T00:57:07.646ZDEBG 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 } }]
26622026-08-31T00:57:07.646ZAug 31 00:57:06.567Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBGINFO created new freemapreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26632026-08-31T00:57:07.646Z,
26642026-08-31T00:57:07.646Zunit: Aug 31 00:57:06.568freemap_route_ipv4Aug 31 00:57:06.568 INFODEBG
26652026-08-31T00:57:07.646Z adding route 3fff:beef:1b::/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 } }]
26662026-08-31T00:57:07.646Z
26672026-08-31T00:57:07.646ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO 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:11::/64 -> 2001:db8::55:ff
26682026-08-31T00:57:07.646Z
26692026-08-31T00:57:07.646ZAug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568 DEBGINFO created new freemapadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26702026-08-31T00:57:07.646ZDEBG, unitreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 31 00:57:06.568
26712026-08-31T00:57:07.646Z freemap_route_ipv6DEBG
26722026-08-31T00:57:07.646Z 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 31 00:57:06.568
26732026-08-31T00:57:07.646Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 00:57:06.568
26742026-08-31T00:57:07.646ZAug 31 00:57:06.568 INFODEBG Aug 31 00:57:06.568 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff initted freemap. size: 64
26752026-08-31T00:57:07.646ZDEBG , replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
26762026-08-31T00:57:07.646ZAug 31 00:57:06.568: DEBGfreemap_route_ipv4
26772026-08-31T00:57:07.650Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568
26782026-08-31T00:57:07.650Z INFOAug 31 00:57:06.568 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
26792026-08-31T00:57:07.650ZAug 31 00:57:06.568 reset freemapINFO , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit
26802026-08-31T00:57:07.650Z:Aug 31 00:57:06.568 freemap_route_ipv4DEBG
26812026-08-31T00:57:07.650ZAug 31 00:57:06.568 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26822026-08-31T00:57:07.650ZAug 31 00:57:06.568 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26832026-08-31T00:57:07.651Z initted freemap. size: 64Aug 31 00:57:06.568, unitAug 31 00:57:06.568: INFOINFO freemap_route_ipv6adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26842026-08-31T00:57:07.651Z
26852026-08-31T00:57:07.651Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26862026-08-31T00:57:07.651ZAug 31 00:57:06.568 Aug 31 00:57:06.568DEBG DEBGAug 31 00:57:06.568reset freemap , DEBG unitreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26872026-08-31T00:57:07.651Z: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 } }]
26882026-08-31T00:57:07.651Zfreemap_route_ipv6
26892026-08-31T00:57:07.651ZAug 31 00:57:06.568 Aug 31 00:57:06.568INFOAug 31 00:57:06.568 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
26902026-08-31T00:57:07.651Z
26912026-08-31T00:57:07.651Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26922026-08-31T00:57:07.651ZAug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568 DEBGDEBGDEBG 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: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: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 } }]
26932026-08-31T00:57:07.651Z
26942026-08-31T00:57:07.651Z
26952026-08-31T00:57:07.651ZAug 31 00:57:06.568Aug 31 00:57:06.568Aug 31 00:57:06.568 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26962026-08-31T00:57:07.651Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26972026-08-31T00:57:07.651Z
26982026-08-31T00:57:07.651ZAug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568DEBG 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: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 } }]
26992026-08-31T00:57:07.651Z
27002026-08-31T00:57:07.651Zreplacing 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 } }]
27012026-08-31T00:57:07.651ZAug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568INFO INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27022026-08-31T00:57:07.651Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
27032026-08-31T00:57:07.651Z adding route 3fff:dead::/64 -> 2001:db8::55:1
27042026-08-31T00:57:07.651ZAug 31 00:57:06.568 Aug 31 00:57:06.568DEBG Aug 31 00:57:06.568replacing 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
27052026-08-31T00:57:07.651Z 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 } }]
27062026-08-31T00:57:07.651Zreplacing 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 31 00:57:06.568
27072026-08-31T00:57:07.651Z INFO Aug 31 00:57:06.568adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27082026-08-31T00:57:07.651ZINFO Aug 31 00:57:06.568adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27092026-08-31T00:57:07.651ZINFOAug 31 00:57:06.568 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
27102026-08-31T00:57:07.651ZAug 31 00:57:06.568 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27112026-08-31T00:57:07.651ZAug 31 00:57:06.568 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 } }]
27122026-08-31T00:57:07.651ZDEBG Aug 31 00:57:06.568replacing 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 31 00:57:06.568 INFOINFO
27132026-08-31T00:57:07.651Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27142026-08-31T00:57:07.651Z
27152026-08-31T00:57:07.651ZAug 31 00:57:06.568 INFO Aug 31 00:57:06.568adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 00:57:06.568
27162026-08-31T00:57:07.651Z DEBGDEBG Aug 31 00:57:06.568replacing 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: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 } }]
27172026-08-31T00:57:07.651ZDEBG
27182026-08-31T00:57:07.651Z 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 } }]
27192026-08-31T00:57:07.651ZAug 31 00:57:06.568Aug 31 00:57:06.568 INFOINFO Aug 31 00:57:06.568adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
27202026-08-31T00:57:07.651Z
27212026-08-31T00:57:07.651Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
27222026-08-31T00:57:07.651ZAug 31 00:57:06.568 DEBGAug 31 00:57:06.568 Aug 31 00:57:06.568 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 } }]DEBG
27232026-08-31T00:57:07.652ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568
27242026-08-31T00:57:07.652Z
27252026-08-31T00:57:07.652Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27262026-08-31T00:57:07.652ZAug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568 INFO INFODEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
27272026-08-31T00:57:07.652Z 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:1b::/64 -> 2001:db8::55:ff
27282026-08-31T00:57:07.652Z
27292026-08-31T00:57:07.652ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO Aug 31 00:57:06.568replacing 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 } }]
27302026-08-31T00:57:07.652Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
27312026-08-31T00:57:07.652Z 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 } }]
27322026-08-31T00:57:07.652ZAug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568INFODEBG adding route 3fff:beef:3::/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 } }]
27332026-08-31T00:57:07.652Z
27342026-08-31T00:57:07.652ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27352026-08-31T00:57:07.652ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568INFO
27362026-08-31T00:57:07.652Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27372026-08-31T00:57:07.652ZAug 31 00:57:06.568 Aug 31 00:57:06.568INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27382026-08-31T00:57:07.652ZAug 31 00:57:06.568 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 } }]
27392026-08-31T00:57:07.652ZAug 31 00:57:06.568 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
27402026-08-31T00:57:07.652ZAug 31 00:57:06.568 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 } }]
27412026-08-31T00:57:07.652ZAug 31 00:57:06.568 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27422026-08-31T00:57:07.652ZAug 31 00:57:06.568 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 } }]
27432026-08-31T00:57:07.652ZAug 31 00:57:06.568 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27442026-08-31T00:57:07.652ZDEBGAug 31 00:57:06.568 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
27452026-08-31T00:57:07.652Zreplacing 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 } }]
27462026-08-31T00:57:07.652ZAug 31 00:57:06.568 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27472026-08-31T00:57:07.652ZDEBGAug 31 00:57:06.568Aug 31 00:57:06.568 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
27482026-08-31T00:57:07.652Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568
27492026-08-31T00:57:07.652Z
27502026-08-31T00:57:07.652ZDEBG created new freemapAug 31 00:57:06.568, Aug 31 00:57:06.568 unitINFOINFOAug 31 00:57:06.568: adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27512026-08-31T00:57:07.652Z
27522026-08-31T00:57:07.652Zreplacing 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 } }]
27532026-08-31T00:57:07.652Z
27542026-08-31T00:57:07.652ZAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFOAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBG created new freemapreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit
27552026-08-31T00:57:07.652Z
27562026-08-31T00:57:07.652Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6Aug 31 00:57:06.568
27572026-08-31T00:57:07.652Z
27582026-08-31T00:57:07.652ZINFO Aug 31 00:57:06.568adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:57:06.568
27592026-08-31T00:57:07.652ZAug 31 00:57:06.568 DEBG initted freemap. size: 64DEBG , Aug 31 00:57:06.568 unit :replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27602026-08-31T00:57:07.652Zfreemap_route_ipv4
27612026-08-31T00:57:07.652Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27622026-08-31T00:57:07.653Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 00:57:06.568
27632026-08-31T00:57:07.653Z Aug 31 00:57:06.568INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
27642026-08-31T00:57:07.653Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 00:57:06.568
27652026-08-31T00:57:07.653Z DEBGAug 31 00:57:06.568 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27662026-08-31T00:57:07.653ZAug 31 00:57:06.568 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27672026-08-31T00:57:07.653Zreplacing 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 } }]
27682026-08-31T00:57:07.653ZAug 31 00:57:06.568 Aug 31 00:57:06.568INFOAug 31 00:57:06.568 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOINFO
27692026-08-31T00:57:07.653Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27702026-08-31T00:57:07.653Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 00:57:06.568
27712026-08-31T00:57:07.653Z DEBG Aug 31 00:57:06.568replacing 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 } }]
27722026-08-31T00:57:07.653ZAug 31 00:57:06.568DEBG DEBGAug 31 00:57:06.568 DEBG created new freemap, unitAug 31 00:57:06.568: INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27732026-08-31T00:57:07.653Z Aug 31 00:57:06.569freemap_route_ipv4
27742026-08-31T00:57:07.653Zreplacing 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 } }]
27752026-08-31T00:57:07.653ZAug 31 00:57:06.569 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27762026-08-31T00:57:07.653ZDEBG created new freemap, unitAug 31 00:57:06.568: freemap_route_ipv6
27772026-08-31T00:57:07.657ZAug 31 00:57:06.569 DEBGAug 31 00:57:06.569 initted freemap. size: 64, unitAug 31 00:57:06.569: 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 } }]
27782026-08-31T00:57:07.657Zfreemap_route_ipv4
27792026-08-31T00:57:07.657Z Aug 31 00:57:06.569INFO Aug 31 00:57:06.569DEBG reset freemap, unit: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv4
27802026-08-31T00:57:07.657Z
27812026-08-31T00:57:07.657ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27822026-08-31T00:57:07.657ZAug 31 00:57:06.569Aug 31 00:57:06.569 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27832026-08-31T00:57:07.657ZDEBG initted freemap. size: 64Aug 31 00:57:06.569, unit: freemap_route_ipv6
27842026-08-31T00:57:07.657Z Aug 31 00:57:06.569 DEBG DEBGreset freemap, DEBGunit: freemap_route_ipv6
27852026-08-31T00:57:07.657Z 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: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 31 00:57:06.569 INFO
27862026-08-31T00:57:07.657Z
27872026-08-31T00:57:07.657Zadding route 172.16.0.0/32 -> 10.0.0.1
27882026-08-31T00:57:07.657ZAug 31 00:57:06.569 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 31 00:57:06.569 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 } }]
27892026-08-31T00:57:07.657Z
27902026-08-31T00:57:07.657ZAug 31 00:57:06.569 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 31 00:57:06.569reset freemap , INFOunit adding route 172.17.0.0/32 -> 10.0.0.255
27912026-08-31T00:57:07.657ZAug 31 00:57:06.569Aug 31 00:57:06.569 :Aug 31 00:57:06.569 freemap_route_ipv4INFO
27922026-08-31T00:57:07.657Z DEBG Aug 31 00:57:06.569replacing 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 } }]
27932026-08-31T00:57:07.657Z
27942026-08-31T00:57:07.657Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.569
27952026-08-31T00:57:07.657ZAug 31 00:57:06.569 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 } }]Aug 31 00:57:06.569
27962026-08-31T00:57:07.657Z INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255DEBG
27972026-08-31T00:57:07.657Z initted freemap. size: 64, Aug 31 00:57:06.569 DEBG 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 } }]
27982026-08-31T00:57:07.657ZINFO Aug 31 00:57:06.569adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27992026-08-31T00:57:07.657ZINFOAug 31 00:57:06.569: INFO adding route 172.17.0.2/32 -> 10.0.0.255 Aug 31 00:57:06.569adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
28002026-08-31T00:57:07.657ZDEBG
28012026-08-31T00:57:07.657ZAug 31 00:57:06.569Aug 31 00:57:06.569 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 } }]
28022026-08-31T00:57:07.657ZDEBG 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: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 } }]
28032026-08-31T00:57:07.657ZAug 31 00:57:06.569 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 } }]
28042026-08-31T00:57:07.657Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
28052026-08-31T00:57:07.657Z
28062026-08-31T00:57:07.657ZAug 31 00:57:06.569 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
28072026-08-31T00:57:07.657ZAug 31 00:57:06.569Aug 31 00:57:06.569 INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO
28082026-08-31T00:57:07.657ZAug 31 00:57:06.569 DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
28092026-08-31T00:57:07.657Z
28102026-08-31T00:57:07.657Z Aug 31 00:57:06.569INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 INFOINFO
28112026-08-31T00:57:07.657Zadding route 172.17.0.5/32 -> 10.0.0.255
28122026-08-31T00:57:07.658Z Aug 31 00:57:06.569 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
28132026-08-31T00:57:07.658Zreplacing 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 } }]
28142026-08-31T00:57:07.658ZAug 31 00:57:06.569Aug 31 00:57:06.569 DEBGINFO Aug 31 00:57:06.569 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
28152026-08-31T00:57:07.658Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
28162026-08-31T00:57:07.658Z
28172026-08-31T00:57:07.658ZAug 31 00:57:06.569 DEBGfreemap_route_ipv6Aug 31 00:57:06.569 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: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 } }]
28182026-08-31T00:57:07.658Z
28192026-08-31T00:57:07.658ZDEBGAug 31 00:57:06.569 INFO adding route 172.17.0.7/32 -> 10.0.0.255
28202026-08-31T00:57:07.658Zreplacing 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 } }]
28212026-08-31T00:57:07.658ZAug 31 00:57:06.569 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
28222026-08-31T00:57:07.658ZAug 31 00:57:06.569
28232026-08-31T00:57:07.658ZAug 31 00:57:06.569 INFO adding route 172.17.0.8/32 -> 10.0.0.255
28242026-08-31T00:57:07.658ZAug 31 00:57:06.569 Aug 31 00:57:06.569INFOAug 31 00:57:06.569DEBG DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28252026-08-31T00:57:07.658ZDEBGreset freemapreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28262026-08-31T00:57:07.658Z, 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 } }]unit
28272026-08-31T00:57:07.658ZAug 31 00:57:06.569Aug 31 00:57:06.569 INFO : Aug 31 00:57:06.569Aug 31 00:57:06.569 DEBGINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28282026-08-31T00:57:07.658Zfreemap_route_ipv6adding route 172.17.0.9/32 -> 10.0.0.255
28292026-08-31T00:57:07.658Z
28302026-08-31T00:57:07.658Z DEBGAug 31 00:57:06.569Aug 31 00:57:06.569 Aug 31 00:57:06.569created new freemap 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
28312026-08-31T00:57:07.658Zreplacing 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 } }]
28322026-08-31T00:57:07.658Zreplacing 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 } }]
28332026-08-31T00:57:07.658Z, Aug 31 00:57:06.569unit :Aug 31 00:57:06.569INFO Aug 31 00:57:06.569adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28342026-08-31T00:57:07.658Z INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4Aug 31 00:57:06.569
28352026-08-31T00:57:07.658Z
28362026-08-31T00:57:07.658ZDEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
28372026-08-31T00:57:07.658Zreplacing 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 } }]
28382026-08-31T00:57:07.658ZAug 31 00:57:06.569Aug 31 00:57:06.569Aug 31 00:57:06.569 Aug 31 00:57:06.569DEBG INFODEBG DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }]
28392026-08-31T00:57:07.658Z 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 } }]
28402026-08-31T00:57:07.658Z
28412026-08-31T00:57:07.658ZAug 31 00:57:06.569created new freemap DEBG, unitreplacing 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 } }]:
28422026-08-31T00:57:07.658ZAug 31 00:57:06.569 Aug 31 00:57:06.569INFOAug 31 00:57:06.569 INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
28432026-08-31T00:57:07.658Z adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv6
28442026-08-31T00:57:07.658Z
28452026-08-31T00:57:07.658Zadding route 172.17.0.11/32 -> 10.0.0.255
28462026-08-31T00:57:07.658ZAug 31 00:57:06.569 Aug 31 00:57:06.569DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569DEBG 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 } }] initted freemap. size: 64replacing 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 } }]
28472026-08-31T00:57:07.658Z,
28482026-08-31T00:57:07.658Zunit: freemap_route_ipv4replacing 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 } }]
28492026-08-31T00:57:07.658Z
28502026-08-31T00:57:07.658ZAug 31 00:57:06.569 Aug 31 00:57:06.569INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
28512026-08-31T00:57:07.659ZAug 31 00:57:06.569 Aug 31 00:57:06.569adding route 172.17.0.12/32 -> 10.0.0.255 DEBGINFO Aug 31 00:57:06.569
28522026-08-31T00:57:07.659Zreset freemap adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG, unit
28532026-08-31T00:57:07.659Zreplacing 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 } }]:
28542026-08-31T00:57:07.659ZAug 31 00:57:06.569 DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569 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
28552026-08-31T00:57:07.659ZINFO 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 } }]
28562026-08-31T00:57:07.659Zadding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4
28572026-08-31T00:57:07.659Z
28582026-08-31T00:57:07.659ZAug 31 00:57:06.569Aug 31 00:57:06.569 INFOAug 31 00:57:06.569INFO adding route 172.17.0.13/32 -> 10.0.0.255
28592026-08-31T00:57:07.659Z Aug 31 00:57:06.569adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28602026-08-31T00:57:07.659ZDEBG 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 } }]
28612026-08-31T00:57:07.659ZAug 31 00:57:06.569initted freemap. size: 64 Aug 31 00:57:06.569DEBG Aug 31 00:57:06.569DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28622026-08-31T00:57:07.659Z
28632026-08-31T00:57:07.659Zunitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
28642026-08-31T00:57:07.659ZAug 31 00:57:06.569 INFOAug 31 00:57:06.569freemap_route_ipv6 INFOadding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:57:06.569
28652026-08-31T00:57:07.659Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
28662026-08-31T00:57:07.659Z
28672026-08-31T00:57:07.659ZDEBG Aug 31 00:57:06.569replacing 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 } }]
28682026-08-31T00:57:07.659ZAug 31 00:57:06.569DEBG DEBGAug 31 00:57:06.569replacing 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 } }] DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28692026-08-31T00:57:07.659ZAug 31 00:57:06.569
28702026-08-31T00:57:07.659Z reset freemapINFO Aug 31 00:57:06.569adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 31 00:57:06.569INFO , INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28712026-08-31T00:57:07.659Zadding route 172.17.0.15/32 -> 10.0.0.255
28722026-08-31T00:57:07.659Z
28732026-08-31T00:57:07.659Zunit: freemap_route_ipv6Aug 31 00:57:06.569
28742026-08-31T00:57:07.659ZAug 31 00:57:06.569 DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569DEBGreplacing 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 } }]
28752026-08-31T00:57:07.659Zreplacing 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 } }]
28762026-08-31T00:57:07.659ZDEBGINFOAug 31 00:57:06.569 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 } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
28772026-08-31T00:57:07.663Z
28782026-08-31T00:57:07.663ZAug 31 00:57:06.569 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 00:57:06.569INFO
28792026-08-31T00:57:07.663ZAug 31 00:57:06.569 DEBGINFO Aug 31 00:57:06.569adding route 172.17.0.16/32 -> 10.0.0.255adding 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 } }]
28802026-08-31T00:57:07.663Z DEBG
28812026-08-31T00:57:07.663Z
28822026-08-31T00:57:07.663ZAug 31 00:57:06.569replacing 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 } }]
28832026-08-31T00:57:07.663ZDEBGAug 31 00:57:06.569 Aug 31 00:57:06.569replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:57:06.569 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing 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 } }]
28842026-08-31T00:57:07.663Z
28852026-08-31T00:57:07.663Z INFO
28862026-08-31T00:57:07.664Z Aug 31 00:57:06.569Aug 31 00:57:06.569adding route 3fff:dead::/64 -> 2001:db8::55:2 INFODEBG
28872026-08-31T00:57:07.664Z adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28882026-08-31T00:57:07.664Z
28892026-08-31T00:57:07.664ZAug 31 00:57:06.569 DEBGAug 31 00:57:06.569 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
28902026-08-31T00:57:07.664ZAug 31 00:57:06.569 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 INFO
28912026-08-31T00:57:07.664Z DEBG adding route 3fff:beef:19::/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 } }]
28922026-08-31T00:57:07.664ZAug 31 00:57:06.569
28932026-08-31T00:57:07.664Z Aug 31 00:57:06.569INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 Aug 31 00:57:06.569
28942026-08-31T00:57:07.664ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28952026-08-31T00:57:07.664ZAug 31 00:57:06.569 DEBGadding route 172.17.0.18/32 -> 10.0.0.255
28962026-08-31T00:57:07.664ZDEBG 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 } }]
28972026-08-31T00:57:07.664ZAug 31 00:57:06.569replacing 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 } }]
28982026-08-31T00:57:07.664ZDEBG Aug 31 00:57:06.569replacing 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 31 00:57:06.569 INFOINFO
28992026-08-31T00:57:07.664Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29002026-08-31T00:57:07.664Z
29012026-08-31T00:57:07.664ZAug 31 00:57:06.569Aug 31 00:57:06.569Aug 31 00:57:06.569 INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOAug 31 00:57:06.569replacing 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 } }]
29022026-08-31T00:57:07.664Z
29032026-08-31T00:57:07.664ZDEBGadding route 172.17.0.19/32 -> 10.0.0.255
29042026-08-31T00:57:07.664Zreplacing 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 31 00:57:06.570
29052026-08-31T00:57:07.664Z Aug 31 00:57:06.570DEBG Aug 31 00:57:06.570replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570
29062026-08-31T00:57:07.664ZDEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
29072026-08-31T00:57:07.664Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
29082026-08-31T00:57:07.664Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
29092026-08-31T00:57:07.664ZAug 31 00:57:06.570 INFOAug 31 00:57:06.570 Aug 31 00:57:06.570Aug 31 00:57:06.570 adding route 172.17.0.20/32 -> 10.0.0.255
29102026-08-31T00:57:07.664ZDEBG 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 31 00:57:06.570replacing 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 } }]
29112026-08-31T00:57:07.664ZINFO
29122026-08-31T00:57:07.664Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
29132026-08-31T00:57:07.664ZAug 31 00:57:06.570 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.570
29142026-08-31T00:57:07.664Z INFOINFO Aug 31 00:57:06.570adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
29152026-08-31T00:57:07.664ZINFO Aug 31 00:57:06.570adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBGAug 31 00:57:06.570
29162026-08-31T00:57:07.664Zadding route 172.17.0.21/32 -> 10.0.0.255 DEBG
29172026-08-31T00:57:07.664Z 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 31 00:57:06.570replacing 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 31 00:57:06.570
29182026-08-31T00:57:07.664Z DEBG
29192026-08-31T00:57:07.664Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 31 00:57:06.570
29202026-08-31T00:57:07.664Zreplacing 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 } }]
29212026-08-31T00:57:07.664ZINFO Aug 31 00:57:06.570adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 31 00:57:06.570INFO
29222026-08-31T00:57:07.664ZAug 31 00:57:06.570 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255
29232026-08-31T00:57:07.664Zadding route 3fff:beef:3::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
29242026-08-31T00:57:07.664Z
29252026-08-31T00:57:07.664ZAug 31 00:57:06.570 Aug 31 00:57:06.570DEBGAug 31 00:57:06.570 DEBG Aug 31 00:57:06.570 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
29262026-08-31T00:57:07.665Z
29272026-08-31T00:57:07.665ZDEBG 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 } }]
29282026-08-31T00:57:07.665Z 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 31 00:57:06.570Aug 31 00:57:06.570
29292026-08-31T00:57:07.665Z INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 00:57:06.570
29302026-08-31T00:57:07.665Z
29312026-08-31T00:57:07.665Z INFOAug 31 00:57:06.570Aug 31 00:57:06.570 DEBG INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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.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 } }]
29322026-08-31T00:57:07.665Z
29332026-08-31T00:57:07.665Z
29342026-08-31T00:57:07.665Z
29352026-08-31T00:57:07.665ZAug 31 00:57:06.570Aug 31 00:57:06.570 INFODEBG Aug 31 00:57:06.570adding route 172.17.0.24/32 -> 10.0.0.255
29362026-08-31T00:57:07.665ZINFOreplacing 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 } }]
29372026-08-31T00:57:07.665Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
29382026-08-31T00:57:07.665ZAug 31 00:57:06.570Aug 31 00:57:06.570 DEBGDEBG Aug 31 00:57:06.570replacing 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 } }]
29392026-08-31T00:57:07.665Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 00:57:06.570INFO
29402026-08-31T00:57:07.665ZDEBGAug 31 00:57:06.570 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 } }]INFO
29412026-08-31T00:57:07.665Z Aug 31 00:57:06.570 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 00:57:06.570INFO
29422026-08-31T00:57:07.665ZINFOadding route 172.17.0.25/32 -> 10.0.0.255
29432026-08-31T00:57:07.665Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29442026-08-31T00:57:07.665Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 00:57:06.570
29452026-08-31T00:57:07.665ZAug 31 00:57:06.570 Aug 31 00:57:06.570DEBG DEBGAug 31 00:57:06.570 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
29462026-08-31T00:57:07.665Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
29472026-08-31T00:57:07.665ZAug 31 00:57:06.570 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
29482026-08-31T00:57:07.665Z 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 31 00:57:06.570adding route 172.17.0.26/32 -> 10.0.0.255 INFOAug 31 00:57:06.570 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
29492026-08-31T00:57:07.665Zcreated new freemap
29502026-08-31T00:57:07.665Z, unitAug 31 00:57:06.569Aug 31 00:57:06.575Aug 31 00:57:06.575 DEBGAug 31 00:57:06.570 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 } }]
29512026-08-31T00:57:07.665Z: Aug 31 00:57:06.570freemap_route_ipv4Aug 31 00:57:06.575
29522026-08-31T00:57:07.665Z INFODEBG INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemap
29532026-08-31T00:57:07.665ZAug 31 00:57:06.575,
29542026-08-31T00:57:07.665ZunitDEBGDEBG created new freemapAug 31 00:57:06.575: , unit freemap_route_ipv4created new freemap
29552026-08-31T00:57:07.665ZDEBG:Aug 31 00:57:06.575 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 } }],
29562026-08-31T00:57:07.665Z freemap_route_ipv6 unit
29572026-08-31T00:57:07.665Z:Aug 31 00:57:06.575 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 Aug 31 00:57:06.575created new freemap
29582026-08-31T00:57:07.665Z ,
29592026-08-31T00:57:07.665ZunitINFOAug 31 00:57:06.575: freemap_route_ipv6
29602026-08-31T00:57:07.665Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
29612026-08-31T00:57:07.665Z Aug 31 00:57:06.575initted freemap. size: 64Aug 31 00:57:06.575, DEBGINFOAug 31 00:57:06.575 DEBGAug 31 00:57:06.575initted freemap. size: 64 , unitreplacing 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:27::/64 -> 2001:db8::55:ff
29622026-08-31T00:57:07.665ZDEBGunit :created new freemap :
29632026-08-31T00:57:07.665ZAug 31 00:57:06.575, unitfreemap_route_ipv4
29642026-08-31T00:57:07.665ZINFOAug 31 00:57:06.575 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
29652026-08-31T00:57:07.665Z freemap_route_ipv6Aug 31 00:57:06.575
29662026-08-31T00:57:07.666ZAug 31 00:57:06.575DEBG DEBGfreemap_route_ipv4
29672026-08-31T00:57:07.666Z 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 } }] reset freemapreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29682026-08-31T00:57:07.666Z,
29692026-08-31T00:57:07.666ZunitAug 31 00:57:06.575 : Aug 31 00:57:06.575Aug 31 00:57:06.575DEBGfreemap_route_ipv4 Aug 31 00:57:06.575 INFOINFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29702026-08-31T00:57:07.666Z
29712026-08-31T00:57:07.666Zinitted freemap. size: 64
29722026-08-31T00:57:07.666Z, unit:Aug 31 00:57:06.575reset freemap Aug 31 00:57:06.575, unitAug 31 00:57:06.575DEBG DEBGfreemap_route_ipv4initted freemap. size: 64: ,
29732026-08-31T00:57:07.666Zreplacing 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 freemap_route_ipv4unit
29742026-08-31T00:57:07.666Z:
29752026-08-31T00:57:07.666Zreplacing 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 31 00:57:06.575
29762026-08-31T00:57:07.666Z DEBG Aug 31 00:57:06.575reset freemap Aug 31 00:57:06.575freemap_route_ipv6,
29772026-08-31T00:57:07.670Z unitINFODEBGAug 31 00:57:06.575 Aug 31 00:57:06.575:INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffinitted freemap. size: 64
29782026-08-31T00:57:07.670Zfreemap_route_ipv4DEBG
29792026-08-31T00:57:07.670Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29802026-08-31T00:57:07.670Z , Aug 31 00:57:06.575Aug 31 00:57:06.575 reset freemapDEBG, unitAug 31 00:57:06.575replacing 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 } }]
29812026-08-31T00:57:07.670Z: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 } }]
29822026-08-31T00:57:07.670Zfreemap_route_ipv6unitAug 31 00:57:06.575DEBG INFO
29832026-08-31T00:57:07.670Z initted freemap. size: 64adding route 3fff:beef:27::/64 -> 2001:db8::55:ff:,
29842026-08-31T00:57:07.670Zunit: freemap_route_ipv6 Aug 31 00:57:06.575Aug 31 00:57:06.575
29852026-08-31T00:57:07.670ZAug 31 00:57:06.575 INFO DEBG adding route 3fff:beef:2a::/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 } }]
29862026-08-31T00:57:07.670Z
29872026-08-31T00:57:07.670Zfreemap_route_ipv6Aug 31 00:57:06.575INFO
29882026-08-31T00:57:07.670Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
29892026-08-31T00:57:07.670ZAug 31 00:57:06.575 reset freemapAug 31 00:57:06.575, DEBG Aug 31 00:57:06.575unitreplacing 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 31 00:57:06.575
29902026-08-31T00:57:07.670Z INFO: freemap_route_ipv6 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29912026-08-31T00:57:07.670ZDEBG
29922026-08-31T00:57:07.670ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 00:57:06.575
29932026-08-31T00:57:07.670Z INFOAug 31 00:57:06.575 Aug 31 00:57:06.575adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
29942026-08-31T00:57:07.670ZAug 31 00:57:06.575 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 } }]
29952026-08-31T00:57:07.670Zreset freemapINFODEBGAug 31 00:57:06.575 Aug 31 00:57:06.575 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29962026-08-31T00:57:07.670ZINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29972026-08-31T00:57:07.670Zreplacing 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 } }]
29982026-08-31T00:57:07.670Z
29992026-08-31T00:57:07.670Zunit:Aug 31 00:57:06.575Aug 31 00:57:06.575 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 } }]
30002026-08-31T00:57:07.670Zfreemap_route_ipv6Aug 31 00:57:06.575
30012026-08-31T00:57:07.670Z 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 } }]
30022026-08-31T00:57:07.670Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
30032026-08-31T00:57:07.670Z
30042026-08-31T00:57:07.670ZAug 31 00:57:06.575 Aug 31 00:57:06.575INFO Aug 31 00:57:06.575Aug 31 00:57:06.575INFO DEBGAug 31 00:57:06.575 INFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
30052026-08-31T00:57:07.670Z
30062026-08-31T00:57:07.671Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
30072026-08-31T00:57:07.671ZINFO
30082026-08-31T00:57:07.671ZAug 31 00:57:06.575Aug 31 00:57:06.575 Aug 31 00:57:06.575adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 31 00:57:06.575DEBG 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 } }]
30092026-08-31T00:57:07.671Zreplacing 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
30102026-08-31T00:57:07.671Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 00:57:06.575
30112026-08-31T00:57:07.671Z
30122026-08-31T00:57:07.671Z
30132026-08-31T00:57:07.671Z Aug 31 00:57:06.575 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 00:57:06.575
30142026-08-31T00:57:07.671ZAug 31 00:57:06.575
30152026-08-31T00:57:07.671Z DEBGDEBGAug 31 00:57:06.575 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 31 00:57:06.575Aug 31 00:57:06.575replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30162026-08-31T00:57:07.671Z DEBG
30172026-08-31T00:57:07.671Z INFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
30182026-08-31T00:57:07.671Z
30192026-08-31T00:57:07.671ZAug 31 00:57:06.575 Aug 31 00:57:06.575adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 00:57:06.575INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 00:57:06.575adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
30202026-08-31T00:57:07.671Z
30212026-08-31T00:57:07.671ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
30222026-08-31T00:57:07.671ZINFOAug 31 00:57:06.575Aug 31 00:57:06.575
30232026-08-31T00:57:07.671Z DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30242026-08-31T00:57:07.671Zreplacing 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
30252026-08-31T00:57:07.671Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:57:06.575Aug 31 00:57:06.575Aug 31 00:57:06.575 DEBG DEBGINFO Aug 31 00:57:06.575replacing 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 } }]
30262026-08-31T00:57:07.671Zreplacing 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:2d::/64 -> 2001:db8::55:ff
30272026-08-31T00:57:07.671Z
30282026-08-31T00:57:07.671Z DEBG
30292026-08-31T00:57:07.671ZAug 31 00:57:06.570Aug 31 00:57:06.575 Aug 31 00:57:06.575INFO Aug 31 00:57:06.575 INFOAug 31 00:57:06.575 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
30302026-08-31T00:57:07.671Z 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:9::/64 -> 2001:db8::55:ffINFO
30312026-08-31T00:57:07.671Z
30322026-08-31T00:57:07.671Z INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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 } }]
30332026-08-31T00:57:07.671Z adding route 3fff:dead::/64 -> 2001:db8::55:4
30342026-08-31T00:57:07.671ZAug 31 00:57:06.575Aug 31 00:57:06.575
30352026-08-31T00:57:07.671Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30362026-08-31T00:57:07.671Ztest route::tests::grow_succeeds ... ok
30372026-08-31T00:57:07.671ZINFOAug 31 00:57:06.575 DEBG Aug 31 00:57:06.575DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.575 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30382026-08-31T00:57:07.671Z
30392026-08-31T00:57:07.671Z INFO Aug 31 00:57:06.575 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30402026-08-31T00:57:07.671Z Aug 31 00:57:06.575adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 31 00:57:06.575
30412026-08-31T00:57:07.671ZDEBG
30422026-08-31T00:57:07.671Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30432026-08-31T00:57:07.671Z
30442026-08-31T00:57:07.671Zreplacing 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 31 00:57:06.575 DEBG
30452026-08-31T00:57:07.672Z Aug 31 00:57:06.575replacing targets for 3fff:dead::/64 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 31 00:57:06.575
30462026-08-31T00:57:07.672ZAug 31 00:57:06.575 Aug 31 00:57:06.575 INFO DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
30472026-08-31T00:57:07.672Z
30482026-08-31T00:57:07.672Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.575Aug 31 00:57:06.575INFO
30492026-08-31T00:57:07.672Z DEBGWARNAug 31 00:57:06.575Aug 31 00:57:06.575 INFODEBGAug 31 00:57:06.575 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG
30502026-08-31T00:57:07.672Zshrink-in-place compact delete failed at slot 6: 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30512026-08-31T00:57:07.672Z
30522026-08-31T00:57:07.672Z
30532026-08-31T00:57:07.672ZAug 31 00:57:06.575 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
30542026-08-31T00:57:07.672ZAug 31 00:57:06.575 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 } }]
30552026-08-31T00:57:07.672ZAug 31 00:57:06.575DEBGAug 31 00:57:06.575 ERROreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 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 3fff:beef:30::/64 -> 2001:db8::55:ff
30562026-08-31T00:57:07.672ZAug 31 00:57:06.581
30572026-08-31T00:57:07.672Z Aug 31 00:57:06.581INFO Aug 31 00:57:06.582DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 00:57:06.582
30582026-08-31T00:57:07.672Zreplacing 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
30592026-08-31T00:57:07.672Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
30602026-08-31T00:57:07.672Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30612026-08-31T00:57:07.672ZAug 31 00:57:06.582 Aug 31 00:57:06.582DEBGAug 31 00:57:06.582 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 } }]
30622026-08-31T00:57:07.672ZAug 31 00:57:06.582INFO DEBG INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing 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 } }]
30632026-08-31T00:57:07.672ZAug 31 00:57:06.582
30642026-08-31T00:57:07.672Z INFOAug 31 00:57:06.582 Aug 31 00:57:06.582 INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
30652026-08-31T00:57:07.672Z
30662026-08-31T00:57:07.672Zreplacing 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 } }]
30672026-08-31T00:57:07.672Z
30682026-08-31T00:57:07.672ZDEBG Aug 31 00:57:06.582replacing 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 } }]
30692026-08-31T00:57:07.672ZINFOAug 31 00:57:06.582 Aug 31 00:57:06.582DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 31 00:57:06.582 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 } }]
30702026-08-31T00:57:07.672Z
30712026-08-31T00:57:07.672ZINFODEBG 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 31 00:57:06.582adding route 172.17.0.27/32 -> 10.0.0.255
30722026-08-31T00:57:07.672Z Aug 31 00:57:06.582DEBG
30732026-08-31T00:57:07.672Z 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
30742026-08-31T00:57:07.672Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 00:57:06.582Aug 31 00:57:06.582
30752026-08-31T00:57:07.672ZAug 31 00:57:06.582 DEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30762026-08-31T00:57:07.672Z
30772026-08-31T00:57:07.677Z adding route 172.17.0.1/32 -> 10.0.0.255
30782026-08-31T00:57:07.677ZAug 31 00:57:06.582 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 } }]
30792026-08-31T00:57:07.677ZAug 31 00:57:06.582Aug 31 00:57:06.582 DEBGAug 31 00:57:06.582INFO 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 } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30802026-08-31T00:57:07.677Z
30812026-08-31T00:57:07.677Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.582
30822026-08-31T00:57:07.677ZAug 31 00:57:06.582 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 00:57:06.582rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 00:57:06.582
30832026-08-31T00:57:07.677Z
30842026-08-31T00:57:07.677Z
30852026-08-31T00:57:07.677ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 00:57:06.582
30862026-08-31T00:57:07.677Z DEBGDEBGAug 31 00:57:06.582 Aug 31 00:57:06.582 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 } }]
30872026-08-31T00:57:07.677Z Aug 31 00:57:06.582ERRO 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 } }]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 itDEBG
30882026-08-31T00:57:07.677Z
30892026-08-31T00:57:07.677Z Aug 31 00:57:06.582replacing 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 31 00:57:06.582
30902026-08-31T00:57:07.677Z DEBGINFO INFO adding route 172.17.0.29/32 -> 10.0.0.255 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 00:57:06.582replacing 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 } }]
30912026-08-31T00:57:07.677ZINFO
30922026-08-31T00:57:07.677Z
30932026-08-31T00:57:07.677Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:57:06.582
30942026-08-31T00:57:07.677Z DEBGAug 31 00:57:06.582 Aug 31 00:57:06.582 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 } }]DEBGINFO
30952026-08-31T00:57:07.677Z adding route 172.17.0.3/32 -> 10.0.0.255
30962026-08-31T00:57:07.677ZAug 31 00:57:06.582replacing 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 31 00:57:06.582
30972026-08-31T00:57:07.677Z INFO DEBGAug 31 00:57:06.582adding route 172.17.0.30/32 -> 10.0.0.255
30982026-08-31T00:57:07.677Z Aug 31 00:57:06.582 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 } }]DEBGINFO Aug 31 00:57:06.582replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
30992026-08-31T00:57:07.677Z
31002026-08-31T00:57:07.677ZDEBG
31012026-08-31T00:57:07.677Zreplacing 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 } }]
31022026-08-31T00:57:07.677ZAug 31 00:57:06.582 Aug 31 00:57:06.582INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
31032026-08-31T00:57:07.677ZAug 31 00:57:06.582replacing 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 } }]
31042026-08-31T00:57:07.677ZAug 31 00:57:06.582 Aug 31 00:57:06.576adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 00:57:06.582 Aug 31 00:57:06.582
31052026-08-31T00:57:07.677Z DEBG created new freemapINFO, unitDEBG 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 } }]
31062026-08-31T00:57:07.677Z INFO: adding route 172.17.0.31/32 -> 10.0.0.255freemap_route_ipv4
31072026-08-31T00:57:07.677Z
31082026-08-31T00:57:07.677ZAug 31 00:57:06.582adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
31092026-08-31T00:57:07.677ZINFO Aug 31 00:57:06.582adding route 172.17.0.5/32 -> 10.0.0.255
31102026-08-31T00:57:07.677ZDEBGAug 31 00:57:06.582 DEBGcreated new freemap , replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
31112026-08-31T00:57:07.677Z:Aug 31 00:57:06.582 freemap_route_ipv6DEBG
31122026-08-31T00:57:07.677ZAug 31 00:57:06.582 Aug 31 00:57:06.582 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31132026-08-31T00:57:07.677ZDEBG adding route 172.17.0.32/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 } }]
31142026-08-31T00:57:07.677ZAug 31 00:57:06.582
31152026-08-31T00:57:07.678Z DEBG Aug 31 00:57:06.582initted freemap. size: 64 , Aug 31 00:57:06.582unit :DEBGAug 31 00:57:06.582 INFOfreemap_route_ipv4
31162026-08-31T00:57:07.678Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
31172026-08-31T00:57:07.678Zreplacing 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 } }]
31182026-08-31T00:57:07.678ZINFOAug 31 00:57:06.582 DEBG adding route 172.17.0.6/32 -> 10.0.0.255reset freemap
31192026-08-31T00:57:07.678Z, unitAug 31 00:57:06.582Aug 31 00:57:06.582: INFODEBGfreemap_route_ipv4
31202026-08-31T00:57:07.678Zadding route 172.17.0.33/32 -> 10.0.0.255 Aug 31 00:57:06.582
31212026-08-31T00:57:07.678Zreplacing 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 } }]
31222026-08-31T00:57:07.678ZDEBG Aug 31 00:57:06.582replacing 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 31 00:57:06.582DEBG
31232026-08-31T00:57:07.678Z initted freemap. size: 64, DEBGunit :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 } }]
31242026-08-31T00:57:07.678ZAug 31 00:57:06.582freemap_route_ipv6 Aug 31 00:57:06.582DEBGAug 31 00:57:06.582 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
31252026-08-31T00:57:07.678ZAug 31 00:57:06.582
31262026-08-31T00:57:07.678Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
31272026-08-31T00:57:07.678Z adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 31 00:57:06.582Aug 31 00:57:06.582 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:57:06.582
31282026-08-31T00:57:07.678Z INFO
31292026-08-31T00:57:07.678Z DEBG DEBGreset freemap , 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 } }]unit
31302026-08-31T00:57:07.678ZAug 31 00:57:06.582: DEBGfreemap_route_ipv6
31312026-08-31T00:57:07.678Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
31322026-08-31T00:57:07.678Z
31332026-08-31T00:57:07.678Z Aug 31 00:57:06.582Aug 31 00:57:06.582 Aug 31 00:57:06.582 Aug 31 00:57:06.582DEBG DEBGINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:39::/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 } }]
31342026-08-31T00:57:07.678Ztest route::tests::rollback_on_compact_delete_failure ... ok
31352026-08-31T00:57:07.678Z
31362026-08-31T00:57:07.678Ztest route::tests::identity_replace_is_noop ... ok
31372026-08-31T00:57:07.678ZINFO
31382026-08-31T00:57:07.678Z adding route 172.17.0.35/32 -> 10.0.0.255
31392026-08-31T00:57:07.678Zreplacing 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 31 00:57:06.582
31402026-08-31T00:57:07.678ZAug 31 00:57:06.582DEBG Aug 31 00:57:06.582replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
31412026-08-31T00:57:07.678ZDEBG INFOAug 31 00:57:06.582replacing 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 } }]
31422026-08-31T00:57:07.678ZDEBG Aug 31 00:57:06.582 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 } }]
31432026-08-31T00:57:07.678ZINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 00:57:06.582Aug 31 00:57:06.582Aug 31 00:57:06.582 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
31442026-08-31T00:57:07.678Z
31452026-08-31T00:57:07.678Z
31462026-08-31T00:57:07.678Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31472026-08-31T00:57:07.678ZAug 31 00:57:06.582
31482026-08-31T00:57:07.678Z Aug 31 00:57:06.582DEBG DEBGAug 31 00:57:06.582replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
31492026-08-31T00:57:07.678ZDEBGAug 31 00:57:06.582
31502026-08-31T00:57:07.678Zreplacing 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 } }]
31512026-08-31T00:57:07.678ZDEBG 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 31 00:57:06.582Aug 31 00:57:06.582
31522026-08-31T00:57:07.678ZINFOAug 31 00:57:06.582 INFOadding route 172.17.0.37/32 -> 10.0.0.255INFO
31532026-08-31T00:57:07.678ZAug 31 00:57:06.582 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
31542026-08-31T00:57:07.679Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
31552026-08-31T00:57:07.679Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 31 00:57:06.582
31562026-08-31T00:57:07.679Z Aug 31 00:57:06.582DEBG 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 } }]
31572026-08-31T00:57:07.679ZDEBGAug 31 00:57:06.582 Aug 31 00:57:06.582replacing 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 } }]
31582026-08-31T00:57:07.679ZDEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582
31592026-08-31T00:57:07.679Z Aug 31 00:57:06.582INFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31602026-08-31T00:57:07.679Z
31612026-08-31T00:57:07.679Z
31622026-08-31T00:57:07.679ZAug 31 00:57:06.582Aug 31 00:57:06.582Aug 31 00:57:06.582 INFO DEBG INFOadding route 172.17.0.10/32 -> 10.0.0.255
31632026-08-31T00:57:07.679Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31642026-08-31T00:57:07.679ZAug 31 00:57:06.582
31652026-08-31T00:57:07.679Z 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 } }]Aug 31 00:57:06.582Aug 31 00:57:06.582
31662026-08-31T00:57:07.679Z INFOAug 31 00:57:06.582 DEBGAug 31 00:57:06.582 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 DEBG
31672026-08-31T00:57:07.679ZDEBGfailed to allocate space for the new target list
31682026-08-31T00:57:07.679Zreplacing 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 31 00:57:06.583
31692026-08-31T00:57:07.679Z Aug 31 00:57:06.588DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:57:06.588INFO
31702026-08-31T00:57:07.679Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
31712026-08-31T00:57:07.679Z adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 00:57:06.588
31722026-08-31T00:57:07.679Z INFO Aug 31 00:57:06.582adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
31732026-08-31T00:57:07.679ZDEBGAug 31 00:57:06.588 DEBGcreated new freemap 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 } }],
31742026-08-31T00:57:07.679Zunit:
31752026-08-31T00:57:07.679ZAug 31 00:57:06.588 DEBGAug 31 00:57:06.588 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
31762026-08-31T00:57:07.679ZAug 31 00:57:06.588 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 31 00:57:06.588INFO
31772026-08-31T00:57:07.683Z Aug 31 00:57:06.588 DEBG adding route 172.17.0.12/32 -> 10.0.0.255INFO
31782026-08-31T00:57:07.683ZAug 31 00:57:06.588 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
31792026-08-31T00:57:07.683Zreplacing 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 31 00:57:06.582
31802026-08-31T00:57:07.683Zfreemap_route_ipv4
31812026-08-31T00:57:07.683Z DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:57:06.588Aug 31 00:57:06.588 DEBGcreated new freemap
31822026-08-31T00:57:07.683Z Aug 31 00:57:06.588 Aug 31 00:57:06.588replacing 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 } }]DEBGDEBG, unitAug 31 00:57:06.588
31832026-08-31T00:57:07.683Zcreated new freemap , :INFO DEBGAug 31 00:57:06.588 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 INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
31842026-08-31T00:57:07.683Zadding route 172.17.0.40/32 -> 10.0.0.255 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
31852026-08-31T00:57:07.683Zfreemap_route_ipv4
31862026-08-31T00:57:07.684Z
31872026-08-31T00:57:07.684Z
31882026-08-31T00:57:07.684Z freemap_route_ipv6
31892026-08-31T00:57:07.684ZAug 31 00:57:06.588Aug 31 00:57:06.588 DEBGINFO Aug 31 00:57:06.588Aug 31 00:57:06.588replacing 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
31902026-08-31T00:57:07.684ZINFOAug 31 00:57:06.588adding route 172.17.0.13/32 -> 10.0.0.255
31912026-08-31T00:57:07.684Z Aug 31 00:57:06.588initted freemap. size: 64, DEBG Aug 31 00:57:06.588unit adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBGAug 31 00:57:06.588
31922026-08-31T00:57:07.684Z: created new freemap freemap_route_ipv4DEBG, INFOunit
31932026-08-31T00:57:07.684Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }]:
31942026-08-31T00:57:07.684Z 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 } }]freemap_route_ipv6
31952026-08-31T00:57:07.684Z
31962026-08-31T00:57:07.684Z
31972026-08-31T00:57:07.684ZAug 31 00:57:06.588Aug 31 00:57:06.588Aug 31 00:57:06.588 Aug 31 00:57:06.588Aug 31 00:57:06.588Aug 31 00:57:06.588DEBG DEBG INFO created new freemapinitted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG
31982026-08-31T00:57:07.684Z 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 } }]unit
31992026-08-31T00:57:07.684ZDEBG:Aug 31 00:57:06.588 INFOreset freemapadding route 172.17.0.14/32 -> 10.0.0.255, freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
32002026-08-31T00:57:07.684Z
32012026-08-31T00:57:07.684Z, unit:Aug 31 00:57:06.588 freemap_route_ipv4
32022026-08-31T00:57:07.684ZAug 31 00:57:06.588Aug 31 00:57:06.588INFO DEBGDEBG
32032026-08-31T00:57:07.684Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff unitcreated new freemap
32042026-08-31T00:57:07.684Z, 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 :
32052026-08-31T00:57:07.684ZAug 31 00:57:06.588 Aug 31 00:57:06.588freemap_route_ipv4freemap_route_ipv6
32062026-08-31T00:57:07.684Z
32072026-08-31T00:57:07.684Z DEBGDEBG reset freemapAug 31 00:57:06.588replacing 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 31 00:57:06.588Aug 31 00:57:06.588 , DEBG INFOunit Aug 31 00:57:06.588initted freemap. size: 64: , DEBGunitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32082026-08-31T00:57:07.684Zfreemap_route_ipv4
32092026-08-31T00:57:07.684Z 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:
32102026-08-31T00:57:07.684ZAug 31 00:57:06.588 freemap_route_ipv4 INFO
32112026-08-31T00:57:07.684ZAug 31 00:57:06.588
32122026-08-31T00:57:07.684Z DEBGAug 31 00:57:06.588 Aug 31 00:57:06.588initted freemap. size: 64 DEBGDEBG, unitreplacing 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 } }]
32132026-08-31T00:57:07.684Z:reset freemapinitted freemap. size: 64, , unitfreemap_route_ipv6Aug 31 00:57:06.589unit adding route 172.17.0.15/32 -> 10.0.0.255INFO
32142026-08-31T00:57:07.684Z :
32152026-08-31T00:57:07.684Zfreemap_route_ipv4
32162026-08-31T00:57:07.684Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 00:57:06.589
32172026-08-31T00:57:07.684ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:57:06.589
32182026-08-31T00:57:07.684Z:Aug 31 00:57:06.589Aug 31 00:57:06.589 freemap_route_ipv6Aug 31 00:57:06.589
32192026-08-31T00:57:07.684Z DEBGDEBGDEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
32202026-08-31T00:57:07.684Z
32212026-08-31T00:57:07.684ZAug 31 00:57:06.589, unitreset freemap: Aug 31 00:57:06.589DEBG, unitDEBGreplacing 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 31 00:57:06.589 :freemap_route_ipv6
32222026-08-31T00:57:07.684Z
32232026-08-31T00:57:07.684Z DEBG Aug 31 00:57:06.589failed to allocate space for the new target list Aug 31 00:57:06.589freemap_route_ipv6
32242026-08-31T00:57:07.684Zreset freemap, DEBG
32252026-08-31T00:57:07.685Z unitINFOreset freemapAug 31 00:57:06.589Aug 31 00:57:06.589 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:2, vlan_id: None } }]Aug 31 00:57:06.589
32262026-08-31T00:57:07.685Zadding route 172.17.0.16/32 -> 10.0.0.255unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
32272026-08-31T00:57:07.685Z: :INFOfreemap_route_ipv6
32282026-08-31T00:57:07.685Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32292026-08-31T00:57:07.685Z
32302026-08-31T00:57:07.685Z freemap_route_ipv6Aug 31 00:57:06.589
32312026-08-31T00:57:07.685ZAug 31 00:57:06.589DEBGAug 31 00:57:06.589 INFO Aug 31 00:57:06.589DEBG Aug 31 00:57:06.589 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
32322026-08-31T00:57:07.685Z adding route 172.16.0.0/32 -> 10.0.0.1
32332026-08-31T00:57:07.685ZINFODEBG adding route 172.17.0.41/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 } }]
32342026-08-31T00:57:07.685Ztest route::tests::rollback_on_index_readd_failure ... ok
32352026-08-31T00:57:07.685Z
32362026-08-31T00:57:07.685ZAug 31 00:57:06.589Aug 31 00:57:06.589 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32372026-08-31T00:57:07.685Z
32382026-08-31T00:57:07.685ZAug 31 00:57:06.589 Aug 31 00:57:06.589Aug 31 00:57:06.589 INFODEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 00:57:06.589
32392026-08-31T00:57:07.685Z
32402026-08-31T00:57:07.685Z adding route 172.17.0.17/32 -> 10.0.0.255INFO
32412026-08-31T00:57:07.685Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.589Aug 31 00:57:06.589
32422026-08-31T00:57:07.685Z INFOINFO Aug 31 00:57:06.589adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 00:57:06.589
32432026-08-31T00:57:07.685ZDEBG
32442026-08-31T00:57:07.685Z 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 } }]
32452026-08-31T00:57:07.685Zreplacing 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 } }]
32462026-08-31T00:57:07.685ZAug 31 00:57:06.589Aug 31 00:57:06.589 DEBGAug 31 00:57:06.589 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 } }]
32472026-08-31T00:57:07.685ZAug 31 00:57:06.589replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.18/32 -> 10.0.0.255
32482026-08-31T00:57:07.685Z
32492026-08-31T00:57:07.685ZAug 31 00:57:06.589 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.3
32502026-08-31T00:57:07.685Z
32512026-08-31T00:57:07.685ZAug 31 00:57:06.589 Aug 31 00:57:06.589Aug 31 00:57:06.589 Aug 31 00:57:06.589INFO DEBGDEBG 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 } }]
32522026-08-31T00:57:07.685Z adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }]
32532026-08-31T00:57:07.685Z
32542026-08-31T00:57:07.685Z
32552026-08-31T00:57:07.685ZAug 31 00:57:06.589Aug 31 00:57:06.589Aug 31 00:57:06.589Aug 31 00:57:06.589 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:2, vlan_id: None } }, NextHop { asic_port_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 INFO
32562026-08-31T00:57:07.685Z adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.19/32 -> 10.0.0.255
32572026-08-31T00:57:07.685Zreplacing 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 31 00:57:06.589
32582026-08-31T00:57:07.685Z
32592026-08-31T00:57:07.685Z WARNAug 31 00:57:06.589 Aug 31 00:57:06.589DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32602026-08-31T00:57:07.685ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
32612026-08-31T00:57:07.685Z
32622026-08-31T00:57:07.685ZAug 31 00:57:06.589 DEBG Aug 31 00:57:06.589Aug 31 00:57:06.589 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG 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 } }]
32632026-08-31T00:57:07.685Z
32642026-08-31T00:57:07.685Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
32652026-08-31T00:57:07.685ZAug 31 00:57:06.589 INFO adding route 172.17.0.20/32 -> 10.0.0.255
32662026-08-31T00:57:07.686ZAug 31 00:57:06.589Aug 31 00:57:06.589 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
32672026-08-31T00:57:07.686Z
32682026-08-31T00:57:07.686ZAug 31 00:57:06.589 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 } }]
32692026-08-31T00:57:07.686ZAug 31 00:57:06.589 INFOAug 31 00:57:06.589 adding route 172.17.0.46/32 -> 10.0.0.255INFO
32702026-08-31T00:57:07.686Z adding route 172.17.0.21/32 -> 10.0.0.255
32712026-08-31T00:57:07.686Zreplacing 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 31 00:57:06.589
32722026-08-31T00:57:07.686ZAug 31 00:57:06.589DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 31 00:57:06.589
32732026-08-31T00:57:07.686ZAug 31 00:57:06.589DEBG created new freemapDEBG, Aug 31 00:57:06.595unit created new freemap:INFO, unitfreemap_route_ipv4 :adding route 172.17.0.22/32 -> 10.0.0.255
32742026-08-31T00:57:07.686Z
32752026-08-31T00:57:07.686Zfreemap_route_ipv4
32762026-08-31T00:57:07.686Z
32772026-08-31T00:57:07.690ZAug 31 00:57:06.595Aug 31 00:57:06.595Aug 31 00:57:06.595 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
32782026-08-31T00:57:07.690Z
32792026-08-31T00:57:07.690ZAug 31 00:57:06.595Aug 31 00:57:06.595 DEBGDEBG initted freemap. size: 64initted freemap. size: 64DEBG, , 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 } }]unitunit::
32802026-08-31T00:57:07.690Z freemap_route_ipv4freemap_route_ipv4
32812026-08-31T00:57:07.690Z
32822026-08-31T00:57:07.690ZAug 31 00:57:06.595 Aug 31 00:57:06.595INFOAug 31 00:57:06.595 Aug 31 00:57:06.595INFO Aug 31 00:57:06.590 DEBG adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
32832026-08-31T00:57:07.690ZDEBG
32842026-08-31T00:57:07.690Zreset freemap , created new freemapunit, DEBG: Aug 31 00:57:06.595freemap_route_ipv4unit reset freemap
32852026-08-31T00:57:07.690ZDEBG, unit:: 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 } }]
32862026-08-31T00:57:07.690Zfreemap_route_ipv4freemap_route_ipv4
32872026-08-31T00:57:07.690ZAug 31 00:57:06.595
32882026-08-31T00:57:07.690ZAug 31 00:57:06.595 Aug 31 00:57:06.595 DEBG INFOAug 31 00:57:06.595DEBG DEBGinitted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255
32892026-08-31T00:57:07.690Z, unitinitted freemap. size: 64:, Aug 31 00:57:06.595unit : Aug 31 00:57:06.595DEBGfreemap_route_ipv6
32902026-08-31T00:57:07.690ZDEBG 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 } }]freemap_route_ipv6
32912026-08-31T00:57:07.690Z
32922026-08-31T00:57:07.690ZAug 31 00:57:06.595 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 } }] reset freemap, created new freemapunit:Aug 31 00:57:06.595
32932026-08-31T00:57:07.690ZAug 31 00:57:06.595 , freemap_route_ipv6 DEBG
32942026-08-31T00:57:07.690Z unit Aug 31 00:57:06.595: INFO INFO freemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255reset freemap
32952026-08-31T00:57:07.690Z, Aug 31 00:57:06.595
32962026-08-31T00:57:07.690Z adding route 172.17.0.49/32 -> 10.0.0.255unit
32972026-08-31T00:57:07.690Z: freemap_route_ipv6INFO
32982026-08-31T00:57:07.690ZAug 31 00:57:06.595 adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 00:57:06.595
32992026-08-31T00:57:07.690ZAug 31 00:57:06.595 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595Aug 31 00:57:06.595
33002026-08-31T00:57:07.690ZDEBG INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
33012026-08-31T00:57:07.690Z
33022026-08-31T00:57:07.690ZAug 31 00:57:06.595 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:57:06.595INFO
33032026-08-31T00:57:07.690Z Aug 31 00:57:06.595 DEBG adding route 172.17.0.50/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 } }]initted freemap. size: 64INFO
33042026-08-31T00:57:07.690Z
33052026-08-31T00:57:07.690Z, unit:adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 00:57:06.595Aug 31 00:57:06.595
33062026-08-31T00:57:07.690Zfreemap_route_ipv4 Aug 31 00:57:06.595 DEBG
33072026-08-31T00:57:07.690Z INFOAug 31 00:57:06.595replacing 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.16.0.0/32 -> 10.0.0.2
33082026-08-31T00:57:07.690ZDEBG
33092026-08-31T00:57:07.690Z 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 } }]
33102026-08-31T00:57:07.690ZINFO Aug 31 00:57:06.595Aug 31 00:57:06.595 adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 00:57:06.595 Aug 31 00:57:06.589DEBG reset freemapINFO,
33112026-08-31T00:57:07.690Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit
33122026-08-31T00:57:07.691Z: Aug 31 00:57:06.595freemap_route_ipv4
33132026-08-31T00:57:07.691ZINFOAug 31 00:57:06.595 Aug 31 00:57:06.595adding route 172.16.0.0/32 -> 10.0.0.1
33142026-08-31T00:57:07.691Z DEBGAug 31 00:57:06.595DEBG 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 } }] 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 31 00:57:06.595
33152026-08-31T00:57:07.691Z
33162026-08-31T00:57:07.691ZDEBGinitted freemap. size: 64 , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]unit
33172026-08-31T00:57:07.691Z: Aug 31 00:57:06.595Aug 31 00:57:06.595freemap_route_ipv6
33182026-08-31T00:57:07.691ZINFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
33192026-08-31T00:57:07.691ZAug 31 00:57:06.595Aug 31 00:57:06.595
33202026-08-31T00:57:07.691Z INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.595
33212026-08-31T00:57:07.691ZAug 31 00:57:06.595 DEBG DEBGDEBG reset freemapAug 31 00:57:06.595 , 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 } }]unit 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
33222026-08-31T00:57:07.691Z: freemap_route_ipv6replacing 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 } }]
33232026-08-31T00:57:07.691Z
33242026-08-31T00:57:07.691Z
33252026-08-31T00:57:07.691ZAug 31 00:57:06.595 INFOAug 31 00:57:06.595 adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 00:57:06.595
33262026-08-31T00:57:07.691ZINFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 00:57:06.595
33272026-08-31T00:57:07.691Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:57:06.595
33282026-08-31T00:57:07.691Z INFODEBG adding route 3fff:beef:1a::/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 } }]Aug 31 00:57:06.595
33292026-08-31T00:57:07.691Z
33302026-08-31T00:57:07.691ZAug 31 00:57:06.595 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33312026-08-31T00:57:07.691ZAug 31 00:57:06.595Aug 31 00:57:06.595replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33322026-08-31T00:57:07.691ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 31 00:57:06.595
33332026-08-31T00:57:07.691Z INFOAug 31 00:57:06.595 adding route 172.17.0.28/32 -> 10.0.0.255INFOadding route 172.17.0.1/32 -> 10.0.0.255 Aug 31 00:57:06.595
33342026-08-31T00:57:07.691Z
33352026-08-31T00:57:07.691ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
33362026-08-31T00:57:07.691Z
33372026-08-31T00:57:07.691ZAug 31 00:57:06.595Aug 31 00:57:06.595 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:57:06.595replacing 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 31 00:57:06.595
33382026-08-31T00:57:07.691ZDEBG
33392026-08-31T00:57:07.691Z 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 31 00:57:06.595
33402026-08-31T00:57:07.691ZAug 31 00:57:06.595 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 } }]INFO
33412026-08-31T00:57:07.691Z adding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255
33422026-08-31T00:57:07.691Z
33432026-08-31T00:57:07.691ZAug 31 00:57:06.595 Aug 31 00:57:06.595INFO INFOAug 31 00:57:06.595 Aug 31 00:57:06.595 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
33442026-08-31T00:57:07.691Z 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:1c::/64 -> 2001:db8::55:ff
33452026-08-31T00:57:07.691Z
33462026-08-31T00:57:07.691ZDEBG Aug 31 00:57:06.595replacing 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 31 00:57:06.595
33472026-08-31T00:57:07.691Z INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
33482026-08-31T00:57:07.691Z
33492026-08-31T00:57:07.691ZAug 31 00:57:06.595Aug 31 00:57:06.595 INFODEBG Aug 31 00:57:06.595adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 00:57:06.595DEBGreplacing 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 } }]
33502026-08-31T00:57:07.691Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
33512026-08-31T00:57:07.691Z
33522026-08-31T00:57:07.691Zadding route 3fff:dead::/64 -> 2001:db8::55:4
33532026-08-31T00:57:07.692ZAug 31 00:57:06.595Aug 31 00:57:06.595 INFOINFOAug 31 00:57:06.595 adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 00:57:06.595
33542026-08-31T00:57:07.692Z
33552026-08-31T00:57:07.692ZDEBG 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 } }]Aug 31 00:57:06.595 Aug 31 00:57:06.595 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 } }]
33562026-08-31T00:57:07.692ZDEBG
33572026-08-31T00:57:07.692Z 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 } }]
33582026-08-31T00:57:07.692ZDEBG 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 } }]
33592026-08-31T00:57:07.692ZAug 31 00:57:06.595Aug 31 00:57:06.595 INFOINFO Aug 31 00:57:06.595adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
33602026-08-31T00:57:07.692ZINFOAug 31 00:57:06.595
33612026-08-31T00:57:07.692Z DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
33622026-08-31T00:57:07.692Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:57:06.595
33632026-08-31T00:57:07.692Z Aug 31 00:57:06.595DEBG Aug 31 00:57:06.595DEBG 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 } }]
33642026-08-31T00:57:07.692Z 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 31 00:57:06.595DEBG
33652026-08-31T00:57:07.692Z Aug 31 00:57:06.595 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 } }]WARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 00:57:06.595
33662026-08-31T00:57:07.692Z
33672026-08-31T00:57:07.692Zadding route 172.17.0.6/32 -> 10.0.0.255
33682026-08-31T00:57:07.692Z INFOAug 31 00:57:06.595 adding route 172.17.0.32/32 -> 10.0.0.255INFO
33692026-08-31T00:57:07.692Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
33702026-08-31T00:57:07.692ZAug 31 00:57:06.595 INFOAug 31 00:57:06.595 DEBGadding route 172.17.0.51/32 -> 10.0.0.255Aug 31 00:57:06.595 DEBGDEBG
33712026-08-31T00:57:07.692Z 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: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.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 } }]
33722026-08-31T00:57:07.692Z
33732026-08-31T00:57:07.692Z
33742026-08-31T00:57:07.692ZAug 31 00:57:06.595Aug 31 00:57:06.595Aug 31 00:57:06.595 Aug 31 00:57:06.595INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33752026-08-31T00:57:07.692Z
33762026-08-31T00:57:07.692ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:57:06.595
33772026-08-31T00:57:07.696Z adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 00:57:06.595
33782026-08-31T00:57:07.696ZDEBG 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 } }]Aug 31 00:57:06.595
33792026-08-31T00:57:07.696Zadding route 172.17.0.52/32 -> 10.0.0.255
33802026-08-31T00:57:07.696ZDEBG Aug 31 00:57:06.595replacing 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 31 00:57:06.595
33812026-08-31T00:57:07.696ZAug 31 00:57:06.595INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
33822026-08-31T00:57:07.696Zadding route 172.17.0.8/32 -> 10.0.0.255
33832026-08-31T00:57:07.696Z
33842026-08-31T00:57:07.696ZDEBG Aug 31 00:57:06.595replacing 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 31 00:57:06.595
33852026-08-31T00:57:07.696Z Aug 31 00:57:06.595DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255Aug 31 00:57:06.596
33862026-08-31T00:57:07.696Z Aug 31 00:57:06.601 DEBGINFO created new freemapadding route 172.17.0.34/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff,
33872026-08-31T00:57:07.696ZAug 31 00:57:06.601unit
33882026-08-31T00:57:07.696Z :DEBG freemap_route_ipv4Aug 31 00:57:06.601replacing 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 } }]
33892026-08-31T00:57:07.696Z
33902026-08-31T00:57:07.696Z Aug 31 00:57:06.601Aug 31 00:57:06.601Aug 31 00:57:06.601 DEBGDEBGDEBG INFO 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 } }]
33912026-08-31T00:57:07.696Zreplacing 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 172.17.0.54/32 -> 10.0.0.255created new freemap
33922026-08-31T00:57:07.696Z
33932026-08-31T00:57:07.697Z, unit:Aug 31 00:57:06.601 freemap_route_ipv6
33942026-08-31T00:57:07.697ZINFO adding route 172.17.0.35/32 -> 10.0.0.255 Aug 31 00:57:06.601replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33952026-08-31T00:57:07.697Z
33962026-08-31T00:57:07.697Z
33972026-08-31T00:57:07.697ZDEBGAug 31 00:57:06.601 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 31 00:57:06.601
33982026-08-31T00:57:07.697ZAug 31 00:57:06.601 INFOAug 31 00:57:06.601DEBG Aug 31 00:57:06.601DEBG Aug 31 00:57:06.601replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33992026-08-31T00:57:07.697Zinitted freemap. size: 64INFO
34002026-08-31T00:57:07.697ZINFO, unit: INFOfreemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255 Aug 31 00:57:06.601adding route 172.17.0.55/32 -> 10.0.0.255
34012026-08-31T00:57:07.697Z
34022026-08-31T00:57:07.697Z
34032026-08-31T00:57:07.697Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:57:06.601Aug 31 00:57:06.601
34042026-08-31T00:57:07.697Z
34052026-08-31T00:57:07.697ZDEBG DEBGAug 31 00:57:06.601Aug 31 00:57:06.601Aug 31 00:57:06.601 DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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.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 } }]
34062026-08-31T00:57:07.697Z
34072026-08-31T00:57:07.697Z
34082026-08-31T00:57:07.697Z 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 } }]
34092026-08-31T00:57:07.697ZDEBGAug 31 00:57:06.601 Aug 31 00:57:06.601Aug 31 00:57:06.601 INFOINFOreset freemap adding route 172.17.0.10/32 -> 10.0.0.255, unit
34102026-08-31T00:57:07.697Z:Aug 31 00:57:06.601DEBG adding route 172.17.0.56/32 -> 10.0.0.255INFOfreemap_route_ipv4
34112026-08-31T00:57:07.697Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 31 00:57:06.601replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34122026-08-31T00:57:07.697Z
34132026-08-31T00:57:07.697ZDEBG Aug 31 00:57:06.601 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 } }]
34142026-08-31T00:57:07.697ZAug 31 00:57:06.601
34152026-08-31T00:57:07.697ZAug 31 00:57:06.601Aug 31 00:57:06.590 DEBGDEBG INFO DEBGAug 31 00:57:06.601 Aug 31 00:57:06.601 INFOcreated new freemap 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 } }]unitinitted freemap. size: 64
34162026-08-31T00:57:07.697Zadding route 172.17.0.11/32 -> 10.0.0.255, :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
34172026-08-31T00:57:07.697Zreplacing 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 } }]
34182026-08-31T00:57:07.697Z freemap_route_ipv4unitAug 31 00:57:06.601:
34192026-08-31T00:57:07.697ZDEBG
34202026-08-31T00:57:07.697Zfreemap_route_ipv6Aug 31 00:57:06.601Aug 31 00:57:06.601replacing 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 31 00:57:06.601
34212026-08-31T00:57:07.697Z DEBG
34222026-08-31T00:57:07.697Z Aug 31 00:57:06.601INFO created new freemapINFOadding route 172.17.0.57/32 -> 10.0.0.255,
34232026-08-31T00:57:07.697Z unitAug 31 00:57:06.601 :adding route 172.17.0.12/32 -> 10.0.0.255
34242026-08-31T00:57:07.697ZINFOfreemap_route_ipv6
34252026-08-31T00:57:07.697ZAug 31 00:57:06.601 DEBGadding route 172.17.0.38/32 -> 10.0.0.255 reset freemap
34262026-08-31T00:57:07.697Z, DEBGAug 31 00:57:06.601 Aug 31 00:57:06.601Aug 31 00:57:06.601unitDEBG: DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.601initted freemap. size: 64
34272026-08-31T00:57:07.697Z freemap_route_ipv6, 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 } }]
34282026-08-31T00:57:07.697Z
34292026-08-31T00:57:07.697Zunit Aug 31 00:57:06.601DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO:
34302026-08-31T00:57:07.697Zfreemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34312026-08-31T00:57:07.697Z
34322026-08-31T00:57:07.698ZAug 31 00:57:06.601 Aug 31 00:57:06.601INFOAug 31 00:57:06.601Aug 31 00:57:06.601 Aug 31 00:57:06.601
34332026-08-31T00:57:07.698Z DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG reset freemap
34342026-08-31T00:57:07.698Ztest route::tests::rollback_on_compact_write_failure ... ok
34352026-08-31T00:57:07.698Z INFOadding route 172.17.0.39/32 -> 10.0.0.255, Aug 31 00:57:06.601
34362026-08-31T00:57:07.698Z unitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
34372026-08-31T00:57:07.698Ztest route::tests::add_target_fails_full ... ok
34382026-08-31T00:57:07.698Zfreemap_route_ipv4adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34392026-08-31T00:57:07.698ZINFO
34402026-08-31T00:57:07.698Zadding route 172.17.0.58/32 -> 10.0.0.255Aug 31 00:57:06.601Aug 31 00:57:06.601
34412026-08-31T00:57:07.698Z Aug 31 00:57:06.601Aug 31 00:57:06.601 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 } }]INFODEBGAug 31 00:57:06.601 DEBG adding route 172.17.0.14/32 -> 10.0.0.255
34422026-08-31T00:57:07.698ZDEBG
34432026-08-31T00:57:07.698Z 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 } }]
34442026-08-31T00:57:07.698Zreplacing 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 } }]
34452026-08-31T00:57:07.698ZAug 31 00:57:06.601, unitAug 31 00:57:06.601:Aug 31 00:57:06.601 Aug 31 00:57:06.601 INFOAug 31 00:57:06.601INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255
34462026-08-31T00:57:07.698Z 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:2freemap_route_ipv6
34472026-08-31T00:57:07.698Z
34482026-08-31T00:57:07.698Z
34492026-08-31T00:57:07.698Z INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 00:57:06.601
34502026-08-31T00:57:07.698Zreplacing 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
34512026-08-31T00:57:07.698ZAug 31 00:57:06.608 DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34522026-08-31T00:57:07.698Zreplacing 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 31 00:57:06.608
34532026-08-31T00:57:07.698Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
34542026-08-31T00:57:07.698ZAug 31 00:57:06.608 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 31 00:57:06.608
34552026-08-31T00:57:07.698Z Aug 31 00:57:06.608DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34562026-08-31T00:57:07.698Zadding route 172.17.0.41/32 -> 10.0.0.255
34572026-08-31T00:57:07.698ZAug 31 00:57:06.608Aug 31 00:57:06.608 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
34582026-08-31T00:57:07.698Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
34592026-08-31T00:57:07.698ZAug 31 00:57:06.608 DEBGAug 31 00:57:06.601Aug 31 00:57:06.608Aug 31 00:57:06.608 DEBG Aug 31 00:57:06.608 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34602026-08-31T00:57:07.698Z
34612026-08-31T00:57:07.698ZDEBG
34622026-08-31T00:57:07.698Zreset freemap , Aug 31 00:57:06.608unit Aug 31 00:57:06.608Aug 31 00:57:06.608 :INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
34632026-08-31T00:57:07.698Z
34642026-08-31T00:57:07.698ZINFO
34652026-08-31T00:57:07.698Zadding route 172.17.0.42/32 -> 10.0.0.255
34662026-08-31T00:57:07.698ZAug 31 00:57:06.608adding route 172.17.0.61/32 -> 10.0.0.255
34672026-08-31T00:57:07.698ZDEBGAug 31 00:57:06.608Aug 31 00:57:06.608 INFODEBG Aug 31 00:57:06.608 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:57:06.608
34682026-08-31T00:57:07.698Z 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:1
34692026-08-31T00:57:07.698Z
34702026-08-31T00:57:07.698ZDEBG Aug 31 00:57:06.608 INFO Aug 31 00:57:06.608 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 31 00:57:06.608
34712026-08-31T00:57:07.698ZDEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO DEBG Aug 31 00:57:06.608adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
34722026-08-31T00:57:07.699Z
34732026-08-31T00:57:07.699Z
34742026-08-31T00:57:07.699Z
34752026-08-31T00:57:07.699Z INFO Aug 31 00:57:06.608adding route 172.17.0.62/32 -> 10.0.0.255 Aug 31 00:57:06.608INFO
34762026-08-31T00:57:07.699Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 31 00:57:06.608
34772026-08-31T00:57:07.703Z Aug 31 00:57:06.608replacing 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 31 00:57:06.608WARN
34782026-08-31T00:57:07.703Z DEBGAug 31 00:57:06.608 Aug 31 00:57:06.608DEBG DEBGINFOreplacing 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 } }]
34792026-08-31T00:57:07.703Zadding route 172.17.0.44/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
34802026-08-31T00:57:07.703Z 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 } }]
34812026-08-31T00:57:07.703Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 00:57:06.608
34822026-08-31T00:57:07.703Z
34832026-08-31T00:57:07.703Z Aug 31 00:57:06.608INFO DEBGadding route 172.17.0.63/32 -> 10.0.0.255
34842026-08-31T00:57:07.703Zreplacing 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 31 00:57:06.608
34852026-08-31T00:57:07.703ZDEBG Aug 31 00:57:06.608replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34862026-08-31T00:57:07.703ZDEBGAug 31 00:57:06.608 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 } }]
34872026-08-31T00:57:07.703ZINFO Aug 31 00:57:06.608adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34882026-08-31T00:57:07.703ZINFOAug 31 00:57:06.608 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
34892026-08-31T00:57:07.703Z Aug 31 00:57:06.608failed to allocate space for the new target list
34902026-08-31T00:57:07.703ZDEBG Aug 31 00:57:06.608replacing 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 } }]
34912026-08-31T00:57:07.703ZDEBG 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 } }]
34922026-08-31T00:57:07.703ZAug 31 00:57:06.608 Aug 31 00:57:06.608DEBG 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 } }]
34932026-08-31T00:57:07.703Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 31 00:57:06.608
34942026-08-31T00:57:07.703Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:57:06.608
34952026-08-31T00:57:07.703Z Aug 31 00:57:06.608DEBG failed to allocate space for the new target listDEBG
34962026-08-31T00:57:07.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 } }]
34972026-08-31T00:57:07.703ZAug 31 00:57:06.608 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 } }]
34982026-08-31T00:57:07.703ZAug 31 00:57:06.601Aug 31 00:57:06.608 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
34992026-08-31T00:57:07.703Z
35002026-08-31T00:57:07.704ZDEBGAug 31 00:57:06.608 Aug 31 00:57:06.608replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:57:06.608
35012026-08-31T00:57:07.704ZDEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35022026-08-31T00:57:07.704Z Aug 31 00:57:06.608replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
35032026-08-31T00:57:07.704ZAug 31 00:57:06.601Aug 31 00:57:06.608 DEBGAug 31 00:57:06.608INFO adding route 172.16.0.0/32 -> 10.0.0.3
35042026-08-31T00:57:07.704Z
35052026-08-31T00:57:07.704Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.48/32 -> 10.0.0.255
35062026-08-31T00:57:07.704ZINFO
35072026-08-31T00:57:07.704Z Aug 31 00:57:06.608 Aug 31 00:57:06.608adding route 172.17.0.16/32 -> 10.0.0.255DEBG
35082026-08-31T00:57:07.704Z Aug 31 00:57:06.608 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFODEBGAug 31 00:57:06.608
35092026-08-31T00:57:07.704Z 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
35102026-08-31T00:57:07.704Z
35112026-08-31T00:57:07.704ZAug 31 00:57:06.608
35122026-08-31T00:57:07.704Z INFO Aug 31 00:57:06.608adding route 172.16.0.0/32 -> 10.0.0.4
35132026-08-31T00:57:07.704ZAug 31 00:57:06.608 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 } }]Aug 31 00:57:06.608adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
35142026-08-31T00:57:07.704Z
35152026-08-31T00:57:07.704ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35162026-08-31T00:57:07.704ZAug 31 00:57:06.608Aug 31 00:57:06.608 Aug 31 00:57:06.608 Aug 31 00:57:06.608INFO INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
35172026-08-31T00:57:07.704ZDEBG adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.0/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 } }]
35182026-08-31T00:57:07.704Z
35192026-08-31T00:57:07.704ZAug 31 00:57:06.608
35202026-08-31T00:57:07.704Z DEBGAug 31 00:57:06.608 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 31 00:57:06.608
35212026-08-31T00:57:07.704Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 00:57:06.608
35222026-08-31T00:57:07.704ZAug 31 00:57:06.608 DEBGDEBG Aug 31 00:57:06.608 replacing targets for 3fff:dead::/64 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 3fff:beef:2c::/64 -> 2001:db8::55:ff
35232026-08-31T00:57:07.704Zreplacing 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
35242026-08-31T00:57:07.704Z
35252026-08-31T00:57:07.704Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 31 00:57:06.608
35262026-08-31T00:57:07.704ZAug 31 00:57:06.608INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
35272026-08-31T00:57:07.704Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35282026-08-31T00:57:07.704ZAug 31 00:57:06.608 DEBG Aug 31 00:57:06.608Aug 31 00:57:06.608 INFODEBGreplacing 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 } }]
35292026-08-31T00:57:07.704Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
35302026-08-31T00:57:07.704Z
35312026-08-31T00:57:07.704ZAug 31 00:57:06.608 Aug 31 00:57:06.608Aug 31 00:57:06.608INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
35322026-08-31T00:57:07.704Z
35332026-08-31T00:57:07.704ZDEBG 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 } }]
35342026-08-31T00:57:07.704Ztest route::tests::same_size_non_subset_replace ... ok
35352026-08-31T00:57:07.704Ztest route::tests::delete_targets_fragmented ... ok
35362026-08-31T00:57:07.704ZAug 31 00:57:06.608 DEBGAug 31 00:57:06.608 Aug 31 00:57:06.608replacing 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 } }]
35372026-08-31T00:57:07.704ZAug 31 00:57:06.608DEBG 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
35382026-08-31T00:57:07.704Zreplacing 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
35392026-08-31T00:57:07.704ZAug 31 00:57:06.608 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.608
35402026-08-31T00:57:07.705Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
35412026-08-31T00:57:07.705Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 31 00:57:06.608
35422026-08-31T00:57:07.705Z Aug 31 00:57:06.608INFO DEBGAug 31 00:57:06.608 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.17/32 -> 10.0.0.255DEBG
35432026-08-31T00:57:07.705ZAug 31 00:57:06.608
35442026-08-31T00:57:07.705Z DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35452026-08-31T00:57:07.705ZAug 31 00:57:06.608replacing 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 } }]
35462026-08-31T00:57:07.705Z Aug 31 00:57:06.608Aug 31 00:57:06.609Aug 31 00:57:06.614 INFOINFO DEBGDEBG created new freemap adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff,
35472026-08-31T00:57:07.705Zreplacing 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 31 00:57:06.614Aug 31 00:57:06.609 INFO
35482026-08-31T00:57:07.705Z adding route 172.17.0.53/32 -> 10.0.0.255
35492026-08-31T00:57:07.705Z
35502026-08-31T00:57:07.705ZAug 31 00:57:06.609Aug 31 00:57:06.614Aug 31 00:57:06.614 DEBGAug 31 00:57:06.614 DEBGDEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG created new freemap
35512026-08-31T00:57:07.705Zreplacing 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 } }],
35522026-08-31T00:57:07.705Zadding route 172.17.0.18/32 -> 10.0.0.255
35532026-08-31T00:57:07.705Zcreated new freemapunitAug 31 00:57:06.614, :Aug 31 00:57:06.614unitINFO: adding route 172.17.0.54/32 -> 10.0.0.255freemap_route_ipv4
35542026-08-31T00:57:07.705Z DEBG
35552026-08-31T00:57:07.705Z freemap_route_ipv4replacing 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 } }]
35562026-08-31T00:57:07.705Z
35572026-08-31T00:57:07.705ZAug 31 00:57:06.614 Aug 31 00:57:06.614INFO DEBGAug 31 00:57:06.614 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 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
35582026-08-31T00:57:07.705Z
35592026-08-31T00:57:07.705ZAug 31 00:57:06.614created new freemapAug 31 00:57:06.614 Aug 31 00:57:06.614, Aug 31 00:57:06.614 INFODEBG DEBGadding route 172.17.0.55/32 -> 10.0.0.255unit
35602026-08-31T00:57:07.705ZINFO : adding route 172.17.0.19/32 -> 10.0.0.255
35612026-08-31T00:57:07.705Zfreemap_route_ipv6 Aug 31 00:57:06.614created new freemap
35622026-08-31T00:57:07.705Z Aug 31 00:57:06.614, unitDEBGreplacing 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
35632026-08-31T00:57:07.705Z 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 31 00:57:06.614replacing 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 } }] freemap_route_ipv6
35642026-08-31T00:57:07.705Z
35652026-08-31T00:57:07.705Z
35662026-08-31T00:57:07.705ZDEBG Aug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615 initted freemap. size: 64 INFOINFO, DEBG unitadding route 172.17.0.20/32 -> 10.0.0.255 :adding route 172.17.0.56/32 -> 10.0.0.255
35672026-08-31T00:57:07.705Z
35682026-08-31T00:57:07.705Zinitted freemap. size: 64, freemap_route_ipv4unit
35692026-08-31T00:57:07.705Z:Aug 31 00:57:06.615INFO Aug 31 00:57:06.615DEBGAug 31 00:57:06.615 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 } }] freemap_route_ipv4DEBG
35702026-08-31T00:57:07.705Z
35712026-08-31T00:57:07.705Z reset freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 31 00:57:06.615
35722026-08-31T00:57:07.705Z, unit 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 } }]:
35732026-08-31T00:57:07.705ZINFO adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv4
35742026-08-31T00:57:07.705ZAug 31 00:57:06.615
35752026-08-31T00:57:07.705ZAug 31 00:57:06.615Aug 31 00:57:06.615 DEBG DEBG Aug 31 00:57:06.615INFO reset freemapAug 31 00:57:06.615DEBG, adding route 172.17.0.21/32 -> 10.0.0.255unitreplacing 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 } }]
35762026-08-31T00:57:07.705Z
35772026-08-31T00:57:07.710Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG initted freemap. size: 64
35782026-08-31T00:57:07.710Z , unitfreemap_route_ipv4Aug 31 00:57:06.615Aug 31 00:57:06.615
35792026-08-31T00:57:07.710Z Aug 31 00:57:06.615INFO :DEBG freemap_route_ipv6adding route 172.17.0.58/32 -> 10.0.0.255
35802026-08-31T00:57:07.710Z
35812026-08-31T00:57:07.710Zreplacing 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 } }]
35822026-08-31T00:57:07.710Z Aug 31 00:57:06.615INFO DEBGAug 31 00:57:06.615Aug 31 00:57:06.615 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 31 00:57:06.615INFO
35832026-08-31T00:57:07.710ZDEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap
35842026-08-31T00:57:07.710Zinitted freemap. size: 64DEBG, unit Aug 31 00:57:06.615: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 31 00:57:06.615
35852026-08-31T00:57:07.710ZDEBGDEBG , 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 } }] unitAug 31 00:57:06.615:
35862026-08-31T00:57:07.710Zfreemap_route_ipv6INFO
35872026-08-31T00:57:07.710Z adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6
35882026-08-31T00:57:07.710Z
35892026-08-31T00:57:07.710Zreplacing 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 } }]
35902026-08-31T00:57:07.710ZAug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.23/32 -> 10.0.0.255
35912026-08-31T00:57:07.710ZAug 31 00:57:06.615DEBGAug 31 00:57:06.615 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 } }]
35922026-08-31T00:57:07.710Z
35932026-08-31T00:57:07.710Z INFOAug 31 00:57:06.615 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG Aug 31 00:57:06.615 Aug 31 00:57:06.615replacing 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 } }]
35942026-08-31T00:57:07.710Z
35952026-08-31T00:57:07.710ZAug 31 00:57:06.615DEBGINFO DEBGadding 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35962026-08-31T00:57:07.710ZAug 31 00:57:06.615
35972026-08-31T00:57:07.710Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapINFOAug 31 00:57:06.615Aug 31 00:57:06.615 DEBGadding route 172.17.0.5/32 -> 10.0.0.255
35982026-08-31T00:57:07.710Z 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
35992026-08-31T00:57:07.710ZAug 31 00:57:06.615, unit
36002026-08-31T00:57:07.710Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.615:
36012026-08-31T00:57:07.710Z DEBG Aug 31 00:57:06.615 DEBGfreemap_route_ipv6Aug 31 00:57:06.615failed to allocate space for the new target listDEBG
36022026-08-31T00:57:07.710Z Aug 31 00:57:06.615
36032026-08-31T00:57:07.710Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
36042026-08-31T00:57:07.710ZINFO
36052026-08-31T00:57:07.710ZAug 31 00:57:06.615 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG replacing targets for 172.16.0.0/32 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 } }]
36062026-08-31T00:57:07.710Z
36072026-08-31T00:57:07.710Zadding route 172.17.0.24/32 -> 10.0.0.255
36082026-08-31T00:57:07.710ZAug 31 00:57:06.615 Aug 31 00:57:06.615INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 00:57:06.615
36092026-08-31T00:57:07.710Z DEBGINFOAug 31 00:57:06.615 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 00:57:06.615 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 } }]DEBG
36102026-08-31T00:57:07.710Z
36112026-08-31T00:57:07.710Z 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 } }]
36122026-08-31T00:57:07.710Z
36132026-08-31T00:57:07.710ZAug 31 00:57:06.615 INFO Aug 31 00:57:06.615Aug 31 00:57:06.615 INFOINFO Aug 31 00:57:06.615adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
36142026-08-31T00:57:07.711Z
36152026-08-31T00:57:07.711Zadding route 172.17.0.25/32 -> 10.0.0.255DEBG
36162026-08-31T00:57:07.711Z Aug 31 00:57:06.615replacing 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 31 00:57:06.615
36172026-08-31T00:57:07.711ZDEBG 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 } }]Aug 31 00:57:06.615
36182026-08-31T00:57:07.711Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
36192026-08-31T00:57:07.711Z Aug 31 00:57:06.615Aug 31 00:57:06.615replacing 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 } }]
36202026-08-31T00:57:07.711ZINFOAug 31 00:57:06.615 INFO adding route 172.17.0.8/32 -> 10.0.0.255
36212026-08-31T00:57:07.711ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:57:06.615adding route 3fff:dead::/64 -> 2001:db8::55:2
36222026-08-31T00:57:07.711ZAug 31 00:57:06.615
36232026-08-31T00:57:07.711ZINFO 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 } }]adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:57:06.615
36242026-08-31T00:57:07.711Z
36252026-08-31T00:57:07.711Z DEBGAug 31 00:57:06.615 Aug 31 00:57:06.615replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
36262026-08-31T00:57:07.711ZDEBGAug 31 00:57:06.615INFO DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:57:06.615
36272026-08-31T00:57:07.711Zreplacing 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 } }]
36282026-08-31T00:57:07.711Z
36292026-08-31T00:57:07.711ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
36302026-08-31T00:57:07.711ZAug 31 00:57:06.615Aug 31 00:57:06.615 Aug 31 00:57:06.615 INFOINFODEBG 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.27/32 -> 10.0.0.255
36312026-08-31T00:57:07.711ZAug 31 00:57:06.615adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
36322026-08-31T00:57:07.711ZDEBG
36332026-08-31T00:57:07.711Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
36342026-08-31T00:57:07.711Ztest route::tests::shrink_preserves_compacted_order ... ok
36352026-08-31T00:57:07.711Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
36362026-08-31T00:57:07.711ZAug 31 00:57:06.615 Aug 31 00:57:06.615DEBG Aug 31 00:57:06.615INFOreplacing 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 } }]
36372026-08-31T00:57:07.711Zadding route 172.17.0.10/32 -> 10.0.0.255 Aug 31 00:57:06.615 INFO
36382026-08-31T00:57:07.711Z Aug 31 00:57:06.615DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
36392026-08-31T00:57:07.711Zreplacing 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 31 00:57:06.615
36402026-08-31T00:57:07.711ZINFO adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 31 00:57:06.615
36412026-08-31T00:57:07.711Z 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 31 00:57:06.615DEBG
36422026-08-31T00:57:07.711Z Aug 31 00:57:06.615 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 } }] INFO
36432026-08-31T00:57:07.711Zreplacing 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 31 00:57:06.615
36442026-08-31T00:57:07.711Z INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 00:57:06.615
36452026-08-31T00:57:07.711Z
36462026-08-31T00:57:07.711Z INFO Aug 31 00:57:06.615adding route 172.17.0.29/32 -> 10.0.0.255
36472026-08-31T00:57:07.711ZAug 31 00:57:06.615DEBG 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 } }]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 31 00:57:06.615Aug 31 00:57:06.615
36482026-08-31T00:57:07.711Z
36492026-08-31T00:57:07.711ZDEBGDEBG 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.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 } }]
36502026-08-31T00:57:07.711Z
36512026-08-31T00:57:07.711ZAug 31 00:57:06.615 INFO Aug 31 00:57:06.615adding route 172.17.0.12/32 -> 10.0.0.255 Aug 31 00:57:06.615
36522026-08-31T00:57:07.711ZINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
36532026-08-31T00:57:07.712Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
36542026-08-31T00:57:07.712ZAug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615 DEBGDEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
36552026-08-31T00:57:07.712Z
36562026-08-31T00:57:07.712Zreplacing 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 } }]
36572026-08-31T00:57:07.712ZAug 31 00:57:06.615Aug 31 00:57:06.615 Aug 31 00:57:06.615INFO INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255
36582026-08-31T00:57:07.712Zadding route 172.17.0.13/32 -> 10.0.0.255
36592026-08-31T00:57:07.712Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
36602026-08-31T00:57:07.712ZAug 31 00:57:06.615 Aug 31 00:57:06.615Aug 31 00:57:06.615DEBG 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 } }]
36612026-08-31T00:57:07.712Zreplacing 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 } }]
36622026-08-31T00:57:07.712Zunit: freemap_route_ipv4Aug 31 00:57:06.621
36632026-08-31T00:57:07.712ZAug 31 00:57:06.621 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
36642026-08-31T00:57:07.712ZAug 31 00:57:06.621
36652026-08-31T00:57:07.712Z DEBG created new freemapAug 31 00:57:06.621Aug 31 00:57:06.621 , DEBGunitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36662026-08-31T00:57:07.712Z
36672026-08-31T00:57:07.712Zfreemap_route_ipv6
36682026-08-31T00:57:07.712ZAug 31 00:57:06.621 INFOAug 31 00:57:06.621 adding route 172.17.0.15/32 -> 10.0.0.255DEBG
36692026-08-31T00:57:07.712Z Aug 31 00:57:06.621initted freemap. size: 64 , INFOunit :Aug 31 00:57:06.621adding route 172.17.0.33/32 -> 10.0.0.255
36702026-08-31T00:57:07.712Z DEBGfreemap_route_ipv4
36712026-08-31T00:57:07.712Zreplacing 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 } }]
36722026-08-31T00:57:07.712ZAug 31 00:57:06.621 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 } }]
36732026-08-31T00:57:07.712ZAug 31 00:57:06.621 INFO Aug 31 00:57:06.621adding route 172.17.0.16/32 -> 10.0.0.255
36742026-08-31T00:57:07.712ZINFOAug 31 00:57:06.621Aug 31 00:57:06.616 adding route 172.17.0.34/32 -> 10.0.0.255
36752026-08-31T00:57:07.712Z DEBG DEBGcreated new freemap , Aug 31 00:57:06.621reset freemapunit, : Aug 31 00:57:06.621DEBG unitDEBG 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.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 } }]:
36762026-08-31T00:57:07.712Z
36772026-08-31T00:57:07.716Z freemap_route_ipv4freemap_route_ipv4
36782026-08-31T00:57:07.716Z
36792026-08-31T00:57:07.717ZAug 31 00:57:06.621 INFO Aug 31 00:57:06.621adding route 172.17.0.35/32 -> 10.0.0.255 Aug 31 00:57:06.621
36802026-08-31T00:57:07.717ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
36812026-08-31T00:57:07.717ZDEBGAug 31 00:57:06.621 Aug 31 00:57:06.621initted freemap. size: 64 , DEBGunit :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 31 00:57:06.621
36822026-08-31T00:57:07.717ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
36832026-08-31T00:57:07.717Z
36842026-08-31T00:57:07.717ZDEBGAug 31 00:57:06.621 created new freemapINFO, unitadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:57:06.621Aug 31 00:57:06.621: INFO
36852026-08-31T00:57:07.717Z DEBG freemap_route_ipv6 adding route 172.17.0.18/32 -> 10.0.0.255reset freemap
36862026-08-31T00:57:07.717Z, unitAug 31 00:57:06.621:
36872026-08-31T00:57:07.717Zfreemap_route_ipv6DEBG
36882026-08-31T00:57:07.717Z 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 31 00:57:06.621
36892026-08-31T00:57:07.717Z DEBGAug 31 00:57:06.621Aug 31 00:57:06.621 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 } }]
36902026-08-31T00:57:07.717ZAug 31 00:57:06.621DEBG INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64
36912026-08-31T00:57:07.717Z, unitadding route 172.17.0.37/32 -> 10.0.0.255:
36922026-08-31T00:57:07.717ZAug 31 00:57:06.621 freemap_route_ipv4INFOAug 31 00:57:06.621
36932026-08-31T00:57:07.717Z adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 31 00:57:06.621
36942026-08-31T00:57:07.717Z DEBGAug 31 00:57:06.621 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36952026-08-31T00:57:07.717Z
36962026-08-31T00:57:07.717Z Aug 31 00:57:06.621DEBG reset freemapDEBG, Aug 31 00:57:06.621unitreplacing 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 Aug 31 00:57:06.621 freemap_route_ipv4 adding route 172.17.0.38/32 -> 10.0.0.255
36972026-08-31T00:57:07.717Z
36982026-08-31T00:57:07.717ZINFO
36992026-08-31T00:57:07.717Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.621
37002026-08-31T00:57:07.717Z DEBGAug 31 00:57:06.621Aug 31 00:57:06.621 DEBG initted freemap. size: 64Aug 31 00:57:06.621INFO , DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitadding route 172.17.0.20/32 -> 10.0.0.255:
37012026-08-31T00:57:07.717Z
37022026-08-31T00:57:07.717Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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_ipv6Aug 31 00:57:06.621Aug 31 00:57:06.621
37032026-08-31T00:57:07.717Z INFO
37042026-08-31T00:57:07.717Z DEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 00:57:06.621
37052026-08-31T00:57:07.717Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.621
37062026-08-31T00:57:07.717ZINFO DEBG Aug 31 00:57:06.621 adding route 172.16.0.0/32 -> 10.0.0.3DEBGAug 31 00:57:06.621 reset freemapINFO
37072026-08-31T00:57:07.717Z, replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
37082026-08-31T00:57:07.717Zadding route 172.17.0.21/32 -> 10.0.0.255:
37092026-08-31T00:57:07.717Zfreemap_route_ipv6Aug 31 00:57:06.621
37102026-08-31T00:57:07.717Z Aug 31 00:57:06.621INFO Aug 31 00:57:06.621 DEBGDEBG adding route 172.17.0.40/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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37112026-08-31T00:57:07.717Z
37122026-08-31T00:57:07.717Z
37132026-08-31T00:57:07.717ZAug 31 00:57:06.621 INFOAug 31 00:57:06.621 adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 31 00:57:06.621 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
37142026-08-31T00:57:07.717Z
37152026-08-31T00:57:07.717ZAug 31 00:57:06.621 INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.622
37162026-08-31T00:57:07.717ZAug 31 00:57:06.622 DEBGadding route 172.16.0.0/32 -> 10.0.0.4DEBG
37172026-08-31T00:57:07.717Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37182026-08-31T00:57:07.717Z
37192026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622 INFODEBGAug 31 00:57:06.622Aug 31 00:57:06.622 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.41/32 -> 10.0.0.255 INFOINFO
37202026-08-31T00:57:07.718Z
37212026-08-31T00:57:07.718Z adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.23/32 -> 10.0.0.255
37222026-08-31T00:57:07.718Z
37232026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622 Aug 31 00:57:06.622 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
37242026-08-31T00:57:07.718ZAug 31 00:57:06.622 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]DEBG
37252026-08-31T00:57:07.718Z
37262026-08-31T00:57:07.718Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:57:06.622
37272026-08-31T00:57:07.718Z INFOAug 31 00:57:06.622 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 00:57:06.622
37282026-08-31T00:57:07.718Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
37292026-08-31T00:57:07.718Z
37302026-08-31T00:57:07.718Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:57:06.622
37312026-08-31T00:57:07.718Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.622
37322026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622 INFODEBG 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
37332026-08-31T00:57:07.718Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
37342026-08-31T00:57:07.718Ztest route::tests::delete_targets_full ... ok
37352026-08-31T00:57:07.718Ztest route::tests::delete_target_fragmented ... ok
37362026-08-31T00:57:07.718Z
37372026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622 INFOAug 31 00:57:06.622 INFOadding route 172.17.0.25/32 -> 10.0.0.255
37382026-08-31T00:57:07.718ZINFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 00:57:06.622adding route 172.16.0.0/32 -> 10.0.0.4
37392026-08-31T00:57:07.718Z DEBGAug 31 00:57:06.622 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 } }]
37402026-08-31T00:57:07.718Z
37412026-08-31T00:57:07.718ZDEBGAug 31 00:57:06.622 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 } }]
37422026-08-31T00:57:07.718ZDEBG Aug 31 00:57:06.622replacing 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 31 00:57:06.622Aug 31 00:57:06.622 DEBG
37432026-08-31T00:57:07.718ZINFO INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding 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.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37442026-08-31T00:57:07.718Z
37452026-08-31T00:57:07.718Z
37462026-08-31T00:57:07.718ZAug 31 00:57:06.622 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 31 00:57:06.622Aug 31 00:57:06.622
37472026-08-31T00:57:07.718Z DEBGAug 31 00:57:06.622 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 } }]
37482026-08-31T00:57:07.718ZDEBG replacing targets for 172.16.0.0/32 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 } }]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 } }]
37492026-08-31T00:57:07.718Z
37502026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622 DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37512026-08-31T00:57:07.718ZAug 31 00:57:06.622adding route 172.17.0.27/32 -> 10.0.0.255
37522026-08-31T00:57:07.718ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
37532026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622 DEBGAug 31 00:57:06.622INFO DEBGadding route 172.17.0.45/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 } }]
37542026-08-31T00:57:07.718Zreplacing 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 } }]
37552026-08-31T00:57:07.718Z
37562026-08-31T00:57:07.718ZAug 31 00:57:06.622Aug 31 00:57:06.622Aug 31 00:57:06.622 DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37572026-08-31T00:57:07.718Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.17.0.28/32 -> 10.0.0.255
37582026-08-31T00:57:07.719Z
37592026-08-31T00:57:07.719ZAug 31 00:57:06.622Aug 31 00:57:06.622 Aug 31 00:57:06.622 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37602026-08-31T00:57:07.719ZDEBG
37612026-08-31T00:57:07.719Z 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 } }]
37622026-08-31T00:57:07.719ZAug 31 00:57:06.622Aug 31 00:57:06.622 Aug 31 00:57:06.622 DEBGINFOINFO 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.29/32 -> 10.0.0.255
37632026-08-31T00:57:07.719Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
37642026-08-31T00:57:07.719Z
37652026-08-31T00:57:07.719ZAug 31 00:57:06.622Aug 31 00:57:06.622Aug 31 00:57:06.622 INFO DEBGDEBGadding route 172.17.0.47/32 -> 10.0.0.255
37662026-08-31T00:57:07.719Zreplacing 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 } }]
37672026-08-31T00:57:07.719Zreplacing 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 } }]
37682026-08-31T00:57:07.719ZAug 31 00:57:06.622 DEBGAug 31 00:57:06.622 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
37692026-08-31T00:57:07.719ZAug 31 00:57:06.622 failed to allocate space for the new target listINFO
37702026-08-31T00:57:07.719Z Aug 31 00:57:06.622adding route 172.17.0.30/32 -> 10.0.0.255
37712026-08-31T00:57:07.719ZINFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 00:57:06.622 DEBG
37722026-08-31T00:57:07.719Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 00:57:06.628
37732026-08-31T00:57:07.719Z 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 } }]
37742026-08-31T00:57:07.719ZAug 31 00:57:06.628 INFO adding route 172.17.0.49/32 -> 10.0.0.255
37752026-08-31T00:57:07.719ZAug 31 00:57:06.622Aug 31 00:57:06.628 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 } }]
37762026-08-31T00:57:07.719Z Aug 31 00:57:06.628DEBG 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 } }]
37772026-08-31T00:57:07.723Zadding route 172.17.0.50/32 -> 10.0.0.255
37782026-08-31T00:57:07.723ZAug 31 00:57:06.628 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 } }]
37792026-08-31T00:57:07.723ZAug 31 00:57:06.628 INFO adding route 172.17.0.51/32 -> 10.0.0.255
37802026-08-31T00:57:07.723ZAug 31 00:57:06.628 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 } }]
37812026-08-31T00:57:07.723ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
37822026-08-31T00:57:07.723Z
37832026-08-31T00:57:07.723ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37842026-08-31T00:57:07.723Z
37852026-08-31T00:57:07.723ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
37862026-08-31T00:57:07.723Z
37872026-08-31T00:57:07.723ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37882026-08-31T00:57:07.723Z
37892026-08-31T00:57:07.723ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
37902026-08-31T00:57:07.723Z
37912026-08-31T00:57:07.723ZAug 31 00:57:06.628Aug 31 00:57:06.628 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.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 } }]
37922026-08-31T00:57:07.724Z
37932026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
37942026-08-31T00:57:07.724Z
37952026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37962026-08-31T00:57:07.724Z
37972026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
37982026-08-31T00:57:07.724Z
37992026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 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.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 } }]
38002026-08-31T00:57:07.724Z
38012026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
38022026-08-31T00:57:07.724Z
38032026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38042026-08-31T00:57:07.724Z
38052026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
38062026-08-31T00:57:07.724Z
38072026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38082026-08-31T00:57:07.724Z
38092026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
38102026-08-31T00:57:07.724Z
38112026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38122026-08-31T00:57:07.724Z
38132026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
38142026-08-31T00:57:07.724Z
38152026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38162026-08-31T00:57:07.724Z
38172026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.40/32 -> 10.0.0.255
38182026-08-31T00:57:07.724Z
38192026-08-31T00:57:07.724ZAug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38202026-08-31T00:57:07.724Z
38212026-08-31T00:57:07.724ZAug 31 00:57:06.628 INFO adding route 172.17.0.41/32 -> 10.0.0.255
38222026-08-31T00:57:07.724ZAug 31 00:57:06.628 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 } }]
38232026-08-31T00:57:07.724ZAug 31 00:57:06.628 INFO adding route 172.17.0.42/32 -> 10.0.0.255
38242026-08-31T00:57:07.724ZAug 31 00:57:06.628 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 } }]
38252026-08-31T00:57:07.724ZAug 31 00:57:06.628 INFO adding route 172.17.0.43/32 -> 10.0.0.255
38262026-08-31T00:57:07.724ZAug 31 00:57:06.628 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 } }]
38272026-08-31T00:57:07.724ZAug 31 00:57:06.628 INFO adding route 172.17.0.44/32 -> 10.0.0.255
38282026-08-31T00:57:07.724ZAug 31 00:57:06.628 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 } }]
38292026-08-31T00:57:07.724ZAug 31 00:57:06.628 INFO adding route 172.17.0.45/32 -> 10.0.0.255
38302026-08-31T00:57:07.724ZAug 31 00:57:06.628 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 } }]
38312026-08-31T00:57:07.724ZAug 31 00:57:06.628 INFO adding route 172.17.0.46/32 -> 10.0.0.255
38322026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38332026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.47/32 -> 10.0.0.255
38342026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38352026-08-31T00:57:07.725Ztest route::tests::delete_target_full ... ok
38362026-08-31T00:57:07.725Z
38372026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.48/32 -> 10.0.0.255
38382026-08-31T00:57:07.725Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
38392026-08-31T00:57:07.725Z
38402026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38412026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.49/32 -> 10.0.0.255
38422026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38432026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.50/32 -> 10.0.0.255
38442026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38452026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.51/32 -> 10.0.0.255
38462026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38472026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.52/32 -> 10.0.0.255
38482026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38492026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.53/32 -> 10.0.0.255
38502026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38512026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.54/32 -> 10.0.0.255
38522026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38532026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.55/32 -> 10.0.0.255
38542026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38552026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.56/32 -> 10.0.0.255
38562026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38572026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.57/32 -> 10.0.0.255
38582026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38592026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.58/32 -> 10.0.0.255
38602026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38612026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.59/32 -> 10.0.0.255
38622026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38632026-08-31T00:57:07.725ZAug 31 00:57:06.628 INFO adding route 172.17.0.60/32 -> 10.0.0.255
38642026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38652026-08-31T00:57:07.725ZAug 31 00:57:06.628 DEBG failed to allocate space for the new target list
38662026-08-31T00:57:07.725ZAug 31 00:57:06.628 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 } }]
38672026-08-31T00:57:07.725ZAug 31 00:57:06.628 DEBG created new freemap, unit: freemap_route_ipv4
38682026-08-31T00:57:07.725ZAug 31 00:57:06.628 DEBG created new freemap, unit: freemap_route_ipv6
38692026-08-31T00:57:07.725ZAug 31 00:57:06.628 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
38702026-08-31T00:57:07.725ZAug 31 00:57:06.628 DEBG reset freemap, unit: freemap_route_ipv4
38712026-08-31T00:57:07.726ZAug 31 00:57:06.628 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
38722026-08-31T00:57:07.726ZAug 31 00:57:06.628 DEBG reset freemap, unit: freemap_route_ipv6
38732026-08-31T00:57:07.726ZAug 31 00:57:06.628 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38742026-08-31T00:57:07.726ZAug 31 00:57:06.628 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 } }]
38752026-08-31T00:57:07.726ZAug 31 00:57:06.628 INFO adding route 172.16.0.0/32 -> 10.0.0.2
38762026-08-31T00:57:07.726ZAug 31 00:57:06.628 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 } }]
38772026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.0/32 -> 10.0.0.255
38782026-08-31T00:57:07.730ZAug 31 00:57:06.628 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 } }]
38792026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.1/32 -> 10.0.0.255
38802026-08-31T00:57:07.730ZAug 31 00:57:06.628 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 } }]
38812026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.2/32 -> 10.0.0.255
38822026-08-31T00:57:07.730ZAug 31 00:57:06.628 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 } }]
38832026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.3/32 -> 10.0.0.255
38842026-08-31T00:57:07.730ZAug 31 00:57:06.628 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38852026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.4/32 -> 10.0.0.255
38862026-08-31T00:57:07.730ZAug 31 00:57:06.628 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 } }]
38872026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.5/32 -> 10.0.0.255
38882026-08-31T00:57:07.730ZAug 31 00:57:06.628 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38892026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.6/32 -> 10.0.0.255
38902026-08-31T00:57:07.730ZAug 31 00:57:06.628 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 } }]
38912026-08-31T00:57:07.730ZAug 31 00:57:06.628 INFO adding route 172.17.0.7/32 -> 10.0.0.255
38922026-08-31T00:57:07.730ZAug 31 00:57:06.629 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38932026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.8/32 -> 10.0.0.255
38942026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
38952026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.9/32 -> 10.0.0.255
38962026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
38972026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.10/32 -> 10.0.0.255
38982026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
38992026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.11/32 -> 10.0.0.255
39002026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
39012026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.12/32 -> 10.0.0.255
39022026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
39032026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.13/32 -> 10.0.0.255
39042026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
39052026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39062026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
39072026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39082026-08-31T00:57:07.730ZAug 31 00:57:06.634 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 } }]
39092026-08-31T00:57:07.730ZAug 31 00:57:06.634 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39102026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39112026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39122026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39132026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39142026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39152026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39162026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39172026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39182026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39192026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39202026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39212026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39222026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39232026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39242026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39252026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39262026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39272026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39282026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39292026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39302026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39312026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39322026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39332026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39342026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39352026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39362026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39372026-08-31T00:57:07.731Z
39382026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39392026-08-31T00:57:07.731ZAug 31 00:57:06.634 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 } }]
39402026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39412026-08-31T00:57:07.731Zrunning 0 tests
39422026-08-31T00:57:07.731ZAug 31 00:57:06.634 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39432026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39442026-08-31T00:57:07.731ZAug 31 00:57:06.634 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39452026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39462026-08-31T00:57:07.731ZAug 31 00:57:06.634 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39472026-08-31T00:57:07.731ZAug 31 00:57:06.634 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39482026-08-31T00:57:07.731Z
39492026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39502026-08-31T00:57:07.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39512026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39522026-08-31T00:57:07.732Z
39532026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39542026-08-31T00:57:07.732Z
39552026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39562026-08-31T00:57:07.732Zrunning 0 tests
39572026-08-31T00:57:07.732ZAug 31 00:57:06.634 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39582026-08-31T00:57:07.732Z
39592026-08-31T00:57:07.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39602026-08-31T00:57:07.732Z
39612026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39622026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39632026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39642026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39652026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39662026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39672026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39682026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39692026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39702026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39712026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39722026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39732026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39742026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39752026-08-31T00:57:07.732ZAug 31 00:57:06.634 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39762026-08-31T00:57:07.732ZAug 31 00:57:06.634 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 } }]
39772026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39782026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39792026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39802026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39812026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39822026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39832026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39842026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39852026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39862026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39872026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39882026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39892026-08-31T00:57:07.736ZAug 31 00:57:06.634 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39902026-08-31T00:57:07.736ZAug 31 00:57:06.634 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 } }]
39912026-08-31T00:57:07.737ZAug 31 00:57:06.634 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39922026-08-31T00:57:07.737ZAug 31 00:57:06.634 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 } }]
39932026-08-31T00:57:07.737ZAug 31 00:57:06.634 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39942026-08-31T00:57:07.737ZAug 31 00:57:06.634 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 } }]
39952026-08-31T00:57:07.737ZAug 31 00:57:06.634 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39962026-08-31T00:57:07.737ZAug 31 00:57:06.634 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 } }]
39972026-08-31T00:57:07.737ZAug 31 00:57:06.634 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39982026-08-31T00:57:07.737ZAug 31 00:57:06.634 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 } }]
39992026-08-31T00:57:07.737ZAug 31 00:57:06.634 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40002026-08-31T00:57:07.737ZAug 31 00:57:06.634 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 } }]
40012026-08-31T00:57:07.737ZAug 31 00:57:06.634 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40022026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40032026-08-31T00:57:07.737ZAug 31 00:57:06.635 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40042026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40052026-08-31T00:57:07.737ZAug 31 00:57:06.635 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40062026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40072026-08-31T00:57:07.737ZAug 31 00:57:06.635 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40082026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40092026-08-31T00:57:07.737ZAug 31 00:57:06.635 INFO adding route 172.17.0.61/32 -> 10.0.0.255
40102026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40112026-08-31T00:57:07.737ZAug 31 00:57:06.635 INFO adding route 172.17.0.62/32 -> 10.0.0.255
40122026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40132026-08-31T00:57:07.737ZAug 31 00:57:06.635 DEBG failed to allocate space for the new target list
40142026-08-31T00:57:07.737ZAug 31 00:57:06.635 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 } }]
40152026-08-31T00:57:07.737Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a)
40162026-08-31T00:57:07.737Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
40172026-08-31T00:57:07.737Z Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3)
40182026-08-31T00:57:07.737Z
40192026-08-31T00:57:07.737Zrunning 6 tests
40202026-08-31T00:57:07.737Ztest tests::test_full_lot_id_neither_present ... ok
40212026-08-31T00:57:07.737Ztest tests::test_full_lot_id_lot_only ... ok
40222026-08-31T00:57:07.737Ztest tests::test_parse_client_port_id ... ok
40232026-08-31T00:57:07.737Ztest tests::test_port_id_cmp ... ok
40242026-08-31T00:57:07.737Ztest tests::test_full_lot_id_both_present ... ok
40252026-08-31T00:57:07.737Ztest tests::test_full_lot_id_lotnum_only ... ok
40262026-08-31T00:57:07.737Z
40272026-08-31T00:57:07.737Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40282026-08-31T00:57:07.737Z
40292026-08-31T00:57:07.737Z Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2)
40302026-08-31T00:57:07.737Z
40312026-08-31T00:57:07.738Zrunning 0 tests
40322026-08-31T00:57:07.738Z
40332026-08-31T00:57:07.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40342026-08-31T00:57:07.738Z
40352026-08-31T00:57:07.738Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
40362026-08-31T00:57:07.738Z
40372026-08-31T00:57:07.738Zrunning 0 tests
40382026-08-31T00:57:07.738Z
40392026-08-31T00:57:07.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-08-31T00:57:07.738Z
40412026-08-31T00:57:07.738Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
40422026-08-31T00:57:07.738Z
40432026-08-31T00:57:07.738Zrunning 15 tests
40442026-08-31T00:57:07.738Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40452026-08-31T00:57:07.738Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40462026-08-31T00:57:07.738Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40472026-08-31T00:57:07.738Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40482026-08-31T00:57:07.738Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40492026-08-31T00:57:07.738Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40502026-08-31T00:57:07.738Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40512026-08-31T00:57:07.738Ztest v1::network::tests::test_equal ... ok
40522026-08-31T00:57:07.738Ztest v1::network::tests::test_eui64 ... ok
40532026-08-31T00:57:07.738Ztest v1::network::tests::test_into ... ok
40542026-08-31T00:57:07.738Ztest v1::network::tests::test_not_equal ... ok
40552026-08-31T00:57:07.738Ztest v1::network::tests::test_to_string ... ok
40562026-08-31T00:57:07.738Ztest v1::port::tests::port_ids_are_ascii ... ok
40572026-08-31T00:57:07.738Ztest v1::network::tests::test_parse ... ok
40582026-08-31T00:57:07.738Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40592026-08-31T00:57:07.738Z
40602026-08-31T00:57:07.738Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40612026-08-31T00:57:07.738Z
40622026-08-31T00:57:07.738Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
40632026-08-31T00:57:07.738Z
40642026-08-31T00:57:07.738Zrunning 12 tests
40652026-08-31T00:57:07.738Ztest icmp::test_v6_checksum ... ok
40662026-08-31T00:57:07.738Ztest lldp::test_lldp_parse ... ok
40672026-08-31T00:57:07.738Ztest icmp::test_v4_checksum ... ok
40682026-08-31T00:57:07.738Ztest ipv6::test_ipv6_parse ... ok
40692026-08-31T00:57:07.738Ztest pbuf::test_byte ... ok
40702026-08-31T00:57:07.739Ztest pbuf::test_nibble ... ok
40712026-08-31T00:57:07.739Ztest pbuf::test_short ... ok
40722026-08-31T00:57:07.739Ztest pbuf::test_overflow ... ok
40732026-08-31T00:57:07.739Ztest pbuf::test_twelve ... ok
40742026-08-31T00:57:07.739Ztest pbuf::test_word ... ok
40752026-08-31T00:57:07.739Ztest tcp::test_checksum_syn_nodata ... ok
40762026-08-31T00:57:07.739Ztest tcp::test_checksum_ack_data ... ok
40772026-08-31T00:57:07.742Z
40782026-08-31T00:57:07.742Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40792026-08-31T00:57:07.742Z
40802026-08-31T00:57:07.742Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40812026-08-31T00:57:07.742Z
40822026-08-31T00:57:07.742Zrunning 0 tests
40832026-08-31T00:57:07.742Z
40842026-08-31T00:57:07.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40852026-08-31T00:57:07.742Z
40862026-08-31T00:57:07.742Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
40872026-08-31T00:57:07.742Z
40882026-08-31T00:57:07.742Zrunning 5 tests
40892026-08-31T00:57:07.742Ztest switchport::test::test_compute_lanes ... ok
40902026-08-31T00:57:07.743Ztest switchport::test::port_id_ordering ... ok
40912026-08-31T00:57:07.743Z Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3
40922026-08-31T00:57:07.743ZLane 2 Lane 3 State: Activated
40932026-08-31T00:57:07.743ZActivated Rx Loss-of-lock: YesActivated ActivatedYes
40942026-08-31T00:57:07.743ZYes Rx Output Enabled: falseYes
40952026-08-31T00:57:07.743Zfalse Rx Loss-of-signal: Yes falseYes false
40962026-08-31T00:57:07.743ZYes Rx Output Status: valid Yes
40972026-08-31T00:57:07.743Zvalid valid Rx CDR Enabled: Yes validYes
40982026-08-31T00:57:07.743Z Rx Loss-of-lock: trueYes trueYes
40992026-08-31T00:57:07.743Z true Tx Enabled: Yes trueYes
41002026-08-31T00:57:07.743ZYes Rx Loss-of-signal: falseYes
41012026-08-31T00:57:07.743Zfalse Tx Loss-of-lock: Nofalse false
41022026-08-31T00:57:07.743ZNo Rx Auto-squelch Disable: true No Notrue
41032026-08-31T00:57:07.743Z Tx Loss-of-signal: No true Notrue
41042026-08-31T00:57:07.743ZNo No
41052026-08-31T00:57:07.743Z Tx Output Enabled: true Tx CDR Enabled: No trueNo No trueNo
41062026-08-31T00:57:07.743Ztrue
41072026-08-31T00:57:07.743Z Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalidNo Noinvalid
41082026-08-31T00:57:07.743Z Tx Fault: Yesinvalid
41092026-08-31T00:57:07.743ZYes Tx Loss-of-lock: false Yesfalse Yes
41102026-08-31T00:57:07.743Zfalse false
41112026-08-31T00:57:07.743Z Tx Loss-of-signal: true true true true
41122026-08-31T00:57:07.743ZTx Auto-squelch Disable: false false false false
41132026-08-31T00:57:07.743Z Tx Adaptive EQ Fail: true true true true
41142026-08-31T00:57:07.743Z Tx Failure: false false false false
41152026-08-31T00:57:07.743Z Tx Force Squelch: true true true true
41162026-08-31T00:57:07.743Z Tx Input Polarity: normal normal normal normal
41172026-08-31T00:57:07.743Ztest switchport::test::test_print_sff_datapath ... ok
41182026-08-31T00:57:07.743Ztest switchport::test::test_print_cmis_datapath ... ok
41192026-08-31T00:57:07.743Ztest link::test_filter ... ok
41202026-08-31T00:57:07.743Z
41212026-08-31T00:57:07.743Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41222026-08-31T00:57:07.743Z
41232026-08-31T00:57:07.743Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
41242026-08-31T00:57:07.743Z
41252026-08-31T00:57:07.743Zrunning 1 test
41262026-08-31T00:57:07.743Ztest test_p4_counter_list ... ignored
41272026-08-31T00:57:07.743Z
41282026-08-31T00:57:07.743Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41292026-08-31T00:57:07.744Z
41302026-08-31T00:57:07.744Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
41312026-08-31T00:57:07.744Z
41322026-08-31T00:57:07.744Zrunning 5 tests
41332026-08-31T00:57:07.744Ztest test_an ... ignored
41342026-08-31T00:57:07.744Ztest test_enable ... ignored
41352026-08-31T00:57:07.744Ztest test_ip_addresses ... ignored
41362026-08-31T00:57:07.744Ztest test_kr ... ignored
41372026-08-31T00:57:07.744Ztest test_mac ... ignored
41382026-08-31T00:57:07.744Z
41392026-08-31T00:57:07.744Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41402026-08-31T00:57:07.744Z
41412026-08-31T00:57:07.744Z Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428)
41422026-08-31T00:57:07.747Z
41432026-08-31T00:57:07.747Zrunning 3 tests
41442026-08-31T00:57:07.747Ztest linklocal::test_parse_ipadm ... ok
41452026-08-31T00:57:07.747Ztest tfport::test_parse_tfport ... ok
41462026-08-31T00:57:07.747Ztest config::tests::test_updates ... ok
41472026-08-31T00:57:07.747Z
41482026-08-31T00:57:07.747Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41492026-08-31T00:57:07.747Z
41502026-08-31T00:57:07.747Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
41512026-08-31T00:57:07.750Z
41522026-08-31T00:57:07.750Zrunning 0 tests
41532026-08-31T00:57:07.750Z
41542026-08-31T00:57:07.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41552026-08-31T00:57:07.750Z
41562026-08-31T00:57:07.750Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41572026-08-31T00:57:07.753Z
41582026-08-31T00:57:07.753Zrunning 0 tests
41592026-08-31T00:57:07.753Z
41602026-08-31T00:57:07.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41612026-08-31T00:57:07.753Z
41622026-08-31T00:57:07.753Z Doc-tests aal
41632026-08-31T00:57:07.976Z
41642026-08-31T00:57:07.976Zrunning 0 tests
41652026-08-31T00:57:07.976Z
41662026-08-31T00:57:07.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41672026-08-31T00:57:07.979Z
41682026-08-31T00:57:08.002Z Doc-tests aal_macros
41692026-08-31T00:57:08.072Z
41702026-08-31T00:57:08.072Zrunning 0 tests
41712026-08-31T00:57:08.072Z
41722026-08-31T00:57:08.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41732026-08-31T00:57:08.072Z
41742026-08-31T00:57:08.082Z Doc-tests common
41752026-08-31T00:57:08.312Z
41762026-08-31T00:57:08.312Zrunning 0 tests
41772026-08-31T00:57:08.312Z
41782026-08-31T00:57:08.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41792026-08-31T00:57:08.312Z
41802026-08-31T00:57:08.337Z Doc-tests dpd_api
41812026-08-31T00:57:09.044Z
41822026-08-31T00:57:09.044Zrunning 2 tests
41832026-08-31T00:57:09.044Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41842026-08-31T00:57:09.044Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41852026-08-31T00:57:09.044Z
41862026-08-31T00:57:09.044Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41872026-08-31T00:57:09.044Z
41882026-08-31T00:57:09.076Z Doc-tests dpd_client
41892026-08-31T00:57:10.472Z
41902026-08-31T00:57:10.472Zrunning 0 tests
41912026-08-31T00:57:10.472Z
41922026-08-31T00:57:10.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41932026-08-31T00:57:10.472Z
41942026-08-31T00:57:10.526Z Doc-tests dpd_types
41952026-08-31T00:57:10.712Z
41962026-08-31T00:57:10.712Zrunning 0 tests
41972026-08-31T00:57:10.712Z
41982026-08-31T00:57:10.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41992026-08-31T00:57:10.712Z
42002026-08-31T00:57:10.736Z Doc-tests dpd_types_versions
42012026-08-31T00:57:12.247Z
42022026-08-31T00:57:12.247Zrunning 1 test
42032026-08-31T00:57:12.247Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42042026-08-31T00:57:12.247Z
42052026-08-31T00:57:12.247Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42062026-08-31T00:57:12.247Z
42072026-08-31T00:57:12.296Z Doc-tests packet
42082026-08-31T00:57:12.514Z
42092026-08-31T00:57:12.515Zrunning 0 tests
42102026-08-31T00:57:12.515Z
42112026-08-31T00:57:12.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42122026-08-31T00:57:12.515Z
42132026-08-31T00:57:12.540Z Doc-tests pcap
42142026-08-31T00:57:12.591Z
42152026-08-31T00:57:12.591Zrunning 0 tests
42162026-08-31T00:57:12.591Z
42172026-08-31T00:57:12.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42182026-08-31T00:57:12.591Z
42192026-08-31T00:57:12.660Z+ for feat in tofino_stub tofino_asic softnpu chaos
42202026-08-31T00:57:12.660Z+ RUST_BACKTRACE=full
42212026-08-31T00:57:12.660Z+ cargo test --features tofino_asic --no-fail-fast
42222026-08-31T00:57:13.260Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42232026-08-31T00:57:13.340Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42242026-08-31T00:57:13.347Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42252026-08-31T00:57:13.354Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42262026-08-31T00:57:22.066Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42272026-08-31T00:57:22.314Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42282026-08-31T00:58:04.579Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.90s
42292026-08-31T00:58:04.698Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
42302026-08-31T00:58:04.701Z
42312026-08-31T00:58:04.701Zrunning 0 tests
42322026-08-31T00:58:04.701Z
42332026-08-31T00:58:04.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42342026-08-31T00:58:04.701Z
42352026-08-31T00:58:04.701Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42362026-08-31T00:58:04.704Z
42372026-08-31T00:58:04.704Zrunning 0 tests
42382026-08-31T00:58:04.704Z
42392026-08-31T00:58:04.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42402026-08-31T00:58:04.704Z
42412026-08-31T00:58:04.704Z Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340)
42422026-08-31T00:58:04.806Z
42432026-08-31T00:58:04.806Zrunning 8 tests
42442026-08-31T00:58:04.809Ztest tofino_asic::qsfp::tests::fix_link ... ok
42452026-08-31T00:58:04.809Ztest tofino_asic::stats::constants_sanity_check ... ok
42462026-08-31T00:58:04.809Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42472026-08-31T00:58:04.809Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42482026-08-31T00:58:04.809Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42492026-08-31T00:58:04.809Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42502026-08-31T00:58:04.817Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42512026-08-31T00:58:05.308Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42522026-08-31T00:58:05.309Z
42532026-08-31T00:58:05.309Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42542026-08-31T00:58:05.309Z
42552026-08-31T00:58:05.319Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
42562026-08-31T00:58:05.324Z
42572026-08-31T00:58:05.325Zrunning 4 tests
42582026-08-31T00:58:05.327Ztest nat::tests::test_vni ... ok
42592026-08-31T00:58:05.327Ztest network::tests::test_generate_ipv6_link_local ... ok
42602026-08-31T00:58:05.328Ztest test_purge ... ok
42612026-08-31T00:58:05.330Ztest illumos::test::address_exists_handles_missing_object ... ok
42622026-08-31T00:58:05.331Z
42632026-08-31T00:58:05.331Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42642026-08-31T00:58:05.331Z
42652026-08-31T00:58:05.331Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
42662026-08-31T00:58:05.334Z
42672026-08-31T00:58:05.334Zrunning 1 test
42682026-08-31T00:58:05.337Z -------
42692026-08-31T00:58:05.337Z Generating OpenAPI documents from API definitions ...
42702026-08-31T00:58:05.476Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42712026-08-31T00:58:05.547Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42722026-08-31T00:58:06.635Z -------
42732026-08-31T00:58:06.635Z Checking 13 OpenAPI documents...
42742026-08-31T00:58:06.635Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-31T00:58:06.635Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-31T00:58:06.635Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-31T00:58:06.635Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-31T00:58:06.639Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-31T00:58:06.639Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-31T00:58:06.639Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-31T00:58:06.639Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-31T00:58:06.639Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-31T00:58:06.639Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-31T00:58:06.639Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-31T00:58:06.639Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-31T00:58:06.640Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-31T00:58:06.640Z Fresh dpd "latest" symlink
42882026-08-31T00:58:06.640Z -------
42892026-08-31T00:58:06.640Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42902026-08-31T00:58:06.706Ztest test::test_apis_up_to_date ... ok
42912026-08-31T00:58:06.706Z
42922026-08-31T00:58:06.706Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
42932026-08-31T00:58:06.706Z
42942026-08-31T00:58:06.762Z Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f)
42952026-08-31T00:58:06.830Z
42962026-08-31T00:58:06.831Zrunning 66 tests
42972026-08-31T00:58:06.834Ztest freemap::test_ordering ... ok
42982026-08-31T00:58:06.834Ztest config::tests::test_updates ... ok
42992026-08-31T00:58:06.834Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43002026-08-31T00:58:06.834Ztest freemap::test_split ... ok
43012026-08-31T00:58:06.834Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43022026-08-31T00:58:06.834Ztest macaddrs::tests::test_mac_offset ... ok
43032026-08-31T00:58:06.838Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43042026-08-31T00:58:06.838Ztest macaddrs::tests::test_parse_port_id ... ok
43052026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test
43062026-08-31T00:58:06.838Ztest nat::test_mapping ... ok
43072026-08-31T00:58:06.838ZAug 31 00:58:05.772Aug 31 00:58:05.772 DEBGDEBG created new freemapinitted freemap. size: 128, unit, :unit :freemap_test
43082026-08-31T00:58:06.838Zfreemap_test
43092026-08-31T00:58:06.838ZAug 31 00:58:05.772 Aug 31 00:58:05.772DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
43102026-08-31T00:58:06.838Zfreemap_test
43112026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG reset freemap, unit: freemap_test
43122026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test
43132026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG initted freemap. size: 128, unit: freemap_test
43142026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG reset freemap, unit: freemap_test
43152026-08-31T00:58:06.838Ztest freemap::test_free ... ok
43162026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test
43172026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG initted freemap. size: 128, unit: freemap_test
43182026-08-31T00:58:06.838ZAug 31 00:58:05.773 DEBG reset freemap, unit: freemap_test
43192026-08-31T00:58:06.838Ztest freemap::test_exhaustion ... ok
43202026-08-31T00:58:06.838Ztest freemap::test_reclaim ... ok
43212026-08-31T00:58:06.838ZAug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test
43222026-08-31T00:58:06.838ZAug 31 00:58:05.773 DEBG initted freemap. size: 8, unit: freemap_test
43232026-08-31T00:58:06.838ZAug 31 00:58:05.773 DEBG reset freemap, unit: freemap_test
43242026-08-31T00:58:06.839Ztest freemap::test_basic ... ok
43252026-08-31T00:58:06.839Ztest port_map::tests::test_backplane_group ... ok
43262026-08-31T00:58:06.839Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43272026-08-31T00:58:06.839Ztest port_map::tests::test_port_map ... ok
43282026-08-31T00:58:06.839Ztest port_map::tests::dump_map ... ok
43292026-08-31T00:58:06.839ZAug 31 00:58:05.773 DEBG created new freemap, unit: freemap_test
43302026-08-31T00:58:06.839ZAug 31 00:58:05.773 DEBG initted freemap. size: 128, unit: freemap_test
43312026-08-31T00:58:06.839ZAug 31 00:58:05.773 DEBG reset freemap, unit: freemap_test
43322026-08-31T00:58:06.839Ztest freemap::test_span ... ok
43332026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv4
43342026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv6
43352026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43362026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv4
43372026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43382026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv6
43392026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43402026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43412026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43422026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv4
43432026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv6
43442026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43452026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv4
43462026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43472026-08-31T00:58:06.839ZAug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv6
43482026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43492026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43502026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43512026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43522026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43532026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43542026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43552026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43562026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43572026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43582026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43592026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43602026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43612026-08-31T00:58:06.839ZAug 31 00:58:05.774 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 } }]
43622026-08-31T00:58:06.839ZAug 31 00:58:05.774 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43632026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43642026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43652026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43662026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43672026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43682026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43692026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43702026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43712026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43722026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43732026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43742026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43752026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43762026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43772026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43782026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 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 } }]
43792026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43802026-08-31T00:58:06.840Ztest port_map::tests::parse_softnpu_revision ... ok
43812026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43822026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
43832026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43842026-08-31T00:58:06.840Z Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
43852026-08-31T00:58:06.840Z
43862026-08-31T00:58:06.840ZAug 31 00:58:05.774 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 } }]
43872026-08-31T00:58:06.840ZAug 31 00:58:05.774 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43882026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
43892026-08-31T00:58:06.840Z
43902026-08-31T00:58:06.840Ztest api_server::tests::test_build_info ... ok
43912026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
43922026-08-31T00:58:06.840Z
43932026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 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: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 } }]
43942026-08-31T00:58:06.840Z
43952026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
43962026-08-31T00:58:06.840Z
43972026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 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: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 } }]
43982026-08-31T00:58:06.840Z
43992026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44002026-08-31T00:58:06.840Z
44012026-08-31T00:58:06.840ZAug 31 00:58:05.774Aug 31 00:58:05.774 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:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44022026-08-31T00:58:06.840Z
44032026-08-31T00:58:06.844ZAug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFOAug 31 00:58:05.774 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44042026-08-31T00:58:06.844Z
44052026-08-31T00:58:06.844Zcreated new freemap, Aug 31 00:58:05.774unitAug 31 00:58:05.774 DEBGDEBG: replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
44062026-08-31T00:58:06.844Zfreemap_route_ipv4
44072026-08-31T00:58:06.844Z
44082026-08-31T00:58:06.844ZAug 31 00:58:05.774Aug 31 00:58:05.774Aug 31 00:58:05.774 INFO DEBG INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44092026-08-31T00:58:06.844Z
44102026-08-31T00:58:06.844Zcreated new freemap, unit: freemap_route_ipv6Aug 31 00:58:05.774
44112026-08-31T00:58:06.845Z DEBGAug 31 00:58:05.774 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 } }]
44122026-08-31T00:58:06.845ZDEBGAug 31 00:58:05.774Aug 31 00:58:05.774 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 } }]DEBGAug 31 00:58:05.774
44132026-08-31T00:58:06.845Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffcreated new freemap
44142026-08-31T00:58:06.845ZAug 31 00:58:05.774DEBG, INFO unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: Aug 31 00:58:05.774
44152026-08-31T00:58:06.845Zinitted freemap. size: 64 DEBG , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.774
44162026-08-31T00:58:06.845Z freemap_route_ipv4unit: DEBG
44172026-08-31T00:58:06.845Zfreemap_route_ipv4Aug 31 00:58:05.774
44182026-08-31T00:58:06.845Z INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44192026-08-31T00:58:06.845Z
44202026-08-31T00:58:06.845ZAug 31 00:58:05.774Aug 31 00:58:05.774Aug 31 00:58:05.774 Aug 31 00:58:05.774INFO DEBGDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44212026-08-31T00:58:06.845Z created new freemap DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
44222026-08-31T00:58:06.845Zunit :Aug 31 00:58:05.774reset freemap Aug 31 00:58:05.774DEBG, unitreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
44232026-08-31T00:58:06.845ZINFOfreemap_route_ipv6 freemap_route_ipv4
44242026-08-31T00:58:06.845Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:58:05.774
44252026-08-31T00:58:06.845Z
44262026-08-31T00:58:06.845ZAug 31 00:58:05.774INFOAug 31 00:58:05.774 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44272026-08-31T00:58:06.845ZDEBGAug 31 00:58:05.774 initted freemap. size: 64Aug 31 00:58:05.774Aug 31 00:58:05.774 DEBGDEBG 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 } }]
44282026-08-31T00:58:06.845Zreplacing 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 } }]initted freemap. size: 64DEBG
44292026-08-31T00:58:06.845Z, Aug 31 00:58:05.774unit :INFO created new freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44302026-08-31T00:58:06.845Z, freemap_route_ipv6unit
44312026-08-31T00:58:06.845Z:Aug 31 00:58:05.774Aug 31 00:58:05.774 freemap_route_ipv4 Aug 31 00:58:05.774DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44322026-08-31T00:58:06.845ZDEBG
44332026-08-31T00:58:06.845Z
44342026-08-31T00:58:06.845Z reset freemap, Aug 31 00:58:05.774unit :INFOAug 31 00:58:05.774 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44352026-08-31T00:58:06.845Zfreemap_route_ipv6DEBG
44362026-08-31T00:58:06.845Z Aug 31 00:58:05.774replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
44372026-08-31T00:58:06.845Zcreated new freemapAug 31 00:58:05.774, unitDEBGAug 31 00:58:05.774 Aug 31 00:58:05.774 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 } }]
44382026-08-31T00:58:06.845ZINFO: INFO Aug 31 00:58:05.774freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
44392026-08-31T00:58:06.845ZINFO
44402026-08-31T00:58:06.845Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44412026-08-31T00:58:06.845Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44422026-08-31T00:58:06.845ZAug 31 00:58:05.774 Aug 31 00:58:05.774DEBG Aug 31 00:58:05.774replacing 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
44432026-08-31T00:58:06.845Z initted freemap. size: 64DEBG Aug 31 00:58:05.774replacing 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 31 00:58:05.775
44442026-08-31T00:58:06.845Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG,
44452026-08-31T00:58:06.845Z Aug 31 00:58:05.775replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit :
44462026-08-31T00:58:06.845Z Aug 31 00:58:05.775INFO Aug 31 00:58:05.775DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44472026-08-31T00:58:06.845Z
44482026-08-31T00:58:06.845Zfreemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
44492026-08-31T00:58:06.845ZAug 31 00:58:05.775
44502026-08-31T00:58:06.845Z Aug 31 00:58:05.775 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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
44512026-08-31T00:58:06.846Z
44522026-08-31T00:58:06.846Z DEBG Aug 31 00:58:05.775replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
44532026-08-31T00:58:06.846ZAug 31 00:58:05.775 DEBGAug 31 00:58:05.775 DEBG Aug 31 00:58:05.775replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44542026-08-31T00:58:06.846Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44552026-08-31T00:58:06.846ZINFO reset freemap , Aug 31 00:58:05.775adding route 3fff:beef::/64 -> 2001:db8::55:ff
44562026-08-31T00:58:06.846ZINFOAug 31 00:58:05.775 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
44572026-08-31T00:58:06.846Z 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 } }]unitAug 31 00:58:05.775Aug 31 00:58:05.775
44582026-08-31T00:58:06.846ZDEBGDEBG :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 } }]
44592026-08-31T00:58:06.846Zfreemap_route_ipv4 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44602026-08-31T00:58:06.846Z
44612026-08-31T00:58:06.846ZAug 31 00:58:05.775 Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44622026-08-31T00:58:06.846ZAug 31 00:58:05.775
44632026-08-31T00:58:06.846Z Aug 31 00:58:05.775INFO Aug 31 00:58:05.775Aug 31 00:58:05.775 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBGDEBGDEBG
44642026-08-31T00:58:06.846Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
44652026-08-31T00:58:06.846Z
44662026-08-31T00:58:06.846Zinitted freemap. size: 64Aug 31 00:58:05.775, Aug 31 00:58:05.775 INFOAug 31 00:58:05.775 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44672026-08-31T00:58:06.846Z INFOunitreplacing 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 } }]:
44682026-08-31T00:58:06.846Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 31 00:58:05.775freemap_route_ipv6
44692026-08-31T00:58:06.846Z
44702026-08-31T00:58:06.846ZAug 31 00:58:05.775DEBG Aug 31 00:58:05.775replacing 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 } }]
44712026-08-31T00:58:06.846ZDEBGINFO adding route 3fff:beef:2::/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 } }]
44722026-08-31T00:58:06.846Z
44732026-08-31T00:58:06.846ZAug 31 00:58:05.775Aug 31 00:58:05.775 DEBG reset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
44742026-08-31T00:58:06.846Z
44752026-08-31T00:58:06.846ZAug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775 DEBG INFODEBG 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 } }] reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1
44762026-08-31T00:58:06.846Z,
44772026-08-31T00:58:06.846Zunit: Aug 31 00:58:05.775freemap_route_ipv4
44782026-08-31T00:58:06.846ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44792026-08-31T00:58:06.846ZAug 31 00:58:05.775 Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGINFO initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ff, DEBGunit
44802026-08-31T00:58:06.846Z:INFO 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 } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
44812026-08-31T00:58:06.846Z
44822026-08-31T00:58:06.846Z
44832026-08-31T00:58:06.846ZDEBG 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 } }]
44842026-08-31T00:58:06.846ZAug 31 00:58:05.775 DEBGAug 31 00:58:05.775 reset freemapDEBGAug 31 00:58:05.775, INFOunit :adding route 3fff:beef:4::/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 } }]
44852026-08-31T00:58:06.846Z
44862026-08-31T00:58:06.846Z freemap_route_ipv6
44872026-08-31T00:58:06.846ZAug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
44882026-08-31T00:58:06.846Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44892026-08-31T00:58:06.846Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
44902026-08-31T00:58:06.846Z DEBGAug 31 00:58:05.775 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 } }]INFO
44912026-08-31T00:58:06.847Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44922026-08-31T00:58:06.847ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGINFO DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
44932026-08-31T00:58:06.847Z
44942026-08-31T00:58:06.847Z
44952026-08-31T00:58:06.847ZAug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775 INFODEBG 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 3fff:beef:6::/64 -> 2001:db8::55:ff
44962026-08-31T00:58:06.847Z
44972026-08-31T00:58:06.847Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44982026-08-31T00:58:06.847ZAug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG Aug 31 00:58:05.775adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
44992026-08-31T00:58:06.847Z
45002026-08-31T00:58:06.847ZDEBG 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 } }]
45012026-08-31T00:58:06.847ZAug 31 00:58:05.775 Aug 31 00:58:05.775DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 31 00:58:05.775adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45022026-08-31T00:58:06.847Z
45032026-08-31T00:58:06.851Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45042026-08-31T00:58:06.851Z Aug 31 00:58:05.775DEBG INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
45052026-08-31T00:58:06.851Z
45062026-08-31T00:58:06.851ZAug 31 00:58:05.775 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775Aug 31 00:58:05.775 INFO
45072026-08-31T00:58:06.851Z DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45082026-08-31T00:58:06.851Zreplacing 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 } }]
45092026-08-31T00:58:06.851ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 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 } }]INFO
45102026-08-31T00:58:06.851Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ff
45112026-08-31T00:58:06.851Z
45122026-08-31T00:58:06.851ZAug 31 00:58:05.775 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45132026-08-31T00:58:06.851ZAug 31 00:58:05.775Aug 31 00:58:05.775 DEBGAug 31 00:58:05.775DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45142026-08-31T00:58:06.851Zreplacing 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 } }]
45152026-08-31T00:58:06.851Z
45162026-08-31T00:58:06.851ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45172026-08-31T00:58:06.851Z
45182026-08-31T00:58:06.851ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45192026-08-31T00:58:06.851Z Aug 31 00:58:05.775DEBG 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
45202026-08-31T00:58:06.851Z Aug 31 00:58:05.775replacing 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 } }]
45212026-08-31T00:58:06.852ZDEBGAug 31 00:58:05.775 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45222026-08-31T00:58:06.852Z Aug 31 00:58:05.775adding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFO
45232026-08-31T00:58:06.852Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45242026-08-31T00:58:06.852Z Aug 31 00:58:05.775INFO DEBGAug 31 00:58:05.775adding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }]
45252026-08-31T00:58:06.852Zreplacing 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 } }]
45262026-08-31T00:58:06.852Z
45272026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775INFO INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45282026-08-31T00:58:06.852Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
45292026-08-31T00:58:06.852Z 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 31 00:58:05.775
45302026-08-31T00:58:06.852ZAug 31 00:58:05.775 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:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45312026-08-31T00:58:06.852Z
45322026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45332026-08-31T00:58:06.852Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45342026-08-31T00:58:06.852Z
45352026-08-31T00:58:06.852ZAug 31 00:58:05.775 DEBGAug 31 00:58:05.775Aug 31 00:58:05.775 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45362026-08-31T00:58:06.852ZDEBG 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 } }]
45372026-08-31T00:58:06.852Zreplacing 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 31 00:58:05.775
45382026-08-31T00:58:06.852ZAug 31 00:58:05.775 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45392026-08-31T00:58:06.852Z
45402026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45412026-08-31T00:58:06.852ZINFOreplacing 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 } }]
45422026-08-31T00:58:06.852Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45432026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45442026-08-31T00:58:06.852Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
45452026-08-31T00:58:06.852Z 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 } }]
45462026-08-31T00:58:06.852ZAug 31 00:58:05.775 Aug 31 00:58:05.775DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45472026-08-31T00:58:06.852Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775
45482026-08-31T00:58:06.852Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45492026-08-31T00:58:06.852ZAug 31 00:58:05.775 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45502026-08-31T00:58:06.852Z
45512026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775DEBG 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 } }]DEBGDEBG
45522026-08-31T00:58:06.852Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45532026-08-31T00:58:06.852Z
45542026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45552026-08-31T00:58:06.852Z
45562026-08-31T00:58:06.852Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45572026-08-31T00:58:06.852ZAug 31 00:58:05.775Aug 31 00:58:05.775 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 } }]Aug 31 00:58:05.775replacing 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 } }]
45582026-08-31T00:58:06.852Z
45592026-08-31T00:58:06.852Z 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 31 00:58:05.775
45602026-08-31T00:58:06.852Z Aug 31 00:58:05.775INFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45612026-08-31T00:58:06.853Z
45622026-08-31T00:58:06.853ZAug 31 00:58:05.775 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45632026-08-31T00:58:06.853ZAug 31 00:58:05.775 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45642026-08-31T00:58:06.853Z
45652026-08-31T00:58:06.853ZAug 31 00:58:05.775 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 31 00:58:05.775
45662026-08-31T00:58:06.853Z INFOAug 31 00:58:05.775 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
45672026-08-31T00:58:06.853Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45682026-08-31T00:58:06.853ZAug 31 00:58:05.775 INFOAug 31 00:58:05.775 Aug 31 00:58:05.775DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45692026-08-31T00:58:06.853Zreplacing 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:1c::/64 -> 2001:db8::55:ff
45702026-08-31T00:58:06.853Z
45712026-08-31T00:58:06.853ZAug 31 00:58:05.775 Aug 31 00:58:05.775Aug 31 00:58:05.775INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
45722026-08-31T00:58:06.853Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
45732026-08-31T00:58:06.853Z 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 31 00:58:05.775
45742026-08-31T00:58:06.853Z Aug 31 00:58:05.775DEBG DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 31 00:58:05.775
45752026-08-31T00:58:06.853Z
45762026-08-31T00:58:06.853Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45772026-08-31T00:58:06.853ZAug 31 00:58:05.775 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45782026-08-31T00:58:06.853Z
45792026-08-31T00:58:06.853ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGDEBGDEBG 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 } }]
45802026-08-31T00:58:06.853Zreplacing 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 } }]
45812026-08-31T00:58:06.853Zreplacing 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 } }]
45822026-08-31T00:58:06.853ZAug 31 00:58:05.775 INFOAug 31 00:58:05.775Aug 31 00:58:05.775 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOINFO
45832026-08-31T00:58:06.853Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45842026-08-31T00:58:06.853Z
45852026-08-31T00:58:06.853ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGDEBG 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 } }] 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 } }]
45862026-08-31T00:58:06.853Z
45872026-08-31T00:58:06.853Zreplacing 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 } }]
45882026-08-31T00:58:06.853ZAug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFOAug 31 00:58:05.775 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45892026-08-31T00:58:06.853Z
45902026-08-31T00:58:06.853Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 00:58:05.775
45912026-08-31T00:58:06.853ZAug 31 00:58:05.775 DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45922026-08-31T00:58:06.853Zreplacing 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 31 00:58:05.775
45932026-08-31T00:58:06.853Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775Aug 31 00:58:05.775
45942026-08-31T00:58:06.853Z INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45952026-08-31T00:58:06.853Z
45962026-08-31T00:58:06.853ZAug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45972026-08-31T00:58:06.853Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45982026-08-31T00:58:06.853Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45992026-08-31T00:58:06.853ZAug 31 00:58:05.775 INFOAug 31 00:58:05.775 Aug 31 00:58:05.775 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
46002026-08-31T00:58:06.854Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46012026-08-31T00:58:06.854ZAug 31 00:58:05.775 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 } }]
46022026-08-31T00:58:06.854ZAug 31 00:58:05.775 INFODEBG adding route 3fff:beef:21::/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 } }]
46032026-08-31T00:58:06.858Z
46042026-08-31T00:58:06.858ZAug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46052026-08-31T00:58:06.858Z
46062026-08-31T00:58:06.858ZAug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:22::/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 } }]
46072026-08-31T00:58:06.858Z
46082026-08-31T00:58:06.858ZAug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:1b::/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 } }]
46092026-08-31T00:58:06.858Z
46102026-08-31T00:58:06.858ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO 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:23::/64 -> 2001:db8::55:ff
46112026-08-31T00:58:06.858Z
46122026-08-31T00:58:06.858ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG adding route 3fff:beef:1c::/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 } }]
46132026-08-31T00:58:06.858Z
46142026-08-31T00:58:06.858ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46152026-08-31T00:58:06.858Z
46162026-08-31T00:58:06.858ZAug 31 00:58:05.776Aug 31 00:58:05.776 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:1d::/64 -> 2001:db8::55:ff
46172026-08-31T00:58:06.858Z
46182026-08-31T00:58:06.858ZAug 31 00:58:05.776Aug 31 00:58:05.775Aug 31 00:58:05.776 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46192026-08-31T00:58:06.858Z
46202026-08-31T00:58:06.858ZAug 31 00:58:05.776 Aug 31 00:58:05.776INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46212026-08-31T00:58:06.858Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46222026-08-31T00:58:06.858ZAug 31 00:58:05.776 Aug 31 00:58:05.776DEBG 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 } }]
46232026-08-31T00:58:06.858Zreplacing 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 } }]
46242026-08-31T00:58:06.858ZAug 31 00:58:05.776 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46252026-08-31T00:58:06.858ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG adding route 3fff:beef:12::/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 } }]
46262026-08-31T00:58:06.859Z
46272026-08-31T00:58:06.859ZAug 31 00:58:05.776Aug 31 00:58:05.776 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:20::/64 -> 2001:db8::55:ff
46282026-08-31T00:58:06.859Z
46292026-08-31T00:58:06.859ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
46302026-08-31T00:58:06.859Zreplacing 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 } }]
46312026-08-31T00:58:06.859ZDEBG created new freemapAug 31 00:58:05.776, unitAug 31 00:58:05.776DEBG: freemap_route_ipv4replacing 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
46322026-08-31T00:58:06.859Z
46332026-08-31T00:58:06.859Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46342026-08-31T00:58:06.859ZAug 31 00:58:05.776 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
46352026-08-31T00:58:06.859Z Aug 31 00:58:05.776DEBG 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 } }] Aug 31 00:58:05.776
46362026-08-31T00:58:06.859Zcreated new freemap , DEBG 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 } }]:Aug 31 00:58:05.776
46372026-08-31T00:58:06.859Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6
46382026-08-31T00:58:06.859Z
46392026-08-31T00:58:06.859ZAug 31 00:58:05.776 INFO Aug 31 00:58:05.776Aug 31 00:58:05.776 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGDEBG
46402026-08-31T00:58:06.859Zinitted freemap. size: 64replacing 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 } }],
46412026-08-31T00:58:06.859ZunitAug 31 00:58:05.776 :DEBG freemap_route_ipv4
46422026-08-31T00:58:06.859Zreplacing 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 31 00:58:05.776
46432026-08-31T00:58:06.859Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
46442026-08-31T00:58:06.859Z DEBG Aug 31 00:58:05.776reset freemap Aug 31 00:58:05.776, INFOunit : adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
46452026-08-31T00:58:06.859Z
46462026-08-31T00:58:06.859Zreplacing 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 } }]
46472026-08-31T00:58:06.859ZAug 31 00:58:05.776 DEBGAug 31 00:58:05.776Aug 31 00:58:05.776 INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46482026-08-31T00:58:06.859Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
46492026-08-31T00:58:06.859Z initted freemap. size: 64Aug 31 00:58:05.776, unitINFOAug 31 00:58:05.776: DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv6
46502026-08-31T00:58:06.859Z
46512026-08-31T00:58:06.859Zreplacing 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 } }]
46522026-08-31T00:58:06.859ZAug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff reset freemapreplacing 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 } }]
46532026-08-31T00:58:06.859Z,
46542026-08-31T00:58:06.859Zunit:Aug 31 00:58:05.776 freemap_route_ipv6DEBG
46552026-08-31T00:58:06.859Z 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 } }]
46562026-08-31T00:58:06.859ZAug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776 INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
46572026-08-31T00:58:06.859Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46582026-08-31T00:58:06.859Zadding route 172.16.0.0/32 -> 10.0.0.1
46592026-08-31T00:58:06.859ZAug 31 00:58:05.776 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 } }]
46602026-08-31T00:58:06.859ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFOAug 31 00:58:05.776 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46612026-08-31T00:58:06.859Z
46622026-08-31T00:58:06.859Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
46632026-08-31T00:58:06.859ZAug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 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:27::/64 -> 2001:db8::55:ff
46642026-08-31T00:58:06.859Z
46652026-08-31T00:58:06.859Z DEBG Aug 31 00:58:05.776 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46662026-08-31T00:58:06.860ZAug 31 00:58:05.776Aug 31 00:58:05.776 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
46672026-08-31T00:58:06.860ZDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46682026-08-31T00:58:06.860Z
46692026-08-31T00:58:06.860ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46702026-08-31T00:58:06.860Z
46712026-08-31T00:58:06.860ZAug 31 00:58:05.776 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 } }]
46722026-08-31T00:58:06.860ZAug 31 00:58:05.776 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776
46732026-08-31T00:58:06.860Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46742026-08-31T00:58:06.860ZAug 31 00:58:05.776 INFOAug 31 00:58:05.776 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
46752026-08-31T00:58:06.860Z 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 } }]
46762026-08-31T00:58:06.860Z Aug 31 00:58:05.776Aug 31 00:58:05.776INFO DEBGINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46772026-08-31T00:58:06.860Z
46782026-08-31T00:58:06.860Z
46792026-08-31T00:58:06.860ZAug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46802026-08-31T00:58:06.860Zreplacing 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: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 } }]
46812026-08-31T00:58:06.860Z
46822026-08-31T00:58:06.860Ztest route::tests::grow_succeeds ... ok
46832026-08-31T00:58:06.860ZAug 31 00:58:05.776Aug 31 00:58:05.776 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:1e::/64 -> 2001:db8::55:ff
46842026-08-31T00:58:06.860Z
46852026-08-31T00:58:06.860ZAug 31 00:58:05.776 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 31 00:58:05.776
46862026-08-31T00:58:06.860Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46872026-08-31T00:58:06.860Z Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG 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 } }]
46882026-08-31T00:58:06.860Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46892026-08-31T00:58:06.860Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46902026-08-31T00:58:06.860ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46912026-08-31T00:58:06.860Zreplacing 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 } }]
46922026-08-31T00:58:06.860ZAug 31 00:58:05.776 DEBG Aug 31 00:58:05.776replacing 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 31 00:58:05.776INFO
46932026-08-31T00:58:06.860Z 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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46942026-08-31T00:58:06.860ZAug 31 00:58:05.776
46952026-08-31T00:58:06.860Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
46962026-08-31T00:58:06.860ZAug 31 00:58:05.776 INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46972026-08-31T00:58:06.860ZAug 31 00:58:05.776replacing 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 } }]
46982026-08-31T00:58:06.860ZDEBG Aug 31 00:58:05.776Aug 31 00:58:05.776 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46992026-08-31T00:58:06.860Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47002026-08-31T00:58:06.860Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
47012026-08-31T00:58:06.860Z Aug 31 00:58:05.776 INFOINFO Aug 31 00:58:05.776adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47022026-08-31T00:58:06.860Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG
47032026-08-31T00:58:06.864ZAug 31 00:58:05.776 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47042026-08-31T00:58:06.864Z 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 } }]
47052026-08-31T00:58:06.864ZAug 31 00:58:05.776 DEBG Aug 31 00:58:05.776Aug 31 00:58:05.776 INFOINFOreplacing 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 } }]
47062026-08-31T00:58:06.864Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47072026-08-31T00:58:06.864Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
47082026-08-31T00:58:06.864Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
47092026-08-31T00:58:06.864ZAug 31 00:58:05.776 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47102026-08-31T00:58:06.864Zreplacing 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 31 00:58:05.776
47112026-08-31T00:58:06.864Z 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 31 00:58:05.776Aug 31 00:58:05.776
47122026-08-31T00:58:06.864ZINFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47132026-08-31T00:58:06.864Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47142026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBG DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47152026-08-31T00:58:06.865Z 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 } }]
47162026-08-31T00:58:06.865Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47172026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47182026-08-31T00:58:06.865Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47192026-08-31T00:58:06.865ZAug 31 00:58:05.776 DEBGAug 31 00:58:05.776 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 31 00:58:05.776 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 } }]
47202026-08-31T00:58:06.865Z
47212026-08-31T00:58:06.865ZDEBG 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 } }]
47222026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776 INFOINFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47232026-08-31T00:58:06.865Z
47242026-08-31T00:58:06.865Z
47252026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGDEBGAug 31 00:58:05.776 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 } }]DEBG
47262026-08-31T00:58:06.865Z 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: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 } }]
47272026-08-31T00:58:06.865ZAug 31 00:58:05.776
47282026-08-31T00:58:06.865ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 00:58:05.776Aug 31 00:58:05.776
47292026-08-31T00:58:06.865Z INFOINFO Aug 31 00:58:05.776adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47302026-08-31T00:58:06.865ZDEBG
47312026-08-31T00:58:06.865Zreplacing 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 } }]
47322026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776 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 } }]Aug 31 00:58:05.776replacing 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 } }]
47332026-08-31T00:58:06.865ZINFO
47342026-08-31T00:58:06.865Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47352026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47362026-08-31T00:58:06.865Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47372026-08-31T00:58:06.865Z
47382026-08-31T00:58:06.865ZAug 31 00:58:05.776 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:58:05.776Aug 31 00:58:05.776
47392026-08-31T00:58:06.865ZDEBG 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 } }]
47402026-08-31T00:58:06.865Zreplacing 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 31 00:58:05.776
47412026-08-31T00:58:06.865Z DEBGAug 31 00:58:05.776 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
47422026-08-31T00:58:06.865Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 00:58:05.776
47432026-08-31T00:58:06.865ZAug 31 00:58:05.776 INFO INFOAug 31 00:58:05.776 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47442026-08-31T00:58:06.865ZDEBG
47452026-08-31T00:58:06.865Z 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 } }]
47462026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47472026-08-31T00:58:06.865ZDEBGreplacing 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 } }]
47482026-08-31T00:58:06.865Zreplacing 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 } }]
47492026-08-31T00:58:06.865ZAug 31 00:58:05.776 Aug 31 00:58:05.776Aug 31 00:58:05.776DEBG INFO 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
47502026-08-31T00:58:06.865Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47512026-08-31T00:58:06.865Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47522026-08-31T00:58:06.865ZAug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776DEBGINFO adding route 3fff:beef:2a::/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 } }]
47532026-08-31T00:58:06.866Z
47542026-08-31T00:58:06.866ZDEBG 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 } }]
47552026-08-31T00:58:06.866ZAug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776INFO DEBGINFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 3fff:beef:29::/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 } }]
47562026-08-31T00:58:06.866Z
47572026-08-31T00:58:06.866Z
47582026-08-31T00:58:06.866ZAug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776DEBG 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 } }]
47592026-08-31T00:58:06.866Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
47602026-08-31T00:58:06.866Z 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 31 00:58:05.776
47612026-08-31T00:58:06.866Z Aug 31 00:58:05.776INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47622026-08-31T00:58:06.866Zreplacing 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 } }]
47632026-08-31T00:58:06.866ZAug 31 00:58:05.776Aug 31 00:58:05.776 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47642026-08-31T00:58:06.866ZAug 31 00:58:05.776
47652026-08-31T00:58:06.866Z 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 31 00:58:05.776
47662026-08-31T00:58:06.866Z DEBGAug 31 00:58:05.776 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
47672026-08-31T00:58:06.866ZAug 31 00:58:05.776 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 } }]
47682026-08-31T00:58:06.866ZINFO Aug 31 00:58:05.776adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47692026-08-31T00:58:06.866ZINFO Aug 31 00:58:05.776adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47702026-08-31T00:58:06.866ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47712026-08-31T00:58:06.866ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
47722026-08-31T00:58:06.866Z
47732026-08-31T00:58:06.866ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO Aug 31 00:58:05.776replacing 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 } }]
47742026-08-31T00:58:06.866ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47752026-08-31T00:58:06.866Z
47762026-08-31T00:58:06.866ZAug 31 00:58:05.776Aug 31 00:58:05.776 DEBGAug 31 00:58:05.776 INFODEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47772026-08-31T00:58:06.866Z
47782026-08-31T00:58:06.866Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47792026-08-31T00:58:06.866ZAug 31 00:58:05.777 Aug 31 00:58:05.777INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47802026-08-31T00:58:06.866ZAug 31 00:58:05.777replacing 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 } }]
47812026-08-31T00:58:06.866ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 00:58:05.777
47822026-08-31T00:58:06.866Z 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 } }]Aug 31 00:58:05.777
47832026-08-31T00:58:06.866Z Aug 31 00:58:05.777DEBG 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 } }]INFO
47842026-08-31T00:58:06.866ZAug 31 00:58:05.777 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
47852026-08-31T00:58:06.866Z
47862026-08-31T00:58:06.866ZAug 31 00:58:05.777 INFO Aug 31 00:58:05.777Aug 31 00:58:05.777 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
47872026-08-31T00:58:06.866Z replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
47882026-08-31T00:58:06.866Z Aug 31 00:58:05.777replacing 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 } }]
47892026-08-31T00:58:06.866ZDEBGAug 31 00:58:05.777 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
47902026-08-31T00:58:06.866Z Aug 31 00:58:05.777adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47912026-08-31T00:58:06.866ZINFOAug 31 00:58:05.777 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47922026-08-31T00:58:06.866ZAug 31 00:58:05.777INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47932026-08-31T00:58:06.867Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777
47942026-08-31T00:58:06.867ZDEBGAug 31 00:58:05.777 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
47952026-08-31T00:58:06.867Z Aug 31 00:58:05.777replacing 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 } }]
47962026-08-31T00:58:06.867ZDEBG failed to allocate space for the new target list
47972026-08-31T00:58:06.867ZAug 31 00:58:05.777 INFOAug 31 00:58:05.777 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
47982026-08-31T00:58:06.867ZAug 31 00:58:05.777 DEBGAug 31 00:58:05.777 created new freemapAug 31 00:58:05.777, INFOunitAug 31 00:58:05.776: freemap_route_ipv4INFO
47992026-08-31T00:58:06.867Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
48002026-08-31T00:58:06.867ZAug 31 00:58:05.777 Aug 31 00:58:05.777 DEBG created new freemap , 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 } }]:adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48012026-08-31T00:58:06.867Zfreemap_route_ipv6
48022026-08-31T00:58:06.867Z
48032026-08-31T00:58:06.871ZAug 31 00:58:05.777 Aug 31 00:58:05.777 DEBG DEBGinitted freemap. size: 64DEBGDEBG , unit: freemap_route_ipv4
48042026-08-31T00:58:06.871Zreplacing 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 31 00:58:05.777 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 } }]
48052026-08-31T00:58:06.871Z
48062026-08-31T00:58:06.871ZDEBG reset freemap, unit: freemap_route_ipv4
48072026-08-31T00:58:06.871Zreplacing 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 31 00:58:05.777
48082026-08-31T00:58:06.871ZAug 31 00:58:05.777 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 31 00:58:05.777
48092026-08-31T00:58:06.871ZAug 31 00:58:05.777 INFOAug 31 00:58:05.777 DEBG reset freemap, adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit:
48102026-08-31T00:58:06.871Zfreemap_route_ipv6
48112026-08-31T00:58:06.871Z Aug 31 00:58:05.777 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
48122026-08-31T00:58:06.871Z Aug 31 00:58:05.777Aug 31 00:58:05.777 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48132026-08-31T00:58:06.871ZAug 31 00:58:05.777 DEBGDEBG created new freemapreplacing 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:27::/64 -> 2001:db8::55:ffAug 31 00:58:05.777
48142026-08-31T00:58:06.871ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
48152026-08-31T00:58:06.871ZAug 31 00:58:05.777 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:58:05.777 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
48162026-08-31T00:58:06.871Z
48172026-08-31T00:58:06.871Z, unit:Aug 31 00:58:05.777 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
48182026-08-31T00:58:06.871Z
48192026-08-31T00:58:06.871Zfreemap_route_ipv4Aug 31 00:58:05.777Aug 31 00:58:05.777
48202026-08-31T00:58:06.871ZDEBGreplacing 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 } }]
48212026-08-31T00:58:06.871Z 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 } }]
48222026-08-31T00:58:06.871Z Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
48232026-08-31T00:58:06.871Z INFOINFO Aug 31 00:58:05.777 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48242026-08-31T00:58:06.871ZAug 31 00:58:05.777Aug 31 00:58:05.777 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48252026-08-31T00:58:06.871Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
48262026-08-31T00:58:06.871ZDEBGAug 31 00:58:05.777 DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48272026-08-31T00:58:06.871Zreplacing 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 } }]
48282026-08-31T00:58:06.871Z Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
48292026-08-31T00:58:06.871ZAug 31 00:58:05.777 Aug 31 00:58:05.777created new freemapAug 31 00:58:05.777 , DEBGDEBGunit :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 } }]
48302026-08-31T00:58:06.871Zfreemap_route_ipv6 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 } }]
48312026-08-31T00:58:06.871Z
48322026-08-31T00:58:06.871Z 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 } }]
48332026-08-31T00:58:06.871Zreplacing 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 31 00:58:05.777
48342026-08-31T00:58:06.871ZAug 31 00:58:05.777 Aug 31 00:58:05.777INFO INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48352026-08-31T00:58:06.871Z DEBG Aug 31 00:58:05.777 Aug 31 00:58:05.777DEBGinitted freemap. size: 64 , 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 } }]
48362026-08-31T00:58:06.871ZunitAug 31 00:58:05.777 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:58:05.777
48372026-08-31T00:58:06.872Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO
48382026-08-31T00:58:06.872ZINFOAug 31 00:58:05.777 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 } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48392026-08-31T00:58:06.872ZAug 31 00:58:05.777 DEBG Aug 31 00:58:05.777 INFO :adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48402026-08-31T00:58:06.872Zreplacing 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 } }]
48412026-08-31T00:58:06.872Z
48422026-08-31T00:58:06.872ZAug 31 00:58:05.777
48432026-08-31T00:58:06.872ZDEBG 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 31 00:58:05.777freemap_route_ipv4
48442026-08-31T00:58:06.872ZAug 31 00:58:05.777
48452026-08-31T00:58:06.872ZAug 31 00:58:05.777 INFO Aug 31 00:58:05.777 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48462026-08-31T00:58:06.872Z 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 } }]
48472026-08-31T00:58:06.872ZAug 31 00:58:05.777 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 } }]
48482026-08-31T00:58:06.872ZDEBGAug 31 00:58:05.777 Aug 31 00:58:05.777 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 } }]
48492026-08-31T00:58:06.872ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
48502026-08-31T00:58:06.872ZAug 31 00:58:05.777Aug 31 00:58:05.777 DEBG Aug 31 00:58:05.777 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:36::/64 -> 2001:db8::55:ff
48512026-08-31T00:58:06.872Z
48522026-08-31T00:58:06.872ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48532026-08-31T00:58:06.872ZAug 31 00:58:05.777 Aug 31 00:58:05.777INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48542026-08-31T00:58:06.872Z reset freemap, unitAug 31 00:58:05.777 DEBG: freemap_route_ipv4 INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 DEBG
48552026-08-31T00:58:06.872Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 00:58:05.777
48562026-08-31T00:58:06.872Z INFOAug 31 00:58:05.777
48572026-08-31T00:58:06.872Z Aug 31 00:58:05.777Aug 31 00:58:05.777adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
48582026-08-31T00:58:06.872Z DEBGAug 31 00:58:05.777 DEBGcreated new freemap , 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 } }]unit
48592026-08-31T00:58:06.872ZDEBGDEBG initted freemap. size: 64, unit: freemap_route_ipv6 Aug 31 00:58:05.777 INFO adding route 3fff:beef:9::/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 } }]
48602026-08-31T00:58:06.872ZDEBG 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 } }]
48612026-08-31T00:58:06.872Z
48622026-08-31T00:58:06.872Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48632026-08-31T00:58:06.872ZAug 31 00:58:05.777 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 } }]
48642026-08-31T00:58:06.872Zreplacing 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 } }]:
48652026-08-31T00:58:06.872ZAug 31 00:58:05.777 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 00:58:05.777Aug 31 00:58:05.777
48662026-08-31T00:58:06.872Z INFO Aug 31 00:58:05.777adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 31 00:58:05.777freemap_route_ipv4
48672026-08-31T00:58:06.872Z
48682026-08-31T00:58:06.872ZDEBG 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 } }]
48692026-08-31T00:58:06.872ZAug 31 00:58:05.777 DEBGAug 31 00:58:05.777 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48702026-08-31T00:58:06.872ZAug 31 00:58:05.777 INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
48712026-08-31T00:58:06.872Z
48722026-08-31T00:58:06.872Z
48732026-08-31T00:58:06.872Zcreated new freemap, unit: freemap_route_ipv6Aug 31 00:58:05.777
48742026-08-31T00:58:06.872Z Aug 31 00:58:05.777 INFOAug 31 00:58:05.777 Aug 31 00:58:05.777 DEBGAug 31 00:58:05.777 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBGDEBG DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48752026-08-31T00:58:06.872ZAug 31 00:58:05.777
48762026-08-31T00:58:06.873Z DEBG created new freemap, unitINFO: Aug 31 00:58:05.782freemap_route_ipv4
48772026-08-31T00:58:06.873Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48782026-08-31T00:58:06.873Z
48792026-08-31T00:58:06.873ZDEBGAug 31 00:58:05.782 DEBG created new freemap, unitAug 31 00:58:05.782: INFOfreemap_route_ipv6
48802026-08-31T00:58:06.873Zreplacing 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 } }]
48812026-08-31T00:58:06.873Z Aug 31 00:58:05.782adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 00:58:05.782
48822026-08-31T00:58:06.873Zinitted freemap. size: 64 Aug 31 00:58:05.777 DEBGDEBG initted freemap. size: 64 DEBGcreated new freemap , , Aug 31 00:58:05.782Aug 31 00:58:05.782unit, :replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit :freemap_route_ipv4 unit
48832026-08-31T00:58:06.873Z :
48842026-08-31T00:58:06.873ZDEBGfreemap_route_ipv4
48852026-08-31T00:58:06.873Zfreemap_route_ipv4
48862026-08-31T00:58:06.873ZINFOreplacing 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 } }]
48872026-08-31T00:58:06.873Z Aug 31 00:58:05.782adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:58:05.782Aug 31 00:58:05.782 Aug 31 00:58:05.782Aug 31 00:58:05.782
48882026-08-31T00:58:06.873ZDEBGDEBG created new freemap reset freemapINFO, INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit ,
48892026-08-31T00:58:06.873Zunit:: freemap_route_ipv4
48902026-08-31T00:58:06.873Zfreemap_route_ipv6
48912026-08-31T00:58:06.873ZAug 31 00:58:05.782 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 31 00:58:05.782
48922026-08-31T00:58:06.873Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.782Aug 31 00:58:05.782
48932026-08-31T00:58:06.873Z DEBG DEBGDEBGreplacing 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 } }]
48942026-08-31T00:58:06.873Zinitted freemap. size: 64Aug 31 00:58:05.782, initted freemap. size: 64unit, unit :Aug 31 00:58:05.782:Aug 31 00:58:05.782 freemap_route_ipv6
48952026-08-31T00:58:06.873ZINFO INFOfreemap_route_ipv4DEBG
48962026-08-31T00:58:06.873Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff 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 31 00:58:05.782
48972026-08-31T00:58:06.873Z
48982026-08-31T00:58:06.873ZDEBGAug 31 00:58:05.782 reset freemapAug 31 00:58:05.782 , DEBGunit: DEBGAug 31 00:58:05.782 reset freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
48992026-08-31T00:58:06.873Zfreemap_route_ipv6unit
49002026-08-31T00:58:06.873Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:INFO freemap_route_ipv4adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:58:05.782
49012026-08-31T00:58:06.873Z Aug 31 00:58:05.782
49022026-08-31T00:58:06.873Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1
49032026-08-31T00:58:06.877Z
49042026-08-31T00:58:06.877Z Aug 31 00:58:05.782adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49052026-08-31T00:58:06.877ZDEBGAug 31 00:58:05.782 DEBGAug 31 00:58:05.782 DEBGAug 31 00:58:05.782 initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 31 00:58:05.782
49062026-08-31T00:58:06.877Z DEBGunit 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 } }]:
49072026-08-31T00:58:06.877ZAug 31 00:58:05.782 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6INFOAug 31 00:58:05.782
49082026-08-31T00:58:06.877Zreplacing 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 } }]
49092026-08-31T00:58:06.877Z
49102026-08-31T00:58:06.877Zadding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 31 00:58:05.782
49112026-08-31T00:58:06.877Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 Aug 31 00:58:05.782 INFO
49122026-08-31T00:58:06.877ZAug 31 00:58:05.782 DEBGDEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 31 00:58:05.782replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49132026-08-31T00:58:06.877Zreset freemap,
49142026-08-31T00:58:06.877Z DEBGunitAug 31 00:58:05.782 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
49152026-08-31T00:58:06.877Z freemap_route_ipv6Aug 31 00:58:05.782adding route 172.17.0.0/32 -> 10.0.0.255
49162026-08-31T00:58:06.877Z
49172026-08-31T00:58:06.877ZAug 31 00:58:05.782DEBG INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
49182026-08-31T00:58:06.877Zreplacing 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 } }]
49192026-08-31T00:58:06.877ZAug 31 00:58:05.782Aug 31 00:58:05.782 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49202026-08-31T00:58:06.878ZAug 31 00:58:05.782
49212026-08-31T00:58:06.878Z Aug 31 00:58:05.782 DEBGDEBGINFO 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 } }]reset freemapAug 31 00:58:05.782Aug 31 00:58:05.782
49222026-08-31T00:58:06.878Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255,
49232026-08-31T00:58:06.878Zunit
49242026-08-31T00:58:06.878Z
49252026-08-31T00:58:06.878Z: Aug 31 00:58:05.782Aug 31 00:58:05.782 INFOfreemap_route_ipv4DEBG
49262026-08-31T00:58:06.878ZAug 31 00:58:05.782 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOAug 31 00:58:05.782
49272026-08-31T00:58:06.878Z
49282026-08-31T00:58:06.878Z DEBGAug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 00:58:05.782 Aug 31 00:58:05.782DEBG
49292026-08-31T00:58:06.878Z 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 } }]DEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255
49302026-08-31T00:58:06.878Z
49312026-08-31T00:58:06.878ZAug 31 00:58:05.782 DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:58:05.782
49322026-08-31T00:58:06.878Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
49332026-08-31T00:58:06.878Zinitted freemap. size: 64 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 00:58:05.782
49342026-08-31T00:58:06.878Z INFOunit Aug 31 00:58:05.782Aug 31 00:58:05.782adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
49352026-08-31T00:58:06.878ZINFO: adding route 172.17.0.3/32 -> 10.0.0.255INFO
49362026-08-31T00:58:06.878Z Aug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:3
49372026-08-31T00:58:06.878Z INFOAug 31 00:58:05.782Aug 31 00:58:05.782 DEBG freemap_route_ipv6Aug 31 00:58:05.782adding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }]DEBG
49382026-08-31T00:58:06.878Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49392026-08-31T00:58:06.878Z
49402026-08-31T00:58:06.878Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49412026-08-31T00:58:06.878ZAug 31 00:58:05.782
49422026-08-31T00:58:06.878Z INFO Aug 31 00:58:05.782adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 00:58:05.782
49432026-08-31T00:58:06.878Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:58:05.782Aug 31 00:58:05.782
49442026-08-31T00:58:06.878ZAug 31 00:58:05.782 reset freemapINFO DEBG DEBGadding route 172.17.0.4/32 -> 10.0.0.255,
49452026-08-31T00:58:06.878Zunit: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 31 00:58:05.782 freemap_route_ipv6DEBG Aug 31 00:58:05.782 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49462026-08-31T00:58:06.878Z
49472026-08-31T00:58:06.878Z
49482026-08-31T00:58:06.878Z
49492026-08-31T00:58:06.878ZAug 31 00:58:05.782DEBGAug 31 00:58:05.782 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 } }]
49502026-08-31T00:58:06.878ZDEBG INFO Aug 31 00:58:05.782adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 replacing targets for 3fff:dead::/64 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 } }]INFOAug 31 00:58:05.782
49512026-08-31T00:58:06.878Z
49522026-08-31T00:58:06.878Zadding route 172.17.0.5/32 -> 10.0.0.255
49532026-08-31T00:58:06.878ZINFOINFO Aug 31 00:58:05.782Aug 31 00:58:05.782 DEBGAug 31 00:58:05.782 DEBGWARN 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:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
49542026-08-31T00:58:06.878Z
49552026-08-31T00:58:06.878Z
49562026-08-31T00:58:06.878Z
49572026-08-31T00:58:06.878Z
49582026-08-31T00:58:06.878ZAug 31 00:58:05.782Aug 31 00:58:05.782Aug 31 00:58:05.782 ERROINFO INFOAug 31 00:58:05.782rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.6/32 -> 10.0.0.255
49592026-08-31T00:58:06.879Z
49602026-08-31T00:58:06.879Z Aug 31 00:58:05.782 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 31 00:58:05.782
49612026-08-31T00:58:06.879Ztest route::tests::rollback_on_compact_delete_failure ... ok
49622026-08-31T00:58:06.879ZDEBGAug 31 00:58:05.782 ERRODEBG Aug 31 00:58:05.782 DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing 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 } }]
49632026-08-31T00:58:06.879Z
49642026-08-31T00:58:06.879Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
49652026-08-31T00:58:06.879Zreplacing 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 } }]
49662026-08-31T00:58:06.879Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.782
49672026-08-31T00:58:06.879ZAug 31 00:58:05.782INFO INFO Aug 31 00:58:05.782adding route 172.17.0.7/32 -> 10.0.0.255Aug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOINFO
49682026-08-31T00:58:06.879Z
49692026-08-31T00:58:06.879Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
49702026-08-31T00:58:06.879Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 00:58:05.782Aug 31 00:58:05.782
49712026-08-31T00:58:06.879ZDEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49722026-08-31T00:58:06.879Z
49732026-08-31T00:58:06.879ZAug 31 00:58:05.782 Aug 31 00:58:05.782DEBGAug 31 00:58:05.782 Aug 31 00:58:05.782Aug 31 00:58:05.782 INFO 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 } }]INFODEBGadding route 172.17.0.8/32 -> 10.0.0.255
49742026-08-31T00:58:06.879Z
49752026-08-31T00:58:06.879Z 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 } }]
49762026-08-31T00:58:06.879ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:3
49772026-08-31T00:58:06.879Z
49782026-08-31T00:58:06.879ZAug 31 00:58:05.782DEBG 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 31 00:58:05.782
49792026-08-31T00:58:06.879Z INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 31 00:58:05.782failed to allocate space for the new target list
49802026-08-31T00:58:06.879Z Aug 31 00:58:05.782INFO
49812026-08-31T00:58:06.879Z Aug 31 00:58:05.782 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
49822026-08-31T00:58:06.879Z DEBG Aug 31 00:58:05.782Aug 31 00:58:05.782 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:58:05.782DEBG
49832026-08-31T00:58:06.879Z 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.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 31 00:58:05.783
49842026-08-31T00:58:06.879Z DEBG created new freemap, Aug 31 00:58:05.788unit :INFO freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255
49852026-08-31T00:58:06.879Zreset freemap, unit: freemap_route_ipv6INFOAug 31 00:58:05.788
49862026-08-31T00:58:06.879Z DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49872026-08-31T00:58:06.879ZAug 31 00:58:05.788replacing 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 } }]
49882026-08-31T00:58:06.879ZINFO Aug 31 00:58:05.788
49892026-08-31T00:58:06.879ZAug 31 00:58:05.788 DEBGINFOAug 31 00:58:05.788 adding route 3fff:dead::/64 -> 2001:db8::55:4
49902026-08-31T00:58:06.879Z
49912026-08-31T00:58:06.879Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
49922026-08-31T00:58:06.879Z adding route 172.17.0.11/32 -> 10.0.0.255
49932026-08-31T00:58:06.879Z
49942026-08-31T00:58:06.879ZAug 31 00:58:05.788Aug 31 00:58:05.788Aug 31 00:58:05.788 Aug 31 00:58:05.788 INFO DEBGAug 31 00:58:05.788 Aug 31 00:58:05.788DEBGDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
49952026-08-31T00:58:06.879Z
49962026-08-31T00:58:06.879Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
49972026-08-31T00:58:06.879Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 31 00:58:05.788
49982026-08-31T00:58:06.879ZAug 31 00:58:05.788, DEBG INFOAug 31 00:58:05.788 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.12/32 -> 10.0.0.255INFO
49992026-08-31T00:58:06.880Zunit:
50002026-08-31T00:58:06.880Z DEBG Aug 31 00:58:05.788Aug 31 00:58:05.788adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6 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 } }]
50012026-08-31T00:58:06.880ZDEBG
50022026-08-31T00:58:06.880ZAug 31 00:58:05.788
50032026-08-31T00:58:06.883ZDEBG 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 } }]
50042026-08-31T00:58:06.883ZAug 31 00:58:05.788DEBG 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 31 00:58:05.788replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:58:05.788
50052026-08-31T00:58:06.883ZAug 31 00:58:05.788 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:58:05.788
50062026-08-31T00:58:06.884Z
50072026-08-31T00:58:06.884Z INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
50082026-08-31T00:58:06.884Z
50092026-08-31T00:58:06.884ZAug 31 00:58:05.788
50102026-08-31T00:58:06.884Z, unitAug 31 00:58:05.788Aug 31 00:58:05.788 DEBGAug 31 00:58:05.788 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
50112026-08-31T00:58:06.884ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3c::/64 -> 2001:db8::55:ff
50122026-08-31T00:58:06.884Z
50132026-08-31T00:58:06.884Z:Aug 31 00:58:05.788replacing 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 } }]
50142026-08-31T00:58:06.884Z INFOAug 31 00:58:05.788 adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:58:05.788DEBG
50152026-08-31T00:58:06.884Z Aug 31 00:58:05.788replacing 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_ipv4INFO
50162026-08-31T00:58:06.884ZAug 31 00:58:05.788INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
50172026-08-31T00:58:06.884Z
50182026-08-31T00:58:06.884Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
50192026-08-31T00:58:06.884ZAug 31 00:58:05.788DEBGAug 31 00:58:05.788 DEBGAug 31 00:58:05.788 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
50202026-08-31T00:58:06.884Z Aug 31 00:58:05.788 failed to allocate space for the new target listDEBG
50212026-08-31T00:58:06.884ZAug 31 00:58:05.788DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] reset freemap
50222026-08-31T00:58:06.884Z, Aug 31 00:58:05.788 INFOunit replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
50232026-08-31T00:58:06.884Z
50242026-08-31T00:58:06.884Z : DEBG freemap_route_ipv4Aug 31 00:58:05.789replacing targets for 3fff:dead::/64 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 } }]
50252026-08-31T00:58:06.884Z DEBG Aug 31 00:58:05.789replacing 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 31 00:58:05.789
50262026-08-31T00:58:06.884Z
50272026-08-31T00:58:06.884Z Aug 31 00:58:05.789INFOAug 31 00:58:05.789 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
50282026-08-31T00:58:06.884Z adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
50292026-08-31T00:58:06.884Z
50302026-08-31T00:58:06.884Z Aug 31 00:58:05.789Aug 31 00:58:05.789 Aug 31 00:58:05.789 DEBGDEBGWARN replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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
50312026-08-31T00:58:06.884Z
50322026-08-31T00:58:06.884Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50332026-08-31T00:58:06.884Zinitted freemap. size: 64Aug 31 00:58:05.789, Aug 31 00:58:05.789 unitINFO:INFO adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6
50342026-08-31T00:58:06.884Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
50352026-08-31T00:58:06.884Z
50362026-08-31T00:58:06.884ZAug 31 00:58:05.789 DEBG Aug 31 00:58:05.789replacing 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 31 00:58:05.789DEBG
50372026-08-31T00:58:06.884Z 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 } }]DEBGDEBGAug 31 00:58:05.789
50382026-08-31T00:58:06.884Z 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 } }] reset freemapadding route 172.17.0.18/32 -> 10.0.0.255,
50392026-08-31T00:58:06.884Zunit
50402026-08-31T00:58:06.884Z: freemap_route_ipv6Aug 31 00:58:05.789
50412026-08-31T00:58:06.884ZAug 31 00:58:05.789 DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50422026-08-31T00:58:06.884ZAug 31 00:58:05.789adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 00:58:05.789 INFOAug 31 00:58:05.789 INFO
50432026-08-31T00:58:06.884ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255
50442026-08-31T00:58:06.885Z
50452026-08-31T00:58:06.885Z
50462026-08-31T00:58:06.885ZAug 31 00:58:05.789Aug 31 00:58:05.789 Aug 31 00:58:05.789DEBGDEBG 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.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 } }]
50472026-08-31T00:58:06.885ZDEBG
50482026-08-31T00:58:06.885Z failed to allocate space for the new target list
50492026-08-31T00:58:06.885ZAug 31 00:58:05.789 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50502026-08-31T00:58:06.885ZAug 31 00:58:05.789 Aug 31 00:58:05.789INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
50512026-08-31T00:58:06.885Zreplacing 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 } }]
50522026-08-31T00:58:06.885ZAug 31 00:58:05.789 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 } }]
50532026-08-31T00:58:06.885ZAug 31 00:58:05.789 INFOAug 31 00:58:05.789 Aug 31 00:58:05.789 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
50542026-08-31T00:58:06.885Z adding route 172.17.0.21/32 -> 10.0.0.255DEBG
50552026-08-31T00:58:06.885Zreplacing 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 } }]
50562026-08-31T00:58:06.885ZAug 31 00:58:05.789 DEBG Aug 31 00:58:05.789replacing 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 31 00:58:05.789
50572026-08-31T00:58:06.885Z 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 31 00:58:05.789adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
50582026-08-31T00:58:06.885Z
50592026-08-31T00:58:06.885ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50602026-08-31T00:58:06.885ZAug 31 00:58:05.789 INFO Aug 31 00:58:05.789adding route 172.17.0.22/32 -> 10.0.0.255 DEBG
50612026-08-31T00:58:06.885Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.789
50622026-08-31T00:58:06.885Z DEBGAug 31 00:58:05.789 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 } }]DEBGAug 31 00:58:05.789
50632026-08-31T00:58:06.885Zreplacing 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
50642026-08-31T00:58:06.885Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 00:58:05.789Aug 31 00:58:05.789 INFOINFO
50652026-08-31T00:58:06.885Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
50662026-08-31T00:58:06.885Zadding route 172.17.0.23/32 -> 10.0.0.255
50672026-08-31T00:58:06.885ZAug 31 00:58:05.789 Aug 31 00:58:05.789 Aug 31 00:58:05.789DEBG DEBG 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 } }]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 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 } }]
50682026-08-31T00:58:06.885Z
50692026-08-31T00:58:06.885Z
50702026-08-31T00:58:06.885ZAug 31 00:58:05.789Aug 31 00:58:05.789 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 00:58:05.789
50712026-08-31T00:58:06.885Z
50722026-08-31T00:58:06.885Z INFO adding route 172.17.0.24/32 -> 10.0.0.255
50732026-08-31T00:58:06.885ZAug 31 00:58:05.789 DEBGAug 31 00:58:05.789 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 31 00:58:05.789
50742026-08-31T00:58:06.885ZDEBG 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
50752026-08-31T00:58:06.885Z Aug 31 00:58:05.789replacing 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
50762026-08-31T00:58:06.885Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 00:58:05.789
50772026-08-31T00:58:06.885Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
50782026-08-31T00:58:06.885ZAug 31 00:58:05.789 DEBG Aug 31 00:58:05.789replacing 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 31 00:58:05.789
50792026-08-31T00:58:06.885Z DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 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 172.17.0.25/32 -> 10.0.0.255
50802026-08-31T00:58:06.885Ztest route::tests::rollback_on_compact_write_failure ... ok
50812026-08-31T00:58:06.885Z
50822026-08-31T00:58:06.885Z
50832026-08-31T00:58:06.885ZAug 31 00:58:05.789 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50842026-08-31T00:58:06.886ZAug 31 00:58:05.789Aug 31 00:58:05.789 Aug 31 00:58:05.789DEBG Aug 31 00:58:05.789INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
50852026-08-31T00:58:06.886Z 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:17::/64 -> 2001:db8::55:ff
50862026-08-31T00:58:06.886Ztest route::tests::rollback_on_index_readd_failure ... ok
50872026-08-31T00:58:06.886Z
50882026-08-31T00:58:06.886ZDEBG Aug 31 00:58:05.789replacing 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 Aug 31 00:58:05.789 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 00:58:05.789
50892026-08-31T00:58:06.886Z DEBGDEBG created new freemapcreated new freemap, unit: Aug 31 00:58:05.795, freemap_route_ipv4DEBG
50902026-08-31T00:58:06.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 } }, NextHop { asic_port_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
50912026-08-31T00:58:06.886Z: Aug 31 00:58:05.795 DEBGAug 31 00:58:05.789Aug 31 00:58:05.795freemap_route_ipv4
50922026-08-31T00:58:06.886Z INFOcreated new freemap , unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:3
50932026-08-31T00:58:06.886Zfreemap_route_ipv6
50942026-08-31T00:58:06.886Z 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 31 00:58:05.795Aug 31 00:58:05.795 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }],
50952026-08-31T00:58:06.886Zunit:Aug 31 00:58:05.795
50962026-08-31T00:58:06.886Z freemap_route_ipv6
50972026-08-31T00:58:06.886ZDEBG Aug 31 00:58:05.795 initted freemap. size: 64INFO, Aug 31 00:58:05.795 unitadding route 3fff:dead::/64 -> 2001:db8::55:4
50982026-08-31T00:58:06.886Z
50992026-08-31T00:58:06.886Z: DEBGAug 31 00:58:05.795freemap_route_ipv4
51002026-08-31T00:58:06.886ZAug 31 00:58:05.795 INFO DEBGinitted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:58:05.795replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
51012026-08-31T00:58:06.886ZDEBG unitreset freemap
51022026-08-31T00:58:06.886Z:, Aug 31 00:58:05.795 unitfreemap_route_ipv4Aug 31 00:58:05.795
51032026-08-31T00:58:06.890Z: DEBGfreemap_route_ipv4 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:58:05.795Aug 31 00:58:05.795
51042026-08-31T00:58:06.890Z
51052026-08-31T00:58:06.890Zreplacing 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 DEBG
51062026-08-31T00:58:06.890ZAug 31 00:58:05.795Aug 31 00:58:05.795 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreset freemapWARN, DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit
51072026-08-31T00:58:06.890Z:Aug 31 00:58:05.795
51082026-08-31T00:58:06.890Zinitted freemap. size: 64 , freemap_route_ipv4unit
51092026-08-31T00:58:06.890Z:INFO adding route 172.17.0.27/32 -> 10.0.0.255
51102026-08-31T00:58:06.890Zfreemap_route_ipv6
51112026-08-31T00:58:06.890ZAug 31 00:58:05.795 Aug 31 00:58:05.795DEBG DEBG Aug 31 00:58:05.795initted freemap. size: 64 Aug 31 00:58:05.795replacing 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 } }],
51122026-08-31T00:58:06.890Zunit :DEBG DEBGfreemap_route_ipv6
51132026-08-31T00:58:06.890Zreplacing 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 31 00:58:05.795reset freemap , INFOunit
51142026-08-31T00:58:06.890ZAug 31 00:58:05.795 : adding route 3fff:beef:19::/64 -> 2001:db8::55:ff freemap_route_ipv6DEBG
51152026-08-31T00:58:06.890Z
51162026-08-31T00:58:06.890Z reset freemapAug 31 00:58:05.795, unitAug 31 00:58:05.795:INFO Aug 31 00:58:05.795 freemap_route_ipv6INFODEBG
51172026-08-31T00:58:06.890Z 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 172.16.0.0/32 -> 10.0.0.1
51182026-08-31T00:58:06.890Z
51192026-08-31T00:58:06.890Zadding route 172.17.0.28/32 -> 10.0.0.255
51202026-08-31T00:58:06.890ZAug 31 00:58:05.795Aug 31 00:58:05.795 DEBGAug 31 00:58:05.795Aug 31 00:58:05.795 DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
51212026-08-31T00:58:06.890Zreplacing 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
51222026-08-31T00:58:06.890Z
51232026-08-31T00:58:06.891Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
51242026-08-31T00:58:06.891ZAug 31 00:58:05.795Aug 31 00:58:05.795 INFOAug 31 00:58:05.795DEBG 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 } }]
51252026-08-31T00:58:06.891Zreplacing 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.255
51262026-08-31T00:58:06.891Z
51272026-08-31T00:58:06.891ZAug 31 00:58:05.789Aug 31 00:58:05.795Aug 31 00:58:05.795 INFODEBGAug 31 00:58:05.795 Aug 31 00:58:05.795 adding route 172.17.0.29/32 -> 10.0.0.255 DEBG
51282026-08-31T00:58:06.891Zfailed to allocate space for the new target listINFO INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51292026-08-31T00:58:06.891Zadding route 3fff:dead::/64 -> 2001:db8::55:2
51302026-08-31T00:58:06.891Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
51312026-08-31T00:58:06.891Z
51322026-08-31T00:58:06.891ZAug 31 00:58:05.795Aug 31 00:58:05.795Aug 31 00:58:05.795 INFODEBG Aug 31 00:58:05.795 DEBGDEBG adding route 172.17.0.1/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 } }]
51332026-08-31T00:58:06.891Z
51342026-08-31T00:58:06.891Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 00:58:05.795
51352026-08-31T00:58:06.891Z
51362026-08-31T00:58:06.891Z DEBG Aug 31 00:58:05.795replacing 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 } }]
51372026-08-31T00:58:06.891ZAug 31 00:58:05.795DEBG INFOAug 31 00:58:05.795 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
51382026-08-31T00:58:06.891Z INFO
51392026-08-31T00:58:06.891Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 31 00:58:05.795
51402026-08-31T00:58:06.891Z Aug 31 00:58:05.795INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
51412026-08-31T00:58:06.891ZAug 31 00:58:05.795Aug 31 00:58:05.795 adding route 172.17.0.2/32 -> 10.0.0.255DEBGDEBG
51422026-08-31T00:58:06.891Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51432026-08-31T00:58:06.891Zreplacing 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 31 00:58:05.795
51442026-08-31T00:58:06.891Z Aug 31 00:58:05.795DEBG DEBGAug 31 00:58:05.795Aug 31 00:58:05.795replacing 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: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 } }]
51452026-08-31T00:58:06.891Z
51462026-08-31T00:58:06.891ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.31/32 -> 10.0.0.255
51472026-08-31T00:58:06.891Z
51482026-08-31T00:58:06.891ZAug 31 00:58:05.795Aug 31 00:58:05.795 INFOINFOAug 31 00:58:05.795 Aug 31 00:58:05.795 adding route 172.17.0.3/32 -> 10.0.0.255
51492026-08-31T00:58:06.891ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1d::/64 -> 2001:db8::55:ff
51502026-08-31T00:58:06.891Z
51512026-08-31T00:58:06.891Zreplacing 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 } }]
51522026-08-31T00:58:06.891ZAug 31 00:58:05.795 DEBGAug 31 00:58:05.795 Aug 31 00:58:05.795DEBGAug 31 00:58:05.795 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
51532026-08-31T00:58:06.891Z 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
51542026-08-31T00:58:06.891Z
51552026-08-31T00:58:06.891Zreplacing 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 } }]
51562026-08-31T00:58:06.891ZAug 31 00:58:05.795 Aug 31 00:58:05.795Aug 31 00:58:05.795DEBGAug 31 00:58:05.795 INFO WARNadding route 172.17.0.4/32 -> 10.0.0.255 INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51572026-08-31T00:58:06.891Z
51582026-08-31T00:58:06.891Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51592026-08-31T00:58:06.891Z
51602026-08-31T00:58:06.891ZAug 31 00:58:05.795Aug 31 00:58:05.795 Aug 31 00:58:05.789 INFO DEBGDEBG adding route 172.17.0.33/32 -> 10.0.0.255
51612026-08-31T00:58:06.891Zcreated new freemapreplacing 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 31 00:58:05.795 ,
51622026-08-31T00:58:06.892ZunitAug 31 00:58:05.795DEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
51632026-08-31T00:58:06.892Zreplacing 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
51642026-08-31T00:58:06.892ZAug 31 00:58:05.795
51652026-08-31T00:58:06.892Z INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 00:58:05.795Aug 31 00:58:05.795
51662026-08-31T00:58:06.892Z Aug 31 00:58:05.795 INFODEBG INFOcreated new freemapAug 31 00:58:05.795 , adding route 172.17.0.34/32 -> 10.0.0.255unitDEBG: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
51672026-08-31T00:58:06.892Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
51682026-08-31T00:58:06.892Z
51692026-08-31T00:58:06.892Z
51702026-08-31T00:58:06.892ZAug 31 00:58:05.795 DEBG Aug 31 00:58:05.795replacing 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 31 00:58:05.795Aug 31 00:58:05.795
51712026-08-31T00:58:06.892Ztest route::tests::identity_replace_is_noop ... ok
51722026-08-31T00:58:06.892ZDEBGINFO initted freemap. size: 64DEBG , adding route 172.17.0.6/32 -> 10.0.0.255unitreplacing 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 } }]:
51732026-08-31T00:58:06.892ZAug 31 00:58:05.795
51742026-08-31T00:58:06.892Z freemap_route_ipv4INFO
51752026-08-31T00:58:06.892Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 00:58:05.795
51762026-08-31T00:58:06.892Z DEBGAug 31 00:58:05.795 Aug 31 00:58:05.795 Aug 31 00:58:05.795Aug 31 00:58:05.789 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
51772026-08-31T00:58:06.892ZDEBG, unit :reset freemap , Aug 31 00:58:05.795unitfreemap_route_ipv4
51782026-08-31T00:58:06.892Z: INFOfreemap_route_ipv4
51792026-08-31T00:58:06.892Zadding route 172.17.0.36/32 -> 10.0.0.255
51802026-08-31T00:58:06.892ZAug 31 00:58:05.795 DEBG INFOcreated new freemapAug 31 00:58:05.795, DEBGunit :adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
51812026-08-31T00:58:06.892Z Aug 31 00:58:05.795initted freemap. size: 64freemap_route_ipv6 ,
51822026-08-31T00:58:06.892ZDEBGAug 31 00:58:05.795unit :DEBG freemap_route_ipv6replacing 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.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 31 00:58:05.795
51832026-08-31T00:58:06.892Z
51842026-08-31T00:58:06.892Z
51852026-08-31T00:58:06.892ZDEBG initted freemap. size: 64, unit:Aug 31 00:58:05.795 freemap_route_ipv4INFO
51862026-08-31T00:58:06.892ZAug 31 00:58:05.795 Aug 31 00:58:05.795adding route 172.17.0.37/32 -> 10.0.0.255 Aug 31 00:58:05.795INFO
51872026-08-31T00:58:06.892ZDEBG DEBGreset freemap , reset freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit
51882026-08-31T00:58:06.892Z, :Aug 31 00:58:05.795 unit:freemap_route_ipv4
51892026-08-31T00:58:06.892Z freemap_route_ipv6Aug 31 00:58:05.795
51902026-08-31T00:58:06.892ZDEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.795
51912026-08-31T00:58:06.892Z 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 } }]initted freemap. size: 64
51922026-08-31T00:58:06.892Z, Aug 31 00:58:05.795 INFOunit :Aug 31 00:58:05.795 Aug 31 00:58:05.795 freemap_route_ipv6INFO
51932026-08-31T00:58:06.892Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
51942026-08-31T00:58:06.892ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
51952026-08-31T00:58:06.892ZAug 31 00:58:05.795
51962026-08-31T00:58:06.892ZAug 31 00:58:05.795 DEBG DEBG reset freemapreplacing 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 } }],
51972026-08-31T00:58:06.892ZunitAug 31 00:58:05.795:Aug 31 00:58:05.795 freemap_route_ipv6DEBGDEBGAug 31 00:58:05.795
51982026-08-31T00:58:06.892Z 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 3fff:beef:23::/64 -> 2001:db8::55:ff
51992026-08-31T00:58:06.892ZAug 31 00:58:05.795replacing 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 Aug 31 00:58:05.796adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:58:05.796
52002026-08-31T00:58:06.892Z DEBG DEBG created new freemapcreated new freemap,
52012026-08-31T00:58:06.892Z, unitunit::Aug 31 00:58:05.802 freemap_route_ipv4DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52022026-08-31T00:58:06.893Z
52032026-08-31T00:58:06.897Z
52042026-08-31T00:58:06.897ZAug 31 00:58:05.802Aug 31 00:58:05.802 INFO Aug 31 00:58:05.802Aug 31 00:58:05.802 adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:58:05.796
52052026-08-31T00:58:06.897ZINFO DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 00:58:05.802
52062026-08-31T00:58:06.897ZDEBG created new freemapDEBG, created new freemapunitAug 31 00:58:05.802replacing 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 } }],
52072026-08-31T00:58:06.897Zunit created new freemap:DEBG: , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit
52082026-08-31T00:58:06.897Zfreemap_route_ipv6: freemap_route_ipv4
52092026-08-31T00:58:06.897Zfreemap_route_ipv6Aug 31 00:58:05.802
52102026-08-31T00:58:06.897Z
52112026-08-31T00:58:06.897ZINFOAug 31 00:58:05.802 adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:58:05.802
52122026-08-31T00:58:06.897ZINFOAug 31 00:58:05.802 adding route 172.16.0.0/32 -> 10.0.0.1DEBGDEBG
52132026-08-31T00:58:06.897Z Aug 31 00:58:05.802Aug 31 00:58:05.802 initted freemap. size: 64 , DEBGDEBG Aug 31 00:58:05.802unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] :
52142026-08-31T00:58:06.897Zcreated new freemap freemap_route_ipv4DEBG , Aug 31 00:58:05.802initted freemap. size: 64replacing 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 } }]
52152026-08-31T00:58:06.897Z
52162026-08-31T00:58:06.897Zunit :, INFO unitfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4
52172026-08-31T00:58:06.897Z
52182026-08-31T00:58:06.897ZAug 31 00:58:05.802 INFO:Aug 31 00:58:05.802 Aug 31 00:58:05.802adding route 172.16.0.0/32 -> 10.0.0.2
52192026-08-31T00:58:06.897Z Aug 31 00:58:05.802freemap_route_ipv4DEBG 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 31 00:58:05.802DEBG
52202026-08-31T00:58:06.897Z
52212026-08-31T00:58:06.897Zinitted freemap. size: 64, reset freemapDEBGunit Aug 31 00:58:05.802replacing 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_ipv4DEBG
52222026-08-31T00:58:06.897Z 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.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 } }]
52232026-08-31T00:58:06.897Z
52242026-08-31T00:58:06.897Z: Aug 31 00:58:05.802 DEBGfreemap_route_ipv4
52252026-08-31T00:58:06.897ZAug 31 00:58:05.802Aug 31 00:58:05.802 reset freemapINFO, unit :adding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 00:58:05.802freemap_route_ipv4
52262026-08-31T00:58:06.897Z
52272026-08-31T00:58:06.897Z DEBGDEBG initted freemap. size: 64reset freemap, , Aug 31 00:58:05.802unitAug 31 00:58:05.802 : DEBG unitfreemap_route_ipv4: DEBG
52282026-08-31T00:58:06.897Z 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 } }]
52292026-08-31T00:58:06.897Zinitted freemap. size: 64freemap_route_ipv6Aug 31 00:58:05.802
52302026-08-31T00:58:06.897Z , DEBGAug 31 00:58:05.802 initted freemap. size: 64 unit, :Aug 31 00:58:05.802INFOunit adding route 172.17.0.1/32 -> 10.0.0.255:DEBG
52312026-08-31T00:58:06.897Z reset freemap freemap_route_ipv6Aug 31 00:58:05.802, freemap_route_ipv6
52322026-08-31T00:58:06.897Z
52332026-08-31T00:58:06.897Zunit:DEBG freemap_route_ipv6replacing 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 31 00:58:05.802
52342026-08-31T00:58:06.897ZAug 31 00:58:05.802 DEBGDEBG
52352026-08-31T00:58:06.897Z reset freemapAug 31 00:58:05.802, unitreset freemap :, INFO Aug 31 00:58:05.802unitfreemap_route_ipv6 :adding route 172.17.0.2/32 -> 10.0.0.255
52362026-08-31T00:58:06.897Z
52372026-08-31T00:58:06.897Z INFOfreemap_route_ipv6
52382026-08-31T00:58:06.897Zadding route 3fff:dead::/64 -> 2001:db8::55:1
52392026-08-31T00:58:06.898ZAug 31 00:58:05.802Aug 31 00:58:05.802Aug 31 00:58:05.802 Aug 31 00:58:05.802 DEBGINFOINFO 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 } }]
52402026-08-31T00:58:06.898Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
52412026-08-31T00:58:06.898Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1
52422026-08-31T00:58:06.898Z
52432026-08-31T00:58:06.898ZAug 31 00:58:05.802 INFOAug 31 00:58:05.802 adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 00:58:05.802INFO
52442026-08-31T00:58:06.898Z Aug 31 00:58:05.802 DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
52452026-08-31T00:58:06.898Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 00:58:05.802replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52462026-08-31T00:58:06.898Z
52472026-08-31T00:58:06.898Z DEBGAug 31 00:58:05.802 Aug 31 00:58:05.802replacing 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
52482026-08-31T00:58:06.898ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 00:58:05.802
52492026-08-31T00:58:06.898Z INFOAug 31 00:58:05.802
52502026-08-31T00:58:06.898Z adding route 172.17.0.4/32 -> 10.0.0.255 Aug 31 00:58:05.802
52512026-08-31T00:58:06.898Z INFOAug 31 00:58:05.802DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:58:05.802
52522026-08-31T00:58:06.898Z
52532026-08-31T00:58:06.898Zadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG 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 } }]
52542026-08-31T00:58:06.898Z
52552026-08-31T00:58:06.898ZAug 31 00:58:05.802 Aug 31 00:58:05.802Aug 31 00:58:05.802 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 } }]DEBG
52562026-08-31T00:58:06.898Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52572026-08-31T00:58:06.898Z
52582026-08-31T00:58:06.898ZAug 31 00:58:05.802 INFOAug 31 00:58:05.802 Aug 31 00:58:05.802INFOadding route 172.17.0.5/32 -> 10.0.0.255
52592026-08-31T00:58:06.898ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.3
52602026-08-31T00:58:06.898Z
52612026-08-31T00:58:06.898ZAug 31 00:58:05.802 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.802
52622026-08-31T00:58:06.898Z DEBG Aug 31 00:58:05.795Aug 31 00:58:05.802 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFO Aug 31 00:58:05.802 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.39/32 -> 10.0.0.255
52632026-08-31T00:58:06.898Ztest route::tests::same_size_non_subset_replace ... ok
52642026-08-31T00:58:06.898Z
52652026-08-31T00:58:06.898Z
52662026-08-31T00:58:06.898ZINFO adding route 172.17.0.6/32 -> 10.0.0.255
52672026-08-31T00:58:06.898ZAug 31 00:58:05.802Aug 31 00:58:05.802 INFODEBG Aug 31 00:58:05.802Aug 31 00:58:05.802 DEBGadding route 172.16.0.0/32 -> 10.0.0.4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
52682026-08-31T00:58:06.898ZDEBG
52692026-08-31T00:58:06.898Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
52702026-08-31T00:58:06.898Z
52712026-08-31T00:58:06.898ZAug 31 00:58:05.802 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 00:58:05.802
52722026-08-31T00:58:06.898Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
52732026-08-31T00:58:06.898ZAug 31 00:58:05.802Aug 31 00:58:05.802 Aug 31 00:58:05.802INFO
52742026-08-31T00:58:06.898Zadding route 172.17.0.40/32 -> 10.0.0.255 INFO DEBG
52752026-08-31T00:58:06.898Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
52762026-08-31T00:58:06.898Z
52772026-08-31T00:58:06.898ZAug 31 00:58:05.802 DEBGAug 31 00:58:05.802Aug 31 00:58:05.802Aug 31 00:58:05.802 DEBGINFOreplacing 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
52782026-08-31T00:58:06.898Z adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
52792026-08-31T00:58:06.899Z
52802026-08-31T00:58:06.899Z
52812026-08-31T00:58:06.899Ztest route::tests::shrink_preserves_compacted_order ... ok
52822026-08-31T00:58:06.899ZAug 31 00:58:05.802 INFOAug 31 00:58:05.802 Aug 31 00:58:05.802adding route 172.17.0.41/32 -> 10.0.0.255
52832026-08-31T00:58:06.899ZINFOINFO Aug 31 00:58:05.802adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 31 00:58:05.802
52842026-08-31T00:58:06.899Ztest transceivers::mpn_test::test_mpn_missing ... ok
52852026-08-31T00:58:06.899Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52862026-08-31T00:58:06.899Ztest transceivers::mpn_test::test_mpn_present ... ok
52872026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52882026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52892026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52902026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52912026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52922026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52932026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52942026-08-31T00:58:06.899Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255DEBG
52952026-08-31T00:58:06.899Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52962026-08-31T00:58:06.899Z
52972026-08-31T00:58:06.899ZDEBGAug 31 00:58:05.802 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 } }]
52982026-08-31T00:58:06.899ZDEBGAug 31 00:58:05.802 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 31 00:58:05.802
52992026-08-31T00:58:06.899Zreplacing 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 31 00:58:05.802
53002026-08-31T00:58:06.899Z DEBG INFOINFO Aug 31 00:58:05.802 Aug 31 00:58:05.802 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
53012026-08-31T00:58:06.899Z
53022026-08-31T00:58:06.899ZINFOINFOadding route 172.17.0.42/32 -> 10.0.0.255
53032026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53042026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53052026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53062026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53072026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53082026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53092026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53102026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53112026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53122026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53132026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53142026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53152026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53162026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53172026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53182026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53192026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53202026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53212026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53222026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53232026-08-31T00:58:06.935Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53242026-08-31T00:58:06.935Z adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
53252026-08-31T00:58:06.935ZAug 31 00:58:05.802
53262026-08-31T00:58:06.935ZAug 31 00:58:05.802 DEBGINFO Aug 31 00:58:05.802replacing 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 31 00:58:05.802Aug 31 00:58:05.802
53272026-08-31T00:58:06.935Z adding route 172.17.0.2/32 -> 10.0.0.255 DEBGDEBG
53282026-08-31T00:58:06.936ZDEBG 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 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.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 } }]
53292026-08-31T00:58:06.936ZAug 31 00:58:05.803 Aug 31 00:58:05.803DEBG Aug 31 00:58:05.808DEBGcreated new freemap , INFOcreated new freemapunit :, adding route 172.17.0.8/32 -> 10.0.0.255unit freemap_route_ipv4:
53302026-08-31T00:58:06.936Z Aug 31 00:58:05.802Aug 31 00:58:05.803 Aug 31 00:58:05.808freemap_route_ipv4 DEBG
53312026-08-31T00:58:06.936Z DEBG
53322026-08-31T00:58:06.936Z created new freemapDEBG created new freemapreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
53332026-08-31T00:58:06.936ZunitAug 31 00:58:05.808Aug 31 00:58:05.808: DEBGDEBG , freemap_route_ipv6 created new freemapreplacing 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 } }]
53342026-08-31T00:58:06.936Zunit, :unit :
53352026-08-31T00:58:06.936Z freemap_route_ipv4freemap_route_ipv6
53362026-08-31T00:58:06.936Z
53372026-08-31T00:58:06.936ZAug 31 00:58:05.808Aug 31 00:58:05.808 Aug 31 00:58:05.808DEBG INFOAug 31 00:58:05.808INFO initted freemap. size: 64Aug 31 00:58:05.808 DEBGDEBG, unit : initted freemap. size: 64freemap_route_ipv4created new freemapadding route 172.17.0.9/32 -> 10.0.0.255,
53382026-08-31T00:58:06.936Z, adding route 172.17.0.3/32 -> 10.0.0.255unit
53392026-08-31T00:58:06.936Zunit:
53402026-08-31T00:58:06.936Z:freemap_route_ipv4Aug 31 00:58:05.808
53412026-08-31T00:58:06.936Z Aug 31 00:58:05.808DEBG reset freemapDEBG, freemap_route_ipv6unitAug 31 00:58:05.808
53422026-08-31T00:58:06.936ZAug 31 00:58:05.808: 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_ipv4 DEBG
53432026-08-31T00:58:06.936Z DEBG reset freemap
53442026-08-31T00:58:06.936Zreplacing 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 31 00:58:05.808: Aug 31 00:58:05.808 DEBGfreemap_route_ipv4
53452026-08-31T00:58:06.936Zinitted freemap. size: 64Aug 31 00:58:05.808 ,
53462026-08-31T00:58:06.936Zunit:DEBG freemap_route_ipv6 INFO
53472026-08-31T00:58:06.936Z Aug 31 00:58:05.808initted freemap. size: 64 , DEBGadding route 172.17.0.10/32 -> 10.0.0.255
53482026-08-31T00:58:06.936Zinitted freemap. size: 64Aug 31 00:58:05.808 Aug 31 00:58:05.808unitDEBG, reset freemap:unit, : Aug 31 00:58:05.808unitfreemap_route_ipv6freemap_route_ipv4
53492026-08-31T00:58:06.936Z
53502026-08-31T00:58:06.936Z: DEBGINFO adding route 172.17.0.4/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 } }]
53512026-08-31T00:58:06.936Z
53522026-08-31T00:58:06.936Zfreemap_route_ipv6Aug 31 00:58:05.808Aug 31 00:58:05.808
53532026-08-31T00:58:06.936Z DEBG DEBGreset freemap , reset freemapAug 31 00:58:05.808unit :Aug 31 00:58:05.808, Aug 31 00:58:05.808 INFOfreemap_route_ipv6
53542026-08-31T00:58:06.936ZINFOadding route 172.16.0.0/32 -> 10.0.0.1unit
53552026-08-31T00:58:06.936Z DEBGAug 31 00:58:05.808adding route 172.17.0.11/32 -> 10.0.0.255 :INFO
53562026-08-31T00:58:06.936Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
53572026-08-31T00:58:06.936Z freemap_route_ipv4
53582026-08-31T00:58:06.936ZAug 31 00:58:05.808 Aug 31 00:58:05.808DEBG
53592026-08-31T00:58:06.936ZDEBG Aug 31 00:58:05.808replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
53602026-08-31T00:58:06.936Z
53612026-08-31T00:58:06.936ZDEBG Aug 31 00:58:05.808Aug 31 00:58:05.808 Aug 31 00:58:05.808initted freemap. size: 64 INFOINFO , adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.16.0.0/32 -> 10.0.0.2
53622026-08-31T00:58:06.936ZAug 31 00:58:05.808
53632026-08-31T00:58:06.936Z unit:INFODEBG Aug 31 00:58:05.808 adding route 172.17.0.5/32 -> 10.0.0.255
53642026-08-31T00:58:06.936ZDEBGAug 31 00:58:05.808 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 } }] 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 } }]
53652026-08-31T00:58:06.936Z
53662026-08-31T00:58:06.936Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:58:05.808Aug 31 00:58:05.808
53672026-08-31T00:58:06.936Z DEBGDEBG Aug 31 00:58:05.808replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] freemap_route_ipv6
53682026-08-31T00:58:06.937ZINFO
53692026-08-31T00:58:06.937Zadding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
53702026-08-31T00:58:06.937Z
53712026-08-31T00:58:06.937ZAug 31 00:58:05.808 INFOAug 31 00:58:05.808 Aug 31 00:58:05.808DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.12/32 -> 10.0.0.255
53722026-08-31T00:58:06.937ZDEBGAug 31 00:58:05.808
53732026-08-31T00:58:06.937Z INFOreset freemap Aug 31 00:58:05.808adding route 172.17.0.6/32 -> 10.0.0.255, INFOunit
53742026-08-31T00:58:06.937Z: adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv6
53752026-08-31T00:58:06.937Z
53762026-08-31T00:58:06.937ZAug 31 00:58:05.808 Aug 31 00:58:05.808Aug 31 00:58:05.808 DEBGDEBG Aug 31 00:58:05.808replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53772026-08-31T00:58:06.937Z
53782026-08-31T00:58:06.937Z INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53792026-08-31T00:58:06.937Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:58:05.808Aug 31 00:58:05.808Aug 31 00:58:05.808 DEBG
53802026-08-31T00:58:06.937ZINFOreplacing targets for 172.16.0.0/32 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 } }]INFO
53812026-08-31T00:58:06.937Z adding route 172.17.0.7/32 -> 10.0.0.255
53822026-08-31T00:58:06.937Zadding route 172.17.0.13/32 -> 10.0.0.255
53832026-08-31T00:58:06.937ZAug 31 00:58:05.808 DEBG
53842026-08-31T00:58:06.937Z Aug 31 00:58:05.808
53852026-08-31T00:58:06.937ZAug 31 00:58:05.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG DEBG
53862026-08-31T00:58:06.937Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 31 00:58:05.808
53872026-08-31T00:58:06.937Z Aug 31 00:58:05.808INFO INFO
53882026-08-31T00:58:06.937ZAug 31 00:58:05.808adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 00:58:05.808
53892026-08-31T00:58:06.937Z INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.14/32 -> 10.0.0.255
53902026-08-31T00:58:06.937Z
53912026-08-31T00:58:06.937Z
53922026-08-31T00:58:06.937ZAug 31 00:58:05.808Aug 31 00:58:05.808Aug 31 00:58:05.808 INFODEBGAug 31 00:58:05.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBGadding route 172.17.0.8/32 -> 10.0.0.255 Aug 31 00:58:05.808
53932026-08-31T00:58:06.937Z
53942026-08-31T00:58:06.937Zreplacing 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: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 } }]
53952026-08-31T00:58:06.937ZDEBG
53962026-08-31T00:58:06.937Z 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 31 00:58:05.808 DEBG
53972026-08-31T00:58:06.937Z Aug 31 00:58:05.808Aug 31 00:58:05.808replacing 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 } }]
53982026-08-31T00:58:06.937ZAug 31 00:58:05.808 INFO INFOAug 31 00:58:05.808adding route 172.17.0.11/32 -> 10.0.0.255INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
53992026-08-31T00:58:06.937Z Aug 31 00:58:05.808adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
54002026-08-31T00:58:06.937Z
54012026-08-31T00:58:06.937ZINFOAug 31 00:58:05.808Aug 31 00:58:05.808adding route 172.17.0.15/32 -> 10.0.0.255
54022026-08-31T00:58:06.937Zadding route 172.17.0.9/32 -> 10.0.0.255DEBG
54032026-08-31T00:58:06.943Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
54042026-08-31T00:58:06.943ZAug 31 00:58:05.808DEBG Aug 31 00:58:05.808DEBGAug 31 00:58:05.808 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 } }]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 } }]
54052026-08-31T00:58:06.943Z
54062026-08-31T00:58:06.943ZAug 31 00:58:05.808DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
54072026-08-31T00:58:06.943Z
54082026-08-31T00:58:06.943ZAug 31 00:58:05.808Aug 31 00:58:05.808 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 00:58:05.808
54092026-08-31T00:58:06.943Zadding route 172.17.0.12/32 -> 10.0.0.255
54102026-08-31T00:58:06.943Z
54112026-08-31T00:58:06.943ZAug 31 00:58:05.808 INFODEBGAug 31 00:58:05.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:58:05.808adding route 172.17.0.16/32 -> 10.0.0.255
54122026-08-31T00:58:06.943Z Aug 31 00:58:05.808
54132026-08-31T00:58:06.943ZDEBG DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
54142026-08-31T00:58:06.943Z 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.10/32 -> 10.0.0.255Aug 31 00:58:05.809Aug 31 00:58:05.809
54152026-08-31T00:58:06.943Z
54162026-08-31T00:58:06.943ZAug 31 00:58:05.809 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 } }] DEBG
54172026-08-31T00:58:06.943ZINFO Aug 31 00:58:05.809adding route 172.17.0.13/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 } }]
54182026-08-31T00:58:06.943ZAug 31 00:58:05.809
54192026-08-31T00:58:06.943Z INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }]
54202026-08-31T00:58:06.944Z
54212026-08-31T00:58:06.944ZAug 31 00:58:05.809 DEBGAug 31 00:58:05.809 Aug 31 00:58:05.809replacing 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
54222026-08-31T00:58:06.944Z DEBG adding route 172.17.0.17/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 } }]
54232026-08-31T00:58:06.944Z
54242026-08-31T00:58:06.944ZAug 31 00:58:05.809 INFOAug 31 00:58:05.802Aug 31 00:58:05.809 Aug 31 00:58:05.809adding route 172.17.0.11/32 -> 10.0.0.255INFO
54252026-08-31T00:58:06.944Z Aug 31 00:58:05.809INFO adding route 172.17.0.43/32 -> 10.0.0.255INFOadding route 172.17.0.14/32 -> 10.0.0.255 DEBG
54262026-08-31T00:58:06.944Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }]
54272026-08-31T00:58:06.944Z
54282026-08-31T00:58:06.944ZAug 31 00:58:05.809 DEBG
54292026-08-31T00:58:06.944Z Aug 31 00:58:05.809replacing 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 31 00:58:05.809Aug 31 00:58:05.809
54302026-08-31T00:58:06.944Z DEBG 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 } }]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 } }]
54312026-08-31T00:58:06.944ZAug 31 00:58:05.809 Aug 31 00:58:05.809
54322026-08-31T00:58:06.944Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 31 00:58:05.809
54332026-08-31T00:58:06.944Zadding route 172.17.0.12/32 -> 10.0.0.255
54342026-08-31T00:58:06.944ZINFO adding route 172.17.0.18/32 -> 10.0.0.255INFO
54352026-08-31T00:58:06.944ZAug 31 00:58:05.809 INFOadding route 172.17.0.44/32 -> 10.0.0.255Aug 31 00:58:05.809
54362026-08-31T00:58:06.944ZAug 31 00:58:05.809 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
54372026-08-31T00:58:06.944ZAug 31 00:58:05.809INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255
54382026-08-31T00:58:06.944Zreplacing 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 31 00:58:05.809 DEBG Aug 31 00:58:05.809replacing 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 } }] DEBGDEBG
54392026-08-31T00:58:06.944Z created new freemapreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit
54402026-08-31T00:58:06.944Z: freemap_route_ipv4Aug 31 00:58:05.809
54412026-08-31T00:58:06.944Z DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.814
54422026-08-31T00:58:06.944ZAug 31 00:58:05.814 INFODEBG Aug 31 00:58:05.814 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffcreated new freemap
54432026-08-31T00:58:06.944ZAug 31 00:58:05.814Aug 31 00:58:05.814 , unitINFO :INFOAug 31 00:58:05.814 DEBG adding route 172.17.0.19/32 -> 10.0.0.255 DEBGadding route 172.17.0.45/32 -> 10.0.0.255 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 } }]
54442026-08-31T00:58:06.944Zreplacing 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 } }]
54452026-08-31T00:58:06.944Z
54462026-08-31T00:58:06.944Z
54472026-08-31T00:58:06.944Zfreemap_route_ipv6Aug 31 00:58:05.814
54482026-08-31T00:58:06.944Z Aug 31 00:58:05.814DEBG Aug 31 00:58:05.814 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 } }]
54492026-08-31T00:58:06.944ZINFO Aug 31 00:58:05.815adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFODEBG adding route 172.17.0.16/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 } }]
54502026-08-31T00:58:06.944Z
54512026-08-31T00:58:06.944Z
54522026-08-31T00:58:06.944ZAug 31 00:58:05.815Aug 31 00:58:05.815Aug 31 00:58:05.815 DEBGINFO Aug 31 00:58:05.815DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54532026-08-31T00:58:06.944Z initted freemap. size: 64replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 00:58:05.815 Aug 31 00:58:05.815
54542026-08-31T00:58:06.944Z adding route 172.17.0.46/32 -> 10.0.0.255 unit:INFOINFO freemap_route_ipv4adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:58:05.815
54552026-08-31T00:58:06.944Z
54562026-08-31T00:58:06.944Z
54572026-08-31T00:58:06.944ZINFOadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.17/32 -> 10.0.0.255
54582026-08-31T00:58:06.944ZAug 31 00:58:05.815Aug 31 00:58:05.815
54592026-08-31T00:58:06.944ZAug 31 00:58:05.815 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54602026-08-31T00:58:06.945Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54612026-08-31T00:58:06.945Z Aug 31 00:58:05.815replacing 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 31 00:58:05.815
54622026-08-31T00:58:06.945Z Aug 31 00:58:05.815DEBG INFOreset freemapDEBGDEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }],
54632026-08-31T00:58:06.945Z
54642026-08-31T00:58:06.945Zunit: Aug 31 00:58:05.815replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 Aug 31 00:58:05.815INFOAug 31 00:58:05.815
54652026-08-31T00:58:06.945Z
54662026-08-31T00:58:06.945ZDEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54672026-08-31T00:58:06.945Z adding route 172.17.0.47/32 -> 10.0.0.255
54682026-08-31T00:58:06.945Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 31 00:58:05.815
54692026-08-31T00:58:06.945ZAug 31 00:58:05.815Aug 31 00:58:05.815 Aug 31 00:58:05.815INFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.21/32 -> 10.0.0.255Aug 31 00:58:05.815
54702026-08-31T00:58:06.945Z
54712026-08-31T00:58:06.945ZDEBG 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 } }]
54722026-08-31T00:58:06.945Zinitted freemap. size: 64, DEBGAug 31 00:58:05.815Aug 31 00:58:05.815 unit:DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
54732026-08-31T00:58:06.945ZAug 31 00:58:05.815 DEBGfreemap_route_ipv6
54742026-08-31T00:58:06.945Z
54752026-08-31T00:58:06.945ZINFO Aug 31 00:58:05.815adding route 172.17.0.19/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 } }]
54762026-08-31T00:58:06.945Z
54772026-08-31T00:58:06.945ZAug 31 00:58:05.815 Aug 31 00:58:05.815 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 31 00:58:05.815Aug 31 00:58:05.815 DEBGDEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54782026-08-31T00:58:06.945Z
54792026-08-31T00:58:06.945Z reset freemapadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
54802026-08-31T00:58:06.945Z, Aug 31 00:58:05.815
54812026-08-31T00:58:06.945Zunit : DEBGAug 31 00:58:05.815 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 31 00:58:05.815freemap_route_ipv6INFO
54822026-08-31T00:58:06.945Z
54832026-08-31T00:58:06.945Z Aug 31 00:58:05.815adding route 172.17.0.20/32 -> 10.0.0.255DEBG Aug 31 00:58:05.815replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
54842026-08-31T00:58:06.945Z
54852026-08-31T00:58:06.945Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
54862026-08-31T00:58:06.945ZAug 31 00:58:05.815Aug 31 00:58:05.815 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 00:58:05.815Aug 31 00:58:05.815
54872026-08-31T00:58:06.945Z INFODEBG 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 172.17.0.49/32 -> 10.0.0.255
54882026-08-31T00:58:06.945Z
54892026-08-31T00:58:06.945Zadding route 172.16.0.0/32 -> 10.0.0.1
54902026-08-31T00:58:06.945Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.815
54912026-08-31T00:58:06.945ZAug 31 00:58:05.815 Aug 31 00:58:05.815DEBGINFO Aug 31 00:58:05.815Aug 31 00:58:05.815 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 } }]INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
54922026-08-31T00:58:06.945Z
54932026-08-31T00:58:06.945Z adding route 172.17.0.21/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 } }]
54942026-08-31T00:58:06.945ZAug 31 00:58:05.815INFOAug 31 00:58:05.815
54952026-08-31T00:58:06.945Z adding route 172.17.0.23/32 -> 10.0.0.255DEBG 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 } }]
54962026-08-31T00:58:06.945ZAug 31 00:58:05.815adding route 172.17.0.50/32 -> 10.0.0.255 Aug 31 00:58:05.815
54972026-08-31T00:58:06.945Z DEBGINFO
54982026-08-31T00:58:06.945ZAug 31 00:58:05.815Aug 31 00:58:05.815replacing 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 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
54992026-08-31T00:58:06.945ZAug 31 00:58:05.821
55002026-08-31T00:58:06.946ZDEBGAug 31 00:58:05.821
55012026-08-31T00:58:06.946Z INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255
55022026-08-31T00:58:06.946Z
55032026-08-31T00:58:06.950ZAug 31 00:58:05.821 DEBG Aug 31 00:58:05.821replacing 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 } }]
55042026-08-31T00:58:06.950ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
55052026-08-31T00:58:06.950Z Aug 31 00:58:05.821DEBG Aug 31 00:58:05.821 Aug 31 00:58:05.821 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
55062026-08-31T00:58:06.950ZDEBG 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 } }]
55072026-08-31T00:58:06.950Zreplacing 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 } }]
55082026-08-31T00:58:06.950Z
55092026-08-31T00:58:06.950ZAug 31 00:58:05.821 Aug 31 00:58:05.821DEBGAug 31 00:58:05.821 INFO INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55102026-08-31T00:58:06.950Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:58:05.821
55112026-08-31T00:58:06.950ZINFOadding route 172.17.0.51/32 -> 10.0.0.255 Aug 31 00:58:05.821
55122026-08-31T00:58:06.950Z INFOadding route 172.17.0.23/32 -> 10.0.0.255
55132026-08-31T00:58:06.950Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 00:58:05.821
55142026-08-31T00:58:06.950Z DEBGAug 31 00:58:05.821 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
55152026-08-31T00:58:06.950ZAug 31 00:58:05.821 DEBGAug 31 00:58:05.821replacing 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: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 31 00:58:05.821
55162026-08-31T00:58:06.950Z
55172026-08-31T00:58:06.950Z INFODEBG adding route 172.17.0.52/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 } }]
55182026-08-31T00:58:06.950Z
55192026-08-31T00:58:06.950ZAug 31 00:58:05.821 Aug 31 00:58:05.821INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55202026-08-31T00:58:06.950Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 31 00:58:05.821
55212026-08-31T00:58:06.950ZAug 31 00:58:05.821 INFODEBGAug 31 00:58:05.821Aug 31 00:58:05.821 DEBG DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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.24/32 -> 10.0.0.255
55222026-08-31T00:58:06.950Z
55232026-08-31T00:58:06.950Zreplacing 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 } }]
55242026-08-31T00:58:06.950Z
55252026-08-31T00:58:06.950ZAug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 INFO DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:58:05.821INFOreplacing 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 } }]
55262026-08-31T00:58:06.950ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
55272026-08-31T00:58:06.950Zadding route 172.17.0.53/32 -> 10.0.0.255
55282026-08-31T00:58:06.950Z
55292026-08-31T00:58:06.950ZAug 31 00:58:05.821 Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 DEBGDEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55302026-08-31T00:58:06.950Z
55312026-08-31T00:58:06.950Zreplacing 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 } }]
55322026-08-31T00:58:06.950ZAug 31 00:58:05.821adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 00:58:05.821 INFOINFO
55332026-08-31T00:58:06.950Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255
55342026-08-31T00:58:06.950Z
55352026-08-31T00:58:06.950ZAug 31 00:58:05.821Aug 31 00:58:05.821 DEBGINFOAug 31 00:58:05.821 adding route 172.17.0.54/32 -> 10.0.0.255DEBGAug 31 00:58:05.821
55362026-08-31T00:58:06.951Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55372026-08-31T00:58:06.951Z 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 } }]
55382026-08-31T00:58:06.951Zreplacing 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 } }]
55392026-08-31T00:58:06.951ZAug 31 00:58:05.821 INFOAug 31 00:58:05.821 adding route 172.17.0.18/32 -> 10.0.0.255INFO
55402026-08-31T00:58:06.951Z Aug 31 00:58:05.821adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 31 00:58:05.821
55412026-08-31T00:58:06.951Z adding route 172.16.0.0/32 -> 10.0.0.2INFO
55422026-08-31T00:58:06.951ZAug 31 00:58:05.821 DEBGAug 31 00:58:05.821DEBG 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 } }]
55432026-08-31T00:58:06.951Zreplacing 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 } }]
55442026-08-31T00:58:06.951ZAug 31 00:58:05.821adding route 172.17.0.26/32 -> 10.0.0.255
55452026-08-31T00:58:06.951Z 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 31 00:58:05.821
55462026-08-31T00:58:06.951Z INFOAug 31 00:58:05.821 Aug 31 00:58:05.821DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff 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 } }]
55472026-08-31T00:58:06.951Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:58:05.821INFO
55482026-08-31T00:58:06.951Z
55492026-08-31T00:58:06.951Z Aug 31 00:58:05.821adding route 172.17.0.19/32 -> 10.0.0.255
55502026-08-31T00:58:06.951ZDEBGAug 31 00:58:05.821 Aug 31 00:58:05.821INFOINFOreplacing 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 } }]
55512026-08-31T00:58:06.951Z INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 00:58:05.821Aug 31 00:58:05.821 adding route 172.17.0.27/32 -> 10.0.0.255 DEBG
55522026-08-31T00:58:06.951Z INFO 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.16.0.0/32 -> 10.0.0.3
55532026-08-31T00:58:06.951Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
55542026-08-31T00:58:06.951Z
55552026-08-31T00:58:06.951Z
55562026-08-31T00:58:06.951ZAug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 Aug 31 00:58:05.821INFO DEBG DEBG DEBGDEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing 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.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 } }]
55572026-08-31T00:58:06.951Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55582026-08-31T00:58:06.951Z
55592026-08-31T00:58:06.951Z
55602026-08-31T00:58:06.951ZAug 31 00:58:05.821 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 } }]DEBG
55612026-08-31T00:58:06.951ZAug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 INFOfailed to allocate space for the new target listINFO
55622026-08-31T00:58:06.951Z adding route 172.16.0.0/32 -> 10.0.0.4
55632026-08-31T00:58:06.951ZDEBGadding route 172.17.0.28/32 -> 10.0.0.255Aug 31 00:58:05.821Aug 31 00:58:05.821 INFODEBG
55642026-08-31T00:58:06.951Z replacing targets for 3fff:dead::/64 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 } }]
55652026-08-31T00:58:06.951Zreplacing 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 } }]
55662026-08-31T00:58:06.951ZAug 31 00:58:05.821 DEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55672026-08-31T00:58:06.951Z
55682026-08-31T00:58:06.951ZAug 31 00:58:05.821Aug 31 00:58:05.821 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
55692026-08-31T00:58:06.951ZAug 31 00:58:05.821
55702026-08-31T00:58:06.951Z DEBG Aug 31 00:58:05.821 Aug 31 00:58:05.821replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55712026-08-31T00:58:06.951ZAug 31 00:58:05.821 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
55722026-08-31T00:58:06.951Z 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 } }]
55732026-08-31T00:58:06.951Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 00:58:05.821 Aug 31 00:58:05.821
55742026-08-31T00:58:06.951ZDEBGAug 31 00:58:05.821 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55752026-08-31T00:58:06.951Z adding route 172.17.0.22/32 -> 10.0.0.255INFO
55762026-08-31T00:58:06.952Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 00:58:05.821
55772026-08-31T00:58:06.952Z INFO Aug 31 00:58:05.821adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 00:58:05.821DEBG
55782026-08-31T00:58:06.952Z 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 } }]
55792026-08-31T00:58:06.952Zreplacing 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 } }]
55802026-08-31T00:58:06.952ZAug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 INFOINFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
55812026-08-31T00:58:06.952Z
55822026-08-31T00:58:06.952Z 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 } }]
55832026-08-31T00:58:06.952ZAug 31 00:58:05.821Aug 31 00:58:05.821 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
55842026-08-31T00:58:06.952ZAug 31 00:58:05.821
55852026-08-31T00:58:06.952Z 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 } }]
55862026-08-31T00:58:06.952ZAug 31 00:58:05.821 INFOAug 31 00:58:05.821 adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 00:58:05.821
55872026-08-31T00:58:06.952Z 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.24/32 -> 10.0.0.255
55882026-08-31T00:58:06.952Z
55892026-08-31T00:58:06.952ZAug 31 00:58:05.821 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.821
55902026-08-31T00:58:06.952Z 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 } }]
55912026-08-31T00:58:06.952ZAug 31 00:58:05.821Aug 31 00:58:05.821 INFOINFO Aug 31 00:58:05.821 adding route 172.17.0.60/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255
55922026-08-31T00:58:06.952Z
55932026-08-31T00:58:06.952ZINFO adding route 172.17.0.25/32 -> 10.0.0.255
55942026-08-31T00:58:06.952ZAug 31 00:58:05.821 DEBGAug 31 00:58:05.821 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 } }]
55952026-08-31T00:58:06.952ZAug 31 00:58:05.821replacing 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
55962026-08-31T00:58:06.952Z 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 } }]
55972026-08-31T00:58:06.952ZAug 31 00:58:05.821 INFOAug 31 00:58:05.821Aug 31 00:58:05.821 INFOadding route 172.17.0.61/32 -> 10.0.0.255 INFO
55982026-08-31T00:58:06.952Zadding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.33/32 -> 10.0.0.255
55992026-08-31T00:58:06.952Z
56002026-08-31T00:58:06.952ZAug 31 00:58:05.821 DEBG Aug 31 00:58:05.821replacing 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 } }]
56012026-08-31T00:58:06.952ZDEBG 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 31 00:58:05.821
56022026-08-31T00:58:06.952Z Aug 31 00:58:05.821DEBG 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
56032026-08-31T00:58:06.956Z adding route 172.17.0.62/32 -> 10.0.0.255Aug 31 00:58:05.821
56042026-08-31T00:58:06.956Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
56052026-08-31T00:58:06.956ZAug 31 00:58:05.821 DEBG Aug 31 00:58:05.821Aug 31 00:58:05.821replacing 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 } }]
56062026-08-31T00:58:06.956ZINFODEBG adding route 172.17.0.27/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 } }]
56072026-08-31T00:58:06.956Z
56082026-08-31T00:58:06.957ZAug 31 00:58:05.821 DEBG Aug 31 00:58:05.821failed to allocate space for the new target list
56092026-08-31T00:58:06.957ZDEBG 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 } }]
56102026-08-31T00:58:06.957ZAug 31 00:58:05.821Aug 31 00:58:05.827 INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 Aug 31 00:58:05.827adding route 172.17.0.35/32 -> 10.0.0.255
56112026-08-31T00:58:06.957Z
56122026-08-31T00:58:06.957Z INFO Aug 31 00:58:05.827adding route 172.17.0.24/32 -> 10.0.0.255
56132026-08-31T00:58:06.957ZDEBGAug 31 00:58:05.827 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
56142026-08-31T00:58:06.957Z
56152026-08-31T00:58:06.957ZAug 31 00:58:05.822 Aug 31 00:58:05.827DEBG Aug 31 00:58:05.827created new freemap , INFO unit INFOadding route 172.17.0.29/32 -> 10.0.0.255:
56162026-08-31T00:58:06.957Z freemap_route_ipv4adding route 172.17.0.36/32 -> 10.0.0.255
56172026-08-31T00:58:06.957ZAug 31 00:58:05.827 DEBG
56182026-08-31T00:58:06.957Z Aug 31 00:58:05.827replacing 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 31 00:58:05.827
56192026-08-31T00:58:06.957Z DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapAug 31 00:58:05.827
56202026-08-31T00:58:06.957Z, DEBGAug 31 00:58:05.827 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
56212026-08-31T00:58:06.957ZAug 31 00:58:05.827unit : INFO freemap_route_ipv6adding route 172.17.0.30/32 -> 10.0.0.255
56222026-08-31T00:58:06.957Z
56232026-08-31T00:58:06.957Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 31 00:58:05.827
56242026-08-31T00:58:06.957ZINFO Aug 31 00:58:05.827adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 00:58:05.827
56252026-08-31T00:58:06.957Z DEBGAug 31 00:58:05.827DEBG initted freemap. size: 64replacing 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 31 00:58:05.827
56262026-08-31T00:58:06.957ZDEBG 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 } }]
56272026-08-31T00:58:06.957ZDEBGAug 31 00:58:05.827 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 } }]unit:
56282026-08-31T00:58:06.957ZINFO freemap_route_ipv4 Aug 31 00:58:05.827adding route 172.17.0.31/32 -> 10.0.0.255
56292026-08-31T00:58:06.957Z
56302026-08-31T00:58:06.957Z INFOAug 31 00:58:05.827 adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:58:05.827INFO Aug 31 00:58:05.827adding route 172.17.0.38/32 -> 10.0.0.255
56312026-08-31T00:58:06.957ZDEBG
56322026-08-31T00:58:06.957Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
56332026-08-31T00:58:06.957Z Aug 31 00:58:05.827Aug 31 00:58:05.827 reset freemapDEBG, Aug 31 00:58:05.827 unit INFOreplacing 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:adding route 172.17.0.32/32 -> 10.0.0.255
56342026-08-31T00:58:06.957Z
56352026-08-31T00:58:06.957Z freemap_route_ipv4replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56362026-08-31T00:58:06.957Z
56372026-08-31T00:58:06.957ZAug 31 00:58:05.827Aug 31 00:58:05.827 INFODEBGAug 31 00:58:05.827 adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56382026-08-31T00:58:06.957ZAug 31 00:58:05.827
56392026-08-31T00:58:06.957ZINFO DEBG initted freemap. size: 64Aug 31 00:58:05.827, Aug 31 00:58:05.827 adding route 172.17.0.27/32 -> 10.0.0.255 unit
56402026-08-31T00:58:06.957ZINFO:DEBG adding route 172.17.0.33/32 -> 10.0.0.255
56412026-08-31T00:58:06.957Zreplacing 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 } }]freemap_route_ipv6
56422026-08-31T00:58:06.957Z
56432026-08-31T00:58:06.957ZAug 31 00:58:05.827 DEBGAug 31 00:58:05.827Aug 31 00:58:05.827 Aug 31 00:58:05.827 DEBG 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 } }]INFO
56442026-08-31T00:58:06.957Z adding route 172.17.0.40/32 -> 10.0.0.255
56452026-08-31T00:58:06.957Zreset freemapreplacing 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 } }],
56462026-08-31T00:58:06.957ZunitAug 31 00:58:05.827: INFOfreemap_route_ipv6Aug 31 00:58:05.828
56472026-08-31T00:58:06.957Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 31 00:58:05.828
56482026-08-31T00:58:06.958Z INFODEBGAug 31 00:58:05.828 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56492026-08-31T00:58:06.958Zadding route 172.17.0.28/32 -> 10.0.0.255
56502026-08-31T00:58:06.958Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:58:05.828
56512026-08-31T00:58:06.958Z DEBGAug 31 00:58:05.828 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 31 00:58:05.828
56522026-08-31T00:58:06.958ZDEBG INFO Aug 31 00:58:05.828replacing 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 31 00:58:05.828DEBGadding route 172.17.0.41/32 -> 10.0.0.255
56532026-08-31T00:58:06.958ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
56542026-08-31T00:58:06.958Z
56552026-08-31T00:58:06.958Z
56562026-08-31T00:58:06.958ZAug 31 00:58:05.828 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828
56572026-08-31T00:58:06.958ZAug 31 00:58:05.828 Aug 31 00:58:05.828DEBGINFO 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 31 00:58:05.828
56582026-08-31T00:58:06.958Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
56592026-08-31T00:58:06.958ZINFOAug 31 00:58:05.828 adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 00:58:05.828adding route 172.17.0.42/32 -> 10.0.0.255INFO
56602026-08-31T00:58:06.958ZDEBG
56612026-08-31T00:58:06.958Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
56622026-08-31T00:58:06.958ZAug 31 00:58:05.828
56632026-08-31T00:58:06.958ZDEBG 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 } }]
56642026-08-31T00:58:06.958ZAug 31 00:58:05.828 INFOAug 31 00:58:05.828Aug 31 00:58:05.828Aug 31 00:58:05.828 DEBGDEBG INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
56652026-08-31T00:58:06.958Z 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 } }]
56662026-08-31T00:58:06.958Zadding route 172.17.0.43/32 -> 10.0.0.255
56672026-08-31T00:58:06.958Z
56682026-08-31T00:58:06.958ZAug 31 00:58:05.828 Aug 31 00:58:05.828DEBGAug 31 00:58:05.828 Aug 31 00:58:05.828 INFOINFO 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 } }]
56692026-08-31T00:58:06.958ZDEBGadding route 172.17.0.37/32 -> 10.0.0.255
56702026-08-31T00:58:06.958Zreplacing 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 } }]
56712026-08-31T00:58:06.958Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 31 00:58:05.828
56722026-08-31T00:58:06.958Z Aug 31 00:58:05.828Aug 31 00:58:05.828DEBG INFO 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
56732026-08-31T00:58:06.958Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:58:05.828
56742026-08-31T00:58:06.958Z DEBGAug 31 00:58:05.828 adding route 172.17.0.44/32 -> 10.0.0.255INFO
56752026-08-31T00:58:06.958Z 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.38/32 -> 10.0.0.255
56762026-08-31T00:58:06.958Z
56772026-08-31T00:58:06.958ZAug 31 00:58:05.828 DEBGAug 31 00:58:05.828 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:58:05.828DEBGAug 31 00:58:05.828 DEBG
56782026-08-31T00:58:06.958Z 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
56792026-08-31T00:58:06.958Zreplacing 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 } }]
56802026-08-31T00:58:06.958Zadding route 172.17.0.31/32 -> 10.0.0.255
56812026-08-31T00:58:06.958ZAug 31 00:58:05.828 INFOAug 31 00:58:05.828 Aug 31 00:58:05.828Aug 31 00:58:05.828 adding route 172.17.0.0/32 -> 10.0.0.255
56822026-08-31T00:58:06.958ZINFODEBG adding route 172.17.0.45/32 -> 10.0.0.255INFOreplacing 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 31 00:58:05.828
56832026-08-31T00:58:06.958Z
56842026-08-31T00:58:06.958ZDEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56852026-08-31T00:58:06.958Z
56862026-08-31T00:58:06.958ZAug 31 00:58:05.828Aug 31 00:58:05.828 DEBGAug 31 00:58:05.828Aug 31 00:58:05.828 INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255INFO
56872026-08-31T00:58:06.959Z
56882026-08-31T00:58:06.959Z adding route 172.17.0.1/32 -> 10.0.0.255
56892026-08-31T00:58:06.959ZDEBGAug 31 00:58:05.828 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 } }]
56902026-08-31T00:58:06.959ZAug 31 00:58:05.828Aug 31 00:58:05.828INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255
56912026-08-31T00:58:06.959Zreplacing 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 31 00:58:05.828
56922026-08-31T00:58:06.959Z INFO Aug 31 00:58:05.828DEBGadding route 172.17.0.46/32 -> 10.0.0.255
56932026-08-31T00:58:06.959Z 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 31 00:58:05.828replacing 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 31 00:58:05.828
56942026-08-31T00:58:06.959Z INFO
56952026-08-31T00:58:06.959ZDEBG 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.2/32 -> 10.0.0.255
56962026-08-31T00:58:06.959Z
56972026-08-31T00:58:06.959ZAug 31 00:58:05.828Aug 31 00:58:05.828 Aug 31 00:58:05.828INFO Aug 31 00:58:05.828DEBG adding route 172.17.0.41/32 -> 10.0.0.255 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56982026-08-31T00:58:06.959Z
56992026-08-31T00:58:06.959Zadding route 172.17.0.47/32 -> 10.0.0.255INFO adding route 172.17.0.33/32 -> 10.0.0.255
57002026-08-31T00:58:06.959Z
57012026-08-31T00:58:06.959ZAug 31 00:58:05.828Aug 31 00:58:05.828 Aug 31 00:58:05.828INFO DEBG DEBGAug 31 00:58:05.828 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57022026-08-31T00:58:06.959Z 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.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
57032026-08-31T00:58:06.963Z
57042026-08-31T00:58:06.963Z
57052026-08-31T00:58:06.963ZAug 31 00:58:05.828 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 00:58:05.828
57062026-08-31T00:58:06.963ZAug 31 00:58:05.828Aug 31 00:58:05.828 DEBGINFOAug 31 00:58:05.828INFO adding route 172.17.0.34/32 -> 10.0.0.255DEBGadding route 172.17.0.48/32 -> 10.0.0.255 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 } }]
57072026-08-31T00:58:06.963Z
57082026-08-31T00:58:06.963Zreplacing 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 } }]
57092026-08-31T00:58:06.963Z
57102026-08-31T00:58:06.963ZAug 31 00:58:05.828Aug 31 00:58:05.828Aug 31 00:58:05.828 Aug 31 00:58:05.828 INFOINFO DEBG DEBGadding route 172.17.0.43/32 -> 10.0.0.255
57112026-08-31T00:58:06.963Zadding route 172.17.0.4/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 } }]
57122026-08-31T00:58:06.963Z
57132026-08-31T00:58:06.963Zreplacing 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 } }]
57142026-08-31T00:58:06.963ZAug 31 00:58:05.828Aug 31 00:58:05.828 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 } }]DEBG
57152026-08-31T00:58:06.963Z Aug 31 00:58:05.828replacing 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 31 00:58:05.828
57162026-08-31T00:58:06.963ZINFO INFOAug 31 00:58:05.828 adding route 172.17.0.49/32 -> 10.0.0.255Aug 31 00:58:05.828
57172026-08-31T00:58:06.963Z INFOadding route 172.17.0.35/32 -> 10.0.0.255 INFO
57182026-08-31T00:58:06.963Zadding route 172.17.0.44/32 -> 10.0.0.255
57192026-08-31T00:58:06.963Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 00:58:05.828
57202026-08-31T00:58:06.963ZDEBGAug 31 00:58:05.828Aug 31 00:58:05.828 DEBGDEBGreplacing 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 31 00:58:05.828replacing 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 } }]
57212026-08-31T00:58:06.963Zreplacing 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 } }]
57222026-08-31T00:58:06.964Z
57232026-08-31T00:58:06.964ZDEBG 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 31 00:58:05.828Aug 31 00:58:05.828
57242026-08-31T00:58:06.964Z INFO INFOAug 31 00:58:05.828adding route 172.17.0.45/32 -> 10.0.0.255
57252026-08-31T00:58:06.964Z adding route 172.17.0.50/32 -> 10.0.0.255INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:58:05.828
57262026-08-31T00:58:06.964ZAug 31 00:58:05.828
57272026-08-31T00:58:06.964ZDEBG 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
57282026-08-31T00:58:06.964Z Aug 31 00:58:05.834 adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 00:58:05.834
57292026-08-31T00:58:06.964Z DEBGAug 31 00:58:05.834 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57302026-08-31T00:58:06.964Z INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.834adding route 172.17.0.46/32 -> 10.0.0.255
57312026-08-31T00:58:06.964ZDEBG
57322026-08-31T00:58:06.964Z 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 31 00:58:05.834
57332026-08-31T00:58:06.964Z Aug 31 00:58:05.834Aug 31 00:58:05.834INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255
57342026-08-31T00:58:06.964ZINFO adding route 172.17.0.51/32 -> 10.0.0.255replacing 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 } }]
57352026-08-31T00:58:06.964Z
57362026-08-31T00:58:06.964ZAug 31 00:58:05.834 Aug 31 00:58:05.834 INFODEBG Aug 31 00:58:05.834Aug 31 00:58:05.834 adding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57372026-08-31T00:58:06.964Z
57382026-08-31T00:58:06.964Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
57392026-08-31T00:58:06.964Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.834
57402026-08-31T00:58:06.964Z Aug 31 00:58:05.834 Aug 31 00:58:05.834INFO DEBGAug 31 00:58:05.834DEBG 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.255INFO
57412026-08-31T00:58:06.964Z
57422026-08-31T00:58:06.964Zadding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57432026-08-31T00:58:06.964Z
57442026-08-31T00:58:06.964ZAug 31 00:58:05.834 DEBGAug 31 00:58:05.834 Aug 31 00:58:05.834replacing 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 } }]
57452026-08-31T00:58:06.964ZAug 31 00:58:05.834INFO INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255DEBG
57462026-08-31T00:58:06.964Z
57472026-08-31T00:58:06.964Zreplacing 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 31 00:58:05.834
57482026-08-31T00:58:06.964Z INFO Aug 31 00:58:05.834Aug 31 00:58:05.834 Aug 31 00:58:05.834DEBGDEBG adding route 172.17.0.39/32 -> 10.0.0.255
57492026-08-31T00:58:06.964Zreplacing 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.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57502026-08-31T00:58:06.964Z
57512026-08-31T00:58:06.964Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 31 00:58:05.834
57522026-08-31T00:58:06.964Z Aug 31 00:58:05.834DEBG INFOAug 31 00:58:05.834 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
57532026-08-31T00:58:06.964Z INFO
57542026-08-31T00:58:06.964Z Aug 31 00:58:05.834adding route 172.17.0.49/32 -> 10.0.0.255
57552026-08-31T00:58:06.964ZAug 31 00:58:05.834 DEBGAug 31 00:58:05.834 Aug 31 00:58:05.834replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
57562026-08-31T00:58:06.964Z
57572026-08-31T00:58:06.964ZINFOreplacing 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.40/32 -> 10.0.0.255
57582026-08-31T00:58:06.964Z
57592026-08-31T00:58:06.964ZAug 31 00:58:05.834 Aug 31 00:58:05.834INFO Aug 31 00:58:05.834adding route 172.17.0.10/32 -> 10.0.0.255 INFOINFO
57602026-08-31T00:58:06.964ZAug 31 00:58:05.834adding route 172.17.0.50/32 -> 10.0.0.255
57612026-08-31T00:58:06.964ZDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 00:58:05.834
57622026-08-31T00:58:06.965ZAug 31 00:58:05.834
57632026-08-31T00:58:06.965Z DEBGDEBG Aug 31 00:58:05.834replacing 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.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 } }]
57642026-08-31T00:58:06.965Ztest route::tests::delete_target_full ... ok
57652026-08-31T00:58:06.965ZINFOAug 31 00:58:05.834
57662026-08-31T00:58:06.965Z DEBGAug 31 00:58:05.834 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 } }] adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255Aug 31 00:58:05.834
57672026-08-31T00:58:06.965Z
57682026-08-31T00:58:06.965ZINFO adding route 172.17.0.11/32 -> 10.0.0.255
57692026-08-31T00:58:06.965Z
57702026-08-31T00:58:06.965ZAug 31 00:58:05.834Aug 31 00:58:05.834 DEBG Aug 31 00:58:05.834DEBG Aug 31 00:58:05.834 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 } }]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.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 } }]
57712026-08-31T00:58:06.965Z
57722026-08-31T00:58:06.965Z
57732026-08-31T00:58:06.965Ztest route::tests::delete_targets_fragmented ... ok
57742026-08-31T00:58:06.965Zadding route 172.17.0.55/32 -> 10.0.0.255
57752026-08-31T00:58:06.965Ztest route::tests::delete_target_fragmented ... ok
57762026-08-31T00:58:06.965ZAug 31 00:58:05.834 Aug 31 00:58:05.834INFOAug 31 00:58:05.834 Aug 31 00:58:05.834INFO adding route 172.17.0.52/32 -> 10.0.0.255 INFO
57772026-08-31T00:58:06.965Z adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
57782026-08-31T00:58:06.965ZDEBGAug 31 00:58:05.834
57792026-08-31T00:58:06.965Z DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57802026-08-31T00:58:06.965Zreplacing 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 } }]
57812026-08-31T00:58:06.965ZAug 31 00:58:05.834 DEBGAug 31 00:58:05.834Aug 31 00:58:05.834 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57822026-08-31T00:58:06.965Z Aug 31 00:58:05.834 INFO adding route 172.17.0.53/32 -> 10.0.0.255DEBG
57832026-08-31T00:58:06.965Z 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 31 00:58:05.834adding route 172.17.0.56/32 -> 10.0.0.255
57842026-08-31T00:58:06.965ZINFO
57852026-08-31T00:58:06.965ZAug 31 00:58:05.834adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 00:58:05.834
57862026-08-31T00:58:06.965Z DEBGAug 31 00:58:05.834DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
57872026-08-31T00:58:06.965Z
57882026-08-31T00:58:06.965Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:58:05.872
57892026-08-31T00:58:06.965Z INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 00:58:05.872
57902026-08-31T00:58:06.965Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 00:58:05.834Aug 31 00:58:05.872Aug 31 00:58:05.872
57912026-08-31T00:58:06.965Z 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.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 31 00:58:05.872
57922026-08-31T00:58:06.965Z
57932026-08-31T00:58:06.965Z 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 } }]DEBG
57942026-08-31T00:58:06.965Z 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 } }]
57952026-08-31T00:58:06.965ZAug 31 00:58:05.872Aug 31 00:58:05.872Aug 31 00:58:05.872 INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255Aug 31 00:58:05.872
57962026-08-31T00:58:06.965ZINFOadding route 172.17.0.44/32 -> 10.0.0.255
57972026-08-31T00:58:06.965Z INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:58:05.872
57982026-08-31T00:58:06.965Z DEBG
57992026-08-31T00:58:06.965Z 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 31 00:58:05.872
58002026-08-31T00:58:06.965Z DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872
58012026-08-31T00:58:06.966ZAug 31 00:58:05.872 DEBGINFO Aug 31 00:58:05.872 adding route 172.17.0.56/32 -> 10.0.0.255DEBGreplacing 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 } }]
58022026-08-31T00:58:06.966Z
58032026-08-31T00:58:06.970Z Aug 31 00:58:05.872replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58042026-08-31T00:58:06.970ZINFOAug 31 00:58:05.872 Aug 31 00:58:05.872 INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 00:58:05.872
58052026-08-31T00:58:06.970Z
58062026-08-31T00:58:06.970ZINFOreplacing 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 } }]
58072026-08-31T00:58:06.970Zadding route 172.17.0.15/32 -> 10.0.0.255
58082026-08-31T00:58:06.970ZAug 31 00:58:05.872Aug 31 00:58:05.872 Aug 31 00:58:05.821 Aug 31 00:58:05.872 DEBGDEBG 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
58092026-08-31T00:58:06.970Z
58102026-08-31T00:58:06.970Z Aug 31 00:58:05.872adding route 172.17.0.57/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 } }]
58112026-08-31T00:58:06.970Z DEBG
58122026-08-31T00:58:06.970Zreplacing 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 31 00:58:05.872Aug 31 00:58:05.872
58132026-08-31T00:58:06.970Z 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 } }]INFOAug 31 00:58:05.872
58142026-08-31T00:58:06.970ZAug 31 00:58:05.872adding route 172.17.0.60/32 -> 10.0.0.255
58152026-08-31T00:58:06.970ZINFO Aug 31 00:58:05.872 adding route 172.17.0.46/32 -> 10.0.0.255 INFO
58162026-08-31T00:58:06.970ZINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255Aug 31 00:58:05.872
58172026-08-31T00:58:06.970Z
58182026-08-31T00:58:06.970ZDEBGAug 31 00:58:05.872 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
58192026-08-31T00:58:06.970ZAug 31 00:58:05.872 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 31 00:58:05.872replacing 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 } }]
58202026-08-31T00:58:06.970Z
58212026-08-31T00:58:06.970Z DEBGAug 31 00:58:05.872 Aug 31 00:58:05.872DEBGAug 31 00:58:05.872 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 } }]
58222026-08-31T00:58:06.970ZINFOfailed to allocate space for the new target listINFO
58232026-08-31T00:58:06.970Zadding route 172.17.0.59/32 -> 10.0.0.255
58242026-08-31T00:58:06.970Zadding route 172.17.0.47/32 -> 10.0.0.255Aug 31 00:58:05.872Aug 31 00:58:05.872
58252026-08-31T00:58:06.970Z DEBGINFOAug 31 00:58:05.872 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
58262026-08-31T00:58:06.970Z 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.16.0.0/32 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 } }]
58272026-08-31T00:58:06.970ZAug 31 00:58:05.872
58282026-08-31T00:58:06.970Z Aug 31 00:58:05.872DEBG DEBG Aug 31 00:58:05.872replacing 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 } }]
58292026-08-31T00:58:06.970ZINFOreplacing 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 } }]
58302026-08-31T00:58:06.970Zadding route 172.17.0.60/32 -> 10.0.0.255
58312026-08-31T00:58:06.970ZAug 31 00:58:05.872Aug 31 00:58:05.872Aug 31 00:58:05.872 INFO INFODEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
58322026-08-31T00:58:06.970Z
58332026-08-31T00:58:06.971Zadding route 172.17.0.18/32 -> 10.0.0.255
58342026-08-31T00:58:06.971ZAug 31 00:58:05.872 Aug 31 00:58:05.872DEBG Aug 31 00:58:05.872 DEBGfailed to allocate space for the new target list
58352026-08-31T00:58:06.971Z 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 } }]
58362026-08-31T00:58:06.971Zreplacing 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 31 00:58:05.872 DEBG
58372026-08-31T00:58:06.971Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:58:05.872
58382026-08-31T00:58:06.971Z Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
58392026-08-31T00:58:06.971Z
58402026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 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.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 } }]
58412026-08-31T00:58:06.971Z
58422026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
58432026-08-31T00:58:06.971Z
58442026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 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.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 } }]
58452026-08-31T00:58:06.971Z
58462026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255
58472026-08-31T00:58:06.971ZAug 31 00:58:05.872 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
58482026-08-31T00:58:06.971Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872 DEBG
58492026-08-31T00:58:06.971Z 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 } }]
58502026-08-31T00:58:06.971ZAug 31 00:58:05.872 INFOAug 31 00:58:05.872 adding route 172.17.0.52/32 -> 10.0.0.255INFO
58512026-08-31T00:58:06.971Z adding route 172.17.0.22/32 -> 10.0.0.255
58522026-08-31T00:58:06.971ZAug 31 00:58:05.872 DEBGAug 31 00:58:05.872 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
58532026-08-31T00:58:06.971Z 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 } }]
58542026-08-31T00:58:06.971ZAug 31 00:58:05.872 INFOAug 31 00:58:05.872 adding route 172.17.0.53/32 -> 10.0.0.255INFO
58552026-08-31T00:58:06.971Z adding route 172.17.0.23/32 -> 10.0.0.255
58562026-08-31T00:58:06.971ZAug 31 00:58:05.872 Aug 31 00:58:05.872DEBG 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 } }]
58572026-08-31T00:58:06.971Zreplacing 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 } }]
58582026-08-31T00:58:06.971ZAug 31 00:58:05.872 Aug 31 00:58:05.872INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
58592026-08-31T00:58:06.971Zadding route 172.17.0.24/32 -> 10.0.0.255
58602026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 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.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 } }]
58612026-08-31T00:58:06.971Z
58622026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
58632026-08-31T00:58:06.971ZAug 31 00:58:05.872
58642026-08-31T00:58:06.971Z 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 } }]
58652026-08-31T00:58:06.971ZAug 31 00:58:05.872 Aug 31 00:58:05.872INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255
58662026-08-31T00:58:06.971Ztest route::tests::add_target_fails_full ... ok
58672026-08-31T00:58:06.971Zreplacing 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 } }]
58682026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 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.26/32 -> 10.0.0.255
58692026-08-31T00:58:06.971Z
58702026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
58712026-08-31T00:58:06.971Z
58722026-08-31T00:58:06.971ZAug 31 00:58:05.872Aug 31 00:58:05.872 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58732026-08-31T00:58:06.972Ztest route::tests::delete_targets_full ... ok
58742026-08-31T00:58:06.972Z
58752026-08-31T00:58:06.972Z
58762026-08-31T00:58:06.972Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
58772026-08-31T00:58:06.972Z
58782026-08-31T00:58:06.972ZAug 31 00:58:05.872Aug 31 00:58:05.872 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
58792026-08-31T00:58:06.972Z
58802026-08-31T00:58:06.972ZAug 31 00:58:05.872Aug 31 00:58:05.872 INFODEBG adding route 172.17.0.28/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 } }]
58812026-08-31T00:58:06.972Z
58822026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
58832026-08-31T00:58:06.972Z
58842026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.29/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 } }]
58852026-08-31T00:58:06.972Z
58862026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58872026-08-31T00:58:06.972Z
58882026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
58892026-08-31T00:58:06.972Z
58902026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58912026-08-31T00:58:06.972Z
58922026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
58932026-08-31T00:58:06.972Z
58942026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.62/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 } }]
58952026-08-31T00:58:06.972Z
58962026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
58972026-08-31T00:58:06.972Z
58982026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58992026-08-31T00:58:06.972Z
59002026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
59012026-08-31T00:58:06.972Z
59022026-08-31T00:58:06.972ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
59032026-08-31T00:58:06.976Z
59042026-08-31T00:58:06.976ZAug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
59052026-08-31T00:58:06.976Z
59062026-08-31T00:58:06.976ZAug 31 00:58:05.873Aug 31 00:58:05.873 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 } }]failed to allocate space for the new target list
59072026-08-31T00:58:06.976Z
59082026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59092026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59102026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59112026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59122026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59132026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59142026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59152026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59162026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59172026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59182026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59192026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59202026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59212026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59222026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59232026-08-31T00:58:06.976ZAug 31 00:58:05.880 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 } }]
59242026-08-31T00:58:06.976ZAug 31 00:58:05.880 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59252026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59262026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59272026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59282026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59292026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59302026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59312026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59322026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59332026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59342026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59352026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59362026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59372026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59382026-08-31T00:58:06.977ZAug 31 00:58:05.880 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59392026-08-31T00:58:06.977ZAug 31 00:58:05.880 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 } }]
59402026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59412026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59422026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59432026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59442026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59452026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59462026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59472026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59482026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59492026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59502026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59512026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59522026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59532026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59542026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59552026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59562026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59572026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59582026-08-31T00:58:06.977ZAug 31 00:58:05.881 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59592026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59602026-08-31T00:58:06.977ZAug 31 00:58:05.881 DEBG failed to allocate space for the new target list
59612026-08-31T00:58:06.977ZAug 31 00:58:05.881 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 } }]
59622026-08-31T00:58:06.977Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522)
59632026-08-31T00:58:06.977Z
59642026-08-31T00:58:06.977Zrunning 0 tests
59652026-08-31T00:58:06.978Z
59662026-08-31T00:58:06.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59672026-08-31T00:58:06.978Z
59682026-08-31T00:58:06.978Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
59692026-08-31T00:58:06.978Z
59702026-08-31T00:58:06.978Zrunning 0 tests
59712026-08-31T00:58:06.978Z
59722026-08-31T00:58:06.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59732026-08-31T00:58:06.978Z
59742026-08-31T00:58:06.978Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825)
59752026-08-31T00:58:06.978Z
59762026-08-31T00:58:06.978Zrunning 6 tests
59772026-08-31T00:58:06.978Ztest tests::test_parse_client_port_id ... ok
59782026-08-31T00:58:06.978Ztest tests::test_port_id_cmp ... ok
59792026-08-31T00:58:06.978Ztest tests::test_full_lot_id_neither_present ... ok
59802026-08-31T00:58:06.978Ztest tests::test_full_lot_id_both_present ... ok
59812026-08-31T00:58:06.978Ztest tests::test_full_lot_id_lot_only ... ok
59822026-08-31T00:58:06.978Ztest tests::test_full_lot_id_lotnum_only ... ok
59832026-08-31T00:58:06.978Z
59842026-08-31T00:58:06.978Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59852026-08-31T00:58:06.978Z
59862026-08-31T00:58:06.978Z Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6)
59872026-08-31T00:58:06.978Z
59882026-08-31T00:58:06.978Zrunning 0 tests
59892026-08-31T00:58:06.978Z
59902026-08-31T00:58:06.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59912026-08-31T00:58:06.978Z
59922026-08-31T00:58:06.978Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
59932026-08-31T00:58:06.982Z
59942026-08-31T00:58:06.982Zrunning 0 tests
59952026-08-31T00:58:06.982Z
59962026-08-31T00:58:06.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59972026-08-31T00:58:06.982Z
59982026-08-31T00:58:06.982Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
59992026-08-31T00:58:06.982Z
60002026-08-31T00:58:06.982Zrunning 15 tests
60012026-08-31T00:58:06.985Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60022026-08-31T00:58:06.985Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60032026-08-31T00:58:06.985Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60042026-08-31T00:58:06.985Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60052026-08-31T00:58:06.985Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60062026-08-31T00:58:06.985Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60072026-08-31T00:58:06.985Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60082026-08-31T00:58:06.985Ztest v1::network::tests::test_equal ... ok
60092026-08-31T00:58:06.985Ztest v1::network::tests::test_eui64 ... ok
60102026-08-31T00:58:06.985Ztest v1::network::tests::test_into ... ok
60112026-08-31T00:58:06.985Ztest v1::network::tests::test_not_equal ... ok
60122026-08-31T00:58:06.985Ztest v1::network::tests::test_to_string ... ok
60132026-08-31T00:58:06.985Ztest v1::port::tests::port_ids_are_ascii ... ok
60142026-08-31T00:58:06.985Ztest v1::network::tests::test_parse ... ok
60152026-08-31T00:58:06.985Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60162026-08-31T00:58:06.985Z
60172026-08-31T00:58:06.985Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60182026-08-31T00:58:06.985Z
60192026-08-31T00:58:06.985Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
60202026-08-31T00:58:06.988Z
60212026-08-31T00:58:06.988Zrunning 12 tests
60222026-08-31T00:58:06.991Ztest icmp::test_v4_checksum ... ok
60232026-08-31T00:58:06.991Ztest icmp::test_v6_checksum ... ok
60242026-08-31T00:58:06.991Ztest lldp::test_lldp_parse ... ok
60252026-08-31T00:58:06.991Ztest ipv6::test_ipv6_parse ... ok
60262026-08-31T00:58:06.991Ztest pbuf::test_byte ... ok
60272026-08-31T00:58:06.991Ztest pbuf::test_nibble ... ok
60282026-08-31T00:58:06.991Ztest pbuf::test_overflow ... ok
60292026-08-31T00:58:06.991Ztest pbuf::test_short ... ok
60302026-08-31T00:58:06.991Ztest pbuf::test_twelve ... ok
60312026-08-31T00:58:06.991Ztest pbuf::test_word ... ok
60322026-08-31T00:58:06.991Ztest tcp::test_checksum_ack_data ... ok
60332026-08-31T00:58:06.991Ztest tcp::test_checksum_syn_nodata ... ok
60342026-08-31T00:58:06.992Z
60352026-08-31T00:58:06.992Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60362026-08-31T00:58:06.992Z
60372026-08-31T00:58:06.992Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60382026-08-31T00:58:06.992Z
60392026-08-31T00:58:06.992Zrunning 0 tests
60402026-08-31T00:58:06.992Z
60412026-08-31T00:58:06.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60422026-08-31T00:58:06.992Z
60432026-08-31T00:58:06.992Z Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1)
60442026-08-31T00:58:06.996Z
60452026-08-31T00:58:06.996Zrunning 5 tests
60462026-08-31T00:58:06.999Ztest switchport::test::test_compute_lanes ... ok
60472026-08-31T00:58:06.999Ztest switchport::test::port_id_ordering ... ok
60482026-08-31T00:58:06.999Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
60492026-08-31T00:58:06.999Z Lane 2 State: ActivatedLane 3
60502026-08-31T00:58:06.999ZActivated Rx Loss-of-lock: Yes ActivatedYes ActivatedYes
60512026-08-31T00:58:06.999ZYes
60522026-08-31T00:58:06.999Z Rx Output Enabled: false Rx Loss-of-signal: Yes false Yes falseYes false
60532026-08-31T00:58:06.999ZYes
60542026-08-31T00:58:06.999Z Rx Output Status: valid Rx CDR Enabled: Yes Yesvalid valid Yesvalid
60552026-08-31T00:58:06.999ZYes
60562026-08-31T00:58:06.999Z Rx Loss-of-lock: true Tx Enabled: Yestrue Yes trueYes trueYes
60572026-08-31T00:58:06.999Z
60582026-08-31T00:58:06.999Z Rx Loss-of-signal: false Tx Loss-of-lock: No Nofalse falseNo false
60592026-08-31T00:58:06.999ZNo
60602026-08-31T00:58:06.999ZRx Auto-squelch Disable: true Tx Loss-of-signal: No true No true Notrue
60612026-08-31T00:58:06.999ZNo
60622026-08-31T00:58:06.999Z Tx Output Enabled: true Tx CDR Enabled: No Notrue Notrue Notrue
60632026-08-31T00:58:06.999Z
60642026-08-31T00:58:07.000Z Tx Adaptive EQ Fault: No Tx Output Status: invalid Noinvalid Noinvalid Noinvalid
60652026-08-31T00:58:07.000Z
60662026-08-31T00:58:07.000Z Tx Loss-of-lock: false Tx Fault: Yes false Yes false Yesfalse
60672026-08-31T00:58:07.000Z Yes Tx Loss-of-signal: true
60682026-08-31T00:58:07.000Z true true true
60692026-08-31T00:58:07.000ZTx Auto-squelch Disable: false false false false
60702026-08-31T00:58:07.000Z Tx Adaptive EQ Fail: true true true true
60712026-08-31T00:58:07.000Z Tx Failure: false false false false
60722026-08-31T00:58:07.000Z Tx Force Squelch: true true true true
60732026-08-31T00:58:07.000Z Tx Input Polarity: normal normal normal normal
60742026-08-31T00:58:07.000Ztest switchport::test::test_print_sff_datapath ... ok
60752026-08-31T00:58:07.000Ztest switchport::test::test_print_cmis_datapath ... ok
60762026-08-31T00:58:07.000Ztest link::test_filter ... ok
60772026-08-31T00:58:07.000Z
60782026-08-31T00:58:07.000Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60792026-08-31T00:58:07.000Z
60802026-08-31T00:58:07.004Z Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390)
60812026-08-31T00:58:07.004Z
60822026-08-31T00:58:07.004Zrunning 1 test
60832026-08-31T00:58:07.004Ztest test_p4_counter_list ... ignored
60842026-08-31T00:58:07.004Z
60852026-08-31T00:58:07.004Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60862026-08-31T00:58:07.004Z
60872026-08-31T00:58:07.004Z Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3)
60882026-08-31T00:58:07.004Z
60892026-08-31T00:58:07.004Zrunning 5 tests
60902026-08-31T00:58:07.004Ztest test_an ... ignored
60912026-08-31T00:58:07.004Ztest test_enable ... ignored
60922026-08-31T00:58:07.004Ztest test_ip_addresses ... ignored
60932026-08-31T00:58:07.004Ztest test_kr ... ignored
60942026-08-31T00:58:07.004Ztest test_mac ... ignored
60952026-08-31T00:58:07.004Z
60962026-08-31T00:58:07.004Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60972026-08-31T00:58:07.004Z
60982026-08-31T00:58:07.004Z Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26)
60992026-08-31T00:58:07.008Z
61002026-08-31T00:58:07.008Zrunning 3 tests
61012026-08-31T00:58:07.011Ztest linklocal::test_parse_ipadm ... ok
61022026-08-31T00:58:07.011Ztest tfport::test_parse_tfport ... ok
61032026-08-31T00:58:07.011Ztest config::tests::test_updates ... ok
61042026-08-31T00:58:07.012Z
61052026-08-31T00:58:07.012Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61062026-08-31T00:58:07.012Z
61072026-08-31T00:58:07.012Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
61082026-08-31T00:58:07.015Z
61092026-08-31T00:58:07.015Zrunning 0 tests
61102026-08-31T00:58:07.015Z
61112026-08-31T00:58:07.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61122026-08-31T00:58:07.015Z
61132026-08-31T00:58:07.015Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61142026-08-31T00:58:07.015Z
61152026-08-31T00:58:07.015Zrunning 0 tests
61162026-08-31T00:58:07.015Z
61172026-08-31T00:58:07.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-08-31T00:58:07.015Z
61192026-08-31T00:58:07.015Z Doc-tests aal
61202026-08-31T00:58:07.227Z
61212026-08-31T00:58:07.227Zrunning 0 tests
61222026-08-31T00:58:07.227Z
61232026-08-31T00:58:07.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242026-08-31T00:58:07.227Z
61252026-08-31T00:58:07.250Z Doc-tests aal_macros
61262026-08-31T00:58:08.320Z
61272026-08-31T00:58:08.320Zrunning 0 tests
61282026-08-31T00:58:08.320Z
61292026-08-31T00:58:08.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302026-08-31T00:58:08.320Z
61312026-08-31T00:58:08.323Z Doc-tests common
61322026-08-31T00:58:08.323Z
61332026-08-31T00:58:08.323Zrunning 0 tests
61342026-08-31T00:58:08.323Z
61352026-08-31T00:58:08.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-31T00:58:08.323Z
61372026-08-31T00:58:08.323Z Doc-tests dpd_api
61382026-08-31T00:58:08.323Z
61392026-08-31T00:58:08.323Zrunning 2 tests
61402026-08-31T00:58:08.323Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61412026-08-31T00:58:08.323Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61422026-08-31T00:58:08.324Z
61432026-08-31T00:58:08.324Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61442026-08-31T00:58:08.324Z
61452026-08-31T00:58:08.324Z Doc-tests dpd_client
61462026-08-31T00:58:09.683Z
61472026-08-31T00:58:09.683Zrunning 0 tests
61482026-08-31T00:58:09.683Z
61492026-08-31T00:58:09.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61502026-08-31T00:58:09.683Z
61512026-08-31T00:58:09.736Z Doc-tests dpd_types
61522026-08-31T00:58:09.921Z
61532026-08-31T00:58:09.921Zrunning 0 tests
61542026-08-31T00:58:09.921Z
61552026-08-31T00:58:09.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61562026-08-31T00:58:09.921Z
61572026-08-31T00:58:09.943Z Doc-tests dpd_types_versions
61582026-08-31T00:58:11.451Z
61592026-08-31T00:58:11.451Zrunning 1 test
61602026-08-31T00:58:11.451Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61612026-08-31T00:58:11.451Z
61622026-08-31T00:58:11.451Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632026-08-31T00:58:11.451Z
61642026-08-31T00:58:11.500Z Doc-tests packet
61652026-08-31T00:58:11.721Z
61662026-08-31T00:58:11.721Zrunning 0 tests
61672026-08-31T00:58:11.721Z
61682026-08-31T00:58:11.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692026-08-31T00:58:11.721Z
61702026-08-31T00:58:11.747Z Doc-tests pcap
61712026-08-31T00:58:11.798Z
61722026-08-31T00:58:11.798Zrunning 0 tests
61732026-08-31T00:58:11.798Z
61742026-08-31T00:58:11.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61752026-08-31T00:58:11.798Z
61762026-08-31T00:58:11.846Z+ for feat in tofino_stub tofino_asic softnpu chaos
61772026-08-31T00:58:11.846Z+ RUST_BACKTRACE=full
61782026-08-31T00:58:11.846Z+ cargo test --features softnpu --no-fail-fast
61792026-08-31T00:58:12.480Z Compiling num-integer v0.1.46
61802026-08-31T00:58:12.564Z Compiling num-complex v0.4.6
61812026-08-31T00:58:12.604Z Compiling bitstruct_derive v0.1.0
61822026-08-31T00:58:12.607Z Compiling tap v1.0.1
61832026-08-31T00:58:12.726Z Compiling wyz v0.5.1
61842026-08-31T00:58:12.860Z Compiling num-rational v0.4.2
61852026-08-31T00:58:12.889Z Compiling num-iter v0.1.45
61862026-08-31T00:58:12.899Z Compiling num-bigint v0.4.6
61872026-08-31T00:58:13.006Z Compiling radium v0.7.0
61882026-08-31T00:58:13.017Z Compiling funty v2.0.0
61892026-08-31T00:58:13.046Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61902026-08-31T00:58:13.115Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61912026-08-31T00:58:13.212Z Compiling num v0.4.3
61922026-08-31T00:58:13.287Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61932026-08-31T00:58:13.298Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-31T00:58:13.321Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61952026-08-31T00:58:13.367Z Compiling bitvec v1.0.1
61962026-08-31T00:58:13.426Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-08-31T00:58:13.576Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61982026-08-31T00:58:13.599Z Compiling typeid v1.0.3
61992026-08-31T00:58:13.681Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-31T00:58:13.697Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-31T00:58:13.718Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62022026-08-31T00:58:14.252Z Compiling ascii v1.1.0
62032026-08-31T00:58:14.453Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-31T00:58:14.533Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-31T00:58:14.597Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-31T00:58:14.706Z Compiling erased-serde v0.4.8
62072026-08-31T00:58:14.802Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62082026-08-31T00:58:14.988Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-08-31T00:58:15.020Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62102026-08-31T00:58:15.046Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62112026-08-31T00:58:15.192Z Compiling bitstruct v0.1.1
62122026-08-31T00:58:15.511Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62132026-08-31T00:58:15.638Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62142026-08-31T00:58:15.641Z Compiling serde_arrays v0.1.0
62152026-08-31T00:58:15.775Z Compiling libloading v0.7.4
62162026-08-31T00:58:16.038Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62172026-08-31T00:58:16.482Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62182026-08-31T00:58:16.654Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62192026-08-31T00:58:16.725Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62202026-08-31T00:58:18.862Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62212026-08-31T00:58:18.865Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62222026-08-31T00:58:24.597Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62232026-08-31T00:58:24.816Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62242026-08-31T00:58:24.819Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62252026-08-31T00:58:24.819Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62262026-08-31T00:58:24.896Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62272026-08-31T00:58:26.898Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62282026-08-31T00:58:27.059Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62292026-08-31T00:58:27.342Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-08-31T00:58:33.345Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-31T00:58:33.571Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62322026-08-31T00:58:41.116Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-31T00:58:43.536Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62342026-08-31T00:58:48.153Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62352026-08-31T00:59:25.977Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
62362026-08-31T00:59:26.100Z Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8)
62372026-08-31T00:59:26.103Z
62382026-08-31T00:59:26.103Zrunning 0 tests
62392026-08-31T00:59:26.103Z
62402026-08-31T00:59:26.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62412026-08-31T00:59:26.103Z
62422026-08-31T00:59:26.103Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62432026-08-31T00:59:26.106Z
62442026-08-31T00:59:26.106Zrunning 0 tests
62452026-08-31T00:59:26.106Z
62462026-08-31T00:59:26.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62472026-08-31T00:59:26.109Z
62482026-08-31T00:59:26.109Z Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb)
62492026-08-31T00:59:26.110Z
62502026-08-31T00:59:26.110Zrunning 0 tests
62512026-08-31T00:59:26.110Z
62522026-08-31T00:59:26.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62532026-08-31T00:59:26.110Z
62542026-08-31T00:59:26.110Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
62552026-08-31T00:59:26.130Z
62562026-08-31T00:59:26.130Zrunning 4 tests
62572026-08-31T00:59:26.133Ztest nat::tests::test_vni ... ok
62582026-08-31T00:59:26.133Ztest network::tests::test_generate_ipv6_link_local ... ok
62592026-08-31T00:59:26.136Ztest test_purge ... ok
62602026-08-31T00:59:26.139Ztest illumos::test::address_exists_handles_missing_object ... ok
62612026-08-31T00:59:26.139Z
62622026-08-31T00:59:26.139Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62632026-08-31T00:59:26.139Z
62642026-08-31T00:59:26.142Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
62652026-08-31T00:59:26.166Z
62662026-08-31T00:59:26.166Zrunning 1 test
62672026-08-31T00:59:26.170Z -------
62682026-08-31T00:59:26.173Z Generating OpenAPI documents from API definitions ...
62692026-08-31T00:59:26.328Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62702026-08-31T00:59:26.399Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62712026-08-31T00:59:27.430Z -------
62722026-08-31T00:59:27.430Z Checking 13 OpenAPI documents...
62732026-08-31T00:59:27.430Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-31T00:59:27.430Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-31T00:59:27.430Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-31T00:59:27.430Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-31T00:59:27.434Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-31T00:59:27.434Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-31T00:59:27.434Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-31T00:59:27.434Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-31T00:59:27.434Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-31T00:59:27.434Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-31T00:59:27.434Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-31T00:59:27.434Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-31T00:59:27.434Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-31T00:59:27.434Z Fresh dpd "latest" symlink
62872026-08-31T00:59:27.434Z -------
62882026-08-31T00:59:27.434Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62892026-08-31T00:59:27.505Ztest test::test_apis_up_to_date ... ok
62902026-08-31T00:59:27.505Z
62912026-08-31T00:59:27.505Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
62922026-08-31T00:59:27.505Z
62932026-08-31T00:59:27.568Z Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10)
62942026-08-31T00:59:27.574Z
62952026-08-31T00:59:27.574Zrunning 34 tests
62962026-08-31T00:59:27.577Ztest freemap::test_ordering ... ok
62972026-08-31T00:59:27.577Ztest config::tests::test_updates ... ok
62982026-08-31T00:59:27.577Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62992026-08-31T00:59:27.577Ztest freemap::test_split ... ok
63002026-08-31T00:59:27.581Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63012026-08-31T00:59:27.581Ztest macaddrs::tests::test_mac_offset ... ok
63022026-08-31T00:59:27.581Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63032026-08-31T00:59:27.581ZAug 31 00:59:26.515 DEBG created new freemap, unit: freemap_testAug 31 00:59:26.515 DEBG
63042026-08-31T00:59:27.581Z created new freemap, unit: freemap_test
63052026-08-31T00:59:27.582ZAug 31 00:59:26.515Aug 31 00:59:26.515 Aug 31 00:59:26.515DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , DEBGunit unitcreated new freemap:: , freemap_test
63062026-08-31T00:59:27.582Zunitfreemap_test:Aug 31 00:59:26.515 DEBG created new freemap, unit: freemap_test
63072026-08-31T00:59:27.582Ztest macaddrs::tests::test_parse_port_id ... ok
63082026-08-31T00:59:27.582ZAug 31 00:59:26.515 DEBG reset freemap, unit: freemap_test
63092026-08-31T00:59:27.582Z
63102026-08-31T00:59:27.582Zfreemap_test
63112026-08-31T00:59:27.582ZAug 31 00:59:26.515Aug 31 00:59:26.515 DEBGDEBG initted freemap. size: 128reset freemap, , unit: unitfreemap_test:
63122026-08-31T00:59:27.582Z freemap_test
63132026-08-31T00:59:27.582ZAug 31 00:59:26.515 DEBG reset freemap, unit:Aug 31 00:59:26.515 freemap_test
63142026-08-31T00:59:27.582ZDEBG initted freemap. size: 128, unit: freemap_test
63152026-08-31T00:59:27.582ZAug 31 00:59:26.515 DEBG reset freemap, unit: freemap_test
63162026-08-31T00:59:27.582Ztest nat::test_mapping ... ok
63172026-08-31T00:59:27.582Ztest freemap::test_basic ... ok
63182026-08-31T00:59:27.582Ztest freemap::test_exhaustion ... ok
63192026-08-31T00:59:27.582Ztest freemap::test_reclaim ... ok
63202026-08-31T00:59:27.582Ztest freemap::test_free ... ok
63212026-08-31T00:59:27.582Ztest port_map::tests::test_backplane_group ... ok
63222026-08-31T00:59:27.582Ztest port_map::tests::test_port_map ... ok
63232026-08-31T00:59:27.582Ztest port_map::tests::dump_map ... ok
63242026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG created new freemap, unit: freemap_test
63252026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG initted freemap. size: 8, unit: freemap_test
63262026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG reset freemap, unit: freemap_test
63272026-08-31T00:59:27.582Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63282026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG created new freemap, unit: freemap_test
63292026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG initted freemap. size: 128, unit: freemap_test
63302026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG reset freemap, unit: freemap_test
63312026-08-31T00:59:27.582Ztest freemap::test_span ... ok
63322026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG created new freemap, unit: freemap_route_ipv4
63332026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG created new freemap, unit: freemap_route_ipv6
63342026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63352026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG reset freemap, unit: freemap_route_ipv4
63362026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63372026-08-31T00:59:27.582ZAug 31 00:59:26.516 DEBG reset freemap, unit: freemap_route_ipv6
63382026-08-31T00:59:27.582ZAug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63392026-08-31T00:59:27.582ZAug 31 00:59:26.516 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 } }]
63402026-08-31T00:59:27.582ZAug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63412026-08-31T00:59:27.582ZAug 31 00:59:26.516 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 } }]
63422026-08-31T00:59:27.582ZAug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
63432026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63442026-08-31T00:59:27.583ZAug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
63452026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63462026-08-31T00:59:27.583ZAug 31 00:59:26.516 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63472026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63482026-08-31T00:59:27.583ZAug 31 00:59:26.516 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63492026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63502026-08-31T00:59:27.583ZAug 31 00:59:26.516 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63512026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63522026-08-31T00:59:27.583ZAug 31 00:59:26.516 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63532026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63542026-08-31T00:59:27.583ZAug 31 00:59:26.516 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63552026-08-31T00:59:27.583ZAug 31 00:59:26.516 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 } }]
63562026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63572026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63582026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63592026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63602026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63612026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63622026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63632026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63642026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63652026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63662026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63672026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63682026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63692026-08-31T00:59:27.583Ztest api_server::tests::test_build_info ... ok
63702026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63712026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63722026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63732026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63742026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63752026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63762026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63772026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63782026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63792026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63802026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63812026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
63822026-08-31T00:59:27.583ZAug 31 00:59:26.517 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 } }]
63832026-08-31T00:59:27.583ZAug 31 00:59:26.517 INFO Aug 31 00:59:26.517adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
63842026-08-31T00:59:27.584ZDEBG created new freemapAug 31 00:59:26.517, unitDEBG: 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 } }]freemap_route_ipv4
63852026-08-31T00:59:27.584Z
63862026-08-31T00:59:27.584ZAug 31 00:59:26.517 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:59:26.517
63872026-08-31T00:59:27.584Z DEBG created new freemap, unitAug 31 00:59:26.517: DEBGfreemap_route_ipv6
63882026-08-31T00:59:27.584Zreplacing 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 } }]
63892026-08-31T00:59:27.584ZAug 31 00:59:26.517Aug 31 00:59:26.517 DEBGINFO initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
63902026-08-31T00:59:27.584Zunit: freemap_route_ipv4
63912026-08-31T00:59:27.584ZAug 31 00:59:26.517 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517
63922026-08-31T00:59:27.584Z DEBG reset freemap, Aug 31 00:59:26.517unit :INFO freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
63932026-08-31T00:59:27.584Z
63942026-08-31T00:59:27.584ZAug 31 00:59:26.517Aug 31 00:59:26.517 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 } }]initted freemap. size: 64
63952026-08-31T00:59:27.584Z, unitAug 31 00:59:26.517: DEBGfreemap_route_ipv6 Aug 31 00:59:26.517created new freemap
63962026-08-31T00:59:27.584Z , INFOunitAug 31 00:59:26.517 :adding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv4
63972026-08-31T00:59:27.584Z
63982026-08-31T00:59:27.584Zreset freemap, unit:Aug 31 00:59:26.517 Aug 31 00:59:26.517freemap_route_ipv6 DEBGDEBG
63992026-08-31T00:59:27.584Z 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 } }]created new freemap
64002026-08-31T00:59:27.588Z, unit:Aug 31 00:59:26.517 Aug 31 00:59:26.517INFOfreemap_route_ipv6 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
64012026-08-31T00:59:27.588Z
64022026-08-31T00:59:27.588Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64032026-08-31T00:59:27.588ZAug 31 00:59:26.517Aug 31 00:59:26.517 DEBGDEBG Aug 31 00:59:26.517replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64042026-08-31T00:59:27.588Z 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
64052026-08-31T00:59:27.588Z:Aug 31 00:59:26.517 freemap_route_ipv4INFO
64062026-08-31T00:59:27.588Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 00:59:26.517
64072026-08-31T00:59:27.588Z INFOAug 31 00:59:26.517 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
64082026-08-31T00:59:27.588ZAug 31 00:59:26.517 reset freemapDEBG, Aug 31 00:59:26.517unitreplacing 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
64092026-08-31T00:59:27.588Z 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 } }]
64102026-08-31T00:59:27.588Zfreemap_route_ipv4Aug 31 00:59:26.517
64112026-08-31T00:59:27.588Z INFO Aug 31 00:59:26.517adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 00:59:26.517
64122026-08-31T00:59:27.588Z INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffinitted freemap. size: 64
64132026-08-31T00:59:27.588Z, unitAug 31 00:59:26.517: Aug 31 00:59:26.517freemap_route_ipv6
64142026-08-31T00:59:27.588ZDEBGDEBG 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: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 31 00:59:26.517
64152026-08-31T00:59:27.588Z
64162026-08-31T00:59:27.588Ztest port_map::tests::parse_softnpu_revision ... ok
64172026-08-31T00:59:27.588ZDEBG reset freemap, unit: freemap_route_ipv6
64182026-08-31T00:59:27.588ZAug 31 00:59:26.517Aug 31 00:59:26.517 INFOAug 31 00:59:26.517 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
64192026-08-31T00:59:27.588Z created new freemap, unit: freemap_route_ipv4
64202026-08-31T00:59:27.588ZAug 31 00:59:26.517Aug 31 00:59:26.517 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 } }]created new freemap
64212026-08-31T00:59:27.588Z, unit: freemap_route_ipv6Aug 31 00:59:26.517
64222026-08-31T00:59:27.588Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64232026-08-31T00:59:27.588ZAug 31 00:59:26.517 Aug 31 00:59:26.517DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
64242026-08-31T00:59:27.588Z: freemap_route_ipv4
64252026-08-31T00:59:27.588ZAug 31 00:59:26.517 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64262026-08-31T00:59:27.588Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 00:59:26.517
64272026-08-31T00:59:27.588ZAug 31 00:59:26.517 Aug 31 00:59:26.517INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
64282026-08-31T00:59:27.588ZAug 31 00:59:26.517replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap ,
64292026-08-31T00:59:27.588ZDEBGunit: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 31 00:59:26.517
64302026-08-31T00:59:27.588Z
64312026-08-31T00:59:27.588ZINFOAug 31 00:59:26.517 Aug 31 00:59:26.517adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 31 00:59:26.517DEBGDEBG
64322026-08-31T00:59:27.588Z INFOinitted freemap. size: 64 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 00:59:26.517
64332026-08-31T00:59:27.588Z DEBGunit :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 } }]
64342026-08-31T00:59:27.588Zfreemap_route_ipv6
64352026-08-31T00:59:27.589Z
64362026-08-31T00:59:27.589ZAug 31 00:59:26.517 DEBG Aug 31 00:59:26.517Aug 31 00:59:26.517Aug 31 00:59:26.517 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 } }] DEBGINFO
64372026-08-31T00:59:27.589Z reset freemap , unitAug 31 00:59:26.517INFOadding route 3fff:dead::/64 -> 2001:db8::55:1:
64382026-08-31T00:59:27.589Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO
64392026-08-31T00:59:27.589Z
64402026-08-31T00:59:27.589Z Aug 31 00:59:26.517 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
64412026-08-31T00:59:27.589ZAug 31 00:59:26.517Aug 31 00:59:26.517Aug 31 00:59:26.517 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 } }]INFO
64422026-08-31T00:59:27.589ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1
64432026-08-31T00:59:27.589Zcreated new freemapDEBGAug 31 00:59:26.517 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 } }], DEBGunit Aug 31 00:59:26.517Aug 31 00:59:26.517replacing 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 } }]
64442026-08-31T00:59:27.589Z
64452026-08-31T00:59:27.589ZDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
64462026-08-31T00:59:27.589Zfreemap_route_ipv4Aug 31 00:59:26.517
64472026-08-31T00:59:27.589Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
64482026-08-31T00:59:27.589ZAug 31 00:59:26.517 Aug 31 00:59:26.517adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO Aug 31 00:59:26.517 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
64492026-08-31T00:59:27.589Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 00:59:26.517DEBG
64502026-08-31T00:59:27.589Z DEBG
64512026-08-31T00:59:27.589Z Aug 31 00:59:26.517Aug 31 00:59:26.517replacing 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 } }] created new freemap
64522026-08-31T00:59:27.589ZDEBG DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64532026-08-31T00:59:27.589Z
64542026-08-31T00:59:27.589ZAug 31 00:59:26.517Aug 31 00:59:26.517 INFOAug 31 00:59:26.517, Aug 31 00:59:26.517DEBG INFOINFOadding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64552026-08-31T00:59:27.589Zadding route 3fff:beef::/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 } }]
64562026-08-31T00:59:27.589Z
64572026-08-31T00:59:27.589Zunit
64582026-08-31T00:59:27.589Z:Aug 31 00:59:26.517Aug 31 00:59:26.517 DEBG freemap_route_ipv6DEBG
64592026-08-31T00:59:27.589Z 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 31 00:59:26.517
64602026-08-31T00:59:27.589Zreplacing 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 } }]
64612026-08-31T00:59:27.589ZDEBG Aug 31 00:59:26.517Aug 31 00:59:26.517replacing 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 31 00:59:26.517INFO INFOAug 31 00:59:26.517
64622026-08-31T00:59:27.589Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG INFO
64632026-08-31T00:59:27.589Zinitted freemap. size: 64 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
64642026-08-31T00:59:27.589Z Aug 31 00:59:26.517 unitDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64652026-08-31T00:59:27.589Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517
64662026-08-31T00:59:27.589Z: freemap_route_ipv4 INFOAug 31 00:59:26.517 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64672026-08-31T00:59:27.589Z
64682026-08-31T00:59:27.589Z Aug 31 00:59:26.517 DEBGAug 31 00:59:26.517DEBG Aug 31 00:59:26.517 INFO 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:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64692026-08-31T00:59:27.589Z
64702026-08-31T00:59:27.589Z
64712026-08-31T00:59:27.589Z
64722026-08-31T00:59:27.589ZAug 31 00:59:26.517Aug 31 00:59:26.517 Aug 31 00:59:26.517DEBGDEBG 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 31 00:59:26.517
64732026-08-31T00:59:27.589Z Aug 31 00:59:26.517 INFOreset freemapINFOAug 31 00:59:26.517, INFOINFO unitadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64742026-08-31T00:59:27.589Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64752026-08-31T00:59:27.590Z
64762026-08-31T00:59:27.590Z: freemap_route_ipv4Aug 31 00:59:26.517Aug 31 00:59:26.517
64772026-08-31T00:59:27.590ZDEBG Aug 31 00:59:26.517DEBG 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 } }] 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 } }]
64782026-08-31T00:59:27.590Z
64792026-08-31T00:59:27.590Zreplacing 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 31 00:59:26.517
64802026-08-31T00:59:27.590Z Aug 31 00:59:26.517DEBG Aug 31 00:59:26.517Aug 31 00:59:26.517INFO initted freemap. size: 64 INFO , adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFO
64812026-08-31T00:59:27.590Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffunit
64822026-08-31T00:59:27.590Z
64832026-08-31T00:59:27.590Z:Aug 31 00:59:26.517 Aug 31 00:59:26.517freemap_route_ipv6Aug 31 00:59:26.517DEBG
64842026-08-31T00:59:27.590Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64852026-08-31T00:59:27.590Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64862026-08-31T00:59:27.590Zreplacing 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 31 00:59:26.517
64872026-08-31T00:59:27.590Z Aug 31 00:59:26.517Aug 31 00:59:26.517INFO Aug 31 00:59:26.517INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFODEBG
64882026-08-31T00:59:27.590Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64892026-08-31T00:59:27.590Zreset freemap
64902026-08-31T00:59:27.590Z, unit:Aug 31 00:59:26.517 Aug 31 00:59:26.517Aug 31 00:59:26.517DEBG freemap_route_ipv6 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
64912026-08-31T00:59:27.590Z 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 } }]
64922026-08-31T00:59:27.590Z
64932026-08-31T00:59:27.590Z
64942026-08-31T00:59:27.590ZAug 31 00:59:26.517 Aug 31 00:59:26.517INFOAug 31 00:59:26.517 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO Aug 31 00:59:26.517INFO
64952026-08-31T00:59:27.590Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64962026-08-31T00:59:27.590Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFO
64972026-08-31T00:59:27.590Z Aug 31 00:59:26.517Aug 31 00:59:26.517 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG DEBGAug 31 00:59:26.517replacing 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 } }]
64982026-08-31T00:59:27.590Z 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 } }]
64992026-08-31T00:59:27.590ZDEBG
65002026-08-31T00:59:27.594Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517
65012026-08-31T00:59:27.594Z Aug 31 00:59:26.517INFO Aug 31 00:59:26.517INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65022026-08-31T00:59:27.594Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 31 00:59:26.517DEBG INFOAug 31 00:59:26.517
65032026-08-31T00:59:27.594Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG
65042026-08-31T00:59:27.594Z 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:7::/64 -> 2001:db8::55:ff
65052026-08-31T00:59:27.594Z
65062026-08-31T00:59:27.594ZAug 31 00:59:26.517 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517Aug 31 00:59:26.517Aug 31 00:59:26.517 INFO
65072026-08-31T00:59:27.594Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65082026-08-31T00:59:27.594ZDEBGreplacing 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 } }]
65092026-08-31T00:59:27.594Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:59:26.517Aug 31 00:59:26.517
65102026-08-31T00:59:27.595ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65112026-08-31T00:59:27.595ZAug 31 00:59:26.517 Aug 31 00:59:26.518INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65122026-08-31T00:59:27.595Zreplacing 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
65132026-08-31T00:59:27.595Z 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 31 00:59:26.518
65142026-08-31T00:59:27.595Z 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 } }]
65152026-08-31T00:59:27.595ZAug 31 00:59:26.518 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 00:59:26.518Aug 31 00:59:26.518
65162026-08-31T00:59:27.595Z INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65172026-08-31T00:59:27.595Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
65182026-08-31T00:59:27.595Z Aug 31 00:59:26.518DEBG DEBGAug 31 00:59:26.518 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
65192026-08-31T00:59:27.595Z 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 } }]
65202026-08-31T00:59:27.595Z
65212026-08-31T00:59:27.595ZAug 31 00:59:26.518 Aug 31 00:59:26.518INFO Aug 31 00:59:26.518INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65222026-08-31T00:59:27.595Z
65232026-08-31T00:59:27.595Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65242026-08-31T00:59:27.595ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBG 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 } }]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 } }]
65252026-08-31T00:59:27.595Zreplacing 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 } }]
65262026-08-31T00:59:27.595Z
65272026-08-31T00:59:27.595ZAug 31 00:59:26.518 INFO Aug 31 00:59:26.518Aug 31 00:59:26.518adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65282026-08-31T00:59:27.595Z INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65292026-08-31T00:59:27.595Z
65302026-08-31T00:59:27.595ZAug 31 00:59:26.518 DEBG Aug 31 00:59:26.518Aug 31 00:59:26.518 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65312026-08-31T00:59:27.595ZDEBG 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: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 } }]
65322026-08-31T00:59:27.595ZAug 31 00:59:26.518
65332026-08-31T00:59:27.595Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65342026-08-31T00:59:27.595ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFOINFO Aug 31 00:59:26.518adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65352026-08-31T00:59:27.595Z
65362026-08-31T00:59:27.595Zreplacing 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 } }]
65372026-08-31T00:59:27.595ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFO DEBGadding route 3fff:beef:14::/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 } }]
65382026-08-31T00:59:27.595Z
65392026-08-31T00:59:27.595Z 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 } }]
65402026-08-31T00:59:27.595ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG adding route 3fff:beef:d::/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 } }]
65412026-08-31T00:59:27.595Z
65422026-08-31T00:59:27.595ZAug 31 00:59:26.518 INFOAug 31 00:59:26.518Aug 31 00:59:26.518 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
65432026-08-31T00:59:27.595Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
65442026-08-31T00:59:27.595Z 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 } }]
65452026-08-31T00:59:27.595ZAug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBGAug 31 00:59:26.518 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: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
65462026-08-31T00:59:27.595Z
65472026-08-31T00:59:27.595Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65482026-08-31T00:59:27.595ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518INFO INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65492026-08-31T00:59:27.596Zreplacing 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 } }]
65502026-08-31T00:59:27.596Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65512026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 INFO DEBG adding route 3fff:beef:f::/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 } }]
65522026-08-31T00:59:27.596Z
65532026-08-31T00:59:27.596ZDEBG 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 } }]
65542026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFO Aug 31 00:59:26.518replacing 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 } }]
65552026-08-31T00:59:27.596Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
65562026-08-31T00:59:27.596Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
65572026-08-31T00:59:27.596Z Aug 31 00:59:26.518INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65582026-08-31T00:59:27.596ZAug 31 00:59:26.518replacing 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 } }]
65592026-08-31T00:59:27.596ZDEBG Aug 31 00:59:26.518replacing 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 31 00:59:26.518DEBG
65602026-08-31T00:59:27.596ZINFO 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 } }]
65612026-08-31T00:59:27.596Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
65622026-08-31T00:59:27.596Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65632026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG Aug 31 00:59:26.518 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65642026-08-31T00:59:27.596Z
65652026-08-31T00:59:27.596ZDEBG 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 } }]
65662026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBG INFOINFO adding route 3fff:beef:19::/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 } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65672026-08-31T00:59:27.596Z
65682026-08-31T00:59:27.596Z
65692026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518 DEBGAug 31 00:59:26.518INFO DEBGadding route 3fff:beef:12::/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 } }]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 } }]
65702026-08-31T00:59:27.596Z
65712026-08-31T00:59:27.596Z
65722026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 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 } }]INFO
65732026-08-31T00:59:27.596Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65742026-08-31T00:59:27.596Z
65752026-08-31T00:59:27.596ZAug 31 00:59:26.518 Aug 31 00:59:26.518Aug 31 00:59:26.518INFO 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: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 } }]
65762026-08-31T00:59:27.596Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65772026-08-31T00:59:27.596Z
65782026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBGINFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff 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:1b::/64 -> 2001:db8::55:ff
65792026-08-31T00:59:27.596Z
65802026-08-31T00:59:27.596Z
65812026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFO 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:14::/64 -> 2001:db8::55:ff
65822026-08-31T00:59:27.596Z
65832026-08-31T00:59:27.596ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65842026-08-31T00:59:27.596Zreplacing 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: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 } }]
65852026-08-31T00:59:27.596Z
65862026-08-31T00:59:27.596ZAug 31 00:59:26.518 DEBG Aug 31 00:59:26.518replacing 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 } }]
65872026-08-31T00:59:27.596ZAug 31 00:59:26.518INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65882026-08-31T00:59:27.596Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
65892026-08-31T00:59:27.597Z INFO Aug 31 00:59:26.518adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65902026-08-31T00:59:27.597ZAug 31 00:59:26.518DEBG 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 } }]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 } }]
65912026-08-31T00:59:27.597ZAug 31 00:59:26.518
65922026-08-31T00:59:27.597Z 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 } }]
65932026-08-31T00:59:27.597ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:59:26.518adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65942026-08-31T00:59:27.597Z
65952026-08-31T00:59:27.597ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65962026-08-31T00:59:27.597ZAug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBG Aug 31 00:59:26.518 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
65972026-08-31T00:59:27.597Z
65982026-08-31T00:59:27.597Z 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 } }]
65992026-08-31T00:59:27.597ZAug 31 00:59:26.518 Aug 31 00:59:26.518INFO Aug 31 00:59:26.518INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66002026-08-31T00:59:27.601ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66012026-08-31T00:59:27.601Z
66022026-08-31T00:59:27.601ZAug 31 00:59:26.518 Aug 31 00:59:26.518DEBGAug 31 00:59:26.518 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
66032026-08-31T00:59:27.601Z 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 } }]
66042026-08-31T00:59:27.601Zreplacing 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 31 00:59:26.518
66052026-08-31T00:59:27.601Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66062026-08-31T00:59:27.601Z Aug 31 00:59:26.518INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66072026-08-31T00:59:27.601Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66082026-08-31T00:59:27.601Z 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 31 00:59:26.518
66092026-08-31T00:59:27.601Z Aug 31 00:59:26.518DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66102026-08-31T00:59:27.601Z Aug 31 00:59:26.518replacing 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 } }]
66112026-08-31T00:59:27.601ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66122026-08-31T00:59:27.601ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFOAug 31 00:59:26.518INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66132026-08-31T00:59:27.601ZDEBGAug 31 00:59:26.518 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
66142026-08-31T00:59:27.601Z 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 } }]
66152026-08-31T00:59:27.601ZAug 31 00:59:26.518 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66162026-08-31T00:59:27.601Z
66172026-08-31T00:59:27.601ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66182026-08-31T00:59:27.601ZAug 31 00:59:26.518 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
66192026-08-31T00:59:27.601Z
66202026-08-31T00:59:27.601ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66212026-08-31T00:59:27.602Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66222026-08-31T00:59:27.602Zreplacing 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 } }]
66232026-08-31T00:59:27.602ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518 DEBG DEBGINFOreplacing 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 } }]
66242026-08-31T00:59:27.602Zreplacing 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:23::/64 -> 2001:db8::55:ff
66252026-08-31T00:59:27.602Z
66262026-08-31T00:59:27.602ZAug 31 00:59:26.518 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66272026-08-31T00:59:27.602Z INFO Aug 31 00:59:26.518adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518DEBG
66282026-08-31T00:59:27.602ZDEBGreplacing 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 } }]
66292026-08-31T00:59:27.602Zreplacing 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 } }]
66302026-08-31T00:59:27.602ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBG INFO INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66312026-08-31T00:59:27.602Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66322026-08-31T00:59:27.602Z
66332026-08-31T00:59:27.602ZAug 31 00:59:26.518 Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFODEBG 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 } }]
66342026-08-31T00:59:27.602Z
66352026-08-31T00:59:27.602Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66362026-08-31T00:59:27.602ZAug 31 00:59:26.518 INFOAug 31 00:59:26.518 Aug 31 00:59:26.518 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO
66372026-08-31T00:59:27.602Z DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }]
66382026-08-31T00:59:27.602Z
66392026-08-31T00:59:27.602ZAug 31 00:59:26.518 DEBGAug 31 00:59:26.518Aug 31 00:59:26.518 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 } }]
66402026-08-31T00:59:27.602ZINFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66412026-08-31T00:59:27.602Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518
66422026-08-31T00:59:27.602Z INFO Aug 31 00:59:26.518adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518DEBG
66432026-08-31T00:59:27.602Z 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 } }]
66442026-08-31T00:59:27.602ZAug 31 00:59:26.518adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66452026-08-31T00:59:27.602ZDEBGAug 31 00:59:26.518 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 } }]
66462026-08-31T00:59:27.602ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66472026-08-31T00:59:27.602Z Aug 31 00:59:26.518DEBG 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 } }]
66482026-08-31T00:59:27.602Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66492026-08-31T00:59:27.602Z DEBG Aug 31 00:59:26.518replacing 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 31 00:59:26.518
66502026-08-31T00:59:27.602Z INFODEBG adding route 3fff:beef:27::/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 } }]Aug 31 00:59:26.518
66512026-08-31T00:59:27.602Z
66522026-08-31T00:59:27.602Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66532026-08-31T00:59:27.602ZAug 31 00:59:26.518 INFODEBG Aug 31 00:59:26.518 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 } }]DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66542026-08-31T00:59:27.602Z
66552026-08-31T00:59:27.602Zreplacing 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 } }]
66562026-08-31T00:59:27.602ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66572026-08-31T00:59:27.602ZINFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66582026-08-31T00:59:27.602Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66592026-08-31T00:59:27.602ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBG 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 } }]
66602026-08-31T00:59:27.602Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66612026-08-31T00:59:27.603Z
66622026-08-31T00:59:27.603ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG INFO adding route 3fff:beef:22::/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 } }]
66632026-08-31T00:59:27.603Z
66642026-08-31T00:59:27.603Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66652026-08-31T00:59:27.603ZAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBGINFO 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:27::/64 -> 2001:db8::55:ff
66662026-08-31T00:59:27.603Z
66672026-08-31T00:59:27.603Zreplacing 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 } }]
66682026-08-31T00:59:27.603Z Aug 31 00:59:26.518adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBG
66692026-08-31T00:59:27.603Z INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66702026-08-31T00:59:27.603Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66712026-08-31T00:59:27.603Z Aug 31 00:59:26.518adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
66722026-08-31T00:59:27.603Z INFO 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:28::/64 -> 2001:db8::55:ffAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBG DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66732026-08-31T00:59:27.603Z
66742026-08-31T00:59:27.603Z
66752026-08-31T00:59:27.603Z 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 } }]created new freemapAug 31 00:59:26.518Aug 31 00:59:26.518 ,
66762026-08-31T00:59:27.603Zunit:Aug 31 00:59:26.518 freemap_route_ipv4 INFOAug 31 00:59:26.518
66772026-08-31T00:59:27.603ZDEBG 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 } }]INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66782026-08-31T00:59:27.603Z
66792026-08-31T00:59:27.603Z
66802026-08-31T00:59:27.603ZAug 31 00:59:26.518 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff created new freemap
66812026-08-31T00:59:27.603Z, Aug 31 00:59:26.518Aug 31 00:59:26.518unit : DEBGAug 31 00:59:26.518freemap_route_ipv6
66822026-08-31T00:59:27.603ZAug 31 00:59:26.518replacing 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 } }]
66832026-08-31T00:59:27.603ZDEBG 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 } }]Aug 31 00:59:26.518
66842026-08-31T00:59:27.603Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66852026-08-31T00:59:27.603Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
66862026-08-31T00:59:27.603Z DEBGDEBG Aug 31 00:59:26.518initted freemap. size: 64 Aug 31 00:59:26.518 , DEBGunit INFO:replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66872026-08-31T00:59:27.603Z
66882026-08-31T00:59:27.603Z
66892026-08-31T00:59:27.603Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66902026-08-31T00:59:27.603ZAug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518 Aug 31 00:59:26.518INFODEBGINFO DEBGreset freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66912026-08-31T00:59:27.603Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66922026-08-31T00:59:27.603Z: Aug 31 00:59:26.518freemap_route_ipv4
66932026-08-31T00:59:27.603Z
66942026-08-31T00:59:27.603ZAug 31 00:59:26.518DEBG 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 31 00:59:26.518
66952026-08-31T00:59:27.603Z Aug 31 00:59:26.518INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG 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 } }]
66962026-08-31T00:59:27.603Z
66972026-08-31T00:59:27.603Zinitted freemap. size: 64, Aug 31 00:59:26.518unit :INFOAug 31 00:59:26.518 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 00:59:26.518freemap_route_ipv6
66982026-08-31T00:59:27.603Z DEBG
66992026-08-31T00:59:27.603Z INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 00:59:26.518
67002026-08-31T00:59:27.608Z Aug 31 00:59:26.518
67012026-08-31T00:59:27.608ZDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67022026-08-31T00:59:27.608Z reset freemapAug 31 00:59:26.518, Aug 31 00:59:26.518unitDEBG : INFO 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 } }]freemap_route_ipv6
67032026-08-31T00:59:27.608Z
67042026-08-31T00:59:27.608ZAug 31 00:59:26.518Aug 31 00:59:26.518 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
67052026-08-31T00:59:27.608Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67062026-08-31T00:59:27.608Z
67072026-08-31T00:59:27.608Z Aug 31 00:59:26.519replacing 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 31 00:59:26.519DEBG DEBGAug 31 00:59:26.519replacing 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 } }]
67082026-08-31T00:59:27.608ZDEBG 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 } }]
67092026-08-31T00:59:27.608Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
67102026-08-31T00:59:27.608ZAug 31 00:59:26.519
67112026-08-31T00:59:27.608Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
67122026-08-31T00:59:27.608Z INFOAug 31 00:59:26.519 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
67132026-08-31T00:59:27.608Z 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: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 } }]
67142026-08-31T00:59:27.608ZAug 31 00:59:26.519
67152026-08-31T00:59:27.608Z DEBGAug 31 00:59:26.519 Aug 31 00:59:26.519replacing 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 } }]
67162026-08-31T00:59:27.608ZINFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67172026-08-31T00:59:27.608Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
67182026-08-31T00:59:27.608Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
67192026-08-31T00:59:27.608Z Aug 31 00:59:26.519DEBG Aug 31 00:59:26.519replacing 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 } }]
67202026-08-31T00:59:27.608ZDEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 31 00:59:26.519
67212026-08-31T00:59:27.608Z
67222026-08-31T00:59:27.608ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67232026-08-31T00:59:27.608ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
67242026-08-31T00:59:27.608ZINFO 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 } }]
67252026-08-31T00:59:27.608Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67262026-08-31T00:59:27.608ZAug 31 00:59:26.519 DEBGAug 31 00:59:26.519Aug 31 00:59:26.519 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:2c::/64 -> 2001:db8::55:ffDEBG
67272026-08-31T00:59:27.608Z
67282026-08-31T00:59:27.608Z 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 } }]
67292026-08-31T00:59:27.608ZAug 31 00:59:26.519Aug 31 00:59:26.519 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
67302026-08-31T00:59:27.608Z
67312026-08-31T00:59:27.608ZAug 31 00:59:26.519 INFO Aug 31 00:59:26.519adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67322026-08-31T00:59:27.608ZAug 31 00:59:26.519INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67332026-08-31T00:59:27.608Zreplacing 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 } }]
67342026-08-31T00:59:27.608ZAug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519DEBGINFO 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
67352026-08-31T00:59:27.608Z
67362026-08-31T00:59:27.608ZDEBG 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 } }]
67372026-08-31T00:59:27.608ZAug 31 00:59:26.519 Aug 31 00:59:26.519INFOAug 31 00:59:26.519 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
67382026-08-31T00:59:27.609Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
67392026-08-31T00:59:27.609Z DEBG
67402026-08-31T00:59:27.609Z 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 31 00:59:26.519
67412026-08-31T00:59:27.609Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
67422026-08-31T00:59:27.609ZAug 31 00:59:26.519 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519
67432026-08-31T00:59:27.609Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
67442026-08-31T00:59:27.609Z 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 } }]
67452026-08-31T00:59:27.609Ztest route::tests::grow_succeeds ... ok
67462026-08-31T00:59:27.609ZAug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519INFO 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
67472026-08-31T00:59:27.609Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67482026-08-31T00:59:27.609Z
67492026-08-31T00:59:27.609ZAug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519INFO DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
67502026-08-31T00:59:27.609Z
67512026-08-31T00:59:27.609Z 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 } }]
67522026-08-31T00:59:27.609ZAug 31 00:59:26.519 Aug 31 00:59:26.519INFOAug 31 00:59:26.519 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:1e::/64 -> 2001:db8::55:ff
67532026-08-31T00:59:27.609Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67542026-08-31T00:59:27.609Z
67552026-08-31T00:59:27.609ZAug 31 00:59:26.519 INFOAug 31 00:59:26.519Aug 31 00:59:26.519 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67562026-08-31T00:59:27.609ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67572026-08-31T00:59:27.609Z Aug 31 00:59:26.519replacing 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 } }]
67582026-08-31T00:59:27.609ZDEBG 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 } }]
67592026-08-31T00:59:27.609ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
67602026-08-31T00:59:27.609Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67612026-08-31T00:59:27.609Z
67622026-08-31T00:59:27.609ZAug 31 00:59:26.519 DEBGAug 31 00:59:26.519 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67632026-08-31T00:59:27.609Z 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 } }]
67642026-08-31T00:59:27.609ZAug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519INFODEBG 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 } }]
67652026-08-31T00:59:27.609Z
67662026-08-31T00:59:27.609ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67672026-08-31T00:59:27.609ZAug 31 00:59:26.519 INFOAug 31 00:59:26.519 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
67682026-08-31T00:59:27.609ZAug 31 00:59:26.519 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 } }]
67692026-08-31T00:59:27.609Zreplacing 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 31 00:59:26.519
67702026-08-31T00:59:27.609ZDEBG Aug 31 00:59:26.519replacing 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 } }]
67712026-08-31T00:59:27.609ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67722026-08-31T00:59:27.609ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
67732026-08-31T00:59:27.609Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
67742026-08-31T00:59:27.609Z Aug 31 00:59:26.519replacing 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 } }]
67752026-08-31T00:59:27.609ZAug 31 00:59:26.519DEBG DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67762026-08-31T00:59:27.609Z
67772026-08-31T00:59:27.610ZAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
67782026-08-31T00:59:27.610Z
67792026-08-31T00:59:27.610Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67802026-08-31T00:59:27.610ZAug 31 00:59:26.519 Aug 31 00:59:26.519DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.519
67812026-08-31T00:59:27.610Zreplacing 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 } }]
67822026-08-31T00:59:27.610ZDEBG Aug 31 00:59:26.519replacing 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 } }]
67832026-08-31T00:59:27.610ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67842026-08-31T00:59:27.610ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67852026-08-31T00:59:27.610Zreplacing 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 } }]
67862026-08-31T00:59:27.610Z
67872026-08-31T00:59:27.610ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFODEBG Aug 31 00:59:26.519adding route 3fff:beef:3a::/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 } }]
67882026-08-31T00:59:27.610Z
67892026-08-31T00:59:27.610Z DEBG Aug 31 00:59:26.519replacing 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 31 00:59:26.519
67902026-08-31T00:59:27.610ZAug 31 00:59:26.519 DEBGINFOINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67912026-08-31T00:59:27.610Z
67922026-08-31T00:59:27.610Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67932026-08-31T00:59:27.610ZAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519DEBGINFO 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:3b::/64 -> 2001:db8::55:ff
67942026-08-31T00:59:27.610Z
67952026-08-31T00:59:27.610ZINFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 Aug 31 00:59:26.519 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67962026-08-31T00:59:27.610Z
67972026-08-31T00:59:27.610Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
67982026-08-31T00:59:27.610Z
67992026-08-31T00:59:27.610ZAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68002026-08-31T00:59:27.615Z
68012026-08-31T00:59:27.615Z DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68022026-08-31T00:59:27.615ZAug 31 00:59:26.519
68032026-08-31T00:59:27.615Z INFODEBG adding route 3fff:beef:39::/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 } }]
68042026-08-31T00:59:27.615Z
68052026-08-31T00:59:27.615ZAug 31 00:59:26.519 DEBGAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] failed to allocate space for the new target list
68062026-08-31T00:59:27.615ZDEBG
68072026-08-31T00:59:27.615ZINFOreplacing 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 } }]
68082026-08-31T00:59:27.615ZAug 31 00:59:26.519adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGAug 31 00:59:26.519
68092026-08-31T00:59:27.615Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.519 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68102026-08-31T00:59:27.615ZAug 31 00:59:26.519adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68112026-08-31T00:59:27.615Z
68122026-08-31T00:59:27.615ZDEBG Aug 31 00:59:26.519replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.519
68132026-08-31T00:59:27.615Z DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519
68142026-08-31T00:59:27.615Zreplacing 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
68152026-08-31T00:59:27.615Z Aug 31 00:59:26.519adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 31 00:59:26.519INFO
68162026-08-31T00:59:27.615Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
68172026-08-31T00:59:27.615Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68182026-08-31T00:59:27.615ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGAug 31 00:59:26.519DEBG 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 } }]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 } }]
68192026-08-31T00:59:27.615Zreplacing 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 } }]
68202026-08-31T00:59:27.615Z
68212026-08-31T00:59:27.615ZAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68222026-08-31T00:59:27.615Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68232026-08-31T00:59:27.615Z
68242026-08-31T00:59:27.615ZAug 31 00:59:26.519 Aug 31 00:59:26.519Aug 31 00:59:26.519 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: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: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 } }]
68252026-08-31T00:59:27.615Z
68262026-08-31T00:59:27.615Z
68272026-08-31T00:59:27.615ZAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
68282026-08-31T00:59:27.615Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
68292026-08-31T00:59:27.615Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 00:59:26.519
68302026-08-31T00:59:27.615Z DEBG Aug 31 00:59:26.519replacing 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 } }]
68312026-08-31T00:59:27.615ZDEBGAug 31 00:59:26.519 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 } }]DEBGAug 31 00:59:26.519
68322026-08-31T00:59:27.615ZINFO 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:3e::/64 -> 2001:db8::55:ff
68332026-08-31T00:59:27.615Z
68342026-08-31T00:59:27.615ZAug 31 00:59:26.519 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:59:26.519Aug 31 00:59:26.519
68352026-08-31T00:59:27.615Z DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68362026-08-31T00:59:27.616Z
68372026-08-31T00:59:27.616ZAug 31 00:59:26.519 DEBGAug 31 00:59:26.519 Aug 31 00:59:26.519 DEBGDEBGreplacing 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 } }]
68382026-08-31T00:59:27.616Zfailed to allocate space for the new target listreplacing 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 } }]
68392026-08-31T00:59:27.616Z
68402026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68412026-08-31T00:59:27.616Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68422026-08-31T00:59:27.616Z
68432026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68442026-08-31T00:59:27.616Z
68452026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
68462026-08-31T00:59:27.616Z
68472026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68482026-08-31T00:59:27.616Z
68492026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68502026-08-31T00:59:27.616Z
68512026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68522026-08-31T00:59:27.616Z
68532026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68542026-08-31T00:59:27.616Z
68552026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68562026-08-31T00:59:27.616Z
68572026-08-31T00:59:27.616Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68582026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68592026-08-31T00:59:27.616Z
68602026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68612026-08-31T00:59:27.616Z
68622026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68632026-08-31T00:59:27.616Z
68642026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68652026-08-31T00:59:27.616Z
68662026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68672026-08-31T00:59:27.616Z
68682026-08-31T00:59:27.616ZAug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68692026-08-31T00:59:27.616ZAug 31 00:59:26.520Aug 31 00:59:26.520 Aug 31 00:59:26.520 DEBGDEBG created new freemap
68702026-08-31T00:59:27.616Zcreated new freemapDEBG, , unitunit:: freemap_route_ipv4freemap_route_ipv4
68712026-08-31T00:59:27.616Zcreated new freemap
68722026-08-31T00:59:27.616Z, unit: freemap_route_ipv4
68732026-08-31T00:59:27.616ZAug 31 00:59:26.524 DEBGAug 31 00:59:26.524 created new freemapAug 31 00:59:26.524INFO, Aug 31 00:59:26.524DEBG INFOcreated new freemap , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68742026-08-31T00:59:27.616Z unitAug 31 00:59:26.524 DEBG created new freemap:, unitfreemap_route_ipv6:
68752026-08-31T00:59:27.616ZAug 31 00:59:26.524 adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG
68762026-08-31T00:59:27.616Z
68772026-08-31T00:59:27.617Z Aug 31 00:59:26.524replacing 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 } }]
68782026-08-31T00:59:27.617ZDEBG Aug 31 00:59:26.524initted freemap. size: 64Aug 31 00:59:26.524, unitDEBG :DEBG freemap_route_ipv4initted freemap. size: 64
68792026-08-31T00:59:27.617Zreplacing 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 31 00:59:26.524
68802026-08-31T00:59:27.617Zunit :Aug 31 00:59:26.524 INFOfreemap_route_ipv4DEBGAug 31 00:59:26.524
68812026-08-31T00:59:27.617Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreset freemapINFO,
68822026-08-31T00:59:27.617Z unit:adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68832026-08-31T00:59:27.617ZAug 31 00:59:26.524freemap_route_ipv4
68842026-08-31T00:59:27.617ZDEBG Aug 31 00:59:26.524Aug 31 00:59:26.524 DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68852026-08-31T00:59:27.617Zreset freemapAug 31 00:59:26.524DEBG, 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 } }]DEBGunit :
68862026-08-31T00:59:27.617Z freemap_route_ipv4initted freemap. size: 64,
68872026-08-31T00:59:27.617ZunitAug 31 00:59:26.524: Aug 31 00:59:26.524INFO Aug 31 00:59:26.524freemap_route_ipv6 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68882026-08-31T00:59:27.617ZINFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
68892026-08-31T00:59:27.617Zinitted freemap. size: 64
68902026-08-31T00:59:27.617Z, unitAug 31 00:59:26.524Aug 31 00:59:26.524 DEBGDEBG reset freemap:, 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 } }]unit
68912026-08-31T00:59:27.617ZAug 31 00:59:26.524: freemap_route_ipv6
68922026-08-31T00:59:27.617Zfreemap_route_ipv6 DEBG
68932026-08-31T00:59:27.617Z Aug 31 00:59:26.524Aug 31 00:59:26.524replacing 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 } }]
68942026-08-31T00:59:27.617ZINFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 31 00:59:26.524
68952026-08-31T00:59:27.617Zreset freemapAug 31 00:59:26.524, INFOunit :adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 31 00:59:26.524
68962026-08-31T00:59:27.617ZINFOfreemap_route_ipv6
68972026-08-31T00:59:27.617Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
68982026-08-31T00:59:27.617Z 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 } }]Aug 31 00:59:26.524Aug 31 00:59:26.524
68992026-08-31T00:59:27.617ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
69002026-08-31T00:59:27.621Z
69012026-08-31T00:59:27.621ZAug 31 00:59:26.524 Aug 31 00:59:26.524DEBG 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 } }]
69022026-08-31T00:59:27.621Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 00:59:26.524
69032026-08-31T00:59:27.621Z Aug 31 00:59:26.524DEBG Aug 31 00:59:26.524INFOAug 31 00:59:26.524 INFOfailed to allocate space for the new target list adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2INFO
69042026-08-31T00:59:27.621Z
69052026-08-31T00:59:27.621Z
69062026-08-31T00:59:27.621Zadding route 3fff:dead::/64 -> 2001:db8::55:2
69072026-08-31T00:59:27.621ZAug 31 00:59:26.524Aug 31 00:59:26.524 DEBG Aug 31 00:59:26.520 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69082026-08-31T00:59:27.621Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.524 DEBGAug 31 00:59:26.524DEBGAug 31 00:59:26.524
69092026-08-31T00:59:27.621Z INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
69102026-08-31T00:59:27.621Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69112026-08-31T00:59:27.621Z
69122026-08-31T00:59:27.621Zcreated new freemapAug 31 00:59:26.524 , INFOunitAug 31 00:59:26.524 Aug 31 00:59:26.524Aug 31 00:59:26.524DEBG 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 } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255INFO
69132026-08-31T00:59:27.621Z failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:3:
69142026-08-31T00:59:27.621Z
69152026-08-31T00:59:27.621Z
69162026-08-31T00:59:27.621Zfreemap_route_ipv4Aug 31 00:59:26.524
69172026-08-31T00:59:27.621ZINFO Aug 31 00:59:26.524adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69182026-08-31T00:59:27.621ZAug 31 00:59:26.524 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.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 } }]
69192026-08-31T00:59:27.621Z
69202026-08-31T00:59:27.621ZAug 31 00:59:26.524 Aug 31 00:59:26.524 Aug 31 00:59:26.524 INFODEBG Aug 31 00:59:26.524adding route 172.17.0.1/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 } }]INFO
69212026-08-31T00:59:27.621Z
69222026-08-31T00:59:27.622Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
69232026-08-31T00:59:27.622Zcreated new freemapAug 31 00:59:26.524, Aug 31 00:59:26.524 unit DEBGINFO Aug 31 00:59:26.524: 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
69242026-08-31T00:59:27.622Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69252026-08-31T00:59:27.622Zfreemap_route_ipv6
69262026-08-31T00:59:27.622Z
69272026-08-31T00:59:27.622ZAug 31 00:59:26.524 INFO Aug 31 00:59:26.524adding route 172.17.0.2/32 -> 10.0.0.255
69282026-08-31T00:59:27.622ZDEBG Aug 31 00:59:26.524replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.524
69292026-08-31T00:59:27.622Z Aug 31 00:59:26.524 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
69302026-08-31T00:59:27.622Zreplacing 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 } }]initted freemap. size: 64
69312026-08-31T00:59:27.622ZAug 31 00:59:26.524 , INFOunit Aug 31 00:59:26.524adding route 3fff:beef:39::/64 -> 2001:db8::55:ff:Aug 31 00:59:26.524
69322026-08-31T00:59:27.622Zfreemap_route_ipv4INFO
69332026-08-31T00:59:27.622Z adding route 172.17.0.3/32 -> 10.0.0.255
69342026-08-31T00:59:27.622ZWARN Aug 31 00:59:26.524 Aug 31 00:59:26.524DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 00:59:26.524
69352026-08-31T00:59:27.622Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69362026-08-31T00:59:27.622Z DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69372026-08-31T00:59:27.622ZAug 31 00:59:26.524reset freemap , INFOunit :adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 00:59:26.525
69382026-08-31T00:59:27.622Zfreemap_route_ipv4 Aug 31 00:59:26.525
69392026-08-31T00:59:27.622Z INFOERRO Aug 31 00:59:26.525rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 00:59:26.525DEBG
69402026-08-31T00:59:27.622Z adding route 172.17.0.4/32 -> 10.0.0.255DEBGreplacing 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 } }]
69412026-08-31T00:59:27.622Z
69422026-08-31T00:59:27.622Zinitted freemap. size: 64, Aug 31 00:59:26.525Aug 31 00:59:26.525 Aug 31 00:59:26.525unit :INFO ERROfreemap_route_ipv6DEBG
69432026-08-31T00:59:27.622Z 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 itadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
69442026-08-31T00:59:27.622Zreplacing 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 } }]
69452026-08-31T00:59:27.622ZAug 31 00:59:26.525
69462026-08-31T00:59:27.622Z DEBGAug 31 00:59:26.525 reset freemapDEBGunit Aug 31 00:59:26.525, unitreplacing 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:
69472026-08-31T00:59:27.622Z adding route 172.17.0.5/32 -> 10.0.0.255
69482026-08-31T00:59:27.622Zfreemap_route_ipv6freemap_route_ipv6Aug 31 00:59:26.525
69492026-08-31T00:59:27.622Z INFO
69502026-08-31T00:59:27.622Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 00:59:26.525
69512026-08-31T00:59:27.622Z DEBGAug 31 00:59:26.525 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 } }] Aug 31 00:59:26.525Aug 31 00:59:26.525 Aug 31 00:59:26.519adding route 172.16.0.0/32 -> 10.0.0.1DEBG
69522026-08-31T00:59:27.622Z DEBG
69532026-08-31T00:59:27.622Z 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 } }]DEBGinitted freemap. size: 64
69542026-08-31T00:59:27.622ZAug 31 00:59:26.525 created new freemapAug 31 00:59:26.525, unit INFO:Aug 31 00:59:26.525DEBG , adding route 172.17.0.6/32 -> 10.0.0.255DEBGfreemap_route_ipv4unit
69552026-08-31T00:59:27.622Z
69562026-08-31T00:59:27.622Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]failed to allocate space for the new target list
69572026-08-31T00:59:27.622Z
69582026-08-31T00:59:27.622Z: freemap_route_ipv4Aug 31 00:59:26.525
69592026-08-31T00:59:27.622ZAug 31 00:59:26.525 Aug 31 00:59:26.525 INFODEBG created new freemap , Aug 31 00:59:26.525adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:59:26.525DEBG
69602026-08-31T00:59:27.622Z DEBG DEBG unit : reset 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 } }]Aug 31 00:59:26.525replacing targets for 3fff:dead::/64 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 } }],
69612026-08-31T00:59:27.623Zfreemap_route_ipv6DEBG
69622026-08-31T00:59:27.623Z
69632026-08-31T00:59:27.623Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit
69642026-08-31T00:59:27.623Z:Aug 31 00:59:26.525Aug 31 00:59:26.525 DEBGINFO freemap_route_ipv4initted freemap. size: 64Aug 31 00:59:26.525
69652026-08-31T00:59:27.623Z, adding route 172.17.0.7/32 -> 10.0.0.255unit
69662026-08-31T00:59:27.623Z :INFOAug 31 00:59:26.525 freemap_route_ipv4Aug 31 00:59:26.525DEBG
69672026-08-31T00:59:27.623ZDEBGadding route 172.16.0.0/32 -> 10.0.0.3
69682026-08-31T00:59:27.623Zinitted freemap. size: 64replacing 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 31 00:59:26.525
69692026-08-31T00:59:27.623Z Aug 31 00:59:26.525unitDEBG: reset freemap , freemap_route_ipv6DEBG unit
69702026-08-31T00:59:27.623Ztest route::tests::rollback_on_compact_delete_failure ... ok
69712026-08-31T00:59:27.623Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.525
69722026-08-31T00:59:27.623Z freemap_route_ipv4INFO
69732026-08-31T00:59:27.623Z adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 00:59:26.525
69742026-08-31T00:59:27.623ZAug 31 00:59:26.525 INFO Aug 31 00:59:26.525Aug 31 00:59:26.525adding route 172.16.0.0/32 -> 10.0.0.4
69752026-08-31T00:59:27.623ZDEBG initted freemap. size: 64 DEBG, DEBGAug 31 00:59:26.525unit :DEBGreset freemap 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 } }]
69762026-08-31T00:59:27.623Zfreemap_route_ipv6,
69772026-08-31T00:59:27.623Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]unitAug 31 00:59:26.525
69782026-08-31T00:59:27.623ZAug 31 00:59:26.525 : INFODEBG freemap_route_ipv6
69792026-08-31T00:59:27.623Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 00:59:26.525
69802026-08-31T00:59:27.623Z reset freemapINFO, Aug 31 00:59:26.525adding route 172.17.0.0/32 -> 10.0.0.255unit :
69812026-08-31T00:59:27.623Z DEBGfreemap_route_ipv6
69822026-08-31T00:59:27.623ZAug 31 00:59:26.525replacing 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 } }]
69832026-08-31T00:59:27.623ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
69842026-08-31T00:59:27.623ZAug 31 00:59:26.525 DEBGAug 31 00:59:26.525 created new freemapDEBG, unitcreated new freemap: , freemap_route_ipv4unit
69852026-08-31T00:59:27.623Z: Aug 31 00:59:26.531Aug 31 00:59:26.525freemap_route_ipv4
69862026-08-31T00:59:27.623ZDEBG Aug 31 00:59:26.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 00:59:26.531
69872026-08-31T00:59:27.623Z 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 31 00:59:26.525DEBG
69882026-08-31T00:59:27.623Z INFOAug 31 00:59:26.531created new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1unitINFO
69892026-08-31T00:59:27.623ZAug 31 00:59:26.531 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 00:59:26.531
69902026-08-31T00:59:27.623Zfreemap_route_ipv6
69912026-08-31T00:59:27.623ZDEBGadding route 172.17.0.1/32 -> 10.0.0.255
69922026-08-31T00:59:27.623Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69932026-08-31T00:59:27.623ZAug 31 00:59:26.531Aug 31 00:59:26.531 DEBG DEBGAug 31 00:59:26.531initted freemap. size: 64 , INFOunit :Aug 31 00:59:26.531adding route 3fff:dead::/64 -> 2001:db8::55:2
69942026-08-31T00:59:27.623Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv4
69952026-08-31T00:59:27.623ZDEBG
69962026-08-31T00:59:27.623Z Aug 31 00:59:26.531replacing 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 } }]
69972026-08-31T00:59:27.623ZDEBG Aug 31 00:59:26.531Aug 31 00:59:26.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69982026-08-31T00:59:27.623ZINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3reset freemapAug 31 00:59:26.531,
69992026-08-31T00:59:27.623ZunitINFO: Aug 31 00:59:26.531 freemap_route_ipv4INFO
70002026-08-31T00:59:27.627ZAug 31 00:59:26.531adding route 172.17.0.2/32 -> 10.0.0.255
70012026-08-31T00:59:27.628Zadding route 3fff:dead::/64 -> 2001:db8::55:3
70022026-08-31T00:59:27.628ZDEBGAug 31 00:59:26.531 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.531DEBG
70032026-08-31T00:59:27.628Z 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 } }]
70042026-08-31T00:59:27.628Zinitted freemap. size: 64, Aug 31 00:59:26.531unitAug 31 00:59:26.531 :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 } }]
70052026-08-31T00:59:27.628ZAug 31 00:59:26.531
70062026-08-31T00:59:27.628Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.3/32 -> 10.0.0.255
70072026-08-31T00:59:27.628Z
70082026-08-31T00:59:27.628ZAug 31 00:59:26.531Aug 31 00:59:26.531 INFO DEBGAug 31 00:59:26.531adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 00:59:26.531DEBG
70092026-08-31T00:59:27.628Zreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.531
70102026-08-31T00:59:27.628Z unitDEBG 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 } }]
70112026-08-31T00:59:27.628ZAug 31 00:59:26.531 freemap_route_ipv6
70122026-08-31T00:59:27.628ZDEBGreplacing 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 31 00:59:26.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.531DEBG
70132026-08-31T00:59:27.628Z
70142026-08-31T00:59:27.628Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
70152026-08-31T00:59:27.628Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:59:26.531 Aug 31 00:59:26.525Aug 31 00:59:26.531
70162026-08-31T00:59:27.628Z WARNINFO INFOadding route 172.17.0.4/32 -> 10.0.0.255Aug 31 00:59:26.531shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 00:59:26.531
70172026-08-31T00:59:27.628Z
70182026-08-31T00:59:27.628Zadding route 172.17.0.10/32 -> 10.0.0.255DEBG
70192026-08-31T00:59:27.628Z created new freemapDEBG , 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 } }]unit
70202026-08-31T00:59:27.628ZAug 31 00:59:26.531: Aug 31 00:59:26.531 freemap_route_ipv6DEBGDEBG
70212026-08-31T00:59:27.628Z 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 31 00:59:26.531
70222026-08-31T00:59:27.628Z 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 } }]
70232026-08-31T00:59:27.628ZINFOAug 31 00:59:26.531 Aug 31 00:59:26.531adding route 172.16.0.0/32 -> 10.0.0.1
70242026-08-31T00:59:27.628Z INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255
70252026-08-31T00:59:27.628Zinitted freemap. size: 64Aug 31 00:59:26.531 , DEBGunit Aug 31 00:59:26.531replacing 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 31 00:59:26.531:
70262026-08-31T00:59:27.628Z DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.531
70272026-08-31T00:59:27.628ZINFO freemap_route_ipv4 adding route 172.17.0.5/32 -> 10.0.0.255INFO
70282026-08-31T00:59:27.628ZAug 31 00:59:26.531 adding route 172.16.0.0/32 -> 10.0.0.1
70292026-08-31T00:59:27.628Z
70302026-08-31T00:59:27.628Z Aug 31 00:59:26.531INFO DEBGAug 31 00:59:26.531 adding route 172.17.0.12/32 -> 10.0.0.255 reset freemapAug 31 00:59:26.531DEBG
70312026-08-31T00:59:27.628Z, unit : DEBGfreemap_route_ipv4
70322026-08-31T00:59:27.628ZAug 31 00:59:26.531replacing 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 } }]
70332026-08-31T00:59:27.628ZDEBG 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 31 00:59:26.531
70342026-08-31T00:59:27.628Z DEBG Aug 31 00:59:26.531initted freemap. size: 64 , INFOunitAug 31 00:59:26.531 adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:59:26.519:
70352026-08-31T00:59:27.628ZINFO adding route 172.17.0.6/32 -> 10.0.0.255 DEBGfreemap_route_ipv6 Aug 31 00:59:26.531created new freemap
70362026-08-31T00:59:27.628Z,
70372026-08-31T00:59:27.628Zunit 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 31 00:59:26.531Aug 31 00:59:26.531
70382026-08-31T00:59:27.628Z freemap_route_ipv4 DEBG
70392026-08-31T00:59:27.628ZDEBG 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 31 00:59:26.531reset freemap
70402026-08-31T00:59:27.629Z, INFOunit :adding route 172.17.0.14/32 -> 10.0.0.255
70412026-08-31T00:59:27.629Zfreemap_route_ipv6
70422026-08-31T00:59:27.629ZAug 31 00:59:26.531Aug 31 00:59:26.531 Aug 31 00:59:26.531 DEBGINFO DEBGAug 31 00:59:26.531 adding route 172.16.0.0/32 -> 10.0.0.1 INFOcreated new freemap , adding route 172.17.0.7/32 -> 10.0.0.255
70432026-08-31T00:59:27.629Zreplacing 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 } }]
70442026-08-31T00:59:27.629Z
70452026-08-31T00:59:27.629Zunit:Aug 31 00:59:26.531Aug 31 00:59:26.531 DEBGDEBG Aug 31 00:59:26.531replacing 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_ipv6INFO
70462026-08-31T00:59:27.629Z
70472026-08-31T00:59:27.629Z adding route 172.17.0.15/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 } }]
70482026-08-31T00:59:27.629Z
70492026-08-31T00:59:27.629ZAug 31 00:59:26.531 Aug 31 00:59:26.531DEBG Aug 31 00:59:26.531initted freemap. size: 64INFO , unitadding route 172.17.0.8/32 -> 10.0.0.255:Aug 31 00:59:26.531
70502026-08-31T00:59:27.629ZINFO freemap_route_ipv4
70512026-08-31T00:59:27.629Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 00:59:26.531
70522026-08-31T00:59:27.629Z DEBGDEBG Aug 31 00:59:26.531replacing 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 } }]
70532026-08-31T00:59:27.629ZAug 31 00:59:26.531replacing 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 } }]
70542026-08-31T00:59:27.629ZDEBG 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 31 00:59:26.531
70552026-08-31T00:59:27.629Zreset freemap , unitINFO Aug 31 00:59:26.531adding route 172.17.0.16/32 -> 10.0.0.255 Aug 31 00:59:26.531INFO
70562026-08-31T00:59:27.629Z: freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255
70572026-08-31T00:59:27.629Ztest route::tests::rollback_on_compact_write_failure ... ok
70582026-08-31T00:59:27.629Z
70592026-08-31T00:59:27.629ZAug 31 00:59:26.531INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG
70602026-08-31T00:59:27.629Z Aug 31 00:59:26.531replacing 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 } }]
70612026-08-31T00:59:27.629ZDEBGAug 31 00:59:26.531 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
70622026-08-31T00:59:27.629Z Aug 31 00:59:26.531initted freemap. size: 64 INFOAug 31 00:59:26.531 , unitDEBG: 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 } }]freemap_route_ipv6
70632026-08-31T00:59:27.629ZAug 31 00:59:26.531
70642026-08-31T00:59:27.629ZINFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 00:59:26.531
70652026-08-31T00:59:27.629Z adding route 172.17.0.10/32 -> 10.0.0.255INFOAug 31 00:59:26.531
70662026-08-31T00:59:27.629Z DEBG adding route 172.17.0.2/32 -> 10.0.0.255reset freemapAug 31 00:59:26.531,
70672026-08-31T00:59:27.629ZunitAug 31 00:59:26.531: DEBG DEBGfreemap_route_ipv6 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70682026-08-31T00:59:27.629Zreplacing 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 } }]
70692026-08-31T00:59:27.629Z
70702026-08-31T00:59:27.629ZAug 31 00:59:26.531 Aug 31 00:59:26.531DEBGAug 31 00:59:26.531 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 } }]
70712026-08-31T00:59:27.629ZINFO Aug 31 00:59:26.531adding route 172.17.0.11/32 -> 10.0.0.255 INFOINFO
70722026-08-31T00:59:27.629Z adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
70732026-08-31T00:59:27.629Z
70742026-08-31T00:59:27.629ZAug 31 00:59:26.531 Aug 31 00:59:26.531INFO Aug 31 00:59:26.531DEBG adding route 172.17.0.3/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.531
70752026-08-31T00:59:27.629Z
70762026-08-31T00:59:27.629Zreplacing 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 } }]
70772026-08-31T00:59:27.629ZDEBG DEBGAug 31 00:59:26.531 Aug 31 00:59:26.531 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 } }] created new freemap
70782026-08-31T00:59:27.629ZAug 31 00:59:26.531 , DEBGINFOunit : replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 Aug 31 00:59:26.531
70792026-08-31T00:59:27.630Zadding route 3fff:dead::/64 -> 2001:db8::55:1
70802026-08-31T00:59:27.630ZINFO
70812026-08-31T00:59:27.630Zadding route 172.17.0.19/32 -> 10.0.0.255INFO Aug 31 00:59:26.531
70822026-08-31T00:59:27.630Zadding route 172.17.0.12/32 -> 10.0.0.255 Aug 31 00:59:26.531INFO
70832026-08-31T00:59:27.630ZAug 31 00:59:26.531Aug 31 00:59:26.531adding route 172.17.0.4/32 -> 10.0.0.255DEBG
70842026-08-31T00:59:27.630Z 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 31 00:59:26.531
70852026-08-31T00:59:27.630Z DEBGDEBGAug 31 00:59:26.531 DEBGcreated new freemap replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] , DEBGAug 31 00:59:26.531
70862026-08-31T00:59:27.630Zreplacing 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
70872026-08-31T00:59:27.630Zunit
70882026-08-31T00:59:27.630Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:59:26.531
70892026-08-31T00:59:27.630Z :Aug 31 00:59:26.531INFOAug 31 00:59:26.531 INFO Aug 31 00:59:26.531freemap_route_ipv6INFO adding route 172.17.0.5/32 -> 10.0.0.255
70902026-08-31T00:59:27.630Z
70912026-08-31T00:59:27.630ZDEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:59:26.532
70922026-08-31T00:59:27.630ZDEBG created new freemapAug 31 00:59:26.532, Aug 31 00:59:26.537unit DEBGDEBG :created new freemap replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
70932026-08-31T00:59:27.630Zfreemap_route_ipv4unit
70942026-08-31T00:59:27.630Z: freemap_route_ipv4Aug 31 00:59:26.537
70952026-08-31T00:59:27.630Z Aug 31 00:59:26.537replacing 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 31 00:59:26.537
70962026-08-31T00:59:27.630ZAug 31 00:59:26.537INFO DEBG Aug 31 00:59:26.537 DEBGDEBGcreated new freemap Aug 31 00:59:26.537 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 } }] ,
70972026-08-31T00:59:27.630ZINFO adding route 172.17.0.14/32 -> 10.0.0.255 DEBG
70982026-08-31T00:59:27.630Zadding route 3fff:dead::/64 -> 2001:db8::55:2
70992026-08-31T00:59:27.630Zunit created new freemapinitted freemap. size: 64:Aug 31 00:59:26.537Aug 31 00:59:26.537, Aug 31 00:59:26.537 unitINFO, :adding route 172.17.0.6/32 -> 10.0.0.255
71002026-08-31T00:59:27.634Zunit: freemap_route_ipv4freemap_route_ipv6DEBG
71012026-08-31T00:59:27.634Z freemap_route_ipv6replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71022026-08-31T00:59:27.634ZAug 31 00:59:26.537 DEBG
71032026-08-31T00:59:27.634Z 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 31 00:59:26.537
71042026-08-31T00:59:27.634Z
71052026-08-31T00:59:27.634Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.537reset freemapAug 31 00:59:26.537
71062026-08-31T00:59:27.634Z, Aug 31 00:59:26.537Aug 31 00:59:26.537 unitINFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
71072026-08-31T00:59:27.634Z: freemap_route_ipv4 DEBGAug 31 00:59:26.537
71082026-08-31T00:59:27.634Z DEBG adding route 172.17.0.15/32 -> 10.0.0.255
71092026-08-31T00:59:27.634Z 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 } }]initted freemap. size: 64Aug 31 00:59:26.537initted freemap. size: 64 , unit
71102026-08-31T00:59:27.634ZDEBG Aug 31 00:59:26.537, initted freemap. size: 64, :unitunit :Aug 31 00:59:26.537: DEBGAug 31 00:59:26.537 freemap_route_ipv6INFO
71112026-08-31T00:59:27.634Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO freemap_route_ipv4
71122026-08-31T00:59:27.634Zadding route 172.17.0.8/32 -> 10.0.0.255
71132026-08-31T00:59:27.634Zfreemap_route_ipv4
71142026-08-31T00:59:27.634Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
71152026-08-31T00:59:27.634ZAug 31 00:59:26.537
71162026-08-31T00:59:27.635ZAug 31 00:59:26.537 Aug 31 00:59:26.537Aug 31 00:59:26.537Aug 31 00:59:26.537 DEBG DEBGAug 31 00:59:26.537DEBG DEBGreset freemap 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
71172026-08-31T00:59:27.635Zreset freemapreplacing 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 } }],
71182026-08-31T00:59:27.635ZunitunitINFO:: freemap_route_ipv4freemap_route_ipv6
71192026-08-31T00:59:27.635ZAug 31 00:59:26.538
71202026-08-31T00:59:27.635Z Aug 31 00:59:26.538 INFO Aug 31 00:59:26.538reset freemapadding route 172.17.0.16/32 -> 10.0.0.255
71212026-08-31T00:59:27.635ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
71222026-08-31T00:59:27.635Z Aug 31 00:59:26.538 Aug 31 00:59:26.538 DEBGadding route 172.17.0.9/32 -> 10.0.0.255
71232026-08-31T00:59:27.635ZDEBGAug 31 00:59:26.538 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 } }], DEBG
71242026-08-31T00:59:27.635Z 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
71252026-08-31T00:59:27.635Zunit
71262026-08-31T00:59:27.635ZAug 31 00:59:26.538: Aug 31 00:59:26.538: DEBG freemap_route_ipv6
71272026-08-31T00:59:27.635ZAug 31 00:59:26.538INFO 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 } }]INFOAug 31 00:59:26.538 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
71282026-08-31T00:59:27.635Z
71292026-08-31T00:59:27.635Z freemap_route_ipv4
71302026-08-31T00:59:27.635Zreplacing 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 } }]
71312026-08-31T00:59:27.635ZAug 31 00:59:26.538Aug 31 00:59:26.538
71322026-08-31T00:59:27.635Z 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 } }]
71332026-08-31T00:59:27.635ZAug 31 00:59:26.538DEBG INFO Aug 31 00:59:26.538Aug 31 00:59:26.538 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 31 00:59:26.538 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 00:59:26.538
71342026-08-31T00:59:27.635Z
71352026-08-31T00:59:27.635Z adding route 172.17.0.10/32 -> 10.0.0.255INFO
71362026-08-31T00:59:27.635ZAug 31 00:59:26.538 reset freemapDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 00:59:26.538replacing 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 } }],
71372026-08-31T00:59:27.635Z
71382026-08-31T00:59:27.635ZAug 31 00:59:26.538 DEBGunit : replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.538INFO DEBGDEBG
71392026-08-31T00:59:27.635Zfreemap_route_ipv6
71402026-08-31T00:59:27.635Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71412026-08-31T00:59:27.635Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 31 00:59:26.538 Aug 31 00:59:26.538INFO
71422026-08-31T00:59:27.635Z Aug 31 00:59:26.538 INFOinitted freemap. size: 64 adding route 172.17.0.11/32 -> 10.0.0.255,
71432026-08-31T00:59:27.635Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:59:26.538Aug 31 00:59:26.538
71442026-08-31T00:59:27.635Z INFO unitINFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:59:26.538
71452026-08-31T00:59:27.635Z Aug 31 00:59:26.538: 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 } }]
71462026-08-31T00:59:27.635Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.538
71472026-08-31T00:59:27.635Z freemap_route_ipv6DEBGDEBG
71482026-08-31T00:59:27.635Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 31 00:59:26.538replacing 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 } }]
71492026-08-31T00:59:27.635ZAug 31 00:59:26.538
71502026-08-31T00:59:27.635Z INFODEBGAug 31 00:59:26.538 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:59:26.538 DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 31 00:59:26.538
71512026-08-31T00:59:27.635Zreset 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 } }]
71522026-08-31T00:59:27.635ZDEBG,
71532026-08-31T00:59:27.635Z unit: Aug 31 00:59:26.538Aug 31 00:59:26.538Aug 31 00:59:26.538 DEBGWARN replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO
71542026-08-31T00:59:27.635Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
71552026-08-31T00:59:27.636Z
71562026-08-31T00:59:27.636Zfreemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
71572026-08-31T00:59:27.636Z
71582026-08-31T00:59:27.636Z
71592026-08-31T00:59:27.636ZAug 31 00:59:26.538 INFO adding route 172.17.0.13/32 -> 10.0.0.255
71602026-08-31T00:59:27.636ZAug 31 00:59:26.538 Aug 31 00:59:26.538INFOAug 31 00:59:26.538 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFOAug 31 00:59:26.538
71612026-08-31T00:59:27.636Z Aug 31 00:59:26.538DEBG adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
71622026-08-31T00:59:27.636Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
71632026-08-31T00:59:27.636Z
71642026-08-31T00:59:27.636Z
71652026-08-31T00:59:27.636Ztest route::tests::rollback_on_index_readd_failure ... ok
71662026-08-31T00:59:27.636Z 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 } }]
71672026-08-31T00:59:27.636Z Aug 31 00:59:26.538Aug 31 00:59:26.538 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO Aug 31 00:59:26.538adding route 172.16.0.0/32 -> 10.0.0.2
71682026-08-31T00:59:27.636ZAug 31 00:59:26.538
71692026-08-31T00:59:27.636ZAug 31 00:59:26.538 INFO Aug 31 00:59:26.538Aug 31 00:59:26.538 DEBGINFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
71702026-08-31T00:59:27.636Zadding route 172.17.0.14/32 -> 10.0.0.255
71712026-08-31T00:59:27.636Zreplacing 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.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 00:59:26.538
71722026-08-31T00:59:27.636Z
71732026-08-31T00:59:27.636ZAug 31 00:59:26.538 DEBGINFO 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 } }]
71742026-08-31T00:59:27.636Z
71752026-08-31T00:59:27.636ZAug 31 00:59:26.538 adding route 172.17.0.0/32 -> 10.0.0.255DEBGAug 31 00:59:26.538 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
71762026-08-31T00:59:27.636ZAug 31 00:59:26.538
71772026-08-31T00:59:27.636Z INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
71782026-08-31T00:59:27.636ZAug 31 00:59:26.538Aug 31 00:59:26.538 DEBG
71792026-08-31T00:59:27.636Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 00:59:26.538
71802026-08-31T00:59:27.636Z 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 3fff:dead::/64 -> 2001:db8::55:4
71812026-08-31T00:59:27.636Z
71822026-08-31T00:59:27.636ZAug 31 00:59:26.538Aug 31 00:59:26.538 Aug 31 00:59:26.538 INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBGAug 31 00:59:26.538
71832026-08-31T00:59:27.636ZDEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.538 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
71842026-08-31T00:59:27.636Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71852026-08-31T00:59:27.636Zreplacing 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 31 00:59:26.538
71862026-08-31T00:59:27.636Z
71872026-08-31T00:59:27.636ZINFO Aug 31 00:59:26.538adding route 172.17.0.21/32 -> 10.0.0.255
71882026-08-31T00:59:27.636ZAug 31 00:59:26.538Aug 31 00:59:26.538 INFOINFOAug 31 00:59:26.538 adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
71892026-08-31T00:59:27.636Z
71902026-08-31T00:59:27.636Z INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 Aug 31 00:59:26.538
71912026-08-31T00:59:27.636ZAug 31 00:59:26.538 replacing targets for 3fff:dead::/64 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 Aug 31 00:59:26.538DEBG
71922026-08-31T00:59:27.636Z 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 31 00:59:26.538DEBG DEBGAug 31 00:59:26.538
71932026-08-31T00:59:27.636Z 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 } }]created new freemap
71942026-08-31T00:59:27.637ZAug 31 00:59:26.544 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 } }]
71952026-08-31T00:59:27.637Z , INFOAug 31 00:59:26.544 adding route 172.17.0.17/32 -> 10.0.0.255INFO
71962026-08-31T00:59:27.637Zunit adding route 172.17.0.23/32 -> 10.0.0.255:
71972026-08-31T00:59:27.637ZAug 31 00:59:26.544Aug 31 00:59:26.544 freemap_route_ipv4DEBG
71982026-08-31T00:59:27.637Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 31 00:59:26.544
71992026-08-31T00:59:27.637Zadding route 172.17.0.22/32 -> 10.0.0.255
72002026-08-31T00:59:27.641ZDEBGAug 31 00:59:26.544 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 } }]
72012026-08-31T00:59:27.641Zcreated new freemapAug 31 00:59:26.544, Aug 31 00:59:26.544unit :DEBG INFOfreemap_route_ipv6
72022026-08-31T00:59:27.641Z 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.18/32 -> 10.0.0.255Aug 31 00:59:26.544
72032026-08-31T00:59:27.641Z
72042026-08-31T00:59:27.641ZAug 31 00:59:26.544INFO Aug 31 00:59:26.544DEBGAug 31 00:59:26.544 DEBG initted freemap. size: 64INFO, replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255unit
72052026-08-31T00:59:27.641Z
72062026-08-31T00:59:27.641Z:adding route 172.17.0.24/32 -> 10.0.0.255
72072026-08-31T00:59:27.641Zfreemap_route_ipv4Aug 31 00:59:26.544
72082026-08-31T00:59:27.641ZAug 31 00:59:26.544 INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
72092026-08-31T00:59:27.641Z
72102026-08-31T00:59:27.641ZAug 31 00:59:26.544 Aug 31 00:59:26.544DEBG Aug 31 00:59:26.544reset freemapAug 31 00:59:26.544DEBG , INFOunit DEBG:adding route 172.17.0.24/32 -> 10.0.0.255
72112026-08-31T00:59:27.641Z 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 } }]
72122026-08-31T00:59:27.641Zfreemap_route_ipv4Aug 31 00:59:26.544
72132026-08-31T00:59:27.641Z 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 } }]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 } }]
72142026-08-31T00:59:27.641Z
72152026-08-31T00:59:27.641ZAug 31 00:59:26.544 Aug 31 00:59:26.544 DEBGINFO initted freemap. size: 64Aug 31 00:59:26.544adding route 172.17.0.20/32 -> 10.0.0.255,
72162026-08-31T00:59:27.641ZAug 31 00:59:26.544INFOunit adding route 172.17.0.25/32 -> 10.0.0.255:
72172026-08-31T00:59:27.641Z Aug 31 00:59:26.544 freemap_route_ipv6DEBGINFO
72182026-08-31T00:59:27.641Zreplacing 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.25/32 -> 10.0.0.255
72192026-08-31T00:59:27.641Z
72202026-08-31T00:59:27.641ZAug 31 00:59:26.544Aug 31 00:59:26.544 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 } }]
72212026-08-31T00:59:27.641ZAug 31 00:59:26.544 Aug 31 00:59:26.544INFO DEBGDEBG adding route 172.17.0.21/32 -> 10.0.0.255reset freemap
72222026-08-31T00:59:27.642ZAug 31 00:59:26.544, unitreplacing 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 } }]:
72232026-08-31T00:59:27.642Z freemap_route_ipv6replacing 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 31 00:59:26.544
72242026-08-31T00:59:27.642Z
72252026-08-31T00:59:27.642ZINFO adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 31 00:59:26.544
72262026-08-31T00:59:27.642Z 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
72272026-08-31T00:59:27.642Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:59:26.544Aug 31 00:59:26.544
72282026-08-31T00:59:27.642Z Aug 31 00:59:26.544DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255
72292026-08-31T00:59:27.642Z
72302026-08-31T00:59:27.642ZINFO Aug 31 00:59:26.544 adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:59:26.544Aug 31 00:59:26.544 INFOAug 31 00:59:26.544
72312026-08-31T00:59:27.642Z INFODEBGDEBGadding route 172.17.0.22/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 } }]
72322026-08-31T00:59:27.642Z
72332026-08-31T00:59:27.642Z 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 31 00:59:26.544
72342026-08-31T00:59:27.642Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 00:59:26.544DEBG
72352026-08-31T00:59:27.642Z INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 Aug 31 00:59:26.544adding route 3fff:dead::/64 -> 2001:db8::55:2
72362026-08-31T00:59:27.642ZAug 31 00:59:26.544
72372026-08-31T00:59:27.642Z DEBG DEBGINFO adding route 172.17.0.4/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 } }]
72382026-08-31T00:59:27.642Z
72392026-08-31T00:59:27.642ZAug 31 00:59:26.544replacing 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 31 00:59:26.544
72402026-08-31T00:59:27.642ZDEBG INFOAug 31 00:59:26.544 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.544INFO
72412026-08-31T00:59:27.642ZAug 31 00:59:26.544 DEBG adding route 172.17.0.23/32 -> 10.0.0.255
72422026-08-31T00:59:27.642ZINFOAug 31 00:59:26.544 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 } }]
72432026-08-31T00:59:27.642Z DEBG adding route 172.17.0.27/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:3, vlan_id: None } }]
72442026-08-31T00:59:27.642Zadding route 172.17.0.28/32 -> 10.0.0.255
72452026-08-31T00:59:27.642ZAug 31 00:59:26.544
72462026-08-31T00:59:27.642Z INFOAug 31 00:59:26.544 adding route 172.17.0.5/32 -> 10.0.0.255DEBG
72472026-08-31T00:59:27.642Z Aug 31 00:59:26.544replacing 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 31 00:59:26.544
72482026-08-31T00:59:27.642Z DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72492026-08-31T00:59:27.642ZAug 31 00:59:26.544 Aug 31 00:59:26.544replacing 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 } }] DEBGINFO
72502026-08-31T00:59:27.642Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
72512026-08-31T00:59:27.642Z
72522026-08-31T00:59:27.642ZAug 31 00:59:26.544Aug 31 00:59:26.544 INFOINFO Aug 31 00:59:26.544adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
72532026-08-31T00:59:27.642ZDEBG
72542026-08-31T00:59:27.642Z Aug 31 00:59:26.544replacing 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 } }]
72552026-08-31T00:59:27.642ZINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 00:59:26.544Aug 31 00:59:26.544 DEBGINFOAug 31 00:59:26.544
72562026-08-31T00:59:27.642Zreplacing 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.25/32 -> 10.0.0.255
72572026-08-31T00:59:27.642Z
72582026-08-31T00:59:27.642ZAug 31 00:59:26.544DEBG 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 } }]
72592026-08-31T00:59:27.642Zreplacing 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 31 00:59:26.544
72602026-08-31T00:59:27.643Z Aug 31 00:59:26.544 INFO DEBG Aug 31 00:59:26.544Aug 31 00:59:26.544replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.30/32 -> 10.0.0.255
72612026-08-31T00:59:27.643ZINFOWARNAug 31 00:59:26.544 Aug 31 00:59:26.544adding route 172.17.0.7/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
72622026-08-31T00:59:27.643Z
72632026-08-31T00:59:27.643ZINFO
72642026-08-31T00:59:27.643Z adding route 172.17.0.26/32 -> 10.0.0.255INFO
72652026-08-31T00:59:27.643Ztest route::tests::identity_replace_is_noop ... ok
72662026-08-31T00:59:27.643Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 31 00:59:26.544
72672026-08-31T00:59:27.643Z Aug 31 00:59:26.544DEBG DEBGAug 31 00:59:26.544 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
72682026-08-31T00:59:27.643Z
72692026-08-31T00:59:27.643ZDEBGAug 31 00:59:26.544 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 31 00:59:26.544Aug 31 00:59:26.544
72702026-08-31T00:59:27.643ZINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255
72712026-08-31T00:59:27.643Ztest route::tests::same_size_non_subset_replace ... ok
72722026-08-31T00:59:27.643ZDEBGadding route 172.17.0.27/32 -> 10.0.0.255Aug 31 00:59:26.544
72732026-08-31T00:59:27.643Z 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 31 00:59:26.544
72742026-08-31T00:59:27.643Z INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 00:59:26.544
72752026-08-31T00:59:27.643Zreplacing 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 } }]
72762026-08-31T00:59:27.643ZDEBGAug 31 00:59:26.544 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
72772026-08-31T00:59:27.643Z Aug 31 00:59:26.544adding route 172.17.0.30/32 -> 10.0.0.255
72782026-08-31T00:59:27.643ZINFO Aug 31 00:59:26.544adding route 172.17.0.9/32 -> 10.0.0.255
72792026-08-31T00:59:27.643ZINFO Aug 31 00:59:26.544adding route 172.17.0.28/32 -> 10.0.0.255
72802026-08-31T00:59:27.643ZDEBG Aug 31 00:59:26.544replacing 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 31 00:59:26.544
72812026-08-31T00:59:27.643Z DEBGAug 31 00:59:26.544DEBG Aug 31 00:59:26.544DEBG INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
72822026-08-31T00:59:27.643Zadding route 172.17.0.32/32 -> 10.0.0.255
72832026-08-31T00:59:27.643Zreplacing 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 } }]
72842026-08-31T00:59:27.643Z
72852026-08-31T00:59:27.643ZAug 31 00:59:26.544 Aug 31 00:59:26.544Aug 31 00:59:26.544INFO Aug 31 00:59:26.544adding route 172.17.0.29/32 -> 10.0.0.255
72862026-08-31T00:59:27.643ZINFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
72872026-08-31T00:59:27.643Zreplacing 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
72882026-08-31T00:59:27.643ZAug 31 00:59:26.544 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
72892026-08-31T00:59:27.643ZAug 31 00:59:26.544Aug 31 00:59:26.544 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
72902026-08-31T00:59:27.643Z
72912026-08-31T00:59:27.643Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 31 00:59:26.544
72922026-08-31T00:59:27.643Z DEBGAug 31 00:59:26.544Aug 31 00:59:26.544 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
72932026-08-31T00:59:27.643Z
72942026-08-31T00:59:27.643Z 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 31 00:59:26.544
72952026-08-31T00:59:27.643ZAug 31 00:59:26.544 Aug 31 00:59:26.544DEBG DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.544
72962026-08-31T00:59:27.643Z 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72972026-08-31T00:59:27.643Z
72982026-08-31T00:59:27.643Z 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 172.17.0.32/32 -> 10.0.0.255Aug 31 00:59:26.544
72992026-08-31T00:59:27.643Z
73002026-08-31T00:59:27.647ZAug 31 00:59:26.544Aug 31 00:59:26.544 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255INFOadding route 172.16.0.0/32 -> 10.0.0.2
73012026-08-31T00:59:27.647Z Aug 31 00:59:26.544 INFO adding route 172.17.0.31/32 -> 10.0.0.255
73022026-08-31T00:59:27.647Z
73032026-08-31T00:59:27.647Zadding route 172.17.0.34/32 -> 10.0.0.255
73042026-08-31T00:59:27.647ZAug 31 00:59:26.545 DEBGAug 31 00:59:26.545Aug 31 00:59:26.545Aug 31 00:59:26.545 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
73052026-08-31T00:59:27.647Z
73062026-08-31T00:59:27.647Zreplacing 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 } }]
73072026-08-31T00:59:27.647Zreplacing 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 } }]
73082026-08-31T00:59:27.648ZAug 31 00:59:26.545 INFO Aug 31 00:59:26.545adding route 172.16.0.0/32 -> 10.0.0.3
73092026-08-31T00:59:27.648ZAug 31 00:59:26.545INFO INFOAug 31 00:59:26.545Aug 31 00:59:26.545 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
73102026-08-31T00:59:27.648ZAug 31 00:59:26.545 DEBG
73112026-08-31T00:59:27.648Zcreated new freemapAug 31 00:59:26.545, unit :Aug 31 00:59:26.551 freemap_route_ipv4DEBG
73122026-08-31T00:59:27.648ZAug 31 00:59:26.551 DEBGAug 31 00:59:26.551replacing 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 } }]
73132026-08-31T00:59:27.648ZINFODEBG adding route 172.16.0.0/32 -> 10.0.0.4
73142026-08-31T00:59:27.648ZAug 31 00:59:26.551created new freemap INFO adding route 172.17.0.33/32 -> 10.0.0.255created new freemap
73152026-08-31T00:59:27.648Z, unit:, unit: Aug 31 00:59:26.551 DEBGAug 31 00:59:26.551 freemap_route_ipv4replacing 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 } }]
73162026-08-31T00:59:27.648Z
73172026-08-31T00:59:27.648Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 00:59:26.551
73182026-08-31T00:59:27.648ZAug 31 00:59:26.551 DEBG INFO Aug 31 00:59:26.551freemap_route_ipv6
73192026-08-31T00:59:27.648Zcreated new freemap adding route 172.17.0.34/32 -> 10.0.0.255DEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
73202026-08-31T00:59:27.648Z:Aug 31 00:59:26.551 freemap_route_ipv6
73212026-08-31T00:59:27.648Z
73222026-08-31T00:59:27.648ZDEBG Aug 31 00:59:26.551Aug 31 00:59:26.551 DEBGDEBG initted freemap. size: 64initted freemap. size: 64replacing 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 } }], ,
73232026-08-31T00:59:27.648Zunit:unit :freemap_route_ipv4Aug 31 00:59:26.551
73242026-08-31T00:59:27.648Z freemap_route_ipv4INFO
73252026-08-31T00:59:27.648Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 00:59:26.551
73262026-08-31T00:59:27.648ZDEBG Aug 31 00:59:26.551reset freemap , Aug 31 00:59:26.551unitDEBG :Aug 31 00:59:26.551reset freemap DEBGfreemap_route_ipv4,
73272026-08-31T00:59:27.648Z unit 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 } }]
73282026-08-31T00:59:27.648Z Aug 31 00:59:26.551freemap_route_ipv4replacing 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 } }]
73292026-08-31T00:59:27.648Z
73302026-08-31T00:59:27.648Z DEBG Aug 31 00:59:26.551initted freemap. size: 64Aug 31 00:59:26.551, unit INFO:INFO Aug 31 00:59:26.551freemap_route_ipv6
73312026-08-31T00:59:27.648ZDEBGadding route 172.17.0.33/32 -> 10.0.0.255
73322026-08-31T00:59:27.648Zinitted freemap. size: 64, Aug 31 00:59:26.551unit Aug 31 00:59:26.551DEBG DEBGreset freemap:, freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255
73332026-08-31T00:59:27.648Zreplacing 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 } }]
73342026-08-31T00:59:27.648Zunit:
73352026-08-31T00:59:27.648Z freemap_route_ipv6
73362026-08-31T00:59:27.648ZAug 31 00:59:26.551Aug 31 00:59:26.551 Aug 31 00:59:26.551DEBG DEBGAug 31 00:59:26.551replacing 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 } }] reset freemapINFOINFO,
73372026-08-31T00:59:27.648Z unit :adding route 3fff:dead::/64 -> 2001:db8::55:1 freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255
73382026-08-31T00:59:27.648Z
73392026-08-31T00:59:27.648ZAug 31 00:59:26.551
73402026-08-31T00:59:27.648Z INFOAug 31 00:59:26.551Aug 31 00:59:26.551 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73412026-08-31T00:59:27.648Zadding route 172.17.0.37/32 -> 10.0.0.255
73422026-08-31T00:59:27.648Z
73432026-08-31T00:59:27.648ZAug 31 00:59:26.551 INFOAug 31 00:59:26.551Aug 31 00:59:26.551 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1
73442026-08-31T00:59:27.648Z
73452026-08-31T00:59:27.648Z
73462026-08-31T00:59:27.648ZAug 31 00:59:26.551Aug 31 00:59:26.551 DEBG
73472026-08-31T00:59:27.649ZAug 31 00:59:26.551DEBGAug 31 00:59:26.551 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 31 00:59:26.551
73482026-08-31T00:59:27.649Zreplacing 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 } }]
73492026-08-31T00:59:27.649Zreplacing 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 31 00:59:26.551DEBG
73502026-08-31T00:59:27.649ZINFO Aug 31 00:59:26.551 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 } }] INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
73512026-08-31T00:59:27.649Z
73522026-08-31T00:59:27.649Zadding route 172.17.0.13/32 -> 10.0.0.255
73532026-08-31T00:59:27.649ZAug 31 00:59:26.551replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
73542026-08-31T00:59:27.649Z INFOAug 31 00:59:26.551 Aug 31 00:59:26.551Aug 31 00:59:26.551Aug 31 00:59:26.551 adding route 172.17.0.36/32 -> 10.0.0.255DEBGDEBG
73552026-08-31T00:59:27.649Z 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 } }]
73562026-08-31T00:59:27.649ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
73572026-08-31T00:59:27.649Z Aug 31 00:59:26.551Aug 31 00:59:26.551 INFO Aug 31 00:59:26.551adding route 172.17.0.14/32 -> 10.0.0.255 Aug 31 00:59:26.551
73582026-08-31T00:59:27.649Z adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2INFO
73592026-08-31T00:59:27.649Z
73602026-08-31T00:59:27.649Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:59:26.551 DEBG DEBG
73612026-08-31T00:59:27.649ZAug 31 00:59:26.551replacing 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 } }]
73622026-08-31T00:59:27.649ZDEBGDEBG 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 31 00:59:26.551 Aug 31 00:59:26.551replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 31 00:59:26.551
73632026-08-31T00:59:27.649ZDEBG 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.15/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:59:26.551
73642026-08-31T00:59:27.649Z
73652026-08-31T00:59:27.649Z
73662026-08-31T00:59:27.649Z
73672026-08-31T00:59:27.649ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 00:59:26.551
73682026-08-31T00:59:27.649ZAug 31 00:59:26.551Aug 31 00:59:26.551 adding route 172.17.0.37/32 -> 10.0.0.255
73692026-08-31T00:59:27.649ZDEBG 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 } }]INFODEBG adding route 172.17.0.39/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 } }]
73702026-08-31T00:59:27.649Z
73712026-08-31T00:59:27.649ZAug 31 00:59:26.551
73722026-08-31T00:59:27.649Z DEBG Aug 31 00:59:26.551 Aug 31 00:59:26.551Aug 31 00:59:26.551replacing 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 Aug 31 00:59:26.551 DEBG
73732026-08-31T00:59:27.649ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.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 } }]
73742026-08-31T00:59:27.649Z adding route 172.17.0.16/32 -> 10.0.0.255
73752026-08-31T00:59:27.649Z
73762026-08-31T00:59:27.649ZAug 31 00:59:26.551INFO Aug 31 00:59:26.551INFO Aug 31 00:59:26.551adding route 172.17.0.36/32 -> 10.0.0.255INFOadding route 172.17.0.38/32 -> 10.0.0.255
73772026-08-31T00:59:27.649Zadding route 172.17.0.40/32 -> 10.0.0.255 DEBG
73782026-08-31T00:59:27.649Z
73792026-08-31T00:59:27.649Z 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 31 00:59:26.551
73802026-08-31T00:59:27.649Z DEBGAug 31 00:59:26.551 Aug 31 00:59:26.551 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 31 00:59:26.551DEBG
73812026-08-31T00:59:27.649Z 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 } }]DEBG
73822026-08-31T00:59:27.649Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 00:59:26.551
73832026-08-31T00:59:27.649Z INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73842026-08-31T00:59:27.649ZAug 31 00:59:26.551Aug 31 00:59:26.551adding route 172.17.0.39/32 -> 10.0.0.255
73852026-08-31T00:59:27.649Z INFO DEBG adding route 172.17.0.41/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 } }]
73862026-08-31T00:59:27.649Z
73872026-08-31T00:59:27.650ZAug 31 00:59:26.551Aug 31 00:59:26.551 DEBGINFO Aug 31 00:59:26.551adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 00:59:26.551
73882026-08-31T00:59:27.650Z DEBG 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 } }]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 } }]
73892026-08-31T00:59:27.650Z
73902026-08-31T00:59:27.650Z Aug 31 00:59:26.551 DEBGadding route 172.17.0.18/32 -> 10.0.0.255
73912026-08-31T00:59:27.650Zreplacing 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 31 00:59:26.551
73922026-08-31T00:59:27.650Z INFOAug 31 00:59:26.551 Aug 31 00:59:26.551adding route 172.17.0.42/32 -> 10.0.0.255 INFO
73932026-08-31T00:59:27.650Z DEBGadding route 172.17.0.40/32 -> 10.0.0.255
73942026-08-31T00:59:27.650Zreplacing 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 31 00:59:26.551
73952026-08-31T00:59:27.650Z Aug 31 00:59:26.551INFO Aug 31 00:59:26.551 DEBGAug 31 00:59:26.551 DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.38/32 -> 10.0.0.255
73962026-08-31T00:59:27.650Z 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 } }]
73972026-08-31T00:59:27.650Zadding route 172.17.0.19/32 -> 10.0.0.255
73982026-08-31T00:59:27.650Z
73992026-08-31T00:59:27.650ZAug 31 00:59:26.551 INFO Aug 31 00:59:26.551adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 00:59:26.551
74002026-08-31T00:59:27.654Z
74012026-08-31T00:59:27.654ZDEBG Aug 31 00:59:26.551INFOreplacing 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 31 00:59:26.551
74022026-08-31T00:59:27.654Z DEBG adding route 172.17.0.41/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 } }]DEBG
74032026-08-31T00:59:27.654Z
74042026-08-31T00:59:27.654Zreplacing 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 31 00:59:26.552 INFO
74052026-08-31T00:59:27.654Z Aug 31 00:59:26.552Aug 31 00:59:26.552adding route 172.17.0.20/32 -> 10.0.0.255
74062026-08-31T00:59:27.654ZDEBGINFO Aug 31 00:59:26.551adding route 172.17.0.44/32 -> 10.0.0.255
74072026-08-31T00:59:27.654ZAug 31 00:59:26.552replacing 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 } }]
74082026-08-31T00:59:27.654Z DEBGAug 31 00:59:26.552 DEBGAug 31 00:59:26.552 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
74092026-08-31T00:59:27.654Z
74102026-08-31T00:59:27.654ZDEBG Aug 31 00:59:26.552replacing 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
74112026-08-31T00:59:27.654ZINFOAug 31 00:59:26.552Aug 31 00:59:26.552 INFO Aug 31 00:59:26.552adding route 172.17.0.21/32 -> 10.0.0.255INFOadding route 172.17.0.39/32 -> 10.0.0.255
74122026-08-31T00:59:27.654Z
74132026-08-31T00:59:27.654Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
74142026-08-31T00:59:27.654Zadding route 172.17.0.42/32 -> 10.0.0.255
74152026-08-31T00:59:27.654Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 00:59:26.552 Aug 31 00:59:26.552DEBG
74162026-08-31T00:59:27.654Z Aug 31 00:59:26.552replacing 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 } }]
74172026-08-31T00:59:27.654ZAug 31 00:59:26.552 Aug 31 00:59:26.557DEBG INFO created new freemapadding route 172.17.0.22/32 -> 10.0.0.255Aug 31 00:59:26.552,
74182026-08-31T00:59:27.654Zunit :DEBG Aug 31 00:59:26.558freemap_route_ipv4 created new freemap
74192026-08-31T00:59:27.654ZDEBG , 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 } }]unit
74202026-08-31T00:59:27.654Z: Aug 31 00:59:26.558 freemap_route_ipv4DEBGAug 31 00:59:26.558 Aug 31 00:59:26.558
74212026-08-31T00:59:27.654Z INFODEBG created new freemapadding route 172.17.0.23/32 -> 10.0.0.255,
74222026-08-31T00:59:27.654Zunitreplacing 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 31 00:59:26.558
74232026-08-31T00:59:27.654Z : DEBGAug 31 00:59:26.558freemap_route_ipv6
74242026-08-31T00:59:27.654ZAug 31 00:59:26.558 created new freemap , 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 } }]Aug 31 00:59:26.558adding route 172.17.0.46/32 -> 10.0.0.255unit
74252026-08-31T00:59:27.654Z
74262026-08-31T00:59:27.654Z: DEBGfreemap_route_ipv6
74272026-08-31T00:59:27.654ZAug 31 00:59:26.558initted freemap. size: 64Aug 31 00:59:26.558, DEBGINFO unitadding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }]:
74282026-08-31T00:59:27.654Z
74292026-08-31T00:59:27.654Z Aug 31 00:59:26.558freemap_route_ipv4
74302026-08-31T00:59:27.654ZDEBGAug 31 00:59:26.558Aug 31 00:59:26.558 DEBG initted freemap. size: 64replacing 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 31 00:59:26.558,
74312026-08-31T00:59:27.655ZunitINFO : freemap_route_ipv4DEBGAug 31 00:59:26.558adding route 172.17.0.47/32 -> 10.0.0.255
74322026-08-31T00:59:27.655Z INFO
74332026-08-31T00:59:27.655Z adding route 172.17.0.25/32 -> 10.0.0.255reset freemap
74342026-08-31T00:59:27.655Z, unitAug 31 00:59:26.558 :DEBG Aug 31 00:59:26.558Aug 31 00:59:26.558 DEBGfreemap_route_ipv4
74352026-08-31T00:59:27.655Zreplacing 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 } }]
74362026-08-31T00:59:27.655Zreplacing 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 } }]
74372026-08-31T00:59:27.655ZDEBG Aug 31 00:59:26.558reset freemap Aug 31 00:59:26.558, INFOAug 31 00:59:26.558unit adding route 172.17.0.26/32 -> 10.0.0.255 :INFODEBG
74382026-08-31T00:59:27.655Z initted freemap. size: 64 , freemap_route_ipv4adding route 172.17.0.48/32 -> 10.0.0.255
74392026-08-31T00:59:27.655Zunit:Aug 31 00:59:26.558
74402026-08-31T00:59:27.655Z DEBGAug 31 00:59:26.558freemap_route_ipv6
74412026-08-31T00:59:27.655Zreplacing 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
74422026-08-31T00:59:27.655Z initted freemap. size: 64, unitAug 31 00:59:26.558Aug 31 00:59:26.558Aug 31 00:59:26.558 :DEBG INFO freemap_route_ipv6DEBGadding route 172.17.0.27/32 -> 10.0.0.255reset freemap
74432026-08-31T00:59:27.655Z, 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 } }]unit
74442026-08-31T00:59:27.655Z
74452026-08-31T00:59:27.655Z: freemap_route_ipv6Aug 31 00:59:26.558Aug 31 00:59:26.558
74462026-08-31T00:59:27.655Z Aug 31 00:59:26.558DEBG DEBG INFODEBG adding route 172.17.0.49/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 } }]
74472026-08-31T00:59:27.655Z
74482026-08-31T00:59:27.655Zreplacing 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 31 00:59:26.558reset freemap
74492026-08-31T00:59:27.655Z , Aug 31 00:59:26.558unitINFO Aug 31 00:59:26.558INFO: adding route 172.17.0.28/32 -> 10.0.0.255 DEBG
74502026-08-31T00:59:27.655Z freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74512026-08-31T00:59:27.655Z
74522026-08-31T00:59:27.655Z
74532026-08-31T00:59:27.655ZAug 31 00:59:26.558 Aug 31 00:59:26.558Aug 31 00:59:26.558 INFOAug 31 00:59:26.558 adding route 172.17.0.40/32 -> 10.0.0.255INFO
74542026-08-31T00:59:27.655ZDEBGAug 31 00:59:26.558 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
74552026-08-31T00:59:27.655ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1
74562026-08-31T00:59:27.655Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.50/32 -> 10.0.0.255Aug 31 00:59:26.558
74572026-08-31T00:59:27.655Z
74582026-08-31T00:59:27.655Z INFO Aug 31 00:59:26.558adding route 172.17.0.29/32 -> 10.0.0.255
74592026-08-31T00:59:27.655ZAug 31 00:59:26.558DEBG INFO Aug 31 00:59:26.558replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 00:59:26.558
74602026-08-31T00:59:27.655Z DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 00:59:26.558replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74612026-08-31T00:59:27.655Z INFO
74622026-08-31T00:59:27.655Z
74632026-08-31T00:59:27.655Z adding route 172.16.0.0/32 -> 10.0.0.2
74642026-08-31T00:59:27.655ZAug 31 00:59:26.558 Aug 31 00:59:26.558Aug 31 00:59:26.558INFO DEBG Aug 31 00:59:26.558INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
74652026-08-31T00:59:27.655Ztest route::tests::shrink_preserves_compacted_order ... ok
74662026-08-31T00:59:27.655Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.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 } }]
74672026-08-31T00:59:27.655Z
74682026-08-31T00:59:27.655Z
74692026-08-31T00:59:27.655ZAug 31 00:59:26.558 Aug 31 00:59:26.558Aug 31 00:59:26.558 DEBGDEBGAug 31 00:59:26.558 INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74702026-08-31T00:59:27.656Z 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 } }]
74712026-08-31T00:59:27.656ZINFOadding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:59:26.558
74722026-08-31T00:59:27.656Z INFOAug 31 00:59:26.558adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 00:59:26.558adding route 172.17.0.52/32 -> 10.0.0.255 INFO
74732026-08-31T00:59:27.656ZDEBG adding route 172.17.0.31/32 -> 10.0.0.255
74742026-08-31T00:59:27.656Z
74752026-08-31T00:59:27.656ZAug 31 00:59:26.558replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
74762026-08-31T00:59:27.656ZDEBGAug 31 00:59:26.558Aug 31 00:59:26.558 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 } }]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 } }]
74772026-08-31T00:59:27.656ZAug 31 00:59:26.558 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
74782026-08-31T00:59:27.656Z
74792026-08-31T00:59:27.656ZAug 31 00:59:26.564Aug 31 00:59:26.564 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 } }]
74802026-08-31T00:59:27.656ZINFO Aug 31 00:59:26.564Aug 31 00:59:26.564 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:59:26.552
74812026-08-31T00:59:27.656Z 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 } }]DEBGAug 31 00:59:26.564
74822026-08-31T00:59:27.656Z 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.53/32 -> 10.0.0.255Aug 31 00:59:26.564Aug 31 00:59:26.564
74832026-08-31T00:59:27.656ZINFO
74842026-08-31T00:59:27.656Z adding route 172.17.0.43/32 -> 10.0.0.255DEBG
74852026-08-31T00:59:27.656Z
74862026-08-31T00:59:27.656Zreplacing 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 31 00:59:26.564
74872026-08-31T00:59:27.656Z DEBGAug 31 00:59:26.564Aug 31 00:59:26.564 replacing targets for 3fff:dead::/64 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 } }]
74882026-08-31T00:59:27.656ZDEBG 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 } }]
74892026-08-31T00:59:27.656ZAug 31 00:59:26.564DEBG 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 } }]
74902026-08-31T00:59:27.656Zadding route 172.17.0.41/32 -> 10.0.0.255
74912026-08-31T00:59:27.656ZAug 31 00:59:26.564 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 00:59:26.564
74922026-08-31T00:59:27.656Z INFO Aug 31 00:59:26.564adding route 172.17.0.44/32 -> 10.0.0.255
74932026-08-31T00:59:27.656ZDEBG 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 } }]
74942026-08-31T00:59:27.656ZAug 31 00:59:26.564Aug 31 00:59:26.564 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 31 00:59:26.564
74952026-08-31T00:59:27.656Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 00:59:26.564
74962026-08-31T00:59:27.656Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
74972026-08-31T00:59:27.656Z Aug 31 00:59:26.564DEBG Aug 31 00:59:26.564 DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }]
74982026-08-31T00:59:27.656Z
74992026-08-31T00:59:27.656Z
75002026-08-31T00:59:27.660Z
75012026-08-31T00:59:27.660ZAug 31 00:59:26.564Aug 31 00:59:26.564 Aug 31 00:59:26.564INFO INFO Aug 31 00:59:26.564adding route 172.17.0.43/32 -> 10.0.0.255INFO
75022026-08-31T00:59:27.660ZINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
75032026-08-31T00:59:27.660Z
75042026-08-31T00:59:27.660Z
75052026-08-31T00:59:27.660ZAug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBGDEBG DEBGAug 31 00:59:26.564replacing 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.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 } }]
75062026-08-31T00:59:27.660Z
75072026-08-31T00:59:27.660Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75082026-08-31T00:59:27.660Z 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 } }]
75092026-08-31T00:59:27.660ZAug 31 00:59:26.564Aug 31 00:59:26.564 INFOINFOAug 31 00:59:26.564 Aug 31 00:59:26.564INFOadding route 172.17.0.46/32 -> 10.0.0.255
75102026-08-31T00:59:27.660Z adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
75112026-08-31T00:59:27.661Z
75122026-08-31T00:59:27.661Z INFO Aug 31 00:59:26.564adding route 172.17.0.57/32 -> 10.0.0.255 Aug 31 00:59:26.564DEBG
75132026-08-31T00:59:27.661Z DEBGAug 31 00:59:26.564 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75142026-08-31T00:59:27.661Z
75152026-08-31T00:59:27.661Z 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 } }]
75162026-08-31T00:59:27.661ZAug 31 00:59:26.564Aug 31 00:59:26.564 Aug 31 00:59:26.564 DEBGINFOINFO Aug 31 00:59:26.564adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 INFO
75172026-08-31T00:59:27.661Z 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 } }]
75182026-08-31T00:59:27.661Zadding route 172.17.0.45/32 -> 10.0.0.255
75192026-08-31T00:59:27.661Z
75202026-08-31T00:59:27.661ZAug 31 00:59:26.564Aug 31 00:59:26.564 Aug 31 00:59:26.564DEBGDEBG 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.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75212026-08-31T00:59:27.661Z
75222026-08-31T00:59:27.661Z 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 31 00:59:26.564
75232026-08-31T00:59:27.661Z Aug 31 00:59:26.564Aug 31 00:59:26.564 INFOINFO Aug 31 00:59:26.564 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
75242026-08-31T00:59:27.661Zadding route 172.17.0.35/32 -> 10.0.0.255
75252026-08-31T00:59:27.661Zadding route 172.17.0.46/32 -> 10.0.0.255
75262026-08-31T00:59:27.661Z
75272026-08-31T00:59:27.661ZAug 31 00:59:26.564 Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBG 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 } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75282026-08-31T00:59:27.661Z 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 } }]
75292026-08-31T00:59:27.661ZAug 31 00:59:26.564
75302026-08-31T00:59:27.661Z Aug 31 00:59:26.564 DEBGINFO Aug 31 00:59:26.564replacing 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.36/32 -> 10.0.0.255Aug 31 00:59:26.564
75312026-08-31T00:59:27.661Z
75322026-08-31T00:59:27.661Z INFO INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Aug 31 00:59:26.564
75332026-08-31T00:59:27.661Z
75342026-08-31T00:59:27.661Z DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.564Aug 31 00:59:26.564
75352026-08-31T00:59:27.661Z Aug 31 00:59:26.564 INFODEBG DEBGadding route 172.17.0.59/32 -> 10.0.0.255Aug 31 00:59:26.564 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 } }]
75362026-08-31T00:59:27.661ZINFO
75372026-08-31T00:59:27.661Z adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75382026-08-31T00:59:27.661Z
75392026-08-31T00:59:27.661ZAug 31 00:59:26.564Aug 31 00:59:26.564 INFO Aug 31 00:59:26.564DEBGAug 31 00:59:26.564 adding route 172.17.0.50/32 -> 10.0.0.255 INFO
75402026-08-31T00:59:27.661ZDEBG 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.48/32 -> 10.0.0.255
75412026-08-31T00:59:27.661Zreplacing 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 } }]
75422026-08-31T00:59:27.661Z
75432026-08-31T00:59:27.661ZAug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBGINFO INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.564
75442026-08-31T00:59:27.661Zadding route 172.17.0.38/32 -> 10.0.0.255
75452026-08-31T00:59:27.661ZDEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75462026-08-31T00:59:27.661ZAug 31 00:59:26.564
75472026-08-31T00:59:27.661Z Aug 31 00:59:26.564INFO DEBG adding route 172.17.0.49/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 } }]
75482026-08-31T00:59:27.661Z
75492026-08-31T00:59:27.661ZAug 31 00:59:26.564 Aug 31 00:59:26.564DEBG 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 } }]INFOAug 31 00:59:26.564 adding route 172.17.0.51/32 -> 10.0.0.255
75502026-08-31T00:59:27.662Z
75512026-08-31T00:59:27.662ZAug 31 00:59:26.564DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.564adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 00:59:26.564
75522026-08-31T00:59:27.662Z
75532026-08-31T00:59:27.662ZDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75542026-08-31T00:59:27.662ZAug 31 00:59:26.564 DEBGadding route 172.17.0.61/32 -> 10.0.0.255 Aug 31 00:59:26.564
75552026-08-31T00:59:27.662Z Aug 31 00:59:26.564INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255INFO
75562026-08-31T00:59:27.662Z
75572026-08-31T00:59:27.662Zadding route 172.17.0.52/32 -> 10.0.0.255
75582026-08-31T00:59:27.662ZAug 31 00:59:26.564Aug 31 00:59:26.564 INFODEBGAug 31 00:59:26.564 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
75592026-08-31T00:59:27.662Z 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 } }]DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75602026-08-31T00:59:27.662Z
75612026-08-31T00:59:27.662Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.564
75622026-08-31T00:59:27.662Ztest route::tests::add_target_fails_full ... ok
75632026-08-31T00:59:27.662ZDEBGAug 31 00:59:26.564 Aug 31 00:59:26.564replacing 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 } }]
75642026-08-31T00:59:27.662ZINFOAug 31 00:59:26.564 adding route 172.17.0.53/32 -> 10.0.0.255INFO
75652026-08-31T00:59:27.662ZAug 31 00:59:26.564adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
75662026-08-31T00:59:27.662ZINFO Aug 31 00:59:26.564adding route 172.17.0.62/32 -> 10.0.0.255DEBG
75672026-08-31T00:59:27.662Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75682026-08-31T00:59:27.662Z Aug 31 00:59:26.564Aug 31 00:59:26.564adding route 172.17.0.41/32 -> 10.0.0.255
75692026-08-31T00:59:27.662Ztest route::tests::delete_target_fragmented ... ok
75702026-08-31T00:59:27.662ZDEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.564
75712026-08-31T00:59:27.662Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
75722026-08-31T00:59:27.662Z Aug 31 00:59:26.564Aug 31 00:59:26.564 INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75732026-08-31T00:59:27.662ZDEBGadding route 172.17.0.51/32 -> 10.0.0.255
75742026-08-31T00:59:27.662Zreplacing 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 } }]
75752026-08-31T00:59:27.662ZDEBGAug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBG INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75762026-08-31T00:59:27.662Zadding route 172.17.0.54/32 -> 10.0.0.255
75772026-08-31T00:59:27.662Zreplacing 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 3fff:beef:8::/64 -> 2001:db8::55:ff
75782026-08-31T00:59:27.662Z
75792026-08-31T00:59:27.662ZAug 31 00:59:26.564 Aug 31 00:59:26.564Aug 31 00:59:26.564 INFOAug 31 00:59:26.564DEBG Aug 31 00:59:26.564 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75802026-08-31T00:59:27.662Z DEBG adding route 172.17.0.63/32 -> 10.0.0.255
75812026-08-31T00:59:27.662ZAug 31 00:59:26.564adding route 172.17.0.42/32 -> 10.0.0.255 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 } }]
75822026-08-31T00:59:27.662Z
75832026-08-31T00:59:27.662ZINFOadding route 172.17.0.52/32 -> 10.0.0.255
75842026-08-31T00:59:27.662Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 00:59:26.564
75852026-08-31T00:59:27.662ZAug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 INFODEBG 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 3fff:beef:9::/64 -> 2001:db8::55:ff
75862026-08-31T00:59:27.662Z
75872026-08-31T00:59:27.662ZDEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
75882026-08-31T00:59:27.662ZAug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.571 INFOINFODEBG adding route 172.17.0.43/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 } }]
75892026-08-31T00:59:27.662Z
75902026-08-31T00:59:27.663ZAug 31 00:59:26.565 DEBG Aug 31 00:59:26.571created new freemap , DEBGunit Aug 31 00:59:26.571: 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
75912026-08-31T00:59:27.663Z freemap_route_ipv4adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
75922026-08-31T00:59:27.663Z
75932026-08-31T00:59:27.663ZAug 31 00:59:26.571 INFO
75942026-08-31T00:59:27.663Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 31 00:59:26.571
75952026-08-31T00:59:27.663Z Aug 31 00:59:26.571DEBG adding route 172.17.0.53/32 -> 10.0.0.255DEBG
75962026-08-31T00:59:27.663Zcreated new freemapAug 31 00:59:26.571, unitreplacing 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 } }]DEBGAug 31 00:59:26.571
75972026-08-31T00:59:27.663Z 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 } }]:
75982026-08-31T00:59:27.663Zfreemap_route_ipv6DEBG
75992026-08-31T00:59:27.663Z 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 } }]
76002026-08-31T00:59:27.667ZAug 31 00:59:26.571Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO DEBGAug 31 00:59:26.571 adding route 172.17.0.45/32 -> 10.0.0.255 INFOinitted freemap. size: 64
76012026-08-31T00:59:27.667Z, adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunitAug 31 00:59:26.571:
76022026-08-31T00:59:27.667ZAug 31 00:59:26.571 adding route 172.17.0.54/32 -> 10.0.0.255
76032026-08-31T00:59:27.667ZDEBGfreemap_route_ipv4
76042026-08-31T00:59:27.667ZAug 31 00:59:26.571replacing 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 } }] DEBGAug 31 00:59:26.571DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG failed to allocate space for the new target listreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76052026-08-31T00:59:27.667Z
76062026-08-31T00:59:27.667Z
76072026-08-31T00:59:27.667Z
76082026-08-31T00:59:27.667ZAug 31 00:59:26.571 DEBGAug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571INFOINFOAug 31 00:59:26.571 adding route 172.17.0.55/32 -> 10.0.0.255reset freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
76092026-08-31T00:59:27.667Z
76102026-08-31T00:59:27.667Z, DEBG INFOunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255:
76112026-08-31T00:59:27.667ZAug 31 00:59:26.571Aug 31 00:59:26.571 DEBGfreemap_route_ipv4
76122026-08-31T00:59:27.667Zreplacing 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 } }]
76132026-08-31T00:59:27.667ZDEBGAug 31 00:59:26.571
76142026-08-31T00:59:27.667Z 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 } }]
76152026-08-31T00:59:27.667Z Aug 31 00:59:26.571replacing 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 31 00:59:26.571
76162026-08-31T00:59:27.667Z Aug 31 00:59:26.571 DEBGINFOAug 31 00:59:26.571 INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 00:59:26.571
76172026-08-31T00:59:27.667ZINFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG
76182026-08-31T00:59:27.667Z initted freemap. size: 64adding route 172.17.0.47/32 -> 10.0.0.255,
76192026-08-31T00:59:27.667ZAug 31 00:59:26.571Aug 31 00:59:26.571 failed to allocate space for the new target list unitDEBG:Aug 31 00:59:26.571 DEBG
76202026-08-31T00:59:27.667Z freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76212026-08-31T00:59:27.667Z
76222026-08-31T00:59:27.667ZDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 31 00:59:26.571
76232026-08-31T00:59:27.667Z
76242026-08-31T00:59:27.667ZDEBGAug 31 00:59:26.571 Aug 31 00:59:26.571reset freemapINFO, Aug 31 00:59:26.571unit : freemap_route_ipv6INFOadding route 172.17.0.57/32 -> 10.0.0.255
76252026-08-31T00:59:27.667Z
76262026-08-31T00:59:27.667Z INFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
76272026-08-31T00:59:27.667ZAug 31 00:59:26.571
76282026-08-31T00:59:27.667Z Aug 31 00:59:26.571 DEBGINFO Aug 31 00:59:26.571replacing 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 31 00:59:26.571
76292026-08-31T00:59:27.667ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBGreplacing 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 31 00:59:26.571
76302026-08-31T00:59:27.667Zreplacing 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
76312026-08-31T00:59:27.667Z
76322026-08-31T00:59:27.667Z adding route 172.17.0.58/32 -> 10.0.0.255
76332026-08-31T00:59:27.667ZAug 31 00:59:26.571 Aug 31 00:59:26.571INFOAug 31 00:59:26.571 DEBGINFOAug 31 00:59:26.571 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 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 172.17.0.49/32 -> 10.0.0.255
76342026-08-31T00:59:27.668Z
76352026-08-31T00:59:27.668Z
76362026-08-31T00:59:27.668ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 00:59:26.571Aug 31 00:59:26.571Aug 31 00:59:26.571
76372026-08-31T00:59:27.668Z INFO DEBGDEBG adding route 172.17.0.59/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 } }]Aug 31 00:59:26.571
76382026-08-31T00:59:27.668Z
76392026-08-31T00:59:27.668Zreplacing 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 } }]
76402026-08-31T00:59:27.668ZINFO Aug 31 00:59:26.571adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 00:59:26.571
76412026-08-31T00:59:27.668ZAug 31 00:59:26.571 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76422026-08-31T00:59:27.668Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
76432026-08-31T00:59:27.668Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 31 00:59:26.571
76442026-08-31T00:59:27.668ZAug 31 00:59:26.571 INFOAug 31 00:59:26.571DEBGAug 31 00:59:26.571 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
76452026-08-31T00:59:27.668ZDEBG 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 } }] adding route 172.17.0.60/32 -> 10.0.0.255
76462026-08-31T00:59:27.668ZAug 31 00:59:26.571replacing 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 } }]
76472026-08-31T00:59:27.668Z
76482026-08-31T00:59:27.668ZINFOAug 31 00:59:26.571 adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:59:26.571
76492026-08-31T00:59:27.668Z Aug 31 00:59:26.571DEBGINFO 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 } }]
76502026-08-31T00:59:27.668Zadding route 172.17.0.51/32 -> 10.0.0.255INFO
76512026-08-31T00:59:27.668Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
76522026-08-31T00:59:27.668ZAug 31 00:59:26.571 Aug 31 00:59:26.571DEBG Aug 31 00:59:26.571DEBG Aug 31 00:59:26.571DEBG failed to allocate space for the new target list
76532026-08-31T00:59:27.668Zreplacing 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
76542026-08-31T00:59:27.668Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
76552026-08-31T00:59:27.668ZAug 31 00:59:26.571replacing 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 } }]
76562026-08-31T00:59:27.668ZDEBGAug 31 00:59:26.571 Aug 31 00:59:26.571Aug 31 00:59:26.571replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
76572026-08-31T00:59:27.668Z adding route 172.17.0.52/32 -> 10.0.0.255INFO
76582026-08-31T00:59:27.668ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
76592026-08-31T00:59:27.668Z
76602026-08-31T00:59:27.668ZAug 31 00:59:26.571 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 } }]
76612026-08-31T00:59:27.668ZAug 31 00:59:26.571Aug 31 00:59:26.571 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
76622026-08-31T00:59:27.668Z
76632026-08-31T00:59:27.668Ztest route::tests::delete_targets_full ... ok
76642026-08-31T00:59:27.668ZAug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO Aug 31 00:59:26.571 adding route 172.17.0.53/32 -> 10.0.0.255 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
76652026-08-31T00:59:27.668Z
76662026-08-31T00:59:27.668Zreplacing targets for 172.16.0.0/32 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 } }]
76672026-08-31T00:59:27.668ZAug 31 00:59:26.571 Aug 31 00:59:26.571DEBG 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 } }]
76682026-08-31T00:59:27.668Zreplacing 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 } }]
76692026-08-31T00:59:27.668Ztest route::tests::delete_target_full ... ok
76702026-08-31T00:59:27.668ZAug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.54/32 -> 10.0.0.255
76712026-08-31T00:59:27.668Z
76722026-08-31T00:59:27.668ZAug 31 00:59:26.571 Aug 31 00:59:26.571DEBG 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 } }]
76732026-08-31T00:59:27.668Zreplacing 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 } }]
76742026-08-31T00:59:27.668ZAug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255
76752026-08-31T00:59:27.669Z
76762026-08-31T00:59:27.669ZAug 31 00:59:26.571 DEBGAug 31 00:59:26.571 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 } }]DEBG
76772026-08-31T00:59:27.669Z 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 } }]
76782026-08-31T00:59:27.669ZAug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
76792026-08-31T00:59:27.669Z
76802026-08-31T00:59:27.669ZAug 31 00:59:26.564Aug 31 00:59:26.571Aug 31 00:59:26.571 DEBGDEBGDEBG 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 } }]
76812026-08-31T00:59:27.669Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
76822026-08-31T00:59:27.669Z
76832026-08-31T00:59:27.669ZAug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
76842026-08-31T00:59:27.669Z
76852026-08-31T00:59:27.669Z adding route 172.17.0.56/32 -> 10.0.0.255
76862026-08-31T00:59:27.669ZAug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
76872026-08-31T00:59:27.669Z
76882026-08-31T00:59:27.669ZDEBG 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 } }]
76892026-08-31T00:59:27.669ZAug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255INFO
76902026-08-31T00:59:27.669Z
76912026-08-31T00:59:27.669Zadding route 172.17.0.57/32 -> 10.0.0.255
76922026-08-31T00:59:27.669ZAug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571 DEBGDEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
76932026-08-31T00:59:27.669Z
76942026-08-31T00:59:27.669Z
76952026-08-31T00:59:27.669ZAug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFOAug 31 00:59:26.571 adding route 172.17.0.59/32 -> 10.0.0.255
76962026-08-31T00:59:27.669Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
76972026-08-31T00:59:27.669Z adding route 172.17.0.58/32 -> 10.0.0.255
76982026-08-31T00:59:27.669ZAug 31 00:59:26.571 Aug 31 00:59:26.571DEBG DEBGAug 31 00:59:26.571 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 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 } }]
76992026-08-31T00:59:27.669Z 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 } }]
77002026-08-31T00:59:27.673Z
77012026-08-31T00:59:27.673ZAug 31 00:59:26.578 INFOAug 31 00:59:26.578 Aug 31 00:59:26.578INFO INFO adding route 172.17.0.60/32 -> 10.0.0.255
77022026-08-31T00:59:27.673Zadding route 172.17.0.59/32 -> 10.0.0.255
77032026-08-31T00:59:27.673ZAug 31 00:59:26.578Aug 31 00:59:26.578 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77042026-08-31T00:59:27.673Z
77052026-08-31T00:59:27.673ZAug 31 00:59:26.578 INFO adding route 172.17.0.60/32 -> 10.0.0.255
77062026-08-31T00:59:27.673ZAug 31 00:59:26.578 Aug 31 00:59:26.578DEBG DEBGfailed to allocate space for the new target list
77072026-08-31T00:59:27.673Zreplacing 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 } }]
77082026-08-31T00:59:27.673ZAug 31 00:59:26.578 INFO adding route 172.17.0.61/32 -> 10.0.0.255
77092026-08-31T00:59:27.673ZAug 31 00:59:26.578 DEBG Aug 31 00:59:26.578replacing targets for 172.16.0.0/32 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 } }]
77102026-08-31T00:59:27.673ZDEBG 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 } }]
77112026-08-31T00:59:27.673Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
77122026-08-31T00:59:27.673ZAug 31 00:59:26.578 INFO adding route 172.17.0.62/32 -> 10.0.0.255
77132026-08-31T00:59:27.673ZAug 31 00:59:26.578 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 31 00:59:26.578
77142026-08-31T00:59:27.673Z 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 } }]
77152026-08-31T00:59:27.673ZAug 31 00:59:26.578 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 00:59:26.578
77162026-08-31T00:59:27.673Z DEBG failed to allocate space for the new target list
77172026-08-31T00:59:27.673ZAug 31 00:59:26.578 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 31 00:59:26.578
77182026-08-31T00:59:27.674Z 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 } }]
77192026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
77202026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77212026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
77222026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77232026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
77242026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77252026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
77262026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77272026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
77282026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77292026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
77302026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77312026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
77322026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77332026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
77342026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77352026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
77362026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77372026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
77382026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77392026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
77402026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77412026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
77422026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77432026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
77442026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77452026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
77462026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77472026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
77482026-08-31T00:59:27.674ZAug 31 00:59:26.578 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 } }]
77492026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
77502026-08-31T00:59:27.674ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77512026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
77522026-08-31T00:59:27.674ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77532026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
77542026-08-31T00:59:27.674ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77552026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
77562026-08-31T00:59:27.674ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77572026-08-31T00:59:27.674ZAug 31 00:59:26.578 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
77582026-08-31T00:59:27.675Ztest route::tests::delete_targets_fragmented ... ok
77592026-08-31T00:59:27.675Z
77602026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77612026-08-31T00:59:27.675Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
77622026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
77632026-08-31T00:59:27.675Z
77642026-08-31T00:59:27.675ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77652026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
77662026-08-31T00:59:27.675ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77672026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
77682026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77692026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
77702026-08-31T00:59:27.675ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77712026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
77722026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77732026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
77742026-08-31T00:59:27.675ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77752026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
77762026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77772026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
77782026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77792026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
77802026-08-31T00:59:27.675ZAug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77812026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77822026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77832026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
77842026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77852026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
77862026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77872026-08-31T00:59:27.675ZAug 31 00:59:26.578 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
77882026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77892026-08-31T00:59:27.675ZAug 31 00:59:26.578 DEBG failed to allocate space for the new target list
77902026-08-31T00:59:27.675ZAug 31 00:59:26.578 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 } }]
77912026-08-31T00:59:27.675ZAug 31 00:59:26.579 DEBG created new freemap, unit: freemap_route_ipv4
77922026-08-31T00:59:27.675ZAug 31 00:59:26.579 DEBG created new freemap, unit: freemap_route_ipv6
77932026-08-31T00:59:27.675ZAug 31 00:59:26.579 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
77942026-08-31T00:59:27.675ZAug 31 00:59:26.579 DEBG reset freemap, unit: freemap_route_ipv4
77952026-08-31T00:59:27.675ZAug 31 00:59:26.579 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
77962026-08-31T00:59:27.675ZAug 31 00:59:26.579 DEBG reset freemap, unit: freemap_route_ipv6
77972026-08-31T00:59:27.676ZAug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77982026-08-31T00:59:27.676ZAug 31 00:59:26.579 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 } }]
77992026-08-31T00:59:27.676ZAug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78002026-08-31T00:59:27.680ZAug 31 00:59:26.579 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 } }]
78012026-08-31T00:59:27.680ZAug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78022026-08-31T00:59:27.680ZAug 31 00:59:26.579 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 } }]
78032026-08-31T00:59:27.680ZAug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.2
78042026-08-31T00:59:27.680ZAug 31 00:59:26.579 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 } }]
78052026-08-31T00:59:27.680ZAug 31 00:59:26.579 INFO adding route 172.17.0.0/32 -> 10.0.0.255
78062026-08-31T00:59:27.680ZAug 31 00:59:26.579 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 } }]
78072026-08-31T00:59:27.680ZAug 31 00:59:26.579 INFO adding route 172.17.0.1/32 -> 10.0.0.255
78082026-08-31T00:59:27.680ZAug 31 00:59:26.579 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 } }]
78092026-08-31T00:59:27.680ZAug 31 00:59:26.579 INFO adding route 172.17.0.2/32 -> 10.0.0.255
78102026-08-31T00:59:27.680ZAug 31 00:59:26.579 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 } }]
78112026-08-31T00:59:27.680ZAug 31 00:59:26.579 INFO adding route 172.17.0.3/32 -> 10.0.0.255
78122026-08-31T00:59:27.680ZAug 31 00:59:26.579 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78132026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.4/32 -> 10.0.0.255
78142026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78152026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78162026-08-31T00:59:27.680ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78172026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78182026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78192026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78202026-08-31T00:59:27.680ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78212026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78222026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78232026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78242026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78252026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78262026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78272026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78282026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78292026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78302026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78312026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78322026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78332026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78342026-08-31T00:59:27.680ZAug 31 00:59:26.584 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 } }]
78352026-08-31T00:59:27.680ZAug 31 00:59:26.584 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78362026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78372026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78382026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78392026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78402026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78412026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78422026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78432026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78442026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78452026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78462026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78472026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78482026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78492026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78502026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78512026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78522026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78532026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78542026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78552026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78562026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78572026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78582026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78592026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78602026-08-31T00:59:27.681Z
78612026-08-31T00:59:27.681Zrunning 0 tests
78622026-08-31T00:59:27.681Z
78632026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78642026-08-31T00:59:27.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78652026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78662026-08-31T00:59:27.681Z
78672026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78682026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78692026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78702026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78712026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78722026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78732026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78742026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78752026-08-31T00:59:27.681ZAug 31 00:59:26.584 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 } }]
78762026-08-31T00:59:27.681ZAug 31 00:59:26.584 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78772026-08-31T00:59:27.682ZAug 31 00:59:26.584 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 } }]
78782026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78792026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78802026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78812026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78822026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78832026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78842026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78852026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78862026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78872026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78882026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78892026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78902026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78912026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78922026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78932026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78942026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78952026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78962026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78972026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78982026-08-31T00:59:27.682ZAug 31 00:59:26.584 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78992026-08-31T00:59:27.682ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79002026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79012026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79022026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79032026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79042026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79052026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79062026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79072026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79082026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79092026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79102026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79112026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79122026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79132026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79142026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79152026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79162026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79172026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79182026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79192026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79202026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79212026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79222026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79232026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79242026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79252026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79262026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79272026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79282026-08-31T00:59:27.686ZAug 31 00:59:26.584 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79292026-08-31T00:59:27.686ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79302026-08-31T00:59:27.687ZAug 31 00:59:26.584 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79312026-08-31T00:59:27.687ZAug 31 00:59:26.584 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79322026-08-31T00:59:27.687ZAug 31 00:59:26.584 DEBG failed to allocate space for the new target list
79332026-08-31T00:59:27.687ZAug 31 00:59:26.584 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 } }]
79342026-08-31T00:59:27.687Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f)
79352026-08-31T00:59:27.687Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
79362026-08-31T00:59:27.687Z
79372026-08-31T00:59:27.687Zrunning 0 tests
79382026-08-31T00:59:27.687Z
79392026-08-31T00:59:27.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79402026-08-31T00:59:27.687Z
79412026-08-31T00:59:27.687Z Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34)
79422026-08-31T00:59:27.687Z
79432026-08-31T00:59:27.687Zrunning 6 tests
79442026-08-31T00:59:27.687Ztest tests::test_full_lot_id_neither_present ... ok
79452026-08-31T00:59:27.687Ztest tests::test_full_lot_id_lot_only ... ok
79462026-08-31T00:59:27.687Ztest tests::test_full_lot_id_lotnum_only ... ok
79472026-08-31T00:59:27.687Ztest tests::test_full_lot_id_both_present ... ok
79482026-08-31T00:59:27.687Ztest tests::test_parse_client_port_id ... ok
79492026-08-31T00:59:27.687Ztest tests::test_port_id_cmp ... ok
79502026-08-31T00:59:27.687Z
79512026-08-31T00:59:27.687Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79522026-08-31T00:59:27.687Z
79532026-08-31T00:59:27.687Z Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2)
79542026-08-31T00:59:27.687Z
79552026-08-31T00:59:27.687Zrunning 0 tests
79562026-08-31T00:59:27.687Z
79572026-08-31T00:59:27.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582026-08-31T00:59:27.687Z
79592026-08-31T00:59:27.687Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
79602026-08-31T00:59:27.687Z
79612026-08-31T00:59:27.687Zrunning 0 tests
79622026-08-31T00:59:27.687Z
79632026-08-31T00:59:27.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79642026-08-31T00:59:27.687Z
79652026-08-31T00:59:27.687Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
79662026-08-31T00:59:27.693Z
79672026-08-31T00:59:27.693Zrunning 15 tests
79682026-08-31T00:59:27.696Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79692026-08-31T00:59:27.696Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79702026-08-31T00:59:27.696Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79712026-08-31T00:59:27.696Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79722026-08-31T00:59:27.696Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79732026-08-31T00:59:27.696Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79742026-08-31T00:59:27.696Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79752026-08-31T00:59:27.696Ztest v1::network::tests::test_equal ... ok
79762026-08-31T00:59:27.696Ztest v1::network::tests::test_eui64 ... ok
79772026-08-31T00:59:27.696Ztest v1::network::tests::test_into ... ok
79782026-08-31T00:59:27.699Ztest v1::network::tests::test_not_equal ... ok
79792026-08-31T00:59:27.699Ztest v1::network::tests::test_parse ... ok
79802026-08-31T00:59:27.699Ztest v1::network::tests::test_to_string ... ok
79812026-08-31T00:59:27.699Ztest v1::port::tests::port_ids_are_ascii ... ok
79822026-08-31T00:59:27.699Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79832026-08-31T00:59:27.700Z
79842026-08-31T00:59:27.700Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79852026-08-31T00:59:27.700Z
79862026-08-31T00:59:27.702Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
79872026-08-31T00:59:27.723Z
79882026-08-31T00:59:27.723Zrunning 12 tests
79892026-08-31T00:59:27.726Ztest icmp::test_v6_checksum ... ok
79902026-08-31T00:59:27.726Ztest icmp::test_v4_checksum ... ok
79912026-08-31T00:59:27.726Ztest lldp::test_lldp_parse ... ok
79922026-08-31T00:59:27.726Ztest pbuf::test_byte ... ok
79932026-08-31T00:59:27.726Ztest ipv6::test_ipv6_parse ... ok
79942026-08-31T00:59:27.726Ztest pbuf::test_nibble ... ok
79952026-08-31T00:59:27.726Ztest pbuf::test_short ... ok
79962026-08-31T00:59:27.726Ztest pbuf::test_overflow ... ok
79972026-08-31T00:59:27.726Ztest pbuf::test_twelve ... ok
79982026-08-31T00:59:27.726Ztest pbuf::test_word ... ok
79992026-08-31T00:59:27.726Ztest tcp::test_checksum_syn_nodata ... ok
80002026-08-31T00:59:27.726Ztest tcp::test_checksum_ack_data ... ok
80012026-08-31T00:59:27.726Z
80022026-08-31T00:59:27.726Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80032026-08-31T00:59:27.726Z
80042026-08-31T00:59:27.730Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80052026-08-31T00:59:27.733Z
80062026-08-31T00:59:27.733Zrunning 0 tests
80072026-08-31T00:59:27.733Z
80082026-08-31T00:59:27.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80092026-08-31T00:59:27.733Z
80102026-08-31T00:59:27.735Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
80112026-08-31T00:59:27.756Z
80122026-08-31T00:59:27.756Zrunning 5 tests
80132026-08-31T00:59:27.760Ztest switchport::test::test_compute_lanes ... ok
80142026-08-31T00:59:27.763Ztest switchport::test::port_id_ordering ... ok
80152026-08-31T00:59:27.763Ztest link::test_filter ... ok
80162026-08-31T00:59:27.765Z Lane 0 Lane 1 Lane 2 Lane 3
80172026-08-31T00:59:27.765Z Rx Loss-of-lock: Yes Yes Yes Yes
80182026-08-31T00:59:27.766Z Rx Loss-of-signal: Yes Yes Yes Yes
80192026-08-31T00:59:27.766Z Rx CDR Enabled: Yes Yes Yes Yes
80202026-08-31T00:59:27.766Z Tx Enabled: Yes Yes Yes Yes
80212026-08-31T00:59:27.766Z Tx Loss-of-lock: No No No No
80222026-08-31T00:59:27.766Z Tx Loss-of-signal: No No No No
80232026-08-31T00:59:27.766Z Tx CDR Enabled: No No No No
80242026-08-31T00:59:27.766Z Tx Adaptive EQ Fault: No No No No
80252026-08-31T00:59:27.766Z Tx Fault: Yes Yes Yes Yes
80262026-08-31T00:59:27.766Z Lane 0 Lane 1 Lane 2 Lane 3
80272026-08-31T00:59:27.766Z State: Activated Activated Activated Activated
80282026-08-31T00:59:27.766Z Rx Output Enabled: false false false false
80292026-08-31T00:59:27.766Z Rx Output Status: valid valid valid valid
80302026-08-31T00:59:27.766Z Rx Loss-of-lock: true true true true
80312026-08-31T00:59:27.766Z Rx Loss-of-signal: false false false false
80322026-08-31T00:59:27.766ZRx Auto-squelch Disable: true true true true
80332026-08-31T00:59:27.766Z Tx Output Enabled: true true true true
80342026-08-31T00:59:27.766Z Tx Output Status: invalid invalid invalid invalid
80352026-08-31T00:59:27.766Z Tx Loss-of-lock: false false false false
80362026-08-31T00:59:27.766Z Tx Loss-of-signal: true true true true
80372026-08-31T00:59:27.766ZTx Auto-squelch Disable: false false false false
80382026-08-31T00:59:27.766Z Tx Adaptive EQ Fail: true true true true
80392026-08-31T00:59:27.766Z Tx Failure: false false false false
80402026-08-31T00:59:27.766Z Tx Force Squelch: true true true true
80412026-08-31T00:59:27.766Z Tx Input Polarity: normal normal normal normal
80422026-08-31T00:59:27.766Ztest switchport::test::test_print_cmis_datapath ... ok
80432026-08-31T00:59:27.766Ztest switchport::test::test_print_sff_datapath ... ok
80442026-08-31T00:59:27.766Z
80452026-08-31T00:59:27.766Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80462026-08-31T00:59:27.766Z
80472026-08-31T00:59:27.769Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
80482026-08-31T00:59:27.773Z
80492026-08-31T00:59:27.773Zrunning 1 test
80502026-08-31T00:59:27.776Ztest test_p4_counter_list ... ignored
80512026-08-31T00:59:27.776Z
80522026-08-31T00:59:27.776Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80532026-08-31T00:59:27.776Z
80542026-08-31T00:59:27.776Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
80552026-08-31T00:59:27.780Z
80562026-08-31T00:59:27.780Zrunning 5 tests
80572026-08-31T00:59:27.782Ztest test_an ... ignored
80582026-08-31T00:59:27.782Ztest test_enable ... ignored
80592026-08-31T00:59:27.782Ztest test_ip_addresses ... ignored
80602026-08-31T00:59:27.782Ztest test_kr ... ignored
80612026-08-31T00:59:27.782Ztest test_mac ... ignored
80622026-08-31T00:59:27.783Z
80632026-08-31T00:59:27.783Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-08-31T00:59:27.783Z
80652026-08-31T00:59:27.783Z Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a)
80662026-08-31T00:59:27.785Z
80672026-08-31T00:59:27.786Zrunning 3 tests
80682026-08-31T00:59:27.788Ztest linklocal::test_parse_ipadm ... ok
80692026-08-31T00:59:27.788Ztest tfport::test_parse_tfport ... ok
80702026-08-31T00:59:27.788Ztest config::tests::test_updates ... ok
80712026-08-31T00:59:27.788Z
80722026-08-31T00:59:27.788Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732026-08-31T00:59:27.788Z
80742026-08-31T00:59:27.788Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
80752026-08-31T00:59:27.793Z
80762026-08-31T00:59:27.793Zrunning 0 tests
80772026-08-31T00:59:27.796Z
80782026-08-31T00:59:27.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792026-08-31T00:59:27.796Z
80802026-08-31T00:59:27.796Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80812026-08-31T00:59:27.799Z
80822026-08-31T00:59:27.799Zrunning 0 tests
80832026-08-31T00:59:27.799Z
80842026-08-31T00:59:27.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-08-31T00:59:27.799Z
80862026-08-31T00:59:27.802Z Doc-tests aal
80872026-08-31T00:59:28.023Z
80882026-08-31T00:59:28.023Zrunning 0 tests
80892026-08-31T00:59:28.023Z
80902026-08-31T00:59:28.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912026-08-31T00:59:28.026Z
80922026-08-31T00:59:28.050Z Doc-tests aal_macros
80932026-08-31T00:59:28.125Z
80942026-08-31T00:59:28.126Zrunning 0 tests
80952026-08-31T00:59:28.126Z
80962026-08-31T00:59:28.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80972026-08-31T00:59:28.126Z
80982026-08-31T00:59:28.138Z Doc-tests common
80992026-08-31T00:59:28.374Z
81002026-08-31T00:59:28.374Zrunning 0 tests
81012026-08-31T00:59:28.374Z
81022026-08-31T00:59:28.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81032026-08-31T00:59:28.374Z
81042026-08-31T00:59:28.403Z Doc-tests dpd_api
81052026-08-31T00:59:29.130Z
81062026-08-31T00:59:29.131Zrunning 2 tests
81072026-08-31T00:59:29.131Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81082026-08-31T00:59:29.131Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81092026-08-31T00:59:29.131Z
81102026-08-31T00:59:29.131Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81112026-08-31T00:59:29.131Z
81122026-08-31T00:59:29.162Z Doc-tests dpd_client
81132026-08-31T00:59:30.522Z
81142026-08-31T00:59:30.522Zrunning 0 tests
81152026-08-31T00:59:30.522Z
81162026-08-31T00:59:30.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81172026-08-31T00:59:30.522Z
81182026-08-31T00:59:30.580Z Doc-tests dpd_types
81192026-08-31T00:59:30.767Z
81202026-08-31T00:59:30.768Zrunning 0 tests
81212026-08-31T00:59:30.768Z
81222026-08-31T00:59:30.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81232026-08-31T00:59:30.768Z
81242026-08-31T00:59:30.793Z Doc-tests dpd_types_versions
81252026-08-31T00:59:32.308Z
81262026-08-31T00:59:32.308Zrunning 1 test
81272026-08-31T00:59:32.308Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81282026-08-31T00:59:32.308Z
81292026-08-31T00:59:32.308Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302026-08-31T00:59:32.308Z
81312026-08-31T00:59:32.362Z Doc-tests packet
81322026-08-31T00:59:32.585Z
81332026-08-31T00:59:32.585Zrunning 0 tests
81342026-08-31T00:59:32.585Z
81352026-08-31T00:59:32.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362026-08-31T00:59:32.585Z
81372026-08-31T00:59:32.614Z Doc-tests pcap
81382026-08-31T00:59:32.667Z
81392026-08-31T00:59:32.667Zrunning 0 tests
81402026-08-31T00:59:32.667Z
81412026-08-31T00:59:32.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81422026-08-31T00:59:32.667Z
81432026-08-31T00:59:32.718Z+ for feat in tofino_stub tofino_asic softnpu chaos
81442026-08-31T00:59:32.718Z+ RUST_BACKTRACE=full
81452026-08-31T00:59:32.718Z+ cargo test --features chaos --no-fail-fast
81462026-08-31T00:59:33.320Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81472026-08-31T00:59:33.400Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81482026-08-31T00:59:33.410Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81492026-08-31T00:59:42.010Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81502026-08-31T00:59:42.800Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81512026-08-31T01:00:20.134Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.39s
81522026-08-31T01:00:20.260Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
81532026-08-31T01:00:20.269Z
81542026-08-31T01:00:20.269Zrunning 0 tests
81552026-08-31T01:00:20.269Z
81562026-08-31T01:00:20.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572026-08-31T01:00:20.272Z
81582026-08-31T01:00:20.272Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81592026-08-31T01:00:20.277Z
81602026-08-31T01:00:20.277Zrunning 0 tests
81612026-08-31T01:00:20.277Z
81622026-08-31T01:00:20.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81632026-08-31T01:00:20.280Z
81642026-08-31T01:00:20.280Z Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231)
81652026-08-31T01:00:20.284Z
81662026-08-31T01:00:20.284Zrunning 0 tests
81672026-08-31T01:00:20.284Z
81682026-08-31T01:00:20.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81692026-08-31T01:00:20.287Z
81702026-08-31T01:00:20.287Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
81712026-08-31T01:00:20.309Z
81722026-08-31T01:00:20.309Zrunning 4 tests
81732026-08-31T01:00:20.312Ztest nat::tests::test_vni ... ok
81742026-08-31T01:00:20.312Ztest network::tests::test_generate_ipv6_link_local ... ok
81752026-08-31T01:00:20.315Ztest test_purge ... ok
81762026-08-31T01:00:20.319Ztest illumos::test::address_exists_handles_missing_object ... ok
81772026-08-31T01:00:20.319Z
81782026-08-31T01:00:20.319Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81792026-08-31T01:00:20.319Z
81802026-08-31T01:00:20.322Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
81812026-08-31T01:00:20.349Z
81822026-08-31T01:00:20.349Zrunning 1 test
81832026-08-31T01:00:20.363Z -------
81842026-08-31T01:00:20.366Z Generating OpenAPI documents from API definitions ...
81852026-08-31T01:00:20.513Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81862026-08-31T01:00:20.587Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81872026-08-31T01:00:21.633Z -------
81882026-08-31T01:00:21.634Z Checking 13 OpenAPI documents...
81892026-08-31T01:00:21.634Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-31T01:00:21.634Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-31T01:00:21.634Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-31T01:00:21.637Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-31T01:00:21.637Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-31T01:00:21.637Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-31T01:00:21.637Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-31T01:00:21.637Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-31T01:00:21.637Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-31T01:00:21.637Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-31T01:00:21.637Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-31T01:00:21.637Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-31T01:00:21.637Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-31T01:00:21.637Z Fresh dpd "latest" symlink
82032026-08-31T01:00:21.637Z -------
82042026-08-31T01:00:21.637Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82052026-08-31T01:00:21.703Ztest test::test_apis_up_to_date ... ok
82062026-08-31T01:00:21.703Z
82072026-08-31T01:00:21.703Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
82082026-08-31T01:00:21.703Z
82092026-08-31T01:00:21.766Z Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614)
82102026-08-31T01:00:21.773Z
82112026-08-31T01:00:21.773Zrunning 34 tests
82122026-08-31T01:00:21.777Ztest freemap::test_ordering ... ok
82132026-08-31T01:00:21.777Ztest config::tests::test_updates ... ok
82142026-08-31T01:00:21.777Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82152026-08-31T01:00:21.777Ztest freemap::test_split ... ok
82162026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG created new freemap, unit: freemap_test
82172026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG created new freemap, unit: freemap_test
82182026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG initted freemap. size: 128, unit: freemap_test
82192026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG reset freemap, unit: freemap_test
82202026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG initted freemap. size: 128, unit: freemap_test
82212026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG reset freemap, unit: freemap_test
82222026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG created new freemap, unit: freemap_test
82232026-08-31T01:00:21.781ZAug 31 01:00:20.713Aug 31 01:00:20.713 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82242026-08-31T01:00:21.781Z
82252026-08-31T01:00:21.781ZAug 31 01:00:20.713 Aug 31 01:00:20.713DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
82262026-08-31T01:00:21.781Zfreemap_test
82272026-08-31T01:00:21.781ZAug 31 01:00:20.713 DEBG reset freemap, unit: freemap_test
82282026-08-31T01:00:21.781Ztest freemap::test_reclaim ... ok
82292026-08-31T01:00:21.781Ztest freemap::test_exhaustion ... ok
82302026-08-31T01:00:21.782Ztest freemap::test_free ... ok
82312026-08-31T01:00:21.782Ztest freemap::test_basic ... ok
82322026-08-31T01:00:21.782Ztest macaddrs::tests::test_mac_offset ... ok
82332026-08-31T01:00:21.782Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82342026-08-31T01:00:21.782Ztest macaddrs::tests::test_parse_port_id ... ok
82352026-08-31T01:00:21.782Ztest nat::test_mapping ... ok
82362026-08-31T01:00:21.782Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82372026-08-31T01:00:21.782ZAug 31 01:00:20.714 DEBG created new freemap, unit: freemap_test
82382026-08-31T01:00:21.782ZAug 31 01:00:20.714 DEBG initted freemap. size: 8, unit: freemap_test
82392026-08-31T01:00:21.782ZAug 31 01:00:20.714 DEBG reset freemap, unit: freemap_test
82402026-08-31T01:00:21.782Ztest port_map::tests::test_backplane_group ... ok
82412026-08-31T01:00:21.782Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82422026-08-31T01:00:21.782Ztest port_map::tests::test_port_map ... ok
82432026-08-31T01:00:21.782Ztest port_map::tests::dump_map ... ok
82442026-08-31T01:00:21.782ZAug 31 01:00:20.714 DEBG created new freemap, unit: freemap_test
82452026-08-31T01:00:21.782ZAug 31 01:00:20.714 DEBG initted freemap. size: 128, unit: freemap_test
82462026-08-31T01:00:21.782ZAug 31 01:00:20.714 DEBG reset freemap, unit: freemap_test
82472026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG created new freemap, unit: freemap_route_ipv4
82482026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG created new freemap, unit: freemap_route_ipv6
82492026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82502026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG reset freemap, unit: freemap_route_ipv4
82512026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82522026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG reset freemap, unit: freemap_route_ipv6
82532026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82542026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82552026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82562026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82572026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82582026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82592026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82602026-08-31T01:00:21.782ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82612026-08-31T01:00:21.782Ztest freemap::test_span ... ok
82622026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82632026-08-31T01:00:21.782ZAug 31 01:00:20.715 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 } }]
82642026-08-31T01:00:21.782Ztest api_server::tests::test_build_info ... ok
82652026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82662026-08-31T01:00:21.782ZAug 31 01:00:20.715 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 } }]
82672026-08-31T01:00:21.782ZAug 31 01:00:20.715 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82682026-08-31T01:00:21.783ZAug 31 01:00:20.715 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 } }]
82692026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82702026-08-31T01:00:21.783ZAug 31 01:00:20.715 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 } }]
82712026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82722026-08-31T01:00:21.783ZAug 31 01:00:20.715 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 } }]
82732026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFOAug 31 01:00:20.715 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
82742026-08-31T01:00:21.783Z created new freemap, unitAug 31 01:00:20.715: DEBGfreemap_route_ipv4
82752026-08-31T01:00:21.783Zreplacing 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 } }]
82762026-08-31T01:00:21.783ZAug 31 01:00:20.715Aug 31 01:00:20.715 DEBGINFO created new freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ff,
82772026-08-31T01:00:21.783Zunit: freemap_route_ipv6
82782026-08-31T01:00:21.783ZAug 31 01:00:20.715 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 } }]Aug 31 01:00:20.715
82792026-08-31T01:00:21.783Z DEBG initted freemap. size: 64, Aug 31 01:00:20.715unit :INFO freemap_route_ipv4adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82802026-08-31T01:00:21.783Z
82812026-08-31T01:00:21.783ZAug 31 01:00:20.715Aug 31 01:00:20.715 DEBGDEBG reset freemapreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
82822026-08-31T01:00:21.783Zunit: freemap_route_ipv4
82832026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
82842026-08-31T01:00:21.783Z DEBG initted freemap. size: 64Aug 31 01:00:20.715, unitDEBG: 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 } }]freemap_route_ipv6
82852026-08-31T01:00:21.783Z
82862026-08-31T01:00:21.783ZAug 31 01:00:20.715Aug 31 01:00:20.715 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreset freemap
82872026-08-31T01:00:21.783Z, unit: freemap_route_ipv6Aug 31 01:00:20.715
82882026-08-31T01:00:21.783Z 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 } }]
82892026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.715
82902026-08-31T01:00:21.783Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82912026-08-31T01:00:21.783ZAug 31 01:00:20.715 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 31 01:00:20.715
82922026-08-31T01:00:21.783Z 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 } }]
82932026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82942026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
82952026-08-31T01:00:21.783Z 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 31 01:00:20.715
82962026-08-31T01:00:21.783Z 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 } }]
82972026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO Aug 31 01:00:20.715adding route 3fff:dead::/64 -> 2001:db8::55:3
82982026-08-31T01:00:21.783ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82992026-08-31T01:00:21.783ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 01:00:20.715
83002026-08-31T01:00:21.783Z 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 } }]
83012026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 01:00:20.715
83022026-08-31T01:00:21.783Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83032026-08-31T01:00:21.783ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 01:00:20.715
83042026-08-31T01:00:21.783Z 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 } }]
83052026-08-31T01:00:21.783ZAug 31 01:00:20.715 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83062026-08-31T01:00:21.783Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83072026-08-31T01:00:21.784ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
83082026-08-31T01:00:21.784Z 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 } }]
83092026-08-31T01:00:21.784ZAug 31 01:00:20.715 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83102026-08-31T01:00:21.784Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83112026-08-31T01:00:21.784ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
83122026-08-31T01:00:21.784Z 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 } }]
83132026-08-31T01:00:21.784ZAug 31 01:00:20.715 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83142026-08-31T01:00:21.784Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83152026-08-31T01:00:21.784ZAug 31 01:00:20.715 DEBG Aug 31 01:00:20.715replacing 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 } }]
83162026-08-31T01:00:21.788ZDEBG 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 } }]
83172026-08-31T01:00:21.788ZAug 31 01:00:20.715 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83182026-08-31T01:00:21.788Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83192026-08-31T01:00:21.788ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
83202026-08-31T01:00:21.788Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
83212026-08-31T01:00:21.788Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83222026-08-31T01:00:21.788ZAug 31 01:00:20.715 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83232026-08-31T01:00:21.788Z 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 } }]
83242026-08-31T01:00:21.788ZAug 31 01:00:20.715 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 } }]Aug 31 01:00:20.715
83252026-08-31T01:00:21.788Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83262026-08-31T01:00:21.788ZAug 31 01:00:20.715 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83272026-08-31T01:00:21.788Z 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 } }]
83282026-08-31T01:00:21.788ZAug 31 01:00:20.715 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 31 01:00:20.715
83292026-08-31T01:00:21.788Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83302026-08-31T01:00:21.788ZAug 31 01:00:20.715 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83312026-08-31T01:00:21.788Z 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 } }]
83322026-08-31T01:00:21.788ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
83332026-08-31T01:00:21.788Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83342026-08-31T01:00:21.788Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83352026-08-31T01:00:21.788ZAug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
83362026-08-31T01:00:21.788Z 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 31 01:00:20.715
83372026-08-31T01:00:21.788Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83382026-08-31T01:00:21.788ZAug 31 01:00:20.715 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83392026-08-31T01:00:21.788Z 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 } }]Aug 31 01:00:20.715
83402026-08-31T01:00:21.788Z 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 } }]
83412026-08-31T01:00:21.788ZAug 31 01:00:20.715 INFO Aug 31 01:00:20.715adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83422026-08-31T01:00:21.789ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83432026-08-31T01:00:21.789ZAug 31 01:00:20.715 DEBG Aug 31 01:00:20.715replacing 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 } }]
83442026-08-31T01:00:21.789ZDEBG 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 } }]
83452026-08-31T01:00:21.789ZAug 31 01:00:20.715 Aug 31 01:00:20.715INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83462026-08-31T01:00:21.789Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83472026-08-31T01:00:21.789ZAug 31 01:00:20.715 Aug 31 01:00:20.715DEBG 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 } }]
83482026-08-31T01:00:21.789Zreplacing 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 } }]
83492026-08-31T01:00:21.789ZAug 31 01:00:20.715Aug 31 01:00:20.715 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83502026-08-31T01:00:21.789Z
83512026-08-31T01:00:21.789ZAug 31 01:00:20.715Aug 31 01:00:20.715 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: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 } }]
83522026-08-31T01:00:21.789Z
83532026-08-31T01:00:21.789ZAug 31 01:00:20.715Aug 31 01:00:20.715 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
83542026-08-31T01:00:21.789Ztest port_map::tests::parse_softnpu_revision ... ok
83552026-08-31T01:00:21.789ZAug 31 01:00:20.715 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 } }]
83562026-08-31T01:00:21.789ZAug 31 01:00:20.715 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83572026-08-31T01:00:21.789ZAug 31 01:00:20.715 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 } }]
83582026-08-31T01:00:21.789ZAug 31 01:00:20.715Aug 31 01:00:20.715 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
83592026-08-31T01:00:21.789Zcreated new freemap, unitAug 31 01:00:20.715: DEBGfreemap_route_ipv4 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 } }]
83602026-08-31T01:00:21.789Z
83612026-08-31T01:00:21.789ZAug 31 01:00:20.715Aug 31 01:00:20.715 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemap
83622026-08-31T01:00:21.789Z, unit: freemap_route_ipv6Aug 31 01:00:20.715
83632026-08-31T01:00:21.789Z 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 } }]
83642026-08-31T01:00:21.789ZAug 31 01:00:20.715 DEBG Aug 31 01:00:20.715initted freemap. size: 64 , INFOunit :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
83652026-08-31T01:00:21.789Zfreemap_route_ipv4
83662026-08-31T01:00:21.789ZAug 31 01:00:20.715 Aug 31 01:00:20.715DEBG 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 } }]
83672026-08-31T01:00:21.789Zreset freemapAug 31 01:00:20.715, unitDEBG: created new freemapfreemap_route_ipv4Aug 31 01:00:20.715,
83682026-08-31T01:00:21.789ZINFO unitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff:
83692026-08-31T01:00:21.789Z freemap_route_ipv4Aug 31 01:00:20.715
83702026-08-31T01:00:21.789ZAug 31 01:00:20.715 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 } }]initted freemap. size: 64
83712026-08-31T01:00:21.789Z, unit:Aug 31 01:00:20.715 Aug 31 01:00:20.715DEBGfreemap_route_ipv6 INFO
83722026-08-31T01:00:21.789Zcreated new freemap , unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
83732026-08-31T01:00:21.789Z Aug 31 01:00:20.715freemap_route_ipv6
83742026-08-31T01:00:21.789ZAug 31 01:00:20.715DEBG DEBG reset freemapreplacing 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 } }],
83752026-08-31T01:00:21.789ZAug 31 01:00:20.715unit :DEBG Aug 31 01:00:20.715initted freemap. size: 64freemap_route_ipv6 ,
83762026-08-31T01:00:21.789ZINFOunit :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83772026-08-31T01:00:21.789Zfreemap_route_ipv4Aug 31 01:00:20.715
83782026-08-31T01:00:21.789Z INFOAug 31 01:00:20.715 Aug 31 01:00:20.715DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
83792026-08-31T01:00:21.789Z
83802026-08-31T01:00:21.789Zreset freemap, unit: Aug 31 01:00:20.715freemap_route_ipv4 Aug 31 01:00:20.715INFO
83812026-08-31T01:00:21.790Z INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
83822026-08-31T01:00:21.790Z
83832026-08-31T01:00:21.790ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.715Aug 31 01:00:20.715
83842026-08-31T01:00:21.790Z DEBG DEBGAug 31 01:00:20.715Aug 31 01:00:20.715 initted freemap. size: 64DEBG, 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 } }]INFOunit replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
83852026-08-31T01:00:21.790Z:
83862026-08-31T01:00:21.790Z
83872026-08-31T01:00:21.790Z freemap_route_ipv6
83882026-08-31T01:00:21.790ZAug 31 01:00:20.715Aug 31 01:00:20.715Aug 31 01:00:20.715 Aug 31 01:00:20.715INFO DEBG DEBGINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff reset freemap
83892026-08-31T01:00:21.790Z, adding route 3fff:beef:26::/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 } }]
83902026-08-31T01:00:21.790Zunit
83912026-08-31T01:00:21.790Z: Aug 31 01:00:20.715freemap_route_ipv6Aug 31 01:00:20.715
83922026-08-31T01:00:21.790Z DEBGAug 31 01:00:20.715 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 } }] 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 } }] Aug 31 01:00:20.715
83932026-08-31T01:00:21.790Z
83942026-08-31T01:00:21.790Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
83952026-08-31T01:00:21.790Zadding route 3fff:dead::/64 -> 2001:db8::55:1
83962026-08-31T01:00:21.790ZAug 31 01:00:20.715Aug 31 01:00:20.715 Aug 31 01:00:20.715INFO DEBGAug 31 01:00:20.715adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83972026-08-31T01:00:21.790Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83982026-08-31T01:00:21.790Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
83992026-08-31T01:00:21.790Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
84002026-08-31T01:00:21.790Z Aug 31 01:00:20.715replacing 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 31 01:00:20.715
84012026-08-31T01:00:21.790ZINFO Aug 31 01:00:20.715DEBG Aug 31 01:00:20.715adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84022026-08-31T01:00:21.790Z
84032026-08-31T01:00:21.790Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 01:00:20.715
84042026-08-31T01:00:21.790Z Aug 31 01:00:20.715 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
84052026-08-31T01:00:21.790Z DEBGAug 31 01:00:20.715adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 01:00:20.715
84062026-08-31T01:00:21.790Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGAug 31 01:00:20.715
84072026-08-31T01:00:21.790Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84082026-08-31T01:00:21.790Z
84092026-08-31T01:00:21.790Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715
84102026-08-31T01:00:21.790Z Aug 31 01:00:20.715Aug 31 01:00:20.715INFO INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 adding route 3fff:beef::/64 -> 2001:db8::55:ff
84112026-08-31T01:00:21.790Z
84122026-08-31T01:00:21.790Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
84132026-08-31T01:00:21.790ZINFO Aug 31 01:00:20.715adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 31 01:00:20.715DEBG
84142026-08-31T01:00:21.790ZAug 31 01:00:20.715DEBG Aug 31 01:00:20.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 } }]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 } }]
84152026-08-31T01:00:21.790ZDEBG
84162026-08-31T01:00:21.795Z 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 } }]
84172026-08-31T01:00:21.795ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84182026-08-31T01:00:21.795ZDEBG
84192026-08-31T01:00:21.795Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
84202026-08-31T01:00:21.795Z
84212026-08-31T01:00:21.795ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBG DEBGINFOreplacing 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 } }]
84222026-08-31T01:00:21.795Zreplacing 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: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 } }]
84232026-08-31T01:00:21.795Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84242026-08-31T01:00:21.795Z
84252026-08-31T01:00:21.795ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFOINFOAug 31 01:00:20.716Aug 31 01:00:20.716 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
84262026-08-31T01:00:21.795Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84272026-08-31T01:00:21.795ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84282026-08-31T01:00:21.795Z
84292026-08-31T01:00:21.796ZAug 31 01:00:20.716 DEBGAug 31 01:00:20.716 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 31 01:00:20.716
84302026-08-31T01:00:21.796ZAug 31 01:00:20.716 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG
84312026-08-31T01:00:21.796Zreplacing 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 } }]
84322026-08-31T01:00:21.796ZAug 31 01:00:20.716 Aug 31 01:00:20.716 INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84332026-08-31T01:00:21.796Z
84342026-08-31T01:00:21.796Z 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
84352026-08-31T01:00:21.796Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
84362026-08-31T01:00:21.796ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO Aug 31 01:00:20.716DEBGINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
84372026-08-31T01:00:21.796Z adding route 3fff:beef:3::/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 } }]
84382026-08-31T01:00:21.796Z
84392026-08-31T01:00:21.796Z
84402026-08-31T01:00:21.796ZAug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFOAug 31 01:00:20.716 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:2d::/64 -> 2001:db8::55:ff
84412026-08-31T01:00:21.796Z
84422026-08-31T01:00:21.796ZAug 31 01:00:20.716 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716
84432026-08-31T01:00:21.796Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84442026-08-31T01:00:21.796ZAug 31 01:00:20.716 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 01:00:20.716
84452026-08-31T01:00:21.796Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716
84462026-08-31T01:00:21.796Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84472026-08-31T01:00:21.796ZAug 31 01:00:20.716 Aug 31 01:00:20.716INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84482026-08-31T01:00:21.796Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
84492026-08-31T01:00:21.796ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84502026-08-31T01:00:21.796Z
84512026-08-31T01:00:21.796ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
84522026-08-31T01:00:21.796Z
84532026-08-31T01:00:21.796ZAug 31 01:00:20.716 DEBGINFO Aug 31 01:00:20.716adding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84542026-08-31T01:00:21.796Z
84552026-08-31T01:00:21.796Z DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84562026-08-31T01:00:21.796Zreplacing 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 31 01:00:20.716
84572026-08-31T01:00:21.796Z Aug 31 01:00:20.716INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
84582026-08-31T01:00:21.796ZAug 31 01:00:20.716adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84592026-08-31T01:00:21.796ZINFO Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }]
84602026-08-31T01:00:21.796ZDEBG
84612026-08-31T01:00:21.796Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84622026-08-31T01:00:21.796Z
84632026-08-31T01:00:21.796ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBG INFO INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
84642026-08-31T01:00:21.796Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84652026-08-31T01:00:21.796Z
84662026-08-31T01:00:21.796Zreplacing 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 31 01:00:20.716
84672026-08-31T01:00:21.796Z DEBGAug 31 01:00:20.716 Aug 31 01:00:20.716Aug 31 01:00:20.716 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 } }] 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
84682026-08-31T01:00:21.797Z
84692026-08-31T01:00:21.797Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84702026-08-31T01:00:21.797Zreplacing 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 } }]
84712026-08-31T01:00:21.797ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFODEBGINFO
84722026-08-31T01:00:21.797Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84732026-08-31T01:00:21.797Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84742026-08-31T01:00:21.797Z
84752026-08-31T01:00:21.797ZAug 31 01:00:20.716 DEBG Aug 31 01:00:20.716replacing 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 31 01:00:20.716
84762026-08-31T01:00:21.797Z DEBGAug 31 01:00:20.716 DEBGAug 31 01:00:20.716 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 } }]
84772026-08-31T01:00:21.797Z 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 } }]INFOINFO Aug 31 01:00:20.716
84782026-08-31T01:00:21.797ZAug 31 01:00:20.716adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO
84792026-08-31T01:00:21.797Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84802026-08-31T01:00:21.797Zcreated new freemapAug 31 01:00:20.716
84812026-08-31T01:00:21.797Z , INFOunit:Aug 31 01:00:20.716 Aug 31 01:00:20.716freemap_route_ipv4 Aug 31 01:00:20.716 DEBG
84822026-08-31T01:00:21.797ZDEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84832026-08-31T01:00:21.797Z
84842026-08-31T01:00:21.797ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84852026-08-31T01:00:21.797Z
84862026-08-31T01:00:21.797ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716 DEBGINFOAug 31 01:00:20.716 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff created new freemap
84872026-08-31T01:00:21.797ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716
84882026-08-31T01:00:21.797Z
84892026-08-31T01:00:21.797ZAug 31 01:00:20.716, unit :DEBG Aug 31 01:00:20.716INFOAug 31 01:00:20.716 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_ipv6 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84902026-08-31T01:00:21.797Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84912026-08-31T01:00:21.797Z
84922026-08-31T01:00:21.797Z DEBG
84932026-08-31T01:00:21.797ZAug 31 01:00:20.716 DEBGAug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84942026-08-31T01:00:21.797Z 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: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
84952026-08-31T01:00:21.797Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84962026-08-31T01:00:21.797Z
84972026-08-31T01:00:21.797ZDEBG initted freemap. size: 64Aug 31 01:00:20.716, Aug 31 01:00:20.716Aug 31 01:00:20.716 unitAug 31 01:00:20.716 :INFOINFO freemap_route_ipv4 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
84982026-08-31T01:00:21.797Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
84992026-08-31T01:00:21.797Z
85002026-08-31T01:00:21.797Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 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 } }]
85012026-08-31T01:00:21.797Z DEBG Aug 31 01:00:20.716
85022026-08-31T01:00:21.797Zreset freemap , DEBGunit Aug 31 01:00:20.716: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 31 01:00:20.716
85032026-08-31T01:00:21.797Z DEBG freemap_route_ipv4replacing 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 } }]
85042026-08-31T01:00:21.797Z
85052026-08-31T01:00:21.797ZDEBG Aug 31 01:00:20.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 } }] Aug 31 01:00:20.716INFO Aug 31 01:00:20.716DEBG
85062026-08-31T01:00:21.797Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 01:00:20.716
85072026-08-31T01:00:21.797ZAug 31 01:00:20.716 INFOINFO initted freemap. size: 64 Aug 31 01:00:20.716 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff , DEBGunit
85082026-08-31T01:00:21.798Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85092026-08-31T01:00:21.798Z: replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO
85102026-08-31T01:00:21.798ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
85112026-08-31T01:00:21.798Z
85122026-08-31T01:00:21.798ZAug 31 01:00:20.716 DEBG Aug 31 01:00:20.716replacing 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 } }]
85132026-08-31T01:00:21.798ZINFOAug 31 01:00:20.716 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
85142026-08-31T01:00:21.798ZAug 31 01:00:20.716reset freemap , INFOunit :adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85152026-08-31T01:00:21.798Zfreemap_route_ipv6Aug 31 01:00:20.716
85162026-08-31T01:00:21.802Z 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 } }]
85172026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFOAug 31 01:00:20.716 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
85182026-08-31T01:00:21.802Z
85192026-08-31T01:00:21.802Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85202026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
85212026-08-31T01:00:21.802Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
85222026-08-31T01:00:21.802Z 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 31 01:00:20.716
85232026-08-31T01:00:21.802Z Aug 31 01:00:20.716INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
85242026-08-31T01:00:21.802Zreplacing 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 } }]
85252026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG Aug 31 01:00:20.716 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1d::/64 -> 2001:db8::55:ff
85262026-08-31T01:00:21.802ZINFO
85272026-08-31T01:00:21.802Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85282026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBGAug 31 01:00:20.716 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 adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
85292026-08-31T01:00:21.802Z
85302026-08-31T01:00:21.802Z
85312026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85322026-08-31T01:00:21.802Z
85332026-08-31T01:00:21.802Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85342026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
85352026-08-31T01:00:21.802Z
85362026-08-31T01:00:21.802ZAug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85372026-08-31T01:00:21.802Z adding route 3fff:beef:1f::/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 } }]
85382026-08-31T01:00:21.802Z
85392026-08-31T01:00:21.802ZAug 31 01:00:20.716 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 01:00:20.716
85402026-08-31T01:00:21.803Z Aug 31 01:00:20.716DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
85412026-08-31T01:00:21.803Z Aug 31 01:00:20.716replacing 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 } }]
85422026-08-31T01:00:21.803ZDEBG 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 } }]
85432026-08-31T01:00:21.803ZAug 31 01:00:20.716replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716
85442026-08-31T01:00:21.803Z INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85452026-08-31T01:00:21.803ZAug 31 01:00:20.716
85462026-08-31T01:00:21.803Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85472026-08-31T01:00:21.803ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBGAug 31 01:00:20.716 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
85482026-08-31T01:00:21.803Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85492026-08-31T01:00:21.803Z
85502026-08-31T01:00:21.803ZAug 31 01:00:20.716 INFO Aug 31 01:00:20.716adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85512026-08-31T01:00:21.803ZINFO Aug 31 01:00:20.716adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 31 01:00:20.716
85522026-08-31T01:00:21.803Z INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85532026-08-31T01:00:21.803ZAug 31 01:00:20.716
85542026-08-31T01:00:21.803Z 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 31 01:00:20.716
85552026-08-31T01:00:21.803ZAug 31 01:00:20.716 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 } }]Aug 31 01:00:20.716
85562026-08-31T01:00:21.803Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
85572026-08-31T01:00:21.803Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 01:00:20.716
85582026-08-31T01:00:21.803Z INFOAug 31 01:00:20.716 Aug 31 01:00:20.716DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85592026-08-31T01:00:21.803Zreplacing 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
85602026-08-31T01:00:21.803Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716
85612026-08-31T01:00:21.803Z DEBG Aug 31 01:00:20.716replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.716INFO
85622026-08-31T01:00:21.803ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85632026-08-31T01:00:21.803Z
85642026-08-31T01:00:21.803ZAug 31 01:00:20.716 INFO Aug 31 01:00:20.716Aug 31 01:00:20.716 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGDEBG
85652026-08-31T01:00:21.803Zreplacing 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:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85662026-08-31T01:00:21.803Z
85672026-08-31T01:00:21.803ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85682026-08-31T01:00:21.803Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85692026-08-31T01:00:21.803Z
85702026-08-31T01:00:21.803ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG adding route 3fff:beef:13::/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 31 01:00:20.716
85712026-08-31T01:00:21.803Z
85722026-08-31T01:00:21.803Z 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 } }]
85732026-08-31T01:00:21.803ZAug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG Aug 31 01:00:20.716 adding route 3fff:beef:13::/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 } }]
85742026-08-31T01:00:21.803Z
85752026-08-31T01:00:21.803Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85762026-08-31T01:00:21.803ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFO Aug 31 01:00:20.716 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 } }]
85772026-08-31T01:00:21.803ZDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85782026-08-31T01:00:21.803Zreplacing 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 } }]
85792026-08-31T01:00:21.803ZAug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO INFODEBG adding route 3fff:beef:14::/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 } }]
85802026-08-31T01:00:21.804Z
85812026-08-31T01:00:21.804Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85822026-08-31T01:00:21.804ZAug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBGINFO 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:15::/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 } }]
85832026-08-31T01:00:21.804Z
85842026-08-31T01:00:21.804Z
85852026-08-31T01:00:21.804ZAug 31 01:00:20.716Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716INFO adding route 3fff:beef:15::/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 } }]INFO
85862026-08-31T01:00:21.804Z
85872026-08-31T01:00:21.804Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85882026-08-31T01:00:21.804ZAug 31 01:00:20.716 DEBGAug 31 01:00:20.716 Aug 31 01:00:20.716replacing 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 } }]
85892026-08-31T01:00:21.804Z 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:16::/64 -> 2001:db8::55:ff
85902026-08-31T01:00:21.804ZAug 31 01:00:20.716
85912026-08-31T01:00:21.804Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 01:00:20.716
85922026-08-31T01:00:21.804ZAug 31 01:00:20.716 INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85932026-08-31T01:00:21.804ZAug 31 01:00:20.717replacing 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 } }]
85942026-08-31T01:00:21.804ZDEBGAug 31 01:00:20.717 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 } }]
85952026-08-31T01:00:21.804ZDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717
85962026-08-31T01:00:21.804ZAug 31 01:00:20.717 INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 31 01:00:20.717
85972026-08-31T01:00:21.804Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
85982026-08-31T01:00:21.804Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
85992026-08-31T01:00:21.804Z Aug 31 01:00:20.717 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717
86002026-08-31T01:00:21.804Zreplacing 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 } }]
86012026-08-31T01:00:21.804ZDEBG 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 } }]
86022026-08-31T01:00:21.804ZAug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
86032026-08-31T01:00:21.804Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
86042026-08-31T01:00:21.804Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
86052026-08-31T01:00:21.804Z DEBGAug 31 01:00:20.717 Aug 31 01:00:20.717replacing 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 } }]
86062026-08-31T01:00:21.804ZDEBGDEBG 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: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 } }]
86072026-08-31T01:00:21.804Z
86082026-08-31T01:00:21.804ZAug 31 01:00:20.717 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 01:00:20.717Aug 31 01:00:20.717
86092026-08-31T01:00:21.804ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
86102026-08-31T01:00:21.804Z Aug 31 01:00:20.717adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86112026-08-31T01:00:21.804ZDEBGAug 31 01:00:20.717 Aug 31 01:00:20.717replacing 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 DEBG
86122026-08-31T01:00:21.804Zreplacing 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 } }]
86132026-08-31T01:00:21.804Zreplacing 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 } }]
86142026-08-31T01:00:21.804ZAug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOAug 31 01:00:20.717 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86152026-08-31T01:00:21.804Z
86162026-08-31T01:00:21.809Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
86172026-08-31T01:00:21.809Z Aug 31 01:00:20.717DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.717
86182026-08-31T01:00:21.809Zreplacing 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 } }]
86192026-08-31T01:00:21.809ZDEBG 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 } }]
86202026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86212026-08-31T01:00:21.809Z
86222026-08-31T01:00:21.809Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86232026-08-31T01:00:21.809ZAug 31 01:00:20.717 Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
86242026-08-31T01:00:21.809Z
86252026-08-31T01:00:21.809Z
86262026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86272026-08-31T01:00:21.809Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
86282026-08-31T01:00:21.809Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
86292026-08-31T01:00:21.809Z Aug 31 01:00:20.717DEBG 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 } }]
86302026-08-31T01:00:21.809Zreplacing 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 31 01:00:20.717
86312026-08-31T01:00:21.809Z 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 } }]Aug 31 01:00:20.717
86322026-08-31T01:00:21.809Z Aug 31 01:00:20.717INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86332026-08-31T01:00:21.809Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
86342026-08-31T01:00:21.809Z INFO Aug 31 01:00:20.717adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86352026-08-31T01:00:21.809ZDEBGAug 31 01:00:20.717 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
86362026-08-31T01:00:21.809Z Aug 31 01:00:20.717replacing 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 } }]
86372026-08-31T01:00:21.809ZDEBG 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 } }]
86382026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717 INFOINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86392026-08-31T01:00:21.809Z
86402026-08-31T01:00:21.809Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86412026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717 DEBGDEBG Aug 31 01:00:20.717 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 } }]
86422026-08-31T01:00:21.809ZDEBGreplacing 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 } }]
86432026-08-31T01:00:21.809Zreplacing 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 } }]
86442026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86452026-08-31T01:00:21.809Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86462026-08-31T01:00:21.809Z
86472026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBGDEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86482026-08-31T01:00:21.809Z
86492026-08-31T01:00:21.809Z 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 } }]
86502026-08-31T01:00:21.809ZAug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86512026-08-31T01:00:21.810Z
86522026-08-31T01:00:21.810Z
86532026-08-31T01:00:21.810ZAug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBGDEBG 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 } }]DEBG
86542026-08-31T01:00:21.810Zreplacing 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 } }]
86552026-08-31T01:00:21.810Zreplacing 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 } }]
86562026-08-31T01:00:21.810ZAug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOAug 31 01:00:20.717 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
86572026-08-31T01:00:21.810Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86582026-08-31T01:00:21.810Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86592026-08-31T01:00:21.810ZAug 31 01:00:20.717Aug 31 01:00:20.717 DEBGAug 31 01:00:20.717 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 } }]
86602026-08-31T01:00:21.810Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86612026-08-31T01:00:21.810Z 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 31 01:00:20.717
86622026-08-31T01:00:21.810ZAug 31 01:00:20.717 INFOINFO Aug 31 01:00:20.717 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
86632026-08-31T01:00:21.810Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86642026-08-31T01:00:21.810Z
86652026-08-31T01:00:21.810ZAug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86662026-08-31T01:00:21.810ZDEBGreplacing 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 } }]
86672026-08-31T01:00:21.810Zreplacing 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 } }]
86682026-08-31T01:00:21.810ZAug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOAug 31 01:00:20.717 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86692026-08-31T01:00:21.810Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
86702026-08-31T01:00:21.810Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86712026-08-31T01:00:21.810ZAug 31 01:00:20.717 Aug 31 01:00:20.717DEBG Aug 31 01:00:20.717replacing 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
86722026-08-31T01:00:21.810Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
86732026-08-31T01:00:21.810ZAug 31 01:00:20.717
86742026-08-31T01:00:21.810Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86752026-08-31T01:00:21.810ZAug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86762026-08-31T01:00:21.810Z
86772026-08-31T01:00:21.810ZAug 31 01:00:20.717 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 } }]
86782026-08-31T01:00:21.810ZAug 31 01:00:20.717 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717
86792026-08-31T01:00:21.810ZAug 31 01:00:20.717 INFODEBG Aug 31 01:00:20.717replacing 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 } }]
86802026-08-31T01:00:21.810ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86812026-08-31T01:00:21.810Z
86822026-08-31T01:00:21.810ZAug 31 01:00:20.717 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
86832026-08-31T01:00:21.810Z DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717
86842026-08-31T01:00:21.810ZAug 31 01:00:20.717 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86852026-08-31T01:00:21.810Z
86862026-08-31T01:00:21.810ZAug 31 01:00:20.717 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 01:00:20.717Aug 31 01:00:20.717
86872026-08-31T01:00:21.810Z INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86882026-08-31T01:00:21.810Z
86892026-08-31T01:00:21.810ZAug 31 01:00:20.717 DEBG Aug 31 01:00:20.717replacing 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 31 01:00:20.717
86902026-08-31T01:00:21.810Z Aug 31 01:00:20.717DEBG 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 31 01:00:20.717 DEBGINFO
86912026-08-31T01:00:21.810Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86922026-08-31T01:00:21.811Zreplacing 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 } }]
86932026-08-31T01:00:21.811Zcreated new freemapAug 31 01:00:20.717, Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86942026-08-31T01:00:21.811Z unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
86952026-08-31T01:00:21.811ZINFOAug 31 01:00:20.717 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86962026-08-31T01:00:21.811Z
86972026-08-31T01:00:21.811Zfreemap_route_ipv4Aug 31 01:00:20.717
86982026-08-31T01:00:21.811Z Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 Aug 31 01:00:20.717DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86992026-08-31T01:00:21.811Zreplacing 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: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 } }]
87002026-08-31T01:00:21.811Z
87012026-08-31T01:00:21.811Z DEBG created new freemapAug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFO Aug 31 01:00:20.717 , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87022026-08-31T01:00:21.811ZINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffunit
87032026-08-31T01:00:21.811ZAug 31 01:00:20.717adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87042026-08-31T01:00:21.811ZDEBG: Aug 31 01:00:20.717replacing 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 31 01:00:20.717DEBG
87052026-08-31T01:00:21.811Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
87062026-08-31T01:00:21.811Z
87072026-08-31T01:00:21.811ZAug 31 01:00:20.717 freemap_route_ipv6Aug 31 01:00:20.717Aug 31 01:00:20.717INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
87082026-08-31T01:00:21.811Z
87092026-08-31T01:00:21.811Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
87102026-08-31T01:00:21.811Z
87112026-08-31T01:00:21.811ZAug 31 01:00:20.717 Aug 31 01:00:20.717DEBG DEBGAug 31 01:00:20.717Aug 31 01:00:20.717 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87122026-08-31T01:00:21.811Zreplacing 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 } }]
87132026-08-31T01:00:21.811Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87142026-08-31T01:00:21.811ZDEBGAug 31 01:00:20.717 Aug 31 01:00:20.717Aug 31 01:00:20.717initted freemap. size: 64 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
87152026-08-31T01:00:21.811Z:adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
87162026-08-31T01:00:21.839Z
87172026-08-31T01:00:21.839Z freemap_route_ipv4Aug 31 01:00:20.717
87182026-08-31T01:00:21.839ZAug 31 01:00:20.717 DEBGDEBG Aug 31 01:00:20.717replacing 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: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 } }]
87192026-08-31T01:00:21.839ZDEBG
87202026-08-31T01:00:21.839Z Aug 31 01:00:20.717replacing 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 } }]
87212026-08-31T01:00:21.839ZDEBGAug 31 01:00:20.717Aug 31 01:00:20.717 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 01:00:20.717
87222026-08-31T01:00:21.839ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
87232026-08-31T01:00:21.839Z Aug 31 01:00:20.717failed to allocate space for the new target list DEBG
87242026-08-31T01:00:21.839Z Aug 31 01:00:20.717replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapDEBG 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 } }]
87252026-08-31T01:00:21.839Z
87262026-08-31T01:00:21.839ZAug 31 01:00:20.717 , DEBGAug 31 01:00:20.717Aug 31 01:00:20.717unit :INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87272026-08-31T01:00:21.839Z
87282026-08-31T01:00:21.839Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
87292026-08-31T01:00:21.839ZAug 31 01:00:20.717Aug 31 01:00:20.717 DEBG
87302026-08-31T01:00:21.839ZDEBG 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: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 } }]
87312026-08-31T01:00:21.839Z
87322026-08-31T01:00:21.839ZAug 31 01:00:20.717Aug 31 01:00:20.717 INFODEBG Aug 31 01:00:20.717adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87332026-08-31T01:00:21.839ZINFO initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, Aug 31 01:00:20.717
87342026-08-31T01:00:21.839Z DEBG unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717:
87352026-08-31T01:00:21.839Z DEBG Aug 31 01:00:20.717replacing 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 } }] freemap_route_ipv6INFO
87362026-08-31T01:00:21.839Z
87372026-08-31T01:00:21.839Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87382026-08-31T01:00:21.839ZAug 31 01:00:20.717Aug 31 01:00:20.717 INFODEBG adding route 3fff:beef:2e::/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 } }]
87392026-08-31T01:00:21.839Z
87402026-08-31T01:00:21.839Z Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBGINFOreplacing 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
87412026-08-31T01:00:21.839Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87422026-08-31T01:00:21.839Z 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 } }]reset freemap
87432026-08-31T01:00:21.839Z, Aug 31 01:00:20.717unit Aug 31 01:00:20.717Aug 31 01:00:20.717DEBG 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 } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87442026-08-31T01:00:21.839ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87452026-08-31T01:00:21.839ZAug 31 01:00:20.717
87462026-08-31T01:00:21.839Z INFO freemap_route_ipv6Aug 31 01:00:20.717adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87472026-08-31T01:00:21.839Z
87482026-08-31T01:00:21.839ZDEBG Aug 31 01:00:20.717replacing 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 31 01:00:20.717
87492026-08-31T01:00:21.839Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717
87502026-08-31T01:00:21.839Z Aug 31 01:00:20.717DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 01:00:20.717adding route 3fff:beef:30::/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 } }]INFO
87512026-08-31T01:00:21.840Z
87522026-08-31T01:00:21.840Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87532026-08-31T01:00:21.840Z
87542026-08-31T01:00:21.840ZAug 31 01:00:20.717 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717
87552026-08-31T01:00:21.840Z Aug 31 01:00:20.717INFO Aug 31 01:00:20.717DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87562026-08-31T01:00:21.840ZAug 31 01:00:20.717replacing 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
87572026-08-31T01:00:21.840Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87582026-08-31T01:00:21.840ZAug 31 01:00:20.717DEBGAug 31 01:00:20.717 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 } }] Aug 31 01:00:20.717 DEBGDEBG adding route 3fff:beef:33::/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 } }]
87592026-08-31T01:00:21.840Zreplacing 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 } }]
87602026-08-31T01:00:21.840Z
87612026-08-31T01:00:21.840Z
87622026-08-31T01:00:21.840ZAug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87632026-08-31T01:00:21.840Z
87642026-08-31T01:00:21.840ZAug 31 01:00:20.717replacing 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 31 01:00:20.717INFOAug 31 01:00:20.717
87652026-08-31T01:00:21.840Z DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87662026-08-31T01:00:21.840ZAug 31 01:00:20.717
87672026-08-31T01:00:21.840Z DEBGINFO Aug 31 01:00:20.717 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:34::/64 -> 2001:db8::55:ffINFO
87682026-08-31T01:00:21.840Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87692026-08-31T01:00:21.840Z
87702026-08-31T01:00:21.840ZAug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717Aug 31 01:00:20.717 INFODEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
87712026-08-31T01:00:21.840Zadding route 3fff:beef:3b::/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 } }]
87722026-08-31T01:00:21.840Z
87732026-08-31T01:00:21.840ZAug 31 01:00:20.718 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
87742026-08-31T01:00:21.840Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 01:00:20.718
87752026-08-31T01:00:21.840ZAug 31 01:00:20.718 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87762026-08-31T01:00:21.840ZDEBGAug 31 01:00:20.718 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 } }]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 31 01:00:20.718
87772026-08-31T01:00:21.840Z
87782026-08-31T01:00:21.840Z Aug 31 01:00:20.718DEBGAug 31 01:00:20.718 Aug 31 01:00:20.718replacing 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 } }]
87792026-08-31T01:00:21.840ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87802026-08-31T01:00:21.840ZINFOAug 31 01:00:20.718INFO Aug 31 01:00:20.718INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG
87812026-08-31T01:00:21.840Z adding route 3fff:beef:36::/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 } }]
87822026-08-31T01:00:21.840Z
87832026-08-31T01:00:21.840Zadding route 172.16.0.0/32 -> 10.0.0.3
87842026-08-31T01:00:21.840ZAug 31 01:00:20.718Aug 31 01:00:20.718Aug 31 01:00:20.718 Aug 31 01:00:20.718INFO DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87852026-08-31T01:00:21.840Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87862026-08-31T01:00:21.840Ztest route::tests::identity_replace_is_noop ... ok
87872026-08-31T01:00:21.840Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87882026-08-31T01:00:21.840ZAug 31 01:00:20.718Aug 31 01:00:20.718Aug 31 01:00:20.724 DEBGINFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap
87892026-08-31T01:00:21.840Z, , unitunit:: Aug 31 01:00:20.724 freemap_route_ipv4 freemap_route_ipv4DEBG
87902026-08-31T01:00:21.840Z
87912026-08-31T01:00:21.841Zreplacing 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 } }]
87922026-08-31T01:00:21.841ZAug 31 01:00:20.718Aug 31 01:00:20.724 DEBGDEBG Aug 31 01:00:20.724 created new freemapcreated new freemap , DEBG, unit unitcreated new freemap:, Aug 31 01:00:20.724unit ::freemap_route_ipv6
87932026-08-31T01:00:21.841Zfreemap_route_ipv6
87942026-08-31T01:00:21.841Z freemap_route_ipv4INFO
87952026-08-31T01:00:21.841Z Aug 31 01:00:20.724adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 31 01:00:20.724DEBG
87962026-08-31T01:00:21.841Z DEBGinitted freemap. size: 64 , Aug 31 01:00:20.724initted freemap. size: 64Aug 31 01:00:20.724unit , DEBGunit :: replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4DEBG
87972026-08-31T01:00:21.841Z
87982026-08-31T01:00:21.841Z created new freemap, Aug 31 01:00:20.724unitAug 31 01:00:20.724freemap_route_ipv4 :DEBG freemap_route_ipv6
87992026-08-31T01:00:21.841Zreset freemap , INFO
88002026-08-31T01:00:21.841Zunit : adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 31 01:00:20.724freemap_route_ipv4 Aug 31 01:00:20.724
88012026-08-31T01:00:21.841Z
88022026-08-31T01:00:21.841ZDEBG reset freemapDEBG, unitAug 31 01:00:20.724: initted freemap. size: 64freemap_route_ipv4DEBG,
88032026-08-31T01:00:21.841Zunitreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.724 DEBG
88042026-08-31T01:00:21.841Z: Aug 31 01:00:20.724 DEBGinitted freemap. size: 64freemap_route_ipv4
88052026-08-31T01:00:21.841ZAug 31 01:00:20.724, unit :DEBGAug 31 01:00:20.724 failed to allocate space for the new target listfreemap_route_ipv6DEBG
88062026-08-31T01:00:21.841Zinitted freemap. size: 64 ,
88072026-08-31T01:00:21.841Zreset freemapunit, :unit :Aug 31 01:00:20.724Aug 31 01:00:20.724 freemap_route_ipv6 freemap_route_ipv4DEBGDEBG
88082026-08-31T01:00:21.841Z
88092026-08-31T01:00:21.841Z reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.724Aug 31 01:00:20.724unit DEBGDEBG initted freemap. size: 64reset freemap,
88102026-08-31T01:00:21.841Zunit, ::unit :freemap_route_ipv6
88112026-08-31T01:00:21.841Z freemap_route_ipv6freemap_route_ipv6
88122026-08-31T01:00:21.841Z
88132026-08-31T01:00:21.841ZAug 31 01:00:20.724Aug 31 01:00:20.724 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
88142026-08-31T01:00:21.841ZAug 31 01:00:20.724 DEBG DEBGAug 31 01:00:20.724reset freemap, unit: freemap_route_ipv6
88152026-08-31T01:00:21.841ZAug 31 01:00:20.724 INFO adding route 172.16.0.0/32 -> 10.0.0.1
88162026-08-31T01:00:21.846Z Aug 31 01:00:20.724failed to allocate space for the new target list
88172026-08-31T01:00:21.846ZDEBG Aug 31 01:00:20.719replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 01:00:20.724
88182026-08-31T01:00:21.846Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.724 created new freemapINFO
88192026-08-31T01:00:21.846Z , adding route 172.16.0.0/32 -> 10.0.0.2unit
88202026-08-31T01:00:21.846Z: Aug 31 01:00:20.724 freemap_route_ipv4DEBG
88212026-08-31T01:00:21.846Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.724
88222026-08-31T01:00:21.846Z DEBG Aug 31 01:00:20.724 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
88232026-08-31T01:00:21.846Z Aug 31 01:00:20.724created new freemap , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 01:00:20.724
88242026-08-31T01:00:21.846ZINFOfreemap_route_ipv6
88252026-08-31T01:00:21.846Zadding route 172.16.0.0/32 -> 10.0.0.3
88262026-08-31T01:00:21.846ZAug 31 01:00:20.724Aug 31 01:00:20.724 Aug 31 01:00:20.724 DEBGDEBG initted freemap. size: 64
88272026-08-31T01:00:21.846ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }],
88282026-08-31T01:00:21.846Z unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
88292026-08-31T01:00:21.846ZAug 31 01:00:20.724 freemap_route_ipv4INFO
88302026-08-31T01:00:21.846Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 31 01:00:20.724
88312026-08-31T01:00:21.846Z DEBG Aug 31 01:00:20.724Aug 31 01:00:20.724 DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
88322026-08-31T01:00:21.846Z adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88332026-08-31T01:00:21.846Z
88342026-08-31T01:00:21.846ZAug 31 01:00:20.724 Aug 31 01:00:20.724DEBG INFOAug 31 01:00:20.724reset freemap INFO, unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 01:00:20.724
88352026-08-31T01:00:21.846Z
88362026-08-31T01:00:21.846Z: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 } }]
88372026-08-31T01:00:21.846Zfreemap_route_ipv4Aug 31 01:00:20.724
88382026-08-31T01:00:21.846ZAug 31 01:00:20.724 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.724
88392026-08-31T01:00:21.846Z 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 31 01:00:20.724
88402026-08-31T01:00:21.846ZINFO Aug 31 01:00:20.724DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
88412026-08-31T01:00:21.846Zadding route 172.17.0.1/32 -> 10.0.0.255initted freemap. size: 64Aug 31 01:00:20.724
88422026-08-31T01:00:21.846Z , Aug 31 01:00:20.724unit :DEBGINFO Aug 31 01:00:20.724replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88432026-08-31T01:00:21.846Z freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88442026-08-31T01:00:21.847ZDEBG
88452026-08-31T01:00:21.847Zreplacing 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 } }]
88462026-08-31T01:00:21.847ZAug 31 01:00:20.724 Aug 31 01:00:20.724Aug 31 01:00:20.724 DEBGAug 31 01:00:20.724 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 } }]DEBG
88472026-08-31T01:00:21.847Z 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 } }]
88482026-08-31T01:00:21.847Z adding route 172.17.0.2/32 -> 10.0.0.255reset freemap
88492026-08-31T01:00:21.847Z, Aug 31 01:00:20.724unitAug 31 01:00:20.724: freemap_route_ipv6WARN
88502026-08-31T01:00:21.847ZINFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 01:00:20.724
88512026-08-31T01:00:21.847Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
88522026-08-31T01:00:21.847ZAug 31 01:00:20.724replacing 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 31 01:00:20.724ERRO
88532026-08-31T01:00:21.847Z Aug 31 01:00:20.724INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88542026-08-31T01:00:21.847ZAug 31 01:00:20.724 INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
88552026-08-31T01:00:21.847Z
88562026-08-31T01:00:21.847Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 31 01:00:20.724
88572026-08-31T01:00:21.847ZDEBG Aug 31 01:00:20.724replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 01:00:20.724INFO
88582026-08-31T01:00:21.847ZAug 31 01:00:20.724 DEBGERRO adding route 3fff:beef:3a::/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
88592026-08-31T01:00:21.847Z
88602026-08-31T01:00:21.847ZAug 31 01:00:20.724replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88612026-08-31T01:00:21.847ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 01:00:20.724
88622026-08-31T01:00:21.847Z DEBG Aug 31 01:00:20.724DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
88632026-08-31T01:00:21.847Z
88642026-08-31T01:00:21.847Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 01:00:20.724
88652026-08-31T01:00:21.847ZINFO Aug 31 01:00:20.724adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
88662026-08-31T01:00:21.847ZINFOAug 31 01:00:20.724 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
88672026-08-31T01:00:21.847Z 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 31 01:00:20.724
88682026-08-31T01:00:21.847Z DEBGAug 31 01:00:20.724 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88692026-08-31T01:00:21.847ZAug 31 01:00:20.724 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88702026-08-31T01:00:21.847ZINFOAug 31 01:00:20.724 adding route 172.17.0.5/32 -> 10.0.0.255INFO
88712026-08-31T01:00:21.847Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 01:00:20.724 DEBGAug 31 01:00:20.724 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88722026-08-31T01:00:21.847Z
88732026-08-31T01:00:21.847ZDEBG 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 } }]
88742026-08-31T01:00:21.847ZAug 31 01:00:20.724 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 } }]Aug 31 01:00:20.724
88752026-08-31T01:00:21.847Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88762026-08-31T01:00:21.847Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 31 01:00:20.724
88772026-08-31T01:00:21.847Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 01:00:20.724
88782026-08-31T01:00:21.847Z 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 } }]
88792026-08-31T01:00:21.847Ztest route::tests::rollback_on_compact_write_failure ... ok
88802026-08-31T01:00:21.847ZAug 31 01:00:20.724 Aug 31 01:00:20.724DEBG Aug 31 01:00:20.724INFOreplacing 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 } }]
88812026-08-31T01:00:21.847ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.7/32 -> 10.0.0.255
88822026-08-31T01:00:21.847Z
88832026-08-31T01:00:21.847ZAug 31 01:00:20.724 INFO Aug 31 01:00:20.724adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
88842026-08-31T01:00:21.848ZDEBG 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 } }]
88852026-08-31T01:00:21.848ZAug 31 01:00:20.724Aug 31 01:00:20.724 DEBGDEBGAug 31 01:00:20.724 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: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 } }]
88862026-08-31T01:00:21.848ZINFO
88872026-08-31T01:00:21.848Zadding route 172.17.0.8/32 -> 10.0.0.255
88882026-08-31T01:00:21.848ZAug 31 01:00:20.724 DEBG Aug 31 01:00:20.724failed to allocate space for the new target list
88892026-08-31T01:00:21.848ZDEBG 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 31 01:00:20.724Aug 31 01:00:20.724 DEBGAug 31 01:00:20.725 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88902026-08-31T01:00:21.848ZDEBG
88912026-08-31T01:00:21.848Zcreated new freemapAug 31 01:00:20.725, DEBG created new freemap, Aug 31 01:00:20.731unit Aug 31 01:00:20.731INFO :INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4
88922026-08-31T01:00:21.848Z
88932026-08-31T01:00:21.848Zunit
88942026-08-31T01:00:21.848Z:Aug 31 01:00:20.731Aug 31 01:00:20.731 DEBGDEBG freemap_route_ipv4Aug 31 01:00:20.731replacing 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 } }]
88952026-08-31T01:00:21.848Z
88962026-08-31T01:00:21.848Zreplacing 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 } }]
88972026-08-31T01:00:21.848Z DEBGAug 31 01:00:20.731 Aug 31 01:00:20.731INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255created new freemap
88982026-08-31T01:00:21.848Z, unitAug 31 01:00:20.731 DEBGcreated new freemap :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88992026-08-31T01:00:21.848Zfreemap_route_ipv6,
89002026-08-31T01:00:21.848Zunit:Aug 31 01:00:20.731 freemap_route_ipv6
89012026-08-31T01:00:21.848ZAug 31 01:00:20.731Aug 31 01:00:20.731 DEBGINFO INFO Aug 31 01:00:20.731adding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
89022026-08-31T01:00:21.848ZDEBG,
89032026-08-31T01:00:21.848Zunitinitted freemap. size: 64:, unitAug 31 01:00:20.731freemap_route_ipv4:Aug 31 01:00:20.731 freemap_route_ipv4
89042026-08-31T01:00:21.848Z DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
89052026-08-31T01:00:21.848Z
89062026-08-31T01:00:21.848Z
89072026-08-31T01:00:21.848ZAug 31 01:00:20.731Aug 31 01:00:20.731 Aug 31 01:00:20.731DEBG INFOAug 31 01:00:20.731 INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemap
89082026-08-31T01:00:21.848Z, unitadding route 172.17.0.12/32 -> 10.0.0.255reset freemap
89092026-08-31T01:00:21.848Z, unit::Aug 31 01:00:20.731 freemap_route_ipv4DEBG
89102026-08-31T01:00:21.848Z Aug 31 01:00:20.731replacing 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 } }]
89112026-08-31T01:00:21.848ZDEBGfreemap_route_ipv4 Aug 31 01:00:20.731replacing 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 } }]
89122026-08-31T01:00:21.848Z
89132026-08-31T01:00:21.848ZDEBG Aug 31 01:00:20.731initted freemap. size: 64 Aug 31 01:00:20.731, INFOAug 31 01:00:20.731unit : INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89142026-08-31T01:00:21.848Z
89152026-08-31T01:00:21.848Zfreemap_route_ipv6initted freemap. size: 64
89162026-08-31T01:00:21.853Z, unitAug 31 01:00:20.731:Aug 31 01:00:20.731 DEBGfreemap_route_ipv6 DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89172026-08-31T01:00:21.853Zreplacing 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 } }]
89182026-08-31T01:00:21.853Z
89192026-08-31T01:00:21.853ZAug 31 01:00:20.731 Aug 31 01:00:20.731DEBGAug 31 01:00:20.731 Aug 31 01:00:20.731 INFOreset freemap adding route 172.17.0.14/32 -> 10.0.0.255INFO,
89202026-08-31T01:00:21.853ZunitDEBG :adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemapAug 31 01:00:20.731, DEBG
89212026-08-31T01:00:21.853Z 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 } }]:
89222026-08-31T01:00:21.853Zfreemap_route_ipv6 Aug 31 01:00:20.731freemap_route_ipv6
89232026-08-31T01:00:21.853Z Aug 31 01:00:20.731
89242026-08-31T01:00:21.853Z 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 } }]Aug 31 01:00:20.731Aug 31 01:00:20.731 adding route 172.17.0.15/32 -> 10.0.0.255
89252026-08-31T01:00:21.853Z INFO
89262026-08-31T01:00:21.853ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.731adding route 172.16.0.0/32 -> 10.0.0.1
89272026-08-31T01:00:21.853ZAug 31 01:00:20.731INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
89282026-08-31T01:00:21.853Z
89292026-08-31T01:00:21.853Zreplacing 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 31 01:00:20.731
89302026-08-31T01:00:21.853Z Aug 31 01:00:20.731Aug 31 01:00:20.731 Aug 31 01:00:20.731 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 } }]INFO
89312026-08-31T01:00:21.853Z 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
89322026-08-31T01:00:21.853ZAug 31 01:00:20.731
89332026-08-31T01:00:21.853Z
89342026-08-31T01:00:21.853Z INFOAug 31 01:00:20.731Aug 31 01:00:20.731 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.0/32 -> 10.0.0.255failed to allocate space for the new target listAug 31 01:00:20.731
89352026-08-31T01:00:21.853Z
89362026-08-31T01:00:21.853Z
89372026-08-31T01:00:21.853ZDEBG 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 } }]
89382026-08-31T01:00:21.853ZAug 31 01:00:20.731Aug 31 01:00:20.731 DEBGDEBG Aug 31 01:00:20.725replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.731 DEBGAug 31 01:00:20.731
89392026-08-31T01:00:21.853ZINFOcreated new freemap , 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.17/32 -> 10.0.0.255unit
89402026-08-31T01:00:21.853Z:
89412026-08-31T01:00:21.853Z freemap_route_ipv4DEBG
89422026-08-31T01:00:21.853ZAug 31 01:00:20.731 Aug 31 01:00:20.731DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89432026-08-31T01:00:21.853Zreplacing 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 31 01:00:20.731
89442026-08-31T01:00:21.853ZINFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 31 01:00:20.731
89452026-08-31T01:00:21.853Z Aug 31 01:00:20.731 DEBG INFO created new freemap , adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 01:00:20.731
89462026-08-31T01:00:21.853ZINFO unit :DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
89472026-08-31T01:00:21.853Zreplacing 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 31 01:00:20.731 DEBG
89482026-08-31T01:00:21.853Z freemap_route_ipv6replacing 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 31 01:00:20.731
89492026-08-31T01:00:21.853Z
89502026-08-31T01:00:21.854ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 01:00:20.731Aug 31 01:00:20.731 INFOAug 31 01:00:20.731INFO
89512026-08-31T01:00:21.854Zadding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
89522026-08-31T01:00:21.854Z
89532026-08-31T01:00:21.854Z DEBG initted freemap. size: 64Aug 31 01:00:20.731, unitDEBGAug 31 01:00:20.731 Aug 31 01:00:20.731: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 } }]
89542026-08-31T01:00:21.854Z DEBGfreemap_route_ipv4
89552026-08-31T01:00:21.854Zreplacing 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 } }]
89562026-08-31T01:00:21.854ZAug 31 01:00:20.731INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
89572026-08-31T01:00:21.854Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 01:00:20.731
89582026-08-31T01:00:21.854Z Aug 31 01:00:20.731DEBG Aug 31 01:00:20.731 Aug 31 01:00:20.731 DEBGreset freemap , DEBGINFO unit 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.3/32 -> 10.0.0.255
89592026-08-31T01:00:21.854Z:
89602026-08-31T01:00:21.854Z
89612026-08-31T01:00:21.854Zfreemap_route_ipv4
89622026-08-31T01:00:21.854ZAug 31 01:00:20.731 INFO Aug 31 01:00:20.731adding route 172.17.0.21/32 -> 10.0.0.255Aug 31 01:00:20.731
89632026-08-31T01:00:21.854ZAug 31 01:00:20.731DEBG initted freemap. size: 64 , DEBGunitAug 31 01:00:20.731: DEBGfreemap_route_ipv6DEBG
89642026-08-31T01:00:21.854Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89652026-08-31T01:00:21.854Z
89662026-08-31T01:00:21.854Zreplacing 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 } }]
89672026-08-31T01:00:21.854ZAug 31 01:00:20.731 DEBG Aug 31 01:00:20.731reset freemapAug 31 01:00:20.731Aug 31 01:00:20.731 INFO, INFOunitadding route 172.17.0.22/32 -> 10.0.0.255
89682026-08-31T01:00:21.854Z: freemap_route_ipv6
89692026-08-31T01:00:21.854Zadding route 172.17.0.4/32 -> 10.0.0.255Aug 31 01:00:20.731
89702026-08-31T01:00:21.854Z DEBGWARN 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 31 01:00:20.731Aug 31 01:00:20.731
89712026-08-31T01:00:21.854ZDEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]
89722026-08-31T01:00:21.854ZINFO
89732026-08-31T01:00:21.854Ztest route::tests::grow_succeeds ... ok
89742026-08-31T01:00:21.854Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.731
89752026-08-31T01:00:21.854Z INFOAug 31 01:00:20.731 adding route 172.17.0.23/32 -> 10.0.0.255INFO
89762026-08-31T01:00:21.854Z Aug 31 01:00:20.731adding route 172.17.0.5/32 -> 10.0.0.255
89772026-08-31T01:00:21.854Ztest route::tests::rollback_on_index_readd_failure ... ok
89782026-08-31T01:00:21.854ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 01:00:20.731
89792026-08-31T01:00:21.854Z Aug 31 01:00:20.731DEBG 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 } }]
89802026-08-31T01:00:21.854Zreplacing 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 } }]
89812026-08-31T01:00:21.854ZAug 31 01:00:20.731 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
89822026-08-31T01:00:21.854ZAug 31 01:00:20.731 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 31 01:00:20.731
89832026-08-31T01:00:21.854Z Aug 31 01:00:20.731INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255INFO
89842026-08-31T01:00:21.854Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 01:00:20.731
89852026-08-31T01:00:21.854Z Aug 31 01:00:20.731
89862026-08-31T01:00:21.854Z DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731
89872026-08-31T01:00:21.854Z 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
89882026-08-31T01:00:21.854ZAug 31 01:00:20.731Aug 31 01:00:20.731
89892026-08-31T01:00:21.855Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.731
89902026-08-31T01:00:21.855Zadding route 172.17.0.25/32 -> 10.0.0.255
89912026-08-31T01:00:21.855ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89922026-08-31T01:00:21.855ZAug 31 01:00:20.731 DEBGAug 31 01:00:20.725 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 31 01:00:20.731DEBG
89932026-08-31T01:00:21.855ZAug 31 01:00:20.731 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
89942026-08-31T01:00:21.855Zadding route 3fff:dead::/64 -> 2001:db8::55:2created new freemap
89952026-08-31T01:00:21.855Z, Aug 31 01:00:20.731unit Aug 31 01:00:20.731:INFOAug 31 01:00:20.731 adding route 172.17.0.26/32 -> 10.0.0.255 INFOAug 31 01:00:20.731 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
89962026-08-31T01:00:21.855Z
89972026-08-31T01:00:21.855Zfreemap_route_ipv4
89982026-08-31T01:00:21.855Z 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 31 01:00:20.731DEBG
89992026-08-31T01:00:21.855ZDEBG Aug 31 01:00:20.731replacing 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
90002026-08-31T01:00:21.855ZAug 31 01:00:20.731 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemapAug 31 01:00:20.732 DEBG created new freemap, unit: freemap_route_ipv4
90012026-08-31T01:00:21.855ZAug 31 01:00:20.738 DEBG created new freemap, unit: freemap_route_ipv6
90022026-08-31T01:00:21.855ZAug 31 01:00:20.738 DEBG initted freemap. size: 64
90032026-08-31T01:00:21.855Z, Aug 31 01:00:20.731unit: , INFOfreemap_route_ipv4unit :adding route 172.17.0.27/32 -> 10.0.0.255
90042026-08-31T01:00:21.855Z
90052026-08-31T01:00:21.855Zfreemap_route_ipv6
90062026-08-31T01:00:21.855ZAug 31 01:00:20.731Aug 31 01:00:20.738 Aug 31 01:00:20.738INFOAug 31 01:00:20.738 DEBGDEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff
90072026-08-31T01:00:21.855ZDEBGreset freemap, unitinitted freemap. size: 64, unitAug 31 01:00:20.738:: DEBGfreemap_route_ipv4
90082026-08-31T01:00:21.855Z 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 31 01:00:20.738
90092026-08-31T01:00:21.855Z DEBGfreemap_route_ipv4
90102026-08-31T01:00:21.855Zreplacing 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 31 01:00:20.738
90112026-08-31T01:00:21.855Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 01:00:20.738Aug 31 01:00:20.738Aug 31 01:00:20.738 INFODEBG
90122026-08-31T01:00:21.855Z adding route 172.17.0.28/32 -> 10.0.0.255 initted freemap. size: 64
90132026-08-31T01:00:21.855Z, DEBGunitAug 31 01:00:20.738 : reset freemapfreemap_route_ipv6DEBG
90142026-08-31T01:00:21.855Z , unitAug 31 01:00:20.738replacing 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 } }]:
90152026-08-31T01:00:21.855Z DEBGAug 31 01:00:20.738freemap_route_ipv4 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 } }]
90162026-08-31T01:00:21.859Z
90172026-08-31T01:00:21.860Zreset freemapAug 31 01:00:20.738 , INFOunitAug 31 01:00:20.738: Aug 31 01:00:20.738 adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv6
90182026-08-31T01:00:21.860Z
90192026-08-31T01:00:21.860ZINFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255Aug 31 01:00:20.738Aug 31 01:00:20.738
90202026-08-31T01:00:21.860Zinitted freemap. size: 64DEBG, replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90212026-08-31T01:00:21.860Zunit:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
90222026-08-31T01:00:21.860ZAug 31 01:00:20.738Aug 31 01:00:20.738
90232026-08-31T01:00:21.860Z INFODEBG Aug 31 01:00:20.738 Aug 31 01:00:20.738adding route 3fff:beef:3::/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 } }]
90242026-08-31T01:00:21.860ZDEBGDEBG
90252026-08-31T01:00:21.860Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap
90262026-08-31T01:00:21.860Z, unit:Aug 31 01:00:20.738Aug 31 01:00:20.738Aug 31 01:00:20.738 INFOINFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
90272026-08-31T01:00:21.860Z 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 } }]
90282026-08-31T01:00:21.860Zadding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6
90292026-08-31T01:00:21.860Z
90302026-08-31T01:00:21.860ZAug 31 01:00:20.738 DEBG Aug 31 01:00:20.738Aug 31 01:00:20.738replacing 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 } }]
90312026-08-31T01:00:21.860Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
90322026-08-31T01:00:21.860Z
90332026-08-31T01:00:21.860ZAug 31 01:00:20.738 Aug 31 01:00:20.738INFO INFOAug 31 01:00:20.738Aug 31 01:00:20.738 INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.31/32 -> 10.0.0.255
90342026-08-31T01:00:21.860Zadding route 3fff:dead::/64 -> 2001:db8::55:3
90352026-08-31T01:00:21.860Z
90362026-08-31T01:00:21.860ZDEBG 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 } }]
90372026-08-31T01:00:21.860ZAug 31 01:00:20.738Aug 31 01:00:20.738 DEBGDEBG Aug 31 01:00:20.738replacing 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 31 01:00:20.738
90382026-08-31T01:00:21.860Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
90392026-08-31T01:00:21.860Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 01:00:20.738
90402026-08-31T01:00:21.860ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 31 01:00:20.738adding route 172.17.0.32/32 -> 10.0.0.255
90412026-08-31T01:00:21.860Z Aug 31 01:00:20.738
90422026-08-31T01:00:21.860Z 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 } }]Aug 31 01:00:20.738
90432026-08-31T01:00:21.860Zadding route 3fff:dead::/64 -> 2001:db8::55:4
90442026-08-31T01:00:21.860ZAug 31 01:00:20.738DEBG Aug 31 01:00:20.738replacing 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 } }]
90452026-08-31T01:00:21.860ZDEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
90462026-08-31T01:00:21.860ZAug 31 01:00:20.738
90472026-08-31T01:00:21.860Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 31 01:00:20.738
90482026-08-31T01:00:21.860ZDEBG Aug 31 01:00:20.738replacing 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 31 01:00:20.738DEBG
90492026-08-31T01:00:21.860Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90502026-08-31T01:00:21.860Zadding route 172.17.0.33/32 -> 10.0.0.255
90512026-08-31T01:00:21.860Z DEBGAug 31 01:00:20.732 Aug 31 01:00:20.738replacing targets for 3fff:dead::/64 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 } }]
90522026-08-31T01:00:21.860ZAug 31 01:00:20.738 INFOINFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
90532026-08-31T01:00:21.860ZAug 31 01:00:20.738Aug 31 01:00:20.738 WARN adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
90542026-08-31T01:00:21.860Zcreated new freemap 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 } }], shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 01:00:20.738
90552026-08-31T01:00:21.860Zunit
90562026-08-31T01:00:21.861ZAug 31 01:00:20.738: DEBGfreemap_route_ipv4DEBG Aug 31 01:00:20.738replacing 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 } }]
90572026-08-31T01:00:21.861ZINFOreplacing 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 } }]
90582026-08-31T01:00:21.861Zadding route 172.17.0.34/32 -> 10.0.0.255
90592026-08-31T01:00:21.861Z
90602026-08-31T01:00:21.861ZAug 31 01:00:20.738 Aug 31 01:00:20.738Aug 31 01:00:20.738 Aug 31 01:00:20.738INFODEBG INFODEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
90612026-08-31T01:00:21.861Zcreated new freemap
90622026-08-31T01:00:21.861Z, unitadding route 172.17.0.9/32 -> 10.0.0.255:
90632026-08-31T01:00:21.861ZAug 31 01:00:20.738 freemap_route_ipv6Aug 31 01:00:20.738INFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG
90642026-08-31T01:00:21.861ZAug 31 01:00:20.738
90652026-08-31T01:00:21.861Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90662026-08-31T01:00:21.861Zreplacing 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 31 01:00:20.738
90672026-08-31T01:00:21.861ZAug 31 01:00:20.738 DEBGDEBG Aug 31 01:00:20.738replacing 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 31 01:00:20.738 initted freemap. size: 64 , INFO
90682026-08-31T01:00:21.861Zunit :INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
90692026-08-31T01:00:21.861Zfreemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255
90702026-08-31T01:00:21.861Z
90712026-08-31T01:00:21.861ZAug 31 01:00:20.738 Aug 31 01:00:20.738DEBG Aug 31 01:00:20.738DEBG DEBGreset freemapAug 31 01:00:20.738 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }],
90722026-08-31T01:00:21.861Z
90732026-08-31T01:00:21.861Z unitINFO :adding route 172.17.0.36/32 -> 10.0.0.255
90742026-08-31T01:00:21.861Zfreemap_route_ipv4Aug 31 01:00:20.738
90752026-08-31T01:00:21.861Z Aug 31 01:00:20.738INFO INFOAug 31 01:00:20.738Aug 31 01:00:20.738 adding route 172.17.0.11/32 -> 10.0.0.255
90762026-08-31T01:00:21.861ZDEBG 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:a::/64 -> 2001:db8::55:ff
90772026-08-31T01:00:21.861Z
90782026-08-31T01:00:21.861ZAug 31 01:00:20.738DEBG initted freemap. size: 64 , DEBGAug 31 01:00:20.738unit Aug 31 01:00:20.738: INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 freemap_route_ipv6
90792026-08-31T01:00:21.861Z
90802026-08-31T01:00:21.861Zreplacing 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.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 } }]
90812026-08-31T01:00:21.861Z
90822026-08-31T01:00:21.861ZAug 31 01:00:20.738 Aug 31 01:00:20.738DEBG Aug 31 01:00:20.738reset freemapDEBG , INFOunit adding route 3fff:beef:b::/64 -> 2001:db8::55:ff: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 } }]
90832026-08-31T01:00:21.861ZAug 31 01:00:20.731 Aug 31 01:00:20.738freemap_route_ipv6DEBG
90842026-08-31T01:00:21.861Z INFO
90852026-08-31T01:00:21.861Zcreated new freemapadding route 172.17.0.12/32 -> 10.0.0.255Aug 31 01:00:20.738Aug 31 01:00:20.738 DEBGAug 31 01:00:20.738 , 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 } }]
90862026-08-31T01:00:21.861Zunit
90872026-08-31T01:00:21.861Z: INFOfreemap_route_ipv4 INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 31 01:00:20.738 Aug 31 01:00:20.738INFO
90882026-08-31T01:00:21.861Zadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
90892026-08-31T01:00:21.861ZAug 31 01:00:20.738
90902026-08-31T01:00:21.861Z
90912026-08-31T01:00:21.861ZDEBG created new freemapreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738
90922026-08-31T01:00:21.861Z , DEBGunit: Aug 31 01:00:20.738 freemap_route_ipv6Aug 31 01:00:20.738
90932026-08-31T01:00:21.861Z Aug 31 01:00:20.738DEBGDEBG 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 } }]
90942026-08-31T01:00:21.861Z INFOAug 31 01:00:20.738 adding route 172.17.0.13/32 -> 10.0.0.255
90952026-08-31T01:00:21.862ZDEBG initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 31 01:00:20.738unitreplacing 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 31 01:00:20.738
90962026-08-31T01:00:21.862Z :DEBG INFOfreemap_route_ipv4 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 } }]
90972026-08-31T01:00:21.862Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
90982026-08-31T01:00:21.862Z
90992026-08-31T01:00:21.862ZAug 31 01:00:20.738
91002026-08-31T01:00:21.862ZAug 31 01:00:20.738 INFOAug 31 01:00:20.738DEBGAug 31 01:00:20.738 Aug 31 01:00:20.738 reset freemap DEBG, unitreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv4INFO
91012026-08-31T01:00:21.862Z adding route 172.17.0.39/32 -> 10.0.0.255
91022026-08-31T01:00:21.862Zadding route 172.17.0.14/32 -> 10.0.0.255
91032026-08-31T01:00:21.862Z
91042026-08-31T01:00:21.862Z
91052026-08-31T01:00:21.862ZAug 31 01:00:20.738Aug 31 01:00:20.738 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 } }]Aug 31 01:00:20.738Aug 31 01:00:20.738
91062026-08-31T01:00:21.862Z DEBGINFO initted freemap. size: 64 , DEBGunitAug 31 01:00:20.738: INFOfreemap_route_ipv6
91072026-08-31T01:00:21.862ZAug 31 01:00:20.738adding route 3fff:beef:e::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1
91082026-08-31T01:00:21.862Z
91092026-08-31T01:00:21.862ZDEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 31 01:00:20.738
91102026-08-31T01:00:21.862ZAug 31 01:00:20.738 DEBG reset freemapDEBG
91112026-08-31T01:00:21.862Z , Aug 31 01:00:20.738unitreplacing 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 31 01:00:20.738: freemap_route_ipv6
91122026-08-31T01:00:21.862Z
91132026-08-31T01:00:21.862ZINFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG
91142026-08-31T01:00:21.862Z Aug 31 01:00:20.738replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.738 INFOAug 31 01:00:20.739 adding route 172.16.0.0/32 -> 10.0.0.1
91152026-08-31T01:00:21.862ZDEBG Aug 31 01:00:20.739created new freemap DEBG, unit: Aug 31 01:00:20.745Aug 31 01:00:20.745freemap_route_ipv4
91162026-08-31T01:00:21.867ZDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.745
91172026-08-31T01:00:21.867Zreplacing 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
91182026-08-31T01:00:21.867Z created new freemapAug 31 01:00:20.745, Aug 31 01:00:20.745 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 01:00:20.738
91192026-08-31T01:00:21.867Zunit: INFOfreemap_route_ipv6 created new freemap
91202026-08-31T01:00:21.867ZINFOAug 31 01:00:20.745 adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
91212026-08-31T01:00:21.867Z, 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 } }]
91222026-08-31T01:00:21.867Z
91232026-08-31T01:00:21.867Zunit:Aug 31 01:00:20.745Aug 31 01:00:20.745 Aug 31 01:00:20.745 DEBGDEBGDEBG Aug 31 01:00:20.745replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
91242026-08-31T01:00:21.867Z initted freemap. size: 64INFO , 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 } }]unitadding route 172.17.0.17/32 -> 10.0.0.255:
91252026-08-31T01:00:21.867ZAug 31 01:00:20.745
91262026-08-31T01:00:21.867Z INFO freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv4
91272026-08-31T01:00:21.867ZAug 31 01:00:20.745
91282026-08-31T01:00:21.867Z Aug 31 01:00:20.745
91292026-08-31T01:00:21.867ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91302026-08-31T01:00:21.867Zadding route 172.17.0.41/32 -> 10.0.0.255Aug 31 01:00:20.745Aug 31 01:00:20.745
91312026-08-31T01:00:21.867ZDEBGAug 31 01:00:20.745 Aug 31 01:00:20.745INFODEBG 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.18/32 -> 10.0.0.255
91322026-08-31T01:00:21.867Z
91332026-08-31T01:00:21.867Z Aug 31 01:00:20.745DEBG reset freemapcreated new freemapAug 31 01:00:20.745DEBG, 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 } }] unitreplacing 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 } }]unit
91342026-08-31T01:00:21.867ZAug 31 01:00:20.745 : INFO:freemap_route_ipv4 Aug 31 01:00:20.745adding route 172.17.0.1/32 -> 10.0.0.255
91352026-08-31T01:00:21.867Z
91362026-08-31T01:00:21.867Z
91372026-08-31T01:00:21.867ZINFOfreemap_route_ipv6
91382026-08-31T01:00:21.867Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 31 01:00:20.745Aug 31 01:00:20.745
91392026-08-31T01:00:21.867Z DEBG Aug 31 01:00:20.745initted freemap. size: 64 Aug 31 01:00:20.745DEBGINFOAug 31 01:00:20.745 , adding route 172.17.0.42/32 -> 10.0.0.255unitreplacing 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 } }]
91402026-08-31T01:00:21.867Z
91412026-08-31T01:00:21.867Z: DEBGDEBGAug 31 01:00:20.745 freemap_route_ipv6 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 } }]initted freemap. size: 64DEBG
91422026-08-31T01:00:21.867Z Aug 31 01:00:20.745
91432026-08-31T01:00:21.867Zreplacing 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 } }]
91442026-08-31T01:00:21.868ZINFO Aug 31 01:00:20.745adding route 172.17.0.2/32 -> 10.0.0.255 Aug 31 01:00:20.745, Aug 31 01:00:20.745
91452026-08-31T01:00:21.868ZDEBGunit :reset freemapINFO, unit :freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255INFO Aug 31 01:00:20.745
91462026-08-31T01:00:21.868Zfreemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255
91472026-08-31T01:00:21.868Z
91482026-08-31T01:00:21.868Z
91492026-08-31T01:00:21.868Z DEBGAug 31 01:00:20.745Aug 31 01:00:20.745 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 } }] INFOAug 31 01:00:20.745DEBG
91502026-08-31T01:00:21.868Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
91512026-08-31T01:00:21.868Z
91522026-08-31T01:00:21.868ZAug 31 01:00:20.745 DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745Aug 31 01:00:20.745
91532026-08-31T01:00:21.868Z reset freemap , unitDEBGINFO :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 01:00:20.745
91542026-08-31T01:00:21.868Z Aug 31 01:00:20.745 adding route 172.17.0.3/32 -> 10.0.0.255INFO
91552026-08-31T01:00:21.868Z adding route 172.17.0.21/32 -> 10.0.0.255INFO Aug 31 01:00:20.745 adding route 172.17.0.44/32 -> 10.0.0.255
91562026-08-31T01:00:21.868Z
91572026-08-31T01:00:21.868Z Aug 31 01:00:20.745INFOfreemap_route_ipv4 Aug 31 01:00:20.745Aug 31 01:00:20.745DEBG
91582026-08-31T01:00:21.868Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
91592026-08-31T01:00:21.868Z
91602026-08-31T01:00:21.868ZDEBG 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.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 31 01:00:20.745
91612026-08-31T01:00:21.868Z
91622026-08-31T01:00:21.868ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 01:00:20.745
91632026-08-31T01:00:21.868ZAug 31 01:00:20.745Aug 31 01:00:20.745 INFOINFO Aug 31 01:00:20.745 adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255INFO
91642026-08-31T01:00:21.868Z
91652026-08-31T01:00:21.868Z Aug 31 01:00:20.745 DEBGAug 31 01:00:20.745 INFOAug 31 01:00:20.745DEBG 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:3adding route 172.17.0.4/32 -> 10.0.0.255
91662026-08-31T01:00:21.868Z
91672026-08-31T01:00:21.868Z
91682026-08-31T01:00:21.868Zinitted freemap. size: 64replacing 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 31 01:00:20.745Aug 31 01:00:20.745
91692026-08-31T01:00:21.868ZINFOAug 31 01:00:20.745 DEBGadding route 172.17.0.23/32 -> 10.0.0.255unit
91702026-08-31T01:00:21.868Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
91712026-08-31T01:00:21.868Z 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 31 01:00:20.745
91722026-08-31T01:00:21.868ZINFO Aug 31 01:00:20.745Aug 31 01:00:20.745 DEBG adding route 172.17.0.46/32 -> 10.0.0.255 :replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91732026-08-31T01:00:21.868Z
91742026-08-31T01:00:21.868ZINFO Aug 31 01:00:20.745freemap_route_ipv6 Aug 31 01:00:20.745 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
91752026-08-31T01:00:21.868Z
91762026-08-31T01:00:21.868Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 01:00:20.745
91772026-08-31T01:00:21.868ZINFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 01:00:20.745
91782026-08-31T01:00:21.868ZAug 31 01:00:20.745 DEBGAug 31 01:00:20.745 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 31 01:00:20.745DEBGDEBG
91792026-08-31T01:00:21.868Z 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 } }]DEBG
91802026-08-31T01:00:21.868Z reset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 31 01:00:20.745 , INFOunit
91812026-08-31T01:00:21.868Ztest route::tests::rollback_on_compact_delete_failure ... ok
91822026-08-31T01:00:21.868Ztest route::tests::same_size_non_subset_replace ... ok
91832026-08-31T01:00:21.869Zadding route 172.17.0.47/32 -> 10.0.0.255:replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6Aug 31 01:00:20.745
91842026-08-31T01:00:21.869Z
91852026-08-31T01:00:21.869Z Aug 31 01:00:20.745INFO DEBG
91862026-08-31T01:00:21.869Zadding route 172.17.0.25/32 -> 10.0.0.255 Aug 31 01:00:20.745
91872026-08-31T01:00:21.869Z replacing targets for 3fff:dead::/64 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 } }]INFOAug 31 01:00:20.745
91882026-08-31T01:00:21.869Ztest route::tests::shrink_preserves_compacted_order ... ok
91892026-08-31T01:00:21.869Z DEBG Aug 31 01:00:20.745Aug 31 01:00:20.745 adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91902026-08-31T01:00:21.869Z
91912026-08-31T01:00:21.869ZDEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
91922026-08-31T01:00:21.869Z
91932026-08-31T01:00:21.869ZAug 31 01:00:20.745Aug 31 01:00:20.745 DEBGINFO adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91942026-08-31T01:00:21.869Z
91952026-08-31T01:00:21.869ZAug 31 01:00:20.745 INFOAug 31 01:00:20.745 adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 01:00:20.745Aug 31 01:00:20.745 DEBGDEBG
91962026-08-31T01:00:21.869Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
91972026-08-31T01:00:21.869ZAug 31 01:00:20.745 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 DEBG
91982026-08-31T01:00:21.869Z
91992026-08-31T01:00:21.869Zreplacing 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 31 01:00:20.745
92002026-08-31T01:00:21.869Z INFOAug 31 01:00:20.745Aug 31 01:00:20.745 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 31 01:00:20.745replacing 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 } }]
92012026-08-31T01:00:21.869Zadding route 172.17.0.49/32 -> 10.0.0.255
92022026-08-31T01:00:21.869Z INFO
92032026-08-31T01:00:21.869Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 01:00:20.745
92042026-08-31T01:00:21.869ZAug 31 01:00:20.745 INFOAug 31 01:00:20.745Aug 31 01:00:20.745DEBG 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 } }]adding route 172.17.0.8/32 -> 10.0.0.255
92052026-08-31T01:00:21.869Z
92062026-08-31T01:00:21.869Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92072026-08-31T01:00:21.869Z 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 31 01:00:20.745Aug 31 01:00:20.745 INFOAug 31 01:00:20.745DEBG
92082026-08-31T01:00:21.869Zadding route 172.17.0.28/32 -> 10.0.0.255DEBG
92092026-08-31T01:00:21.869Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 31 01:00:20.745
92102026-08-31T01:00:21.869Z
92112026-08-31T01:00:21.869Z DEBGAug 31 01:00:20.745 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 } }]
92122026-08-31T01:00:21.869Z INFOAug 31 01:00:20.745 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOAug 31 01:00:20.745
92132026-08-31T01:00:21.869ZINFOINFOadding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255
92142026-08-31T01:00:21.869Z
92152026-08-31T01:00:21.869Z adding route 172.17.0.50/32 -> 10.0.0.255Aug 31 01:00:20.745
92162026-08-31T01:00:21.873ZAug 31 01:00:20.745DEBG Aug 31 01:00:20.745DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
92172026-08-31T01:00:21.874Z
92182026-08-31T01:00:21.874Zreplacing 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 } }]
92192026-08-31T01:00:21.874ZAug 31 01:00:20.745Aug 31 01:00:20.745 INFOINFOAug 31 01:00:20.745 adding route 172.17.0.10/32 -> 10.0.0.255 Aug 31 01:00:20.745INFOadding route 172.17.0.30/32 -> 10.0.0.255
92202026-08-31T01:00:21.874Z
92212026-08-31T01:00:21.874ZDEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
92222026-08-31T01:00:21.874Zreplacing 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 } }]
92232026-08-31T01:00:21.874ZAug 31 01:00:20.745 DEBGAug 31 01:00:20.745 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
92242026-08-31T01:00:21.874Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92252026-08-31T01:00:21.874ZAug 31 01:00:20.745Aug 31 01:00:20.745Aug 31 01:00:20.745 INFOAug 31 01:00:20.745DEBGINFO 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 172.17.0.11/32 -> 10.0.0.255INFO
92262026-08-31T01:00:21.874Z
92272026-08-31T01:00:21.874Z adding route 172.17.0.31/32 -> 10.0.0.255
92282026-08-31T01:00:21.874ZAug 31 01:00:20.746 Aug 31 01:00:20.745Aug 31 01:00:20.771DEBG DEBG created new freemapDEBGreplacing 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 } }]
92292026-08-31T01:00:21.874Zreplacing 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 } }],
92302026-08-31T01:00:21.874Zunit:Aug 31 01:00:20.771Aug 31 01:00:20.771 INFOINFO freemap_route_ipv4
92312026-08-31T01:00:21.874Zadding route 172.17.0.12/32 -> 10.0.0.255
92322026-08-31T01:00:21.874Zadding route 172.17.0.32/32 -> 10.0.0.255
92332026-08-31T01:00:21.874ZAug 31 01:00:20.746Aug 31 01:00:20.771 DEBGDEBG Aug 31 01:00:20.771created new freemap Aug 31 01:00:20.771 DEBGDEBG, created new freemap unitreplacing 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 } }],
92342026-08-31T01:00:21.874Z:unit :freemap_route_ipv6 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 31 01:00:20.771freemap_route_ipv4
92352026-08-31T01:00:21.874Z
92362026-08-31T01:00:21.874ZAug 31 01:00:20.771replacing targets for 3fff:dead::/64 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 } }]
92372026-08-31T01:00:21.874ZINFOINFO adding route 172.17.0.13/32 -> 10.0.0.255
92382026-08-31T01:00:21.874Z
92392026-08-31T01:00:21.874Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 01:00:20.771
92402026-08-31T01:00:21.874ZAug 31 01:00:20.771 INFODEBGAug 31 01:00:20.771Aug 31 01:00:20.771 adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 01:00:20.771
92412026-08-31T01:00:21.874Z initted freemap. size: 64DEBG Aug 31 01:00:20.771replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBGDEBG
92422026-08-31T01:00:21.874Z created new freemap unit: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 } }]WARN
92432026-08-31T01:00:21.874ZAug 31 01:00:20.771Aug 31 01:00:20.771 INFOfreemap_route_ipv4DEBG
92442026-08-31T01:00:21.874Z 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
92452026-08-31T01:00:21.874Z
92462026-08-31T01:00:21.874ZAug 31 01:00:20.771adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit
92472026-08-31T01:00:21.874Z : freemap_route_ipv6DEBG
92482026-08-31T01:00:21.874Z Aug 31 01:00:20.771reset freemap, Aug 31 01:00:20.771 INFODEBGAug 31 01:00:20.771 adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92492026-08-31T01:00:21.874Z initted freemap. size: 64unit
92502026-08-31T01:00:21.874Z, unit:: Aug 31 01:00:20.771 Aug 31 01:00:20.771INFO Aug 31 01:00:20.771 freemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
92512026-08-31T01:00:21.874Z freemap_route_ipv4
92522026-08-31T01:00:21.874Z
92532026-08-31T01:00:21.874Zreplacing 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
92542026-08-31T01:00:21.874Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 31 01:00:20.771
92552026-08-31T01:00:21.875ZAug 31 01:00:20.771 Aug 31 01:00:20.771 DEBGDEBG Aug 31 01:00:20.771reset freemap , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOunit:DEBG
92562026-08-31T01:00:21.875Z freemap_route_ipv4 adding route 172.17.0.35/32 -> 10.0.0.255
92572026-08-31T01:00:21.875Zinitted freemap. size: 64,
92582026-08-31T01:00:21.875ZAug 31 01:00:20.771unit:Aug 31 01:00:20.771 Aug 31 01:00:20.771 DEBG INFODEBG initted freemap. size: 64Aug 31 01:00:20.771 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
92592026-08-31T01:00:21.875Z
92602026-08-31T01:00:21.875ZDEBG
92612026-08-31T01:00:21.875Z, 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 } }]:
92622026-08-31T01:00:21.875ZAug 31 01:00:20.771 freemap_route_ipv6
92632026-08-31T01:00:21.875ZAug 31 01:00:20.771Aug 31 01:00:20.771 Aug 31 01:00:20.771DEBG INFOreset freemap DEBGadding route 172.17.0.36/32 -> 10.0.0.255
92642026-08-31T01:00:21.875Z INFOAug 31 01:00:20.771 , adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }]unitAug 31 01:00:20.771:DEBG
92652026-08-31T01:00:21.875Z reset freemapDEBG freemap_route_ipv6
92662026-08-31T01:00:21.875Z, 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 31 01:00:20.771unit
92672026-08-31T01:00:21.875ZINFO
92682026-08-31T01:00:21.875Z: Aug 31 01:00:20.771 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
92692026-08-31T01:00:21.875ZAug 31 01:00:20.771 freemap_route_ipv6INFO
92702026-08-31T01:00:21.875Z INFO Aug 31 01:00:20.772 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
92712026-08-31T01:00:21.875Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
92722026-08-31T01:00:21.875Z
92732026-08-31T01:00:21.875ZAug 31 01:00:20.772 DEBGAug 31 01:00:20.772 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
92742026-08-31T01:00:21.875Z Aug 31 01:00:20.772replacing 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 31 01:00:20.772
92752026-08-31T01:00:21.875Z Aug 31 01:00:20.772INFO Aug 31 01:00:20.772 DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFOINFO
92762026-08-31T01:00:21.875Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
92772026-08-31T01:00:21.875Z
92782026-08-31T01:00:21.875Z
92792026-08-31T01:00:21.875ZAug 31 01:00:20.772 INFOAug 31 01:00:20.772 Aug 31 01:00:20.772Aug 31 01:00:20.772Aug 31 01:00:20.772 DEBG adding route 172.17.0.16/32 -> 10.0.0.255DEBGDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
92802026-08-31T01:00:21.875Zreplacing 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 } }]
92812026-08-31T01:00:21.875Z
92822026-08-31T01:00:21.875Z
92832026-08-31T01:00:21.875Z
92842026-08-31T01:00:21.875ZAug 31 01:00:20.772Aug 31 01:00:20.772 Aug 31 01:00:20.772Aug 31 01:00:20.772INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 172.17.0.39/32 -> 10.0.0.255
92852026-08-31T01:00:21.875Z
92862026-08-31T01:00:21.875ZDEBG adding route 172.17.0.51/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 } }, NextHop { asic_port_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 31 01:00:20.772
92872026-08-31T01:00:21.875Z
92882026-08-31T01:00:21.875ZAug 31 01:00:20.772Aug 31 01:00:20.772 DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92892026-08-31T01:00:21.875Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
92902026-08-31T01:00:21.875Z
92912026-08-31T01:00:21.875ZAug 31 01:00:20.772Aug 31 01:00:20.772adding route 172.16.0.0/32 -> 10.0.0.2
92922026-08-31T01:00:21.875Z Aug 31 01:00:20.772Aug 31 01:00:20.772 INFOINFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFOAug 31 01:00:20.772
92932026-08-31T01:00:21.875ZAug 31 01:00:20.772 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
92942026-08-31T01:00:21.875Z Aug 31 01:00:20.772DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92952026-08-31T01:00:21.876ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92962026-08-31T01:00:21.876ZAug 31 01:00:20.772
92972026-08-31T01:00:21.876Z
92982026-08-31T01:00:21.876Z
92992026-08-31T01:00:21.876ZDEBGAug 31 01:00:20.772 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93002026-08-31T01:00:21.876ZAug 31 01:00:20.772Aug 31 01:00:20.772 Aug 31 01:00:20.772 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3 Aug 31 01:00:20.772
93012026-08-31T01:00:21.876Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
93022026-08-31T01:00:21.876Z Aug 31 01:00:20.772replacing 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.52/32 -> 10.0.0.255 INFODEBG
93032026-08-31T01:00:21.876Z
93042026-08-31T01:00:21.876Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.41/32 -> 10.0.0.255
93052026-08-31T01:00:21.876ZAug 31 01:00:20.772
93062026-08-31T01:00:21.876Z DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.772
93072026-08-31T01:00:21.876Z Aug 31 01:00:20.772INFO Aug 31 01:00:20.772adding route 172.16.0.0/32 -> 10.0.0.4 Aug 31 01:00:20.772
93082026-08-31T01:00:21.876ZINFO INFODEBG adding route 3fff:beef:1a::/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 } }]
93092026-08-31T01:00:21.876ZAug 31 01:00:20.772 DEBG
93102026-08-31T01:00:21.876Z Aug 31 01:00:20.772adding route 172.17.0.18/32 -> 10.0.0.255 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 } }]
93112026-08-31T01:00:21.876ZDEBGAug 31 01:00:20.772 Aug 31 01:00:20.772
93122026-08-31T01:00:21.876ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.42/32 -> 10.0.0.255
93132026-08-31T01:00:21.876Z
93142026-08-31T01:00:21.876ZDEBG Aug 31 01:00:20.772replacing 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 } }]
93152026-08-31T01:00:21.876Z DEBGAug 31 01:00:20.772 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 } }]DEBGAug 31 01:00:20.772 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
93162026-08-31T01:00:21.880Z
93172026-08-31T01:00:21.880ZAug 31 01:00:20.772Aug 31 01:00:20.772replacing targets for 172.16.0.0/32 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 } }]
93182026-08-31T01:00:21.880ZINFO
93192026-08-31T01:00:21.880Z INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 01:00:20.772
93202026-08-31T01:00:21.880ZAug 31 01:00:20.772Aug 31 01:00:20.772 INFO adding route 172.17.0.53/32 -> 10.0.0.255 INFOadding route 172.17.0.43/32 -> 10.0.0.255Aug 31 01:00:20.772
93212026-08-31T01:00:21.880Z
93222026-08-31T01:00:21.880Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2
93232026-08-31T01:00:21.881Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93242026-08-31T01:00:21.881ZAug 31 01:00:20.772 DEBG adding route 172.17.0.19/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 } }]Aug 31 01:00:20.772
93252026-08-31T01:00:21.881ZAug 31 01:00:20.772 INFOAug 31 01:00:20.772 DEBG
93262026-08-31T01:00:21.881Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 01:00:20.772
93272026-08-31T01:00:21.881Z 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 31 01:00:20.772DEBG Aug 31 01:00:20.772replacing 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
93282026-08-31T01:00:21.881ZDEBGINFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
93292026-08-31T01:00:21.881Z
93302026-08-31T01:00:21.881Z
93312026-08-31T01:00:21.881Zadding route 172.17.0.44/32 -> 10.0.0.255
93322026-08-31T01:00:21.881ZAug 31 01:00:20.772Aug 31 01:00:20.772 Aug 31 01:00:20.772Aug 31 01:00:20.772 INFOAug 31 01:00:20.772INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
93332026-08-31T01:00:21.881Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255INFO
93342026-08-31T01:00:21.881Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 01:00:20.772
93352026-08-31T01:00:21.881ZDEBGadding route 172.17.0.54/32 -> 10.0.0.255
93362026-08-31T01:00:21.881Z
93372026-08-31T01:00:21.881ZAug 31 01:00:20.772replacing 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 } }]
93382026-08-31T01:00:21.881ZAug 31 01:00:20.772Aug 31 01:00:20.782 DEBGDEBG created new freemap , Aug 31 01:00:20.782unitreplacing 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 } }]:
93392026-08-31T01:00:21.881Z INFOfreemap_route_ipv4
93402026-08-31T01:00:21.881ZINFOadding route 172.17.0.45/32 -> 10.0.0.255
93412026-08-31T01:00:21.881Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
93422026-08-31T01:00:21.881ZAug 31 01:00:20.782Aug 31 01:00:20.782 DEBGINFO Aug 31 01:00:20.782 created new freemap , DEBGunit :adding route 172.17.0.21/32 -> 10.0.0.255 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
93432026-08-31T01:00:21.881Z
93442026-08-31T01:00:21.881Z
93452026-08-31T01:00:21.881ZAug 31 01:00:20.782 Aug 31 01:00:20.782DEBG INFOAug 31 01:00:20.782replacing 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 } }] DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
93462026-08-31T01:00:21.881Z
93472026-08-31T01:00:21.881Z 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 31 01:00:20.782
93482026-08-31T01:00:21.881Z DEBGAug 31 01:00:20.782 initted freemap. size: 64DEBG, unit :replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.782
93492026-08-31T01:00:21.881Z freemap_route_ipv4
93502026-08-31T01:00:21.881ZINFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 01:00:20.782
93512026-08-31T01:00:21.881Z Aug 31 01:00:20.782Aug 31 01:00:20.782 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFODEBGAug 31 01:00:20.782
93522026-08-31T01:00:21.881Z DEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap
93532026-08-31T01:00:21.881Z, replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 31 01:00:20.782 :DEBG freemap_route_ipv4
93542026-08-31T01:00:21.881ZAug 31 01:00:20.782
93552026-08-31T01:00:21.881Zreplacing 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 } }]
93562026-08-31T01:00:21.881Z DEBGAug 31 01:00:20.782Aug 31 01:00:20.782 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
93572026-08-31T01:00:21.881ZINFO Aug 31 01:00:20.782initted freemap. size: 64 , INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit
93582026-08-31T01:00:21.881Z: adding route 172.17.0.47/32 -> 10.0.0.255freemap_route_ipv6Aug 31 01:00:20.782
93592026-08-31T01:00:21.881Z Aug 31 01:00:20.782
93602026-08-31T01:00:21.881Z INFO Aug 31 01:00:20.782adding route 172.17.0.23/32 -> 10.0.0.255 Aug 31 01:00:20.782DEBG Aug 31 01:00:20.782 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 } }]
93612026-08-31T01:00:21.881Zreset freemap
93622026-08-31T01:00:21.882ZDEBG, DEBG unitreplacing 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 } }]:
93632026-08-31T01:00:21.882ZAug 31 01:00:20.782Aug 31 01:00:20.782 INFOfreemap_route_ipv6
93642026-08-31T01:00:21.882Zreplacing 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 31 01:00:20.782DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
93652026-08-31T01:00:21.882ZINFO
93662026-08-31T01:00:21.882Z Aug 31 01:00:20.782Aug 31 01:00:20.782 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93672026-08-31T01:00:21.882Z adding route 172.17.0.48/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
93682026-08-31T01:00:21.882Z
93692026-08-31T01:00:21.882Z 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 } }]
93702026-08-31T01:00:21.882ZAug 31 01:00:20.782 Aug 31 01:00:20.782INFOAug 31 01:00:20.782 DEBGAug 31 01:00:20.782DEBG 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 } }] INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 172.17.0.24/32 -> 10.0.0.255
93712026-08-31T01:00:21.882ZAug 31 01:00:20.782adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
93722026-08-31T01:00:21.882Z
93732026-08-31T01:00:21.882Ztest route::tests::delete_target_fragmented ... ok
93742026-08-31T01:00:21.882Z
93752026-08-31T01:00:21.882ZINFOAug 31 01:00:20.782Aug 31 01:00:20.782Aug 31 01:00:20.782 INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 01:00:20.782
93762026-08-31T01:00:21.882Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255
93772026-08-31T01:00:21.882Z DEBGadding route 172.17.0.49/32 -> 10.0.0.255Aug 31 01:00:20.782
93782026-08-31T01:00:21.882ZAug 31 01:00:20.782 INFO
93792026-08-31T01:00:21.882Z DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 31 01:00:20.782
93802026-08-31T01:00:21.882Z
93812026-08-31T01:00:21.882Z
93822026-08-31T01:00:21.882Z DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.782
93832026-08-31T01:00:21.882ZAug 31 01:00:20.782 INFODEBG Aug 31 01:00:20.782Aug 31 01:00:20.782 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 01:00:20.782
93842026-08-31T01:00:21.882Z INFO adding route 172.17.0.25/32 -> 10.0.0.255INFO
93852026-08-31T01:00:21.882Z 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 31 01:00:20.782adding route 172.17.0.50/32 -> 10.0.0.255DEBG DEBG
93862026-08-31T01:00:21.882Zreplacing 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 } }]
93872026-08-31T01:00:21.882Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93882026-08-31T01:00:21.882Z
93892026-08-31T01:00:21.882ZAug 31 01:00:20.782Aug 31 01:00:20.782 Aug 31 01:00:20.782 Aug 31 01:00:20.782INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG
93902026-08-31T01:00:21.882Zadding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
93912026-08-31T01:00:21.882Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93922026-08-31T01:00:21.882Z
93932026-08-31T01:00:21.882ZAug 31 01:00:20.782Aug 31 01:00:20.782 Aug 31 01:00:20.782 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 01:00:20.782 INFO
93942026-08-31T01:00:21.882ZAug 31 01:00:20.782 adding route 172.17.0.51/32 -> 10.0.0.255
93952026-08-31T01:00:21.882ZAug 31 01:00:20.788 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255
93962026-08-31T01:00:21.882Z
93972026-08-31T01:00:21.882ZAug 31 01:00:20.788 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 } }]
93982026-08-31T01:00:21.882ZAug 31 01:00:20.788 Aug 31 01:00:20.788DEBG 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 } }]Aug 31 01:00:20.788
93992026-08-31T01:00:21.882Z INFO adding route 172.17.0.52/32 -> 10.0.0.255DEBGAug 31 01:00:20.788
94002026-08-31T01:00:21.882Z INFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
94012026-08-31T01:00:21.883Z
94022026-08-31T01:00:21.883Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
94032026-08-31T01:00:21.883ZAug 31 01:00:20.788Aug 31 01:00:20.788 Aug 31 01:00:20.788 INFODEBG DEBG adding route 172.17.0.27/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 } }]
94042026-08-31T01:00:21.883Zreplacing 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 } }]
94052026-08-31T01:00:21.883ZAug 31 01:00:20.788 DEBGAug 31 01:00:20.788 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
94062026-08-31T01:00:21.883Z adding route 172.17.0.57/32 -> 10.0.0.255
94072026-08-31T01:00:21.883Z
94082026-08-31T01:00:21.883ZAug 31 01:00:20.789Aug 31 01:00:20.789 INFODEBG
94092026-08-31T01:00:21.883ZAug 31 01:00:20.789 replacing targets for 3fff:dead::/64 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 } }]DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
94102026-08-31T01:00:21.883Z
94112026-08-31T01:00:21.883ZAug 31 01:00:20.789 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 01:00:20.789
94122026-08-31T01:00:21.883Z Aug 31 01:00:20.789replacing 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 } }]
94132026-08-31T01:00:21.883ZDEBGDEBG 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 } }]
94142026-08-31T01:00:21.883Zreplacing 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 31 01:00:20.789
94152026-08-31T01:00:21.883Z Aug 31 01:00:20.789Aug 31 01:00:20.789INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
94162026-08-31T01:00:21.887Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
94172026-08-31T01:00:21.887Z INFO Aug 31 01:00:20.789Aug 31 01:00:20.789adding route 172.17.0.58/32 -> 10.0.0.255 Aug 31 01:00:20.789 INFODEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
94182026-08-31T01:00:21.887Zreplacing 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 } }]
94192026-08-31T01:00:21.887Z
94202026-08-31T01:00:21.887Z
94212026-08-31T01:00:21.887ZAug 31 01:00:20.789Aug 31 01:00:20.789Aug 31 01:00:20.789 INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 DEBG
94222026-08-31T01:00:21.887Z Aug 31 01:00:20.789replacing 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 } }]
94232026-08-31T01:00:21.887ZINFO 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 3fff:beef:2a::/64 -> 2001:db8::55:ff
94242026-08-31T01:00:21.887Z
94252026-08-31T01:00:21.887ZAug 31 01:00:20.789Aug 31 01:00:20.789 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 } }]INFO
94262026-08-31T01:00:21.887Z adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 01:00:20.789
94272026-08-31T01:00:21.887Z DEBGAug 31 01:00:20.789 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 31 01:00:20.789
94282026-08-31T01:00:21.887Z INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255
94292026-08-31T01:00:21.887ZAug 31 01:00:20.789Aug 31 01:00:20.789 DEBG INFOAug 31 01:00:20.789 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 } }]
94302026-08-31T01:00:21.887Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
94312026-08-31T01:00:21.887Z 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 31 01:00:20.789
94322026-08-31T01:00:21.887Z
94332026-08-31T01:00:21.887ZAug 31 01:00:20.789 INFOAug 31 01:00:20.789DEBGAug 31 01:00:20.789 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 } }]
94342026-08-31T01:00:21.888ZINFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
94352026-08-31T01:00:21.888Z
94362026-08-31T01:00:21.888ZAug 31 01:00:20.789 adding route 172.17.0.53/32 -> 10.0.0.255Aug 31 01:00:20.789
94372026-08-31T01:00:21.888ZINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 01:00:20.789 Aug 31 01:00:20.789
94382026-08-31T01:00:21.888Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 01:00:20.789 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94392026-08-31T01:00:21.888Z
94402026-08-31T01:00:21.888Zreplacing 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 } }]
94412026-08-31T01:00:21.888ZDEBGAug 31 01:00:20.789Aug 31 01:00:20.789 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 } }] INFODEBG
94422026-08-31T01:00:21.888ZAug 31 01:00:20.789 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 } }]
94432026-08-31T01:00:21.888Zadding route 172.17.0.5/32 -> 10.0.0.255Aug 31 01:00:20.789
94442026-08-31T01:00:21.888ZAug 31 01:00:20.789INFO Aug 31 01:00:20.789adding route 172.17.0.54/32 -> 10.0.0.255 INFOAug 31 01:00:20.789
94452026-08-31T01:00:21.888Z INFODEBG INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
94462026-08-31T01:00:21.888ZAug 31 01:00:20.789
94472026-08-31T01:00:21.888Z DEBG
94482026-08-31T01:00:21.888Z
94492026-08-31T01:00:21.888Zreplacing 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 } }]
94502026-08-31T01:00:21.888ZAug 31 01:00:20.789Aug 31 01:00:20.789 Aug 31 01:00:20.789 DEBG INFOAug 31 01:00:20.789DEBG adding route 172.17.0.6/32 -> 10.0.0.255
94512026-08-31T01:00:21.888Zreplacing 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 31 01:00:20.789
94522026-08-31T01:00:21.888Zreplacing 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 31 01:00:20.789
94532026-08-31T01:00:21.888Z DEBG INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.789Aug 31 01:00:20.789
94542026-08-31T01:00:21.888Z INFO adding route 172.17.0.55/32 -> 10.0.0.255INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
94552026-08-31T01:00:21.888Z
94562026-08-31T01:00:21.888Z DEBGAug 31 01:00:20.789 adding route 172.17.0.32/32 -> 10.0.0.255INFO Aug 31 01:00:20.789replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
94572026-08-31T01:00:21.888Z
94582026-08-31T01:00:21.888Z
94592026-08-31T01:00:21.888Z DEBGAug 31 01:00:20.789 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 } }]
94602026-08-31T01:00:21.888Z DEBGAug 31 01:00:20.789 DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.789Aug 31 01:00:20.789 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 } }]
94612026-08-31T01:00:21.888Z
94622026-08-31T01:00:21.888ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
94632026-08-31T01:00:21.888Z Aug 31 01:00:20.789Aug 31 01:00:20.789 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
94642026-08-31T01:00:21.888ZDEBG adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 01:00:20.789failed to allocate space for the new target list
94652026-08-31T01:00:21.888ZAug 31 01:00:20.789 Aug 31 01:00:20.789DEBG 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 } }]
94662026-08-31T01:00:21.888ZINFOAug 31 01:00:20.789INFO DEBG adding route 172.17.0.56/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 } }]adding route 172.17.0.33/32 -> 10.0.0.255
94672026-08-31T01:00:21.888Z
94682026-08-31T01:00:21.888Z
94692026-08-31T01:00:21.888Z
94702026-08-31T01:00:21.888ZAug 31 01:00:20.789 INFOAug 31 01:00:20.789Aug 31 01:00:20.789 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOAug 31 01:00:20.789Aug 31 01:00:20.789
94712026-08-31T01:00:21.888Z adding route 172.17.0.9/32 -> 10.0.0.255
94722026-08-31T01:00:21.888Z DEBGDEBGAug 31 01:00:20.789 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 01:00:20.789
94732026-08-31T01:00:21.889Ztest route::tests::add_target_fails_full ... ok
94742026-08-31T01:00:21.889Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
94752026-08-31T01:00:21.889Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94762026-08-31T01:00:21.889Z 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 31 01:00:20.789
94772026-08-31T01:00:21.889Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
94782026-08-31T01:00:21.889Z adding route 172.17.0.34/32 -> 10.0.0.255
94792026-08-31T01:00:21.889ZDEBGAug 31 01:00:20.789Aug 31 01:00:20.789 Aug 31 01:00:20.789INFO INFOINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
94802026-08-31T01:00:21.889Zadding route 172.17.0.10/32 -> 10.0.0.255Aug 31 01:00:20.789
94812026-08-31T01:00:21.889Z adding route 172.17.0.57/32 -> 10.0.0.255 Aug 31 01:00:20.789DEBG
94822026-08-31T01:00:21.889ZAug 31 01:00:20.789 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 } }] 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 } }]
94832026-08-31T01:00:21.889Z
94842026-08-31T01:00:21.889Z 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.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 } }]
94852026-08-31T01:00:21.889Z
94862026-08-31T01:00:21.889ZAug 31 01:00:20.789 INFO Aug 31 01:00:20.789adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 01:00:20.789
94872026-08-31T01:00:21.889Z Aug 31 01:00:20.789INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
94882026-08-31T01:00:21.889Z Aug 31 01:00:20.789 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
94892026-08-31T01:00:21.889Z 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 31 01:00:20.789
94902026-08-31T01:00:21.889Z DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.789replacing 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 31 01:00:20.789
94912026-08-31T01:00:21.889Z DEBG INFO
94922026-08-31T01:00:21.889Z Aug 31 01:00:20.789 adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94932026-08-31T01:00:21.889Z
94942026-08-31T01:00:21.889Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 01:00:20.789
94952026-08-31T01:00:21.889Z Aug 31 01:00:20.789INFOAug 31 01:00:20.789 DEBG INFOAug 31 01:00:20.789adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94962026-08-31T01:00:21.889Z 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 } }]
94972026-08-31T01:00:21.889Zadding route 172.17.0.36/32 -> 10.0.0.255
94982026-08-31T01:00:21.889Z
94992026-08-31T01:00:21.889ZAug 31 01:00:20.789 INFOAug 31 01:00:20.789Aug 31 01:00:20.789Aug 31 01:00:20.789 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
95002026-08-31T01:00:21.889Z 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95012026-08-31T01:00:21.889Z
95022026-08-31T01:00:21.889Z
95032026-08-31T01:00:21.889ZAug 31 01:00:20.789 DEBGAug 31 01:00:20.789 Aug 31 01:00:20.789replacing 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 31 01:00:20.789
95042026-08-31T01:00:21.889ZINFO DEBG INFO adding route 172.17.0.59/32 -> 10.0.0.255
95052026-08-31T01:00:21.889ZAug 31 01:00:20.789adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95062026-08-31T01:00:21.889ZINFO
95072026-08-31T01:00:21.889Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
95082026-08-31T01:00:21.889ZAug 31 01:00:20.789 DEBG created new freemapAug 31 01:00:20.795, unitDEBG: 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 } }]freemap_route_ipv4
95092026-08-31T01:00:21.889Z
95102026-08-31T01:00:21.889ZAug 31 01:00:20.789 Aug 31 01:00:20.795 DEBGAug 31 01:00:20.795Aug 31 01:00:20.795 created new freemapINFO, adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit
95112026-08-31T01:00:21.889ZDEBG: freemap_route_ipv6replacing 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 31 01:00:20.795
95122026-08-31T01:00:21.889Z
95132026-08-31T01:00:21.889Z DEBGAug 31 01:00:20.795 INFO adding route 172.17.0.38/32 -> 10.0.0.255
95142026-08-31T01:00:21.890Zreplacing 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 31 01:00:20.795
95152026-08-31T01:00:21.890Z DEBGAug 31 01:00:20.795 initted freemap. size: 64Aug 31 01:00:20.795, DEBG INFOreplacing 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 } }]
95162026-08-31T01:00:21.894Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit
95172026-08-31T01:00:21.894Z: Aug 31 01:00:20.795 INFO adding route 172.17.0.39/32 -> 10.0.0.255
95182026-08-31T01:00:21.894Zfreemap_route_ipv4
95192026-08-31T01:00:21.894ZAug 31 01:00:20.795Aug 31 01:00:20.795 DEBGDEBGINFO Aug 31 01:00:20.795adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95202026-08-31T01:00:21.894Zreplacing 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 } }]
95212026-08-31T01:00:21.894ZDEBG
95222026-08-31T01:00:21.894Z reset freemapAug 31 01:00:20.795, unitAug 31 01:00:20.795: INFODEBG freemap_route_ipv4
95232026-08-31T01:00:21.894ZAug 31 01:00:20.795replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
95242026-08-31T01:00:21.894ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
95252026-08-31T01:00:21.894Z
95262026-08-31T01:00:21.894ZAug 31 01:00:20.795 INFOAug 31 01:00:20.795 Aug 31 01:00:20.795adding route 172.17.0.15/32 -> 10.0.0.255
95272026-08-31T01:00:21.894ZDEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.795Aug 31 01:00:20.795
95282026-08-31T01:00:21.894ZDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95292026-08-31T01:00:21.894Zreplacing 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 } }]
95302026-08-31T01:00:21.894Zinitted freemap. size: 64Aug 31 01:00:20.795 INFO, unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 01:00:20.795Aug 31 01:00:20.795
95312026-08-31T01:00:21.894Z: INFOINFO Aug 31 01:00:20.795adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255DEBGfreemap_route_ipv6
95322026-08-31T01:00:21.894Z 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 } }]
95332026-08-31T01:00:21.894Z
95342026-08-31T01:00:21.894Z
95352026-08-31T01:00:21.894ZAug 31 01:00:20.795 Aug 31 01:00:20.795DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95362026-08-31T01:00:21.894Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 01:00:20.795
95372026-08-31T01:00:21.894Z Aug 31 01:00:20.795Aug 31 01:00:20.789DEBG Aug 31 01:00:20.795 DEBGDEBG Aug 31 01:00:20.795replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95382026-08-31T01:00:21.895Z 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 } }]
95392026-08-31T01:00:21.895Zreplacing 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.17/32 -> 10.0.0.255
95402026-08-31T01:00:21.895Zreset freemap
95412026-08-31T01:00:21.895ZAug 31 01:00:20.795 Aug 31 01:00:20.795, INFOINFO Aug 31 01:00:20.795adding route 172.17.0.42/32 -> 10.0.0.255
95422026-08-31T01:00:21.895ZDEBG Aug 31 01:00:20.795replacing 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:3b::/64 -> 2001:db8::55:ff
95432026-08-31T01:00:21.895Z
95442026-08-31T01:00:21.895Zunit INFO: Aug 31 01:00:20.795Aug 31 01:00:20.795adding route 172.17.0.60/32 -> 10.0.0.255
95452026-08-31T01:00:21.895Zfreemap_route_ipv6DEBG
95462026-08-31T01:00:21.895Z Aug 31 01:00:20.795replacing 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 } }]
95472026-08-31T01:00:21.895ZINFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 Aug 31 01:00:20.795Aug 31 01:00:20.795
95482026-08-31T01:00:21.895ZINFO Aug 31 01:00:20.795 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
95492026-08-31T01:00:21.895Z 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 31 01:00:20.796 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
95502026-08-31T01:00:21.895Z
95512026-08-31T01:00:21.895Z 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 31 01:00:20.796 Aug 31 01:00:20.796adding route 172.16.0.0/32 -> 10.0.0.1DEBG
95522026-08-31T01:00:21.895Z Aug 31 01:00:20.796
95532026-08-31T01:00:21.895Zreplacing 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
95542026-08-31T01:00:21.895Z INFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 01:00:20.796
95552026-08-31T01:00:21.895Z Aug 31 01:00:20.796INFO
95562026-08-31T01:00:21.895Z adding route 172.17.0.19/32 -> 10.0.0.255DEBG failed to allocate space for the new target list
95572026-08-31T01:00:21.895Z
95582026-08-31T01:00:21.895ZAug 31 01:00:20.796Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBG Aug 31 01:00:20.796 DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95592026-08-31T01:00:21.895Zreplacing 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
95602026-08-31T01:00:21.895ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 01:00:20.796replacing 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 31 01:00:20.796
95612026-08-31T01:00:21.895Z
95622026-08-31T01:00:21.895Z INFO adding route 172.17.0.20/32 -> 10.0.0.255INFO
95632026-08-31T01:00:21.895Z Aug 31 01:00:20.796adding route 172.17.0.62/32 -> 10.0.0.255
95642026-08-31T01:00:21.895ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
95652026-08-31T01:00:21.895ZAug 31 01:00:20.796 DEBG Aug 31 01:00:20.796replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 DEBGDEBG
95662026-08-31T01:00:21.895Zreplacing 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 } }]
95672026-08-31T01:00:21.895Zreplacing 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 } }]
95682026-08-31T01:00:21.895ZAug 31 01:00:20.796 Aug 31 01:00:20.796INFO INFOadding route 172.17.0.63/32 -> 10.0.0.255
95692026-08-31T01:00:21.895ZAug 31 01:00:20.796adding route 172.17.0.21/32 -> 10.0.0.255
95702026-08-31T01:00:21.895ZINFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 01:00:20.796
95712026-08-31T01:00:21.895Z DEBGAug 31 01:00:20.796 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 31 01:00:20.796
95722026-08-31T01:00:21.895ZDEBG 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 } }]
95732026-08-31T01:00:21.895Ztest route::tests::delete_target_full ... ok
95742026-08-31T01:00:21.895Zreplacing 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 } }]
95752026-08-31T01:00:21.895ZAug 31 01:00:20.796 Aug 31 01:00:20.796DEBG INFO failed to allocate space for the new target listAug 31 01:00:20.796
95762026-08-31T01:00:21.895Z adding route 172.17.0.46/32 -> 10.0.0.255INFO
95772026-08-31T01:00:21.895Zadding route 172.17.0.22/32 -> 10.0.0.255
95782026-08-31T01:00:21.896ZAug 31 01:00:20.796 DEBG Aug 31 01:00:20.796Aug 31 01:00:20.796 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGDEBG
95792026-08-31T01:00:21.896Z 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.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 } }]
95802026-08-31T01:00:21.896Z
95812026-08-31T01:00:21.896ZAug 31 01:00:20.796 Aug 31 01:00:20.796DEBG INFOfailed to allocate space for the new target list
95822026-08-31T01:00:21.896Zadding route 172.17.0.23/32 -> 10.0.0.255
95832026-08-31T01:00:21.896ZAug 31 01:00:20.796 INFO Aug 31 01:00:20.796adding route 172.17.0.47/32 -> 10.0.0.255
95842026-08-31T01:00:21.896ZDEBG 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 31 01:00:20.796
95852026-08-31T01:00:21.896Z DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796
95862026-08-31T01:00:21.896Z INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 01:00:20.796
95872026-08-31T01:00:21.896ZAug 31 01:00:20.796 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 } }]Aug 31 01:00:20.796adding route 172.17.0.48/32 -> 10.0.0.255
95882026-08-31T01:00:21.896Z
95892026-08-31T01:00:21.896ZDEBG 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 } }]
95902026-08-31T01:00:21.896ZAug 31 01:00:20.796Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
95912026-08-31T01:00:21.896Z
95922026-08-31T01:00:21.896ZINFO adding route 172.17.0.25/32 -> 10.0.0.255
95932026-08-31T01:00:21.896ZAug 31 01:00:20.796Aug 31 01:00:20.796 INFOAug 31 01:00:20.796 DEBG adding route 172.17.0.49/32 -> 10.0.0.255DEBG
95942026-08-31T01:00:21.896Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
95952026-08-31T01:00:21.896Z
95962026-08-31T01:00:21.896ZAug 31 01:00:20.796 Aug 31 01:00:20.796DEBGAug 31 01:00:20.796 INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95972026-08-31T01:00:21.896Zadding route 172.17.0.26/32 -> 10.0.0.255
95982026-08-31T01:00:21.896ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
95992026-08-31T01:00:21.896ZAug 31 01:00:20.796 Aug 31 01:00:20.796INFO Aug 31 01:00:20.796 DEBG adding route 172.17.0.50/32 -> 10.0.0.255DEBG
96002026-08-31T01:00:21.896Zreplacing 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 } }]
96012026-08-31T01:00:21.896Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96022026-08-31T01:00:21.896ZAug 31 01:00:20.796 DEBGAug 31 01:00:20.796 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96032026-08-31T01:00:21.896ZAug 31 01:00:20.796 adding route 172.17.0.27/32 -> 10.0.0.255INFO
96042026-08-31T01:00:21.896Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 01:00:20.796
96052026-08-31T01:00:21.896Z Aug 31 01:00:20.796INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
96062026-08-31T01:00:21.896ZAug 31 01:00:20.796replacing 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 } }]
96072026-08-31T01:00:21.896ZDEBG Aug 31 01:00:20.796replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96082026-08-31T01:00:21.896ZAug 31 01:00:20.796DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96092026-08-31T01:00:21.896Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 31 01:00:20.796
96102026-08-31T01:00:21.896Z DEBG Aug 31 01:00:20.796replacing targets for 172.16.0.0/32 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 } }]
96112026-08-31T01:00:21.896ZAug 31 01:00:20.796INFO DEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96122026-08-31T01:00:21.896Z
96132026-08-31T01:00:21.896ZAug 31 01:00:20.796Aug 31 01:00:20.796 INFODEBG adding route 172.17.0.29/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 } }]
96142026-08-31T01:00:21.896Z
96152026-08-31T01:00:21.896ZAug 31 01:00:20.796Aug 31 01:00:20.796 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
96162026-08-31T01:00:21.902Z
96172026-08-31T01:00:21.902ZAug 31 01:00:20.796Aug 31 01:00:20.796 INFODEBG adding route 172.17.0.30/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 } }]
96182026-08-31T01:00:21.902Z
96192026-08-31T01:00:21.902ZAug 31 01:00:20.796Aug 31 01:00:20.796 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96202026-08-31T01:00:21.902ZAug 31 01:00:20.796Aug 31 01:00:20.803 DEBGDEBG created new freemapreplacing 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 } }],
96212026-08-31T01:00:21.902Zunit: freemap_route_ipv4
96222026-08-31T01:00:21.902ZAug 31 01:00:20.803 INFO adding route 172.17.0.55/32 -> 10.0.0.255
96232026-08-31T01:00:21.902Z
96242026-08-31T01:00:21.902ZAug 31 01:00:20.803 DEBG Aug 31 01:00:20.803created new freemap , DEBGunit 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 } }]
96252026-08-31T01:00:21.902Z: freemap_route_ipv6Aug 31 01:00:20.803
96262026-08-31T01:00:21.902Z INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 31 01:00:20.803
96272026-08-31T01:00:21.902Z DEBG Aug 31 01:00:20.803initted freemap. size: 64 , DEBGunit :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 } }]
96282026-08-31T01:00:21.902Zfreemap_route_ipv4
96292026-08-31T01:00:21.902ZAug 31 01:00:20.803 DEBG reset freemap, unit:Aug 31 01:00:20.803 freemap_route_ipv4INFO
96302026-08-31T01:00:21.902Z adding route 172.17.0.57/32 -> 10.0.0.255
96312026-08-31T01:00:21.902ZAug 31 01:00:20.803Aug 31 01:00:20.803Aug 31 01:00:20.803 INFODEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96322026-08-31T01:00:21.902Z adding route 172.17.0.31/32 -> 10.0.0.255initted freemap. size: 64
96332026-08-31T01:00:21.902Z, unitAug 31 01:00:20.803: INFOAug 31 01:00:20.803freemap_route_ipv6 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
96342026-08-31T01:00:21.902Z 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 } }]
96352026-08-31T01:00:21.902Z
96362026-08-31T01:00:21.902ZAug 31 01:00:20.803Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
96372026-08-31T01:00:21.902Z
96382026-08-31T01:00:21.902ZDEBG reset freemap, unitAug 31 01:00:20.803Aug 31 01:00:20.803: 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.59/32 -> 10.0.0.255
96392026-08-31T01:00:21.902Z
96402026-08-31T01:00:21.902Z freemap_route_ipv6
96412026-08-31T01:00:21.902ZAug 31 01:00:20.803Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBGINFO INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
96422026-08-31T01:00:21.902Z
96432026-08-31T01:00:21.902Z adding route 172.16.0.0/32 -> 10.0.0.1
96442026-08-31T01:00:21.902ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.60/32 -> 10.0.0.255DEBG
96452026-08-31T01:00:21.902ZDEBG 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 } }]
96462026-08-31T01:00:21.902Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.803
96472026-08-31T01:00:21.903Z 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 } }]
96482026-08-31T01:00:21.903ZAug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 01:00:20.803
96492026-08-31T01:00:21.903ZINFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.61/32 -> 10.0.0.255
96502026-08-31T01:00:21.903Z
96512026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.803
96522026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBGDEBG 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 31 01:00:20.803
96532026-08-31T01:00:21.903Z 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
96542026-08-31T01:00:21.903Z adding route 172.17.0.35/32 -> 10.0.0.255
96552026-08-31T01:00:21.903ZAug 31 01:00:20.803Aug 31 01:00:20.803 Aug 31 01:00:20.803INFOINFO DEBG adding route 172.17.0.62/32 -> 10.0.0.255
96562026-08-31T01:00:21.903Zreplacing 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.16.0.0/32 -> 10.0.0.1
96572026-08-31T01:00:21.903Z
96582026-08-31T01:00:21.903ZAug 31 01:00:20.803Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBG INFODEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
96592026-08-31T01:00:21.903Zreplacing 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 } }]
96602026-08-31T01:00:21.903Z
96612026-08-31T01:00:21.903ZAug 31 01:00:20.803 Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96622026-08-31T01:00:21.903Z INFO
96632026-08-31T01:00:21.903Z adding route 172.16.0.0/32 -> 10.0.0.2
96642026-08-31T01:00:21.903ZAug 31 01:00:20.803 Aug 31 01:00:20.803DEBGAug 31 01:00:20.803 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255DEBG
96652026-08-31T01:00:21.903Z
96662026-08-31T01:00:21.903Z 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 } }]
96672026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBG Aug 31 01:00:20.803replacing 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 } }]
96682026-08-31T01:00:21.903ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
96692026-08-31T01:00:21.903ZAug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
96702026-08-31T01:00:21.903Z 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 } }]
96712026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBGAug 31 01:00:20.803 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96722026-08-31T01:00:21.903Z adding route 172.17.0.1/32 -> 10.0.0.255
96732026-08-31T01:00:21.903Ztest route::tests::delete_targets_fragmented ... ok
96742026-08-31T01:00:21.903ZAug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
96752026-08-31T01:00:21.903Z 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 } }]
96762026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBGAug 31 01:00:20.803 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96772026-08-31T01:00:21.903Z adding route 172.17.0.2/32 -> 10.0.0.255
96782026-08-31T01:00:21.903ZAug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
96792026-08-31T01:00:21.903Z 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 } }]
96802026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBGAug 31 01:00:20.803 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96812026-08-31T01:00:21.903Z adding route 172.17.0.3/32 -> 10.0.0.255
96822026-08-31T01:00:21.903ZAug 31 01:00:20.803 DEBGAug 31 01:00:20.803 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96832026-08-31T01:00:21.903ZAug 31 01:00:20.803 INFOadding route 172.17.0.41/32 -> 10.0.0.255
96842026-08-31T01:00:21.903Zadding route 172.17.0.4/32 -> 10.0.0.255
96852026-08-31T01:00:21.903ZAug 31 01:00:20.803 Aug 31 01:00:20.803DEBG 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 } }]
96862026-08-31T01:00:21.903Zreplacing 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 } }]
96872026-08-31T01:00:21.904ZAug 31 01:00:20.803 Aug 31 01:00:20.803INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255
96882026-08-31T01:00:21.904Zadding route 172.17.0.5/32 -> 10.0.0.255
96892026-08-31T01:00:21.904ZAug 31 01:00:20.803 Aug 31 01:00:20.803DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96902026-08-31T01:00:21.904Zreplacing 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 } }]
96912026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
96922026-08-31T01:00:21.904Z
96932026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }]
96942026-08-31T01:00:21.904Z
96952026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
96962026-08-31T01:00:21.904Z
96972026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
96982026-08-31T01:00:21.904Z
96992026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
97002026-08-31T01:00:21.904Z
97012026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97022026-08-31T01:00:21.904Z
97032026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
97042026-08-31T01:00:21.904Z
97052026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }]
97062026-08-31T01:00:21.904Z
97072026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
97082026-08-31T01:00:21.904Z
97092026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }]
97102026-08-31T01:00:21.904Z
97112026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
97122026-08-31T01:00:21.904Z
97132026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }]
97142026-08-31T01:00:21.904Z
97152026-08-31T01:00:21.904ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
97162026-08-31T01:00:21.908Z
97172026-08-31T01:00:21.908ZAug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }]
97182026-08-31T01:00:21.908Z
97192026-08-31T01:00:21.908ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
97202026-08-31T01:00:21.909Z
97212026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97222026-08-31T01:00:21.909Z
97232026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
97242026-08-31T01:00:21.909Z
97252026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97262026-08-31T01:00:21.909Z
97272026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
97282026-08-31T01:00:21.909Z
97292026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97302026-08-31T01:00:21.909Z
97312026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
97322026-08-31T01:00:21.909Z
97332026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97342026-08-31T01:00:21.909Z
97352026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
97362026-08-31T01:00:21.909Z
97372026-08-31T01:00:21.909ZAug 31 01:00:20.803Aug 31 01:00:20.803 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 } }]
97382026-08-31T01:00:21.909ZDEBG 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 31 01:00:20.809
97392026-08-31T01:00:21.909Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
97402026-08-31T01:00:21.909ZAug 31 01:00:20.809 INFOAug 31 01:00:20.809 adding route 172.17.0.18/32 -> 10.0.0.255DEBG
97412026-08-31T01:00:21.909Z 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 } }]
97422026-08-31T01:00:21.909ZAug 31 01:00:20.809 DEBGAug 31 01:00:20.809 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97432026-08-31T01:00:21.909Z adding route 172.17.0.56/32 -> 10.0.0.255
97442026-08-31T01:00:21.909ZAug 31 01:00:20.809 INFOAug 31 01:00:20.809 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
97452026-08-31T01:00:21.909Z 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 } }]
97462026-08-31T01:00:21.909ZAug 31 01:00:20.809 DEBGAug 31 01:00:20.809 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97472026-08-31T01:00:21.909Z adding route 172.17.0.57/32 -> 10.0.0.255
97482026-08-31T01:00:21.909ZAug 31 01:00:20.809 INFOAug 31 01:00:20.809 adding route 172.17.0.20/32 -> 10.0.0.255DEBG
97492026-08-31T01:00:21.909Z 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 } }]
97502026-08-31T01:00:21.909ZAug 31 01:00:20.809 DEBGAug 31 01:00:20.809 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97512026-08-31T01:00:21.909Z adding route 172.17.0.58/32 -> 10.0.0.255
97522026-08-31T01:00:21.909ZAug 31 01:00:20.809 Aug 31 01:00:20.809INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
97532026-08-31T01:00:21.909Zreplacing 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 } }]
97542026-08-31T01:00:21.909ZAug 31 01:00:20.809Aug 31 01:00:20.809 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.59/32 -> 10.0.0.255
97552026-08-31T01:00:21.909Z
97562026-08-31T01:00:21.909ZAug 31 01:00:20.809Aug 31 01:00:20.809 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
97572026-08-31T01:00:21.909Z
97582026-08-31T01:00:21.909ZAug 31 01:00:20.809Aug 31 01:00:20.809 INFODEBG adding route 172.17.0.60/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 } }]
97592026-08-31T01:00:21.910Z
97602026-08-31T01:00:21.910ZAug 31 01:00:20.809Aug 31 01:00:20.809 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
97612026-08-31T01:00:21.910Z
97622026-08-31T01:00:21.910ZAug 31 01:00:20.809Aug 31 01:00:20.809 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
97632026-08-31T01:00:21.910Z
97642026-08-31T01:00:21.910ZAug 31 01:00:20.809Aug 31 01:00:20.809 INFODEBG adding route 172.17.0.24/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 } }]
97652026-08-31T01:00:21.910Z
97662026-08-31T01:00:21.910ZAug 31 01:00:20.809 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 } }]
97672026-08-31T01:00:21.910ZAug 31 01:00:20.809 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97682026-08-31T01:00:21.910ZAug 31 01:00:20.809 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 } }]
97692026-08-31T01:00:21.910ZAug 31 01:00:20.809 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97702026-08-31T01:00:21.910ZAug 31 01:00:20.809 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 } }]
97712026-08-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97722026-08-31T01:00:21.910ZAug 31 01:00:20.810 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 } }]
97732026-08-31T01:00:21.910Ztest route::tests::delete_targets_full ... ok
97742026-08-31T01:00:21.910Z
97752026-08-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97762026-08-31T01:00:21.910Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
97772026-08-31T01:00:21.910ZAug 31 01:00:20.810 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 } }]
97782026-08-31T01:00:21.910Z
97792026-08-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97802026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97822026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97842026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97862026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97882026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97902026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97922026-08-31T01:00:21.910ZAug 31 01:00:20.810 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-31T01:00:21.910ZAug 31 01:00:20.810 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97942026-08-31T01:00:21.911ZAug 31 01:00:20.810 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-31T01:00:21.911ZAug 31 01:00:20.810 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97962026-08-31T01:00:21.911ZAug 31 01:00:20.810 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-31T01:00:21.911ZAug 31 01:00:20.810 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97982026-08-31T01:00:21.911ZAug 31 01:00:20.810 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-31T01:00:21.911ZAug 31 01:00:20.810 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98002026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98022026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98042026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98062026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98082026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98102026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98122026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98142026-08-31T01:00:21.911ZAug 31 01:00:20.816 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-31T01:00:21.911ZAug 31 01:00:20.816 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98162026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98182026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98202026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98222026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98242026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98262026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98282026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98302026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98322026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98342026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98362026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98382026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98402026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.915ZAug 31 01:00:20.816 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98422026-08-31T01:00:21.915ZAug 31 01:00:20.816 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-31T01:00:21.916ZAug 31 01:00:20.816 DEBG failed to allocate space for the new target list
98442026-08-31T01:00:21.916ZAug 31 01:00:20.816 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-31T01:00:21.916Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4)
98462026-08-31T01:00:21.916Z
98472026-08-31T01:00:21.916Zrunning 0 tests
98482026-08-31T01:00:21.916Z
98492026-08-31T01:00:21.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98502026-08-31T01:00:21.916Z
98512026-08-31T01:00:21.916Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
98522026-08-31T01:00:21.916Z
98532026-08-31T01:00:21.916Zrunning 0 tests
98542026-08-31T01:00:21.916Z
98552026-08-31T01:00:21.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98562026-08-31T01:00:21.916Z
98572026-08-31T01:00:21.916Z Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502)
98582026-08-31T01:00:21.916Z
98592026-08-31T01:00:21.916Zrunning 6 tests
98602026-08-31T01:00:21.916Ztest tests::test_parse_client_port_id ... ok
98612026-08-31T01:00:21.916Ztest tests::test_port_id_cmp ... ok
98622026-08-31T01:00:21.916Ztest tests::test_full_lot_id_neither_present ... ok
98632026-08-31T01:00:21.916Ztest tests::test_full_lot_id_lotnum_only ... ok
98642026-08-31T01:00:21.916Ztest tests::test_full_lot_id_lot_only ... ok
98652026-08-31T01:00:21.916Ztest tests::test_full_lot_id_both_present ... ok
98662026-08-31T01:00:21.916Z
98672026-08-31T01:00:21.916Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98682026-08-31T01:00:21.916Z
98692026-08-31T01:00:21.916Z Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167)
98702026-08-31T01:00:21.916Z
98712026-08-31T01:00:21.916Zrunning 6 tests
98722026-08-31T01:00:24.923Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98732026-08-31T01:00:24.927Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98742026-08-31T01:00:24.927Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98752026-08-31T01:00:24.932Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98762026-08-31T01:00:25.262Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98772026-08-31T01:00:26.417Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98782026-08-31T01:00:26.417Z
98792026-08-31T01:00:26.417Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.50s
98802026-08-31T01:00:26.417Z
98812026-08-31T01:00:26.424Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
98822026-08-31T01:00:26.427Z
98832026-08-31T01:00:26.427Zrunning 0 tests
98842026-08-31T01:00:26.427Z
98852026-08-31T01:00:26.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98862026-08-31T01:00:26.427Z
98872026-08-31T01:00:26.427Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
98882026-08-31T01:00:26.448Z
98892026-08-31T01:00:26.448Zrunning 15 tests
98902026-08-31T01:00:26.451Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98912026-08-31T01:00:26.452Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98922026-08-31T01:00:26.452Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98932026-08-31T01:00:26.452Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98942026-08-31T01:00:26.452Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98952026-08-31T01:00:26.452Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98962026-08-31T01:00:26.452Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98972026-08-31T01:00:26.452Ztest v1::network::tests::test_equal ... ok
98982026-08-31T01:00:26.452Ztest v1::network::tests::test_eui64 ... ok
98992026-08-31T01:00:26.452Ztest v1::network::tests::test_into ... ok
99002026-08-31T01:00:26.452Ztest v1::network::tests::test_not_equal ... ok
99012026-08-31T01:00:26.452Ztest v1::network::tests::test_to_string ... ok
99022026-08-31T01:00:26.452Ztest v1::network::tests::test_parse ... ok
99032026-08-31T01:00:26.455Ztest v1::port::tests::port_ids_are_ascii ... ok
99042026-08-31T01:00:26.455Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99052026-08-31T01:00:26.455Z
99062026-08-31T01:00:26.455Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99072026-08-31T01:00:26.456Z
99082026-08-31T01:00:26.459Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
99092026-08-31T01:00:26.482Z
99102026-08-31T01:00:26.482Zrunning 12 tests
99112026-08-31T01:00:26.486Ztest icmp::test_v4_checksum ... ok
99122026-08-31T01:00:26.486Ztest icmp::test_v6_checksum ... ok
99132026-08-31T01:00:26.486Ztest ipv6::test_ipv6_parse ... ok
99142026-08-31T01:00:26.486Ztest lldp::test_lldp_parse ... ok
99152026-08-31T01:00:26.486Ztest pbuf::test_byte ... ok
99162026-08-31T01:00:26.486Ztest pbuf::test_nibble ... ok
99172026-08-31T01:00:26.486Ztest pbuf::test_short ... ok
99182026-08-31T01:00:26.486Ztest pbuf::test_twelve ... ok
99192026-08-31T01:00:26.486Ztest pbuf::test_overflow ... ok
99202026-08-31T01:00:26.486Ztest pbuf::test_word ... ok
99212026-08-31T01:00:26.486Ztest tcp::test_checksum_syn_nodata ... ok
99222026-08-31T01:00:26.486Ztest tcp::test_checksum_ack_data ... ok
99232026-08-31T01:00:26.486Z
99242026-08-31T01:00:26.486Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99252026-08-31T01:00:26.486Z
99262026-08-31T01:00:26.490Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99272026-08-31T01:00:26.493Z
99282026-08-31T01:00:26.493Zrunning 0 tests
99292026-08-31T01:00:26.493Z
99302026-08-31T01:00:26.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99312026-08-31T01:00:26.493Z
99322026-08-31T01:00:26.493Z Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd)
99332026-08-31T01:00:26.497Z
99342026-08-31T01:00:26.497Zrunning 5 tests
99352026-08-31T01:00:26.501Ztest switchport::test::test_compute_lanes ... ok
99362026-08-31T01:00:26.501Ztest switchport::test::port_id_ordering ... ok
99372026-08-31T01:00:26.501Z Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3
99382026-08-31T01:00:26.501ZLane 2 Rx Loss-of-lock: Yes Lane 3Yes
99392026-08-31T01:00:26.501ZYes Yes
99402026-08-31T01:00:26.501Z State: Activated Rx Loss-of-signal: YesActivated YesActivated YesActivated
99412026-08-31T01:00:26.501ZYes
99422026-08-31T01:00:26.501Z Rx Output Enabled: false Rx CDR Enabled: Yes falseYes falseYes falseYes
99432026-08-31T01:00:26.501Z
99442026-08-31T01:00:26.502Z Rx Output Status: valid Tx Enabled: Yes valid Yesvalid valid
99452026-08-31T01:00:26.502ZYes Yes Rx Loss-of-lock: true
99462026-08-31T01:00:26.502Z Tx Loss-of-lock: Notrue true Notrue
99472026-08-31T01:00:26.502Z Rx Loss-of-signal: false No falseNo
99482026-08-31T01:00:26.502Zfalse Tx Loss-of-signal: Nofalse
99492026-08-31T01:00:26.502Z Rx Auto-squelch Disable: true Notrue No trueNo
99502026-08-31T01:00:26.502Ztrue
99512026-08-31T01:00:26.502Z Tx CDR Enabled: No Tx Output Enabled: true No trueNo Notrue
99522026-08-31T01:00:26.502Z true
99532026-08-31T01:00:26.502Z Tx Adaptive EQ Fault: No Tx Output Status: invalid Noinvalid Noinvalid Noinvalid
99542026-08-31T01:00:26.502Z
99552026-08-31T01:00:26.502Z Tx Fault: Yes Tx Loss-of-lock: false Yes false Yesfalse Yesfalse
99562026-08-31T01:00:26.502Z
99572026-08-31T01:00:26.502Z Tx Loss-of-signal: true true true true
99582026-08-31T01:00:26.502ZTx Auto-squelch Disable: false false false false
99592026-08-31T01:00:26.502Z Tx Adaptive EQ Fail: true true true true
99602026-08-31T01:00:26.502Z Tx Failure: false false false false
99612026-08-31T01:00:26.502Z Tx Force Squelch: true true true true
99622026-08-31T01:00:26.502Z Tx Input Polarity: normal normal normal normal
99632026-08-31T01:00:26.502Ztest switchport::test::test_print_sff_datapath ... ok
99642026-08-31T01:00:26.502Ztest switchport::test::test_print_cmis_datapath ... ok
99652026-08-31T01:00:26.502Ztest link::test_filter ... ok
99662026-08-31T01:00:26.502Z
99672026-08-31T01:00:26.502Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99682026-08-31T01:00:26.502Z
99692026-08-31T01:00:26.502Z Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd)
99702026-08-31T01:00:26.506Z
99712026-08-31T01:00:26.506Zrunning 1 test
99722026-08-31T01:00:26.509Ztest test_p4_counter_list ... ignored
99732026-08-31T01:00:26.509Z
99742026-08-31T01:00:26.509Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99752026-08-31T01:00:26.509Z
99762026-08-31T01:00:26.509Z Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa)
99772026-08-31T01:00:26.512Z
99782026-08-31T01:00:26.512Zrunning 5 tests
99792026-08-31T01:00:26.512Ztest test_an ... ignored
99802026-08-31T01:00:26.512Ztest test_enable ... ignored
99812026-08-31T01:00:26.512Ztest test_ip_addresses ... ignored
99822026-08-31T01:00:26.512Ztest test_kr ... ignored
99832026-08-31T01:00:26.513Ztest test_mac ... ignored
99842026-08-31T01:00:26.513Z
99852026-08-31T01:00:26.513Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99862026-08-31T01:00:26.513Z
99872026-08-31T01:00:26.513Z Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0)
99882026-08-31T01:00:26.516Z
99892026-08-31T01:00:26.516Zrunning 3 tests
99902026-08-31T01:00:26.519Ztest linklocal::test_parse_ipadm ... ok
99912026-08-31T01:00:26.519Ztest tfport::test_parse_tfport ... ok
99922026-08-31T01:00:26.519Ztest config::tests::test_updates ... ok
99932026-08-31T01:00:26.519Z
99942026-08-31T01:00:26.519Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99952026-08-31T01:00:26.519Z
99962026-08-31T01:00:26.519Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
99972026-08-31T01:00:26.524Z
99982026-08-31T01:00:26.524Zrunning 0 tests
99992026-08-31T01:00:26.524Z
100002026-08-31T01:00:26.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100012026-08-31T01:00:26.524Z
100022026-08-31T01:00:26.527Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
100032026-08-31T01:00:26.530Z
100042026-08-31T01:00:26.530Zrunning 0 tests
100052026-08-31T01:00:26.530Z
100062026-08-31T01:00:26.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100072026-08-31T01:00:26.530Z
100082026-08-31T01:00:26.533Z Doc-tests aal
100092026-08-31T01:00:27.055Z
100102026-08-31T01:00:27.055Zrunning 0 tests
100112026-08-31T01:00:27.055Z
100122026-08-31T01:00:27.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100132026-08-31T01:00:27.058Z
100142026-08-31T01:00:27.083Z Doc-tests aal_macros
100152026-08-31T01:00:27.158Z
100162026-08-31T01:00:27.158Zrunning 0 tests
100172026-08-31T01:00:27.158Z
100182026-08-31T01:00:27.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-08-31T01:00:27.158Z
100202026-08-31T01:00:27.168Z Doc-tests common
100212026-08-31T01:00:27.407Z
100222026-08-31T01:00:27.407Zrunning 0 tests
100232026-08-31T01:00:27.407Z
100242026-08-31T01:00:27.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-08-31T01:00:27.408Z
100262026-08-31T01:00:27.434Z Doc-tests dpd_api
100272026-08-31T01:00:28.223Z
100282026-08-31T01:00:28.223Zrunning 2 tests
100292026-08-31T01:00:28.223Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100302026-08-31T01:00:28.223Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100312026-08-31T01:00:28.223Z
100322026-08-31T01:00:28.223Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100332026-08-31T01:00:28.223Z
100342026-08-31T01:00:28.253Z Doc-tests dpd_client
100352026-08-31T01:00:29.741Z
100362026-08-31T01:00:29.741Zrunning 0 tests
100372026-08-31T01:00:29.741Z
100382026-08-31T01:00:29.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100392026-08-31T01:00:29.741Z
100402026-08-31T01:00:29.796Z Doc-tests dpd_types
100412026-08-31T01:00:29.976Z
100422026-08-31T01:00:29.976Zrunning 0 tests
100432026-08-31T01:00:29.977Z
100442026-08-31T01:00:29.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100452026-08-31T01:00:29.977Z
100462026-08-31T01:00:30.001Z Doc-tests dpd_types_versions
100472026-08-31T01:00:31.547Z
100482026-08-31T01:00:31.547Zrunning 1 test
100492026-08-31T01:00:31.547Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100502026-08-31T01:00:31.548Z
100512026-08-31T01:00:31.548Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100522026-08-31T01:00:31.548Z
100532026-08-31T01:00:31.598Z Doc-tests packet
100542026-08-31T01:00:31.820Z
100552026-08-31T01:00:31.821Zrunning 0 tests
100562026-08-31T01:00:31.821Z
100572026-08-31T01:00:31.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100582026-08-31T01:00:31.821Z
100592026-08-31T01:00:31.847Z Doc-tests pcap
100602026-08-31T01:00:31.901Z
100612026-08-31T01:00:31.901Zrunning 0 tests
100622026-08-31T01:00:31.901Z
100632026-08-31T01:00:31.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100642026-08-31T01:00:31.901Z
100652026-08-31T01:00:31.952Zprocess exited: duration 599567 ms, exit code 0
 
100662026-08-31T01:00:31.961Zfound 0 output files