01KY0DA7AFFFHX44JABME2WE6V: test

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

Buildomat Job: 01KY0DAP69EJDYQQYMF636MEQC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:42:28.319Zjob assigned to worker 01KY0DAS939VF8K341YB022GWS [factory aws, i-039d35f35e6786c7f] (queued for 54 s)
 
22026-07-20T18:42:34.585Zstarting task 0: "setup"
32026-07-20T18:42:34.591Z++ uname -s
42026-07-20T18:42:34.594Z+ kern=SunOS
52026-07-20T18:42:34.594Z+ build_user=build
62026-07-20T18:42:34.594Z+ build_uid=12345
72026-07-20T18:42:34.594Z+ work_dir=/work
82026-07-20T18:42:34.594Z+ input_dir=/input
92026-07-20T18:42:34.594Z+ [[ 0 == 12345 ]]
102026-07-20T18:42:34.594Z+ case "$kern" in
112026-07-20T18:42:34.594Z+ groupadd -g 12345 build
122026-07-20T18:42:34.594Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:42:36.599Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:42:36.769Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:42:36.772Z+ home_fs=zfs
162026-07-20T18:42:36.772Z+ [[ zfs == autofs ]]
172026-07-20T18:42:36.772Z+ mkdir -p /home/build
182026-07-20T18:42:36.772Z+ chown build:build /home/build /work
192026-07-20T18:42:38.773Z+ chmod 0700 /home/build /work
202026-07-20T18:42:38.776Zprocess exited: duration 4190 ms, exit code 0
 
212026-07-20T18:42:38.782Zstarting task 1: "rust-toolchain"
222026-07-20T18:42:38.786Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-20T18:42:38.786Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T18:42:38.786Z * rust toolchain channel = "1.90.0"
252026-07-20T18:42:38.786Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-20T18:42:38.786Z * rust toolchain profile = "default"
272026-07-20T18:42:38.786Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T18:42:38.788Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:42:38.788Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-20T18:42:38.856Zinfo: downloading installer
312026-07-20T18:42:40.163Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T18:42:40.163Zwarn: /home/build/.rustup/settings.toml
332026-07-20T18:42:40.164Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T18:42:40.164Zwarn: instead of the one inferred from the default host triple.
352026-07-20T18:42:40.175Zinfo: profile set to default
362026-07-20T18:42:40.175Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T18:42:40.179Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-20T18:42:40.333Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-20T18:42:40.377Zinfo: downloading 6 components
402026-07-20T18:42:53.957Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-07-20T18:42:53.957Z
422026-07-20T18:42:53.988Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-20T18:42:53.988Z
442026-07-20T18:42:53.988Z
452026-07-20T18:42:53.988ZRust is installed now. Great!
462026-07-20T18:42:53.988Z
472026-07-20T18:42:53.988ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T18:42:53.988Zenvironment variable. This has not been done automatically.
492026-07-20T18:42:53.988Z
502026-07-20T18:42:53.988ZTo configure your current shell, you need to source
512026-07-20T18:42:53.989Zthe corresponding env file under $HOME/.cargo.
522026-07-20T18:42:53.989Z
532026-07-20T18:42:53.989ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T18:42:53.992Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T18:42:53.992Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T18:42:53.992Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T18:42:53.992Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T18:42:53.992Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T18:42:53.992Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T18:42:53.992Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T18:42:53.992Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T18:42:54.082Z+ rustup --version
632026-07-20T18:42:54.093Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T18:42:54.096Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T18:42:54.115Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-20T18:42:54.118Z+ cargo --version
672026-07-20T18:42:54.130Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-20T18:42:54.135Z+ rustc --version
692026-07-20T18:42:54.154Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-20T18:42:54.157Zprocess exited: duration 15374 ms, exit code 0
 
712026-07-20T18:42:54.166Zstarting task 2: "authentication"
722026-07-20T18:42:54.182Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T18:42:54.189Zstarting task 3: "clone repository"
742026-07-20T18:42:54.192Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-20T18:42:54.195Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-20T18:42:54.223ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-20T18:42:54.823Z+ cd /work/oxidecomputer/dendrite
782026-07-20T18:42:54.823Z+ git fetch origin 95f78966ee3be05782462508f4f03a82289fe73f
792026-07-20T18:42:55.071ZFrom https://github.com/oxidecomputer/dendrite
802026-07-20T18:42:55.072Z * branch 95f78966ee3be05782462508f4f03a82289fe73f -> FETCH_HEAD
812026-07-20T18:42:55.083Z+ [[ -n '' ]]
822026-07-20T18:42:55.083Z+ git reset --hard 95f78966ee3be05782462508f4f03a82289fe73f
832026-07-20T18:42:55.086ZHEAD is now at 95f7896 fmt
842026-07-20T18:42:55.086Zprocess exited: duration 888 ms, exit code 0
 
852026-07-20T18:42:55.096Zstarting task 4: "build"
862026-07-20T18:42:55.099Z+ source .github/buildomat/common.sh
872026-07-20T18:42:55.099Z++ TOFINO_STAGES=20
882026-07-20T18:42:55.099Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
892026-07-20T18:42:55.099Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
902026-07-20T18:42:55.099Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
912026-07-20T18:42:55.099Z+++ uname -s
922026-07-20T18:42:55.105Z++ '[' SunOS == SunOS ']'
932026-07-20T18:42:55.105Z++ SERIES=illumos
942026-07-20T18:42:55.105Z+++ uname -s
952026-07-20T18:42:55.105Z++ '[' SunOS == SunOS ']'
962026-07-20T18:42:55.105Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
972026-07-20T18:42:55.105Z++ rustup show active-toolchain
982026-07-20T18:42:55.108Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
992026-07-20T18:42:55.108Z+ source .github/buildomat/illumos.sh
1002026-07-20T18:42:55.108Z++ banner 'sde setup'
1012026-07-20T18:42:55.111Z
1022026-07-20T18:42:55.111Z #### ##### ###### #### ###### ##### # # #####
1032026-07-20T18:42:55.111Z # # # # # # # # # # #
1042026-07-20T18:42:55.111Z #### # # ##### #### ##### # # # # #
1052026-07-20T18:42:55.111Z # # # # # # # # # #####
1062026-07-20T18:42:55.111Z # # # # # # # # # # # #
1072026-07-20T18:42:55.111Z #### ##### ###### #### ###### # #### #
1082026-07-20T18:42:55.111Z
1092026-07-20T18:42:55.111Z++ export PKG_SUCCESS_ON_NOP=1
1102026-07-20T18:42:55.111Z++ PKG_SUCCESS_ON_NOP=1
1112026-07-20T18:42:55.111Z++ export PKG=tofino_sde.p5p
1122026-07-20T18:42:55.111Z++ PKG=tofino_sde.p5p
1132026-07-20T18:42:55.111Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1142026-07-20T18:42:55.116Z % Total % Received % Xferd Average Speed Time Time Time Current
1152026-07-20T18:42:55.120Z Dload Upload Total Spent Left Speed
1162026-07-20T18:42:57.796Z 0 0 0 0 0 0 0 0 0 15 76.03M 15 11.58M 0 0 7.43M 0 00:10 00:01 00:09 7.43M 85 76.03M 85 64.74M 0 0 25.32M 0 00:03 00:02 00:01 25.32M 100 76.03M 100 76.03M 0 0 28.38M 0 00:02 00:02 25.32M 100 76.03M 100 76.03M 0 0 28.37M 0 00:02 00:02 25.32M 100 76.03M 100 76.03M 0 0 28.37M 0 00:02 00:02 25.32M
1172026-07-20T18:42:57.805Z+++ digest -a sha256 tofino_sde.p5p
1182026-07-20T18:42:57.846Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1192026-07-20T18:42:57.846Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1202026-07-20T18:42:57.846Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1212026-07-20T18:43:00.430Z Startup: Refreshing catalog 'helios' ... Done
1222026-07-20T18:43:01.141Z Startup: Caching catalogs ... Done
1232026-07-20T18:43:01.213Z Startup: Refreshing catalog 'oxide' ... Done
1242026-07-20T18:43:01.680ZPlanning: Solver setup ... Done
1252026-07-20T18:43:01.715ZPlanning: Running solver ... Done
1262026-07-20T18:43:01.736ZPlanning: Finding local manifests ... Done
1272026-07-20T18:43:01.749ZPlanning: Fetching manifests: 1/1 100% complete
1282026-07-20T18:43:01.756ZPlanning: Fetching manifests: 1/1 100% complete
1292026-07-20T18:43:01.762ZPlanning: Package planning ... Done
1302026-07-20T18:43:01.762ZPlanning: Merging actions ... Done
1312026-07-20T18:43:01.900ZPlanning: Checking for conflicting actions ... Done
1322026-07-20T18:43:01.906ZPlanning: Consolidating action changes ... Done
1332026-07-20T18:43:02.703ZPlanning: Evaluating mediators ... Done
1342026-07-20T18:43:02.710ZPlanning: Planning completed in 2.04 seconds
1352026-07-20T18:43:02.710Z Packages to install: 1
1362026-07-20T18:43:02.710Z Create boot environment: No
1372026-07-20T18:43:02.710ZCreate backup boot environment: No
1382026-07-20T18:43:02.732Z
1392026-07-20T18:43:02.732ZDownload: 0/242 items 0.0/75.3MB 0% complete
1402026-07-20T18:43:02.868ZDownload: Completed 75.30 MB in 0.13 seconds (564M/s)
1412026-07-20T18:43:03.027Z Actions: 1/293 actions (Installing new actions)
1422026-07-20T18:43:04.002Z Actions: Completed 293 actions in 0.98 seconds.
1432026-07-20T18:43:04.006ZFinalize: Updating package state database ... Done
1442026-07-20T18:43:04.048ZFinalize: Updating package cache ... Done
1452026-07-20T18:43:04.097ZFinalize: Updating image state ... Done
1462026-07-20T18:43:07.435ZFinalize: Creating fast lookup database ... Done
1472026-07-20T18:43:07.439ZFinalize: Reading search index ... Done
1482026-07-20T18:43:07.440ZFinalize: Updating search index ... Done
1492026-07-20T18:43:07.440ZFinalize: Updating package cache ... Done
1502026-07-20T18:43:07.440Z++ export SDE=/opt/oxide/tofino_sde
1512026-07-20T18:43:07.440Z++ SDE=/opt/oxide/tofino_sde
1522026-07-20T18:43:07.440Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1532026-07-20T18:43:07.440Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1542026-07-20T18:43:07.440Z++ banner packages
1552026-07-20T18:43:07.440Z
1562026-07-20T18:43:07.440Z ##### ## #### # # ## #### ###### ####
1572026-07-20T18:43:07.440Z # # # # # # # # # # # # # #
1582026-07-20T18:43:07.440Z # # # # # #### # # # ##### ####
1592026-07-20T18:43:07.440Z ##### ###### # # # ###### # ### # #
1602026-07-20T18:43:07.440Z # # # # # # # # # # # # # #
1612026-07-20T18:43:07.440Z # # # #### # # # # #### ###### ####
1622026-07-20T18:43:07.440Z
1632026-07-20T18:43:07.440Z++ pfexec pkg install clang-15 pcap gcc14
1642026-07-20T18:43:07.440Z Startup: Refreshing catalog 'helios' ... Done
1652026-07-20T18:43:07.440Z Startup: Refreshing catalog 'oxide' ... Done
1662026-07-20T18:43:08.218ZPlanning: Solver setup ... Done
1672026-07-20T18:43:08.258ZPlanning: Running solver ... Done
1682026-07-20T18:43:08.290ZPlanning: Consolidating action changes ... Done
1692026-07-20T18:43:08.294ZPlanning: Evaluating mediators ... Done
1702026-07-20T18:43:08.294ZPlanning: Planning completed in 0.96 seconds
1712026-07-20T18:43:08.299ZNo updates necessary for this image.
1722026-07-20T18:43:08.397Z++ pfexec pkg set-mediator -V 15 clang llvm
1732026-07-20T18:43:08.618ZPlanning: Evaluating mediator changes ... Done
1742026-07-20T18:43:08.728ZPlanning: Checking for conflicting actions ... Done
1752026-07-20T18:43:08.737ZPlanning: Consolidating action changes ... Done
1762026-07-20T18:43:08.892ZPlanning: Evaluating mediators ... Done
1772026-07-20T18:43:08.895ZPlanning: Planning completed in 0.28 seconds
1782026-07-20T18:43:08.915Z Mediators to change: 2
1792026-07-20T18:43:08.915Z Create boot environment: No
1802026-07-20T18:43:08.921ZCreate backup boot environment: No
1812026-07-20T18:43:08.970ZFinalize: Updating package state database ... Done
1822026-07-20T18:43:08.970ZFinalize: Updating package cache ... Done
1832026-07-20T18:43:08.994ZFinalize: Updating image state ... Done
1842026-07-20T18:43:11.031ZFinalize: Creating fast lookup database ... Done
1852026-07-20T18:43:11.102ZFinalize: Reading search index ... Done
1862026-07-20T18:43:11.106ZFinalize: Updating search index ... Done
1872026-07-20T18:43:11.204ZFinalize: Updating package cache ... Done
1882026-07-20T18:43:11.279Z++ cargo --version
1892026-07-20T18:43:11.283Zcargo 1.90.0 (840b83a10 2025-07-30)
1902026-07-20T18:43:11.287Z++ rustc --version
1912026-07-20T18:43:11.309Zrustc 1.90.0 (1159e78c4 2025-09-14)
1922026-07-20T18:43:11.323Z+ banner copyrights
1932026-07-20T18:43:11.323Z
1942026-07-20T18:43:11.323Z #### #### ##### # # ##### # #### # # ##### ####
1952026-07-20T18:43:11.323Z # # # # # # # # # # # # # # # # #
1962026-07-20T18:43:11.323Z # # # # # # # # # # ###### # ####
1972026-07-20T18:43:11.323Z # # # ##### # ##### # # ### # # # #
1982026-07-20T18:43:11.323Z # # # # # # # # # # # # # # # #
1992026-07-20T18:43:11.323Z #### #### # # # # # #### # # # ####
2002026-07-20T18:43:11.323Z
2012026-07-20T18:43:11.323Z+ ./tools/check_copyrights.sh
2022026-07-20T18:43:11.612Zcommon/src/illumos.rs: Copyright with wrong year
2032026-07-20T18:43:12.413Zdpd/p4/headers.p4: Copyright with wrong year
2042026-07-20T18:43:12.890Zpacket/src/eth.rs: Copyright with wrong year
2052026-07-20T18:43:13.336Zpcap/build.rs: Copyright with wrong year
2062026-07-20T18:43:13.342Ztfportd/src/linklocal.rs: Copyright with wrong year
2072026-07-20T18:43:13.399Z+ banner clippy
2082026-07-20T18:43:13.404Z
2092026-07-20T18:43:13.404Z #### # # ##### ##### # #
2102026-07-20T18:43:13.404Z # # # # # # # # # #
2112026-07-20T18:43:13.404Z # # # # # # # #
2122026-07-20T18:43:13.404Z # # # ##### ##### #
2132026-07-20T18:43:13.404Z # # # # # # #
2142026-07-20T18:43:13.404Z #### ###### # # # #
2152026-07-20T18:43:13.404Z
2162026-07-20T18:43:13.404Z+ for feat in tofino_stub tofino_asic softnpu chaos
2172026-07-20T18:43:13.404Z+ cargo clippy --features tofino_stub -- --deny warnings
2182026-07-20T18:43:13.594Z Updating git repository `https://github.com/oxidecomputer/omicron`
2192026-07-20T18:43:23.694Z Updating crates.io index
2202026-07-20T18:43:23.732Z Updating git repository `https://github.com/illumos/smf-rs`
2212026-07-20T18:43:24.212Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-20T18:43:24.940Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2232026-07-20T18:43:25.269Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-07-20T18:43:25.537Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2252026-07-20T18:43:26.819Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2262026-07-20T18:43:27.154Z Updating git repository `https://github.com/oxidecomputer/ispf`
2272026-07-20T18:43:27.384Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2282026-07-20T18:43:27.667Z Updating git repository `https://github.com/oxidecomputer/lldp`
2292026-07-20T18:43:28.072Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2302026-07-20T18:43:28.299Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2312026-07-20T18:43:28.601Z Updating git repository `https://github.com/oxidecomputer/p4`
2322026-07-20T18:43:29.051Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-07-20T18:43:29.388Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-07-20T18:43:29.709Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352026-07-20T18:43:30.397Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362026-07-20T18:43:30.598Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2372026-07-20T18:43:30.930Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2382026-07-20T18:43:31.396Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2392026-07-20T18:43:31.930Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2402026-07-20T18:43:32.184Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2412026-07-20T18:43:33.962Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-07-20T18:43:34.280Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-20T18:43:34.899Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-07-20T18:43:36.280Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-07-20T18:43:36.943Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-07-20T18:43:37.199Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-07-20T18:43:37.579Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-07-20T18:43:39.504Z Downloading crates ...
2492026-07-20T18:43:39.567Z Downloaded adler2 v2.0.1
2502026-07-20T18:43:39.571Z Downloaded async-stream v0.3.6
2512026-07-20T18:43:39.575Z Downloaded async-recursion v1.1.1
2522026-07-20T18:43:39.586Z Downloaded base16ct v0.2.0
2532026-07-20T18:43:39.596Z Downloaded dof v0.4.0
2542026-07-20T18:43:39.596Z Downloaded data-encoding v2.9.0
2552026-07-20T18:43:39.596Z Downloaded cpufeatures v0.3.0
2562026-07-20T18:43:39.596Z Downloaded heck v0.4.1
2572026-07-20T18:43:39.599Z Downloaded globset v0.4.16
2582026-07-20T18:43:39.604Z Downloaded embedded-io v0.6.1
2592026-07-20T18:43:39.604Z Downloaded float-ord v0.3.2
2602026-07-20T18:43:39.608Z Downloaded hash32 v0.3.1
2612026-07-20T18:43:39.608Z Downloaded group v0.13.0
2622026-07-20T18:43:39.608Z Downloaded crossbeam-utils v0.8.21
2632026-07-20T18:43:39.611Z Downloaded highway v1.3.0
2642026-07-20T18:43:39.614Z Downloaded clap_lex v1.1.0
2652026-07-20T18:43:39.617Z Downloaded atomicwrites v0.4.4
2662026-07-20T18:43:39.617Z Downloaded aead v0.5.2
2672026-07-20T18:43:39.620Z Downloaded fixedbitset v0.4.2
2682026-07-20T18:43:39.624Z Downloaded block-buffer v0.12.0
2692026-07-20T18:43:39.624Z Downloaded anstyle-query v1.1.4
2702026-07-20T18:43:39.627Z Downloaded critical-section v1.2.0
2712026-07-20T18:43:39.630Z Downloaded getrandom v0.3.3
2722026-07-20T18:43:39.633Z Downloaded compression-core v0.4.32
2732026-07-20T18:43:39.633Z Downloaded block-buffer v0.10.4
2742026-07-20T18:43:39.637Z Downloaded embedded-io v0.4.0
2752026-07-20T18:43:39.637Z Downloaded cpufeatures v0.2.17
2762026-07-20T18:43:39.640Z Downloaded ff v0.13.1
2772026-07-20T18:43:39.642Z Downloaded hybrid-array v0.4.12
2782026-07-20T18:43:39.645Z Downloaded heck v0.5.0
2792026-07-20T18:43:39.645Z Downloaded enum-as-inner v0.6.1
2802026-07-20T18:43:39.647Z Downloaded crc8 v0.1.1
2812026-07-20T18:43:39.651Z Downloaded async-stream-impl v0.3.6
2822026-07-20T18:43:39.651Z Downloaded futures-macro v0.3.32
2832026-07-20T18:43:39.654Z Downloaded getrandom v0.4.2
2842026-07-20T18:43:39.658Z Downloaded foreign-types v0.5.0
2852026-07-20T18:43:39.658Z Downloaded form_urlencoded v1.2.2
2862026-07-20T18:43:39.662Z Downloaded arrayref v0.3.9
2872026-07-20T18:43:39.662Z Downloaded dtrace-parser v0.3.0
2882026-07-20T18:43:39.665Z Downloaded hostname v0.3.1
2892026-07-20T18:43:39.665Z Downloaded fastrand v2.3.0
2902026-07-20T18:43:39.667Z Downloaded dtrace-parser v0.2.0
2912026-07-20T18:43:39.672Z Downloaded git-stub v1.0.0
2922026-07-20T18:43:39.672Z Downloaded gethostname v0.5.0
2932026-07-20T18:43:39.675Z Downloaded foreign-types-shared v0.1.1
2942026-07-20T18:43:39.675Z Downloaded ciborium-io v0.2.2
2952026-07-20T18:43:39.678Z Downloaded dof v0.3.0
2962026-07-20T18:43:39.678Z Downloaded crossbeam-deque v0.8.6
2972026-07-20T18:43:39.682Z Downloaded colored v3.1.1
2982026-07-20T18:43:39.682Z Downloaded clap v4.6.1
2992026-07-20T18:43:39.688Z Downloaded http-body v1.0.1
3002026-07-20T18:43:39.690Z Downloaded hostname v0.4.2
3012026-07-20T18:43:39.695Z Downloaded hex v0.4.3
3022026-07-20T18:43:39.695Z Downloaded defmt v0.3.100
3032026-07-20T18:43:39.698Z Downloaded httpdate v1.0.3
3042026-07-20T18:43:39.698Z Downloaded generic-array v0.14.7
3052026-07-20T18:43:39.698Z Downloaded futures-task v0.3.32
3062026-07-20T18:43:39.701Z Downloaded futures-io v0.3.32
3072026-07-20T18:43:39.701Z Downloaded hubpack_derive v0.1.1
3082026-07-20T18:43:39.704Z Downloaded hyper-tls v0.6.0
3092026-07-20T18:43:39.704Z Downloaded futures-core v0.3.32
3102026-07-20T18:43:39.708Z Downloaded foreign-types v0.3.2
3112026-07-20T18:43:39.708Z Downloaded crucible-workspace-hack v0.1.0
3122026-07-20T18:43:39.711Z Downloaded hubpack v0.1.2
3132026-07-20T18:43:39.711Z Downloaded idna_adapter v1.2.1
3142026-07-20T18:43:39.716Z Downloaded dyn-clone v1.0.20
3152026-07-20T18:43:39.716Z Downloaded curve25519-dalek-derive v0.1.1
3162026-07-20T18:43:39.719Z Downloaded foreign-types-shared v0.3.1
3172026-07-20T18:43:39.719Z Downloaded indent_write v2.2.0
3182026-07-20T18:43:39.720Z Downloaded instant v0.1.13
3192026-07-20T18:43:39.723Z Downloaded inout v0.1.4
3202026-07-20T18:43:39.723Z Downloaded cmake v0.1.54
3212026-07-20T18:43:39.727Z Downloaded futures-sink v0.3.32
3222026-07-20T18:43:39.727Z Downloaded ident_case v1.0.1
3232026-07-20T18:43:39.730Z Downloaded debug-ignore v1.0.5
3242026-07-20T18:43:39.730Z Downloaded clang-sys v1.8.1
3252026-07-20T18:43:39.733Z Downloaded fs-err v3.1.2
3262026-07-20T18:43:39.737Z Downloaded find-msvc-tools v0.1.9
3272026-07-20T18:43:39.737Z Downloaded futures-executor v0.3.32
3282026-07-20T18:43:39.740Z Downloaded derive-ex v0.1.8
3292026-07-20T18:43:39.740Z Downloaded constant_time_eq v0.3.1
3302026-07-20T18:43:39.745Z Downloaded is_terminal_polyfill v1.70.1
3312026-07-20T18:43:39.745Z Downloaded itoa v1.0.15
3322026-07-20T18:43:39.748Z Downloaded is_ci v1.2.0
3332026-07-20T18:43:39.748Z Downloaded lazy_static v1.5.0
3342026-07-20T18:43:39.751Z Downloaded is-terminal v0.4.16
3352026-07-20T18:43:39.751Z Downloaded kstat-rs v0.2.4
3362026-07-20T18:43:39.754Z Downloaded lru-slab v0.1.2
3372026-07-20T18:43:39.754Z Downloaded lru-cache v0.1.2
3382026-07-20T18:43:39.757Z Downloaded match_cfg v0.1.0
3392026-07-20T18:43:39.757Z Downloaded memoffset v0.9.1
3402026-07-20T18:43:39.759Z Downloaded managed v0.8.0
3412026-07-20T18:43:39.759Z Downloaded daft v0.1.5
3422026-07-20T18:43:39.762Z Downloaded mime v0.3.17
3432026-07-20T18:43:39.766Z Downloaded const_format_proc_macros v0.2.34
3442026-07-20T18:43:39.766Z Downloaded chacha20 v0.9.1
3452026-07-20T18:43:39.768Z Downloaded base64ct v1.8.0
3462026-07-20T18:43:39.771Z Downloaded http-body-util v0.1.3
3472026-07-20T18:43:39.771Z Downloaded deranged v0.5.3
3482026-07-20T18:43:39.775Z Downloaded csv-core v0.1.12
3492026-07-20T18:43:39.779Z Downloaded bitflags v1.3.2
3502026-07-20T18:43:39.779Z Downloaded humantime v2.3.0
3512026-07-20T18:43:39.782Z Downloaded digest v0.10.7
3522026-07-20T18:43:39.782Z Downloaded foldhash v0.1.5
3532026-07-20T18:43:39.786Z Downloaded filetime v0.2.26
3542026-07-20T18:43:39.786Z Downloaded defmt v1.0.1
3552026-07-20T18:43:39.789Z Downloaded ingot-types v0.1.2
3562026-07-20T18:43:39.792Z Downloaded newtype_derive v0.1.6
3572026-07-20T18:43:39.792Z Downloaded newtype-uuid-macros v0.1.0
3582026-07-20T18:43:39.795Z Downloaded memmap v0.7.0
3592026-07-20T18:43:39.795Z Downloaded compression-codecs v0.4.32
3602026-07-20T18:43:39.798Z Downloaded num-derive v0.4.2
3612026-07-20T18:43:39.801Z Downloaded getrandom v0.2.16
3622026-07-20T18:43:39.804Z Downloaded newline-converter v0.3.0
3632026-07-20T18:43:39.804Z Downloaded bcs v0.1.6
3642026-07-20T18:43:39.807Z Downloaded num-conv v0.2.1
3652026-07-20T18:43:39.807Z Downloaded num-iter v0.1.45
3662026-07-20T18:43:39.812Z Downloaded num v0.4.3
3672026-07-20T18:43:39.812Z Downloaded ipnetwork v0.21.1
3682026-07-20T18:43:39.816Z Downloaded glob v0.3.3
3692026-07-20T18:43:39.816Z Downloaded olpc-cjson v0.1.4
3702026-07-20T18:43:39.816Z Downloaded linear-map v1.2.0
3712026-07-20T18:43:39.819Z Downloaded libsw v3.5.0
3722026-07-20T18:43:39.819Z Downloaded libloading v0.8.9
3732026-07-20T18:43:39.822Z Downloaded opaque-debug v0.3.1
3742026-07-20T18:43:39.822Z Downloaded omicron-workspace-hack v0.1.0
3752026-07-20T18:43:39.824Z Downloaded num_threads v0.1.7
3762026-07-20T18:43:39.825Z Downloaded openssl-probe v0.1.6
3772026-07-20T18:43:39.828Z Downloaded openssl-macros v0.1.1
3782026-07-20T18:43:39.828Z Downloaded percent-encoding v2.3.2
3792026-07-20T18:43:39.828Z Downloaded num_enum_derive v0.5.11
3802026-07-20T18:43:39.831Z Downloaded parse-display v0.10.0
3812026-07-20T18:43:39.831Z Downloaded phf_shared v0.12.1
3822026-07-20T18:43:39.834Z Downloaded lock_api v0.4.14
3832026-07-20T18:43:39.834Z Downloaded futures-channel v0.3.32
3842026-07-20T18:43:39.838Z Downloaded jobserver v0.1.34
3852026-07-20T18:43:39.838Z Downloaded bitflags v2.11.1
3862026-07-20T18:43:39.841Z Downloaded hmac v0.12.1
3872026-07-20T18:43:39.844Z Downloaded darling v0.21.3
3882026-07-20T18:43:39.847Z Downloaded anstream v1.0.0
3892026-07-20T18:43:39.850Z Downloaded displaydoc v0.2.5
3902026-07-20T18:43:39.850Z Downloaded daft-derive v0.1.5
3912026-07-20T18:43:39.853Z Downloaded clap_derive v4.6.1
3922026-07-20T18:43:39.856Z Downloaded hyper-rustls v0.27.7
3932026-07-20T18:43:39.860Z Downloaded httparse v1.10.1
3942026-07-20T18:43:39.863Z Downloaded ingot-macros v0.1.1
3952026-07-20T18:43:39.863Z Downloaded camino v1.2.3
3962026-07-20T18:43:39.866Z Downloaded libsw-core v0.3.2
3972026-07-20T18:43:39.866Z Downloaded newtype-uuid v1.3.2
3982026-07-20T18:43:39.869Z Downloaded plain v0.2.3
3992026-07-20T18:43:39.869Z Downloaded potential_utf v0.1.3
4002026-07-20T18:43:39.869Z Downloaded libscf-sys v1.2.0
4012026-07-20T18:43:39.873Z Downloaded ipnet v2.11.0
4022026-07-20T18:43:39.873Z Downloaded ingot v0.1.1
4032026-07-20T18:43:39.876Z Downloaded proc-macro-crate v1.3.1
4042026-07-20T18:43:39.876Z Downloaded num-complex v0.4.6
4052026-07-20T18:43:39.879Z Downloaded dropshot_endpoint v0.17.1
4062026-07-20T18:43:39.882Z Downloaded powerfmt v0.2.0
4072026-07-20T18:43:39.882Z Downloaded proc-macro-error-attr2 v2.0.0
4082026-07-20T18:43:39.885Z Downloaded num-integer v0.1.46
4092026-07-20T18:43:39.885Z Downloaded proc-macro-error-attr v1.0.4
4102026-07-20T18:43:39.889Z Downloaded progenitor-client v0.11.1
4112026-07-20T18:43:39.889Z Downloaded pretty-hex v0.4.1
4122026-07-20T18:43:39.889Z Downloaded progenitor-client v0.10.0
4132026-07-20T18:43:39.894Z Downloaded num-rational v0.4.2
4142026-07-20T18:43:39.894Z Downloaded num_enum v0.7.5
4152026-07-20T18:43:39.897Z Downloaded num_enum_derive v0.7.5
4162026-07-20T18:43:39.897Z Downloaded oxide-tokio-rt v0.1.2
4172026-07-20T18:43:39.900Z Downloaded litemap v0.8.0
4182026-07-20T18:43:39.901Z Downloaded digest v0.11.3
4192026-07-20T18:43:39.905Z Downloaded progenitor-macro v0.11.1
4202026-07-20T18:43:39.905Z Downloaded rand_chacha v0.3.1
4212026-07-20T18:43:39.908Z Downloaded quick-error v1.2.3
4222026-07-20T18:43:39.909Z Downloaded progenitor-macro v0.14.0
4232026-07-20T18:43:39.909Z Downloaded progenitor-macro v0.10.0
4242026-07-20T18:43:39.909Z Downloaded progenitor-client v0.14.0
4252026-07-20T18:43:39.912Z Downloaded parse-display-derive v0.10.0
4262026-07-20T18:43:39.912Z Downloaded cookie v0.18.1
4272026-07-20T18:43:39.915Z Downloaded rand_xorshift v0.4.0
4282026-07-20T18:43:39.915Z Downloaded crossbeam-epoch v0.9.18
4292026-07-20T18:43:39.926Z Downloaded phf v0.12.1
4302026-07-20T18:43:39.926Z Downloaded pest_generator v2.8.2
4312026-07-20T18:43:39.926Z Downloaded pem v3.0.5
4322026-07-20T18:43:39.926Z Downloaded dropshot_endpoint v0.16.7
4332026-07-20T18:43:39.926Z Downloaded elliptic-curve v0.13.8
4342026-07-20T18:43:39.926Z Downloaded native-tls v0.2.14
4352026-07-20T18:43:39.936Z Downloaded half v2.7.1
4362026-07-20T18:43:39.936Z Downloaded iana-time-zone v0.1.64
4372026-07-20T18:43:39.936Z Downloaded pin-project-lite v0.2.16
4382026-07-20T18:43:39.939Z Downloaded pkg-config v0.3.32
4392026-07-20T18:43:39.940Z Downloaded icu_normalizer v2.0.0
4402026-07-20T18:43:39.944Z Downloaded const_format v0.2.34
4412026-07-20T18:43:39.944Z Downloaded icu_provider v2.0.0
4422026-07-20T18:43:39.948Z Downloaded ref-cast-impl v1.0.25
4432026-07-20T18:43:39.948Z Downloaded poly1305 v0.8.0
4442026-07-20T18:43:39.952Z Downloaded ref-cast v1.0.25
4452026-07-20T18:43:39.952Z Downloaded rustc-hash v2.1.1
4462026-07-20T18:43:39.952Z Downloaded rustc_version v0.4.1
4472026-07-20T18:43:39.996Z Downloaded progenitor v0.11.1
4482026-07-20T18:43:39.996Z Downloaded proc-macro-error v1.0.4
4492026-07-20T18:43:39.996Z Downloaded num_enum v0.5.11
4502026-07-20T18:43:39.996Z Downloaded same-file v1.0.6
4512026-07-20T18:43:39.996Z Downloaded progenitor v0.10.0
4522026-07-20T18:43:39.996Z Downloaded proc-macro-error2 v2.0.1
4532026-07-20T18:43:39.996Z Downloaded omicron-zone-package v0.12.2
4542026-07-20T18:43:39.996Z Downloaded progenitor v0.14.0
4552026-07-20T18:43:39.996Z Downloaded parking_lot_core v0.9.12
4562026-07-20T18:43:39.996Z Downloaded paste v1.0.15
4572026-07-20T18:43:39.997Z Downloaded scopeguard v1.2.0
4582026-07-20T18:43:39.997Z Downloaded scroll_derive v0.12.1
4592026-07-20T18:43:39.997Z Downloaded parking_lot v0.12.5
4602026-07-20T18:43:39.997Z Downloaded once_cell v1.21.3
4612026-07-20T18:43:39.997Z Downloaded pest_meta v2.8.2
4622026-07-20T18:43:39.997Z Downloaded rand_core v0.9.3
4632026-07-20T18:43:39.997Z Downloaded chacha20poly1305 v0.10.1
4642026-07-20T18:43:39.997Z Downloaded quote v1.0.45
4652026-07-20T18:43:39.997Z Downloaded serde-big-array v0.5.1
4662026-07-20T18:43:39.997Z Downloaded secrecy v0.10.3
4672026-07-20T18:43:39.997Z Downloaded icu_normalizer_data v2.0.0
4682026-07-20T18:43:39.997Z Downloaded rand_core v0.6.4
4692026-07-20T18:43:39.997Z Downloaded futures-util v0.3.32
4702026-07-20T18:43:40.003Z Downloaded semver v0.1.20
4712026-07-20T18:43:40.007Z Downloaded rand_chacha v0.9.0
4722026-07-20T18:43:40.007Z Downloaded resolv-conf v0.7.5
4732026-07-20T18:43:40.007Z Downloaded icu_locale_core v2.0.0
4742026-07-20T18:43:40.011Z Downloaded password-hash v0.5.0
4752026-07-20T18:43:40.011Z Downloaded derive-where v1.6.0
4762026-07-20T18:43:40.014Z Downloaded serde_spanned v0.6.9
4772026-07-20T18:43:40.014Z Downloaded serde_repr v0.1.20
4782026-07-20T18:43:40.017Z Downloaded search_path v0.1.4
4792026-07-20T18:43:40.017Z Downloaded scroll_derive v0.13.1
4802026-07-20T18:43:40.017Z Downloaded bytes v1.12.0
4812026-07-20T18:43:40.020Z Downloaded postcard v1.1.3
4822026-07-20T18:43:40.023Z Downloaded rustc_version v0.1.7
4832026-07-20T18:43:40.023Z Downloaded dropshot-api-manager v0.7.2
4842026-07-20T18:43:40.026Z Downloaded sha1 v0.11.0
4852026-07-20T18:43:40.030Z Downloaded serde_urlencoded v0.7.1
4862026-07-20T18:43:40.030Z Downloaded sigpipe v0.1.3
4872026-07-20T18:43:40.030Z Downloaded sha1 v0.10.6
4882026-07-20T18:43:40.033Z Downloaded rustls-pemfile v2.2.0
4892026-07-20T18:43:40.033Z Downloaded num-traits v0.2.19
4902026-07-20T18:43:40.036Z Downloaded serde_spanned v1.1.1
4912026-07-20T18:43:40.036Z Downloaded rusty-fork v0.3.0
4922026-07-20T18:43:40.040Z Downloaded signal-hook-tokio v0.4.0
4932026-07-20T18:43:40.040Z Downloaded siphasher v1.0.1
4942026-07-20T18:43:40.040Z Downloaded rustversion v1.0.22
4952026-07-20T18:43:40.046Z Downloaded papergrid v0.11.0
4962026-07-20T18:43:40.046Z Downloaded jiff-static v0.2.15
4972026-07-20T18:43:40.049Z Downloaded scroll v0.12.0
4982026-07-20T18:43:40.049Z Downloaded schemars_derive v0.8.22
4992026-07-20T18:43:40.049Z Downloaded miniz_oxide v0.8.9
5002026-07-20T18:43:40.052Z Downloaded oxnet v0.1.6
5012026-07-20T18:43:40.052Z Downloaded log v0.4.29
5022026-07-20T18:43:40.062Z Downloaded smawk v0.3.2
5032026-07-20T18:43:40.062Z Downloaded pest_derive v2.8.2
5042026-07-20T18:43:40.066Z Downloaded base64 v0.22.1
5052026-07-20T18:43:40.066Z Downloaded scroll v0.13.0
5062026-07-20T18:43:40.066Z Downloaded crypto-bigint v0.5.5
5072026-07-20T18:43:40.066Z Downloaded stable_deref_trait v1.2.0
5082026-07-20T18:43:40.070Z Downloaded darling_core v0.21.3
5092026-07-20T18:43:40.070Z Downloaded strum v0.27.2
5102026-07-20T18:43:40.076Z Downloaded strum v0.26.3
5112026-07-20T18:43:40.076Z Downloaded structmeta-derive v0.3.0
5122026-07-20T18:43:40.076Z Downloaded curl v0.4.50
5132026-07-20T18:43:40.076Z Downloaded crossbeam-channel v0.5.15
5142026-07-20T18:43:40.080Z Downloaded structmeta v0.3.0
5152026-07-20T18:43:40.080Z Downloaded supports-color v3.0.2
5162026-07-20T18:43:40.083Z Downloaded subtle v2.6.1
5172026-07-20T18:43:40.083Z Downloaded strum v0.28.0
5182026-07-20T18:43:40.083Z Downloaded strsim v0.11.1
5192026-07-20T18:43:40.083Z Downloaded icu_collections v2.0.0
5202026-07-20T18:43:40.090Z Downloaded hickory-resolver v0.25.2
5212026-07-20T18:43:40.090Z Downloaded heapless v0.8.0
5222026-07-20T18:43:40.100Z Downloaded serde_plain v1.0.2
5232026-07-20T18:43:40.100Z Downloaded sync_wrapper v1.0.2
5242026-07-20T18:43:40.100Z Downloaded tabled_derive v0.11.0
5252026-07-20T18:43:40.100Z Downloaded tabled_derive v0.7.0
5262026-07-20T18:43:40.119Z Downloaded swrite v0.1.0
5272026-07-20T18:43:40.119Z Downloaded tabwriter v1.4.1
5282026-07-20T18:43:40.119Z Downloaded serde_path_to_error v0.1.20
5292026-07-20T18:43:40.119Z Downloaded testing_table v0.3.0
5302026-07-20T18:43:40.119Z Downloaded serde_tokenstream v0.2.3
5312026-07-20T18:43:40.119Z Downloaded terminal_size v0.4.3
5322026-07-20T18:43:40.119Z Downloaded proc-macro2 v1.0.106
5332026-07-20T18:43:40.119Z Downloaded serde_derive_internals v0.29.1
5342026-07-20T18:43:40.119Z Downloaded async-compression v0.4.33
5352026-07-20T18:43:40.119Z Downloaded take_mut v0.2.2
5362026-07-20T18:43:40.120Z Downloaded tagptr v0.2.0
5372026-07-20T18:43:40.120Z Downloaded signal-hook-registry v1.4.6
5382026-07-20T18:43:40.120Z Downloaded shlex v2.0.1
5392026-07-20T18:43:40.120Z Downloaded slog-term v2.9.2
5402026-07-20T18:43:40.120Z Downloaded slog-json v2.6.1
5412026-07-20T18:43:40.120Z Downloaded shlex v1.3.0
5422026-07-20T18:43:40.120Z Downloaded ryu v1.0.20
5432026-07-20T18:43:40.134Z Downloaded ppv-lite86 v0.2.21
5442026-07-20T18:43:40.134Z Downloaded termtree v0.5.1
5452026-07-20T18:43:40.134Z Downloaded thread-id v5.0.0
5462026-07-20T18:43:40.134Z Downloaded thiserror-impl-no-std v2.0.2
5472026-07-20T18:43:40.134Z Downloaded flate2 v1.1.2
5482026-07-20T18:43:40.134Z Downloaded thread-id v4.2.2
5492026-07-20T18:43:40.134Z Downloaded semver v1.0.28
5502026-07-20T18:43:40.134Z Downloaded papergrid v0.17.0
5512026-07-20T18:43:40.134Z Downloaded progenitor-impl v0.11.1
5522026-07-20T18:43:40.141Z Downloaded progenitor-impl v0.10.0
5532026-07-20T18:43:40.141Z Downloaded cc v1.2.64
5542026-07-20T18:43:40.141Z Downloaded quinn-udp v0.5.14
5552026-07-20T18:43:40.141Z Downloaded pin-project v1.1.10
5562026-07-20T18:43:40.159Z Downloaded tinyvec_macros v0.1.1
5572026-07-20T18:43:40.160Z Downloaded time-core v0.1.8
5582026-07-20T18:43:40.160Z Downloaded strum_macros v0.26.4
5592026-07-20T18:43:40.160Z Downloaded snafu-derive v0.8.9
5602026-07-20T18:43:40.160Z Downloaded openssl-sys v0.9.117
5612026-07-20T18:43:40.160Z Downloaded synstructure v0.13.2
5622026-07-20T18:43:40.160Z Downloaded strum_macros v0.28.0
5632026-07-20T18:43:40.160Z Downloaded hashbrown v0.12.3
5642026-07-20T18:43:40.160Z Downloaded hickory-resolver v0.24.4
5652026-07-20T18:43:40.182Z Downloaded strum_macros v0.27.2
5662026-07-20T18:43:40.182Z Downloaded expectorate v1.2.0
5672026-07-20T18:43:40.182Z Downloaded minimal-lexical v0.2.1
5682026-07-20T18:43:40.182Z Downloaded smf v0.2.3
5692026-07-20T18:43:40.182Z Downloaded serde_with_macros v3.14.1
5702026-07-20T18:43:40.182Z Downloaded rustls-pki-types v1.12.0
5712026-07-20T18:43:40.182Z Downloaded prettyplease v0.2.37
5722026-07-20T18:43:40.183Z Downloaded indexmap v2.14.0
5732026-07-20T18:43:40.183Z Downloaded slog-dtrace v0.3.0
5742026-07-20T18:43:40.183Z Downloaded topological-sort v0.2.2
5752026-07-20T18:43:40.183Z Downloaded try-lock v0.2.5
5762026-07-20T18:43:40.183Z Downloaded tower-service v0.3.3
5772026-07-20T18:43:40.183Z Downloaded tower-layer v0.3.3
5782026-07-20T18:43:40.183Z Downloaded slog-bunyan v2.5.0
5792026-07-20T18:43:40.186Z Downloaded slog-async v2.8.0
5802026-07-20T18:43:40.186Z Downloaded sha2 v0.10.9
5812026-07-20T18:43:40.186Z Downloaded slab v0.4.11
5822026-07-20T18:43:40.193Z Downloaded pin-project-internal v1.1.10
5832026-07-20T18:43:40.193Z Downloaded allocator-api2 v0.2.21
5842026-07-20T18:43:40.193Z Downloaded schemars v0.8.22
5852026-07-20T18:43:40.196Z Downloaded thread_local v1.1.9
5862026-07-20T18:43:40.210Z Downloaded unarray v0.1.4
5872026-07-20T18:43:40.210Z Downloaded thiserror-impl v1.0.69
5882026-07-20T18:43:40.210Z Downloaded spin v0.9.8
5892026-07-20T18:43:40.210Z Downloaded thiserror v1.0.69
5902026-07-20T18:43:40.210Z Downloaded hashbrown v0.15.5
5912026-07-20T18:43:40.210Z Downloaded tokio-macros v2.7.0
5922026-07-20T18:43:40.210Z Downloaded rayon-core v1.13.0
5932026-07-20T18:43:40.230Z Downloaded progenitor-impl v0.14.0
5942026-07-20T18:43:40.230Z Downloaded memchr v2.7.5
5952026-07-20T18:43:40.230Z Downloaded unicode-linebreak v0.1.5
5962026-07-20T18:43:40.230Z Downloaded typify-macro v0.6.2
5972026-07-20T18:43:40.230Z Downloaded thiserror-no-std v2.0.2
5982026-07-20T18:43:40.230Z Downloaded tokio-dtrace v0.1.1
5992026-07-20T18:43:40.230Z Downloaded untrusted v0.9.0
6002026-07-20T18:43:40.230Z Downloaded tokio-native-tls v0.3.1
6012026-07-20T18:43:40.230Z Downloaded tinystr v0.8.1
6022026-07-20T18:43:40.230Z Downloaded time-macros v0.2.27
6032026-07-20T18:43:40.230Z Downloaded static_assertions v1.1.0
6042026-07-20T18:43:40.230Z Downloaded thiserror-impl v2.0.18
6052026-07-20T18:43:40.230Z Downloaded usdt v0.6.0
6062026-07-20T18:43:40.230Z Downloaded usdt v0.5.0
6072026-07-20T18:43:40.234Z Downloaded mio v1.2.1
6082026-07-20T18:43:40.234Z Downloaded smallvec v1.15.1
6092026-07-20T18:43:40.234Z Downloaded futures v0.3.32
6102026-07-20T18:43:40.238Z Downloaded toml_datetime v0.6.11
6112026-07-20T18:43:40.238Z Downloaded hyper-util v0.1.20
6122026-07-20T18:43:40.263Z Downloaded utf8parse v0.2.2
6132026-07-20T18:43:40.263Z Downloaded http v1.4.2
6142026-07-20T18:43:40.263Z Downloaded usdt-macro v0.6.0
6152026-07-20T18:43:40.263Z Downloaded untrusted v0.7.1
6162026-07-20T18:43:40.263Z Downloaded universal-hash v0.5.1
6172026-07-20T18:43:40.263Z Downloaded multer v3.1.0
6182026-07-20T18:43:40.263Z Downloaded memmap2 v0.9.8
6192026-07-20T18:43:40.263Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6202026-07-20T18:43:40.263Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6212026-07-20T18:43:40.263Z Downloaded term v1.2.0
6222026-07-20T18:43:40.263Z Downloaded signal-hook v0.4.4
6232026-07-20T18:43:40.263Z Downloaded serde_yaml v0.9.34+deprecated
6242026-07-20T18:43:40.263Z Downloaded waitgroup v0.1.2
6252026-07-20T18:43:40.263Z Downloaded wait-timeout v0.2.1
6262026-07-20T18:43:40.263Z Downloaded usdt-macro v0.5.0
6272026-07-20T18:43:40.263Z Downloaded want v0.3.1
6282026-07-20T18:43:40.263Z Downloaded utf8_iter v1.0.4
6292026-07-20T18:43:40.264Z Downloaded toml_writer v1.1.1+spec-1.1.0
6302026-07-20T18:43:40.264Z Downloaded toml_write v0.1.2
6312026-07-20T18:43:40.264Z Downloaded usdt-attr-macro v0.6.0
6322026-07-20T18:43:40.264Z Downloaded indexmap v1.9.3
6332026-07-20T18:43:40.267Z Downloaded icu_properties v2.0.1
6342026-07-20T18:43:40.267Z Downloaded slog v2.8.2
6352026-07-20T18:43:40.267Z Downloaded schemars v0.9.0
6362026-07-20T18:43:40.273Z Downloaded rand v0.8.5
6372026-07-20T18:43:40.277Z Downloaded xattr v1.6.1
6382026-07-20T18:43:40.277Z Downloaded thiserror v2.0.18
6392026-07-20T18:43:40.281Z Downloaded clap_builder v4.6.0
6402026-07-20T18:43:40.296Z Downloaded zerofrom v0.1.6
6412026-07-20T18:43:40.296Z Downloaded yoke-derive v0.8.0
6422026-07-20T18:43:40.296Z Downloaded tempfile v3.27.0
6432026-07-20T18:43:40.296Z Downloaded quinn v0.11.9
6442026-07-20T18:43:40.296Z Downloaded scuffle v0.1.0
6452026-07-20T18:43:40.296Z Downloaded typify-macro v0.4.3
6462026-07-20T18:43:40.296Z Downloaded tokio-stream v0.1.17
6472026-07-20T18:43:40.296Z Downloaded tokio-rustls v0.25.0
6482026-07-20T18:43:40.296Z Downloaded socket2 v0.6.4
6492026-07-20T18:43:40.297Z Downloaded serde_derive v1.0.228
6502026-07-20T18:43:40.305Z Downloaded zeroize_derive v1.4.3
6512026-07-20T18:43:40.305Z Downloaded zerofrom-derive v0.1.6
6522026-07-20T18:43:40.305Z Downloaded serde_core v1.0.228
6532026-07-20T18:43:40.305Z Downloaded drift v0.2.0
6542026-07-20T18:43:40.313Z Downloaded toml v0.8.23
6552026-07-20T18:43:40.313Z Downloaded tokio-rustls v0.26.4
6562026-07-20T18:43:40.313Z Downloaded hkdf v0.12.4
6572026-07-20T18:43:40.313Z Downloaded unicode-xid v0.2.6
6582026-07-20T18:43:40.313Z Downloaded derive_more v0.99.20
6592026-07-20T18:43:40.317Z Downloaded owo-colors v4.3.0
6602026-07-20T18:43:40.317Z Downloaded const-oid v0.10.2
6612026-07-20T18:43:40.317Z Downloaded zone_cfg_derive v0.3.1
6622026-07-20T18:43:40.322Z Downloaded usdt-attr-macro v0.5.0
6632026-07-20T18:43:40.322Z Downloaded cancel-safe-futures v0.1.5
6642026-07-20T18:43:40.322Z Downloaded anyhow v1.0.102
6652026-07-20T18:43:40.322Z Downloaded vsss-rs v3.3.4
6662026-07-20T18:43:40.326Z Downloaded version_check v0.9.5
6672026-07-20T18:43:40.326Z Downloaded usdt-impl v0.5.0
6682026-07-20T18:43:40.326Z Downloaded toml_parser v1.1.2+spec-1.1.0
6692026-07-20T18:43:40.326Z Downloaded textwrap v0.16.2
6702026-07-20T18:43:40.334Z Downloaded usdt-impl v0.6.0
6712026-07-20T18:43:40.334Z Downloaded console v0.15.11
6722026-07-20T18:43:40.334Z Downloaded walkdir v2.5.0
6732026-07-20T18:43:40.334Z Downloaded async-trait v0.1.89
6742026-07-20T18:43:40.334Z Downloaded arrayvec v0.7.6
6752026-07-20T18:43:40.338Z Downloaded macaddr v1.0.1
6762026-07-20T18:43:40.338Z Downloaded linked-hash-map v0.5.6
6772026-07-20T18:43:40.338Z Downloaded keccak v0.1.6
6782026-07-20T18:43:40.338Z Downloaded internet-checksum v0.2.1
6792026-07-20T18:43:40.338Z Downloaded cipher v0.4.4
6802026-07-20T18:43:40.343Z Downloaded tracing-attributes v0.1.30
6812026-07-20T18:43:40.343Z Downloaded whoami v1.6.1
6822026-07-20T18:43:40.343Z Downloaded test-strategy v0.4.3
6832026-07-20T18:43:40.347Z Downloaded similar v2.7.0
6842026-07-20T18:43:40.347Z Downloaded snafu v0.8.9
6852026-07-20T18:43:40.356Z Downloaded writeable v0.6.1
6862026-07-20T18:43:40.356Z Downloaded serde v1.0.228
6872026-07-20T18:43:40.360Z Downloaded rand v0.9.3
6882026-07-20T18:43:40.360Z Downloaded tinyvec v1.10.0
6892026-07-20T18:43:40.360Z Downloaded rustls-webpki v0.103.6
6902026-07-20T18:43:40.360Z Downloaded ucd-trie v0.1.7
6912026-07-20T18:43:40.360Z Downloaded cexpr v0.6.0
6922026-07-20T18:43:40.360Z Downloaded zeroize v1.8.1
6932026-07-20T18:43:40.378Z Downloaded backoff v0.4.0
6942026-07-20T18:43:40.378Z Downloaded argon2 v0.5.3
6952026-07-20T18:43:40.378Z Downloaded fixedbitset v0.5.7
6962026-07-20T18:43:40.378Z Downloaded zerovec-derive v0.11.1
6972026-07-20T18:43:40.378Z Downloaded toml v0.9.12+spec-1.1.0
6982026-07-20T18:43:40.378Z Downloaded toml v0.7.8
6992026-07-20T18:43:40.378Z Downloaded anstyle v1.0.14
7002026-07-20T18:43:40.378Z Downloaded zmij v1.0.17
7012026-07-20T18:43:40.378Z Downloaded toml v1.1.2+spec-1.1.0
7022026-07-20T18:43:40.379Z Downloaded zone v0.3.1
7032026-07-20T18:43:40.379Z Downloaded iddqd v0.3.18
7042026-07-20T18:43:40.383Z Downloaded defmt-parser v1.0.0
7052026-07-20T18:43:40.383Z Downloaded crc32fast v1.5.0
7062026-07-20T18:43:40.383Z Downloaded vergen v8.3.2
7072026-07-20T18:43:40.383Z Downloaded tar v0.4.45
7082026-07-20T18:43:40.386Z Downloaded ciborium v0.2.2
7092026-07-20T18:43:40.386Z Downloaded blake2 v0.10.6
7102026-07-20T18:43:40.387Z Downloaded qorb v0.4.1
7112026-07-20T18:43:40.399Z Downloaded itertools v0.12.1
7122026-07-20T18:43:40.419Z Downloaded iri-string v0.7.8
7132026-07-20T18:43:40.419Z Downloaded typify v0.6.2
7142026-07-20T18:43:40.419Z Downloaded yoke v0.8.0
7152026-07-20T18:43:40.419Z Downloaded typify v0.4.3
7162026-07-20T18:43:40.419Z Downloaded tracing-core v0.1.34
7172026-07-20T18:43:40.419Z Downloaded anstyle-parse v1.0.0
7182026-07-20T18:43:40.419Z Downloaded fnv v1.0.7
7192026-07-20T18:43:40.419Z Downloaded steno v0.4.1
7202026-07-20T18:43:40.419Z Downloaded errno v0.3.14
7212026-07-20T18:43:40.419Z Downloaded crypto-common v0.2.2
7222026-07-20T18:43:40.419Z Downloaded ciborium-ll v0.2.2
7232026-07-20T18:43:40.419Z Downloaded foreign-types-macros v0.2.3
7242026-07-20T18:43:40.420Z Downloaded dunce v1.0.5
7252026-07-20T18:43:40.420Z Downloaded cstr-argument v0.1.2
7262026-07-20T18:43:40.420Z Downloaded cobs v0.3.0
7272026-07-20T18:43:40.420Z Downloaded darling_macro v0.21.3
7282026-07-20T18:43:40.420Z Downloaded colorchoice v1.0.4
7292026-07-20T18:43:40.420Z Downloaded cfg_aliases v0.2.1
7302026-07-20T18:43:40.420Z Downloaded erased-serde v0.3.31
7312026-07-20T18:43:40.420Z Downloaded zerocopy-derive v0.7.35
7322026-07-20T18:43:40.420Z Downloaded crypto-common v0.1.6
7332026-07-20T18:43:40.420Z Downloaded convert_case v0.4.0
7342026-07-20T18:43:40.420Z Downloaded camino-tempfile v1.4.1
7352026-07-20T18:43:40.420Z Downloaded bytecount v0.6.9
7362026-07-20T18:43:40.425Z Downloaded hashbrown v0.17.1
7372026-07-20T18:43:40.425Z Downloaded hashbrown v0.16.1
7382026-07-20T18:43:40.429Z Downloaded bit-vec v0.8.0
7392026-07-20T18:43:40.429Z Downloaded bit-set v0.8.0
7402026-07-20T18:43:40.429Z Downloaded either v1.15.0
7412026-07-20T18:43:40.429Z Downloaded unsafe-libyaml v0.2.11
7422026-07-20T18:43:40.432Z Downloaded idna v1.1.0
7432026-07-20T18:43:40.432Z Downloaded nom v7.1.3
7442026-07-20T18:43:40.436Z Downloaded atomic-waker v1.1.2
7452026-07-20T18:43:40.436Z Downloaded dropshot-api-manager-types v0.7.2
7462026-07-20T18:43:40.436Z Downloaded cfg-if v1.0.4
7472026-07-20T18:43:40.436Z Downloaded cargo-platform v0.1.9
7482026-07-20T18:43:40.439Z Downloaded uuid v1.23.3
7492026-07-20T18:43:40.439Z Downloaded schemars v1.2.0
7502026-07-20T18:43:40.446Z Downloaded unicode-ident v1.0.24
7512026-07-20T18:43:40.449Z Downloaded libm v0.2.15
7522026-07-20T18:43:40.453Z Downloaded git-stub-vcs v0.1.0
7532026-07-20T18:43:40.456Z Downloaded foldhash v0.2.0
7542026-07-20T18:43:40.456Z Downloaded hyper v1.10.1
7552026-07-20T18:43:40.461Z Downloaded fs_extra v1.3.0
7562026-07-20T18:43:40.461Z Downloaded cargo_metadata v0.18.1
7572026-07-20T18:43:40.492Z Downloaded blake3 v1.8.2
7582026-07-20T18:43:40.519Z Downloaded pest v2.8.2
7592026-07-20T18:43:40.519Z Downloaded h2 v0.4.14
7602026-07-20T18:43:40.519Z Downloaded equivalent v1.0.2
7612026-07-20T18:43:40.519Z Downloaded defmt-macros v1.0.1
7622026-07-20T18:43:40.519Z Downloaded byteorder v1.5.0
7632026-07-20T18:43:40.519Z Downloaded autocfg v1.5.0
7642026-07-20T18:43:40.519Z Downloaded toml_edit v0.22.27
7652026-07-20T18:43:40.519Z Downloaded itertools v0.14.0
7662026-07-20T18:43:40.519Z Downloaded tracing v0.1.41
7672026-07-20T18:43:40.519Z Downloaded zerotrie v0.2.2
7682026-07-20T18:43:40.519Z Downloaded url v2.5.7
7692026-07-20T18:43:40.519Z Downloaded goblin v0.8.2
7702026-07-20T18:43:40.523Z Downloaded icu_properties_data v2.0.1
7712026-07-20T18:43:40.523Z Downloaded toml_edit v0.19.15
7722026-07-20T18:43:40.565Z Downloaded regex v1.12.4
7732026-07-20T18:43:40.568Z Downloaded iddqd v0.4.5
7742026-07-20T18:43:40.568Z Downloaded tower v0.5.2
7752026-07-20T18:43:40.568Z Downloaded reqwest v0.12.23
7762026-07-20T18:43:40.568Z Downloaded aho-corasick v1.1.3
7772026-07-20T18:43:40.568Z Downloaded reqwest v0.13.2
7782026-07-20T18:43:40.569Z Downloaded unicode-segmentation v1.12.0
7792026-07-20T18:43:40.575Z Downloaded typenum v1.20.1
7802026-07-20T18:43:40.582Z Downloaded git2 v0.19.0
7812026-07-20T18:43:40.599Z Downloaded rayon v1.11.0
7822026-07-20T18:43:40.605Z Downloaded aws-lc-rs v1.16.2
7832026-07-20T18:43:40.609Z Downloaded tokio-util v0.7.16
7842026-07-20T18:43:40.614Z Downloaded tower-http v0.6.8
7852026-07-20T18:43:40.621Z Downloaded zerocopy-derive v0.8.27
7862026-07-20T18:43:40.639Z Downloaded chrono v0.4.45
7872026-07-20T18:43:40.639Z Downloaded unicode-normalization v0.1.24
7882026-07-20T18:43:40.639Z Downloaded serde_json v1.0.150
7892026-07-20T18:43:40.639Z Downloaded zerovec v0.11.4
7902026-07-20T18:43:40.639Z Downloaded tough v0.20.0
7912026-07-20T18:43:40.643Z Downloaded typed-path v0.9.3
7922026-07-20T18:43:40.643Z Downloaded rustls-webpki v0.102.8
7932026-07-20T18:43:40.653Z Downloaded proptest v1.8.0
7942026-07-20T18:43:40.658Z Downloaded portable-atomic v1.11.1
7952026-07-20T18:43:40.663Z Downloaded bindgen v0.72.1
7962026-07-20T18:43:40.677Z Downloaded goblin v0.10.1
7972026-07-20T18:43:40.691Z Downloaded serde_with v3.14.1
7982026-07-20T18:43:40.702Z Downloaded zerocopy v0.7.35
7992026-07-20T18:43:40.706Z Downloaded winnow v1.0.3
8002026-07-20T18:43:40.712Z Downloaded winnow v0.7.14
8012026-07-20T18:43:40.716Z Downloaded quinn-proto v0.11.14
8022026-07-20T18:43:40.721Z Downloaded moka v0.12.11
8032026-07-20T18:43:40.726Z Downloaded winnow v0.5.40
8042026-07-20T18:43:40.731Z Downloaded tabled v0.15.0
8052026-07-20T18:43:40.739Z Downloaded curve25519-dalek v4.1.3
8062026-07-20T18:43:40.744Z Downloaded hickory-proto v0.24.4
8072026-07-20T18:43:40.753Z Downloaded tabled v0.20.0
8082026-07-20T18:43:40.763Z Downloaded dropshot v0.17.1
8092026-07-20T18:43:40.784Z Downloaded time v0.3.47
8102026-07-20T18:43:40.790Z Downloaded zerocopy v0.8.27
8112026-07-20T18:43:40.802Z Downloaded vcpkg v0.2.15
8122026-07-20T18:43:40.825Z Downloaded unicode-width v0.1.14
8132026-07-20T18:43:40.874Z Downloaded smoltcp v0.11.0
8142026-07-20T18:43:40.874Z Downloaded unicode-width v0.2.1
8152026-07-20T18:43:40.874Z Downloaded nix v0.30.1
8162026-07-20T18:43:40.874Z Downloaded syn v2.0.118
8172026-07-20T18:43:40.874Z Downloaded hickory-proto v0.25.2
8182026-07-20T18:43:40.874Z Downloaded webpki-roots v1.0.2
8192026-07-20T18:43:40.874Z Downloaded regress v0.11.1
8202026-07-20T18:43:40.874Z Downloaded rustls v0.23.40
8212026-07-20T18:43:40.878Z Downloaded rustix v0.38.44
8222026-07-20T18:43:40.886Z Downloaded rustix v1.1.4
8232026-07-20T18:43:40.899Z Downloaded openapiv3 v2.2.0
8242026-07-20T18:43:40.905Z Downloaded rustls v0.22.4
8252026-07-20T18:43:40.912Z Downloaded regress v0.10.5
8262026-07-20T18:43:40.917Z Downloaded regex-syntax v0.8.11
8272026-07-20T18:43:40.922Z Downloaded syn v1.0.109
8282026-07-20T18:43:40.928Z Downloaded openssl v0.10.81
8292026-07-20T18:43:40.933Z Downloaded dropshot v0.16.7
8302026-07-20T18:43:40.945Z Downloaded bstr v1.12.0
8312026-07-20T18:43:40.980Z Downloaded typify-impl v0.6.2
8322026-07-20T18:43:40.995Z Downloaded typify-impl v0.4.3
8332026-07-20T18:43:41.004Z Downloaded regex-automata v0.4.13
8342026-07-20T18:43:41.022Z Downloaded petgraph v0.6.5
8352026-07-20T18:43:41.049Z Downloaded jiff v0.2.15
8362026-07-20T18:43:41.060Z Downloaded petgraph v0.8.2
8372026-07-20T18:43:41.071Z Downloaded libc v0.2.186
8382026-07-20T18:43:41.091Z Downloaded libz-sys v1.1.22
8392026-07-20T18:43:41.102Z Downloaded chrono-tz v0.10.4
8402026-07-20T18:43:41.112Z Downloaded sha3 v0.10.8
8412026-07-20T18:43:41.116Z Downloaded csv v1.4.0
8422026-07-20T18:43:41.169Z Downloaded tokio v1.52.3
8432026-07-20T18:43:41.206Z Downloaded encoding_rs v0.8.35
8442026-07-20T18:43:41.227Z Downloaded libgit2-sys v0.17.0+1.8.1
8452026-07-20T18:43:41.306Z Downloaded ring v0.17.14
8462026-07-20T18:43:41.340Z Downloaded curl-sys v0.4.89+curl-8.20.0
8472026-07-20T18:43:41.857Z Downloaded aws-lc-sys v0.39.1
8482026-07-20T18:43:42.174Z Compiling proc-macro2 v1.0.106
8492026-07-20T18:43:42.174Z Compiling quote v1.0.45
8502026-07-20T18:43:42.178Z Compiling unicode-ident v1.0.24
8512026-07-20T18:43:42.178Z Compiling serde_core v1.0.228
8522026-07-20T18:43:42.178Z Compiling serde v1.0.228
8532026-07-20T18:43:42.178Z Compiling libc v0.2.186
8542026-07-20T18:43:42.178Z Checking cfg-if v1.0.4
8552026-07-20T18:43:42.446Z Compiling zmij v1.0.17
8562026-07-20T18:43:42.503Z Compiling autocfg v1.5.0
8572026-07-20T18:43:42.827Z Compiling memchr v2.7.5
8582026-07-20T18:43:42.830Z Compiling libm v0.2.15
8592026-07-20T18:43:43.153Z Compiling getrandom v0.4.2
8602026-07-20T18:43:43.254Z Compiling thiserror v2.0.18
8612026-07-20T18:43:43.277Z Checking smallvec v1.15.1
8622026-07-20T18:43:43.362Z Checking itoa v1.0.15
8632026-07-20T18:43:43.400Z Compiling version_check v0.9.5
8642026-07-20T18:43:43.461Z Compiling jobserver v0.1.34
8652026-07-20T18:43:43.492Z Compiling shlex v2.0.1
8662026-07-20T18:43:43.643Z Compiling find-msvc-tools v0.1.9
8672026-07-20T18:43:43.689Z Compiling syn v2.0.118
8682026-07-20T18:43:43.704Z Compiling icu_normalizer_data v2.0.0
8692026-07-20T18:43:43.707Z Compiling icu_properties_data v2.0.1
8702026-07-20T18:43:43.834Z Compiling cc v1.2.64
8712026-07-20T18:43:43.876Z Compiling parking_lot_core v0.9.12
8722026-07-20T18:43:43.952Z Checking stable_deref_trait v1.2.0
8732026-07-20T18:43:43.965Z Compiling serde_json v1.0.150
8742026-07-20T18:43:44.028Z Compiling heck v0.5.0
8752026-07-20T18:43:44.211Z Checking writeable v0.6.1
8762026-07-20T18:43:44.229Z Checking litemap v0.8.0
8772026-07-20T18:43:44.401Z Compiling num-traits v0.2.19
8782026-07-20T18:43:44.417Z Checking percent-encoding v2.3.2
8792026-07-20T18:43:44.646Z Checking form_urlencoded v1.2.2
8802026-07-20T18:43:44.774Z Checking utf8_iter v1.0.4
8812026-07-20T18:43:44.792Z Compiling zerocopy v0.8.27
8822026-07-20T18:43:44.807Z Checking pin-project-lite v0.2.16
8832026-07-20T18:43:44.896Z Checking iana-time-zone v0.1.64
8842026-07-20T18:43:44.897Z Compiling log v0.4.29
8852026-07-20T18:43:44.963Z Compiling rustversion v1.0.22
8862026-07-20T18:43:45.014Z Compiling equivalent v1.0.2
8872026-07-20T18:43:45.061Z Compiling semver v1.0.28
8882026-07-20T18:43:45.076Z Checking socket2 v0.6.4
8892026-07-20T18:43:45.098Z Checking uuid v1.23.3
8902026-07-20T18:43:45.216Z Checking scopeguard v1.2.0
8912026-07-20T18:43:45.323Z Checking lock_api v0.4.14
8922026-07-20T18:43:45.397Z Checking signal-hook-registry v1.4.6
8932026-07-20T18:43:45.475Z Checking getrandom v0.2.16
8942026-07-20T18:43:45.516Z Checking mio v1.2.1
8952026-07-20T18:43:45.530Z Checking dyn-clone v1.0.20
8962026-07-20T18:43:45.543Z Compiling schemars v0.8.22
8972026-07-20T18:43:45.546Z Checking parking_lot v0.12.5
8982026-07-20T18:43:45.613Z Checking bitflags v2.11.1
8992026-07-20T18:43:45.776Z Compiling portable-atomic v1.11.1
9002026-07-20T18:43:45.804Z Checking futures-core v0.3.32
9012026-07-20T18:43:45.820Z Checking critical-section v1.2.0
9022026-07-20T18:43:45.888Z Compiling ring v0.17.14
9032026-07-20T18:43:45.933Z Compiling hashbrown v0.17.1
9042026-07-20T18:43:45.947Z Compiling thiserror v1.0.69
9052026-07-20T18:43:46.064Z Compiling httparse v1.10.1
9062026-07-20T18:43:46.276Z Compiling regex-syntax v0.8.11
9072026-07-20T18:43:46.478Z Checking futures-sink v0.3.32
9082026-07-20T18:43:46.502Z Compiling synstructure v0.13.2
9092026-07-20T18:43:46.546Z Compiling serde_derive_internals v0.29.1
9102026-07-20T18:43:46.748Z Checking once_cell v1.21.3
9112026-07-20T18:43:46.775Z Compiling indexmap v2.14.0
9122026-07-20T18:43:47.215Z Compiling rustix v1.1.4
9132026-07-20T18:43:47.320Z Checking slab v0.4.11
9142026-07-20T18:43:47.335Z Compiling aho-corasick v1.1.3
9152026-07-20T18:43:47.413Z Checking subtle v2.6.1
9162026-07-20T18:43:47.417Z Compiling ucd-trie v0.1.7
9172026-07-20T18:43:47.565Z Checking futures-channel v0.3.32
9182026-07-20T18:43:47.648Z Compiling anyhow v1.0.102
9192026-07-20T18:43:47.758Z Checking rand_core v0.6.4
9202026-07-20T18:43:47.776Z Compiling serde_derive v1.0.228
9212026-07-20T18:43:47.802Z Compiling zerofrom-derive v0.1.6
9222026-07-20T18:43:47.930Z Compiling yoke-derive v0.8.0
9232026-07-20T18:43:47.949Z Compiling zerovec-derive v0.11.1
9242026-07-20T18:43:47.967Z Compiling displaydoc v0.2.5
9252026-07-20T18:43:48.418Z Compiling thiserror-impl v2.0.18
9262026-07-20T18:43:48.715Z Compiling schemars_derive v0.8.22
9272026-07-20T18:43:48.786Z Compiling tokio-macros v2.7.0
9282026-07-20T18:43:48.952Z Compiling zerocopy-derive v0.8.27
9292026-07-20T18:43:49.006Z Checking zerofrom v0.1.6
9302026-07-20T18:43:49.029Z Compiling futures-macro v0.3.32
9312026-07-20T18:43:49.129Z Checking yoke v0.8.0
9322026-07-20T18:43:49.308Z Checking zerovec v0.11.4
9332026-07-20T18:43:49.509Z Checking zerotrie v0.2.2
9342026-07-20T18:43:49.773Z Compiling zeroize_derive v1.4.3
9352026-07-20T18:43:49.835Z Compiling thiserror-impl v1.0.69
9362026-07-20T18:43:49.849Z Compiling regex-automata v0.4.13
9372026-07-20T18:43:49.907Z Compiling pest v2.8.2
9382026-07-20T18:43:50.012Z Checking tinystr v0.8.1
9392026-07-20T18:43:50.178Z Checking potential_utf v0.1.3
9402026-07-20T18:43:50.197Z Checking icu_locale_core v2.0.0
9412026-07-20T18:43:50.310Z Checking icu_collections v2.0.0
9422026-07-20T18:43:50.598Z Checking zeroize v1.8.1
9432026-07-20T18:43:50.648Z Checking icu_provider v2.0.0
9442026-07-20T18:43:50.801Z Checking bytes v1.12.0
9452026-07-20T18:43:50.900Z Checking icu_normalizer v2.0.0
9462026-07-20T18:43:50.925Z Checking icu_properties v2.0.1
9472026-07-20T18:43:50.987Z Checking chrono v0.4.45
9482026-07-20T18:43:51.270Z Compiling serde_tokenstream v0.2.3
9492026-07-20T18:43:51.285Z Checking tokio v1.52.3
9502026-07-20T18:43:51.555Z Compiling regex v1.12.4
9512026-07-20T18:43:51.780Z Checking idna_adapter v1.2.1
9522026-07-20T18:43:51.801Z Compiling pest_meta v2.8.2
9532026-07-20T18:43:51.911Z Checking idna v1.1.0
9542026-07-20T18:43:51.961Z Checking futures-io v0.3.32
9552026-07-20T18:43:51.987Z Checking typenum v1.20.1
9562026-07-20T18:43:52.079Z Checking futures-task v0.3.32
9572026-07-20T18:43:52.109Z Compiling getrandom v0.3.3
9582026-07-20T18:43:52.164Z Checking url v2.5.7
9592026-07-20T18:43:52.220Z Checking futures-util v0.3.32
9602026-07-20T18:43:52.461Z Compiling pest_generator v2.8.2
9612026-07-20T18:43:52.709Z Compiling tracing-attributes v0.1.30
9622026-07-20T18:43:52.796Z Checking tracing-core v0.1.34
9632026-07-20T18:43:53.076Z Compiling pkg-config v0.3.32
9642026-07-20T18:43:53.125Z Compiling allocator-api2 v0.2.21
9652026-07-20T18:43:53.139Z Compiling pest_derive v2.8.2
9662026-07-20T18:43:53.247Z Compiling foldhash v0.2.0
9672026-07-20T18:43:53.448Z Compiling hashbrown v0.16.1
9682026-07-20T18:43:53.518Z Checking fnv v1.0.7
9692026-07-20T18:43:53.567Z Checking http v1.4.2
9702026-07-20T18:43:53.613Z Compiling generic-array v0.14.7
9712026-07-20T18:43:53.757Z Compiling vcpkg v0.2.15
9722026-07-20T18:43:53.939Z Checking tracing v0.1.41
9732026-07-20T18:43:54.015Z Compiling time-core v0.1.8
9742026-07-20T18:43:54.042Z Compiling byteorder v1.5.0
9752026-07-20T18:43:54.088Z Compiling num-conv v0.2.1
9762026-07-20T18:43:54.241Z Compiling time-macros v0.2.27
9772026-07-20T18:43:54.265Z Checking errno v0.3.14
9782026-07-20T18:43:54.312Z Checking ipnet v2.11.0
9792026-07-20T18:43:54.385Z Checking base64 v0.22.1
9802026-07-20T18:43:54.469Z Checking tokio-util v0.7.16
9812026-07-20T18:43:54.534Z Compiling scroll_derive v0.13.1
9822026-07-20T18:43:54.603Z Compiling camino v1.2.3
9832026-07-20T18:43:54.735Z Checking crypto-common v0.1.6
9842026-07-20T18:43:54.861Z Checking http-body v1.0.1
9852026-07-20T18:43:54.954Z Compiling crossbeam-utils v0.8.21
9862026-07-20T18:43:54.986Z Checking atomic-waker v1.1.2
9872026-07-20T18:43:55.000Z Checking ppv-lite86 v0.2.21
9882026-07-20T18:43:55.228Z Compiling slog v2.8.2
9892026-07-20T18:43:55.276Z Checking tower-layer v0.3.3
9902026-07-20T18:43:55.294Z Checking tower-service v0.3.3
9912026-07-20T18:43:55.351Z Compiling paste v1.0.15
9922026-07-20T18:43:55.386Z Checking try-lock v0.2.5
9932026-07-20T18:43:55.425Z Checking h2 v0.4.14
9942026-07-20T18:43:55.472Z Checking ipnetwork v0.21.1
9952026-07-20T18:43:55.488Z Checking want v0.3.1
9962026-07-20T18:43:55.612Z Checking erased-serde v0.3.31
9972026-07-20T18:43:55.641Z Checking rustls-pki-types v1.12.0
9982026-07-20T18:43:55.665Z Checking pretty-hex v0.4.1
9992026-07-20T18:43:55.693Z Checking ryu v1.0.20
10002026-07-20T18:43:55.707Z Checking httpdate v1.0.3
10012026-07-20T18:43:55.793Z Compiling async-trait v0.1.89
10022026-07-20T18:43:55.851Z Checking untrusted v0.9.0
10032026-07-20T18:43:55.934Z Compiling scroll v0.13.0
10042026-07-20T18:43:56.038Z Compiling usdt-impl v0.6.0
10052026-07-20T18:43:56.209Z Compiling plain v0.2.3
10062026-07-20T18:43:56.312Z Compiling goblin v0.10.1
10072026-07-20T18:43:56.326Z Checking http-body-util v0.1.3
10082026-07-20T18:43:56.359Z Compiling openssl-sys v0.9.117
10092026-07-20T18:43:56.443Z Compiling cmake v0.1.54
10102026-07-20T18:43:56.514Z Compiling slog-async v2.8.0
10112026-07-20T18:43:56.546Z Compiling strsim v0.11.1
10122026-07-20T18:43:56.810Z Compiling fs_extra v1.3.0
10132026-07-20T18:43:56.912Z Compiling dunce v1.0.5
10142026-07-20T18:43:57.016Z Checking rand_core v0.9.3
10152026-07-20T18:43:57.020Z Checking serde_urlencoded v0.7.1
10162026-07-20T18:43:57.049Z Checking oxnet v0.1.6
10172026-07-20T18:43:57.063Z Compiling aws-lc-sys v0.39.1
10182026-07-20T18:43:57.133Z Checking block-buffer v0.10.4
10192026-07-20T18:43:57.194Z Compiling regress v0.10.5
10202026-07-20T18:43:57.240Z Compiling dtrace-parser v0.3.0
10212026-07-20T18:43:57.278Z Compiling openapiv3 v2.2.0
10222026-07-20T18:43:57.311Z Compiling thread-id v5.0.0
10232026-07-20T18:43:57.376Z Checking hyper v1.10.1
10242026-07-20T18:43:57.863Z Checking digest v0.10.7
10252026-07-20T18:43:58.042Z Compiling omicron-workspace-hack v0.1.0
10262026-07-20T18:43:58.059Z Compiling ident_case v1.0.1
10272026-07-20T18:43:58.183Z Compiling darling_core v0.21.3
10282026-07-20T18:43:58.270Z Checking rand_chacha v0.9.0
10292026-07-20T18:43:58.294Z Checking hyper-util v0.1.20
10302026-07-20T18:43:58.454Z Compiling daft-derive v0.1.5
10312026-07-20T18:43:58.718Z Compiling typify-impl v0.4.3
10322026-07-20T18:43:58.784Z Compiling aws-lc-rs v1.16.2
10332026-07-20T18:43:59.091Z Compiling dof v0.4.0
10342026-07-20T18:43:59.180Z Checking powerfmt v0.2.0
10352026-07-20T18:43:59.350Z Checking deranged v0.5.3
10362026-07-20T18:43:59.854Z Checking rand v0.9.3
10372026-07-20T18:43:59.979Z Compiling unsafe-libyaml v0.2.11
10382026-07-20T18:44:00.162Z Checking num_threads v0.1.7
10392026-07-20T18:44:00.221Z Compiling usdt-attr-macro v0.6.0
10402026-07-20T18:44:00.247Z Compiling darling_macro v0.21.3
10412026-07-20T18:44:00.262Z Compiling usdt-macro v0.6.0
10422026-07-20T18:44:00.294Z Compiling syn v1.0.109
10432026-07-20T18:44:00.497Z Checking time v0.3.47
10442026-07-20T18:44:00.648Z Compiling serde_yaml v0.9.34+deprecated
10452026-07-20T18:44:00.784Z Compiling darling v0.21.3
10462026-07-20T18:44:00.870Z Checking sync_wrapper v1.0.2
10472026-07-20T18:44:01.044Z Checking encoding_rs v0.8.35
10482026-07-20T18:44:01.048Z Checking mime v0.3.17
10492026-07-20T18:44:01.297Z Checking cpufeatures v0.2.17
10502026-07-20T18:44:01.370Z Checking untrusted v0.7.1
10512026-07-20T18:44:01.489Z Checking tower v0.5.2
10522026-07-20T18:44:01.878Z Checking crossbeam-channel v0.5.15
10532026-07-20T18:44:01.972Z Checking futures-executor v0.3.32
10542026-07-20T18:44:01.975Z Compiling structmeta-derive v0.3.0
10552026-07-20T18:44:02.038Z Compiling multer v3.1.0
10562026-07-20T18:44:02.053Z Compiling rustls v0.23.40
10572026-07-20T18:44:02.117Z Checking iri-string v0.7.8
10582026-07-20T18:44:02.120Z Compiling typify-macro v0.4.3
10592026-07-20T18:44:02.206Z Compiling rustls v0.22.4
10602026-07-20T18:44:02.260Z Checking futures v0.3.32
10612026-07-20T18:44:02.342Z Compiling async-stream-impl v0.3.6
10622026-07-20T18:44:02.437Z Checking thread_local v1.1.9
10632026-07-20T18:44:02.570Z Checking hex v0.4.3
10642026-07-20T18:44:02.600Z Compiling openssl v0.10.81
10652026-07-20T18:44:02.783Z Checking fastrand v2.3.0
10662026-07-20T18:44:02.864Z Checking foreign-types-shared v0.1.1
10672026-07-20T18:44:02.950Z Checking unicode-width v0.2.1
10682026-07-20T18:44:02.964Z Checking tempfile v3.27.0
10692026-07-20T18:44:02.968Z Checking foreign-types v0.3.2
10702026-07-20T18:44:03.003Z Compiling structmeta v0.3.0
10712026-07-20T18:44:03.134Z Checking tower-http v0.6.8
10722026-07-20T18:44:03.153Z Compiling openssl-macros v0.1.1
10732026-07-20T18:44:03.194Z Compiling strum_macros v0.26.4
10742026-07-20T18:44:03.199Z Checking is-terminal v0.4.16
10752026-07-20T18:44:03.287Z Checking memmap2 v0.9.8
10762026-07-20T18:44:03.300Z Checking take_mut v0.2.2
10772026-07-20T18:44:03.403Z Checking openssl-probe v0.1.6
10782026-07-20T18:44:03.407Z Checking term v1.2.0
10792026-07-20T18:44:03.445Z Compiling native-tls v0.2.14
10802026-07-20T18:44:03.639Z Checking match_cfg v0.1.0
10812026-07-20T18:44:03.643Z Compiling typify v0.4.3
10822026-07-20T18:44:03.676Z Checking slog-term v2.9.2
10832026-07-20T18:44:03.744Z Checking hostname v0.3.1
10842026-07-20T18:44:03.898Z Checking slog-json v2.6.1
10852026-07-20T18:44:03.901Z Compiling newtype-uuid-macros v0.1.0
10862026-07-20T18:44:04.060Z Compiling ref-cast v1.0.25
10872026-07-20T18:44:04.102Z Checking slog-bunyan v2.5.0
10882026-07-20T18:44:04.418Z Compiling ref-cast-impl v1.0.25
10892026-07-20T18:44:04.446Z Compiling dropshot v0.16.7
10902026-07-20T18:44:04.725Z Compiling derive-ex v0.1.8
10912026-07-20T18:44:04.739Z Checking webpki-roots v1.0.2
10922026-07-20T18:44:04.787Z Compiling dropshot_endpoint v0.16.7
10932026-07-20T18:44:04.855Z Compiling strum_macros v0.27.2
10942026-07-20T18:44:05.205Z Checking winnow v0.7.14
10952026-07-20T18:44:05.987Z Checking tokio-native-tls v0.3.1
10962026-07-20T18:44:06.269Z Compiling test-strategy v0.4.3
10972026-07-20T18:44:06.288Z Checking hyper-tls v0.6.0
10982026-07-20T18:44:06.387Z Compiling progenitor-impl v0.11.1
10992026-07-20T18:44:06.424Z Checking newtype-uuid v1.3.2
11002026-07-20T18:44:06.458Z Compiling either v1.15.0
11012026-07-20T18:44:06.472Z Checking winnow v1.0.3
11022026-07-20T18:44:06.664Z Checking daft v0.1.5
11032026-07-20T18:44:06.679Z Compiling serde_with_macros v3.14.1
11042026-07-20T18:44:06.762Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-07-20T18:44:06.824Z Checking usdt v0.6.0
11062026-07-20T18:44:06.893Z Checking serde_spanned v1.1.1
11072026-07-20T18:44:06.989Z Checking debug-ignore v1.0.5
11082026-07-20T18:44:07.074Z Checking toml_writer v1.1.1+spec-1.1.0
11092026-07-20T18:44:07.118Z Checking spin v0.9.8
11102026-07-20T18:44:07.256Z Compiling parse-display-derive v0.10.0
11112026-07-20T18:44:07.295Z Checking async-stream v0.3.6
11122026-07-20T18:44:07.454Z Checking rustls-webpki v0.102.8
11132026-07-20T18:44:07.499Z Checking rustls-pemfile v2.2.0
11142026-07-20T18:44:07.641Z Checking waitgroup v0.1.2
11152026-07-20T18:44:07.644Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11162026-07-20T18:44:07.747Z Checking serde_path_to_error v0.1.20
11172026-07-20T18:44:07.789Z Checking hostname v0.4.2
11182026-07-20T18:44:08.013Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11192026-07-20T18:44:08.095Z Checking strum v0.26.3
11202026-07-20T18:44:08.208Z Checking rand_chacha v0.3.1
11212026-07-20T18:44:08.328Z Compiling toml_datetime v0.6.11
11222026-07-20T18:44:08.402Z Checking macaddr v1.0.1
11232026-07-20T18:44:08.517Z Compiling progenitor-macro v0.11.1
11242026-07-20T18:44:08.573Z Checking toml_datetime v0.7.5+spec-1.1.0
11252026-07-20T18:44:08.587Z Checking wait-timeout v0.2.1
11262026-07-20T18:44:08.709Z Checking quick-error v1.2.3
11272026-07-20T18:44:08.769Z Checking bit-vec v0.8.0
11282026-07-20T18:44:08.786Z Checking lazy_static v1.5.0
11292026-07-20T18:44:08.817Z Checking rusty-fork v0.3.0
11302026-07-20T18:44:08.881Z Checking toml v0.9.12+spec-1.1.0
11312026-07-20T18:44:08.961Z Checking bit-set v0.8.0
11322026-07-20T18:44:08.997Z Checking rand v0.8.5
11332026-07-20T18:44:09.041Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11342026-07-20T18:44:09.239Z Checking tokio-rustls v0.25.0
11352026-07-20T18:44:09.358Z Checking tabwriter v1.4.1
11362026-07-20T18:44:09.435Z Checking sha1 v0.10.6
11372026-07-20T18:44:09.450Z Checking rand_xorshift v0.4.0
11382026-07-20T18:44:09.502Z Compiling clap_derive v4.6.1
11392026-07-20T18:44:09.564Z Checking utf8parse v0.2.2
11402026-07-20T18:44:09.596Z Checking colored v3.1.1
11412026-07-20T18:44:09.596Z Checking unarray v0.1.4
11422026-07-20T18:44:09.684Z Checking anstyle-parse v1.0.0
11432026-07-20T18:44:09.706Z Checking proptest v1.8.0
11442026-07-20T18:44:09.786Z Checking strum v0.27.2
11452026-07-20T18:44:09.893Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11462026-07-20T18:44:09.934Z Checking terminal_size v0.4.3
11472026-07-20T18:44:10.364Z Checking colorchoice v1.0.4
11482026-07-20T18:44:10.392Z Checking anstyle v1.0.14
11492026-07-20T18:44:10.463Z Checking is_terminal_polyfill v1.70.1
11502026-07-20T18:44:10.466Z Checking anstyle-query v1.1.4
11512026-07-20T18:44:10.574Z Checking anstream v1.0.0
11522026-07-20T18:44:10.781Z Checking itertools v0.14.0
11532026-07-20T18:44:10.960Z Checking clap_lex v1.1.0
11542026-07-20T18:44:11.386Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11552026-07-20T18:44:11.617Z Checking clap_builder v4.6.0
11562026-07-20T18:44:11.992Z Checking serde_with v3.14.1
11572026-07-20T18:44:12.732Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11582026-07-20T18:44:12.860Z Checking clap v4.6.1
11592026-07-20T18:44:12.927Z Checking instant v0.1.13
11602026-07-20T18:44:12.935Z Checking rustc-hash v2.1.1
11612026-07-20T18:44:13.068Z Checking iddqd v0.3.18
11622026-07-20T18:44:13.127Z Checking backoff v0.4.0
11632026-07-20T18:44:13.299Z Checking parse-display v0.10.0
11642026-07-20T18:44:13.344Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11652026-07-20T18:44:13.443Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11662026-07-20T18:44:14.975Z Compiling num-derive v0.4.2
11672026-07-20T18:44:15.425Z Compiling rustls-webpki v0.103.6
11682026-07-20T18:44:15.858Z Compiling prettyplease v0.2.37
11692026-07-20T18:44:18.776Z Checking serde_spanned v0.6.9
11702026-07-20T18:44:18.792Z Compiling memoffset v0.9.1
11712026-07-20T18:44:18.792Z Compiling cfg_aliases v0.2.1
11722026-07-20T18:44:18.792Z Compiling nix v0.30.1
11732026-07-20T18:44:18.792Z Compiling tokio-rustls v0.26.4
11742026-07-20T18:44:19.364Z Compiling hyper-rustls v0.27.7
11752026-07-20T18:44:19.574Z Compiling reqwest v0.12.23
11762026-07-20T18:44:20.591Z Checking crossbeam-epoch v0.9.18
11772026-07-20T18:44:20.771Z Compiling progenitor-client v0.11.1
11782026-07-20T18:44:21.396Z Compiling winnow v0.5.40
11792026-07-20T18:44:22.368Z Compiling progenitor v0.11.1
11802026-07-20T18:44:22.718Z Compiling toml_edit v0.19.15
11812026-07-20T18:44:23.058Z Compiling num-integer v0.1.46
11822026-07-20T18:44:23.695Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11832026-07-20T18:44:23.784Z Compiling progenitor-client v0.10.0
11842026-07-20T18:44:24.047Z Compiling proc-macro-crate v1.3.1
11852026-07-20T18:44:26.365Z Compiling hubpack_derive v0.1.1
11862026-07-20T18:44:26.365Z Compiling rayon-core v1.13.0
11872026-07-20T18:44:26.365Z Checking toml_write v0.1.2
11882026-07-20T18:44:26.365Z Checking hubpack v0.1.2
11892026-07-20T18:44:26.365Z Checking toml_edit v0.22.27
11902026-07-20T18:44:26.366Z Checking num-rational v0.4.2
11912026-07-20T18:44:26.366Z Checking num-iter v0.1.45
11922026-07-20T18:44:26.366Z Compiling zerocopy-derive v0.7.35
11932026-07-20T18:44:26.366Z Compiling num-complex v0.4.6
11942026-07-20T18:44:26.366Z Checking static_assertions v1.1.0
11952026-07-20T18:44:26.366Z Checking num v0.4.3
11962026-07-20T18:44:26.369Z Checking toml v0.8.23
11972026-07-20T18:44:26.434Z Checking crossbeam-deque v0.8.6
11982026-07-20T18:44:26.604Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11992026-07-20T18:44:26.616Z Compiling float-ord v0.3.2
12002026-07-20T18:44:26.695Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12012026-07-20T18:44:26.841Z Compiling proc-macro-error-attr v1.0.4
12022026-07-20T18:44:26.967Z Checking bytecount v0.6.9
12032026-07-20T18:44:27.070Z Compiling heapless v0.8.0
12042026-07-20T18:44:27.148Z Checking libscf-sys v1.2.0
12052026-07-20T18:44:27.211Z Compiling ingot-macros v0.1.1
12062026-07-20T18:44:27.275Z Checking hash32 v0.3.1
12072026-07-20T18:44:27.402Z Compiling proc-macro-error v1.0.4
12082026-07-20T18:44:27.539Z Compiling smoltcp v0.11.0
12092026-07-20T18:44:27.638Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12102026-07-20T18:44:28.400Z Compiling zerocopy v0.7.35
12112026-07-20T18:44:28.514Z Compiling num_enum_derive v0.7.5
12122026-07-20T18:44:28.514Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12132026-07-20T18:44:28.576Z Checking cobs v0.3.0
12142026-07-20T18:44:28.715Z Compiling scroll_derive v0.12.1
12152026-07-20T18:44:28.830Z Compiling foreign-types-macros v0.2.3
12162026-07-20T18:44:28.992Z Compiling usdt-impl v0.5.0
12172026-07-20T18:44:29.028Z Compiling crucible-workspace-hack v0.1.0
12182026-07-20T18:44:29.210Z Checking foreign-types-shared v0.3.1
12192026-07-20T18:44:29.261Z Checking managed v0.8.0
12202026-07-20T18:44:29.305Z Checking bitflags v1.3.2
12212026-07-20T18:44:29.343Z Checking num_enum v0.7.5
12222026-07-20T18:44:29.404Z Checking scroll v0.12.0
12232026-07-20T18:44:29.450Z Checking foreign-types v0.5.0
12242026-07-20T18:44:29.495Z Compiling dof v0.3.0
12252026-07-20T18:44:29.502Z Checking postcard v1.1.3
12262026-07-20T18:44:29.738Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12272026-07-20T18:44:29.778Z Compiling dtrace-parser v0.2.0
12282026-07-20T18:44:29.838Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12292026-07-20T18:44:29.851Z Checking ingot-types v0.1.2
12302026-07-20T18:44:29.887Z Checking camino-tempfile v1.4.1
12312026-07-20T18:44:29.937Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12322026-07-20T18:44:30.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12332026-07-20T18:44:30.146Z Checking cstr-argument v0.1.2
12342026-07-20T18:44:30.196Z Checking ingot v0.1.1
12352026-07-20T18:44:30.264Z Compiling thread-id v4.2.2
12362026-07-20T18:44:30.281Z Compiling minimal-lexical v0.2.1
12372026-07-20T18:44:30.322Z Compiling heck v0.4.1
12382026-07-20T18:44:30.401Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-07-20T18:44:30.511Z Compiling nom v7.1.3
12402026-07-20T18:44:30.548Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12412026-07-20T18:44:30.570Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12422026-07-20T18:44:30.624Z Checking goblin v0.8.2
12432026-07-20T18:44:30.724Z Checking rayon v1.11.0
12442026-07-20T18:44:30.896Z Compiling num_enum_derive v0.5.11
12452026-07-20T18:44:31.333Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-07-20T18:44:31.522Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-07-20T18:44:31.827Z Compiling rustc_version v0.4.1
12482026-07-20T18:44:31.851Z Compiling proc-macro-error-attr2 v2.0.0
12492026-07-20T18:44:32.116Z Compiling convert_case v0.4.0
12502026-07-20T18:44:32.168Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12512026-07-20T18:44:32.207Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12522026-07-20T18:44:32.259Z Compiling rustix v0.38.44
12532026-07-20T18:44:32.319Z Checking tinyvec_macros v0.1.1
12542026-07-20T18:44:32.374Z Checking tinyvec v1.10.0
12552026-07-20T18:44:32.423Z Compiling derive_more v0.99.20
12562026-07-20T18:44:32.624Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-07-20T18:44:32.711Z Compiling proc-macro-error2 v2.0.1
12582026-07-20T18:44:32.790Z Checking num_enum v0.5.11
12592026-07-20T18:44:32.905Z Compiling libz-sys v1.1.22
12602026-07-20T18:44:32.923Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12612026-07-20T18:44:33.062Z Compiling crc32fast v1.5.0
12622026-07-20T18:44:33.281Z Compiling tabled_derive v0.11.0
12632026-07-20T18:44:33.386Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12642026-07-20T18:44:35.032Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-07-20T18:44:35.032Z Compiling usdt-macro v0.5.0
12662026-07-20T18:44:35.032Z Compiling usdt-attr-macro v0.5.0
12672026-07-20T18:44:35.032Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12682026-07-20T18:44:35.032Z Compiling zone_cfg_derive v0.3.1
12692026-07-20T18:44:35.032Z Checking papergrid v0.17.0
12702026-07-20T18:44:35.032Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12712026-07-20T18:44:35.040Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12722026-07-20T18:44:35.040Z Checking itertools v0.12.1
12732026-07-20T18:44:35.040Z Checking testing_table v0.3.0
12742026-07-20T18:44:35.040Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12752026-07-20T18:44:35.040Z Checking memmap v0.7.0
12762026-07-20T18:44:35.040Z Checking sigpipe v0.1.3
12772026-07-20T18:44:35.057Z Checking glob v0.3.3
12782026-07-20T18:44:35.070Z Checking jiff v0.2.15
12792026-07-20T18:44:35.140Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-07-20T18:44:35.155Z Checking adler2 v2.0.1
12812026-07-20T18:44:35.240Z Checking tabled v0.20.0
12822026-07-20T18:44:35.265Z Checking miniz_oxide v0.8.9
12832026-07-20T18:44:35.335Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12842026-07-20T18:44:35.409Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-07-20T18:44:35.424Z Checking usdt v0.5.0
12862026-07-20T18:44:35.583Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12872026-07-20T18:44:35.611Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12882026-07-20T18:44:35.707Z Checking zone v0.3.1
12892026-07-20T18:44:35.884Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12902026-07-20T18:44:35.951Z Checking smf v0.2.3
12912026-07-20T18:44:36.043Z Checking secrecy v0.10.3
12922026-07-20T18:44:36.100Z Checking bstr v1.12.0
12932026-07-20T18:44:36.226Z Checking whoami v1.6.1
12942026-07-20T18:44:36.251Z Checking flate2 v1.1.2
12952026-07-20T18:44:36.399Z Compiling curve25519-dalek v4.1.3
12962026-07-20T18:44:36.498Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12972026-07-20T18:44:36.544Z Compiling clang-sys v1.8.1
12982026-07-20T18:44:36.551Z Checking hmac v0.12.1
12992026-07-20T18:44:36.674Z Checking inout v0.1.4
13002026-07-20T18:44:36.691Z Checking hybrid-array v0.4.12
13012026-07-20T18:44:36.813Z Checking ff v0.13.1
13022026-07-20T18:44:36.917Z Compiling enum-as-inner v0.6.1
13032026-07-20T18:44:36.946Z Checking data-encoding v2.9.0
13042026-07-20T18:44:37.151Z Compiling semver v0.1.20
13052026-07-20T18:44:37.222Z Checking group v0.13.0
13062026-07-20T18:44:37.257Z Checking cipher v0.4.4
13072026-07-20T18:44:37.336Z Compiling rustc_version v0.1.7
13082026-07-20T18:44:37.411Z Checking hkdf v0.12.4
13092026-07-20T18:44:37.473Z Checking atomicwrites v0.4.4
13102026-07-20T18:44:37.528Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13112026-07-20T18:44:37.540Z Compiling thiserror-impl-no-std v2.0.2
13122026-07-20T18:44:37.552Z Checking universal-hash v0.5.1
13132026-07-20T18:44:37.558Z Checking crypto-bigint v0.5.5
13142026-07-20T18:44:37.592Z Compiling regress v0.11.1
13152026-07-20T18:44:37.676Z Checking half v2.7.1
13162026-07-20T18:44:37.691Z Compiling curve25519-dalek-derive v0.1.1
13172026-07-20T18:44:37.871Z Checking ciborium-io v0.2.2
13182026-07-20T18:44:37.928Z Checking opaque-debug v0.3.1
13192026-07-20T18:44:37.977Z Checking base64ct v1.8.0
13202026-07-20T18:44:38.000Z Checking indent_write v2.2.0
13212026-07-20T18:44:38.136Z Checking base16ct v0.2.0
13222026-07-20T18:44:38.206Z Checking password-hash v0.5.0
13232026-07-20T18:44:38.266Z Checking poly1305 v0.8.0
13242026-07-20T18:44:38.430Z Checking ciborium-ll v0.2.2
13252026-07-20T18:44:38.485Z Compiling newtype_derive v0.1.6
13262026-07-20T18:44:38.594Z Checking elliptic-curve v0.13.8
13272026-07-20T18:44:38.608Z Checking chacha20 v0.9.1
13282026-07-20T18:44:38.621Z Checking thiserror-no-std v2.0.2
13292026-07-20T18:44:38.715Z Checking crypto-common v0.2.2
13302026-07-20T18:44:38.723Z Checking block-buffer v0.12.0
13312026-07-20T18:44:38.793Z Checking similar v2.7.0
13322026-07-20T18:44:38.835Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-07-20T18:44:38.869Z Checking blake2 v0.10.6
13342026-07-20T18:44:39.066Z Checking aead v0.5.2
13352026-07-20T18:44:39.080Z Compiling libloading v0.8.9
13362026-07-20T18:44:39.085Z Compiling owo-colors v4.3.0
13372026-07-20T18:44:39.120Z Compiling typify-impl v0.6.2
13382026-07-20T18:44:39.204Z Checking resolv-conf v0.7.5
13392026-07-20T18:44:39.269Z Checking compression-core v0.4.32
13402026-07-20T18:44:39.305Z Checking const-oid v0.10.2
13412026-07-20T18:44:39.339Z Checking keccak v0.1.6
13422026-07-20T18:44:39.384Z Compiling bindgen v0.72.1
13432026-07-20T18:44:39.406Z Checking linked-hash-map v0.5.6
13442026-07-20T18:44:39.465Z Checking compression-codecs v0.4.32
13452026-07-20T18:44:39.483Z Checking digest v0.11.3
13462026-07-20T18:44:39.493Z Checking sha3 v0.10.8
13472026-07-20T18:44:39.573Z Checking lru-cache v0.1.2
13482026-07-20T18:44:39.629Z Checking chacha20poly1305 v0.10.1
13492026-07-20T18:44:39.685Z Checking argon2 v0.5.3
13502026-07-20T18:44:39.694Z Checking vsss-rs v3.3.4
13512026-07-20T18:44:39.775Z Checking ciborium v0.2.2
13522026-07-20T18:44:39.780Z Checking hickory-proto v0.24.4
13532026-07-20T18:44:40.089Z Checking tokio-dtrace v0.1.1
13542026-07-20T18:44:40.187Z Compiling cexpr v0.6.0
13552026-07-20T18:44:40.205Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13562026-07-20T18:44:40.480Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13572026-07-20T18:44:40.716Z Checking serde-big-array v0.5.1
13582026-07-20T18:44:40.756Z Compiling derive-where v1.6.0
13592026-07-20T18:44:40.795Z Compiling serde_repr v0.1.20
13602026-07-20T18:44:40.854Z Checking toml_datetime v1.1.1+spec-1.1.0
13612026-07-20T18:44:41.057Z Compiling dropshot v0.17.1
13622026-07-20T18:44:41.120Z Checking cpufeatures v0.3.0
13632026-07-20T18:44:41.204Z Checking same-file v1.0.6
13642026-07-20T18:44:41.329Z Checking unicode-segmentation v1.12.0
13652026-07-20T18:44:41.345Z Checking siphasher v1.0.1
13662026-07-20T18:44:41.359Z Compiling shlex v1.3.0
13672026-07-20T18:44:41.440Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-07-20T18:44:41.511Z Checking phf_shared v0.12.1
13692026-07-20T18:44:41.669Z Checking newline-converter v0.3.0
13702026-07-20T18:44:41.703Z Checking walkdir v2.5.0
13712026-07-20T18:44:41.784Z Checking hickory-resolver v0.24.4
13722026-07-20T18:44:41.875Z Checking sha1 v0.11.0
13732026-07-20T18:44:42.057Z Checking toml v1.1.2+spec-1.1.0
13742026-07-20T18:44:42.076Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13752026-07-20T18:44:42.462Z Checking oxide-tokio-rt v0.1.2
13762026-07-20T18:44:42.612Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13772026-07-20T18:44:42.630Z Compiling typify-macro v0.6.2
13782026-07-20T18:44:42.659Z Checking async-compression v0.4.33
13792026-07-20T18:44:42.812Z Compiling progenitor-impl v0.10.0
13802026-07-20T18:44:42.911Z Checking console v0.15.11
13812026-07-20T18:44:43.186Z Checking tokio-stream v0.1.17
13822026-07-20T18:44:43.315Z Compiling dropshot_endpoint v0.17.1
13832026-07-20T18:44:43.330Z Compiling pin-project-internal v1.1.10
13842026-07-20T18:44:44.846Z Compiling slog-dtrace v0.3.0
13852026-07-20T18:44:44.860Z Checking csv-core v0.1.12
13862026-07-20T18:44:44.860Z Checking smawk v0.3.2
13872026-07-20T18:44:44.860Z Compiling unicode-xid v0.2.6
13882026-07-20T18:44:44.860Z Checking foldhash v0.1.5
13892026-07-20T18:44:44.860Z Checking unicode-linebreak v0.1.5
13902026-07-20T18:44:44.860Z Compiling chrono-tz v0.10.4
13912026-07-20T18:44:44.860Z Compiling cancel-safe-futures v0.1.5
13922026-07-20T18:44:44.860Z Checking swrite v0.1.0
13932026-07-20T18:44:44.860Z Checking unicode-width v0.1.14
13942026-07-20T18:44:44.860Z Checking textwrap v0.16.2
13952026-07-20T18:44:44.860Z Checking pin-project v1.1.10
13962026-07-20T18:44:44.860Z Checking hashbrown v0.15.5
13972026-07-20T18:44:44.860Z Compiling const_format_proc_macros v0.2.34
13982026-07-20T18:44:44.860Z Checking csv v1.4.0
13992026-07-20T18:44:44.864Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-07-20T18:44:44.885Z Compiling progenitor-macro v0.10.0
14012026-07-20T18:44:44.895Z Checking qorb v0.4.1
14022026-07-20T18:44:44.910Z Checking expectorate v1.2.0
14032026-07-20T18:44:45.044Z Checking phf v0.12.1
14042026-07-20T18:44:45.195Z Checking unicode-normalization v0.1.24
14052026-07-20T18:44:45.303Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-07-20T18:44:45.865Z Checking libsw-core v0.3.2
14072026-07-20T18:44:46.018Z Compiling libgit2-sys v0.17.0+1.8.1
14082026-07-20T18:44:46.080Z Compiling snafu-derive v0.8.9
14092026-07-20T18:44:46.214Z Compiling async-recursion v1.1.1
14102026-07-20T18:44:46.474Z Compiling cookie v0.18.1
14112026-07-20T18:44:46.711Z Compiling moka v0.12.11
14122026-07-20T18:44:46.729Z Checking fixedbitset v0.4.2
14132026-07-20T18:44:46.887Z Checking highway v1.3.0
14142026-07-20T18:44:46.935Z Checking fixedbitset v0.5.7
14152026-07-20T18:44:46.972Z Checking petgraph v0.6.5
14162026-07-20T18:44:47.151Z Checking petgraph v0.8.2
14172026-07-20T18:44:47.856Z Checking snafu v0.8.9
14182026-07-20T18:44:48.096Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-07-20T18:44:48.170Z Checking libsw v3.5.0
14202026-07-20T18:44:48.247Z Checking olpc-cjson v0.1.4
14212026-07-20T18:44:48.261Z Checking const_format v0.2.34
14222026-07-20T18:44:48.387Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-07-20T18:44:48.475Z Checking papergrid v0.11.0
14242026-07-20T18:44:48.678Z Compiling typify v0.6.2
14252026-07-20T18:44:48.713Z Checking globset v0.4.16
14262026-07-20T18:44:48.770Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14272026-07-20T18:44:48.784Z Checking gethostname v0.5.0
14282026-07-20T18:44:48.955Z Compiling tabled_derive v0.7.0
14292026-07-20T18:44:48.984Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-07-20T18:44:49.071Z Checking reqwest v0.13.2
14312026-07-20T18:44:49.091Z Checking progenitor v0.10.0
14322026-07-20T18:44:49.229Z Checking bcs v0.1.6
14332026-07-20T18:44:49.258Z Checking pem v3.0.5
14342026-07-20T18:44:49.313Z Checking serde_plain v1.0.2
14352026-07-20T18:44:49.416Z Checking crc8 v0.1.1
14362026-07-20T18:44:49.458Z Checking termtree v0.5.1
14372026-07-20T18:44:49.529Z Checking linear-map v1.2.0
14382026-07-20T18:44:49.529Z Checking tagptr v0.2.0
14392026-07-20T18:44:49.595Z Checking typed-path v0.9.3
14402026-07-20T18:44:49.619Z Checking humantime v2.3.0
14412026-07-20T18:44:49.639Z Compiling signal-hook v0.4.4
14422026-07-20T18:44:49.803Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-07-20T18:44:49.877Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-07-20T18:44:49.900Z Checking tabled v0.15.0
14452026-07-20T18:44:50.291Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-07-20T18:44:50.343Z Checking tough v0.20.0
14472026-07-20T18:44:50.455Z Compiling progenitor-impl v0.14.0
14482026-07-20T18:44:51.085Z Checking steno v0.4.1
14492026-07-20T18:44:51.407Z Checking hickory-proto v0.25.2
14502026-07-20T18:44:52.040Z Compiling curl-sys v0.4.89+curl-8.20.0
14512026-07-20T18:44:52.055Z Compiling cargo-platform v0.1.9
14522026-07-20T18:44:52.297Z Compiling vergen v8.3.2
14532026-07-20T18:44:52.367Z Compiling fs-err v3.1.2
14542026-07-20T18:44:52.461Z Compiling cargo_metadata v0.18.1
14552026-07-20T18:44:52.599Z Compiling progenitor-macro v0.14.0
14562026-07-20T18:44:52.730Z Checking progenitor-client v0.14.0
14572026-07-20T18:44:52.913Z Checking dropshot-api-manager-types v0.7.2
14582026-07-20T18:44:52.953Z Checking sha2 v0.10.9
14592026-07-20T18:44:52.982Z Checking hickory-resolver v0.25.2
14602026-07-20T18:44:53.064Z Compiling blake3 v1.8.2
14612026-07-20T18:44:53.719Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-07-20T18:44:53.723Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-07-20T18:44:53.918Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14642026-07-20T18:44:54.262Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-07-20T18:44:54.684Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-07-20T18:44:54.833Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14672026-07-20T18:44:55.067Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14682026-07-20T18:44:55.233Z Checking git-stub v1.0.0
14692026-07-20T18:44:55.235Z Compiling strum_macros v0.28.0
14702026-07-20T18:44:55.335Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-07-20T18:44:55.393Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-07-20T18:44:55.520Z Checking filetime v0.2.26
14732026-07-20T18:44:55.661Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14742026-07-20T18:44:55.800Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-07-20T18:44:55.826Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-07-20T18:44:55.885Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-07-20T18:44:56.073Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14782026-07-20T18:44:56.267Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14792026-07-20T18:44:56.524Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14802026-07-20T18:44:56.628Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-07-20T18:44:56.805Z Checking progenitor v0.14.0
14822026-07-20T18:44:56.880Z Checking is_ci v1.2.0
14832026-07-20T18:44:56.939Z Checking arrayvec v0.7.6
14842026-07-20T18:44:56.987Z Checking arrayref v0.3.9
14852026-07-20T18:44:57.065Z Checking constant_time_eq v0.3.1
14862026-07-20T18:44:57.088Z Checking xattr v1.6.1
14872026-07-20T18:44:57.119Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-07-20T18:44:57.134Z Compiling curl v0.4.50
14892026-07-20T18:44:57.154Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14902026-07-20T18:44:57.221Z Checking tar v0.4.45
14912026-07-20T18:44:57.400Z Checking strum v0.28.0
14922026-07-20T18:44:57.440Z Checking supports-color v3.0.2
14932026-07-20T18:44:57.517Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14942026-07-20T18:44:57.624Z Checking toml v0.7.8
14952026-07-20T18:44:57.935Z Checking git-stub-vcs v0.1.0
14962026-07-20T18:44:58.140Z Checking drift v0.2.0
14972026-07-20T18:44:58.303Z Checking kstat-rs v0.2.4
14982026-07-20T18:44:58.451Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14992026-07-20T18:44:58.494Z Checking topological-sort v0.2.2
15002026-07-20T18:44:58.634Z Checking omicron-zone-package v0.12.2
15012026-07-20T18:44:58.848Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-07-20T18:44:58.865Z Checking dropshot-api-manager v0.7.2
15032026-07-20T18:44:59.889Z Checking signal-hook-tokio v0.4.0
15042026-07-20T18:45:00.016Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15052026-07-20T18:45:00.279Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15062026-07-20T18:45:00.531Z Checking scuffle v0.1.0
15072026-07-20T18:45:00.572Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15082026-07-20T18:45:00.685Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15092026-07-20T18:45:01.236Z Checking iddqd v0.4.5
15102026-07-20T18:45:01.366Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15112026-07-20T18:45:01.467Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-07-20T18:45:01.567Z Checking search_path v0.1.4
15132026-07-20T18:45:01.683Z Checking internet-checksum v0.2.1
15142026-07-20T18:45:01.709Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15152026-07-20T18:45:01.808Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15162026-07-20T18:45:01.929Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15172026-07-20T18:45:02.364Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-07-20T18:45:02.738Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15192026-07-20T18:45:02.874Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-07-20T18:45:03.249Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-07-20T18:45:04.425Z Compiling git2 v0.19.0
15222026-07-20T18:45:05.703Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-07-20T18:45:06.757Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15242026-07-20T18:45:14.210Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-07-20T18:45:15.497Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-07-20T18:45:20.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
15272026-07-20T18:45:20.809Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-07-20T18:45:20.809Z+ cargo clippy --features tofino_asic -- --deny warnings
15292026-07-20T18:45:21.304Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15302026-07-20T18:45:21.308Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15312026-07-20T18:45:21.384Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-07-20T18:45:21.388Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-07-20T18:45:28.535Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15342026-07-20T18:45:28.538Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15352026-07-20T18:45:31.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.21s
15362026-07-20T18:45:31.211Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-07-20T18:45:31.211Z+ cargo clippy --features softnpu -- --deny warnings
15382026-07-20T18:45:31.517Z Downloading crates ...
15392026-07-20T18:45:31.648Z Downloaded funty v2.0.0
15402026-07-20T18:45:31.651Z Downloaded tap v1.0.1
15412026-07-20T18:45:31.651Z Downloaded radium v0.7.0
15422026-07-20T18:45:31.654Z Downloaded bitstruct v0.1.1
15432026-07-20T18:45:31.658Z Downloaded ascii v1.1.0
15442026-07-20T18:45:31.661Z Downloaded bitstruct_derive v0.1.0
15452026-07-20T18:45:31.665Z Downloaded typeid v1.0.3
15462026-07-20T18:45:31.668Z Downloaded serde_arrays v0.1.0
15472026-07-20T18:45:31.668Z Downloaded libloading v0.7.4
15482026-07-20T18:45:31.671Z Downloaded wyz v0.5.1
15492026-07-20T18:45:31.671Z Downloaded erased-serde v0.4.8
15502026-07-20T18:45:31.671Z Downloaded num-bigint v0.4.6
15512026-07-20T18:45:31.681Z Downloaded bitvec v1.0.1
15522026-07-20T18:45:31.810Z Checking num-integer v0.1.46
15532026-07-20T18:45:31.892Z Checking num-complex v0.4.6
15542026-07-20T18:45:31.903Z Compiling radium v0.7.0
15552026-07-20T18:45:31.910Z Checking tap v1.0.1
15562026-07-20T18:45:31.916Z Checking funty v2.0.0
15572026-07-20T18:45:31.923Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15582026-07-20T18:45:31.926Z Compiling typeid v1.0.3
15592026-07-20T18:45:31.936Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-07-20T18:45:31.995Z Checking wyz v0.5.1
15612026-07-20T18:45:32.090Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-07-20T18:45:32.099Z Checking num-bigint v0.4.6
15632026-07-20T18:45:32.131Z Checking num-iter v0.1.45
15642026-07-20T18:45:32.180Z Compiling erased-serde v0.4.8
15652026-07-20T18:45:32.196Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-07-20T18:45:32.212Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-07-20T18:45:32.230Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-07-20T18:45:32.294Z Compiling bitstruct_derive v0.1.0
15692026-07-20T18:45:32.303Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-07-20T18:45:32.324Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-07-20T18:45:32.339Z Checking bitvec v1.0.1
15722026-07-20T18:45:32.348Z Checking ascii v1.1.0
15732026-07-20T18:45:32.356Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15742026-07-20T18:45:32.407Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-07-20T18:45:32.511Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15762026-07-20T18:45:32.522Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-07-20T18:45:32.526Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15782026-07-20T18:45:32.526Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-07-20T18:45:32.823Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-07-20T18:45:32.837Z Checking serde_arrays v0.1.0
15812026-07-20T18:45:32.905Z Checking num-rational v0.4.2
15822026-07-20T18:45:32.931Z Checking bitstruct v0.1.1
15832026-07-20T18:45:32.931Z Checking libloading v0.7.4
15842026-07-20T18:45:32.962Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15852026-07-20T18:45:33.169Z Checking num v0.4.3
15862026-07-20T18:45:33.251Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-07-20T18:45:33.784Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15882026-07-20T18:45:34.080Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15892026-07-20T18:45:34.084Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15902026-07-20T18:45:34.271Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-07-20T18:45:34.442Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-07-20T18:45:34.442Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-07-20T18:45:34.911Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-07-20T18:45:35.129Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15952026-07-20T18:45:35.132Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-07-20T18:45:35.132Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-07-20T18:45:35.133Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-07-20T18:45:35.520Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15992026-07-20T18:45:35.926Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16002026-07-20T18:45:36.796Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-07-20T18:45:39.038Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16022026-07-20T18:45:39.394Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16032026-07-20T18:45:40.262Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16042026-07-20T18:45:41.080Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16052026-07-20T18:45:41.198Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-07-20T18:45:47.631Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-07-20T18:45:48.906Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-07-20T18:45:49.444Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-07-20T18:45:53.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.65s
16102026-07-20T18:45:54.056Z+ for feat in tofino_stub tofino_asic softnpu chaos
16112026-07-20T18:45:54.056Z+ cargo clippy --features chaos -- --deny warnings
16122026-07-20T18:45:54.543Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16132026-07-20T18:45:54.546Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16142026-07-20T18:45:54.546Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16152026-07-20T18:46:01.713Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-07-20T18:46:01.716Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16172026-07-20T18:46:04.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
16182026-07-20T18:46:04.353Z+ banner fmt
16192026-07-20T18:46:04.357Z
16202026-07-20T18:46:04.357Z ###### # # #####
16212026-07-20T18:46:04.357Z # ## ## #
16222026-07-20T18:46:04.357Z ##### # ## # #
16232026-07-20T18:46:04.357Z # # # #
16242026-07-20T18:46:04.357Z # # # #
16252026-07-20T18:46:04.357Z # # # #
16262026-07-20T18:46:04.357Z
16272026-07-20T18:46:04.358Z+ cargo fmt -- --check
16282026-07-20T18:46:04.801Z+ banner test
16292026-07-20T18:46:04.806Z
16302026-07-20T18:46:04.806Z ##### ###### #### #####
16312026-07-20T18:46:04.806Z # # # #
16322026-07-20T18:46:04.806Z # ##### #### #
16332026-07-20T18:46:04.806Z # # # #
16342026-07-20T18:46:04.806Z # # # # #
16352026-07-20T18:46:04.807Z # ###### #### #
16362026-07-20T18:46:04.807Z
16372026-07-20T18:46:04.807Z+ for feat in tofino_stub tofino_asic softnpu chaos
16382026-07-20T18:46:04.807Z+ RUST_BACKTRACE=full
16392026-07-20T18:46:04.807Z+ cargo test --features tofino_stub --no-fail-fast
16402026-07-20T18:46:05.655Z Compiling unicode-ident v1.0.24
16412026-07-20T18:46:05.656Z Compiling cfg-if v1.0.4
16422026-07-20T18:46:05.659Z Compiling memchr v2.7.5
16432026-07-20T18:46:05.777Z Compiling serde_core v1.0.228
16442026-07-20T18:46:05.789Z Compiling itoa v1.0.15
16452026-07-20T18:46:05.797Z Compiling libc v0.2.186
16462026-07-20T18:46:05.807Z Compiling zmij v1.0.17
16472026-07-20T18:46:05.832Z Compiling libm v0.2.15
16482026-07-20T18:46:05.878Z Compiling proc-macro2 v1.0.106
16492026-07-20T18:46:05.916Z Compiling heck v0.5.0
16502026-07-20T18:46:06.087Z Compiling equivalent v1.0.2
16512026-07-20T18:46:06.213Z Compiling log v0.4.29
16522026-07-20T18:46:06.319Z Compiling quote v1.0.45
16532026-07-20T18:46:06.374Z Compiling smallvec v1.15.1
16542026-07-20T18:46:06.405Z Compiling iana-time-zone v0.1.64
16552026-07-20T18:46:06.561Z Compiling syn v2.0.118
16562026-07-20T18:46:06.593Z Compiling dyn-clone v1.0.20
16572026-07-20T18:46:06.632Z Compiling hashbrown v0.17.1
16582026-07-20T18:46:06.635Z Compiling stable_deref_trait v1.2.0
16592026-07-20T18:46:06.656Z Compiling pin-project-lite v0.2.16
16602026-07-20T18:46:06.724Z Compiling percent-encoding v2.3.2
16612026-07-20T18:46:06.739Z Compiling litemap v0.8.0
16622026-07-20T18:46:06.754Z Compiling fnv v1.0.7
16632026-07-20T18:46:06.853Z Compiling writeable v0.6.1
16642026-07-20T18:46:06.930Z Compiling icu_properties_data v2.0.1
16652026-07-20T18:46:06.961Z Compiling icu_normalizer_data v2.0.0
16662026-07-20T18:46:07.043Z Compiling regex-syntax v0.8.11
16672026-07-20T18:46:07.056Z Compiling form_urlencoded v1.2.2
16682026-07-20T18:46:07.069Z Compiling utf8_iter v1.0.4
16692026-07-20T18:46:07.161Z Compiling scopeguard v1.2.0
16702026-07-20T18:46:07.212Z Compiling num-traits v0.2.19
16712026-07-20T18:46:07.222Z Compiling getrandom v0.4.2
16722026-07-20T18:46:07.244Z Compiling lock_api v0.4.14
16732026-07-20T18:46:07.368Z Compiling aho-corasick v1.1.3
16742026-07-20T18:46:07.474Z Compiling ucd-trie v0.1.7
16752026-07-20T18:46:07.675Z Compiling semver v1.0.28
16762026-07-20T18:46:07.776Z Compiling serde_json v1.0.150
16772026-07-20T18:46:07.827Z Compiling indexmap v2.14.0
16782026-07-20T18:46:07.933Z Compiling byteorder v1.5.0
16792026-07-20T18:46:08.027Z Compiling futures-core v0.3.32
16802026-07-20T18:46:08.047Z Compiling uuid v1.23.3
16812026-07-20T18:46:08.161Z Compiling allocator-api2 v0.2.21
16822026-07-20T18:46:08.473Z Compiling num-conv v0.2.1
16832026-07-20T18:46:08.473Z Compiling foldhash v0.2.0
16842026-07-20T18:46:08.498Z Compiling regex-automata v0.4.13
16852026-07-20T18:46:08.630Z Compiling time-core v0.1.8
16862026-07-20T18:46:08.702Z Compiling hashbrown v0.16.1
16872026-07-20T18:46:08.719Z Compiling ryu v1.0.20
16882026-07-20T18:46:08.784Z Compiling time-macros v0.2.27
16892026-07-20T18:46:08.818Z Compiling futures-sink v0.3.32
16902026-07-20T18:46:08.924Z Compiling pretty-hex v0.4.1
16912026-07-20T18:46:09.065Z Compiling slab v0.4.11
16922026-07-20T18:46:09.294Z Compiling plain v0.2.3
16932026-07-20T18:46:09.335Z Compiling strsim v0.11.1
16942026-07-20T18:46:09.401Z Compiling synstructure v0.13.2
16952026-07-20T18:46:09.414Z Compiling serde_derive_internals v0.29.1
16962026-07-20T18:46:09.740Z Compiling futures-channel v0.3.32
16972026-07-20T18:46:09.766Z Compiling futures-task v0.3.32
16982026-07-20T18:46:09.789Z Compiling futures-io v0.3.32
16992026-07-20T18:46:09.901Z Compiling socket2 v0.6.4
17002026-07-20T18:46:09.942Z Compiling parking_lot_core v0.9.12
17012026-07-20T18:46:09.955Z Compiling signal-hook-registry v1.4.6
17022026-07-20T18:46:09.966Z Compiling thread-id v5.0.0
17032026-07-20T18:46:10.049Z Compiling mio v1.2.1
17042026-07-20T18:46:10.160Z Compiling parking_lot v0.12.5
17052026-07-20T18:46:10.241Z Compiling regex v1.12.4
17062026-07-20T18:46:10.352Z Compiling regress v0.10.5
17072026-07-20T18:46:10.363Z Compiling darling_core v0.21.3
17082026-07-20T18:46:10.422Z Compiling base64 v0.22.1
17092026-07-20T18:46:10.575Z Compiling bitflags v2.11.1
17102026-07-20T18:46:10.575Z Compiling getrandom v0.2.16
17112026-07-20T18:46:10.608Z Compiling serde_derive v1.0.228
17122026-07-20T18:46:10.724Z Compiling zerofrom-derive v0.1.6
17132026-07-20T18:46:10.764Z Compiling yoke-derive v0.8.0
17142026-07-20T18:46:10.775Z Compiling zerovec-derive v0.11.1
17152026-07-20T18:46:10.833Z Compiling displaydoc v0.2.5
17162026-07-20T18:46:11.114Z Compiling thiserror-impl v2.0.18
17172026-07-20T18:46:11.655Z Compiling schemars_derive v0.8.22
17182026-07-20T18:46:11.878Z Compiling tokio-macros v2.7.0
17192026-07-20T18:46:11.945Z Compiling zerocopy-derive v0.8.27
17202026-07-20T18:46:11.990Z Compiling zeroize_derive v1.4.3
17212026-07-20T18:46:12.432Z Compiling thiserror v2.0.18
17222026-07-20T18:46:12.544Z Compiling futures-macro v0.3.32
17232026-07-20T18:46:12.562Z Compiling zerofrom v0.1.6
17242026-07-20T18:46:12.654Z Compiling thiserror-impl v1.0.69
17252026-07-20T18:46:12.696Z Compiling yoke v0.8.0
17262026-07-20T18:46:12.709Z Compiling tracing-attributes v0.1.30
17272026-07-20T18:46:12.892Z Compiling zerovec v0.11.4
17282026-07-20T18:46:12.910Z Compiling zerotrie v0.2.2
17292026-07-20T18:46:13.229Z Compiling pest v2.8.2
17302026-07-20T18:46:13.242Z Compiling zerocopy v0.8.27
17312026-07-20T18:46:13.419Z Compiling scroll_derive v0.13.1
17322026-07-20T18:46:13.433Z Compiling serde v1.0.228
17332026-07-20T18:46:13.880Z Compiling tinystr v0.8.1
17342026-07-20T18:46:13.981Z Compiling bytes v1.12.0
17352026-07-20T18:46:13.993Z Compiling serde_tokenstream v0.2.3
17362026-07-20T18:46:14.094Z Compiling icu_locale_core v2.0.0
17372026-07-20T18:46:14.280Z Compiling potential_utf v0.1.3
17382026-07-20T18:46:14.312Z Compiling chrono v0.4.45
17392026-07-20T18:46:14.370Z Compiling pest_meta v2.8.2
17402026-07-20T18:46:14.451Z Compiling icu_collections v2.0.0
17412026-07-20T18:46:14.569Z Compiling http v1.4.2
17422026-07-20T18:46:14.629Z Compiling icu_provider v2.0.0
17432026-07-20T18:46:14.764Z Compiling async-trait v0.1.89
17442026-07-20T18:46:14.947Z Compiling icu_normalizer v2.0.0
17452026-07-20T18:46:14.971Z Compiling icu_properties v2.0.1
17462026-07-20T18:46:14.975Z Compiling pest_generator v2.8.2
17472026-07-20T18:46:15.556Z Compiling schemars v0.8.22
17482026-07-20T18:46:15.569Z Compiling scroll v0.13.0
17492026-07-20T18:46:15.635Z Compiling thiserror v1.0.69
17502026-07-20T18:46:15.689Z Compiling pest_derive v2.8.2
17512026-07-20T18:46:15.741Z Compiling tokio v1.52.3
17522026-07-20T18:46:15.770Z Compiling openapiv3 v2.2.0
17532026-07-20T18:46:15.835Z Compiling goblin v0.10.1
17542026-07-20T18:46:15.848Z Compiling idna_adapter v1.2.1
17552026-07-20T18:46:15.998Z Compiling idna v1.1.0
17562026-07-20T18:46:16.211Z Compiling daft-derive v0.1.5
17572026-07-20T18:46:16.310Z Compiling dtrace-parser v0.3.0
17582026-07-20T18:46:16.603Z Compiling url v2.5.7
17592026-07-20T18:46:16.864Z Compiling typify-impl v0.4.3
17602026-07-20T18:46:17.004Z Compiling darling_macro v0.21.3
17612026-07-20T18:46:17.240Z Compiling http-body v1.0.1
17622026-07-20T18:46:17.403Z Compiling ppv-lite86 v0.2.21
17632026-07-20T18:46:17.473Z Compiling serde_yaml v0.9.34+deprecated
17642026-07-20T18:46:17.514Z Compiling erased-serde v0.3.31
17652026-07-20T18:46:17.611Z Compiling darling v0.21.3
17662026-07-20T18:46:17.697Z Compiling openssl-macros v0.1.1
17672026-07-20T18:46:18.013Z Compiling ipnet v2.11.0
17682026-07-20T18:46:18.026Z Compiling atomic-waker v1.1.2
17692026-07-20T18:46:18.556Z Compiling httparse v1.10.1
17702026-07-20T18:46:18.625Z Compiling tower-service v0.3.3
17712026-07-20T18:46:18.728Z Compiling dof v0.4.0
17722026-07-20T18:46:18.746Z Compiling untrusted v0.9.0
17732026-07-20T18:46:18.873Z Compiling tower-layer v0.3.3
17742026-07-20T18:46:18.876Z Compiling anyhow v1.0.102
17752026-07-20T18:46:19.040Z Compiling try-lock v0.2.5
17762026-07-20T18:46:19.053Z Compiling syn v1.0.109
17772026-07-20T18:46:19.158Z Compiling want v0.3.1
17782026-07-20T18:46:19.253Z Compiling usdt-impl v0.6.0
17792026-07-20T18:46:19.289Z Compiling zeroize v1.8.1
17802026-07-20T18:46:19.334Z Compiling httpdate v1.0.3
17812026-07-20T18:46:19.581Z Compiling portable-atomic v1.11.1
17822026-07-20T18:46:20.116Z Compiling structmeta-derive v0.3.0
17832026-07-20T18:46:20.147Z Compiling async-stream-impl v0.3.6
17842026-07-20T18:46:20.547Z Compiling critical-section v1.2.0
17852026-07-20T18:46:20.666Z Compiling once_cell v1.21.3
17862026-07-20T18:46:20.733Z Compiling usdt-macro v0.6.0
17872026-07-20T18:46:20.813Z Compiling usdt-attr-macro v0.6.0
17882026-07-20T18:46:21.230Z Compiling structmeta v0.3.0
17892026-07-20T18:46:21.279Z Compiling newtype-uuid-macros v0.1.0
17902026-07-20T18:46:21.448Z Compiling strum_macros v0.26.4
17912026-07-20T18:46:21.960Z Compiling powerfmt v0.2.0
17922026-07-20T18:46:22.130Z Compiling deranged v0.5.3
17932026-07-20T18:46:22.195Z Compiling num_threads v0.1.7
17942026-07-20T18:46:22.627Z Compiling http-body-util v0.1.3
17952026-07-20T18:46:22.712Z Compiling omicron-workspace-hack v0.1.0
17962026-07-20T18:46:22.876Z Compiling dropshot_endpoint v0.16.7
17972026-07-20T18:46:22.891Z Compiling serde_urlencoded v0.7.1
17982026-07-20T18:46:22.908Z Compiling ref-cast-impl v1.0.25
17992026-07-20T18:46:23.098Z Compiling derive-ex v0.1.8
18002026-07-20T18:46:23.136Z Compiling strum_macros v0.27.2
18012026-07-20T18:46:23.148Z Compiling sync_wrapper v1.0.2
18022026-07-20T18:46:23.199Z Compiling typify-macro v0.4.3
18032026-07-20T18:46:23.250Z Compiling serde_with_macros v3.14.1
18042026-07-20T18:46:23.319Z Compiling subtle v2.6.1
18052026-07-20T18:46:23.537Z Compiling thread_local v1.1.9
18062026-07-20T18:46:23.645Z Compiling iri-string v0.7.8
18072026-07-20T18:46:23.803Z Compiling futures-util v0.3.32
18082026-07-20T18:46:24.554Z Compiling match_cfg v0.1.0
18092026-07-20T18:46:24.637Z Compiling rand_core v0.6.4
18102026-07-20T18:46:24.712Z Compiling test-strategy v0.4.3
18112026-07-20T18:46:24.869Z Compiling take_mut v0.2.2
18122026-07-20T18:46:24.983Z Compiling term v1.2.0
18132026-07-20T18:46:24.986Z Compiling typenum v1.20.1
18142026-07-20T18:46:25.285Z Compiling typify v0.4.3
18152026-07-20T18:46:25.288Z Compiling parse-display-derive v0.10.0
18162026-07-20T18:46:25.382Z Compiling progenitor-impl v0.11.1
18172026-07-20T18:46:25.603Z Compiling tracing-core v0.1.34
18182026-07-20T18:46:25.701Z Compiling toml_datetime v0.6.11
18192026-07-20T18:46:25.826Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-07-20T18:46:25.988Z Compiling tracing v0.1.41
18212026-07-20T18:46:26.105Z Compiling camino v1.2.3
18222026-07-20T18:46:26.285Z Compiling clap_derive v4.6.1
18232026-07-20T18:46:26.417Z Compiling encoding_rs v0.8.35
18242026-07-20T18:46:26.494Z Compiling fastrand v2.3.0
18252026-07-20T18:46:26.565Z Compiling mime v0.3.17
18262026-07-20T18:46:26.583Z Compiling cpufeatures v0.2.17
18272026-07-20T18:46:26.768Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-07-20T18:46:27.044Z Compiling unicode-width v0.2.1
18292026-07-20T18:46:27.338Z Compiling errno v0.3.14
18302026-07-20T18:46:27.476Z Compiling hex v0.4.3
18312026-07-20T18:46:27.507Z Compiling generic-array v0.14.7
18322026-07-20T18:46:27.766Z Compiling ipnetwork v0.21.1
18332026-07-20T18:46:28.021Z Compiling crossbeam-utils v0.8.21
18342026-07-20T18:46:28.188Z Compiling tokio-util v0.7.16
18352026-07-20T18:46:28.233Z Compiling slog v2.8.2
18362026-07-20T18:46:28.548Z Compiling rustix v1.1.4
18372026-07-20T18:46:28.648Z Compiling getrandom v0.3.3
18382026-07-20T18:46:28.804Z Compiling winnow v0.7.14
18392026-07-20T18:46:28.828Z Compiling rand_core v0.9.3
18402026-07-20T18:46:28.831Z Compiling h2 v0.4.14
18412026-07-20T18:46:28.905Z Compiling oxnet v0.1.6
18422026-07-20T18:46:29.057Z Compiling crypto-common v0.1.6
18432026-07-20T18:46:29.072Z Compiling progenitor-macro v0.11.1
18442026-07-20T18:46:29.196Z Compiling itertools v0.14.0
18452026-07-20T18:46:29.768Z Compiling winnow v1.0.3
18462026-07-20T18:46:29.923Z Compiling num-derive v0.4.2
18472026-07-20T18:46:30.124Z Compiling toml_parser v1.1.2+spec-1.1.0
18482026-07-20T18:46:30.295Z Compiling serde_spanned v1.1.1
18492026-07-20T18:46:30.469Z Compiling spin v0.9.8
18502026-07-20T18:46:30.476Z Compiling toml_writer v1.1.1+spec-1.1.0
18512026-07-20T18:46:30.697Z Compiling debug-ignore v1.0.5
18522026-07-20T18:46:30.812Z Compiling rand_chacha v0.9.0
18532026-07-20T18:46:30.843Z Compiling rustls-pki-types v1.12.0
18542026-07-20T18:46:30.891Z Compiling quick-error v1.2.3
18552026-07-20T18:46:30.927Z Compiling hyper v1.10.1
18562026-07-20T18:46:31.002Z Compiling rand v0.9.3
18572026-07-20T18:46:31.316Z Compiling tabwriter v1.4.1
18582026-07-20T18:46:31.387Z Compiling async-stream v0.3.6
18592026-07-20T18:46:31.569Z Compiling waitgroup v0.1.2
18602026-07-20T18:46:31.572Z Compiling serde_path_to_error v0.1.20
18612026-07-20T18:46:31.671Z Compiling bit-vec v0.8.0
18622026-07-20T18:46:31.729Z Compiling colored v3.1.1
18632026-07-20T18:46:31.901Z Compiling lazy_static v1.5.0
18642026-07-20T18:46:31.923Z Compiling bit-set v0.8.0
18652026-07-20T18:46:31.941Z Compiling strum v0.26.3
18662026-07-20T18:46:32.006Z Compiling time v0.3.47
18672026-07-20T18:46:32.069Z Compiling ring v0.17.14
18682026-07-20T18:46:32.094Z Compiling hyper-util v0.1.20
18692026-07-20T18:46:32.145Z Compiling toml_datetime v0.7.5+spec-1.1.0
18702026-07-20T18:46:32.471Z Compiling unarray v0.1.4
18712026-07-20T18:46:32.588Z Compiling anstyle v1.0.14
18722026-07-20T18:46:32.823Z Compiling toml v0.9.12+spec-1.1.0
18732026-07-20T18:46:32.903Z Compiling crossbeam-channel v0.5.15
18742026-07-20T18:46:33.396Z Compiling macaddr v1.0.1
18752026-07-20T18:46:33.642Z Compiling utf8parse v0.2.2
18762026-07-20T18:46:33.761Z Compiling anstyle-parse v1.0.0
18772026-07-20T18:46:33.761Z Compiling block-buffer v0.10.4
18782026-07-20T18:46:33.801Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-07-20T18:46:33.838Z Compiling ref-cast v1.0.25
18802026-07-20T18:46:33.851Z Compiling anstyle-query v1.1.4
18812026-07-20T18:46:33.925Z Compiling is_terminal_polyfill v1.70.1
18822026-07-20T18:46:33.947Z Compiling colorchoice v1.0.4
18832026-07-20T18:46:33.960Z Compiling digest v0.10.7
18842026-07-20T18:46:33.971Z Compiling strum v0.27.2
18852026-07-20T18:46:33.986Z Compiling is-terminal v0.4.16
18862026-07-20T18:46:34.019Z Compiling clap_lex v1.1.0
18872026-07-20T18:46:34.065Z Compiling anstream v1.0.0
18882026-07-20T18:46:34.081Z Compiling slog-term v2.9.2
18892026-07-20T18:46:34.095Z Compiling slog-json v2.6.1
18902026-07-20T18:46:34.145Z Compiling slog-async v2.8.0
18912026-07-20T18:46:34.266Z Compiling hostname v0.3.1
18922026-07-20T18:46:34.393Z Compiling slog-bunyan v2.5.0
18932026-07-20T18:46:34.406Z Compiling tower v0.5.2
18942026-07-20T18:46:34.409Z Compiling futures-executor v0.3.32
18952026-07-20T18:46:34.409Z Compiling instant v0.1.13
18962026-07-20T18:46:34.709Z Compiling futures v0.3.32
18972026-07-20T18:46:34.712Z Compiling aws-lc-sys v0.39.1
18982026-07-20T18:46:34.712Z Compiling untrusted v0.7.1
18992026-07-20T18:46:34.801Z Compiling tower-http v0.6.8
19002026-07-20T18:46:34.868Z Compiling openssl-sys v0.9.117
19012026-07-20T18:46:35.227Z Compiling memmap2 v0.9.8
19022026-07-20T18:46:35.332Z Compiling aws-lc-rs v1.16.2
19032026-07-20T18:46:36.262Z Compiling foreign-types-shared v0.1.1
19042026-07-20T18:46:36.353Z Compiling rustls-webpki v0.103.6
19052026-07-20T18:46:36.356Z Compiling foreign-types v0.3.2
19062026-07-20T18:46:36.905Z Compiling rustls v0.23.40
19072026-07-20T18:46:37.095Z Compiling tempfile v3.27.0
19082026-07-20T18:46:37.220Z Compiling openssl-probe v0.1.6
19092026-07-20T18:46:37.574Z Compiling openssl v0.10.81
19102026-07-20T18:46:38.255Z Compiling usdt v0.6.0
19112026-07-20T18:46:38.473Z Compiling either v1.15.0
19122026-07-20T18:46:38.691Z Compiling webpki-roots v1.0.2
19132026-07-20T18:46:38.808Z Compiling newtype-uuid v1.3.2
19142026-07-20T18:46:39.160Z Compiling daft v0.1.5
19152026-07-20T18:46:39.927Z Compiling tokio-rustls v0.26.4
19162026-07-20T18:46:40.016Z Compiling native-tls v0.2.14
19172026-07-20T18:46:40.201Z Compiling hyper-rustls v0.27.7
19182026-07-20T18:46:40.341Z Compiling tokio-native-tls v0.3.1
19192026-07-20T18:46:40.525Z Compiling hyper-tls v0.6.0
19202026-07-20T18:46:40.766Z Compiling reqwest v0.12.23
19212026-07-20T18:46:41.670Z Compiling rustls-webpki v0.102.8
19222026-07-20T18:46:41.683Z Compiling rustls-pemfile v2.2.0
19232026-07-20T18:46:41.892Z Compiling multer v3.1.0
19242026-07-20T18:46:42.435Z Compiling hostname v0.4.2
19252026-07-20T18:46:42.586Z Compiling rustls v0.22.4
19262026-07-20T18:46:42.610Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19272026-07-20T18:46:43.195Z Compiling terminal_size v0.4.3
19282026-07-20T18:46:43.344Z Compiling rand_chacha v0.3.1
19292026-07-20T18:46:43.491Z Compiling wait-timeout v0.2.1
19302026-07-20T18:46:44.033Z Compiling rusty-fork v0.3.0
19312026-07-20T18:46:44.152Z Compiling rand v0.8.5
19322026-07-20T18:46:44.406Z Compiling tokio-rustls v0.25.0
19332026-07-20T18:46:45.484Z Compiling sha1 v0.10.6
19342026-07-20T18:46:45.726Z Compiling rand_xorshift v0.4.0
19352026-07-20T18:46:46.406Z Compiling hubpack_derive v0.1.1
19362026-07-20T18:46:46.902Z Compiling proptest v1.8.0
19372026-07-20T18:46:46.968Z Compiling dropshot v0.16.7
19382026-07-20T18:46:47.007Z Compiling clap_builder v4.6.0
19392026-07-20T18:46:48.439Z Compiling serde_spanned v0.6.9
19402026-07-20T18:46:48.931Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19412026-07-20T18:46:48.983Z Compiling clap v4.6.1
19422026-07-20T18:46:49.203Z Compiling prettyplease v0.2.37
19432026-07-20T18:46:50.513Z Compiling progenitor-client v0.11.1
19442026-07-20T18:46:50.617Z Compiling progenitor-client v0.10.0
19452026-07-20T18:46:50.802Z Compiling serde_with v3.14.1
19462026-07-20T18:46:51.738Z Compiling progenitor v0.11.1
19472026-07-20T18:46:52.466Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19482026-07-20T18:46:52.715Z Compiling rustc-hash v2.1.1
19492026-07-20T18:46:52.834Z Compiling iddqd v0.3.18
19502026-07-20T18:46:52.859Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19512026-07-20T18:46:53.905Z Compiling backoff v0.4.0
19522026-07-20T18:46:54.012Z Compiling parse-display v0.10.0
19532026-07-20T18:46:54.026Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542026-07-20T18:46:54.067Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19552026-07-20T18:46:54.212Z Compiling winnow v0.5.40
19562026-07-20T18:46:54.225Z Compiling toml_write v0.1.2
19572026-07-20T18:46:54.381Z Compiling toml_edit v0.22.27
19582026-07-20T18:46:55.769Z Compiling num-integer v0.1.46
19592026-07-20T18:46:55.907Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19602026-07-20T18:46:56.228Z Compiling float-ord v0.3.2
19612026-07-20T18:46:56.353Z Compiling toml v0.8.23
19622026-07-20T18:47:00.133Z Compiling num-iter v0.1.45
19632026-07-20T18:47:00.265Z Compiling num-rational v0.4.2
19642026-07-20T18:47:00.812Z Compiling num-complex v0.4.6
19652026-07-20T18:47:01.263Z Compiling num v0.4.3
19662026-07-20T18:47:01.783Z Compiling toml_edit v0.19.15
19672026-07-20T18:47:03.461Z Compiling proc-macro-crate v1.3.1
19682026-07-20T18:47:05.282Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-07-20T18:47:05.899Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-07-20T18:47:06.400Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-07-20T18:47:06.804Z Compiling zerocopy-derive v0.7.35
19722026-07-20T18:47:07.694Z Compiling memoffset v0.9.1
19732026-07-20T18:47:07.790Z Compiling libscf-sys v1.2.0
19742026-07-20T18:47:07.889Z Compiling ingot-macros v0.1.1
19752026-07-20T18:47:07.974Z Compiling proc-macro-error-attr2 v2.0.0
19762026-07-20T18:47:08.105Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-07-20T18:47:09.170Z Compiling proc-macro-error2 v2.0.1
19782026-07-20T18:47:09.370Z Compiling nix v0.30.1
19792026-07-20T18:47:09.792Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-07-20T18:47:10.323Z Compiling scroll_derive v0.12.1
19812026-07-20T18:47:10.851Z Compiling tabled_derive v0.11.0
19822026-07-20T18:47:11.220Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19832026-07-20T18:47:13.073Z Compiling zerocopy v0.7.35
19842026-07-20T18:47:13.543Z Compiling num_enum_derive v0.7.5
19852026-07-20T18:47:13.730Z Compiling hubpack v0.1.2
19862026-07-20T18:47:13.797Z Compiling foreign-types-macros v0.2.3
19872026-07-20T18:47:13.964Z Compiling static_assertions v1.1.0
19882026-07-20T18:47:14.641Z Compiling glob v0.3.3
19892026-07-20T18:47:14.726Z Compiling proc-macro-error-attr v1.0.4
19902026-07-20T18:47:14.896Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912026-07-20T18:47:15.042Z Compiling dtrace-parser v0.2.0
19922026-07-20T18:47:15.126Z Compiling bytecount v0.6.9
19932026-07-20T18:47:15.429Z Compiling proc-macro-error v1.0.4
19942026-07-20T18:47:15.533Z Compiling dof v0.3.0
19952026-07-20T18:47:16.150Z Compiling num_enum_derive v0.5.11
19962026-07-20T18:47:17.279Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19972026-07-20T18:47:17.775Z Compiling thread-id v4.2.2
19982026-07-20T18:47:17.867Z Compiling usdt-impl v0.5.0
19992026-07-20T18:47:18.414Z Compiling derive_more v0.99.20
20002026-07-20T18:47:18.566Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20012026-07-20T18:47:18.824Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-07-20T18:47:19.306Z Compiling minimal-lexical v0.2.1
20032026-07-20T18:47:19.576Z Compiling nom v7.1.3
20042026-07-20T18:47:19.600Z Compiling usdt-macro v0.5.0
20052026-07-20T18:47:19.739Z Compiling usdt-attr-macro v0.5.0
20062026-07-20T18:47:19.813Z Compiling zone_cfg_derive v0.3.1
20072026-07-20T18:47:20.377Z Compiling papergrid v0.17.0
20082026-07-20T18:47:20.523Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-07-20T18:47:20.599Z Compiling testing_table v0.3.0
20102026-07-20T18:47:20.696Z Compiling rustc_version v0.4.1
20112026-07-20T18:47:20.770Z Compiling crossbeam-epoch v0.9.18
20122026-07-20T18:47:20.926Z Compiling dropshot_endpoint v0.17.1
20132026-07-20T18:47:20.981Z Compiling adler2 v2.0.1
20142026-07-20T18:47:21.122Z Compiling miniz_oxide v0.8.9
20152026-07-20T18:47:21.149Z Compiling crc32fast v1.5.0
20162026-07-20T18:47:21.426Z Compiling tabled v0.20.0
20172026-07-20T18:47:21.590Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20182026-07-20T18:47:21.658Z Compiling enum-as-inner v0.6.1
20192026-07-20T18:47:21.920Z Compiling regress v0.11.1
20202026-07-20T18:47:22.197Z Compiling flate2 v1.1.2
20212026-07-20T18:47:22.272Z Compiling curve25519-dalek v4.1.3
20222026-07-20T18:47:22.580Z Compiling hybrid-array v0.4.12
20232026-07-20T18:47:22.721Z Compiling crossbeam-deque v0.8.6
20242026-07-20T18:47:22.757Z Compiling thiserror-impl-no-std v2.0.2
20252026-07-20T18:47:22.920Z Compiling curve25519-dalek-derive v0.1.1
20262026-07-20T18:47:23.072Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20272026-07-20T18:47:23.257Z Compiling crypto-common v0.2.2
20282026-07-20T18:47:23.646Z Compiling typify-impl v0.6.2
20292026-07-20T18:47:23.907Z Compiling block-buffer v0.12.0
20302026-07-20T18:47:23.920Z Compiling rayon-core v1.13.0
20312026-07-20T18:47:24.075Z Compiling clang-sys v1.8.1
20322026-07-20T18:47:24.243Z Compiling const-oid v0.10.2
20332026-07-20T18:47:24.373Z Compiling compression-core v0.4.32
20342026-07-20T18:47:24.394Z Compiling digest v0.11.3
20352026-07-20T18:47:24.461Z Compiling scroll v0.12.0
20362026-07-20T18:47:24.494Z Compiling compression-codecs v0.4.32
20372026-07-20T18:47:24.673Z Compiling hash32 v0.3.1
20382026-07-20T18:47:24.732Z Compiling toml_datetime v1.1.1+spec-1.1.0
20392026-07-20T18:47:24.769Z Compiling cpufeatures v0.3.0
20402026-07-20T18:47:24.831Z Compiling sha1 v0.11.0
20412026-07-20T18:47:24.852Z Compiling heapless v0.8.0
20422026-07-20T18:47:24.874Z Compiling goblin v0.8.2
20432026-07-20T18:47:24.877Z Compiling async-compression v0.4.33
20442026-07-20T18:47:25.050Z Compiling toml v1.1.2+spec-1.1.0
20452026-07-20T18:47:25.090Z Compiling ingot-types v0.1.2
20462026-07-20T18:47:25.289Z Compiling cobs v0.3.0
20472026-07-20T18:47:25.345Z Compiling libloading v0.8.9
20482026-07-20T18:47:25.487Z Compiling bitflags v1.3.2
20492026-07-20T18:47:25.500Z Compiling foreign-types-shared v0.3.1
20502026-07-20T18:47:25.546Z Compiling managed v0.8.0
20512026-07-20T18:47:25.571Z Compiling bindgen v0.72.1
20522026-07-20T18:47:25.589Z Compiling foreign-types v0.5.0
20532026-07-20T18:47:25.678Z Compiling ingot v0.1.1
20542026-07-20T18:47:25.767Z Compiling dropshot v0.17.1
20552026-07-20T18:47:26.051Z Compiling smoltcp v0.11.0
20562026-07-20T18:47:26.643Z Compiling postcard v1.1.3
20572026-07-20T18:47:27.437Z Compiling cexpr v0.6.0
20582026-07-20T18:47:28.027Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20592026-07-20T18:47:28.040Z Compiling num_enum v0.7.5
20602026-07-20T18:47:28.167Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20612026-07-20T18:47:28.577Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20622026-07-20T18:47:28.604Z Compiling camino-tempfile v1.4.1
20632026-07-20T18:47:28.685Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-07-20T18:47:28.698Z Compiling serde_repr v0.1.20
20652026-07-20T18:47:28.837Z Compiling derive-where v1.6.0
20662026-07-20T18:47:28.944Z Compiling cstr-argument v0.1.2
20672026-07-20T18:47:29.079Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-07-20T18:47:29.300Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20692026-07-20T18:47:30.031Z Compiling typify-macro v0.6.2
20702026-07-20T18:47:30.107Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20712026-07-20T18:47:30.300Z Compiling rayon v1.11.0
20722026-07-20T18:47:30.468Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732026-07-20T18:47:30.598Z Compiling crucible-workspace-hack v0.1.0
20742026-07-20T18:47:31.280Z Compiling memmap v0.7.0
20752026-07-20T18:47:31.406Z Compiling tinyvec_macros v0.1.1
20762026-07-20T18:47:31.474Z Compiling tinyvec v1.10.0
20772026-07-20T18:47:31.502Z Compiling usdt v0.5.0
20782026-07-20T18:47:31.793Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-07-20T18:47:32.188Z Compiling typify v0.6.2
20802026-07-20T18:47:32.305Z Compiling num_enum v0.5.11
20812026-07-20T18:47:32.621Z Compiling pin-project-internal v1.1.10
20822026-07-20T18:47:33.648Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832026-07-20T18:47:33.736Z Compiling progenitor-impl v0.14.0
20842026-07-20T18:47:33.797Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-07-20T18:47:33.809Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20862026-07-20T18:47:33.870Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20872026-07-20T18:47:34.046Z Compiling rustix v0.38.44
20882026-07-20T18:47:34.446Z Compiling itertools v0.12.1
20892026-07-20T18:47:34.556Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20902026-07-20T18:47:34.669Z Compiling progenitor-impl v0.10.0
20912026-07-20T18:47:34.934Z Compiling sigpipe v0.1.3
20922026-07-20T18:47:35.022Z Compiling jiff v0.2.15
20932026-07-20T18:47:35.035Z Compiling const_format_proc_macros v0.2.34
20942026-07-20T18:47:35.586Z Compiling zone v0.3.1
20952026-07-20T18:47:35.667Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-07-20T18:47:35.857Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20972026-07-20T18:47:37.329Z Compiling progenitor-macro v0.14.0
20982026-07-20T18:47:37.495Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20992026-07-20T18:47:37.751Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21002026-07-20T18:47:37.986Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21012026-07-20T18:47:38.198Z Compiling progenitor-macro v0.10.0
21022026-07-20T18:47:38.219Z Compiling secrecy v0.10.3
21032026-07-20T18:47:38.310Z Compiling smf v0.2.3
21042026-07-20T18:47:38.388Z Compiling async-recursion v1.1.1
21052026-07-20T18:47:38.717Z Compiling snafu-derive v0.8.9
21062026-07-20T18:47:38.871Z Compiling bstr v1.12.0
21072026-07-20T18:47:39.164Z Compiling whoami v1.6.1
21082026-07-20T18:47:39.371Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-07-20T18:47:40.490Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-07-20T18:47:41.044Z Compiling hmac v0.12.1
21112026-07-20T18:47:41.217Z Compiling inout v0.1.4
21122026-07-20T18:47:41.366Z Compiling ff v0.13.1
21132026-07-20T18:47:41.510Z Compiling data-encoding v2.9.0
21142026-07-20T18:47:41.691Z Compiling crc8 v0.1.1
21152026-07-20T18:47:41.819Z Compiling group v0.13.0
21162026-07-20T18:47:41.936Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-07-20T18:47:41.948Z Compiling cipher v0.4.4
21182026-07-20T18:47:42.664Z Compiling hkdf v0.12.4
21192026-07-20T18:47:42.858Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21202026-07-20T18:47:43.223Z Compiling atomicwrites v0.4.4
21212026-07-20T18:47:43.367Z Compiling tokio-dtrace v0.1.1
21222026-07-20T18:47:43.654Z Compiling tabled_derive v0.7.0
21232026-07-20T18:47:44.038Z Compiling reqwest v0.13.2
21242026-07-20T18:47:44.174Z Compiling universal-hash v0.5.1
21252026-07-20T18:47:44.187Z Compiling crypto-bigint v0.5.5
21262026-07-20T18:47:44.315Z Compiling half v2.7.1
21272026-07-20T18:47:44.419Z Compiling indent_write v2.2.0
21282026-07-20T18:47:44.568Z Compiling base16ct v0.2.0
21292026-07-20T18:47:44.617Z Compiling ciborium-io v0.2.2
21302026-07-20T18:47:44.721Z Compiling base64ct v1.8.0
21312026-07-20T18:47:44.734Z Compiling opaque-debug v0.3.1
21322026-07-20T18:47:44.815Z Compiling poly1305 v0.8.0
21332026-07-20T18:47:45.031Z Compiling progenitor-client v0.14.0
21342026-07-20T18:47:45.242Z Compiling elliptic-curve v0.13.8
21352026-07-20T18:47:45.277Z Compiling password-hash v0.5.0
21362026-07-20T18:47:45.335Z Compiling ciborium-ll v0.2.2
21372026-07-20T18:47:45.902Z Compiling oxide-tokio-rt v0.1.2
21382026-07-20T18:47:46.261Z Compiling chacha20 v0.9.1
21392026-07-20T18:47:46.498Z Compiling similar v2.7.0
21402026-07-20T18:47:46.512Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-07-20T18:47:46.708Z Compiling thiserror-no-std v2.0.2
21422026-07-20T18:47:47.518Z Compiling blake2 v0.10.6
21432026-07-20T18:47:47.986Z Compiling aead v0.5.2
21442026-07-20T18:47:47.998Z Compiling strum_macros v0.28.0
21452026-07-20T18:47:48.290Z Compiling resolv-conf v0.7.5
21462026-07-20T18:47:48.328Z Compiling linked-hash-map v0.5.6
21472026-07-20T18:47:48.492Z Compiling keccak v0.1.6
21482026-07-20T18:47:48.526Z Compiling lru-cache v0.1.2
21492026-07-20T18:47:48.658Z Compiling sha3 v0.10.8
21502026-07-20T18:47:48.919Z Compiling chacha20poly1305 v0.10.1
21512026-07-20T18:47:48.973Z Compiling argon2 v0.5.3
21522026-07-20T18:47:48.986Z Compiling vsss-rs v3.3.4
21532026-07-20T18:47:48.997Z Compiling progenitor v0.14.0
21542026-07-20T18:47:49.054Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-07-20T18:47:49.338Z Compiling ciborium v0.2.2
21562026-07-20T18:47:49.359Z Compiling hickory-proto v0.24.4
21572026-07-20T18:47:49.868Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21582026-07-20T18:47:49.904Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21592026-07-20T18:47:50.292Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21602026-07-20T18:47:50.416Z Compiling serde-big-array v0.5.1
21612026-07-20T18:47:50.431Z Compiling same-file v1.0.6
21622026-07-20T18:47:50.606Z Compiling siphasher v1.0.1
21632026-07-20T18:47:50.629Z Compiling unicode-segmentation v1.12.0
21642026-07-20T18:47:50.816Z Compiling phf_shared v0.12.1
21652026-07-20T18:47:50.954Z Compiling newline-converter v0.3.0
21662026-07-20T18:47:50.996Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21672026-07-20T18:47:51.037Z Compiling walkdir v2.5.0
21682026-07-20T18:47:51.078Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21692026-07-20T18:47:51.206Z Compiling hickory-resolver v0.24.4
21702026-07-20T18:47:51.512Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-07-20T18:47:52.086Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-07-20T18:47:53.180Z Compiling newtype_derive v0.1.6
21732026-07-20T18:47:53.194Z Compiling owo-colors v4.3.0
21742026-07-20T18:47:53.197Z Compiling tokio-stream v0.1.17
21752026-07-20T18:47:53.588Z Compiling console v0.15.11
21762026-07-20T18:47:53.671Z Compiling csv-core v0.1.12
21772026-07-20T18:47:53.752Z Compiling unicode-width v0.1.14
21782026-07-20T18:47:53.952Z Compiling unicode-linebreak v0.1.5
21792026-07-20T18:47:54.030Z Compiling swrite v0.1.0
21802026-07-20T18:47:54.135Z Compiling foldhash v0.1.5
21812026-07-20T18:47:54.167Z Compiling humantime v2.3.0
21822026-07-20T18:47:54.208Z Compiling termtree v0.5.1
21832026-07-20T18:47:54.243Z Compiling smawk v0.3.2
21842026-07-20T18:47:54.264Z Compiling hashbrown v0.15.5
21852026-07-20T18:47:54.385Z Compiling textwrap v0.16.2
21862026-07-20T18:47:54.450Z Compiling expectorate v1.2.0
21872026-07-20T18:47:54.453Z Compiling csv v1.4.0
21882026-07-20T18:47:54.618Z Compiling qorb v0.4.1
21892026-07-20T18:47:54.825Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-07-20T18:47:54.924Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-07-20T18:47:56.121Z Compiling phf v0.12.1
21922026-07-20T18:47:56.287Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21932026-07-20T18:47:56.851Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21942026-07-20T18:47:57.043Z Compiling pin-project v1.1.10
21952026-07-20T18:47:57.133Z Compiling unicode-normalization v0.1.24
21962026-07-20T18:47:57.155Z Compiling libz-sys v1.1.22
21972026-07-20T18:47:57.404Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-07-20T18:47:58.271Z Compiling libsw-core v0.3.2
21992026-07-20T18:47:58.521Z Compiling fixedbitset v0.5.7
22002026-07-20T18:47:58.726Z Compiling fixedbitset v0.4.2
22012026-07-20T18:47:58.726Z Compiling highway v1.3.0
22022026-07-20T18:47:59.361Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22032026-07-20T18:48:00.120Z Compiling petgraph v0.6.5
22042026-07-20T18:48:00.146Z Compiling progenitor v0.10.0
22052026-07-20T18:48:00.308Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-07-20T18:48:01.192Z Compiling petgraph v0.8.2
22072026-07-20T18:48:01.859Z Compiling libsw v3.5.0
22082026-07-20T18:48:02.493Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-07-20T18:48:03.003Z Compiling olpc-cjson v0.1.4
22102026-07-20T18:48:03.016Z Compiling libgit2-sys v0.17.0+1.8.1
22112026-07-20T18:48:03.191Z Compiling snafu v0.8.9
22122026-07-20T18:48:03.593Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-07-20T18:48:03.800Z Compiling chrono-tz v0.10.4
22142026-07-20T18:48:03.816Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-07-20T18:48:04.505Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-07-20T18:48:04.578Z Compiling papergrid v0.11.0
22172026-07-20T18:48:04.704Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-07-20T18:48:04.791Z Compiling strum v0.28.0
22192026-07-20T18:48:04.935Z Compiling globset v0.4.16
22202026-07-20T18:48:04.988Z Compiling const_format v0.2.34
22212026-07-20T18:48:05.328Z Compiling slog-dtrace v0.3.0
22222026-07-20T18:48:05.342Z Compiling cancel-safe-futures v0.1.5
22232026-07-20T18:48:05.656Z Compiling gethostname v0.5.0
22242026-07-20T18:48:05.793Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-07-20T18:48:06.390Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-07-20T18:48:06.772Z Compiling dropshot-api-manager-types v0.7.2
22272026-07-20T18:48:06.871Z Compiling bcs v0.1.6
22282026-07-20T18:48:07.018Z Compiling serde_plain v1.0.2
22292026-07-20T18:48:07.175Z Compiling cargo-platform v0.1.9
22302026-07-20T18:48:07.211Z Compiling pem v3.0.5
22312026-07-20T18:48:07.555Z Compiling linear-map v1.2.0
22322026-07-20T18:48:07.610Z Compiling tagptr v0.2.0
22332026-07-20T18:48:07.615Z Compiling typed-path v0.9.3
22342026-07-20T18:48:07.783Z Compiling moka v0.12.11
22352026-07-20T18:48:07.816Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-07-20T18:48:08.535Z Compiling tough v0.20.0
22372026-07-20T18:48:09.676Z Compiling cargo_metadata v0.18.1
22382026-07-20T18:48:09.900Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-07-20T18:48:10.981Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-07-20T18:48:11.269Z Compiling tabled v0.15.0
22412026-07-20T18:48:11.669Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-07-20T18:48:12.120Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-07-20T18:48:12.325Z Compiling git2 v0.19.0
22442026-07-20T18:48:13.986Z Compiling steno v0.4.1
22452026-07-20T18:48:15.171Z Compiling cookie v0.18.1
22462026-07-20T18:48:15.284Z Compiling hickory-proto v0.25.2
22472026-07-20T18:48:17.433Z Compiling hickory-resolver v0.25.2
22482026-07-20T18:48:18.510Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-07-20T18:48:19.966Z Compiling vergen v8.3.2
22502026-07-20T18:48:22.225Z Compiling signal-hook v0.4.4
22512026-07-20T18:48:22.522Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-07-20T18:48:22.536Z Compiling mockall_derive v0.14.0
22532026-07-20T18:48:22.726Z Compiling predicates-core v1.0.9
22542026-07-20T18:48:23.084Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-07-20T18:48:23.301Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-07-20T18:48:23.430Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-07-20T18:48:23.590Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-07-20T18:48:23.820Z Compiling sha2 v0.10.9
22592026-07-20T18:48:24.381Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-07-20T18:48:25.205Z Compiling mockall v0.14.0
22612026-07-20T18:48:25.454Z Compiling yansi v1.0.1
22622026-07-20T18:48:25.506Z Compiling diff v0.1.13
22632026-07-20T18:48:25.703Z Compiling pretty_assertions v1.4.1
22642026-07-20T18:48:25.821Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22652026-07-20T18:48:26.219Z Compiling fs-err v3.1.2
22662026-07-20T18:48:26.545Z Compiling predicates-tree v1.0.12
22672026-07-20T18:48:26.832Z Compiling predicates v3.1.3
22682026-07-20T18:48:27.846Z Compiling git-stub v1.0.0
22692026-07-20T18:48:27.929Z Compiling filetime v0.2.26
22702026-07-20T18:48:28.131Z Compiling xattr v1.6.1
22712026-07-20T18:48:28.135Z Compiling fragile v2.0.1
22722026-07-20T18:48:28.325Z Compiling is_ci v1.2.0
22732026-07-20T18:48:28.455Z Compiling arrayref v0.3.9
22742026-07-20T18:48:28.489Z Compiling constant_time_eq v0.3.1
22752026-07-20T18:48:28.543Z Compiling arrayvec v0.7.6
22762026-07-20T18:48:28.618Z Compiling downcast v0.11.0
22772026-07-20T18:48:28.761Z Compiling blake3 v1.8.2
22782026-07-20T18:48:28.783Z Compiling supports-color v3.0.2
22792026-07-20T18:48:28.990Z Compiling toml v0.7.8
22802026-07-20T18:48:29.352Z Compiling tar v0.4.45
22812026-07-20T18:48:29.689Z Compiling git-stub-vcs v0.1.0
22822026-07-20T18:48:30.083Z Compiling curl-sys v0.4.89+curl-8.20.0
22832026-07-20T18:48:30.383Z Compiling signal-hook-tokio v0.4.0
22842026-07-20T18:48:30.681Z Compiling scuffle v0.1.0
22852026-07-20T18:48:31.671Z Compiling drift v0.2.0
22862026-07-20T18:48:31.858Z Compiling kstat-rs v0.2.4
22872026-07-20T18:48:32.199Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22882026-07-20T18:48:32.351Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22892026-07-20T18:48:32.429Z Compiling topological-sort v0.2.2
22902026-07-20T18:48:32.528Z Compiling hex-literal v1.1.0
22912026-07-20T18:48:32.587Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22922026-07-20T18:48:32.660Z Compiling omicron-zone-package v0.12.2
22932026-07-20T18:48:33.335Z Compiling dropshot-api-manager v0.7.2
22942026-07-20T18:48:34.625Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-07-20T18:48:34.662Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22962026-07-20T18:48:35.576Z Compiling curl v0.4.50
22972026-07-20T18:48:35.926Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22982026-07-20T18:48:36.461Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22992026-07-20T18:48:36.474Z Compiling iddqd v0.4.5
23002026-07-20T18:48:36.721Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-07-20T18:48:37.232Z Compiling internet-checksum v0.2.1
23022026-07-20T18:48:37.358Z Compiling search_path v0.1.4
23032026-07-20T18:48:37.390Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23042026-07-20T18:48:37.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23052026-07-20T18:48:40.640Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23062026-07-20T18:48:40.699Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23072026-07-20T18:49:26.542Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s
23082026-07-20T18:49:26.666Z Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a)
23092026-07-20T18:49:26.669Z
23102026-07-20T18:49:26.669Zrunning 5 tests
23112026-07-20T18:49:26.672Ztest fuse::tests::chip_revision_b1 ... ok
23122026-07-20T18:49:26.672Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23132026-07-20T18:49:26.672Ztest fuse::tests::chip_revision_b0 ... ok
23142026-07-20T18:49:26.672Ztest fuse::tests::chip_revision_a0 ... ok
23152026-07-20T18:49:26.672Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23162026-07-20T18:49:26.672Z
23172026-07-20T18:49:26.672Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-07-20T18:49:26.672Z
23192026-07-20T18:49:26.672Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23202026-07-20T18:49:26.675Z
23212026-07-20T18:49:26.675Zrunning 0 tests
23222026-07-20T18:49:26.675Z
23232026-07-20T18:49:26.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-07-20T18:49:26.675Z
23252026-07-20T18:49:26.675Z Running unittests src/lib.rs (target/debug/deps/asic-3efa9620a1154aea)
23262026-07-20T18:49:26.678Z
23272026-07-20T18:49:26.678Zrunning 0 tests
23282026-07-20T18:49:26.678Z
23292026-07-20T18:49:26.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-07-20T18:49:26.678Z
23312026-07-20T18:49:26.678Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23322026-07-20T18:49:26.678Z
23332026-07-20T18:49:26.678Zrunning 11 tests
23342026-07-20T18:49:26.678Ztest nat::tests::test_vni ... ok
23352026-07-20T18:49:26.678Ztest network::tests::test_equal ... ok
23362026-07-20T18:49:26.679Ztest network::tests::test_eui64 ... ok
23372026-07-20T18:49:26.679Ztest network::tests::test_generate_ipv6_link_local ... ok
23382026-07-20T18:49:26.679Ztest network::tests::test_into ... ok
23392026-07-20T18:49:26.679Ztest network::tests::test_not_equal ... ok
23402026-07-20T18:49:26.679Ztest network::tests::test_to_string ... ok
23412026-07-20T18:49:26.679Ztest network::tests::test_parse ... ok
23422026-07-20T18:49:26.679Ztest ports::tests::port_ids_are_ascii ... ok
23432026-07-20T18:49:26.682Ztest test_purge ... ok
23442026-07-20T18:49:26.682Ztest illumos::test::address_exists_handles_missing_object ... ok
23452026-07-20T18:49:26.682Z
23462026-07-20T18:49:26.682Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23472026-07-20T18:49:26.682Z
23482026-07-20T18:49:26.685Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7)
23492026-07-20T18:49:26.688Z
23502026-07-20T18:49:26.688Zrunning 1 test
23512026-07-20T18:49:26.691Z -------
23522026-07-20T18:49:26.691Z Generating OpenAPI documents from API definitions ...
23532026-07-20T18:49:26.830Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23542026-07-20T18:49:26.898Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23552026-07-20T18:49:27.902Z -------
23562026-07-20T18:49:27.902Z Checking 12 OpenAPI documents...
23572026-07-20T18:49:27.902Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-07-20T18:49:27.902Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-07-20T18:49:27.902Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-07-20T18:49:27.903Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-07-20T18:49:27.906Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-07-20T18:49:27.906Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-07-20T18:49:27.906Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-07-20T18:49:27.906Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-07-20T18:49:27.906Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-07-20T18:49:27.906Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-07-20T18:49:27.906Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-07-20T18:49:27.906Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-07-20T18:49:27.906Z Fresh dpd "latest" symlink
23702026-07-20T18:49:27.906Z -------
23712026-07-20T18:49:27.906Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23722026-07-20T18:49:27.966Ztest test::test_apis_up_to_date ... ok
23732026-07-20T18:49:27.966Z
23742026-07-20T18:49:27.966Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
23752026-07-20T18:49:27.966Z
23762026-07-20T18:49:28.023Z Running unittests src/main.rs (target/debug/deps/dpd-9d0febdcaaefc583)
23772026-07-20T18:49:28.029Z
23782026-07-20T18:49:28.029Zrunning 34 tests
23792026-07-20T18:49:28.032Ztest freemap::test_ordering ... ok
23802026-07-20T18:49:28.032Ztest config::tests::test_updates ... ok
23812026-07-20T18:49:28.032Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23822026-07-20T18:49:28.032Ztest freemap::test_split ... ok
23832026-07-20T18:49:28.036Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23842026-07-20T18:49:28.036Ztest macaddrs::tests::test_mac_offset ... ok
23852026-07-20T18:49:28.036Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23862026-07-20T18:49:28.036Ztest macaddrs::tests::test_parse_port_id ... ok
23872026-07-20T18:49:28.036ZJul 20 18:49:26.585 DEBG created new freemap, unit: freemap_test
23882026-07-20T18:49:28.036ZJul 20 18:49:26.585 DEBG initted freemap. size: 128, unit: freemap_test
23892026-07-20T18:49:28.036ZJul 20 18:49:26.585 DEBG reset freemap, unit: freemap_test
23902026-07-20T18:49:28.036Ztest nat::test_mapping ... ok
23912026-07-20T18:49:28.036ZJul 20 18:49:26.585 DEBG created new freemap, unit: freemap_test
23922026-07-20T18:49:28.036ZJul 20 18:49:26.585 DEBG initted freemap. size: 128, unit: freemap_test
23932026-07-20T18:49:28.036ZJul 20 18:49:26.585 DEBG reset freemap, unitJul 20 18:49:26.585: DEBGfreemap_test
23942026-07-20T18:49:28.036Zcreated new freemap, unit: freemap_test
23952026-07-20T18:49:28.036ZJul 20 18:49:26.586 DEBG initted freemap. size: 128, unit:Jul 20 18:49:26.585 freemap_testDEBG
23962026-07-20T18:49:28.036Z created new freemap, unitJul 20 18:49:26.586: DEBGfreemap_test
23972026-07-20T18:49:28.036Zreset freemap, unit: Jul 20 18:49:26.586freemap_test
23982026-07-20T18:49:28.036ZDEBG initted freemap. size: 128, unit: freemap_test
23992026-07-20T18:49:28.036Ztest freemap::test_exhaustion ... ok
24002026-07-20T18:49:28.036ZJul 20 18:49:26.586 DEBG reset freemap, unit: freemap_test
24012026-07-20T18:49:28.036Ztest freemap::test_reclaim ... ok
24022026-07-20T18:49:28.036Ztest freemap::test_free ... ok
24032026-07-20T18:49:28.036Ztest freemap::test_basic ... ok
24042026-07-20T18:49:28.037Ztest port_map::tests::test_backplane_group ... ok
24052026-07-20T18:49:28.037Ztest port_map::tests::test_port_map ... ok
24062026-07-20T18:49:28.037Ztest port_map::tests::dump_map ... ok
24072026-07-20T18:49:28.037ZJul 20 18:49:26.586 DEBG created new freemap, unit: freemap_test
24082026-07-20T18:49:28.037ZJul 20 18:49:26.586 DEBG initted freemap. size: 8, unit: freemap_test
24092026-07-20T18:49:28.037ZJul 20 18:49:26.586 DEBG reset freemap, unit: freemap_test
24102026-07-20T18:49:28.037Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24112026-07-20T18:49:28.037ZJul 20 18:49:26.587 DEBG created new freemap, unit: freemap_route_ipv4
24122026-07-20T18:49:28.037ZJul 20 18:49:26.587 DEBG created new freemap, unit: freemap_route_ipv6
24132026-07-20T18:49:28.037ZJul 20 18:49:26.587 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24142026-07-20T18:49:28.037ZJul 20 18:49:26.587 DEBG reset freemap, unit: freemap_route_ipv4
24152026-07-20T18:49:28.037ZJul 20 18:49:26.587 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24162026-07-20T18:49:28.037ZJul 20 18:49:26.587 DEBG reset freemap, unit: freemap_route_ipv6
24172026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24182026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24192026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24202026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24212026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
24222026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24232026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
24242026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24252026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24262026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24272026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24282026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24292026-07-20T18:49:28.037ZJul 20 18:49:26.587 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24302026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24312026-07-20T18:49:28.037ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemap
24322026-07-20T18:49:28.037Z, unit:Jul 20 18:49:26.587 freemap_testDEBG
24332026-07-20T18:49:28.037Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24342026-07-20T18:49:28.037ZJul 20 18:49:26.587 Jul 20 18:49:26.587INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24352026-07-20T18:49:28.037Zinitted freemap. size: 128, unit:Jul 20 18:49:26.587 freemap_testDEBG
24362026-07-20T18:49:28.037Z 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 } }]
24372026-07-20T18:49:28.037ZJul 20 18:49:26.587 Jul 20 18:49:26.587DEBG INFOreset freemap , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
24382026-07-20T18:49:28.037Z: freemap_test
24392026-07-20T18:49:28.037ZJul 20 18:49:26.587 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 } }]
24402026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24412026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24422026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24432026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24442026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24452026-07-20T18:49:28.038Ztest api_server::tests::test_build_info ... ok
24462026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24472026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24482026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24492026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24502026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24512026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24522026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24532026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24542026-07-20T18:49:28.038ZJul 20 18:49:26.587 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 } }]
24552026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24562026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24572026-07-20T18:49:28.038Zcreated new freemap, unitJul 20 18:49:26.587: INFOfreemap_route_ipv4 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24582026-07-20T18:49:28.038Z
24592026-07-20T18:49:28.038ZJul 20 18:49:26.587 DEBG Jul 20 18:49:26.587replacing 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 } }]
24602026-07-20T18:49:28.038ZDEBG created new freemap, unitJul 20 18:49:26.587: INFOfreemap_route_ipv6
24612026-07-20T18:49:28.038Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24622026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG initted freemap. size: 64replacing 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 } }],
24632026-07-20T18:49:28.038Zunit: freemap_route_ipv4
24642026-07-20T18:49:28.038ZJul 20 18:49:26.587 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 20 18:49:26.587
24652026-07-20T18:49:28.038Z DEBG reset freemap, Jul 20 18:49:26.587unit :DEBG freemap_route_ipv4replacing 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 } }]
24662026-07-20T18:49:28.038Z
24672026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffinitted freemap. size: 64
24682026-07-20T18:49:28.038Z, unit: freemap_route_ipv6Jul 20 18:49:26.587
24692026-07-20T18:49:28.038Z 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 } }]Jul 20 18:49:26.587
24702026-07-20T18:49:28.038Z DEBG reset freemap, Jul 20 18:49:26.587unit :INFO freemap_route_ipv6adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24712026-07-20T18:49:28.038Z
24722026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
24732026-07-20T18:49:28.038Z
24742026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24752026-07-20T18:49:28.038Z
24762026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
24772026-07-20T18:49:28.038Z
24782026-07-20T18:49:28.038ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:14::/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 } }]
24792026-07-20T18:49:28.039Z
24802026-07-20T18:49:28.039ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24812026-07-20T18:49:28.039Ztest port_map::tests::parse_softnpu_revision ... ok
24822026-07-20T18:49:28.039Z
24832026-07-20T18:49:28.042ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:15::/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 } }]
24842026-07-20T18:49:28.044Z
24852026-07-20T18:49:28.044Ztest freemap::test_span ... ok
24862026-07-20T18:49:28.044ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24872026-07-20T18:49:28.044Z
24882026-07-20T18:49:28.044ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:16::/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 } }]
24892026-07-20T18:49:28.044Z
24902026-07-20T18:49:28.044ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24912026-07-20T18:49:28.044Z
24922026-07-20T18:49:28.044ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24932026-07-20T18:49:28.044Z
24942026-07-20T18:49:28.044ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24952026-07-20T18:49:28.044Z
24962026-07-20T18:49:28.044ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24972026-07-20T18:49:28.044Z
24982026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:5::/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 } }]
24992026-07-20T18:49:28.045Z
25002026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:19::/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 } }]
25012026-07-20T18:49:28.045Z
25022026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25032026-07-20T18:49:28.045ZDEBG 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 } }]Jul 20 18:49:26.587
25042026-07-20T18:49:28.045Z 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 } }]
25052026-07-20T18:49:28.045ZJul 20 18:49:26.587 Jul 20 18:49:26.587INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25062026-07-20T18:49:28.045Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25072026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 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: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 } }]
25082026-07-20T18:49:28.045Z
25092026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25102026-07-20T18:49:28.045Z
25112026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 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: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 } }]
25122026-07-20T18:49:28.045Z
25132026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25142026-07-20T18:49:28.045Z
25152026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25162026-07-20T18:49:28.045Z
25172026-07-20T18:49:28.045ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25182026-07-20T18:49:28.045Z
25192026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25202026-07-20T18:49:28.046Z
25212026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
25222026-07-20T18:49:28.046Z
25232026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 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: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 } }]
25242026-07-20T18:49:28.046Z
25252026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25262026-07-20T18:49:28.046Z
25272026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25282026-07-20T18:49:28.046Z
25292026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25302026-07-20T18:49:28.046Z
25312026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25322026-07-20T18:49:28.046Z
25332026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25342026-07-20T18:49:28.046Z
25352026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25362026-07-20T18:49:28.046Z
25372026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25382026-07-20T18:49:28.046Z
25392026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25402026-07-20T18:49:28.046Z
25412026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
25422026-07-20T18:49:28.046Z
25432026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 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: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 } }]
25442026-07-20T18:49:28.046Z
25452026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25462026-07-20T18:49:28.046Z
25472026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25482026-07-20T18:49:28.046Z
25492026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
25502026-07-20T18:49:28.046Z
25512026-07-20T18:49:28.046ZJul 20 18:49:26.588 Jul 20 18:49:26.588DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25522026-07-20T18:49:28.046Zreplacing 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 } }]
25532026-07-20T18:49:28.046ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
25542026-07-20T18:49:28.046Z
25552026-07-20T18:49:28.046ZJul 20 18:49:26.587Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBGDEBG DEBGcreated new freemap replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }],
25562026-07-20T18:49:28.046Z
25572026-07-20T18:49:28.047Zunit:Jul 20 18:49:26.588 Jul 20 18:49:26.588freemap_route_ipv4INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
25582026-07-20T18:49:28.047Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25592026-07-20T18:49:28.047Z
25602026-07-20T18:49:28.047ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 20 18:49:26.588
25612026-07-20T18:49:28.047Z
25622026-07-20T18:49:28.047Z DEBG created new freemap, Jul 20 18:49:26.588unitJul 20 18:49:26.588: INFOINFO freemap_route_ipv6adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
25632026-07-20T18:49:28.047Z
25642026-07-20T18:49:28.047Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
25652026-07-20T18:49:28.047ZJul 20 18:49:26.588Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBG DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
25662026-07-20T18:49:28.047Z
25672026-07-20T18:49:28.047Zinitted freemap. size: 64, unit: Jul 20 18:49:26.588freemap_route_ipv4 Jul 20 18:49:26.588
25682026-07-20T18:49:28.047Z INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
25692026-07-20T18:49:28.047Z
25702026-07-20T18:49:28.047ZJul 20 18:49:26.588 DEBGJul 20 18:49:26.588 Jul 20 18:49:26.588DEBGreset freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unitDEBG
25712026-07-20T18:49:28.047Z: replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
25722026-07-20T18:49:28.047Z
25732026-07-20T18:49:28.047ZJul 20 18:49:26.588 INFOJul 20 18:49:26.588 Jul 20 18:49:26.588INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25742026-07-20T18:49:28.047Z DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
25752026-07-20T18:49:28.047ZJul 20 18:49:26.588initted freemap. size: 64 , DEBGunit :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 } }]
25762026-07-20T18:49:28.047ZJul 20 18:49:26.588freemap_route_ipv6
25772026-07-20T18:49:28.047ZDEBG 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 } }]Jul 20 18:49:26.588
25782026-07-20T18:49:28.047ZJul 20 18:49:26.588 INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
25792026-07-20T18:49:28.047Zreset freemapJul 20 18:49:26.588, unitINFO :Jul 20 18:49:26.588adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
25802026-07-20T18:49:28.047Zfreemap_route_ipv6
25812026-07-20T18:49:28.047ZDEBG 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 } }]
25822026-07-20T18:49:28.047ZJul 20 18:49:26.588 Jul 20 18:49:26.588DEBG 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 } }] Jul 20 18:49:26.588
25832026-07-20T18:49:28.051Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
25842026-07-20T18:49:28.051Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
25852026-07-20T18:49:28.051ZJul 20 18:49:26.588 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:49:26.588replacing 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 } }]
25862026-07-20T18:49:28.052Z
25872026-07-20T18:49:28.052ZDEBG 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 } }]
25882026-07-20T18:49:28.052ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25892026-07-20T18:49:28.052Zadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:49:26.588
25902026-07-20T18:49:28.052Z INFOJul 20 18:49:26.588 Jul 20 18:49:26.588adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO
25912026-07-20T18:49:28.052ZDEBG adding route 3fff:beef:2d::/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 } }]
25922026-07-20T18:49:28.052ZJul 20 18:49:26.588
25932026-07-20T18:49:28.052Z 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 } }]Jul 20 18:49:26.588
25942026-07-20T18:49:28.052Z DEBGJul 20 18:49:26.588 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25952026-07-20T18:49:28.052ZJul 20 18:49:26.588 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
25962026-07-20T18:49:28.052Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
25972026-07-20T18:49:28.052Z Jul 20 18:49:26.588INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
25982026-07-20T18:49:28.052ZJul 20 18:49:26.588replacing 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 } }]
25992026-07-20T18:49:28.052ZDEBG Jul 20 18:49:26.588replacing 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 } }]
26002026-07-20T18:49:28.052ZJul 20 18:49:26.588DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26012026-07-20T18:49:28.052Zadding route 3fff:dead::/64 -> 2001:db8::55:2
26022026-07-20T18:49:28.052ZJul 20 18:49:26.588 Jul 20 18:49:26.588INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
26032026-07-20T18:49:28.052Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
26042026-07-20T18:49:28.052Z Jul 20 18:49:26.588replacing 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 } }]
26052026-07-20T18:49:28.052ZDEBG 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 } }]Jul 20 18:49:26.588
26062026-07-20T18:49:28.052Z Jul 20 18:49:26.588DEBG INFOJul 20 18:49:26.588replacing 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::/64 -> 2001:db8::55:ffINFO
26072026-07-20T18:49:28.052Z
26082026-07-20T18:49:28.052Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26092026-07-20T18:49:28.052ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.588adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
26102026-07-20T18:49:28.052ZDEBG
26112026-07-20T18:49:28.052Zreplacing 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 } }]
26122026-07-20T18:49:28.052ZJul 20 18:49:26.588Jul 20 18:49:26.588Jul 20 18:49:26.588 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 } }]Jul 20 18:49:26.588
26132026-07-20T18:49:28.052ZINFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Jul 20 18:49:26.588
26142026-07-20T18:49:28.052Zcreated new freemap INFO, unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff:
26152026-07-20T18:49:28.052Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
26162026-07-20T18:49:28.052Zfreemap_route_ipv4
26172026-07-20T18:49:28.052ZDEBG Jul 20 18:49:26.588Jul 20 18:49:26.588replacing 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 } }]
26182026-07-20T18:49:28.052ZJul 20 18:49:26.588DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26192026-07-20T18:49:28.052Z
26202026-07-20T18:49:28.052ZJul 20 18:49:26.588DEBG created new freemapINFO, unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff:
26212026-07-20T18:49:28.052Zfreemap_route_ipv6Jul 20 18:49:26.588Jul 20 18:49:26.588
26222026-07-20T18:49:28.052ZINFO Jul 20 18:49:26.588INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 20 18:49:26.588DEBG
26232026-07-20T18:49:28.053Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff 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 } }]
26242026-07-20T18:49:28.053Z
26252026-07-20T18:49:28.053Z DEBG Jul 20 18:49:26.588initted freemap. size: 64 Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBG DEBGINFO , unitadding route 3fff:beef:3::/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 } }]
26262026-07-20T18:49:28.053Zreplacing 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 } }]
26272026-07-20T18:49:28.053Z:
26282026-07-20T18:49:28.053Zfreemap_route_ipv4
26292026-07-20T18:49:28.053ZJul 20 18:49:26.588Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26302026-07-20T18:49:28.053Zreplacing 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:33::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
26312026-07-20T18:49:28.053Z
26322026-07-20T18:49:28.053Z DEBGJul 20 18:49:26.588 Jul 20 18:49:26.588DEBG Jul 20 18:49:26.588 reset freemapINFO, DEBG unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff :replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26332026-07-20T18:49:28.053Zfreemap_route_ipv4
26342026-07-20T18:49:28.053Zreplacing 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 } }]
26352026-07-20T18:49:28.053Z
26362026-07-20T18:49:28.053ZJul 20 18:49:26.588 DEBGJul 20 18:49:26.588 Jul 20 18:49:26.588replacing 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 } }]Jul 20 18:49:26.588
26372026-07-20T18:49:28.053Z INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOJul 20 18:49:26.588initted freemap. size: 64 , adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit
26382026-07-20T18:49:28.053ZINFO:
26392026-07-20T18:49:28.053Z adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6
26402026-07-20T18:49:28.053Z
26412026-07-20T18:49:28.053ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG Jul 20 18:49:26.588Jul 20 18:49:26.588replacing 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 } }]
26422026-07-20T18:49:28.053Zreplacing 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
26432026-07-20T18:49:28.053Z DEBG reset freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
26442026-07-20T18:49:28.053ZunitJul 20 18:49:26.588: Jul 20 18:49:26.588INFOfreemap_route_ipv6
26452026-07-20T18:49:28.053ZJul 20 18:49:26.588adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO
26462026-07-20T18:49:28.053Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOJul 20 18:49:26.588
26472026-07-20T18:49:28.053Z Jul 20 18:49:26.588 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
26482026-07-20T18:49:28.053Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]Jul 20 18:49:26.588
26492026-07-20T18:49:28.053ZJul 20 18:49:26.588 DEBG
26502026-07-20T18:49:28.053ZJul 20 18:49:26.588replacing 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 } }] INFODEBG 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:23::/64 -> 2001:db8::55:ff
26512026-07-20T18:49:28.053Z
26522026-07-20T18:49:28.053ZJul 20 18:49:26.588
26532026-07-20T18:49:28.053ZDEBG Jul 20 18:49:26.588replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26542026-07-20T18:49:28.053Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26552026-07-20T18:49:28.053ZJul 20 18:49:26.588 DEBGJul 20 18:49:26.588 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
26562026-07-20T18:49:28.053Z 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 } }]
26572026-07-20T18:49:28.053ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26582026-07-20T18:49:28.053Z
26592026-07-20T18:49:28.053ZJul 20 18:49:26.588Jul 20 18:49:26.588 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: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 } }]
26602026-07-20T18:49:28.053Z
26612026-07-20T18:49:28.053ZJul 20 18:49:26.588 DEBG created new freemap, unit: freemap_route_ipv4
26622026-07-20T18:49:28.054ZJul 20 18:49:26.588 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
26632026-07-20T18:49:28.054Z DEBG created new freemap, Jul 20 18:49:26.588unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26642026-07-20T18:49:28.054Z
26652026-07-20T18:49:28.054ZJul 20 18:49:26.588 Jul 20 18:49:26.588INFOJul 20 18:49:26.588 DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ff,
26662026-07-20T18:49:28.055Z
26672026-07-20T18:49:28.055Zunit: freemap_route_ipv4
26682026-07-20T18:49:28.055ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBGJul 20 18:49:26.588 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26692026-07-20T18:49:28.055Zreplacing 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 } }]
26702026-07-20T18:49:28.055Zreset freemap, unit: freemap_route_ipv4Jul 20 18:49:26.588
26712026-07-20T18:49:28.055ZJul 20 18:49:26.588 INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26722026-07-20T18:49:28.055Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 20 18:49:26.588
26732026-07-20T18:49:28.055Z DEBG Jul 20 18:49:26.588Jul 20 18:49:26.588 initted freemap. size: 64DEBGDEBG, 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: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 } }]
26742026-07-20T18:49:28.055Z
26752026-07-20T18:49:28.055Zunit: freemap_route_ipv6Jul 20 18:49:26.588
26762026-07-20T18:49:28.055Z Jul 20 18:49:26.588INFO Jul 20 18:49:26.588adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
26772026-07-20T18:49:28.055ZINFODEBG reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff, Jul 20 18:49:26.588unit
26782026-07-20T18:49:28.055Z: DEBG freemap_route_ipv6replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26792026-07-20T18:49:28.055Z
26802026-07-20T18:49:28.055ZJul 20 18:49:26.588Jul 20 18:49:26.588 INFOJul 20 18:49:26.588DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
26812026-07-20T18:49:28.055Zreplacing 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
26822026-07-20T18:49:28.055Zadding route 3fff:dead::/64 -> 2001:db8::55:1
26832026-07-20T18:49:28.059ZJul 20 18:49:26.588 DEBGJul 20 18:49:26.588 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 } }]Jul 20 18:49:26.588INFO
26842026-07-20T18:49:28.059ZDEBG adding route 3fff:beef:c::/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 } }]
26852026-07-20T18:49:28.059Z
26862026-07-20T18:49:28.059ZJul 20 18:49:26.588 Jul 20 18:49:26.588Jul 20 18:49:26.588INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
26872026-07-20T18:49:28.059Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
26882026-07-20T18:49:28.059Z 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 } }]
26892026-07-20T18:49:28.059ZJul 20 18:49:26.588Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26902026-07-20T18:49:28.059Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:d::/64 -> 2001:db8::55:ff
26912026-07-20T18:49:28.059ZJul 20 18:49:26.588
26922026-07-20T18:49:28.059Z DEBG failed to allocate space for the new target listJul 20 18:49:26.588Jul 20 18:49:26.588
26932026-07-20T18:49:28.059Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
26942026-07-20T18:49:28.060Zreplacing 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 } }]Jul 20 18:49:26.588
26952026-07-20T18:49:28.060Z 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 } }]Jul 20 18:49:26.588
26962026-07-20T18:49:28.060ZJul 20 18:49:26.588 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:e::/64 -> 2001:db8::55:ff
26972026-07-20T18:49:28.060Z
26982026-07-20T18:49:28.060ZJul 20 18:49:26.588Jul 20 18:49:26.588 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
26992026-07-20T18:49:28.060Z
27002026-07-20T18:49:28.060ZJul 20 18:49:26.588 Jul 20 18:49:26.588DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
27012026-07-20T18:49:28.060Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27022026-07-20T18:49:28.060ZJul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }]
27032026-07-20T18:49:28.060Z
27042026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27052026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27062026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27072026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27082026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27092026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27102026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27112026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27122026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27132026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27142026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27152026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27162026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27172026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27182026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27192026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27202026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27212026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27222026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27232026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27242026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27252026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27262026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27272026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27282026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27292026-07-20T18:49:28.060ZJul 20 18:49:26.589 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 } }]
27302026-07-20T18:49:28.060ZJul 20 18:49:26.589 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27312026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27322026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27332026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27342026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27352026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27362026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27372026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27382026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27392026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27402026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27412026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27422026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27432026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27442026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27452026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27462026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27472026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27482026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27492026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27502026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27512026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27522026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27532026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27542026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27552026-07-20T18:49:28.061ZJul 20 18:49:26.589 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 } }]
27562026-07-20T18:49:28.061ZJul 20 18:49:26.589 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27572026-07-20T18:49:28.061ZJul 20 18:49:26.588 Jul 20 18:49:26.589DEBG 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 } }]
27582026-07-20T18:49:28.061Zreplacing 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 } }]
27592026-07-20T18:49:28.061ZJul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27602026-07-20T18:49:28.061Z
27612026-07-20T18:49:28.061ZJul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27622026-07-20T18:49:28.061Z
27632026-07-20T18:49:28.061ZJul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27642026-07-20T18:49:28.061Z
27652026-07-20T18:49:28.061ZJul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27662026-07-20T18:49:28.061Z
27672026-07-20T18:49:28.061ZJul 20 18:49:26.589Jul 20 18:49:26.589Jul 20 18:49:26.589 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
27682026-07-20T18:49:28.061Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffcreated new freemap
27692026-07-20T18:49:28.062ZJul 20 18:49:26.589, Jul 20 18:49:26.589unitDEBG :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 } }]freemap_route_ipv4replacing 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 } }]
27702026-07-20T18:49:28.062Z
27712026-07-20T18:49:28.062Z
27722026-07-20T18:49:28.062ZJul 20 18:49:26.589Jul 20 18:49:26.589Jul 20 18:49:26.589 DEBGINFO created new freemapINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff,
27732026-07-20T18:49:28.062Zunit: adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:49:26.589freemap_route_ipv6
27742026-07-20T18:49:28.062ZDEBG
27752026-07-20T18:49:28.062Zreplacing 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 } }]
27762026-07-20T18:49:28.062ZJul 20 18:49:26.589 Jul 20 18:49:26.589DEBG DEBGinitted freemap. size: 64Jul 20 18:49:26.589 , 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 } }]unit
27772026-07-20T18:49:28.062ZINFO: adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv4
27782026-07-20T18:49:28.062Z
27792026-07-20T18:49:28.062ZJul 20 18:49:26.589 INFOJul 20 18:49:26.589Jul 20 18:49:26.589 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
27802026-07-20T18:49:28.062Z 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 } }]
27812026-07-20T18:49:28.062ZJul 20 18:49:26.589reset freemap DEBG, Jul 20 18:49:26.589replacing 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 } }] unit
27822026-07-20T18:49:28.062Z:INFO freemap_route_ipv4
27832026-07-20T18:49:28.066Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 20 18:49:26.589
27842026-07-20T18:49:28.066Z INFOJul 20 18:49:26.589 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
27852026-07-20T18:49:28.066ZJul 20 18:49:26.589 initted freemap. size: 64Jul 20 18:49:26.589 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 } }]unitreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27862026-07-20T18:49:28.066Z
27872026-07-20T18:49:28.066Z: freemap_route_ipv6
27882026-07-20T18:49:28.066ZJul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFOJul 20 18:49:26.589 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
27892026-07-20T18:49:28.066Z
27902026-07-20T18:49:28.066Z reset freemap, unit:Jul 20 18:49:26.589 Jul 20 18:49:26.589DEBGfreemap_route_ipv6
27912026-07-20T18:49:28.066ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27922026-07-20T18:49:28.066Z
27932026-07-20T18:49:28.066ZJul 20 18:49:26.589 INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:49:26.589
27942026-07-20T18:49:28.066Z Jul 20 18:49:26.589INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27952026-07-20T18:49:28.066Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27962026-07-20T18:49:28.066ZJul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG Jul 20 18:49:26.589replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
27972026-07-20T18:49:28.066Z
27982026-07-20T18:49:28.066ZDEBG 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 } }]
27992026-07-20T18:49:28.066ZJul 20 18:49:26.589Jul 20 18:49:26.589 INFODEBGJul 20 18:49:26.589 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
28002026-07-20T18:49:28.066Z INFO
28012026-07-20T18:49:28.066Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 20 18:49:26.589
28022026-07-20T18:49:28.066Z 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 } }]
28032026-07-20T18:49:28.067ZJul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }]
28042026-07-20T18:49:28.067ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28052026-07-20T18:49:28.067ZJul 20 18:49:26.589 INFO Jul 20 18:49:26.589adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28062026-07-20T18:49:28.067ZDEBG 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 } }]
28072026-07-20T18:49:28.067ZJul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }]
28082026-07-20T18:49:28.067ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28092026-07-20T18:49:28.067ZJul 20 18:49:26.589 INFO Jul 20 18:49:26.589adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28102026-07-20T18:49:28.067ZDEBG 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 } }]
28112026-07-20T18:49:28.067ZJul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }]
28122026-07-20T18:49:28.067ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28132026-07-20T18:49:28.067ZJul 20 18:49:26.589 INFO Jul 20 18:49:26.589adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28142026-07-20T18:49:28.067ZDEBG 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 } }]
28152026-07-20T18:49:28.067ZJul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }]
28162026-07-20T18:49:28.067ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28172026-07-20T18:49:28.067ZJul 20 18:49:26.589 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:49:26.589
28182026-07-20T18:49:28.067Z 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 } }]
28192026-07-20T18:49:28.067ZJul 20 18:49:26.589 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 } }]Jul 20 18:49:26.589
28202026-07-20T18:49:28.067Ztest route::tests::grow_succeeds ... ok
28212026-07-20T18:49:28.067Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:49:26.589
28222026-07-20T18:49:28.067Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28232026-07-20T18:49:28.067ZJul 20 18:49:26.589 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 } }]Jul 20 18:49:26.589
28242026-07-20T18:49:28.067Z 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 } }]
28252026-07-20T18:49:28.067ZJul 20 18:49:26.589 Jul 20 18:49:26.589INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28262026-07-20T18:49:28.067Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28272026-07-20T18:49:28.067ZJul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
28282026-07-20T18:49:28.067Z
28292026-07-20T18:49:28.067ZJul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFO Jul 20 18:49:26.589 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
28302026-07-20T18:49:28.067Z
28312026-07-20T18:49:28.067Z created new freemapJul 20 18:49:26.589Jul 20 18:49:26.589 Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG , created new freemap
28322026-07-20T18:49:28.067Zunit, 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
28332026-07-20T18:49:28.067ZJul 20 18:49:26.589freemap_route_ipv4: INFO
28342026-07-20T18:49:28.067Zfreemap_route_ipv4
28352026-07-20T18:49:28.067Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 20 18:49:26.589
28362026-07-20T18:49:28.067ZJul 20 18:49:26.589 DEBGINFOJul 20 18:49:26.589 created new freemap DEBG, unitreplacing 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 } }]:Jul 20 18:49:26.589adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28372026-07-20T18:49:28.067Z freemap_route_ipv6DEBG
28382026-07-20T18:49:28.068Z
28392026-07-20T18:49:28.068Zcreated new freemap, Jul 20 18:49:26.589unit:Jul 20 18:49:26.589 Jul 20 18:49:26.589 INFODEBGDEBG freemap_route_ipv6
28402026-07-20T18:49:28.068Ztest route::tests::identity_replace_is_noop ... ok
28412026-07-20T18:49:28.068Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffinitted freemap. size: 64
28422026-07-20T18:49:28.068Z, 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 } }]unitJul 20 18:49:26.589Jul 20 18:49:26.589 :
28432026-07-20T18:49:28.068Zfreemap_route_ipv4DEBG
28442026-07-20T18:49:28.068Z 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 } }]initted freemap. size: 64
28452026-07-20T18:49:28.068Z, Jul 20 18:49:26.589unit Jul 20 18:49:26.589: Jul 20 18:49:26.589DEBGINFOfreemap_route_ipv4 reset freemap
28462026-07-20T18:49:28.068Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff,
28472026-07-20T18:49:28.068ZunitINFO: Jul 20 18:49:26.589adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:49:26.589
28482026-07-20T18:49:28.068Z DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28492026-07-20T18:49:28.068ZJul 20 18:49:26.589 DEBG
28502026-07-20T18:49:28.068Z reset freemapreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
28512026-07-20T18:49:28.068ZJul 20 18:49:26.590unitJul 20 18:49:26.590 INFO: adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4
28522026-07-20T18:49:28.068ZJul 20 18:49:26.590 DEBG
28532026-07-20T18:49:28.068Z DEBGJul 20 18:49:26.590initted freemap. size: 64 failed to allocate space for the new target list,
28542026-07-20T18:49:28.068ZunitJul 20 18:49:26.590DEBG: 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 } }]initted freemap. size: 64Jul 20 18:49:26.590
28552026-07-20T18:49:28.068Z, freemap_route_ipv6unitDEBG:
28562026-07-20T18:49:28.068Z replacing targets for 3fff:dead::/64 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 } }]freemap_route_ipv6
28572026-07-20T18:49:28.068Z
28582026-07-20T18:49:28.068ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:49:26.590DEBG
28592026-07-20T18:49:28.068Z DEBG reset freemapreset freemap, , Jul 20 18:49:26.590unitunit: DEBGfreemap_route_ipv6
28602026-07-20T18:49:28.068Z: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 } }]
28612026-07-20T18:49:28.068Zfreemap_route_ipv6Jul 20 18:49:26.590
28622026-07-20T18:49:28.068Z INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:49:26.590Jul 20 18:49:26.590
28632026-07-20T18:49:28.068Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28642026-07-20T18:49:28.068Z
28652026-07-20T18:49:28.069ZJul 20 18:49:26.590 Jul 20 18:49:26.590DEBG Jul 20 18:49:26.590 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 } }] DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28662026-07-20T18:49:28.069Z
28672026-07-20T18:49:28.069Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 20 18:49:26.590
28682026-07-20T18:49:28.069Z Jul 20 18:49:26.590INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:49:26.590 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28692026-07-20T18:49:28.069Z
28702026-07-20T18:49:28.069ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:49:26.590
28712026-07-20T18:49:28.069ZJul 20 18:49:26.590Jul 20 18:49:26.590 DEBG 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 } }]
28722026-07-20T18:49:28.069Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 created new freemap
28732026-07-20T18:49:28.069ZJul 20 18:49:26.590, unitJul 20 18:49:26.590DEBG: Jul 20 18:49:26.590INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
28742026-07-20T18:49:28.069Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.3freemap_route_ipv4
28752026-07-20T18:49:28.069Z
28762026-07-20T18:49:28.069Z
28772026-07-20T18:49:28.069ZJul 20 18:49:26.590 INFOJul 20 18:49:26.590Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3
28782026-07-20T18:49:28.069Zcreated new freemap
28792026-07-20T18:49:28.069ZDEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:49:26.590
28802026-07-20T18:49:28.069ZJul 20 18:49:26.590 INFO unitDEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
28812026-07-20T18:49:28.069Z
28822026-07-20T18:49:28.069Z: Jul 20 18:49:26.590freemap_route_ipv6 Jul 20 18:49:26.590
28832026-07-20T18:49:28.073Z INFODEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
28842026-07-20T18:49:28.073Z
28852026-07-20T18:49:28.073ZJul 20 18:49:26.590Jul 20 18:49:26.590 Jul 20 18:49:26.590 DEBGINFOINFO Jul 20 18:49:26.590adding route 172.16.0.0/32 -> 10.0.0.4
28862026-07-20T18:49:28.073ZDEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
28872026-07-20T18:49:28.073Zinitted 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 } }, NextHop { asic_port_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 } }], Jul 20 18:49:26.590
28882026-07-20T18:49:28.073ZJul 20 18:49:26.590unit DEBG DEBGJul 20 18:49:26.590replacing 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 } }] :
28892026-07-20T18:49:28.073Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO
28902026-07-20T18:49:28.073Z freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:49:26.590
28912026-07-20T18:49:28.074Z
28922026-07-20T18:49:28.074ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
28932026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBGJul 20 18:49:26.590 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
28942026-07-20T18:49:28.074Z
28952026-07-20T18:49:28.074ZDEBGreplacing 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 } }]
28962026-07-20T18:49:28.074Zreset freemap, unitJul 20 18:49:26.590Jul 20 18:49:26.590: INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:fffreemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255
28972026-07-20T18:49:28.074Z
28982026-07-20T18:49:28.074Z
28992026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBG DEBGreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29002026-07-20T18:49:28.074Z initted freemap. size: 64replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
29012026-07-20T18:49:28.074ZJul 20 18:49:26.590unit :DEBG failed to allocate space for the new target listfreemap_route_ipv6Jul 20 18:49:26.590
29022026-07-20T18:49:28.074Z
29032026-07-20T18:49:28.074ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
29042026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590 DEBGDEBG Jul 20 18:49:26.590reset 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 } }]
29052026-07-20T18:49:28.074ZDEBG, replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
29062026-07-20T18:49:28.074ZJul 20 18:49:26.590: DEBG freemap_route_ipv6failed to allocate space for the new target listJul 20 18:49:26.590
29072026-07-20T18:49:28.074Z
29082026-07-20T18:49:28.074Z INFO Jul 20 18:49:26.590adding route 172.17.0.3/32 -> 10.0.0.255
29092026-07-20T18:49:28.074ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
29102026-07-20T18:49:28.074ZJul 20 18:49:26.590 DEBGJul 20 18:49:26.590 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
29112026-07-20T18:49:28.074Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29122026-07-20T18:49:28.074ZJul 20 18:49:26.590 INFOJul 20 18:49:26.590 adding route 172.17.0.4/32 -> 10.0.0.255INFO
29132026-07-20T18:49:28.074Z adding route 3fff:dead::/64 -> 2001:db8::55:2
29142026-07-20T18:49:28.074ZJul 20 18:49:26.590 DEBGJul 20 18:49:26.590 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
29152026-07-20T18:49:28.074Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29162026-07-20T18:49:28.074ZJul 20 18:49:26.590 INFO Jul 20 18:49:26.590adding route 172.17.0.5/32 -> 10.0.0.255
29172026-07-20T18:49:28.074ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
29182026-07-20T18:49:28.074ZJul 20 18:49:26.590 DEBGJul 20 18:49:26.590 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
29192026-07-20T18:49:28.074Z 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 } }]
29202026-07-20T18:49:28.074ZJul 20 18:49:26.590 Jul 20 18:49:26.590INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
29212026-07-20T18:49:28.074Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
29222026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29232026-07-20T18:49:28.074Z
29242026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29252026-07-20T18:49:28.074Z
29262026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }]
29272026-07-20T18:49:28.074Z
29282026-07-20T18:49:28.074ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
29292026-07-20T18:49:28.074Z
29302026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }]
29312026-07-20T18:49:28.075Z
29322026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255
29332026-07-20T18:49:28.075Z
29342026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }]
29352026-07-20T18:49:28.075Z
29362026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255
29372026-07-20T18:49:28.075Z
29382026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }]
29392026-07-20T18:49:28.075Z
29402026-07-20T18:49:28.075Ztest route::tests::rollback_on_compact_delete_failure ... ok
29412026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
29422026-07-20T18:49:28.075Z
29432026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }]
29442026-07-20T18:49:28.075Z
29452026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
29462026-07-20T18:49:28.075Z
29472026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }]
29482026-07-20T18:49:28.075Z
29492026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
29502026-07-20T18:49:28.075ZJul 20 18:49:26.591Jul 20 18:49:26.591 DEBGDEBG created new freemapJul 20 18:49:26.590Jul 20 18:49:26.594created new freemap, Jul 20 18:49:26.590 DEBGDEBG created new freemapDEBGcreated new freemap , , unitunit:: freemap_route_ipv4freemap_route_ipv4replacing 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 } }]
29512026-07-20T18:49:28.075Z
29522026-07-20T18:49:28.075Z
29532026-07-20T18:49:28.075ZJul 20 18:49:26.590Jul 20 18:49:26.594 DEBGINFO created new freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 20 18:49:26.594
29542026-07-20T18:49:28.075Z DEBG,
29552026-07-20T18:49:28.075ZunitJul 20 18:49:26.594Jul 20 18:49:26.594 : DEBGDEBG freemap_route_ipv4
29562026-07-20T18:49:28.075Zcreated new freemapJul 20 18:49:26.594 DEBG, unitcreated 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 } }]unit :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 } }]
29572026-07-20T18:49:28.075Z
29582026-07-20T18:49:28.075Z freemap_route_ipv6
29592026-07-20T18:49:28.075ZJul 20 18:49:26.594freemap_route_ipv6
29602026-07-20T18:49:28.075ZDEBGJul 20 18:49:26.594 created new freemapJul 20 18:49:26.594 , INFOunit Jul 20 18:49:26.595:adding route 172.17.0.14/32 -> 10.0.0.255 Jul 20 18:49:26.595 DEBGfreemap_route_ipv6DEBGINFO
29612026-07-20T18:49:28.075Z
29622026-07-20T18:49:28.075Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
29632026-07-20T18:49:28.075Z initted freemap. size: 64Jul 20 18:49:26.595, initted freemap. size: 64 Jul 20 18:49:26.595DEBGJul 20 18:49:26.595, unitDEBG 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: unit
29642026-07-20T18:49:28.075Zinitted freemap. size: 64 , 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 } }]: :
29652026-07-20T18:49:28.075ZJul 20 18:49:26.595 freemap_route_ipv4
29662026-07-20T18:49:28.075ZINFOfreemap_route_ipv4 adding route 172.17.0.15/32 -> 10.0.0.255
29672026-07-20T18:49:28.075Z freemap_route_ipv4Jul 20 18:49:26.595
29682026-07-20T18:49:28.076Z Jul 20 18:49:26.595
29692026-07-20T18:49:28.076Z DEBGJul 20 18:49:26.595 DEBGreset freemap , reset freemapINFOJul 20 18:49:26.595 , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunit unit
29702026-07-20T18:49:28.076Z: freemap_route_ipv4DEBG
29712026-07-20T18:49:28.076Z :Jul 20 18:49:26.595 freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:49:26.595DEBG
29722026-07-20T18:49:28.076Z 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 } }]
29732026-07-20T18:49:28.076ZDEBG
29742026-07-20T18:49:28.076ZJul 20 18:49:26.595Jul 20 18:49:26.595 INFO Jul 20 18:49:26.595DEBGJul 20 18:49:26.595adding route 172.17.0.16/32 -> 10.0.0.255 reset freemapDEBG
29752026-07-20T18:49:28.076Zinitted freemap. size: 64 INFO, , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunitinitted freemap. size: 64:unit,
29762026-07-20T18:49:28.076Z:Jul 20 18:49:26.595 freemap_route_ipv4 unitDEBGfreemap_route_ipv6 Jul 20 18:49:26.595
29772026-07-20T18:49:28.076Z: 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
29782026-07-20T18:49:28.076Z 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 } }]
29792026-07-20T18:49:28.076Z
29802026-07-20T18:49:28.076Z freemap_route_ipv6Jul 20 18:49:26.595
29812026-07-20T18:49:28.076Z Jul 20 18:49:26.595Jul 20 18:49:26.595Jul 20 18:49:26.595DEBG INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
29822026-07-20T18:49:28.076Z initted freemap. size: 64
29832026-07-20T18:49:28.080Z, DEBG Jul 20 18:49:26.595reset freemap unit:, DEBGunit :replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.595
29842026-07-20T18:49:28.081Z freemap_route_ipv6 freemap_route_ipv6DEBG
29852026-07-20T18:49:28.082Z
29862026-07-20T18:49:28.082Z Jul 20 18:49:26.595Jul 20 18:49:26.595 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 } }] DEBGINFO
29872026-07-20T18:49:28.082Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:49:26.595reset freemap Jul 20 18:49:26.595INFOJul 20 18:49:26.595, DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFOunit reset freemapadding route 172.17.0.18/32 -> 10.0.0.255,
29882026-07-20T18:49:28.082Z
29892026-07-20T18:49:28.082Zunit::
29902026-07-20T18:49:28.082Z Jul 20 18:49:26.595freemap_route_ipv6 Jul 20 18:49:26.595DEBGfreemap_route_ipv6
29912026-07-20T18:49:28.082ZDEBG 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 } }]
29922026-07-20T18:49:28.082Zreplacing 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 } }]Jul 20 18:49:26.595
29932026-07-20T18:49:28.082ZJul 20 18:49:26.595
29942026-07-20T18:49:28.082Z DEBGINFOJul 20 18:49:26.595 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOJul 20 18:49:26.595
29952026-07-20T18:49:28.082Z adding route 172.17.0.19/32 -> 10.0.0.255INFO
29962026-07-20T18:49:28.082Z Jul 20 18:49:26.595 INFOadding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
29972026-07-20T18:49:28.082ZJul 20 18:49:26.595 Jul 20 18:49:26.595 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
29982026-07-20T18:49:28.082ZDEBGreplacing 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 } }] Jul 20 18:49:26.595
29992026-07-20T18:49:28.082Z
30002026-07-20T18:49:28.082ZDEBG 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 } }]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 } }]Jul 20 18:49:26.595
30012026-07-20T18:49:28.082Z Jul 20 18:49:26.595INFOJul 20 18:49:26.595 adding route 172.17.0.20/32 -> 10.0.0.255
30022026-07-20T18:49:28.083Z
30032026-07-20T18:49:28.083ZJul 20 18:49:26.595 INFODEBG Jul 20 18:49:26.595 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30042026-07-20T18:49:28.083ZDEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 20 18:49:26.595
30052026-07-20T18:49:28.083Z 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
30062026-07-20T18:49:28.083Z Jul 20 18:49:26.595adding route 172.16.0.0/32 -> 10.0.0.1 DEBG
30072026-07-20T18:49:28.083Z Jul 20 18:49:26.595Jul 20 18:49:26.595replacing 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 } }] INFOINFO
30082026-07-20T18:49:28.083Z adding route 172.17.0.21/32 -> 10.0.0.255
30092026-07-20T18:49:28.083Z adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:49:26.595
30102026-07-20T18:49:28.083Z Jul 20 18:49:26.595
30112026-07-20T18:49:28.083ZDEBG Jul 20 18:49:26.595 DEBG Jul 20 18:49:26.595replacing 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
30122026-07-20T18:49:28.083ZDEBGreplacing 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 } }]
30132026-07-20T18:49:28.083Zreplacing 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 } }]Jul 20 18:49:26.595
30142026-07-20T18:49:28.084Z Jul 20 18:49:26.595DEBG Jul 20 18:49:26.595 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30152026-07-20T18:49:28.084Z
30162026-07-20T18:49:28.084Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff Jul 20 18:49:26.595adding route 172.16.0.0/32 -> 10.0.0.2
30172026-07-20T18:49:28.084Z INFOJul 20 18:49:26.595Jul 20 18:49:26.595 DEBG
30182026-07-20T18:49:28.084Z Jul 20 18:49:26.595INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
30192026-07-20T18:49:28.084Z
30202026-07-20T18:49:28.084ZDEBGJul 20 18:49:26.595adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 20 18:49:26.595replacing 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 } }]Jul 20 18:49:26.595
30212026-07-20T18:49:28.084ZINFO
30222026-07-20T18:49:28.084Zadding route 172.17.0.23/32 -> 10.0.0.255DEBG
30232026-07-20T18:49:28.084Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG Jul 20 18:49:26.595replacing 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 } }]
30242026-07-20T18:49:28.084Z
30252026-07-20T18:49:28.084ZDEBG Jul 20 18:49:26.595Jul 20 18:49:26.595 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 } }]Jul 20 18:49:26.595DEBGJul 20 18:49:26.595INFO INFO
30262026-07-20T18:49:28.084Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
30272026-07-20T18:49:28.084ZINFOJul 20 18:49:26.595 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30282026-07-20T18:49:28.084Z adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
30292026-07-20T18:49:28.084Z
30302026-07-20T18:49:28.084Z
30312026-07-20T18:49:28.084ZJul 20 18:49:26.595 DEBG Jul 20 18:49:26.595Jul 20 18:49:26.595 DEBGJul 20 18:49:26.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 } }]DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:49:26.595
30322026-07-20T18:49:28.084Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG
30332026-07-20T18:49:28.084Zreplacing 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 } }] Jul 20 18:49:26.595adding route 3fff:dead::/64 -> 2001:db8::55:4
30342026-07-20T18:49:28.084Z INFO
30352026-07-20T18:49:28.084Zadding route 172.17.0.25/32 -> 10.0.0.255
30362026-07-20T18:49:28.084Z
30372026-07-20T18:49:28.084ZJul 20 18:49:26.595 Jul 20 18:49:26.595Jul 20 18:49:26.595Jul 20 18:49:26.595INFO Jul 20 18:49:26.595DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30382026-07-20T18:49:28.085Z
30392026-07-20T18:49:28.085ZINFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG
30402026-07-20T18:49:28.085Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30412026-07-20T18:49:28.085ZJul 20 18:49:26.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30422026-07-20T18:49:28.085ZINFOJul 20 18:49:26.595INFO Jul 20 18:49:26.595Jul 20 18:49:26.595 adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
30432026-07-20T18:49:28.085Z
30442026-07-20T18:49:28.085Z replacing targets for 3fff:dead::/64 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
30452026-07-20T18:49:28.085Ztest route::tests::rollback_on_index_readd_failure ... ok
30462026-07-20T18:49:28.085Z Jul 20 18:49:26.595replacing 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 } }]
30472026-07-20T18:49:28.085ZDEBG 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 } }]Jul 20 18:49:26.595DEBG
30482026-07-20T18:49:28.085Z Jul 20 18:49:26.595 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 } }]Jul 20 18:49:26.595Jul 20 18:49:26.595WARN
30492026-07-20T18:49:28.085ZINFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
30502026-07-20T18:49:28.085Zadding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
30512026-07-20T18:49:28.086Z
30522026-07-20T18:49:28.086ZJul 20 18:49:26.595 Jul 20 18:49:26.595INFO DEBG 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 } }]Jul 20 18:49:26.595 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }]
30532026-07-20T18:49:28.086ZDEBG
30542026-07-20T18:49:28.086Z
30552026-07-20T18:49:28.086Z 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 } }]Jul 20 18:49:26.595 INFO , Jul 20 18:49:26.595unitadding route 172.17.0.28/32 -> 10.0.0.255:
30562026-07-20T18:49:28.086ZJul 20 18:49:26.596 Jul 20 18:49:26.603 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 } }]
30572026-07-20T18:49:28.086ZDEBGJul 20 18:49:26.603 INFO freemap_route_ipv4created new freemapINFO
30582026-07-20T18:49:28.086Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
30592026-07-20T18:49:28.086Z
30602026-07-20T18:49:28.086Z, unit:Jul 20 18:49:26.603adding route 172.17.0.29/32 -> 10.0.0.255
30612026-07-20T18:49:28.086Z freemap_route_ipv4Jul 20 18:49:26.603DEBG
30622026-07-20T18:49:28.086Z INFOcreated new freemap adding route 172.17.0.3/32 -> 10.0.0.255,
30632026-07-20T18:49:28.086ZJul 20 18:49:26.603Jul 20 18:49:26.603unit:Jul 20 18:49:26.603 Jul 20 18:49:26.603freemap_route_ipv6DEBG
30642026-07-20T18:49:28.086ZDEBG 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 } }]
30652026-07-20T18:49:28.086ZJul 20 18:49:26.604DEBG DEBGcreated new freemap , Jul 20 18:49:26.604DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
30662026-07-20T18:49:28.086Z INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] : adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6
30672026-07-20T18:49:28.086Z
30682026-07-20T18:49:28.086Z
30692026-07-20T18:49:28.086Zinitted freemap. size: 64Jul 20 18:49:26.604, unitJul 20 18:49:26.604Jul 20 18:49:26.604INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:49:26.604
30702026-07-20T18:49:28.086ZDEBGinitted freemap. size: 64:, replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4INFO
30712026-07-20T18:49:28.086Z unit:
30722026-07-20T18:49:28.086ZJul 20 18:49:26.604freemap_route_ipv4Jul 20 18:49:26.604adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
30732026-07-20T18:49:28.086Z DEBG
30742026-07-20T18:49:28.086ZINFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:49:26.604Jul 20 18:49:26.604
30752026-07-20T18:49:28.086Z 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 } }]Jul 20 18:49:26.604DEBG Jul 20 18:49:26.604
30762026-07-20T18:49:28.086Z DEBGDEBGreset freemapDEBG, reset freemapreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit,
30772026-07-20T18:49:28.086Zunit: :freemap_route_ipv4Jul 20 18:49:26.604 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
30782026-07-20T18:49:28.086Z
30792026-07-20T18:49:28.086ZJul 20 18:49:26.604
30802026-07-20T18:49:28.086Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
30812026-07-20T18:49:28.086ZINFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:49:26.604Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.604
30822026-07-20T18:49:28.087Z DEBGDEBGDEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64initted freemap. size: 64, , unitunit
30832026-07-20T18:49:28.091Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:Jul 20 18:49:26.604
30842026-07-20T18:49:28.091Zfreemap_route_ipv6
30852026-07-20T18:49:28.091Z:DEBG Jul 20 18:49:26.604 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30862026-07-20T18:49:28.091ZJul 20 18:49:26.604 freemap_route_ipv6
30872026-07-20T18:49:28.091Zadding route 172.17.0.33/32 -> 10.0.0.255
30882026-07-20T18:49:28.091Z DEBGJul 20 18:49:26.604 Jul 20 18:49:26.604reset freemap , INFO unitJul 20 18:49:26.604Jul 20 18:49:26.604 DEBGDEBG DEBGreset freemapadding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
30892026-07-20T18:49:28.091Zunit :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 } }]
30902026-07-20T18:49:28.091Z
30912026-07-20T18:49:28.091Zfreemap_route_ipv6:
30922026-07-20T18:49:28.091ZJul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.604 INFODEBG freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:49:26.604INFO
30932026-07-20T18:49:28.091Z
30942026-07-20T18:49:28.091ZINFOreplacing 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 } }]
30952026-07-20T18:49:28.091ZJul 20 18:49:26.604adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:49:26.604 DEBG
30962026-07-20T18:49:28.091Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 20 18:49:26.604replacing 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 } }]
30972026-07-20T18:49:28.091Z
30982026-07-20T18:49:28.092Z INFOJul 20 18:49:26.604 INFO DEBG Jul 20 18:49:26.604adding route 3fff:dead::/64 -> 2001:db8::55:1
30992026-07-20T18:49:28.092ZDEBGJul 20 18:49:26.604 adding route 172.17.0.7/32 -> 10.0.0.255
31002026-07-20T18:49:28.092Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
31012026-07-20T18:49:28.092Z adding route 172.17.0.35/32 -> 10.0.0.255
31022026-07-20T18:49:28.092ZJul 20 18:49:26.604Jul 20 18:49:26.604 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 } }]
31032026-07-20T18:49:28.092ZDEBGJul 20 18:49:26.604DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 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 } }]
31042026-07-20T18:49:28.092ZJul 20 18:49:26.604Jul 20 18:49:26.604
31052026-07-20T18:49:28.092Zreplacing 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
31062026-07-20T18:49:28.092Z adding route 3fff:dead::/64 -> 2001:db8::55:2
31072026-07-20T18:49:28.092ZINFO Jul 20 18:49:26.604adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 20 18:49:26.604 INFOINFOJul 20 18:49:26.604 INFO
31082026-07-20T18:49:28.092Z Jul 20 18:49:26.604 adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.8/32 -> 10.0.0.255 DEBG
31092026-07-20T18:49:28.092Z
31102026-07-20T18:49:28.092Z
31112026-07-20T18:49:28.092ZJul 20 18:49:26.604 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 } }] Jul 20 18:49:26.604replacing 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 } }]
31122026-07-20T18:49:28.092Z
31132026-07-20T18:49:28.092ZJul 20 18:49:26.604DEBG 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 } }]Jul 20 18:49:26.604
31142026-07-20T18:49:28.092ZDEBG 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 } }] DEBGJul 20 18:49:26.604
31152026-07-20T18:49:28.092Z Jul 20 18:49:26.604Jul 20 18:49:26.604 INFO INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 20 18:49:26.604 adding route 172.17.0.37/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3
31162026-07-20T18:49:28.092ZINFO
31172026-07-20T18:49:28.092Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
31182026-07-20T18:49:28.092Z adding route 172.17.0.9/32 -> 10.0.0.255
31192026-07-20T18:49:28.092Z
31202026-07-20T18:49:28.092ZJul 20 18:49:26.604Jul 20 18:49:26.604 DEBGJul 20 18:49:26.604Jul 20 18:49:26.604DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
31212026-07-20T18:49:28.092ZDEBG Jul 20 18:49:26.604 DEBG
31222026-07-20T18:49:28.092ZINFO 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 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
31232026-07-20T18:49:28.092ZJul 20 18:49:26.604
31242026-07-20T18:49:28.092Z
31252026-07-20T18:49:28.092Z Jul 20 18:49:26.604INFO Jul 20 18:49:26.604 INFOadding route 172.17.0.38/32 -> 10.0.0.255
31262026-07-20T18:49:28.092Z adding route 3fff:dead::/64 -> 2001:db8::55:4
31272026-07-20T18:49:28.092ZINFO Jul 20 18:49:26.604adding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:49:26.604
31282026-07-20T18:49:28.092Z DEBGJul 20 18:49:26.604 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 } }] Jul 20 18:49:26.604
31292026-07-20T18:49:28.092ZJul 20 18:49:26.604 DEBGDEBG DEBGJul 20 18:49:26.604replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31302026-07-20T18:49:28.093Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
31312026-07-20T18:49:28.093ZINFO
31322026-07-20T18:49:28.093Zadding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:49:26.604
31332026-07-20T18:49:28.093Z Jul 20 18:49:26.604 INFOINFODEBG Jul 20 18:49:26.604Jul 20 18:49:26.604 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
31342026-07-20T18:49:28.093Z
31352026-07-20T18:49:28.093Zreplacing targets for 3fff:dead::/64 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 } }]
31362026-07-20T18:49:28.094Z
31372026-07-20T18:49:28.094Z
31382026-07-20T18:49:28.094ZJul 20 18:49:26.604Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.595WARNJul 20 18:49:26.604 DEBG Jul 20 18:49:26.604INFODEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31392026-07-20T18:49:28.094Zadding route 172.17.0.40/32 -> 10.0.0.255DEBG
31402026-07-20T18:49:28.094Ztest route::tests::rollback_on_compact_write_failure ... ok
31412026-07-20T18:49:28.094Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
31422026-07-20T18:49:28.095Z
31432026-07-20T18:49:28.095Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:49:26.604 DEBGDEBGJul 20 18:49:26.604
31442026-07-20T18:49:28.095Z 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 } }]
31452026-07-20T18:49:28.095ZERROreplacing 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 } }] rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31462026-07-20T18:49:28.095Z
31472026-07-20T18:49:28.095ZJul 20 18:49:26.604Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.604Jul 20 18:49:26.604INFO adding route 172.17.0.41/32 -> 10.0.0.255
31482026-07-20T18:49:28.095Z INFOINFODEBG Jul 20 18:49:26.604INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:49:26.604replacing targets for 3fff:dead::/64 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 } }]
31492026-07-20T18:49:28.095Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
31502026-07-20T18:49:28.095Z
31512026-07-20T18:49:28.095ZDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffERRO
31522026-07-20T18:49:28.095Z shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
31532026-07-20T18:49:28.095Zreplacing 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 } }]Jul 20 18:49:26.604Jul 20 18:49:26.604
31542026-07-20T18:49:28.096ZJul 20 18:49:26.604 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 } }] Jul 20 18:49:26.604WARNDEBG
31552026-07-20T18:49:28.096ZINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 20 18:49:26.604Jul 20 18:49:26.604
31562026-07-20T18:49:28.096Z INFO
31572026-07-20T18:49:28.096Z
31582026-07-20T18:49:28.096Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:49:26.604
31592026-07-20T18:49:28.096Z DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]Jul 20 18:49:26.604
31602026-07-20T18:49:28.096Z
31612026-07-20T18:49:28.096ZJul 20 18:49:26.604DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.604 INFOJul 20 18:49:26.605Jul 20 18:49:26.605 DEBGadding route 172.17.0.43/32 -> 10.0.0.255
31622026-07-20T18:49:28.097Z created new freemapDEBG, unitcreated new freemap:, Jul 20 18:49:26.611unit Jul 20 18:49:26.604DEBG: 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 } }]INFOfreemap_route_ipv4
31632026-07-20T18:49:28.097Z
31642026-07-20T18:49:28.097Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv4
31652026-07-20T18:49:28.097Z
31662026-07-20T18:49:28.097ZJul 20 18:49:26.611Jul 20 18:49:26.611 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255created new freemap
31672026-07-20T18:49:28.097Z, unitJul 20 18:49:26.611: DEBGfreemap_route_ipv6Jul 20 18:49:26.611
31682026-07-20T18:49:28.097Z DEBG created new freemapreplacing 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 } }],
31692026-07-20T18:49:28.097ZJul 20 18:49:26.611unit :DEBG freemap_route_ipv6Jul 20 18:49:26.611
31702026-07-20T18:49:28.097Z INFOinitted freemap. size: 64 , adding route 172.17.0.45/32 -> 10.0.0.255unit
31712026-07-20T18:49:28.097Z:Jul 20 18:49:26.611 freemap_route_ipv4DEBG
31722026-07-20T18:49:28.097ZJul 20 18:49:26.611 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:49:26.611:
31732026-07-20T18:49:28.097ZDEBGfreemap_route_ipv4
31742026-07-20T18:49:28.097Zreset freemap, Jul 20 18:49:26.611unit:unit: freemap_route_ipv4INFO
31752026-07-20T18:49:28.097Z Jul 20 18:49:26.611adding route 172.17.0.46/32 -> 10.0.0.255
31762026-07-20T18:49:28.097Z DEBG freemap_route_ipv4reset freemapJul 20 18:49:26.611
31772026-07-20T18:49:28.097Z Jul 20 18:49:26.611DEBG DEBG, created new freemap , Jul 20 18:49:26.611replacing 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 } }]unit :
31782026-07-20T18:49:28.097ZDEBGunit freemap_route_ipv6
31792026-07-20T18:49:28.097Zinitted freemap. size: 64: , unitJul 20 18:49:26.611freemap_route_ipv4 :Jul 20 18:49:26.611INFO freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255DEBG
31802026-07-20T18:49:28.097Z
31812026-07-20T18:49:28.097Z
31822026-07-20T18:49:28.097Zinitted freemap. size: 64, Jul 20 18:49:26.611Jul 20 18:49:26.611unit DEBGDEBG: freemap_route_ipv4reset freemap
31832026-07-20T18:49:28.101Zreplacing 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 } }],
31842026-07-20T18:49:28.101Zunit:Jul 20 18:49:26.611 freemap_route_ipv6Jul 20 18:49:26.611
31852026-07-20T18:49:28.101Z Jul 20 18:49:26.611DEBG DEBGreset freemap INFO, unitinitted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255, :
31862026-07-20T18:49:28.101Z Jul 20 18:49:26.611unitfreemap_route_ipv4
31872026-07-20T18:49:28.102Z: Jul 20 18:49:26.611INFO freemap_route_ipv6DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
31882026-07-20T18:49:28.102Z
31892026-07-20T18:49:28.102Zreplacing 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 } }]
31902026-07-20T18:49:28.102ZJul 20 18:49:26.611 DEBGJul 20 18:49:26.611Jul 20 18:49:26.611 DEBGDEBG reset 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 } }], Jul 20 18:49:26.611
31912026-07-20T18:49:28.102Z unit initted freemap. size: 64INFO:, Jul 20 18:49:26.611adding route 172.17.0.49/32 -> 10.0.0.255unit
31922026-07-20T18:49:28.102Z INFO: freemap_route_ipv6
31932026-07-20T18:49:28.102Z Jul 20 18:49:26.611freemap_route_ipv6
31942026-07-20T18:49:28.102ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
31952026-07-20T18:49:28.102Z
31962026-07-20T18:49:28.102ZJul 20 18:49:26.611Jul 20 18:49:26.611 Jul 20 18:49:26.611INFOJul 20 18:49:26.611 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
31972026-07-20T18:49:28.102ZINFODEBG reset freemapadding route 172.17.0.50/32 -> 10.0.0.255,
31982026-07-20T18:49:28.102Zunit: Jul 20 18:49:26.611freemap_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 } }] Jul 20 18:49:26.611DEBG
31992026-07-20T18:49:28.102Z
32002026-07-20T18:49:28.102ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32012026-07-20T18:49:28.102Z
32022026-07-20T18:49:28.102ZJul 20 18:49:26.611 Jul 20 18:49:26.611INFO Jul 20 18:49:26.611DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
32032026-07-20T18:49:28.102ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.51/32 -> 10.0.0.255Jul 20 18:49:26.611
32042026-07-20T18:49:28.102Z
32052026-07-20T18:49:28.102Z INFO Jul 20 18:49:26.611adding route 3fff:dead::/64 -> 2001:db8::55:2
32062026-07-20T18:49:28.102ZDEBGJul 20 18:49:26.611 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
32072026-07-20T18:49:28.102Z 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 } }]Jul 20 18:49:26.611
32082026-07-20T18:49:28.102Z DEBGJul 20 18:49:26.611 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOJul 20 18:49:26.611 adding route 3fff:dead::/64 -> 2001:db8::55:2
32092026-07-20T18:49:28.102ZINFO
32102026-07-20T18:49:28.102Zadding route 172.17.0.52/32 -> 10.0.0.255
32112026-07-20T18:49:28.102ZJul 20 18:49:26.611Jul 20 18:49:26.611 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 20 18:49:26.611replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32122026-07-20T18:49:28.102Z
32132026-07-20T18:49:28.102ZJul 20 18:49:26.591DEBG 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
32142026-07-20T18:49:28.102Z Jul 20 18:49:26.611created new freemap Jul 20 18:49:26.611, INFOINFOJul 20 18:49:26.611 adding route 172.17.0.53/32 -> 10.0.0.255
32152026-07-20T18:49:28.102Zunitadding route 3fff:dead::/64 -> 2001:db8::55:3:DEBG
32162026-07-20T18:49:28.102Zfreemap_route_ipv4
32172026-07-20T18:49:28.102ZJul 20 18:49:26.612replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32182026-07-20T18:49:28.102ZDEBGJul 20 18:49:26.612 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32192026-07-20T18:49:28.102Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32202026-07-20T18:49:28.102ZJul 20 18:49:26.612Jul 20 18:49:26.612 DEBG created new freemapINFO, Jul 20 18:49:26.612Jul 20 18:49:26.612 unitadding route 172.17.0.54/32 -> 10.0.0.255:
32212026-07-20T18:49:28.102Z freemap_route_ipv6
32222026-07-20T18:49:28.102ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:49:26.612
32232026-07-20T18:49:28.102Zadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:49:26.612
32242026-07-20T18:49:28.102Z DEBGDEBG Jul 20 18:49:26.612 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 } }]
32252026-07-20T18:49:28.102ZDEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unitJul 20 18:49:26.612:
32262026-07-20T18:49:28.102ZJul 20 18:49:26.612 INFO freemap_route_ipv4DEBGadding route 172.17.0.55/32 -> 10.0.0.255
32272026-07-20T18:49:28.103Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32282026-07-20T18:49:28.103Z
32292026-07-20T18:49:28.103ZJul 20 18:49:26.612Jul 20 18:49:26.612 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32302026-07-20T18:49:28.103ZJul 20 18:49:26.612Jul 20 18:49:26.612 Jul 20 18:49:26.612DEBGWARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
32312026-07-20T18:49:28.103Z DEBGDEBG
32322026-07-20T18:49:28.103Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255reset freemap
32332026-07-20T18:49:28.103Z,
32342026-07-20T18:49:28.103ZunitJul 20 18:49:26.612: INFOfreemap_route_ipv4
32352026-07-20T18:49:28.103Zadding route 172.17.0.56/32 -> 10.0.0.255
32362026-07-20T18:49:28.103ZJul 20 18:49:26.612Jul 20 18:49:26.612 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 } }]initted freemap. size: 64
32372026-07-20T18:49:28.103Z, Jul 20 18:49:26.612unit :DEBG freemap_route_ipv6Jul 20 18:49:26.612
32382026-07-20T18:49:28.103Z 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
32392026-07-20T18:49:28.103Zadding route 172.17.0.57/32 -> 10.0.0.255
32402026-07-20T18:49:28.103ZJul 20 18:49:26.612 DEBG reset freemap, Jul 20 18:49:26.612unit :Jul 20 18:49:26.612 DEBGINFO freemap_route_ipv6 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 } }]
32412026-07-20T18:49:28.103Z
32422026-07-20T18:49:28.103Zadding route 172.17.0.14/32 -> 10.0.0.255
32432026-07-20T18:49:28.103ZJul 20 18:49:26.612Jul 20 18:49:26.612Jul 20 18:49:26.612Jul 20 18:49:26.612 INFOINFO DEBG adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
32442026-07-20T18:49:28.103Z
32452026-07-20T18:49:28.103Z
32462026-07-20T18:49:28.103ZJul 20 18:49:26.612 DEBG Jul 20 18:49:26.612replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32472026-07-20T18:49:28.103ZINFO Jul 20 18:49:26.612adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG
32482026-07-20T18:49:28.103Z 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 } }]Jul 20 18:49:26.612 INFO
32492026-07-20T18:49:28.103Z adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:49:26.612
32502026-07-20T18:49:28.103Z DEBGJul 20 18:49:26.612 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 } }]INFO
32512026-07-20T18:49:28.103Z
32522026-07-20T18:49:28.103ZJul 20 18:49:26.612 adding route 172.17.0.59/32 -> 10.0.0.255DEBG
32532026-07-20T18:49:28.103Z 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 } }]Jul 20 18:49:26.612Jul 20 18:49:26.612 INFOINFO
32542026-07-20T18:49:28.103Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
32552026-07-20T18:49:28.103Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 20 18:49:26.612
32562026-07-20T18:49:28.103Z Jul 20 18:49:26.612 DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32572026-07-20T18:49:28.103ZJul 20 18:49:26.612adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:49:26.612
32582026-07-20T18:49:28.104Z DEBGDEBG Jul 20 18:49:26.612replacing 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 } }]
32592026-07-20T18:49:28.104Zreplacing 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 } }]Jul 20 18:49:26.612
32602026-07-20T18:49:28.104ZINFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG
32612026-07-20T18:49:28.104ZJul 20 18:49:26.612Jul 20 18:49:26.612 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32622026-07-20T18:49:28.104Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
32632026-07-20T18:49:28.104Z
32642026-07-20T18:49:28.104ZJul 20 18:49:26.612Jul 20 18:49:26.612 DEBGINFO Jul 20 18:49:26.612 Jul 20 18:49:26.612replacing 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 } }]
32652026-07-20T18:49:28.104ZDEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBG
32662026-07-20T18:49:28.104Z 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 } }]Jul 20 18:49:26.612replacing 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 } }]
32672026-07-20T18:49:28.104Z
32682026-07-20T18:49:28.104ZDEBG Jul 20 18:49:26.612failed to allocate space for the new target list Jul 20 18:49:26.612Jul 20 18:49:26.612
32692026-07-20T18:49:28.104ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
32702026-07-20T18:49:28.104Z DEBGJul 20 18:49:26.612adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
32712026-07-20T18:49:28.104Ztest route::tests::same_size_non_subset_replace ... ok
32722026-07-20T18:49:28.104Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32732026-07-20T18:49:28.104Z Jul 20 18:49:26.612replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGJul 20 18:49:26.612 Jul 20 18:49:26.612replacing 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 } }]
32742026-07-20T18:49:28.105ZDEBG created new freemapDEBG , Jul 20 18:49:26.618unitcreated new freemap , INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff:unit
32752026-07-20T18:49:28.105Z :freemap_route_ipv4
32762026-07-20T18:49:28.105Z Jul 20 18:49:26.618DEBG Jul 20 18:49:26.618replacing 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
32772026-07-20T18:49:28.105ZINFOfreemap_route_ipv4 created new freemap
32782026-07-20T18:49:28.105ZJul 20 18:49:26.618 , DEBGadding route 172.17.0.3/32 -> 10.0.0.255unit
32792026-07-20T18:49:28.105ZJul 20 18:49:26.618Jul 20 18:49:26.618 : INFODEBGfreemap_route_ipv6replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32802026-07-20T18:49:28.105Z
32812026-07-20T18:49:28.105Z adding route 172.17.0.15/32 -> 10.0.0.255created new freemap
32822026-07-20T18:49:28.105Z, unitJul 20 18:49:26.618:Jul 20 18:49:26.618 Jul 20 18:49:26.618freemap_route_ipv6 Jul 20 18:49:26.618
32832026-07-20T18:49:28.109ZDEBG 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 } }]INFODEBGreplacing 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 } }] Jul 20 18:49:26.618
32842026-07-20T18:49:28.109Z initted freemap. size: 64 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
32852026-07-20T18:49:28.109Zinitted freemap. size: 64, unit, :
32862026-07-20T18:49:28.109ZJul 20 18:49:26.618 Jul 20 18:49:26.618DEBGfreemap_route_ipv4
32872026-07-20T18:49:28.109Z INFO 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 172.17.0.16/32 -> 10.0.0.255
32882026-07-20T18:49:28.110ZJul 20 18:49:26.618
32892026-07-20T18:49:28.110Z unitDEBG: Jul 20 18:49:26.618Jul 20 18:49:26.618 Jul 20 18:49:26.618freemap_route_ipv4reset freemap
32902026-07-20T18:49:28.110Z, unitDEBG: INFOfreemap_route_ipv4
32912026-07-20T18:49:28.110Z Jul 20 18:49:26.618INFO 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
32922026-07-20T18:49:28.110Z adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:49:26.618
32932026-07-20T18:49:28.110Z reset freemapJul 20 18:49:26.618DEBG, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
32942026-07-20T18:49:28.110Z adding route 172.17.0.17/32 -> 10.0.0.255initted freemap. size: 64
32952026-07-20T18:49:28.110Z, unitJul 20 18:49:26.618: DEBG Jul 20 18:49:26.618freemap_route_ipv6
32962026-07-20T18:49:28.110ZJul 20 18:49:26.618 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
32972026-07-20T18:49:28.110ZDEBG :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 } }] Jul 20 18:49:26.618
32982026-07-20T18:49:28.110ZJul 20 18:49:26.618replacing 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 INFO
32992026-07-20T18:49:28.110Zreset freemapJul 20 18:49:26.618, unitINFO :adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
33002026-07-20T18:49:28.110Z freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255
33012026-07-20T18:49:28.110Z Jul 20 18:49:26.618freemap_route_ipv4
33022026-07-20T18:49:28.110Z
33032026-07-20T18:49:28.110Z DEBG Jul 20 18:49:26.618replacing 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 } }] Jul 20 18:49:26.618INFOJul 20 18:49:26.618 Jul 20 18:49:26.618adding route 172.16.0.0/32 -> 10.0.0.1DEBG
33042026-07-20T18:49:28.110Z 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 } }]
33052026-07-20T18:49:28.112Z DEBG
33062026-07-20T18:49:28.112Zadding route 172.17.0.5/32 -> 10.0.0.255 Jul 20 18:49:26.618
33072026-07-20T18:49:28.112Zinitted freemap. size: 64, Jul 20 18:49:26.618Jul 20 18:49:26.618unitINFO adding route 172.17.0.19/32 -> 10.0.0.255DEBGINFO
33082026-07-20T18:49:28.112Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
33092026-07-20T18:49:28.112Z
33102026-07-20T18:49:28.112ZJul 20 18:49:26.618Jul 20 18:49:26.618: 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 } }]Jul 20 18:49:26.618
33112026-07-20T18:49:28.112ZINFOJul 20 18:49:26.618freemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.2
33122026-07-20T18:49:28.112ZDEBG
33132026-07-20T18:49:28.112ZJul 20 18:49:26.618 DEBGJul 20 18:49:26.618 Jul 20 18:49:26.618 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 } }]
33142026-07-20T18:49:28.112ZDEBGDEBGINFO Jul 20 18:49:26.618reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 ,
33152026-07-20T18:49:28.112Zunitreplacing 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 } }]
33162026-07-20T18:49:28.112Z:INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
33172026-07-20T18:49:28.112Zfreemap_route_ipv6Jul 20 18:49:26.618
33182026-07-20T18:49:28.112ZJul 20 18:49:26.618
33192026-07-20T18:49:28.112Z DEBGDEBG Jul 20 18:49:26.618replacing 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 } }] Jul 20 18:49:26.618replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
33202026-07-20T18:49:28.112Z Jul 20 18:49:26.618
33212026-07-20T18:49:28.112Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }]
33222026-07-20T18:49:28.112Z
33232026-07-20T18:49:28.112ZJul 20 18:49:26.618
33242026-07-20T18:49:28.112Z INFOJul 20 18:49:26.618Jul 20 18:49:26.618 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 } }]
33252026-07-20T18:49:28.112Z 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 } }]
33262026-07-20T18:49:28.113ZJul 20 18:49:26.618 INFO adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:49:26.618
33272026-07-20T18:49:28.113Z INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:49:26.618
33282026-07-20T18:49:28.113Z
33292026-07-20T18:49:28.113ZJul 20 18:49:26.618 INFODEBG Jul 20 18:49:26.618adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
33302026-07-20T18:49:28.113Zreplacing 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 } }]Jul 20 18:49:26.618DEBG
33312026-07-20T18:49:28.113Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33322026-07-20T18:49:28.113ZDEBGJul 20 18:49:26.618Jul 20 18:49:26.618 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 } }] 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 } }]
33332026-07-20T18:49:28.113ZJul 20 18:49:26.618INFO
33342026-07-20T18:49:28.113ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:49:26.618adding route 172.17.0.8/32 -> 10.0.0.255
33352026-07-20T18:49:28.113Z
33362026-07-20T18:49:28.113Z INFO Jul 20 18:49:26.618adding route 172.17.0.22/32 -> 10.0.0.255
33372026-07-20T18:49:28.113ZINFOJul 20 18:49:26.618Jul 20 18:49:26.618 DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
33382026-07-20T18:49:28.113ZJul 20 18:49:26.618 DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
33392026-07-20T18:49:28.113Z
33402026-07-20T18:49:28.113Ztest route::tests::shrink_preserves_compacted_order ... ok
33412026-07-20T18:49:28.113ZJul 20 18:49:26.618 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 } }]DEBGJul 20 18:49:26.618
33422026-07-20T18:49:28.113Ztest route::tests::delete_target_fragmented ... ok
33432026-07-20T18:49:28.113Z 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
33442026-07-20T18:49:28.113Z adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:49:26.618
33452026-07-20T18:49:28.113Z INFOJul 20 18:49:26.618 Jul 20 18:49:26.618adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
33462026-07-20T18:49:28.113ZINFO adding route 172.17.0.23/32 -> 10.0.0.255 Jul 20 18:49:26.618
33472026-07-20T18:49:28.113ZJul 20 18:49:26.618 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
33482026-07-20T18:49:28.113ZDEBGDEBG Jul 20 18:49:26.618 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
33492026-07-20T18:49:28.113Zreplacing 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 } }]DEBGJul 20 18:49:26.618
33502026-07-20T18:49:28.113ZDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
33512026-07-20T18:49:28.113Z
33522026-07-20T18:49:28.113ZJul 20 18:49:26.618Jul 20 18:49:26.618 DEBGJul 20 18:49:26.618Jul 20 18:49:26.618 INFOINFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
33532026-07-20T18:49:28.113Zadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.10/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:3, vlan_id: None } }]
33542026-07-20T18:49:28.113Z
33552026-07-20T18:49:28.113Z
33562026-07-20T18:49:28.113ZJul 20 18:49:26.618Jul 20 18:49:26.618 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 } }]
33572026-07-20T18:49:28.113Z DEBGJul 20 18:49:26.618Jul 20 18:49:26.618Jul 20 18:49:26.612 Jul 20 18:49:26.612 INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.17.0.25/32 -> 10.0.0.255
33582026-07-20T18:49:28.113Z
33592026-07-20T18:49:28.113Z created new freemapDEBG, Jul 20 18:49:26.618unit :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 } }]DEBG freemap_route_ipv4replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33602026-07-20T18:49:28.113Z
33612026-07-20T18:49:28.113Z 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 } }]
33622026-07-20T18:49:28.113ZJul 20 18:49:26.618
33632026-07-20T18:49:28.114Z Jul 20 18:49:26.618INFO DEBGJul 20 18:49:26.618adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 20 18:49:26.618 INFO
33642026-07-20T18:49:28.114ZINFOcreated new freemap , adding route 3fff:beef:20::/64 -> 2001:db8::55:ffunit
33652026-07-20T18:49:28.114ZJul 20 18:49:26.618adding route 172.17.0.26/32 -> 10.0.0.255 :
33662026-07-20T18:49:28.114Z freemap_route_ipv6Jul 20 18:49:26.618INFO
33672026-07-20T18:49:28.114Z Jul 20 18:49:26.618 DEBG adding route 172.17.0.11/32 -> 10.0.0.255 Jul 20 18:49:26.618Jul 20 18:49:26.618DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33682026-07-20T18:49:28.114Z
33692026-07-20T18:49:28.114ZDEBG 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 } }]initted freemap. size: 64
33702026-07-20T18:49:28.114Z, 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 } }]unit
33712026-07-20T18:49:28.114Z:Jul 20 18:49:26.618Jul 20 18:49:26.618Jul 20 18:49:26.618 freemap_route_ipv4
33722026-07-20T18:49:28.114Z DEBGJul 20 18:49:26.618INFO 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 } }]Jul 20 18:49:26.618INFO
33732026-07-20T18:49:28.114Z adding route 172.17.0.27/32 -> 10.0.0.255DEBG reset freemap
33742026-07-20T18:49:28.114Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff,
33752026-07-20T18:49:28.114ZunitJul 20 18:49:26.618Jul 20 18:49:26.618: freemap_route_ipv4
33762026-07-20T18:49:28.114ZJul 20 18:49:26.618INFO DEBG
33772026-07-20T18:49:28.114Zadding route 172.17.0.12/32 -> 10.0.0.255 Jul 20 18:49:26.618replacing 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 } }]
33782026-07-20T18:49:28.114ZDEBGDEBG
33792026-07-20T18:49:28.114Z Jul 20 18:49:26.618initted freemap. size: 64replacing 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 } }]Jul 20 18:49:26.618
33802026-07-20T18:49:28.114ZJul 20 18:49:26.618DEBG, unit :replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
33812026-07-20T18:49:28.114Z adding route 172.17.0.28/32 -> 10.0.0.255 DEBGfreemap_route_ipv6
33822026-07-20T18:49:28.114Z
33832026-07-20T18:49:28.119Z Jul 20 18:49:26.618replacing 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 } }]Jul 20 18:49:26.618Jul 20 18:49:26.618 INFOINFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 } }]
33842026-07-20T18:49:28.119Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33852026-07-20T18:49:28.119Z
33862026-07-20T18:49:28.119ZJul 20 18:49:26.619
33872026-07-20T18:49:28.119Z Jul 20 18:49:26.619DEBG reset freemap, INFO unitadding route 172.17.0.13/32 -> 10.0.0.255:
33882026-07-20T18:49:28.119Z Jul 20 18:49:26.625freemap_route_ipv6
33892026-07-20T18:49:28.119ZDEBG 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 } }]
33902026-07-20T18:49:28.119ZJul 20 18:49:26.625 Jul 20 18:49:26.625Jul 20 18:49:26.619INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:49:26.625INFO
33912026-07-20T18:49:28.119Z DEBG adding route 172.17.0.29/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 } }]
33922026-07-20T18:49:28.119Z
33932026-07-20T18:49:28.119ZJul 20 18:49:26.625INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
33942026-07-20T18:49:28.119ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 20 18:49:26.625
33952026-07-20T18:49:28.119Z Jul 20 18:49:26.625DEBG 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
33962026-07-20T18:49:28.119Z Jul 20 18:49:26.625adding route 172.17.0.14/32 -> 10.0.0.255
33972026-07-20T18:49:28.119ZJul 20 18:49:26.625INFO adding route 172.16.0.0/32 -> 10.0.0.2INFO
33982026-07-20T18:49:28.119ZJul 20 18:49:26.625 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
33992026-07-20T18:49:28.119Z 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 } }]Jul 20 18:49:26.625
34002026-07-20T18:49:28.119ZJul 20 18:49:26.625 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: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 } }]Jul 20 18:49:26.625
34012026-07-20T18:49:28.119Z INFO
34022026-07-20T18:49:28.119Z adding route 172.17.0.15/32 -> 10.0.0.255Jul 20 18:49:26.625
34032026-07-20T18:49:28.119Z INFO adding route 172.16.0.0/32 -> 10.0.0.3
34042026-07-20T18:49:28.119ZJul 20 18:49:26.625 DEBGJul 20 18:49:26.625 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
34052026-07-20T18:49:28.119Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:49:26.625 INFOJul 20 18:49:26.619 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
34062026-07-20T18:49:28.119Z Jul 20 18:49:26.625created new freemap
34072026-07-20T18:49:28.119ZINFO , Jul 20 18:49:26.625adding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:49:26.625unit Jul 20 18:49:26.625
34082026-07-20T18:49:28.119Z:DEBG DEBG INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
34092026-07-20T18:49:28.119ZJul 20 18:49:26.625
34102026-07-20T18:49:28.120Zfreemap_route_ipv4 DEBG
34112026-07-20T18:49:28.120Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:49:26.625
34122026-07-20T18:49:28.120Z
34132026-07-20T18:49:28.120Z DEBG Jul 20 18:49:26.625replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:49:26.625
34142026-07-20T18:49:28.120ZINFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Jul 20 18:49:26.625created new freemapJul 20 18:49:26.625
34152026-07-20T18:49:28.120ZJul 20 18:49:26.625, INFO unitINFO:Jul 20 18:49:26.626 adding route 172.17.0.17/32 -> 10.0.0.255
34162026-07-20T18:49:28.120ZDEBGDEBGfreemap_route_ipv6
34172026-07-20T18:49:28.120Zreplacing targets for 172.16.0.0/32 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 } }]adding route 172.17.0.30/32 -> 10.0.0.255
34182026-07-20T18:49:28.120Z
34192026-07-20T18:49:28.120Zreplacing 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 } }]
34202026-07-20T18:49:28.120ZJul 20 18:49:26.626 Jul 20 18:49:26.626Jul 20 18:49:26.626DEBGJul 20 18:49:26.626 DEBG initted freemap. size: 64INFO, DEBGadding route 3fff:beef:18::/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 } }]unit
34212026-07-20T18:49:28.120Z
34222026-07-20T18:49:28.120Z 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 } }]:
34232026-07-20T18:49:28.120Z freemap_route_ipv4Jul 20 18:49:26.626Jul 20 18:49:26.626 DEBGJul 20 18:49:26.626 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
34242026-07-20T18:49:28.122Z
34252026-07-20T18:49:28.122Z INFOadding route 172.17.0.18/32 -> 10.0.0.255
34262026-07-20T18:49:28.122ZJul 20 18:49:26.626adding route 172.17.0.31/32 -> 10.0.0.255
34272026-07-20T18:49:28.122ZINFOJul 20 18:49:26.626 Jul 20 18:49:26.626adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
34282026-07-20T18:49:28.122Z DEBGDEBGJul 20 18:49:26.626 reset freemapDEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] ,
34292026-07-20T18:49:28.122ZJul 20 18:49:26.626replacing 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 } }] DEBGunit
34302026-07-20T18:49:28.122Z:Jul 20 18:49:26.626 freemap_route_ipv4replacing 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 } }]
34312026-07-20T18:49:28.122Z
34322026-07-20T18:49:28.122Z Jul 20 18:49:26.626INFO adding route 172.17.0.19/32 -> 10.0.0.255INFO
34332026-07-20T18:49:28.122ZJul 20 18:49:26.626 adding route 172.17.0.32/32 -> 10.0.0.255DEBGJul 20 18:49:26.626
34342026-07-20T18:49:28.122Z INFOJul 20 18:49:26.626 initted freemap. size: 64 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
34352026-07-20T18:49:28.122Z, Jul 20 18:49:26.626 DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
34362026-07-20T18:49:28.122Z:Jul 20 18:49:26.626 DEBGfreemap_route_ipv6replacing 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 } }]
34372026-07-20T18:49:28.122Z
34382026-07-20T18:49:28.122Z Jul 20 18:49:26.626replacing 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 } }]
34392026-07-20T18:49:28.122ZINFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:49:26.626 Jul 20 18:49:26.626INFOJul 20 18:49:26.619Jul 20 18:49:26.626
34402026-07-20T18:49:28.122Z DEBG INFODEBG
34412026-07-20T18:49:28.122Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
34422026-07-20T18:49:28.122Zadding route 172.17.0.33/32 -> 10.0.0.255
34432026-07-20T18:49:28.122Zreset freemapJul 20 18:49:26.626
34442026-07-20T18:49:28.122Z, unitDEBG:Jul 20 18:49:26.626 Jul 20 18:49:26.626 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 } }]Jul 20 18:49:26.626DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34452026-07-20T18:49:28.122Z
34462026-07-20T18:49:28.122Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
34472026-07-20T18:49:28.122Z 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 } }]freemap_route_ipv6
34482026-07-20T18:49:28.122Z
34492026-07-20T18:49:28.122ZJul 20 18:49:26.626Jul 20 18:49:26.626 Jul 20 18:49:26.626INFO Jul 20 18:49:26.626DEBG INFO Jul 20 18:49:26.626 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255INFO
34502026-07-20T18:49:28.122Z
34512026-07-20T18:49:28.122Z INFO
34522026-07-20T18:49:28.122Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
34532026-07-20T18:49:28.122ZJul 20 18:49:26.626
34542026-07-20T18:49:28.122Z Jul 20 18:49:26.626INFOJul 20 18:49:26.626Jul 20 18:49:26.626 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34552026-07-20T18:49:28.122Z 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 } }]DEBGDEBG Jul 20 18:49:26.626 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 } }]Jul 20 18:49:26.626
34562026-07-20T18:49:28.122Zreplacing 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
34572026-07-20T18:49:28.122Z DEBG
34582026-07-20T18:49:28.122Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34592026-07-20T18:49:28.122ZJul 20 18:49:26.626
34602026-07-20T18:49:28.123ZJul 20 18:49:26.626 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255Jul 20 18:49:26.626
34612026-07-20T18:49:28.123ZJul 20 18:49:26.626 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFOJul 20 18:49:26.626 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:49:26.626
34622026-07-20T18:49:28.123ZINFO
34632026-07-20T18:49:28.123Z adding route 172.16.0.0/32 -> 10.0.0.2
34642026-07-20T18:49:28.123Zadding route 172.17.0.35/32 -> 10.0.0.255DEBGJul 20 18:49:26.626 Jul 20 18:49:26.626
34652026-07-20T18:49:28.123Zreplacing 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 } }]
34662026-07-20T18:49:28.123ZDEBGDEBGJul 20 18:49:26.626 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 } }]
34672026-07-20T18:49:28.123ZJul 20 18:49:26.626DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }]Jul 20 18:49:26.626
34682026-07-20T18:49:28.123Z
34692026-07-20T18:49:28.123ZJul 20 18:49:26.626INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }]Jul 20 18:49:26.626
34702026-07-20T18:49:28.123ZINFO
34712026-07-20T18:49:28.123Z Jul 20 18:49:26.626INFOJul 20 18:49:26.626 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOJul 20 18:49:26.626
34722026-07-20T18:49:28.123Z DEBGadding route 172.17.0.23/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 } }]INFOadding route 172.17.0.36/32 -> 10.0.0.255
34732026-07-20T18:49:28.123Z
34742026-07-20T18:49:28.123ZJul 20 18:49:26.626adding route 172.16.0.0/32 -> 10.0.0.3
34752026-07-20T18:49:28.123Z
34762026-07-20T18:49:28.123ZDEBG 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 } }]Jul 20 18:49:26.626 INFO
34772026-07-20T18:49:28.123Z Jul 20 18:49:26.626adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:49:26.626 Jul 20 18:49:26.626
34782026-07-20T18:49:28.123ZDEBG Jul 20 18:49:26.626replacing 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 } }]DEBGJul 20 18:49:26.626
34792026-07-20T18:49:28.123ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
34802026-07-20T18:49:28.123ZDEBG Jul 20 18:49:26.626 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.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 } }]
34812026-07-20T18:49:28.123Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
34822026-07-20T18:49:28.123ZJul 20 18:49:26.626 DEBG
34832026-07-20T18:49:28.127ZINFO Jul 20 18:49:26.626 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
34842026-07-20T18:49:28.127Z adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
34852026-07-20T18:49:28.128Z
34862026-07-20T18:49:28.128ZJul 20 18:49:26.626Jul 20 18:49:26.626 INFOJul 20 18:49:26.626 INFO Jul 20 18:49:26.626adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34872026-07-20T18:49:28.128Z INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:49:26.626adding route 172.17.0.37/32 -> 10.0.0.255
34882026-07-20T18:49:28.128Z Jul 20 18:49:26.626replacing 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 } }]
34892026-07-20T18:49:28.128ZDEBG
34902026-07-20T18:49:28.128Z DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
34912026-07-20T18:49:28.128Z
34922026-07-20T18:49:28.128ZJul 20 18:49:26.626 Jul 20 18:49:26.626INFO Jul 20 18:49:26.626Jul 20 18:49:26.626 Jul 20 18:49:26.626INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
34932026-07-20T18:49:28.128ZDEBGadding route 172.17.0.25/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
34942026-07-20T18:49:28.128Z
34952026-07-20T18:49:28.128ZJul 20 18:49:26.626 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 } }]
34962026-07-20T18:49:28.128ZJul 20 18:49:26.632 DEBG Jul 20 18:49:26.632replacing 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 } }]
34972026-07-20T18:49:28.128ZINFOJul 20 18:49:26.632 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
34982026-07-20T18:49:28.128Z Jul 20 18:49:26.632replacing 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 } }]
34992026-07-20T18:49:28.128ZINFO Jul 20 18:49:26.632 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 } }]
35002026-07-20T18:49:28.128Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
35012026-07-20T18:49:28.128ZJul 20 18:49:26.632Jul 20 18:49:26.632 INFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG
35022026-07-20T18:49:28.128ZJul 20 18:49:26.632 INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
35032026-07-20T18:49:28.128Z
35042026-07-20T18:49:28.128Zreplacing 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 } }]Jul 20 18:49:26.632
35052026-07-20T18:49:28.128Z DEBG Jul 20 18:49:26.632 Jul 20 18:49:26.632Jul 20 18:49:26.632DEBG INFOINFOreplacing 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 } }]
35062026-07-20T18:49:28.128Zadding route 3fff:beef:23::/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 } }]adding route 172.17.0.38/32 -> 10.0.0.255
35072026-07-20T18:49:28.128Z
35082026-07-20T18:49:28.128Z
35092026-07-20T18:49:28.128ZJul 20 18:49:26.632Jul 20 18:49:26.632 Jul 20 18:49:26.632 INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
35102026-07-20T18:49:28.128Z
35112026-07-20T18:49:28.129Z Jul 20 18:49:26.632replacing 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 } }]Jul 20 18:49:26.632
35122026-07-20T18:49:28.129Z Jul 20 18:49:26.632 DEBGDEBG Jul 20 18:49:26.632replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO
35132026-07-20T18:49:28.129Z 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:24::/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 } }]
35142026-07-20T18:49:28.129Z
35152026-07-20T18:49:28.129Z
35162026-07-20T18:49:28.129ZJul 20 18:49:26.632 Jul 20 18:49:26.632Jul 20 18:49:26.632 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255
35172026-07-20T18:49:28.129Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 20 18:49:26.632
35182026-07-20T18:49:28.129Z DEBGINFO Jul 20 18:49:26.632 adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:49:26.632
35192026-07-20T18:49:28.129Zreplacing 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
35202026-07-20T18:49:28.129Z 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
35212026-07-20T18:49:28.129ZJul 20 18:49:26.632 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
35222026-07-20T18:49:28.129Z 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 } }]Jul 20 18:49:26.632
35232026-07-20T18:49:28.129Z INFOJul 20 18:49:26.632 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:49:26.632
35242026-07-20T18:49:28.129Z INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255
35252026-07-20T18:49:28.129Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:49:26.632
35262026-07-20T18:49:28.129Z DEBGJul 20 18:49:26.632 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 } }]Jul 20 18:49:26.632
35272026-07-20T18:49:28.129Z Jul 20 18:49:26.632DEBG 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 } }]adding route 172.17.0.40/32 -> 10.0.0.255
35282026-07-20T18:49:28.129Z Jul 20 18:49:26.632replacing 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 } }]
35292026-07-20T18:49:28.129Z
35302026-07-20T18:49:28.129ZINFO Jul 20 18:49:26.632adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO
35312026-07-20T18:49:28.129Z Jul 20 18:49:26.632 Jul 20 18:49:26.632INFOJul 20 18:49:26.632 adding route 172.17.0.30/32 -> 10.0.0.255DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
35322026-07-20T18:49:28.129ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35332026-07-20T18:49:28.129Z
35342026-07-20T18:49:28.129ZJul 20 18:49:26.633 Jul 20 18:49:26.633DEBG
35352026-07-20T18:49:28.129Z INFO Jul 20 18:49:26.633 Jul 20 18:49:26.633INFOreplacing 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.41/32 -> 10.0.0.255 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
35362026-07-20T18:49:28.129Z
35372026-07-20T18:49:28.129Zreplacing 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 } }]
35382026-07-20T18:49:28.130Z
35392026-07-20T18:49:28.130ZJul 20 18:49:26.633 Jul 20 18:49:26.633DEBG 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 } }]
35402026-07-20T18:49:28.130Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
35412026-07-20T18:49:28.130Zadding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:49:26.633
35422026-07-20T18:49:28.130Z DEBG Jul 20 18:49:26.633replacing 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 } }] Jul 20 18:49:26.633Jul 20 18:49:26.633
35432026-07-20T18:49:28.130ZINFO INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
35442026-07-20T18:49:28.130Z
35452026-07-20T18:49:28.130ZJul 20 18:49:26.633 INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:49:26.633
35462026-07-20T18:49:28.130ZJul 20 18:49:26.633adding route 172.17.0.42/32 -> 10.0.0.255
35472026-07-20T18:49:28.130ZDEBG 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
35482026-07-20T18:49:28.130Z 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 } }]Jul 20 18:49:26.633
35492026-07-20T18:49:28.130Z INFOJul 20 18:49:26.633 adding route 172.17.0.32/32 -> 10.0.0.255Jul 20 18:49:26.633DEBG
35502026-07-20T18:49:28.130Z Jul 20 18:49:26.633INFO INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
35512026-07-20T18:49:28.130Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:49:26.643
35522026-07-20T18:49:28.130Z DEBG
35532026-07-20T18:49:28.130Zreplacing 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 } }]
35542026-07-20T18:49:28.130ZJul 20 18:49:26.643 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 20 18:49:26.643
35552026-07-20T18:49:28.130Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
35562026-07-20T18:49:28.130ZJul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643replacing 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 } }]
35572026-07-20T18:49:28.130ZDEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:49:26.643
35582026-07-20T18:49:28.130Z
35592026-07-20T18:49:28.130Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
35602026-07-20T18:49:28.130ZJul 20 18:49:26.643 INFOJul 20 18:49:26.643 Jul 20 18:49:26.643 adding route 172.17.0.33/32 -> 10.0.0.255 DEBGINFO
35612026-07-20T18:49:28.130Zreplacing 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 } }]
35622026-07-20T18:49:28.130Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
35632026-07-20T18:49:28.130ZJul 20 18:49:26.643 Jul 20 18:49:26.643DEBG 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 } }]
35642026-07-20T18:49:28.130Zreplacing 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 } }]
35652026-07-20T18:49:28.130ZJul 20 18:49:26.643Jul 20 18:49:26.643 Jul 20 18:49:26.643INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.34/32 -> 10.0.0.255
35662026-07-20T18:49:28.130Z
35672026-07-20T18:49:28.130ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
35682026-07-20T18:49:28.130ZJul 20 18:49:26.643 DEBG Jul 20 18:49:26.643Jul 20 18:49:26.643replacing 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 } }]
35692026-07-20T18:49:28.130ZDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35702026-07-20T18:49:28.130Z Jul 20 18:49:26.643replacing 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 } }]
35712026-07-20T18:49:28.130ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 20 18:49:26.643
35722026-07-20T18:49:28.130Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
35732026-07-20T18:49:28.131ZJul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
35742026-07-20T18:49:28.131ZDEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }]
35752026-07-20T18:49:28.131ZJul 20 18:49:26.643
35762026-07-20T18:49:28.131Z INFO Jul 20 18:49:26.643adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
35772026-07-20T18:49:28.131ZDEBG 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 } }]
35782026-07-20T18:49:28.131ZJul 20 18:49:26.643 Jul 20 18:49:26.643DEBG Jul 20 18:49:26.643INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
35792026-07-20T18:49:28.131ZINFO
35802026-07-20T18:49:28.131Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
35812026-07-20T18:49:28.131ZJul 20 18:49:26.643 INFOJul 20 18:49:26.643 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGJul 20 18:49:26.643
35822026-07-20T18:49:28.131Z 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 } }]
35832026-07-20T18:49:28.135Zreplacing 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 } }]
35842026-07-20T18:49:28.135ZJul 20 18:49:26.643 DEBG Jul 20 18:49:26.643replacing 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
35852026-07-20T18:49:28.135Z adding route 172.17.0.37/32 -> 10.0.0.255Jul 20 18:49:26.643
35862026-07-20T18:49:28.135Z INFOJul 20 18:49:26.643 Jul 20 18:49:26.643adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
35872026-07-20T18:49:28.135Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
35882026-07-20T18:49:28.135Z 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 } }]
35892026-07-20T18:49:28.135ZJul 20 18:49:26.643 DEBGJul 20 18:49:26.643 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
35902026-07-20T18:49:28.135Z adding route 172.17.0.38/32 -> 10.0.0.255
35912026-07-20T18:49:28.135ZJul 20 18:49:26.643 Jul 20 18:49:26.643DEBG INFOJul 20 18:49:26.643replacing 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 } }]
35922026-07-20T18:49:28.135ZDEBG adding route 3fff:beef:30::/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 } }]
35932026-07-20T18:49:28.135ZJul 20 18:49:26.643
35942026-07-20T18:49:28.135Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:49:26.643
35952026-07-20T18:49:28.135Z 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 } }]
35962026-07-20T18:49:28.135ZJul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643 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 } }] INFOadding route 172.17.0.39/32 -> 10.0.0.255
35972026-07-20T18:49:28.135Z
35982026-07-20T18:49:28.135Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
35992026-07-20T18:49:28.135ZJul 20 18:49:26.643Jul 20 18:49:26.643 DEBGDEBG Jul 20 18:49:26.643replacing 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 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 } }]
36002026-07-20T18:49:28.135Z
36012026-07-20T18:49:28.135ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
36022026-07-20T18:49:28.135ZJul 20 18:49:26.643
36032026-07-20T18:49:28.135ZJul 20 18:49:26.643INFOJul 20 18:49:26.643 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Jul 20 18:49:26.643
36042026-07-20T18:49:28.135Z 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 } }]INFOINFO
36052026-07-20T18:49:28.136Z adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
36062026-07-20T18:49:28.136Z
36072026-07-20T18:49:28.136ZJul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643Jul 20 18:49:26.643replacing 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 } }] INFODEBG
36082026-07-20T18:49:28.136Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
36092026-07-20T18:49:28.136Zreplacing 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 } }]
36102026-07-20T18:49:28.136ZDEBG Jul 20 18:49:26.643replacing 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 } }] Jul 20 18:49:26.643DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.643
36112026-07-20T18:49:28.136Z adding route 172.17.0.41/32 -> 10.0.0.255INFO
36122026-07-20T18:49:28.136Z
36132026-07-20T18:49:28.136Zadding route 172.17.0.44/32 -> 10.0.0.255
36142026-07-20T18:49:28.136ZJul 20 18:49:26.643 Jul 20 18:49:26.643INFOJul 20 18:49:26.643 Jul 20 18:49:26.643INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
36152026-07-20T18:49:28.136Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
36162026-07-20T18:49:28.136Z 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.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 } }]
36172026-07-20T18:49:28.136Z
36182026-07-20T18:49:28.136ZJul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 DEBGINFO INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36192026-07-20T18:49:28.136ZDEBGadding route 172.17.0.45/32 -> 10.0.0.255
36202026-07-20T18:49:28.136Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
36212026-07-20T18:49:28.136Z
36222026-07-20T18:49:28.136ZJul 20 18:49:26.643 Jul 20 18:49:26.643INFOJul 20 18:49:26.643 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
36232026-07-20T18:49:28.136ZJul 20 18:49:26.643replacing 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 } }] INFODEBG
36242026-07-20T18:49:28.136ZJul 20 18:49:26.643adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG
36252026-07-20T18:49:28.136Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:49:26.643
36262026-07-20T18:49:28.136ZJul 20 18:49:26.643
36272026-07-20T18:49:28.136Z 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 } }] Jul 20 18:49:26.643adding route 172.17.0.46/32 -> 10.0.0.255
36282026-07-20T18:49:28.136ZINFO
36292026-07-20T18:49:28.136ZJul 20 18:49:26.643adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
36302026-07-20T18:49:28.136ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
36312026-07-20T18:49:28.136ZJul 20 18:49:26.643Jul 20 18:49:26.643 Jul 20 18:49:26.643DEBGJul 20 18:49:26.643 INFO DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36322026-07-20T18:49:28.136ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
36332026-07-20T18:49:28.136Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:49:26.643
36342026-07-20T18:49:28.136Z
36352026-07-20T18:49:28.136ZINFOJul 20 18:49:26.643 adding route 172.17.0.47/32 -> 10.0.0.255INFOJul 20 18:49:26.643
36362026-07-20T18:49:28.136ZJul 20 18:49:26.643 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
36372026-07-20T18:49:28.136ZDEBG 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 } }]
36382026-07-20T18:49:28.136ZJul 20 18:49:26.643Jul 20 18:49:26.643 DEBGDEBG Jul 20 18:49:26.643replacing 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: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 } }]
36392026-07-20T18:49:28.136ZINFO adding route 172.17.0.44/32 -> 10.0.0.255INFO
36402026-07-20T18:49:28.136Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
36412026-07-20T18:49:28.136ZJul 20 18:49:26.643
36422026-07-20T18:49:28.136Z INFOJul 20 18:49:26.643 Jul 20 18:49:26.643DEBGadding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:49:26.643
36432026-07-20T18:49:28.136Z failed to allocate space for the new target listDEBGDEBG
36442026-07-20T18:49:28.137Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36452026-07-20T18:49:28.137Z
36462026-07-20T18:49:28.137ZJul 20 18:49:26.643 DEBGJul 20 18:49:26.643Jul 20 18:49:26.643 Jul 20 18:49:26.643 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.45/32 -> 10.0.0.255
36472026-07-20T18:49:28.137Z
36482026-07-20T18:49:28.137Z
36492026-07-20T18:49:28.137Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:49:26.643
36502026-07-20T18:49:28.137ZJul 20 18:49:26.643 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255Jul 20 18:49:26.643
36512026-07-20T18:49:28.137Z
36522026-07-20T18:49:28.137ZDEBG 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 } }]
36532026-07-20T18:49:28.137ZJul 20 18:49:26.643Jul 20 18:49:26.643 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 } }]
36542026-07-20T18:49:28.137Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
36552026-07-20T18:49:28.137ZJul 20 18:49:26.643 INFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 20 18:49:26.643
36562026-07-20T18:49:28.137Z 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 } }]
36572026-07-20T18:49:28.137ZJul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 INFODEBG INFOadding route 172.17.0.46/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 } }]
36582026-07-20T18:49:28.137Z
36592026-07-20T18:49:28.137Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
36602026-07-20T18:49:28.137ZJul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 DEBG INFOreplacing 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
36612026-07-20T18:49:28.137Z adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36622026-07-20T18:49:28.137Z
36632026-07-20T18:49:28.137ZJul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
36642026-07-20T18:49:28.137Z
36652026-07-20T18:49:28.137Ztest route::tests::delete_targets_full ... ok
36662026-07-20T18:49:28.137Ztest route::tests::add_target_fails_full ... ok
36672026-07-20T18:49:28.137Zreplacing 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 } }]
36682026-07-20T18:49:28.137ZJul 20 18:49:26.644 Jul 20 18:49:26.653 INFO adding route 172.17.0.52/32 -> 10.0.0.255
36692026-07-20T18:49:28.137ZDEBG created new freemapJul 20 18:49:26.653Jul 20 18:49:26.644 DEBG DEBG, unit : freemap_route_ipv4
36702026-07-20T18:49:28.137Zreplacing 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 } }]
36712026-07-20T18:49:28.137ZJul 20 18:49:26.653 Jul 20 18:49:26.653DEBG INFOcreated new freemap , adding route 172.17.0.53/32 -> 10.0.0.255unit
36722026-07-20T18:49:28.137Z: freemap_route_ipv6
36732026-07-20T18:49:28.137ZJul 20 18:49:26.653 DEBG initted freemap. size: 64Jul 20 18:49:26.653, unitDEBG: 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 } }]freemap_route_ipv4
36742026-07-20T18:49:28.137Z
36752026-07-20T18:49:28.137ZJul 20 18:49:26.653Jul 20 18:49:26.653 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255reset freemap
36762026-07-20T18:49:28.137Z, unit: freemap_route_ipv4Jul 20 18:49:26.653
36772026-07-20T18:49:28.137Z 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 } }]
36782026-07-20T18:49:28.137ZJul 20 18:49:26.653 DEBG initted freemap. size: 64Jul 20 18:49:26.653, unitINFO: adding route 172.17.0.55/32 -> 10.0.0.255freemap_route_ipv6
36792026-07-20T18:49:28.137Z
36802026-07-20T18:49:28.137ZJul 20 18:49:26.653Jul 20 18:49:26.653 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 } }]reset freemap
36812026-07-20T18:49:28.137Z, unit: freemap_route_ipv6Jul 20 18:49:26.653
36822026-07-20T18:49:28.138Z INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 20 18:49:26.644
36832026-07-20T18:49:28.142ZJul 20 18:49:26.653 DEBGINFOJul 20 18:49:26.653 adding route 172.16.0.0/32 -> 10.0.0.1
36842026-07-20T18:49:28.142Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
36852026-07-20T18:49:28.142Z 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 } }]
36862026-07-20T18:49:28.142ZJul 20 18:49:26.653 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 } }]Jul 20 18:49:26.653
36872026-07-20T18:49:28.142Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
36882026-07-20T18:49:28.142ZJul 20 18:49:26.653 INFO Jul 20 18:49:26.653adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:49:26.653
36892026-07-20T18:49:28.142Z INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }]
36902026-07-20T18:49:28.142Z
36912026-07-20T18:49:28.142ZJul 20 18:49:26.653Jul 20 18:49:26.653 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: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 } }]
36922026-07-20T18:49:28.142ZJul 20 18:49:26.653
36932026-07-20T18:49:28.142Z INFOJul 20 18:49:26.653 adding route 172.17.0.58/32 -> 10.0.0.255INFOJul 20 18:49:26.653
36942026-07-20T18:49:28.142Z INFOadding route 172.17.0.0/32 -> 10.0.0.255
36952026-07-20T18:49:28.142Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
36962026-07-20T18:49:28.142ZJul 20 18:49:26.653 Jul 20 18:49:26.653DEBG 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 } }]
36972026-07-20T18:49:28.142Zreplacing 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 } }]Jul 20 18:49:26.653
36982026-07-20T18:49:28.142Z DEBGJul 20 18:49:26.653 Jul 20 18:49:26.653INFO 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 } }]DEBGadding route 172.17.0.1/32 -> 10.0.0.255
36992026-07-20T18:49:28.142Z
37002026-07-20T18:49:28.142Zfailed to allocate space for the new target list
37012026-07-20T18:49:28.142ZJul 20 18:49:26.653Jul 20 18:49:26.653 DEBGDEBG Jul 20 18:49:26.653replacing targets for 3fff:dead::/64 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 } }]
37022026-07-20T18:49:28.142ZINFOreplacing 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.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.59/32 -> 10.0.0.255
37032026-07-20T18:49:28.142Z
37042026-07-20T18:49:28.143Z
37052026-07-20T18:49:28.143ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255Jul 20 18:49:26.654replacing 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 } }]
37062026-07-20T18:49:28.143ZINFO
37072026-07-20T18:49:28.143Z adding route 172.17.0.48/32 -> 10.0.0.255
37082026-07-20T18:49:28.143ZJul 20 18:49:26.654 Jul 20 18:49:26.654DEBGJul 20 18:49:26.654 DEBGINFOreplacing 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 } }]
37092026-07-20T18:49:28.143Z adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37102026-07-20T18:49:28.143Z
37112026-07-20T18:49:28.143ZJul 20 18:49:26.654 Jul 20 18:49:26.654Jul 20 18:49:26.654INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255
37122026-07-20T18:49:28.143ZINFO 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.49/32 -> 10.0.0.255
37132026-07-20T18:49:28.143Z
37142026-07-20T18:49:28.143ZJul 20 18:49:26.654Jul 20 18:49:26.654 Jul 20 18:49:26.654 DEBGDEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37152026-07-20T18:49:28.143Zfailed to allocate space for the new target listreplacing 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 } }]
37162026-07-20T18:49:28.143Z
37172026-07-20T18:49:28.143ZJul 20 18:49:26.654 Jul 20 18:49:26.654INFOJul 20 18:49:26.654 INFOadding route 172.17.0.4/32 -> 10.0.0.255 DEBG
37182026-07-20T18:49:28.143Z 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.2, vlan_id: None } }]
37192026-07-20T18:49:28.143Z
37202026-07-20T18:49:28.143ZJul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654
37212026-07-20T18:49:28.143Z 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 } }]
37222026-07-20T18:49:28.143ZJul 20 18:49:26.654 INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:49:26.654
37232026-07-20T18:49:28.143Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
37242026-07-20T18:49:28.143ZJul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654
37252026-07-20T18:49:28.143Z 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 } }]
37262026-07-20T18:49:28.143ZJul 20 18:49:26.654 INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 20 18:49:26.654
37272026-07-20T18:49:28.143Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
37282026-07-20T18:49:28.143ZJul 20 18:49:26.654 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 } }]
37292026-07-20T18:49:28.143ZJul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654
37302026-07-20T18:49:28.143Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
37312026-07-20T18:49:28.143ZJul 20 18:49:26.654 INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 20 18:49:26.654
37322026-07-20T18:49:28.143Z 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 } }]
37332026-07-20T18:49:28.143ZJul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654
37342026-07-20T18:49:28.143Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
37352026-07-20T18:49:28.143ZJul 20 18:49:26.654 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 20 18:49:26.654
37362026-07-20T18:49:28.143Z 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 } }]
37372026-07-20T18:49:28.143ZJul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654
37382026-07-20T18:49:28.143Z INFO adding route 172.17.0.9/32 -> 10.0.0.255
37392026-07-20T18:49:28.144ZJul 20 18:49:26.654 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 20 18:49:26.654
37402026-07-20T18:49:28.144Z 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 } }]
37412026-07-20T18:49:28.144ZJul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
37422026-07-20T18:49:28.144Z
37432026-07-20T18:49:28.144ZJul 20 18:49:26.654 INFO Jul 20 18:49:26.654 DEBG adding route 172.17.0.56/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 } }]
37442026-07-20T18:49:28.144Z
37452026-07-20T18:49:28.144ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37462026-07-20T18:49:28.144Z
37472026-07-20T18:49:28.144ZJul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
37482026-07-20T18:49:28.144Z
37492026-07-20T18:49:28.144ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.12/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 } }]
37502026-07-20T18:49:28.144Z
37512026-07-20T18:49:28.144ZJul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
37522026-07-20T18:49:28.145Z
37532026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.13/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 } }]
37542026-07-20T18:49:28.145Z
37552026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
37562026-07-20T18:49:28.145Z
37572026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 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.14/32 -> 10.0.0.255
37582026-07-20T18:49:28.145Z
37592026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37602026-07-20T18:49:28.145Z
37612026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 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.15/32 -> 10.0.0.255
37622026-07-20T18:49:28.145Z
37632026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37642026-07-20T18:49:28.145Z
37652026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 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.16/32 -> 10.0.0.255
37662026-07-20T18:49:28.145Z
37672026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.62/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 } }]
37682026-07-20T18:49:28.145Z
37692026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37702026-07-20T18:49:28.145Z
37712026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255
37722026-07-20T18:49:28.145Z
37732026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 } }]
37742026-07-20T18:49:28.145Z
37752026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
37762026-07-20T18:49:28.145Z
37772026-07-20T18:49:28.145ZJul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37782026-07-20T18:49:28.145Z
37792026-07-20T18:49:28.145ZJul 20 18:49:26.654 Jul 20 18:49:26.654DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37802026-07-20T18:49:28.145Zfailed to allocate space for the new target list
37812026-07-20T18:49:28.145ZJul 20 18:49:26.654 INFO adding route 172.17.0.20/32 -> 10.0.0.255
37822026-07-20T18:49:28.145ZJul 20 18:49:26.654 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 } }]
37832026-07-20T18:49:28.150ZJul 20 18:49:26.654 INFO adding route 172.17.0.21/32 -> 10.0.0.255
37842026-07-20T18:49:28.150ZJul 20 18:49:26.654 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 } }]
37852026-07-20T18:49:28.150ZJul 20 18:49:26.654 INFO adding route 172.17.0.22/32 -> 10.0.0.255
37862026-07-20T18:49:28.150ZJul 20 18:49:26.654 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 } }]
37872026-07-20T18:49:28.150ZJul 20 18:49:26.654Jul 20 18:49:26.661 DEBGINFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255,
37882026-07-20T18:49:28.150Zunit: freemap_route_ipv4
37892026-07-20T18:49:28.150ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 created new freemap, unit: freemap_route_ipv6
37902026-07-20T18:49:28.150Z Jul 20 18:49:26.661DEBG DEBG initted freemap. size: 64replacing 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 } }], unit: freemap_route_ipv4
37912026-07-20T18:49:28.150Z
37922026-07-20T18:49:28.150ZJul 20 18:49:26.661 DEBG reset freemap, unit: freemap_route_ipv4
37932026-07-20T18:49:28.150ZJul 20 18:49:26.661 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:49:26.661
37942026-07-20T18:49:28.150Z DEBG initted freemap. size: 64, Jul 20 18:49:26.661unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37952026-07-20T18:49:28.150Z
37962026-07-20T18:49:28.150ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGINFO reset freemapadding route 172.17.0.25/32 -> 10.0.0.255,
37972026-07-20T18:49:28.151Zunit: freemap_route_ipv6
37982026-07-20T18:49:28.151ZJul 20 18:49:26.661 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 } }]Jul 20 18:49:26.661
37992026-07-20T18:49:28.151Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
38002026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 20 18:49:26.661
38012026-07-20T18:49:28.151Z 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 } }]
38022026-07-20T18:49:28.151ZJul 20 18:49:26.661 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 } }]Jul 20 18:49:26.661
38032026-07-20T18:49:28.151Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
38042026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 20 18:49:26.661
38052026-07-20T18:49:28.151Z 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 } }]Jul 20 18:49:26.661
38062026-07-20T18:49:28.151Z 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 } }]
38072026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.16.0.0/32 -> 10.0.0.1INFO
38082026-07-20T18:49:28.151Z adding route 172.17.0.28/32 -> 10.0.0.255
38092026-07-20T18:49:28.151ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 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
38102026-07-20T18:49:28.151Z 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 } }]
38112026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.16.0.0/32 -> 10.0.0.2INFO
38122026-07-20T18:49:28.151Z adding route 172.17.0.29/32 -> 10.0.0.255
38132026-07-20T18:49:28.151ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
38142026-07-20T18:49:28.151Z 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 } }]
38152026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.0/32 -> 10.0.0.255INFO
38162026-07-20T18:49:28.151Z adding route 172.17.0.30/32 -> 10.0.0.255
38172026-07-20T18:49:28.151ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 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 } }]DEBG
38182026-07-20T18:49:28.151Z 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 } }]
38192026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.1/32 -> 10.0.0.255INFO
38202026-07-20T18:49:28.151Z adding route 172.17.0.31/32 -> 10.0.0.255
38212026-07-20T18:49:28.151ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 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
38222026-07-20T18:49:28.151Z 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 } }]
38232026-07-20T18:49:28.151ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.2/32 -> 10.0.0.255INFO
38242026-07-20T18:49:28.151Z adding route 172.17.0.32/32 -> 10.0.0.255
38252026-07-20T18:49:28.151ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38262026-07-20T18:49:28.151Z 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 } }]
38272026-07-20T18:49:28.152ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.3/32 -> 10.0.0.255INFO
38282026-07-20T18:49:28.152Z adding route 172.17.0.33/32 -> 10.0.0.255
38292026-07-20T18:49:28.152ZJul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38302026-07-20T18:49:28.152Z 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 } }]
38312026-07-20T18:49:28.152ZJul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.4/32 -> 10.0.0.255INFO
38322026-07-20T18:49:28.152Z adding route 172.17.0.34/32 -> 10.0.0.255
38332026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38342026-07-20T18:49:28.153Zreplacing 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 } }]
38352026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
38362026-07-20T18:49:28.153Zadding route 172.17.0.35/32 -> 10.0.0.255
38372026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661DEBG DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38382026-07-20T18:49:28.153Zreplacing 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 } }]
38392026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
38402026-07-20T18:49:28.153Zadding route 172.17.0.36/32 -> 10.0.0.255
38412026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38422026-07-20T18:49:28.153Ztest route::tests::delete_target_full ... ok
38432026-07-20T18:49:28.153Zreplacing 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 } }]
38442026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
38452026-07-20T18:49:28.153Zadding route 172.17.0.37/32 -> 10.0.0.255
38462026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }]
38472026-07-20T18:49:28.153Zreplacing 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 } }]
38482026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
38492026-07-20T18:49:28.153Zadding route 172.17.0.38/32 -> 10.0.0.255
38502026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }]
38512026-07-20T18:49:28.153Zreplacing 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 } }]
38522026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255
38532026-07-20T18:49:28.153Zadding route 172.17.0.39/32 -> 10.0.0.255
38542026-07-20T18:49:28.153ZJul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }]
38552026-07-20T18:49:28.153Zreplacing 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 } }]
38562026-07-20T18:49:28.153ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
38572026-07-20T18:49:28.153Z
38582026-07-20T18:49:28.153ZJul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }]
38592026-07-20T18:49:28.153Z
38602026-07-20T18:49:28.153ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
38612026-07-20T18:49:28.153Z
38622026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }]
38632026-07-20T18:49:28.154Z
38642026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
38652026-07-20T18:49:28.154Z
38662026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38672026-07-20T18:49:28.154Z
38682026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
38692026-07-20T18:49:28.154Z
38702026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }]
38712026-07-20T18:49:28.154Z
38722026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
38732026-07-20T18:49:28.154Z
38742026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38752026-07-20T18:49:28.154Z
38762026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
38772026-07-20T18:49:28.154Z
38782026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38792026-07-20T18:49:28.154Z
38802026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
38812026-07-20T18:49:28.154Z
38822026-07-20T18:49:28.154ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38832026-07-20T18:49:28.158Z
38842026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
38852026-07-20T18:49:28.158Z
38862026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38872026-07-20T18:49:28.158Z
38882026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
38892026-07-20T18:49:28.158Z
38902026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38912026-07-20T18:49:28.158Z
38922026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
38932026-07-20T18:49:28.158Z
38942026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 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 } }]
38952026-07-20T18:49:28.158Z
38962026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
38972026-07-20T18:49:28.158Z
38982026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38992026-07-20T18:49:28.158Z
39002026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
39012026-07-20T18:49:28.158Z
39022026-07-20T18:49:28.158ZJul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39032026-07-20T18:49:28.158Z
39042026-07-20T18:49:28.159ZJul 20 18:49:26.671 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39052026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.52/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 } }]
39062026-07-20T18:49:28.159Z
39072026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
39082026-07-20T18:49:28.159Z
39092026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.53/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 } }]
39102026-07-20T18:49:28.159Z
39112026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
39122026-07-20T18:49:28.159Z
39132026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39142026-07-20T18:49:28.159Z
39152026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39162026-07-20T18:49:28.159Z
39172026-07-20T18:49:28.159ZJul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
39182026-07-20T18:49:28.160Z
39192026-07-20T18:49:28.160ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39202026-07-20T18:49:28.160Z
39212026-07-20T18:49:28.160ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.56/32 -> 10.0.0.255
39222026-07-20T18:49:28.160Z
39232026-07-20T18:49:28.160ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.27/32 -> 10.0.0.255
39242026-07-20T18:49:28.160Z
39252026-07-20T18:49:28.160ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.57/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 } }]
39262026-07-20T18:49:28.160Z
39272026-07-20T18:49:28.160ZJul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
39282026-07-20T18:49:28.160Z
39292026-07-20T18:49:28.160ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.58/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 } }]
39302026-07-20T18:49:28.160Z
39312026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.29/32 -> 10.0.0.255
39322026-07-20T18:49:28.161Z
39332026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.59/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 } }]
39342026-07-20T18:49:28.161Z
39352026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.30/32 -> 10.0.0.255
39362026-07-20T18:49:28.161Z
39372026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.60/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 } }]
39382026-07-20T18:49:28.161Z
39392026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.31/32 -> 10.0.0.255
39402026-07-20T18:49:28.161Z
39412026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.61/32 -> 10.0.0.255
39422026-07-20T18:49:28.161Z
39432026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39442026-07-20T18:49:28.161Z
39452026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 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.62/32 -> 10.0.0.255
39462026-07-20T18:49:28.161Z
39472026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39482026-07-20T18:49:28.161Z
39492026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 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 } }]
39502026-07-20T18:49:28.161Z
39512026-07-20T18:49:28.161ZJul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
39522026-07-20T18:49:28.161Z
39532026-07-20T18:49:28.161ZJul 20 18:49:26.671 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 } }]
39542026-07-20T18:49:28.161ZJul 20 18:49:26.671 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39552026-07-20T18:49:28.161ZJul 20 18:49:26.671 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 } }]
39562026-07-20T18:49:28.161ZJul 20 18:49:26.671 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39572026-07-20T18:49:28.161ZJul 20 18:49:26.671 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-07-20T18:49:28.161ZJul 20 18:49:26.671 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39592026-07-20T18:49:28.161Ztest route::tests::delete_targets_fragmented ... ok
39602026-07-20T18:49:28.161ZJul 20 18:49:26.671 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 } }]
39612026-07-20T18:49:28.161ZJul 20 18:49:26.671 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39622026-07-20T18:49:28.161Z
39632026-07-20T18:49:28.161Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
39642026-07-20T18:49:28.161Z
39652026-07-20T18:49:28.161ZJul 20 18:49:26.671 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 } }]
39662026-07-20T18:49:28.161ZJul 20 18:49:26.679 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39672026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39682026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39692026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39702026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39712026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39722026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39732026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39742026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39752026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39762026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39772026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39782026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39792026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39802026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39812026-07-20T18:49:28.162ZJul 20 18:49:26.679 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 } }]
39822026-07-20T18:49:28.162ZJul 20 18:49:26.679 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39832026-07-20T18:49:28.166ZJul 20 18:49:26.679 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 } }]
39842026-07-20T18:49:28.166ZJul 20 18:49:26.679 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39852026-07-20T18:49:28.166ZJul 20 18:49:26.679 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 } }]
39862026-07-20T18:49:28.166ZJul 20 18:49:26.679 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39872026-07-20T18:49:28.166ZJul 20 18:49:26.679 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 } }]
39882026-07-20T18:49:28.166ZJul 20 18:49:26.679 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39892026-07-20T18:49:28.166ZJul 20 18:49:26.679 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 } }]
39902026-07-20T18:49:28.166ZJul 20 18:49:26.679 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39912026-07-20T18:49:28.166ZJul 20 18:49:26.679 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 } }]
39922026-07-20T18:49:28.166ZJul 20 18:49:26.679 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39932026-07-20T18:49:28.166ZJul 20 18:49:26.679 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 } }]
39942026-07-20T18:49:28.166ZJul 20 18:49:26.680 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39952026-07-20T18:49:28.166ZJul 20 18:49:26.680 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 } }]
39962026-07-20T18:49:28.166ZJul 20 18:49:26.680 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39972026-07-20T18:49:28.166ZJul 20 18:49:26.680 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 } }]
39982026-07-20T18:49:28.166ZJul 20 18:49:26.680 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39992026-07-20T18:49:28.166ZJul 20 18:49:26.680 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 } }]
40002026-07-20T18:49:28.166ZJul 20 18:49:26.680 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40012026-07-20T18:49:28.166ZJul 20 18:49:26.680 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 } }]
40022026-07-20T18:49:28.166ZJul 20 18:49:26.680 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40032026-07-20T18:49:28.166ZJul 20 18:49:26.680 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 } }]
40042026-07-20T18:49:28.166ZJul 20 18:49:26.680 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40052026-07-20T18:49:28.167ZJul 20 18:49:26.680 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 } }]
40062026-07-20T18:49:28.167ZJul 20 18:49:26.680 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40072026-07-20T18:49:28.167ZJul 20 18:49:26.680 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 } }]
40082026-07-20T18:49:28.167ZJul 20 18:49:26.680 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40092026-07-20T18:49:28.167ZJul 20 18:49:26.680 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 } }]
40102026-07-20T18:49:28.167ZJul 20 18:49:26.680 DEBG failed to allocate space for the new target list
40112026-07-20T18:49:28.167ZJul 20 18:49:26.680 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 } }]
40122026-07-20T18:49:28.167Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a684dcc8df259f68)
40132026-07-20T18:49:28.167Z
40142026-07-20T18:49:28.167Zrunning 0 tests
40152026-07-20T18:49:28.167Z
40162026-07-20T18:49:28.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40172026-07-20T18:49:28.167Z
40182026-07-20T18:49:28.167Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8)
40192026-07-20T18:49:28.167Z
40202026-07-20T18:49:28.167Zrunning 0 tests
40212026-07-20T18:49:28.167Z
40222026-07-20T18:49:28.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40232026-07-20T18:49:28.167Z
40242026-07-20T18:49:28.167Z Running unittests src/lib.rs (target/debug/deps/dpd_client-93e55afa6a106351)
40252026-07-20T18:49:28.167Z
40262026-07-20T18:49:28.167Zrunning 6 tests
40272026-07-20T18:49:28.167Ztest tests::test_full_lot_id_neither_present ... ok
40282026-07-20T18:49:28.167Ztest tests::test_full_lot_id_both_present ... ok
40292026-07-20T18:49:28.167Ztest tests::test_parse_client_port_id ... ok
40302026-07-20T18:49:28.167Ztest tests::test_port_id_cmp ... ok
40312026-07-20T18:49:28.167Ztest tests::test_full_lot_id_lotnum_only ... ok
40322026-07-20T18:49:28.167Ztest tests::test_full_lot_id_lot_only ... ok
40332026-07-20T18:49:28.167Z
40342026-07-20T18:49:28.167Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40352026-07-20T18:49:28.167Z
40362026-07-20T18:49:28.167Z Running tests/test_all.rs (target/debug/deps/test_all-1ffdebd4e62e4b5d)
40372026-07-20T18:49:28.167Z
40382026-07-20T18:49:28.167Zrunning 0 tests
40392026-07-20T18:49:28.167Z
40402026-07-20T18:49:28.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40412026-07-20T18:49:28.167Z
40422026-07-20T18:49:28.167Z Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98)
40432026-07-20T18:49:28.167Z
40442026-07-20T18:49:28.168Zrunning 0 tests
40452026-07-20T18:49:28.168Z
40462026-07-20T18:49:28.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40472026-07-20T18:49:28.168Z
40482026-07-20T18:49:28.168Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a)
40492026-07-20T18:49:28.168Z
40502026-07-20T18:49:28.168Zrunning 0 tests
40512026-07-20T18:49:28.168Z
40522026-07-20T18:49:28.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40532026-07-20T18:49:28.168Z
40542026-07-20T18:49:28.168Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40552026-07-20T18:49:28.168Z
40562026-07-20T18:49:28.168Zrunning 12 tests
40572026-07-20T18:49:28.168Ztest icmp::test_v4_checksum ... ok
40582026-07-20T18:49:28.168Ztest ipv6::test_ipv6_parse ... ok
40592026-07-20T18:49:28.168Ztest icmp::test_v6_checksum ... ok
40602026-07-20T18:49:28.168Ztest lldp::test_lldp_parse ... ok
40612026-07-20T18:49:28.168Ztest pbuf::test_byte ... ok
40622026-07-20T18:49:28.168Ztest pbuf::test_nibble ... ok
40632026-07-20T18:49:28.168Ztest pbuf::test_overflow ... ok
40642026-07-20T18:49:28.168Ztest pbuf::test_short ... ok
40652026-07-20T18:49:28.168Ztest pbuf::test_twelve ... ok
40662026-07-20T18:49:28.168Ztest pbuf::test_word ... ok
40672026-07-20T18:49:28.168Ztest tcp::test_checksum_syn_nodata ... ok
40682026-07-20T18:49:28.168Ztest tcp::test_checksum_ack_data ... ok
40692026-07-20T18:49:28.168Z
40702026-07-20T18:49:28.168Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40712026-07-20T18:49:28.168Z
40722026-07-20T18:49:28.168Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40732026-07-20T18:49:28.168Z
40742026-07-20T18:49:28.168Zrunning 0 tests
40752026-07-20T18:49:28.168Z
40762026-07-20T18:49:28.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40772026-07-20T18:49:28.168Z
40782026-07-20T18:49:28.168Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
40792026-07-20T18:49:28.168Z
40802026-07-20T18:49:28.168Zrunning 5 tests
40812026-07-20T18:49:28.168Ztest switchport::test::test_compute_lanes ... ok
40822026-07-20T18:49:28.169Ztest switchport::test::port_id_ordering ... ok
40832026-07-20T18:49:28.172Z Lane 0 Lane 1 Lane 2 Lane 3
40842026-07-20T18:49:28.172Z Lane 0 Rx Loss-of-lock: Yes Lane 1Yes Lane 2 YesLane 3 Yes
40852026-07-20T18:49:28.172Z
40862026-07-20T18:49:28.172Z State: Activated Rx Loss-of-signal: Yes ActivatedYes Activated YesActivated
40872026-07-20T18:49:28.173ZYes
40882026-07-20T18:49:28.173Z Rx Output Enabled: false Rx CDR Enabled: Yes falseYes Yesfalse Yes
40892026-07-20T18:49:28.173Zfalse
40902026-07-20T18:49:28.173Z Rx Output Status: valid Tx Enabled: Yes validYes Yesvalid Yesvalid
40912026-07-20T18:49:28.173Z
40922026-07-20T18:49:28.173Z Rx Loss-of-lock: true Tx Loss-of-lock: No trueNo true Notrue
40932026-07-20T18:49:28.173ZNo Rx Loss-of-signal: false
40942026-07-20T18:49:28.173Z Tx Loss-of-signal: Nofalse Nofalse falseNo
40952026-07-20T18:49:28.173Z Rx Auto-squelch Disable: trueNo
40962026-07-20T18:49:28.173Ztrue Tx CDR Enabled: No trueNo trueNo
40972026-07-20T18:49:28.173Z No
40982026-07-20T18:49:28.173Z Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo true Notrue
40992026-07-20T18:49:28.173ZNo
41002026-07-20T18:49:28.173Z Tx Output Status: invalid Tx Fault: Yesinvalid Yesinvalid invalidYes
41012026-07-20T18:49:28.173Z Tx Loss-of-lock: falseYes
41022026-07-20T18:49:28.173Zfalse false false
41032026-07-20T18:49:28.173Z Tx Loss-of-signal: true true true true
41042026-07-20T18:49:28.173ZTx Auto-squelch Disable: false false false false
41052026-07-20T18:49:28.173Z Tx Adaptive EQ Fail: true true true true
41062026-07-20T18:49:28.173Z Tx Failure: false false false false
41072026-07-20T18:49:28.173Z Tx Force Squelch: true true true true
41082026-07-20T18:49:28.173Z Tx Input Polarity: normal normal normal normal
41092026-07-20T18:49:28.173Ztest switchport::test::test_print_sff_datapath ... ok
41102026-07-20T18:49:28.173Ztest switchport::test::test_print_cmis_datapath ... ok
41112026-07-20T18:49:28.173Ztest link::test_filter ... ok
41122026-07-20T18:49:28.173Z
41132026-07-20T18:49:28.173Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41142026-07-20T18:49:28.173Z
41152026-07-20T18:49:28.173Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
41162026-07-20T18:49:28.173Z
41172026-07-20T18:49:28.173Zrunning 1 test
41182026-07-20T18:49:28.173Ztest test_p4_counter_list ... ignored
41192026-07-20T18:49:28.173Z
41202026-07-20T18:49:28.173Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41212026-07-20T18:49:28.173Z
41222026-07-20T18:49:28.173Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
41232026-07-20T18:49:28.173Z
41242026-07-20T18:49:28.173Zrunning 5 tests
41252026-07-20T18:49:28.174Ztest test_an ... ignored
41262026-07-20T18:49:28.174Ztest test_enable ... ignored
41272026-07-20T18:49:28.174Ztest test_ip_addresses ... ignored
41282026-07-20T18:49:28.174Ztest test_kr ... ignored
41292026-07-20T18:49:28.174Ztest test_mac ... ignored
41302026-07-20T18:49:28.174Z
41312026-07-20T18:49:28.174Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41322026-07-20T18:49:28.174Z
41332026-07-20T18:49:28.174Z Running unittests src/main.rs (target/debug/deps/tfportd-59ab80d49235ce69)
41342026-07-20T18:49:28.174Z
41352026-07-20T18:49:28.174Zrunning 3 tests
41362026-07-20T18:49:28.174Ztest linklocal::test_parse_ipadm ... ok
41372026-07-20T18:49:28.174Ztest tfport::test_parse_tfport ... ok
41382026-07-20T18:49:28.174Ztest config::tests::test_updates ... ok
41392026-07-20T18:49:28.174Z
41402026-07-20T18:49:28.174Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41412026-07-20T18:49:28.174Z
41422026-07-20T18:49:28.174Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41432026-07-20T18:49:28.174Z
41442026-07-20T18:49:28.174Zrunning 0 tests
41452026-07-20T18:49:28.174Z
41462026-07-20T18:49:28.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41472026-07-20T18:49:28.174Z
41482026-07-20T18:49:28.174Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
41492026-07-20T18:49:28.174Z
41502026-07-20T18:49:28.174Zrunning 0 tests
41512026-07-20T18:49:28.174Z
41522026-07-20T18:49:28.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41532026-07-20T18:49:28.174Z
41542026-07-20T18:49:28.174Z Doc-tests aal
41552026-07-20T18:49:28.296Z
41562026-07-20T18:49:28.296Zrunning 0 tests
41572026-07-20T18:49:28.296Z
41582026-07-20T18:49:28.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41592026-07-20T18:49:28.296Z
41602026-07-20T18:49:28.312Z Doc-tests aal_macros
41612026-07-20T18:49:28.380Z
41622026-07-20T18:49:28.380Zrunning 0 tests
41632026-07-20T18:49:28.380Z
41642026-07-20T18:49:28.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41652026-07-20T18:49:28.380Z
41662026-07-20T18:49:28.390Z Doc-tests common
41672026-07-20T18:49:28.621Z
41682026-07-20T18:49:28.621Zrunning 0 tests
41692026-07-20T18:49:28.621Z
41702026-07-20T18:49:28.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41712026-07-20T18:49:28.621Z
41722026-07-20T18:49:28.641Z Doc-tests dpd_api
41732026-07-20T18:49:29.377Z
41742026-07-20T18:49:29.377Zrunning 2 tests
41752026-07-20T18:49:29.378Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41762026-07-20T18:49:29.378Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41772026-07-20T18:49:29.378Z
41782026-07-20T18:49:29.378Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41792026-07-20T18:49:29.378Z
41802026-07-20T18:49:29.408Z Doc-tests dpd_client
41812026-07-20T18:49:30.719Z
41822026-07-20T18:49:30.719Zrunning 0 tests
41832026-07-20T18:49:30.719Z
41842026-07-20T18:49:30.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41852026-07-20T18:49:30.719Z
41862026-07-20T18:49:30.763Z Doc-tests dpd_types
41872026-07-20T18:49:30.979Z
41882026-07-20T18:49:30.980Zrunning 0 tests
41892026-07-20T18:49:30.980Z
41902026-07-20T18:49:30.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41912026-07-20T18:49:30.980Z
41922026-07-20T18:49:31.004Z Doc-tests dpd_types_versions
41932026-07-20T18:49:32.230Z
41942026-07-20T18:49:32.230Zrunning 1 test
41952026-07-20T18:49:32.230Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41962026-07-20T18:49:32.230Z
41972026-07-20T18:49:32.230Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41982026-07-20T18:49:32.230Z
41992026-07-20T18:49:32.274Z Doc-tests packet
42002026-07-20T18:49:32.388Z
42012026-07-20T18:49:32.388Zrunning 0 tests
42022026-07-20T18:49:32.388Z
42032026-07-20T18:49:32.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42042026-07-20T18:49:32.388Z
42052026-07-20T18:49:32.404Z Doc-tests pcap
42062026-07-20T18:49:32.457Z
42072026-07-20T18:49:32.457Zrunning 0 tests
42082026-07-20T18:49:32.457Z
42092026-07-20T18:49:32.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42102026-07-20T18:49:32.458Z
42112026-07-20T18:49:32.526Z+ for feat in tofino_stub tofino_asic softnpu chaos
42122026-07-20T18:49:32.526Z+ RUST_BACKTRACE=full
42132026-07-20T18:49:32.526Z+ cargo test --features tofino_asic --no-fail-fast
42142026-07-20T18:49:33.133Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42152026-07-20T18:49:33.214Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42162026-07-20T18:49:33.221Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42172026-07-20T18:49:33.228Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42182026-07-20T18:49:41.827Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42192026-07-20T18:49:41.947Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42202026-07-20T18:50:22.387Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.84s
42212026-07-20T18:50:22.498Z Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a)
42222026-07-20T18:50:22.501Z
42232026-07-20T18:50:22.501Zrunning 5 tests
42242026-07-20T18:50:22.504Ztest fuse::tests::chip_revision_b0 ... ok
42252026-07-20T18:50:22.504Ztest fuse::tests::chip_revision_b1 ... ok
42262026-07-20T18:50:22.504Ztest fuse::tests::chip_revision_a0 ... ok
42272026-07-20T18:50:22.504Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42282026-07-20T18:50:22.504Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42292026-07-20T18:50:22.504Z
42302026-07-20T18:50:22.504Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42312026-07-20T18:50:22.504Z
42322026-07-20T18:50:22.504Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42332026-07-20T18:50:22.504Z
42342026-07-20T18:50:22.505Zrunning 0 tests
42352026-07-20T18:50:22.505Z
42362026-07-20T18:50:22.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42372026-07-20T18:50:22.505Z
42382026-07-20T18:50:22.508Z Running unittests src/lib.rs (target/debug/deps/asic-d22b81953e442c5c)
42392026-07-20T18:50:22.604Z
42402026-07-20T18:50:22.604Zrunning 8 tests
42412026-07-20T18:50:22.607Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42422026-07-20T18:50:22.607Ztest tofino_asic::qsfp::tests::fix_link ... ok
42432026-07-20T18:50:22.607Ztest tofino_asic::stats::constants_sanity_check ... ok
42442026-07-20T18:50:22.607Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42452026-07-20T18:50:22.607Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42462026-07-20T18:50:22.607Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42472026-07-20T18:50:22.614Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42482026-07-20T18:50:23.106Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42492026-07-20T18:50:23.106Z
42502026-07-20T18:50:23.106Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42512026-07-20T18:50:23.106Z
42522026-07-20T18:50:23.115Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42532026-07-20T18:50:23.118Z
42542026-07-20T18:50:23.118Zrunning 11 tests
42552026-07-20T18:50:23.118Ztest nat::tests::test_vni ... ok
42562026-07-20T18:50:23.118Ztest network::tests::test_equal ... ok
42572026-07-20T18:50:23.118Ztest network::tests::test_eui64 ... ok
42582026-07-20T18:50:23.118Ztest network::tests::test_generate_ipv6_link_local ... ok
42592026-07-20T18:50:23.118Ztest network::tests::test_into ... ok
42602026-07-20T18:50:23.118Ztest network::tests::test_not_equal ... ok
42612026-07-20T18:50:23.118Ztest ports::tests::port_ids_are_ascii ... ok
42622026-07-20T18:50:23.118Ztest network::tests::test_parse ... ok
42632026-07-20T18:50:23.118Ztest network::tests::test_to_string ... ok
42642026-07-20T18:50:23.118Ztest test_purge ... ok
42652026-07-20T18:50:23.121Ztest illumos::test::address_exists_handles_missing_object ... ok
42662026-07-20T18:50:23.121Z
42672026-07-20T18:50:23.121Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42682026-07-20T18:50:23.121Z
42692026-07-20T18:50:23.122Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7)
42702026-07-20T18:50:23.125Z
42712026-07-20T18:50:23.125Zrunning 1 test
42722026-07-20T18:50:23.128Z -------
42732026-07-20T18:50:23.128Z Generating OpenAPI documents from API definitions ...
42742026-07-20T18:50:23.268Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42752026-07-20T18:50:23.336Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42762026-07-20T18:50:24.338Z -------
42772026-07-20T18:50:24.338Z Checking 12 OpenAPI documents...
42782026-07-20T18:50:24.338Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-07-20T18:50:24.338Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-07-20T18:50:24.339Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-07-20T18:50:24.342Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-07-20T18:50:24.342Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-07-20T18:50:24.342Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-07-20T18:50:24.342Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-07-20T18:50:24.342Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-07-20T18:50:24.342Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-07-20T18:50:24.342Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-07-20T18:50:24.342Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-07-20T18:50:24.342Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-07-20T18:50:24.342Z Fresh dpd "latest" symlink
42912026-07-20T18:50:24.342Z -------
42922026-07-20T18:50:24.342Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42932026-07-20T18:50:24.398Ztest test::test_apis_up_to_date ... ok
42942026-07-20T18:50:24.398Z
42952026-07-20T18:50:24.398Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
42962026-07-20T18:50:24.398Z
42972026-07-20T18:50:24.457Z Running unittests src/main.rs (target/debug/deps/dpd-b3aa4a2a455084b9)
42982026-07-20T18:50:24.523Z
42992026-07-20T18:50:24.523Zrunning 66 tests
43002026-07-20T18:50:24.527Ztest freemap::test_ordering ... ok
43012026-07-20T18:50:24.527Ztest config::tests::test_updates ... ok
43022026-07-20T18:50:24.527Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43032026-07-20T18:50:24.527Ztest freemap::test_split ... ok
43042026-07-20T18:50:24.527Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43052026-07-20T18:50:24.527Ztest macaddrs::tests::test_mac_offset ... ok
43062026-07-20T18:50:24.527Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43072026-07-20T18:50:24.527Ztest macaddrs::tests::test_parse_port_id ... ok
43082026-07-20T18:50:24.532Ztest nat::test_mapping ... ok
43092026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG Jul 20 18:50:23.079created new freemap DEBG created new freemap, , unitunit:: freemap_testfreemap_test
43102026-07-20T18:50:24.533Z
43112026-07-20T18:50:24.533ZJul 20 18:50:23.079 Jul 20 18:50:23.079DEBG Jul 20 18:50:23.079initted freemap. size: 128 , DEBGunit DEBG: initted freemap. size: 128 , freemap_testcreated new freemapunit
43122026-07-20T18:50:24.533Z:, unitfreemap_test:
43132026-07-20T18:50:24.533Z Jul 20 18:50:23.079freemap_test DEBG
43142026-07-20T18:50:24.533Z Jul 20 18:50:23.079reset freemap , DEBGunit :reset freemap Jul 20 18:50:23.079freemap_test
43152026-07-20T18:50:24.533Z, DEBGunit :initted freemap. size: 128 , freemap_testunit
43162026-07-20T18:50:24.533Z: freemap_test
43172026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG reset freemap, unit:Jul 20 18:50:23.079 freemap_test
43182026-07-20T18:50:24.533ZDEBG created new freemap, unit: freemap_test
43192026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG initted freemap. size: 128, unit: freemap_test
43202026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG reset freemap, unit: freemap_test
43212026-07-20T18:50:24.533Ztest freemap::test_basic ... ok
43222026-07-20T18:50:24.533Ztest freemap::test_free ... ok
43232026-07-20T18:50:24.533Ztest freemap::test_exhaustion ... ok
43242026-07-20T18:50:24.533Ztest freemap::test_reclaim ... ok
43252026-07-20T18:50:24.533Ztest port_map::tests::test_backplane_group ... ok
43262026-07-20T18:50:24.533Ztest port_map::tests::test_port_map ... ok
43272026-07-20T18:50:24.533Ztest port_map::tests::dump_map ... ok
43282026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG created new freemap, unit: freemap_test
43292026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG initted freemap. size: 128, unit: freemap_test
43302026-07-20T18:50:24.533ZJul 20 18:50:23.079 DEBG reset freemap, unit: freemap_test
43312026-07-20T18:50:24.533Ztest freemap::test_span ... ok
43322026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG created new freemap, unit: freemap_test
43332026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG initted freemap. size: 8, unit: freemap_test
43342026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG reset freemap, unit: freemap_test
43352026-07-20T18:50:24.533Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43362026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG created new freemap, unit: freemap_route_ipv4
43372026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG created new freemap, unit: freemap_route_ipv6
43382026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43392026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG reset freemap, unit: freemap_route_ipv4
43402026-07-20T18:50:24.533ZJul 20 18:50:23.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Jul 20 18:50:23.080
43412026-07-20T18:50:24.533Z DEBG created new freemapJul 20 18:50:23.080 DEBG, unitreset freemap:, unitfreemap_route_ipv4:
43422026-07-20T18:50:24.533Zfreemap_route_ipv6
43432026-07-20T18:50:24.533ZJul 20 18:50:23.080 INFOJul 20 18:50:23.080 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
43442026-07-20T18:50:24.533Z created new freemap, unit:Jul 20 18:50:23.080 freemap_route_ipv6DEBG
43452026-07-20T18:50:24.533Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:50:23.080
43462026-07-20T18:50:24.533Z DEBG initted freemap. size: 64, Jul 20 18:50:23.080unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
43472026-07-20T18:50:24.534Z
43482026-07-20T18:50:24.534ZJul 20 18:50:23.080Jul 20 18:50:23.080 DEBGDEBG reset 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 } }],
43492026-07-20T18:50:24.534Zunit: freemap_route_ipv4
43502026-07-20T18:50:24.534ZJul 20 18:50:23.080 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43512026-07-20T18:50:24.534Z DEBG initted freemap. size: 64, Jul 20 18:50:23.080unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43522026-07-20T18:50:24.534Z
43532026-07-20T18:50:24.534ZJul 20 18:50:23.080Jul 20 18:50:23.080 DEBGINFO reset freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
43542026-07-20T18:50:24.534Zunit: freemap_route_ipv6
43552026-07-20T18:50:24.534ZJul 20 18:50:23.080 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 } }]Jul 20 18:50:23.080
43562026-07-20T18:50:24.534Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:50:23.080
43572026-07-20T18:50:24.534Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43582026-07-20T18:50:24.535ZJul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43592026-07-20T18:50:24.535ZDEBG 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 } }]
43602026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43612026-07-20T18:50:24.535Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43622026-07-20T18:50:24.535ZJul 20 18:50:23.080 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 } }]Jul 20 18:50:23.080
43632026-07-20T18:50:24.535Z 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 } }]Jul 20 18:50:23.080
43642026-07-20T18:50:24.535Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43652026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43662026-07-20T18:50:24.535Z 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 } }]
43672026-07-20T18:50:24.535ZJul 20 18:50:23.080 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 } }]Jul 20 18:50:23.080
43682026-07-20T18:50:24.535Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43692026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43702026-07-20T18:50:24.535Z 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 } }]Jul 20 18:50:23.080
43712026-07-20T18:50:24.535Z 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 } }]
43722026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43732026-07-20T18:50:24.535Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43742026-07-20T18:50:24.535ZJul 20 18:50:23.080 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 } }]Jul 20 18:50:23.080
43752026-07-20T18:50:24.535Z 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 } }]
43762026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43772026-07-20T18:50:24.535Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 20 18:50:23.080
43782026-07-20T18:50:24.535Z 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 } }]
43792026-07-20T18:50:24.535ZJul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43802026-07-20T18:50:24.535ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43812026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO Jul 20 18:50:23.080adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43822026-07-20T18:50:24.535ZDEBG 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 } }]
43832026-07-20T18:50:24.535ZJul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43842026-07-20T18:50:24.535ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43852026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO Jul 20 18:50:23.080adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43862026-07-20T18:50:24.535ZDEBG 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 } }]
43872026-07-20T18:50:24.535ZJul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43882026-07-20T18:50:24.535ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43892026-07-20T18:50:24.535ZJul 20 18:50:23.080 INFO Jul 20 18:50:23.080adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43902026-07-20T18:50:24.535ZDEBG 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 } }]
43912026-07-20T18:50:24.535ZJul 20 18:50:23.080 Jul 20 18:50:23.080DEBG 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 } }]
43922026-07-20T18:50:24.535Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43932026-07-20T18:50:24.535ZJul 20 18:50:23.080 Jul 20 18:50:23.080INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43942026-07-20T18:50:24.535Zreplacing 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 } }]
43952026-07-20T18:50:24.535ZJul 20 18:50:23.080 Jul 20 18:50:23.080DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43962026-07-20T18:50:24.536Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43972026-07-20T18:50:24.536ZJul 20 18:50:23.080 Jul 20 18:50:23.080INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43982026-07-20T18:50:24.536Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43992026-07-20T18:50:24.536ZJul 20 18:50:23.080Jul 20 18:50:23.080 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44002026-07-20T18:50:24.536Z
44012026-07-20T18:50:24.536ZJul 20 18:50:23.080Jul 20 18:50:23.080 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44022026-07-20T18:50:24.536Z
44032026-07-20T18:50:24.536Ztest port_map::tests::parse_softnpu_revision ... ok
44042026-07-20T18:50:24.536ZJul 20 18:50:23.080Jul 20 18:50:23.080 DEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44052026-07-20T18:50:24.536ZJul 20 18:50:23.080 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 } }]
44062026-07-20T18:50:24.536ZJul 20 18:50:23.080 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44072026-07-20T18:50:24.536ZJul 20 18:50:23.080 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 } }]
44082026-07-20T18:50:24.541ZJul 20 18:50:23.080 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44092026-07-20T18:50:24.541ZJul 20 18:50:23.080 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 } }]
44102026-07-20T18:50:24.541ZJul 20 18:50:23.080 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44112026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44122026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44132026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44142026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44152026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44162026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44172026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44182026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44192026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44202026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44212026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44222026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44232026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44242026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44252026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44262026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44272026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44282026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44292026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44302026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44312026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44322026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44332026-07-20T18:50:24.541ZJul 20 18:50:23.081 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 } }]
44342026-07-20T18:50:24.541ZJul 20 18:50:23.081 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44352026-07-20T18:50:24.541Zreplacing 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 } }]Jul 20 18:50:23.081 DEBG
44362026-07-20T18:50:24.541Zreplacing 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 } }]
44372026-07-20T18:50:24.542ZJul 20 18:50:23.081 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44382026-07-20T18:50:24.542ZJul 20 18:50:23.081 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 } }]
44392026-07-20T18:50:24.542ZJul 20 18:50:23.081Jul 20 18:50:23.081 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
44402026-07-20T18:50:24.542Z
44412026-07-20T18:50:24.542Ztest api_server::tests::test_build_info ... ok
44422026-07-20T18:50:24.542ZJul 20 18:50:23.081Jul 20 18:50:23.081 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 } }]
44432026-07-20T18:50:24.542ZJul 20 18:50:23.081 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44442026-07-20T18:50:24.542ZJul 20 18:50:23.081 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 } }]
44452026-07-20T18:50:24.542ZJul 20 18:50:23.081 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44462026-07-20T18:50:24.542ZJul 20 18:50:23.081 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 } }]
44472026-07-20T18:50:24.542ZJul 20 18:50:23.081 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44482026-07-20T18:50:24.542ZJul 20 18:50:23.081 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 } }]Jul 20 18:50:23.081
44492026-07-20T18:50:24.542Z DEBG created new freemap, Jul 20 18:50:23.081unit :INFO freemap_route_ipv4adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
44502026-07-20T18:50:24.542Z
44512026-07-20T18:50:24.542ZJul 20 18:50:23.081Jul 20 18:50:23.081 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
44522026-07-20T18:50:24.542Z, unit: freemap_route_ipv6Jul 20 18:50:23.081
44532026-07-20T18:50:24.542Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
44542026-07-20T18:50:24.542ZJul 20 18:50:23.081 DEBG initted freemap. size: 64Jul 20 18:50:23.081, unitDEBG: replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
44552026-07-20T18:50:24.542Z
44562026-07-20T18:50:24.542ZJul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap
44572026-07-20T18:50:24.542Z, unit: freemap_route_ipv4Jul 20 18:50:23.081
44582026-07-20T18:50:24.542Z 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 } }]
44592026-07-20T18:50:24.542ZJul 20 18:50:23.081 DEBG initted freemap. size: 64Jul 20 18:50:23.081, unitINFO: adding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG
44602026-07-20T18:50:24.542Z
44612026-07-20T18:50:24.542Z 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 } }]
44622026-07-20T18:50:24.542ZJul 20 18:50:23.081Jul 20 18:50:23.081 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
44632026-07-20T18:50:24.543Z, unit:Jul 20 18:50:23.081 freemap_route_ipv6INFO
44642026-07-20T18:50:24.543Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
44652026-07-20T18:50:24.543ZJul 20 18:50:23.081 INFOJul 20 18:50:23.081 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
44662026-07-20T18:50:24.543Z 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 } }]
44672026-07-20T18:50:24.543ZJul 20 18:50:23.081 DEBG Jul 20 18:50:23.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44682026-07-20T18:50:24.543ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
44692026-07-20T18:50:24.543ZJul 20 18:50:23.081 INFO Jul 20 18:50:23.081adding route 3fff:dead::/64 -> 2001:db8::55:2
44702026-07-20T18:50:24.543ZDEBG 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 } }]
44712026-07-20T18:50:24.543ZJul 20 18:50:23.081 DEBG Jul 20 18:50:23.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
44722026-07-20T18:50:24.543ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
44732026-07-20T18:50:24.543ZJul 20 18:50:23.081 INFOJul 20 18:50:23.081 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
44742026-07-20T18:50:24.543Z 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 } }]
44752026-07-20T18:50:24.543ZJul 20 18:50:23.081 Jul 20 18:50:23.081DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
44762026-07-20T18:50:24.543Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
44772026-07-20T18:50:24.544ZJul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
44782026-07-20T18:50:24.544Z
44792026-07-20T18:50:24.544ZJul 20 18:50:23.081Jul 20 18:50:23.081 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
44802026-07-20T18:50:24.544Z
44812026-07-20T18:50:24.544ZJul 20 18:50:23.081 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44822026-07-20T18:50:24.544ZJul 20 18:50:23.081 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 } }]
44832026-07-20T18:50:24.544ZJul 20 18:50:23.081 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44842026-07-20T18:50:24.544ZJul 20 18:50:23.081 Jul 20 18:50:23.081INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
44852026-07-20T18:50:24.544Zreplacing 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 } }]
44862026-07-20T18:50:24.544ZJul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG adding route 3fff:beef:11::/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 } }]
44872026-07-20T18:50:24.544Z
44882026-07-20T18:50:24.544ZJul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBG INFODEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44892026-07-20T18:50:24.544Z
44902026-07-20T18:50:24.544Z, unit: Jul 20 18:50:23.081freemap_route_ipv4Jul 20 18:50:23.081
44912026-07-20T18:50:24.544ZINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44922026-07-20T18:50:24.544Zreplacing 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 } }]Jul 20 18:50:23.081
44932026-07-20T18:50:24.544Z DEBG created new freemap, unitJul 20 18:50:23.081: Jul 20 18:50:23.081 freemap_route_ipv6DEBGINFO
44942026-07-20T18:50:24.544Zadding route 3fff:beef:2::/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 } }]
44952026-07-20T18:50:24.544Z
44962026-07-20T18:50:24.544ZJul 20 18:50:23.081Jul 20 18:50:23.081 Jul 20 18:50:23.081INFODEBG DEBGinitted freemap. size: 64adding route 3fff:beef:13::/64 -> 2001:db8::55:ff,
44972026-07-20T18:50:24.544Zunit: 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 } }]freemap_route_ipv4Jul 20 18:50:23.081
44982026-07-20T18:50:24.544Z
44992026-07-20T18:50:24.544Z 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 } }]Jul 20 18:50:23.081
45002026-07-20T18:50:24.544Z Jul 20 18:50:23.081INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:50:23.081DEBG
45012026-07-20T18:50:24.544ZINFO reset freemapadding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
45022026-07-20T18:50:24.544ZunitJul 20 18:50:23.081: freemap_route_ipv4DEBG
45032026-07-20T18:50:24.544Z 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 } }]
45042026-07-20T18:50:24.544ZJul 20 18:50:23.081 Jul 20 18:50:23.081DEBGJul 20 18:50:23.081 DEBG INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45052026-07-20T18:50:24.544Zinitted freemap. size: 64adding route 3fff:beef:4::/64 -> 2001:db8::55:ff,
45062026-07-20T18:50:24.544Zunit: Jul 20 18:50:23.081freemap_route_ipv6Jul 20 18:50:23.081
45072026-07-20T18:50:24.545ZINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45082026-07-20T18:50:24.549Zreplacing 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 } }]
45092026-07-20T18:50:24.549ZJul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBGDEBG 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 } }] reset freemap
45102026-07-20T18:50:24.549Z, adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
45112026-07-20T18:50:24.549Z: freemap_route_ipv6
45122026-07-20T18:50:24.549ZJul 20 18:50:23.081 INFOJul 20 18:50:23.081 Jul 20 18:50:23.081 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
45132026-07-20T18:50:24.549Z
45142026-07-20T18:50:24.549Z
45152026-07-20T18:50:24.549ZJul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 INFO DEBGDEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45162026-07-20T18:50:24.549Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }]
45172026-07-20T18:50:24.549Z
45182026-07-20T18:50:24.549ZJul 20 18:50:23.081 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 } }]Jul 20 18:50:23.081Jul 20 18:50:23.081
45192026-07-20T18:50:24.549Z INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Jul 20 18:50:23.081
45202026-07-20T18:50:24.549Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
45212026-07-20T18:50:24.549Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 20 18:50:23.081
45222026-07-20T18:50:24.549Z DEBG Jul 20 18:50:23.081replacing 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 } }] Jul 20 18:50:23.081DEBG
45232026-07-20T18:50:24.549Z DEBG Jul 20 18:50:23.081replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45242026-07-20T18:50:24.549Z INFO
45252026-07-20T18:50:24.549Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45262026-07-20T18:50:24.549ZJul 20 18:50:23.081 INFOJul 20 18:50:23.081 Jul 20 18:50:23.081adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45272026-07-20T18:50:24.549Z DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45282026-07-20T18:50:24.549ZJul 20 18:50:23.081 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
45292026-07-20T18:50:24.550Zreplacing 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 } }]Jul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081
45302026-07-20T18:50:24.550ZDEBGINFODEBG 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 } }]Jul 20 18:50:23.081adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45312026-07-20T18:50:24.550Z
45322026-07-20T18:50:24.550ZINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffcreated new freemap
45332026-07-20T18:50:24.550ZJul 20 18:50:23.081, Jul 20 18:50:23.081DEBGJul 20 18:50:23.081 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 } }]
45342026-07-20T18:50:24.550Z:DEBG INFOfreemap_route_ipv4 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
45352026-07-20T18:50:24.550ZJul 20 18:50:23.081
45362026-07-20T18:50:24.550Z INFO
45372026-07-20T18:50:24.550Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 20 18:50:23.081
45382026-07-20T18:50:24.550Z Jul 20 18:50:23.081DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 20 18:50:23.081adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 20 18:50:23.081
45392026-07-20T18:50:24.550Z
45402026-07-20T18:50:24.550Z DEBG DEBGJul 20 18:50:23.081replacing 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 } }] Jul 20 18:50:23.081
45412026-07-20T18:50:24.550ZDEBG INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
45422026-07-20T18:50:24.550Z
45432026-07-20T18:50:24.550Z created new freemapJul 20 18:50:23.081, unitJul 20 18:50:23.081Jul 20 18:50:23.081: INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45442026-07-20T18:50:24.550Zfreemap_route_ipv6
45452026-07-20T18:50:24.550Z
45462026-07-20T18:50:24.550Zreplacing 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 } }]
45472026-07-20T18:50:24.550ZJul 20 18:50:23.081 DEBGJul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45482026-07-20T18:50:24.550Z
45492026-07-20T18:50:24.550Z
45502026-07-20T18:50:24.550Z initted freemap. size: 64, Jul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 INFO DEBG unitINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff: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 } }]
45512026-07-20T18:50:24.550Z freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45522026-07-20T18:50:24.550Z
45532026-07-20T18:50:24.550Z
45542026-07-20T18:50:24.550ZJul 20 18:50:23.081Jul 20 18:50:23.081 Jul 20 18:50:23.081DEBGJul 20 18:50:23.081DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45552026-07-20T18:50:24.550ZINFO reset freemap adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.081,
45562026-07-20T18:50:24.550Zunit
45572026-07-20T18:50:24.550Z :INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv4
45582026-07-20T18:50:24.550Z
45592026-07-20T18:50:24.550ZJul 20 18:50:23.081Jul 20 18:50:23.081 Jul 20 18:50:23.081DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.081
45602026-07-20T18:50:24.550Z DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45612026-07-20T18:50:24.550Zinitted freemap. size: 64
45622026-07-20T18:50:24.550ZJul 20 18:50:23.081 INFO , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:50:23.081unit
45632026-07-20T18:50:24.550ZDEBG :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 } }]Jul 20 18:50:23.081
45642026-07-20T18:50:24.550Z freemap_route_ipv6Jul 20 18:50:23.081
45652026-07-20T18:50:24.550ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45662026-07-20T18:50:24.550ZJul 20 18:50:23.081DEBG INFOJul 20 18:50:23.081replacing 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:1e::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.081
45672026-07-20T18:50:24.550Z DEBG
45682026-07-20T18:50:24.550Z reset freemap , 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 } }]Jul 20 18:50:23.081
45692026-07-20T18:50:24.551Z Jul 20 18:50:23.081unit DEBG:INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45702026-07-20T18:50:24.551Z
45712026-07-20T18:50:24.551Z freemap_route_ipv6
45722026-07-20T18:50:24.551ZJul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG Jul 20 18:50:23.081 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
45732026-07-20T18:50:24.551Z
45742026-07-20T18:50:24.551Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 20 18:50:23.081
45752026-07-20T18:50:24.551Z Jul 20 18:50:23.081INFO Jul 20 18:50:23.081Jul 20 18:50:23.081DEBG INFODEBGreplacing 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 } }]
45762026-07-20T18:50:24.551Zadding route 3fff:beef:5::/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 } }]
45772026-07-20T18:50:24.551Z
45782026-07-20T18:50:24.551Zadding route 3fff:dead::/64 -> 2001:db8::55:1
45792026-07-20T18:50:24.551ZJul 20 18:50:23.081Jul 20 18:50:23.081 INFOJul 20 18:50:23.081INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45802026-07-20T18:50:24.551Z
45812026-07-20T18:50:24.551ZDEBG Jul 20 18:50:23.082replacing 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 } }]Jul 20 18:50:23.082
45822026-07-20T18:50:24.551Z DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45832026-07-20T18:50:24.551Z
45842026-07-20T18:50:24.551ZJul 20 18:50:23.082 INFOJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
45852026-07-20T18:50:24.551Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45862026-07-20T18:50:24.551Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
45872026-07-20T18:50:24.551Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45882026-07-20T18:50:24.551ZJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082 DEBGDEBGJul 20 18:50:23.082 DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45892026-07-20T18:50:24.551Z
45902026-07-20T18:50:24.551Z 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 } }]
45912026-07-20T18:50:24.551ZDEBGJul 20 18:50:23.082 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 20 18:50:23.082
45922026-07-20T18:50:24.551ZINFOJul 20 18:50:23.082 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
45932026-07-20T18:50:24.551Z INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45942026-07-20T18:50:24.551Z
45952026-07-20T18:50:24.551ZJul 20 18:50:23.082 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 } }]Jul 20 18:50:23.082Jul 20 18:50:23.082
45962026-07-20T18:50:24.551Z 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: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 } }]
45972026-07-20T18:50:24.551Z
45982026-07-20T18:50:24.551ZJul 20 18:50:23.082 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
45992026-07-20T18:50:24.551Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46002026-07-20T18:50:24.551ZJul 20 18:50:23.082 Jul 20 18:50:23.082DEBG Jul 20 18:50:23.082replacing 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
46012026-07-20T18:50:24.551ZDEBG adding route 3fff:beef:13::/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 } }]
46022026-07-20T18:50:24.551Z
46032026-07-20T18:50:24.551ZJul 20 18:50:23.082 INFOJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.081adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
46042026-07-20T18:50:24.551ZDEBGINFO 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:24::/64 -> 2001:db8::55:ff
46052026-07-20T18:50:24.551Z
46062026-07-20T18:50:24.551Z DEBGJul 20 18:50:23.082 Jul 20 18:50:23.082DEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]Jul 20 18:50:23.082
46072026-07-20T18:50:24.551Zreplacing 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 } }]
46082026-07-20T18:50:24.555ZINFO
46092026-07-20T18:50:24.555Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46102026-07-20T18:50:24.555ZJul 20 18:50:23.082Jul 20 18:50:23.082 INFOJul 20 18:50:23.082INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
46112026-07-20T18:50:24.555Z
46122026-07-20T18:50:24.556ZJul 20 18:50:23.082 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 } }]Jul 20 18:50:23.082
46132026-07-20T18:50:24.556Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46142026-07-20T18:50:24.556ZJul 20 18:50:23.082DEBG 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 } }]Jul 20 18:50:23.082
46152026-07-20T18:50:24.556ZDEBG 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 } }]Jul 20 18:50:23.082Jul 20 18:50:23.082 DEBGINFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46162026-07-20T18:50:24.556Z
46172026-07-20T18:50:24.556Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46182026-07-20T18:50:24.556Z
46192026-07-20T18:50:24.556ZJul 20 18:50:23.082 INFOJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG
46202026-07-20T18:50:24.556Z 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 } }]INFODEBG
46212026-07-20T18:50:24.556Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46222026-07-20T18:50:24.556Z
46232026-07-20T18:50:24.556Z DEBGJul 20 18:50:23.082 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
46242026-07-20T18:50:24.556Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46252026-07-20T18:50:24.556ZJul 20 18:50:23.082 Jul 20 18:50:23.082 DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46262026-07-20T18:50:24.556ZJul 20 18:50:23.082INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
46272026-07-20T18:50:24.556Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }]
46282026-07-20T18:50:24.556Z
46292026-07-20T18:50:24.556ZJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082DEBGINFO 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 } }]Jul 20 18:50:23.082
46302026-07-20T18:50:24.556Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
46312026-07-20T18:50:24.556Z DEBGJul 20 18:50:23.082adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46322026-07-20T18:50:24.556Z 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 } }] Jul 20 18:50:23.082
46332026-07-20T18:50:24.556Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46342026-07-20T18:50:24.556Z DEBGJul 20 18:50:23.082 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 } }] DEBG
46352026-07-20T18:50:24.556Zreplacing 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 } }]Jul 20 18:50:23.082
46362026-07-20T18:50:24.556ZINFO Jul 20 18:50:23.082adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46372026-07-20T18:50:24.556Z
46382026-07-20T18:50:24.556ZINFO Jul 20 18:50:23.082adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46392026-07-20T18:50:24.556ZJul 20 18:50:23.082 INFOJul 20 18:50:23.082DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46402026-07-20T18:50:24.556Z INFO DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46412026-07-20T18:50:24.556Z
46422026-07-20T18:50:24.556ZJul 20 18:50:23.082 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 } }]
46432026-07-20T18:50:24.557ZDEBG 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 } }]Jul 20 18:50:23.082
46442026-07-20T18:50:24.557Z INFOJul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082 INFODEBGINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46452026-07-20T18:50:24.557Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46462026-07-20T18:50:24.557Z
46472026-07-20T18:50:24.557Z
46482026-07-20T18:50:24.557ZJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082DEBG DEBGINFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46492026-07-20T18:50:24.557Z
46502026-07-20T18:50:24.557Z 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: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 } }]
46512026-07-20T18:50:24.557ZJul 20 18:50:23.082
46522026-07-20T18:50:24.557Z DEBGJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082INFO INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46532026-07-20T18:50:24.557Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
46542026-07-20T18:50:24.557Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46552026-07-20T18:50:24.557Z INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46562026-07-20T18:50:24.557Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46572026-07-20T18:50:24.557ZJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 DEBG 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 } }]Jul 20 18:50:23.082
46582026-07-20T18:50:24.557ZDEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46592026-07-20T18:50:24.557Z
46602026-07-20T18:50:24.557Z 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 } }]
46612026-07-20T18:50:24.557ZJul 20 18:50:23.082 Jul 20 18:50:23.082INFOJul 20 18:50:23.082 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46622026-07-20T18:50:24.557ZINFOJul 20 18:50:23.082INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46632026-07-20T18:50:24.557Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
46642026-07-20T18:50:24.557ZDEBG 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 } }]Jul 20 18:50:23.082adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46652026-07-20T18:50:24.558ZDEBG
46662026-07-20T18:50:24.558Z Jul 20 18:50:23.082replacing 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 } }]
46672026-07-20T18:50:24.558ZDEBG Jul 20 18:50:23.082replacing 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 } }] Jul 20 18:50:23.082DEBGJul 20 18:50:23.082
46682026-07-20T18:50:24.558Zreplacing 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 } }]
46692026-07-20T18:50:24.558ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
46702026-07-20T18:50:24.558Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46712026-07-20T18:50:24.558Z Jul 20 18:50:23.082Jul 20 18:50:23.082INFO INFOJul 20 18:50:23.082 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGDEBG
46722026-07-20T18:50:24.558Z 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:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46732026-07-20T18:50:24.558ZJul 20 18:50:23.082
46742026-07-20T18:50:24.558Z
46752026-07-20T18:50:24.558ZDEBG 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 } }]Jul 20 18:50:23.082
46762026-07-20T18:50:24.558ZJul 20 18:50:23.082Jul 20 18:50:23.082 DEBGINFO INFO 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:2e::/64 -> 2001:db8::55:ff
46772026-07-20T18:50:24.558Z
46782026-07-20T18:50:24.558ZJul 20 18:50:23.082adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46792026-07-20T18:50:24.558ZINFOJul 20 18:50:23.082Jul 20 18:50:23.082 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
46802026-07-20T18:50:24.558Z Jul 20 18:50:23.082DEBG DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46812026-07-20T18:50:24.558Zreplacing 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: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 } }]
46822026-07-20T18:50:24.558Z
46832026-07-20T18:50:24.558ZJul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46842026-07-20T18:50:24.558Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
46852026-07-20T18:50:24.558Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46862026-07-20T18:50:24.558Zreplacing 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 } }]Jul 20 18:50:23.082
46872026-07-20T18:50:24.558Z DEBGJul 20 18:50:23.082 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 } }]INFODEBG Jul 20 18:50:23.082adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46882026-07-20T18:50:24.558Z
46892026-07-20T18:50:24.558ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46902026-07-20T18:50:24.558Zreplacing 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 } }]Jul 20 18:50:23.082
46912026-07-20T18:50:24.558ZJul 20 18:50:23.082 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 } }]INFO
46922026-07-20T18:50:24.558ZJul 20 18:50:23.082adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
46932026-07-20T18:50:24.558Z INFODEBGJul 20 18:50:23.082 INFOJul 20 18:50:23.082adding route 3fff:beef:33::/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 } }] DEBG
46942026-07-20T18:50:24.558Z
46952026-07-20T18:50:24.558Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46962026-07-20T18:50:24.558Z
46972026-07-20T18:50:24.558ZJul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFO DEBG DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46982026-07-20T18:50:24.558Z
46992026-07-20T18:50:24.558Z
47002026-07-20T18:50:24.558Z
47012026-07-20T18:50:24.558ZJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOJul 20 18:50:23.082 INFODEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47022026-07-20T18:50:24.558Z 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
47032026-07-20T18:50:24.558Zreplacing 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 } }]Jul 20 18:50:23.082
47042026-07-20T18:50:24.558Z DEBG adding route 3fff:beef:34::/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 } }]Jul 20 18:50:23.082
47052026-07-20T18:50:24.559Z
47062026-07-20T18:50:24.559ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082
47072026-07-20T18:50:24.559Z INFO INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 20 18:50:23.082adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47082026-07-20T18:50:24.564Z
47092026-07-20T18:50:24.564ZDEBGreplacing 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 } }] Jul 20 18:50:23.082
47102026-07-20T18:50:24.564Z 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
47112026-07-20T18:50:24.564Z 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 } }]
47122026-07-20T18:50:24.564ZJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOINFO
47132026-07-20T18:50:24.564Z 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:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47142026-07-20T18:50:24.564Z
47152026-07-20T18:50:24.564ZJul 20 18:50:23.082
47162026-07-20T18:50:24.564Z DEBG Jul 20 18:50:23.082replacing 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 } }]Jul 20 18:50:23.082
47172026-07-20T18:50:24.564ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47182026-07-20T18:50:24.564ZJul 20 18:50:23.082DEBGJul 20 18:50:23.082 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 } }] DEBGINFO
47192026-07-20T18:50:24.564Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47202026-07-20T18:50:24.564ZJul 20 18:50:23.082
47212026-07-20T18:50:24.564ZJul 20 18:50:23.082 DEBG Jul 20 18:50:23.082INFO 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 } }]Jul 20 18:50:23.082DEBG
47222026-07-20T18:50:24.564Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47232026-07-20T18:50:24.564ZINFO
47242026-07-20T18:50:24.564Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47252026-07-20T18:50:24.564ZJul 20 18:50:23.082 Jul 20 18:50:23.082DEBG Jul 20 18:50:23.082 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
47262026-07-20T18:50:24.564ZJul 20 18:50:23.082INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47272026-07-20T18:50:24.564Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 DEBG INFO
47282026-07-20T18:50:24.564Zreplacing 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 } }]Jul 20 18:50:23.082 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
47292026-07-20T18:50:24.565Zreplacing 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 } }]
47302026-07-20T18:50:24.565Z
47312026-07-20T18:50:24.565ZJul 20 18:50:23.082 DEBG Jul 20 18:50:23.082replacing 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 } }]Jul 20 18:50:23.082
47322026-07-20T18:50:24.565ZJul 20 18:50:23.082 INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO
47332026-07-20T18:50:24.565Zreplacing 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 } }]
47342026-07-20T18:50:24.565Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47352026-07-20T18:50:24.565ZJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOINFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47362026-07-20T18:50:24.565Z
47372026-07-20T18:50:24.565ZJul 20 18:50:23.082
47382026-07-20T18:50:24.565Z 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 } }]Jul 20 18:50:23.082Jul 20 18:50:23.082
47392026-07-20T18:50:24.565Z 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: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 } }]
47402026-07-20T18:50:24.565Z
47412026-07-20T18:50:24.565ZJul 20 18:50:23.082 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
47422026-07-20T18:50:24.565Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
47432026-07-20T18:50:24.565Z 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 } }]Jul 20 18:50:23.082
47442026-07-20T18:50:24.565Z 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 } }]
47452026-07-20T18:50:24.565ZJul 20 18:50:23.082 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
47462026-07-20T18:50:24.565ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47472026-07-20T18:50:24.565ZJul 20 18:50:23.082 DEBGJul 20 18:50:23.082 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
47482026-07-20T18:50:24.565Z 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 } }]
47492026-07-20T18:50:24.565ZJul 20 18:50:23.082Jul 20 18:50:23.082 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47502026-07-20T18:50:24.565Z
47512026-07-20T18:50:24.565ZJul 20 18:50:23.082Jul 20 18:50:23.082 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: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 } }]
47522026-07-20T18:50:24.565Z
47532026-07-20T18:50:24.565ZJul 20 18:50:23.082Jul 20 18:50:23.082 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47542026-07-20T18:50:24.565Z
47552026-07-20T18:50:24.565ZJul 20 18:50:23.082Jul 20 18:50:23.082 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
47562026-07-20T18:50:24.565ZJul 20 18:50:23.082 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:50:23.082
47572026-07-20T18:50:24.565Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
47582026-07-20T18:50:24.565Z 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 } }]
47592026-07-20T18:50:24.566ZJul 20 18:50:23.083 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 } }]Jul 20 18:50:23.083
47602026-07-20T18:50:24.566Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
47612026-07-20T18:50:24.566ZJul 20 18:50:23.083 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
47622026-07-20T18:50:24.566Z 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 } }]Jul 20 18:50:23.083
47632026-07-20T18:50:24.566Z 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 } }]
47642026-07-20T18:50:24.566ZJul 20 18:50:23.083 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47652026-07-20T18:50:24.566Z
47662026-07-20T18:50:24.566ZJul 20 18:50:23.083 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083
47672026-07-20T18:50:24.566Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47682026-07-20T18:50:24.566ZJul 20 18:50:23.083 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
47692026-07-20T18:50:24.566Z 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 } }]
47702026-07-20T18:50:24.566Ztest route::tests::grow_succeeds ... ok
47712026-07-20T18:50:24.566ZJul 20 18:50:23.083 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083
47722026-07-20T18:50:24.566Z INFOJul 20 18:50:23.083 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
47732026-07-20T18:50:24.566Z failed to allocate space for the new target list
47742026-07-20T18:50:24.566ZJul 20 18:50:23.083 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 } }]Jul 20 18:50:23.083
47752026-07-20T18:50:24.566Z Jul 20 18:50:23.082DEBGJul 20 18:50:23.083 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
47762026-07-20T18:50:24.566Z INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47772026-07-20T18:50:24.566Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
47782026-07-20T18:50:24.566Z DEBGJul 20 18:50:23.083 failed to allocate space for the new target listDEBG
47792026-07-20T18:50:24.566Z 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 } }]
47802026-07-20T18:50:24.566ZJul 20 18:50:23.083 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 } }]Jul 20 18:50:23.083
47812026-07-20T18:50:24.566Z INFO Jul 20 18:50:23.083adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
47822026-07-20T18:50:24.566Z INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemapJul 20 18:50:23.083
47832026-07-20T18:50:24.566Z, unitDEBG: replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
47842026-07-20T18:50:24.566ZJul 20 18:50:23.083
47852026-07-20T18:50:24.566Z 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 } }]Jul 20 18:50:23.083
47862026-07-20T18:50:24.566Z INFO Jul 20 18:50:23.083adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47872026-07-20T18:50:24.566ZDEBGJul 20 18:50:23.083 created new freemapINFO, Jul 20 18:50:23.083adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47882026-07-20T18:50:24.566ZDEBGunit :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 } }] Jul 20 18:50:23.083freemap_route_ipv6
47892026-07-20T18:50:24.566Z
47902026-07-20T18:50:24.567ZDEBG 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 } }]
47912026-07-20T18:50:24.567ZJul 20 18:50:23.083 Jul 20 18:50:23.083INFO Jul 20 18:50:23.083adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
47922026-07-20T18:50:24.567Z INFOinitted freemap. size: 64 , adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit
47932026-07-20T18:50:24.567Z:Jul 20 18:50:23.083 freemap_route_ipv4DEBG
47942026-07-20T18:50:24.567Z 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 } }]Jul 20 18:50:23.083
47952026-07-20T18:50:24.567Z Jul 20 18:50:23.083DEBG DEBGJul 20 18:50:23.083 reset freemapINFOreplacing 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 } }],
47962026-07-20T18:50:24.567Z unitadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:
47972026-07-20T18:50:24.567Z freemap_route_ipv4
47982026-07-20T18:50:24.567ZJul 20 18:50:23.083Jul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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 } }]INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47992026-07-20T18:50:24.567Z
48002026-07-20T18:50:24.567Zinitted freemap. size: 64, unit: Jul 20 18:50:23.083Jul 20 18:50:23.083 freemap_route_ipv6INFO
48012026-07-20T18:50:24.567ZDEBG 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:2e::/64 -> 2001:db8::55:ff
48022026-07-20T18:50:24.567ZJul 20 18:50:23.083
48032026-07-20T18:50:24.567Z DEBG reset freemap, Jul 20 18:50:23.083Jul 20 18:50:23.083 INFOunitDEBG: adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48042026-07-20T18:50:24.567Zfreemap_route_ipv6
48052026-07-20T18:50:24.567Z
48062026-07-20T18:50:24.567ZJul 20 18:50:23.083Jul 20 18:50:23.083 Jul 20 18:50:23.083 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
48072026-07-20T18:50:24.567Z
48082026-07-20T18:50:24.571ZDEBG 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 } }]
48092026-07-20T18:50:24.571ZJul 20 18:50:23.083Jul 20 18:50:23.083 Jul 20 18:50:23.083DEBG 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 } }]adding route 3fff:beef:22::/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 } }]
48102026-07-20T18:50:24.571Z
48112026-07-20T18:50:24.571Z
48122026-07-20T18:50:24.571ZJul 20 18:50:23.083Jul 20 18:50:23.083 Jul 20 18:50:23.083DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48132026-07-20T18:50:24.571Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
48142026-07-20T18:50:24.571Z adding route 3fff:dead::/64 -> 2001:db8::55:1
48152026-07-20T18:50:24.571ZJul 20 18:50:23.083Jul 20 18:50:23.083 DEBG Jul 20 18:50:23.083Jul 20 18:50:23.083created new freemap INFO Jul 20 18:50:23.083adding route 3fff:beef:23::/64 -> 2001:db8::55:ff, unitDEBG : freemap_route_ipv4INFO
48162026-07-20T18:50:24.571Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
48172026-07-20T18:50:24.571Z
48182026-07-20T18:50:24.571ZJul 20 18:50:23.083Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBG 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 } }]created new freemap, unit: freemap_route_ipv6
48192026-07-20T18:50:24.571Z
48202026-07-20T18:50:24.571Zreplacing 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 } }]DEBGJul 20 18:50:23.083 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 initted freemap. size: 64, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
48212026-07-20T18:50:24.571Zfreemap_route_ipv4
48222026-07-20T18:50:24.571Z
48232026-07-20T18:50:24.571Z
48242026-07-20T18:50:24.572ZJul 20 18:50:23.083Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBG reset freemapJul 20 18:50:23.083, unit:INFO freemap_route_ipv4Jul 20 18:50:23.083
48252026-07-20T18:50:24.572Z INFO Jul 20 18:50:23.083INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG initted freemap. size: 64,
48262026-07-20T18:50:24.572ZunitINFO: freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
48272026-07-20T18:50:24.572Z
48282026-07-20T18:50:24.572Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
48292026-07-20T18:50:24.572Z DEBG reset freemap, unitJul 20 18:50:23.083: freemap_route_ipv6
48302026-07-20T18:50:24.572Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
48312026-07-20T18:50:24.572Z Jul 20 18:50:23.083 Jul 20 18:50:23.083 Jul 20 18:50:23.083INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
48322026-07-20T18:50:24.572Z 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 } }]DEBGJul 20 18:50:23.083DEBG DEBG
48332026-07-20T18:50:24.572Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
48342026-07-20T18:50:24.572Z 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 } }]
48352026-07-20T18:50:24.572Zreplacing 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 } }]Jul 20 18:50:23.083replacing 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 } }]
48362026-07-20T18:50:24.572ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
48372026-07-20T18:50:24.572ZJul 20 18:50:23.083 INFO
48382026-07-20T18:50:24.572ZJul 20 18:50:23.083 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
48392026-07-20T18:50:24.572Z adding route 3fff:dead::/64 -> 2001:db8::55:2
48402026-07-20T18:50:24.572ZJul 20 18:50:23.083 INFOJul 20 18:50:23.083 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.083
48412026-07-20T18:50:24.572Z 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
48422026-07-20T18:50:24.572Z 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 } }]Jul 20 18:50:23.083
48432026-07-20T18:50:24.572Z DEBGJul 20 18:50:23.083 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 } }]INFOJul 20 18:50:23.083
48442026-07-20T18:50:24.572ZINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48452026-07-20T18:50:24.572Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
48462026-07-20T18:50:24.572ZJul 20 18:50:23.083 INFOJul 20 18:50:23.083 Jul 20 18:50:23.083 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG
48472026-07-20T18:50:24.572Z DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48482026-07-20T18:50:24.572Zreplacing 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 } }]
48492026-07-20T18:50:24.572ZJul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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 } }]Jul 20 18:50:23.083
48502026-07-20T18:50:24.572ZINFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48512026-07-20T18:50:24.572Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
48522026-07-20T18:50:24.572Z INFOJul 20 18:50:23.083 Jul 20 18:50:23.083DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
48532026-07-20T18:50:24.572Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48542026-07-20T18:50:24.572Z
48552026-07-20T18:50:24.572ZJul 20 18:50:23.083Jul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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
48562026-07-20T18:50:24.572ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
48572026-07-20T18:50:24.572Z
48582026-07-20T18:50:24.572Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48592026-07-20T18:50:24.572ZJul 20 18:50:23.083 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 } }]Jul 20 18:50:23.083
48602026-07-20T18:50:24.572Z Jul 20 18:50:23.083DEBG 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 } }]Jul 20 18:50:23.083
48612026-07-20T18:50:24.572Zreplacing 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
48622026-07-20T18:50:24.572Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
48632026-07-20T18:50:24.573ZJul 20 18:50:23.083 INFOJul 20 18:50:23.083 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.083
48642026-07-20T18:50:24.573Z 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 } }]
48652026-07-20T18:50:24.573Z INFOJul 20 18:50:23.083 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
48662026-07-20T18:50:24.573Z Jul 20 18:50:23.083replacing 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 } }]
48672026-07-20T18:50:24.573ZJul 20 18:50:23.083INFO Jul 20 18:50:23.083INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Jul 20 18:50:23.083
48682026-07-20T18:50:24.573Z 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 } }]INFOJul 20 18:50:23.083
48692026-07-20T18:50:24.573Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48702026-07-20T18:50:24.573ZDEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083
48712026-07-20T18:50:24.573Z Jul 20 18:50:23.083INFO DEBG
48722026-07-20T18:50:24.573Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083
48732026-07-20T18:50:24.573Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48742026-07-20T18:50:24.573Z
48752026-07-20T18:50:24.573ZJul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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 } }]DEBGJul 20 18:50:23.083Jul 20 18:50:23.083 INFO
48762026-07-20T18:50:24.573Z adding route 3fff:beef:3c::/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 } }]DEBG
48772026-07-20T18:50:24.573Z
48782026-07-20T18:50:24.573Zreplacing 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 } }]Jul 20 18:50:23.083
48792026-07-20T18:50:24.573Ztest route::tests::rollback_on_compact_delete_failure ... ok
48802026-07-20T18:50:24.573Z Jul 20 18:50:23.083INFO DEBGJul 20 18:50:23.083 Jul 20 18:50:23.083 INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48812026-07-20T18:50:24.573Z
48822026-07-20T18:50:24.573Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
48832026-07-20T18:50:24.573Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 20 18:50:23.083
48842026-07-20T18:50:24.573Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48852026-07-20T18:50:24.573ZJul 20 18:50:23.083 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 } }]INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 20 18:50:23.084Jul 20 18:50:23.084
48862026-07-20T18:50:24.573Z DEBG DEBGcreated new freemap created new freemap, unitJul 20 18:50:23.092: , DEBGunit :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 } }]
48872026-07-20T18:50:24.573Zfreemap_route_ipv4freemap_route_ipv4
48882026-07-20T18:50:24.573Z
48892026-07-20T18:50:24.573ZJul 20 18:50:23.092 Jul 20 18:50:23.092INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
48902026-07-20T18:50:24.573Zcreated new freemapJul 20 18:50:23.092, unitDEBG: Jul 20 18:50:23.092 freemap_route_ipv6DEBG
48912026-07-20T18:50:24.573Zcreated new 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
48922026-07-20T18:50:24.573Z: Jul 20 18:50:23.092freemap_route_ipv6
48932026-07-20T18:50:24.573ZJul 20 18:50:23.092DEBG DEBGinitted freemap. size: 64Jul 20 18:50:23.092, unit DEBGfailed to allocate space for the new target list
48942026-07-20T18:50:24.573Zinitted freemap. size: 64:, unitfreemap_route_ipv4:Jul 20 18:50:23.092
48952026-07-20T18:50:24.573Z DEBGfreemap_route_ipv4
48962026-07-20T18:50:24.573Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48972026-07-20T18:50:24.573ZJul 20 18:50:23.092 DEBG reset freemap, unit: freemap_route_ipv4Jul 20 18:50:23.092Jul 20 18:50:23.083
48982026-07-20T18:50:24.573Z DEBGJul 20 18:50:23.083DEBGJul 20 18:50:23.092 created new freemapDEBGDEBGreset freemap , initted freemap. size: 64, unit :unit :replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4,
48992026-07-20T18:50:24.573Z freemap_route_ipv4unit
49002026-07-20T18:50:24.573Z:
49012026-07-20T18:50:24.573Z freemap_route_ipv6Jul 20 18:50:23.092
49022026-07-20T18:50:24.574ZJul 20 18:50:23.092Jul 20 18:50:23.092 DEBGINFO Jul 20 18:50:23.092DEBG DEBG reset freemapinitted freemap. size: 64created new freemapadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff,
49032026-07-20T18:50:24.574Zunit: , , freemap_route_ipv6unitJul 20 18:50:23.092unit
49042026-07-20T18:50:24.574ZDEBG: 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 } }]freemap_route_ipv6
49052026-07-20T18:50:24.574Z
49062026-07-20T18:50:24.574Z:Jul 20 18:50:23.092 freemap_route_ipv6 DEBG
49072026-07-20T18:50:24.574Z initted freemap. size: 64Jul 20 18:50:23.092, unitINFOJul 20 18:50:23.092 : adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGfreemap_route_ipv4Jul 20 18:50:23.092
49082026-07-20T18:50:24.579Zreset freemap
49092026-07-20T18:50:24.579Z , INFOunit :Jul 20 18:50:23.092adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
49102026-07-20T18:50:24.579ZDEBGJul 20 18:50:23.092freemap_route_ipv6
49112026-07-20T18:50:24.579Zreset freemap , Jul 20 18:50:23.092unit DEBG:DEBG Jul 20 18:50:23.092 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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_ipv4
49122026-07-20T18:50:24.579Z
49132026-07-20T18:50:24.579Z
49142026-07-20T18:50:24.579ZINFOJul 20 18:50:23.092Jul 20 18:50:23.092Jul 20 18:50:23.092 INFODEBG INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
49152026-07-20T18:50:24.579Zinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:2,
49162026-07-20T18:50:24.579Zunit:
49172026-07-20T18:50:24.579Z Jul 20 18:50:23.092freemap_route_ipv6 Jul 20 18:50:23.092Jul 20 18:50:23.092
49182026-07-20T18:50:24.579Z DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 20 18:50:23.092
49192026-07-20T18:50:24.579Z 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 } }]DEBGDEBG reset 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 } }]
49202026-07-20T18:50:24.579ZJul 20 18:50:23.093
49212026-07-20T18:50:24.579Z, unitINFOJul 20 18:50:23.093: Jul 20 18:50:23.093 INFOfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
49222026-07-20T18:50:24.579Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
49232026-07-20T18:50:24.579Z
49242026-07-20T18:50:24.579Zadding route 3fff:dead::/64 -> 2001:db8::55:2
49252026-07-20T18:50:24.579ZJul 20 18:50:23.093Jul 20 18:50:23.093 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 } }]
49262026-07-20T18:50:24.579Z Jul 20 18:50:23.093INFOJul 20 18:50:23.093Jul 20 18:50:23.093 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
49272026-07-20T18:50:24.580Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
49282026-07-20T18:50:24.580Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGJul 20 18:50:23.093 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49292026-07-20T18:50:24.580ZDEBG
49302026-07-20T18:50:24.580Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:50:23.093Jul 20 18:50:23.093 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
49312026-07-20T18:50:24.580Z
49322026-07-20T18:50:24.580Z Jul 20 18:50:23.093DEBGJul 20 18:50:23.093 Jul 20 18:50:23.093INFOreplacing 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
49332026-07-20T18:50:24.580Zadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:2
49342026-07-20T18:50:24.580ZDEBG
49352026-07-20T18:50:24.580Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49362026-07-20T18:50:24.580ZJul 20 18:50:23.093Jul 20 18:50:23.093 Jul 20 18:50:23.093DEBGDEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
49372026-07-20T18:50:24.580Z
49382026-07-20T18:50:24.580Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:50:23.093
49392026-07-20T18:50:24.580Z INFOJul 20 18:50:23.093Jul 20 18:50:23.093 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 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:dead::/64 -> 2001:db8::55:3
49402026-07-20T18:50:24.580Z
49412026-07-20T18:50:24.580Z
49422026-07-20T18:50:24.580ZJul 20 18:50:23.083Jul 20 18:50:23.093Jul 20 18:50:23.093 Jul 20 18:50:23.093DEBG INFO DEBGcreated new freemap Jul 20 18:50:23.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }],
49432026-07-20T18:50:24.580Z unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ff:
49442026-07-20T18:50:24.580ZDEBG freemap_route_ipv4Jul 20 18:50:23.093replacing targets for 3fff:dead::/64 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
49452026-07-20T18:50:24.580Z INFO
49462026-07-20T18:50:24.580Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49472026-07-20T18:50:24.580Zadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:50:23.093
49482026-07-20T18:50:24.580ZJul 20 18:50:23.093 WARNDEBGJul 20 18:50:23.093Jul 20 18:50:23.093 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 } }]Jul 20 18:50:23.093DEBG
49492026-07-20T18:50:24.580ZDEBG DEBGcreated new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }], shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49502026-07-20T18:50:24.580Zunit:replacing targets for 3fff:dead::/64 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 } }] Jul 20 18:50:23.093
49512026-07-20T18:50:24.580Z freemap_route_ipv6INFO
49522026-07-20T18:50:24.580Z Jul 20 18:50:23.093adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
49532026-07-20T18:50:24.580Z
49542026-07-20T18:50:24.580Z DEBGJul 20 18:50:23.093 Jul 20 18:50:23.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 20 18:50:23.093
49552026-07-20T18:50:24.580Z DEBGERRO WARN rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49562026-07-20T18:50:24.580Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
49572026-07-20T18:50:24.580Z
49582026-07-20T18:50:24.580ZJul 20 18:50:23.093 DEBG Jul 20 18:50:23.093initted freemap. size: 64 , ERROunit :shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
49592026-07-20T18:50:24.580Zfreemap_route_ipv4Jul 20 18:50:23.093
49602026-07-20T18:50:24.580Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
49612026-07-20T18:50:24.580ZJul 20 18:50:23.093
49622026-07-20T18:50:24.580Z DEBG Jul 20 18:50:23.093reset freemap , DEBGJul 20 18:50:23.093unit 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 } }]
49632026-07-20T18:50:24.580Z: adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4
49642026-07-20T18:50:24.580Z
49652026-07-20T18:50:24.581ZJul 20 18:50:23.093 INFO Jul 20 18:50:23.093adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:50:23.093
49662026-07-20T18:50:24.581Z DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
49672026-07-20T18:50:24.581ZJul 20 18:50:23.093, 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 } }]Jul 20 18:50:23.093freemap_route_ipv6
49682026-07-20T18:50:24.581Z
49692026-07-20T18:50:24.581Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49702026-07-20T18:50:24.581ZJul 20 18:50:23.093 Jul 20 18:50:23.093DEBG Jul 20 18:50:23.093INFOreset freemap , unitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
49712026-07-20T18:50:24.581ZDEBG 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 } }]freemap_route_ipv6
49722026-07-20T18:50:24.581Z
49732026-07-20T18:50:24.581Ztest route::tests::rollback_on_index_readd_failure ... ok
49742026-07-20T18:50:24.581Ztest route::tests::rollback_on_compact_write_failure ... ok
49752026-07-20T18:50:24.581ZJul 20 18:50:23.093 DEBGJul 20 18:50:23.093Jul 20 18:50:23.093 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
49762026-07-20T18:50:24.581Ztest route::tests::identity_replace_is_noop ... ok
49772026-07-20T18:50:24.581ZINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
49782026-07-20T18:50:24.581Z
49792026-07-20T18:50:24.581ZJul 20 18:50:23.093 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:50:23.093
49802026-07-20T18:50:24.581Z Jul 20 18:50:23.083DEBG Jul 20 18:50:23.093 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 } }]Jul 20 18:50:23.093 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 } }]DEBGDEBG
49812026-07-20T18:50:24.581Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49822026-07-20T18:50:24.581Zreplacing 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 } }]
49832026-07-20T18:50:24.581Z
49842026-07-20T18:50:24.581ZJul 20 18:50:23.093 INFO Jul 20 18:50:23.093Jul 20 18:50:23.093Jul 20 18:50:23.093 INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO
49852026-07-20T18:50:24.581Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
49862026-07-20T18:50:24.581Z
49872026-07-20T18:50:24.581Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
49882026-07-20T18:50:24.581ZJul 20 18:50:23.093 Jul 20 18:50:23.093Jul 20 18:50:23.093Jul 20 18:50:23.100 DEBGDEBGDEBGDEBG created new freemapcreated new freemap, unit: , unit :freemap_route_ipv4
49892026-07-20T18:50:24.581Zfreemap_route_ipv4replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49902026-07-20T18:50:24.581Z
49912026-07-20T18:50:24.581ZJul 20 18:50:23.093 Jul 20 18:50:23.100DEBG 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 } }]
49922026-07-20T18:50:24.581ZJul 20 18:50:23.100created new freemap , INFOunit Jul 20 18:50:23.100adding route 3fff:beef:8::/64 -> 2001:db8::55:ff :DEBG
49932026-07-20T18:50:24.581Z created new freemapfreemap_route_ipv6,
49942026-07-20T18:50:24.581ZunitJul 20 18:50:23.100:Jul 20 18:50:23.100 Jul 20 18:50:23.100freemap_route_ipv6
49952026-07-20T18:50:24.581ZDEBG DEBGinitted freemap. size: 64 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 } }], unitJul 20 18:50:23.100: DEBG
49962026-07-20T18:50:24.581Z freemap_route_ipv4initted freemap. size: 64
49972026-07-20T18:50:24.581Zadding route 172.17.0.1/32 -> 10.0.0.255,
49982026-07-20T18:50:24.581ZJul 20 18:50:23.100unit : INFOfreemap_route_ipv4Jul 20 18:50:23.100
49992026-07-20T18:50:24.581Z DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 20 18:50:23.100
50002026-07-20T18:50:24.581Zreset freemapJul 20 18:50:23.100 , 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 } }]:DEBG Jul 20 18:50:23.100freemap_route_ipv4 reset freemap
50012026-07-20T18:50:24.581Z,
50022026-07-20T18:50:24.581ZDEBGunit :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 } }]
50032026-07-20T18:50:24.581ZJul 20 18:50:23.101Jul 20 18:50:23.101freemap_route_ipv4
50042026-07-20T18:50:24.581ZDEBG initted freemap. size: 64 , INFOJul 20 18:50:23.101Jul 20 18:50:23.101unit : DEBGINFOfreemap_route_ipv6
50052026-07-20T18:50:24.582Zadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
50062026-07-20T18:50:24.582Z
50072026-07-20T18:50:24.582Z, Jul 20 18:50:23.101unit :DEBGJul 20 18:50:23.101 freemap_route_ipv6reset freemap
50082026-07-20T18:50:24.586Z Jul 20 18:50:23.101, DEBG unitreplacing 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 } }]:
50092026-07-20T18:50:24.586Z Jul 20 18:50:23.101DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Jul 20 18:50:23.101
50102026-07-20T18:50:24.586ZDEBG reset freemapINFOJul 20 18:50:23.101
50112026-07-20T18:50:24.586Z , adding route 172.17.0.3/32 -> 10.0.0.255 unitINFO
50122026-07-20T18:50:24.586Z: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
50132026-07-20T18:50:24.586Z
50142026-07-20T18:50:24.586ZJul 20 18:50:23.101 Jul 20 18:50:23.101Jul 20 18:50:23.101INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Jul 20 18:50:23.101
50152026-07-20T18:50:24.586Z DEBGDEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50162026-07-20T18:50:24.586ZJul 20 18:50:23.101adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50172026-07-20T18:50:24.586Z
50182026-07-20T18:50:24.586Z 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 } }]Jul 20 18:50:23.101Jul 20 18:50:23.101
50192026-07-20T18:50:24.586Z Jul 20 18:50:23.101INFO DEBGJul 20 18:50:23.093 adding route 172.17.0.4/32 -> 10.0.0.255DEBGJul 20 18:50:23.101 INFO
50202026-07-20T18:50:24.586Zcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
50212026-07-20T18:50:24.586ZunitINFO:adding route 3fff:dead::/64 -> 2001:db8::55:2
50222026-07-20T18:50:24.586ZJul 20 18:50:23.101freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Jul 20 18:50:23.101
50232026-07-20T18:50:24.586Z DEBG Jul 20 18:50:23.101replacing 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
50242026-07-20T18:50:24.586Z Jul 20 18:50:23.101adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
50252026-07-20T18:50:24.586Zcreated new freemap , unitDEBG: Jul 20 18:50:23.101Jul 20 18:50:23.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50262026-07-20T18:50:24.586ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50272026-07-20T18:50:24.586ZINFO Jul 20 18:50:23.101 freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255
50282026-07-20T18:50:24.586Z
50292026-07-20T18:50:24.586ZINFOJul 20 18:50:23.101 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
50302026-07-20T18:50:24.586ZJul 20 18:50:23.101Jul 20 18:50:23.101 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 20 18:50:23.101
50312026-07-20T18:50:24.586Z initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:Jul 20 18:50:23.101 freemap_route_ipv4replacing 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 } }]
50322026-07-20T18:50:24.586Z
50332026-07-20T18:50:24.586Z
50342026-07-20T18:50:24.587Z DEBGJul 20 18:50:23.101Jul 20 18:50:23.101 DEBGINFOJul 20 18:50:23.101 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
50352026-07-20T18:50:24.587Z reset freemapadding route 172.17.0.6/32 -> 10.0.0.255created new freemap,
50362026-07-20T18:50:24.587Zunitadding route 3fff:dead::/64 -> 2001:db8::55:4, Jul 20 18:50:23.101unit :INFO
50372026-07-20T18:50:24.587Zfreemap_route_ipv4:Jul 20 18:50:23.101 freemap_route_ipv4
50382026-07-20T18:50:24.587ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
50392026-07-20T18:50:24.587Z
50402026-07-20T18:50:24.587Zreplacing 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 } }]Jul 20 18:50:23.101
50412026-07-20T18:50:24.587ZJul 20 18:50:23.101 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 20 18:50:23.101
50422026-07-20T18:50:24.587Z, Jul 20 18:50:23.101 unitINFO DEBG: Jul 20 18:50:23.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] freemap_route_ipv6
50432026-07-20T18:50:24.587Z
50442026-07-20T18:50:24.587Zadding route 172.17.0.7/32 -> 10.0.0.255DEBG
50452026-07-20T18:50:24.587Z Jul 20 18:50:23.101created new freemap , DEBGJul 20 18:50:23.101Jul 20 18:50:23.101 unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGDEBG reset freemapfreemap_route_ipv6,
50462026-07-20T18:50:24.588Zunit:
50472026-07-20T18:50:24.588Z replacing targets for 3fff:dead::/64 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 } }]freemap_route_ipv6Jul 20 18:50:23.101
50482026-07-20T18:50:24.588Z
50492026-07-20T18:50:24.588Z DEBG Jul 20 18:50:23.101replacing 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 } }] Jul 20 18:50:23.101Jul 20 18:50:23.101Jul 20 18:50:23.101 WARN INFOWARN
50502026-07-20T18:50:24.588Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50512026-07-20T18:50:24.588Z shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.1DEBG
50522026-07-20T18:50:24.588Z
50532026-07-20T18:50:24.588Zinitted freemap. size: 64, unitJul 20 18:50:23.101: Jul 20 18:50:23.101freemap_route_ipv4DEBG
50542026-07-20T18:50:24.588ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
50552026-07-20T18:50:24.588Zadding route 172.17.0.8/32 -> 10.0.0.255
50562026-07-20T18:50:24.588ZJul 20 18:50:23.101 DEBG Jul 20 18:50:23.101reset freemap , DEBGunit :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 } }] Jul 20 18:50:23.101
50572026-07-20T18:50:24.588Zfreemap_route_ipv4
50582026-07-20T18:50:24.588ZINFO Jul 20 18:50:23.101adding route 172.16.0.0/32 -> 10.0.0.2
50592026-07-20T18:50:24.588ZINFO Jul 20 18:50:23.101adding route 172.17.0.9/32 -> 10.0.0.255
50602026-07-20T18:50:24.588ZDEBG initted freemap. size: 64Jul 20 18:50:23.101, unitDEBG:Jul 20 18:50:23.101 freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
50612026-07-20T18:50:24.588Z
50622026-07-20T18:50:24.588Zreplacing 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 } }]
50632026-07-20T18:50:24.588ZJul 20 18:50:23.101Jul 20 18:50:23.101 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3reset freemap
50642026-07-20T18:50:24.588Z, Jul 20 18:50:23.101unit :INFO freemap_route_ipv6Jul 20 18:50:23.101adding route 172.17.0.10/32 -> 10.0.0.255
50652026-07-20T18:50:24.588Z
50662026-07-20T18:50:24.588ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
50672026-07-20T18:50:24.588ZJul 20 18:50:23.101 Jul 20 18:50:23.101 Jul 20 18:50:23.101 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1INFO
50682026-07-20T18:50:24.588Z adding route 172.16.0.0/32 -> 10.0.0.4
50692026-07-20T18:50:24.588Z
50702026-07-20T18:50:24.588ZJul 20 18:50:23.101 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 } }]
50712026-07-20T18:50:24.588ZJul 20 18:50:23.101 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 } }]Jul 20 18:50:23.101
50722026-07-20T18:50:24.588Z INFOJul 20 18:50:23.101 adding route 172.16.0.0/32 -> 10.0.0.2INFO
50732026-07-20T18:50:24.588Z adding route 172.17.0.11/32 -> 10.0.0.255Jul 20 18:50:23.101
50742026-07-20T18:50:24.589Z DEBG
50752026-07-20T18:50:24.589ZJul 20 18:50:23.101 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGJul 20 18:50:23.101
50762026-07-20T18:50:24.589Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
50772026-07-20T18:50:24.589ZJul 20 18:50:23.101 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
50782026-07-20T18:50:24.589Z 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 } }]Jul 20 18:50:23.101
50792026-07-20T18:50:24.589Z INFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:50:23.101
50802026-07-20T18:50:24.589Z INFO adding route 172.17.0.12/32 -> 10.0.0.255
50812026-07-20T18:50:24.589ZJul 20 18:50:23.101 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 } }]Jul 20 18:50:23.101Jul 20 18:50:23.101
50822026-07-20T18:50:24.589ZDEBGJul 20 18:50:23.093 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
50832026-07-20T18:50:24.589ZDEBG 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 } }]Jul 20 18:50:23.101
50842026-07-20T18:50:24.589Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
50852026-07-20T18:50:24.589ZJul 20 18:50:23.101 Jul 20 18:50:23.101INFOadding route 172.17.0.1/32 -> 10.0.0.255 DEBGadding route 172.17.0.13/32 -> 10.0.0.255
50862026-07-20T18:50:24.589Z
50872026-07-20T18:50:24.589ZJul 20 18:50:23.101 failed to allocate space for the new target listDEBG
50882026-07-20T18:50:24.590Z 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 } }]Jul 20 18:50:23.101
50892026-07-20T18:50:24.590Z Jul 20 18:50:23.101DEBG 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 } }]Jul 20 18:50:23.101 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:50:23.102
50902026-07-20T18:50:24.590ZJul 20 18:50:23.102 DEBGDEBGJul 20 18:50:23.107 created new freemapcreated new freemap, unit , :DEBGunit :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 } }]
50912026-07-20T18:50:24.590Zfreemap_route_ipv4freemap_route_ipv4
50922026-07-20T18:50:24.590Z
50932026-07-20T18:50:24.590ZJul 20 18:50:23.101Jul 20 18:50:23.107 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:f::/64 -> 2001:db8::55:ff
50942026-07-20T18:50:24.590ZJul 20 18:50:23.107
50952026-07-20T18:50:24.590ZJul 20 18:50:23.107 DEBGDEBG created new freemapcreated new freemap, , unitunit:: Jul 20 18:50:23.107freemap_route_ipv6
50962026-07-20T18:50:24.590Zfreemap_route_ipv6
50972026-07-20T18:50:24.590ZDEBGJul 20 18:50:23.107Jul 20 18:50:23.107 DEBGDEBG initted freemap. size: 64 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 } }]initted freemap. size: 64,
50982026-07-20T18:50:24.590Zunit, :unit :freemap_route_ipv4
50992026-07-20T18:50:24.590ZJul 20 18:50:23.107freemap_route_ipv4
51002026-07-20T18:50:24.590ZINFO Jul 20 18:50:23.107adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
51012026-07-20T18:50:24.590ZDEBGJul 20 18:50:23.107 reset freemapDEBG, unitreset freemap:, Jul 20 18:50:23.107unitfreemap_route_ipv4:
51022026-07-20T18:50:24.590Z freemap_route_ipv4DEBG
51032026-07-20T18:50:24.590Z Jul 20 18:50:23.107replacing 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 } }]
51042026-07-20T18:50:24.591ZDEBG Jul 20 18:50:23.107initted freemap. size: 64 , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit
51052026-07-20T18:50:24.591Z: Jul 20 18:50:23.107freemap_route_ipv6
51062026-07-20T18:50:24.591ZJul 20 18:50:23.107INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.107
51072026-07-20T18:50:24.591Z reset freemapDEBG, unitreset freemapJul 20 18:50:23.107:, unitfreemap_route_ipv6:
51082026-07-20T18:50:24.599Z freemap_route_ipv6DEBG
51092026-07-20T18:50:24.599Z 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 } }]Jul 20 18:50:23.107
51102026-07-20T18:50:24.599Z INFOJul 20 18:50:23.102 Jul 20 18:50:23.107adding route 3fff:dead::/64 -> 2001:db8::55:1
51112026-07-20T18:50:24.599ZJul 20 18:50:23.107INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
51122026-07-20T18:50:24.599ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemapJul 20 18:50:23.107Jul 20 18:50:23.107 , DEBGDEBG
51132026-07-20T18:50:24.599Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51142026-07-20T18:50:24.599Z
51152026-07-20T18:50:24.599ZunitJul 20 18:50:23.107Jul 20 18:50:23.107:
51162026-07-20T18:50:24.599ZJul 20 18:50:23.107 DEBGfreemap_route_ipv4
51172026-07-20T18:50:24.599ZINFOreplacing 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
51182026-07-20T18:50:24.599Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2
51192026-07-20T18:50:24.599ZJul 20 18:50:23.107
51202026-07-20T18:50:24.599Z INFOJul 20 18:50:23.107 Jul 20 18:50:23.107 DEBGJul 20 18:50:23.107INFOadding route 172.17.0.14/32 -> 10.0.0.255 DEBG
51212026-07-20T18:50:24.599Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51222026-07-20T18:50:24.599ZJul 20 18:50:23.107replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51232026-07-20T18:50:24.599Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG
51242026-07-20T18:50:24.600Z Jul 20 18:50:23.107created new freemap Jul 20 18:50:23.107Jul 20 18:50:23.107, Jul 20 18:50:23.107DEBG 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 } }] unitDEBG
51252026-07-20T18:50:24.600ZINFOINFO :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:dead::/64 -> 2001:db8::55:3Jul 20 18:50:23.107adding route 3fff:dead::/64 -> 2001:db8::55:3
51262026-07-20T18:50:24.600Z
51272026-07-20T18:50:24.600ZINFO
51282026-07-20T18:50:24.600Zadding route 172.17.0.15/32 -> 10.0.0.255 freemap_route_ipv6
51292026-07-20T18:50:24.600Z
51302026-07-20T18:50:24.600ZJul 20 18:50:23.107Jul 20 18:50:23.107Jul 20 18:50:23.107 Jul 20 18:50:23.107 Jul 20 18:50:23.107 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51312026-07-20T18:50:24.600ZINFOreplacing 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
51322026-07-20T18:50:24.600Zadding route 3fff:beef:14::/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 } }]
51332026-07-20T18:50:24.600Zinitted freemap. size: 64
51342026-07-20T18:50:24.600Z, Jul 20 18:50:23.107 INFOunit :Jul 20 18:50:23.107Jul 20 18:50:23.107adding route 172.17.0.16/32 -> 10.0.0.255
51352026-07-20T18:50:24.600Z Jul 20 18:50:23.107INFO freemap_route_ipv4INFO Jul 20 18:50:23.107
51362026-07-20T18:50:24.600ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
51372026-07-20T18:50:24.600ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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.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 } }]
51382026-07-20T18:50:24.600Z
51392026-07-20T18:50:24.600ZJul 20 18:50:23.107 DEBG
51402026-07-20T18:50:24.600Z reset freemapJul 20 18:50:23.107, Jul 20 18:50:23.107Jul 20 18:50:23.107 unitINFO DEBG :DEBGadding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:50:23.107replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
51412026-07-20T18:50:24.600Zfreemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
51422026-07-20T18:50:24.600Z
51432026-07-20T18:50:24.600Z
51442026-07-20T18:50:24.600ZINFO Jul 20 18:50:23.107Jul 20 18:50:23.107 Jul 20 18:50:23.107 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:50:23.107replacing 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 } }]
51452026-07-20T18:50:24.600Zinitted freemap. size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
51462026-07-20T18:50:24.600ZDEBG, Jul 20 18:50:23.107replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
51472026-07-20T18:50:24.600Zunit
51482026-07-20T18:50:24.600ZINFO: adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6
51492026-07-20T18:50:24.600Z
51502026-07-20T18:50:24.600ZJul 20 18:50:23.107 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 } }]
51512026-07-20T18:50:24.600ZJul 20 18:50:23.107 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 20 18:50:23.107
51522026-07-20T18:50:24.600Z DEBG reset freemap, Jul 20 18:50:23.107unit :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 } }]freemap_route_ipv6
51532026-07-20T18:50:24.600Z
51542026-07-20T18:50:24.600ZJul 20 18:50:23.107 DEBG Jul 20 18:50:23.107replacing 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 } }]Jul 20 18:50:23.107
51552026-07-20T18:50:24.600Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:50:23.107
51562026-07-20T18:50:24.600Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
51572026-07-20T18:50:24.600ZINFO Jul 20 18:50:23.107 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 } }]Jul 20 18:50:23.107
51582026-07-20T18:50:24.600Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255
51592026-07-20T18:50:24.600Zreplacing 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 } }]
51602026-07-20T18:50:24.600ZJul 20 18:50:23.107Jul 20 18:50:23.107 Jul 20 18:50:23.107DEBGINFO 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
51612026-07-20T18:50:24.600Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
51622026-07-20T18:50:24.601Z
51632026-07-20T18:50:24.601ZJul 20 18:50:23.107 INFO adding route 172.17.0.20/32 -> 10.0.0.255
51642026-07-20T18:50:24.601ZJul 20 18:50:23.107 Jul 20 18:50:23.107DEBG 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 } }]
51652026-07-20T18:50:24.601Zreplacing 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 } }]
51662026-07-20T18:50:24.601ZJul 20 18:50:23.108Jul 20 18:50:23.108 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
51672026-07-20T18:50:24.601ZJul 20 18:50:23.108
51682026-07-20T18:50:24.601Z DEBG Jul 20 18:50:23.108replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51692026-07-20T18:50:24.601Ztest route::tests::same_size_non_subset_replace ... ok
51702026-07-20T18:50:24.601ZDEBGJul 20 18:50:23.108 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
51712026-07-20T18:50:24.601Z 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 } }]Jul 20 18:50:23.108 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:50:23.108
51722026-07-20T18:50:24.601Ztest transceivers::mpn_test::test_mpn_missing ... ok
51732026-07-20T18:50:24.601Z INFO
51742026-07-20T18:50:24.601Ztest transceivers::mpn_test::test_mpn_present ... ok
51752026-07-20T18:50:24.601Z adding route 172.17.0.22/32 -> 10.0.0.255
51762026-07-20T18:50:24.601Ztest transceivers::mpn_test::test_xcvr_missing ... ok
51772026-07-20T18:50:24.601Z Jul 20 18:50:23.108replacing 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 } }] Jul 20 18:50:23.108INFO
51782026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
51792026-07-20T18:50:24.601ZDEBG 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:beef:1a::/64 -> 2001:db8::55:ff
51802026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
51812026-07-20T18:50:24.601Z
51822026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
51832026-07-20T18:50:24.601ZJul 20 18:50:23.108Jul 20 18:50:23.108 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 172.17.0.2/32 -> 10.0.0.255
51842026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
51852026-07-20T18:50:24.601Z
51862026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
51872026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
51882026-07-20T18:50:24.601ZJul 20 18:50:23.108 INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 20 18:50:23.108Jul 20 18:50:23.108
51892026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
51902026-07-20T18:50:24.601ZDEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51912026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
51922026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
51932026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
51942026-07-20T18:50:24.601ZJul 20 18:50:23.108adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
51952026-07-20T18:50:24.601ZDEBG 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 } }]
51962026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
51972026-07-20T18:50:24.601ZJul 20 18:50:23.108 INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 20 18:50:23.108
51982026-07-20T18:50:24.601Z INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:50:23.108
51992026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52002026-07-20T18:50:24.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52012026-07-20T18:50:24.601ZJul 20 18:50:23.108 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]Jul 20 18:50:23.108
52022026-07-20T18:50:24.602Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52032026-07-20T18:50:24.602Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52042026-07-20T18:50:24.602Z
52052026-07-20T18:50:24.602Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52062026-07-20T18:50:24.602Z 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 } }]
52072026-07-20T18:50:24.602Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52082026-07-20T18:50:24.606ZJul 20 18:50:23.108 INFO Jul 20 18:50:23.108adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
52092026-07-20T18:50:24.606Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52102026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52112026-07-20T18:50:24.607ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:50:23.108
52122026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52132026-07-20T18:50:24.607Z Jul 20 18:50:23.108INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 Jul 20 18:50:23.108replacing 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 } }]
52142026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52152026-07-20T18:50:24.607Z
52162026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52172026-07-20T18:50:24.607ZDEBG 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 } }]
52182026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52192026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52202026-07-20T18:50:24.607ZJul 20 18:50:23.108 DEBGJul 20 18:50:23.108 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
52212026-07-20T18:50:24.607Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52222026-07-20T18:50:24.607Z Jul 20 18:50:23.108adding route 172.17.0.26/32 -> 10.0.0.255 INFOJul 20 18:50:23.108 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
52232026-07-20T18:50:24.607ZDEBG created new freemap
52242026-07-20T18:50:24.607Z, unitJul 20 18:50:23.114: DEBGfreemap_route_ipv4 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 } }]
52252026-07-20T18:50:24.607Z
52262026-07-20T18:50:24.607ZJul 20 18:50:23.114 DEBG Jul 20 18:50:23.114replacing 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 } }]
52272026-07-20T18:50:24.607ZJul 20 18:50:23.114INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:50:23.093
52282026-07-20T18:50:24.607ZDEBG Jul 20 18:50:23.114 DEBGINFO Jul 20 18:50:23.114replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255
52292026-07-20T18:50:24.607ZDEBG
52302026-07-20T18:50:24.607Z created new freemapreplacing 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 } }],
52312026-07-20T18:50:24.608ZunitJul 20 18:50:23.114Jul 20 18:50:23.114 INFO: DEBG adding route 3fff:beef:39::/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 } }]
52322026-07-20T18:50:24.608Z freemap_route_ipv6
52332026-07-20T18:50:24.608ZJul 20 18:50:23.114Jul 20 18:50:23.108
52342026-07-20T18:50:24.608ZJul 20 18:50:23.114 DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOcreated new freemap
52352026-07-20T18:50:24.608Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:50:23.114Jul 20 18:50:23.114
52362026-07-20T18:50:24.608ZJul 20 18:50:23.114INFO, DEBGunit :Jul 20 18:50:23.114INFO freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
52372026-07-20T18:50:24.608Zadding route 172.17.0.28/32 -> 10.0.0.255
52382026-07-20T18:50:24.608Z
52392026-07-20T18:50:24.608ZDEBG initted freemap. size: 64replacing 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 } }], Jul 20 18:50:23.114
52402026-07-20T18:50:24.608Z unit:Jul 20 18:50:23.114DEBG DEBGJul 20 18:50:23.114Jul 20 18:50:23.114replacing 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 } }]
52412026-07-20T18:50:24.608Zfreemap_route_ipv4replacing 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 } }]
52422026-07-20T18:50:24.608ZINFO
52432026-07-20T18:50:24.608ZDEBG created new freemap, unitJul 20 18:50:23.114Jul 20 18:50:23.114Jul 20 18:50:23.114adding route 3fff:beef:20::/64 -> 2001:db8::55:ff :
52442026-07-20T18:50:24.608ZINFOINFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemap
52452026-07-20T18:50:24.608Zadding route 172.17.0.29/32 -> 10.0.0.255freemap_route_ipv6
52462026-07-20T18:50:24.608Z
52472026-07-20T18:50:24.608Z, unit:Jul 20 18:50:23.115Jul 20 18:50:23.115 Jul 20 18:50:23.115Jul 20 18:50:23.108Jul 20 18:50:23.115DEBGfreemap_route_ipv4 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 } }]DEBGDEBGDEBG
52482026-07-20T18:50:24.608Z
52492026-07-20T18:50:24.608Z initted freemap. size: 64 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 } }] ,
52502026-07-20T18:50:24.608ZunitJul 20 18:50:23.115DEBGreplacing 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 freemap freemap_route_ipv4,
52512026-07-20T18:50:24.608ZJul 20 18:50:23.115
52522026-07-20T18:50:24.608ZINFO INFOJul 20 18:50:23.115unit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
52532026-07-20T18:50:24.608Z DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffinitted freemap. size: 64
52542026-07-20T18:50:24.608Z, Jul 20 18:50:23.115Jul 20 18:50:23.115 unit : DEBGINFOJul 20 18:50:23.115 freemap_route_ipv6freemap_route_ipv4reset freemapDEBG
52552026-07-20T18:50:24.608Z
52562026-07-20T18:50:24.608Zreplacing 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 } }],
52572026-07-20T18:50:24.608Zadding route 172.17.0.30/32 -> 10.0.0.255unit:
52582026-07-20T18:50:24.608Zfreemap_route_ipv4Jul 20 18:50:23.115
52592026-07-20T18:50:24.608Z DEBG Jul 20 18:50:23.115failed to allocate space for the new target list Jul 20 18:50:23.115Jul 20 18:50:23.115
52602026-07-20T18:50:24.608ZJul 20 18:50:23.115DEBG DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
52612026-07-20T18:50:24.608Zcreated new freemap
52622026-07-20T18:50:24.608ZJul 20 18:50:23.115 Jul 20 18:50:23.115DEBGreset freemap Jul 20 18:50:23.115 , replacing targets for 3fff:dead::/64 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 } }], DEBGINFOunit: initted freemap. size: 64unitJul 20 18:50:23.115, freemap_route_ipv6adding route 172.17.0.31/32 -> 10.0.0.255
52632026-07-20T18:50:24.609Z
52642026-07-20T18:50:24.609Z
52652026-07-20T18:50:24.609ZINFO :unit:adding route 3fff:beef:22::/64 -> 2001:db8::55:ff freemap_route_ipv6Jul 20 18:50:23.115
52662026-07-20T18:50:24.609Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52672026-07-20T18:50:24.609ZJul 20 18:50:23.115
52682026-07-20T18:50:24.609ZDEBG 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 } }]INFO
52692026-07-20T18:50:24.609ZJul 20 18:50:23.115freemap_route_ipv6 Jul 20 18:50:23.115 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
52702026-07-20T18:50:24.609Z
52712026-07-20T18:50:24.609Z reset freemapJul 20 18:50:23.115 INFO, DEBG adding route 172.17.0.32/32 -> 10.0.0.255Jul 20 18:50:23.115
52722026-07-20T18:50:24.609Z 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 } }]
52732026-07-20T18:50:24.609Zunit: DEBGJul 20 18:50:23.115Jul 20 18:50:23.115 freemap_route_ipv6 initted freemap. size: 64DEBG,
52742026-07-20T18:50:24.609Zunitreplacing 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 } }]:
52752026-07-20T18:50:24.609Z freemap_route_ipv4Jul 20 18:50:23.115
52762026-07-20T18:50:24.609Z DEBG INFOJul 20 18:50:23.115 Jul 20 18:50:23.115adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
52772026-07-20T18:50:24.609Z Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.1INFO
52782026-07-20T18:50:24.609Zadding route 172.17.0.33/32 -> 10.0.0.255
52792026-07-20T18:50:24.609Z
52802026-07-20T18:50:24.609Ztest route::tests::shrink_preserves_compacted_order ... ok
52812026-07-20T18:50:24.609ZJul 20 18:50:23.115DEBG Jul 20 18:50:23.115DEBGJul 20 18:50:23.115 Jul 20 18:50:23.115 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 } }]DEBG
52822026-07-20T18:50:24.609Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52832026-07-20T18:50:24.609ZDEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
52842026-07-20T18:50:24.609Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52852026-07-20T18:50:24.609Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
52862026-07-20T18:50:24.609Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52872026-07-20T18:50:24.609ZJul 20 18:50:23.115unit
52882026-07-20T18:50:24.609ZINFO:Jul 20 18:50:23.115 adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv4INFO
52892026-07-20T18:50:24.609Zadding route 172.16.0.0/32 -> 10.0.0.2
52902026-07-20T18:50:24.609Z
52912026-07-20T18:50:24.609ZJul 20 18:50:23.115Jul 20 18:50:23.115Jul 20 18:50:23.115 Jul 20 18:50:23.115 DEBGDEBGDEBG Jul 20 18:50:23.115replacing 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 } }] 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 } }]
52922026-07-20T18:50:24.609Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
52932026-07-20T18:50:24.609ZDEBG
52942026-07-20T18:50:24.609ZJul 20 18:50:23.115
52952026-07-20T18:50:24.609Z initted freemap. size: 64 , INFOJul 20 18:50:23.115 unitadding route 172.17.0.35/32 -> 10.0.0.255
52962026-07-20T18:50:24.609Z:DEBG freemap_route_ipv6Jul 20 18:50:23.115
52972026-07-20T18:50:24.609Z Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] Jul 20 18:50:23.115DEBG Jul 20 18:50:23.115
52982026-07-20T18:50:24.609ZDEBG DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52992026-07-20T18:50:24.609Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
53002026-07-20T18:50:24.609Z reset freemap
53012026-07-20T18:50:24.609Z, unitJul 20 18:50:23.115Jul 20 18:50:23.115 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255
53022026-07-20T18:50:24.610Z:Jul 20 18:50:23.115
53032026-07-20T18:50:24.610Z DEBGfreemap_route_ipv6
53042026-07-20T18:50:24.610Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53052026-07-20T18:50:24.610ZJul 20 18:50:23.115Jul 20 18:50:23.115Jul 20 18:50:23.115 DEBGDEBGJul 20 18:50:23.115 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.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
53062026-07-20T18:50:24.610Z
53072026-07-20T18:50:24.610Z INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:50:23.115Jul 20 18:50:23.115
53082026-07-20T18:50:24.614ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
53092026-07-20T18:50:24.614Z
53102026-07-20T18:50:24.614ZINFOJul 20 18:50:23.115 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG
53112026-07-20T18:50:24.614Z Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 20 18:50:23.115
53122026-07-20T18:50:24.614ZDEBG 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 } }]
53132026-07-20T18:50:24.614ZDEBG Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 20 18:50:23.115
53142026-07-20T18:50:24.614ZJul 20 18:50:23.115 DEBGINFO 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 } }] Jul 20 18:50:23.115
53152026-07-20T18:50:24.614Z adding route 172.17.0.38/32 -> 10.0.0.255INFO
53162026-07-20T18:50:24.614Zadding route 172.17.0.0/32 -> 10.0.0.255
53172026-07-20T18:50:24.614Zadding route 172.16.0.0/32 -> 10.0.0.2
53182026-07-20T18:50:24.614ZJul 20 18:50:23.115Jul 20 18:50:23.115 DEBGINFO 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:27::/64 -> 2001:db8::55:ff
53192026-07-20T18:50:24.614Z
53202026-07-20T18:50:24.614ZJul 20 18:50:23.115 DEBG Jul 20 18:50:23.115replacing 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 } }]Jul 20 18:50:23.115 Jul 20 18:50:23.115INFO
53212026-07-20T18:50:24.614ZDEBG adding route 172.17.0.39/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 } }]
53222026-07-20T18:50:24.614Z
53232026-07-20T18:50:24.614Zreplacing 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 } }]Jul 20 18:50:23.115
53242026-07-20T18:50:24.614ZJul 20 18:50:23.115 INFO DEBGJul 20 18:50:23.115adding route 172.17.0.1/32 -> 10.0.0.255
53252026-07-20T18:50:24.615Zreplacing 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 } }]Jul 20 18:50:23.115 INFO
53262026-07-20T18:50:24.615ZINFO Jul 20 18:50:23.115 DEBGadding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
53272026-07-20T18:50:24.615Z
53282026-07-20T18:50:24.615Z 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 } }]Jul 20 18:50:23.115
53292026-07-20T18:50:24.615Z INFOJul 20 18:50:23.115 adding route 172.17.0.40/32 -> 10.0.0.255DEBGJul 20 18:50:23.115Jul 20 18:50:23.115
53302026-07-20T18:50:24.615Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
53312026-07-20T18:50:24.615ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:50:23.115
53322026-07-20T18:50:24.615Z 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 } }]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 } }]
53332026-07-20T18:50:24.615ZJul 20 18:50:23.115
53342026-07-20T18:50:24.615ZJul 20 18:50:23.115 DEBGJul 20 18:50:23.115INFO Jul 20 18:50:23.115INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4replacing 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
53352026-07-20T18:50:24.615Z
53362026-07-20T18:50:24.615Z
53372026-07-20T18:50:24.615Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
53382026-07-20T18:50:24.615ZJul 20 18:50:23.115Jul 20 18:50:23.115 DEBGDEBG Jul 20 18:50:23.115 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 } }]INFOJul 20 18:50:23.115
53392026-07-20T18:50:24.616Z 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255
53402026-07-20T18:50:24.616ZJul 20 18:50:23.115
53412026-07-20T18:50:24.616Z Jul 20 18:50:23.115 INFO adding route 172.17.0.42/32 -> 10.0.0.255
53422026-07-20T18:50:24.616Z 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 } }]Jul 20 18:50:23.123Jul 20 18:50:23.123
53432026-07-20T18:50:24.616Z created new freemapDEBG, 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 } }]unitJul 20 18:50:23.123
53442026-07-20T18:50:24.616Z: DEBGfreemap_route_ipv4DEBG
53452026-07-20T18:50:24.616Z Jul 20 18:50:23.123replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }]Jul 20 18:50:23.123
53462026-07-20T18:50:24.616Z
53472026-07-20T18:50:24.616Z INFOINFOJul 20 18:50:23.123 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 created new freemap
53482026-07-20T18:50:24.616Z Jul 20 18:50:23.123adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff,
53492026-07-20T18:50:24.616ZINFOunit Jul 20 18:50:23.123adding route 172.17.0.4/32 -> 10.0.0.255
53502026-07-20T18:50:24.617ZDEBG: Jul 20 18:50:23.123freemap_route_ipv6replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.123
53512026-07-20T18:50:24.617ZDEBG
53522026-07-20T18:50:24.617ZDEBGreplacing 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 } }]
53532026-07-20T18:50:24.617Zreplacing 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 } }]Jul 20 18:50:23.123
53542026-07-20T18:50:24.617Z Jul 20 18:50:23.123INFOJul 20 18:50:23.123 Jul 20 18:50:23.123 adding route 172.17.0.44/32 -> 10.0.0.255 DEBGINFOINFO
53552026-07-20T18:50:24.617Z adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
53562026-07-20T18:50:24.617Z, Jul 20 18:50:23.123
53572026-07-20T18:50:24.617Z unitDEBG: Jul 20 18:50:23.123Jul 20 18:50:23.123 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 } }] DEBGfreemap_route_ipv4
53582026-07-20T18:50:24.617ZDEBG
53592026-07-20T18:50:24.617Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53602026-07-20T18:50:24.617Z
53612026-07-20T18:50:24.617ZJul 20 18:50:23.123Jul 20 18:50:23.123 Jul 20 18:50:23.108DEBGJul 20 18:50:23.123 Jul 20 18:50:23.123 INFO reset freemap INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff,
53622026-07-20T18:50:24.617Zcreated new freemapINFO , adding route 172.17.0.45/32 -> 10.0.0.255
53632026-07-20T18:50:24.617Zadding route 172.17.0.6/32 -> 10.0.0.255unitunit
53642026-07-20T18:50:24.617Z:Jul 20 18:50:23.123: Jul 20 18:50:23.123freemap_route_ipv4
53652026-07-20T18:50:24.617ZDEBG freemap_route_ipv4DEBG
53662026-07-20T18:50:24.617Z Jul 20 18:50:23.123replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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
53672026-07-20T18:50:24.617Z
53682026-07-20T18:50:24.617Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
53692026-07-20T18:50:24.617Zreplacing 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 } }]Jul 20 18:50:23.123
53702026-07-20T18:50:24.617Z DEBG Jul 20 18:50:23.123created new freemap Jul 20 18:50:23.123Jul 20 18:50:23.123, DEBG unitINFOINFO: freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:50:23.123
53712026-07-20T18:50:24.617Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
53722026-07-20T18:50:24.617Z adding route 172.17.0.46/32 -> 10.0.0.255
53732026-07-20T18:50:24.617Z
53742026-07-20T18:50:24.617Zinitted freemap. size: 64, Jul 20 18:50:23.123Jul 20 18:50:23.123Jul 20 18:50:23.123unit DEBGDEBG : replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGinitted freemap. size: 64 , Jul 20 18:50:23.123freemap_route_ipv6
53752026-07-20T18:50:24.617Z unit:
53762026-07-20T18:50:24.617Z DEBGfreemap_route_ipv4
53772026-07-20T18:50:24.617Zreplacing 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 } }]Jul 20 18:50:23.123
53782026-07-20T18:50:24.617ZINFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
53792026-07-20T18:50:24.617Z
53802026-07-20T18:50:24.617ZJul 20 18:50:23.123 DEBG Jul 20 18:50:23.123reset freemap Jul 20 18:50:23.123INFO Jul 20 18:50:23.123DEBG adding route 172.17.0.8/32 -> 10.0.0.255INFO Jul 20 18:50:23.123, replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
53812026-07-20T18:50:24.617Zunit:
53822026-07-20T18:50:24.617Zfreemap_route_ipv4
53832026-07-20T18:50:24.617ZJul 20 18:50:23.123
53842026-07-20T18:50:24.617Z DEBGDEBGJul 20 18:50:23.123 Jul 20 18:50:23.123reset 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 } }] , Jul 20 18:50:23.123 unitDEBG
53852026-07-20T18:50:24.617ZINFODEBG: replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv6
53862026-07-20T18:50:24.617Z
53872026-07-20T18:50:24.617Z
53882026-07-20T18:50:24.617Z Jul 20 18:50:23.123 INFOinitted freemap. size: 64 Jul 20 18:50:23.123Jul 20 18:50:23.123adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.123 ,
53892026-07-20T18:50:24.618Z DEBGunit: INFOfreemap_route_ipv6 Jul 20 18:50:23.123
53902026-07-20T18:50:24.618Zadding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53912026-07-20T18:50:24.618Z
53922026-07-20T18:50:24.618ZINFODEBG Jul 20 18:50:23.123 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
53932026-07-20T18:50:24.618Zadding route 172.16.0.0/32 -> 10.0.0.1 reset freemapJul 20 18:50:23.123
53942026-07-20T18:50:24.618Z , DEBGunitJul 20 18:50:23.123 Jul 20 18:50:23.123: INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.123 freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255INFO
53952026-07-20T18:50:24.618Z
53962026-07-20T18:50:24.618Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
53972026-07-20T18:50:24.618Z
53982026-07-20T18:50:24.618ZDEBGJul 20 18:50:23.123 Jul 20 18:50:23.123 Jul 20 18:50:23.123replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG INFOINFO 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 } }]
53992026-07-20T18:50:24.618Z
54002026-07-20T18:50:24.618Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.49/32 -> 10.0.0.255
54012026-07-20T18:50:24.618Z
54022026-07-20T18:50:24.618ZJul 20 18:50:23.123Jul 20 18:50:23.123Jul 20 18:50:23.123Jul 20 18:50:23.123 Jul 20 18:50:23.123DEBG Jul 20 18:50:23.108replacing 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 } }]
54032026-07-20T18:50:24.618ZINFO adding route 172.17.0.5/32 -> 10.0.0.255INFOJul 20 18:50:23.129
54042026-07-20T18:50:24.618Z adding route 172.16.0.0/32 -> 10.0.0.1
54052026-07-20T18:50:24.618Z 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 } }]Jul 20 18:50:23.130
54062026-07-20T18:50:24.618ZINFO 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: "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 } }]
54072026-07-20T18:50:24.618Z
54082026-07-20T18:50:24.687ZJul 20 18:50:23.130 Jul 20 18:50:23.130INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
54092026-07-20T18:50:24.687ZJul 20 18:50:23.130replacing 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 } }] Jul 20 18:50:23.130
54102026-07-20T18:50:24.687Z INFODEBGJul 20 18:50:23.130 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
54112026-07-20T18:50:24.687Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
54122026-07-20T18:50:24.687Z
54132026-07-20T18:50:24.687ZJul 20 18:50:23.130Jul 20 18:50:23.130Jul 20 18:50:23.130 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 } }]INFOINFO Jul 20 18:50:23.130adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
54142026-07-20T18:50:24.687Z
54152026-07-20T18:50:24.687Z
54162026-07-20T18:50:24.687ZINFO adding route 172.16.0.0/32 -> 10.0.0.3Jul 20 18:50:23.130 Jul 20 18:50:23.130DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54172026-07-20T18:50:24.687Z
54182026-07-20T18:50:24.687Z Jul 20 18:50:23.130replacing 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 } }]
54192026-07-20T18:50:24.687ZINFO Jul 20 18:50:23.130Jul 20 18:50:23.130adding route 172.16.0.0/32 -> 10.0.0.2
54202026-07-20T18:50:24.687Z INFODEBGJul 20 18:50:23.130 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 } }] Jul 20 18:50:23.130adding route 172.17.0.52/32 -> 10.0.0.255
54212026-07-20T18:50:24.687Z 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 } }]
54222026-07-20T18:50:24.687Z Jul 20 18:50:23.130
54232026-07-20T18:50:24.687Zreplacing 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 } }]
54242026-07-20T18:50:24.687ZDEBGINFO 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.7/32 -> 10.0.0.255Jul 20 18:50:23.130
54252026-07-20T18:50:24.687ZJul 20 18:50:23.130 INFO
54262026-07-20T18:50:24.687Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54272026-07-20T18:50:24.687ZJul 20 18:50:23.130INFO Jul 20 18:50:23.130INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.0/32 -> 10.0.0.255
54282026-07-20T18:50:24.687Z
54292026-07-20T18:50:24.687ZJul 20 18:50:23.130 INFODEBGJul 20 18:50:23.130 Jul 20 18:50:23.130replacing 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 } }] DEBGJul 20 18:50:23.130adding route 172.17.0.53/32 -> 10.0.0.255
54302026-07-20T18:50:24.687Z DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
54312026-07-20T18:50:24.687Z
54322026-07-20T18:50:24.687ZJul 20 18:50:23.130
54332026-07-20T18:50:24.687Z DEBGJul 20 18:50:23.130Jul 20 18:50:23.130 INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54342026-07-20T18:50:24.688Z
54352026-07-20T18:50:24.688ZJul 20 18:50:23.130replacing targets for 172.16.0.0/32 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 } }] INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.130
54362026-07-20T18:50:24.688Z INFOJul 20 18:50:23.130
54372026-07-20T18:50:24.688ZDEBGadding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
54382026-07-20T18:50:24.688Z
54392026-07-20T18:50:24.688Z
54402026-07-20T18:50:24.688ZJul 20 18:50:23.130Jul 20 18:50:23.130Jul 20 18:50:23.130 INFOINFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }]
54412026-07-20T18:50:24.688ZJul 20 18:50:23.130adding route 172.17.0.1/32 -> 10.0.0.255
54422026-07-20T18:50:24.688Z DEBG
54432026-07-20T18:50:24.688Z 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 } }]Jul 20 18:50:23.130Jul 20 18:50:23.130 DEBG
54442026-07-20T18:50:24.688Z 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 } }]
54452026-07-20T18:50:24.688Zadding route 172.17.0.55/32 -> 10.0.0.255Jul 20 18:50:23.130
54462026-07-20T18:50:24.688Z INFO adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.130Jul 20 18:50:23.130
54472026-07-20T18:50:24.688ZINFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
54482026-07-20T18:50:24.688Zreplacing 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 } }]
54492026-07-20T18:50:24.688ZJul 20 18:50:23.130 DEBGJul 20 18:50:23.130 Jul 20 18:50:23.130DEBGreplacing 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 } }]
54502026-07-20T18:50:24.688Zreplacing 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 } }]
54512026-07-20T18:50:24.688ZJul 20 18:50:23.130 INFODEBG Jul 20 18:50:23.130adding route 172.17.0.56/32 -> 10.0.0.255 Jul 20 18:50:23.130
54522026-07-20T18:50:24.688Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.10/32 -> 10.0.0.255INFO
54532026-07-20T18:50:24.688Z
54542026-07-20T18:50:24.688ZJul 20 18:50:23.130 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
54552026-07-20T18:50:24.688Z Jul 20 18:50:23.130replacing 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 } }]Jul 20 18:50:23.130
54562026-07-20T18:50:24.688Z Jul 20 18:50:23.130DEBG Jul 20 18:50:23.130DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255
54572026-07-20T18:50:24.688Z
54582026-07-20T18:50:24.688Z
54592026-07-20T18:50:24.689Zadding route 172.17.0.2/32 -> 10.0.0.255
54602026-07-20T18:50:24.689ZJul 20 18:50:23.130 Jul 20 18:50:23.130DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54612026-07-20T18:50:24.689Zreplacing 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 } }]Jul 20 18:50:23.130
54622026-07-20T18:50:24.689Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:50:23.130
54632026-07-20T18:50:24.689Z Jul 20 18:50:23.130INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
54642026-07-20T18:50:24.689ZJul 20 18:50:23.130adding route 172.17.0.3/32 -> 10.0.0.255
54652026-07-20T18:50:24.689ZDEBGJul 20 18:50:23.130 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
54662026-07-20T18:50:24.689Ztest route::tests::add_target_fails_full ... ok
54672026-07-20T18:50:24.689Z Jul 20 18:50:23.130 Jul 20 18:50:23.130DEBG Jul 20 18:50:23.130DEBGreplacing 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 } }]
54682026-07-20T18:50:24.689Z adding route 172.17.0.11/32 -> 10.0.0.255INFOreplacing 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 } }]
54692026-07-20T18:50:24.689Z
54702026-07-20T18:50:24.689Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:50:23.130
54712026-07-20T18:50:24.689Z INFOJul 20 18:50:23.130Jul 20 18:50:23.130Jul 20 18:50:23.130 INFODEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
54722026-07-20T18:50:24.689Z
54732026-07-20T18:50:24.689ZDEBG INFO adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:50:23.130
54742026-07-20T18:50:24.689ZJul 20 18:50:23.130adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54752026-07-20T18:50:24.689ZDEBG
54762026-07-20T18:50:24.690Z INFOJul 20 18:50:23.130 Jul 20 18:50:23.130DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:50:23.130
54772026-07-20T18:50:24.690Z INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:50:23.130
54782026-07-20T18:50:24.690Zadding route 172.17.0.12/32 -> 10.0.0.255
54792026-07-20T18:50:24.690ZDEBGDEBG
54802026-07-20T18:50:24.690Z Jul 20 18:50:23.130 INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:50:23.130
54812026-07-20T18:50:24.690Zadding route 172.17.0.60/32 -> 10.0.0.255replacing 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 } }]
54822026-07-20T18:50:24.690ZINFOJul 20 18:50:23.130
54832026-07-20T18:50:24.690ZJul 20 18:50:23.130 DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:50:23.130 Jul 20 18:50:23.130
54842026-07-20T18:50:24.690Z DEBG
54852026-07-20T18:50:24.690Zreplacing 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 } }]
54862026-07-20T18:50:24.690Z 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 } }]
54872026-07-20T18:50:24.690ZINFOJul 20 18:50:23.130 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
54882026-07-20T18:50:24.690ZJul 20 18:50:23.130replacing 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 } }]Jul 20 18:50:23.130
54892026-07-20T18:50:24.690Z INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
54902026-07-20T18:50:24.690Zadding route 172.17.0.61/32 -> 10.0.0.255Jul 20 18:50:23.130
54912026-07-20T18:50:24.690Z Jul 20 18:50:23.130DEBG Jul 20 18:50:23.130 Jul 20 18:50:23.130 Jul 20 18:50:23.130 DEBGDEBG DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54922026-07-20T18:50:24.690Z
54932026-07-20T18:50:24.690Z 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 } }]
54942026-07-20T18:50:24.690Zadding route 172.17.0.13/32 -> 10.0.0.255
54952026-07-20T18:50:24.690Z
54962026-07-20T18:50:24.690ZJul 20 18:50:23.130 Jul 20 18:50:23.130INFOJul 20 18:50:23.130Jul 20 18:50:23.130 Jul 20 18:50:23.130 DEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.6/32 -> 10.0.0.255
54972026-07-20T18:50:24.690Z adding route 172.17.0.62/32 -> 10.0.0.255INFO
54982026-07-20T18:50:24.690Z Jul 20 18:50:23.130adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
54992026-07-20T18:50:24.690ZINFO
55002026-07-20T18:50:24.690Z
55012026-07-20T18:50:24.690ZJul 20 18:50:23.130adding route 172.17.0.14/32 -> 10.0.0.255 Jul 20 18:50:23.130Jul 20 18:50:23.130DEBG
55022026-07-20T18:50:24.690Z 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 } }]
55032026-07-20T18:50:24.691ZDEBGDEBG Jul 20 18:50:23.130replacing 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 } }]Jul 20 18:50:23.130replacing 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 } }]
55042026-07-20T18:50:24.691Z
55052026-07-20T18:50:24.691Z 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 } }]Jul 20 18:50:23.130INFO
55062026-07-20T18:50:24.691ZDEBGJul 20 18:50:23.130 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.63/32 -> 10.0.0.255
55072026-07-20T18:50:24.691Z INFO
55082026-07-20T18:50:24.696Z adding route 172.17.0.15/32 -> 10.0.0.255
55092026-07-20T18:50:24.696ZJul 20 18:50:23.130Jul 20 18:50:23.137 Jul 20 18:50:23.137 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255
55102026-07-20T18:50:24.696ZDEBG 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 } }]
55112026-07-20T18:50:24.696Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
55122026-07-20T18:50:24.696ZJul 20 18:50:23.137Jul 20 18:50:23.137Jul 20 18:50:23.137 DEBGDEBGDEBG 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 } }]failed to allocate space for the new target list
55132026-07-20T18:50:24.696Z
55142026-07-20T18:50:24.696Z 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 } }]Jul 20 18:50:23.137
55152026-07-20T18:50:24.696Z INFOJul 20 18:50:23.137 Jul 20 18:50:23.137 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
55162026-07-20T18:50:24.696Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255
55172026-07-20T18:50:24.696Zreplacing 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 } }]Jul 20 18:50:23.137Jul 20 18:50:23.137
55182026-07-20T18:50:24.696Z DEBG Jul 20 18:50:23.137 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 } }]Jul 20 18:50:23.137DEBG
55192026-07-20T18:50:24.696Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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
55202026-07-20T18:50:24.696Z
55212026-07-20T18:50:24.696Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:50:23.137
55222026-07-20T18:50:24.696Z Jul 20 18:50:23.137DEBG DEBG failed to allocate space for the new target listJul 20 18:50:23.137
55232026-07-20T18:50:24.696Zfailed to allocate space for the new target list Jul 20 18:50:23.137DEBG
55242026-07-20T18:50:24.696Z 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 } }]
55252026-07-20T18:50:24.696Zadding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.137
55262026-07-20T18:50:24.696Z 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 } }]
55272026-07-20T18:50:24.696ZJul 20 18:50:23.137 INFO adding route 172.17.0.17/32 -> 10.0.0.255
55282026-07-20T18:50:24.697ZJul 20 18:50:23.137 DEBGJul 20 18:50:23.137 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
55292026-07-20T18:50:24.697Z 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 } }]
55302026-07-20T18:50:24.697ZJul 20 18:50:23.137 INFO adding route 172.17.0.18/32 -> 10.0.0.255
55312026-07-20T18:50:24.697ZJul 20 18:50:23.137 INFO adding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:50:23.137
55322026-07-20T18:50:24.697Z 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 } }]
55332026-07-20T18:50:24.697ZJul 20 18:50:23.137 DEBGJul 20 18:50:23.137 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55342026-07-20T18:50:24.697Z adding route 172.17.0.19/32 -> 10.0.0.255
55352026-07-20T18:50:24.697ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
55362026-07-20T18:50:24.697Z
55372026-07-20T18:50:24.697ZJul 20 18:50:23.138 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 } }]
55382026-07-20T18:50:24.697ZJul 20 18:50:23.138Jul 20 18:50:23.138 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
55392026-07-20T18:50:24.697Z
55402026-07-20T18:50:24.697ZJul 20 18:50:23.138 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 } }]
55412026-07-20T18:50:24.697ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
55422026-07-20T18:50:24.697Z
55432026-07-20T18:50:24.697ZJul 20 18:50:23.138 Jul 20 18:50:23.138DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55442026-07-20T18:50:24.697Zadding route 172.17.0.13/32 -> 10.0.0.255
55452026-07-20T18:50:24.697ZJul 20 18:50:23.138 Jul 20 18:50:23.138INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255
55462026-07-20T18:50:24.697Zreplacing 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 } }]Jul 20 18:50:23.138
55472026-07-20T18:50:24.697Z INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 20 18:50:23.138Jul 20 18:50:23.138 INFODEBG
55482026-07-20T18:50:24.697Z adding route 172.17.0.14/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 } }]
55492026-07-20T18:50:24.697Z
55502026-07-20T18:50:24.697ZJul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55512026-07-20T18:50:24.697ZDEBG
55522026-07-20T18:50:24.697Z 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 } }]
55532026-07-20T18:50:24.697ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
55542026-07-20T18:50:24.698Z
55552026-07-20T18:50:24.698ZJul 20 18:50:23.138 INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:50:23.138
55562026-07-20T18:50:24.698ZJul 20 18:50:23.138 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55572026-07-20T18:50:24.698Z
55582026-07-20T18:50:24.698ZJul 20 18:50:23.138 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 } }]Jul 20 18:50:23.138
55592026-07-20T18:50:24.698ZJul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
55602026-07-20T18:50:24.698Z
55612026-07-20T18:50:24.698ZJul 20 18:50:23.138 INFO Jul 20 18:50:23.138adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:50:23.138
55622026-07-20T18:50:24.698Z INFODEBG Jul 20 18:50:23.138adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55632026-07-20T18:50:24.698Z
55642026-07-20T18:50:24.698ZDEBG 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 } }]
55652026-07-20T18:50:24.698ZJul 20 18:50:23.138Jul 20 18:50:23.138 INFOJul 20 18:50:23.138DEBG adding route 172.17.0.17/32 -> 10.0.0.255INFO
55662026-07-20T18:50:24.698Z adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55672026-07-20T18:50:24.698Z
55682026-07-20T18:50:24.698ZJul 20 18:50:23.138 DEBG Jul 20 18:50:23.138replacing 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 } }]Jul 20 18:50:23.138
55692026-07-20T18:50:24.698Z DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
55702026-07-20T18:50:24.698ZJul 20 18:50:23.138
55712026-07-20T18:50:24.698Z INFO adding route 172.17.0.18/32 -> 10.0.0.255Jul 20 18:50:23.138
55722026-07-20T18:50:24.698Z Jul 20 18:50:23.138INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
55732026-07-20T18:50:24.698Zreplacing 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 } }]Jul 20 18:50:23.138
55742026-07-20T18:50:24.698Z 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 } }]
55752026-07-20T18:50:24.698ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBG 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 } }]Jul 20 18:50:23.138
55762026-07-20T18:50:24.698Z adding route 172.17.0.27/32 -> 10.0.0.255INFO
55772026-07-20T18:50:24.698Z adding route 172.17.0.19/32 -> 10.0.0.255
55782026-07-20T18:50:24.698ZJul 20 18:50:23.138 Jul 20 18:50:23.138INFO Jul 20 18:50:23.138 DEBG adding route 172.17.0.20/32 -> 10.0.0.255DEBG
55792026-07-20T18:50:24.698Z 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.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 } }]
55802026-07-20T18:50:24.698Z
55812026-07-20T18:50:24.698ZJul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 INFOINFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
55822026-07-20T18:50:24.699Zreplacing 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 } }]
55832026-07-20T18:50:24.699Z
55842026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 DEBGINFODEBG adding route 172.17.0.21/32 -> 10.0.0.255
55852026-07-20T18:50:24.699Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55862026-07-20T18:50:24.699Z
55872026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO INFOadding route 172.17.0.21/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 } }]
55882026-07-20T18:50:24.699Zadding route 172.17.0.29/32 -> 10.0.0.255
55892026-07-20T18:50:24.699Z
55902026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBGJul 20 18:50:23.138INFO 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
55912026-07-20T18:50:24.699Z adding route 172.17.0.22/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 } }]
55922026-07-20T18:50:24.699Z
55932026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 INFOINFODEBG adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
55942026-07-20T18:50:24.699Z
55952026-07-20T18:50:24.699Zreplacing 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 } }]
55962026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
55972026-07-20T18:50:24.699Z
55982026-07-20T18:50:24.699Zadding route 172.17.0.23/32 -> 10.0.0.255
55992026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 INFO INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255
56002026-07-20T18:50:24.699Zadding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56012026-07-20T18:50:24.699Z
56022026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138DEBGDEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.24/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 } }]
56032026-07-20T18:50:24.699Z
56042026-07-20T18:50:24.699Z
56052026-07-20T18:50:24.699ZJul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 INFODEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
56062026-07-20T18:50:24.699Z
56072026-07-20T18:50:24.699Z adding route 172.17.0.32/32 -> 10.0.0.255
56082026-07-20T18:50:24.704ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBGJul 20 18:50:23.138 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 } }]
56092026-07-20T18:50:24.704Z DEBGadding route 172.17.0.25/32 -> 10.0.0.255
56102026-07-20T18:50:24.704Zreplacing 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 } }]
56112026-07-20T18:50:24.704ZJul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFOINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
56122026-07-20T18:50:24.704Z
56132026-07-20T18:50:24.704Z
56142026-07-20T18:50:24.704ZJul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 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
56152026-07-20T18:50:24.704Z adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56162026-07-20T18:50:24.704Z
56172026-07-20T18:50:24.704ZJul 20 18:50:23.138 INFO Jul 20 18:50:23.138Jul 20 18:50:23.138adding route 172.17.0.34/32 -> 10.0.0.255
56182026-07-20T18:50:24.704ZDEBGINFO 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.26/32 -> 10.0.0.255
56192026-07-20T18:50:24.704ZJul 20 18:50:23.138
56202026-07-20T18:50:24.704Z 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 } }]
56212026-07-20T18:50:24.704ZJul 20 18:50:23.138Jul 20 18:50:23.138 DEBG 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 } }]Jul 20 18:50:23.138
56222026-07-20T18:50:24.704Z adding route 172.17.0.27/32 -> 10.0.0.255INFO
56232026-07-20T18:50:24.704Z adding route 172.17.0.35/32 -> 10.0.0.255Jul 20 18:50:23.138
56242026-07-20T18:50:24.704Z INFOJul 20 18:50:23.138 adding route 172.17.0.27/32 -> 10.0.0.255DEBGJul 20 18:50:23.138
56252026-07-20T18:50:24.704Z 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 } }] DEBGJul 20 18:50:23.138 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 } }]
56262026-07-20T18:50:24.704Z 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 } }]Jul 20 18:50:23.150
56272026-07-20T18:50:24.705Z INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 20 18:50:23.138
56282026-07-20T18:50:24.705Z Jul 20 18:50:23.150DEBG INFOJul 20 18:50:23.150created new freemap DEBG, adding route 172.17.0.28/32 -> 10.0.0.255 unit
56292026-07-20T18:50:24.705Z: freemap_route_ipv4replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.150
56302026-07-20T18:50:24.705Z DEBG
56312026-07-20T18:50:24.705Z 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 } }]Jul 20 18:50:23.150
56322026-07-20T18:50:24.705Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
56332026-07-20T18:50:24.705Z
56342026-07-20T18:50:24.705ZJul 20 18:50:23.150 Jul 20 18:50:23.150INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
56352026-07-20T18:50:24.705ZJul 20 18:50:23.150Jul 20 18:50:23.150 created new freemap , INFODEBGJul 20 18:50:23.150 unit :DEBG freemap_route_ipv6replacing 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.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 } }]
56362026-07-20T18:50:24.705Z
56372026-07-20T18:50:24.705Zadding route 172.17.0.28/32 -> 10.0.0.255
56382026-07-20T18:50:24.705Z
56392026-07-20T18:50:24.705ZJul 20 18:50:23.150Jul 20 18:50:23.150Jul 20 18:50:23.150 INFOINFO Jul 20 18:50:23.150adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
56402026-07-20T18:50:24.705Z
56412026-07-20T18:50:24.705ZDEBG DEBGinitted freemap. size: 64 , 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 } }]unit
56422026-07-20T18:50:24.705Z: freemap_route_ipv4Jul 20 18:50:23.150
56432026-07-20T18:50:24.705ZJul 20 18:50:23.150 Jul 20 18:50:23.150DEBG DEBGINFO 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 } }]Jul 20 18:50:23.150
56442026-07-20T18:50:24.705Zreplacing 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.29/32 -> 10.0.0.255
56452026-07-20T18:50:24.705Z
56462026-07-20T18:50:24.705Z DEBG Jul 20 18:50:23.150reset freemapJul 20 18:50:23.150Jul 20 18:50:23.150, INFOunitINFO: adding route 172.17.0.39/32 -> 10.0.0.255
56472026-07-20T18:50:24.705Zadding route 172.17.0.31/32 -> 10.0.0.255DEBG
56482026-07-20T18:50:24.705Zfreemap_route_ipv4
56492026-07-20T18:50:24.705Zreplacing 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 } }]Jul 20 18:50:23.150Jul 20 18:50:23.150
56502026-07-20T18:50:24.705ZDEBG 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 } }]DEBGJul 20 18:50:23.150Jul 20 18:50:23.150
56512026-07-20T18:50:24.705ZDEBG initted freemap. size: 64INFO, Jul 20 18:50:23.150 unitreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 :INFO
56522026-07-20T18:50:24.705Zfreemap_route_ipv6
56532026-07-20T18:50:24.705Zadding route 172.17.0.40/32 -> 10.0.0.255
56542026-07-20T18:50:24.705Z
56552026-07-20T18:50:24.705ZJul 20 18:50:23.150Jul 20 18:50:23.150Jul 20 18:50:23.150Jul 20 18:50:23.150 DEBG DEBG DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]reset freemap
56562026-07-20T18:50:24.705Z
56572026-07-20T18:50:24.705Zadding route 172.17.0.32/32 -> 10.0.0.255
56582026-07-20T18:50:24.705Z, unit: Jul 20 18:50:23.150freemap_route_ipv6Jul 20 18:50:23.150Jul 20 18:50:23.150
56592026-07-20T18:50:24.705ZINFO INFOadding route 172.17.0.31/32 -> 10.0.0.255DEBG
56602026-07-20T18:50:24.705Zadding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:50:23.150
56612026-07-20T18:50:24.705Zreplacing 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 } }]
56622026-07-20T18:50:24.705ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
56632026-07-20T18:50:24.705ZJul 20 18:50:23.150Jul 20 18:50:23.150 DEBG Jul 20 18:50:23.150INFO 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 } }] Jul 20 18:50:23.150
56642026-07-20T18:50:24.705Zadding route 172.17.0.33/32 -> 10.0.0.255 DEBG
56652026-07-20T18:50:24.705Z 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 } }] Jul 20 18:50:23.150replacing 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 } }]
56662026-07-20T18:50:24.707ZJul 20 18:50:23.150
56672026-07-20T18:50:24.707Z INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.150
56682026-07-20T18:50:24.707ZJul 20 18:50:23.150
56692026-07-20T18:50:24.707Z INFOINFO Jul 20 18:50:23.150adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
56702026-07-20T18:50:24.707Z
56712026-07-20T18:50:24.707Z DEBGJul 20 18:50:23.150 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 } }]Jul 20 18:50:23.150INFO
56722026-07-20T18:50:24.707ZJul 20 18:50:23.150 adding route 172.17.0.34/32 -> 10.0.0.255DEBG
56732026-07-20T18:50:24.707Z Jul 20 18:50:23.150replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
56742026-07-20T18:50:24.707Zreplacing 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 } }]INFOJul 20 18:50:23.150
56752026-07-20T18:50:24.707Zadding route 172.17.0.33/32 -> 10.0.0.255
56762026-07-20T18:50:24.707ZDEBG 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 } }]Jul 20 18:50:23.150
56772026-07-20T18:50:24.707ZJul 20 18:50:23.150Jul 20 18:50:23.150 Jul 20 18:50:23.150DEBGINFO 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 } }]INFOINFO
56782026-07-20T18:50:24.707Z adding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.43/32 -> 10.0.0.255
56792026-07-20T18:50:24.707Z
56802026-07-20T18:50:24.707Z
56812026-07-20T18:50:24.707ZJul 20 18:50:23.150 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:50:23.150
56822026-07-20T18:50:24.707ZJul 20 18:50:23.150 DEBGJul 20 18:50:23.150 DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.150
56832026-07-20T18:50:24.707Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
56842026-07-20T18:50:24.707Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:50:23.150
56852026-07-20T18:50:24.707Z
56862026-07-20T18:50:24.707Z INFO Jul 20 18:50:23.150Jul 20 18:50:23.150 Jul 20 18:50:23.150 adding route 172.17.0.36/32 -> 10.0.0.255INFO
56872026-07-20T18:50:24.707Z INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
56882026-07-20T18:50:24.707Z
56892026-07-20T18:50:24.707Zadding route 172.17.0.44/32 -> 10.0.0.255Jul 20 18:50:23.151
56902026-07-20T18:50:24.707Z 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 } }]
56912026-07-20T18:50:24.707ZJul 20 18:50:23.151Jul 20 18:50:23.151Jul 20 18:50:23.151 DEBG DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
56922026-07-20T18:50:24.707Z
56932026-07-20T18:50:24.707ZJul 20 18:50:23.151replacing 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 } }]
56942026-07-20T18:50:24.707ZINFO Jul 20 18:50:23.151adding route 172.17.0.37/32 -> 10.0.0.255
56952026-07-20T18:50:24.707ZJul 20 18:50:23.151INFO adding route 172.17.0.45/32 -> 10.0.0.255
56962026-07-20T18:50:24.707ZJul 20 18:50:23.151Jul 20 18:50:23.151 INFO INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:50:23.151
56972026-07-20T18:50:24.707Zadding route 172.17.0.36/32 -> 10.0.0.255
56982026-07-20T18:50:24.708Z
56992026-07-20T18:50:24.708ZDEBGJul 20 18:50:23.151 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 } }]Jul 20 18:50:23.151Jul 20 18:50:23.151
57002026-07-20T18:50:24.708ZDEBGINFO adding route 172.17.0.38/32 -> 10.0.0.255 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 } }]
57012026-07-20T18:50:24.708Z
57022026-07-20T18:50:24.708ZDEBG 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 } }]Jul 20 18:50:23.151
57032026-07-20T18:50:24.708ZJul 20 18:50:23.151 Jul 20 18:50:23.151DEBGINFO 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.46/32 -> 10.0.0.255
57042026-07-20T18:50:24.708ZJul 20 18:50:23.151INFO
57052026-07-20T18:50:24.708Z INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255Jul 20 18:50:23.151Jul 20 18:50:23.151 INFO
57062026-07-20T18:50:24.708Z DEBG adding route 172.17.0.39/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 } }]
57072026-07-20T18:50:24.708ZJul 20 18:50:23.151
57082026-07-20T18:50:24.713Z
57092026-07-20T18:50:24.713Z 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 } }]Jul 20 18:50:23.151Jul 20 18:50:23.151
57102026-07-20T18:50:24.713Z DEBGDEBG Jul 20 18:50:23.151 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:50:23.151
57112026-07-20T18:50:24.713Z
57122026-07-20T18:50:24.713ZINFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
57132026-07-20T18:50:24.713Z
57142026-07-20T18:50:24.713ZJul 20 18:50:23.151 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 20 18:50:23.151
57152026-07-20T18:50:24.713ZJul 20 18:50:23.151 DEBGJul 20 18:50:23.151 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 } }] Jul 20 18:50:23.151
57162026-07-20T18:50:24.713Zreplacing 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 } }]
57172026-07-20T18:50:24.713ZDEBG 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 } }]
57182026-07-20T18:50:24.713Zadding route 172.17.0.40/32 -> 10.0.0.255
57192026-07-20T18:50:24.713ZJul 20 18:50:23.151Jul 20 18:50:23.151Jul 20 18:50:23.151 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
57202026-07-20T18:50:24.713Z
57212026-07-20T18:50:24.713ZINFO Jul 20 18:50:23.151adding route 172.17.0.3/32 -> 10.0.0.255 Jul 20 18:50:23.151Jul 20 18:50:23.151DEBG
57222026-07-20T18:50:24.713ZDEBGreplacing 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 } }]
57232026-07-20T18:50:24.713Zreplacing 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
57242026-07-20T18:50:24.713ZJul 20 18:50:23.151 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 } }]Jul 20 18:50:23.151DEBGJul 20 18:50:23.151
57252026-07-20T18:50:24.713ZINFO adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57262026-07-20T18:50:24.713Z
57272026-07-20T18:50:24.714Z Jul 20 18:50:23.151adding route 172.17.0.40/32 -> 10.0.0.255
57282026-07-20T18:50:24.714ZINFOJul 20 18:50:23.151 Jul 20 18:50:23.151 adding route 172.17.0.49/32 -> 10.0.0.255
57292026-07-20T18:50:24.714ZDEBGJul 20 18:50:23.151 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 } }]DEBGINFO
57302026-07-20T18:50:24.714Z 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 } }]
57312026-07-20T18:50:24.714Zadding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:50:23.151
57322026-07-20T18:50:24.714Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 20 18:50:23.151Jul 20 18:50:23.151Jul 20 18:50:23.151
57332026-07-20T18:50:24.714Z INFO DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.151adding route 172.17.0.41/32 -> 10.0.0.255
57342026-07-20T18:50:24.714Zreplacing 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 } }]
57352026-07-20T18:50:24.714Z
57362026-07-20T18:50:24.714Z DEBG Jul 20 18:50:23.151replacing 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 } }]
57372026-07-20T18:50:24.714ZJul 20 18:50:23.151Jul 20 18:50:23.151 INFO DEBGJul 20 18:50:23.151adding route 172.17.0.5/32 -> 10.0.0.255
57382026-07-20T18:50:24.714ZINFOreplacing 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 } }]
57392026-07-20T18:50:24.714ZINFOadding route 172.17.0.43/32 -> 10.0.0.255
57402026-07-20T18:50:24.714Z adding route 172.17.0.50/32 -> 10.0.0.255
57412026-07-20T18:50:24.714ZJul 20 18:50:23.158Jul 20 18:50:23.158 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.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 } }]
57422026-07-20T18:50:24.714Z
57432026-07-20T18:50:24.714ZJul 20 18:50:23.158 INFO adding route 172.17.0.44/32 -> 10.0.0.255
57442026-07-20T18:50:24.714ZJul 20 18:50:23.158 Jul 20 18:50:23.158INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
57452026-07-20T18:50:24.714Zreplacing 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 } }]
57462026-07-20T18:50:24.714ZJul 20 18:50:23.158 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 } }]
57472026-07-20T18:50:24.714ZJul 20 18:50:23.151Jul 20 18:50:23.158Jul 20 18:50:23.158 INFOINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
57482026-07-20T18:50:24.714Z adding route 172.17.0.45/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 } }]
57492026-07-20T18:50:24.714Z
57502026-07-20T18:50:24.714ZJul 20 18:50:23.158 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 } }]Jul 20 18:50:23.158
57512026-07-20T18:50:24.714Z INFO Jul 20 18:50:23.158adding route 172.17.0.6/32 -> 10.0.0.255
57522026-07-20T18:50:24.714ZDEBGJul 20 18:50:23.158 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 } }]
57532026-07-20T18:50:24.714ZJul 20 18:50:23.158adding route 172.17.0.53/32 -> 10.0.0.255
57542026-07-20T18:50:24.714ZDEBG 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 } }]
57552026-07-20T18:50:24.714ZJul 20 18:50:23.158 INFOJul 20 18:50:23.158 adding route 172.17.0.46/32 -> 10.0.0.255INFO
57562026-07-20T18:50:24.714ZJul 20 18:50:23.158 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
57572026-07-20T18:50:24.714Z 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 } }]Jul 20 18:50:23.158
57582026-07-20T18:50:24.714Z DEBG Jul 20 18:50:23.158replacing 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 } }]Jul 20 18:50:23.158
57592026-07-20T18:50:24.714Z INFODEBG adding route 172.17.0.54/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 } }]
57602026-07-20T18:50:24.714ZJul 20 18:50:23.158
57612026-07-20T18:50:24.714Z INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 20 18:50:23.158
57622026-07-20T18:50:24.714Z 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 } }]
57632026-07-20T18:50:24.714ZJul 20 18:50:23.158 DEBGJul 20 18:50:23.158 Jul 20 18:50:23.158 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57642026-07-20T18:50:24.714Z INFOadding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255
57652026-07-20T18:50:24.714Z
57662026-07-20T18:50:24.714ZJul 20 18:50:23.158 INFOJul 20 18:50:23.158 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
57672026-07-20T18:50:24.715Zreplacing 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 } }]
57682026-07-20T18:50:24.715ZJul 20 18:50:23.158 Jul 20 18:50:23.158DEBG Jul 20 18:50:23.158DEBG 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 } }]
57692026-07-20T18:50:24.715Zadding 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 } }]
57702026-07-20T18:50:24.715Z
57712026-07-20T18:50:24.715ZJul 20 18:50:23.158Jul 20 18:50:23.158 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.158
57722026-07-20T18:50:24.715Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57732026-07-20T18:50:24.715Z adding route 172.17.0.49/32 -> 10.0.0.255
57742026-07-20T18:50:24.715ZJul 20 18:50:23.158 DEBGJul 20 18:50:23.158 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 } }]Jul 20 18:50:23.158
57752026-07-20T18:50:24.715ZINFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
57762026-07-20T18:50:24.715Zreplacing 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 } }]
57772026-07-20T18:50:24.715ZJul 20 18:50:23.158 INFO Jul 20 18:50:23.158adding route 172.17.0.10/32 -> 10.0.0.255
57782026-07-20T18:50:24.715ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
57792026-07-20T18:50:24.715ZJul 20 18:50:23.158Jul 20 18:50:23.158 DEBGDEBGJul 20 18:50:23.158 DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
57802026-07-20T18:50:24.715Zreplacing 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 } }]
57812026-07-20T18:50:24.715Z
57822026-07-20T18:50:24.715ZJul 20 18:50:23.158 Jul 20 18:50:23.158INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
57832026-07-20T18:50:24.715Zadding route 172.17.0.51/32 -> 10.0.0.255
57842026-07-20T18:50:24.715ZJul 20 18:50:23.158 INFOJul 20 18:50:23.158 Jul 20 18:50:23.158 adding route 172.17.0.11/32 -> 10.0.0.255 DEBG
57852026-07-20T18:50:24.715Z 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 } }]
57862026-07-20T18:50:24.715Zreplacing 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 } }]
57872026-07-20T18:50:24.715ZJul 20 18:50:23.158 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 } }]Jul 20 18:50:23.158
57882026-07-20T18:50:24.715Z INFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 20 18:50:23.158
57892026-07-20T18:50:24.715Z Jul 20 18:50:23.158INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255 Jul 20 18:50:23.158
57902026-07-20T18:50:24.715Z adding route 172.17.0.12/32 -> 10.0.0.255DEBG
57912026-07-20T18:50:24.715Z 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 } }]
57922026-07-20T18:50:24.715ZJul 20 18:50:23.158 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 } }]Jul 20 18:50:23.158
57932026-07-20T18:50:24.715Z INFO Jul 20 18:50:23.158adding route 172.17.0.53/32 -> 10.0.0.255
57942026-07-20T18:50:24.715ZDEBGJul 20 18:50:23.158 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57952026-07-20T18:50:24.715Z adding route 172.17.0.60/32 -> 10.0.0.255Jul 20 18:50:23.158
57962026-07-20T18:50:24.715Z DEBGJul 20 18:50:23.158 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57972026-07-20T18:50:24.715Z adding route 172.17.0.13/32 -> 10.0.0.255
57982026-07-20T18:50:24.715ZJul 20 18:50:23.158Jul 20 18:50:23.158 Jul 20 18:50:23.158 INFO DEBGDEBGadding route 172.17.0.54/32 -> 10.0.0.255
57992026-07-20T18:50:24.715Zreplacing 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.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 } }]
58002026-07-20T18:50:24.715ZJul 20 18:50:23.165 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 } }]
58012026-07-20T18:50:24.715Z
58022026-07-20T18:50:24.715ZJul 20 18:50:23.165Jul 20 18:50:23.165 INFOINFO Jul 20 18:50:23.165adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
58032026-07-20T18:50:24.715Z
58042026-07-20T18:50:24.715ZINFO adding route 172.17.0.61/32 -> 10.0.0.255
58052026-07-20T18:50:24.715ZJul 20 18:50:23.165 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 } }]Jul 20 18:50:23.165
58062026-07-20T18:50:24.716Z DEBG Jul 20 18:50:23.165replacing 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 } }]
58072026-07-20T18:50:24.716ZDEBGJul 20 18:50:23.165 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58082026-07-20T18:50:24.720Z Jul 20 18:50:23.165adding route 172.17.0.15/32 -> 10.0.0.255
58092026-07-20T18:50:24.720ZINFO Jul 20 18:50:23.165adding route 172.17.0.62/32 -> 10.0.0.255
58102026-07-20T18:50:24.720ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
58112026-07-20T18:50:24.720ZJul 20 18:50:23.166 Jul 20 18:50:23.166DEBG Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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.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 } }]
58122026-07-20T18:50:24.720Z
58132026-07-20T18:50:24.720Z
58142026-07-20T18:50:24.720ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255failed to allocate space for the new target listJul 20 18:50:23.166
58152026-07-20T18:50:24.720Z
58162026-07-20T18:50:24.720Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:50:23.166
58172026-07-20T18:50:24.720Z DEBGJul 20 18:50:23.166 Jul 20 18:50:23.166DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
58182026-07-20T18:50:24.720ZDEBG
58192026-07-20T18:50:24.720Z 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 } }]
58202026-07-20T18:50:24.720ZJul 20 18:50:23.166 INFOJul 20 18:50:23.166 adding route 172.17.0.17/32 -> 10.0.0.255INFO
58212026-07-20T18:50:24.720Z adding route 172.17.0.58/32 -> 10.0.0.255
58222026-07-20T18:50:24.720ZJul 20 18:50:23.166 Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58232026-07-20T18:50:24.720Z
58242026-07-20T18:50:24.720ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
58252026-07-20T18:50:24.720Z
58262026-07-20T18:50:24.720ZJul 20 18:50:23.166 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 } }]Jul 20 18:50:23.166
58272026-07-20T18:50:24.720Z 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 } }]Jul 20 18:50:23.166
58282026-07-20T18:50:24.720Z INFOJul 20 18:50:23.166 adding route 172.17.0.19/32 -> 10.0.0.255Jul 20 18:50:23.166INFO
58292026-07-20T18:50:24.720Z adding route 172.17.0.42/32 -> 10.0.0.255INFO
58302026-07-20T18:50:24.720Z adding route 172.17.0.60/32 -> 10.0.0.255Jul 20 18:50:23.166
58312026-07-20T18:50:24.720Z Jul 20 18:50:23.166DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:50:23.166replacing 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 } }]
58322026-07-20T18:50:24.720Z
58332026-07-20T18:50:24.720Z 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 } }]Jul 20 18:50:23.166
58342026-07-20T18:50:24.720ZJul 20 18:50:23.166 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:50:23.166adding route 172.17.0.43/32 -> 10.0.0.255
58352026-07-20T18:50:24.720Z
58362026-07-20T18:50:24.720ZDEBG failed to allocate space for the new target list
58372026-07-20T18:50:24.720ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBGJul 20 18:50:23.166 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 } }]
58382026-07-20T18:50:24.720Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58392026-07-20T18:50:24.720Z
58402026-07-20T18:50:24.720ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
58412026-07-20T18:50:24.720Z
58422026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58432026-07-20T18:50:24.721Z
58442026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
58452026-07-20T18:50:24.721Z
58462026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58472026-07-20T18:50:24.721Z
58482026-07-20T18:50:24.721ZJul 20 18:50:23.166 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:50:23.166
58492026-07-20T18:50:24.721ZJul 20 18:50:23.166 INFODEBG adding route 172.17.0.23/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 } }]
58502026-07-20T18:50:24.721Z
58512026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
58522026-07-20T18:50:24.721Z
58532026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
58542026-07-20T18:50:24.721Z
58552026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58562026-07-20T18:50:24.721Z
58572026-07-20T18:50:24.721Ztest route::tests::delete_target_full ... ok
58582026-07-20T18:50:24.721Ztest route::tests::delete_targets_full ... ok
58592026-07-20T18:50:24.721Ztest route::tests::delete_target_fragmented ... ok
58602026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
58612026-07-20T18:50:24.721Z
58622026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58632026-07-20T18:50:24.721Z
58642026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
58652026-07-20T18:50:24.721Z
58662026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58672026-07-20T18:50:24.721Z
58682026-07-20T18:50:24.721ZJul 20 18:50:23.166Jul 20 18:50:23.166 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 172.17.0.27/32 -> 10.0.0.255
58692026-07-20T18:50:24.721Z
58702026-07-20T18:50:24.721ZJul 20 18:50:23.166 Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.51/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 } }]
58712026-07-20T18:50:24.721ZJul 20 18:50:23.166 DEBG
58722026-07-20T18:50:24.721Z 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 } }]
58732026-07-20T18:50:24.721ZJul 20 18:50:23.166 INFOJul 20 18:50:23.166 adding route 172.17.0.28/32 -> 10.0.0.255INFO
58742026-07-20T18:50:24.721Z adding route 172.17.0.52/32 -> 10.0.0.255
58752026-07-20T18:50:24.721ZJul 20 18:50:23.166 Jul 20 18:50:23.166DEBG 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 } }]
58762026-07-20T18:50:24.721Zreplacing 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 } }]
58772026-07-20T18:50:24.721ZJul 20 18:50:23.166 Jul 20 18:50:23.166INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
58782026-07-20T18:50:24.721Zadding route 172.17.0.53/32 -> 10.0.0.255
58792026-07-20T18:50:24.722ZJul 20 18:50:23.166 Jul 20 18:50:23.166DEBG 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 } }]
58802026-07-20T18:50:24.722Zreplacing 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 } }]
58812026-07-20T18:50:24.722ZJul 20 18:50:23.166 Jul 20 18:50:23.166INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
58822026-07-20T18:50:24.722Zadding route 172.17.0.54/32 -> 10.0.0.255
58832026-07-20T18:50:24.722ZJul 20 18:50:23.166 Jul 20 18:50:23.166DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58842026-07-20T18:50:24.722Zreplacing 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 } }]
58852026-07-20T18:50:24.722ZJul 20 18:50:23.166 Jul 20 18:50:23.166INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
58862026-07-20T18:50:24.722Zadding route 172.17.0.55/32 -> 10.0.0.255
58872026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58882026-07-20T18:50:24.722Z
58892026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
58902026-07-20T18:50:24.722Z
58912026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 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.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 } }]
58922026-07-20T18:50:24.722Z
58932026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
58942026-07-20T18:50:24.722Z
58952026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58962026-07-20T18:50:24.722Z
58972026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
58982026-07-20T18:50:24.722Z
58992026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 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.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 } }]
59002026-07-20T18:50:24.722Z
59012026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
59022026-07-20T18:50:24.722Z
59032026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59042026-07-20T18:50:24.722Z
59052026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
59062026-07-20T18:50:24.722Z
59072026-07-20T18:50:24.722ZJul 20 18:50:23.166Jul 20 18:50:23.166 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.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 } }]
59082026-07-20T18:50:24.726Z
59092026-07-20T18:50:24.726ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.37/32 -> 10.0.0.255
59102026-07-20T18:50:24.726Z
59112026-07-20T18:50:24.726ZJul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59122026-07-20T18:50:24.726Z
59132026-07-20T18:50:24.726ZJul 20 18:50:23.166 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59142026-07-20T18:50:24.726ZJul 20 18:50:23.166 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59152026-07-20T18:50:24.726ZJul 20 18:50:23.166 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59162026-07-20T18:50:24.726ZJul 20 18:50:23.166 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59172026-07-20T18:50:24.726ZJul 20 18:50:23.239 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59182026-07-20T18:50:24.726ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59192026-07-20T18:50:24.726ZJul 20 18:50:23.239 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59202026-07-20T18:50:24.726ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59212026-07-20T18:50:24.726ZJul 20 18:50:23.239 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59222026-07-20T18:50:24.726ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59232026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59242026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59252026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59262026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59272026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59282026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59292026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59302026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59312026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59322026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59332026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59342026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59352026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59362026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59372026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59382026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59392026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59402026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59412026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59422026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59432026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59442026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59452026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59462026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59472026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59482026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59492026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59502026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59512026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59522026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59532026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59542026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59552026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59562026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59572026-07-20T18:50:24.727ZJul 20 18:50:23.239 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59582026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59592026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG failed to allocate space for the new target list
59602026-07-20T18:50:24.727ZJul 20 18:50:23.239 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
59612026-07-20T18:50:24.727Ztest route::tests::delete_targets_fragmented ... ok
59622026-07-20T18:50:24.727Z
59632026-07-20T18:50:24.728Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
59642026-07-20T18:50:24.728Z
59652026-07-20T18:50:24.728Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d321c30bfdaebeca)
59662026-07-20T18:50:24.728Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8)
59672026-07-20T18:50:24.728Z
59682026-07-20T18:50:24.728Zrunning 0 tests
59692026-07-20T18:50:24.728Z
59702026-07-20T18:50:24.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59712026-07-20T18:50:24.728Z
59722026-07-20T18:50:24.728Z
59732026-07-20T18:50:24.728Zrunning 0 tests
59742026-07-20T18:50:24.728Z
59752026-07-20T18:50:24.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59762026-07-20T18:50:24.728Z
59772026-07-20T18:50:24.728Z Running unittests src/lib.rs (target/debug/deps/dpd_client-43a94576e20d1d8f)
59782026-07-20T18:50:24.728Z
59792026-07-20T18:50:24.728Zrunning 6 tests
59802026-07-20T18:50:24.728Ztest tests::test_parse_client_port_id ... ok
59812026-07-20T18:50:24.728Ztest tests::test_port_id_cmp ... ok
59822026-07-20T18:50:24.728Ztest tests::test_full_lot_id_both_present ... ok
59832026-07-20T18:50:24.728Ztest tests::test_full_lot_id_lot_only ... ok
59842026-07-20T18:50:24.728Ztest tests::test_full_lot_id_lotnum_only ... ok
59852026-07-20T18:50:24.728Ztest tests::test_full_lot_id_neither_present ... ok
59862026-07-20T18:50:24.728Z
59872026-07-20T18:50:24.728Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59882026-07-20T18:50:24.728Z
59892026-07-20T18:50:24.728Z Running tests/test_all.rs (target/debug/deps/test_all-d7a79c82098892c7)
59902026-07-20T18:50:24.728Z
59912026-07-20T18:50:24.728Zrunning 0 tests
59922026-07-20T18:50:24.728Z
59932026-07-20T18:50:24.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59942026-07-20T18:50:24.728Z
59952026-07-20T18:50:24.728Z Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98)
59962026-07-20T18:50:24.728Z
59972026-07-20T18:50:24.728Zrunning 0 tests
59982026-07-20T18:50:24.728Z
59992026-07-20T18:50:24.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60002026-07-20T18:50:24.728Z
60012026-07-20T18:50:24.728Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a)
60022026-07-20T18:50:24.729Z
60032026-07-20T18:50:24.729Zrunning 0 tests
60042026-07-20T18:50:24.729Z
60052026-07-20T18:50:24.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60062026-07-20T18:50:24.729Z
60072026-07-20T18:50:24.729Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60082026-07-20T18:50:24.733Z
60092026-07-20T18:50:24.733Zrunning 12 tests
60102026-07-20T18:50:24.733Ztest icmp::test_v4_checksum ... ok
60112026-07-20T18:50:24.733Ztest lldp::test_lldp_parse ... ok
60122026-07-20T18:50:24.733Ztest icmp::test_v6_checksum ... ok
60132026-07-20T18:50:24.733Ztest pbuf::test_overflow ... ok
60142026-07-20T18:50:24.733Ztest pbuf::test_byte ... ok
60152026-07-20T18:50:24.733Ztest pbuf::test_nibble ... ok
60162026-07-20T18:50:24.733Ztest ipv6::test_ipv6_parse ... ok
60172026-07-20T18:50:24.733Ztest pbuf::test_short ... ok
60182026-07-20T18:50:24.733Ztest pbuf::test_word ... ok
60192026-07-20T18:50:24.733Ztest pbuf::test_twelve ... ok
60202026-07-20T18:50:24.733Ztest tcp::test_checksum_ack_data ... ok
60212026-07-20T18:50:24.733Ztest tcp::test_checksum_syn_nodata ... ok
60222026-07-20T18:50:24.733Z
60232026-07-20T18:50:24.733Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60242026-07-20T18:50:24.733Z
60252026-07-20T18:50:24.733Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60262026-07-20T18:50:24.733Z
60272026-07-20T18:50:24.733Zrunning 0 tests
60282026-07-20T18:50:24.733Z
60292026-07-20T18:50:24.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60302026-07-20T18:50:24.733Z
60312026-07-20T18:50:24.733Z Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54)
60322026-07-20T18:50:24.733Z
60332026-07-20T18:50:24.733Zrunning 5 tests
60342026-07-20T18:50:24.733Z Lane 0 Lane 1 Lane 2 Lane 3
60352026-07-20T18:50:24.733Z State: Activated Activated Activated Activated
60362026-07-20T18:50:24.733Z Rx Output Enabled: false false false false
60372026-07-20T18:50:24.733Z Rx Output Status: valid valid valid valid
60382026-07-20T18:50:24.733Z Rx Loss-of-lock: true true true true
60392026-07-20T18:50:24.733Z Rx Loss-of-signal: false false false false
60402026-07-20T18:50:24.733ZRx Auto-squelch Disable: true true true true
60412026-07-20T18:50:24.733Z Tx Output Enabled: true true true true
60422026-07-20T18:50:24.733Z Tx Output Status: invalid invalid invalid invalid
60432026-07-20T18:50:24.733Z Tx Loss-of-lock: false false false false
60442026-07-20T18:50:24.733Z Tx Loss-of-signal: true true true true
60452026-07-20T18:50:24.733ZTx Auto-squelch Disable: false false false false
60462026-07-20T18:50:24.734Z Tx Adaptive EQ Fail: true true true true
60472026-07-20T18:50:24.734Z Tx Failure: false false false false
60482026-07-20T18:50:24.734Z Tx Force Squelch: true true true true
60492026-07-20T18:50:24.734Z Tx Input Polarity: normal normal normal normal
60502026-07-20T18:50:24.734Z Lane 0 Lane 1 Lane 2 Lane 3
60512026-07-20T18:50:24.734Z Rx Loss-of-lock: Yes Yes Yes Yes
60522026-07-20T18:50:24.734Z Rx Loss-of-signal: Yes Yes Yes Yes
60532026-07-20T18:50:24.734Z Rx CDR Enabled: Yes Yes Yes Yes
60542026-07-20T18:50:24.734Z Tx Enabled: Yes Yes Yes Yes
60552026-07-20T18:50:24.734Z Tx Loss-of-lock: No No No No
60562026-07-20T18:50:24.734Z Tx Loss-of-signal: No No No No
60572026-07-20T18:50:24.734Z Tx CDR Enabled: No No No No
60582026-07-20T18:50:24.734Z Tx Adaptive EQ Fault: No No No No
60592026-07-20T18:50:24.734Z Tx Fault: Yes Yes Yes Yes
60602026-07-20T18:50:24.734Ztest switchport::test::test_print_cmis_datapath ... ok
60612026-07-20T18:50:24.734Ztest switchport::test::test_compute_lanes ... ok
60622026-07-20T18:50:24.734Ztest switchport::test::test_print_sff_datapath ... ok
60632026-07-20T18:50:24.734Ztest switchport::test::port_id_ordering ... ok
60642026-07-20T18:50:24.734Ztest link::test_filter ... ok
60652026-07-20T18:50:24.734Z
60662026-07-20T18:50:24.734Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60672026-07-20T18:50:24.734Z
60682026-07-20T18:50:24.734Z Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a)
60692026-07-20T18:50:24.734Z
60702026-07-20T18:50:24.734Zrunning 1 test
60712026-07-20T18:50:24.734Ztest test_p4_counter_list ... ignored
60722026-07-20T18:50:24.734Z
60732026-07-20T18:50:24.734Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60742026-07-20T18:50:24.734Z
60752026-07-20T18:50:24.734Z Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414)
60762026-07-20T18:50:24.738Z
60772026-07-20T18:50:24.738Zrunning 5 tests
60782026-07-20T18:50:24.738Ztest test_an ... ignored
60792026-07-20T18:50:24.738Ztest test_enable ... ignored
60802026-07-20T18:50:24.738Ztest test_ip_addresses ... ignored
60812026-07-20T18:50:24.738Ztest test_kr ... ignored
60822026-07-20T18:50:24.738Ztest test_mac ... ignored
60832026-07-20T18:50:24.738Z
60842026-07-20T18:50:24.738Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60852026-07-20T18:50:24.738Z
60862026-07-20T18:50:24.738Z Running unittests src/main.rs (target/debug/deps/tfportd-1d5c3b46e18c14f4)
60872026-07-20T18:50:24.738Z
60882026-07-20T18:50:24.738Zrunning 3 tests
60892026-07-20T18:50:24.738Ztest linklocal::test_parse_ipadm ... ok
60902026-07-20T18:50:24.738Ztest config::tests::test_updates ... ok
60912026-07-20T18:50:24.738Ztest tfport::test_parse_tfport ... ok
60922026-07-20T18:50:24.738Z
60932026-07-20T18:50:24.738Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60942026-07-20T18:50:24.738Z
60952026-07-20T18:50:24.738Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
60962026-07-20T18:50:24.742Z
60972026-07-20T18:50:24.742Zrunning 0 tests
60982026-07-20T18:50:24.742Z
60992026-07-20T18:50:24.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61002026-07-20T18:50:24.742Z
61012026-07-20T18:50:24.742Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
61022026-07-20T18:50:24.742Z
61032026-07-20T18:50:24.742Zrunning 0 tests
61042026-07-20T18:50:24.742Z
61052026-07-20T18:50:24.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61062026-07-20T18:50:24.742Z
61072026-07-20T18:50:24.742Z Doc-tests aal
61082026-07-20T18:50:24.869Z
61092026-07-20T18:50:24.869Zrunning 0 tests
61102026-07-20T18:50:24.869Z
61112026-07-20T18:50:24.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61122026-07-20T18:50:24.869Z
61132026-07-20T18:50:24.886Z Doc-tests aal_macros
61142026-07-20T18:50:24.955Z
61152026-07-20T18:50:24.955Zrunning 0 tests
61162026-07-20T18:50:24.955Z
61172026-07-20T18:50:24.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-07-20T18:50:24.955Z
61192026-07-20T18:50:24.967Z Doc-tests common
61202026-07-20T18:50:25.205Z
61212026-07-20T18:50:25.205Zrunning 0 tests
61222026-07-20T18:50:25.205Z
61232026-07-20T18:50:25.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242026-07-20T18:50:25.205Z
61252026-07-20T18:50:25.228Z Doc-tests dpd_api
61262026-07-20T18:50:25.980Z
61272026-07-20T18:50:25.980Zrunning 2 tests
61282026-07-20T18:50:25.980Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61292026-07-20T18:50:25.980Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61302026-07-20T18:50:25.980Z
61312026-07-20T18:50:25.980Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322026-07-20T18:50:25.980Z
61332026-07-20T18:50:26.014Z Doc-tests dpd_client
61342026-07-20T18:50:27.317Z
61352026-07-20T18:50:27.317Zrunning 0 tests
61362026-07-20T18:50:27.317Z
61372026-07-20T18:50:27.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61382026-07-20T18:50:27.317Z
61392026-07-20T18:50:27.367Z Doc-tests dpd_types
61402026-07-20T18:50:27.585Z
61412026-07-20T18:50:27.585Zrunning 0 tests
61422026-07-20T18:50:27.585Z
61432026-07-20T18:50:27.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61442026-07-20T18:50:27.585Z
61452026-07-20T18:50:27.613Z Doc-tests dpd_types_versions
61462026-07-20T18:50:28.832Z
61472026-07-20T18:50:28.832Zrunning 1 test
61482026-07-20T18:50:28.832Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61492026-07-20T18:50:28.832Z
61502026-07-20T18:50:28.832Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61512026-07-20T18:50:28.832Z
61522026-07-20T18:50:28.878Z Doc-tests packet
61532026-07-20T18:50:28.993Z
61542026-07-20T18:50:28.993Zrunning 0 tests
61552026-07-20T18:50:28.993Z
61562026-07-20T18:50:28.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61572026-07-20T18:50:28.993Z
61582026-07-20T18:50:29.010Z Doc-tests pcap
61592026-07-20T18:50:29.062Z
61602026-07-20T18:50:29.062Zrunning 0 tests
61612026-07-20T18:50:29.062Z
61622026-07-20T18:50:29.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632026-07-20T18:50:29.063Z
61642026-07-20T18:50:29.110Z+ for feat in tofino_stub tofino_asic softnpu chaos
61652026-07-20T18:50:29.110Z+ RUST_BACKTRACE=full
61662026-07-20T18:50:29.110Z+ cargo test --features softnpu --no-fail-fast
61672026-07-20T18:50:29.766Z Compiling num-integer v0.1.46
61682026-07-20T18:50:29.852Z Compiling num-complex v0.4.6
61692026-07-20T18:50:29.897Z Compiling bitstruct_derive v0.1.0
61702026-07-20T18:50:29.900Z Compiling tap v1.0.1
61712026-07-20T18:50:30.024Z Compiling wyz v0.5.1
61722026-07-20T18:50:30.145Z Compiling num-rational v0.4.2
61732026-07-20T18:50:30.179Z Compiling num-iter v0.1.45
61742026-07-20T18:50:30.198Z Compiling num-bigint v0.4.6
61752026-07-20T18:50:30.287Z Compiling radium v0.7.0
61762026-07-20T18:50:30.299Z Compiling funty v2.0.0
61772026-07-20T18:50:30.343Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61782026-07-20T18:50:30.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61792026-07-20T18:50:30.490Z Compiling num v0.4.3
61802026-07-20T18:50:30.575Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61812026-07-20T18:50:30.588Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61822026-07-20T18:50:30.601Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-07-20T18:50:30.653Z Compiling bitvec v1.0.1
61842026-07-20T18:50:30.721Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61852026-07-20T18:50:30.860Z Compiling typeid v1.0.3
61862026-07-20T18:50:30.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61872026-07-20T18:50:30.971Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-07-20T18:50:30.982Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-07-20T18:50:31.019Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-07-20T18:50:31.562Z Compiling ascii v1.1.0
61912026-07-20T18:50:31.744Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-07-20T18:50:31.842Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-07-20T18:50:31.914Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-07-20T18:50:32.010Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61952026-07-20T18:50:32.117Z Compiling erased-serde v0.4.8
61962026-07-20T18:50:32.259Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61972026-07-20T18:50:32.279Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
61982026-07-20T18:50:32.323Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
61992026-07-20T18:50:32.615Z Compiling bitstruct v0.1.1
62002026-07-20T18:50:32.722Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62012026-07-20T18:50:32.956Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62022026-07-20T18:50:33.004Z Compiling serde_arrays v0.1.0
62032026-07-20T18:50:33.135Z Compiling libloading v0.7.4
62042026-07-20T18:50:33.369Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62052026-07-20T18:50:33.821Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-07-20T18:50:33.931Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62072026-07-20T18:50:33.975Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62082026-07-20T18:50:35.065Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62092026-07-20T18:50:36.022Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62102026-07-20T18:50:41.899Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-07-20T18:50:42.128Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62122026-07-20T18:50:42.218Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62132026-07-20T18:50:42.308Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62142026-07-20T18:50:42.372Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-07-20T18:50:42.770Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62162026-07-20T18:50:44.383Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62172026-07-20T18:50:44.834Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62182026-07-20T18:50:47.416Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62192026-07-20T18:50:48.043Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62202026-07-20T18:50:49.530Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62212026-07-20T18:50:51.644Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62222026-07-20T18:50:52.560Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62232026-07-20T18:50:52.889Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62242026-07-20T18:50:59.823Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62252026-07-20T18:51:01.718Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-07-20T18:51:05.520Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62272026-07-20T18:51:46.933Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
62282026-07-20T18:51:47.055Z Running unittests src/lib.rs (target/debug/deps/aal-a8d0db4e36680448)
62292026-07-20T18:51:47.059Z
62302026-07-20T18:51:47.059Zrunning 5 tests
62312026-07-20T18:51:47.059Ztest fuse::tests::chip_revision_a0 ... ok
62322026-07-20T18:51:47.059Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62332026-07-20T18:51:47.059Ztest fuse::tests::chip_revision_b0 ... ok
62342026-07-20T18:51:47.059Ztest fuse::tests::chip_revision_b1 ... ok
62352026-07-20T18:51:47.059Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62362026-07-20T18:51:47.060Z
62372026-07-20T18:51:47.060Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62382026-07-20T18:51:47.060Z
62392026-07-20T18:51:47.060Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62402026-07-20T18:51:47.063Z
62412026-07-20T18:51:47.063Zrunning 0 tests
62422026-07-20T18:51:47.063Z
62432026-07-20T18:51:47.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62442026-07-20T18:51:47.063Z
62452026-07-20T18:51:47.063Z Running unittests src/lib.rs (target/debug/deps/asic-f76135edc24d21b8)
62462026-07-20T18:51:47.067Z
62472026-07-20T18:51:47.067Zrunning 0 tests
62482026-07-20T18:51:47.067Z
62492026-07-20T18:51:47.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502026-07-20T18:51:47.067Z
62512026-07-20T18:51:47.067Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62522026-07-20T18:51:47.071Z
62532026-07-20T18:51:47.071Zrunning 11 tests
62542026-07-20T18:51:47.074Ztest nat::tests::test_vni ... ok
62552026-07-20T18:51:47.074Ztest network::tests::test_equal ... ok
62562026-07-20T18:51:47.074Ztest network::tests::test_eui64 ... ok
62572026-07-20T18:51:47.074Ztest network::tests::test_generate_ipv6_link_local ... ok
62582026-07-20T18:51:47.074Ztest network::tests::test_not_equal ... ok
62592026-07-20T18:51:47.074Ztest network::tests::test_into ... ok
62602026-07-20T18:51:47.074Ztest network::tests::test_parse ... ok
62612026-07-20T18:51:47.074Ztest network::tests::test_to_string ... ok
62622026-07-20T18:51:47.075Ztest ports::tests::port_ids_are_ascii ... ok
62632026-07-20T18:51:47.077Ztest test_purge ... ok
62642026-07-20T18:51:47.078Ztest illumos::test::address_exists_handles_missing_object ... ok
62652026-07-20T18:51:47.078Z
62662026-07-20T18:51:47.078Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62672026-07-20T18:51:47.078Z
62682026-07-20T18:51:47.081Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f38933af422e6bab)
62692026-07-20T18:51:47.085Z
62702026-07-20T18:51:47.085Zrunning 1 test
62712026-07-20T18:51:47.090Z -------
62722026-07-20T18:51:47.090Z Generating OpenAPI documents from API definitions ...
62732026-07-20T18:51:47.229Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62742026-07-20T18:51:47.296Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62752026-07-20T18:51:48.330Z -------
62762026-07-20T18:51:48.330Z Checking 12 OpenAPI documents...
62772026-07-20T18:51:48.330Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-07-20T18:51:48.330Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-07-20T18:51:48.331Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-07-20T18:51:48.334Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-07-20T18:51:48.334Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-07-20T18:51:48.334Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-07-20T18:51:48.334Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-07-20T18:51:48.334Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-07-20T18:51:48.334Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-07-20T18:51:48.334Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-07-20T18:51:48.334Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-07-20T18:51:48.334Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-07-20T18:51:48.334Z Fresh dpd "latest" symlink
62902026-07-20T18:51:48.334Z -------
62912026-07-20T18:51:48.334Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62922026-07-20T18:51:48.398Ztest test::test_apis_up_to_date ... ok
62932026-07-20T18:51:48.398Z
62942026-07-20T18:51:48.398Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
62952026-07-20T18:51:48.398Z
62962026-07-20T18:51:48.457Z Running unittests src/main.rs (target/debug/deps/dpd-890b7e62da59521f)
62972026-07-20T18:51:48.463Z
62982026-07-20T18:51:48.463Zrunning 34 tests
62992026-07-20T18:51:48.466Ztest freemap::test_ordering ... ok
63002026-07-20T18:51:48.466Ztest config::tests::test_updates ... ok
63012026-07-20T18:51:48.466Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63022026-07-20T18:51:48.466Ztest freemap::test_split ... ok
63032026-07-20T18:51:48.469Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63042026-07-20T18:51:48.469Ztest macaddrs::tests::test_mac_offset ... ok
63052026-07-20T18:51:48.469Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63062026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG created new freemap, unit: freemap_test
63072026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG initted freemap. size: 128, unit: freemap_test
63082026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG reset freemap, unit: freemap_test
63092026-07-20T18:51:48.469Ztest macaddrs::tests::test_parse_port_id ... ok
63102026-07-20T18:51:48.469Ztest nat::test_mapping ... ok
63112026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG Jul 20 18:51:47.019created new freemap , DEBGunit :created new freemap freemap_test,
63122026-07-20T18:51:48.469Zunit: freemap_test
63132026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG initted freemap. size: 128, unitJul 20 18:51:47.019: DEBGfreemap_test
63142026-07-20T18:51:48.469Zinitted freemap. size: 128, unit: Jul 20 18:51:47.019freemap_test
63152026-07-20T18:51:48.469ZDEBG reset freemap, Jul 20 18:51:47.019unit :DEBG freemap_testreset freemap
63162026-07-20T18:51:48.469Z, unit: freemap_test
63172026-07-20T18:51:48.469Ztest freemap::test_reclaim ... ok
63182026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG created new freemap, unit: freemap_test
63192026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG initted freemap. size: 128, unit: freemap_test
63202026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG reset freemap, unit: freemap_test
63212026-07-20T18:51:48.469Ztest freemap::test_basic ... ok
63222026-07-20T18:51:48.469Ztest freemap::test_exhaustion ... ok
63232026-07-20T18:51:48.469Ztest freemap::test_free ... ok
63242026-07-20T18:51:48.469Ztest port_map::tests::test_backplane_group ... ok
63252026-07-20T18:51:48.469Ztest port_map::tests::test_port_map ... ok
63262026-07-20T18:51:48.469Ztest port_map::tests::dump_map ... ok
63272026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG created new freemap, unit: freemap_test
63282026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG initted freemap. size: 8, unit: freemap_test
63292026-07-20T18:51:48.469ZJul 20 18:51:47.019 DEBG reset freemap, unit: freemap_test
63302026-07-20T18:51:48.469Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63312026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG created new freemap, unit: freemap_test
63322026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG initted freemap. size: 128, unit: freemap_test
63332026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG reset freemap, unit: freemap_test
63342026-07-20T18:51:48.469Ztest freemap::test_span ... ok
63352026-07-20T18:51:48.469Ztest api_server::tests::test_build_info ... ok
63362026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG created new freemap, unit: freemap_route_ipv4
63372026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG created new freemap, unit: freemap_route_ipv6
63382026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63392026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG reset freemap, unit: freemap_route_ipv4
63402026-07-20T18:51:48.469ZJul 20 18:51:47.020 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63412026-07-20T18:51:48.470ZJul 20 18:51:47.020 DEBG reset freemap, unit: freemap_route_ipv6
63422026-07-20T18:51:48.474ZJul 20 18:51:47.020 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63432026-07-20T18:51:48.474ZJul 20 18:51:47.020 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 } }]
63442026-07-20T18:51:48.474ZJul 20 18:51:47.020 Jul 20 18:51:47.020DEBG INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
63452026-07-20T18:51:48.474Z: freemap_route_ipv4
63462026-07-20T18:51:48.474ZJul 20 18:51:47.020 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 } }]Jul 20 18:51:47.020
63472026-07-20T18:51:48.474Z DEBG created new freemap, unitJul 20 18:51:47.020: INFOfreemap_route_ipv6
63482026-07-20T18:51:48.474Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
63492026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGDEBG initted freemap. size: 64replacing 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 } }],
63502026-07-20T18:51:48.474Zunit: freemap_route_ipv4
63512026-07-20T18:51:48.474ZJul 20 18:51:47.020 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:51:47.020
63522026-07-20T18:51:48.474Z DEBG reset freemap, Jul 20 18:51:47.020unit :DEBG freemap_route_ipv4replacing 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 } }]
63532026-07-20T18:51:48.474Z
63542026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO initted freemap. size: 64adding route 3fff:beef:2::/64 -> 2001:db8::55:ff,
63552026-07-20T18:51:48.474Zunit: freemap_route_ipv6
63562026-07-20T18:51:48.474ZJul 20 18:51:47.020 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 } }]Jul 20 18:51:47.020
63572026-07-20T18:51:48.474Z DEBG reset freemap, Jul 20 18:51:47.020unit :INFO freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63582026-07-20T18:51:48.474Z
63592026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
63602026-07-20T18:51:48.474Z
63612026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63622026-07-20T18:51:48.474Z
63632026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63642026-07-20T18:51:48.474Z
63652026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63662026-07-20T18:51:48.474Z
63672026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:1::/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 } }]
63682026-07-20T18:51:48.474Z
63692026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63702026-07-20T18:51:48.474Z
63712026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:2::/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 } }]
63722026-07-20T18:51:48.474Z
63732026-07-20T18:51:48.474ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63742026-07-20T18:51:48.474Z
63752026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 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:3::/64 -> 2001:db8::55:ff
63762026-07-20T18:51:48.475Z
63772026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:8::/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 } }]
63782026-07-20T18:51:48.475Z
63792026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63802026-07-20T18:51:48.475Z
63812026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63822026-07-20T18:51:48.475Z
63832026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:5::/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 } }]
63842026-07-20T18:51:48.475Z
63852026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63862026-07-20T18:51:48.475Z
63872026-07-20T18:51:48.475ZJul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:6::/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 } }]
63882026-07-20T18:51:48.475Z
63892026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63902026-07-20T18:51:48.475Z
63912026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63922026-07-20T18:51:48.475Z
63932026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63942026-07-20T18:51:48.475Z
63952026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63962026-07-20T18:51:48.475Z
63972026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63982026-07-20T18:51:48.475Z
63992026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64002026-07-20T18:51:48.475Z
64012026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64022026-07-20T18:51:48.475Z
64032026-07-20T18:51:48.475ZJul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBG adding route 3fff:beef:a::/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 } }]
64042026-07-20T18:51:48.475Z
64052026-07-20T18:51:48.475ZJul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64062026-07-20T18:51:48.475Zcreated new freemap
64072026-07-20T18:51:48.475Z, unit:Jul 20 18:51:47.021 Jul 20 18:51:47.021 freemap_route_ipv4INFO
64082026-07-20T18:51:48.475Z DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64092026-07-20T18:51:48.475Zreplacing 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 } }]
64102026-07-20T18:51:48.475ZJul 20 18:51:47.021 Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021INFOreplacing 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 } }]
64112026-07-20T18:51:48.475Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
64122026-07-20T18:51:48.475Z created new freemapJul 20 18:51:47.021, unitINFOJul 20 18:51:47.021 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
64132026-07-20T18:51:48.475Z: 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 } }]
64142026-07-20T18:51:48.475Zfreemap_route_ipv6
64152026-07-20T18:51:48.476ZJul 20 18:51:47.021 Jul 20 18:51:47.021DEBG 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 } }] Jul 20 18:51:47.021
64162026-07-20T18:51:48.476Z DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff initted freemap. size: 64
64172026-07-20T18:51:48.476Z, unitJul 20 18:51:47.021: Jul 20 18:51:47.021INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv4
64182026-07-20T18:51:48.476Z
64192026-07-20T18:51:48.476ZDEBGJul 20 18:51:47.021 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 } }]DEBGJul 20 18:51:47.021
64202026-07-20T18:51:48.476Zreplacing 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 } }]
64212026-07-20T18:51:48.476ZDEBGJul 20 18:51:47.021 reset freemap , INFOunitJul 20 18:51:47.021 :INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64222026-07-20T18:51:48.476Zadding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4
64232026-07-20T18:51:48.476Z
64242026-07-20T18:51:48.476ZJul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGDEBGDEBG 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 } }]initted freemap. size: 64
64252026-07-20T18:51:48.476Z , 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 } }]unitJul 20 18:51:47.021:
64262026-07-20T18:51:48.476ZINFOfreemap_route_ipv6
64272026-07-20T18:51:48.476Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64282026-07-20T18:51:48.476ZJul 20 18:51:47.021Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBG DEBGINFO reset freemapreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
64292026-07-20T18:51:48.476Zunitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff:
64302026-07-20T18:51:48.476Zfreemap_route_ipv6
64312026-07-20T18:51:48.476ZJul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBGJul 20 18:51:47.021 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
64322026-07-20T18:51:48.476Z
64332026-07-20T18:51:48.476Z adding route 3fff:dead::/64 -> 2001:db8::55:1
64342026-07-20T18:51:48.476ZJul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGDEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64352026-07-20T18:51:48.476Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64362026-07-20T18:51:48.476Z
64372026-07-20T18:51:48.476ZJul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021 INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
64382026-07-20T18:51:48.476Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
64392026-07-20T18:51:48.476Z
64402026-07-20T18:51:48.476ZJul 20 18:51:47.021 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 } }]Jul 20 18:51:47.021
64412026-07-20T18:51:48.476Z Jul 20 18:51:47.021 INFODEBG Jul 20 18:51:47.021adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64422026-07-20T18:51:48.481ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:12::/64 -> 2001:db8::55:ff
64432026-07-20T18:51:48.481Z
64442026-07-20T18:51:48.481ZJul 20 18:51:47.021 Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef: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 } }]
64452026-07-20T18:51:48.481Z
64462026-07-20T18:51:48.482Z adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:51:47.021Jul 20 18:51:47.021
64472026-07-20T18:51:48.482Ztest port_map::tests::parse_softnpu_revision ... ok
64482026-07-20T18:51:48.482Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64492026-07-20T18:51:48.482ZJul 20 18:51:47.021 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 } }]
64502026-07-20T18:51:48.482ZJul 20 18:51:47.021Jul 20 18:51:47.021 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFO
64512026-07-20T18:51:48.482Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:17::/64 -> 2001:db8::55:ff
64522026-07-20T18:51:48.482Z
64532026-07-20T18:51:48.482ZJul 20 18:51:47.021 Jul 20 18:51:47.021DEBGJul 20 18:51:47.021 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 } }]INFODEBG
64542026-07-20T18:51:48.482Zreplacing 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:dead::/64 -> 2001:db8::55:4
64552026-07-20T18:51:48.482Z
64562026-07-20T18:51:48.482ZJul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
64572026-07-20T18:51:48.482Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64582026-07-20T18:51:48.482Z
64592026-07-20T18:51:48.482ZJul 20 18:51:47.021Jul 20 18:51:47.021 Jul 20 18:51:47.021 Jul 20 18:51:47.021INFO DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffcreated new freemap
64602026-07-20T18:51:48.482Z
64612026-07-20T18:51:48.482Z,
64622026-07-20T18:51:48.482Zunit: freemap_route_ipv4Jul 20 18:51:47.021Jul 20 18:51:47.021
64632026-07-20T18:51:48.482Z Jul 20 18:51:47.021 INFODEBGINFO Jul 20 18:51:47.021 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64642026-07-20T18:51:48.482Zreplacing 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64652026-07-20T18:51:48.482Zcreated new freemap
64662026-07-20T18:51:48.482Z, unit:Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGJul 20 18:51:47.021freemap_route_ipv6 INFO
64672026-07-20T18:51:48.482ZDEBG 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:1::/64 -> 2001:db8::55:ff
64682026-07-20T18:51:48.482Z
64692026-07-20T18:51:48.482Zreplacing 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 } }]Jul 20 18:51:47.021
64702026-07-20T18:51:48.482Z Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
64712026-07-20T18:51:48.482ZDEBG, Jul 20 18:51:47.021 unitreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
64722026-07-20T18:51:48.482Z INFOJul 20 18:51:47.021freemap_route_ipv4 DEBG
64732026-07-20T18:51:48.482Z 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:16::/64 -> 2001:db8::55:ff
64742026-07-20T18:51:48.482Z
64752026-07-20T18:51:48.482ZJul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021DEBG INFO reset freemapINFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64762026-07-20T18:51:48.482Z
64772026-07-20T18:51:48.482Z, unitreplacing 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 } }]
64782026-07-20T18:51:48.482Z: Jul 20 18:51:47.021Jul 20 18:51:47.021freemap_route_ipv4 Jul 20 18:51:47.021 DEBG DEBG Jul 20 18:51:47.021INFOreplacing 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 } }]
64792026-07-20T18:51:48.482Z
64802026-07-20T18:51:48.482Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64812026-07-20T18:51:48.482ZJul 20 18:51:47.021
64822026-07-20T18:51:48.482ZJul 20 18:51:47.021 DEBGINFO initted freemap. size: 64adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff, Jul 20 18:51:47.021
64832026-07-20T18:51:48.483Z DEBGunit :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 } }]
64842026-07-20T18:51:48.483ZJul 20 18:51:47.021freemap_route_ipv6
64852026-07-20T18:51:48.483ZJul 20 18:51:47.021 Jul 20 18:51:47.021INFODEBG 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 } }]Jul 20 18:51:47.021adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
64862026-07-20T18:51:48.483Z
64872026-07-20T18:51:48.483Z DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64882026-07-20T18:51:48.483Zreset freemapJul 20 18:51:47.021, unitJul 20 18:51:47.021Jul 20 18:51:47.021 :DEBGDEBG freemap_route_ipv6INFO
64892026-07-20T18:51:48.483Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/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 } }]
64902026-07-20T18:51:48.483Z
64912026-07-20T18:51:48.483Z
64922026-07-20T18:51:48.483ZJul 20 18:51:47.021 Jul 20 18:51:47.021INFOJul 20 18:51:47.021Jul 20 18:51:47.021 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
64932026-07-20T18:51:48.483ZDEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64942026-07-20T18:51:48.483ZJul 20 18:51:47.021adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:51:47.021
64952026-07-20T18:51:48.483ZDEBG
64962026-07-20T18:51:48.483Zreplacing 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 } }]
64972026-07-20T18:51:48.484ZDEBG Jul 20 18:51:47.021replacing 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 } }]
64982026-07-20T18:51:48.484ZJul 20 18:51:47.021INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
64992026-07-20T18:51:48.484Z Jul 20 18:51:47.021adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:51:47.021
65002026-07-20T18:51:48.484ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
65012026-07-20T18:51:48.484Z Jul 20 18:51:47.021Jul 20 18:51:47.021replacing 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 } }]
65022026-07-20T18:51:48.484ZDEBG DEBG Jul 20 18:51:47.021replacing 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 } }] Jul 20 18:51:47.021DEBG
65032026-07-20T18:51:48.484Z 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: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 } }]
65042026-07-20T18:51:48.484Z
65052026-07-20T18:51:48.484ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 20 18:51:47.021
65062026-07-20T18:51:48.484ZJul 20 18:51:47.021 Jul 20 18:51:47.021 INFOINFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
65072026-07-20T18:51:48.484Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65082026-07-20T18:51:48.484Z
65092026-07-20T18:51:48.484ZJul 20 18:51:47.021 DEBGJul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGDEBG 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 } }]
65102026-07-20T18:51:48.484Zreplacing 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: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 } }]
65112026-07-20T18:51:48.484Z
65122026-07-20T18:51:48.484Zreplacing 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 } }]
65132026-07-20T18:51:48.484ZJul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 INFOINFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
65142026-07-20T18:51:48.484Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65152026-07-20T18:51:48.484Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65162026-07-20T18:51:48.484Z
65172026-07-20T18:51:48.484ZJul 20 18:51:47.021 DEBGJul 20 18:51:47.021 Jul 20 18:51:47.021replacing 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 } }]Jul 20 18:51:47.021
65182026-07-20T18:51:48.484Z 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 } }]DEBG DEBGJul 20 18:51:47.021 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 } }]
65192026-07-20T18:51:48.484Z
65202026-07-20T18:51:48.484Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65212026-07-20T18:51:48.484Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
65222026-07-20T18:51:48.484ZJul 20 18:51:47.021 INFOJul 20 18:51:47.021 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOJul 20 18:51:47.021
65232026-07-20T18:51:48.484Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGJul 20 18:51:47.021 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 } }]
65242026-07-20T18:51:48.484Z
65252026-07-20T18:51:48.484ZJul 20 18:51:47.021 DEBGJul 20 18:51:47.021INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65262026-07-20T18:51:48.484Z Jul 20 18:51:47.021INFO
65272026-07-20T18:51:48.484Z DEBGJul 20 18:51:47.021adding route 3fff:beef:1::/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 } }]
65282026-07-20T18:51:48.484Z
65292026-07-20T18:51:48.484Z INFOJul 20 18:51:47.021 Jul 20 18:51:47.021 DEBGDEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 20 18:51:47.021
65302026-07-20T18:51:48.484Z 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 } }]
65312026-07-20T18:51:48.484ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65322026-07-20T18:51:48.484Z
65332026-07-20T18:51:48.484ZJul 20 18:51:47.021 DEBGJul 20 18:51:47.021Jul 20 18:51:47.021 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 } }]
65342026-07-20T18:51:48.484ZINFOJul 20 18:51:47.021 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65352026-07-20T18:51:48.485ZDEBGINFO Jul 20 18:51:47.021replacing 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 } }]
65362026-07-20T18:51:48.485Z INFOJul 20 18:51:47.021adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65372026-07-20T18:51:48.485ZDEBG adding route 3fff:beef:23::/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 } }]
65382026-07-20T18:51:48.485Z
65392026-07-20T18:51:48.485ZJul 20 18:51:47.021 INFO Jul 20 18:51:47.021Jul 20 18:51:47.021adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65402026-07-20T18:51:48.485ZJul 20 18:51:47.021DEBG INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:51:47.021
65412026-07-20T18:51:48.485Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
65422026-07-20T18:51:48.489ZDEBGJul 20 18:51:47.021 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
65432026-07-20T18:51:48.489Z DEBGJul 20 18:51:47.021 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65442026-07-20T18:51:48.489ZDEBG Jul 20 18:51:47.021replacing 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: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 } }]
65452026-07-20T18:51:48.489ZJul 20 18:51:47.021 DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65462026-07-20T18:51:48.489ZJul 20 18:51:47.021
65472026-07-20T18:51:48.489Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
65482026-07-20T18:51:48.489Z
65492026-07-20T18:51:48.490ZJul 20 18:51:47.021 Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021INFO Jul 20 18:51:47.021INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65502026-07-20T18:51:48.490Z
65512026-07-20T18:51:48.490Z
65522026-07-20T18:51:48.490ZJul 20 18:51:47.022Jul 20 18:51:47.022 DEBGINFODEBG 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 } }]
65532026-07-20T18:51:48.490ZJul 20 18:51:47.022 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65542026-07-20T18:51:48.490Z Jul 20 18:51:47.022replacing 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 } }]
65552026-07-20T18:51:48.490ZDEBG 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 } }]
65562026-07-20T18:51:48.490ZJul 20 18:51:47.022Jul 20 18:51:47.022 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
65572026-07-20T18:51:48.490Z
65582026-07-20T18:51:48.490ZJul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65592026-07-20T18:51:48.490Z
65602026-07-20T18:51:48.490Z 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 } }]
65612026-07-20T18:51:48.490ZJul 20 18:51:47.022 Jul 20 18:51:47.022INFOJul 20 18:51:47.022 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFOINFO
65622026-07-20T18:51:48.490Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
65632026-07-20T18:51:48.490ZJul 20 18:51:47.022
65642026-07-20T18:51:48.490Z DEBG Jul 20 18:51:47.022replacing 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 } }] Jul 20 18:51:47.022
65652026-07-20T18:51:48.490Z DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:51:47.022
65662026-07-20T18:51:48.490Z INFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65672026-07-20T18:51:48.490ZJul 20 18:51:47.022
65682026-07-20T18:51:48.490Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
65692026-07-20T18:51:48.490ZJul 20 18:51:47.022 INFODEBG Jul 20 18:51:47.022 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:7::/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 } }]
65702026-07-20T18:51:48.490Z
65712026-07-20T18:51:48.490Z 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 } }]
65722026-07-20T18:51:48.490Z
65732026-07-20T18:51:48.490ZJul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022DEBG DEBGINFOJul 20 18:51:47.022 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:2a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
65742026-07-20T18:51:48.490Z
65752026-07-20T18:51:48.490Z
65762026-07-20T18:51:48.490Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65772026-07-20T18:51:48.490ZJul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 INFO DEBGINFO adding route 3fff:beef:22::/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 } }]
65782026-07-20T18:51:48.490Z
65792026-07-20T18:51:48.490Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
65802026-07-20T18:51:48.490Z Jul 20 18:51:47.022DEBGJul 20 18:51:47.022 INFODEBG Jul 20 18:51:47.022replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65812026-07-20T18:51:48.490Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
65822026-07-20T18:51:48.490Z DEBGJul 20 18:51:47.022
65832026-07-20T18:51:48.490Z Jul 20 18:51:47.022INFO 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 } }] INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
65842026-07-20T18:51:48.490Z
65852026-07-20T18:51:48.490Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
65862026-07-20T18:51:48.490Z 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 } }]Jul 20 18:51:47.022
65872026-07-20T18:51:48.490Z DEBG Jul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022replacing 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 } }]
65882026-07-20T18:51:48.491Z DEBG INFO 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 } }] Jul 20 18:51:47.022
65892026-07-20T18:51:48.492Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO
65902026-07-20T18:51:48.492Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65912026-07-20T18:51:48.492Z
65922026-07-20T18:51:48.492ZJul 20 18:51:47.022 Jul 20 18:51:47.022DEBGJul 20 18:51:47.022 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 } }]
65932026-07-20T18:51:48.492ZDEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:51:47.022Jul 20 18:51:47.022 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 } }]
65942026-07-20T18:51:48.492Z
65952026-07-20T18:51:48.492Z INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
65962026-07-20T18:51:48.492Zreplacing 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 } }]Jul 20 18:51:47.022Jul 20 18:51:47.022
65972026-07-20T18:51:48.492ZJul 20 18:51:47.022INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGDEBG
65982026-07-20T18:51:48.492Z Jul 20 18:51:47.022replacing 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: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 } }]
65992026-07-20T18:51:48.492Z
66002026-07-20T18:51:48.492Z Jul 20 18:51:47.022INFO DEBGJul 20 18:51:47.022adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66012026-07-20T18:51:48.492Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66022026-07-20T18:51:48.492Zreplacing 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 } }]
66032026-07-20T18:51:48.492Z
66042026-07-20T18:51:48.492ZJul 20 18:51:47.022 DEBGJul 20 18:51:47.022Jul 20 18:51:47.022 DEBGDEBG Jul 20 18:51:47.022replacing 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: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 } }]
66052026-07-20T18:51:48.492Z
66062026-07-20T18:51:48.492ZINFO adding route 3fff:beef:26::/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 } }]
66072026-07-20T18:51:48.492Z
66082026-07-20T18:51:48.492ZJul 20 18:51:47.022 Jul 20 18:51:47.022INFO Jul 20 18:51:47.022Jul 20 18:51:47.022DEBG INFOINFOreplacing 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:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
66092026-07-20T18:51:48.492Z
66102026-07-20T18:51:48.492Z
66112026-07-20T18:51:48.492Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66122026-07-20T18:51:48.492ZJul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66132026-07-20T18:51:48.492Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66142026-07-20T18:51:48.492ZJul 20 18:51:47.022 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 } }]
66152026-07-20T18:51:48.492ZJul 20 18:51:47.022DEBG Jul 20 18:51:47.022DEBG 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 } }]
66162026-07-20T18:51:48.492Zadding route 3fff:beef:30::/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 } }]
66172026-07-20T18:51:48.492Z
66182026-07-20T18:51:48.493ZJul 20 18:51:47.022 Jul 20 18:51:47.022INFO Jul 20 18:51:47.022 Jul 20 18:51:47.022 DEBGINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
66192026-07-20T18:51:48.493Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66202026-07-20T18:51:48.493Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66212026-07-20T18:51:48.493Z
66222026-07-20T18:51:48.493ZJul 20 18:51:47.022 DEBGJul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022 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 } }]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 } }]
66232026-07-20T18:51:48.494ZINFO
66242026-07-20T18:51:48.494Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
66252026-07-20T18:51:48.494Z 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 } }]Jul 20 18:51:47.022
66262026-07-20T18:51:48.494Z Jul 20 18:51:47.022INFO Jul 20 18:51:47.022 INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66272026-07-20T18:51:48.494Z DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:51:47.022
66282026-07-20T18:51:48.494Z
66292026-07-20T18:51:48.494ZJul 20 18:51:47.022INFO 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 } }]Jul 20 18:51:47.022adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
66302026-07-20T18:51:48.494ZINFOJul 20 18:51:47.022
66312026-07-20T18:51:48.494Z DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 Jul 20 18:51:47.022
66322026-07-20T18:51:48.494Z 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 } }]
66332026-07-20T18:51:48.494Z DEBGJul 20 18:51:47.022 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
66342026-07-20T18:51:48.494Z
66352026-07-20T18:51:48.494Z 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 } }]
66362026-07-20T18:51:48.494ZJul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022Jul 20 18:51:47.022 DEBG INFOINFO 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:33::/64 -> 2001:db8::55:ff
66372026-07-20T18:51:48.494Z
66382026-07-20T18:51:48.494Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
66392026-07-20T18:51:48.494ZINFOJul 20 18:51:47.022 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
66402026-07-20T18:51:48.494Z 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 } }]
66412026-07-20T18:51:48.494Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 20 18:51:47.022Jul 20 18:51:47.022
66422026-07-20T18:51:48.501Z DEBGDEBG Jul 20 18:51:47.022 Jul 20 18:51:47.022replacing 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: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 } }]INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66432026-07-20T18:51:48.502Z
66442026-07-20T18:51:48.502Z
66452026-07-20T18:51:48.502Zreplacing 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 } }]Jul 20 18:51:47.022
66462026-07-20T18:51:48.502ZINFOJul 20 18:51:47.022Jul 20 18:51:47.022 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 } }]
66472026-07-20T18:51:48.502ZJul 20 18:51:47.022INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66482026-07-20T18:51:48.502Z INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66492026-07-20T18:51:48.502Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
66502026-07-20T18:51:48.502ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:51:47.022Jul 20 18:51:47.022 DEBG
66512026-07-20T18:51:48.502ZJul 20 18:51:47.022 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 } }]
66522026-07-20T18:51:48.502ZDEBGDEBGJul 20 18:51:47.022 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
66532026-07-20T18:51:48.502ZDEBG
66542026-07-20T18:51:48.502Z Jul 20 18:51:47.022 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 } }]
66552026-07-20T18:51:48.502Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66562026-07-20T18:51:48.502ZJul 20 18:51:47.022 Jul 20 18:51:47.022INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
66572026-07-20T18:51:48.502Z Jul 20 18:51:47.022INFOINFO 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 } }]
66582026-07-20T18:51:48.502ZJul 20 18:51:47.022adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66592026-07-20T18:51:48.502Z DEBG Jul 20 18:51:47.022replacing 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 } }]
66602026-07-20T18:51:48.502ZJul 20 18:51:47.022INFO
66612026-07-20T18:51:48.503Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG Jul 20 18:51:47.022replacing 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 } }]
66622026-07-20T18:51:48.503Z
66632026-07-20T18:51:48.503ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66642026-07-20T18:51:48.503ZJul 20 18:51:47.022 Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO DEBGDEBG DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66652026-07-20T18:51:48.503Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66662026-07-20T18:51:48.503Z
66672026-07-20T18:51:48.503Z Jul 20 18:51:47.022Jul 20 18:51:47.022 INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66682026-07-20T18:51:48.503Zreplacing 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 } }]
66692026-07-20T18:51:48.503Z
66702026-07-20T18:51:48.503ZJul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 INFO DEBGJul 20 18:51:47.022 INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66712026-07-20T18:51:48.503Z
66722026-07-20T18:51:48.503ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
66732026-07-20T18:51:48.503Z 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 } }]Jul 20 18:51:47.022
66742026-07-20T18:51:48.503Z Jul 20 18:51:47.022INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
66752026-07-20T18:51:48.503Z
66762026-07-20T18:51:48.504ZDEBG 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 } }]
66772026-07-20T18:51:48.504ZJul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022DEBG 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 } }]INFOINFO
66782026-07-20T18:51:48.504ZDEBG 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 } }]
66792026-07-20T18:51:48.504ZJul 20 18:51:47.022adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
66802026-07-20T18:51:48.504ZINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66812026-07-20T18:51:48.504Z
66822026-07-20T18:51:48.504ZJul 20 18:51:47.022 DEBGJul 20 18:51:47.022 Jul 20 18:51:47.022replacing 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 } }] Jul 20 18:51:47.022
66832026-07-20T18:51:48.504Z INFO DEBGDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66842026-07-20T18:51:48.504ZJul 20 18:51:47.022replacing 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: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 } }]
66852026-07-20T18:51:48.504Z INFO
66862026-07-20T18:51:48.504Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66872026-07-20T18:51:48.504ZJul 20 18:51:47.022 INFOJul 20 18:51:47.022 Jul 20 18:51:47.022adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
66882026-07-20T18:51:48.504ZINFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66892026-07-20T18:51:48.504Zreplacing 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 } }]Jul 20 18:51:47.022Jul 20 18:51:47.022
66902026-07-20T18:51:48.504ZDEBG DEBGJul 20 18:51:47.022 Jul 20 18:51:47.022replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef: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 } }]
66912026-07-20T18:51:48.504Z
66922026-07-20T18:51:48.504Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
66932026-07-20T18:51:48.504Z 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 } }]
66942026-07-20T18:51:48.504ZJul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO Jul 20 18:51:47.022DEBG INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
66952026-07-20T18:51:48.504Zreplacing 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 } }]
66962026-07-20T18:51:48.504Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66972026-07-20T18:51:48.504Z INFOJul 20 18:51:47.022 Jul 20 18:51:47.022 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
66982026-07-20T18:51:48.504Zreplacing 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
66992026-07-20T18:51:48.504ZJul 20 18:51:47.022 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
67002026-07-20T18:51:48.505ZJul 20 18:51:47.022 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 } }]
67012026-07-20T18:51:48.505ZJul 20 18:51:47.022Jul 20 18:51:47.022 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
67022026-07-20T18:51:48.505Zreplacing 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 } }]
67032026-07-20T18:51:48.505ZJul 20 18:51:47.022Jul 20 18:51:47.022 DEBGINFO Jul 20 18:51:47.022DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67042026-07-20T18:51:48.505Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
67052026-07-20T18:51:48.505Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff created new freemapJul 20 18:51:47.022
67062026-07-20T18:51:48.505Z, replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO unit
67072026-07-20T18:51:48.505ZJul 20 18:51:47.022adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
67082026-07-20T18:51:48.505Z: Jul 20 18:51:47.022 Jul 20 18:51:47.022freemap_route_ipv4DEBGDEBGINFO 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 } }]
67092026-07-20T18:51:48.505Z
67102026-07-20T18:51:48.505Z 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 } }]
67112026-07-20T18:51:48.505Z Jul 20 18:51:47.022 INFOreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67122026-07-20T18:51:48.505ZJul 20 18:51:47.022adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67132026-07-20T18:51:48.505Z Jul 20 18:51:47.022 INFODEBGJul 20 18:51:47.022 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 20 18:51:47.022
67142026-07-20T18:51:48.505Z failed to allocate space for the new target list adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67152026-07-20T18:51:48.505Z
67162026-07-20T18:51:48.506ZDEBG DEBGcreated new freemapJul 20 18:51:47.023, unit 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 } }]:Jul 20 18:51:47.023
67172026-07-20T18:51:48.506Z DEBGJul 20 18:51:47.023DEBG freemap_route_ipv6 Jul 20 18:51:47.023replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
67182026-07-20T18:51:48.506Z
67192026-07-20T18:51:48.506ZDEBG 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 } }]INFO
67202026-07-20T18:51:48.506Z Jul 20 18:51:47.023adding route 3fff:beef:36::/64 -> 2001:db8::55:ff DEBG
67212026-07-20T18:51:48.506Z initted freemap. size: 64Jul 20 18:51:47.023, 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
67222026-07-20T18:51:48.506Z: INFOJul 20 18:51:47.023freemap_route_ipv4 DEBGJul 20 18:51:47.023
67232026-07-20T18:51:48.506Zreplacing 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 } }]
67242026-07-20T18:51:48.506ZINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Jul 20 18:51:47.023adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 20 18:51:47.023
67252026-07-20T18:51:48.506Z
67262026-07-20T18:51:48.506Z DEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:51:47.023reset freemap
67272026-07-20T18:51:48.506Z DEBG , Jul 20 18:51:47.023Jul 20 18:51:47.023replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit DEBG: DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67282026-07-20T18:51:48.506Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
67292026-07-20T18:51:48.506Z
67302026-07-20T18:51:48.506ZJul 20 18:51:47.023 INFO
67312026-07-20T18:51:48.506Z Jul 20 18:51:47.023 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67322026-07-20T18:51:48.506ZJul 20 18:51:47.023INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Jul 20 18:51:47.023Jul 20 18:51:47.023
67332026-07-20T18:51:48.506ZDEBGinitted freemap. size: 64INFO , 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 } }]unit
67342026-07-20T18:51:48.506Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff:Jul 20 18:51:47.023 Jul 20 18:51:47.023
67352026-07-20T18:51:48.506Z DEBGfreemap_route_ipv6INFOJul 20 18:51:47.023
67362026-07-20T18:51:48.506Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67372026-07-20T18:51:48.506ZDEBGreplacing 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 } }] Jul 20 18:51:47.023replacing 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 } }] Jul 20 18:51:47.023DEBG
67382026-07-20T18:51:48.506Z
67392026-07-20T18:51:48.506Zreplacing 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
67402026-07-20T18:51:48.506Z reset freemap, unit:Jul 20 18:51:47.023Jul 20 18:51:47.023Jul 20 18:51:47.023 INFOfreemap_route_ipv6
67412026-07-20T18:51:48.506ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
67422026-07-20T18:51:48.511Z
67432026-07-20T18:51:48.511ZJul 20 18:51:47.023 INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:51:47.023Jul 20 18:51:47.023 adding route 3fff:dead::/64 -> 2001:db8::55:1
67442026-07-20T18:51:48.511ZDEBG
67452026-07-20T18:51:48.511Z 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 } }]
67462026-07-20T18:51:48.511Zreplacing 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 } }]
67472026-07-20T18:51:48.511ZJul 20 18:51:47.023 Jul 20 18:51:47.023INFOJul 20 18:51:47.023 Jul 20 18:51:47.023 DEBG DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
67482026-07-20T18:51:48.511Z 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:18::/64 -> 2001:db8::55:ff
67492026-07-20T18:51:48.511Z
67502026-07-20T18:51:48.511Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
67512026-07-20T18:51:48.511ZJul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023 DEBGINFOJul 20 18:51:47.023 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
67522026-07-20T18:51:48.511Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67532026-07-20T18:51:48.511Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
67542026-07-20T18:51:48.511Z
67552026-07-20T18:51:48.511ZJul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67562026-07-20T18:51:48.511Zreplacing 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
67572026-07-20T18:51:48.511Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
67582026-07-20T18:51:48.511ZJul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023 DEBGDEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67592026-07-20T18:51:48.511Z
67602026-07-20T18:51:48.511Z 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 } }]
67612026-07-20T18:51:48.511ZJul 20 18:51:47.023 Jul 20 18:51:47.023INFOJul 20 18:51:47.023 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO
67622026-07-20T18:51:48.511Z DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67632026-07-20T18:51:48.511Zreplacing 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 } }]
67642026-07-20T18:51:48.512ZJul 20 18:51:47.023 Jul 20 18:51:47.023Jul 20 18:51:47.023 DEBGDEBG INFOJul 20 18:51:47.023replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
67652026-07-20T18:51:48.512Z
67662026-07-20T18:51:48.512ZDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemapJul 20 18:51:47.023
67672026-07-20T18:51:48.512Z, INFOunit : Jul 20 18:51:47.023adding route 3fff:beef:3e::/64 -> 2001:db8::55:fffreemap_route_ipv4
67682026-07-20T18:51:48.512ZINFOJul 20 18:51:47.023
67692026-07-20T18:51:48.512ZDEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67702026-07-20T18:51:48.512Zreplacing 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 } }]
67712026-07-20T18:51:48.512ZJul 20 18:51:47.023 Jul 20 18:51:47.023Jul 20 18:51:47.023DEBGJul 20 18:51:47.023 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 } }]
67722026-07-20T18:51:48.512ZDEBG INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff created new freemap
67732026-07-20T18:51:48.512Zreplacing 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 } }],
67742026-07-20T18:51:48.512ZJul 20 18:51:47.023 INFOunit adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 20 18:51:47.023
67752026-07-20T18:51:48.512ZJul 20 18:51:47.023 : INFODEBGJul 20 18:51:47.023 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv6
67762026-07-20T18:51:48.512Z
67772026-07-20T18:51:48.512Zreplacing 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 } }]
67782026-07-20T18:51:48.512Zreplacing 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 } }]
67792026-07-20T18:51:48.512ZJul 20 18:51:47.023 Jul 20 18:51:47.023DEBG DEBGJul 20 18:51:47.023 Jul 20 18:51:47.023DEBG 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 } }]failed to allocate space for the new target list
67802026-07-20T18:51:48.512ZINFO
67812026-07-20T18:51:48.512Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unitJul 20 18:51:47.023
67822026-07-20T18:51:48.512Z :DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
67832026-07-20T18:51:48.512Z
67842026-07-20T18:51:48.512ZJul 20 18:51:47.023 INFO Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023 DEBGDEBGDEBG failed to allocate space for the new target listadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67852026-07-20T18:51:48.512Zreplacing 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 } }]reset freemap
67862026-07-20T18:51:48.512Z
67872026-07-20T18:51:48.512Z, unit: Jul 20 18:51:47.023Jul 20 18:51:47.023 DEBGINFO freemap_route_ipv4replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67882026-07-20T18:51:48.512Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67892026-07-20T18:51:48.512Z
67902026-07-20T18:51:48.512ZJul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
67912026-07-20T18:51:48.512Z , INFOunit: adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:51:47.023
67922026-07-20T18:51:48.512Z freemap_route_ipv6INFO
67932026-07-20T18:51:48.512Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67942026-07-20T18:51:48.512ZJul 20 18:51:47.023Jul 20 18:51:47.023 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 } }]DEBGJul 20 18:51:47.023
67952026-07-20T18:51:48.512Z reset freemapDEBG , 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 } }]Jul 20 18:51:47.023
67962026-07-20T18:51:48.512Z unitINFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:51:47.023
67972026-07-20T18:51:48.512Zfreemap_route_ipv6
67982026-07-20T18:51:48.512ZINFO Jul 20 18:51:47.023adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Jul 20 18:51:47.023DEBG
67992026-07-20T18:51:48.512ZINFO 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:dead::/64 -> 2001:db8::55:1
68002026-07-20T18:51:48.512Z
68012026-07-20T18:51:48.512ZJul 20 18:51:47.023 DEBGJul 20 18:51:47.023 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
68022026-07-20T18:51:48.513ZJul 20 18:51:47.023 DEBG Jul 20 18:51:47.023replacing 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 } }]
68032026-07-20T18:51:48.513Ztest route::tests::grow_succeeds ... ok
68042026-07-20T18:51:48.513Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68052026-07-20T18:51:48.513ZINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
68062026-07-20T18:51:48.513Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
68072026-07-20T18:51:48.513ZJul 20 18:51:47.023Jul 20 18:51:47.023Jul 20 18:51:47.023 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGreplacing 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 } }]
68082026-07-20T18:51:48.513Z
68092026-07-20T18:51:48.513Zreplacing 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 } }]
68102026-07-20T18:51:48.513ZJul 20 18:51:47.023Jul 20 18:51:47.023Jul 20 18:51:47.023 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 } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68112026-07-20T18:51:48.513Z
68122026-07-20T18:51:48.513Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 20 18:51:47.023Jul 20 18:51:47.023 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
68132026-07-20T18:51:48.513Z
68142026-07-20T18:51:48.513Z
68152026-07-20T18:51:48.513ZJul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
68162026-07-20T18:51:48.513Z 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: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 } }]
68172026-07-20T18:51:48.513ZJul 20 18:51:47.024Jul 20 18:51:47.024Jul 20 18:51:47.024 DEBG INFODEBG created new freemapcreated new freemap , , unitunitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff:
68182026-07-20T18:51:48.513Z :freemap_route_ipv4
68192026-07-20T18:51:48.513Zfreemap_route_ipv4
68202026-07-20T18:51:48.513ZJul 20 18:51:47.024 DEBG Jul 20 18:51:47.024created new freemapJul 20 18:51:47.023, Jul 20 18:51:47.024Jul 20 18:51:47.024unit DEBGDEBG DEBGDEBGcreated new freemap 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 } }] :
68212026-07-20T18:51:48.513Z, 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 } }]
68222026-07-20T18:51:48.513Zcreated new freemapunitfreemap_route_ipv6:,
68232026-07-20T18:51:48.513Zfreemap_route_ipv4unit
68242026-07-20T18:51:48.513ZJul 20 18:51:47.024: Jul 20 18:51:47.024 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6
68252026-07-20T18:51:48.513Z
68262026-07-20T18:51:48.513ZJul 20 18:51:47.024initted freemap. size: 64 , DEBGunit :created new freemap , Jul 20 18:51:47.024freemap_route_ipv4
68272026-07-20T18:51:48.513ZunitDEBG:Jul 20 18:51:47.024 freemap_route_ipv6
68282026-07-20T18:51:48.513Z 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
68292026-07-20T18:51:48.513Z initted freemap. size: 64Jul 20 18:51:47.024, Jul 20 18:51:47.024DEBG DEBGreset freemap unit, initted freemap. size: 64Jul 20 18:51:47.025: , INFOunit : adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitfreemap_route_ipv4:
68302026-07-20T18:51:48.513Z
68312026-07-20T18:51:48.513Zfreemap_route_ipv4 freemap_route_ipv4
68322026-07-20T18:51:48.513ZJul 20 18:51:47.025
68332026-07-20T18:51:48.513Z DEBG Jul 20 18:51:47.025Jul 20 18:51:47.025 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68342026-07-20T18:51:48.513Z Jul 20 18:51:47.025 DEBGreset freemapDEBGJul 20 18:51:47.025 reset freemapinitted freemap. size: 64, , , unitunit :unitINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4
68352026-07-20T18:51:48.513Z
68362026-07-20T18:51:48.513Z freemap_route_ipv6
68372026-07-20T18:51:48.513Z: Jul 20 18:51:47.025freemap_route_ipv4Jul 20 18:51:47.025 Jul 20 18:51:47.025
68382026-07-20T18:51:48.513ZDEBG DEBGinitted freemap. size: 64 , unitreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
68392026-07-20T18:51:48.513Z reset freemapfreemap_route_ipv6Jul 20 18:51:47.025,
68402026-07-20T18:51:48.513Zunit: Jul 20 18:51:47.025DEBGJul 20 18:51:47.025 INFO initted freemap. size: 64DEBGfreemap_route_ipv6
68412026-07-20T18:51:48.514Z, adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreset freemap
68422026-07-20T18:51:48.517Zunit, :unit :freemap_route_ipv6Jul 20 18:51:47.025 Jul 20 18:51:47.025freemap_route_ipv6
68432026-07-20T18:51:48.517Z INFO
68442026-07-20T18:51:48.517Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.025 DEBGDEBG
68452026-07-20T18:51:48.518Z Jul 20 18:51:47.025reset freemap INFO, Jul 20 18:51:47.025 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1unit
68462026-07-20T18:51:48.518Z:
68472026-07-20T18:51:48.518Zfreemap_route_ipv6DEBG
68482026-07-20T18:51:48.518Z Jul 20 18:51:47.025replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 20 18:51:47.025 DEBG INFO
68492026-07-20T18:51:48.518Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
68502026-07-20T18:51:48.518ZJul 20 18:51:47.025adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68512026-07-20T18:51:48.518ZINFOJul 20 18:51:47.025Jul 20 18:51:47.025Jul 20 18:51:47.025 DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
68522026-07-20T18:51:48.518Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255
68532026-07-20T18:51:48.518Z
68542026-07-20T18:51:48.518Z
68552026-07-20T18:51:48.518ZJul 20 18:51:47.025 Jul 20 18:51:47.025Jul 20 18:51:47.025 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 } }]
68562026-07-20T18:51:48.518ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:30::/64 -> 2001:db8::55:ff
68572026-07-20T18:51:48.518Z
68582026-07-20T18:51:48.518ZJul 20 18:51:47.024Jul 20 18:51:47.025Jul 20 18:51:47.025 Jul 20 18:51:47.025 INFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
68592026-07-20T18:51:48.518Zcreated 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 } }]
68602026-07-20T18:51:48.518ZINFOJul 20 18:51:47.025, unitDEBGadding route 172.17.0.1/32 -> 10.0.0.255
68612026-07-20T18:51:48.518Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
68622026-07-20T18:51:48.518Zfreemap_route_ipv4Jul 20 18:51:47.025 Jul 20 18:51:47.025
68632026-07-20T18:51:48.518Z INFODEBGJul 20 18:51:47.025 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
68642026-07-20T18:51:48.518Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68652026-07-20T18:51:48.518Zadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:51:47.025
68662026-07-20T18:51:48.518ZJul 20 18:51:47.025 INFODEBG created new freemapadding route 172.17.0.2/32 -> 10.0.0.255Jul 20 18:51:47.025,
68672026-07-20T18:51:48.518Z unit:DEBGJul 20 18:51:47.025 Jul 20 18:51:47.025replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv6
68682026-07-20T18:51:48.518Z
68692026-07-20T18:51:48.518ZDEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68702026-07-20T18:51:48.518Z
68712026-07-20T18:51:48.518ZJul 20 18:51:47.025Jul 20 18:51:47.025Jul 20 18:51:47.025 Jul 20 18:51:47.025 INFOINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
68722026-07-20T18:51:48.518Z adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
68732026-07-20T18:51:48.518Z
68742026-07-20T18:51:48.518ZJul 20 18:51:47.025initted freemap. size: 64 , unitDEBGJul 20 18:51:47.025: Jul 20 18:51:47.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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
68752026-07-20T18:51:48.518Zfreemap_route_ipv4DEBG
68762026-07-20T18:51:48.518Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
68772026-07-20T18:51:48.518Z
68782026-07-20T18:51:48.518ZJul 20 18:51:47.025Jul 20 18:51:47.025 DEBGDEBGJul 20 18:51:47.025 Jul 20 18:51:47.025reset freemap , INFO unit INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
68792026-07-20T18:51:48.518Z
68802026-07-20T18:51:48.518Zadding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4
68812026-07-20T18:51:48.518Z
68822026-07-20T18:51:48.518ZJul 20 18:51:47.025 Jul 20 18:51:47.025Jul 20 18:51:47.025DEBG DEBGWARNreplacing 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 } }] Jul 20 18:51:47.025
68832026-07-20T18:51:48.518Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
68842026-07-20T18:51:48.519ZJul 20 18:51:47.025replacing 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 } }] INFOinitted freemap. size: 64
68852026-07-20T18:51:48.519Z, Jul 20 18:51:47.025unit adding route 3fff:beef:34::/64 -> 2001:db8::55:ff:
68862026-07-20T18:51:48.519Z ERRO freemap_route_ipv6rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
68872026-07-20T18:51:48.519Z
68882026-07-20T18:51:48.519ZJul 20 18:51:47.025Jul 20 18:51:47.025 DEBGINFO Jul 20 18:51:47.025 Jul 20 18:51:47.025replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
68892026-07-20T18:51:48.519Z
68902026-07-20T18:51:48.519Z ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itJul 20 18:51:47.025Jul 20 18:51:47.025
68912026-07-20T18:51:48.519Z DEBG INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
68922026-07-20T18:51:48.519Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
68932026-07-20T18:51:48.519Zunit:Jul 20 18:51:47.025 freemap_route_ipv6INFOJul 20 18:51:47.025
68942026-07-20T18:51:48.519Zadding route 172.17.0.6/32 -> 10.0.0.255
68952026-07-20T18:51:48.519ZDEBG Jul 20 18:51:47.025replacing 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 } }]
68962026-07-20T18:51:48.519ZJul 20 18:51:47.025INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
68972026-07-20T18:51:48.519Zreplacing 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 } }]Jul 20 18:51:47.025
68982026-07-20T18:51:48.519Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:51:47.025
68992026-07-20T18:51:48.519Z
69002026-07-20T18:51:48.519ZJul 20 18:51:47.025 INFODEBGJul 20 18:51:47.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
69012026-07-20T18:51:48.519ZJul 20 18:51:47.025
69022026-07-20T18:51:48.519Z DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]Jul 20 18:51:47.025
69032026-07-20T18:51:48.519Z
69042026-07-20T18:51:48.519ZDEBGJul 20 18:51:47.025 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 } }] INFOJul 20 18:51:47.025
69052026-07-20T18:51:48.519Ztest route::tests::rollback_on_compact_write_failure ... ok
69062026-07-20T18:51:48.519Z Jul 20 18:51:47.025 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
69072026-07-20T18:51:48.519ZJul 20 18:51:47.025 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
69082026-07-20T18:51:48.519Zadding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }]
69092026-07-20T18:51:48.519ZJul 20 18:51:47.025
69102026-07-20T18:51:48.519ZDEBG Jul 20 18:51:47.025replacing 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 } }] Jul 20 18:51:47.025
69112026-07-20T18:51:48.519Z Jul 20 18:51:47.025DEBGDEBG 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
69122026-07-20T18:51:48.519Z Jul 20 18:51:47.025 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69132026-07-20T18:51:48.519Z Jul 20 18:51:47.025adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69142026-07-20T18:51:48.519Z INFO
69152026-07-20T18:51:48.519ZJul 20 18:51:47.025adding route 172.17.0.9/32 -> 10.0.0.255
69162026-07-20T18:51:48.519ZDEBGJul 20 18:51:47.025 Jul 20 18:51:47.025INFOreplacing 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 } }]Jul 20 18:51:47.025
69172026-07-20T18:51:48.519ZDEBGDEBG 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 } }]
69182026-07-20T18:51:48.519Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
69192026-07-20T18:51:48.519Z
69202026-07-20T18:51:48.519ZJul 20 18:51:47.025Jul 20 18:51:47.025 INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
69212026-07-20T18:51:48.519ZJul 20 18:51:47.025 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:51:47.025
69222026-07-20T18:51:48.519ZDEBG Jul 20 18:51:47.025INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:39::/64 -> 2001:db8::55:ff
69232026-07-20T18:51:48.520Z
69242026-07-20T18:51:48.520ZDEBG 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 } }]Jul 20 18:51:47.025Jul 20 18:51:47.025
69252026-07-20T18:51:48.520Z INFODEBG Jul 20 18:51:47.025adding route 3fff:dead::/64 -> 2001:db8::55:4
69262026-07-20T18:51:48.520Zreplacing 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 } }]Jul 20 18:51:47.025
69272026-07-20T18:51:48.521Z INFODEBG Jul 20 18:51:47.025adding route 172.17.0.11/32 -> 10.0.0.255
69282026-07-20T18:51:48.521Zreplacing 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 } }]Jul 20 18:51:47.025 INFO Jul 20 18:51:47.026Jul 20 18:51:47.025adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
69292026-07-20T18:51:48.521ZDEBGDEBG created new freemapcreated new freemap, unit:Jul 20 18:51:47.032
69302026-07-20T18:51:48.521Z freemap_route_ipv4DEBG
69312026-07-20T18:51:48.521Z 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 } }]Jul 20 18:51:47.023Jul 20 18:51:47.032
69322026-07-20T18:51:48.521ZJul 20 18:51:47.032 DEBGINFODEBG Jul 20 18:51:47.032 created new freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, created new freemap
69332026-07-20T18:51:48.521Zunit, :unit INFOfreemap_route_ipv6
69342026-07-20T18:51:48.521Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff: Jul 20 18:51:47.032freemap_route_ipv4
69352026-07-20T18:51:48.521Z
69362026-07-20T18:51:48.521ZDEBG 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 } }]
69372026-07-20T18:51:48.521ZJul 20 18:51:47.032 DEBG initted freemap. size: 64Jul 20 18:51:47.032, Jul 20 18:51:47.032unit : Jul 20 18:51:47.032INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
69382026-07-20T18:51:48.521Zreplacing 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 } }]
69392026-07-20T18:51:48.521Zcreated new freemap,
69402026-07-20T18:51:48.521Zunit:Jul 20 18:51:47.032Jul 20 18:51:47.032 freemap_route_ipv6
69412026-07-20T18:51:48.521ZJul 20 18:51:47.032 DEBGDEBG reset freemapJul 20 18:51:47.032INFO, adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
69422026-07-20T18:51:48.525Z
69432026-07-20T18:51:48.525Z unitinitted freemap. size: 64:Jul 20 18:51:47.032Jul 20 18:51:47.032 , freemap_route_ipv4DEBGunit :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 } }]
69442026-07-20T18:51:48.525Z
69452026-07-20T18:51:48.525Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv4
69462026-07-20T18:51:48.525Z
69472026-07-20T18:51:48.525ZJul 20 18:51:47.032Jul 20 18:51:47.032 INFODEBG Jul 20 18:51:47.032initted freemap. size: 64 Jul 20 18:51:47.032adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG ,
69482026-07-20T18:51:48.525ZDEBG 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 } }]unitreset freemap:
69492026-07-20T18:51:48.526Z freemap_route_ipv6Jul 20 18:51:47.032
69502026-07-20T18:51:48.526Z , Jul 20 18:51:47.032unit DEBG:DEBG freemap_route_ipv4 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 } }]
69512026-07-20T18:51:48.526Zfailed to allocate space for the new target list
69522026-07-20T18:51:48.526ZJul 20 18:51:47.032
69532026-07-20T18:51:48.526ZDEBG Jul 20 18:51:47.032reset freemap , Jul 20 18:51:47.032unit :DEBGDEBG Jul 20 18:51:47.032freemap_route_ipv6initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69542026-07-20T18:51:48.526Z INFO,
69552026-07-20T18:51:48.526Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunit
69562026-07-20T18:51:48.526ZJul 20 18:51:47.032: INFOfreemap_route_ipv6 Jul 20 18:51:47.032adding route 3fff:dead::/64 -> 2001:db8::55:1
69572026-07-20T18:51:48.526Z
69582026-07-20T18:51:48.526ZDEBG 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 } }]Jul 20 18:51:47.032
69592026-07-20T18:51:48.526Z DEBGJul 20 18:51:47.032Jul 20 18:51:47.032 reset freemap DEBG, INFO, unitunitadding route 3fff:beef:7::/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 } }]
69602026-07-20T18:51:48.526Z::
69612026-07-20T18:51:48.526Zfreemap_route_ipv4 freemap_route_ipv6
69622026-07-20T18:51:48.526Z
69632026-07-20T18:51:48.526ZJul 20 18:51:47.032Jul 20 18:51:47.032 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:dead::/64 -> 2001:db8::55:2
69642026-07-20T18:51:48.526Z
69652026-07-20T18:51:48.526ZJul 20 18:51:47.032 INFOJul 20 18:51:47.032Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOadding route 172.16.0.0/32 -> 10.0.0.1
69662026-07-20T18:51:48.526Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG DEBGcreated new freemap Jul 20 18:51:47.032replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
69672026-07-20T18:51:48.526Zunit:DEBG
69682026-07-20T18:51:48.526Z freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69692026-07-20T18:51:48.526Z
69702026-07-20T18:51:48.526ZJul 20 18:51:47.032Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOJul 20 18:51:47.032 DEBG DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
69712026-07-20T18:51:48.526Z adding route 172.16.0.0/32 -> 10.0.0.2
69722026-07-20T18:51:48.526Zinitted freemap. size: 64
69732026-07-20T18:51:48.526Z, Jul 20 18:51:47.032 unitDEBG: Jul 20 18:51:47.032replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69742026-07-20T18:51:48.526ZDEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
69752026-07-20T18:51:48.526Z
69762026-07-20T18:51:48.526ZJul 20 18:51:47.032 Jul 20 18:51:47.032INFO Jul 20 18:51:47.032adding route 3fff:dead::/64 -> 2001:db8::55:4
69772026-07-20T18:51:48.526ZINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
69782026-07-20T18:51:48.526Z Jul 20 18:51:47.032adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:51:47.032
69792026-07-20T18:51:48.526ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 20 18:51:47.032Jul 20 18:51:47.032
69802026-07-20T18:51:48.526Z DEBGDEBGDEBG 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 } }]Jul 20 18:51:47.032
69812026-07-20T18:51:48.526Zreplacing 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 } }]
69822026-07-20T18:51:48.526ZDEBGJul 20 18:51:47.032 reset 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:2, vlan_id: None } }, NextHop { asic_port_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,
69832026-07-20T18:51:48.526Z Jul 20 18:51:47.032adding route 172.17.0.1/32 -> 10.0.0.255unit
69842026-07-20T18:51:48.526ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff:
69852026-07-20T18:51:48.526ZJul 20 18:51:47.032 Jul 20 18:51:47.032 WARNDEBGfreemap_route_ipv4 Jul 20 18:51:47.032 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69862026-07-20T18:51:48.526Z
69872026-07-20T18:51:48.526Z DEBG
69882026-07-20T18:51:48.527Z 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 } }]Jul 20 18:51:47.032
69892026-07-20T18:51:48.527Z INFO Jul 20 18:51:47.032 adding route 172.17.0.2/32 -> 10.0.0.255DEBG
69902026-07-20T18:51:48.527Z initted freemap. size: 64, unit:Jul 20 18:51:47.032 Jul 20 18:51:47.032Jul 20 18:51:47.032 freemap_route_ipv6 DEBG
69912026-07-20T18:51:48.527ZINFO 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:b::/64 -> 2001:db8::55:ff
69922026-07-20T18:51:48.527ZINFO
69932026-07-20T18:51:48.527Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:51:47.032Jul 20 18:51:47.032Jul 20 18:51:47.032 DEBGINFO
69942026-07-20T18:51:48.527ZDEBGadding route 172.17.0.3/32 -> 10.0.0.255 reset freemap
69952026-07-20T18:51:48.527Zreplacing 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 } }]
69962026-07-20T18:51:48.527Z, unit:Jul 20 18:51:47.032 freemap_route_ipv6DEBG
69972026-07-20T18:51:48.527Z Jul 20 18:51:47.032replacing 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 } }]
69982026-07-20T18:51:48.527ZJul 20 18:51:47.032DEBG INFOJul 20 18:51:47.032Jul 20 18:51:47.032 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO
69992026-07-20T18:51:48.527Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
70002026-07-20T18:51:48.527Z adding route 172.17.0.4/32 -> 10.0.0.255
70012026-07-20T18:51:48.527Ztest route::tests::rollback_on_compact_delete_failure ... ok
70022026-07-20T18:51:48.527ZJul 20 18:51:47.032 Jul 20 18:51:47.032Jul 20 18:51:47.032adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG
70032026-07-20T18:51:48.527ZDEBG 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 } }]
70042026-07-20T18:51:48.527Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
70052026-07-20T18:51:48.527Zreplacing 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 } }]Jul 20 18:51:47.032
70062026-07-20T18:51:48.527ZJul 20 18:51:47.032Jul 20 18:51:47.032INFO adding route 172.17.0.5/32 -> 10.0.0.255DEBG
70072026-07-20T18:51:48.527Ztest route::tests::identity_replace_is_noop ... ok
70082026-07-20T18:51:48.527ZDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70092026-07-20T18:51:48.527Z
70102026-07-20T18:51:48.527ZJul 20 18:51:47.032 Jul 20 18:51:47.032 INFODEBG Jul 20 18:51:47.032replacing 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:d::/64 -> 2001:db8::55:ff
70112026-07-20T18:51:48.527Z Jul 20 18:51:47.032
70122026-07-20T18:51:48.527ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
70132026-07-20T18:51:48.527Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:51:47.032
70142026-07-20T18:51:48.527ZJul 20 18:51:47.032 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255
70152026-07-20T18:51:48.527Zreplacing 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 } }]Jul 20 18:51:47.032
70162026-07-20T18:51:48.527Z DEBGJul 20 18:51:47.032Jul 20 18:51:47.032 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70172026-07-20T18:51:48.527ZDEBGJul 20 18:51:47.032DEBG 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 } }]INFO
70182026-07-20T18:51:48.527Z Jul 20 18:51:47.032adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
70192026-07-20T18:51:48.527Z
70202026-07-20T18:51:48.527ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:51:47.032
70212026-07-20T18:51:48.527ZJul 20 18:51:47.032 INFOINFO Jul 20 18:51:47.032adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:51:47.032
70222026-07-20T18:51:48.527Z DEBGDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGJul 20 18:51:47.032
70232026-07-20T18:51:48.527Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
70242026-07-20T18:51:48.527Z
70252026-07-20T18:51:48.527Z
70262026-07-20T18:51:48.528Zreplacing 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 } }]
70272026-07-20T18:51:48.528ZJul 20 18:51:47.032Jul 20 18:51:47.032Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOINFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }]
70282026-07-20T18:51:48.528ZDEBG
70292026-07-20T18:51:48.528Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4
70302026-07-20T18:51:48.528Z
70312026-07-20T18:51:48.528ZJul 20 18:51:47.032 Jul 20 18:51:47.032INFOJul 20 18:51:47.032 INFODEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Jul 20 18:51:47.032
70322026-07-20T18:51:48.528Zreplacing 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 } }]
70332026-07-20T18:51:48.528ZDEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70342026-07-20T18:51:48.528ZJul 20 18:51:47.033 Jul 20 18:51:47.040DEBG Jul 20 18:51:47.033DEBG 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:2, vlan_id: None } }, NextHop { asic_port_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 } }]
70352026-07-20T18:51:48.528ZDEBG
70362026-07-20T18:51:48.528ZJul 20 18:51:47.040 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 } }]
70372026-07-20T18:51:48.528ZJul 20 18:51:47.040 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
70382026-07-20T18:51:48.528ZJul 20 18:51:47.040 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 } }]
70392026-07-20T18:51:48.528Zcreated new freemapJul 20 18:51:47.040, Jul 20 18:51:47.032unitJul 20 18:51:47.040 INFOINFO: adding route 3fff:beef:29::/64 -> 2001:db8::55:ffWARNfreemap_route_ipv4
70402026-07-20T18:51:48.528Z
70412026-07-20T18:51:48.528Zadding route 172.17.0.9/32 -> 10.0.0.255
70422026-07-20T18:51:48.532Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
70432026-07-20T18:51:48.532ZJul 20 18:51:47.040 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 } }]Jul 20 18:51:47.040
70442026-07-20T18:51:48.532Z DEBGJul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040 INFO, DEBG unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:
70452026-07-20T18:51:48.532ZDEBGcreated new freemap freemap_route_ipv4replacing 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 } }],
70462026-07-20T18:51:48.532Z
70472026-07-20T18:51:48.532ZJul 20 18:51:47.040replacing 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 } }]
70482026-07-20T18:51:48.532ZDEBGJul 20 18:51:47.040 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
70492026-07-20T18:51:48.532Z :adding route 172.17.0.12/32 -> 10.0.0.255 Jul 20 18:51:47.040
70502026-07-20T18:51:48.532ZJul 20 18:51:47.040freemap_route_ipv6Jul 20 18:51:47.040 INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
70512026-07-20T18:51:48.532Z
70522026-07-20T18:51:48.532Zcreated new freemapadding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:51:47.040,
70532026-07-20T18:51:48.532ZunitJul 20 18:51:47.040: DEBG DEBGfreemap_route_ipv6replacing 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 } }]
70542026-07-20T18:51:48.532Z
70552026-07-20T18:51:48.532Z 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 } }]
70562026-07-20T18:51:48.532ZJul 20 18:51:47.040 Jul 20 18:51:47.040 Jul 20 18:51:47.040DEBG Jul 20 18:51:47.040INFO INFO DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255 , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
70572026-07-20T18:51:48.532Z
70582026-07-20T18:51:48.532Z
70592026-07-20T18:51:48.532Z: freemap_route_ipv4
70602026-07-20T18:51:48.532ZJul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040DEBGJul 20 18:51:47.040 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 } }]
70612026-07-20T18:51:48.532ZDEBGINFO 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 } }] Jul 20 18:51:47.040 adding route 172.17.0.11/32 -> 10.0.0.255reset freemap
70622026-07-20T18:51:48.532Z, unitDEBG:Jul 20 18:51:47.040 INFO
70632026-07-20T18:51:48.532ZJul 20 18:51:47.040adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
70642026-07-20T18:51:48.532Zinitted freemap. size: 64freemap_route_ipv4DEBG
70652026-07-20T18:51:48.532Z, Jul 20 18:51:47.040Jul 20 18:51:47.040replacing 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 } }]
70662026-07-20T18:51:48.532ZJul 20 18:51:47.040DEBG 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 } }]
70672026-07-20T18:51:48.533Z adding route 172.17.0.14/32 -> 10.0.0.255unitDEBG:Jul 20 18:51:47.040
70682026-07-20T18:51:48.533ZJul 20 18:51:47.040 INFOINFO initted freemap. size: 64adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff,
70692026-07-20T18:51:48.533Z unitfreemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:51:47.040: Jul 20 18:51:47.040DEBG
70702026-07-20T18:51:48.533Z
70712026-07-20T18:51:48.533Z DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
70722026-07-20T18:51:48.533Z
70732026-07-20T18:51:48.533Zreplacing 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 } }]
70742026-07-20T18:51:48.533ZJul 20 18:51:47.040Jul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBGDEBGDEBG INFO reset freemapINFO , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
70752026-07-20T18:51:48.533Zadding route 172.17.0.15/32 -> 10.0.0.255:
70762026-07-20T18:51:48.533Z Jul 20 18:51:47.040freemap_route_ipv6 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 } }]
70772026-07-20T18:51:48.533Z
70782026-07-20T18:51:48.533Z DEBGreset freemap Jul 20 18:51:47.040replacing 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 } }]
70792026-07-20T18:51:48.533Z, DEBG unitJul 20 18:51:47.040:Jul 20 18:51:47.040 Jul 20 18:51:47.040 INFOINFOfreemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70802026-07-20T18:51:48.533ZINFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
70812026-07-20T18:51:48.533Z
70822026-07-20T18:51:48.533Z adding route 172.17.0.13/32 -> 10.0.0.255 Jul 20 18:51:47.040adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.040
70832026-07-20T18:51:48.533Z
70842026-07-20T18:51:48.533ZDEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:51:47.040 Jul 20 18:51:47.040
70852026-07-20T18:51:48.533ZJul 20 18:51:47.040DEBGadding route 172.17.0.16/32 -> 10.0.0.255
70862026-07-20T18:51:48.533Z DEBGJul 20 18:51:47.040 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 } }]
70872026-07-20T18:51:48.533Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:51:47.040
70882026-07-20T18:51:48.533ZDEBGreplacing 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 } }]
70892026-07-20T18:51:48.533Zreplacing 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 } }] Jul 20 18:51:47.040
70902026-07-20T18:51:48.533Z Jul 20 18:51:47.040DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70912026-07-20T18:51:48.533Zinitted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:51:47.040Jul 20 18:51:47.040
70922026-07-20T18:51:48.533ZJul 20 18:51:47.040 INFOINFO Jul 20 18:51:47.040INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
70932026-07-20T18:51:48.533Zadding route 172.17.0.17/32 -> 10.0.0.255
70942026-07-20T18:51:48.533Z DEBG, adding route 172.17.0.14/32 -> 10.0.0.255
70952026-07-20T18:51:48.533ZJul 20 18:51:47.040Jul 20 18:51:47.040replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70962026-07-20T18:51:48.533Z
70972026-07-20T18:51:48.533Z Jul 20 18:51:47.040unitreplacing 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 } }] Jul 20 18:51:47.040:
70982026-07-20T18:51:48.533ZJul 20 18:51:47.040 DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.16.0.0/32 -> 10.0.0.3
70992026-07-20T18:51:48.533Zadding route 172.17.0.18/32 -> 10.0.0.255Jul 20 18:51:47.040
71002026-07-20T18:51:48.533Z
71012026-07-20T18:51:48.533Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
71022026-07-20T18:51:48.533ZJul 20 18:51:47.040 Jul 20 18:51:47.040 DEBGDEBGJul 20 18:51:47.040 Jul 20 18:51:47.040 freemap_route_ipv6 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
71032026-07-20T18:51:48.533Z
71042026-07-20T18:51:48.533Z 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 } }] adding route 172.17.0.15/32 -> 10.0.0.255
71052026-07-20T18:51:48.534Z
71062026-07-20T18:51:48.534Z
71072026-07-20T18:51:48.534ZJul 20 18:51:47.040Jul 20 18:51:47.040 INFOINFOJul 20 18:51:47.040 adding route 172.17.0.19/32 -> 10.0.0.255INFO adding route 172.16.0.0/32 -> 10.0.0.4
71082026-07-20T18:51:48.534Z
71092026-07-20T18:51:48.534ZJul 20 18:51:47.040Jul 20 18:51:47.040adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
71102026-07-20T18:51:48.534Z Jul 20 18:51:47.040DEBG DEBG Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBGDEBGDEBG reset freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
71112026-07-20T18:51:48.534Z, 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 } }]
71122026-07-20T18:51:48.534Zunitreplacing 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 } }]:
71132026-07-20T18:51:48.534ZJul 20 18:51:47.040 INFOfreemap_route_ipv6 Jul 20 18:51:47.040adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:51:47.040
71142026-07-20T18:51:48.534Z
71152026-07-20T18:51:48.534ZINFO DEBG
71162026-07-20T18:51:48.534Z adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:51:47.040
71172026-07-20T18:51:48.534Z
71182026-07-20T18:51:48.534ZDEBG 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 } }]
71192026-07-20T18:51:48.534ZJul 20 18:51:47.040Jul 20 18:51:47.040 DEBGJul 20 18:51:47.040Jul 20 18:51:47.040INFO INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
71202026-07-20T18:51:48.534Zreplacing 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 } }]
71212026-07-20T18:51:48.534Z
71222026-07-20T18:51:48.534ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
71232026-07-20T18:51:48.534ZJul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBG INFODEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255
71242026-07-20T18:51:48.534Z
71252026-07-20T18:51:48.534Z 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:51:47.040Jul 20 18:51:47.040
71262026-07-20T18:51:48.534ZDEBG 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
71272026-07-20T18:51:48.534Z
71282026-07-20T18:51:48.534Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
71292026-07-20T18:51:48.534ZJul 20 18:51:47.040 INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:51:47.040Jul 20 18:51:47.040 INFODEBG
71302026-07-20T18:51:48.534Z adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:51:47.040
71312026-07-20T18:51:48.534Z
71322026-07-20T18:51:48.534ZJul 20 18:51:47.040 DEBGINFO Jul 20 18:51:47.040Jul 20 18:51:47.040replacing 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 } }]
71332026-07-20T18:51:48.534Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
71342026-07-20T18:51:48.534Z
71352026-07-20T18:51:48.534Z 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 } }]
71362026-07-20T18:51:48.534ZJul 20 18:51:47.040 INFOJul 20 18:51:47.040 adding route 172.17.0.18/32 -> 10.0.0.255DEBG
71372026-07-20T18:51:48.534Z Jul 20 18:51:47.040replacing 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
71382026-07-20T18:51:48.534ZJul 20 18:51:47.040 Jul 20 18:51:47.040 adding route 172.17.0.23/32 -> 10.0.0.255DEBGDEBG
71392026-07-20T18:51:48.534Z Jul 20 18:51:47.040 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Jul 20 18:51:47.041adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Jul 20 18:51:47.040Jul 20 18:51:47.041
71402026-07-20T18:51:48.534Z DEBGDEBG created new freemap, unit: Jul 20 18:51:47.050 freemap_route_ipv4DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
71412026-07-20T18:51:48.534Z
71422026-07-20T18:51:48.538Z, DEBGunit: Jul 20 18:51:47.050 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
71432026-07-20T18:51:48.539Z freemap_route_ipv4adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:51:47.050
71442026-07-20T18:51:48.539Z DEBG
71452026-07-20T18:51:48.539ZJul 20 18:51:47.050Jul 20 18:51:47.050 INFOcreated new freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
71462026-07-20T18:51:48.539ZDEBGunit 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 } }]Jul 20 18:51:47.050
71472026-07-20T18:51:48.539ZJul 20 18:51:47.050: freemap_route_ipv6DEBG
71482026-07-20T18:51:48.539Z DEBGJul 20 18:51:47.050replacing 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 } }]
71492026-07-20T18:51:48.539Zcreated new freemapINFO Jul 20 18:51:47.050, Jul 20 18:51:47.050DEBGadding route 172.17.0.25/32 -> 10.0.0.255
71502026-07-20T18:51:48.539ZINFO unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffinitted freemap. size: 64Jul 20 18:51:47.050
71512026-07-20T18:51:48.539Z , DEBG:unit :Jul 20 18:51:47.050replacing 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 } }]
71522026-07-20T18:51:48.539ZDEBG 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 } }]
71532026-07-20T18:51:48.539Zfreemap_route_ipv6freemap_route_ipv4Jul 20 18:51:47.050
71542026-07-20T18:51:48.539Z INFO
71552026-07-20T18:51:48.539ZJul 20 18:51:47.050 Jul 20 18:51:47.050 adding route 172.17.0.26/32 -> 10.0.0.255
71562026-07-20T18:51:48.539ZDEBGINFO reset freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:51:47.050
71572026-07-20T18:51:48.539Z DEBG, Jul 20 18:51:47.050unit Jul 20 18:51:47.050:initted freemap. size: 64 DEBGDEBG freemap_route_ipv4,
71582026-07-20T18:51:48.539Zunitreplacing 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 } }]
71592026-07-20T18:51:48.539Zreplacing 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 } }]:
71602026-07-20T18:51:48.539ZJul 20 18:51:47.050 freemap_route_ipv4
71612026-07-20T18:51:48.539ZDEBGJul 20 18:51:47.050Jul 20 18:51:47.050 INFO initted freemap. size: 64DEBG, unit :failed to allocate space for the new target listadding route 172.17.0.27/32 -> 10.0.0.255
71622026-07-20T18:51:48.539Zfreemap_route_ipv6
71632026-07-20T18:51:48.539Z
71642026-07-20T18:51:48.539ZJul 20 18:51:47.050Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71652026-07-20T18:51:48.539Zreplacing 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 } }]
71662026-07-20T18:51:48.539ZDEBGJul 20 18:51:47.050 reset freemapDEBG, Jul 20 18:51:47.050unit :INFO reset freemapadding route 172.17.0.28/32 -> 10.0.0.255, freemap_route_ipv4unit
71672026-07-20T18:51:48.539Z
71682026-07-20T18:51:48.539Z: Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGDEBG freemap_route_ipv6
71692026-07-20T18:51:48.539Zreplacing 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 } }]initted freemap. size: 64
71702026-07-20T18:51:48.539Z, unitJul 20 18:51:47.050: Jul 20 18:51:47.033INFO freemap_route_ipv6DEBGJul 20 18:51:47.050 adding route 3fff:dead::/64 -> 2001:db8::55:1
71712026-07-20T18:51:48.539ZINFOcreated new freemap adding route 172.17.0.29/32 -> 10.0.0.255
71722026-07-20T18:51:48.539Z
71732026-07-20T18:51:48.539Z, unitJul 20 18:51:47.050: DEBGJul 20 18:51:47.050 freemap_route_ipv4Jul 20 18:51:47.050replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71742026-07-20T18:51:48.539Z DEBG
71752026-07-20T18:51:48.539Z DEBGreset freemap , Jul 20 18:51:47.050replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
71762026-07-20T18:51:48.539Z: DEBG created new freemapfreemap_route_ipv6, Jul 20 18:51:47.050unit
71772026-07-20T18:51:48.539Z :Jul 20 18:51:47.050 INFOfreemap_route_ipv6INFO
71782026-07-20T18:51:48.539Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
71792026-07-20T18:51:48.539Z
71802026-07-20T18:51:48.539ZJul 20 18:51:47.050 Jul 20 18:51:47.050INFO Jul 20 18:51:47.050 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG 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 } }]Jul 20 18:51:47.050initted freemap. size: 64
71812026-07-20T18:51:48.540Z,
71822026-07-20T18:51:48.540ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:
71832026-07-20T18:51:48.540ZJul 20 18:51:47.050 freemap_route_ipv4Jul 20 18:51:47.050
71842026-07-20T18:51:48.540Z DEBGJul 20 18:51:47.050 INFODEBG Jul 20 18:51:47.050adding route 172.17.0.31/32 -> 10.0.0.255 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71852026-07-20T18:51:48.540Z
71862026-07-20T18:51:48.540Zreset 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:3, vlan_id: None } }],
71872026-07-20T18:51:48.540Zunit:Jul 20 18:51:47.050 freemap_route_ipv4DEBGJul 20 18:51:47.050
71882026-07-20T18:51:48.540Zreplacing 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 } }]INFO
71892026-07-20T18:51:48.540Zadding route 3fff:dead::/64 -> 2001:db8::55:2
71902026-07-20T18:51:48.540ZJul 20 18:51:47.050 DEBG Jul 20 18:51:47.050initted freemap. size: 64 Jul 20 18:51:47.050, 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 } }, NextHop { asic_port_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.32/32 -> 10.0.0.255
71912026-07-20T18:51:48.540Z
71922026-07-20T18:51:48.540Zfreemap_route_ipv6
71932026-07-20T18:51:48.540ZJul 20 18:51:47.050Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
71942026-07-20T18:51:48.540Z, unitreplacing 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 } }]:
71952026-07-20T18:51:48.540Z freemap_route_ipv6
71962026-07-20T18:51:48.540ZJul 20 18:51:47.050 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 } }]
71972026-07-20T18:51:48.540ZJul 20 18:51:47.050 INFO Jul 20 18:51:47.050adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71982026-07-20T18:51:48.540Z Jul 20 18:51:47.050
71992026-07-20T18:51:48.540Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.050
72002026-07-20T18:51:48.540Zadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 20 18:51:47.050DEBG
72012026-07-20T18:51:48.540Z INFOJul 20 18:51:47.050 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
72022026-07-20T18:51:48.540Zreplacing 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 } }]
72032026-07-20T18:51:48.540Ztest route::tests::rollback_on_index_readd_failure ... ok
72042026-07-20T18:51:48.540Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72052026-07-20T18:51:48.540ZJul 20 18:51:47.050Jul 20 18:51:47.050Jul 20 18:51:47.050 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
72062026-07-20T18:51:48.540ZDEBG
72072026-07-20T18:51:48.540ZJul 20 18:51:47.050 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72082026-07-20T18:51:48.540ZJul 20 18:51:47.050Jul 20 18:51:47.050 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 } }]
72092026-07-20T18:51:48.540Z
72102026-07-20T18:51:48.540Ztest route::tests::same_size_non_subset_replace ... ok
72112026-07-20T18:51:48.540Ztest route::tests::shrink_preserves_compacted_order ... ok
72122026-07-20T18:51:48.540Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
72132026-07-20T18:51:48.540ZJul 20 18:51:47.050 Jul 20 18:51:47.050Jul 20 18:51:47.050 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3INFO
72142026-07-20T18:51:48.540Z
72152026-07-20T18:51:48.540Zadding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:51:47.050Jul 20 18:51:47.032
72162026-07-20T18:51:48.540ZJul 20 18:51:47.050DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:51:47.050 DEBGDEBGJul 20 18:51:47.050
72172026-07-20T18:51:48.540Z 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
72182026-07-20T18:51:48.540Z 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 } }]
72192026-07-20T18:51:48.540ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 20 18:51:47.050
72202026-07-20T18:51:48.540Z Jul 20 18:51:47.050INFO
72212026-07-20T18:51:48.541Z adding route 172.17.0.36/32 -> 10.0.0.255INFO
72222026-07-20T18:51:48.541ZJul 20 18:51:47.050 INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:51:47.050
72232026-07-20T18:51:48.541Z Jul 20 18:51:47.050DEBG
72242026-07-20T18:51:48.541Z 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
72252026-07-20T18:51:48.541Z Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
72262026-07-20T18:51:48.541Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]Jul 20 18:51:47.050
72272026-07-20T18:51:48.541Z
72282026-07-20T18:51:48.541ZINFOJul 20 18:51:47.050 DEBGJul 20 18:51:47.050adding route 172.17.0.37/32 -> 10.0.0.255 Jul 20 18:51:47.050
72292026-07-20T18:51:48.541ZINFO INFO 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.0/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
72302026-07-20T18:51:48.541Z
72312026-07-20T18:51:48.541ZJul 20 18:51:47.050 DEBG
72322026-07-20T18:51:48.541Z Jul 20 18:51:47.050replacing 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 } }]
72332026-07-20T18:51:48.541ZDEBG 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 } }]Jul 20 18:51:47.050Jul 20 18:51:47.050 Jul 20 18:51:47.050INFODEBG 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:beef:11::/64 -> 2001:db8::55:ff
72342026-07-20T18:51:48.541ZINFO
72352026-07-20T18:51:48.541Z
72362026-07-20T18:51:48.541Zadding route 172.17.0.38/32 -> 10.0.0.255
72372026-07-20T18:51:48.541ZJul 20 18:51:47.050Jul 20 18:51:47.050 Jul 20 18:51:47.050INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO
72382026-07-20T18:51:48.541Z Jul 20 18:51:47.050 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 } }] adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:51:47.050
72392026-07-20T18:51:48.541Z
72402026-07-20T18:51:48.541Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
72412026-07-20T18:51:48.541Zreplacing 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 } }]Jul 20 18:51:47.050
72422026-07-20T18:51:48.545Z INFOJul 20 18:51:47.050 adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:51:47.050DEBG
72432026-07-20T18:51:48.545Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72442026-07-20T18:51:48.545Z adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:51:47.050
72452026-07-20T18:51:48.545Z Jul 20 18:51:47.050Jul 20 18:51:47.050 INFODEBGINFO Jul 20 18:51:47.050adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72462026-07-20T18:51:48.545ZDEBG
72472026-07-20T18:51:48.545Z
72482026-07-20T18:51:48.545Zreplacing 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 } }]
72492026-07-20T18:51:48.545ZJul 20 18:51:47.050Jul 20 18:51:47.050 DEBGINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
72502026-07-20T18:51:48.545ZJul 20 18:51:47.051Jul 20 18:51:47.051 DEBGDEBG created new freemapcreated new freemap, , unitunit: Jul 20 18:51:47.062:freemap_route_ipv4
72512026-07-20T18:51:48.545Z 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 } }]freemap_route_ipv4Jul 20 18:51:47.062
72522026-07-20T18:51:48.545Z Jul 20 18:51:47.050
72532026-07-20T18:51:48.545Z
72542026-07-20T18:51:48.545ZDEBGINFO created new freemapJul 20 18:51:47.062, unitINFOadding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:51:47.062
72552026-07-20T18:51:48.545Z: adding route 172.17.0.41/32 -> 10.0.0.255DEBGJul 20 18:51:47.062
72562026-07-20T18:51:48.545Z freemap_route_ipv6INFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:3
72572026-07-20T18:51:48.545ZJul 20 18:51:47.062
72582026-07-20T18:51:48.545Z 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 } }]Jul 20 18:51:47.062,
72592026-07-20T18:51:48.545ZunitJul 20 18:51:47.062:DEBGJul 20 18:51:47.062 Jul 20 18:51:47.062DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]initted freemap. size: 64freemap_route_ipv6,
72602026-07-20T18:51:48.545ZINFO unitDEBGadding route 172.17.0.42/32 -> 10.0.0.255:Jul 20 18:51:47.062
72612026-07-20T18:51:48.545Z freemap_route_ipv4
72622026-07-20T18:51:48.546Zreplacing 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 } }]
72632026-07-20T18:51:48.546ZJul 20 18:51:47.062DEBG
72642026-07-20T18:51:48.546Zinitted freemap. size: 64Jul 20 18:51:47.062Jul 20 18:51:47.062 DEBGINFO, DEBGreset freemap replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
72652026-07-20T18:51:48.546Zunit:adding route 172.17.0.26/32 -> 10.0.0.255
72662026-07-20T18:51:48.546Zfreemap_route_ipv4
72672026-07-20T18:51:48.546ZJul 20 18:51:47.062 Jul 20 18:51:47.062Jul 20 18:51:47.062Jul 20 18:51:47.062INFOunit :INFO adding route 172.17.0.43/32 -> 10.0.0.255
72682026-07-20T18:51:48.546Zfreemap_route_ipv4
72692026-07-20T18:51:48.546Z adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:51:47.062DEBG
72702026-07-20T18:51:48.546ZDEBGDEBG 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 } }] Jul 20 18:51:47.062initted freemap. size: 64Jul 20 18:51:47.062, unit
72712026-07-20T18:51:48.546Z :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 } }] freemap_route_ipv6DEBG
72722026-07-20T18:51:48.546Z
72732026-07-20T18:51:48.546ZJul 20 18:51:47.062replacing 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
72742026-07-20T18:51:48.546Zreset freemapJul 20 18:51:47.062 Jul 20 18:51:47.062adding route 172.17.0.44/32 -> 10.0.0.255DEBG , DEBG
72752026-07-20T18:51:48.546Zunit : reset freemapJul 20 18:51:47.062freemap_route_ipv4, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
72762026-07-20T18:51:48.546Z
72772026-07-20T18:51:48.546Z DEBGJul 20 18:51:47.062unit :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
72782026-07-20T18:51:48.546Z Jul 20 18:51:47.062 WARN freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255
72792026-07-20T18:51:48.546ZJul 20 18:51:47.062shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 20 18:51:47.062 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255
72802026-07-20T18:51:48.546Z
72812026-07-20T18:51:48.546ZJul 20 18:51:47.062
72822026-07-20T18:51:48.546Zinitted freemap. size: 64 INFO adding route 172.16.0.0/32 -> 10.0.0.1,
72832026-07-20T18:51:48.546ZunitJul 20 18:51:47.062: DEBG freemap_route_ipv6Jul 20 18:51:47.062replacing 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 } }] Jul 20 18:51:47.062
72842026-07-20T18:51:48.546Z
72852026-07-20T18:51:48.546Z 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 } }]Jul 20 18:51:47.062
72862026-07-20T18:51:48.546Z 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 } }]Jul 20 18:51:47.062INFO
72872026-07-20T18:51:48.546Z DEBG adding route 172.17.0.46/32 -> 10.0.0.255
72882026-07-20T18:51:48.546Zreset freemapJul 20 18:51:47.062 Jul 20 18:51:47.062, INFOunitINFOJul 20 18:51:47.062: adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6
72892026-07-20T18:51:48.546Z
72902026-07-20T18:51:48.546ZDEBG 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.28/32 -> 10.0.0.255Jul 20 18:51:47.062Jul 20 18:51:47.062
72912026-07-20T18:51:48.546Z
72922026-07-20T18:51:48.546ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 20 18:51:47.062
72932026-07-20T18:51:48.546Z INFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
72942026-07-20T18:51:48.546Z
72952026-07-20T18:51:48.546ZJul 20 18:51:47.062Jul 20 18:51:47.062 DEBG Jul 20 18:51:47.062DEBGreplacing 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 } }] Jul 20 18:51:47.062 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG
72962026-07-20T18:51:48.546Zreplacing 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 } }]
72972026-07-20T18:51:48.546Z
72982026-07-20T18:51:48.546Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72992026-07-20T18:51:48.546ZJul 20 18:51:47.062Jul 20 18:51:47.062 INFOJul 20 18:51:47.062INFO adding route 172.17.0.29/32 -> 10.0.0.255INFOadding route 172.17.0.48/32 -> 10.0.0.255
73002026-07-20T18:51:48.547Z
73012026-07-20T18:51:48.547Z adding route 172.16.0.0/32 -> 10.0.0.2
73022026-07-20T18:51:48.547ZJul 20 18:51:47.062Jul 20 18:51:47.062 DEBGDEBG Jul 20 18:51:47.062replacing 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.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 } }]
73032026-07-20T18:51:48.547Z DEBG
73042026-07-20T18:51:48.547Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73052026-07-20T18:51:48.547ZJul 20 18:51:47.062 INFOJul 20 18:51:47.051 Jul 20 18:51:47.062 DEBGINFOadding route 172.17.0.30/32 -> 10.0.0.255 Jul 20 18:51:47.062created new freemapadding route 172.17.0.49/32 -> 10.0.0.255 ,
73062026-07-20T18:51:48.547Z
73072026-07-20T18:51:48.547Zunit: INFO freemap_route_ipv4Jul 20 18:51:47.062adding route 172.16.0.0/32 -> 10.0.0.3
73082026-07-20T18:51:48.547Z
73092026-07-20T18:51:48.547Z DEBGJul 20 18:51:47.062 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 } }]DEBGJul 20 18:51:47.062 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 } }]
73102026-07-20T18:51:48.547ZJul 20 18:51:47.062 DEBGDEBG
73112026-07-20T18:51:48.547ZJul 20 18:51:47.062created new freemap , unit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
73122026-07-20T18:51:48.547Z Jul 20 18:51:47.062 freemap_route_ipv6INFO
73132026-07-20T18:51:48.547Zadding route 172.17.0.50/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:51:47.062
73142026-07-20T18:51:48.547Z
73152026-07-20T18:51:48.547Z INFO Jul 20 18:51:47.062adding route 172.16.0.0/32 -> 10.0.0.4 DEBG Jul 20 18:51:47.062initted freemap. size: 64
73162026-07-20T18:51:48.547Z, Jul 20 18:51:47.062unit Jul 20 18:51:47.062: DEBGfreemap_route_ipv4DEBG
73172026-07-20T18:51:48.547Z 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 } }]
73182026-07-20T18:51:48.547Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
73192026-07-20T18:51:48.547Z
73202026-07-20T18:51:48.547ZJul 20 18:51:47.062 Jul 20 18:51:47.062INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
73212026-07-20T18:51:48.547Zreset freemap, unitJul 20 18:51:47.062Jul 20 18:51:47.062Jul 20 18:51:47.062 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4INFO
73222026-07-20T18:51:48.547Z
73232026-07-20T18:51:48.547Z
73242026-07-20T18:51:48.547Zadding route 172.17.0.32/32 -> 10.0.0.255Jul 20 18:51:47.062Jul 20 18:51:47.062
73252026-07-20T18:51:48.547Z INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255
73262026-07-20T18:51:48.547Zinitted freemap. size: 64, unit:Jul 20 18:51:47.062 freemap_route_ipv6DEBG
73272026-07-20T18:51:48.547Z 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 } }]
73282026-07-20T18:51:48.547ZJul 20 18:51:47.062 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 } }]Jul 20 18:51:47.062
73292026-07-20T18:51:48.547Z INFO adding route 172.17.0.33/32 -> 10.0.0.255
73302026-07-20T18:51:48.547ZJul 20 18:51:47.062 DEBGJul 20 18:51:47.062 reset freemapJul 20 18:51:47.062INFO, unitDEBG: freemap_route_ipv6adding route 172.17.0.53/32 -> 10.0.0.255
73312026-07-20T18:51:48.547Z
73322026-07-20T18:51:48.547Zreplacing 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 } }]
73332026-07-20T18:51:48.547ZJul 20 18:51:47.062 INFO adding route 172.16.0.0/32 -> 10.0.0.1
73342026-07-20T18:51:48.547ZJul 20 18:51:47.062Jul 20 18:51:47.062Jul 20 18:51:47.062 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 } }]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 } }]
73352026-07-20T18:51:48.547Z
73362026-07-20T18:51:48.547ZINFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:51:47.062Jul 20 18:51:47.062 INFOINFO
73372026-07-20T18:51:48.547Z adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
73382026-07-20T18:51:48.547Z
73392026-07-20T18:51:48.547ZJul 20 18:51:47.062 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 } }]
73402026-07-20T18:51:48.548ZJul 20 18:51:47.062Jul 20 18:51:47.062 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255
73412026-07-20T18:51:48.548ZJul 20 18:51:47.051Jul 20 18:51:47.062replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
73422026-07-20T18:51:48.551Z 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 } }]
73432026-07-20T18:51:48.552ZDEBGJul 20 18:51:47.062 Jul 20 18:51:47.062replacing 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 } }] DEBGINFO adding route 172.17.0.55/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 } }]
73442026-07-20T18:51:48.552ZJul 20 18:51:47.062
73452026-07-20T18:51:48.552Z
73462026-07-20T18:51:48.552ZINFO Jul 20 18:51:47.062Jul 20 18:51:47.062 Jul 20 18:51:47.062 adding route 172.16.0.0/32 -> 10.0.0.1INFO
73472026-07-20T18:51:48.552ZINFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 } }]
73482026-07-20T18:51:48.552Z
73492026-07-20T18:51:48.552Zadding route 172.17.0.36/32 -> 10.0.0.255
73502026-07-20T18:51:48.552ZJul 20 18:51:47.062 Jul 20 18:51:47.062DEBG Jul 20 18:51:47.062DEBG 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 } }]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 } }]
73512026-07-20T18:51:48.552Z
73522026-07-20T18:51:48.552ZJul 20 18:51:47.062 DEBGadding route 172.17.0.56/32 -> 10.0.0.255 Jul 20 18:51:47.062Jul 20 18:51:47.062 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2
73532026-07-20T18:51:48.552Zreplacing 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 } }]
73542026-07-20T18:51:48.552Z
73552026-07-20T18:51:48.552Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
73562026-07-20T18:51:48.552ZJul 20 18:51:47.062 Jul 20 18:51:47.062Jul 20 18:51:47.062DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOJul 20 18:51:47.063 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
73572026-07-20T18:51:48.552Z
73582026-07-20T18:51:48.552ZJul 20 18:51:47.062 DEBGcreated new freemap , 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
73592026-07-20T18:51:48.552ZJul 20 18:51:47.069Jul 20 18:51:47.069: INFOfreemap_route_ipv4 adding route 172.17.0.3/32 -> 10.0.0.255
73602026-07-20T18:51:48.552Z
73612026-07-20T18:51:48.552Z Jul 20 18:51:47.069DEBG Jul 20 18:51:47.069INFOJul 20 18:51:47.069 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff created new freemap
73622026-07-20T18:51:48.552Z, 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 } }]unit
73632026-07-20T18:51:48.552Z:
73642026-07-20T18:51:48.552Zfreemap_route_ipv6
73652026-07-20T18:51:48.552ZJul 20 18:51:47.069 INFOJul 20 18:51:47.069 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
73662026-07-20T18:51:48.552Z 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 } }]
73672026-07-20T18:51:48.552ZJul 20 18:51:47.069 Jul 20 18:51:47.069DEBGJul 20 18:51:47.069 Jul 20 18:51:47.069 initted freemap. size: 64 INFOINFO, DEBGunit adding route 3fff:beef:16::/64 -> 2001:db8::55:ff:adding route 172.17.0.38/32 -> 10.0.0.255
73682026-07-20T18:51:48.552Z
73692026-07-20T18:51:48.552Zreplacing 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 } }]
73702026-07-20T18:51:48.552Z freemap_route_ipv4Jul 20 18:51:47.069Jul 20 18:51:47.069 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73712026-07-20T18:51:48.552Zreplacing 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 } }]Jul 20 18:51:47.069
73722026-07-20T18:51:48.552Z INFO
73732026-07-20T18:51:48.552Z adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:51:47.069
73742026-07-20T18:51:48.552Z Jul 20 18:51:47.069Jul 20 18:51:47.069DEBG INFO Jul 20 18:51:47.069INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
73752026-07-20T18:51:48.552Zreset freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
73762026-07-20T18:51:48.552Zunit
73772026-07-20T18:51:48.552Z: Jul 20 18:51:47.069freemap_route_ipv4 DEBG
73782026-07-20T18:51:48.552ZJul 20 18:51:47.069Jul 20 18:51:47.069 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 } }]Jul 20 18:51:47.069DEBG INFODEBG
73792026-07-20T18:51:48.552Zadding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73802026-07-20T18:51:48.552Z
73812026-07-20T18:51:48.553Zinitted freemap. size: 64, Jul 20 18:51:47.069unit Jul 20 18:51:47.069:INFO DEBGfreemap_route_ipv6
73822026-07-20T18:51:48.553ZJul 20 18:51:47.069adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing 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 } }]
73832026-07-20T18:51:48.553Z
73842026-07-20T18:51:48.553ZINFOJul 20 18:51:47.069 DEBG adding route 172.17.0.40/32 -> 10.0.0.255reset freemap
73852026-07-20T18:51:48.553ZJul 20 18:51:47.069, Jul 20 18:51:47.069INFO unit Jul 20 18:51:47.069:DEBG adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6
73862026-07-20T18:51:48.553Z
73872026-07-20T18:51:48.553Z DEBGJul 20 18:51:47.069replacing 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 } }]Jul 20 18:51:47.069
73882026-07-20T18:51:48.553Z INFODEBG Jul 20 18:51:47.069replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
73892026-07-20T18:51:48.553Zreplacing 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 } }]
73902026-07-20T18:51:48.553Z
73912026-07-20T18:51:48.553Z INFO Jul 20 18:51:47.069adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Jul 20 18:51:47.069
73922026-07-20T18:51:48.553ZJul 20 18:51:47.069 INFODEBGINFO Jul 20 18:51:47.069replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73932026-07-20T18:51:48.553Z adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255DEBG
73942026-07-20T18:51:48.553Z
73952026-07-20T18:51:48.553Zreplacing 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 } }]Jul 20 18:51:47.069Jul 20 18:51:47.069Jul 20 18:51:47.069 DEBGDEBG
73962026-07-20T18:51:48.553Z 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 } }] 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 } }]
73972026-07-20T18:51:48.553Z
73982026-07-20T18:51:48.553Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:51:47.069
73992026-07-20T18:51:48.553Z INFO Jul 20 18:51:47.069Jul 20 18:51:47.069 Jul 20 18:51:47.069DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
74002026-07-20T18:51:48.553Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.9/32 -> 10.0.0.255
74012026-07-20T18:51:48.553Z
74022026-07-20T18:51:48.553ZINFO Jul 20 18:51:47.069adding route 172.17.0.42/32 -> 10.0.0.255 DEBGJul 20 18:51:47.069 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 } }]
74032026-07-20T18:51:48.553ZDEBG
74042026-07-20T18:51:48.553Z Jul 20 18:51:47.069replacing 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 } }]
74052026-07-20T18:51:48.553ZINFO Jul 20 18:51:47.069adding route 3fff:dead::/64 -> 2001:db8::55:3 INFO
74062026-07-20T18:51:48.553Z Jul 20 18:51:47.069adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGJul 20 18:51:47.069
74072026-07-20T18:51:48.553Ztest route::tests::add_target_fails_full ... ok
74082026-07-20T18:51:48.553Z Jul 20 18:51:47.069 INFODEBG Jul 20 18:51:47.069adding route 172.17.0.10/32 -> 10.0.0.255
74092026-07-20T18:51:48.553Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
74102026-07-20T18:51:48.553ZDEBG
74112026-07-20T18:51:48.553Z 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 } }]Jul 20 18:51:47.069Jul 20 18:51:47.069 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
74122026-07-20T18:51:48.553Zreplacing 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 } }]Jul 20 18:51:47.069
74132026-07-20T18:51:48.553Z
74142026-07-20T18:51:48.553Z
74152026-07-20T18:51:48.553ZINFO Jul 20 18:51:47.069Jul 20 18:51:47.069 INFOadding route 172.17.0.43/32 -> 10.0.0.255INFO
74162026-07-20T18:51:48.553Z Jul 20 18:51:47.069 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
74172026-07-20T18:51:48.553Zreplacing 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 } }]Jul 20 18:51:47.069 DEBG
74182026-07-20T18:51:48.553Z 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 } }]
74192026-07-20T18:51:48.553ZJul 20 18:51:47.069 Jul 20 18:51:47.076 INFO Jul 20 18:51:47.076 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 } }]
74202026-07-20T18:51:48.554ZJul 20 18:51:47.076 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 } }]
74212026-07-20T18:51:48.554ZJul 20 18:51:47.076 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 } }]INFOJul 20 18:51:47.076
74222026-07-20T18:51:48.554ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
74232026-07-20T18:51:48.554Zadding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:51:47.076
74242026-07-20T18:51:48.554Z 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 } }]
74252026-07-20T18:51:48.554Zadding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:51:47.076
74262026-07-20T18:51:48.554Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
74272026-07-20T18:51:48.554ZJul 20 18:51:47.076 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 } }]Jul 20 18:51:47.076
74282026-07-20T18:51:48.554ZJul 20 18:51:47.076 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 } }]
74292026-07-20T18:51:48.554Zreplacing 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 } }]Jul 20 18:51:47.076
74302026-07-20T18:51:48.554Z INFO Jul 20 18:51:47.076Jul 20 18:51:47.076 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
74312026-07-20T18:51:48.554Z
74322026-07-20T18:51:48.554Z
74332026-07-20T18:51:48.554ZINFOJul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077 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 } }]DEBGadding route 172.17.0.44/32 -> 10.0.0.255
74342026-07-20T18:51:48.554Z
74352026-07-20T18:51:48.554Zreplacing 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.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 } }]
74362026-07-20T18:51:48.554Z
74372026-07-20T18:51:48.554ZJul 20 18:51:47.077 Jul 20 18:51:47.077Jul 20 18:51:47.077adding route 172.17.0.11/32 -> 10.0.0.255INFO
74382026-07-20T18:51:48.554Zadding route 172.17.0.59/32 -> 10.0.0.255INFO
74392026-07-20T18:51:48.554Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 20 18:51:47.077DEBG
74402026-07-20T18:51:48.554Z 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 } }]Jul 20 18:51:47.077
74412026-07-20T18:51:48.554ZJul 20 18:51:47.077 INFOJul 20 18:51:47.077 DEBG DEBGDEBGreplacing 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 } }]Jul 20 18:51:47.077
74422026-07-20T18:51:48.558Z 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
74432026-07-20T18:51:48.558Z 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.2/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
74442026-07-20T18:51:48.558ZJul 20 18:51:47.077
74452026-07-20T18:51:48.558Z Jul 20 18:51:47.077INFO INFO
74462026-07-20T18:51:48.558Zadding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
74472026-07-20T18:51:48.558ZJul 20 18:51:47.077
74482026-07-20T18:51:48.558Z Jul 20 18:51:47.077INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255Jul 20 18:51:47.077 Jul 20 18:51:47.077
74492026-07-20T18:51:48.558ZDEBGJul 20 18:51:47.077 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
74502026-07-20T18:51:48.558Z
74512026-07-20T18:51:48.558Z
74522026-07-20T18:51:48.558ZJul 20 18:51:47.077DEBGJul 20 18:51:47.077 Jul 20 18:51:47.077 DEBGINFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
74532026-07-20T18:51:48.558ZJul 20 18:51:47.077replacing 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 } }]
74542026-07-20T18:51:48.558Zadding route 172.17.0.13/32 -> 10.0.0.255
74552026-07-20T18:51:48.558Z 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 } }]Jul 20 18:51:47.077INFO
74562026-07-20T18:51:48.558Z Jul 20 18:51:47.077adding route 172.17.0.3/32 -> 10.0.0.255 DEBG
74572026-07-20T18:51:48.558Z 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 } }] Jul 20 18:51:47.077
74582026-07-20T18:51:48.558Zreplacing 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 } }] INFOJul 20 18:51:47.077Jul 20 18:51:47.077
74592026-07-20T18:51:48.558Zadding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:51:47.077
74602026-07-20T18:51:48.559Z INFOINFO Jul 20 18:51:47.077adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
74612026-07-20T18:51:48.559ZINFODEBG
74622026-07-20T18:51:48.559ZJul 20 18:51:47.077adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }]
74632026-07-20T18:51:48.559ZJul 20 18:51:47.077
74642026-07-20T18:51:48.559ZDEBGJul 20 18:51:47.077Jul 20 18:51:47.077 DEBG DEBG 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 } }]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 } }]
74652026-07-20T18:51:48.559ZJul 20 18:51:47.077
74662026-07-20T18:51:48.559Zreplacing 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 } }]
74672026-07-20T18:51:48.559Z INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.077
74682026-07-20T18:51:48.559ZJul 20 18:51:47.077 INFO Jul 20 18:51:47.077Jul 20 18:51:47.077INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 172.17.0.15/32 -> 10.0.0.255INFO
74692026-07-20T18:51:48.559Z adding route 172.17.0.62/32 -> 10.0.0.255
74702026-07-20T18:51:48.559ZINFO
74712026-07-20T18:51:48.559ZJul 20 18:51:47.077 adding route 172.17.0.4/32 -> 10.0.0.255DEBGJul 20 18:51:47.077adding route 172.17.0.47/32 -> 10.0.0.255
74722026-07-20T18:51:48.559Z
74732026-07-20T18:51:48.559Z 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: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 } }]
74742026-07-20T18:51:48.559Z
74752026-07-20T18:51:48.559ZJul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077 DEBG INFOINFODEBG adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
74762026-07-20T18:51:48.559Z
74772026-07-20T18:51:48.559Z replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
74782026-07-20T18:51:48.559ZJul 20 18:51:47.077
74792026-07-20T18:51:48.559Zreplacing 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 } }]
74802026-07-20T18:51:48.559ZDEBGJul 20 18:51:47.077 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
74812026-07-20T18:51:48.559Z 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 } }]
74822026-07-20T18:51:48.559ZJul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077Jul 20 18:51:47.077INFO INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
74832026-07-20T18:51:48.559Z
74842026-07-20T18:51:48.559Z INFO adding route 172.17.0.48/32 -> 10.0.0.255 Jul 20 18:51:47.077
74852026-07-20T18:51:48.559Z Jul 20 18:51:47.077DEBG DEBGadding route 172.17.0.63/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 } }]
74862026-07-20T18:51:48.559Zreplacing 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 } }]
74872026-07-20T18:51:48.559ZINFO Jul 20 18:51:47.077Jul 20 18:51:47.077
74882026-07-20T18:51:48.559ZJul 20 18:51:47.077 adding route 172.17.0.5/32 -> 10.0.0.255 INFOINFO
74892026-07-20T18:51:48.559Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
74902026-07-20T18:51:48.559ZJul 20 18:51:47.077adding route 172.17.0.18/32 -> 10.0.0.255
74912026-07-20T18:51:48.559ZDEBGJul 20 18:51:47.077 DEBGreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.077replacing 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 } }] DEBGDEBG
74922026-07-20T18:51:48.559Z
74932026-07-20T18:51:48.559Zreplacing 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 } }]
74942026-07-20T18:51:48.559Zreplacing 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 } }]Jul 20 18:51:47.077 DEBG
74952026-07-20T18:51:48.559ZJul 20 18:51:47.077Jul 20 18:51:47.077 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 } }]INFO
74962026-07-20T18:51:48.559Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 20 18:51:47.077
74972026-07-20T18:51:48.559Z INFOadding route 172.17.0.49/32 -> 10.0.0.255 Jul 20 18:51:47.077
74982026-07-20T18:51:48.559ZJul 20 18:51:47.077adding route 172.17.0.19/32 -> 10.0.0.255 Jul 20 18:51:47.077DEBG
74992026-07-20T18:51:48.559Z 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 } }]
75002026-07-20T18:51:48.560ZJul 20 18:51:47.077failed to allocate space for the new target list
75012026-07-20T18:51:48.560Z INFOJul 20 18:51:47.077Jul 20 18:51:47.077 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
75022026-07-20T18:51:48.560Zadding route 172.17.0.6/32 -> 10.0.0.255DEBGJul 20 18:51:47.077
75032026-07-20T18:51:48.560Z
75042026-07-20T18:51:48.560ZJul 20 18:51:47.077replacing 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 } }] INFODEBG
75052026-07-20T18:51:48.560Z adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:51:47.077
75062026-07-20T18:51:48.560Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
75072026-07-20T18:51:48.560ZDEBGJul 20 18:51:47.077 Jul 20 18:51:47.077replacing 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
75082026-07-20T18:51:48.560Z Jul 20 18:51:47.077replacing 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 } }] Jul 20 18:51:47.077
75092026-07-20T18:51:48.560Z INFODEBGJul 20 18:51:47.077DEBG 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 } }]
75102026-07-20T18:51:48.560Z INFOJul 20 18:51:47.077 Jul 20 18:51:47.077adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
75112026-07-20T18:51:48.560Z adding route 172.17.0.50/32 -> 10.0.0.255INFO failed to allocate space for the new target listadding route 172.17.0.7/32 -> 10.0.0.255
75122026-07-20T18:51:48.560Zadding route 172.17.0.21/32 -> 10.0.0.255
75132026-07-20T18:51:48.560ZJul 20 18:51:47.077
75142026-07-20T18:51:48.560ZDEBG
75152026-07-20T18:51:48.560ZJul 20 18:51:47.077 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 } }]
75162026-07-20T18:51:48.560Zreplacing 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 } }]Jul 20 18:51:47.077
75172026-07-20T18:51:48.560ZDEBG 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 } }]Jul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077 INFO
75182026-07-20T18:51:48.560ZDEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFO
75192026-07-20T18:51:48.560Zreplacing 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 } }]
75202026-07-20T18:51:48.560Zadding route 172.17.0.22/32 -> 10.0.0.255
75212026-07-20T18:51:48.560ZJul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077DEBGJul 20 18:51:47.077 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 } }]
75222026-07-20T18:51:48.560ZDEBG 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.51/32 -> 10.0.0.255INFO
75232026-07-20T18:51:48.560Z
75242026-07-20T18:51:48.560Zadding route 172.17.0.8/32 -> 10.0.0.255
75252026-07-20T18:51:48.560ZJul 20 18:51:47.077Jul 20 18:51:47.083 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75262026-07-20T18:51:48.560Z
75272026-07-20T18:51:48.560ZJul 20 18:51:47.083 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 } }]
75282026-07-20T18:51:48.560ZJul 20 18:51:47.083 Jul 20 18:51:47.083Jul 20 18:51:47.083INFO adding route 172.17.0.9/32 -> 10.0.0.255INFO
75292026-07-20T18:51:48.560Z DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75302026-07-20T18:51:48.560ZJul 20 18:51:47.083
75312026-07-20T18:51:48.560Z DEBGJul 20 18:51:47.083 INFO adding route 172.17.0.52/32 -> 10.0.0.255
75322026-07-20T18:51:48.560Z 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 } }]
75332026-07-20T18:51:48.560ZJul 20 18:51:47.083Jul 20 18:51:47.083 DEBGDEBG Jul 20 18:51:47.083replacing 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 } }]
75342026-07-20T18:51:48.560ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
75352026-07-20T18:51:48.560Zreplacing 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 } }]Jul 20 18:51:47.083
75362026-07-20T18:51:48.560Z INFOJul 20 18:51:47.083 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 } }]
75372026-07-20T18:51:48.560Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:51:47.083
75382026-07-20T18:51:48.560ZJul 20 18:51:47.083 INFO INFOJul 20 18:51:47.083 adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255DEBG
75392026-07-20T18:51:48.560Z Jul 20 18:51:47.083
75402026-07-20T18:51:48.561Zreplacing 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 } }]
75412026-07-20T18:51:48.561ZINFO Jul 20 18:51:47.083adding route 172.17.0.23/32 -> 10.0.0.255Jul 20 18:51:47.083
75422026-07-20T18:51:48.564ZJul 20 18:51:47.083 INFODEBG Jul 20 18:51:47.083adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
75432026-07-20T18:51:48.564Z DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75442026-07-20T18:51:48.564ZJul 20 18:51:47.083 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 } }]
75452026-07-20T18:51:48.565Zreplacing 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 } }]Jul 20 18:51:47.083replacing 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 } }]
75462026-07-20T18:51:48.565ZINFO
75472026-07-20T18:51:48.565Z Jul 20 18:51:47.083Jul 20 18:51:47.083 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
75482026-07-20T18:51:48.565Z
75492026-07-20T18:51:48.565Zadding route 172.17.0.24/32 -> 10.0.0.255
75502026-07-20T18:51:48.565ZJul 20 18:51:47.083 Jul 20 18:51:47.083INFO Jul 20 18:51:47.083 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 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
75512026-07-20T18:51:48.565Z
75522026-07-20T18:51:48.565Z
75532026-07-20T18:51:48.565ZJul 20 18:51:47.083 Jul 20 18:51:47.083Jul 20 18:51:47.083 Jul 20 18:51:47.083INFO INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.13/32 -> 10.0.0.255
75542026-07-20T18:51:48.565Zreplacing 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 } }]
75552026-07-20T18:51:48.565Z
75562026-07-20T18:51:48.565Z
75572026-07-20T18:51:48.565ZJul 20 18:51:47.083Jul 20 18:51:47.083Jul 20 18:51:47.083 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255DEBG
75582026-07-20T18:51:48.565Z
75592026-07-20T18:51:48.565Zreplacing 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 } }]Jul 20 18:51:47.083
75602026-07-20T18:51:48.565Z INFOJul 20 18:51:47.083 adding route 172.17.0.55/32 -> 10.0.0.255Jul 20 18:51:47.083DEBG
75612026-07-20T18:51:48.565Z 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 } }]Jul 20 18:51:47.083 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:51:47.083
75622026-07-20T18:51:48.565ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
75632026-07-20T18:51:48.565ZDEBG
75642026-07-20T18:51:48.565ZJul 20 18:51:47.083 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
75652026-07-20T18:51:48.565Z 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 } }]
75662026-07-20T18:51:48.565ZJul 20 18:51:47.083Jul 20 18:51:47.083 Jul 20 18:51:47.083INFO INFOJul 20 18:51:47.083adding route 172.17.0.26/32 -> 10.0.0.255
75672026-07-20T18:51:48.565Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
75682026-07-20T18:51:48.565ZINFODEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255Jul 20 18:51:47.083Jul 20 18:51:47.083
75692026-07-20T18:51:48.565Z DEBGDEBG
75702026-07-20T18:51:48.565Z Jul 20 18:51:47.083replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75712026-07-20T18:51:48.565Z
75722026-07-20T18:51:48.565Z INFOJul 20 18:51:47.083 Jul 20 18:51:47.083adding route 172.17.0.15/32 -> 10.0.0.255
75732026-07-20T18:51:48.565ZDEBG Jul 20 18:51:47.083INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
75742026-07-20T18:51:48.565Z
75752026-07-20T18:51:48.565ZJul 20 18:51:47.083INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 20 18:51:47.083 DEBG
75762026-07-20T18:51:48.565ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 20 18:51:47.083
75772026-07-20T18:51:48.565Z
75782026-07-20T18:51:48.565ZJul 20 18:51:47.083 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:51:47.083DEBG
75792026-07-20T18:51:48.565ZJul 20 18:51:47.083 INFOINFO adding route 3fff:beef:35::/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 } }]
75802026-07-20T18:51:48.565Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:51:47.083
75812026-07-20T18:51:48.565Z
75822026-07-20T18:51:48.565Z 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 } }]
75832026-07-20T18:51:48.566ZJul 20 18:51:47.083 Jul 20 18:51:47.083DEBG Jul 20 18:51:47.083 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 } }] Jul 20 18:51:47.083
75842026-07-20T18:51:48.566Zadding route 172.17.0.28/32 -> 10.0.0.255
75852026-07-20T18:51:48.566ZDEBG Jul 20 18:51:47.083replacing 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 } }] Jul 20 18:51:47.083INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
75862026-07-20T18:51:48.566ZDEBG
75872026-07-20T18:51:48.566Z 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.58/32 -> 10.0.0.255
75882026-07-20T18:51:48.566Z
75892026-07-20T18:51:48.566ZJul 20 18:51:47.083Jul 20 18:51:47.083 DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:51:47.083adding route 172.17.0.17/32 -> 10.0.0.255
75902026-07-20T18:51:48.566ZDEBG Jul 20 18:51:47.083replacing 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 } }]
75912026-07-20T18:51:48.566Z Jul 20 18:51:47.083
75922026-07-20T18:51:48.566Z INFOINFO Jul 20 18:51:47.083adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
75932026-07-20T18:51:48.566ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
75942026-07-20T18:51:48.566ZJul 20 18:51:47.083
75952026-07-20T18:51:48.566ZJul 20 18:51:47.083 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 172.17.0.59/32 -> 10.0.0.255
75962026-07-20T18:51:48.566ZJul 20 18:51:47.083Jul 20 18:51:47.083 INFODEBG
75972026-07-20T18:51:48.566Z Jul 20 18:51:47.083replacing 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
75982026-07-20T18:51:48.566Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255
75992026-07-20T18:51:48.566Z
76002026-07-20T18:51:48.566ZJul 20 18:51:47.083Jul 20 18:51:47.083 INFODEBG adding route 172.17.0.30/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 } }]
76012026-07-20T18:51:48.566ZJul 20 18:51:47.083
76022026-07-20T18:51:48.566Z Jul 20 18:51:47.083DEBG DEBGJul 20 18:51:47.083 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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
76032026-07-20T18:51:48.566Z 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 } }]
76042026-07-20T18:51:48.566Z
76052026-07-20T18:51:48.566ZJul 20 18:51:47.083 INFOJul 20 18:51:47.083 Jul 20 18:51:47.083adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
76062026-07-20T18:51:48.566ZINFO Jul 20 18:51:47.083adding route 172.17.0.19/32 -> 10.0.0.255INFO Jul 20 18:51:47.083 INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG
76072026-07-20T18:51:48.566Ztest route::tests::delete_target_full ... ok
76082026-07-20T18:51:48.566Z
76092026-07-20T18:51:48.566Z adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76102026-07-20T18:51:48.566Z
76112026-07-20T18:51:48.566ZJul 20 18:51:47.083 DEBGJul 20 18:51:47.083 Jul 20 18:51:47.083replacing 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
76122026-07-20T18:51:48.566ZDEBGreplacing 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 } }]Jul 20 18:51:47.083
76132026-07-20T18:51:48.566Z 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
76142026-07-20T18:51:48.566Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
76152026-07-20T18:51:48.566Z Jul 20 18:51:47.083adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 20 18:51:47.083 INFO
76162026-07-20T18:51:48.566ZINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
76172026-07-20T18:51:48.566Z
76182026-07-20T18:51:48.566ZJul 20 18:51:47.084 DEBG Jul 20 18:51:47.084replacing 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 } }]
76192026-07-20T18:51:48.566ZDEBGJul 20 18:51:47.084 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76202026-07-20T18:51:48.566Z Jul 20 18:51:47.084replacing 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 } }]
76212026-07-20T18:51:48.566ZINFO Jul 20 18:51:47.084adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
76222026-07-20T18:51:48.566ZJul 20 18:51:47.084 INFOINFO Jul 20 18:51:47.084adding route 172.17.0.33/32 -> 10.0.0.255 Jul 20 18:51:47.084DEBG
76232026-07-20T18:51:48.567Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
76242026-07-20T18:51:48.567Zadding route 172.17.0.61/32 -> 10.0.0.255
76252026-07-20T18:51:48.567ZJul 20 18:51:47.084Jul 20 18:51:47.084 adding route 172.17.0.21/32 -> 10.0.0.255
76262026-07-20T18:51:48.567ZINFODEBG Jul 20 18:51:47.084adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
76272026-07-20T18:51:48.567ZDEBG 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 } }]Jul 20 18:51:47.084Jul 20 18:51:47.084 DEBGDEBG
76282026-07-20T18:51:48.567Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76292026-07-20T18:51:48.567Zreplacing 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 } }]Jul 20 18:51:47.084
76302026-07-20T18:51:48.567Z
76312026-07-20T18:51:48.567Z INFO Jul 20 18:51:47.084adding route 172.17.0.62/32 -> 10.0.0.255 Jul 20 18:51:47.084DEBG
76322026-07-20T18:51:48.567Z INFOfailed to allocate space for the new target listJul 20 18:51:47.084
76332026-07-20T18:51:48.567Zadding route 172.17.0.22/32 -> 10.0.0.255 INFO
76342026-07-20T18:51:48.567Z Jul 20 18:51:47.084adding route 172.17.0.34/32 -> 10.0.0.255
76352026-07-20T18:51:48.567ZDEBG Jul 20 18:51:47.084replacing targets for 3fff:dead::/64 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 } }] Jul 20 18:51:47.084DEBG
76362026-07-20T18:51:48.567ZJul 20 18:51:47.084 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 } }] 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 } }]
76372026-07-20T18:51:48.567Z
76382026-07-20T18:51:48.567Zreplacing 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 } }]Jul 20 18:51:47.084
76392026-07-20T18:51:48.567Z DEBG Jul 20 18:51:47.084failed to allocate space for the new target list
76402026-07-20T18:51:48.567ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
76412026-07-20T18:51:48.567ZJul 20 18:51:47.084 Jul 20 18:51:47.084DEBGJul 20 18:51:47.084 INFO DEBGadding route 172.17.0.23/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 } }] 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 } }]Jul 20 18:51:47.084
76422026-07-20T18:51:48.571Z DEBG created new freemap, unit: freemap_route_ipv4Jul 20 18:51:47.090
76432026-07-20T18:51:48.571Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
76442026-07-20T18:51:48.571Z
76452026-07-20T18:51:48.571ZJul 20 18:51:47.090 DEBG Jul 20 18:51:47.090replacing 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 } }]
76462026-07-20T18:51:48.571ZDEBGJul 20 18:51:47.077 created new freemapDEBG, unitJul 20 18:51:47.090:created new freemap , freemap_route_ipv6unit
76472026-07-20T18:51:48.571Z: freemap_route_ipv4INFO
76482026-07-20T18:51:48.571Z adding route 172.17.0.37/32 -> 10.0.0.255Jul 20 18:51:47.090
76492026-07-20T18:51:48.571Z
76502026-07-20T18:51:48.571Z DEBG initted freemap. size: 64, Jul 20 18:51:47.090unitJul 20 18:51:47.090: DEBGDEBG freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
76512026-07-20T18:51:48.571Z, unit
76522026-07-20T18:51:48.571Z:Jul 20 18:51:47.090 Jul 20 18:51:47.090 DEBG DEBGreset freemapfreemap_route_ipv6Jul 20 18:51:47.090
76532026-07-20T18:51:48.571Z , 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 } }]INFOunit
76542026-07-20T18:51:48.571Z: freemap_route_ipv4Jul 20 18:51:47.090adding route 172.17.0.38/32 -> 10.0.0.255
76552026-07-20T18:51:48.571ZDEBG
76562026-07-20T18:51:48.571Z initted freemap. size: 64, unit: Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 freemap_route_ipv4INFO
76572026-07-20T18:51:48.571ZDEBG DEBGadding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76582026-07-20T18:51:48.571Zinitted freemap. size: 64
76592026-07-20T18:51:48.571Z, Jul 20 18:51:47.090 unitDEBG: Jul 20 18:51:47.090reset freemap freemap_route_ipv6INFO,
76602026-07-20T18:51:48.571Z adding route 172.17.0.39/32 -> 10.0.0.255unitJul 20 18:51:47.090
76612026-07-20T18:51:48.571Z: freemap_route_ipv4
76622026-07-20T18:51:48.571ZJul 20 18:51:47.090 DEBGDEBG Jul 20 18:51:47.090reset freemapreplacing 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 } }] , DEBGunit
76632026-07-20T18:51:48.571ZJul 20 18:51:47.090 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 } }]
76642026-07-20T18:51:48.571ZJul 20 18:51:47.090freemap_route_ipv6
76652026-07-20T18:51:48.571ZINFO initted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:51:47.090Jul 20 18:51:47.090, unit :
76662026-07-20T18:51:48.571ZINFO INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.090freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255
76672026-07-20T18:51:48.571Z DEBG
76682026-07-20T18:51:48.571Z
76692026-07-20T18:51:48.572Z 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 } }]Jul 20 18:51:47.090
76702026-07-20T18:51:48.572ZDEBG Jul 20 18:51:47.090replacing 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 } }]
76712026-07-20T18:51:48.572ZJul 20 18:51:47.090 DEBGJul 20 18:51:47.090 Jul 20 18:51:47.090 DEBG reset freemapINFOINFO, unitadding route 172.16.0.0/32 -> 10.0.0.1
76722026-07-20T18:51:48.572Z: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 } }]
76732026-07-20T18:51:48.572Zfreemap_route_ipv6Jul 20 18:51:47.090adding route 172.17.0.26/32 -> 10.0.0.255
76742026-07-20T18:51:48.572Z DEBG
76752026-07-20T18:51:48.572Zreplacing 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 } }]
76762026-07-20T18:51:48.572ZJul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 INFOINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.090adding route 172.17.0.41/32 -> 10.0.0.255
76772026-07-20T18:51:48.572Z
76782026-07-20T18:51:48.572Z
76792026-07-20T18:51:48.572Z DEBG Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76802026-07-20T18:51:48.572Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
76812026-07-20T18:51:48.572Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76822026-07-20T18:51:48.572Z
76832026-07-20T18:51:48.572ZJul 20 18:51:47.090 Jul 20 18:51:47.090INFOJul 20 18:51:47.090Jul 20 18:51:47.090 adding route 172.16.0.0/32 -> 10.0.0.2INFO
76842026-07-20T18:51:48.572ZINFOINFO adding route 172.17.0.27/32 -> 10.0.0.255
76852026-07-20T18:51:48.572Z adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:51:47.090
76862026-07-20T18:51:48.572Zadding route 172.17.0.42/32 -> 10.0.0.255
76872026-07-20T18:51:48.572ZDEBG Jul 20 18:51:47.090replacing 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 } }]Jul 20 18:51:47.090
76882026-07-20T18:51:48.572Z DEBGJul 20 18:51:47.090 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
76892026-07-20T18:51:48.572Z Jul 20 18:51:47.090replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
76902026-07-20T18:51:48.572ZDEBGINFO adding route 172.17.0.0/32 -> 10.0.0.255
76912026-07-20T18:51:48.572ZJul 20 18:51:47.090Jul 20 18:51:47.090replacing 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 } }]
76922026-07-20T18:51:48.572ZINFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Jul 20 18:51:47.090
76932026-07-20T18:51:48.572Z
76942026-07-20T18:51:48.572ZJul 20 18:51:47.090 INFO Jul 20 18:51:47.090DEBGadding route 172.17.0.43/32 -> 10.0.0.255 Jul 20 18:51:47.090replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76952026-07-20T18:51:48.572ZDEBG
76962026-07-20T18:51:48.572Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
76972026-07-20T18:51:48.572ZJul 20 18:51:47.090replacing 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 } }]Jul 20 18:51:47.090
76982026-07-20T18:51:48.572Z INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:51:47.090Jul 20 18:51:47.090
76992026-07-20T18:51:48.572ZINFOINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
77002026-07-20T18:51:48.572Z
77012026-07-20T18:51:48.572ZJul 20 18:51:47.090 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
77022026-07-20T18:51:48.572Z 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 } }]Jul 20 18:51:47.090
77032026-07-20T18:51:48.572Ztest route::tests::delete_target_fragmented ... ok
77042026-07-20T18:51:48.572Z Jul 20 18:51:47.090DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
77052026-07-20T18:51:48.572Z 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 } }]Jul 20 18:51:47.090
77062026-07-20T18:51:48.572Z Jul 20 18:51:47.090INFO adding route 172.17.0.44/32 -> 10.0.0.255INFO
77072026-07-20T18:51:48.572ZJul 20 18:51:47.090 adding route 172.17.0.2/32 -> 10.0.0.255DEBGJul 20 18:51:47.090
77082026-07-20T18:51:48.572Z replacing targets for 172.16.0.0/32 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 } }]Jul 20 18:51:47.090INFO
77092026-07-20T18:51:48.573Zadding route 172.17.0.30/32 -> 10.0.0.255Jul 20 18:51:47.090
77102026-07-20T18:51:48.573Z DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77112026-07-20T18:51:48.573Z
77122026-07-20T18:51:48.573ZJul 20 18:51:47.090 Jul 20 18:51:47.090Jul 20 18:51:47.090 DEBGINFO 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 } }]
77132026-07-20T18:51:48.573Zadding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
77142026-07-20T18:51:48.573Z
77152026-07-20T18:51:48.573ZJul 20 18:51:47.090 Jul 20 18:51:47.090INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Jul 20 18:51:47.090replacing 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 } }]
77162026-07-20T18:51:48.573ZDEBG
77172026-07-20T18:51:48.573Z 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 } }]
77182026-07-20T18:51:48.573ZJul 20 18:51:47.090 Jul 20 18:51:47.090INFO DEBG adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:51:47.090
77192026-07-20T18:51:48.573Z INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.46/32 -> 10.0.0.255
77202026-07-20T18:51:48.573Z
77212026-07-20T18:51:48.573ZJul 20 18:51:47.090 DEBGJul 20 18:51:47.090Jul 20 18:51:47.090 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77222026-07-20T18:51:48.573Z adding route 172.17.0.32/32 -> 10.0.0.255DEBG
77232026-07-20T18:51:48.573Z Jul 20 18:51:47.090 INFOreplacing 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 } }]
77242026-07-20T18:51:48.573ZJul 20 18:51:47.090adding route 172.17.0.5/32 -> 10.0.0.255
77252026-07-20T18:51:48.573ZDEBG 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 } }]Jul 20 18:51:47.090
77262026-07-20T18:51:48.573Z Jul 20 18:51:47.090INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77272026-07-20T18:51:48.573Z
77282026-07-20T18:51:48.573ZJul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 INFOINFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255
77292026-07-20T18:51:48.573Zadding route 172.17.0.33/32 -> 10.0.0.255
77302026-07-20T18:51:48.573Zreplacing 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 } }]
77312026-07-20T18:51:48.573ZJul 20 18:51:47.090 Jul 20 18:51:47.090DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.090
77322026-07-20T18:51:48.573Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
77332026-07-20T18:51:48.573Z adding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:51:47.090
77342026-07-20T18:51:48.573Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
77352026-07-20T18:51:48.573ZJul 20 18:51:47.090Jul 20 18:51:47.090 INFODEBG Jul 20 18:51:47.090adding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77362026-07-20T18:51:48.573ZDEBG
77372026-07-20T18:51:48.573Z 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 } }]
77382026-07-20T18:51:48.573ZJul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 DEBG INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
77392026-07-20T18:51:48.573Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
77402026-07-20T18:51:48.573Z
77412026-07-20T18:51:48.573ZJul 20 18:51:47.090 DEBGJul 20 18:51:47.090 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
77422026-07-20T18:51:48.577Z adding route 172.17.0.35/32 -> 10.0.0.255Jul 20 18:51:47.090
77432026-07-20T18:51:48.577Z DEBGJul 20 18:51:47.090 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 } }]INFOJul 20 18:51:47.090 adding route 172.17.0.9/32 -> 10.0.0.255
77442026-07-20T18:51:48.577Z
77452026-07-20T18:51:48.577ZDEBG 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 } }]
77462026-07-20T18:51:48.577ZJul 20 18:51:47.090 Jul 20 18:51:47.090DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.090
77472026-07-20T18:51:48.578Z INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
77482026-07-20T18:51:48.578ZJul 20 18:51:47.090
77492026-07-20T18:51:48.578Z INFO adding route 172.17.0.10/32 -> 10.0.0.255
77502026-07-20T18:51:48.578ZJul 20 18:51:47.090 Jul 20 18:51:47.090DEBG Jul 20 18:51:47.090 DEBGDEBGreplacing 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.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77512026-07-20T18:51:48.578Z
77522026-07-20T18:51:48.578Z
77532026-07-20T18:51:48.578ZJul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 INFO INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
77542026-07-20T18:51:48.578Z
77552026-07-20T18:51:48.578Zadding route 172.17.0.37/32 -> 10.0.0.255
77562026-07-20T18:51:48.578ZJul 20 18:51:47.090 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 } }]
77572026-07-20T18:51:48.578ZJul 20 18:51:47.090Jul 20 18:51:47.096 DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77582026-07-20T18:51:48.578Zadding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:51:47.096
77592026-07-20T18:51:48.578Z INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 20 18:51:47.096 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 } }]
77602026-07-20T18:51:48.578Z
77612026-07-20T18:51:48.578ZJul 20 18:51:47.096Jul 20 18:51:47.096 DEBGINFO 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.13/32 -> 10.0.0.255
77622026-07-20T18:51:48.578Z
77632026-07-20T18:51:48.578ZJul 20 18:51:47.096 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 } }]
77642026-07-20T18:51:48.578ZJul 20 18:51:47.096 Jul 20 18:51:47.096INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255
77652026-07-20T18:51:48.578Zadding route 172.17.0.14/32 -> 10.0.0.255
77662026-07-20T18:51:48.578ZJul 20 18:51:47.096 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 } }]
77672026-07-20T18:51:48.578ZJul 20 18:51:47.096 DEBGJul 20 18:51:47.096 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
77682026-07-20T18:51:48.578Z adding route 172.17.0.15/32 -> 10.0.0.255
77692026-07-20T18:51:48.578ZJul 20 18:51:47.096 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 } }]
77702026-07-20T18:51:48.578ZJul 20 18:51:47.096 INFO Jul 20 18:51:47.096adding route 172.17.0.40/32 -> 10.0.0.255
77712026-07-20T18:51:48.578ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
77722026-07-20T18:51:48.578ZJul 20 18:51:47.096 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 } }]Jul 20 18:51:47.096
77732026-07-20T18:51:48.578Z 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 } }]Jul 20 18:51:47.096
77742026-07-20T18:51:48.578Z INFO adding route 172.17.0.17/32 -> 10.0.0.255
77752026-07-20T18:51:48.578ZJul 20 18:51:47.096 INFO adding route 172.17.0.41/32 -> 10.0.0.255
77762026-07-20T18:51:48.578ZJul 20 18:51:47.096 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 } }]
77772026-07-20T18:51:48.578ZJul 20 18:51:47.096 Jul 20 18:51:47.096DEBG 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 } }]
77782026-07-20T18:51:48.578Zadding route 172.17.0.18/32 -> 10.0.0.255
77792026-07-20T18:51:48.578ZJul 20 18:51:47.090Jul 20 18:51:47.096 DEBGDEBG Jul 20 18:51:47.096replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77802026-07-20T18:51:48.578Z INFO
77812026-07-20T18:51:48.578Z adding route 172.17.0.42/32 -> 10.0.0.255Jul 20 18:51:47.096
77822026-07-20T18:51:48.578Z Jul 20 18:51:47.096INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255
77832026-07-20T18:51:48.578Z
77842026-07-20T18:51:48.578ZJul 20 18:51:47.096 DEBG Jul 20 18:51:47.096replacing 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 } }] Jul 20 18:51:47.096
77852026-07-20T18:51:48.578ZDEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77862026-07-20T18:51:48.579Zreplacing 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 } }]Jul 20 18:51:47.096
77872026-07-20T18:51:48.579Z INFOJul 20 18:51:47.096 Jul 20 18:51:47.096INFOadding route 172.17.0.43/32 -> 10.0.0.255
77882026-07-20T18:51:48.579Z INFOadding route 172.17.0.20/32 -> 10.0.0.255
77892026-07-20T18:51:48.579Zadding route 172.17.0.53/32 -> 10.0.0.255
77902026-07-20T18:51:48.579ZJul 20 18:51:47.096 Jul 20 18:51:47.096Jul 20 18:51:47.096 DEBGDEBG 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 } }]
77912026-07-20T18:51:48.579Zreplacing 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.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 } }]
77922026-07-20T18:51:48.579Z
77932026-07-20T18:51:48.579ZJul 20 18:51:47.097 Jul 20 18:51:47.097INFOJul 20 18:51:47.097 adding route 172.17.0.21/32 -> 10.0.0.255INFO
77942026-07-20T18:51:48.579Z INFOadding route 172.17.0.54/32 -> 10.0.0.255 Jul 20 18:51:47.097
77952026-07-20T18:51:48.579Z adding route 172.17.0.44/32 -> 10.0.0.255DEBG
77962026-07-20T18:51:48.579Z 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 } }]Jul 20 18:51:47.097
77972026-07-20T18:51:48.579Z DEBG Jul 20 18:51:47.097replacing 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 } }] Jul 20 18:51:47.097DEBG
77982026-07-20T18:51:48.579Z 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 } }]
77992026-07-20T18:51:48.579Zadding route 172.17.0.22/32 -> 10.0.0.255
78002026-07-20T18:51:48.579ZJul 20 18:51:47.097Jul 20 18:51:47.097Jul 20 18:51:47.097 INFO DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255
78012026-07-20T18:51:48.579Z
78022026-07-20T18:51:48.579Zadding route 172.17.0.45/32 -> 10.0.0.255
78032026-07-20T18:51:48.579ZJul 20 18:51:47.097Jul 20 18:51:47.097 Jul 20 18:51:47.097INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBG
78042026-07-20T18:51:48.579Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78052026-07-20T18:51:48.579Ztest route::tests::delete_targets_full ... ok
78062026-07-20T18:51:48.579Z
78072026-07-20T18:51:48.579ZJul 20 18:51:47.097 DEBGJul 20 18:51:47.097 Jul 20 18:51:47.097 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
78082026-07-20T18:51:48.579Z adding route 172.17.0.56/32 -> 10.0.0.255INFO
78092026-07-20T18:51:48.579Z adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:51:47.097
78102026-07-20T18:51:48.579Z Jul 20 18:51:47.097INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78112026-07-20T18:51:48.579Z
78122026-07-20T18:51:48.579ZJul 20 18:51:47.097 DEBG Jul 20 18:51:47.097Jul 20 18:51:47.097replacing 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 } }]
78132026-07-20T18:51:48.579Ztest route::tests::delete_targets_fragmented ... ok
78142026-07-20T18:51:48.579Z
78152026-07-20T18:51:48.579Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
78162026-07-20T18:51:48.579Z
78172026-07-20T18:51:48.579Z DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78182026-07-20T18:51:48.579Zadding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:51:47.097
78192026-07-20T18:51:48.579Z INFOJul 20 18:51:47.097 Jul 20 18:51:47.097INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255
78202026-07-20T18:51:48.579Z
78212026-07-20T18:51:48.579Zreplacing 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 } }]
78222026-07-20T18:51:48.579ZJul 20 18:51:47.097Jul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78232026-07-20T18:51:48.579Zadding route 172.17.0.58/32 -> 10.0.0.255DEBG
78242026-07-20T18:51:48.579Z 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 } }]Jul 20 18:51:47.097
78252026-07-20T18:51:48.580Z Jul 20 18:51:47.097INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
78262026-07-20T18:51:48.580Zreplacing 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 } }]Jul 20 18:51:47.097
78272026-07-20T18:51:48.580ZINFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:51:47.097
78282026-07-20T18:51:48.580Z Jul 20 18:51:47.097DEBG 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 } }]INFOJul 20 18:51:47.097
78292026-07-20T18:51:48.580Z adding route 172.17.0.59/32 -> 10.0.0.255
78302026-07-20T18:51:48.580ZDEBG 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 } }]Jul 20 18:51:47.097
78312026-07-20T18:51:48.580ZJul 20 18:51:47.097 INFODEBG adding route 172.17.0.27/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 } }]
78322026-07-20T18:51:48.580Z
78332026-07-20T18:51:48.580ZJul 20 18:51:47.097 INFO Jul 20 18:51:47.097Jul 20 18:51:47.097 adding route 172.17.0.49/32 -> 10.0.0.255DEBG INFO
78342026-07-20T18:51:48.580Zreplacing 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 } }]
78352026-07-20T18:51:48.580Zadding route 172.17.0.60/32 -> 10.0.0.255
78362026-07-20T18:51:48.580ZJul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:51:47.097
78372026-07-20T18:51:48.580Z DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78382026-07-20T18:51:48.580ZJul 20 18:51:47.097
78392026-07-20T18:51:48.580Z 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 } }]
78402026-07-20T18:51:48.580ZJul 20 18:51:47.097Jul 20 18:51:47.097 Jul 20 18:51:47.097INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255INFO
78412026-07-20T18:51:48.580Zfailed to allocate space for the new target list adding route 172.17.0.29/32 -> 10.0.0.255
78422026-07-20T18:51:48.586Z
78432026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 Jul 20 18:51:47.097 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 } }] 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.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 } }]
78442026-07-20T18:51:48.586Z
78452026-07-20T18:51:48.586Z
78462026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
78472026-07-20T18:51:48.586Z
78482026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78492026-07-20T18:51:48.586Z
78502026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
78512026-07-20T18:51:48.586Z
78522026-07-20T18:51:48.586ZJul 20 18:51:47.097 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 } }]Jul 20 18:51:47.097
78532026-07-20T18:51:48.586Z DEBG Jul 20 18:51:47.097 INFO adding route 172.17.0.53/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 } }]
78542026-07-20T18:51:48.586Z
78552026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
78562026-07-20T18:51:48.586Z
78572026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.54/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 } }]
78582026-07-20T18:51:48.586Z
78592026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
78602026-07-20T18:51:48.586Z
78612026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78622026-07-20T18:51:48.586Z
78632026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
78642026-07-20T18:51:48.586Z
78652026-07-20T18:51:48.586ZJul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.56/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 } }]
78662026-07-20T18:51:48.586Z
78672026-07-20T18:51:48.586ZJul 20 18:51:47.097 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78682026-07-20T18:51:48.586ZJul 20 18:51:47.097 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 } }]
78692026-07-20T18:51:48.586ZJul 20 18:51:47.097 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 } }]
78702026-07-20T18:51:48.586ZJul 20 18:51:47.097 INFOJul 20 18:51:47.097 adding route 172.17.0.57/32 -> 10.0.0.255INFO
78712026-07-20T18:51:48.586Z adding route 172.17.0.36/32 -> 10.0.0.255
78722026-07-20T18:51:48.586ZJul 20 18:51:47.097 DEBGJul 20 18:51:47.097 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
78732026-07-20T18:51:48.586Z 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 } }]
78742026-07-20T18:51:48.586ZJul 20 18:51:47.097 INFOJul 20 18:51:47.097 adding route 172.17.0.58/32 -> 10.0.0.255INFO
78752026-07-20T18:51:48.586Z adding route 172.17.0.37/32 -> 10.0.0.255
78762026-07-20T18:51:48.587ZJul 20 18:51:47.097 DEBGJul 20 18:51:47.097 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
78772026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78782026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
78792026-07-20T18:51:48.587Z
78802026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:51:47.103
78812026-07-20T18:51:48.587Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
78822026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]Jul 20 18:51:47.103
78832026-07-20T18:51:48.587Z 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 } }]
78842026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 20 18:51:47.103
78852026-07-20T18:51:48.587Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
78862026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]Jul 20 18:51:47.103
78872026-07-20T18:51:48.587Z 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 } }]
78882026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:51:47.103
78892026-07-20T18:51:48.587Z DEBG failed to allocate space for the new target list
78902026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]Jul 20 18:51:47.103
78912026-07-20T18:51:48.587Z 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 } }]Jul 20 18:51:47.103
78922026-07-20T18:51:48.587Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
78932026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
78942026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78952026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
78962026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78972026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
78982026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78992026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
79002026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79012026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
79022026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79032026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
79042026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79052026-07-20T18:51:48.587Z
79062026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
79072026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79082026-07-20T18:51:48.587ZJul 20 18:51:47.103 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 } }]
79092026-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79102026-07-20T18:51:48.587Zrunning 0 tests
79112026-07-20T18:51:48.587ZJul 20 18:51:47.103 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-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79132026-07-20T18:51:48.587ZJul 20 18:51:47.103 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-07-20T18:51:48.587ZJul 20 18:51:47.103 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79152026-07-20T18:51:48.588ZJul 20 18:51:47.103 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-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79172026-07-20T18:51:48.588Z
79182026-07-20T18:51:48.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79192026-07-20T18:51:48.588Z
79202026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79212026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79222026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79232026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79242026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79252026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79262026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79272026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79282026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79292026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79302026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79312026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79322026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79332026-07-20T18:51:48.588ZJul 20 18:51:47.103 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79342026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79352026-07-20T18:51:48.588ZJul 20 18:51:47.103 DEBG failed to allocate space for the new target list
79362026-07-20T18:51:48.588ZJul 20 18:51:47.103 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 } }]
79372026-07-20T18:51:48.588Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0b3a85da04d4dd88)
79382026-07-20T18:51:48.588Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f06e786512a06691)
79392026-07-20T18:51:48.588Z
79402026-07-20T18:51:48.588Zrunning 0 tests
79412026-07-20T18:51:48.588Z
79422026-07-20T18:51:48.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79432026-07-20T18:51:48.592Z
79442026-07-20T18:51:48.592Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3e28f173c8456a07)
79452026-07-20T18:51:48.592Z
79462026-07-20T18:51:48.592Zrunning 6 tests
79472026-07-20T18:51:48.592Ztest tests::test_full_lot_id_neither_present ... ok
79482026-07-20T18:51:48.592Ztest tests::test_full_lot_id_lotnum_only ... ok
79492026-07-20T18:51:48.592Ztest tests::test_parse_client_port_id ... ok
79502026-07-20T18:51:48.592Ztest tests::test_full_lot_id_both_present ... ok
79512026-07-20T18:51:48.592Ztest tests::test_full_lot_id_lot_only ... ok
79522026-07-20T18:51:48.592Ztest tests::test_port_id_cmp ... ok
79532026-07-20T18:51:48.592Z
79542026-07-20T18:51:48.592Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79552026-07-20T18:51:48.592Z
79562026-07-20T18:51:48.592Z Running tests/test_all.rs (target/debug/deps/test_all-71c9ac307a45d5f1)
79572026-07-20T18:51:48.592Z
79582026-07-20T18:51:48.592Zrunning 0 tests
79592026-07-20T18:51:48.592Z
79602026-07-20T18:51:48.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79612026-07-20T18:51:48.592Z
79622026-07-20T18:51:48.592Z Running unittests src/lib.rs (target/debug/deps/dpd_types-11db5a325e35dfde)
79632026-07-20T18:51:48.592Z
79642026-07-20T18:51:48.592Zrunning 0 tests
79652026-07-20T18:51:48.593Z
79662026-07-20T18:51:48.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79672026-07-20T18:51:48.593Z
79682026-07-20T18:51:48.593Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c4f9de8db5458c62)
79692026-07-20T18:51:48.593Z
79702026-07-20T18:51:48.593Zrunning 0 tests
79712026-07-20T18:51:48.593Z
79722026-07-20T18:51:48.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79732026-07-20T18:51:48.593Z
79742026-07-20T18:51:48.593Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79752026-07-20T18:51:48.593Z
79762026-07-20T18:51:48.593Zrunning 12 tests
79772026-07-20T18:51:48.593Ztest icmp::test_v6_checksum ... ok
79782026-07-20T18:51:48.593Ztest lldp::test_lldp_parse ... ok
79792026-07-20T18:51:48.593Ztest icmp::test_v4_checksum ... ok
79802026-07-20T18:51:48.593Ztest ipv6::test_ipv6_parse ... ok
79812026-07-20T18:51:48.593Ztest pbuf::test_byte ... ok
79822026-07-20T18:51:48.593Ztest pbuf::test_nibble ... ok
79832026-07-20T18:51:48.593Ztest pbuf::test_short ... ok
79842026-07-20T18:51:48.593Ztest pbuf::test_overflow ... ok
79852026-07-20T18:51:48.593Ztest pbuf::test_twelve ... ok
79862026-07-20T18:51:48.593Ztest pbuf::test_word ... ok
79872026-07-20T18:51:48.593Ztest tcp::test_checksum_ack_data ... ok
79882026-07-20T18:51:48.593Ztest tcp::test_checksum_syn_nodata ... ok
79892026-07-20T18:51:48.593Z
79902026-07-20T18:51:48.593Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79912026-07-20T18:51:48.593Z
79922026-07-20T18:51:48.593Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79932026-07-20T18:51:48.593Z
79942026-07-20T18:51:48.593Zrunning 0 tests
79952026-07-20T18:51:48.593Z
79962026-07-20T18:51:48.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79972026-07-20T18:51:48.593Z
79982026-07-20T18:51:48.593Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
79992026-07-20T18:51:48.596Z
80002026-07-20T18:51:48.596Zrunning 5 tests
80012026-07-20T18:51:48.600Ztest switchport::test::test_compute_lanes ... ok
80022026-07-20T18:51:48.603Ztest switchport::test::port_id_ordering ... ok
80032026-07-20T18:51:48.603Z Lane 0 Lane 1 Lane 2 Lane 3
80042026-07-20T18:51:48.603Z State: Activated Activated Activated Activated
80052026-07-20T18:51:48.603Z Rx Output Enabled: false false false false
80062026-07-20T18:51:48.603Z Rx Output Status: valid valid valid valid
80072026-07-20T18:51:48.603Z Rx Loss-of-lock: true true true true
80082026-07-20T18:51:48.603Z Rx Loss-of-signal: false Lane 0 false false Lane 1false
80092026-07-20T18:51:48.603ZLane 2 Rx Auto-squelch Disable: trueLane 3
80102026-07-20T18:51:48.603Ztrue Rx Loss-of-lock: Yestrue true
80112026-07-20T18:51:48.603ZYes Tx Output Enabled: true Yestrue trueYes
80122026-07-20T18:51:48.603Z true Rx Loss-of-signal: Yes
80132026-07-20T18:51:48.603Z Tx Output Status: invalidYes invalidYes Yes
80142026-07-20T18:51:48.603Zinvalid Rx CDR Enabled: Yesinvalid
80152026-07-20T18:51:48.603ZYes Tx Loss-of-lock: false Yesfalse Yes
80162026-07-20T18:51:48.603Zfalse Tx Enabled: Yesfalse
80172026-07-20T18:51:48.603ZYes Tx Loss-of-signal: true Yestrue Yes
80182026-07-20T18:51:48.603Ztrue true
80192026-07-20T18:51:48.603Z Tx Loss-of-lock: No Tx Auto-squelch Disable: falseNo No falseNo
80202026-07-20T18:51:48.603Z Tx Loss-of-signal: Nofalse falseNo
80212026-07-20T18:51:48.603Z No Tx Adaptive EQ Fail: true Notrue
80222026-07-20T18:51:48.603Z Tx CDR Enabled: Notrue Notrue
80232026-07-20T18:51:48.603ZNo Tx Failure: falseNo
80242026-07-20T18:51:48.604Zfalse Tx Adaptive EQ Fault: No false Nofalse
80252026-07-20T18:51:48.604ZNo Tx Force Squelch: trueNo
80262026-07-20T18:51:48.604Ztrue Tx Fault: Yes true Yes true
80272026-07-20T18:51:48.604ZYes Tx Input Polarity: normalYes
80282026-07-20T18:51:48.604Z normal normal normal
80292026-07-20T18:51:48.604Ztest switchport::test::test_print_cmis_datapath ... ok
80302026-07-20T18:51:48.604Ztest switchport::test::test_print_sff_datapath ... ok
80312026-07-20T18:51:48.604Ztest link::test_filter ... ok
80322026-07-20T18:51:48.604Z
80332026-07-20T18:51:48.604Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80342026-07-20T18:51:48.604Z
80352026-07-20T18:51:48.607Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
80362026-07-20T18:51:48.610Z
80372026-07-20T18:51:48.610Zrunning 1 test
80382026-07-20T18:51:48.610Ztest test_p4_counter_list ... ignored
80392026-07-20T18:51:48.610Z
80402026-07-20T18:51:48.610Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80412026-07-20T18:51:48.610Z
80422026-07-20T18:51:48.610Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
80432026-07-20T18:51:48.615Z
80442026-07-20T18:51:48.615Zrunning 5 tests
80452026-07-20T18:51:48.618Ztest test_an ... ignored
80462026-07-20T18:51:48.618Ztest test_enable ... ignored
80472026-07-20T18:51:48.618Ztest test_ip_addresses ... ignored
80482026-07-20T18:51:48.618Ztest test_kr ... ignored
80492026-07-20T18:51:48.618Ztest test_mac ... ignored
80502026-07-20T18:51:48.618Z
80512026-07-20T18:51:48.618Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522026-07-20T18:51:48.618Z
80532026-07-20T18:51:48.618Z Running unittests src/main.rs (target/debug/deps/tfportd-f4a585f2ebf62604)
80542026-07-20T18:51:48.621Z
80552026-07-20T18:51:48.621Zrunning 3 tests
80562026-07-20T18:51:48.624Ztest linklocal::test_parse_ipadm ... ok
80572026-07-20T18:51:48.624Ztest tfport::test_parse_tfport ... ok
80582026-07-20T18:51:48.624Ztest config::tests::test_updates ... ok
80592026-07-20T18:51:48.624Z
80602026-07-20T18:51:48.624Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80612026-07-20T18:51:48.624Z
80622026-07-20T18:51:48.624Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80632026-07-20T18:51:48.629Z
80642026-07-20T18:51:48.629Zrunning 0 tests
80652026-07-20T18:51:48.629Z
80662026-07-20T18:51:48.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672026-07-20T18:51:48.629Z
80682026-07-20T18:51:48.632Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
80692026-07-20T18:51:48.632Z
80702026-07-20T18:51:48.632Zrunning 0 tests
80712026-07-20T18:51:48.632Z
80722026-07-20T18:51:48.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732026-07-20T18:51:48.632Z
80742026-07-20T18:51:48.635Z Doc-tests aal
80752026-07-20T18:51:48.765Z
80762026-07-20T18:51:48.765Zrunning 0 tests
80772026-07-20T18:51:48.765Z
80782026-07-20T18:51:48.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792026-07-20T18:51:48.769Z
80802026-07-20T18:51:48.783Z Doc-tests aal_macros
80812026-07-20T18:51:48.856Z
80822026-07-20T18:51:48.856Zrunning 0 tests
80832026-07-20T18:51:48.856Z
80842026-07-20T18:51:48.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-07-20T18:51:48.856Z
80862026-07-20T18:51:48.868Z Doc-tests common
80872026-07-20T18:51:49.106Z
80882026-07-20T18:51:49.106Zrunning 0 tests
80892026-07-20T18:51:49.106Z
80902026-07-20T18:51:49.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912026-07-20T18:51:49.106Z
80922026-07-20T18:51:49.127Z Doc-tests dpd_api
80932026-07-20T18:51:49.895Z
80942026-07-20T18:51:49.895Zrunning 2 tests
80952026-07-20T18:51:49.895Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80962026-07-20T18:51:49.895Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
80972026-07-20T18:51:49.895Z
80982026-07-20T18:51:49.895Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80992026-07-20T18:51:49.895Z
81002026-07-20T18:51:49.927Z Doc-tests dpd_client
81012026-07-20T18:51:51.203Z
81022026-07-20T18:51:51.203Zrunning 0 tests
81032026-07-20T18:51:51.203Z
81042026-07-20T18:51:51.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81052026-07-20T18:51:51.203Z
81062026-07-20T18:51:51.251Z Doc-tests dpd_types
81072026-07-20T18:51:51.469Z
81082026-07-20T18:51:51.469Zrunning 0 tests
81092026-07-20T18:51:51.469Z
81102026-07-20T18:51:51.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81112026-07-20T18:51:51.470Z
81122026-07-20T18:51:51.497Z Doc-tests dpd_types_versions
81132026-07-20T18:51:52.707Z
81142026-07-20T18:51:52.707Zrunning 1 test
81152026-07-20T18:51:52.707Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81162026-07-20T18:51:52.707Z
81172026-07-20T18:51:52.707Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81182026-07-20T18:51:52.707Z
81192026-07-20T18:51:52.754Z Doc-tests packet
81202026-07-20T18:51:52.869Z
81212026-07-20T18:51:52.869Zrunning 0 tests
81222026-07-20T18:51:52.869Z
81232026-07-20T18:51:52.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242026-07-20T18:51:52.869Z
81252026-07-20T18:51:52.885Z Doc-tests pcap
81262026-07-20T18:51:52.938Z
81272026-07-20T18:51:52.939Zrunning 0 tests
81282026-07-20T18:51:52.939Z
81292026-07-20T18:51:52.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302026-07-20T18:51:52.939Z
81312026-07-20T18:51:52.990Z+ for feat in tofino_stub tofino_asic softnpu chaos
81322026-07-20T18:51:52.990Z+ RUST_BACKTRACE=full
81332026-07-20T18:51:52.990Z+ cargo test --features chaos --no-fail-fast
81342026-07-20T18:51:53.590Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81352026-07-20T18:51:53.673Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81362026-07-20T18:51:53.681Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81372026-07-20T18:52:02.053Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81382026-07-20T18:52:02.140Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81392026-07-20T18:52:37.584Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.57s
81402026-07-20T18:52:37.698Z Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a)
81412026-07-20T18:52:37.702Z
81422026-07-20T18:52:37.702Zrunning 5 tests
81432026-07-20T18:52:37.706Ztest fuse::tests::chip_revision_a0 ... ok
81442026-07-20T18:52:37.706Ztest fuse::tests::chip_revision_b1 ... ok
81452026-07-20T18:52:37.706Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81462026-07-20T18:52:37.706Ztest fuse::tests::chip_revision_b0 ... ok
81472026-07-20T18:52:37.706Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81482026-07-20T18:52:37.706Z
81492026-07-20T18:52:37.706Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81502026-07-20T18:52:37.706Z
81512026-07-20T18:52:37.706Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81522026-07-20T18:52:37.709Z
81532026-07-20T18:52:37.710Zrunning 0 tests
81542026-07-20T18:52:37.710Z
81552026-07-20T18:52:37.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-07-20T18:52:37.710Z
81572026-07-20T18:52:37.710Z Running unittests src/lib.rs (target/debug/deps/asic-c9e76c22fa243ede)
81582026-07-20T18:52:37.716Z
81592026-07-20T18:52:37.716Zrunning 0 tests
81602026-07-20T18:52:37.716Z
81612026-07-20T18:52:37.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-07-20T18:52:37.719Z
81632026-07-20T18:52:37.719Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81642026-07-20T18:52:37.723Z
81652026-07-20T18:52:37.723Zrunning 11 tests
81662026-07-20T18:52:37.726Ztest nat::tests::test_vni ... ok
81672026-07-20T18:52:37.726Ztest network::tests::test_equal ... ok
81682026-07-20T18:52:37.726Ztest network::tests::test_eui64 ... ok
81692026-07-20T18:52:37.726Ztest network::tests::test_not_equal ... ok
81702026-07-20T18:52:37.726Ztest network::tests::test_generate_ipv6_link_local ... ok
81712026-07-20T18:52:37.726Ztest network::tests::test_into ... ok
81722026-07-20T18:52:37.726Ztest network::tests::test_to_string ... ok
81732026-07-20T18:52:37.726Ztest ports::tests::port_ids_are_ascii ... ok
81742026-07-20T18:52:37.726Ztest network::tests::test_parse ... ok
81752026-07-20T18:52:37.727Ztest test_purge ... ok
81762026-07-20T18:52:37.730Ztest illumos::test::address_exists_handles_missing_object ... ok
81772026-07-20T18:52:37.730Z
81782026-07-20T18:52:37.730Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81792026-07-20T18:52:37.730Z
81802026-07-20T18:52:37.730Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7)
81812026-07-20T18:52:37.754Z
81822026-07-20T18:52:37.754Zrunning 1 test
81832026-07-20T18:52:37.758Z -------
81842026-07-20T18:52:37.762Z Generating OpenAPI documents from API definitions ...
81852026-07-20T18:52:37.919Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81862026-07-20T18:52:37.988Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81872026-07-20T18:52:38.952Z -------
81882026-07-20T18:52:38.953Z Checking 12 OpenAPI documents...
81892026-07-20T18:52:38.953Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-07-20T18:52:38.953Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-07-20T18:52:38.956Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-07-20T18:52:38.956Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-07-20T18:52:38.956Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-07-20T18:52:38.956Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-07-20T18:52:38.956Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-07-20T18:52:38.957Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-07-20T18:52:38.957Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-07-20T18:52:38.957Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-07-20T18:52:38.957Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-07-20T18:52:38.957Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-07-20T18:52:38.957Z Fresh dpd "latest" symlink
82022026-07-20T18:52:38.957Z -------
82032026-07-20T18:52:38.957Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82042026-07-20T18:52:39.019Ztest test::test_apis_up_to_date ... ok
82052026-07-20T18:52:39.019Z
82062026-07-20T18:52:39.019Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
82072026-07-20T18:52:39.019Z
82082026-07-20T18:52:39.081Z Running unittests src/main.rs (target/debug/deps/dpd-4b8a65ead319ba24)
82092026-07-20T18:52:39.087Z
82102026-07-20T18:52:39.087Zrunning 34 tests
82112026-07-20T18:52:39.090Ztest freemap::test_ordering ... ok
82122026-07-20T18:52:39.090Ztest config::tests::test_updates ... ok
82132026-07-20T18:52:39.090Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82142026-07-20T18:52:39.090Ztest freemap::test_split ... ok
82152026-07-20T18:52:39.094Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82162026-07-20T18:52:39.094Ztest macaddrs::tests::test_mac_offset ... ok
82172026-07-20T18:52:39.094Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82182026-07-20T18:52:39.094Ztest macaddrs::tests::test_parse_port_id ... ok
82192026-07-20T18:52:39.094Ztest nat::test_mapping ... ok
82202026-07-20T18:52:39.094Ztest port_map::tests::dump_map ... ok
82212026-07-20T18:52:39.094ZJul 20 18:52:37.643 DEBG created new freemapJul 20 18:52:37.643 DEBG created new freemap, unit, unit: freemap_test: freemap_testJul 20 18:52:37.643
82222026-07-20T18:52:39.094Z DEBG created new freemap, unit: Jul 20 18:52:37.643freemap_test DEBG
82232026-07-20T18:52:39.094Z initted freemap. size: 128
82242026-07-20T18:52:39.094Z, unit:Jul 20 18:52:37.643 freemap_testDEBG
82252026-07-20T18:52:39.094Z initted freemap. size: 128, unit:Jul 20 18:52:37.643 freemap_testDEBG
82262026-07-20T18:52:39.095Z reset freemap, unit:Jul 20 18:52:37.643 freemap_testDEBG
82272026-07-20T18:52:39.095ZJul 20 18:52:37.643 reset freemapDEBG, unitinitted freemap. size: 128: , freemap_testunit
82282026-07-20T18:52:39.095Z: freemap_test
82292026-07-20T18:52:39.095ZJul 20 18:52:37.643 DEBG reset freemap, unit: freemap_test
82302026-07-20T18:52:39.095Ztest freemap::test_free ... ok
82312026-07-20T18:52:39.095Ztest freemap::test_exhaustion ... ok
82322026-07-20T18:52:39.095Ztest freemap::test_reclaim ... ok
82332026-07-20T18:52:39.095Ztest port_map::tests::test_backplane_group ... ok
82342026-07-20T18:52:39.095Ztest port_map::tests::test_port_map ... ok
82352026-07-20T18:52:39.095ZJul 20 18:52:37.644 DEBG created new freemap, unit: freemap_test
82362026-07-20T18:52:39.095ZJul 20 18:52:37.644 DEBG initted freemap. size: 8, unit: freemap_test
82372026-07-20T18:52:39.095ZJul 20 18:52:37.644 DEBG reset freemap, unit: freemap_test
82382026-07-20T18:52:39.095Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82392026-07-20T18:52:39.095ZJul 20 18:52:37.644 DEBG created new freemap, unit: freemap_test
82402026-07-20T18:52:39.095ZJul 20 18:52:37.644 DEBG initted freemap. size: 128, unit: freemap_test
82412026-07-20T18:52:39.095ZJul 20 18:52:37.644 DEBG reset freemap, unit: freemap_test
82422026-07-20T18:52:39.096Ztest api_server::tests::test_build_info ... ok
82432026-07-20T18:52:39.096Ztest freemap::test_basic ... ok
82442026-07-20T18:52:39.096ZJul 20 18:52:37.644 DEBG created new freemap, unit: freemap_test
82452026-07-20T18:52:39.096ZJul 20 18:52:37.644 DEBG initted freemap. size: 128, unit: freemap_test
82462026-07-20T18:52:39.096ZJul 20 18:52:37.644 DEBG reset freemap, unit: freemap_test
82472026-07-20T18:52:39.096Ztest freemap::test_span ... ok
82482026-07-20T18:52:39.101Ztest port_map::tests::parse_softnpu_revision ... ok
82492026-07-20T18:52:39.101ZJul 20 18:52:37.645 DEBG created new freemap, unit: freemap_route_ipv4
82502026-07-20T18:52:39.101ZJul 20 18:52:37.645 DEBG created new freemap, unit: freemap_route_ipv6
82512026-07-20T18:52:39.101ZJul 20 18:52:37.645 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82522026-07-20T18:52:39.101ZJul 20 18:52:37.645 DEBG reset freemap, unit: freemap_route_ipv4
82532026-07-20T18:52:39.102ZJul 20 18:52:37.645 DEBG Jul 20 18:52:37.645initted freemap. size: 64 , DEBGunit :created new freemap freemap_route_ipv6,
82542026-07-20T18:52:39.102Zunit: freemap_route_ipv4Jul 20 18:52:37.645
82552026-07-20T18:52:39.102Z DEBG reset freemap, unit: Jul 20 18:52:37.645freemap_route_ipv6
82562026-07-20T18:52:39.102ZDEBG created new freemap, unitJul 20 18:52:37.645: INFOfreemap_route_ipv6
82572026-07-20T18:52:39.102Zadding route 3fff:dead::/64 -> 2001:db8::55:1
82582026-07-20T18:52:39.102ZJul 20 18:52:37.645Jul 20 18:52:37.645 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
82592026-07-20T18:52:39.102Zunit: freemap_route_ipv4
82602026-07-20T18:52:39.102ZJul 20 18:52:37.645 INFO Jul 20 18:52:37.645adding route 3fff:beef::/64 -> 2001:db8::55:ff
82612026-07-20T18:52:39.102ZDEBG reset freemap, unitJul 20 18:52:37.645: DEBGfreemap_route_ipv4
82622026-07-20T18:52:39.102Zreplacing 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 } }]
82632026-07-20T18:52:39.102ZJul 20 18:52:37.645Jul 20 18:52:37.645 DEBGINFO initted freemap. size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
82642026-07-20T18:52:39.102Zunit: freemap_route_ipv6
82652026-07-20T18:52:39.102ZJul 20 18:52:37.645 DEBG Jul 20 18:52:37.645replacing 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 } }]
82662026-07-20T18:52:39.102ZDEBG reset freemap, unitJul 20 18:52:37.645: INFOfreemap_route_ipv6
82672026-07-20T18:52:39.103Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82682026-07-20T18:52:39.103ZJul 20 18:52:37.645 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:52:37.646
82692026-07-20T18:52:39.103Z 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 } }]
82702026-07-20T18:52:39.103ZJul 20 18:52:37.646 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 } }]Jul 20 18:52:37.646
82712026-07-20T18:52:39.103Z INFO Jul 20 18:52:37.646adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82722026-07-20T18:52:39.103ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82732026-07-20T18:52:39.103ZJul 20 18:52:37.646 DEBGJul 20 18:52:37.646 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82742026-07-20T18:52:39.103Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 20 18:52:37.646
82752026-07-20T18:52:39.103Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82762026-07-20T18:52:39.103ZJul 20 18:52:37.646 Jul 20 18:52:37.646INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
82772026-07-20T18:52:39.103Zreplacing 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 } }]
82782026-07-20T18:52:39.103ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82792026-07-20T18:52:39.103Z
82802026-07-20T18:52:39.103ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:1::/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 } }]
82812026-07-20T18:52:39.103Z
82822026-07-20T18:52:39.103ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82832026-07-20T18:52:39.104Z
82842026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:2::/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 } }]
82852026-07-20T18:52:39.104Z
82862026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82872026-07-20T18:52:39.104Z
82882026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 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:3::/64 -> 2001:db8::55:ff
82892026-07-20T18:52:39.104Z
82902026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:8::/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 } }]
82912026-07-20T18:52:39.104Z
82922026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82932026-07-20T18:52:39.104Z
82942026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82952026-07-20T18:52:39.104Z
82962026-07-20T18:52:39.104ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82972026-07-20T18:52:39.104Z
82982026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:a::/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 } }]
82992026-07-20T18:52:39.105Z
83002026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83012026-07-20T18:52:39.105Z
83022026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:b::/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 } }]
83032026-07-20T18:52:39.105Z
83042026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83052026-07-20T18:52:39.105Z
83062026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83072026-07-20T18:52:39.105Z
83082026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83092026-07-20T18:52:39.105Z
83102026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83112026-07-20T18:52:39.105Z
83122026-07-20T18:52:39.105ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83132026-07-20T18:52:39.106Z
83142026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83152026-07-20T18:52:39.106Z
83162026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:a::/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 } }]
83172026-07-20T18:52:39.106Z
83182026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83192026-07-20T18:52:39.106Z
83202026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:b::/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 } }]
83212026-07-20T18:52:39.106Z
83222026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83232026-07-20T18:52:39.106Z
83242026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:c::/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 } }]
83252026-07-20T18:52:39.106Z
83262026-07-20T18:52:39.106ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83272026-07-20T18:52:39.106Z
83282026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 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:d::/64 -> 2001:db8::55:ff
83292026-07-20T18:52:39.107Z
83302026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83312026-07-20T18:52:39.107Z
83322026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 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:e::/64 -> 2001:db8::55:ff
83332026-07-20T18:52:39.107Z
83342026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:13::/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 } }]
83352026-07-20T18:52:39.107Z
83362026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83372026-07-20T18:52:39.107Z
83382026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:14::/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 } }]
83392026-07-20T18:52:39.107Z
83402026-07-20T18:52:39.107ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83412026-07-20T18:52:39.108Z
83422026-07-20T18:52:39.108ZJul 20 18:52:37.646Jul 20 18:52:37.646 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:15::/64 -> 2001:db8::55:ff
83432026-07-20T18:52:39.108Z
83442026-07-20T18:52:39.108ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:11::/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 } }]
83452026-07-20T18:52:39.108Z
83462026-07-20T18:52:39.108ZJul 20 18:52:37.646Jul 20 18:52:37.646 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:16::/64 -> 2001:db8::55:ff
83472026-07-20T18:52:39.108Z
83482026-07-20T18:52:39.113ZJul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:12::/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 } }]
83492026-07-20T18:52:39.113Z
83502026-07-20T18:52:39.113ZJul 20 18:52:37.646Jul 20 18:52:37.646 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:17::/64 -> 2001:db8::55:ff
83512026-07-20T18:52:39.114Z
83522026-07-20T18:52:39.114ZJul 20 18:52:37.646Jul 20 18:52:37.646 Jul 20 18:52:37.646INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGDEBG
83532026-07-20T18:52:39.114Z 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 } }]
83542026-07-20T18:52:39.114Zcreated new freemapJul 20 18:52:37.646, unitDEBGJul 20 18:52:37.646 : replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83552026-07-20T18:52:39.114Z adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv4
83562026-07-20T18:52:39.114Z
83572026-07-20T18:52:39.114ZJul 20 18:52:37.646 Jul 20 18:52:37.646INFOJul 20 18:52:37.646 DEBGDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83582026-07-20T18:52:39.114Z 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 } }]created new freemap
83592026-07-20T18:52:39.114Z, unit: Jul 20 18:52:37.646Jul 20 18:52:37.646Jul 20 18:52:37.646freemap_route_ipv6
83602026-07-20T18:52:39.114ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGDEBG Jul 20 18:52:37.646replacing 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 } }]
83612026-07-20T18:52:39.114Z
83622026-07-20T18:52:39.114Z DEBGcreated new freemapJul 20 18:52:37.646 Jul 20 18:52:37.646initted freemap. size: 64 DEBGINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, :unit
83632026-07-20T18:52:39.114Zreplacing 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 } }]
83642026-07-20T18:52:39.114Zfreemap_route_ipv4
83652026-07-20T18:52:39.114Z: Jul 20 18:52:37.646freemap_route_ipv4 Jul 20 18:52:37.646DEBG Jul 20 18:52:37.646INFO DEBG
83662026-07-20T18:52:39.114Z adding route 3fff:beef:1a::/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 } }]
83672026-07-20T18:52:39.114Z
83682026-07-20T18:52:39.114Zreset freemap, Jul 20 18:52:37.646unit :Jul 20 18:52:37.646Jul 20 18:52:37.646DEBG created new freemapDEBGfreemap_route_ipv4 ,
83692026-07-20T18:52:39.114Zunit replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
83702026-07-20T18:52:39.115Z freemap_route_ipv6Jul 20 18:52:37.646
83712026-07-20T18:52:39.115Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 20 18:52:37.646Jul 20 18:52:37.646
83722026-07-20T18:52:39.115Z INFODEBG Jul 20 18:52:37.646adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGcreated new freemapDEBG
83732026-07-20T18:52:39.115Z Jul 20 18:52:37.646 initted freemap. size: 64, initted freemap. size: 64DEBG, , Jul 20 18:52:37.646unitunit unit:: DEBG: freemap_route_ipv4
83742026-07-20T18:52:39.115Zreplacing 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 } }]
83752026-07-20T18:52:39.115Zfreemap_route_ipv4freemap_route_ipv6replacing 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 } }]Jul 20 18:52:37.646
83762026-07-20T18:52:39.115ZJul 20 18:52:37.646
83772026-07-20T18:52:39.115Z DEBG
83782026-07-20T18:52:39.115ZINFOreset freemapJul 20 18:52:37.646 , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83792026-07-20T18:52:39.115ZDEBGJul 20 18:52:37.646 DEBGunit Jul 20 18:52:37.646:created new freemap , reset freemapDEBGunit , 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 } }]unitJul 20 18:52:37.646 ::freemap_route_ipv4
83802026-07-20T18:52:39.115Z
83812026-07-20T18:52:39.115Z freemap_route_ipv6freemap_route_ipv6
83822026-07-20T18:52:39.115Z Jul 20 18:52:37.646
83832026-07-20T18:52:39.115ZINFO INFO Jul 20 18:52:37.646adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83842026-07-20T18:52:39.115Z DEBGJul 20 18:52:37.646
83852026-07-20T18:52:39.115Z Jul 20 18:52:37.646 DEBG Jul 20 18:52:37.646created new freemap DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
83862026-07-20T18:52:39.115Z:, unitfreemap_route_ipv4:
83872026-07-20T18:52:39.115Z freemap_route_ipv4Jul 20 18:52:37.646
83882026-07-20T18:52:39.115Z DEBGJul 20 18:52:37.646 Jul 20 18:52:37.646replacing 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 } }]Jul 20 18:52:37.646 DEBGDEBG reset freemap
83892026-07-20T18:52:39.115Zcreated new freemap, , unitunit:: DEBG Jul 20 18:52:37.646freemap_route_ipv6 freemap_route_ipv4
83902026-07-20T18:52:39.116ZINFO
83912026-07-20T18:52:39.116Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
83922026-07-20T18:52:39.116Z
83932026-07-20T18:52:39.116ZJul 20 18:52:37.646 Jul 20 18:52:37.646DEBG Jul 20 18:52:37.646DEBG initted freemap. size: 64initted freemap. size: 64, , unitunit::Jul 20 18:52:37.646 freemap_route_ipv4
83942026-07-20T18:52:39.116ZINFODEBGfreemap_route_ipv6
83952026-07-20T18:52:39.116Zreplacing 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 } }]
83962026-07-20T18:52:39.116Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 20 18:52:37.646 DEBGJul 20 18:52:37.646 reset freemapDEBG, unitreset freemapJul 20 18:52:37.646:, unitINFOfreemap_route_ipv4
83972026-07-20T18:52:39.116Z:adding route 3fff:dead::/64 -> 2001:db8::55:1
83982026-07-20T18:52:39.116Zfreemap_route_ipv6
83992026-07-20T18:52:39.116ZJul 20 18:52:37.646 DEBG initted freemap. size: 64, unitJul 20 18:52:37.646: DEBGfreemap_route_ipv6
84002026-07-20T18:52:39.116Zreplacing 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 } }]
84012026-07-20T18:52:39.116ZJul 20 18:52:37.646 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
84022026-07-20T18:52:39.117ZJul 20 18:52:37.646 DEBG reset freemapJul 20 18:52:37.646, unitDEBG: Jul 20 18:52:37.646 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] freemap_route_ipv6INFO
84032026-07-20T18:52:39.117Z
84042026-07-20T18:52:39.117Zadding route 3fff:dead::/64 -> 2001:db8::55:2
84052026-07-20T18:52:39.117ZJul 20 18:52:37.646 Jul 20 18:52:37.646INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
84062026-07-20T18:52:39.117Zreplacing 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 } }]
84072026-07-20T18:52:39.117ZJul 20 18:52:37.646Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG Jul 20 18:52:37.646 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFODEBG
84082026-07-20T18:52:39.117Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
84092026-07-20T18:52:39.117Z
84102026-07-20T18:52:39.117Z Jul 20 18:52:37.646 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 } }]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 } }]
84112026-07-20T18:52:39.117Z
84122026-07-20T18:52:39.117ZJul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO Jul 20 18:52:37.646 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:2
84132026-07-20T18:52:39.117Z INFO
84142026-07-20T18:52:39.117Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:52:37.646 Jul 20 18:52:37.646INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84152026-07-20T18:52:39.118Zadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:52:37.646
84162026-07-20T18:52:39.118Z
84172026-07-20T18:52:39.118Z Jul 20 18:52:37.646 DEBG Jul 20 18:52:37.646DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 20 18:52:37.646
84182026-07-20T18:52:39.118ZDEBGDEBG 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 } }]
84192026-07-20T18:52:39.118Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:52:37.646
84202026-07-20T18:52:39.118Z 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 } }] Jul 20 18:52:37.646adding route 3fff:dead::/64 -> 2001:db8::55:3
84212026-07-20T18:52:39.118Z
84222026-07-20T18:52:39.118ZJul 20 18:52:37.646INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
84232026-07-20T18:52:39.118ZJul 20 18:52:37.646adding route 3fff:dead::/64 -> 2001:db8::55:4
84242026-07-20T18:52:39.118ZDEBGJul 20 18:52:37.646Jul 20 18:52:37.646 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:52:37.646
84252026-07-20T18:52:39.118Z 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 } }]
84262026-07-20T18:52:39.118ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:52:37.646
84272026-07-20T18:52:39.118Z INFO Jul 20 18:52:37.646adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:52:37.646 INFO
84282026-07-20T18:52:39.118Z DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84292026-07-20T18:52:39.118Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 20 18:52:37.646
84302026-07-20T18:52:39.119ZDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84312026-07-20T18:52:39.119ZJul 20 18:52:37.646replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
84322026-07-20T18:52:39.119ZDEBG 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 } }]Jul 20 18:52:37.646
84332026-07-20T18:52:39.119Z INFOJul 20 18:52:37.646 adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 20 18:52:37.646DEBG
84342026-07-20T18:52:39.119Z 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
84352026-07-20T18:52:39.119Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:52:37.646
84362026-07-20T18:52:39.119Z 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 } }]
84372026-07-20T18:52:39.119ZJul 20 18:52:37.646 DEBGJul 20 18:52:37.646 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
84382026-07-20T18:52:39.119Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84392026-07-20T18:52:39.119ZJul 20 18:52:37.647 INFOJul 20 18:52:37.647Jul 20 18:52:37.647 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84402026-07-20T18:52:39.119Z 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
84412026-07-20T18:52:39.119Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84422026-07-20T18:52:39.119ZJul 20 18:52:37.647
84432026-07-20T18:52:39.119ZJul 20 18:52:37.647 Jul 20 18:52:37.647 DEBGDEBG INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84442026-07-20T18:52:39.119Z
84452026-07-20T18:52:39.119Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84462026-07-20T18:52:39.120ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 INFOINFODEBGJul 20 18:52:37.647 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff 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 } }]
84472026-07-20T18:52:39.120Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84482026-07-20T18:52:39.124Z
84492026-07-20T18:52:39.124Zreplacing 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 } }]Jul 20 18:52:37.647
84502026-07-20T18:52:39.124Z DEBGJul 20 18:52:37.647 Jul 20 18:52:37.647replacing 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 } }] Jul 20 18:52:37.647INFODEBG
84512026-07-20T18:52:39.124Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
84522026-07-20T18:52:39.124Z
84532026-07-20T18:52:39.124Z Jul 20 18:52:37.647adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84542026-07-20T18:52:39.124ZINFO Jul 20 18:52:37.647adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:52:37.647
84552026-07-20T18:52:39.124Z Jul 20 18:52:37.647INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]
84562026-07-20T18:52:39.124Z
84572026-07-20T18:52:39.124Z Jul 20 18:52:37.647replacing 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 } }]
84582026-07-20T18:52:39.124ZDEBGJul 20 18:52:37.647 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 } }] DEBGJul 20 18:52:37.647
84592026-07-20T18:52:39.124Zreplacing 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 } }]
84602026-07-20T18:52:39.124ZJul 20 18:52:37.647INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647 INFOINFO
84612026-07-20T18:52:39.124Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84622026-07-20T18:52:39.124Z
84632026-07-20T18:52:39.124Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84642026-07-20T18:52:39.124ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBG DEBG Jul 20 18:52:37.647replacing 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 } }]
84652026-07-20T18:52:39.124ZDEBGDEBG 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 } }]
84662026-07-20T18:52:39.124Zreplacing 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: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 } }]
84672026-07-20T18:52:39.124ZJul 20 18:52:37.647
84682026-07-20T18:52:39.124ZJul 20 18:52:37.647 INFOJul 20 18:52:37.647INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFO
84692026-07-20T18:52:39.124Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
84702026-07-20T18:52:39.124Z
84712026-07-20T18:52:39.124ZJul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84722026-07-20T18:52:39.124Zreplacing 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 } }]Jul 20 18:52:37.647
84732026-07-20T18:52:39.124Z DEBGJul 20 18:52:37.647 INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:52:37.647adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84742026-07-20T18:52:39.124Z INFOINFO
84752026-07-20T18:52:39.124Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84762026-07-20T18:52:39.124Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 20 18:52:37.647
84772026-07-20T18:52:39.124Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:52:37.647
84782026-07-20T18:52:39.124Z Jul 20 18:52:37.647DEBGJul 20 18:52:37.647 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: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 } }]
84792026-07-20T18:52:39.125Zreplacing 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 } }]
84802026-07-20T18:52:39.125Z
84812026-07-20T18:52:39.125ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 INFOJul 20 18:52:37.647 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
84822026-07-20T18:52:39.125Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFODEBG
84832026-07-20T18:52:39.125Z 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 } }]Jul 20 18:52:37.647
84842026-07-20T18:52:39.125Z Jul 20 18:52:37.647adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647DEBGDEBG 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
84852026-07-20T18:52:39.125Z 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:26::/64 -> 2001:db8::55:ff
84862026-07-20T18:52:39.125Z
84872026-07-20T18:52:39.125Z
84882026-07-20T18:52:39.125ZJul 20 18:52:37.647 Jul 20 18:52:37.647INFO INFOJul 20 18:52:37.647adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647DEBG
84892026-07-20T18:52:39.125Z adding route 3fff:beef:8::/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 } }]
84902026-07-20T18:52:39.125Z
84912026-07-20T18:52:39.125ZDEBG 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 } }]
84922026-07-20T18:52:39.125ZJul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647 INFODEBGDEBG adding route 3fff:beef:1d::/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 } }]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 } }]
84932026-07-20T18:52:39.125Z
84942026-07-20T18:52:39.125ZJul 20 18:52:37.647
84952026-07-20T18:52:39.125ZINFO Jul 20 18:52:37.647adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84962026-07-20T18:52:39.125ZJul 20 18:52:37.647Jul 20 18:52:37.647 INFOINFOJul 20 18:52:37.647DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84972026-07-20T18:52:39.125Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84982026-07-20T18:52:39.125ZDEBG
84992026-07-20T18:52:39.125Z 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 } }]
85002026-07-20T18:52:39.125ZJul 20 18:52:37.647Jul 20 18:52:37.647 DEBGJul 20 18:52:37.647 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 } }]Jul 20 18:52:37.647INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
85012026-07-20T18:52:39.125Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85022026-07-20T18:52:39.125Z
85032026-07-20T18:52:39.125Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647
85042026-07-20T18:52:39.125Z INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85052026-07-20T18:52:39.125Z
85062026-07-20T18:52:39.125ZJul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGDEBG 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 } }] replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
85072026-07-20T18:52:39.125Z
85082026-07-20T18:52:39.125Z
85092026-07-20T18:52:39.125ZJul 20 18:52:37.647
85102026-07-20T18:52:39.125Z INFOJul 20 18:52:37.647 Jul 20 18:52:37.647adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOINFO
85112026-07-20T18:52:39.125Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85122026-07-20T18:52:39.125ZJul 20 18:52:37.647
85132026-07-20T18:52:39.125Z Jul 20 18:52:37.647INFOJul 20 18:52:37.647 DEBGDEBG Jul 20 18:52:37.647replacing 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 } }]
85142026-07-20T18:52:39.125Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85152026-07-20T18:52:39.125Z 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:1f::/64 -> 2001:db8::55:ff
85162026-07-20T18:52:39.125ZJul 20 18:52:37.647
85172026-07-20T18:52:39.125ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 20 18:52:37.647
85182026-07-20T18:52:39.126ZJul 20 18:52:37.647 INFOINFO Jul 20 18:52:37.647adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85192026-07-20T18:52:39.126Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85202026-07-20T18:52:39.126ZJul 20 18:52:37.647DEBG 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 } }]Jul 20 18:52:37.647replacing 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 } }]
85212026-07-20T18:52:39.126Z
85222026-07-20T18:52:39.126ZJul 20 18:52:37.647 DEBGJul 20 18:52:37.647DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85232026-07-20T18:52:39.126Zreplacing 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 } }]
85242026-07-20T18:52:39.126Z
85252026-07-20T18:52:39.126ZJul 20 18:52:37.647 INFO Jul 20 18:52:37.647adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647
85262026-07-20T18:52:39.126Z DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85272026-07-20T18:52:39.126ZINFO
85282026-07-20T18:52:39.126Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 20 18:52:37.647
85292026-07-20T18:52:39.126Z DEBGJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85302026-07-20T18:52:39.126Z
85312026-07-20T18:52:39.126ZINFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85322026-07-20T18:52:39.126Z
85332026-07-20T18:52:39.126ZJul 20 18:52:37.647 Jul 20 18:52:37.647INFOJul 20 18:52:37.647 Jul 20 18:52:37.647 INFO INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85342026-07-20T18:52:39.126Zreplacing 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 } }]
85352026-07-20T18:52:39.126Z
85362026-07-20T18:52:39.126Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85372026-07-20T18:52:39.126ZJul 20 18:52:37.647 Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBG INFO DEBGJul 20 18:52:37.647 adding route 3fff:beef:f::/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 } }]
85382026-07-20T18:52:39.126Z
85392026-07-20T18:52:39.126Zreplacing 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 } }] Jul 20 18:52:37.647DEBG 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 } }]Jul 20 18:52:37.647 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 } }]
85402026-07-20T18:52:39.126ZINFO
85412026-07-20T18:52:39.126Z
85422026-07-20T18:52:39.126Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85432026-07-20T18:52:39.126ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647INFO INFO INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85442026-07-20T18:52:39.126Zreplacing 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 } }]
85452026-07-20T18:52:39.126Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85462026-07-20T18:52:39.126ZJul 20 18:52:37.647
85472026-07-20T18:52:39.126ZJul 20 18:52:37.647 DEBG INFOJul 20 18:52:37.647replacing 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 } }]
85482026-07-20T18:52:39.130Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85492026-07-20T18:52:39.130ZDEBGJul 20 18:52:37.647 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 } }]Jul 20 18:52:37.647
85502026-07-20T18:52:39.130ZDEBGJul 20 18:52:37.647 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 } }]
85512026-07-20T18:52:39.130ZINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85522026-07-20T18:52:39.130Z
85532026-07-20T18:52:39.130ZJul 20 18:52:37.647 Jul 20 18:52:37.647INFOJul 20 18:52:37.647 INFODEBGJul 20 18:52:37.647 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85542026-07-20T18:52:39.130Z
85552026-07-20T18:52:39.130Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85562026-07-20T18:52:39.130ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85572026-07-20T18:52:39.130ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG 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 } }]
85582026-07-20T18:52:39.130Z
85592026-07-20T18:52:39.131Z 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: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 } }]
85602026-07-20T18:52:39.131ZJul 20 18:52:37.647Jul 20 18:52:37.647 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85612026-07-20T18:52:39.131Z
85622026-07-20T18:52:39.131Z
85632026-07-20T18:52:39.131ZJul 20 18:52:37.647 INFO Jul 20 18:52:37.647Jul 20 18:52:37.647 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
85642026-07-20T18:52:39.131ZJul 20 18:52:37.647INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85652026-07-20T18:52:39.131ZINFO
85662026-07-20T18:52:39.131Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85672026-07-20T18:52:39.131ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:52:37.647
85682026-07-20T18:52:39.131Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
85692026-07-20T18:52:39.131Z 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 } }]
85702026-07-20T18:52:39.131ZDEBGJul 20 18:52:37.647 Jul 20 18:52:37.647replacing 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 } }]
85712026-07-20T18:52:39.131Z INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85722026-07-20T18:52:39.131Z
85732026-07-20T18:52:39.131ZJul 20 18:52:37.647 INFO Jul 20 18:52:37.647adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647Jul 20 18:52:37.647
85742026-07-20T18:52:39.131ZINFOINFODEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85752026-07-20T18:52:39.131Z
85762026-07-20T18:52:39.131Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85772026-07-20T18:52:39.131ZJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGINFO 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 } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85782026-07-20T18:52:39.131Z
85792026-07-20T18:52:39.131Z 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 } }] Jul 20 18:52:37.647
85802026-07-20T18:52:39.131Z 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 } }]Jul 20 18:52:37.647DEBG
85812026-07-20T18:52:39.131Zreplacing 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 } }]
85822026-07-20T18:52:39.131ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647
85832026-07-20T18:52:39.131Z INFOJul 20 18:52:37.647 INFO Jul 20 18:52:37.647 INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
85842026-07-20T18:52:39.131Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85852026-07-20T18:52:39.131Zadding route 3fff:beef:31::/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 } }]
85862026-07-20T18:52:39.131Z
85872026-07-20T18:52:39.131ZJul 20 18:52:37.647 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 } }]Jul 20 18:52:37.647
85882026-07-20T18:52:39.131Z Jul 20 18:52:37.647Jul 20 18:52:37.647INFO DEBGDEBGJul 20 18:52:37.647adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85892026-07-20T18:52:39.131ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85902026-07-20T18:52:39.131Z
85912026-07-20T18:52:39.131Z
85922026-07-20T18:52:39.131ZJul 20 18:52:37.647 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 } }]Jul 20 18:52:37.647
85932026-07-20T18:52:39.131ZJul 20 18:52:37.647Jul 20 18:52:37.647 INFO 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
85942026-07-20T18:52:39.131Z Jul 20 18:52:37.647
85952026-07-20T18:52:39.131Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647
85962026-07-20T18:52:39.131Z
85972026-07-20T18:52:39.131Z INFO Jul 20 18:52:37.647 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
85982026-07-20T18:52:39.132Z 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 } }]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 } }]Jul 20 18:52:37.647
85992026-07-20T18:52:39.132ZJul 20 18:52:37.647
86002026-07-20T18:52:39.132ZDEBG 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 } }]
86012026-07-20T18:52:39.132ZJul 20 18:52:37.647Jul 20 18:52:37.647replacing 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
86022026-07-20T18:52:39.132Z INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647
86032026-07-20T18:52:39.132Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647
86042026-07-20T18:52:39.132ZINFO Jul 20 18:52:37.647Jul 20 18:52:37.647 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFODEBGDEBG
86052026-07-20T18:52:39.132Zadding route 3fff:beef:28::/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 } }]
86062026-07-20T18:52:39.132Z
86072026-07-20T18:52:39.132Z 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 } }]Jul 20 18:52:37.647
86082026-07-20T18:52:39.132Z DEBGJul 20 18:52:37.647 Jul 20 18:52:37.647 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 } }]INFOJul 20 18:52:37.647
86092026-07-20T18:52:39.132ZDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
86102026-07-20T18:52:39.132Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 20 18:52:37.647
86112026-07-20T18:52:39.132Z INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86122026-07-20T18:52:39.132ZJul 20 18:52:37.647Jul 20 18:52:37.647
86132026-07-20T18:52:39.132Z DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86142026-07-20T18:52:39.132ZJul 20 18:52:37.647 Jul 20 18:52:37.647INFO adding route 3fff:beef:29::/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 } }]DEBG
86152026-07-20T18:52:39.132Z
86162026-07-20T18:52:39.132ZJul 20 18:52:37.647replacing 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 } }]
86172026-07-20T18:52:39.132ZINFOJul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
86182026-07-20T18:52:39.132Z DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86192026-07-20T18:52:39.132Z
86202026-07-20T18:52:39.132Z 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 } }]
86212026-07-20T18:52:39.132ZJul 20 18:52:37.647Jul 20 18:52:37.647 DEBGDEBG Jul 20 18:52:37.648replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]Jul 20 18:52:37.648
86222026-07-20T18:52:39.132ZINFO DEBG
86232026-07-20T18:52:39.132Z 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 } }]Jul 20 18:52:37.648adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86242026-07-20T18:52:39.132ZINFO
86252026-07-20T18:52:39.132ZJul 20 18:52:37.648 Jul 20 18:52:37.647 Jul 20 18:52:37.648DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86262026-07-20T18:52:39.132Zinitted freemap. size: 64 created new freemap, unit: , Jul 20 18:52:37.648 unit: freemap_route_ipv6freemap_route_ipv4
86272026-07-20T18:52:39.132Z
86282026-07-20T18:52:39.132ZJul 20 18:52:37.648 DEBGJul 20 18:52:37.648 Jul 20 18:52:37.648INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG created new freemap, unit:DEBG freemap_route_ipv6
86292026-07-20T18:52:39.132Z INFOreset freemapDEBG, unitreplacing 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 } }]:
86302026-07-20T18:52:39.132Z freemap_route_ipv6Jul 20 18:52:37.648 DEBG
86312026-07-20T18:52:39.132ZJul 20 18:52:37.648 initted freemap. size: 64, 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 } }]unit
86322026-07-20T18:52:39.132Z: freemap_route_ipv4
86332026-07-20T18:52:39.132ZJul 20 18:52:37.648Jul 20 18:52:37.648 INFO Jul 20 18:52:37.648 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreset freemap
86342026-07-20T18:52:39.132Z
86352026-07-20T18:52:39.132Z, Jul 20 18:52:37.648unit DEBG:Jul 20 18:52:37.648 freemap_route_ipv4
86362026-07-20T18:52:39.132Z 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 } }]
86372026-07-20T18:52:39.132Zreplacing 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 } }]Jul 20 18:52:37.648INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
86382026-07-20T18:52:39.133ZDEBG initted freemap. size: 64 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86392026-07-20T18:52:39.133Z, unit:Jul 20 18:52:37.648 freemap_route_ipv6Jul 20 18:52:37.648
86402026-07-20T18:52:39.133Z DEBG
86412026-07-20T18:52:39.133Z 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 } }]
86422026-07-20T18:52:39.133ZJul 20 18:52:37.648Jul 20 18:52:37.648
86432026-07-20T18:52:39.133ZDEBG reset freemap, unitJul 20 18:52:37.648: INFOfreemap_route_ipv6Jul 20 18:52:37.648
86442026-07-20T18:52:39.133Z Jul 20 18:52:37.648DEBG Jul 20 18:52:37.648 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 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86452026-07-20T18:52:39.133Z
86462026-07-20T18:52:39.133ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86472026-07-20T18:52:39.133ZJul 20 18:52:37.648 Jul 20 18:52:37.648INFO DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
86482026-07-20T18:52:39.137Z 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: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 } }]
86492026-07-20T18:52:39.137ZJul 20 18:52:37.648 DEBG
86502026-07-20T18:52:39.137Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
86512026-07-20T18:52:39.137Z
86522026-07-20T18:52:39.137ZJul 20 18:52:37.648Jul 20 18:52:37.648 Jul 20 18:52:37.648DEBG INFO Jul 20 18:52:37.648INFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
86532026-07-20T18:52:39.137Z adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86542026-07-20T18:52:39.137Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86552026-07-20T18:52:39.137Z
86562026-07-20T18:52:39.137ZJul 20 18:52:37.648Jul 20 18:52:37.648 INFO DEBGJul 20 18:52:37.648adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86572026-07-20T18:52:39.137ZDEBG Jul 20 18:52:37.648replacing 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 } }]
86582026-07-20T18:52:39.137Zreplacing 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
86592026-07-20T18:52:39.137ZJul 20 18:52:37.648Jul 20 18:52:37.648 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 } }] 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 } }]
86602026-07-20T18:52:39.137Z
86612026-07-20T18:52:39.137ZINFO Jul 20 18:52:37.648 Jul 20 18:52:37.648Jul 20 18:52:37.648 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86622026-07-20T18:52:39.137Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
86632026-07-20T18:52:39.137Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86642026-07-20T18:52:39.137Z
86652026-07-20T18:52:39.137ZJul 20 18:52:37.648Jul 20 18:52:37.648Jul 20 18:52:37.648 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: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 } }]
86662026-07-20T18:52:39.137Z
86672026-07-20T18:52:39.137ZDEBGJul 20 18:52:37.648 Jul 20 18:52:37.648DEBGJul 20 18:52:37.648replacing 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: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 } }]
86682026-07-20T18:52:39.137ZINFO
86692026-07-20T18:52:39.137Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86702026-07-20T18:52:39.137ZJul 20 18:52:37.648 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
86712026-07-20T18:52:39.137ZJul 20 18:52:37.648 Jul 20 18:52:37.648adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOJul 20 18:52:37.648
86722026-07-20T18:52:39.137Z DEBG 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 } }]Jul 20 18:52:37.648
86732026-07-20T18:52:39.137Z 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 } }]
86742026-07-20T18:52:39.137ZDEBGJul 20 18:52:37.648 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
86752026-07-20T18:52:39.137ZINFO
86762026-07-20T18:52:39.137Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86772026-07-20T18:52:39.138ZJul 20 18:52:37.648Jul 20 18:52:37.648 INFOJul 20 18:52:37.648 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGDEBG
86782026-07-20T18:52:39.138Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86792026-07-20T18:52:39.138ZJul 20 18:52:37.648
86802026-07-20T18:52:39.138Z DEBG Jul 20 18:52:37.648replacing 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 } }] Jul 20 18:52:37.648INFO
86812026-07-20T18:52:39.138Z INFOJul 20 18:52:37.648 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86822026-07-20T18:52:39.138ZINFO
86832026-07-20T18:52:39.138Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
86842026-07-20T18:52:39.138ZJul 20 18:52:37.648Jul 20 18:52:37.648 Jul 20 18:52:37.648DEBG INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 20 18:52:37.648replacing 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 } }]
86852026-07-20T18:52:39.138Z
86862026-07-20T18:52:39.138ZDEBG 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86872026-07-20T18:52:39.138Z
86882026-07-20T18:52:39.138ZJul 20 18:52:37.648Jul 20 18:52:37.648 INFO Jul 20 18:52:37.648adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
86892026-07-20T18:52:39.138ZINFO 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 } }]
86902026-07-20T18:52:39.138ZJul 20 18:52:37.648Jul 20 18:52:37.648 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
86912026-07-20T18:52:39.138Z 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 } }]created new freemapJul 20 18:52:37.648, Jul 20 18:52:37.648
86922026-07-20T18:52:39.138ZunitINFO :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBGJul 20 18:52:37.648freemap_route_ipv4
86932026-07-20T18:52:39.138Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86942026-07-20T18:52:39.138Z
86952026-07-20T18:52:39.138Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 20 18:52:37.648
86962026-07-20T18:52:39.138Z DEBGJul 20 18:52:37.648Jul 20 18:52:37.648 created new freemapINFO, DEBGunit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:52:37.648 Jul 20 18:52:37.648
86972026-07-20T18:52:39.138Z 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 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 } }]
86982026-07-20T18:52:39.138Zfreemap_route_ipv6
86992026-07-20T18:52:39.138Z
87002026-07-20T18:52:39.138ZJul 20 18:52:37.648 DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.648
87012026-07-20T18:52:39.138ZJul 20 18:52:37.648 DEBGINFO initted freemap. size: 64Jul 20 18:52:37.648, adding route 3fff:beef:34::/64 -> 2001:db8::55:ff unit
87022026-07-20T18:52:39.138ZINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff :
87032026-07-20T18:52:39.138Z Jul 20 18:52:37.648freemap_route_ipv4
87042026-07-20T18:52:39.138ZDEBG adding route 3fff:beef:3d::/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 } }]
87052026-07-20T18:52:39.138Ztest route::tests::identity_replace_is_noop ... ok
87062026-07-20T18:52:39.138Z
87072026-07-20T18:52:39.138ZJul 20 18:52:37.648Jul 20 18:52:37.648 DEBG DEBGJul 20 18:52:37.648Jul 20 18:52:37.648reset freemap , unitINFO : replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87082026-07-20T18:52:39.138ZDEBGfreemap_route_ipv4
87092026-07-20T18:52:39.138Z
87102026-07-20T18:52:39.138Z Jul 20 18:52:37.648Jul 20 18:52:37.648Jul 20 18:52:37.648 DEBGINFODEBGreplacing 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 } }] initted freemap. size: 64
87112026-07-20T18:52:39.138Ztest route::tests::grow_succeeds ... ok
87122026-07-20T18:52:39.138Z 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 } }],
87132026-07-20T18:52:39.138Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87142026-07-20T18:52:39.138Zunitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
87152026-07-20T18:52:39.138Z Jul 20 18:52:37.648Jul 20 18:52:37.648freemap_route_ipv6
87162026-07-20T18:52:39.138Z INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 20 18:52:37.648adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:52:37.648
87172026-07-20T18:52:39.139Z
87182026-07-20T18:52:39.139ZDEBG reset freemap, DEBGunitJul 20 18:52:37.648:Jul 20 18:52:37.648 DEBGfreemap_route_ipv6DEBG
87192026-07-20T18:52:39.139Z 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: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 } }]
87202026-07-20T18:52:39.139ZJul 20 18:52:37.648 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 } }]Jul 20 18:52:37.651
87212026-07-20T18:52:39.139Z Jul 20 18:52:37.648INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 20 18:52:37.651
87222026-07-20T18:52:39.139Zadding route 172.16.0.0/32 -> 10.0.0.1
87232026-07-20T18:52:39.139ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:52:37.651
87242026-07-20T18:52:39.139Z DEBGJul 20 18:52:37.651DEBG 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 } }]
87252026-07-20T18:52:39.139Zcreated new freemap , DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
87262026-07-20T18:52:39.139Zfreemap_route_ipv4
87272026-07-20T18:52:39.139ZJul 20 18:52:37.651Jul 20 18:52:37.649 DEBGJul 20 18:52:37.648 Jul 20 18:52:37.651INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemapINFO
87282026-07-20T18:52:39.139Z, Jul 20 18:52:37.651 unit :INFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv4
87292026-07-20T18:52:39.139ZDEBG
87302026-07-20T18:52:39.139Z
87312026-07-20T18:52:39.139ZJul 20 18:52:37.651 created new freemap DEBGJul 20 18:52:37.651Jul 20 18:52:37.651 , DEBG 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 } }]
87322026-07-20T18:52:39.139Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
87332026-07-20T18:52:39.139Z: freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.651
87342026-07-20T18:52:39.139Z
87352026-07-20T18:52:39.139ZJul 20 18:52:37.651Jul 20 18:52:37.651 INFOJul 20 18:52:37.651 INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87362026-07-20T18:52:39.139ZJul 20 18:52:37.651adding route 172.16.0.0/32 -> 10.0.0.3 DEBG
87372026-07-20T18:52:39.139ZINFO Jul 20 18:52:37.651 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:52:37.651
87382026-07-20T18:52:39.139Zinitted freemap. size: 64
87392026-07-20T18:52:39.139ZDEBG, 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 } }]Jul 20 18:52:37.651
87402026-07-20T18:52:39.139Z Jul 20 18:52:37.651INFO :DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff created new freemap
87412026-07-20T18:52:39.139ZJul 20 18:52:37.651replacing 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
87422026-07-20T18:52:39.139Z, Jul 20 18:52:37.651 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.4
87432026-07-20T18:52:39.139ZDEBG
87442026-07-20T18:52:39.139Z 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 } }]
87452026-07-20T18:52:39.139Zunit:Jul 20 18:52:37.651Jul 20 18:52:37.651 Jul 20 18:52:37.651DEBG DEBG Jul 20 18:52:37.651freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
87462026-07-20T18:52:39.139Z
87472026-07-20T18:52:39.139ZINFOINFO reset freemap, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff unit
87482026-07-20T18:52:39.162Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:52:37.651Jul 20 18:52:37.651
87492026-07-20T18:52:39.163Z:DEBGDEBGJul 20 18:52:37.651 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
87502026-07-20T18:52:39.163Zinitted 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 } }],
87512026-07-20T18:52:39.163ZJul 20 18:52:37.651 unitDEBG:freemap_route_ipv4
87522026-07-20T18:52:39.163Zreplacing 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 } }]
87532026-07-20T18:52:39.163Zfreemap_route_ipv4Jul 20 18:52:37.651Jul 20 18:52:37.651 INFOJul 20 18:52:37.651
87542026-07-20T18:52:39.163Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
87552026-07-20T18:52:39.163Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffinitted freemap. size: 64
87562026-07-20T18:52:39.163Z, unitJul 20 18:52:37.651: DEBGfreemap_route_ipv6
87572026-07-20T18:52:39.163ZJul 20 18:52:37.651 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 } }]reset freemap
87582026-07-20T18:52:39.163ZJul 20 18:52:37.651, unitDEBG Jul 20 18:52:37.651 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
87592026-07-20T18:52:39.163ZJul 20 18:52:37.651 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87602026-07-20T18:52:39.163Z
87612026-07-20T18:52:39.163ZDEBG Jul 20 18:52:37.651 reset freemapJul 20 18:52:37.651DEBGJul 20 18:52:37.651 freemap_route_ipv4replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87622026-07-20T18:52:39.163ZDEBG
87632026-07-20T18:52:39.163Z , 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 } }]unit
87642026-07-20T18:52:39.163ZJul 20 18:52:37.651:INFO freemap_route_ipv6INFOJul 20 18:52:37.651 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87652026-07-20T18:52:39.163ZINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
87662026-07-20T18:52:39.163Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
87672026-07-20T18:52:39.163Z
87682026-07-20T18:52:39.163ZJul 20 18:52:37.651 Jul 20 18:52:37.651Jul 20 18:52:37.651Jul 20 18:52:37.651 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
87692026-07-20T18:52:39.164Z 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 } }]Jul 20 18:52:37.651 DEBGDEBG
87702026-07-20T18:52:39.164ZJul 20 18:52:37.651 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 } }]DEBG
87712026-07-20T18:52:39.164Zinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
87722026-07-20T18:52:39.164Zreplacing 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 } }]Jul 20 18:52:37.651
87732026-07-20T18:52:39.164Z :Jul 20 18:52:37.651Jul 20 18:52:37.651 INFODEBGINFO failed to allocate space for the new target listfreemap_route_ipv6
87742026-07-20T18:52:39.164Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87752026-07-20T18:52:39.164Z
87762026-07-20T18:52:39.164Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.651
87772026-07-20T18:52:39.164Z DEBGJul 20 18:52:37.651 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:52:37.651
87782026-07-20T18:52:39.164ZJul 20 18:52:37.651 INFO Jul 20 18:52:37.651adding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBGDEBG
87792026-07-20T18:52:39.164Z reset 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 } }],
87802026-07-20T18:52:39.164ZunitDEBG : 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 } }]Jul 20 18:52:37.651freemap_route_ipv6
87812026-07-20T18:52:39.164Z
87822026-07-20T18:52:39.164ZJul 20 18:52:37.651DEBG INFOJul 20 18:52:37.651 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
87832026-07-20T18:52:39.164Zreplacing 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:24::/64 -> 2001:db8::55:ff
87842026-07-20T18:52:39.164ZJul 20 18:52:37.651
87852026-07-20T18:52:39.164Z Jul 20 18:52:37.651INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
87862026-07-20T18:52:39.164Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:52:37.651Jul 20 18:52:37.651
87872026-07-20T18:52:39.164Z Jul 20 18:52:37.651DEBG INFODEBG adding route 3fff:beef:8::/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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 20 18:52:37.651
87882026-07-20T18:52:39.164Z
87892026-07-20T18:52:39.164Z
87902026-07-20T18:52:39.164ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
87912026-07-20T18:52:39.164ZJul 20 18:52:37.651Jul 20 18:52:37.651 DEBGINFOJul 20 18:52:37.651 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 } }]DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87922026-07-20T18:52:39.164Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 20 18:52:37.651
87932026-07-20T18:52:39.164Z
87942026-07-20T18:52:39.164Z DEBGJul 20 18:52:37.651 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
87952026-07-20T18:52:39.164Z Jul 20 18:52:37.651adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
87962026-07-20T18:52:39.164ZDEBG 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 } }]Jul 20 18:52:37.651 DEBGJul 20 18:52:37.651 replacing targets for 3fff:dead::/64 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
87972026-07-20T18:52:39.164Z
87982026-07-20T18:52:39.164Z 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 } }]
87992026-07-20T18:52:39.164ZJul 20 18:52:37.651 INFO Jul 20 18:52:37.651Jul 20 18:52:37.651adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
88002026-07-20T18:52:39.164Z INFOWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 20 18:52:37.651
88012026-07-20T18:52:39.165Z
88022026-07-20T18:52:39.165ZDEBG 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 } }]
88032026-07-20T18:52:39.165ZJul 20 18:52:37.651 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
88042026-07-20T18:52:39.165ZJul 20 18:52:37.651 DEBGJul 20 18:52:37.651 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88052026-07-20T18:52:39.165Ztest route::tests::rollback_on_compact_write_failure ... ok
88062026-07-20T18:52:39.165Ztest route::tests::rollback_on_compact_delete_failure ... ok
88072026-07-20T18:52:39.165Ztest route::tests::rollback_on_index_readd_failure ... ok
88082026-07-20T18:52:39.165ZJul 20 18:52:37.651 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 } }]ERRO
88092026-07-20T18:52:39.165Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 20 18:52:37.651
88102026-07-20T18:52:39.165Z INFOJul 20 18:52:37.651 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
88112026-07-20T18:52:39.165Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88122026-07-20T18:52:39.165ZJul 20 18:52:37.651 Jul 20 18:52:37.651DEBG ERROreplacing 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 } }] Jul 20 18:52:37.651
88132026-07-20T18:52:39.165Zshrink-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
88142026-07-20T18:52:39.165ZDEBG 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 } }]Jul 20 18:52:37.651
88152026-07-20T18:52:39.165Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
88162026-07-20T18:52:39.165ZJul 20 18:52:37.651Jul 20 18:52:37.651 Jul 20 18:52:37.651DEBG 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 } }]
88172026-07-20T18:52:39.165Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
88182026-07-20T18:52:39.165Z 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 } }]
88192026-07-20T18:52:39.165ZJul 20 18:52:37.651 INFO Jul 20 18:52:37.651adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 20 18:52:37.651
88202026-07-20T18:52:39.165ZDEBG 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:2a::/64 -> 2001:db8::55:ff
88212026-07-20T18:52:39.165Z
88222026-07-20T18:52:39.165ZJul 20 18:52:37.651 DEBG
88232026-07-20T18:52:39.165Zreplacing 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 } }]Jul 20 18:52:37.651 Jul 20 18:52:37.653DEBG DEBGJul 20 18:52:37.653 created new freemapreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, unitcreated new freemap:, unit
88242026-07-20T18:52:39.165ZJul 20 18:52:37.653 freemap_route_ipv4DEBG
88252026-07-20T18:52:39.165Z :created new freemap freemap_route_ipv4,
88262026-07-20T18:52:39.165ZJul 20 18:52:37.653 Jul 20 18:52:37.664DEBG DEBGcreated new freemapJul 20 18:52:37.664unit , :created new freemap unitJul 20 18:52:37.664DEBG:freemap_route_ipv4
88272026-07-20T18:52:39.165Zfreemap_route_ipv4,
88282026-07-20T18:52:39.165ZINFO unitcreated new freemap:adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
88292026-07-20T18:52:39.165Zfreemap_route_ipv6,
88302026-07-20T18:52:39.165Zunit: Jul 20 18:52:37.664Jul 20 18:52:37.664freemap_route_ipv6 DEBG
88312026-07-20T18:52:39.165ZDEBG created new freemapcreated new freemap, Jul 20 18:52:37.664unitJul 20 18:52:37.664Jul 20 18:52:37.664, : unitDEBG freemap_route_ipv6 DEBG
88322026-07-20T18:52:39.165Z :initted freemap. size: 64replacing 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 } }], unit
88332026-07-20T18:52:39.165Z :DEBG freemap_route_ipv6initted freemap. size: 64Jul 20 18:52:37.664
88342026-07-20T18:52:39.165Zfreemap_route_ipv4 DEBG, unit
88352026-07-20T18:52:39.165Zinitted freemap. size: 64:, Jul 20 18:52:37.664unit:Jul 20 18:52:37.664 Jul 20 18:52:37.664INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv4
88362026-07-20T18:52:39.165Zinitted freemap. size: 64reset freemap, , freemap_route_ipv4unitunit:
88372026-07-20T18:52:39.165ZJul 20 18:52:37.664
88382026-07-20T18:52:39.166Z :DEBG freemap_route_ipv4
88392026-07-20T18:52:39.166Zreset freemapJul 20 18:52:37.664, unitJul 20 18:52:37.664DEBGJul 20 18:52:37.664: freemap_route_ipv4DEBGDEBG freemap_route_ipv4
88402026-07-20T18:52:39.166Z
88412026-07-20T18:52:39.166Z initted freemap. size: 64reset freemap, unit, :unit Jul 20 18:52:37.664:freemap_route_ipv4 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 } }]freemap_route_ipv6Jul 20 18:52:37.664
88422026-07-20T18:52:39.166Z
88432026-07-20T18:52:39.166Z
88442026-07-20T18:52:39.166Z DEBGJul 20 18:52:37.664 DEBGDEBGreset freemap reset freemap, , Jul 20 18:52:37.664initted freemap. size: 64unitunit, ::unit freemap_route_ipv6freemap_route_ipv4:
88452026-07-20T18:52:39.166Z
88462026-07-20T18:52:39.166Zfreemap_route_ipv6
88472026-07-20T18:52:39.166ZINFOJul 20 18:52:37.664 Jul 20 18:52:37.664 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
88482026-07-20T18:52:39.171ZDEBGINFO initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
88492026-07-20T18:52:39.171ZJul 20 18:52:37.664Jul 20 18:52:37.664 : DEBG DEBG initted freemap. size: 64Jul 20 18:52:37.664Jul 20 18:52:37.664reset freemap , DEBG, unitunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
88502026-07-20T18:52:39.171Z :freemap_route_ipv6
88512026-07-20T18:52:39.171Zfreemap_route_ipv6 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 } }]
88522026-07-20T18:52:39.171Z
88532026-07-20T18:52:39.171Zfreemap_route_ipv6
88542026-07-20T18:52:39.171ZJul 20 18:52:37.664 INFOJul 20 18:52:37.664 Jul 20 18:52:37.664adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.664
88552026-07-20T18:52:39.172Z DEBG INFOINFO Jul 20 18:52:37.664adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:52:37.664
88562026-07-20T18:52:39.172Zadding route 3fff:dead::/64 -> 2001:db8::55:1
88572026-07-20T18:52:39.172ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] reset freemapJul 20 18:52:37.664
88582026-07-20T18:52:39.172Z Jul 20 18:52:37.664, DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:DEBG
88592026-07-20T18:52:39.172Z DEBGJul 20 18:52:37.664 freemap_route_ipv6Jul 20 18:52:37.664 INFO
88602026-07-20T18:52:39.172Zreplacing 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:dead::/64 -> 2001:db8::55:3INFO
88612026-07-20T18:52:39.172Z
88622026-07-20T18:52:39.172Z adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap
88632026-07-20T18:52:39.172Z, Jul 20 18:52:37.664Jul 20 18:52:37.664unitJul 20 18:52:37.664:Jul 20 18:52:37.664 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 } }]INFO
88642026-07-20T18:52:39.172ZINFOfreemap_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 } }]
88652026-07-20T18:52:39.172Z
88662026-07-20T18:52:39.172Z adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
88672026-07-20T18:52:39.172Z
88682026-07-20T18:52:39.172ZJul 20 18:52:37.664Jul 20 18:52:37.664 Jul 20 18:52:37.664 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:52:37.664 adding route 3fff:dead::/64 -> 2001:db8::55:4
88692026-07-20T18:52:39.172Z
88702026-07-20T18:52:39.172Zadding route 172.16.0.0/32 -> 10.0.0.1
88712026-07-20T18:52:39.172ZJul 20 18:52:37.664DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 20 18:52:37.664DEBG
88722026-07-20T18:52:39.172Z Jul 20 18:52:37.664Jul 20 18:52:37.664replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
88732026-07-20T18:52:39.172Z 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 } }]
88742026-07-20T18:52:39.172Z Jul 20 18:52:37.664Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88752026-07-20T18:52:39.172Z Jul 20 18:52:37.664INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
88762026-07-20T18:52:39.172Z Jul 20 18:52:37.664INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
88772026-07-20T18:52:39.172Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
88782026-07-20T18:52:39.172Z
88792026-07-20T18:52:39.172ZJul 20 18:52:37.664 Jul 20 18:52:37.664DEBG Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Jul 20 18:52:37.664 WARNreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88802026-07-20T18:52:39.172Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88812026-07-20T18:52:39.172Z DEBG
88822026-07-20T18:52:39.172Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88832026-07-20T18:52:39.172Zreplacing 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 } }]Jul 20 18:52:37.664
88842026-07-20T18:52:39.172ZJul 20 18:52:37.664 Jul 20 18:52:37.664INFO DEBGJul 20 18:52:37.664 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 } }]
88852026-07-20T18:52:39.172ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
88862026-07-20T18:52:39.172Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
88872026-07-20T18:52:39.172Z
88882026-07-20T18:52:39.172ZJul 20 18:52:37.664 Jul 20 18:52:37.664WARN DEBGJul 20 18:52:37.664 Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88892026-07-20T18:52:39.172Z 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88902026-07-20T18:52:39.172Zreplacing 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 } }]
88912026-07-20T18:52:39.172Z
88922026-07-20T18:52:39.172ZJul 20 18:52:37.664 Jul 20 18:52:37.664 INFOINFO Jul 20 18:52:37.664adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.0/32 -> 10.0.0.255
88932026-07-20T18:52:39.172Z
88942026-07-20T18:52:39.173ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
88952026-07-20T18:52:39.173ZJul 20 18:52:37.664 Jul 20 18:52:37.664DEBG Jul 20 18:52:37.664DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88962026-07-20T18:52:39.173Z
88972026-07-20T18:52:39.173Zreplacing 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 } }]
88982026-07-20T18:52:39.173ZJul 20 18:52:37.664 INFO
88992026-07-20T18:52:39.173ZJul 20 18:52:37.664 DEBGadding route 172.17.0.1/32 -> 10.0.0.255
89002026-07-20T18:52:39.173Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89012026-07-20T18:52:39.173ZJul 20 18:52:37.664 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 20 18:52:37.664
89022026-07-20T18:52:39.173ZJul 20 18:52:37.664 DEBGWARNJul 20 18:52:37.664Jul 20 18:52:37.664 INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
89032026-07-20T18:52:39.173Z
89042026-07-20T18:52:39.173Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89052026-07-20T18:52:39.173Z
89062026-07-20T18:52:39.173ZJul 20 18:52:37.664 DEBG Jul 20 18:52:37.664 Jul 20 18:52:37.664INFO 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
89072026-07-20T18:52:39.173Z adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
89082026-07-20T18:52:39.173Z
89092026-07-20T18:52:39.173ZJul 20 18:52:37.664Jul 20 18:52:37.664 INFOJul 20 18:52:37.664INFO Jul 20 18:52:37.664adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
89102026-07-20T18:52:39.173ZDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89112026-07-20T18:52:39.173Z
89122026-07-20T18:52:39.173Z Jul 20 18:52:37.664replacing 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 } }]
89132026-07-20T18:52:39.173ZDEBGJul 20 18:52:37.664 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 } }]INFO
89142026-07-20T18:52:39.173Z Jul 20 18:52:37.664adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 20 18:52:37.664
89152026-07-20T18:52:39.173Z DEBGJul 20 18:52:37.664 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
89162026-07-20T18:52:39.173ZINFOJul 20 18:52:37.664 failed to allocate space for the new target list
89172026-07-20T18:52:39.173Zadding route 172.17.0.3/32 -> 10.0.0.255DEBGJul 20 18:52:37.664 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 } }]
89182026-07-20T18:52:39.173Z Jul 20 18:52:37.664adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
89192026-07-20T18:52:39.173Z
89202026-07-20T18:52:39.173ZDEBG Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 20 18:52:37.664
89212026-07-20T18:52:39.173Z INFODEBGJul 20 18:52:37.664 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 } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
89222026-07-20T18:52:39.173Z
89232026-07-20T18:52:39.173ZJul 20 18:52:37.664replacing 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 Jul 20 18:52:37.666failed to allocate space for the new target list
89242026-07-20T18:52:39.173ZJul 20 18:52:37.666Jul 20 18:52:37.666 DEBGDEBG created new freemapcreated new freemap, DEBGunit, unitcreated new freemap:: freemap_route_ipv4
89252026-07-20T18:52:39.173Z freemap_route_ipv4
89262026-07-20T18:52:39.173ZJul 20 18:52:37.675 Jul 20 18:52:37.675DEBG DEBGcreated new freemap Jul 20 18:52:37.675replacing 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 } }] , INFOunitJul 20 18:52:37.675: adding route 172.17.0.4/32 -> 10.0.0.255DEBG
89272026-07-20T18:52:39.173Zfreemap_route_ipv6
89282026-07-20T18:52:39.173Z
89292026-07-20T18:52:39.173Zcreated new freemapJul 20 18:52:37.675Jul 20 18:52:37.675, 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 } }]Jul 20 18:52:37.675 freemap_route_ipv6INFO
89302026-07-20T18:52:39.173Z
89312026-07-20T18:52:39.173ZDEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
89322026-07-20T18:52:39.173Z, Jul 20 18:52:37.675unit Jul 20 18:52:37.675: freemap_route_ipv4DEBGINFO
89332026-07-20T18:52:39.174Z initted freemap. size: 64 , adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:52:37.675Jul 20 18:52:37.675unit
89342026-07-20T18:52:39.174Z:DEBGDEBG reset freemapfreemap_route_ipv4Jul 20 18:52:37.675 ,
89352026-07-20T18:52:39.174Z 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 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 } }]
89362026-07-20T18:52:39.174Z
89372026-07-20T18:52:39.174ZJul 20 18:52:37.675unit :DEBG Jul 20 18:52:37.675freemap_route_ipv4reset freemap Jul 20 18:52:37.675
89382026-07-20T18:52:39.174Z , INFOunit INFO:adding route 172.17.0.6/32 -> 10.0.0.255
89392026-07-20T18:52:39.174Z freemap_route_ipv4adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
89402026-07-20T18:52:39.174ZJul 20 18:52:37.675
89412026-07-20T18:52:39.174Z DEBGJul 20 18:52:37.675 Jul 20 18:52:37.675DEBG 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
89422026-07-20T18:52:39.174Z initted freemap. size: 64Jul 20 18:52:37.675 , Jul 20 18:52:37.675initted freemap. size: 64unit, DEBGINFO: adding route 172.17.0.7/32 -> 10.0.0.255 unitfreemap_route_ipv6
89432026-07-20T18:52:39.174Zreplacing 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 } }]:
89442026-07-20T18:52:39.174Z
89452026-07-20T18:52:39.174Zfreemap_route_ipv6
89462026-07-20T18:52:39.174ZJul 20 18:52:37.675 Jul 20 18:52:37.675Jul 20 18:52:37.675 DEBGINFO reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff,
89472026-07-20T18:52:39.174ZunitJul 20 18:52:37.675Jul 20 18:52:37.675 DEBGDEBG reset freemap:, DEBG freemap_route_ipv6unitreplacing 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 } }]
89482026-07-20T18:52:39.178Z
89492026-07-20T18:52:39.178Z: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 } }] freemap_route_ipv6
89502026-07-20T18:52:39.178Z
89512026-07-20T18:52:39.178ZJul 20 18:52:37.675Jul 20 18:52:37.675Jul 20 18:52:37.675 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
89522026-07-20T18:52:39.178Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:52:37.675
89532026-07-20T18:52:39.178Z Jul 20 18:52:37.675adding route 172.17.0.8/32 -> 10.0.0.255INFO
89542026-07-20T18:52:39.178ZDEBGJul 20 18:52:37.675 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 } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
89552026-07-20T18:52:39.178Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:52:37.675 DEBG
89562026-07-20T18:52:39.178Z
89572026-07-20T18:52:39.178ZJul 20 18:52:37.675replacing 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
89582026-07-20T18:52:39.178Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.675
89592026-07-20T18:52:39.178Z INFOJul 20 18:52:37.675 INFO adding route 172.17.0.9/32 -> 10.0.0.255
89602026-07-20T18:52:39.178ZJul 20 18:52:37.675 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.675
89612026-07-20T18:52:39.178ZDEBGJul 20 18:52:37.675 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
89622026-07-20T18:52:39.178Zreplacing 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 } }] Jul 20 18:52:37.675replacing 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 } }]
89632026-07-20T18:52:39.178Z
89642026-07-20T18:52:39.178ZJul 20 18:52:37.675 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 20 18:52:37.675replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:52:37.675
89652026-07-20T18:52:39.178Z INFO adding route 172.17.0.10/32 -> 10.0.0.255INFO
89662026-07-20T18:52:39.178Z
89672026-07-20T18:52:39.179Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
89682026-07-20T18:52:39.179ZJul 20 18:52:37.675Jul 20 18:52:37.675 DEBGJul 20 18:52:37.675INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
89692026-07-20T18:52:39.179Zreplacing 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 } }]
89702026-07-20T18:52:39.179Z
89712026-07-20T18:52:39.179ZJul 20 18:52:37.675Jul 20 18:52:37.675 Jul 20 18:52:37.675 DEBG Jul 20 18:52:37.651replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
89722026-07-20T18:52:39.179Zadding route 172.17.0.11/32 -> 10.0.0.255INFO INFO
89732026-07-20T18:52:39.179Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff Jul 20 18:52:37.675
89742026-07-20T18:52:39.179Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
89752026-07-20T18:52:39.179ZINFO Jul 20 18:52:37.675 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGJul 20 18:52:37.675
89762026-07-20T18:52:39.179Z DEBG Jul 20 18:52:37.675replacing 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 } }]
89772026-07-20T18:52:39.179Z 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
89782026-07-20T18:52:39.179Z Jul 20 18:52:37.675Jul 20 18:52:37.675replacing 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
89792026-07-20T18:52:39.179ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.255
89802026-07-20T18:52:39.179Z
89812026-07-20T18:52:39.179ZJul 20 18:52:37.675 Jul 20 18:52:37.675INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
89822026-07-20T18:52:39.179Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:52:37.675
89832026-07-20T18:52:39.179Z Jul 20 18:52:37.675DEBG
89842026-07-20T18:52:39.179Zreplacing 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 } }]Jul 20 18:52:37.675 DEBG
89852026-07-20T18:52:39.179ZJul 20 18:52:37.675 Jul 20 18:52:37.675DEBG DEBGINFOreplacing 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 } }]
89862026-07-20T18:52:39.179Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:52:37.675
89872026-07-20T18:52:39.179Z 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: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 } }] Jul 20 18:52:37.675adding route 172.17.0.13/32 -> 10.0.0.255Jul 20 18:52:37.675
89882026-07-20T18:52:39.179Z
89892026-07-20T18:52:39.179Z INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:f::/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 } }]
89902026-07-20T18:52:39.179Z
89912026-07-20T18:52:39.179Z
89922026-07-20T18:52:39.179ZJul 20 18:52:37.675Jul 20 18:52:37.675 Jul 20 18:52:37.675 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 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 } }]
89932026-07-20T18:52:39.179Z
89942026-07-20T18:52:39.179ZJul 20 18:52:37.675 INFOINFOJul 20 18:52:37.675 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
89952026-07-20T18:52:39.179Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 20 18:52:37.675
89962026-07-20T18:52:39.179Z INFOJul 20 18:52:37.675 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:52:37.675adding route 172.17.0.14/32 -> 10.0.0.255
89972026-07-20T18:52:39.179ZDEBG 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 } }]
89982026-07-20T18:52:39.179ZDEBG
89992026-07-20T18:52:39.179ZJul 20 18:52:37.675 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90002026-07-20T18:52:39.179Z 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 } }]Jul 20 18:52:37.675Jul 20 18:52:37.675
90012026-07-20T18:52:39.179Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGJul 20 18:52:37.675
90022026-07-20T18:52:39.179Z Jul 20 18:52:37.675INFO adding route 172.17.0.15/32 -> 10.0.0.255
90032026-07-20T18:52:39.179Zreplacing 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 } }]Jul 20 18:52:37.675INFO
90042026-07-20T18:52:39.179Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
90052026-07-20T18:52:39.179ZJul 20 18:52:37.675 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90062026-07-20T18:52:39.180Z 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 } }]
90072026-07-20T18:52:39.180ZJul 20 18:52:37.675 Jul 20 18:52:37.675DEBG Jul 20 18:52:37.675 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
90082026-07-20T18:52:39.180Z INFOadding route 172.17.0.16/32 -> 10.0.0.255 Jul 20 18:52:37.675
90092026-07-20T18:52:39.180Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff Jul 20 18:52:37.675
90102026-07-20T18:52:39.180Z INFOINFO Jul 20 18:52:37.675 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
90112026-07-20T18:52:39.180ZDEBG Jul 20 18:52:37.675replacing 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 } }]
90122026-07-20T18:52:39.180Z
90132026-07-20T18:52:39.180ZDEBGJul 20 18:52:37.675 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 } }]
90142026-07-20T18:52:39.180ZDEBGJul 20 18:52:37.675 INFOJul 20 18:52:37.675 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 } }]Jul 20 18:52:37.675adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
90152026-07-20T18:52:39.180Z
90162026-07-20T18:52:39.180ZINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG
90172026-07-20T18:52:39.180ZJul 20 18:52:37.675 Jul 20 18:52:37.675replacing 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 } }]DEBGJul 20 18:52:37.675 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 } }]
90182026-07-20T18:52:39.180ZDEBG INFO
90192026-07-20T18:52:39.180Ztest route::tests::shrink_preserves_compacted_order ... ok
90202026-07-20T18:52:39.180Z 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 } }]Jul 20 18:52:37.675
90212026-07-20T18:52:39.180Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
90222026-07-20T18:52:39.180Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90232026-07-20T18:52:39.180ZJul 20 18:52:37.675 Jul 20 18:52:37.675INFOJul 20 18:52:37.675 DEBGadding route 172.17.0.18/32 -> 10.0.0.255INFO
90242026-07-20T18:52:39.180Z adding route 3fff:beef:34::/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 } }]Jul 20 18:52:37.675
90252026-07-20T18:52:39.180Z
90262026-07-20T18:52:39.180ZJul 20 18:52:37.675 DEBGDEBGJul 20 18:52:37.675 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
90272026-07-20T18:52:39.180Zreplacing 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 } }] Jul 20 18:52:37.675
90282026-07-20T18:52:39.180Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
90292026-07-20T18:52:39.180ZDEBGJul 20 18:52:37.675Jul 20 18:52:37.675 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 } }] INFOJul 20 18:52:37.675
90302026-07-20T18:52:39.180Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:3b::/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 } }]
90312026-07-20T18:52:39.180Z
90322026-07-20T18:52:39.180Z
90332026-07-20T18:52:39.180ZJul 20 18:52:37.675Jul 20 18:52:37.675Jul 20 18:52:37.675 DEBGINFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90342026-07-20T18:52:39.180Zreplacing 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: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 } }]Jul 20 18:52:37.675 Jul 20 18:52:37.676 DEBG INFOcreated new freemap, unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff:
90352026-07-20T18:52:39.180ZJul 20 18:52:37.676 freemap_route_ipv4DEBG
90362026-07-20T18:52:39.180ZJul 20 18:52:37.681 created new freemapDEBG, unitreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
90372026-07-20T18:52:39.180Z freemap_route_ipv4
90382026-07-20T18:52:39.180ZJul 20 18:52:37.681
90392026-07-20T18:52:39.180ZJul 20 18:52:37.681 DEBGINFO created new freemapJul 20 18:52:37.681, adding route 172.17.0.20/32 -> 10.0.0.255DEBG
90402026-07-20T18:52:39.180Zunit Jul 20 18:52:37.681created new freemap:, unitfreemap_route_ipv6:
90412026-07-20T18:52:39.180Z INFOfreemap_route_ipv6Jul 20 18:52:37.681
90422026-07-20T18:52:39.180Z DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }]
90432026-07-20T18:52:39.180Z
90442026-07-20T18:52:39.180ZJul 20 18:52:37.681 Jul 20 18:52:37.681DEBG Jul 20 18:52:37.681initted freemap. size: 64DEBG , INFOunit :adding route 172.17.0.21/32 -> 10.0.0.255 initted freemap. size: 64Jul 20 18:52:37.681
90452026-07-20T18:52:39.181Zfreemap_route_ipv4 DEBG,
90462026-07-20T18:52:39.181Z Jul 20 18:52:37.681unit :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 } }] freemap_route_ipv4
90472026-07-20T18:52:39.181ZJul 20 18:52:37.681
90482026-07-20T18:52:39.185Zreplacing 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 } }]
90492026-07-20T18:52:39.185ZDEBG reset freemap, Jul 20 18:52:37.681Jul 20 18:52:37.681unit: INFOfreemap_route_ipv4
90502026-07-20T18:52:39.185ZINFO adding route 172.17.0.22/32 -> 10.0.0.255 Jul 20 18:52:37.681
90512026-07-20T18:52:39.185Z Jul 20 18:52:37.681adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBGDEBG
90522026-07-20T18:52:39.185Zreset freemapinitted freemap. size: 64, , Jul 20 18:52:37.681unitunit :Jul 20 18:52:37.681DEBG DEBGfreemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90532026-07-20T18:52:39.185Z:
90542026-07-20T18:52:39.185Zreplacing 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 } }]
90552026-07-20T18:52:39.185Zfreemap_route_ipv4
90562026-07-20T18:52:39.185ZJul 20 18:52:37.681 Jul 20 18:52:37.681INFO Jul 20 18:52:37.681 INFOadding route 172.17.0.23/32 -> 10.0.0.255
90572026-07-20T18:52:39.185ZDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreset freemap
90582026-07-20T18:52:39.185Z, Jul 20 18:52:37.681unitJul 20 18:52:37.681 DEBG: freemap_route_ipv6initted freemap. size: 64DEBGJul 20 18:52:37.681, DEBGunit 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 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 } }]
90592026-07-20T18:52:39.185Z
90602026-07-20T18:52:39.185Z
90612026-07-20T18:52:39.185Z: freemap_route_ipv6Jul 20 18:52:37.681Jul 20 18:52:37.681Jul 20 18:52:37.681 INFOINFO
90622026-07-20T18:52:39.185Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
90632026-07-20T18:52:39.185Zadding route 172.16.0.0/32 -> 10.0.0.1INFOJul 20 18:52:37.681
90642026-07-20T18:52:39.185Z adding route 172.17.0.24/32 -> 10.0.0.255 DEBG
90652026-07-20T18:52:39.185Zreset freemapJul 20 18:52:37.681 , DEBGJul 20 18:52:37.681 unitreplacing 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 } }]:Jul 20 18:52:37.681
90662026-07-20T18:52:39.185Z DEBGfreemap_route_ipv6
90672026-07-20T18:52:39.185Z 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
90682026-07-20T18:52:39.185ZJul 20 18:52:37.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90692026-07-20T18:52:39.185ZINFOJul 20 18:52:37.681Jul 20 18:52:37.681 Jul 20 18:52:37.681INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1
90702026-07-20T18:52:39.185Z
90712026-07-20T18:52:39.185Zadding route 172.17.0.25/32 -> 10.0.0.255INFO
90722026-07-20T18:52:39.185Zadding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:52:37.681
90732026-07-20T18:52:39.185ZJul 20 18:52:37.681 Jul 20 18:52:37.681DEBG DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90742026-07-20T18:52:39.185ZJul 20 18:52:37.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90752026-07-20T18:52:39.185ZJul 20 18:52:37.681
90762026-07-20T18:52:39.185Z INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
90772026-07-20T18:52:39.185Z
90782026-07-20T18:52:39.185ZJul 20 18:52:37.681Jul 20 18:52:37.681Jul 20 18:52:37.681 INFODEBG Jul 20 18:52:37.681replacing 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
90792026-07-20T18:52:39.185Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
90802026-07-20T18:52:39.185Zadding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:52:37.681
90812026-07-20T18:52:39.185Z
90822026-07-20T18:52:39.185Z INFO Jul 20 18:52:37.681adding route 172.17.0.27/32 -> 10.0.0.255 Jul 20 18:52:37.681DEBG
90832026-07-20T18:52:39.185ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90842026-07-20T18:52:39.185Zreplacing 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 } }]Jul 20 18:52:37.681
90852026-07-20T18:52:39.186Z DEBG Jul 20 18:52:37.681replacing 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 } }]
90862026-07-20T18:52:39.186ZDEBG Jul 20 18:52:37.681replacing 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 } }]Jul 20 18:52:37.681 INFO
90872026-07-20T18:52:39.186Z INFOadding route 172.16.0.0/32 -> 10.0.0.3 Jul 20 18:52:37.681Jul 20 18:52:37.681
90882026-07-20T18:52:39.186Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOINFO adding route 172.17.0.2/32 -> 10.0.0.255
90892026-07-20T18:52:39.186Zadding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:52:37.681
90902026-07-20T18:52:39.186Z
90912026-07-20T18:52:39.186ZDEBG Jul 20 18:52:37.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90922026-07-20T18:52:39.186ZDEBGJul 20 18:52:37.681Jul 20 18:52:37.681 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 } }]
90932026-07-20T18:52:39.186Zreplacing 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 Jul 20 18:52:37.681
90942026-07-20T18:52:39.186Zreplacing 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 } }]
90952026-07-20T18:52:39.186ZINFO adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:52:37.681Jul 20 18:52:37.681
90962026-07-20T18:52:39.186Z Jul 20 18:52:37.681 INFO adding route 172.17.0.3/32 -> 10.0.0.255INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255
90972026-07-20T18:52:39.186Z
90982026-07-20T18:52:39.186Zfailed to allocate space for the new target listJul 20 18:52:37.681
90992026-07-20T18:52:39.186ZDEBG Jul 20 18:52:37.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGJul 20 18:52:37.681 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 } }]Jul 20 18:52:37.681
91002026-07-20T18:52:39.186Z DEBG
91012026-07-20T18:52:39.186Z 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 } }]Jul 20 18:52:37.681 Jul 20 18:52:37.681replacing 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 } }]
91022026-07-20T18:52:39.186Z
91032026-07-20T18:52:39.186ZINFODEBG adding route 172.17.0.30/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.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 } }]
91042026-07-20T18:52:39.186Z
91052026-07-20T18:52:39.186ZJul 20 18:52:37.681 INFO adding route 172.17.0.4/32 -> 10.0.0.255
91062026-07-20T18:52:39.186Z
91072026-07-20T18:52:39.186Ztest route::tests::same_size_non_subset_replace ... ok
91082026-07-20T18:52:39.186ZJul 20 18:52:37.681 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 } }]Jul 20 18:52:37.681
91092026-07-20T18:52:39.186Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
91102026-07-20T18:52:39.186ZJul 20 18:52:37.682 INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:52:37.682
91112026-07-20T18:52:39.187Z 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 } }]
91122026-07-20T18:52:39.187ZJul 20 18:52:37.682 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 } }]Jul 20 18:52:37.682
91132026-07-20T18:52:39.187Z DEBG failed to allocate space for the new target list
91142026-07-20T18:52:39.187ZJul 20 18:52:37.682 INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 20 18:52:37.682
91152026-07-20T18:52:39.187Z 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 } }]
91162026-07-20T18:52:39.187ZJul 20 18:52:37.682 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 } }]
91172026-07-20T18:52:39.187ZJul 20 18:52:37.682 INFO adding route 172.17.0.7/32 -> 10.0.0.255
91182026-07-20T18:52:39.187ZJul 20 18:52:37.682 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 } }]
91192026-07-20T18:52:39.187ZJul 20 18:52:37.681Jul 20 18:52:37.682 DEBGINFO 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.8/32 -> 10.0.0.255
91202026-07-20T18:52:39.187Z
91212026-07-20T18:52:39.187ZJul 20 18:52:37.682 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:52:37.682 DEBGJul 20 18:52:37.682 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91222026-07-20T18:52:39.187Z
91232026-07-20T18:52:39.187Zreplacing 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 } }]
91242026-07-20T18:52:39.187ZJul 20 18:52:37.682 Jul 20 18:52:37.682INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255
91252026-07-20T18:52:39.187Zreplacing 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 } }]
91262026-07-20T18:52:39.187ZJul 20 18:52:37.682 Jul 20 18:52:37.682DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91272026-07-20T18:52:39.187ZJul 20 18:52:37.682adding route 172.17.0.32/32 -> 10.0.0.255
91282026-07-20T18:52:39.187ZINFOJul 20 18:52:37.682 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
91292026-07-20T18:52:39.187Z adding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:52:37.682
91302026-07-20T18:52:39.187Z 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 } }]
91312026-07-20T18:52:39.187ZJul 20 18:52:37.682Jul 20 18:52:37.682 INFODEBG Jul 20 18:52:37.682replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
91322026-07-20T18:52:39.187Z
91332026-07-20T18:52:39.187Z Jul 20 18:52:37.682Jul 20 18:52:37.682 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
91342026-07-20T18:52:39.187Z
91352026-07-20T18:52:39.187Z 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 } }]
91362026-07-20T18:52:39.187ZJul 20 18:52:37.682Jul 20 18:52:37.682 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:52:37.682adding route 172.17.0.11/32 -> 10.0.0.255
91372026-07-20T18:52:39.187Z
91382026-07-20T18:52:39.188Z DEBG Jul 20 18:52:37.682Jul 20 18:52:37.682 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.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 } }]
91392026-07-20T18:52:39.188Zreplacing 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 } }]
91402026-07-20T18:52:39.188Z
91412026-07-20T18:52:39.188Z, Jul 20 18:52:37.682Jul 20 18:52:37.682 unitINFO :INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
91422026-07-20T18:52:39.188Z adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:52:37.682
91432026-07-20T18:52:39.188Zfreemap_route_ipv4Jul 20 18:52:37.682 INFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG
91442026-07-20T18:52:39.188Z
91452026-07-20T18:52:39.188Z 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 } }]Jul 20 18:52:37.682
91462026-07-20T18:52:39.188Z Jul 20 18:52:37.682DEBGJul 20 18:52:37.682 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 freemapJul 20 18:52:37.682
91472026-07-20T18:52:39.188Z, 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 } }]unit
91482026-07-20T18:52:39.192Z:Jul 20 18:52:37.682 INFOfreemap_route_ipv6
91492026-07-20T18:52:39.192Z Jul 20 18:52:37.682adding route 172.17.0.36/32 -> 10.0.0.255 INFO Jul 20 18:52:37.683adding route 172.17.0.13/32 -> 10.0.0.255 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
91502026-07-20T18:52:39.192Z
91512026-07-20T18:52:39.192Zcreated new freemap, unit: freemap_route_ipv4
91522026-07-20T18:52:39.192Z
91532026-07-20T18:52:39.192ZJul 20 18:52:37.676Jul 20 18:52:37.688 DEBGDEBG created new freemapreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
91542026-07-20T18:52:39.192ZJul 20 18:52:37.688unitJul 20 18:52:37.688 :DEBG freemap_route_ipv4INFOreplacing 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 } }]
91552026-07-20T18:52:39.192Zadding route 172.17.0.14/32 -> 10.0.0.255
91562026-07-20T18:52:39.192Z
91572026-07-20T18:52:39.192ZJul 20 18:52:37.688Jul 20 18:52:37.688 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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
91582026-07-20T18:52:39.192Z
91592026-07-20T18:52:39.192ZJul 20 18:52:37.688 DEBG Jul 20 18:52:37.688replacing 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 } }]
91602026-07-20T18:52:39.192ZDEBG created new freemapJul 20 18:52:37.688, unitDEBG: freemap_route_ipv6replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91612026-07-20T18:52:39.192ZJul 20 18:52:37.688Jul 20 18:52:37.688
91622026-07-20T18:52:39.192Z INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255
91632026-07-20T18:52:39.192Z
91642026-07-20T18:52:39.192ZJul 20 18:52:37.688 Jul 20 18:52:37.688 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
91652026-07-20T18:52:39.192ZDEBG Jul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688DEBG initted freemap. size: 64DEBGDEBG , replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit 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 } }]:
91662026-07-20T18:52:39.192Z 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 } }]freemap_route_ipv4
91672026-07-20T18:52:39.192Z
91682026-07-20T18:52:39.192Z
91692026-07-20T18:52:39.192ZJul 20 18:52:37.688Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGINFO reset freemapadding route 172.17.0.38/32 -> 10.0.0.255,
91702026-07-20T18:52:39.192Zunit INFOJul 20 18:52:37.688 :Jul 20 18:52:37.688Jul 20 18:52:37.688 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG DEBG freemap_route_ipv4
91712026-07-20T18:52:39.192Zreplacing 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 } }]initted freemap. size: 64
91722026-07-20T18:52:39.192Z
91732026-07-20T18:52:39.192Z, unit: Jul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688INFOINFO DEBGDEBGadding route 172.17.0.39/32 -> 10.0.0.255
91742026-07-20T18:52:39.192Zinitted freemap. size: 64replacing 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 } }],
91752026-07-20T18:52:39.192Zunit Jul 20 18:52:37.688adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4
91762026-07-20T18:52:39.192ZJul 20 18:52:37.688DEBG
91772026-07-20T18:52:39.192Z 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 } }]
91782026-07-20T18:52:39.193Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff:
91792026-07-20T18:52:39.193Z freemap_route_ipv6Jul 20 18:52:37.688
91802026-07-20T18:52:39.193Z Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGINFODEBG adding route 172.17.0.40/32 -> 10.0.0.255
91812026-07-20T18:52:39.193Zreset freemapreplacing 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 } }],
91822026-07-20T18:52:39.193ZunitJul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688:DEBGJul 20 18:52:37.688 reset freemap , INFO unit DEBG: adding route 3fff:beef:1f::/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 } }]
91832026-07-20T18:52:39.193Zfreemap_route_ipv4 DEBG
91842026-07-20T18:52:39.193Zfreemap_route_ipv6
91852026-07-20T18:52:39.193Z
91862026-07-20T18:52:39.193ZJul 20 18:52:37.688 Jul 20 18:52:37.688DEBG 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 } }]Jul 20 18:52:37.688
91872026-07-20T18:52:39.193ZINFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:52:37.688
91882026-07-20T18:52:39.193Z 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 } }]
91892026-07-20T18:52:39.193ZINFODEBGJul 20 18:52:37.688 initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.1, Jul 20 18:52:37.688
91902026-07-20T18:52:39.193ZDEBGunit Jul 20 18:52:37.688INFOreplacing 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:20::/64 -> 2001:db8::55:ff
91912026-07-20T18:52:39.193Z Jul 20 18:52:37.688freemap_route_ipv6
91922026-07-20T18:52:39.193Z
91932026-07-20T18:52:39.193ZINFO DEBGJul 20 18:52:37.688 Jul 20 18:52:37.688replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
91942026-07-20T18:52:39.193ZDEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91952026-07-20T18:52:39.193Z
91962026-07-20T18:52:39.193Z adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:52:37.688
91972026-07-20T18:52:39.193Z Jul 20 18:52:37.688Jul 20 18:52:37.688DEBG Jul 20 18:52:37.688DEBG INFOreset freemap , replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
91982026-07-20T18:52:39.193Z: adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv6
91992026-07-20T18:52:39.193ZJul 20 18:52:37.688Jul 20 18:52:37.688replacing 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 } }]
92002026-07-20T18:52:39.193Z
92012026-07-20T18:52:39.193Z INFOINFO Jul 20 18:52:37.688adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.43/32 -> 10.0.0.255
92022026-07-20T18:52:39.193ZDEBG
92032026-07-20T18:52:39.193Z 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 } }]Jul 20 18:52:37.688 INFO
92042026-07-20T18:52:39.193Z Jul 20 18:52:37.688adding route 172.17.0.18/32 -> 10.0.0.255 Jul 20 18:52:37.688DEBGJul 20 18:52:37.688Jul 20 18:52:37.688
92052026-07-20T18:52:39.193Z 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 } }]INFO 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 } }]
92062026-07-20T18:52:39.193Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 20 18:52:37.688
92072026-07-20T18:52:39.193Z
92082026-07-20T18:52:39.193ZDEBG Jul 20 18:52:37.688INFOJul 20 18:52:37.688 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92092026-07-20T18:52:39.193ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] Jul 20 18:52:37.688replacing 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 } }]
92102026-07-20T18:52:39.193Z
92112026-07-20T18:52:39.193ZJul 20 18:52:37.688 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
92122026-07-20T18:52:39.193Zadding route 172.17.0.44/32 -> 10.0.0.255Jul 20 18:52:37.688adding route 172.17.0.19/32 -> 10.0.0.255
92132026-07-20T18:52:39.193ZINFO
92142026-07-20T18:52:39.193Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:52:37.688
92152026-07-20T18:52:39.193Z Jul 20 18:52:37.688DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
92162026-07-20T18:52:39.193ZJul 20 18:52:37.688Jul 20 18:52:37.688 DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
92172026-07-20T18:52:39.194Z
92182026-07-20T18:52:39.194Z Jul 20 18:52:37.688 DEBGINFO Jul 20 18:52:37.688Jul 20 18:52:37.688 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
92192026-07-20T18:52:39.194Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
92202026-07-20T18:52:39.194Zadding route 172.17.0.45/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 } }]
92212026-07-20T18:52:39.194Z
92222026-07-20T18:52:39.194ZJul 20 18:52:37.688Jul 20 18:52:37.688 DEBGDEBG Jul 20 18:52:37.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
92232026-07-20T18:52:39.194ZJul 20 18:52:37.688
92242026-07-20T18:52:39.194Z INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255
92252026-07-20T18:52:39.194Zreplacing 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 } }]
92262026-07-20T18:52:39.194ZJul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688INFO INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:3
92272026-07-20T18:52:39.194Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.46/32 -> 10.0.0.255
92282026-07-20T18:52:39.194Z
92292026-07-20T18:52:39.194ZJul 20 18:52:37.688Jul 20 18:52:37.688 DEBG Jul 20 18:52:37.688Jul 20 18:52:37.688 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 } }]DEBGDEBG
92302026-07-20T18:52:39.194Z 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 } }]
92312026-07-20T18:52:39.194Z
92322026-07-20T18:52:39.194ZDEBGJul 20 18:52:37.688 Jul 20 18:52:37.688replacing 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 } }]Jul 20 18:52:37.688 INFOINFOINFO
92332026-07-20T18:52:39.194Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
92342026-07-20T18:52:39.194Zadding route 3fff:dead::/64 -> 2001:db8::55:4
92352026-07-20T18:52:39.194Zadding route 172.17.0.47/32 -> 10.0.0.255Jul 20 18:52:37.688 Jul 20 18:52:37.688INFO Jul 20 18:52:37.688
92362026-07-20T18:52:39.194ZDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }]
92372026-07-20T18:52:39.194Zadding route 172.17.0.21/32 -> 10.0.0.255Jul 20 18:52:37.688
92382026-07-20T18:52:39.194Z
92392026-07-20T18:52:39.194Z DEBG Jul 20 18:52:37.688replacing 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 } }]
92402026-07-20T18:52:39.194ZJul 20 18:52:37.688DEBG Jul 20 18:52:37.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
92412026-07-20T18:52:39.194Z Jul 20 18:52:37.688adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO
92422026-07-20T18:52:39.194Z adding route 172.17.0.48/32 -> 10.0.0.255DEBG
92432026-07-20T18:52:39.194Z 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 } }]Jul 20 18:52:37.688
92442026-07-20T18:52:39.194Z 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 } }]
92452026-07-20T18:52:39.194ZJul 20 18:52:37.688Jul 20 18:52:37.688 INFODEBG Jul 20 18:52:37.688adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing 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 } }]
92462026-07-20T18:52:39.194Z
92472026-07-20T18:52:39.194ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
92482026-07-20T18:52:39.199ZJul 20 18:52:37.688 Jul 20 18:52:37.688INFO Jul 20 18:52:37.688 DEBGadding route 172.17.0.49/32 -> 10.0.0.255
92492026-07-20T18:52:39.199Zreplacing 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 } }]
92502026-07-20T18:52:39.199ZDEBG 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 } }]
92512026-07-20T18:52:39.199ZJul 20 18:52:37.688 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 } }]
92522026-07-20T18:52:39.199ZJul 20 18:52:37.688Jul 20 18:52:37.688 INFOINFO Jul 20 18:52:37.688adding route 172.17.0.50/32 -> 10.0.0.255
92532026-07-20T18:52:39.199ZINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
92542026-07-20T18:52:39.199Zadding route 172.17.0.23/32 -> 10.0.0.255
92552026-07-20T18:52:39.199ZJul 20 18:52:37.688 DEBG Jul 20 18:52:37.688replacing 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 } }]
92562026-07-20T18:52:39.199ZDEBG 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 } }]
92572026-07-20T18:52:39.199ZJul 20 18:52:37.688 DEBGJul 20 18:52:37.688 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 } }]INFOJul 20 18:52:37.688
92582026-07-20T18:52:39.199Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
92592026-07-20T18:52:39.199ZINFO Jul 20 18:52:37.688adding route 172.17.0.51/32 -> 10.0.0.255 INFO
92602026-07-20T18:52:39.199Z adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:52:37.688 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 } }]Jul 20 18:52:37.688
92612026-07-20T18:52:39.199Z DEBG
92622026-07-20T18:52:39.199Z 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 } }]
92632026-07-20T18:52:39.199ZJul 20 18:52:37.689 Jul 20 18:52:37.688DEBG created new freemap, Jul 20 18:52:37.688 INFOunitDEBG Jul 20 18:52:37.694:adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
92642026-07-20T18:52:39.199Zreplacing 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
92652026-07-20T18:52:39.199Z adding route 172.17.0.52/32 -> 10.0.0.255Jul 20 18:52:37.694freemap_route_ipv4
92662026-07-20T18:52:39.199ZDEBG
92672026-07-20T18:52:39.199Z 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 } }]Jul 20 18:52:37.694
92682026-07-20T18:52:39.199Z Jul 20 18:52:37.694INFO DEBGJul 20 18:52:37.694 adding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:52:37.694replacing 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 } }]
92692026-07-20T18:52:39.199Z
92702026-07-20T18:52:39.199ZINFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
92712026-07-20T18:52:39.199Zcreated new freemapJul 20 18:52:37.694Jul 20 18:52:37.694, unit INFO: DEBGadding route 172.17.0.53/32 -> 10.0.0.255Jul 20 18:52:37.694
92722026-07-20T18:52:39.199Z DEBG freemap_route_ipv6replacing 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 } }]Jul 20 18:52:37.694replacing 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 } }]
92732026-07-20T18:52:39.199Z
92742026-07-20T18:52:39.199Z DEBG
92752026-07-20T18:52:39.199Z 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 } }]
92762026-07-20T18:52:39.200ZJul 20 18:52:37.694 Jul 20 18:52:37.694INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
92772026-07-20T18:52:39.200Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
92782026-07-20T18:52:39.200ZJul 20 18:52:37.694 Jul 20 18:52:37.688DEBGJul 20 18:52:37.694Jul 20 18:52:37.694Jul 20 18:52:37.694 DEBGDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap
92792026-07-20T18:52:39.200Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
92802026-07-20T18:52:39.200Z , unitadding route 172.17.0.54/32 -> 10.0.0.255Jul 20 18:52:37.694
92812026-07-20T18:52:39.200Z :initted freemap. size: 64INFOJul 20 18:52:37.694 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
92822026-07-20T18:52:39.200Z freemap_route_ipv6INFO
92832026-07-20T18:52:39.200ZJul 20 18:52:37.694 Jul 20 18:52:37.694DEBG , unitadding route 172.17.0.27/32 -> 10.0.0.255DEBG:
92842026-07-20T18:52:39.200ZJul 20 18:52:37.694 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
92852026-07-20T18:52:39.200Z Jul 20 18:52:37.694replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4initted freemap. size: 64
92862026-07-20T18:52:39.200Z , Jul 20 18:52:37.694DEBGunit :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 } }]
92872026-07-20T18:52:39.200Zfreemap_route_ipv4
92882026-07-20T18:52:39.200Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 20 18:52:37.694
92892026-07-20T18:52:39.200ZJul 20 18:52:37.694 INFODEBG Jul 20 18:52:37.694reset freemap
92902026-07-20T18:52:39.200Z, unitadding route 172.17.0.28/32 -> 10.0.0.255:
92912026-07-20T18:52:39.200Z INFOJul 20 18:52:37.694 freemap_route_ipv4
92922026-07-20T18:52:39.200ZDEBGJul 20 18:52:37.694 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
92932026-07-20T18:52:39.200Z
92942026-07-20T18:52:39.200ZJul 20 18:52:37.694DEBG Jul 20 18:52:37.694Jul 20 18:52:37.694 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
92952026-07-20T18:52:39.200Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
92962026-07-20T18:52:39.200Z DEBG Jul 20 18:52:37.694Jul 20 18:52:37.694Jul 20 18:52:37.694 DEBGDEBG reset freemap initted freemap. size: 64replacing 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 } }],
92972026-07-20T18:52:39.200Z INFO, unit adding route 172.17.0.29/32 -> 10.0.0.255unit: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 } }]:
92982026-07-20T18:52:39.200ZJul 20 18:52:37.695
92992026-07-20T18:52:39.200Z freemap_route_ipv6
93002026-07-20T18:52:39.200ZINFOJul 20 18:52:37.695 freemap_route_ipv4 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
93012026-07-20T18:52:39.200Zadding route 172.17.0.56/32 -> 10.0.0.255
93022026-07-20T18:52:39.200Z
93032026-07-20T18:52:39.200ZJul 20 18:52:37.695 Jul 20 18:52:37.695 DEBGDEBG Jul 20 18:52:37.695reset freemap , DEBGunitJul 20 18:52:37.695 :DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.695
93042026-07-20T18:52:39.200Zfreemap_route_ipv6
93052026-07-20T18:52:39.200Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
93062026-07-20T18:52:39.200Zreplacing 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
93072026-07-20T18:52:39.200Ztest route::tests::delete_target_full ... ok
93082026-07-20T18:52:39.200ZJul 20 18:52:37.695 initted freemap. size: 64INFO, adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:52:37.695
93092026-07-20T18:52:39.201Z INFO unitJul 20 18:52:37.695Jul 20 18:52:37.695adding route 172.16.0.0/32 -> 10.0.0.1
93102026-07-20T18:52:39.201ZDEBG 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 } }]:
93112026-07-20T18:52:39.201ZINFO Jul 20 18:52:37.695freemap_route_ipv6 DEBG
93122026-07-20T18:52:39.201Zadding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
93132026-07-20T18:52:39.201ZJul 20 18:52:37.695
93142026-07-20T18:52:39.201Z INFOJul 20 18:52:37.695 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 20 18:52:37.695
93152026-07-20T18:52:39.201ZDEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.695
93162026-07-20T18:52:39.201Z adding route 172.16.0.0/32 -> 10.0.0.1DEBGJul 20 18:52:37.695
93172026-07-20T18:52:39.201Z reset freemapDEBGJul 20 18:52:37.695 , 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 } }]Jul 20 18:52:37.695
93182026-07-20T18:52:39.201Z INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
93192026-07-20T18:52:39.201Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit
93202026-07-20T18:52:39.201Z: Jul 20 18:52:37.695freemap_route_ipv6Jul 20 18:52:37.695Jul 20 18:52:37.695 DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93212026-07-20T18:52:39.201ZINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
93222026-07-20T18:52:39.201Z
93232026-07-20T18:52:39.201Z
93242026-07-20T18:52:39.201ZJul 20 18:52:37.695 Jul 20 18:52:37.695 Jul 20 18:52:37.695DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] 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 } }]
93252026-07-20T18:52:39.201Zreplacing 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 } }]Jul 20 18:52:37.722
93262026-07-20T18:52:39.201Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
93272026-07-20T18:52:39.201Z
93282026-07-20T18:52:39.201ZINFO Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255INFO
93292026-07-20T18:52:39.201Z adding route 172.16.0.0/32 -> 10.0.0.1
93302026-07-20T18:52:39.201Z Jul 20 18:52:37.722replacing 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 } }]Jul 20 18:52:37.722
93312026-07-20T18:52:39.201Z INFODEBG adding route 172.17.0.30/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 } }]Jul 20 18:52:37.722
93322026-07-20T18:52:39.201ZJul 20 18:52:37.722 INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
93332026-07-20T18:52:39.201Z
93342026-07-20T18:52:39.201ZJul 20 18:52:37.722
93352026-07-20T18:52:39.201Z DEBGJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBG INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93362026-07-20T18:52:39.201Zadding route 172.17.0.60/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
93372026-07-20T18:52:39.201Z
93382026-07-20T18:52:39.201Zreplacing 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 } }]
93392026-07-20T18:52:39.201ZJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFODEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93402026-07-20T18:52:39.201Z
93412026-07-20T18:52:39.201ZJul 20 18:52:37.722adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
93422026-07-20T18:52:39.201ZINFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:52:37.722Jul 20 18:52:37.722 INFODEBGJul 20 18:52:37.722 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
93432026-07-20T18:52:39.201Z
93442026-07-20T18:52:39.201Z
93452026-07-20T18:52:39.201Z INFOJul 20 18:52:37.722 adding route 172.17.0.61/32 -> 10.0.0.255Jul 20 18:52:37.722DEBGJul 20 18:52:37.722
93462026-07-20T18:52:39.201Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
93472026-07-20T18:52:39.201ZDEBG
93482026-07-20T18:52:39.206ZJul 20 18:52:37.722 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93492026-07-20T18:52:39.206ZJul 20 18:52:37.722 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 } }]Jul 20 18:52:37.722DEBG
93502026-07-20T18:52:39.206Z 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 } }]
93512026-07-20T18:52:39.206ZINFO adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:52:37.722
93522026-07-20T18:52:39.206Z Jul 20 18:52:37.722Jul 20 18:52:37.722 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
93532026-07-20T18:52:39.206Z
93542026-07-20T18:52:39.206ZINFOJul 20 18:52:37.722 adding route 172.17.0.62/32 -> 10.0.0.255
93552026-07-20T18:52:39.206ZDEBGJul 20 18:52:37.722 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 } }]Jul 20 18:52:37.722
93562026-07-20T18:52:39.206Z Jul 20 18:52:37.722 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
93572026-07-20T18:52:39.206Z replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93582026-07-20T18:52:39.206Z 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 } }]Jul 20 18:52:37.722
93592026-07-20T18:52:39.206Z Jul 20 18:52:37.722 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 20 18:52:37.722adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
93602026-07-20T18:52:39.206ZDEBGJul 20 18:52:37.722
93612026-07-20T18:52:39.207Zfailed to allocate space for the new target list
93622026-07-20T18:52:39.207ZINFOJul 20 18:52:37.722 adding route 172.17.0.33/32 -> 10.0.0.255DEBG
93632026-07-20T18:52:39.207Z 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 } }]Jul 20 18:52:37.722
93642026-07-20T18:52:39.207Z DEBG adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:52:37.722
93652026-07-20T18:52:39.207Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
93662026-07-20T18:52:39.207ZJul 20 18:52:37.722 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
93672026-07-20T18:52:39.207Z 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 } }]Jul 20 18:52:37.722
93682026-07-20T18:52:39.207Z Jul 20 18:52:37.722DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 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 } }]Jul 20 18:52:37.722
93692026-07-20T18:52:39.207Z
93702026-07-20T18:52:39.207Z INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:52:37.722
93712026-07-20T18:52:39.207Z Jul 20 18:52:37.683Jul 20 18:52:37.722INFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255DEBG
93722026-07-20T18:52:39.207Z
93732026-07-20T18:52:39.207ZJul 20 18:52:37.722created new freemap , DEBGJul 20 18:52:37.722unit : Jul 20 18:52:37.722DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
93742026-07-20T18:52:39.207Z
93752026-07-20T18:52:39.207Z
93762026-07-20T18:52:39.207Zfreemap_route_ipv4
93772026-07-20T18:52:39.207ZJul 20 18:52:37.722Jul 20 18:52:37.722Jul 20 18:52:37.722 INFODEBG INFO failed to allocate space for the new target listJul 20 18:52:37.722
93782026-07-20T18:52:39.207Z adding route 172.17.0.1/32 -> 10.0.0.255DEBG adding route 172.17.0.35/32 -> 10.0.0.255
93792026-07-20T18:52:39.207Zcreated new freemapJul 20 18:52:37.722,
93802026-07-20T18:52:39.207Zunit :DEBG Jul 20 18:52:37.722replacing targets for 3fff:dead::/64 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 } }]freemap_route_ipv6 DEBG
93812026-07-20T18:52:39.207Z
93822026-07-20T18:52:39.207ZJul 20 18:52:37.722 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 } }]DEBGJul 20 18:52:37.722
93832026-07-20T18:52:39.207Z 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
93842026-07-20T18:52:39.207Z initted freemap. size: 64, unit:Jul 20 18:52:37.722 Jul 20 18:52:37.722freemap_route_ipv4INFO
93852026-07-20T18:52:39.207Z INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
93862026-07-20T18:52:39.207Z
93872026-07-20T18:52:39.207ZJul 20 18:52:37.722 DEBGJul 20 18:52:37.722 Jul 20 18:52:37.722 reset freemapDEBG, unitDEBGreplacing 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 } }]
93882026-07-20T18:52:39.207Z: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 } }]
93892026-07-20T18:52:39.207Zfreemap_route_ipv4Jul 20 18:52:37.722
93902026-07-20T18:52:39.207ZINFO Jul 20 18:52:37.722adding route 172.17.0.3/32 -> 10.0.0.255
93912026-07-20T18:52:39.207ZINFOJul 20 18:52:37.722 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
93922026-07-20T18:52:39.207Z Jul 20 18:52:37.722initted freemap. size: 64 , DEBGunit :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 } }]
93932026-07-20T18:52:39.207Zfreemap_route_ipv6Jul 20 18:52:37.722
93942026-07-20T18:52:39.207Z 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 } }]
93952026-07-20T18:52:39.207ZJul 20 18:52:37.722Jul 20 18:52:37.722 INFODEBG reset freemapadding route 172.17.0.4/32 -> 10.0.0.255,
93962026-07-20T18:52:39.207ZunitJul 20 18:52:37.722: INFOfreemap_route_ipv6
93972026-07-20T18:52:39.208ZJul 20 18:52:37.722adding route 172.17.0.38/32 -> 10.0.0.255
93982026-07-20T18:52:39.208ZDEBG 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 } }]
93992026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.5/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 } }]
94002026-07-20T18:52:39.208Z
94012026-07-20T18:52:39.208Z
94022026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 DEBGDEBG Jul 20 18:52:37.722 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
94032026-07-20T18:52:39.208ZINFO
94042026-07-20T18:52:39.208Z adding route 172.17.0.39/32 -> 10.0.0.255
94052026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
94062026-07-20T18:52:39.208ZDEBG
94072026-07-20T18:52:39.208Z 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 } }]
94082026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722DEBG DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
94092026-07-20T18:52:39.208Z
94102026-07-20T18:52:39.208Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
94112026-07-20T18:52:39.208ZJul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:52:37.722
94122026-07-20T18:52:39.208Z 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
94132026-07-20T18:52:39.208Z adding route 172.16.0.0/32 -> 10.0.0.3Jul 20 18:52:37.722
94142026-07-20T18:52:39.208Z DEBGJul 20 18:52:37.722 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 } }]Jul 20 18:52:37.722INFO
94152026-07-20T18:52:39.208ZDEBG adding route 172.17.0.41/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 } }]
94162026-07-20T18:52:39.208ZJul 20 18:52:37.722
94172026-07-20T18:52:39.208Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
94182026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:52:37.722
94192026-07-20T18:52:39.208Z
94202026-07-20T18:52:39.208Z 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 } }]
94212026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 DEBGJul 20 18:52:37.722 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFOINFO
94222026-07-20T18:52:39.208Z adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
94232026-07-20T18:52:39.208Z
94242026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 DEBGJul 20 18:52:37.722INFO 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
94252026-07-20T18:52:39.208Z adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94262026-07-20T18:52:39.208Z
94272026-07-20T18:52:39.208ZJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
94282026-07-20T18:52:39.208Zadding route 172.17.0.43/32 -> 10.0.0.255
94292026-07-20T18:52:39.208ZJul 20 18:52:37.729 Jul 20 18:52:37.729INFO adding route 172.17.0.1/32 -> 10.0.0.255
94302026-07-20T18:52:39.208ZDEBG 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 } }]
94312026-07-20T18:52:39.208ZJul 20 18:52:37.724Jul 20 18:52:37.729 Jul 20 18:52:37.729DEBG DEBGcreated new freemap INFO, unitadding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
94322026-07-20T18:52:39.208Z
94332026-07-20T18:52:39.209Z freemap_route_ipv4Jul 20 18:52:37.729
94342026-07-20T18:52:39.209Z Jul 20 18:52:37.729INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 Jul 20 18:52:37.729
94352026-07-20T18:52:39.209Z 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
94362026-07-20T18:52:39.209Z created new freemapJul 20 18:52:37.729, unitDEBG: Jul 20 18:52:37.729replacing 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
94372026-07-20T18:52:39.209Z freemap_route_ipv6adding route 172.17.0.45/32 -> 10.0.0.255
94382026-07-20T18:52:39.209Z
94392026-07-20T18:52:39.209ZJul 20 18:52:37.729 INFOJul 20 18:52:37.729 Jul 20 18:52:37.729DEBG DEBGadding route 172.17.0.3/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 } }]
94402026-07-20T18:52:39.209Z
94412026-07-20T18:52:39.209Z initted freemap. size: 64, unit:Jul 20 18:52:37.729Jul 20 18:52:37.729 freemap_route_ipv4DEBGINFO
94422026-07-20T18:52:39.209Zadding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94432026-07-20T18:52:39.209Z
94442026-07-20T18:52:39.209ZJul 20 18:52:37.729 DEBG Jul 20 18:52:37.729reset freemap , INFOJul 20 18:52:37.729 unitadding route 172.17.0.4/32 -> 10.0.0.255DEBG
94452026-07-20T18:52:39.209Z: 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 } }]freemap_route_ipv4
94462026-07-20T18:52:39.209Z
94472026-07-20T18:52:39.209ZJul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 DEBGinitted freemap. size: 64 ,
94482026-07-20T18:52:39.213Zunitreplacing 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 } }]:
94492026-07-20T18:52:39.213Z freemap_route_ipv6Jul 20 18:52:37.729
94502026-07-20T18:52:39.213Z 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 } }]Jul 20 18:52:37.729Jul 20 18:52:37.729
94512026-07-20T18:52:39.213Z INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255reset freemap
94522026-07-20T18:52:39.213Z, Jul 20 18:52:37.729unit :INFO Jul 20 18:52:37.729freemap_route_ipv6
94532026-07-20T18:52:39.213ZDEBGadding route 172.17.0.48/32 -> 10.0.0.255
94542026-07-20T18:52:39.213Zreplacing 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 } }]
94552026-07-20T18:52:39.213ZJul 20 18:52:37.729 INFO
94562026-07-20T18:52:39.213ZJul 20 18:52:37.729Jul 20 18:52:37.729 adding route 172.16.0.0/32 -> 10.0.0.1INFO
94572026-07-20T18:52:39.213ZDEBG adding route 172.17.0.6/32 -> 10.0.0.255Jul 20 18:52:37.729
94582026-07-20T18:52:39.213Z DEBG Jul 20 18:52:37.729replacing 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 } }]Jul 20 18:52:37.729
94592026-07-20T18:52:39.213Zreplacing 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 } }]
94602026-07-20T18:52:39.214ZDEBG 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
94612026-07-20T18:52:39.214Z Jul 20 18:52:37.729 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 } }]Jul 20 18:52:37.729
94622026-07-20T18:52:39.214Z adding route 172.17.0.11/32 -> 10.0.0.255Jul 20 18:52:37.729
94632026-07-20T18:52:39.214ZINFO Jul 20 18:52:37.729 INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
94642026-07-20T18:52:39.214Z Jul 20 18:52:37.729
94652026-07-20T18:52:39.214Z INFODEBG Jul 20 18:52:37.729adding route 172.16.0.0/32 -> 10.0.0.1
94662026-07-20T18:52:39.214Zreplacing 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 } }]Jul 20 18:52:37.729
94672026-07-20T18:52:39.214Z Jul 20 18:52:37.729DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94682026-07-20T18:52:39.214Z Jul 20 18:52:37.729replacing 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 } }]
94692026-07-20T18:52:39.214Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:52:37.729
94702026-07-20T18:52:39.214Z Jul 20 18:52:37.729INFO
94712026-07-20T18:52:39.214Zadding route 172.17.0.8/32 -> 10.0.0.255
94722026-07-20T18:52:39.214ZJul 20 18:52:37.729INFO Jul 20 18:52:37.729INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.50/32 -> 10.0.0.255
94732026-07-20T18:52:39.214ZDEBG
94742026-07-20T18:52:39.214Z Jul 20 18:52:37.729replacing 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 } }]
94752026-07-20T18:52:39.214ZDEBG 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 } }]
94762026-07-20T18:52:39.214ZJul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 Jul 20 18:52:37.729 DEBGDEBGINFO 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 } }]adding route 172.17.0.13/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 } }]
94772026-07-20T18:52:39.214Z
94782026-07-20T18:52:39.214Z adding route 172.17.0.9/32 -> 10.0.0.255
94792026-07-20T18:52:39.214Z
94802026-07-20T18:52:39.214ZJul 20 18:52:37.729Jul 20 18:52:37.729 INFOJul 20 18:52:37.729INFOJul 20 18:52:37.729 DEBGadding route 172.16.0.0/32 -> 10.0.0.2
94812026-07-20T18:52:39.214ZDEBG 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.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 } }]
94822026-07-20T18:52:39.214Z
94832026-07-20T18:52:39.214Zadding route 172.17.0.51/32 -> 10.0.0.255
94842026-07-20T18:52:39.214ZJul 20 18:52:37.729Jul 20 18:52:37.729 Jul 20 18:52:37.729 DEBGINFOJul 20 18:52:37.729INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
94852026-07-20T18:52:39.214Z
94862026-07-20T18:52:39.214Z adding route 172.17.0.10/32 -> 10.0.0.255
94872026-07-20T18:52:39.214ZDEBG 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 } }]Jul 20 18:52:37.729Jul 20 18:52:37.729
94882026-07-20T18:52:39.214ZJul 20 18:52:37.729 DEBGDEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94892026-07-20T18:52:39.214Zadding route 172.17.0.0/32 -> 10.0.0.255 Jul 20 18:52:37.729replacing 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 } }]
94902026-07-20T18:52:39.214ZINFO
94912026-07-20T18:52:39.214Z Jul 20 18:52:37.729adding route 172.17.0.52/32 -> 10.0.0.255
94922026-07-20T18:52:39.214ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 20 18:52:37.729Jul 20 18:52:37.729
94932026-07-20T18:52:39.214ZJul 20 18:52:37.729 DEBG INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Jul 20 18:52:37.729
94942026-07-20T18:52:39.214Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94952026-07-20T18:52:39.214Z 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.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 } }]
94962026-07-20T18:52:39.214Z
94972026-07-20T18:52:39.214ZJul 20 18:52:37.729 DEBGJul 20 18:52:37.729Jul 20 18:52:37.729 INFOINFOreplacing 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 } }] Jul 20 18:52:37.729
94982026-07-20T18:52:39.215Zadding route 172.17.0.16/32 -> 10.0.0.255
94992026-07-20T18:52:39.215ZINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:52:37.729
95002026-07-20T18:52:39.215Z
95012026-07-20T18:52:39.215Z Jul 20 18:52:37.729INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255
95022026-07-20T18:52:39.215ZJul 20 18:52:37.729 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
95032026-07-20T18:52:39.215ZJul 20 18:52:37.729 Jul 20 18:52:37.729 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 } }]Jul 20 18:52:37.729DEBG
95042026-07-20T18:52:39.215Z 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 } }] 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 } }]
95052026-07-20T18:52:39.215Ztest route::tests::add_target_fails_full ... ok
95062026-07-20T18:52:39.215Z
95072026-07-20T18:52:39.215Zadding route 172.17.0.17/32 -> 10.0.0.255
95082026-07-20T18:52:39.215ZJul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 INFO INFODEBG INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
95092026-07-20T18:52:39.215Zadding route 172.17.0.54/32 -> 10.0.0.255
95102026-07-20T18:52:39.215Z
95112026-07-20T18:52:39.215Zadding route 172.17.0.2/32 -> 10.0.0.255
95122026-07-20T18:52:39.215ZJul 20 18:52:37.729 INFOJul 20 18:52:37.729Jul 20 18:52:37.729 adding route 172.17.0.18/32 -> 10.0.0.255DEBGJul 20 18:52:37.729 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 } }]
95132026-07-20T18:52:39.215Z
95142026-07-20T18:52:39.215ZDEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]Jul 20 18:52:37.729
95152026-07-20T18:52:39.215Z
95162026-07-20T18:52:39.215ZJul 20 18:52:37.729 INFODEBG Jul 20 18:52:37.729replacing 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.14/32 -> 10.0.0.255 Jul 20 18:52:37.729
95172026-07-20T18:52:39.215Z INFO
95182026-07-20T18:52:39.215ZINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
95192026-07-20T18:52:39.215ZJul 20 18:52:37.729
95202026-07-20T18:52:39.215ZJul 20 18:52:37.729 DEBG INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 20 18:52:37.729replacing 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 } }]
95212026-07-20T18:52:39.215ZJul 20 18:52:37.729
95222026-07-20T18:52:39.215ZDEBG 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 } }]Jul 20 18:52:37.729replacing 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 } }]
95232026-07-20T18:52:39.215ZINFOJul 20 18:52:37.729
95242026-07-20T18:52:39.215ZDEBGadding route 172.17.0.15/32 -> 10.0.0.255
95252026-07-20T18:52:39.215Z 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 } }]
95262026-07-20T18:52:39.215ZJul 20 18:52:37.729 Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 INFOINFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 DEBGadding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255
95272026-07-20T18:52:39.215Z
95282026-07-20T18:52:39.215Z
95292026-07-20T18:52:39.215Zreplacing 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-07-20T18:52:39.215ZJul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 DEBGDEBGINFO DEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95312026-07-20T18:52:39.215Z 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 } }]
95322026-07-20T18:52:39.215Z
95332026-07-20T18:52:39.215Zreplacing 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 } }]Jul 20 18:52:37.729
95342026-07-20T18:52:39.215Z DEBG Jul 20 18:52:37.729replacing 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 } }]
95352026-07-20T18:52:39.215ZJul 20 18:52:37.729 INFOINFO Jul 20 18:52:37.729adding route 172.17.0.21/32 -> 10.0.0.255
95362026-07-20T18:52:39.215ZJul 20 18:52:37.729INFO adding route 172.17.0.57/32 -> 10.0.0.255INFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:52:37.729
95372026-07-20T18:52:39.216Z
95382026-07-20T18:52:39.216Z
95392026-07-20T18:52:39.216Z 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 } }]
95402026-07-20T18:52:39.216ZJul 20 18:52:37.729 Jul 20 18:52:37.729DEBG Jul 20 18:52:37.729 Jul 20 18:52:37.729replacing 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 } }] DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95412026-07-20T18:52:39.216Z adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95422026-07-20T18:52:39.216Z
95432026-07-20T18:52:39.216Z
95442026-07-20T18:52:39.216ZJul 20 18:52:37.729 INFOJul 20 18:52:37.729 adding route 172.17.0.18/32 -> 10.0.0.255DEBG
95452026-07-20T18:52:39.216ZJul 20 18:52:37.729Jul 20 18:52:37.729 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.58/32 -> 10.0.0.255
95462026-07-20T18:52:39.216ZJul 20 18:52:37.735
95472026-07-20T18:52:39.216ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
95482026-07-20T18:52:39.220ZINFO Jul 20 18:52:37.735 DEBGJul 20 18:52:37.735 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95492026-07-20T18:52:39.220Z adding route 172.17.0.6/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 } }]
95502026-07-20T18:52:39.220Z
95512026-07-20T18:52:39.220ZJul 20 18:52:37.735 Jul 20 18:52:37.735Jul 20 18:52:37.735 INFOINFODEBG adding route 172.17.0.59/32 -> 10.0.0.255
95522026-07-20T18:52:39.220Zadding route 172.17.0.24/32 -> 10.0.0.255
95532026-07-20T18:52:39.220ZJul 20 18:52:37.735 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 } }]Jul 20 18:52:37.735
95542026-07-20T18:52:39.220Z 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 } }]
95552026-07-20T18:52:39.220ZJul 20 18:52:37.735 Jul 20 18:52:37.729INFO DEBGJul 20 18:52:37.735 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.60/32 -> 10.0.0.255INFO
95562026-07-20T18:52:39.220Z
95572026-07-20T18:52:39.220Z adding route 172.17.0.25/32 -> 10.0.0.255
95582026-07-20T18:52:39.220ZJul 20 18:52:37.735Jul 20 18:52:37.735 Jul 20 18:52:37.735INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
95592026-07-20T18:52:39.220ZDEBGreplacing 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 } }]
95602026-07-20T18:52:39.220Zreplacing 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 } }]
95612026-07-20T18:52:39.220ZJul 20 18:52:37.735Jul 20 18:52:37.735Jul 20 18:52:37.735 DEBGINFOINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
95622026-07-20T18:52:39.220Z
95632026-07-20T18:52:39.220Z
95642026-07-20T18:52:39.220ZJul 20 18:52:37.735 Jul 20 18:52:37.735Jul 20 18:52:37.735 DEBG DEBG INFO 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 } }] 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.20/32 -> 10.0.0.255
95652026-07-20T18:52:39.220Z
95662026-07-20T18:52:39.220Z
95672026-07-20T18:52:39.220ZJul 20 18:52:37.735Jul 20 18:52:37.735 INFODEBGreplacing 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 } }]
95682026-07-20T18:52:39.221ZJul 20 18:52:37.735 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.27/32 -> 10.0.0.255
95692026-07-20T18:52:39.221ZJul 20 18:52:37.736INFO
95702026-07-20T18:52:39.221Zadding route 172.17.0.62/32 -> 10.0.0.255INFOJul 20 18:52:37.736
95712026-07-20T18:52:39.221Z DEBGadding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:52:37.736
95722026-07-20T18:52:39.221Z INFO adding route 172.17.0.21/32 -> 10.0.0.255Jul 20 18:52:37.736replacing 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 } }]Jul 20 18:52:37.736
95732026-07-20T18:52:39.221Z
95742026-07-20T18:52:39.221Z DEBG 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 } }]
95752026-07-20T18:52:39.221Zreplacing 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 } }]Jul 20 18:52:37.736Jul 20 18:52:37.736
95762026-07-20T18:52:39.221Z 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 } }]Jul 20 18:52:37.736
95772026-07-20T18:52:39.221Z adding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:52:37.736
95782026-07-20T18:52:39.221ZINFO Jul 20 18:52:37.736adding route 172.17.0.8/32 -> 10.0.0.255 INFOINFOJul 20 18:52:37.736
95792026-07-20T18:52:39.221Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255
95802026-07-20T18:52:39.221Z adding route 172.17.0.63/32 -> 10.0.0.255Jul 20 18:52:37.736replacing 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 } }]
95812026-07-20T18:52:39.221ZDEBG
95822026-07-20T18:52:39.221Z 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 } }]Jul 20 18:52:37.736
95832026-07-20T18:52:39.221Z Jul 20 18:52:37.736Jul 20 18:52:37.736DEBG DEBG INFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
95842026-07-20T18:52:39.221Z
95852026-07-20T18:52:39.221Zadding route 172.17.0.29/32 -> 10.0.0.255Jul 20 18:52:37.736
95862026-07-20T18:52:39.221Z INFOJul 20 18:52:37.736 adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:52:37.736INFOJul 20 18:52:37.736 DEBG adding route 172.17.0.23/32 -> 10.0.0.255
95872026-07-20T18:52:39.221ZDEBG
95882026-07-20T18:52:39.221Zreplacing 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 } }]
95892026-07-20T18:52:39.221Zfailed to allocate space for the new target list
95902026-07-20T18:52:39.221ZJul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736 INFODEBGDEBG 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.30/32 -> 10.0.0.255
95912026-07-20T18:52:39.221Z
95922026-07-20T18:52:39.221ZDEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95932026-07-20T18:52:39.221Z
95942026-07-20T18:52:39.221ZJul 20 18:52:37.736 Jul 20 18:52:37.736DEBG INFO Jul 20 18:52:37.736replacing 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 } }]
95952026-07-20T18:52:39.221ZJul 20 18:52:37.736DEBG adding route 172.17.0.24/32 -> 10.0.0.255failed to allocate space for the new target list
95962026-07-20T18:52:39.221Z
95972026-07-20T18:52:39.221ZJul 20 18:52:37.736INFO INFOJul 20 18:52:37.736adding route 172.17.0.10/32 -> 10.0.0.255
95982026-07-20T18:52:39.221Zadding route 172.17.0.31/32 -> 10.0.0.255DEBG
95992026-07-20T18:52:39.221Z 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 } }]
96002026-07-20T18:52:39.221ZJul 20 18:52:37.736 Jul 20 18:52:37.736DEBG Jul 20 18:52:37.736DEBG 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.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 } }]INFO
96012026-07-20T18:52:39.221Z
96022026-07-20T18:52:39.221Zadding route 172.17.0.25/32 -> 10.0.0.255
96032026-07-20T18:52:39.221ZJul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736 INFO INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
96042026-07-20T18:52:39.221Z
96052026-07-20T18:52:39.221Ztest route::tests::delete_targets_full ... ok
96062026-07-20T18:52:39.222Z
96072026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736DEBGDEBG 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.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 } }]
96082026-07-20T18:52:39.222ZINFO
96092026-07-20T18:52:39.222Z adding route 172.17.0.26/32 -> 10.0.0.255
96102026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 INFOINFO DEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
96112026-07-20T18:52:39.222Z
96122026-07-20T18:52:39.222Z
96132026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736 DEBGINFOJul 20 18:52:37.736 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255DEBG
96142026-07-20T18:52:39.222Z
96152026-07-20T18:52:39.222Z 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 } }]
96162026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 DEBGINFO 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 } }]
96172026-07-20T18:52:39.222Zadding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
96182026-07-20T18:52:39.222Z
96192026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736INFO DEBGDEBGadding route 172.17.0.28/32 -> 10.0.0.255 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 } }]
96202026-07-20T18:52:39.222Zreplacing 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 } }]
96212026-07-20T18:52:39.222Z
96222026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 DEBGINFO INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
96232026-07-20T18:52:39.222Zadding route 172.17.0.35/32 -> 10.0.0.255
96242026-07-20T18:52:39.222Z
96252026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 INFODEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.29/32 -> 10.0.0.255
96262026-07-20T18:52:39.222Z
96272026-07-20T18:52:39.222Z
96282026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736 INFO INFODEBGadding route 172.17.0.15/32 -> 10.0.0.255
96292026-07-20T18:52:39.222Z 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.36/32 -> 10.0.0.255
96302026-07-20T18:52:39.222Z
96312026-07-20T18:52:39.222ZJul 20 18:52:37.736 DEBGJul 20 18:52:37.736Jul 20 18:52:37.736 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
96322026-07-20T18:52:39.222ZDEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96332026-07-20T18:52:39.222Z
96342026-07-20T18:52:39.222ZJul 20 18:52:37.736 INFO Jul 20 18:52:37.736Jul 20 18:52:37.736 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
96352026-07-20T18:52:39.222ZINFO 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.37/32 -> 10.0.0.255
96362026-07-20T18:52:39.222Z
96372026-07-20T18:52:39.222ZJul 20 18:52:37.736 Jul 20 18:52:37.736Jul 20 18:52:37.736DEBG 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 } }]INFO
96382026-07-20T18:52:39.222Z 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.31/32 -> 10.0.0.255
96392026-07-20T18:52:39.222Z
96402026-07-20T18:52:39.222ZJul 20 18:52:37.736 Jul 20 18:52:37.736Jul 20 18:52:37.736 INFOINFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96412026-07-20T18:52:39.222Z
96422026-07-20T18:52:39.222Zadding route 172.17.0.17/32 -> 10.0.0.255
96432026-07-20T18:52:39.222ZJul 20 18:52:37.736 Jul 20 18:52:37.736INFOJul 20 18:52:37.736 DEBG DEBGadding route 172.17.0.32/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 } }]
96442026-07-20T18:52:39.222Z
96452026-07-20T18:52:39.222Z 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 } }]
96462026-07-20T18:52:39.222ZJul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736INFO DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255
96472026-07-20T18:52:39.223Zadding route 172.17.0.18/32 -> 10.0.0.255
96482026-07-20T18:52:39.228Z
96492026-07-20T18:52:39.228ZJul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255DEBG
96502026-07-20T18:52:39.228Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96512026-07-20T18:52:39.228Z
96522026-07-20T18:52:39.228ZJul 20 18:52:37.736 DEBG Jul 20 18:52:37.736Jul 20 18:52:37.736 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 } }]
96532026-07-20T18:52:39.228ZINFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
96542026-07-20T18:52:39.228Z
96552026-07-20T18:52:39.228ZJul 20 18:52:37.736 INFO Jul 20 18:52:37.736adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:52:37.736
96562026-07-20T18:52:39.228Z DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96572026-07-20T18:52:39.228Z
96582026-07-20T18:52:39.228ZJul 20 18:52:37.736 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 } }]Jul 20 18:52:37.736Jul 20 18:52:37.736
96592026-07-20T18:52:39.228Z INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
96602026-07-20T18:52:39.228Z
96612026-07-20T18:52:39.228ZJul 20 18:52:37.736 INFO Jul 20 18:52:37.736adding route 172.17.0.35/32 -> 10.0.0.255Jul 20 18:52:37.736
96622026-07-20T18:52:39.228ZDEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96632026-07-20T18:52:39.228Z
96642026-07-20T18:52:39.228ZJul 20 18:52:37.736Jul 20 18:52:37.743 DEBGJul 20 18:52:37.743INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96652026-07-20T18:52:39.228Z adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
96662026-07-20T18:52:39.228Z
96672026-07-20T18:52:39.228ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOJul 20 18:52:37.743 DEBGDEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96682026-07-20T18:52:39.228Zreplacing 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 } }]
96692026-07-20T18:52:39.228Z
96702026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255
96712026-07-20T18:52:39.229Zadding route 172.17.0.43/32 -> 10.0.0.255
96722026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 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.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 } }]
96732026-07-20T18:52:39.229Z
96742026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255
96752026-07-20T18:52:39.229Zadding route 172.17.0.44/32 -> 10.0.0.255
96762026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96772026-07-20T18:52:39.229Z
96782026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
96792026-07-20T18:52:39.229Zadding route 172.17.0.24/32 -> 10.0.0.255
96802026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96812026-07-20T18:52:39.229Z
96822026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
96832026-07-20T18:52:39.229Zadding route 172.17.0.25/32 -> 10.0.0.255
96842026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96852026-07-20T18:52:39.229Z
96862026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255
96872026-07-20T18:52:39.229Zadding route 172.17.0.26/32 -> 10.0.0.255
96882026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96892026-07-20T18:52:39.229Z
96902026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
96912026-07-20T18:52:39.229Z
96922026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96932026-07-20T18:52:39.229Zreplacing 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 } }]
96942026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
96952026-07-20T18:52:39.229Z
96962026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }]
96972026-07-20T18:52:39.229Zreplacing 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 } }]
96982026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
96992026-07-20T18:52:39.229Z
97002026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }]
97012026-07-20T18:52:39.229Zreplacing 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 } }]
97022026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
97032026-07-20T18:52:39.229Z
97042026-07-20T18:52:39.229ZJul 20 18:52:37.743 Jul 20 18:52:37.743DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97052026-07-20T18:52:39.229Ztest route::tests::delete_target_fragmented ... ok
97062026-07-20T18:52:39.229Zreplacing 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 } }]
97072026-07-20T18:52:39.229ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
97082026-07-20T18:52:39.230Z
97092026-07-20T18:52:39.230ZJul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }]
97102026-07-20T18:52:39.230Zreplacing 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 } }]
97112026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO Jul 20 18:52:37.743 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
97122026-07-20T18:52:39.230Z adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97132026-07-20T18:52:39.230Z
97142026-07-20T18:52:39.230ZJul 20 18:52:37.743 Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97152026-07-20T18:52:39.230Zadding route 172.17.0.37/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 } }]
97162026-07-20T18:52:39.230Z
97172026-07-20T18:52:39.230ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFOJul 20 18:52:37.743 INFODEBG adding route 172.17.0.33/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 } }]adding route 172.17.0.54/32 -> 10.0.0.255
97182026-07-20T18:52:39.230Z
97192026-07-20T18:52:39.230Z
97202026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743Jul 20 18:52:37.743 INFO DEBG adding route 172.17.0.38/32 -> 10.0.0.255DEBGreplacing 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 } }]
97212026-07-20T18:52:39.230Z
97222026-07-20T18:52:39.230Zreplacing 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 } }]
97232026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743Jul 20 18:52:37.743 INFODEBG INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
97242026-07-20T18:52:39.230Z
97252026-07-20T18:52:39.230Zreplacing 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 } }]
97262026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGINFO DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97272026-07-20T18:52:39.230Zadding route 172.17.0.39/32 -> 10.0.0.255
97282026-07-20T18:52:39.230Z
97292026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG
97302026-07-20T18:52:39.230Z adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97312026-07-20T18:52:39.230Z
97322026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97332026-07-20T18:52:39.230Z adding route 172.17.0.40/32 -> 10.0.0.255
97342026-07-20T18:52:39.230Zreplacing 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 } }]
97352026-07-20T18:52:39.230ZJul 20 18:52:37.743 INFOJul 20 18:52:37.743 Jul 20 18:52:37.743 adding route 172.17.0.57/32 -> 10.0.0.255INFODEBG
97362026-07-20T18:52:39.230Z adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97372026-07-20T18:52:39.230Z
97382026-07-20T18:52:39.230ZJul 20 18:52:37.743 DEBGJul 20 18:52:37.743 Jul 20 18:52:37.743replacing 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
97392026-07-20T18:52:39.230ZINFO adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97402026-07-20T18:52:39.230Z
97412026-07-20T18:52:39.230ZJul 20 18:52:37.743 INFO adding route 172.17.0.58/32 -> 10.0.0.255
97422026-07-20T18:52:39.230ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 Jul 20 18:52:37.743
97432026-07-20T18:52:39.230Z 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
97442026-07-20T18:52:39.230Z 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 } }]Jul 20 18:52:37.743
97452026-07-20T18:52:39.230Z Jul 20 18:52:37.743DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.743
97462026-07-20T18:52:39.230Zadding route 172.17.0.42/32 -> 10.0.0.255INFO
97472026-07-20T18:52:39.230Z adding route 172.17.0.59/32 -> 10.0.0.255
97482026-07-20T18:52:39.235ZJul 20 18:52:37.743Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97492026-07-20T18:52:39.235Zadding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97502026-07-20T18:52:39.235Z
97512026-07-20T18:52:39.235ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO Jul 20 18:52:37.743 INFOadding route 172.17.0.60/32 -> 10.0.0.255
97522026-07-20T18:52:39.235ZDEBG adding route 172.17.0.43/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 } }]
97532026-07-20T18:52:39.235ZJul 20 18:52:37.743
97542026-07-20T18:52:39.235Z 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 } }]Jul 20 18:52:37.743
97552026-07-20T18:52:39.235Z DEBGJul 20 18:52:37.743 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 } }]
97562026-07-20T18:52:39.235ZINFOJul 20 18:52:37.743 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
97572026-07-20T18:52:39.235Z Jul 20 18:52:37.743failed to allocate space for the new target list
97582026-07-20T18:52:39.235ZINFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 20 18:52:37.743
97592026-07-20T18:52:39.235Z Jul 20 18:52:37.743DEBG 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 } }]replacing targets for 172.16.0.0/32 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 } }]
97602026-07-20T18:52:39.236Z
97612026-07-20T18:52:39.236ZJul 20 18:52:37.743 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 } }]
97622026-07-20T18:52:39.236ZJul 20 18:52:37.743 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 20 18:52:37.743
97632026-07-20T18:52:39.236Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
97642026-07-20T18:52:39.236ZJul 20 18:52:37.743 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 } }]Jul 20 18:52:37.743
97652026-07-20T18:52:39.236Z 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 } }]
97662026-07-20T18:52:39.236ZJul 20 18:52:37.743 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:52:37.743
97672026-07-20T18:52:39.236Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
97682026-07-20T18:52:39.236ZJul 20 18:52:37.743 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 } }]
97692026-07-20T18:52:39.236ZJul 20 18:52:37.743Jul 20 18:52:37.743 INFO adding route 172.17.0.42/32 -> 10.0.0.255
97702026-07-20T18:52:39.236Z DEBG Jul 20 18:52:37.743replacing 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 } }]
97712026-07-20T18:52:39.236ZDEBG 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 } }]
97722026-07-20T18:52:39.236ZJul 20 18:52:37.743 INFO Jul 20 18:52:37.743adding route 172.17.0.47/32 -> 10.0.0.255
97732026-07-20T18:52:39.236ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
97742026-07-20T18:52:39.236ZJul 20 18:52:37.743 DEBGJul 20 18:52:37.743 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
97752026-07-20T18:52:39.236Z 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 } }]
97762026-07-20T18:52:39.236ZJul 20 18:52:37.743 INFOJul 20 18:52:37.743 adding route 172.17.0.48/32 -> 10.0.0.255INFO
97772026-07-20T18:52:39.236Z adding route 172.17.0.44/32 -> 10.0.0.255
97782026-07-20T18:52:39.236ZJul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }]
97792026-07-20T18:52:39.236Zreplacing 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 } }]
97802026-07-20T18:52:39.236ZJul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
97812026-07-20T18:52:39.236Zadding route 172.17.0.45/32 -> 10.0.0.255
97822026-07-20T18:52:39.236ZJul 20 18:52:37.743 DEBGJul 20 18:52:37.743 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 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 } }]
97832026-07-20T18:52:39.236ZJul 20 18:52:37.749 INFO adding route 172.17.0.50/32 -> 10.0.0.255
97842026-07-20T18:52:39.236ZJul 20 18:52:37.749 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 } }]
97852026-07-20T18:52:39.236ZJul 20 18:52:37.749 INFO adding route 172.17.0.51/32 -> 10.0.0.255
97862026-07-20T18:52:39.236ZJul 20 18:52:37.749 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 } }]
97872026-07-20T18:52:39.236Z
97882026-07-20T18:52:39.236ZJul 20 18:52:37.749 INFO adding route 172.17.0.52/32 -> 10.0.0.255
97892026-07-20T18:52:39.236ZJul 20 18:52:37.749 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:52:37.749
97902026-07-20T18:52:39.236Z 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 } }]
97912026-07-20T18:52:39.236ZJul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749
97922026-07-20T18:52:39.236Z INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 20 18:52:37.749
97932026-07-20T18:52:39.236Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
97942026-07-20T18:52:39.236ZJul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749
97952026-07-20T18:52:39.236Z 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 } }]Jul 20 18:52:37.749
97962026-07-20T18:52:39.236Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
97972026-07-20T18:52:39.236ZJul 20 18:52:37.749 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:52:37.749
97982026-07-20T18:52:39.236Z 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 } }]
97992026-07-20T18:52:39.237ZJul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749
98002026-07-20T18:52:39.237Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
98012026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 20 18:52:37.749
98022026-07-20T18:52:39.237Z 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 } }]
98032026-07-20T18:52:39.237ZJul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749
98042026-07-20T18:52:39.237Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
98052026-07-20T18:52:39.237Ztest route::tests::delete_targets_fragmented ... ok
98062026-07-20T18:52:39.237Z
98072026-07-20T18:52:39.237Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
98082026-07-20T18:52:39.237Z
98092026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFO Jul 20 18:52:37.749adding route 172.17.0.50/32 -> 10.0.0.255
98102026-07-20T18:52:39.237ZDEBG 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 } }]
98112026-07-20T18:52:39.237ZJul 20 18:52:37.749 DEBGJul 20 18:52:37.749 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
98122026-07-20T18:52:39.237Z adding route 172.17.0.57/32 -> 10.0.0.255
98132026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFOJul 20 18:52:37.749 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
98142026-07-20T18:52:39.237Z 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 } }]
98152026-07-20T18:52:39.237ZJul 20 18:52:37.749 DEBGJul 20 18:52:37.749 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
98162026-07-20T18:52:39.237Z adding route 172.17.0.58/32 -> 10.0.0.255
98172026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFOJul 20 18:52:37.749 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
98182026-07-20T18:52:39.237Z 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 } }]
98192026-07-20T18:52:39.237ZJul 20 18:52:37.749 Jul 20 18:52:37.749DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98202026-07-20T18:52:39.237Zadding route 172.17.0.59/32 -> 10.0.0.255
98212026-07-20T18:52:39.237ZJul 20 18:52:37.749 Jul 20 18:52:37.749INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
98222026-07-20T18:52:39.237Zreplacing 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 } }]
98232026-07-20T18:52:39.237ZJul 20 18:52:37.749 Jul 20 18:52:37.749DEBG 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 } }]
98242026-07-20T18:52:39.237Zadding route 172.17.0.60/32 -> 10.0.0.255
98252026-07-20T18:52:39.237ZJul 20 18:52:37.749Jul 20 18:52:37.749 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98262026-07-20T18:52:39.237Z
98272026-07-20T18:52:39.237ZJul 20 18:52:37.749Jul 20 18:52:37.749 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 } }]failed to allocate space for the new target list
98282026-07-20T18:52:39.237Z
98292026-07-20T18:52:39.237ZJul 20 18:52:37.749Jul 20 18:52:37.749 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
98302026-07-20T18:52:39.237Z
98312026-07-20T18:52:39.237ZJul 20 18:52:37.749 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98322026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98332026-07-20T18:52:39.237ZJul 20 18:52:37.749 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98342026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98352026-07-20T18:52:39.237ZJul 20 18:52:37.749 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98362026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98372026-07-20T18:52:39.237ZJul 20 18:52:37.749 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98382026-07-20T18:52:39.237ZJul 20 18:52:37.749 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98392026-07-20T18:52:39.238ZJul 20 18:52:37.749 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98402026-07-20T18:52:39.238ZJul 20 18:52:37.749 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98412026-07-20T18:52:39.238ZJul 20 18:52:37.749 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-07-20T18:52:39.238ZJul 20 18:52:37.749 DEBG failed to allocate space for the new target list
98432026-07-20T18:52:39.238ZJul 20 18:52:37.749 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98442026-07-20T18:52:39.238Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-52236783796ffa04)
98452026-07-20T18:52:39.238Z
98462026-07-20T18:52:39.238Zrunning 0 tests
98472026-07-20T18:52:39.238Z
98482026-07-20T18:52:39.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98492026-07-20T18:52:39.241Z
98502026-07-20T18:52:39.241Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8)
98512026-07-20T18:52:39.241Z
98522026-07-20T18:52:39.241Zrunning 0 tests
98532026-07-20T18:52:39.241Z
98542026-07-20T18:52:39.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-07-20T18:52:39.241Z
98562026-07-20T18:52:39.241Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3ce81ca321633a11)
98572026-07-20T18:52:39.241Z
98582026-07-20T18:52:39.241Zrunning 6 tests
98592026-07-20T18:52:39.242Ztest tests::test_full_lot_id_neither_present ... ok
98602026-07-20T18:52:39.242Ztest tests::test_full_lot_id_lot_only ... ok
98612026-07-20T18:52:39.242Ztest tests::test_full_lot_id_both_present ... ok
98622026-07-20T18:52:39.242Ztest tests::test_full_lot_id_lotnum_only ... ok
98632026-07-20T18:52:39.242Ztest tests::test_port_id_cmp ... ok
98642026-07-20T18:52:39.242Ztest tests::test_parse_client_port_id ... ok
98652026-07-20T18:52:39.242Z
98662026-07-20T18:52:39.242Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98672026-07-20T18:52:39.242Z
98682026-07-20T18:52:39.242Z Running tests/test_all.rs (target/debug/deps/test_all-2a2686972d3515a5)
98692026-07-20T18:52:39.245Z
98702026-07-20T18:52:39.245Zrunning 6 tests
98712026-07-20T18:52:42.251Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98722026-07-20T18:52:42.254Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98732026-07-20T18:52:42.254Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98742026-07-20T18:52:42.263Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98752026-07-20T18:52:42.594Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98762026-07-20T18:52:45.602Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98772026-07-20T18:52:45.602Z
98782026-07-20T18:52:45.602Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.36s
98792026-07-20T18:52:45.602Z
98802026-07-20T18:52:45.609Z Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98)
98812026-07-20T18:52:45.614Z
98822026-07-20T18:52:45.615Zrunning 0 tests
98832026-07-20T18:52:45.615Z
98842026-07-20T18:52:45.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852026-07-20T18:52:45.618Z
98862026-07-20T18:52:45.618Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a)
98872026-07-20T18:52:45.621Z
98882026-07-20T18:52:45.621Zrunning 0 tests
98892026-07-20T18:52:45.621Z
98902026-07-20T18:52:45.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912026-07-20T18:52:45.621Z
98922026-07-20T18:52:45.621Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98932026-07-20T18:52:45.630Z
98942026-07-20T18:52:45.630Zrunning 12 tests
98952026-07-20T18:52:45.633Ztest icmp::test_v6_checksum ... ok
98962026-07-20T18:52:45.633Ztest icmp::test_v4_checksum ... ok
98972026-07-20T18:52:45.633Ztest ipv6::test_ipv6_parse ... ok
98982026-07-20T18:52:45.633Ztest lldp::test_lldp_parse ... ok
98992026-07-20T18:52:45.633Ztest pbuf::test_byte ... ok
99002026-07-20T18:52:45.633Ztest pbuf::test_nibble ... ok
99012026-07-20T18:52:45.633Ztest pbuf::test_overflow ... ok
99022026-07-20T18:52:45.633Ztest pbuf::test_short ... ok
99032026-07-20T18:52:45.633Ztest pbuf::test_word ... ok
99042026-07-20T18:52:45.633Ztest pbuf::test_twelve ... ok
99052026-07-20T18:52:45.633Ztest tcp::test_checksum_syn_nodata ... ok
99062026-07-20T18:52:45.633Ztest tcp::test_checksum_ack_data ... ok
99072026-07-20T18:52:45.633Z
99082026-07-20T18:52:45.633Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99092026-07-20T18:52:45.633Z
99102026-07-20T18:52:45.633Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99112026-07-20T18:52:45.636Z
99122026-07-20T18:52:45.637Zrunning 0 tests
99132026-07-20T18:52:45.637Z
99142026-07-20T18:52:45.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99152026-07-20T18:52:45.637Z
99162026-07-20T18:52:45.640Z Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74)
99172026-07-20T18:52:45.643Z
99182026-07-20T18:52:45.643Zrunning 5 tests
99192026-07-20T18:52:45.643Ztest switchport::test::test_compute_lanes ... ok
99202026-07-20T18:52:45.643Ztest switchport::test::port_id_ordering ... ok
99212026-07-20T18:52:45.643Z Lane 0 Lane 1 Lane 2 Lane 3
99222026-07-20T18:52:45.643Z Lane 0 State: Activated ActivatedLane 1 ActivatedLane 2 ActivatedLane 3
99232026-07-20T18:52:45.643Z
99242026-07-20T18:52:45.643Z Rx Output Enabled: false Rx Loss-of-lock: Yes falseYes false Yesfalse
99252026-07-20T18:52:45.643ZYes Rx Output Status: valid
99262026-07-20T18:52:45.643Z Rx Loss-of-signal: Yesvalid Yes valid Yesvalid
99272026-07-20T18:52:45.643ZYes
99282026-07-20T18:52:45.643Z Rx Loss-of-lock: true Rx CDR Enabled: Yestrue Yestrue Yestrue
99292026-07-20T18:52:45.643Z Yes
99302026-07-20T18:52:45.643Z Rx Loss-of-signal: false Tx Enabled: Yes false Yesfalse falseYes
99312026-07-20T18:52:45.643Z YesRx Auto-squelch Disable: true
99322026-07-20T18:52:45.643Z Tx Loss-of-lock: Notrue Notrue Notrue
99332026-07-20T18:52:45.643Z No
99342026-07-20T18:52:45.643Z Tx Output Enabled: true Tx Loss-of-signal: No true Notrue true
99352026-07-20T18:52:45.643ZNo Tx Output Status: invalidNo
99362026-07-20T18:52:45.643Zinvalid Tx CDR Enabled: No invalidNo invalid
99372026-07-20T18:52:45.643ZNo No Tx Loss-of-lock: false
99382026-07-20T18:52:45.643Z Tx Adaptive EQ Fault: No false No falseNo false
99392026-07-20T18:52:45.643ZNo
99402026-07-20T18:52:45.643Z Tx Loss-of-signal: true Tx Fault: Yes true Yes trueYes true
99412026-07-20T18:52:45.643ZYes
99422026-07-20T18:52:45.643ZTx Auto-squelch Disable: false false false false
99432026-07-20T18:52:45.643Z Tx Adaptive EQ Fail: true true true true
99442026-07-20T18:52:45.643Z Tx Failure: false false false false
99452026-07-20T18:52:45.643Z Tx Force Squelch: true true true true
99462026-07-20T18:52:45.643Z Tx Input Polarity: normal normal normal normal
99472026-07-20T18:52:45.643Ztest switchport::test::test_print_sff_datapath ... ok
99482026-07-20T18:52:45.643Ztest switchport::test::test_print_cmis_datapath ... ok
99492026-07-20T18:52:45.643Ztest link::test_filter ... ok
99502026-07-20T18:52:45.643Z
99512026-07-20T18:52:45.644Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99522026-07-20T18:52:45.644Z
99532026-07-20T18:52:45.644Z Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491)
99542026-07-20T18:52:45.647Z
99552026-07-20T18:52:45.647Zrunning 1 test
99562026-07-20T18:52:45.647Ztest test_p4_counter_list ... ignored
99572026-07-20T18:52:45.647Z
99582026-07-20T18:52:45.647Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99592026-07-20T18:52:45.647Z
99602026-07-20T18:52:45.647Z Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d)
99612026-07-20T18:52:45.651Z
99622026-07-20T18:52:45.651Zrunning 5 tests
99632026-07-20T18:52:45.656Ztest test_an ... ignored
99642026-07-20T18:52:45.656Ztest test_enable ... ignored
99652026-07-20T18:52:45.656Ztest test_ip_addresses ... ignored
99662026-07-20T18:52:45.656Ztest test_kr ... ignored
99672026-07-20T18:52:45.656Ztest test_mac ... ignored
99682026-07-20T18:52:45.656Z
99692026-07-20T18:52:45.656Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99702026-07-20T18:52:45.656Z
99712026-07-20T18:52:45.656Z Running unittests src/main.rs (target/debug/deps/tfportd-28b5d79f52a89ea0)
99722026-07-20T18:52:45.656Z
99732026-07-20T18:52:45.657Zrunning 3 tests
99742026-07-20T18:52:45.660Ztest linklocal::test_parse_ipadm ... ok
99752026-07-20T18:52:45.660Ztest tfport::test_parse_tfport ... ok
99762026-07-20T18:52:45.660Ztest config::tests::test_updates ... ok
99772026-07-20T18:52:45.660Z
99782026-07-20T18:52:45.660Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99792026-07-20T18:52:45.660Z
99802026-07-20T18:52:45.661Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99812026-07-20T18:52:45.663Z
99822026-07-20T18:52:45.663Zrunning 0 tests
99832026-07-20T18:52:45.663Z
99842026-07-20T18:52:45.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-07-20T18:52:45.664Z
99862026-07-20T18:52:45.664Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
99872026-07-20T18:52:45.666Z
99882026-07-20T18:52:45.666Zrunning 0 tests
99892026-07-20T18:52:45.666Z
99902026-07-20T18:52:45.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912026-07-20T18:52:45.666Z
99922026-07-20T18:52:45.666Z Doc-tests aal
99932026-07-20T18:52:45.844Z
99942026-07-20T18:52:45.844Zrunning 0 tests
99952026-07-20T18:52:45.844Z
99962026-07-20T18:52:45.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99972026-07-20T18:52:45.848Z
99982026-07-20T18:52:45.865Z Doc-tests aal_macros
99992026-07-20T18:52:45.940Z
100002026-07-20T18:52:45.940Zrunning 0 tests
100012026-07-20T18:52:45.940Z
100022026-07-20T18:52:45.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032026-07-20T18:52:45.940Z
100042026-07-20T18:52:45.954Z Doc-tests common
100052026-07-20T18:52:46.197Z
100062026-07-20T18:52:46.197Zrunning 0 tests
100072026-07-20T18:52:46.197Z
100082026-07-20T18:52:46.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092026-07-20T18:52:46.197Z
100102026-07-20T18:52:46.221Z Doc-tests dpd_api
100112026-07-20T18:52:47.066Z
100122026-07-20T18:52:47.066Zrunning 2 tests
100132026-07-20T18:52:47.066Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100142026-07-20T18:52:47.066Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100152026-07-20T18:52:47.066Z
100162026-07-20T18:52:47.066Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100172026-07-20T18:52:47.066Z
100182026-07-20T18:52:47.101Z Doc-tests dpd_client
100192026-07-20T18:52:48.506Z
100202026-07-20T18:52:48.506Zrunning 0 tests
100212026-07-20T18:52:48.506Z
100222026-07-20T18:52:48.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100232026-07-20T18:52:48.506Z
100242026-07-20T18:52:48.558Z Doc-tests dpd_types
100252026-07-20T18:52:48.775Z
100262026-07-20T18:52:48.775Zrunning 0 tests
100272026-07-20T18:52:48.775Z
100282026-07-20T18:52:48.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100292026-07-20T18:52:48.775Z
100302026-07-20T18:52:48.805Z Doc-tests dpd_types_versions
100312026-07-20T18:52:50.034Z
100322026-07-20T18:52:50.034Zrunning 1 test
100332026-07-20T18:52:50.034Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100342026-07-20T18:52:50.034Z
100352026-07-20T18:52:50.034Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100362026-07-20T18:52:50.034Z
100372026-07-20T18:52:50.085Z Doc-tests packet
100382026-07-20T18:52:50.200Z
100392026-07-20T18:52:50.200Zrunning 0 tests
100402026-07-20T18:52:50.200Z
100412026-07-20T18:52:50.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100422026-07-20T18:52:50.200Z
100432026-07-20T18:52:50.219Z Doc-tests pcap
100442026-07-20T18:52:50.275Z
100452026-07-20T18:52:50.275Zrunning 0 tests
100462026-07-20T18:52:50.275Z
100472026-07-20T18:52:50.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100482026-07-20T18:52:50.275Z
100492026-07-20T18:52:50.327Zprocess exited: duration 595228 ms, exit code 0
 
100502026-07-20T18:52:50.335Zfound 0 output files