01KZR8DHMQYER3Y2F13XN9ZCMC: test

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

Buildomat Job: 01KZR8E1BW9W1T68CRY5C9CM09

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T11:14:24.033Zjob assigned to worker 01KZR8E4V8X4VZCRQMFF2QPKS4 [factory aws, i-052d6a8e5a4ad2b62] (queued for 55 s)
 
22026-08-11T11:14:30.529Zstarting task 0: "setup"
32026-08-11T11:14:30.534Z++ uname -s
42026-08-11T11:14:30.538Z+ kern=SunOS
52026-08-11T11:14:30.538Z+ build_user=build
62026-08-11T11:14:30.538Z+ build_uid=12345
72026-08-11T11:14:30.539Z+ work_dir=/work
82026-08-11T11:14:30.539Z+ input_dir=/input
92026-08-11T11:14:30.539Z+ [[ 0 == 12345 ]]
102026-08-11T11:14:30.539Z+ case "$kern" in
112026-08-11T11:14:30.539Z+ groupadd -g 12345 build
122026-08-11T11:14:30.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T11:14:32.542Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T11:14:32.683Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T11:14:32.686Z+ home_fs=zfs
162026-08-11T11:14:32.686Z+ [[ zfs == autofs ]]
172026-08-11T11:14:32.686Z+ mkdir -p /home/build
182026-08-11T11:14:32.686Z+ chown build:build /home/build /work
192026-08-11T11:14:34.687Z+ chmod 0700 /home/build /work
202026-08-11T11:14:34.690Zprocess exited: duration 4163 ms, exit code 0
 
212026-08-11T11:14:34.697Zstarting task 1: "rust-toolchain"
222026-08-11T11:14:34.702Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-11T11:14:34.702Z * rust toolchain channel = "1.90.0"
242026-08-11T11:14:34.702Z * rust toolchain profile = "default"
252026-08-11T11:14:34.702Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-11T11:14:34.702Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T11:14:34.702Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T11:14:34.705Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T11:14:34.705Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-11T11:14:34.784Zinfo: downloading installer
312026-08-11T11:14:36.087Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T11:14:36.087Zwarn: /home/build/.rustup/settings.toml
332026-08-11T11:14:36.087Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T11:14:36.087Zwarn: instead of the one inferred from the default host triple.
352026-08-11T11:14:36.098Zinfo: profile set to default
362026-08-11T11:14:36.098Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T11:14:36.098Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-11T11:14:36.239Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-11T11:14:36.254Zinfo: downloading 6 components
402026-08-11T11:14:51.536Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-11T11:14:51.536Z
422026-08-11T11:14:51.567Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-11T11:14:51.567Z
442026-08-11T11:14:51.567Z
452026-08-11T11:14:51.567ZRust is installed now. Great!
462026-08-11T11:14:51.567Z
472026-08-11T11:14:51.567ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T11:14:51.567Zenvironment variable. This has not been done automatically.
492026-08-11T11:14:51.567Z
502026-08-11T11:14:51.567ZTo configure your current shell, you need to source
512026-08-11T11:14:51.567Zthe corresponding env file under $HOME/.cargo.
522026-08-11T11:14:51.567Z
532026-08-11T11:14:51.567ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T11:14:51.567Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T11:14:51.567Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T11:14:51.567Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T11:14:51.567Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T11:14:51.567Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T11:14:51.567Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T11:14:51.572Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T11:14:51.573Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T11:14:51.656Z+ rustup --version
632026-08-11T11:14:51.670Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T11:14:51.675Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T11:14:51.689Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-11T11:14:51.693Z+ cargo --version
672026-08-11T11:14:51.705Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-11T11:14:51.711Z+ rustc --version
692026-08-11T11:14:51.726Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-11T11:14:51.730Zprocess exited: duration 17030 ms, exit code 0
 
712026-08-11T11:14:51.737Zstarting task 2: "authentication"
722026-08-11T11:14:51.754Zprocess exited: duration 17 ms, exit code 0
 
732026-08-11T11:14:51.760Zstarting task 3: "clone repository"
742026-08-11T11:14:51.764Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-11T11:14:51.768Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-11T11:14:51.796ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-11T11:14:52.523Z+ cd /work/oxidecomputer/dendrite
782026-08-11T11:14:52.523Z+ git fetch origin 7ee059d05d0f8289d881286847f1baaab85d44f1
792026-08-11T11:14:52.827ZFrom https://github.com/oxidecomputer/dendrite
802026-08-11T11:14:52.827Z * branch 7ee059d05d0f8289d881286847f1baaab85d44f1 -> FETCH_HEAD
812026-08-11T11:14:52.835Z+ [[ -n nsk/nat-3-natmap ]]
822026-08-11T11:14:52.838Z++ git branch --show-current
832026-08-11T11:14:52.838Z+ current=main
842026-08-11T11:14:52.838Z+ [[ main != nsk/nat-3-natmap ]]
852026-08-11T11:14:52.838Z+ git branch -f nsk/nat-3-natmap 7ee059d05d0f8289d881286847f1baaab85d44f1
862026-08-11T11:14:52.838Z+ git checkout -f nsk/nat-3-natmap
872026-08-11T11:14:52.855ZSwitched to branch 'nsk/nat-3-natmap'
882026-08-11T11:14:52.862Z+ git reset --hard 7ee059d05d0f8289d881286847f1baaab85d44f1
892026-08-11T11:14:52.873ZHEAD is now at 7ee059d unify the per-family NAT mapping code
902026-08-11T11:14:52.876Zprocess exited: duration 1112 ms, exit code 0
 
912026-08-11T11:14:52.882Zstarting task 4: "build"
922026-08-11T11:14:52.886Z+ source .github/buildomat/common.sh
932026-08-11T11:14:52.891Z++ TOFINO_STAGES=20
942026-08-11T11:14:52.891Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-11T11:14:52.891Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-11T11:14:52.891Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-11T11:14:52.891Z+++ uname -s
982026-08-11T11:14:52.891Z++ '[' SunOS == SunOS ']'
992026-08-11T11:14:52.891Z++ SERIES=illumos
1002026-08-11T11:14:52.891Z+++ uname -s
1012026-08-11T11:14:52.891Z++ '[' SunOS == SunOS ']'
1022026-08-11T11:14:52.891Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-11T11:14:52.891Z++ rustup show active-toolchain
1042026-08-11T11:14:52.897Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-11T11:14:52.902Z+ source .github/buildomat/illumos.sh
1062026-08-11T11:14:52.902Z++ banner 'sde setup'
1072026-08-11T11:14:52.902Z
1082026-08-11T11:14:52.902Z #### ##### ###### #### ###### ##### # # #####
1092026-08-11T11:14:52.902Z # # # # # # # # # # #
1102026-08-11T11:14:52.902Z #### # # ##### #### ##### # # # # #
1112026-08-11T11:14:52.902Z # # # # # # # # # #####
1122026-08-11T11:14:52.902Z # # # # # # # # # # # #
1132026-08-11T11:14:52.902Z #### ##### ###### #### ###### # #### #
1142026-08-11T11:14:52.902Z
1152026-08-11T11:14:52.902Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-11T11:14:52.902Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-11T11:14:52.902Z++ export PKG=tofino_sde.p5p
1182026-08-11T11:14:52.902Z++ PKG=tofino_sde.p5p
1192026-08-11T11:14:52.902Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-11T11:14:52.910Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-11T11:14:52.910Z Dload Upload Total Spent Left Speed
1222026-08-11T11:14:54.387Z 0 0 0 0 0 0 0 0 0 66 76.03M 66 50.72M 0 0 47.77M 0 00:01 00:01 47.78M 100 76.03M 100 76.03M 0 0 51.34M 0 00:01 00:01 47.78M 100 76.03M 100 76.03M 0 0 51.33M 0 00:01 00:01 47.78M 100 76.03M 100 76.03M 0 0 51.33M 0 00:01 00:01 47.78M
1232026-08-11T11:14:54.393Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-11T11:14:54.447Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-11T11:14:54.458Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-11T11:14:54.458Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-11T11:14:57.479Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-11T11:14:57.757Z Startup: Caching catalogs ... Done
1292026-08-11T11:14:57.805Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-11T11:14:59.497ZPlanning: Solver setup ... Done
1312026-08-11T11:14:59.549ZPlanning: Running solver ... Done
1322026-08-11T11:14:59.583ZPlanning: Finding local manifests ... Done
1332026-08-11T11:14:59.586ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-11T11:14:59.590ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-11T11:14:59.604ZPlanning: Package planning ... Done
1362026-08-11T11:14:59.610ZPlanning: Merging actions ... Done
1372026-08-11T11:14:59.699ZPlanning: Checking for conflicting actions ... Done
1382026-08-11T11:14:59.702ZPlanning: Consolidating action changes ... Done
1392026-08-11T11:15:00.523ZPlanning: Evaluating mediators ... Done
1402026-08-11T11:15:00.528ZPlanning: Planning completed in 2.71 seconds
1412026-08-11T11:15:00.532Z Packages to install: 1
1422026-08-11T11:15:00.532Z Create boot environment: No
1432026-08-11T11:15:00.532ZCreate backup boot environment: No
1442026-08-11T11:15:00.556Z
1452026-08-11T11:15:00.556ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-11T11:15:00.703ZDownload: Completed 75.30 MB in 0.15 seconds (510M/s)
1472026-08-11T11:15:00.853Z Actions: 1/293 actions (Installing new actions)
1482026-08-11T11:15:01.814Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-11T11:15:01.818ZFinalize: Updating package state database ... Done
1502026-08-11T11:15:01.860ZFinalize: Updating package cache ... Done
1512026-08-11T11:15:01.929ZFinalize: Updating image state ... Done
1522026-08-11T11:15:04.445ZFinalize: Creating fast lookup database ... Done
1532026-08-11T11:15:04.522ZFinalize: Reading search index ... Done
1542026-08-11T11:15:04.525ZFinalize: Updating search index ... Done
1552026-08-11T11:15:04.750ZFinalize: Updating package cache ... Done
1562026-08-11T11:15:04.889Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-11T11:15:04.889Z++ SDE=/opt/oxide/tofino_sde
1582026-08-11T11:15:04.894Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-11T11:15:04.894Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-11T11:15:04.894Z++ banner packages
1612026-08-11T11:15:04.894Z
1622026-08-11T11:15:04.895Z ##### ## #### # # ## #### ###### ####
1632026-08-11T11:15:04.895Z # # # # # # # # # # # # # #
1642026-08-11T11:15:04.895Z # # # # # #### # # # ##### ####
1652026-08-11T11:15:04.895Z ##### ###### # # # ###### # ### # #
1662026-08-11T11:15:04.895Z # # # # # # # # # # # # # #
1672026-08-11T11:15:04.895Z # # # #### # # # # #### ###### ####
1682026-08-11T11:15:04.895Z
1692026-08-11T11:15:04.895Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-11T11:15:05.161Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-11T11:15:05.164Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-11T11:15:06.584ZPlanning: Solver setup ... Done
1732026-08-11T11:15:06.637ZPlanning: Running solver ... Done
1742026-08-11T11:15:06.672ZPlanning: Consolidating action changes ... Done
1752026-08-11T11:15:06.675ZPlanning: Evaluating mediators ... Done
1762026-08-11T11:15:06.675ZPlanning: Planning completed in 1.51 seconds
1772026-08-11T11:15:06.692ZNo updates necessary for this image.
1782026-08-11T11:15:06.805Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-11T11:15:07.020ZPlanning: Evaluating mediator changes ... Done
1802026-08-11T11:15:07.128ZPlanning: Checking for conflicting actions ... Done
1812026-08-11T11:15:07.131ZPlanning: Consolidating action changes ... Done
1822026-08-11T11:15:07.292ZPlanning: Evaluating mediators ... Done
1832026-08-11T11:15:07.295ZPlanning: Planning completed in 0.27 seconds
1842026-08-11T11:15:07.316Z Mediators to change: 2
1852026-08-11T11:15:07.316Z Create boot environment: No
1862026-08-11T11:15:07.316ZCreate backup boot environment: No
1872026-08-11T11:15:07.363ZFinalize: Updating package state database ... Done
1882026-08-11T11:15:07.363ZFinalize: Updating package cache ... Done
1892026-08-11T11:15:07.400ZFinalize: Updating image state ... Done
1902026-08-11T11:15:09.429ZFinalize: Creating fast lookup database ... Done
1912026-08-11T11:15:09.493ZFinalize: Reading search index ... Done
1922026-08-11T11:15:09.501ZFinalize: Updating search index ... Done
1932026-08-11T11:15:09.563ZFinalize: Updating package cache ... Done
1942026-08-11T11:15:09.639Z++ cargo --version
1952026-08-11T11:15:09.646Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-11T11:15:09.656Z++ rustc --version
1972026-08-11T11:15:09.674Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-11T11:15:09.701Z+ banner copyrights
1992026-08-11T11:15:09.701Z
2002026-08-11T11:15:09.701Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-11T11:15:09.701Z # # # # # # # # # # # # # # # # #
2022026-08-11T11:15:09.701Z # # # # # # # # # # ###### # ####
2032026-08-11T11:15:09.701Z # # # ##### # ##### # # ### # # # #
2042026-08-11T11:15:09.701Z # # # # # # # # # # # # # # # #
2052026-08-11T11:15:09.701Z #### #### # # # # # #### # # # ####
2062026-08-11T11:15:09.701Z
2072026-08-11T11:15:09.701Z+ ./tools/check_copyrights.sh
2082026-08-11T11:15:09.971Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-11T11:15:10.754Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-11T11:15:11.218Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-11T11:15:11.310Zpcap/build.rs: Copyright with wrong year
2122026-08-11T11:15:11.484Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-11T11:15:11.717Z+ banner clippy
2142026-08-11T11:15:11.721Z
2152026-08-11T11:15:11.721Z #### # # ##### ##### # #
2162026-08-11T11:15:11.721Z # # # # # # # # # #
2172026-08-11T11:15:11.721Z # # # # # # # #
2182026-08-11T11:15:11.721Z # # # ##### ##### #
2192026-08-11T11:15:11.721Z # # # # # # #
2202026-08-11T11:15:11.721Z #### ###### # # # #
2212026-08-11T11:15:11.721Z
2222026-08-11T11:15:11.721Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-11T11:15:11.721Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-11T11:15:11.860Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-11T11:15:21.795Z Updating crates.io index
2262026-08-11T11:15:21.798Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-11T11:15:22.119Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-11T11:15:22.903Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-11T11:15:23.191Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-11T11:15:23.486Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-11T11:15:24.449Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-11T11:15:24.904Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-11T11:15:25.240Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-11T11:15:25.623Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-11T11:15:26.149Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-11T11:15:26.460Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-11T11:15:26.832Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-11T11:15:27.713Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-11T11:15:28.155Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-11T11:15:28.615Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-11T11:15:29.669Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-11T11:15:30.028Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-11T11:15:30.445Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-11T11:15:31.056Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-11T11:15:31.471Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-11T11:15:31.791Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-11T11:15:33.349Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-11T11:15:33.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-11T11:15:34.450Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-11T11:15:35.840Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-11T11:15:36.459Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-11T11:15:36.734Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-11T11:15:37.073Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-11T11:15:39.045Z Downloading crates ...
2552026-08-11T11:15:39.107Z Downloaded adler2 v2.0.1
2562026-08-11T11:15:39.116Z Downloaded colored v3.1.1
2572026-08-11T11:15:39.120Z Downloaded async-trait v0.1.89
2582026-08-11T11:15:39.123Z Downloaded aead v0.5.2
2592026-08-11T11:15:39.128Z Downloaded anstream v1.0.0
2602026-08-11T11:15:39.135Z Downloaded async-stream-impl v0.3.6
2612026-08-11T11:15:39.135Z Downloaded autocfg v1.5.0
2622026-08-11T11:15:39.138Z Downloaded data-encoding v2.9.0
2632026-08-11T11:15:39.138Z Downloaded atomic-waker v1.1.2
2642026-08-11T11:15:39.145Z Downloaded defmt v1.0.1
2652026-08-11T11:15:39.148Z Downloaded dof v0.3.0
2662026-08-11T11:15:39.148Z Downloaded deranged v0.5.3
2672026-08-11T11:15:39.148Z Downloaded enum-as-inner v0.6.1
2682026-08-11T11:15:39.152Z Downloaded defmt v0.3.100
2692026-08-11T11:15:39.155Z Downloaded embedded-io v0.4.0
2702026-08-11T11:15:39.155Z Downloaded elliptic-curve v0.13.8
2712026-08-11T11:15:39.158Z Downloaded cobs v0.3.0
2722026-08-11T11:15:39.162Z Downloaded clap_lex v1.1.0
2732026-08-11T11:15:39.167Z Downloaded futures-sink v0.3.32
2742026-08-11T11:15:39.167Z Downloaded form_urlencoded v1.2.2
2752026-08-11T11:15:39.170Z Downloaded float-ord v0.3.2
2762026-08-11T11:15:39.170Z Downloaded futures-core v0.3.32
2772026-08-11T11:15:39.174Z Downloaded bit-set v0.8.0
2782026-08-11T11:15:39.174Z Downloaded dtrace-parser v0.3.0
2792026-08-11T11:15:39.177Z Downloaded block-buffer v0.10.4
2802026-08-11T11:15:39.182Z Downloaded hostname v0.4.2
2812026-08-11T11:15:39.182Z Downloaded embedded-io v0.6.1
2822026-08-11T11:15:39.189Z Downloaded fastrand v2.3.0
2832026-08-11T11:15:39.189Z Downloaded cfg_aliases v0.2.1
2842026-08-11T11:15:39.192Z Downloaded constant_time_eq v0.3.1
2852026-08-11T11:15:39.192Z Downloaded fnv v1.0.7
2862026-08-11T11:15:39.192Z Downloaded futures-executor v0.3.32
2872026-08-11T11:15:39.192Z Downloaded fs-err v3.1.2
2882026-08-11T11:15:39.196Z Downloaded convert_case v0.4.0
2892026-08-11T11:15:39.200Z Downloaded cpufeatures v0.2.17
2902026-08-11T11:15:39.200Z Downloaded futures-macro v0.3.32
2912026-08-11T11:15:39.204Z Downloaded generic-array v0.14.7
2922026-08-11T11:15:39.204Z Downloaded heck v0.5.0
2932026-08-11T11:15:39.207Z Downloaded colorchoice v1.0.4
2942026-08-11T11:15:39.207Z Downloaded git-stub v1.0.0
2952026-08-11T11:15:39.211Z Downloaded foreign-types v0.5.0
2962026-08-11T11:15:39.211Z Downloaded equivalent v1.0.2
2972026-08-11T11:15:39.217Z Downloaded darling_macro v0.21.3
2982026-08-11T11:15:39.217Z Downloaded cstr-argument v0.1.2
2992026-08-11T11:15:39.224Z Downloaded gethostname v0.5.0
3002026-08-11T11:15:39.224Z Downloaded futures-task v0.3.32
3012026-08-11T11:15:39.224Z Downloaded ciborium-io v0.2.2
3022026-08-11T11:15:39.225Z Downloaded hash32 v0.3.1
3032026-08-11T11:15:39.230Z Downloaded dtrace-parser v0.2.0
3042026-08-11T11:15:39.231Z Downloaded dropshot-api-manager-types v0.7.2
3052026-08-11T11:15:39.231Z Downloaded dof v0.4.0
3062026-08-11T11:15:39.241Z Downloaded debug-ignore v1.0.5
3072026-08-11T11:15:39.241Z Downloaded foreign-types-macros v0.2.3
3082026-08-11T11:15:39.241Z Downloaded dunce v1.0.5
3092026-08-11T11:15:39.242Z Downloaded base16ct v0.2.0
3102026-08-11T11:15:39.250Z Downloaded hostname v0.3.1
3112026-08-11T11:15:39.250Z Downloaded foreign-types-shared v0.1.1
3122026-08-11T11:15:39.250Z Downloaded fs_extra v1.3.0
3132026-08-11T11:15:39.250Z Downloaded cexpr v0.6.0
3142026-08-11T11:15:39.250Z Downloaded bcs v0.1.6
3152026-08-11T11:15:39.255Z Downloaded httpdate v1.0.3
3162026-08-11T11:15:39.256Z Downloaded group v0.13.0
3172026-08-11T11:15:39.256Z Downloaded hubpack v0.1.2
3182026-08-11T11:15:39.256Z Downloaded foreign-types-shared v0.3.1
3192026-08-11T11:15:39.261Z Downloaded erased-serde v0.3.31
3202026-08-11T11:15:39.261Z Downloaded bit-vec v0.8.0
3212026-08-11T11:15:39.261Z Downloaded digest v0.11.3
3222026-08-11T11:15:39.278Z Downloaded byteorder v1.5.0
3232026-08-11T11:15:39.278Z Downloaded hyper-tls v0.6.0
3242026-08-11T11:15:39.282Z Downloaded hubpack_derive v0.1.1
3252026-08-11T11:15:39.282Z Downloaded hex v0.4.3
3262026-08-11T11:15:39.282Z Downloaded ident_case v1.0.1
3272026-08-11T11:15:39.282Z Downloaded foldhash v0.2.0
3282026-08-11T11:15:39.282Z Downloaded displaydoc v0.2.5
3292026-08-11T11:15:39.282Z Downloaded indent_write v2.2.0
3302026-08-11T11:15:39.282Z Downloaded instant v0.1.13
3312026-08-11T11:15:39.282Z Downloaded idna_adapter v1.2.1
3322026-08-11T11:15:39.287Z Downloaded daft-derive v0.1.5
3332026-08-11T11:15:39.287Z Downloaded internet-checksum v0.2.1
3342026-08-11T11:15:39.292Z Downloaded is_terminal_polyfill v1.70.1
3352026-08-11T11:15:39.292Z Downloaded find-msvc-tools v0.1.9
3362026-08-11T11:15:39.297Z Downloaded http-body-util v0.1.3
3372026-08-11T11:15:39.297Z Downloaded camino-tempfile v1.4.1
3382026-08-11T11:15:39.297Z Downloaded heck v0.4.1
3392026-08-11T11:15:39.303Z Downloaded derive-ex v0.1.8
3402026-08-11T11:15:39.303Z Downloaded foldhash v0.1.5
3412026-08-11T11:15:39.306Z Downloaded daft v0.1.5
3422026-08-11T11:15:39.306Z Downloaded digest v0.10.7
3432026-08-11T11:15:39.307Z Downloaded is_ci v1.2.0
3442026-08-11T11:15:39.315Z Downloaded is-terminal v0.4.16
3452026-08-11T11:15:39.315Z Downloaded http-body v1.0.1
3462026-08-11T11:15:39.319Z Downloaded lazy_static v1.5.0
3472026-08-11T11:15:39.319Z Downloaded compression-codecs v0.4.32
3482026-08-11T11:15:39.319Z Downloaded futures v0.3.32
3492026-08-11T11:15:39.328Z Downloaded crossbeam-epoch v0.9.18
3502026-08-11T11:15:39.329Z Downloaded libscf-sys v1.2.0
3512026-08-11T11:15:39.333Z Downloaded kstat-rs v0.2.4
3522026-08-11T11:15:39.333Z Downloaded clap_derive v4.6.1
3532026-08-11T11:15:39.333Z Downloaded keccak v0.1.6
3542026-08-11T11:15:39.333Z Downloaded macaddr v1.0.1
3552026-08-11T11:15:39.333Z Downloaded managed v0.8.0
3562026-08-11T11:15:39.336Z Downloaded memoffset v0.9.1
3572026-08-11T11:15:39.336Z Downloaded lru-slab v0.1.2
3582026-08-11T11:15:39.347Z Downloaded linked-hash-map v0.5.6
3592026-08-11T11:15:39.348Z Downloaded match_cfg v0.1.0
3602026-08-11T11:15:39.351Z Downloaded lru-cache v0.1.2
3612026-08-11T11:15:39.352Z Downloaded ciborium v0.2.2
3622026-08-11T11:15:39.352Z Downloaded git-stub-vcs v0.1.0
3632026-08-11T11:15:39.352Z Downloaded cancel-safe-futures v0.1.5
3642026-08-11T11:15:39.352Z Downloaded humantime v2.3.0
3652026-08-11T11:15:39.352Z Downloaded arrayref v0.3.9
3662026-08-11T11:15:39.355Z Downloaded itoa v1.0.15
3672026-08-11T11:15:39.355Z Downloaded clang-sys v1.8.1
3682026-08-11T11:15:39.362Z Downloaded cargo_metadata v0.18.1
3692026-08-11T11:15:39.367Z Downloaded newtype_derive v0.1.6
3702026-08-11T11:15:39.367Z Downloaded num-iter v0.1.45
3712026-08-11T11:15:39.367Z Downloaded ingot-types v0.1.2
3722026-08-11T11:15:39.367Z Downloaded newline-converter v0.3.0
3732026-08-11T11:15:39.367Z Downloaded mime v0.3.17
3742026-08-11T11:15:39.374Z Downloaded ipnet v2.11.0
3752026-08-11T11:15:39.374Z Downloaded darling v0.21.3
3762026-08-11T11:15:39.379Z Downloaded newtype-uuid-macros v0.1.0
3772026-08-11T11:15:39.379Z Downloaded cookie v0.18.1
3782026-08-11T11:15:39.379Z Downloaded num v0.4.3
3792026-08-11T11:15:39.396Z Downloaded num_enum_derive v0.5.11
3802026-08-11T11:15:39.396Z Downloaded num-derive v0.4.2
3812026-08-11T11:15:39.405Z Downloaded num_threads v0.1.7
3822026-08-11T11:15:39.405Z Downloaded ipnetwork v0.21.1
3832026-08-11T11:15:39.405Z Downloaded jobserver v0.1.34
3842026-08-11T11:15:39.405Z Downloaded hmac v0.12.1
3852026-08-11T11:15:39.405Z Downloaded omicron-workspace-hack v0.1.0
3862026-08-11T11:15:39.405Z Downloaded olpc-cjson v0.1.4
3872026-08-11T11:15:39.406Z Downloaded getrandom v0.2.16
3882026-08-11T11:15:39.406Z Downloaded const-oid v0.10.2
3892026-08-11T11:15:39.409Z Downloaded futures-channel v0.3.32
3902026-08-11T11:15:39.409Z Downloaded opaque-debug v0.3.1
3912026-08-11T11:15:39.409Z Downloaded libloading v0.8.9
3922026-08-11T11:15:39.409Z Downloaded linear-map v1.2.0
3932026-08-11T11:15:39.409Z Downloaded libsw v3.5.0
3942026-08-11T11:15:39.409Z Downloaded openssl-macros v0.1.1
3952026-08-11T11:15:39.415Z Downloaded getrandom v0.4.2
3962026-08-11T11:15:39.421Z Downloaded crc32fast v1.5.0
3972026-08-11T11:15:39.421Z Downloaded num-conv v0.2.1
3982026-08-11T11:15:39.421Z Downloaded memmap v0.7.0
3992026-08-11T11:15:39.425Z Downloaded crossbeam-utils v0.8.21
4002026-08-11T11:15:39.425Z Downloaded lock_api v0.4.14
4012026-08-11T11:15:39.425Z Downloaded console v0.15.11
4022026-08-11T11:15:39.429Z Downloaded camino v1.2.3
4032026-08-11T11:15:39.429Z Downloaded hyper-rustls v0.27.7
4042026-08-11T11:15:39.434Z Downloaded percent-encoding v2.3.2
4052026-08-11T11:15:39.434Z Downloaded parse-display v0.10.0
4062026-08-11T11:15:39.440Z Downloaded iana-time-zone v0.1.64
4072026-08-11T11:15:39.440Z Downloaded multer v3.1.0
4082026-08-11T11:15:39.449Z Downloaded plain v0.2.3
4092026-08-11T11:15:39.449Z Downloaded proc-macro-crate v1.3.1
4102026-08-11T11:15:39.449Z Downloaded powerfmt v0.2.0
4112026-08-11T11:15:39.449Z Downloaded hybrid-array v0.4.12
4122026-08-11T11:15:39.459Z Downloaded blake2 v0.10.6
4132026-08-11T11:15:39.459Z Downloaded globset v0.4.16
4142026-08-11T11:15:39.459Z Downloaded anyhow v1.0.102
4152026-08-11T11:15:39.459Z Downloaded pretty-hex v0.4.1
4162026-08-11T11:15:39.463Z Downloaded potential_utf v0.1.3
4172026-08-11T11:15:39.463Z Downloaded progenitor-client v0.10.0
4182026-08-11T11:15:39.463Z Downloaded highway v1.3.0
4192026-08-11T11:15:39.463Z Downloaded bitflags v2.11.1
4202026-08-11T11:15:39.463Z Downloaded arrayvec v0.7.6
4212026-08-11T11:15:39.466Z Downloaded critical-section v1.2.0
4222026-08-11T11:15:39.466Z Downloaded const_format_proc_macros v0.2.34
4232026-08-11T11:15:39.470Z Downloaded fixedbitset v0.5.7
4242026-08-11T11:15:39.476Z Downloaded ingot-macros v0.1.1
4252026-08-11T11:15:39.476Z Downloaded anstyle-parse v1.0.0
4262026-08-11T11:15:39.480Z Downloaded native-tls v0.2.14
4272026-08-11T11:15:39.480Z Downloaded glob v0.3.3
4282026-08-11T11:15:39.480Z Downloaded proc-macro-error-attr2 v2.0.0
4292026-08-11T11:15:39.480Z Downloaded progenitor-client v0.11.1
4302026-08-11T11:15:39.483Z Downloaded proc-macro-error-attr v1.0.4
4312026-08-11T11:15:39.483Z Downloaded dropshot_endpoint v0.16.7
4322026-08-11T11:15:39.487Z Downloaded derive-where v1.6.0
4332026-08-11T11:15:39.492Z Downloaded httparse v1.10.1
4342026-08-11T11:15:39.499Z Downloaded progenitor-client v0.14.0
4352026-08-11T11:15:39.499Z Downloaded filetime v0.2.26
4362026-08-11T11:15:39.499Z Downloaded num_enum_derive v0.7.5
4372026-08-11T11:15:39.499Z Downloaded progenitor-macro v0.10.0
4382026-08-11T11:15:39.503Z Downloaded progenitor-macro v0.11.1
4392026-08-11T11:15:39.503Z Downloaded oxnet v0.1.6
4402026-08-11T11:15:39.503Z Downloaded oxide-tokio-rt v0.1.2
4412026-08-11T11:15:39.503Z Downloaded libsw-core v0.3.2
4422026-08-11T11:15:39.506Z Downloaded quick-error v1.2.3
4432026-08-11T11:15:39.506Z Downloaded paste v1.0.15
4442026-08-11T11:15:39.510Z Downloaded phf_shared v0.12.1
4452026-08-11T11:15:39.510Z Downloaded phf v0.12.1
4462026-08-11T11:15:39.521Z Downloaded parse-display-derive v0.10.0
4472026-08-11T11:15:39.521Z Downloaded password-hash v0.5.0
4482026-08-11T11:15:39.527Z Downloaded owo-colors v4.3.0
4492026-08-11T11:15:39.527Z Downloaded memmap2 v0.9.8
4502026-08-11T11:15:39.528Z Downloaded openssl-probe v0.1.6
4512026-08-11T11:15:39.531Z Downloaded pest_generator v2.8.2
4522026-08-11T11:15:39.531Z Downloaded pem v3.0.5
4532026-08-11T11:15:39.531Z Downloaded icu_provider v2.0.0
4542026-08-11T11:15:39.535Z Downloaded pin-project-internal v1.1.10
4552026-08-11T11:15:39.535Z Downloaded pin-project-lite v0.2.16
4562026-08-11T11:15:39.538Z Downloaded rand_xorshift v0.4.0
4572026-08-11T11:15:39.538Z Downloaded ref-cast-impl v1.0.25
4582026-08-11T11:15:39.542Z Downloaded rustc_version v0.1.7
4592026-08-11T11:15:39.542Z Downloaded ref-cast v1.0.25
4602026-08-11T11:15:39.545Z Downloaded ppv-lite86 v0.2.21
4612026-08-11T11:15:39.546Z Downloaded poly1305 v0.8.0
4622026-08-11T11:15:39.550Z Downloaded rustc-hash v2.1.1
4632026-08-11T11:15:39.550Z Downloaded getrandom v0.3.3
4642026-08-11T11:15:39.555Z Downloaded half v2.7.1
4652026-08-11T11:15:39.555Z Downloaded proc-macro-error2 v2.0.1
4662026-08-11T11:15:39.561Z Downloaded pkg-config v0.3.32
4672026-08-11T11:15:39.561Z Downloaded icu_properties v2.0.1
4682026-08-11T11:15:39.561Z Downloaded drift v0.2.0
4692026-08-11T11:15:39.564Z Downloaded chacha20poly1305 v0.10.1
4702026-08-11T11:15:39.570Z Downloaded bytes v1.12.0
4712026-08-11T11:15:39.573Z Downloaded progenitor v0.14.0
4722026-08-11T11:15:39.573Z Downloaded progenitor v0.11.1
4732026-08-11T11:15:39.573Z Downloaded progenitor v0.10.0
4742026-08-11T11:15:39.573Z Downloaded same-file v1.0.6
4752026-08-11T11:15:39.577Z Downloaded base64 v0.22.1
4762026-08-11T11:15:39.580Z Downloaded const_format v0.2.34
4772026-08-11T11:15:39.584Z Downloaded num-integer v0.1.46
4782026-08-11T11:15:39.584Z Downloaded progenitor-macro v0.14.0
4792026-08-11T11:15:39.587Z Downloaded heapless v0.8.0
4802026-08-11T11:15:39.588Z Downloaded newtype-uuid v1.3.2
4812026-08-11T11:15:39.591Z Downloaded omicron-zone-package v0.12.2
4822026-08-11T11:15:39.591Z Downloaded scopeguard v1.2.0
4832026-08-11T11:15:39.595Z Downloaded icu_normalizer v2.0.0
4842026-08-11T11:15:39.595Z Downloaded scroll_derive v0.13.1
4852026-08-11T11:15:39.598Z Downloaded scroll_derive v0.12.1
4862026-08-11T11:15:39.598Z Downloaded expectorate v1.2.0
4872026-08-11T11:15:39.602Z Downloaded pest_derive v2.8.2
4882026-08-11T11:15:39.602Z Downloaded log v0.4.29
4892026-08-11T11:15:39.605Z Downloaded quote v1.0.45
4902026-08-11T11:15:39.605Z Downloaded rand_chacha v0.9.0
4912026-08-11T11:15:39.608Z Downloaded rand_chacha v0.3.1
4922026-08-11T11:15:39.608Z Downloaded once_cell v1.21.3
4932026-08-11T11:15:39.612Z Downloaded search_path v0.1.4
4942026-08-11T11:15:39.612Z Downloaded secrecy v0.10.3
4952026-08-11T11:15:39.616Z Downloaded pest_meta v2.8.2
4962026-08-11T11:15:39.616Z Downloaded parking_lot_core v0.9.12
4972026-08-11T11:15:39.616Z Downloaded dropshot_endpoint v0.17.1
4982026-08-11T11:15:39.619Z Downloaded indexmap v1.9.3
4992026-08-11T11:15:39.623Z Downloaded rand_core v0.9.3
5002026-08-11T11:15:39.623Z Downloaded rand_core v0.6.4
5012026-08-11T11:15:39.638Z Downloaded litemap v0.8.0
5022026-08-11T11:15:39.638Z Downloaded semver v0.1.20
5032026-08-11T11:15:39.638Z Downloaded derive_more v0.99.20
5042026-08-11T11:15:39.638Z Downloaded serde-big-array v0.5.1
5052026-08-11T11:15:39.638Z Downloaded serde_plain v1.0.2
5062026-08-11T11:15:39.638Z Downloaded proc-macro-error v1.0.4
5072026-08-11T11:15:39.638Z Downloaded serde_spanned v1.1.1
5082026-08-11T11:15:39.638Z Downloaded serde_repr v0.1.20
5092026-08-11T11:15:39.642Z Downloaded serde_urlencoded v0.7.1
5102026-08-11T11:15:39.643Z Downloaded serde_spanned v0.6.9
5112026-08-11T11:15:39.643Z Downloaded sha1 v0.11.0
5122026-08-11T11:15:39.643Z Downloaded sha1 v0.10.6
5132026-08-11T11:15:39.646Z Downloaded postcard v1.1.3
5142026-08-11T11:15:39.646Z Downloaded num_enum v0.7.5
5152026-08-11T11:15:39.650Z Downloaded icu_normalizer_data v2.0.0
5162026-08-11T11:15:39.653Z Downloaded cc v1.2.64
5172026-08-11T11:15:39.653Z Downloaded resolv-conf v0.7.5
5182026-08-11T11:15:39.658Z Downloaded num-traits v0.2.19
5192026-08-11T11:15:39.658Z Downloaded crossbeam-channel v0.5.15
5202026-08-11T11:15:39.661Z Downloaded clap v4.6.1
5212026-08-11T11:15:39.672Z Downloaded sigpipe v0.1.3
5222026-08-11T11:15:39.676Z Downloaded hickory-resolver v0.25.2
5232026-08-11T11:15:39.676Z Downloaded siphasher v1.0.1
5242026-08-11T11:15:39.679Z Downloaded signal-hook-tokio v0.4.0
5252026-08-11T11:15:39.679Z Downloaded rustls-pemfile v2.2.0
5262026-08-11T11:15:39.683Z Downloaded flate2 v1.1.2
5272026-08-11T11:15:39.686Z Downloaded scroll v0.12.0
5282026-08-11T11:15:39.686Z Downloaded smawk v0.3.2
5292026-08-11T11:15:39.686Z Downloaded slog-bunyan v2.5.0
5302026-08-11T11:15:39.690Z Downloaded schemars_derive v0.8.22
5312026-08-11T11:15:39.690Z Downloaded rusty-fork v0.3.0
5322026-08-11T11:15:39.693Z Downloaded pin-project v1.1.10
5332026-08-11T11:15:39.698Z Downloaded strum v0.28.0
5342026-08-11T11:15:39.702Z Downloaded scroll v0.13.0
5352026-08-11T11:15:39.702Z Downloaded strum v0.27.2
5362026-08-11T11:15:39.702Z Downloaded strum v0.26.3
5372026-08-11T11:15:39.714Z Downloaded stable_deref_trait v1.2.0
5382026-08-11T11:15:39.714Z Downloaded quinn-udp v0.5.14
5392026-08-11T11:15:39.714Z Downloaded parking_lot v0.12.5
5402026-08-11T11:15:39.714Z Downloaded strsim v0.11.1
5412026-08-11T11:15:39.717Z Downloaded papergrid v0.11.0
5422026-08-11T11:15:39.718Z Downloaded rustversion v1.0.22
5432026-08-11T11:15:39.718Z Downloaded num_enum v0.5.11
5442026-08-11T11:15:39.718Z Downloaded serde_derive_internals v0.29.1
5452026-08-11T11:15:39.718Z Downloaded icu_locale_core v2.0.0
5462026-08-11T11:15:39.721Z Downloaded serde_path_to_error v0.1.20
5472026-08-11T11:15:39.731Z Downloaded rustc_version v0.4.1
5482026-08-11T11:15:39.731Z Downloaded swrite v0.1.0
5492026-08-11T11:15:39.732Z Downloaded supports-color v3.0.2
5502026-08-11T11:15:39.744Z Downloaded num-rational v0.4.2
5512026-08-11T11:15:39.744Z Downloaded num-complex v0.4.6
5522026-08-11T11:15:39.745Z Downloaded hickory-resolver v0.24.4
5532026-08-11T11:15:39.745Z Downloaded ingot v0.1.1
5542026-08-11T11:15:39.745Z Downloaded shlex v1.3.0
5552026-08-11T11:15:39.745Z Downloaded shlex v2.0.1
5562026-08-11T11:15:39.745Z Downloaded subtle v2.6.1
5572026-08-11T11:15:39.756Z Downloaded sha2 v0.10.9
5582026-08-11T11:15:39.756Z Downloaded sync_wrapper v1.0.2
5592026-08-11T11:15:39.756Z Downloaded serde_tokenstream v0.2.3
5602026-08-11T11:15:39.756Z Downloaded cmake v0.1.54
5612026-08-11T11:15:39.756Z Downloaded base64ct v1.8.0
5622026-08-11T11:15:39.756Z Downloaded crypto-bigint v0.5.5
5632026-08-11T11:15:39.756Z Downloaded miniz_oxide v0.8.9
5642026-08-11T11:15:39.764Z Downloaded signal-hook-registry v1.4.6
5652026-08-11T11:15:39.764Z Downloaded anstyle v1.0.14
5662026-08-11T11:15:39.764Z Downloaded proc-macro2 v1.0.106
5672026-08-11T11:15:39.764Z Downloaded argon2 v0.5.3
5682026-08-11T11:15:39.764Z Downloaded tagptr v0.2.0
5692026-08-11T11:15:39.764Z Downloaded terminal_size v0.4.3
5702026-08-11T11:15:39.764Z Downloaded tabwriter v1.4.1
5712026-08-11T11:15:39.764Z Downloaded hashbrown v0.12.3
5722026-08-11T11:15:39.768Z Downloaded async-compression v0.4.33
5732026-08-11T11:15:39.768Z Downloaded progenitor-impl v0.10.0
5742026-08-11T11:15:39.768Z Downloaded take_mut v0.2.2
5752026-08-11T11:15:39.768Z Downloaded slog-json v2.6.1
5762026-08-11T11:15:39.776Z Downloaded slog-async v2.8.0
5772026-08-11T11:15:39.776Z Downloaded testing_table v0.3.0
5782026-08-11T11:15:39.776Z Downloaded termtree v0.5.1
5792026-08-11T11:15:39.781Z Downloaded slab v0.4.11
5802026-08-11T11:15:39.781Z Downloaded tabled_derive v0.7.0
5812026-08-11T11:15:39.781Z Downloaded thread-id v4.2.2
5822026-08-11T11:15:39.781Z Downloaded thiserror-impl-no-std v2.0.2
5832026-08-11T11:15:39.781Z Downloaded inout v0.1.4
5842026-08-11T11:15:39.781Z Downloaded csv-core v0.1.12
5852026-08-11T11:15:39.781Z Downloaded tinyvec_macros v0.1.1
5862026-08-11T11:15:39.781Z Downloaded thread-id v5.0.0
5872026-08-11T11:15:39.785Z Downloaded crossbeam-deque v0.8.6
5882026-08-11T11:15:39.785Z Downloaded slog-dtrace v0.3.0
5892026-08-11T11:15:39.785Z Downloaded snafu-derive v0.8.9
5902026-08-11T11:15:39.785Z Downloaded slog-term v2.9.2
5912026-08-11T11:15:39.789Z Downloaded openssl-sys v0.9.117
5922026-08-11T11:15:39.789Z Downloaded semver v1.0.28
5932026-08-11T11:15:39.793Z Downloaded time-core v0.1.8
5942026-08-11T11:15:39.793Z Downloaded jiff-static v0.2.15
5952026-08-11T11:15:39.801Z Downloaded smf v0.2.3
5962026-08-11T11:15:39.802Z Downloaded structmeta v0.3.0
5972026-08-11T11:15:39.802Z Downloaded static_assertions v1.1.0
5982026-08-11T11:15:39.802Z Downloaded strum_macros v0.26.4
5992026-08-11T11:15:39.806Z Downloaded memchr v2.7.5
6002026-08-11T11:15:39.806Z Downloaded papergrid v0.18.0
6012026-08-11T11:15:39.806Z Downloaded prettyplease v0.2.37
6022026-08-11T11:15:39.810Z Downloaded chacha20 v0.9.1
6032026-08-11T11:15:39.810Z Downloaded bitflags v1.3.2
6042026-08-11T11:15:39.815Z Downloaded strum_macros v0.28.0
6052026-08-11T11:15:39.815Z Downloaded serde_with_macros v3.14.1
6062026-08-11T11:15:39.815Z Downloaded icu_collections v2.0.0
6072026-08-11T11:15:39.819Z Downloaded tokio-macros v2.7.0
6082026-08-11T11:15:39.819Z Downloaded strum_macros v0.27.2
6092026-08-11T11:15:39.819Z Downloaded structmeta-derive v0.3.0
6102026-08-11T11:15:39.823Z Downloaded cipher v0.4.4
6112026-08-11T11:15:39.823Z Downloaded ciborium-ll v0.2.2
6122026-08-11T11:15:39.823Z Downloaded bytecount v0.6.9
6132026-08-11T11:15:39.828Z Downloaded crc8 v0.1.1
6142026-08-11T11:15:39.828Z Downloaded crucible-workspace-hack v0.1.0
6152026-08-11T11:15:39.828Z Downloaded futures-io v0.3.32
6162026-08-11T11:15:39.828Z Downloaded crypto-common v0.2.2
6172026-08-11T11:15:39.833Z Downloaded cpufeatures v0.3.0
6182026-08-11T11:15:39.833Z Downloaded curve25519-dalek-derive v0.1.1
6192026-08-11T11:15:39.833Z Downloaded cargo-platform v0.1.9
6202026-08-11T11:15:39.833Z Downloaded either v1.15.0
6212026-08-11T11:15:39.833Z Downloaded hyper-util v0.1.20
6222026-08-11T11:15:39.837Z Downloaded toml_datetime v0.6.11
6232026-08-11T11:15:39.837Z Downloaded crypto-common v0.1.6
6242026-08-11T11:15:39.837Z Downloaded cfg-if v1.0.4
6252026-08-11T11:15:39.841Z Downloaded dyn-clone v1.0.20
6262026-08-11T11:15:39.841Z Downloaded backoff v0.4.0
6272026-08-11T11:15:39.844Z Downloaded darling_core v0.21.3
6282026-08-11T11:15:39.844Z Downloaded curl v0.4.50
6292026-08-11T11:15:39.847Z Downloaded synstructure v0.13.2
6302026-08-11T11:15:39.851Z Downloaded signal-hook v0.4.4
6312026-08-11T11:15:39.851Z Downloaded topological-sort v0.2.2
6322026-08-11T11:15:39.851Z Downloaded allocator-api2 v0.2.21
6332026-08-11T11:15:39.855Z Downloaded progenitor-impl v0.11.1
6342026-08-11T11:15:39.855Z Downloaded anstyle-query v1.1.4
6352026-08-11T11:15:39.855Z Downloaded errno v0.3.14
6362026-08-11T11:15:39.863Z Downloaded fixedbitset v0.4.2
6372026-08-11T11:15:39.863Z Downloaded foreign-types v0.3.2
6382026-08-11T11:15:39.864Z Downloaded thiserror-impl v1.0.69
6392026-08-11T11:15:39.873Z Downloaded thiserror v2.0.18
6402026-08-11T11:15:39.873Z Downloaded try-lock v0.2.5
6412026-08-11T11:15:39.873Z Downloaded tower-layer v0.3.3
6422026-08-11T11:15:39.873Z Downloaded thread_local v1.1.9
6432026-08-11T11:15:39.873Z Downloaded ff v0.13.1
6442026-08-11T11:15:39.873Z Downloaded tower-service v0.3.3
6452026-08-11T11:15:39.873Z Downloaded compression-core v0.4.32
6462026-08-11T11:15:39.882Z Downloaded block-buffer v0.12.0
6472026-08-11T11:15:39.882Z Downloaded defmt-parser v1.0.0
6482026-08-11T11:15:39.882Z Downloaded thiserror-impl v2.0.18
6492026-08-11T11:15:39.883Z Downloaded ryu v1.0.20
6502026-08-11T11:15:39.883Z Downloaded progenitor-impl v0.14.0
6512026-08-11T11:15:39.883Z Downloaded smallvec v1.15.1
6522026-08-11T11:15:39.883Z Downloaded thiserror v1.0.69
6532026-08-11T11:15:39.896Z Downloaded defmt-macros v1.0.1
6542026-08-11T11:15:39.896Z Downloaded typify-macro v0.4.3
6552026-08-11T11:15:39.896Z Downloaded atomicwrites v0.4.4
6562026-08-11T11:15:39.896Z Downloaded async-stream v0.3.6
6572026-08-11T11:15:39.896Z Downloaded async-recursion v1.1.1
6582026-08-11T11:15:39.900Z Downloaded tokio-dtrace v0.1.1
6592026-08-11T11:15:39.900Z Downloaded tinystr v0.8.1
6602026-08-11T11:15:39.900Z Downloaded time-macros v0.2.27
6612026-08-11T11:15:39.900Z Downloaded unarray v0.1.4
6622026-08-11T11:15:39.900Z Downloaded universal-hash v0.5.1
6632026-08-11T11:15:39.900Z Downloaded unicode-xid v0.2.6
6642026-08-11T11:15:39.900Z Downloaded serde_derive v1.0.228
6652026-08-11T11:15:39.906Z Downloaded tokio-native-tls v0.3.1
6662026-08-11T11:15:39.906Z Downloaded serde_yaml v0.9.34+deprecated
6672026-08-11T11:15:39.909Z Downloaded untrusted v0.9.0
6682026-08-11T11:15:39.913Z Downloaded unicode-linebreak v0.1.5
6692026-08-11T11:15:39.913Z Downloaded utf8_iter v1.0.4
6702026-08-11T11:15:39.916Z Downloaded usdt-macro v0.6.0
6712026-08-11T11:15:39.916Z Downloaded http v1.4.2
6722026-08-11T11:15:39.924Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6732026-08-11T11:15:39.929Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6742026-08-11T11:15:39.929Z Downloaded minimal-lexical v0.2.1
6752026-08-11T11:15:39.932Z Downloaded usdt v0.5.0
6762026-08-11T11:15:39.932Z Downloaded usdt-macro v0.5.0
6772026-08-11T11:15:39.932Z Downloaded usdt-attr-macro v0.6.0
6782026-08-11T11:15:39.932Z Downloaded usdt-attr-macro v0.5.0
6792026-08-11T11:15:39.932Z Downloaded indexmap v2.14.0
6802026-08-11T11:15:39.936Z Downloaded version_check v0.9.5
6812026-08-11T11:15:39.936Z Downloaded toml_write v0.1.2
6822026-08-11T11:15:39.940Z Downloaded term v1.2.0
6832026-08-11T11:15:39.940Z Downloaded tempfile v3.27.0
6842026-08-11T11:15:39.943Z Downloaded usdt v0.6.0
6852026-08-11T11:15:39.943Z Downloaded rustls-pki-types v1.12.0
6862026-08-11T11:15:39.943Z Downloaded wait-timeout v0.2.1
6872026-08-11T11:15:39.947Z Downloaded utf8parse v0.2.2
6882026-08-11T11:15:39.947Z Downloaded similar v2.7.0
6892026-08-11T11:15:39.950Z Downloaded schemars v0.8.22
6902026-08-11T11:15:39.954Z Downloaded waitgroup v0.1.2
6912026-08-11T11:15:39.958Z Downloaded thiserror-no-std v2.0.2
6922026-08-11T11:15:39.961Z Downloaded want v0.3.1
6932026-08-11T11:15:39.961Z Downloaded quinn v0.11.9
6942026-08-11T11:15:39.965Z Downloaded spin v0.9.8
6952026-08-11T11:15:39.968Z Downloaded qorb v0.4.1
6962026-08-11T11:15:39.971Z Downloaded typify-macro v0.6.2
6972026-08-11T11:15:39.976Z Downloaded rayon-core v1.13.0
6982026-08-11T11:15:39.979Z Downloaded socket2 v0.5.10
6992026-08-11T11:15:39.979Z Downloaded scuffle v0.1.0
7002026-08-11T11:15:39.983Z Downloaded serde_core v1.0.228
7012026-08-11T11:15:39.987Z Downloaded rand v0.8.5
7022026-08-11T11:15:39.987Z Downloaded toml v0.8.23
7032026-08-11T11:15:39.992Z Downloaded yoke-derive v0.8.0
7042026-08-11T11:15:39.992Z Downloaded xattr v1.6.1
7052026-08-11T11:15:39.992Z Downloaded tokio-rustls v0.26.4
7062026-08-11T11:15:39.996Z Downloaded tokio-rustls v0.25.0
7072026-08-11T11:15:39.996Z Downloaded zerofrom-derive v0.1.6
7082026-08-11T11:15:39.996Z Downloaded zerofrom v0.1.6
7092026-08-11T11:15:39.996Z Downloaded usdt-impl v0.6.0
7102026-08-11T11:15:39.996Z Downloaded untrusted v0.7.1
7112026-08-11T11:15:39.999Z Downloaded zone_cfg_derive v0.3.1
7122026-08-11T11:15:39.999Z Downloaded zone v0.3.1
7132026-08-11T11:15:40.004Z Downloaded toml_parser v1.1.2+spec-1.1.0
7142026-08-11T11:15:40.014Z Downloaded rustls-webpki v0.103.6
7152026-08-11T11:15:40.018Z Downloaded mio v1.2.1
7162026-08-11T11:15:40.021Z Downloaded zeroize_derive v1.4.3
7172026-08-11T11:15:40.025Z Downloaded tokio-stream v0.1.17
7182026-08-11T11:15:40.029Z Downloaded test-strategy v0.4.3
7192026-08-11T11:15:40.033Z Downloaded hashbrown v0.16.1
7202026-08-11T11:15:40.033Z Downloaded toml_writer v1.1.1+spec-1.1.0
7212026-08-11T11:15:40.036Z Downloaded dropshot-api-manager v0.7.2
7222026-08-11T11:15:40.036Z Downloaded walkdir v2.5.0
7232026-08-11T11:15:40.047Z Downloaded whoami v1.6.1
7242026-08-11T11:15:40.047Z Downloaded vsss-rs v3.3.4
7252026-08-11T11:15:40.050Z Downloaded tracing-attributes v0.1.30
7262026-08-11T11:15:40.050Z Downloaded schemars v0.9.0
7272026-08-11T11:15:40.050Z Downloaded writeable v0.6.1
7282026-08-11T11:15:40.054Z Downloaded socket2 v0.6.4
7292026-08-11T11:15:40.054Z Downloaded snafu v0.8.9
7302026-08-11T11:15:40.057Z Downloaded slog v2.8.2
7312026-08-11T11:15:40.061Z Downloaded serde v1.0.228
7322026-08-11T11:15:40.064Z Downloaded rand v0.9.3
7332026-08-11T11:15:40.068Z Downloaded tinyvec v1.10.0
7342026-08-11T11:15:40.068Z Downloaded toml v1.1.2+spec-1.1.0
7352026-08-11T11:15:40.072Z Downloaded usdt-impl v0.5.0
7362026-08-11T11:15:40.075Z Downloaded yoke v0.8.0
7372026-08-11T11:15:40.090Z Downloaded nom v7.1.3
7382026-08-11T11:15:40.096Z Downloaded hashbrown v0.15.5
7392026-08-11T11:15:40.100Z Downloaded zeroize v1.8.1
7402026-08-11T11:15:40.103Z Downloaded zmij v1.0.17
7412026-08-11T11:15:40.103Z Downloaded zerovec-derive v0.11.1
7422026-08-11T11:15:40.103Z Downloaded toml v0.9.12+spec-1.1.0
7432026-08-11T11:15:40.108Z Downloaded toml v0.7.8
7442026-08-11T11:15:40.108Z Downloaded tar v0.4.45
7452026-08-11T11:15:40.112Z Downloaded iri-string v0.7.8
7462026-08-11T11:15:40.112Z Downloaded vergen v8.3.2
7472026-08-11T11:15:40.116Z Downloaded aho-corasick v1.1.3
7482026-08-11T11:15:40.116Z Downloaded textwrap v0.16.2
7492026-08-11T11:15:40.120Z Downloaded typify v0.6.2
7502026-08-11T11:15:40.120Z Downloaded typify v0.4.3
7512026-08-11T11:15:40.123Z Downloaded schemars v1.2.0
7522026-08-11T11:15:40.129Z Downloaded unicode-ident v1.0.24
7532026-08-11T11:15:40.133Z Downloaded pest v2.8.2
7542026-08-11T11:15:40.136Z Downloaded ucd-trie v0.1.7
7552026-08-11T11:15:40.136Z Downloaded itertools v0.12.1
7562026-08-11T11:15:40.139Z Downloaded hashbrown v0.17.1
7572026-08-11T11:15:40.143Z Downloaded zerocopy-derive v0.7.35
7582026-08-11T11:15:40.148Z Downloaded iddqd v0.3.18
7592026-08-11T11:15:40.151Z Downloaded hyper v1.10.1
7602026-08-11T11:15:40.151Z Downloaded idna v1.1.0
7612026-08-11T11:15:40.154Z Downloaded uuid v1.23.3
7622026-08-11T11:15:40.158Z Downloaded hkdf v0.12.4
7632026-08-11T11:15:40.158Z Downloaded toml_edit v0.22.27
7642026-08-11T11:15:40.162Z Downloaded icu_properties_data v2.0.1
7652026-08-11T11:15:40.165Z Downloaded tracing-core v0.1.34
7662026-08-11T11:15:40.173Z Downloaded itertools v0.14.0
7672026-08-11T11:15:40.190Z Downloaded futures-util v0.3.32
7682026-08-11T11:15:40.196Z Downloaded steno v0.4.1
7692026-08-11T11:15:40.206Z Downloaded unsafe-libyaml v0.2.11
7702026-08-11T11:15:40.210Z Downloaded toml_edit v0.19.15
7712026-08-11T11:15:40.216Z Downloaded tracing v0.1.41
7722026-08-11T11:15:40.220Z Downloaded h2 v0.4.14
7732026-08-11T11:15:40.223Z Downloaded itertools v0.15.0
7742026-08-11T11:15:40.236Z Downloaded clap_builder v4.6.0
7752026-08-11T11:15:40.239Z Downloaded url v2.5.7
7762026-08-11T11:15:40.246Z Downloaded iddqd v0.4.5
7772026-08-11T11:15:40.251Z Downloaded libm v0.2.15
7782026-08-11T11:15:40.265Z Downloaded tower v0.5.2
7792026-08-11T11:15:40.299Z Downloaded goblin v0.8.2
7802026-08-11T11:15:40.335Z Downloaded aws-lc-rs v1.16.2
7812026-08-11T11:15:40.339Z Downloaded regex v1.12.4
7822026-08-11T11:15:40.339Z Downloaded zerocopy-derive v0.8.27
7832026-08-11T11:15:40.339Z Downloaded serde_json v1.0.150
7842026-08-11T11:15:40.339Z Downloaded reqwest v0.12.23
7852026-08-11T11:15:40.339Z Downloaded reqwest v0.13.2
7862026-08-11T11:15:40.345Z Downloaded typed-path v0.9.3
7872026-08-11T11:15:40.350Z Downloaded rayon v1.11.0
7882026-08-11T11:15:40.357Z Downloaded unicode-segmentation v1.12.0
7892026-08-11T11:15:40.362Z Downloaded unicode-normalization v0.1.24
7902026-08-11T11:15:40.362Z Downloaded zerotrie v0.2.2
7912026-08-11T11:15:40.365Z Downloaded portable-atomic v1.11.1
7922026-08-11T11:15:40.365Z Downloaded tokio-util v0.7.16
7932026-08-11T11:15:40.370Z Downloaded blake3 v1.8.2
7942026-08-11T11:15:40.377Z Downloaded typenum v1.20.1
7952026-08-11T11:15:40.382Z Downloaded tower-http v0.6.8
7962026-08-11T11:15:40.386Z Downloaded git2 v0.19.0
7972026-08-11T11:15:40.391Z Downloaded tough v0.20.0
7982026-08-11T11:15:40.402Z Downloaded zerovec v0.11.4
7992026-08-11T11:15:40.405Z Downloaded rustls-webpki v0.102.8
8002026-08-11T11:15:40.412Z Downloaded proptest v1.8.0
8012026-08-11T11:15:40.416Z Downloaded chrono v0.4.45
8022026-08-11T11:15:40.432Z Downloaded serde_with v3.14.1
8032026-08-11T11:15:40.440Z Downloaded bindgen v0.72.1
8042026-08-11T11:15:40.443Z Downloaded winnow v0.5.40
8052026-08-11T11:15:40.453Z Downloaded zerocopy v0.7.35
8062026-08-11T11:15:40.475Z Downloaded goblin v0.10.1
8072026-08-11T11:15:40.483Z Downloaded moka v0.12.11
8082026-08-11T11:15:40.498Z Downloaded winnow v1.0.3
8092026-08-11T11:15:40.503Z Downloaded winnow v0.7.14
8102026-08-11T11:15:40.522Z Downloaded tabled v0.15.0
8112026-08-11T11:15:40.532Z Downloaded tabled v0.21.0
8122026-08-11T11:15:40.548Z Downloaded quinn-proto v0.11.14
8132026-08-11T11:15:40.568Z Downloaded time v0.3.47
8142026-08-11T11:15:40.598Z Downloaded vcpkg v0.2.15
8152026-08-11T11:15:40.602Z Downloaded syn v1.0.109
8162026-08-11T11:15:40.602Z Downloaded dropshot v0.16.7
8172026-08-11T11:15:40.641Z Downloaded curve25519-dalek v4.1.3
8182026-08-11T11:15:40.646Z Downloaded zerocopy v0.8.27
8192026-08-11T11:15:40.646Z Downloaded openssl v0.10.81
8202026-08-11T11:15:40.646Z Downloaded dropshot v0.17.1
8212026-08-11T11:15:40.661Z Downloaded unicode-width v0.2.1
8222026-08-11T11:15:40.670Z Downloaded hickory-proto v0.24.4
8232026-08-11T11:15:40.671Z Downloaded unicode-width v0.1.14
8242026-08-11T11:15:40.671Z Downloaded regex-syntax v0.8.11
8252026-08-11T11:15:40.675Z Downloaded rustls v0.22.4
8262026-08-11T11:15:40.679Z Downloaded webpki-roots v1.0.2
8272026-08-11T11:15:40.684Z Downloaded regress v0.10.5
8282026-08-11T11:15:40.687Z Downloaded rustix v0.38.44
8292026-08-11T11:15:40.706Z Downloaded syn v2.0.118
8302026-08-11T11:15:40.709Z Downloaded smoltcp v0.11.0
8312026-08-11T11:15:40.715Z Downloaded rustls v0.23.40
8322026-08-11T11:15:40.719Z Downloaded rustix v1.1.4
8332026-08-11T11:15:40.736Z Downloaded regress v0.11.1
8342026-08-11T11:15:40.740Z Downloaded openapiv3 v2.2.0
8352026-08-11T11:15:40.746Z Downloaded hickory-proto v0.25.2
8362026-08-11T11:15:40.755Z Downloaded nix v0.31.3
8372026-08-11T11:15:40.763Z Downloaded nix v0.30.1
8382026-08-11T11:15:40.771Z Downloaded bstr v1.12.0
8392026-08-11T11:15:40.798Z Downloaded regex-automata v0.4.13
8402026-08-11T11:15:40.809Z Downloaded typify-impl v0.6.2
8412026-08-11T11:15:40.832Z Downloaded petgraph v0.6.5
8422026-08-11T11:15:40.847Z Downloaded typify-impl v0.4.3
8432026-08-11T11:15:40.864Z Downloaded petgraph v0.8.2
8442026-08-11T11:15:40.880Z Downloaded libc v0.2.186
8452026-08-11T11:15:40.898Z Downloaded libz-sys v1.1.22
8462026-08-11T11:15:40.946Z Downloaded jiff v0.2.15
8472026-08-11T11:15:40.973Z Downloaded encoding_rs v0.8.35
8482026-08-11T11:15:40.997Z Downloaded chrono-tz v0.10.4
8492026-08-11T11:15:41.008Z Downloaded libgit2-sys v0.17.0+1.8.1
8502026-08-11T11:15:41.048Z Downloaded csv v1.4.0
8512026-08-11T11:15:41.076Z Downloaded sha3 v0.10.8
8522026-08-11T11:15:41.084Z Downloaded tokio v1.52.3
8532026-08-11T11:15:41.217Z Downloaded ring v0.17.14
8542026-08-11T11:15:41.270Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-11T11:15:41.893Z Downloaded aws-lc-sys v0.39.1
8562026-08-11T11:15:42.220Z Compiling proc-macro2 v1.0.106
8572026-08-11T11:15:42.220Z Compiling quote v1.0.45
8582026-08-11T11:15:42.220Z Compiling unicode-ident v1.0.24
8592026-08-11T11:15:42.220Z Compiling serde_core v1.0.228
8602026-08-11T11:15:42.223Z Compiling serde v1.0.228
8612026-08-11T11:15:42.223Z Compiling libc v0.2.186
8622026-08-11T11:15:42.223Z Checking cfg-if v1.0.4
8632026-08-11T11:15:42.484Z Compiling zmij v1.0.17
8642026-08-11T11:15:42.545Z Compiling autocfg v1.5.0
8652026-08-11T11:15:42.870Z Compiling memchr v2.7.5
8662026-08-11T11:15:42.896Z Compiling libm v0.2.15
8672026-08-11T11:15:43.211Z Compiling getrandom v0.4.2
8682026-08-11T11:15:43.286Z Compiling thiserror v2.0.18
8692026-08-11T11:15:43.342Z Checking smallvec v1.15.1
8702026-08-11T11:15:43.358Z Compiling version_check v0.9.5
8712026-08-11T11:15:43.489Z Checking itoa v1.0.15
8722026-08-11T11:15:43.519Z Compiling jobserver v0.1.34
8732026-08-11T11:15:43.614Z Compiling syn v2.0.118
8742026-08-11T11:15:43.645Z Compiling find-msvc-tools v0.1.9
8752026-08-11T11:15:43.658Z Compiling shlex v2.0.1
8762026-08-11T11:15:43.677Z Compiling icu_normalizer_data v2.0.0
8772026-08-11T11:15:43.822Z Compiling cc v1.2.64
8782026-08-11T11:15:43.838Z Compiling icu_properties_data v2.0.1
8792026-08-11T11:15:43.877Z Compiling parking_lot_core v0.9.12
8802026-08-11T11:15:43.920Z Checking stable_deref_trait v1.2.0
8812026-08-11T11:15:43.965Z Compiling serde_json v1.0.150
8822026-08-11T11:15:44.194Z Checking litemap v0.8.0
8832026-08-11T11:15:44.223Z Checking writeable v0.6.1
8842026-08-11T11:15:44.336Z Compiling heck v0.5.0
8852026-08-11T11:15:44.396Z Compiling num-traits v0.2.19
8862026-08-11T11:15:44.400Z Checking percent-encoding v2.3.2
8872026-08-11T11:15:44.752Z Checking form_urlencoded v1.2.2
8882026-08-11T11:15:44.874Z Checking utf8_iter v1.0.4
8892026-08-11T11:15:44.880Z Compiling zerocopy v0.8.27
8902026-08-11T11:15:44.915Z Checking pin-project-lite v0.2.16
8912026-08-11T11:15:44.955Z Checking iana-time-zone v0.1.64
8922026-08-11T11:15:45.004Z Compiling log v0.4.29
8932026-08-11T11:15:45.020Z Compiling rustversion v1.0.22
8942026-08-11T11:15:45.062Z Compiling equivalent v1.0.2
8952026-08-11T11:15:45.156Z Compiling semver v1.0.28
8962026-08-11T11:15:45.173Z Checking socket2 v0.6.4
8972026-08-11T11:15:45.189Z Checking uuid v1.23.3
8982026-08-11T11:15:45.337Z Checking scopeguard v1.2.0
8992026-08-11T11:15:45.443Z Checking lock_api v0.4.14
9002026-08-11T11:15:45.482Z Checking signal-hook-registry v1.4.6
9012026-08-11T11:15:45.565Z Checking mio v1.2.1
9022026-08-11T11:15:45.624Z Checking getrandom v0.2.16
9032026-08-11T11:15:45.639Z Checking dyn-clone v1.0.20
9042026-08-11T11:15:45.652Z Compiling schemars v0.8.22
9052026-08-11T11:15:45.657Z Checking parking_lot v0.12.5
9062026-08-11T11:15:45.738Z Checking bitflags v2.11.1
9072026-08-11T11:15:45.850Z Compiling portable-atomic v1.11.1
9082026-08-11T11:15:45.909Z Checking futures-core v0.3.32
9092026-08-11T11:15:45.926Z Checking critical-section v1.2.0
9102026-08-11T11:15:45.998Z Compiling ring v0.17.14
9112026-08-11T11:15:46.040Z Compiling hashbrown v0.17.1
9122026-08-11T11:15:46.043Z Compiling thiserror v1.0.69
9132026-08-11T11:15:46.143Z Compiling httparse v1.10.1
9142026-08-11T11:15:46.545Z Compiling indexmap v2.14.0
9152026-08-11T11:15:46.561Z Compiling synstructure v0.13.2
9162026-08-11T11:15:46.590Z Compiling serde_derive_internals v0.29.1
9172026-08-11T11:15:46.826Z Checking once_cell v1.21.3
9182026-08-11T11:15:46.843Z Checking futures-sink v0.3.32
9192026-08-11T11:15:46.945Z Compiling regex-syntax v0.8.11
9202026-08-11T11:15:47.090Z Compiling rustix v1.1.4
9212026-08-11T11:15:47.223Z Checking slab v0.4.11
9222026-08-11T11:15:47.366Z Compiling aho-corasick v1.1.3
9232026-08-11T11:15:47.381Z Checking subtle v2.6.1
9242026-08-11T11:15:47.424Z Compiling ucd-trie v0.1.7
9252026-08-11T11:15:47.539Z Checking futures-channel v0.3.32
9262026-08-11T11:15:47.652Z Compiling anyhow v1.0.102
9272026-08-11T11:15:47.676Z Checking rand_core v0.6.4
9282026-08-11T11:15:47.730Z Checking futures-task v0.3.32
9292026-08-11T11:15:47.846Z Checking typenum v1.20.1
9302026-08-11T11:15:47.858Z Compiling serde_derive v1.0.228
9312026-08-11T11:15:47.858Z Compiling zerofrom-derive v0.1.6
9322026-08-11T11:15:47.885Z Compiling yoke-derive v0.8.0
9332026-08-11T11:15:47.966Z Compiling zerovec-derive v0.11.1
9342026-08-11T11:15:48.615Z Compiling displaydoc v0.2.5
9352026-08-11T11:15:48.797Z Compiling thiserror-impl v2.0.18
9362026-08-11T11:15:48.900Z Compiling schemars_derive v0.8.22
9372026-08-11T11:15:49.032Z Compiling tokio-macros v2.7.0
9382026-08-11T11:15:49.048Z Compiling zerocopy-derive v0.8.27
9392026-08-11T11:15:49.063Z Checking zerofrom v0.1.6
9402026-08-11T11:15:49.184Z Checking yoke v0.8.0
9412026-08-11T11:15:49.337Z Compiling futures-macro v0.3.32
9422026-08-11T11:15:49.357Z Checking zerovec v0.11.4
9432026-08-11T11:15:49.785Z Checking zerotrie v0.2.2
9442026-08-11T11:15:50.031Z Compiling zeroize_derive v1.4.3
9452026-08-11T11:15:50.081Z Checking tinystr v0.8.1
9462026-08-11T11:15:50.123Z Checking potential_utf v0.1.3
9472026-08-11T11:15:50.162Z Compiling thiserror-impl v1.0.69
9482026-08-11T11:15:50.239Z Compiling regex-automata v0.4.13
9492026-08-11T11:15:50.255Z Checking icu_locale_core v2.0.0
9502026-08-11T11:15:50.255Z Checking icu_collections v2.0.0
9512026-08-11T11:15:50.674Z Compiling pest v2.8.2
9522026-08-11T11:15:50.689Z Checking zeroize v1.8.1
9532026-08-11T11:15:50.707Z Checking icu_provider v2.0.0
9542026-08-11T11:15:50.927Z Checking bytes v1.12.0
9552026-08-11T11:15:50.952Z Checking icu_properties v2.0.1
9562026-08-11T11:15:51.054Z Checking icu_normalizer v2.0.0
9572026-08-11T11:15:51.309Z Checking chrono v0.4.45
9582026-08-11T11:15:51.374Z Compiling serde_tokenstream v0.2.3
9592026-08-11T11:15:51.388Z Checking tokio v1.52.3
9602026-08-11T11:15:51.758Z Checking idna_adapter v1.2.1
9612026-08-11T11:15:51.865Z Compiling pest_meta v2.8.2
9622026-08-11T11:15:51.884Z Checking idna v1.1.0
9632026-08-11T11:15:51.900Z Compiling regex v1.12.4
9642026-08-11T11:15:51.926Z Checking futures-io v0.3.32
9652026-08-11T11:15:52.042Z Checking futures-util v0.3.32
9662026-08-11T11:15:52.118Z Checking url v2.5.7
9672026-08-11T11:15:52.152Z Compiling getrandom v0.3.3
9682026-08-11T11:15:52.286Z Compiling tracing-attributes v0.1.30
9692026-08-11T11:15:52.483Z Compiling pest_generator v2.8.2
9702026-08-11T11:15:52.885Z Checking tracing-core v0.1.34
9712026-08-11T11:15:53.103Z Compiling foldhash v0.2.0
9722026-08-11T11:15:53.153Z Compiling pest_derive v2.8.2
9732026-08-11T11:15:53.169Z Compiling pkg-config v0.3.32
9742026-08-11T11:15:53.190Z Compiling allocator-api2 v0.2.21
9752026-08-11T11:15:53.295Z Checking fnv v1.0.7
9762026-08-11T11:15:53.481Z Checking tracing v0.1.41
9772026-08-11T11:15:53.503Z Compiling hashbrown v0.16.1
9782026-08-11T11:15:53.639Z Checking http v1.4.2
9792026-08-11T11:15:53.652Z Compiling generic-array v0.14.7
9802026-08-11T11:15:53.655Z Compiling vcpkg v0.2.15
9812026-08-11T11:15:53.934Z Compiling num-conv v0.2.1
9822026-08-11T11:15:53.948Z Compiling time-core v0.1.8
9832026-08-11T11:15:54.074Z Compiling byteorder v1.5.0
9842026-08-11T11:15:54.105Z Compiling time-macros v0.2.27
9852026-08-11T11:15:54.222Z Checking errno v0.3.14
9862026-08-11T11:15:54.311Z Checking ipnet v2.11.0
9872026-08-11T11:15:54.342Z Checking base64 v0.22.1
9882026-08-11T11:15:54.527Z Checking tokio-util v0.7.16
9892026-08-11T11:15:54.592Z Compiling scroll_derive v0.13.1
9902026-08-11T11:15:54.622Z Compiling camino v1.2.3
9912026-08-11T11:15:54.803Z Checking crypto-common v0.1.6
9922026-08-11T11:15:54.928Z Checking http-body v1.0.1
9932026-08-11T11:15:54.999Z Compiling crossbeam-utils v0.8.21
9942026-08-11T11:15:55.059Z Checking atomic-waker v1.1.2
9952026-08-11T11:15:55.063Z Checking ppv-lite86 v0.2.21
9962026-08-11T11:15:55.243Z Compiling slog v2.8.2
9972026-08-11T11:15:55.324Z Checking tower-service v0.3.3
9982026-08-11T11:15:55.365Z Checking tower-layer v0.3.3
9992026-08-11T11:15:55.368Z Checking try-lock v0.2.5
10002026-08-11T11:15:55.414Z Compiling paste v1.0.15
10012026-08-11T11:15:55.462Z Checking want v0.3.1
10022026-08-11T11:15:55.499Z Checking h2 v0.4.14
10032026-08-11T11:15:55.525Z Checking ipnetwork v0.21.1
10042026-08-11T11:15:55.584Z Checking erased-serde v0.3.31
10052026-08-11T11:15:55.664Z Checking rustls-pki-types v1.12.0
10062026-08-11T11:15:55.703Z Checking ryu v1.0.20
10072026-08-11T11:15:55.750Z Checking pretty-hex v0.4.1
10082026-08-11T11:15:55.764Z Checking httpdate v1.0.3
10092026-08-11T11:15:55.841Z Compiling async-trait v0.1.89
10102026-08-11T11:15:55.871Z Checking socket2 v0.5.10
10112026-08-11T11:15:55.908Z Checking untrusted v0.9.0
10122026-08-11T11:15:56.051Z Compiling scroll v0.13.0
10132026-08-11T11:15:56.146Z Checking plain v0.2.3
10142026-08-11T11:15:56.251Z Compiling usdt-impl v0.6.0
10152026-08-11T11:15:56.303Z Checking http-body-util v0.1.3
10162026-08-11T11:15:56.306Z Compiling openssl-sys v0.9.117
10172026-08-11T11:15:56.338Z Compiling goblin v0.10.1
10182026-08-11T11:15:56.512Z Compiling cmake v0.1.54
10192026-08-11T11:15:56.527Z Compiling strsim v0.11.1
10202026-08-11T11:15:56.579Z Compiling slog-async v2.8.0
10212026-08-11T11:15:56.828Z Compiling fs_extra v1.3.0
10222026-08-11T11:15:56.859Z Compiling dunce v1.0.5
10232026-08-11T11:15:57.014Z Checking rand_core v0.9.3
10242026-08-11T11:15:57.017Z Checking serde_urlencoded v0.7.1
10252026-08-11T11:15:57.043Z Checking oxnet v0.1.6
10262026-08-11T11:15:57.073Z Compiling aws-lc-sys v0.39.1
10272026-08-11T11:15:57.111Z Checking block-buffer v0.10.4
10282026-08-11T11:15:57.178Z Compiling regress v0.10.5
10292026-08-11T11:15:57.225Z Compiling dtrace-parser v0.3.0
10302026-08-11T11:15:57.249Z Compiling openapiv3 v2.2.0
10312026-08-11T11:15:57.296Z Compiling thread-id v5.0.0
10322026-08-11T11:15:57.375Z Checking hyper v1.10.1
10332026-08-11T11:15:57.836Z Checking digest v0.10.7
10342026-08-11T11:15:58.027Z Compiling omicron-workspace-hack v0.1.0
10352026-08-11T11:15:58.066Z Compiling ident_case v1.0.1
10362026-08-11T11:15:58.190Z Compiling darling_core v0.21.3
10372026-08-11T11:15:58.254Z Checking rand_chacha v0.9.0
10382026-08-11T11:15:58.270Z Checking hyper-util v0.1.20
10392026-08-11T11:15:58.440Z Compiling daft-derive v0.1.5
10402026-08-11T11:15:58.694Z Compiling typify-impl v0.4.3
10412026-08-11T11:15:58.768Z Compiling aws-lc-rs v1.16.2
10422026-08-11T11:15:59.073Z Compiling dof v0.4.0
10432026-08-11T11:15:59.155Z Checking powerfmt v0.2.0
10442026-08-11T11:15:59.330Z Checking deranged v0.5.3
10452026-08-11T11:15:59.883Z Checking rand v0.9.3
10462026-08-11T11:16:00.119Z Checking num_threads v0.1.7
10472026-08-11T11:16:00.169Z Compiling unsafe-libyaml v0.2.11
10482026-08-11T11:16:00.204Z Compiling syn v1.0.109
10492026-08-11T11:16:00.207Z Compiling usdt-attr-macro v0.6.0
10502026-08-11T11:16:00.285Z Compiling darling_macro v0.21.3
10512026-08-11T11:16:00.339Z Compiling usdt-macro v0.6.0
10522026-08-11T11:16:00.370Z Checking time v0.3.47
10532026-08-11T11:16:00.830Z Compiling darling v0.21.3
10542026-08-11T11:16:00.845Z Compiling serde_yaml v0.9.34+deprecated
10552026-08-11T11:16:00.914Z Checking sync_wrapper v1.0.2
10562026-08-11T11:16:01.057Z Checking encoding_rs v0.8.35
10572026-08-11T11:16:01.127Z Checking cpufeatures v0.2.17
10582026-08-11T11:16:01.198Z Checking untrusted v0.7.1
10592026-08-11T11:16:01.308Z Checking mime v0.3.17
10602026-08-11T11:16:01.478Z Checking tower v0.5.2
10612026-08-11T11:16:01.822Z Checking crossbeam-channel v0.5.15
10622026-08-11T11:16:01.863Z Checking futures-executor v0.3.32
10632026-08-11T11:16:01.907Z Compiling structmeta-derive v0.3.0
10642026-08-11T11:16:01.975Z Compiling multer v3.1.0
10652026-08-11T11:16:02.007Z Compiling rustls v0.23.40
10662026-08-11T11:16:02.065Z Checking iri-string v0.7.8
10672026-08-11T11:16:02.087Z Compiling typify-macro v0.4.3
10682026-08-11T11:16:02.140Z Compiling rustls v0.22.4
10692026-08-11T11:16:02.212Z Checking futures v0.3.32
10702026-08-11T11:16:02.288Z Compiling async-stream-impl v0.3.6
10712026-08-11T11:16:02.365Z Checking thread_local v1.1.9
10722026-08-11T11:16:02.478Z Compiling openssl v0.10.81
10732026-08-11T11:16:02.524Z Checking foreign-types-shared v0.1.1
10742026-08-11T11:16:02.606Z Checking fastrand v2.3.0
10752026-08-11T11:16:02.741Z Checking hex v0.4.3
10762026-08-11T11:16:02.781Z Checking tempfile v3.27.0
10772026-08-11T11:16:02.909Z Compiling structmeta v0.3.0
10782026-08-11T11:16:02.926Z Checking foreign-types v0.3.2
10792026-08-11T11:16:02.992Z Compiling strum_macros v0.26.4
10802026-08-11T11:16:03.021Z Compiling openssl-macros v0.1.1
10812026-08-11T11:16:03.044Z Checking tower-http v0.6.8
10822026-08-11T11:16:03.097Z Checking memmap2 v0.9.8
10832026-08-11T11:16:03.183Z Checking is-terminal v0.4.16
10842026-08-11T11:16:03.253Z Checking openssl-probe v0.1.6
10852026-08-11T11:16:03.300Z Checking term v1.2.0
10862026-08-11T11:16:03.356Z Checking unicode-width v0.2.1
10872026-08-11T11:16:03.470Z Checking match_cfg v0.1.0
10882026-08-11T11:16:03.511Z Compiling native-tls v0.2.14
10892026-08-11T11:16:03.538Z Checking take_mut v0.2.2
10902026-08-11T11:16:03.567Z Compiling typify v0.4.3
10912026-08-11T11:16:03.586Z Checking hostname v0.3.1
10922026-08-11T11:16:03.603Z Checking slog-term v2.9.2
10932026-08-11T11:16:03.800Z Checking slog-json v2.6.1
10942026-08-11T11:16:03.857Z Compiling newtype-uuid-macros v0.1.0
10952026-08-11T11:16:03.950Z Compiling ref-cast v1.0.25
10962026-08-11T11:16:04.028Z Checking slog-bunyan v2.5.0
10972026-08-11T11:16:04.309Z Compiling ref-cast-impl v1.0.25
10982026-08-11T11:16:04.371Z Compiling dropshot v0.16.7
10992026-08-11T11:16:04.650Z Compiling derive-ex v0.1.8
11002026-08-11T11:16:04.698Z Checking webpki-roots v1.0.2
11012026-08-11T11:16:04.713Z Compiling dropshot_endpoint v0.16.7
11022026-08-11T11:16:04.816Z Compiling strum_macros v0.27.2
11032026-08-11T11:16:05.164Z Checking winnow v0.7.14
11042026-08-11T11:16:05.990Z Checking tokio-native-tls v0.3.1
11052026-08-11T11:16:06.144Z Checking either v1.15.0
11062026-08-11T11:16:06.274Z Compiling test-strategy v0.4.3
11072026-08-11T11:16:06.294Z Checking hyper-tls v0.6.0
11082026-08-11T11:16:06.309Z Compiling progenitor-impl v0.11.1
11092026-08-11T11:16:06.345Z Checking newtype-uuid v1.3.2
11102026-08-11T11:16:06.388Z Checking winnow v1.0.3
11112026-08-11T11:16:06.519Z Checking daft v0.1.5
11122026-08-11T11:16:06.601Z Compiling serde_with_macros v3.14.1
11132026-08-11T11:16:06.665Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-11T11:16:06.679Z Checking usdt v0.6.0
11152026-08-11T11:16:06.738Z Checking serde_spanned v1.1.1
11162026-08-11T11:16:06.831Z Checking toml_writer v1.1.1+spec-1.1.0
11172026-08-11T11:16:06.873Z Checking debug-ignore v1.0.5
11182026-08-11T11:16:07.004Z Checking spin v0.9.8
11192026-08-11T11:16:07.007Z Compiling parse-display-derive v0.10.0
11202026-08-11T11:16:07.155Z Checking async-stream v0.3.6
11212026-08-11T11:16:07.328Z Checking rustls-webpki v0.102.8
11222026-08-11T11:16:07.357Z Checking rustls-pemfile v2.2.0
11232026-08-11T11:16:07.498Z Checking waitgroup v0.1.2
11242026-08-11T11:16:07.584Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-11T11:16:07.603Z Checking serde_path_to_error v0.1.20
11262026-08-11T11:16:07.671Z Checking hostname v0.4.2
11272026-08-11T11:16:07.864Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-11T11:16:08.031Z Checking strum v0.26.3
11292026-08-11T11:16:08.142Z Checking rand_chacha v0.3.1
11302026-08-11T11:16:08.178Z Compiling toml_datetime v0.6.11
11312026-08-11T11:16:08.337Z Checking macaddr v1.0.1
11322026-08-11T11:16:08.360Z Compiling progenitor-macro v0.11.1
11332026-08-11T11:16:08.421Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-11T11:16:08.510Z Checking wait-timeout v0.2.1
11352026-08-11T11:16:08.535Z Checking bit-vec v0.8.0
11362026-08-11T11:16:08.579Z Checking quick-error v1.2.3
11372026-08-11T11:16:08.613Z Checking lazy_static v1.5.0
11382026-08-11T11:16:08.679Z Checking rusty-fork v0.3.0
11392026-08-11T11:16:08.708Z Checking toml v0.9.12+spec-1.1.0
11402026-08-11T11:16:08.723Z Checking bit-set v0.8.0
11412026-08-11T11:16:08.841Z Checking rand v0.8.5
11422026-08-11T11:16:08.866Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-11T11:16:08.963Z Checking tabwriter v1.4.1
11442026-08-11T11:16:09.095Z Checking tokio-rustls v0.25.0
11452026-08-11T11:16:09.257Z Checking sha1 v0.10.6
11462026-08-11T11:16:09.288Z Checking rand_xorshift v0.4.0
11472026-08-11T11:16:09.339Z Compiling clap_derive v4.6.1
11482026-08-11T11:16:09.401Z Checking colored v3.1.1
11492026-08-11T11:16:09.418Z Checking utf8parse v0.2.2
11502026-08-11T11:16:09.541Z Checking unarray v0.1.4
11512026-08-11T11:16:09.583Z Checking anstyle-parse v1.0.0
11522026-08-11T11:16:09.628Z Checking strum v0.27.2
11532026-08-11T11:16:09.670Z Checking proptest v1.8.0
11542026-08-11T11:16:09.766Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-11T11:16:09.831Z Checking terminal_size v0.4.3
11562026-08-11T11:16:10.192Z Checking anstyle-query v1.1.4
11572026-08-11T11:16:10.265Z Checking colorchoice v1.0.4
11582026-08-11T11:16:10.290Z Checking is_terminal_polyfill v1.70.1
11592026-08-11T11:16:10.368Z Checking anstyle v1.0.14
11602026-08-11T11:16:10.555Z Checking anstream v1.0.0
11612026-08-11T11:16:10.602Z Checking clap_lex v1.1.0
11622026-08-11T11:16:11.208Z Checking clap_builder v4.6.0
11632026-08-11T11:16:11.297Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-08-11T11:16:11.798Z Checking serde_with v3.14.1
11652026-08-11T11:16:11.837Z Compiling itertools v0.14.0
11662026-08-11T11:16:12.407Z Checking clap v4.6.1
11672026-08-11T11:16:12.471Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11682026-08-11T11:16:12.487Z Checking instant v0.1.13
11692026-08-11T11:16:12.571Z Checking rustc-hash v2.1.1
11702026-08-11T11:16:12.701Z Checking iddqd v0.3.18
11712026-08-11T11:16:12.731Z Checking backoff v0.4.0
11722026-08-11T11:16:12.897Z Checking parse-display v0.10.0
11732026-08-11T11:16:13.012Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-11T11:16:13.118Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-11T11:16:14.752Z Compiling num-derive v0.4.2
11762026-08-11T11:16:15.249Z Compiling rustls-webpki v0.103.6
11772026-08-11T11:16:15.684Z Compiling prettyplease v0.2.37
11782026-08-11T11:16:16.517Z Compiling cfg_aliases v0.2.1
11792026-08-11T11:16:17.444Z Compiling memoffset v0.9.1
11802026-08-11T11:16:18.008Z Checking serde_spanned v0.6.9
11812026-08-11T11:16:18.590Z Compiling tokio-rustls v0.26.4
11822026-08-11T11:16:19.131Z Compiling hyper-rustls v0.27.7
11832026-08-11T11:16:19.367Z Compiling reqwest v0.12.23
11842026-08-11T11:16:20.355Z Checking crossbeam-epoch v0.9.18
11852026-08-11T11:16:20.558Z Compiling progenitor-client v0.11.1
11862026-08-11T11:16:20.823Z Compiling winnow v0.5.40
11872026-08-11T11:16:22.119Z Compiling toml_edit v0.19.15
11882026-08-11T11:16:22.164Z Compiling progenitor v0.11.1
11892026-08-11T11:16:22.790Z Compiling num-integer v0.1.46
11902026-08-11T11:16:23.312Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11912026-08-11T11:16:23.364Z Compiling proc-macro-crate v1.3.1
11922026-08-11T11:16:23.702Z Compiling progenitor-client v0.10.0
11932026-08-11T11:16:24.269Z Compiling hubpack_derive v0.1.1
11942026-08-11T11:16:24.536Z Checking toml_write v0.1.2
11952026-08-11T11:16:24.564Z Compiling rayon-core v1.13.0
11962026-08-11T11:16:24.826Z Checking hubpack v0.1.2
11972026-08-11T11:16:24.861Z Checking toml_edit v0.22.27
11982026-08-11T11:16:24.878Z Checking num-rational v0.4.2
11992026-08-11T11:16:24.992Z Checking num-iter v0.1.45
12002026-08-11T11:16:25.273Z Compiling zerocopy-derive v0.7.35
12012026-08-11T11:16:25.319Z Compiling num-complex v0.4.6
12022026-08-11T11:16:25.649Z Checking static_assertions v1.1.0
12032026-08-11T11:16:25.727Z Checking num v0.4.3
12042026-08-11T11:16:25.916Z Checking crossbeam-deque v0.8.6
12052026-08-11T11:16:25.933Z Checking toml v0.8.23
12062026-08-11T11:16:26.091Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-08-11T11:16:26.107Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12082026-08-11T11:16:26.238Z Compiling float-ord v0.3.2
12092026-08-11T11:16:26.449Z Compiling proc-macro-error-attr v1.0.4
12102026-08-11T11:16:26.465Z Compiling heapless v0.8.0
12112026-08-11T11:16:26.678Z Checking bytecount v0.6.9
12122026-08-11T11:16:26.697Z Compiling heck v0.4.1
12132026-08-11T11:16:26.806Z Checking libscf-sys v1.2.0
12142026-08-11T11:16:26.891Z Compiling ingot-macros v0.1.1
12152026-08-11T11:16:26.933Z Checking hash32 v0.3.1
12162026-08-11T11:16:26.948Z Compiling proc-macro-error v1.0.4
12172026-08-11T11:16:27.059Z Compiling smoltcp v0.11.0
12182026-08-11T11:16:27.174Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12192026-08-11T11:16:27.825Z Compiling zerocopy v0.7.35
12202026-08-11T11:16:27.877Z Compiling num_enum_derive v0.7.5
12212026-08-11T11:16:27.962Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-11T11:16:28.155Z Checking cobs v0.3.0
12232026-08-11T11:16:28.303Z Compiling foreign-types-macros v0.2.3
12242026-08-11T11:16:28.364Z Compiling scroll_derive v0.12.1
12252026-08-11T11:16:28.387Z Compiling usdt-impl v0.5.0
12262026-08-11T11:16:28.523Z Checking managed v0.8.0
12272026-08-11T11:16:28.644Z Compiling crucible-workspace-hack v0.1.0
12282026-08-11T11:16:28.713Z Checking foreign-types-shared v0.3.1
12292026-08-11T11:16:28.808Z Checking bitflags v1.3.2
12302026-08-11T11:16:28.911Z Checking num_enum v0.7.5
12312026-08-11T11:16:28.925Z Checking foreign-types v0.5.0
12322026-08-11T11:16:28.983Z Checking postcard v1.1.3
12332026-08-11T11:16:29.001Z Compiling dof v0.3.0
12342026-08-11T11:16:29.040Z Checking scroll v0.12.0
12352026-08-11T11:16:29.264Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-11T11:16:29.347Z Compiling dtrace-parser v0.2.0
12372026-08-11T11:16:29.368Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-08-11T11:16:29.400Z Checking camino-tempfile v1.4.1
12392026-08-11T11:16:29.471Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-08-11T11:16:29.516Z Checking ingot-types v0.1.2
12412026-08-11T11:16:29.603Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-11T11:16:29.722Z Checking cstr-argument v0.1.2
12432026-08-11T11:16:29.837Z Compiling thread-id v4.2.2
12442026-08-11T11:16:29.852Z Compiling minimal-lexical v0.2.1
12452026-08-11T11:16:29.895Z Checking ingot v0.1.1
12462026-08-11T11:16:29.910Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-11T11:16:30.001Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-11T11:16:30.064Z Compiling nom v7.1.3
12492026-08-11T11:16:30.088Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12502026-08-11T11:16:30.125Z Checking goblin v0.8.2
12512026-08-11T11:16:30.233Z Checking rayon v1.11.0
12522026-08-11T11:16:30.460Z Compiling num_enum_derive v0.5.11
12532026-08-11T11:16:30.743Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-11T11:16:31.185Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-11T11:16:31.245Z Compiling rustc_version v0.4.1
12562026-08-11T11:16:31.446Z Compiling rustix v0.38.44
12572026-08-11T11:16:31.518Z Checking tinyvec_macros v0.1.1
12582026-08-11T11:16:31.591Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12592026-08-11T11:16:31.610Z Compiling convert_case v0.4.0
12602026-08-11T11:16:31.660Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12612026-08-11T11:16:31.911Z Checking tinyvec v1.10.0
12622026-08-11T11:16:31.926Z Compiling derive_more v0.99.20
12632026-08-11T11:16:31.995Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12642026-08-11T11:16:32.100Z Checking num_enum v0.5.11
12652026-08-11T11:16:32.213Z Compiling nix v0.31.3
12662026-08-11T11:16:32.228Z Compiling nix v0.30.1
12672026-08-11T11:16:32.351Z Compiling libz-sys v1.1.22
12682026-08-11T11:16:32.467Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-11T11:16:32.625Z Compiling crc32fast v1.5.0
12702026-08-11T11:16:32.851Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-08-11T11:16:32.867Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12722026-08-11T11:16:33.043Z Compiling usdt-attr-macro v0.5.0
12732026-08-11T11:16:33.248Z Compiling usdt-macro v0.5.0
12742026-08-11T11:16:33.556Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-08-11T11:16:33.644Z Compiling zone_cfg_derive v0.3.1
12762026-08-11T11:16:33.716Z Checking papergrid v0.18.0
12772026-08-11T11:16:33.759Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-11T11:16:33.916Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-11T11:16:34.093Z Checking itertools v0.12.1
12802026-08-11T11:16:34.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-11T11:16:34.268Z Checking memmap v0.7.0
12822026-08-11T11:16:34.306Z Checking sigpipe v0.1.3
12832026-08-11T11:16:34.345Z Checking jiff v0.2.15
12842026-08-11T11:16:34.388Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-08-11T11:16:34.404Z Checking adler2 v2.0.1
12862026-08-11T11:16:34.478Z Checking glob v0.3.3
12872026-08-11T11:16:34.512Z Checking miniz_oxide v0.8.9
12882026-08-11T11:16:34.516Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12892026-08-11T11:16:34.635Z Checking tabled v0.21.0
12902026-08-11T11:16:34.669Z Checking usdt v0.5.0
12912026-08-11T11:16:34.784Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-11T11:16:34.882Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-11T11:16:34.927Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-08-11T11:16:35.148Z Checking zone v0.3.1
12952026-08-11T11:16:35.428Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-11T11:16:35.491Z Checking itertools v0.15.0
12972026-08-11T11:16:35.645Z Checking smf v0.2.3
12982026-08-11T11:16:35.723Z Checking secrecy v0.10.3
12992026-08-11T11:16:35.843Z Checking bstr v1.12.0
13002026-08-11T11:16:35.952Z Checking whoami v1.6.1
13012026-08-11T11:16:36.120Z Checking flate2 v1.1.2
13022026-08-11T11:16:36.124Z Compiling curve25519-dalek v4.1.3
13032026-08-11T11:16:36.173Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13042026-08-11T11:16:36.194Z Compiling clang-sys v1.8.1
13052026-08-11T11:16:36.401Z Checking hmac v0.12.1
13062026-08-11T11:16:36.405Z Checking inout v0.1.4
13072026-08-11T11:16:36.536Z Checking hybrid-array v0.4.12
13082026-08-11T11:16:36.552Z Compiling enum-as-inner v0.6.1
13092026-08-11T11:16:36.567Z Checking ff v0.13.1
13102026-08-11T11:16:36.693Z Compiling semver v0.1.20
13112026-08-11T11:16:36.835Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13122026-08-11T11:16:36.947Z Checking data-encoding v2.9.0
13132026-08-11T11:16:36.991Z Compiling rustc_version v0.1.7
13142026-08-11T11:16:37.007Z Checking group v0.13.0
13152026-08-11T11:16:37.116Z Checking cipher v0.4.4
13162026-08-11T11:16:37.131Z Checking hkdf v0.12.4
13172026-08-11T11:16:37.221Z Checking atomicwrites v0.4.4
13182026-08-11T11:16:37.261Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-11T11:16:37.277Z Checking universal-hash v0.5.1
13202026-08-11T11:16:37.313Z Checking crypto-bigint v0.5.5
13212026-08-11T11:16:37.329Z Compiling regress v0.11.1
13222026-08-11T11:16:37.345Z Checking half v2.7.1
13232026-08-11T11:16:37.396Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-11T11:16:37.532Z Checking ciborium-io v0.2.2
13252026-08-11T11:16:37.590Z Checking base16ct v0.2.0
13262026-08-11T11:16:37.626Z Checking base64ct v1.8.0
13272026-08-11T11:16:37.713Z Checking opaque-debug v0.3.1
13282026-08-11T11:16:37.784Z Checking indent_write v2.2.0
13292026-08-11T11:16:37.857Z Checking password-hash v0.5.0
13302026-08-11T11:16:37.915Z Checking poly1305 v0.8.0
13312026-08-11T11:16:38.079Z Checking ciborium-ll v0.2.2
13322026-08-11T11:16:38.139Z Checking chacha20 v0.9.1
13332026-08-11T11:16:38.249Z Compiling newtype_derive v0.1.6
13342026-08-11T11:16:38.329Z Checking thiserror-no-std v2.0.2
13352026-08-11T11:16:38.332Z Checking block-buffer v0.12.0
13362026-08-11T11:16:38.332Z Checking elliptic-curve v0.13.8
13372026-08-11T11:16:38.417Z Checking crypto-common v0.2.2
13382026-08-11T11:16:38.469Z Checking similar v2.7.0
13392026-08-11T11:16:38.472Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-11T11:16:38.500Z Checking blake2 v0.10.6
13412026-08-11T11:16:38.598Z Checking aead v0.5.2
13422026-08-11T11:16:38.708Z Compiling libloading v0.8.9
13432026-08-11T11:16:38.724Z Compiling owo-colors v4.3.0
13442026-08-11T11:16:38.740Z Checking const-oid v0.10.2
13452026-08-11T11:16:38.743Z Checking linked-hash-map v0.5.6
13462026-08-11T11:16:38.784Z Compiling bindgen v0.72.1
13472026-08-11T11:16:38.891Z Compiling typify-impl v0.6.2
13482026-08-11T11:16:38.907Z Checking keccak v0.1.6
13492026-08-11T11:16:38.923Z Checking compression-core v0.4.32
13502026-08-11T11:16:39.026Z Checking resolv-conf v0.7.5
13512026-08-11T11:16:39.042Z Checking compression-codecs v0.4.32
13522026-08-11T11:16:39.072Z Checking sha3 v0.10.8
13532026-08-11T11:16:39.101Z Checking digest v0.11.3
13542026-08-11T11:16:39.118Z Checking lru-cache v0.1.2
13552026-08-11T11:16:39.218Z Checking vsss-rs v3.3.4
13562026-08-11T11:16:39.234Z Checking chacha20poly1305 v0.10.1
13572026-08-11T11:16:39.248Z Checking argon2 v0.5.3
13582026-08-11T11:16:39.323Z Checking ciborium v0.2.2
13592026-08-11T11:16:39.361Z Checking hickory-proto v0.24.4
13602026-08-11T11:16:39.620Z Checking tokio-dtrace v0.1.1
13612026-08-11T11:16:39.804Z Compiling cexpr v0.6.0
13622026-08-11T11:16:39.807Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-11T11:16:40.106Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-11T11:16:40.348Z Checking serde-big-array v0.5.1
13652026-08-11T11:16:40.366Z Compiling derive-where v1.6.0
13662026-08-11T11:16:40.383Z Compiling serde_repr v0.1.20
13672026-08-11T11:16:40.485Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-11T11:16:40.712Z Compiling dropshot v0.17.1
13692026-08-11T11:16:40.874Z Checking cpufeatures v0.3.0
13702026-08-11T11:16:40.949Z Checking siphasher v1.0.1
13712026-08-11T11:16:40.965Z Checking same-file v1.0.6
13722026-08-11T11:16:40.969Z Checking unicode-segmentation v1.12.0
13732026-08-11T11:16:40.969Z Compiling shlex v1.3.0
13742026-08-11T11:16:41.091Z Checking walkdir v2.5.0
13752026-08-11T11:16:41.115Z Checking phf_shared v0.12.1
13762026-08-11T11:16:41.253Z Checking hickory-resolver v0.24.4
13772026-08-11T11:16:41.269Z Checking sha1 v0.11.0
13782026-08-11T11:16:41.292Z Checking newline-converter v0.3.0
13792026-08-11T11:16:41.405Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-11T11:16:41.495Z Checking toml v1.1.2+spec-1.1.0
13812026-08-11T11:16:41.592Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-11T11:16:41.917Z Checking oxide-tokio-rt v0.1.2
13832026-08-11T11:16:42.062Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-11T11:16:42.155Z Checking async-compression v0.4.33
13852026-08-11T11:16:42.261Z Compiling progenitor-impl v0.10.0
13862026-08-11T11:16:42.336Z Compiling typify-macro v0.6.2
13872026-08-11T11:16:42.398Z Checking console v0.15.11
13882026-08-11T11:16:42.670Z Checking tokio-stream v0.1.17
13892026-08-11T11:16:42.762Z Compiling dropshot_endpoint v0.17.1
13902026-08-11T11:16:42.843Z Compiling pin-project-internal v1.1.10
13912026-08-11T11:16:43.051Z Compiling slog-dtrace v0.3.0
13922026-08-11T11:16:43.288Z Checking csv-core v0.1.12
13932026-08-11T11:16:43.468Z Checking smawk v0.3.2
13942026-08-11T11:16:43.584Z Checking unicode-width v0.1.14
13952026-08-11T11:16:43.601Z Compiling unicode-xid v0.2.6
13962026-08-11T11:16:43.727Z Checking unicode-linebreak v0.1.5
13972026-08-11T11:16:43.838Z Compiling cancel-safe-futures v0.1.5
13982026-08-11T11:16:43.854Z Compiling chrono-tz v0.10.4
13992026-08-11T11:16:43.902Z Checking swrite v0.1.0
14002026-08-11T11:16:43.943Z Checking foldhash v0.1.5
14012026-08-11T11:16:43.995Z Checking textwrap v0.16.2
14022026-08-11T11:16:44.085Z Checking hashbrown v0.15.5
14032026-08-11T11:16:44.114Z Checking pin-project v1.1.10
14042026-08-11T11:16:44.130Z Compiling const_format_proc_macros v0.2.34
14052026-08-11T11:16:44.208Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-11T11:16:44.224Z Checking csv v1.4.0
14072026-08-11T11:16:44.297Z Compiling progenitor-macro v0.10.0
14082026-08-11T11:16:44.421Z Checking qorb v0.4.1
14092026-08-11T11:16:44.580Z Checking expectorate v1.2.0
14102026-08-11T11:16:44.596Z Checking phf v0.12.1
14112026-08-11T11:16:44.710Z Checking unicode-normalization v0.1.24
14122026-08-11T11:16:44.960Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-11T11:16:45.134Z Compiling snafu-derive v0.8.9
14142026-08-11T11:16:45.854Z Checking libsw-core v0.3.2
14152026-08-11T11:16:45.904Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-11T11:16:46.005Z Compiling async-recursion v1.1.1
14172026-08-11T11:16:46.285Z Compiling cookie v0.18.1
14182026-08-11T11:16:46.515Z Checking fixedbitset v0.5.7
14192026-08-11T11:16:46.539Z Checking highway v1.3.0
14202026-08-11T11:16:46.670Z Compiling moka v0.12.11
14212026-08-11T11:16:46.713Z Checking fixedbitset v0.4.2
14222026-08-11T11:16:46.730Z Checking petgraph v0.8.2
14232026-08-11T11:16:46.855Z Checking snafu v0.8.9
14242026-08-11T11:16:46.869Z Checking petgraph v0.6.5
14252026-08-11T11:16:47.091Z Checking libsw v3.5.0
14262026-08-11T11:16:47.240Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-11T11:16:47.424Z Checking olpc-cjson v0.1.4
14282026-08-11T11:16:47.565Z Checking const_format v0.2.34
14292026-08-11T11:16:47.805Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-11T11:16:48.086Z Compiling typify v0.6.2
14312026-08-11T11:16:48.182Z Checking papergrid v0.11.0
14322026-08-11T11:16:48.197Z Checking globset v0.4.16
14332026-08-11T11:16:48.229Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-11T11:16:48.274Z Checking gethostname v0.5.0
14352026-08-11T11:16:48.434Z Compiling tabled_derive v0.7.0
14362026-08-11T11:16:48.473Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-11T11:16:48.489Z Checking progenitor v0.10.0
14382026-08-11T11:16:48.620Z Checking reqwest v0.13.2
14392026-08-11T11:16:48.711Z Checking bcs v0.1.6
14402026-08-11T11:16:48.761Z Checking pem v3.0.5
14412026-08-11T11:16:48.783Z Checking serde_plain v1.0.2
14422026-08-11T11:16:48.922Z Checking typed-path v0.9.3
14432026-08-11T11:16:48.938Z Checking termtree v0.5.1
14442026-08-11T11:16:48.942Z Checking tagptr v0.2.0
14452026-08-11T11:16:49.073Z Compiling signal-hook v0.4.4
14462026-08-11T11:16:49.094Z Checking linear-map v1.2.0
14472026-08-11T11:16:49.159Z Checking humantime v2.3.0
14482026-08-11T11:16:49.257Z Checking crc8 v0.1.1
14492026-08-11T11:16:49.310Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-11T11:16:49.354Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-11T11:16:49.369Z Checking tabled v0.15.0
14522026-08-11T11:16:49.712Z Checking tough v0.20.0
14532026-08-11T11:16:49.980Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-08-11T11:16:50.147Z Compiling progenitor-impl v0.14.0
14552026-08-11T11:16:50.532Z Checking steno v0.4.1
14562026-08-11T11:16:50.923Z Checking hickory-proto v0.25.2
14572026-08-11T11:16:51.444Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-11T11:16:51.483Z Compiling cargo-platform v0.1.9
14592026-08-11T11:16:51.650Z Compiling vergen v8.3.2
14602026-08-11T11:16:51.720Z Compiling fs-err v3.1.2
14612026-08-11T11:16:51.862Z Compiling cargo_metadata v0.18.1
14622026-08-11T11:16:52.128Z Checking progenitor-client v0.14.0
14632026-08-11T11:16:52.246Z Compiling progenitor-macro v0.14.0
14642026-08-11T11:16:52.261Z Checking dropshot-api-manager-types v0.7.2
14652026-08-11T11:16:52.342Z Checking sha2 v0.10.9
14662026-08-11T11:16:52.424Z Compiling blake3 v1.8.2
14672026-08-11T11:16:52.501Z Checking hickory-resolver v0.25.2
14682026-08-11T11:16:53.128Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-08-11T11:16:53.133Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14702026-08-11T11:16:53.266Z Checking git-stub v1.0.0
14712026-08-11T11:16:53.282Z Compiling strum_macros v0.28.0
14722026-08-11T11:16:53.421Z Checking filetime v0.2.26
14732026-08-11T11:16:53.697Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-11T11:16:54.242Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-11T11:16:54.293Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-11T11:16:54.656Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-11T11:16:55.096Z Compiling curl v0.4.50
14782026-08-11T11:16:55.114Z Checking constant_time_eq v0.3.1
14792026-08-11T11:16:55.209Z Checking is_ci v1.2.0
14802026-08-11T11:16:55.294Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-11T11:16:55.323Z Checking xattr v1.6.1
14822026-08-11T11:16:55.349Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-11T11:16:55.408Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-11T11:16:55.435Z Checking arrayvec v0.7.6
14852026-08-11T11:16:55.451Z Checking arrayref v0.3.9
14862026-08-11T11:16:55.521Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14872026-08-11T11:16:55.630Z Checking toml v0.7.8
14882026-08-11T11:16:55.758Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-08-11T11:16:55.775Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-08-11T11:16:55.821Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-08-11T11:16:55.881Z Checking tar v0.4.45
14922026-08-11T11:16:55.952Z Checking supports-color v3.0.2
14932026-08-11T11:16:56.060Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14942026-08-11T11:16:56.081Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14952026-08-11T11:16:56.253Z Checking strum v0.28.0
14962026-08-11T11:16:56.367Z Checking progenitor v0.14.0
14972026-08-11T11:16:56.474Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14982026-08-11T11:16:56.502Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-08-11T11:16:56.517Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15002026-08-11T11:16:56.742Z Checking git-stub-vcs v0.1.0
15012026-08-11T11:16:56.882Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-08-11T11:16:56.939Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15032026-08-11T11:16:57.224Z Checking drift v0.2.0
15042026-08-11T11:16:57.493Z Checking kstat-rs v0.2.4
15052026-08-11T11:16:57.533Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-11T11:16:57.680Z Checking topological-sort v0.2.2
15072026-08-11T11:16:57.815Z Checking omicron-zone-package v0.12.2
15082026-08-11T11:16:57.833Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-08-11T11:16:57.933Z Checking dropshot-api-manager v0.7.2
15102026-08-11T11:16:59.006Z Checking signal-hook-tokio v0.4.0
15112026-08-11T11:16:59.133Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-11T11:16:59.619Z Checking scuffle v0.1.0
15132026-08-11T11:16:59.661Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-08-11T11:17:00.149Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15152026-08-11T11:17:00.165Z Checking iddqd v0.4.5
15162026-08-11T11:17:00.343Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15172026-08-11T11:17:00.441Z Checking search_path v0.1.4
15182026-08-11T11:17:00.544Z Checking internet-checksum v0.2.1
15192026-08-11T11:17:00.556Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15202026-08-11T11:17:00.655Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15212026-08-11T11:17:01.002Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15222026-08-11T11:17:01.172Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-08-11T11:17:01.485Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-08-11T11:17:02.015Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-11T11:17:02.394Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-11T11:17:02.528Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-11T11:17:02.915Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-11T11:17:03.778Z Compiling git2 v0.19.0
15292026-08-11T11:17:04.545Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-11T11:17:06.064Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-11T11:17:13.656Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-11T11:17:14.942Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-11T11:17:19.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15342026-08-11T11:17:20.182Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-11T11:17:20.182Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-11T11:17:20.671Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-11T11:17:20.671Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-11T11:17:20.745Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-11T11:17:20.749Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-11T11:17:27.779Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-08-11T11:17:27.784Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-08-11T11:17:30.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
15432026-08-11T11:17:30.510Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-11T11:17:30.510Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-11T11:17:30.807Z Downloading crates ...
15462026-08-11T11:17:30.940Z Downloaded serde_arrays v0.1.0
15472026-08-11T11:17:30.949Z Downloaded funty v2.0.0
15482026-08-11T11:17:30.956Z Downloaded tap v1.0.1
15492026-08-11T11:17:30.959Z Downloaded bitstruct v0.1.1
15502026-08-11T11:17:30.959Z Downloaded radium v0.7.0
15512026-08-11T11:17:30.959Z Downloaded wyz v0.5.1
15522026-08-11T11:17:30.959Z Downloaded typeid v1.0.3
15532026-08-11T11:17:30.959Z Downloaded erased-serde v0.4.8
15542026-08-11T11:17:30.962Z Downloaded num-bigint v0.4.6
15552026-08-11T11:17:30.965Z Downloaded bitstruct_derive v0.1.0
15562026-08-11T11:17:30.965Z Downloaded libloading v0.7.4
15572026-08-11T11:17:30.968Z Downloaded ascii v1.1.0
15582026-08-11T11:17:30.980Z Downloaded bitvec v1.0.1
15592026-08-11T11:17:31.106Z Checking num-integer v0.1.46
15602026-08-11T11:17:31.187Z Checking num-complex v0.4.6
15612026-08-11T11:17:31.197Z Compiling radium v0.7.0
15622026-08-11T11:17:31.204Z Checking tap v1.0.1
15632026-08-11T11:17:31.210Z Checking funty v2.0.0
15642026-08-11T11:17:31.217Z Compiling typeid v1.0.3
15652026-08-11T11:17:31.220Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-11T11:17:31.229Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-11T11:17:31.287Z Checking wyz v0.5.1
15682026-08-11T11:17:31.378Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-08-11T11:17:31.386Z Checking num-bigint v0.4.6
15702026-08-11T11:17:31.421Z Checking num-iter v0.1.45
15712026-08-11T11:17:31.465Z Compiling erased-serde v0.4.8
15722026-08-11T11:17:31.483Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-11T11:17:31.502Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-11T11:17:31.528Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-11T11:17:31.588Z Compiling bitstruct_derive v0.1.0
15762026-08-11T11:17:31.597Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-11T11:17:31.606Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-11T11:17:31.625Z Checking bitvec v1.0.1
15792026-08-11T11:17:31.643Z Checking ascii v1.1.0
15802026-08-11T11:17:31.646Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-11T11:17:31.686Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-11T11:17:31.799Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-08-11T11:17:31.799Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15842026-08-11T11:17:31.802Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-11T11:17:31.824Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-11T11:17:32.098Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-11T11:17:32.136Z Checking serde_arrays v0.1.0
15882026-08-11T11:17:32.182Z Checking num-rational v0.4.2
15892026-08-11T11:17:32.210Z Checking bitstruct v0.1.1
15902026-08-11T11:17:32.228Z Checking libloading v0.7.4
15912026-08-11T11:17:32.238Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-11T11:17:32.449Z Checking num v0.4.3
15932026-08-11T11:17:32.516Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-11T11:17:33.059Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-11T11:17:33.342Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-11T11:17:33.342Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-11T11:17:33.530Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-11T11:17:33.743Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-11T11:17:33.743Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-11T11:17:34.197Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-11T11:17:34.413Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-11T11:17:34.416Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-11T11:17:34.416Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-11T11:17:34.416Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-11T11:17:34.804Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-11T11:17:35.226Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-11T11:17:36.098Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-11T11:17:38.281Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-11T11:17:38.631Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-11T11:17:39.501Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-11T11:17:40.187Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-11T11:17:40.303Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-11T11:17:46.710Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-11T11:17:47.970Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-11T11:17:48.510Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-11T11:17:52.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.28s
16172026-08-11T11:17:52.989Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-11T11:17:52.989Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-11T11:17:53.470Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-11T11:17:53.470Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-08-11T11:17:53.470Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16222026-08-11T11:18:00.535Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-08-11T11:18:00.538Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16242026-08-11T11:18:02.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
16252026-08-11T11:18:03.133Z+ banner fmt
16262026-08-11T11:18:03.136Z
16272026-08-11T11:18:03.136Z ###### # # #####
16282026-08-11T11:18:03.136Z # ## ## #
16292026-08-11T11:18:03.137Z ##### # ## # #
16302026-08-11T11:18:03.137Z # # # #
16312026-08-11T11:18:03.137Z # # # #
16322026-08-11T11:18:03.137Z # # # #
16332026-08-11T11:18:03.137Z
16342026-08-11T11:18:03.137Z+ cargo fmt -- --check
16352026-08-11T11:18:03.575Z+ banner test
16362026-08-11T11:18:03.578Z
16372026-08-11T11:18:03.578Z ##### ###### #### #####
16382026-08-11T11:18:03.578Z # # # #
16392026-08-11T11:18:03.578Z # ##### #### #
16402026-08-11T11:18:03.578Z # # # #
16412026-08-11T11:18:03.578Z # # # # #
16422026-08-11T11:18:03.578Z # ###### #### #
16432026-08-11T11:18:03.578Z
16442026-08-11T11:18:03.578Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-11T11:18:03.578Z+ RUST_BACKTRACE=full
16462026-08-11T11:18:03.578Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-11T11:18:04.413Z Compiling unicode-ident v1.0.24
16482026-08-11T11:18:04.414Z Compiling cfg-if v1.0.4
16492026-08-11T11:18:04.418Z Compiling memchr v2.7.5
16502026-08-11T11:18:04.419Z Compiling serde_core v1.0.228
16512026-08-11T11:18:04.521Z Compiling itoa v1.0.15
16522026-08-11T11:18:04.524Z Compiling libc v0.2.186
16532026-08-11T11:18:04.525Z Compiling zmij v1.0.17
16542026-08-11T11:18:04.603Z Compiling proc-macro2 v1.0.106
16552026-08-11T11:18:04.635Z Compiling libm v0.2.15
16562026-08-11T11:18:04.796Z Compiling equivalent v1.0.2
16572026-08-11T11:18:04.885Z Compiling heck v0.5.0
16582026-08-11T11:18:05.037Z Compiling quote v1.0.45
16592026-08-11T11:18:05.071Z Compiling log v0.4.29
16602026-08-11T11:18:05.147Z Compiling smallvec v1.15.1
16612026-08-11T11:18:05.236Z Compiling syn v2.0.118
16622026-08-11T11:18:05.259Z Compiling iana-time-zone v0.1.64
16632026-08-11T11:18:05.332Z Compiling dyn-clone v1.0.20
16642026-08-11T11:18:05.355Z Compiling hashbrown v0.17.1
16652026-08-11T11:18:05.381Z Compiling stable_deref_trait v1.2.0
16662026-08-11T11:18:05.462Z Compiling pin-project-lite v0.2.16
16672026-08-11T11:18:05.474Z Compiling percent-encoding v2.3.2
16682026-08-11T11:18:05.480Z Compiling fnv v1.0.7
16692026-08-11T11:18:05.559Z Compiling litemap v0.8.0
16702026-08-11T11:18:05.581Z Compiling writeable v0.6.1
16712026-08-11T11:18:05.671Z Compiling icu_normalizer_data v2.0.0
16722026-08-11T11:18:05.749Z Compiling icu_properties_data v2.0.1
16732026-08-11T11:18:05.772Z Compiling regex-syntax v0.8.11
16742026-08-11T11:18:05.776Z Compiling form_urlencoded v1.2.2
16752026-08-11T11:18:05.881Z Compiling utf8_iter v1.0.4
16762026-08-11T11:18:05.892Z Compiling scopeguard v1.2.0
16772026-08-11T11:18:05.904Z Compiling num-traits v0.2.19
16782026-08-11T11:18:05.966Z Compiling getrandom v0.4.2
16792026-08-11T11:18:06.000Z Compiling lock_api v0.4.14
16802026-08-11T11:18:06.115Z Compiling aho-corasick v1.1.3
16812026-08-11T11:18:06.222Z Compiling semver v1.0.28
16822026-08-11T11:18:06.375Z Compiling serde_json v1.0.150
16832026-08-11T11:18:06.441Z Compiling indexmap v2.14.0
16842026-08-11T11:18:06.500Z Compiling byteorder v1.5.0
16852026-08-11T11:18:06.563Z Compiling ucd-trie v0.1.7
16862026-08-11T11:18:06.671Z Compiling futures-core v0.3.32
16872026-08-11T11:18:06.720Z Compiling uuid v1.23.3
16882026-08-11T11:18:06.821Z Compiling allocator-api2 v0.2.21
16892026-08-11T11:18:07.068Z Compiling time-core v0.1.8
16902026-08-11T11:18:07.140Z Compiling num-conv v0.2.1
16912026-08-11T11:18:07.153Z Compiling foldhash v0.2.0
16922026-08-11T11:18:07.219Z Compiling regex-automata v0.4.13
16932026-08-11T11:18:07.291Z Compiling time-macros v0.2.27
16942026-08-11T11:18:07.305Z Compiling hashbrown v0.16.1
16952026-08-11T11:18:07.379Z Compiling futures-sink v0.3.32
16962026-08-11T11:18:07.489Z Compiling ryu v1.0.20
16972026-08-11T11:18:07.678Z Compiling pretty-hex v0.4.1
16982026-08-11T11:18:07.816Z Compiling slab v0.4.11
16992026-08-11T11:18:07.974Z Compiling synstructure v0.13.2
17002026-08-11T11:18:07.993Z Compiling serde_derive_internals v0.29.1
17012026-08-11T11:18:08.036Z Compiling plain v0.2.3
17022026-08-11T11:18:08.144Z Compiling strsim v0.11.1
17032026-08-11T11:18:08.278Z Compiling futures-channel v0.3.32
17042026-08-11T11:18:08.417Z Compiling futures-io v0.3.32
17052026-08-11T11:18:08.467Z Compiling futures-task v0.3.32
17062026-08-11T11:18:08.496Z Compiling socket2 v0.6.4
17072026-08-11T11:18:08.531Z Compiling parking_lot_core v0.9.12
17082026-08-11T11:18:08.578Z Compiling signal-hook-registry v1.4.6
17092026-08-11T11:18:08.635Z Compiling thread-id v5.0.0
17102026-08-11T11:18:08.719Z Compiling parking_lot v0.12.5
17112026-08-11T11:18:08.732Z Compiling mio v1.2.1
17122026-08-11T11:18:08.907Z Compiling regex v1.12.4
17132026-08-11T11:18:08.928Z Compiling regress v0.10.5
17142026-08-11T11:18:08.940Z Compiling darling_core v0.21.3
17152026-08-11T11:18:08.966Z Compiling bitflags v2.11.1
17162026-08-11T11:18:09.127Z Compiling base64 v0.22.1
17172026-08-11T11:18:09.210Z Compiling getrandom v0.2.16
17182026-08-11T11:18:09.224Z Compiling serde_derive v1.0.228
17192026-08-11T11:18:09.245Z Compiling zerofrom-derive v0.1.6
17202026-08-11T11:18:09.371Z Compiling yoke-derive v0.8.0
17212026-08-11T11:18:09.393Z Compiling zerovec-derive v0.11.1
17222026-08-11T11:18:09.462Z Compiling displaydoc v0.2.5
17232026-08-11T11:18:09.783Z Compiling thiserror-impl v2.0.18
17242026-08-11T11:18:10.251Z Compiling schemars_derive v0.8.22
17252026-08-11T11:18:10.459Z Compiling tokio-macros v2.7.0
17262026-08-11T11:18:10.482Z Compiling zerocopy-derive v0.8.27
17272026-08-11T11:18:10.544Z Compiling zeroize_derive v1.4.3
17282026-08-11T11:18:11.054Z Compiling thiserror v2.0.18
17292026-08-11T11:18:11.113Z Compiling futures-macro v0.3.32
17302026-08-11T11:18:11.164Z Compiling zerofrom v0.1.6
17312026-08-11T11:18:11.204Z Compiling thiserror-impl v1.0.69
17322026-08-11T11:18:11.232Z Compiling tracing-attributes v0.1.30
17332026-08-11T11:18:11.295Z Compiling yoke v0.8.0
17342026-08-11T11:18:11.461Z Compiling zerovec v0.11.4
17352026-08-11T11:18:11.488Z Compiling zerotrie v0.2.2
17362026-08-11T11:18:11.735Z Compiling zerocopy v0.8.27
17372026-08-11T11:18:11.795Z Compiling pest v2.8.2
17382026-08-11T11:18:11.954Z Compiling scroll_derive v0.13.1
17392026-08-11T11:18:11.982Z Compiling serde v1.0.228
17402026-08-11T11:18:12.386Z Compiling tinystr v0.8.1
17412026-08-11T11:18:12.471Z Compiling bytes v1.12.0
17422026-08-11T11:18:12.497Z Compiling serde_tokenstream v0.2.3
17432026-08-11T11:18:12.591Z Compiling icu_locale_core v2.0.0
17442026-08-11T11:18:12.781Z Compiling potential_utf v0.1.3
17452026-08-11T11:18:12.802Z Compiling chrono v0.4.45
17462026-08-11T11:18:12.826Z Compiling async-trait v0.1.89
17472026-08-11T11:18:12.949Z Compiling icu_collections v2.0.0
17482026-08-11T11:18:13.082Z Compiling icu_provider v2.0.0
17492026-08-11T11:18:13.117Z Compiling http v1.4.2
17502026-08-11T11:18:13.205Z Compiling pest_meta v2.8.2
17512026-08-11T11:18:13.398Z Compiling icu_properties v2.0.1
17522026-08-11T11:18:13.438Z Compiling icu_normalizer v2.0.0
17532026-08-11T11:18:13.452Z Compiling scroll v0.13.0
17542026-08-11T11:18:13.726Z Compiling goblin v0.10.1
17552026-08-11T11:18:13.807Z Compiling pest_generator v2.8.2
17562026-08-11T11:18:14.037Z Compiling schemars v0.8.22
17572026-08-11T11:18:14.077Z Compiling thiserror v1.0.69
17582026-08-11T11:18:14.182Z Compiling tokio v1.52.3
17592026-08-11T11:18:14.303Z Compiling idna_adapter v1.2.1
17602026-08-11T11:18:14.450Z Compiling idna v1.1.0
17612026-08-11T11:18:14.456Z Compiling openapiv3 v2.2.0
17622026-08-11T11:18:14.530Z Compiling pest_derive v2.8.2
17632026-08-11T11:18:14.635Z Compiling daft-derive v0.1.5
17642026-08-11T11:18:15.056Z Compiling url v2.5.7
17652026-08-11T11:18:15.106Z Compiling dtrace-parser v0.3.0
17662026-08-11T11:18:15.284Z Compiling typify-impl v0.4.3
17672026-08-11T11:18:15.410Z Compiling darling_macro v0.21.3
17682026-08-11T11:18:15.523Z Compiling http-body v1.0.1
17692026-08-11T11:18:15.955Z Compiling ppv-lite86 v0.2.21
17702026-08-11T11:18:16.001Z Compiling erased-serde v0.3.31
17712026-08-11T11:18:16.014Z Compiling darling v0.21.3
17722026-08-11T11:18:16.097Z Compiling serde_yaml v0.9.34+deprecated
17732026-08-11T11:18:16.123Z Compiling openssl-macros v0.1.1
17742026-08-11T11:18:16.506Z Compiling atomic-waker v1.1.2
17752026-08-11T11:18:16.549Z Compiling dof v0.4.0
17762026-08-11T11:18:16.600Z Compiling ipnet v2.11.0
17772026-08-11T11:18:17.137Z Compiling usdt-impl v0.6.0
17782026-08-11T11:18:17.354Z Compiling httparse v1.10.1
17792026-08-11T11:18:17.640Z Compiling tower-layer v0.3.3
17802026-08-11T11:18:17.666Z Compiling untrusted v0.9.0
17812026-08-11T11:18:17.702Z Compiling tower-service v0.3.3
17822026-08-11T11:18:17.791Z Compiling anyhow v1.0.102
17832026-08-11T11:18:17.804Z Compiling try-lock v0.2.5
17842026-08-11T11:18:17.807Z Compiling syn v1.0.109
17852026-08-11T11:18:17.835Z Compiling zeroize v1.8.1
17862026-08-11T11:18:17.930Z Compiling want v0.3.1
17872026-08-11T11:18:18.006Z Compiling httpdate v1.0.3
17882026-08-11T11:18:18.100Z Compiling portable-atomic v1.11.1
17892026-08-11T11:18:18.480Z Compiling structmeta-derive v0.3.0
17902026-08-11T11:18:18.558Z Compiling usdt-attr-macro v0.6.0
17912026-08-11T11:18:18.622Z Compiling usdt-macro v0.6.0
17922026-08-11T11:18:18.766Z Compiling async-stream-impl v0.3.6
17932026-08-11T11:18:19.413Z Compiling critical-section v1.2.0
17942026-08-11T11:18:19.538Z Compiling structmeta v0.3.0
17952026-08-11T11:18:19.585Z Compiling once_cell v1.21.3
17962026-08-11T11:18:19.784Z Compiling newtype-uuid-macros v0.1.0
17972026-08-11T11:18:19.805Z Compiling strum_macros v0.26.4
17982026-08-11T11:18:19.829Z Compiling powerfmt v0.2.0
17992026-08-11T11:18:20.035Z Compiling deranged v0.5.3
18002026-08-11T11:18:20.499Z Compiling num_threads v0.1.7
18012026-08-11T11:18:21.129Z Compiling http-body-util v0.1.3
18022026-08-11T11:18:21.132Z Compiling omicron-workspace-hack v0.1.0
18032026-08-11T11:18:21.213Z Compiling dropshot_endpoint v0.16.7
18042026-08-11T11:18:21.225Z Compiling serde_urlencoded v0.7.1
18052026-08-11T11:18:21.347Z Compiling ref-cast-impl v1.0.25
18062026-08-11T11:18:21.418Z Compiling derive-ex v0.1.8
18072026-08-11T11:18:21.470Z Compiling typify-macro v0.4.3
18082026-08-11T11:18:21.470Z Compiling strum_macros v0.27.2
18092026-08-11T11:18:21.515Z Compiling sync_wrapper v1.0.2
18102026-08-11T11:18:21.710Z Compiling serde_with_macros v3.14.1
18112026-08-11T11:18:21.731Z Compiling subtle v2.6.1
18122026-08-11T11:18:21.962Z Compiling thread_local v1.1.9
18132026-08-11T11:18:22.226Z Compiling iri-string v0.7.8
18142026-08-11T11:18:22.326Z Compiling futures-util v0.3.32
18152026-08-11T11:18:22.832Z Compiling match_cfg v0.1.0
18162026-08-11T11:18:22.907Z Compiling rand_core v0.6.4
18172026-08-11T11:18:22.932Z Compiling term v1.2.0
18182026-08-11T11:18:22.994Z Compiling test-strategy v0.4.3
18192026-08-11T11:18:23.131Z Compiling take_mut v0.2.2
18202026-08-11T11:18:23.246Z Compiling typenum v1.20.1
18212026-08-11T11:18:23.506Z Compiling typify v0.4.3
18222026-08-11T11:18:23.600Z Compiling progenitor-impl v0.11.1
18232026-08-11T11:18:23.635Z Compiling parse-display-derive v0.10.0
18242026-08-11T11:18:23.747Z Compiling tracing-core v0.1.34
18252026-08-11T11:18:23.820Z Compiling toml_datetime v0.6.11
18262026-08-11T11:18:24.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-11T11:18:24.095Z Compiling tracing v0.1.41
18282026-08-11T11:18:24.329Z Compiling camino v1.2.3
18292026-08-11T11:18:24.375Z Compiling clap_derive v4.6.1
18302026-08-11T11:18:24.720Z Compiling encoding_rs v0.8.35
18312026-08-11T11:18:24.747Z Compiling cpufeatures v0.2.17
18322026-08-11T11:18:24.759Z Compiling mime v0.3.17
18332026-08-11T11:18:24.821Z Compiling fastrand v2.3.0
18342026-08-11T11:18:25.031Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-11T11:18:25.404Z Compiling unicode-width v0.2.1
18362026-08-11T11:18:25.866Z Compiling errno v0.3.14
18372026-08-11T11:18:25.952Z Compiling hex v0.4.3
18382026-08-11T11:18:26.022Z Compiling generic-array v0.14.7
18392026-08-11T11:18:26.189Z Compiling ipnetwork v0.21.1
18402026-08-11T11:18:26.215Z Compiling crossbeam-utils v0.8.21
18412026-08-11T11:18:26.427Z Compiling tokio-util v0.7.16
18422026-08-11T11:18:26.532Z Compiling slog v2.8.2
18432026-08-11T11:18:26.791Z Compiling rustix v1.1.4
18442026-08-11T11:18:26.920Z Compiling getrandom v0.3.3
18452026-08-11T11:18:26.936Z Compiling winnow v0.7.14
18462026-08-11T11:18:27.095Z Compiling rand_core v0.9.3
18472026-08-11T11:18:27.108Z Compiling h2 v0.4.14
18482026-08-11T11:18:27.135Z Compiling crypto-common v0.1.6
18492026-08-11T11:18:27.147Z Compiling progenitor-macro v0.11.1
18502026-08-11T11:18:27.264Z Compiling oxnet v0.1.6
18512026-08-11T11:18:27.311Z Compiling itertools v0.14.0
18522026-08-11T11:18:28.007Z Compiling winnow v1.0.3
18532026-08-11T11:18:28.253Z Compiling num-derive v0.4.2
18542026-08-11T11:18:28.359Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-08-11T11:18:28.405Z Compiling serde_spanned v1.1.1
18562026-08-11T11:18:28.533Z Compiling socket2 v0.5.10
18572026-08-11T11:18:28.563Z Compiling toml_writer v1.1.1+spec-1.1.0
18582026-08-11T11:18:28.777Z Compiling spin v0.9.8
18592026-08-11T11:18:28.969Z Compiling debug-ignore v1.0.5
18602026-08-11T11:18:29.054Z Compiling rand_chacha v0.9.0
18612026-08-11T11:18:29.076Z Compiling rustls-pki-types v1.12.0
18622026-08-11T11:18:29.213Z Compiling hyper v1.10.1
18632026-08-11T11:18:29.228Z Compiling quick-error v1.2.3
18642026-08-11T11:18:29.338Z Compiling rand v0.9.3
18652026-08-11T11:18:29.540Z Compiling tabwriter v1.4.1
18662026-08-11T11:18:29.601Z Compiling async-stream v0.3.6
18672026-08-11T11:18:29.776Z Compiling waitgroup v0.1.2
18682026-08-11T11:18:29.836Z Compiling serde_path_to_error v0.1.20
18692026-08-11T11:18:29.923Z Compiling bit-vec v0.8.0
18702026-08-11T11:18:29.978Z Compiling colored v3.1.1
18712026-08-11T11:18:29.983Z Compiling lazy_static v1.5.0
18722026-08-11T11:18:30.093Z Compiling strum v0.26.3
18732026-08-11T11:18:30.165Z Compiling bit-set v0.8.0
18742026-08-11T11:18:30.208Z Compiling time v0.3.47
18752026-08-11T11:18:30.222Z Compiling ring v0.17.14
18762026-08-11T11:18:30.328Z Compiling toml_datetime v0.7.5+spec-1.1.0
18772026-08-11T11:18:30.387Z Compiling hyper-util v0.1.20
18782026-08-11T11:18:30.750Z Compiling unarray v0.1.4
18792026-08-11T11:18:30.867Z Compiling anstyle v1.0.14
18802026-08-11T11:18:31.048Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-11T11:18:31.093Z Compiling crossbeam-channel v0.5.15
18822026-08-11T11:18:31.560Z Compiling macaddr v1.0.1
18832026-08-11T11:18:31.756Z Compiling utf8parse v0.2.2
18842026-08-11T11:18:31.768Z Compiling block-buffer v0.10.4
18852026-08-11T11:18:31.788Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18862026-08-11T11:18:31.880Z Compiling anstyle-parse v1.0.0
18872026-08-11T11:18:31.918Z Compiling ref-cast v1.0.25
18882026-08-11T11:18:31.942Z Compiling colorchoice v1.0.4
18892026-08-11T11:18:31.975Z Compiling is_terminal_polyfill v1.70.1
18902026-08-11T11:18:32.024Z Compiling anstyle-query v1.1.4
18912026-08-11T11:18:32.061Z Compiling digest v0.10.7
18922026-08-11T11:18:32.061Z Compiling strum v0.27.2
18932026-08-11T11:18:32.085Z Compiling is-terminal v0.4.16
18942026-08-11T11:18:32.085Z Compiling clap_lex v1.1.0
18952026-08-11T11:18:32.132Z Compiling anstream v1.0.0
18962026-08-11T11:18:32.177Z Compiling slog-term v2.9.2
18972026-08-11T11:18:32.197Z Compiling slog-json v2.6.1
18982026-08-11T11:18:32.208Z Compiling slog-async v2.8.0
18992026-08-11T11:18:32.275Z Compiling hostname v0.3.1
19002026-08-11T11:18:32.414Z Compiling slog-bunyan v2.5.0
19012026-08-11T11:18:32.450Z Compiling futures-executor v0.3.32
19022026-08-11T11:18:32.462Z Compiling tower v0.5.2
19032026-08-11T11:18:32.555Z Compiling instant v0.1.13
19042026-08-11T11:18:32.732Z Compiling futures v0.3.32
19052026-08-11T11:18:32.756Z Compiling aws-lc-sys v0.39.1
19062026-08-11T11:18:32.800Z Compiling untrusted v0.7.1
19072026-08-11T11:18:32.828Z Compiling openssl-sys v0.9.117
19082026-08-11T11:18:32.924Z Compiling tower-http v0.6.8
19092026-08-11T11:18:33.274Z Compiling aws-lc-rs v1.16.2
19102026-08-11T11:18:33.363Z Compiling memmap2 v0.9.8
19112026-08-11T11:18:33.978Z Compiling foreign-types-shared v0.1.1
19122026-08-11T11:18:34.265Z Compiling rustls-webpki v0.103.6
19132026-08-11T11:18:34.491Z Compiling foreign-types v0.3.2
19142026-08-11T11:18:34.844Z Compiling rustls v0.23.40
19152026-08-11T11:18:35.188Z Compiling tempfile v3.27.0
19162026-08-11T11:18:35.339Z Compiling openssl-probe v0.1.6
19172026-08-11T11:18:35.617Z Compiling openssl v0.10.81
19182026-08-11T11:18:35.870Z Compiling either v1.15.0
19192026-08-11T11:18:36.306Z Compiling usdt v0.6.0
19202026-08-11T11:18:36.589Z Compiling webpki-roots v1.0.2
19212026-08-11T11:18:36.712Z Compiling newtype-uuid v1.3.2
19222026-08-11T11:18:37.057Z Compiling daft v0.1.5
19232026-08-11T11:18:37.813Z Compiling tokio-rustls v0.26.4
19242026-08-11T11:18:38.085Z Compiling native-tls v0.2.14
19252026-08-11T11:18:38.114Z Compiling hyper-rustls v0.27.7
19262026-08-11T11:18:38.406Z Compiling tokio-native-tls v0.3.1
19272026-08-11T11:18:38.581Z Compiling hyper-tls v0.6.0
19282026-08-11T11:18:38.815Z Compiling reqwest v0.12.23
19292026-08-11T11:18:39.457Z Compiling rustls-webpki v0.102.8
19302026-08-11T11:18:39.504Z Compiling rustls-pemfile v2.2.0
19312026-08-11T11:18:39.719Z Compiling multer v3.1.0
19322026-08-11T11:18:40.230Z Compiling hostname v0.4.2
19332026-08-11T11:18:40.380Z Compiling rustls v0.22.4
19342026-08-11T11:18:40.406Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-11T11:18:41.049Z Compiling terminal_size v0.4.3
19362026-08-11T11:18:41.194Z Compiling rand_chacha v0.3.1
19372026-08-11T11:18:41.315Z Compiling wait-timeout v0.2.1
19382026-08-11T11:18:42.025Z Compiling rusty-fork v0.3.0
19392026-08-11T11:18:42.139Z Compiling rand v0.8.5
19402026-08-11T11:18:42.197Z Compiling tokio-rustls v0.25.0
19412026-08-11T11:18:43.146Z Compiling sha1 v0.10.6
19422026-08-11T11:18:43.383Z Compiling rand_xorshift v0.4.0
19432026-08-11T11:18:43.536Z Compiling hubpack_derive v0.1.1
19442026-08-11T11:18:44.449Z Compiling proptest v1.8.0
19452026-08-11T11:18:44.503Z Compiling dropshot v0.16.7
19462026-08-11T11:18:44.530Z Compiling clap_builder v4.6.0
19472026-08-11T11:18:46.062Z Compiling serde_spanned v0.6.9
19482026-08-11T11:18:46.625Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-11T11:18:46.743Z Compiling clap v4.6.1
19502026-08-11T11:18:46.837Z Compiling prettyplease v0.2.37
19512026-08-11T11:18:48.185Z Compiling progenitor-client v0.11.1
19522026-08-11T11:18:48.212Z Compiling progenitor-client v0.10.0
19532026-08-11T11:18:48.302Z Compiling serde_with v3.14.1
19542026-08-11T11:18:49.086Z Compiling progenitor v0.11.1
19552026-08-11T11:18:49.966Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-11T11:18:50.113Z Compiling rustc-hash v2.1.1
19572026-08-11T11:18:50.243Z Compiling iddqd v0.3.18
19582026-08-11T11:18:50.299Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19592026-08-11T11:18:51.471Z Compiling backoff v0.4.0
19602026-08-11T11:18:51.589Z Compiling parse-display v0.10.0
19612026-08-11T11:18:51.589Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-11T11:18:51.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-11T11:18:51.816Z Compiling winnow v0.5.40
19642026-08-11T11:18:51.853Z Compiling toml_write v0.1.2
19652026-08-11T11:18:52.055Z Compiling toml_edit v0.22.27
19662026-08-11T11:18:53.215Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-11T11:18:53.431Z Compiling num-integer v0.1.46
19682026-08-11T11:18:53.923Z Compiling float-ord v0.3.2
19692026-08-11T11:18:54.041Z Compiling toml v0.8.23
19702026-08-11T11:18:57.080Z Compiling num-rational v0.4.2
19712026-08-11T11:18:57.711Z Compiling num-iter v0.1.45
19722026-08-11T11:18:57.994Z Compiling num-complex v0.4.6
19732026-08-11T11:18:58.382Z Compiling num v0.4.3
19742026-08-11T11:18:59.139Z Compiling toml_edit v0.19.15
19752026-08-11T11:19:00.794Z Compiling proc-macro-crate v1.3.1
19762026-08-11T11:19:02.353Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-11T11:19:02.893Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-11T11:19:03.342Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-11T11:19:03.907Z Compiling memoffset v0.9.1
19802026-08-11T11:19:03.926Z Compiling zerocopy-derive v0.7.35
19812026-08-11T11:19:04.853Z Compiling libscf-sys v1.2.0
19822026-08-11T11:19:04.981Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-08-11T11:19:05.006Z Compiling ingot-macros v0.1.1
19842026-08-11T11:19:06.332Z Compiling scroll_derive v0.12.1
19852026-08-11T11:19:06.662Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-11T11:19:07.361Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-11T11:19:09.326Z Compiling zerocopy v0.7.35
19882026-08-11T11:19:09.936Z Compiling num_enum_derive v0.7.5
19892026-08-11T11:19:10.068Z Compiling hubpack v0.1.2
19902026-08-11T11:19:10.145Z Compiling foreign-types-macros v0.2.3
19912026-08-11T11:19:10.407Z Compiling static_assertions v1.1.0
19922026-08-11T11:19:11.037Z Compiling glob v0.3.3
19932026-08-11T11:19:11.081Z Compiling proc-macro-error-attr v1.0.4
19942026-08-11T11:19:11.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-11T11:19:11.486Z Compiling dtrace-parser v0.2.0
19962026-08-11T11:19:11.613Z Compiling bytecount v0.6.9
19972026-08-11T11:19:11.882Z Compiling proc-macro-error v1.0.4
19982026-08-11T11:19:11.896Z Compiling dof v0.3.0
19992026-08-11T11:19:12.465Z Compiling num_enum_derive v0.5.11
20002026-08-11T11:19:13.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-11T11:19:14.083Z Compiling thread-id v4.2.2
20022026-08-11T11:19:14.172Z Compiling usdt-impl v0.5.0
20032026-08-11T11:19:14.877Z Compiling derive_more v0.99.20
20042026-08-11T11:19:15.172Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20052026-08-11T11:19:15.327Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-08-11T11:19:16.231Z Compiling minimal-lexical v0.2.1
20072026-08-11T11:19:16.281Z Compiling usdt-attr-macro v0.5.0
20082026-08-11T11:19:16.496Z Compiling nom v7.1.3
20092026-08-11T11:19:16.560Z Compiling usdt-macro v0.5.0
20102026-08-11T11:19:16.803Z Compiling zone_cfg_derive v0.3.1
20112026-08-11T11:19:17.114Z Compiling papergrid v0.18.0
20122026-08-11T11:19:17.135Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-11T11:19:17.333Z Compiling rustc_version v0.4.1
20142026-08-11T11:19:17.511Z Compiling nix v0.31.3
20152026-08-11T11:19:17.633Z Compiling itertools v0.15.0
20162026-08-11T11:19:17.851Z Compiling crossbeam-epoch v0.9.18
20172026-08-11T11:19:17.864Z Compiling dropshot_endpoint v0.17.1
20182026-08-11T11:19:18.138Z Compiling tabled v0.21.0
20192026-08-11T11:19:18.197Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20202026-08-11T11:19:18.337Z Compiling adler2 v2.0.1
20212026-08-11T11:19:18.440Z Compiling miniz_oxide v0.8.9
20222026-08-11T11:19:18.480Z Compiling crc32fast v1.5.0
20232026-08-11T11:19:18.770Z Compiling enum-as-inner v0.6.1
20242026-08-11T11:19:18.944Z Compiling regress v0.11.1
20252026-08-11T11:19:19.118Z Compiling flate2 v1.1.2
20262026-08-11T11:19:19.131Z Compiling curve25519-dalek v4.1.3
20272026-08-11T11:19:19.368Z Compiling hybrid-array v0.4.12
20282026-08-11T11:19:19.500Z Compiling crossbeam-deque v0.8.6
20292026-08-11T11:19:19.599Z Compiling thiserror-impl-no-std v2.0.2
20302026-08-11T11:19:19.648Z Compiling curve25519-dalek-derive v0.1.1
20312026-08-11T11:19:19.775Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20322026-08-11T11:19:19.842Z Compiling block-buffer v0.12.0
20332026-08-11T11:19:19.872Z Compiling crypto-common v0.2.2
20342026-08-11T11:19:20.010Z Compiling rayon-core v1.13.0
20352026-08-11T11:19:20.361Z Compiling clang-sys v1.8.1
20362026-08-11T11:19:20.764Z Compiling typify-impl v0.6.2
20372026-08-11T11:19:20.767Z Compiling compression-core v0.4.32
20382026-08-11T11:19:20.788Z Compiling const-oid v0.10.2
20392026-08-11T11:19:20.936Z Compiling digest v0.11.3
20402026-08-11T11:19:20.973Z Compiling compression-codecs v0.4.32
20412026-08-11T11:19:21.029Z Compiling scroll v0.12.0
20422026-08-11T11:19:21.109Z Compiling hash32 v0.3.1
20432026-08-11T11:19:21.245Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-11T11:19:21.267Z Compiling cpufeatures v0.3.0
20452026-08-11T11:19:21.301Z Compiling goblin v0.8.2
20462026-08-11T11:19:21.346Z Compiling sha1 v0.11.0
20472026-08-11T11:19:21.361Z Compiling heapless v0.8.0
20482026-08-11T11:19:21.398Z Compiling async-compression v0.4.33
20492026-08-11T11:19:21.568Z Compiling toml v1.1.2+spec-1.1.0
20502026-08-11T11:19:21.609Z Compiling ingot-types v0.1.2
20512026-08-11T11:19:21.794Z Compiling cobs v0.3.0
20522026-08-11T11:19:21.872Z Compiling libloading v0.8.9
20532026-08-11T11:19:22.002Z Compiling managed v0.8.0
20542026-08-11T11:19:22.013Z Compiling bitflags v1.3.2
20552026-08-11T11:19:22.073Z Compiling foreign-types-shared v0.3.1
20562026-08-11T11:19:22.092Z Compiling bindgen v0.72.1
20572026-08-11T11:19:22.171Z Compiling foreign-types v0.5.0
20582026-08-11T11:19:22.220Z Compiling smoltcp v0.11.0
20592026-08-11T11:19:22.255Z Compiling ingot v0.1.1
20602026-08-11T11:19:23.104Z Compiling dropshot v0.17.1
20612026-08-11T11:19:23.107Z Compiling postcard v1.1.3
20622026-08-11T11:19:23.896Z Compiling cexpr v0.6.0
20632026-08-11T11:19:24.140Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-11T11:19:24.477Z Compiling num_enum v0.7.5
20652026-08-11T11:19:24.656Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-11T11:19:24.822Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-11T11:19:24.942Z Compiling camino-tempfile v1.4.1
20682026-08-11T11:19:25.075Z Compiling derive-where v1.6.0
20692026-08-11T11:19:25.100Z Compiling serde_repr v0.1.20
20702026-08-11T11:19:25.151Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-11T11:19:25.277Z Compiling cstr-argument v0.1.2
20722026-08-11T11:19:25.520Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-08-11T11:19:25.532Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-11T11:19:26.437Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-11T11:19:26.631Z Compiling rayon v1.11.0
20762026-08-11T11:19:26.694Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-08-11T11:19:26.821Z Compiling crucible-workspace-hack v0.1.0
20782026-08-11T11:19:27.059Z Compiling typify-macro v0.6.2
20792026-08-11T11:19:27.691Z Compiling memmap v0.7.0
20802026-08-11T11:19:27.738Z Compiling tinyvec_macros v0.1.1
20812026-08-11T11:19:27.933Z Compiling usdt v0.5.0
20822026-08-11T11:19:28.001Z Compiling tinyvec v1.10.0
20832026-08-11T11:19:28.215Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-11T11:19:28.703Z Compiling num_enum v0.5.11
20852026-08-11T11:19:29.148Z Compiling typify v0.6.2
20862026-08-11T11:19:29.249Z Compiling pin-project-internal v1.1.10
20872026-08-11T11:19:30.018Z Compiling progenitor-impl v0.14.0
20882026-08-11T11:19:30.203Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-11T11:19:30.239Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-11T11:19:30.357Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-11T11:19:30.385Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-11T11:19:30.651Z Compiling rustix v0.38.44
20932026-08-11T11:19:31.056Z Compiling itertools v0.12.1
20942026-08-11T11:19:31.112Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-11T11:19:31.260Z Compiling progenitor-impl v0.10.0
20962026-08-11T11:19:31.321Z Compiling sigpipe v0.1.3
20972026-08-11T11:19:31.470Z Compiling jiff v0.2.15
20982026-08-11T11:19:31.834Z Compiling const_format_proc_macros v0.2.34
20992026-08-11T11:19:31.870Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21002026-08-11T11:19:32.125Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-08-11T11:19:32.248Z Compiling zone v0.3.1
21022026-08-11T11:19:33.527Z Compiling progenitor-macro v0.14.0
21032026-08-11T11:19:33.922Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-08-11T11:19:34.021Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-11T11:19:34.197Z Compiling nix v0.30.1
21062026-08-11T11:19:34.430Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-11T11:19:34.720Z Compiling progenitor-macro v0.10.0
21082026-08-11T11:19:34.733Z Compiling snafu-derive v0.8.9
21092026-08-11T11:19:35.210Z Compiling secrecy v0.10.3
21102026-08-11T11:19:35.313Z Compiling smf v0.2.3
21112026-08-11T11:19:35.378Z Compiling async-recursion v1.1.1
21122026-08-11T11:19:35.664Z Compiling bstr v1.12.0
21132026-08-11T11:19:36.083Z Compiling whoami v1.6.1
21142026-08-11T11:19:36.353Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-11T11:19:37.021Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-11T11:19:37.871Z Compiling hmac v0.12.1
21172026-08-11T11:19:38.147Z Compiling inout v0.1.4
21182026-08-11T11:19:38.186Z Compiling ff v0.13.1
21192026-08-11T11:19:38.301Z Compiling crc8 v0.1.1
21202026-08-11T11:19:38.324Z Compiling data-encoding v2.9.0
21212026-08-11T11:19:38.734Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-11T11:19:38.839Z Compiling group v0.13.0
21232026-08-11T11:19:38.852Z Compiling cipher v0.4.4
21242026-08-11T11:19:39.450Z Compiling hkdf v0.12.4
21252026-08-11T11:19:39.680Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-11T11:19:39.834Z Compiling atomicwrites v0.4.4
21272026-08-11T11:19:40.041Z Compiling tokio-dtrace v0.1.1
21282026-08-11T11:19:40.327Z Compiling tabled_derive v0.7.0
21292026-08-11T11:19:40.765Z Compiling reqwest v0.13.2
21302026-08-11T11:19:40.841Z Compiling universal-hash v0.5.1
21312026-08-11T11:19:40.983Z Compiling crypto-bigint v0.5.5
21322026-08-11T11:19:40.986Z Compiling half v2.7.1
21332026-08-11T11:19:41.260Z Compiling opaque-debug v0.3.1
21342026-08-11T11:19:41.293Z Compiling indent_write v2.2.0
21352026-08-11T11:19:41.337Z Compiling base64ct v1.8.0
21362026-08-11T11:19:41.436Z Compiling ciborium-io v0.2.2
21372026-08-11T11:19:41.541Z Compiling base16ct v0.2.0
21382026-08-11T11:19:41.645Z Compiling password-hash v0.5.0
21392026-08-11T11:19:41.711Z Compiling progenitor-client v0.14.0
21402026-08-11T11:19:41.923Z Compiling ciborium-ll v0.2.2
21412026-08-11T11:19:42.010Z Compiling poly1305 v0.8.0
21422026-08-11T11:19:42.102Z Compiling elliptic-curve v0.13.8
21432026-08-11T11:19:42.658Z Compiling oxide-tokio-rt v0.1.2
21442026-08-11T11:19:42.858Z Compiling chacha20 v0.9.1
21452026-08-11T11:19:43.092Z Compiling similar v2.7.0
21462026-08-11T11:19:43.095Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-11T11:19:43.159Z Compiling thiserror-no-std v2.0.2
21482026-08-11T11:19:44.391Z Compiling blake2 v0.10.6
21492026-08-11T11:19:44.737Z Compiling aead v0.5.2
21502026-08-11T11:19:44.871Z Compiling strum_macros v0.28.0
21512026-08-11T11:19:44.907Z Compiling resolv-conf v0.7.5
21522026-08-11T11:19:45.223Z Compiling linked-hash-map v0.5.6
21532026-08-11T11:19:45.275Z Compiling keccak v0.1.6
21542026-08-11T11:19:45.417Z Compiling lru-cache v0.1.2
21552026-08-11T11:19:45.549Z Compiling sha3 v0.10.8
21562026-08-11T11:19:45.860Z Compiling chacha20poly1305 v0.10.1
21572026-08-11T11:19:45.928Z Compiling argon2 v0.5.3
21582026-08-11T11:19:45.949Z Compiling progenitor v0.14.0
21592026-08-11T11:19:45.998Z Compiling vsss-rs v3.3.4
21602026-08-11T11:19:46.002Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-11T11:19:46.174Z Compiling ciborium v0.2.2
21622026-08-11T11:19:46.321Z Compiling hickory-proto v0.24.4
21632026-08-11T11:19:46.738Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-11T11:19:46.758Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-11T11:19:47.269Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-11T11:19:47.281Z Compiling serde-big-array v0.5.1
21672026-08-11T11:19:47.298Z Compiling siphasher v1.0.1
21682026-08-11T11:19:47.423Z Compiling unicode-segmentation v1.12.0
21692026-08-11T11:19:47.594Z Compiling same-file v1.0.6
21702026-08-11T11:19:47.738Z Compiling newline-converter v0.3.0
21712026-08-11T11:19:47.768Z Compiling walkdir v2.5.0
21722026-08-11T11:19:47.826Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21732026-08-11T11:19:47.855Z Compiling phf_shared v0.12.1
21742026-08-11T11:19:47.984Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-11T11:19:48.136Z Compiling hickory-resolver v0.24.4
21762026-08-11T11:19:48.170Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-08-11T11:19:48.810Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-11T11:19:49.932Z Compiling newtype_derive v0.1.6
21792026-08-11T11:19:50.020Z Compiling owo-colors v4.3.0
21802026-08-11T11:19:50.034Z Compiling tokio-stream v0.1.17
21812026-08-11T11:19:50.328Z Compiling console v0.15.11
21822026-08-11T11:19:50.501Z Compiling csv-core v0.1.12
21832026-08-11T11:19:50.782Z Compiling foldhash v0.1.5
21842026-08-11T11:19:50.805Z Compiling unicode-linebreak v0.1.5
21852026-08-11T11:19:50.965Z Compiling swrite v0.1.0
21862026-08-11T11:19:50.977Z Compiling smawk v0.3.2
21872026-08-11T11:19:51.009Z Compiling termtree v0.5.1
21882026-08-11T11:19:51.021Z Compiling unicode-width v0.1.14
21892026-08-11T11:19:51.057Z Compiling humantime v2.3.0
21902026-08-11T11:19:51.090Z Compiling textwrap v0.16.2
21912026-08-11T11:19:51.193Z Compiling hashbrown v0.15.5
21922026-08-11T11:19:51.290Z Compiling csv v1.4.0
21932026-08-11T11:19:51.372Z Compiling expectorate v1.2.0
21942026-08-11T11:19:51.414Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-08-11T11:19:51.525Z Compiling qorb v0.4.1
21962026-08-11T11:19:51.743Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-11T11:19:52.884Z Compiling phf v0.12.1
21982026-08-11T11:19:53.050Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-11T11:19:53.601Z Compiling pin-project v1.1.10
22002026-08-11T11:19:53.690Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22012026-08-11T11:19:53.710Z Compiling unicode-normalization v0.1.24
22022026-08-11T11:19:53.776Z Compiling libz-sys v1.1.22
22032026-08-11T11:19:54.198Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-11T11:19:55.098Z Compiling libsw-core v0.3.2
22052026-08-11T11:19:55.281Z Compiling fixedbitset v0.4.2
22062026-08-11T11:19:55.525Z Compiling highway v1.3.0
22072026-08-11T11:19:55.595Z Compiling fixedbitset v0.5.7
22082026-08-11T11:19:56.104Z Compiling petgraph v0.8.2
22092026-08-11T11:19:56.611Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-08-11T11:19:57.032Z Compiling progenitor v0.10.0
22112026-08-11T11:19:57.192Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-11T11:19:57.936Z Compiling petgraph v0.6.5
22132026-08-11T11:19:58.390Z Compiling libsw v3.5.0
22142026-08-11T11:19:58.998Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-11T11:19:59.287Z Compiling olpc-cjson v0.1.4
22162026-08-11T11:19:59.439Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-11T11:19:59.736Z Compiling snafu v0.8.9
22182026-08-11T11:20:00.352Z Compiling chrono-tz v0.10.4
22192026-08-11T11:20:00.605Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-08-11T11:20:00.810Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-11T11:20:00.888Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-11T11:20:01.514Z Compiling papergrid v0.11.0
22232026-08-11T11:20:01.563Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-11T11:20:01.694Z Compiling strum v0.28.0
22252026-08-11T11:20:01.766Z Compiling globset v0.4.16
22262026-08-11T11:20:01.826Z Compiling const_format v0.2.34
22272026-08-11T11:20:01.841Z Compiling slog-dtrace v0.3.0
22282026-08-11T11:20:02.157Z Compiling cancel-safe-futures v0.1.5
22292026-08-11T11:20:02.171Z Compiling gethostname v0.5.0
22302026-08-11T11:20:02.572Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-11T11:20:02.986Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-11T11:20:03.371Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-11T11:20:03.427Z Compiling bcs v0.1.6
22342026-08-11T11:20:03.585Z Compiling cargo-platform v0.1.9
22352026-08-11T11:20:03.745Z Compiling serde_plain v1.0.2
22362026-08-11T11:20:03.748Z Compiling pem v3.0.5
22372026-08-11T11:20:03.951Z Compiling tagptr v0.2.0
22382026-08-11T11:20:04.023Z Compiling linear-map v1.2.0
22392026-08-11T11:20:04.135Z Compiling typed-path v0.9.3
22402026-08-11T11:20:04.229Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-08-11T11:20:05.791Z Compiling tough v0.20.0
22422026-08-11T11:20:05.808Z Compiling moka v0.12.11
22432026-08-11T11:20:06.254Z Compiling cargo_metadata v0.18.1
22442026-08-11T11:20:06.589Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-11T11:20:07.596Z Compiling tabled v0.15.0
22462026-08-11T11:20:07.837Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22472026-08-11T11:20:07.922Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-11T11:20:08.293Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-11T11:20:08.699Z Compiling git2 v0.19.0
22502026-08-11T11:20:09.522Z Compiling steno v0.4.1
22512026-08-11T11:20:11.759Z Compiling cookie v0.18.1
22522026-08-11T11:20:12.095Z Compiling hickory-proto v0.25.2
22532026-08-11T11:20:14.269Z Compiling hickory-resolver v0.25.2
22542026-08-11T11:20:14.896Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-11T11:20:16.861Z Compiling vergen v8.3.2
22562026-08-11T11:20:18.297Z Compiling signal-hook v0.4.4
22572026-08-11T11:20:18.714Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-11T11:20:18.788Z Compiling mockall_derive v0.14.0
22592026-08-11T11:20:19.020Z Compiling predicates-core v1.0.9
22602026-08-11T11:20:19.371Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-11T11:20:19.581Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-11T11:20:19.649Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-11T11:20:19.952Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-11T11:20:19.993Z Compiling sha2 v0.10.9
22652026-08-11T11:20:20.689Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-11T11:20:21.643Z Compiling diff v0.1.13
22672026-08-11T11:20:21.680Z Compiling mockall v0.14.0
22682026-08-11T11:20:21.799Z Compiling yansi v1.0.1
22692026-08-11T11:20:21.985Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22702026-08-11T11:20:22.130Z Compiling pretty_assertions v1.4.1
22712026-08-11T11:20:22.414Z Compiling predicates-tree v1.0.12
22722026-08-11T11:20:22.686Z Compiling predicates v3.1.3
22732026-08-11T11:20:23.186Z Compiling fs-err v3.1.2
22742026-08-11T11:20:23.851Z Compiling git-stub v1.0.0
22752026-08-11T11:20:24.059Z Compiling filetime v0.2.26
22762026-08-11T11:20:24.141Z Compiling downcast v0.11.0
22772026-08-11T11:20:24.251Z Compiling is_ci v1.2.0
22782026-08-11T11:20:24.296Z Compiling arrayref v0.3.9
22792026-08-11T11:20:24.381Z Compiling arrayvec v0.7.6
22802026-08-11T11:20:24.405Z Compiling fragile v2.0.1
22812026-08-11T11:20:24.627Z Compiling constant_time_eq v0.3.1
22822026-08-11T11:20:24.759Z Compiling xattr v1.6.1
22832026-08-11T11:20:24.771Z Compiling blake3 v1.8.2
22842026-08-11T11:20:24.947Z Compiling tar v0.4.45
22852026-08-11T11:20:25.375Z Compiling toml v0.7.8
22862026-08-11T11:20:25.994Z Compiling supports-color v3.0.2
22872026-08-11T11:20:26.035Z Compiling git-stub-vcs v0.1.0
22882026-08-11T11:20:26.181Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-08-11T11:20:26.412Z Compiling signal-hook-tokio v0.4.0
22902026-08-11T11:20:26.699Z Compiling scuffle v0.1.0
22912026-08-11T11:20:27.652Z Compiling drift v0.2.0
22922026-08-11T11:20:27.929Z Compiling kstat-rs v0.2.4
22932026-08-11T11:20:28.252Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-08-11T11:20:28.377Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-08-11T11:20:28.575Z Compiling hex-literal v1.1.0
22962026-08-11T11:20:28.648Z Compiling topological-sort v0.2.2
22972026-08-11T11:20:28.697Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22982026-08-11T11:20:28.803Z Compiling omicron-zone-package v0.12.2
22992026-08-11T11:20:29.358Z Compiling dropshot-api-manager v0.7.2
23002026-08-11T11:20:30.629Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-11T11:20:30.848Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-11T11:20:31.764Z Compiling curl v0.4.50
23032026-08-11T11:20:31.994Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23042026-08-11T11:20:32.341Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23052026-08-11T11:20:32.587Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23062026-08-11T11:20:32.599Z Compiling iddqd v0.4.5
23072026-08-11T11:20:33.289Z Compiling internet-checksum v0.2.1
23082026-08-11T11:20:33.303Z Compiling search_path v0.1.4
23092026-08-11T11:20:33.432Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-08-11T11:20:33.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-08-11T11:20:36.583Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23122026-08-11T11:20:36.835Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23132026-08-11T11:21:22.744Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23142026-08-11T11:21:22.868Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-11T11:21:22.872Z
23162026-08-11T11:21:22.872Zrunning 5 tests
23172026-08-11T11:21:22.875Ztest fuse::tests::chip_revision_b1 ... ok
23182026-08-11T11:21:22.875Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23192026-08-11T11:21:22.875Ztest fuse::tests::chip_revision_b0 ... ok
23202026-08-11T11:21:22.875Ztest fuse::tests::chip_revision_a0 ... ok
23212026-08-11T11:21:22.875Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-11T11:21:22.875Z
23232026-08-11T11:21:22.875Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-11T11:21:22.875Z
23252026-08-11T11:21:22.875Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-11T11:21:22.878Z
23272026-08-11T11:21:22.879Zrunning 0 tests
23282026-08-11T11:21:22.879Z
23292026-08-11T11:21:22.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-11T11:21:22.879Z
23312026-08-11T11:21:22.879Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-11T11:21:22.879Z
23332026-08-11T11:21:22.879Zrunning 0 tests
23342026-08-11T11:21:22.879Z
23352026-08-11T11:21:22.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-11T11:21:22.879Z
23372026-08-11T11:21:22.879Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-11T11:21:22.882Z
23392026-08-11T11:21:22.882Zrunning 10 tests
23402026-08-11T11:21:22.882Ztest network::tests::test_equal ... ok
23412026-08-11T11:21:22.882Ztest network::tests::test_eui64 ... ok
23422026-08-11T11:21:22.882Ztest network::tests::test_into ... ok
23432026-08-11T11:21:22.882Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-11T11:21:22.882Ztest network::tests::test_not_equal ... ok
23452026-08-11T11:21:22.882Ztest nat::tests::test_vni ... ok
23462026-08-11T11:21:22.882Ztest network::tests::test_parse ... ok
23472026-08-11T11:21:22.882Ztest network::tests::test_to_string ... ok
23482026-08-11T11:21:22.882Ztest test_purge ... ok
23492026-08-11T11:21:22.885Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-08-11T11:21:22.885Z
23512026-08-11T11:21:22.885Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-08-11T11:21:22.885Z
23532026-08-11T11:21:22.885Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23542026-08-11T11:21:22.891Z
23552026-08-11T11:21:22.891Zrunning 1 test
23562026-08-11T11:21:22.894Z -------
23572026-08-11T11:21:22.894Z Generating OpenAPI documents from API definitions ...
23582026-08-11T11:21:23.030Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-08-11T11:21:23.096Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-08-11T11:21:24.096Z -------
23612026-08-11T11:21:24.096Z Checking 12 OpenAPI documents...
23622026-08-11T11:21:24.096Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-11T11:21:24.096Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-11T11:21:24.096Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-11T11:21:24.096Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-11T11:21:24.096Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-11T11:21:24.100Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-11T11:21:24.100Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-11T11:21:24.100Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-11T11:21:24.100Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-11T11:21:24.100Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-11T11:21:24.100Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-11T11:21:24.100Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-11T11:21:24.100Z Fresh dpd "latest" symlink
23752026-08-11T11:21:24.100Z -------
23762026-08-11T11:21:24.100Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-08-11T11:21:24.161Ztest test::test_apis_up_to_date ... ok
23782026-08-11T11:21:24.161Z
23792026-08-11T11:21:24.161Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23802026-08-11T11:21:24.161Z
23812026-08-11T11:21:24.218Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23822026-08-11T11:21:24.224Z
23832026-08-11T11:21:24.224Zrunning 34 tests
23842026-08-11T11:21:24.228Ztest freemap::test_ordering ... ok
23852026-08-11T11:21:24.228Ztest config::tests::test_updates ... ok
23862026-08-11T11:21:24.228Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23872026-08-11T11:21:24.228Ztest freemap::test_split ... ok
23882026-08-11T11:21:24.228Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23892026-08-11T11:21:24.228Ztest macaddrs::tests::test_mac_offset ... ok
23902026-08-11T11:21:24.233Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-08-11T11:21:24.233Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test
23932026-08-11T11:21:24.233Ztest nat::test_mapping ... ok
23942026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG initted freemap. size: 128, unit: freemap_test
23952026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test
23962026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test
23972026-08-11T11:21:24.233ZAug 11 11:21:23.270Aug 11 11:21:23.270 DEBG DEBGinitted freemap. size: 128 , created new freemapunit: , freemap_testunit
23982026-08-11T11:21:24.233Z: freemap_test
23992026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG reset freemapAug 11 11:21:23.270, unitDEBG: initted freemap. size: 128freemap_test,
24002026-08-11T11:21:24.233Zunit: freemap_test
24012026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test
24022026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test
24032026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG initted freemap. size: 128, unit: freemap_test
24042026-08-11T11:21:24.233Ztest freemap::test_basic ... ok
24052026-08-11T11:21:24.233Ztest freemap::test_exhaustion ... ok
24062026-08-11T11:21:24.233ZAug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test
24072026-08-11T11:21:24.233Ztest freemap::test_free ... ok
24082026-08-11T11:21:24.233Ztest port_map::tests::test_backplane_group ... ok
24092026-08-11T11:21:24.234Ztest freemap::test_reclaim ... ok
24102026-08-11T11:21:24.234ZAug 11 11:21:23.270 DEBG created new freemap, unit: freemap_test
24112026-08-11T11:21:24.234ZAug 11 11:21:23.270 DEBG initted freemap. size: 8, unit: freemap_test
24122026-08-11T11:21:24.234ZAug 11 11:21:23.270 DEBG reset freemap, unit: freemap_test
24132026-08-11T11:21:24.234Ztest port_map::tests::test_port_map ... ok
24142026-08-11T11:21:24.234Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24152026-08-11T11:21:24.234Ztest port_map::tests::dump_map ... ok
24162026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG created new freemap, unit: freemap_test
24172026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG initted freemap. size: 128, unit: freemap_test
24182026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG reset freemap, unit: freemap_test
24192026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv4
24202026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv6
24212026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24222026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG reset freemap, unit: freemap_route_ipv4
24232026-08-11T11:21:24.234ZAug 11 11:21:23.271Aug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv4
24242026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG created new freemap, unit: freemap_route_ipv6
24252026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24262026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG reset freemap, unit: freemap_route_ipv4
24272026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24282026-08-11T11:21:24.234ZAug 11 11:21:23.271 DEBG reset freemap, unit: freemap_route_ipv6
24292026-08-11T11:21:24.234ZAug 11 11:21:23.271 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24302026-08-11T11:21:24.234ZAug 11 11:21:23.272 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 } }]
24312026-08-11T11:21:24.234ZAug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24322026-08-11T11:21:24.234ZAug 11 11:21:23.272 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 } }]
24332026-08-11T11:21:24.234ZAug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
24342026-08-11T11:21:24.234ZAug 11 11:21:23.272 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 } }]
24352026-08-11T11:21:24.234ZAug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
24362026-08-11T11:21:24.235ZAug 11 11:21:23.272 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 } }]
24372026-08-11T11:21:24.235ZDEBGAug 11 11:21:23.272 initted freemap. size: 64INFO , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
24382026-08-11T11:21:24.235Z: freemap_route_ipv6
24392026-08-11T11:21:24.235ZAug 11 11:21:23.272 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 } }]
24402026-08-11T11:21:24.235ZAug 11 11:21:23.272 INFO Aug 11 11:21:23.272adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24412026-08-11T11:21:24.235ZDEBG reset freemap, unitAug 11 11:21:23.272: DEBGfreemap_route_ipv6
24422026-08-11T11:21:24.235Zreplacing 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 } }]
24432026-08-11T11:21:24.235Ztest port_map::tests::parse_softnpu_revision ... ok
24442026-08-11T11:21:24.235ZAug 11 11:21:23.272 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24452026-08-11T11:21:24.235ZAug 11 11:21:23.272 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 } }]
24462026-08-11T11:21:24.235Ztest freemap::test_span ... ok
24472026-08-11T11:21:24.235ZAug 11 11:21:23.272 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24482026-08-11T11:21:24.235ZAug 11 11:21:23.272 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 } }]
24492026-08-11T11:21:24.235ZAug 11 11:21:23.272 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24502026-08-11T11:21:24.235ZAug 11 11:21:23.272 Aug 11 11:21:23.272INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24512026-08-11T11:21:24.235Zreplacing 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 } }]
24522026-08-11T11:21:24.235ZAug 11 11:21:23.272Aug 11 11:21:23.272 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24532026-08-11T11:21:24.235Z
24542026-08-11T11:21:24.235ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG adding route 3fff:beef:3::/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 } }]
24552026-08-11T11:21:24.235Z
24562026-08-11T11:21:24.235ZAug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBG 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 } }]
24572026-08-11T11:21:24.235Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
24582026-08-11T11:21:24.235Z created new freemapAug 11 11:21:23.272 INFO, Aug 11 11:21:23.272 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGunit
24592026-08-11T11:21:24.235Z: 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 } }]freemap_route_ipv4Aug 11 11:21:23.272
24602026-08-11T11:21:24.235Z
24612026-08-11T11:21:24.235Z DEBGAug 11 11:21:23.272Aug 11 11:21:23.272 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 } }] DEBG
24622026-08-11T11:21:24.235Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffcreated new freemap
24632026-08-11T11:21:24.236Z, unitAug 11 11:21:23.272: INFOfreemap_route_ipv6 Aug 11 11:21:23.272adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24642026-08-11T11:21:24.236Z
24652026-08-11T11:21:24.236ZDEBG 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 } }]
24662026-08-11T11:21:24.236ZAug 11 11:21:23.272Aug 11 11:21:23.272 DEBGDEBG initted freemap. size: 64replacing 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 } }],
24672026-08-11T11:21:24.236Zunit:Aug 11 11:21:23.272 freemap_route_ipv4INFO
24682026-08-11T11:21:24.236ZAug 11 11:21:23.272 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
24692026-08-11T11:21:24.236Z Aug 11 11:21:23.272adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24702026-08-11T11:21:24.236ZDEBG reset freemap, unitAug 11 11:21:23.272Aug 11 11:21:23.272 :DEBG DEBGfreemap_route_ipv4
24712026-08-11T11:21:24.236Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24722026-08-11T11:21:24.236Z
24732026-08-11T11:21:24.236ZAug 11 11:21:23.272 Aug 11 11:21:23.272Aug 11 11:21:23.272DEBG INFOinitted freemap. size: 64 INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff , adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24742026-08-11T11:21:24.236Z
24752026-08-11T11:21:24.236Zunit: freemap_route_ipv6Aug 11 11:21:23.272Aug 11 11:21:23.272
24762026-08-11T11:21:24.236ZDEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24772026-08-11T11:21:24.236Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
24782026-08-11T11:21:24.236Z DEBGAug 11 11:21:23.272 reset freemapINFOAug 11 11:21:23.272, unitINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
24792026-08-11T11:21:24.236Z freemap_route_ipv6adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24802026-08-11T11:21:24.236Z
24812026-08-11T11:21:24.236ZAug 11 11:21:23.272 DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272 INFODEBG
24822026-08-11T11:21:24.236Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
24832026-08-11T11:21:24.236Z
24842026-08-11T11:21:24.236ZAug 11 11:21:23.272 INFO Aug 11 11:21:23.272adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
24852026-08-11T11:21:24.236Z 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:9::/64 -> 2001:db8::55:ff
24862026-08-11T11:21:24.236Z
24872026-08-11T11:21:24.236ZAug 11 11:21:23.272 DEBG Aug 11 11:21:23.272Aug 11 11:21:23.272replacing 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
24882026-08-11T11:21:24.236Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
24892026-08-11T11:21:24.237Zreplacing 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 } }]
24902026-08-11T11:21:24.242ZAug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG 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 } }]
24912026-08-11T11:21:24.242Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24922026-08-11T11:21:24.242Z
24932026-08-11T11:21:24.242ZAug 11 11:21:23.272 INFOAug 11 11:21:23.272 Aug 11 11:21:23.272adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
24942026-08-11T11:21:24.242Zreplacing 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
24952026-08-11T11:21:24.242Zreplacing 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 } }]
24962026-08-11T11:21:24.242ZAug 11 11:21:23.272 Aug 11 11:21:23.272DEBG Aug 11 11:21:23.272INFO 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 } }] adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24972026-08-11T11:21:24.242Z
24982026-08-11T11:21:24.242Z
24992026-08-11T11:21:24.242ZAug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
25002026-08-11T11:21:24.242ZDEBG
25012026-08-11T11:21:24.242Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272Aug 11 11:21:23.272
25022026-08-11T11:21:24.242Z INFO Aug 11 11:21:23.272DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO
25032026-08-11T11:21:24.242Z 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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25042026-08-11T11:21:24.242Z
25052026-08-11T11:21:24.242ZAug 11 11:21:23.272 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272Aug 11 11:21:23.272
25062026-08-11T11:21:24.242Z DEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
25072026-08-11T11:21:24.242Z
25082026-08-11T11:21:24.242ZAug 11 11:21:23.272 Aug 11 11:21:23.272Aug 11 11:21:23.272INFO INFO DEBG adding route 3fff:beef:c::/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 } }]
25092026-08-11T11:21:24.242Z
25102026-08-11T11:21:24.242Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25112026-08-11T11:21:24.242ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:21:23.272replacing 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 } }]
25122026-08-11T11:21:24.243Z DEBG
25132026-08-11T11:21:24.243Z 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 } }]
25142026-08-11T11:21:24.243ZAug 11 11:21:23.272Aug 11 11:21:23.272 DEBGINFOAug 11 11:21:23.272 adding route 3fff:beef:d::/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 } }]
25152026-08-11T11:21:24.243Z
25162026-08-11T11:21:24.243ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25172026-08-11T11:21:24.243ZAug 11 11:21:23.272Aug 11 11:21:23.272 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:2::/64 -> 2001:db8::55:ff
25182026-08-11T11:21:24.243ZAug 11 11:21:23.272
25192026-08-11T11:21:24.243Z DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.272
25202026-08-11T11:21:24.243ZINFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25212026-08-11T11:21:24.243Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
25222026-08-11T11:21:24.243Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25232026-08-11T11:21:24.243Z Aug 11 11:21:23.272DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25242026-08-11T11:21:24.243ZAug 11 11:21:23.272adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25252026-08-11T11:21:24.243ZDEBG 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 } }]
25262026-08-11T11:21:24.243ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFO DEBGAug 11 11:21:23.272 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 } }]INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25272026-08-11T11:21:24.243Z
25282026-08-11T11:21:24.243Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25292026-08-11T11:21:24.243ZAug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBG
25302026-08-11T11:21:24.243Z 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: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 } }]
25312026-08-11T11:21:24.243Z
25322026-08-11T11:21:24.243ZAug 11 11:21:23.272 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 } }]
25332026-08-11T11:21:24.243ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25342026-08-11T11:21:24.243Z
25352026-08-11T11:21:24.243ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25362026-08-11T11:21:24.243ZAug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272DEBG 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 } }]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
25372026-08-11T11:21:24.243Z
25382026-08-11T11:21:24.243Z 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 } }]
25392026-08-11T11:21:24.244ZAug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25402026-08-11T11:21:24.244Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25412026-08-11T11:21:24.244Z
25422026-08-11T11:21:24.244ZAug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 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: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
25432026-08-11T11:21:24.244Z
25442026-08-11T11:21:24.244Zreplacing 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 } }]
25452026-08-11T11:21:24.244ZAug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272 INFOINFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25462026-08-11T11:21:24.244Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25472026-08-11T11:21:24.244Z
25482026-08-11T11:21:24.244ZAug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 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 } }]DEBG
25492026-08-11T11:21:24.244Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
25502026-08-11T11:21:24.244Z
25512026-08-11T11:21:24.244ZAug 11 11:21:23.272 INFO Aug 11 11:21:23.272Aug 11 11:21:23.272adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25522026-08-11T11:21:24.244Z INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25532026-08-11T11:21:24.244Z
25542026-08-11T11:21:24.244ZAug 11 11:21:23.272Aug 11 11:21:23.272Aug 11 11:21:23.272 DEBGDEBG 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 } }]
25552026-08-11T11:21:24.244Zreplacing 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: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-08-11T11:21:24.244Z
25572026-08-11T11:21:24.244ZAug 11 11:21:23.272 Aug 11 11:21:23.272INFOAug 11 11:21:23.272 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
25582026-08-11T11:21:24.244Z INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25592026-08-11T11:21:24.244Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25602026-08-11T11:21:24.244Z DEBGAug 11 11:21:23.272 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 11 11:21:23.272
25612026-08-11T11:21:24.244ZDEBGreplacing 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 } }]
25622026-08-11T11:21:24.244Zreplacing 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 } }]
25632026-08-11T11:21:24.244ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFOINFO Aug 11 11:21:23.272adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25642026-08-11T11:21:24.244Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFO
25652026-08-11T11:21:24.244Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25662026-08-11T11:21:24.244Z Aug 11 11:21:23.272DEBG Aug 11 11:21:23.272DEBGreplacing 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 } }]
25672026-08-11T11:21:24.245Z 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 } }]
25682026-08-11T11:21:24.245Zreplacing 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 } }]
25692026-08-11T11:21:24.245ZAug 11 11:21:23.272 INFOAug 11 11:21:23.272 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
25702026-08-11T11:21:24.245Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25712026-08-11T11:21:24.245Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25722026-08-11T11:21:24.245Z Aug 11 11:21:23.272DEBG DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25732026-08-11T11:21:24.245ZAug 11 11:21:23.272replacing 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 } }]
25742026-08-11T11:21:24.245ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
25752026-08-11T11:21:24.245Z INFOAug 11 11:21:23.272 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
25762026-08-11T11:21:24.245Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25772026-08-11T11:21:24.245ZAug 11 11:21:23.272 INFOAug 11 11:21:23.272DEBG DEBGadding route 3fff:beef:18::/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 } }]
25782026-08-11T11:21:24.245Zreplacing 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 } }]
25792026-08-11T11:21:24.245Z
25802026-08-11T11:21:24.245ZAug 11 11:21:23.272Aug 11 11:21:23.272 Aug 11 11:21:23.272INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
25812026-08-11T11:21:24.245Z 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:18::/64 -> 2001:db8::55:ff
25822026-08-11T11:21:24.245Z
25832026-08-11T11:21:24.245ZAug 11 11:21:23.272 DEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
25842026-08-11T11:21:24.245Z 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 } }]
25852026-08-11T11:21:24.245Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
25862026-08-11T11:21:24.245Z INFOAug 11 11:21:23.272 Aug 11 11:21:23.272INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25872026-08-11T11:21:24.245Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
25882026-08-11T11:21:24.245Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
25892026-08-11T11:21:24.245Z 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 } }]
25902026-08-11T11:21:24.250ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFODEBG Aug 11 11:21:23.272 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
25912026-08-11T11:21:24.250Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25922026-08-11T11:21:24.250Z
25932026-08-11T11:21:24.250ZAug 11 11:21:23.272Aug 11 11:21:23.272 INFOAug 11 11:21:23.272DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
25942026-08-11T11:21:24.250Z 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: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 } }]
25952026-08-11T11:21:24.250ZAug 11 11:21:23.272
25962026-08-11T11:21:24.250Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
25972026-08-11T11:21:24.250Z Aug 11 11:21:23.272INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
25982026-08-11T11:21:24.250ZAug 11 11:21:23.272 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
25992026-08-11T11:21:24.250Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26002026-08-11T11:21:24.250ZAug 11 11:21:23.272 Aug 11 11:21:23.272DEBG DEBGAug 11 11:21:23.272 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: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 } }]
26012026-08-11T11:21:24.250Z
26022026-08-11T11:21:24.250ZDEBG Aug 11 11:21:23.272replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
26032026-08-11T11:21:24.250Z INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26042026-08-11T11:21:24.250Z
26052026-08-11T11:21:24.250ZAug 11 11:21:23.272 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:21:23.272
26062026-08-11T11:21:24.250Z Aug 11 11:21:23.272DEBG 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 } }]
26072026-08-11T11:21:24.251Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272
26082026-08-11T11:21:24.251Ztest api_server::tests::test_build_info ... ok
26092026-08-11T11:21:24.251Z DEBGAug 11 11:21:23.272 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.272INFO
26102026-08-11T11:21:24.251Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
26112026-08-11T11:21:24.251Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26122026-08-11T11:21:24.251ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.272 Aug 11 11:21:23.273INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26132026-08-11T11:21:24.251ZDEBG 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 } }]created new freemap
26142026-08-11T11:21:24.251Zreplacing 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 } }]
26152026-08-11T11:21:24.251Z, Aug 11 11:21:23.273Aug 11 11:21:23.273 DEBGunitINFO: freemap_route_ipv4
26162026-08-11T11:21:24.251Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26172026-08-11T11:21:24.251Z
26182026-08-11T11:21:24.251ZAug 11 11:21:23.273 INFO Aug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGDEBG 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 } }]
26192026-08-11T11:21:24.251Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff created new freemap
26202026-08-11T11:21:24.251Z, adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 11 11:21:23.273unit
26212026-08-11T11:21:24.251Z INFO :adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:21:23.273
26222026-08-11T11:21:24.251Z Aug 11 11:21:23.273 DEBG DEBG freemap_route_ipv6 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: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 } }]
26232026-08-11T11:21:24.251Z
26242026-08-11T11:21:24.251ZAug 11 11:21:23.273 DEBG
26252026-08-11T11:21:24.251Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
26262026-08-11T11:21:24.251ZDEBG Aug 11 11:21:23.273Aug 11 11:21:23.273initted freemap. size: 64Aug 11 11:21:23.273, INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit
26272026-08-11T11:21:24.251ZINFO
26282026-08-11T11:21:24.251Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff:
26292026-08-11T11:21:24.251Z Aug 11 11:21:23.273Aug 11 11:21:23.273 freemap_route_ipv4 Aug 11 11:21:23.273DEBG DEBGDEBGreplacing 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 } }]
26302026-08-11T11:21:24.251Z
26312026-08-11T11:21:24.251Z 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: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 } }]
26322026-08-11T11:21:24.251Z
26332026-08-11T11:21:24.251ZAug 11 11:21:23.273 INFO Aug 11 11:21:23.273adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273Aug 11 11:21:23.273
26342026-08-11T11:21:24.251Z INFODEBG INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26352026-08-11T11:21:24.252Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemapAug 11 11:21:23.273,
26362026-08-11T11:21:24.252ZunitAug 11 11:21:23.273: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 } }]
26372026-08-11T11:21:24.252Zfreemap_route_ipv4Aug 11 11:21:23.273 DEBG
26382026-08-11T11:21:24.252ZDEBG Aug 11 11:21:23.273replacing 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 } }]
26392026-08-11T11:21:24.252Z INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26402026-08-11T11:21:24.252Z Aug 11 11:21:23.273adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26412026-08-11T11:21:24.252ZDEBG initted freemap. size: 64Aug 11 11:21:23.273, unitAug 11 11:21:23.273Aug 11 11:21:23.273INFO : INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26422026-08-11T11:21:24.252Z DEBG freemap_route_ipv6replacing 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:21::/64 -> 2001:db8::55:ffAug 11 11:21:23.273
26432026-08-11T11:21:24.252Z
26442026-08-11T11:21:24.252Z
26452026-08-11T11:21:24.252Z 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 } }]
26462026-08-11T11:21:24.252ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFO DEBGAug 11 11:21:23.273 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFO
26472026-08-11T11:21:24.252Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap
26482026-08-11T11:21:24.252Z, DEBGAug 11 11:21:23.273unit :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 } }]
26492026-08-11T11:21:24.252ZDEBGfreemap_route_ipv6 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
26502026-08-11T11:21:24.252Z DEBG
26512026-08-11T11:21:24.252ZAug 11 11:21:23.273 Aug 11 11:21:23.273INFO 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 } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26522026-08-11T11:21:24.252Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26532026-08-11T11:21:24.252Z
26542026-08-11T11:21:24.252ZAug 11 11:21:23.273 Aug 11 11:21:23.273DEBGAug 11 11:21:23.273 DEBG Aug 11 11:21:23.273INFO 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 } }]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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
26552026-08-11T11:21:24.252Z
26562026-08-11T11:21:24.252Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26572026-08-11T11:21:24.252Z
26582026-08-11T11:21:24.252ZAug 11 11:21:23.273 Aug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO
26592026-08-11T11:21:24.252ZDEBGreplacing 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 } }]
26602026-08-11T11:21:24.252Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:23::/64 -> 2001:db8::55:ffAug 11 11:21:23.273
26612026-08-11T11:21:24.252Z DEBGAug 11 11:21:23.273
26622026-08-11T11:21:24.253Zreplacing 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 } }]
26632026-08-11T11:21:24.253Z Aug 11 11:21:23.273INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
26642026-08-11T11:21:24.253Z
26652026-08-11T11:21:24.253Z Aug 11 11:21:23.273DEBG Aug 11 11:21:23.273INFO 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:1b::/64 -> 2001:db8::55:ff
26662026-08-11T11:21:24.253Z
26672026-08-11T11:21:24.253Z DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
26682026-08-11T11:21:24.253Z Aug 11 11:21:23.273INFO Aug 11 11:21:23.273adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26692026-08-11T11:21:24.253ZINFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26702026-08-11T11:21:24.253Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
26712026-08-11T11:21:24.253Z DEBGAug 11 11:21:23.273 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
26722026-08-11T11:21:24.253Z DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26732026-08-11T11:21:24.253Z
26742026-08-11T11:21:24.253ZAug 11 11:21:23.273 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:21:23.273
26752026-08-11T11:21:24.253ZAug 11 11:21:23.273 INFODEBG adding route 3fff:beef:26::/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 } }]
26762026-08-11T11:21:24.253Z
26772026-08-11T11:21:24.253ZAug 11 11:21:23.273 Aug 11 11:21:23.273DEBGAug 11 11:21:23.273 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
26782026-08-11T11:21:24.253Z
26792026-08-11T11:21:24.253Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26802026-08-11T11:21:24.253ZAug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO DEBG INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
26812026-08-11T11:21:24.253Z adding route 3fff:beef:27::/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 } }]
26822026-08-11T11:21:24.253Z
26832026-08-11T11:21:24.253ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG Aug 11 11:21:23.273replacing 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 } }] 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 } }]
26842026-08-11T11:21:24.253Z
26852026-08-11T11:21:24.253Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26862026-08-11T11:21:24.253ZAug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273INFO DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
26872026-08-11T11:21:24.253Z
26882026-08-11T11:21:24.253Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
26892026-08-11T11:21:24.254ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 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: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 } }]
26902026-08-11T11:21:24.258Z
26912026-08-11T11:21:24.258ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26922026-08-11T11:21:24.258ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
26932026-08-11T11:21:24.258Z
26942026-08-11T11:21:24.258Zreplacing 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 } }]
26952026-08-11T11:21:24.258ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGAug 11 11:21:23.273 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26962026-08-11T11:21:24.258Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26972026-08-11T11:21:24.258Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26982026-08-11T11:21:24.258ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFO Aug 11 11:21:23.273adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
26992026-08-11T11:21:24.258Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27002026-08-11T11:21:24.258ZDEBG 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 } }]
27012026-08-11T11:21:24.258ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
27022026-08-11T11:21:24.258Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27032026-08-11T11:21:24.258Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27042026-08-11T11:21:24.258ZAug 11 11:21:23.273 Aug 11 11:21:23.273INFO Aug 11 11:21:23.273 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
27052026-08-11T11:21:24.259Z INFO 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:2b::/64 -> 2001:db8::55:ff
27062026-08-11T11:21:24.259Z
27072026-08-11T11:21:24.259ZAug 11 11:21:23.273 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 } }]
27082026-08-11T11:21:24.259ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27092026-08-11T11:21:24.259Z
27102026-08-11T11:21:24.259Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27112026-08-11T11:21:24.259ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFOAug 11 11:21:23.273 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
27122026-08-11T11:21:24.259Z 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 } }]
27132026-08-11T11:21:24.259Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
27142026-08-11T11:21:24.259Z DEBGAug 11 11:21:23.273Aug 11 11:21:23.273 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
27152026-08-11T11:21:24.259Z INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273
27162026-08-11T11:21:24.259Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
27172026-08-11T11:21:24.259Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27182026-08-11T11:21:24.259ZAug 11 11:21:23.273 DEBGAug 11 11:21:23.273 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 } }]DEBGAug 11 11:21:23.273
27192026-08-11T11:21:24.259Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
27202026-08-11T11:21:24.259Z
27212026-08-11T11:21:24.259Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27222026-08-11T11:21:24.259ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFO INFOAug 11 11:21:23.273 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27232026-08-11T11:21:24.259ZDEBG
27242026-08-11T11:21:24.259Zreplacing 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 } }]
27252026-08-11T11:21:24.259ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG Aug 11 11:21:23.273replacing 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 } }]
27262026-08-11T11:21:24.259Z 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
27272026-08-11T11:21:24.259Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27282026-08-11T11:21:24.259ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFOAug 11 11:21:23.273 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
27292026-08-11T11:21:24.259Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27302026-08-11T11:21:24.259Z
27312026-08-11T11:21:24.259ZAug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBGDEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27322026-08-11T11:21:24.259Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27332026-08-11T11:21:24.260Z
27342026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBG adding route 3fff:beef:30::/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 } }]INFO
27352026-08-11T11:21:24.260Z
27362026-08-11T11:21:24.260Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27372026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273 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 } }]Aug 11 11:21:23.273
27382026-08-11T11:21:24.260Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
27392026-08-11T11:21:24.260Z 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 } }]
27402026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBG adding route 3fff:beef:31::/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 } }]
27412026-08-11T11:21:24.260ZAug 11 11:21:23.273
27422026-08-11T11:21:24.260Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27432026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFODEBG Aug 11 11:21:23.273 adding route 3fff:beef:31::/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 } }]
27442026-08-11T11:21:24.260Z
27452026-08-11T11:21:24.260Z 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 } }]
27462026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273 INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27472026-08-11T11:21:24.260Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
27482026-08-11T11:21:24.260Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27492026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27502026-08-11T11:21:24.260Z
27512026-08-11T11:21:24.260ZAug 11 11:21:23.273 DEBG Aug 11 11:21:23.273replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273 INFO
27522026-08-11T11:21:24.260Z DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27532026-08-11T11:21:24.260Zreplacing 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 } }]
27542026-08-11T11:21:24.260ZAug 11 11:21:23.273 Aug 11 11:21:23.273INFO Aug 11 11:21:23.273 DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
27552026-08-11T11:21:24.260Zreplacing 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 } }]
27562026-08-11T11:21:24.260Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27572026-08-11T11:21:24.260ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
27582026-08-11T11:21:24.260Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27592026-08-11T11:21:24.260Z
27602026-08-11T11:21:24.261ZAug 11 11:21:23.273 DEBGAug 11 11:21:23.273 Aug 11 11:21:23.273replacing 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 } }]
27612026-08-11T11:21:24.261ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
27622026-08-11T11:21:24.261Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 11 11:21:23.273
27632026-08-11T11:21:24.261Z INFOAug 11 11:21:23.273 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
27642026-08-11T11:21:24.261Z Aug 11 11:21:23.273replacing 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 } }]
27652026-08-11T11:21:24.261ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.273
27662026-08-11T11:21:24.261Z Aug 11 11:21:23.273DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27672026-08-11T11:21:24.261ZAug 11 11:21:23.273 INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27682026-08-11T11:21:24.261ZAug 11 11:21:23.273adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
27692026-08-11T11:21:24.261ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
27702026-08-11T11:21:24.261ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGAug 11 11:21:23.273 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27712026-08-11T11:21:24.261Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27722026-08-11T11:21:24.261Z
27732026-08-11T11:21:24.261ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27742026-08-11T11:21:24.261Z
27752026-08-11T11:21:24.261ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27762026-08-11T11:21:24.261ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBGAug 11 11:21:23.273 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: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
27772026-08-11T11:21:24.261Z
27782026-08-11T11:21:24.261Zreplacing 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 } }]
27792026-08-11T11:21:24.261ZAug 11 11:21:23.273Aug 11 11:21:23.273Aug 11 11:21:23.273 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27802026-08-11T11:21:24.261ZINFO
27812026-08-11T11:21:24.261Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27822026-08-11T11:21:24.261ZAug 11 11:21:23.273Aug 11 11:21:23.273 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27832026-08-11T11:21:24.261Z
27842026-08-11T11:21:24.261ZAug 11 11:21:23.273 DEBG Aug 11 11:21:23.273Aug 11 11:21:23.273 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
27852026-08-11T11:21:24.261Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
27862026-08-11T11:21:24.261Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27872026-08-11T11:21:24.262ZAug 11 11:21:23.273 Aug 11 11:21:23.273DEBGAug 11 11:21:23.273 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
27882026-08-11T11:21:24.262ZDEBG 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 } }]
27892026-08-11T11:21:24.262Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:21:23.273
27902026-08-11T11:21:24.266Z INFO Aug 11 11:21:23.273adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 11 11:21:23.273
27912026-08-11T11:21:24.266ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGAug 11 11:21:23.273
27922026-08-11T11:21:24.266Z 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
27932026-08-11T11:21:24.267Z 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 } }]
27942026-08-11T11:21:24.267ZAug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273INFODEBG INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
27952026-08-11T11:21:24.267Z
27962026-08-11T11:21:24.267Zreplacing 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 } }]
27972026-08-11T11:21:24.267ZAug 11 11:21:23.273Aug 11 11:21:23.273 Aug 11 11:21:23.273DEBG 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 } }]
27982026-08-11T11:21:24.267Zreplacing 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 } }]
27992026-08-11T11:21:24.267Z INFOAug 11 11:21:23.274 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:21:23.274INFO
28002026-08-11T11:21:24.267Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
28012026-08-11T11:21:24.267Z Aug 11 11:21:23.274adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28022026-08-11T11:21:24.267ZDEBGAug 11 11:21:23.274 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
28032026-08-11T11:21:24.267Z 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 } }]
28042026-08-11T11:21:24.267ZAug 11 11:21:23.274Aug 11 11:21:23.274 Aug 11 11:21:23.274 INFODEBGDEBG failed to allocate space for the new target listadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28052026-08-11T11:21:24.267Zreplacing 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 } }]
28062026-08-11T11:21:24.267Z
28072026-08-11T11:21:24.267ZAug 11 11:21:23.274Aug 11 11:21:23.274Aug 11 11:21:23.274 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 } }] 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 } }]
28082026-08-11T11:21:24.267Z
28092026-08-11T11:21:24.267Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28102026-08-11T11:21:24.267ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3c::/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 } }]
28112026-08-11T11:21:24.267Z
28122026-08-11T11:21:24.267ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28132026-08-11T11:21:24.267Z
28142026-08-11T11:21:24.267ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28152026-08-11T11:21:24.267Z
28162026-08-11T11:21:24.267ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28172026-08-11T11:21:24.267ZAug 11 11:21:23.274 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
28182026-08-11T11:21:24.267ZAug 11 11:21:23.274 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 } }]
28192026-08-11T11:21:24.268ZAug 11 11:21:23.274 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
28202026-08-11T11:21:24.268ZAug 11 11:21:23.274 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 } }]
28212026-08-11T11:21:24.268ZAug 11 11:21:23.274 DEBG failed to allocate space for the new target list
28222026-08-11T11:21:24.268ZAug 11 11:21:23.274 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 } }]
28232026-08-11T11:21:24.268ZAug 11 11:21:23.274 DEBG failed to allocate space for the new target list
28242026-08-11T11:21:24.268Z
28252026-08-11T11:21:24.268ZAug 11 11:21:23.274 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 } }]
28262026-08-11T11:21:24.268ZAug 11 11:21:23.274 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28272026-08-11T11:21:24.268ZAug 11 11:21:23.274 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 } }]
28282026-08-11T11:21:24.268ZAug 11 11:21:23.274 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28292026-08-11T11:21:24.268ZAug 11 11:21:23.274 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 } }]
28302026-08-11T11:21:24.268ZAug 11 11:21:23.274 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28312026-08-11T11:21:24.268ZAug 11 11:21:23.274 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 } }]
28322026-08-11T11:21:24.268ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap
28332026-08-11T11:21:24.268Z, unit: freemap_route_ipv4Aug 11 11:21:23.274
28342026-08-11T11:21:24.268Z 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 } }]
28352026-08-11T11:21:24.268ZAug 11 11:21:23.274 DEBG Aug 11 11:21:23.274created new freemap , INFOunit :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28362026-08-11T11:21:24.268Zfreemap_route_ipv6
28372026-08-11T11:21:24.268ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
28382026-08-11T11:21:24.268Z, unit: freemap_route_ipv4Aug 11 11:21:23.274
28392026-08-11T11:21:24.268Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28402026-08-11T11:21:24.268ZAug 11 11:21:23.274 DEBG reset freemapAug 11 11:21:23.274, unitDEBG: replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
28412026-08-11T11:21:24.268Z
28422026-08-11T11:21:24.268ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
28432026-08-11T11:21:24.268Z, unit:Aug 11 11:21:23.274 freemap_route_ipv6DEBG
28442026-08-11T11:21:24.268Z 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 } }]
28452026-08-11T11:21:24.268ZAug 11 11:21:23.274 DEBGAug 11 11:21:23.274 reset freemapINFO, unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
28462026-08-11T11:21:24.268Z freemap_route_ipv6
28472026-08-11T11:21:24.269ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
28482026-08-11T11:21:24.269Ztest route::tests::grow_succeeds ... ok
28492026-08-11T11:21:24.269Z
28502026-08-11T11:21:24.269ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
28512026-08-11T11:21:24.269Z
28522026-08-11T11:21:24.269ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
28532026-08-11T11:21:24.269Z
28542026-08-11T11:21:24.269ZAug 11 11:21:23.274Aug 11 11:21:23.274 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 } }]failed to allocate space for the new target list
28552026-08-11T11:21:24.269Z
28562026-08-11T11:21:24.269ZAug 11 11:21:23.274Aug 11 11:21:23.274 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:2, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
28572026-08-11T11:21:24.269Z
28582026-08-11T11:21:24.269ZAug 11 11:21:23.274 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 } }]
28592026-08-11T11:21:24.269ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
28602026-08-11T11:21:24.269ZAug 11 11:21:23.274 Aug 11 11:21:23.274DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28612026-08-11T11:21:24.269Zcreated new freemap, unitAug 11 11:21:23.274: INFOfreemap_route_ipv4 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
28622026-08-11T11:21:24.269Z
28632026-08-11T11:21:24.269ZAug 11 11:21:23.274 DEBGAug 11 11:21:23.274 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28642026-08-11T11:21:24.269Z created new freemap, unit:Aug 11 11:21:23.274 freemap_route_ipv6INFO
28652026-08-11T11:21:24.269Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
28662026-08-11T11:21:24.269ZAug 11 11:21:23.274 Aug 11 11:21:23.274DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
28672026-08-11T11:21:24.269Z: freemap_route_ipv4
28682026-08-11T11:21:24.269ZAug 11 11:21:23.274 INFO Aug 11 11:21:23.274adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
28692026-08-11T11:21:24.269ZDEBG reset freemap, unitAug 11 11:21:23.274: DEBGfreemap_route_ipv4
28702026-08-11T11:21:24.269Zreplacing 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 } }]
28712026-08-11T11:21:24.269ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff,
28722026-08-11T11:21:24.269Zunit: freemap_route_ipv6
28732026-08-11T11:21:24.269ZAug 11 11:21:23.274 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.274
28742026-08-11T11:21:24.269Z DEBG reset freemap, unitAug 11 11:21:23.274: INFOfreemap_route_ipv6
28752026-08-11T11:21:24.270Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
28762026-08-11T11:21:24.270ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28772026-08-11T11:21:24.270Z
28782026-08-11T11:21:24.270ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 3fff:beef:7::/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 } }]
28792026-08-11T11:21:24.270Z
28802026-08-11T11:21:24.270ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
28812026-08-11T11:21:24.270Z
28822026-08-11T11:21:24.270ZAug 11 11:21:23.274 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
28832026-08-11T11:21:24.270ZAug 11 11:21:23.274 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 } }]
28842026-08-11T11:21:24.270ZAug 11 11:21:23.274 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
28852026-08-11T11:21:24.270ZAug 11 11:21:23.274 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 } }]
28862026-08-11T11:21:24.270ZAug 11 11:21:23.274 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
28872026-08-11T11:21:24.270ZAug 11 11:21:23.274 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 } }]
28882026-08-11T11:21:24.270ZAug 11 11:21:23.274 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
28892026-08-11T11:21:24.270ZAug 11 11:21:23.274 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 } }]
28902026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
28912026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
28922026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
28932026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
28942026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
28952026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
28962026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
28972026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
28982026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28992026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29002026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
29012026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29022026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
29032026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29042026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
29052026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29062026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
29072026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29082026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29092026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29102026-08-11T11:21:24.275ZAug 11 11:21:23.274 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
29112026-08-11T11:21:24.275ZAug 11 11:21:23.274 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 } }]
29122026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
29132026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29142026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
29152026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29162026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
29172026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29182026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
29192026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29202026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
29212026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29222026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
29232026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29242026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
29252026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29262026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29272026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29282026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
29292026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29302026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29312026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29322026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
29332026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29342026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
29352026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29362026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29372026-08-11T11:21:24.276ZAug 11 11:21:23.274 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 } }]
29382026-08-11T11:21:24.276ZAug 11 11:21:23.274 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29392026-08-11T11:21:24.277ZAug 11 11:21:23.274 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 } }]
29402026-08-11T11:21:24.277ZAug 11 11:21:23.274 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
29412026-08-11T11:21:24.277ZAug 11 11:21:23.274 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 } }]
29422026-08-11T11:21:24.277ZAug 11 11:21:23.274 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29432026-08-11T11:21:24.277ZAug 11 11:21:23.274 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 } }]
29442026-08-11T11:21:24.277ZAug 11 11:21:23.274 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29452026-08-11T11:21:24.277ZAug 11 11:21:23.274 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 } }]
29462026-08-11T11:21:24.277ZAug 11 11:21:23.274 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29472026-08-11T11:21:24.277ZAug 11 11:21:23.274 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 } }]
29482026-08-11T11:21:24.277ZAug 11 11:21:23.274 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29492026-08-11T11:21:24.277ZAug 11 11:21:23.274 Aug 11 11:21:23.274DEBG DEBGcreated new freemap 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 } }],
29502026-08-11T11:21:24.277Zunit: freemap_route_ipv4Aug 11 11:21:23.274
29512026-08-11T11:21:24.277Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29522026-08-11T11:21:24.277Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29532026-08-11T11:21:24.277ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGDEBG created new freemapreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
29542026-08-11T11:21:24.277Zunit: freemap_route_ipv6
29552026-08-11T11:21:24.277ZAug 11 11:21:23.274 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
29562026-08-11T11:21:24.277ZAug 11 11:21:23.274 DEBG Aug 11 11:21:23.274initted freemap. size: 64 , DEBGunit :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 } }]
29572026-08-11T11:21:24.277Zfreemap_route_ipv4
29582026-08-11T11:21:24.277ZAug 11 11:21:23.274 Aug 11 11:21:23.274INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
29592026-08-11T11:21:24.277Zreset freemap, unitAug 11 11:21:23.274: DEBGfreemap_route_ipv4
29602026-08-11T11:21:24.277Zreplacing 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 } }]
29612026-08-11T11:21:24.277ZAug 11 11:21:23.274Aug 11 11:21:23.274 DEBGINFO initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff,
29622026-08-11T11:21:24.277Zunit: freemap_route_ipv6
29632026-08-11T11:21:24.277ZAug 11 11:21:23.274 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.274
29642026-08-11T11:21:24.277Z DEBG reset freemap, Aug 11 11:21:23.274unit :INFO freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29652026-08-11T11:21:24.277Z
29662026-08-11T11:21:24.277ZAug 11 11:21:23.274Aug 11 11:21:23.274 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
29672026-08-11T11:21:24.278ZAug 11 11:21:23.275Aug 11 11:21:23.275Aug 11 11:21:23.283 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , DEBGunit :
29682026-08-11T11:21:24.278Z created new freemapfreemap_route_ipv4, Aug 11 11:21:23.283
29692026-08-11T11:21:24.278Z INFOAug 11 11:21:23.275 unitadding route 172.16.0.0/32 -> 10.0.0.2
29702026-08-11T11:21:24.278Z:Aug 11 11:21:23.283 freemap_route_ipv4Aug 11 11:21:23.283
29712026-08-11T11:21:24.278Z DEBG Aug 11 11:21:23.274DEBGAug 11 11:21:23.283 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 freemapcreated new freemapDEBG,
29722026-08-11T11:21:24.278Zunitcreated new freemap, , unitunit:: Aug 11 11:21:23.283:freemap_route_ipv4
29732026-08-11T11:21:24.278Zfreemap_route_ipv6freemap_route_ipv6
29742026-08-11T11:21:24.278Z
29752026-08-11T11:21:24.278ZINFO Aug 11 11:21:23.283 DEBG created new freemap, unitadding route 172.16.0.0/32 -> 10.0.0.3:
29762026-08-11T11:21:24.278Z freemap_route_ipv6Aug 11 11:21:23.283
29772026-08-11T11:21:24.278Z Aug 11 11:21:23.283DEBG DEBGDEBG initted freemap. size: 64Aug 11 11:21:23.283created new freemap, Aug 11 11:21:23.283, unit :unit freemap_route_ipv4:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
29782026-08-11T11:21:24.278ZDEBGfreemap_route_ipv4
29792026-08-11T11:21:24.278Z DEBGinitted freemap. size: 64Aug 11 11:21:23.283
29802026-08-11T11:21:24.278Z INFOAug 11 11:21:23.283 , DEBGadding route 172.16.0.0/32 -> 10.0.0.4unit :initted freemap. size: 64
29812026-08-11T11:21:24.278Z reset freemapfreemap_route_ipv4, , unit
29822026-08-11T11:21:24.278Zunit:: freemap_route_ipv4Aug 11 11:21:23.283Aug 11 11:21:23.283freemap_route_ipv4Aug 11 11:21:23.283
29832026-08-11T11:21:24.278Z
29842026-08-11T11:21:24.278Z DEBGDEBG reset freemap Aug 11 11:21:23.283created new freemapAug 11 11:21:23.283 , DEBGDEBG DEBG, unitreset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]unit:, :unit
29852026-08-11T11:21:24.278Zfreemap_route_ipv6:
29862026-08-11T11:21:24.278Z initted freemap. size: 64 , unitfreemap_route_ipv4:freemap_route_ipv4
29872026-08-11T11:21:24.278Z freemap_route_ipv6Aug 11 11:21:23.283
29882026-08-11T11:21:24.278Z INFO
29892026-08-11T11:21:24.278Z Aug 11 11:21:23.283Aug 11 11:21:23.283adding route 172.17.0.0/32 -> 10.0.0.255 DEBGDEBGAug 11 11:21:23.283 DEBGreset freemapinitted freemap. size: 64
29902026-08-11T11:21:24.283Z, , unitunit:: initted freemap. size: 64 freemap_route_ipv6, freemap_route_ipv6unit
29912026-08-11T11:21:24.283ZAug 11 11:21:23.283Aug 11 11:21:23.283:
29922026-08-11T11:21:24.283Z DEBG freemap_route_ipv4DEBGAug 11 11:21:23.283Aug 11 11:21:23.283
29932026-08-11T11:21:24.283Z initted freemap. size: 64DEBG, INFOreset freemap unitadding route 3fff:dead::/64 -> 2001:db8::55:1:, 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 } }]
29942026-08-11T11:21:24.283Zunit
29952026-08-11T11:21:24.283Z freemap_route_ipv6Aug 11 11:21:23.283 :DEBG
29962026-08-11T11:21:24.283Zfreemap_route_ipv6Aug 11 11:21:23.283
29972026-08-11T11:21:24.283ZAug 11 11:21:23.283 INFOreset freemapDEBG , 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 } }]unitAug 11 11:21:23.283adding route 172.17.0.1/32 -> 10.0.0.255
29982026-08-11T11:21:24.283ZINFO :Aug 11 11:21:23.283adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
29992026-08-11T11:21:24.284Zfreemap_route_ipv4
30002026-08-11T11:21:24.284Z
30012026-08-11T11:21:24.284Z Aug 11 11:21:23.283 INFOreset freemap Aug 11 11:21:23.283adding route 3fff:dead::/64 -> 2001:db8::55:1
30022026-08-11T11:21:24.284ZDEBG Aug 11 11:21:23.283Aug 11 11:21:23.283 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
30032026-08-11T11:21:24.284ZDEBG 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 } }],
30042026-08-11T11:21:24.284ZAug 11 11:21:23.283, unit Aug 11 11:21:23.283DEBG:unit freemap_route_ipv6Aug 11 11:21:23.283: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 } }]INFO
30052026-08-11T11:21:24.284Zadding route 172.17.0.2/32 -> 10.0.0.255
30062026-08-11T11:21:24.284Z
30072026-08-11T11:21:24.284Zfreemap_route_ipv6INFO
30082026-08-11T11:21:24.284Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:23.283Aug 11 11:21:23.283
30092026-08-11T11:21:24.284ZINFO Aug 11 11:21:23.283 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
30102026-08-11T11:21:24.284ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.283 reset freemap
30112026-08-11T11:21:24.284Z , Aug 11 11:21:23.283Aug 11 11:21:23.283 DEBGDEBG Aug 11 11:21:23.283replacing 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 } }]unit
30122026-08-11T11:21:24.284Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
30132026-08-11T11:21:24.284Z: adding route 172.17.0.3/32 -> 10.0.0.255INFO
30142026-08-11T11:21:24.284Zfreemap_route_ipv6Aug 11 11:21:23.283Aug 11 11:21:23.283 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
30152026-08-11T11:21:24.284Z
30162026-08-11T11:21:24.284Zadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.1
30172026-08-11T11:21:24.284Z
30182026-08-11T11:21:24.284ZAug 11 11:21:23.283Aug 11 11:21:23.283Aug 11 11:21:23.283 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 11 11:21:23.284 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 } }]
30192026-08-11T11:21:24.284ZAug 11 11:21:23.283
30202026-08-11T11:21:24.284Z DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:21:23.284 DEBG
30212026-08-11T11:21:24.284ZINFO
30222026-08-11T11:21:24.284Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:21:23.284
30232026-08-11T11:21:24.284Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:21:23.284 Aug 11 11:21:23.284
30242026-08-11T11:21:24.284ZINFO DEBGAug 11 11:21:23.284Aug 11 11:21:23.284adding route 3fff:dead::/64 -> 2001:db8::55:4
30252026-08-11T11:21:24.285Z DEBGINFO INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.4/32 -> 10.0.0.255
30262026-08-11T11:21:24.285Z
30272026-08-11T11:21:24.285Z
30282026-08-11T11:21:24.285ZAug 11 11:21:23.284 DEBGadding route 172.17.0.0/32 -> 10.0.0.255
30292026-08-11T11:21:24.285ZAug 11 11:21:23.284replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:21:23.284 INFO
30302026-08-11T11:21:24.285Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
30312026-08-11T11:21:24.285ZAug 11 11:21:23.284 Aug 11 11:21:23.284INFOAug 11 11:21:23.284replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.284
30322026-08-11T11:21:24.285ZDEBG replacing targets for 3fff:dead::/64 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 adding route 3fff:dead::/64 -> 2001:db8::55:2
30332026-08-11T11:21:24.285ZDEBG Aug 11 11:21:23.284
30342026-08-11T11:21:24.285Zreplacing 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 } }]
30352026-08-11T11:21:24.285Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
30362026-08-11T11:21:24.285Zadding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:21:23.284
30372026-08-11T11:21:24.285Z Aug 11 11:21:23.284Aug 11 11:21:23.284Aug 11 11:21:23.284WARN INFOAug 11 11:21:23.284 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
30382026-08-11T11:21:24.285ZINFO
30392026-08-11T11:21:24.285Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
30402026-08-11T11:21:24.285Z Aug 11 11:21:23.284
30412026-08-11T11:21:24.285Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:21:23.284 ERRO
30422026-08-11T11:21:24.285ZDEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 11 11:21:23.284
30432026-08-11T11:21:24.285ZAug 11 11:21:23.284replacing 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 } }]
30442026-08-11T11:21:24.285ZDEBGAug 11 11:21:23.284Aug 11 11:21:23.284 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 } }]adding route 172.17.0.6/32 -> 10.0.0.255INFO
30452026-08-11T11:21:24.285Z ERRO
30462026-08-11T11:21:24.285Zshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itadding route 3fff:dead::/64 -> 2001:db8::55:3
30472026-08-11T11:21:24.285ZAug 11 11:21:23.284
30482026-08-11T11:21:24.285Z INFOAug 11 11:21:23.284 Aug 11 11:21:23.284 DEBGAug 11 11:21:23.284 INFODEBGadding route 3fff:beef:3::/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 } }]
30492026-08-11T11:21:24.285Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30502026-08-11T11:21:24.285Z
30512026-08-11T11:21:24.285Ztest route::tests::rollback_on_compact_delete_failure ... ok
30522026-08-11T11:21:24.285Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:21:23.284Aug 11 11:21:23.284 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
30532026-08-11T11:21:24.286Z
30542026-08-11T11:21:24.286Z
30552026-08-11T11:21:24.286ZAug 11 11:21:23.284Aug 11 11:21:23.284 Aug 11 11:21:23.284DEBGINFO Aug 11 11:21:23.284 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
30562026-08-11T11:21:24.286Z
30572026-08-11T11:21:24.286ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
30582026-08-11T11:21:24.286Zreplacing 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 } }]
30592026-08-11T11:21:24.286ZAug 11 11:21:23.284 Aug 11 11:21:23.284 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 172.17.0.8/32 -> 10.0.0.255
30602026-08-11T11:21:24.286Ztest route::tests::rollback_on_compact_write_failure ... ok
30612026-08-11T11:21:24.286Z
30622026-08-11T11:21:24.286ZAug 11 11:21:23.284Aug 11 11:21:23.284 Aug 11 11:21:23.284 DEBGAug 11 11:21:23.284 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG
30632026-08-11T11:21:24.286Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
30642026-08-11T11:21:24.286Zreplacing 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
30652026-08-11T11:21:24.286Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:21:23.284
30662026-08-11T11:21:24.286Z Aug 11 11:21:23.284DEBGAug 11 11:21:23.284 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGAug 11 11:21:23.284 INFODEBGreplacing 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 } }]
30672026-08-11T11:21:24.286Zcreated new freemap, unit: freemap_route_ipv4
30682026-08-11T11:21:24.286Z
30692026-08-11T11:21:24.286ZAug 11 11:21:23.291 INFOadding route 172.17.0.9/32 -> 10.0.0.255
30702026-08-11T11:21:24.286ZAug 11 11:21:23.291 DEBGAug 11 11:21:23.291Aug 11 11:21:23.291 DEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
30712026-08-11T11:21:24.286Z
30722026-08-11T11:21:24.286Zcreated new freemap, Aug 11 11:21:23.276unit :DEBG freemap_route_ipv6created new freemap
30732026-08-11T11:21:24.286ZAug 11 11:21:23.291 , INFOunit :adding route 172.17.0.10/32 -> 10.0.0.255
30742026-08-11T11:21:24.286ZAug 11 11:21:23.291freemap_route_ipv4
30752026-08-11T11:21:24.286ZDEBG initted freemap. size: 64Aug 11 11:21:23.291, unitadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
30762026-08-11T11:21:24.286Z 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 } }]:
30772026-08-11T11:21:24.286Z freemap_route_ipv4Aug 11 11:21:23.291
30782026-08-11T11:21:24.286Z Aug 11 11:21:23.291DEBG INFOAug 11 11:21:23.275replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.291 Aug 11 11:21:23.291
30792026-08-11T11:21:24.286Z adding route 172.17.0.11/32 -> 10.0.0.255DEBGDEBG
30802026-08-11T11:21:24.287Z created new freemap , created new freemapunit:, DEBG Aug 11 11:21:23.291freemap_route_ipv6unitAug 11 11:21:23.291 : DEBG reset freemap , replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
30812026-08-11T11:21:24.287Zunit
30822026-08-11T11:21:24.287ZINFO: freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
30832026-08-11T11:21:24.287Z
30842026-08-11T11:21:24.287ZAug 11 11:21:23.291 INFOAug 11 11:21:23.291 adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:21:23.291DEBG
30852026-08-11T11:21:24.287Z DEBGinitted freemap. size: 64 , 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 } }]unitAug 11 11:21:23.291
30862026-08-11T11:21:24.287Z: freemap_route_ipv6DEBG
30872026-08-11T11:21:24.287Z Aug 11 11:21:23.291replacing 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 } }]
30882026-08-11T11:21:24.287ZINFO Aug 11 11:21:23.291adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30892026-08-11T11:21:24.287ZDEBG reset freemap, unitAug 11 11:21:23.291: INFOfreemap_route_ipv6Aug 11 11:21:23.284
30902026-08-11T11:21:24.291ZAug 11 11:21:23.291 adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
30912026-08-11T11:21:24.292ZDEBG 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 } }]
30922026-08-11T11:21:24.292Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.291Aug 11 11:21:23.291
30932026-08-11T11:21:24.292Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.291
30942026-08-11T11:21:24.292Z INFO
30952026-08-11T11:21:24.292Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:21:23.291
30962026-08-11T11:21:24.292Z Aug 11 11:21:23.291INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:21:23.291
30972026-08-11T11:21:24.292Z Aug 11 11:21:23.291DEBG adding route 172.17.0.14/32 -> 10.0.0.255
30982026-08-11T11:21:24.292Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.291
30992026-08-11T11:21:24.292Z DEBGAug 11 11:21:23.292 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 } }] DEBGDEBG
31002026-08-11T11:21:24.292Z Aug 11 11:21:23.292replacing 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: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 } }]
31012026-08-11T11:21:24.292Z
31022026-08-11T11:21:24.292ZAug 11 11:21:23.292INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
31032026-08-11T11:21:24.292ZINFO Aug 11 11:21:23.292Aug 11 11:21:23.292adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:21:23.292 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255DEBG
31042026-08-11T11:21:24.292Z
31052026-08-11T11:21:24.292Z
31062026-08-11T11:21:24.292Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31072026-08-11T11:21:24.292ZAug 11 11:21:23.292Aug 11 11:21:23.292 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 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292
31082026-08-11T11:21:24.292Z
31092026-08-11T11:21:24.292Z DEBGAug 11 11:21:23.292 Aug 11 11:21:23.292INFOAug 11 11:21:23.292 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
31102026-08-11T11:21:24.292Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
31112026-08-11T11:21:24.292Z
31122026-08-11T11:21:24.292Z INFOAug 11 11:21:23.292Aug 11 11:21:23.292 INFODEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.16/32 -> 10.0.0.255
31132026-08-11T11:21:24.292Z
31142026-08-11T11:21:24.292ZAug 11 11:21:23.292
31152026-08-11T11:21:24.292Z DEBG Aug 11 11:21:23.292replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.292 DEBG
31162026-08-11T11:21:24.293ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292
31172026-08-11T11:21:24.293Z
31182026-08-11T11:21:24.293ZINFOAug 11 11:21:23.292 adding route 172.17.0.7/32 -> 10.0.0.255INFO
31192026-08-11T11:21:24.293Z Aug 11 11:21:23.292adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 11 11:21:23.292
31202026-08-11T11:21:24.293ZINFO INFOadding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:21:23.292
31212026-08-11T11:21:24.293Zadding route 3fff:dead::/64 -> 2001:db8::55:4
31222026-08-11T11:21:24.293ZDEBGAug 11 11:21:23.292 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.292Aug 11 11:21:23.292
31232026-08-11T11:21:24.293Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
31242026-08-11T11:21:24.293Z DEBG Aug 11 11:21:23.292 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
31252026-08-11T11:21:24.293ZINFOAug 11 11:21:23.292
31262026-08-11T11:21:24.293Z adding route 172.17.0.8/32 -> 10.0.0.255
31272026-08-11T11:21:24.293ZINFOAug 11 11:21:23.292Aug 11 11:21:23.292 INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
31282026-08-11T11:21:24.293ZDEBG
31292026-08-11T11:21:24.293Z Aug 11 11:21:23.292Aug 11 11:21:23.292replacing targets for 3fff:dead::/64 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 } }]
31302026-08-11T11:21:24.293ZDEBG 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
31312026-08-11T11:21:24.293Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292
31322026-08-11T11:21:24.293ZWARNAug 11 11:21:23.292Aug 11 11:21:23.292 DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOAug 11 11:21:23.292
31332026-08-11T11:21:24.293Zreplacing 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 } }]
31342026-08-11T11:21:24.293Zadding route 172.17.0.19/32 -> 10.0.0.255
31352026-08-11T11:21:24.293ZINFO adding route 172.17.0.9/32 -> 10.0.0.255
31362026-08-11T11:21:24.293ZAug 11 11:21:23.292 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
31372026-08-11T11:21:24.293ZAug 11 11:21:23.292Aug 11 11:21:23.292 DEBGDEBG
31382026-08-11T11:21:24.293ZAug 11 11:21:23.292
31392026-08-11T11:21:24.293Zreplacing 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 } }]
31402026-08-11T11:21:24.293Z 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 } }]
31412026-08-11T11:21:24.293Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292
31422026-08-11T11:21:24.293Z Aug 11 11:21:23.292INFO Aug 11 11:21:23.292adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBGAug 11 11:21:23.292INFOAug 11 11:21:23.292
31432026-08-11T11:21:24.293Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOinitted freemap. size: 64
31442026-08-11T11:21:24.294ZINFO , adding route 172.17.0.10/32 -> 10.0.0.255
31452026-08-11T11:21:24.294ZAug 11 11:21:23.292Aug 11 11:21:23.292 unitDEBG Aug 11 11:21:23.292replacing 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
31462026-08-11T11:21:24.294Z: DEBGadding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.292
31472026-08-11T11:21:24.294Z freemap_route_ipv4INFO
31482026-08-11T11:21:24.294Ztest route::tests::rollback_on_index_readd_failure ... ok
31492026-08-11T11:21:24.294Z 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 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:21:23.292
31502026-08-11T11:21:24.294Z
31512026-08-11T11:21:24.294ZINFOAug 11 11:21:23.292 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
31522026-08-11T11:21:24.294Z
31532026-08-11T11:21:24.294Z DEBGAug 11 11:21:23.292 Aug 11 11:21:23.292 Aug 11 11:21:23.292reset freemap , DEBGunitDEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
31542026-08-11T11:21:24.294Z
31552026-08-11T11:21:24.294ZAug 11 11:21:23.292:
31562026-08-11T11:21:24.294Z freemap_route_ipv4DEBG
31572026-08-11T11:21:24.294ZAug 11 11:21:23.292 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31582026-08-11T11:21:24.294Z Aug 11 11:21:23.292replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292
31592026-08-11T11:21:24.294Z INFOAug 11 11:21:23.292 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFODEBG
31602026-08-11T11:21:24.294Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64
31612026-08-11T11:21:24.294ZAug 11 11:21:23.292 Aug 11 11:21:23.292INFO Aug 11 11:21:23.292Aug 11 11:21:23.292 DEBGDEBGadding route 172.17.0.12/32 -> 10.0.0.255,
31622026-08-11T11:21:24.294Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
31632026-08-11T11:21:24.294Z:
31642026-08-11T11:21:24.294Z INFO Aug 11 11:21:23.292freemap_route_ipv6Aug 11 11:21:23.292adding route 172.17.0.21/32 -> 10.0.0.255
31652026-08-11T11:21:24.294Z
31662026-08-11T11:21:24.294Z DEBGAug 11 11:21:23.292 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
31672026-08-11T11:21:24.294Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 11 11:21:23.292
31682026-08-11T11:21:24.294Z DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31692026-08-11T11:21:24.294Zreset freemapAug 11 11:21:23.292, unit :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 } }]freemap_route_ipv6Aug 11 11:21:23.292Aug 11 11:21:23.292Aug 11 11:21:23.292
31702026-08-11T11:21:24.294Z
31712026-08-11T11:21:24.295ZDEBG 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 } }] INFOAug 11 11:21:23.292
31722026-08-11T11:21:24.295Z Aug 11 11:21:23.292DEBGINFOadding route 172.17.0.13/32 -> 10.0.0.255
31732026-08-11T11:21:24.295ZAug 11 11:21:23.292 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 172.17.0.22/32 -> 10.0.0.255
31742026-08-11T11:21:24.295ZINFO
31752026-08-11T11:21:24.295Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:21:23.292
31762026-08-11T11:21:24.295Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
31772026-08-11T11:21:24.295ZDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.292
31782026-08-11T11:21:24.295ZAug 11 11:21:23.292 Aug 11 11:21:23.292Aug 11 11:21:23.292 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG 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 } }]
31792026-08-11T11:21:24.295Z
31802026-08-11T11:21:24.295Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
31812026-08-11T11:21:24.295Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.292Aug 11 11:21:23.292 INFO Aug 11 11:21:23.292adding route 172.17.0.14/32 -> 10.0.0.255
31822026-08-11T11:21:24.295Z DEBG DEBGcreated new freemap , Aug 11 11:21:23.292replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
31832026-08-11T11:21:24.295ZAug 11 11:21:23.300Aug 11 11:21:23.292INFO : adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
31842026-08-11T11:21:24.295Zfreemap_route_ipv4Aug 11 11:21:23.300DEBG
31852026-08-11T11:21:24.295Z 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 } }]
31862026-08-11T11:21:24.295Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff created new freemap
31872026-08-11T11:21:24.295ZAug 11 11:21:23.300, unitAug 11 11:21:23.300 :DEBG freemap_route_ipv4Aug 11 11:21:23.300replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.300 DEBGDEBG
31882026-08-11T11:21:24.295Z
31892026-08-11T11:21:24.295Z INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.300created new freemap , INFOunit :adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:21:23.300
31902026-08-11T11:21:24.300Z freemap_route_ipv6
31912026-08-11T11:21:24.300ZDEBG
31922026-08-11T11:21:24.300Z created new freemap , adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:21:23.300Aug 11 11:21:23.300unit
31932026-08-11T11:21:24.300ZAug 11 11:21:23.300DEBG 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 } }]:
31942026-08-11T11:21:24.300ZINFO Aug 11 11:21:23.300 DEBGfreemap_route_ipv6 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:21:23.300
31952026-08-11T11:21:24.300Z INFO
31962026-08-11T11:21:24.300Zinitted freemap. size: 64, adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunitAug 11 11:21:23.300
31972026-08-11T11:21:24.300Z: DEBGDEBG Aug 11 11:21:23.300freemap_route_ipv4replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.300 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
31982026-08-11T11:21:24.300Z
31992026-08-11T11:21:24.300Z 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 } }]
32002026-08-11T11:21:24.300Z
32012026-08-11T11:21:24.300Zinitted freemap. size: 64Aug 11 11:21:23.300Aug 11 11:21:23.300, Aug 11 11:21:23.300INFOINFO Aug 11 11:21:23.300INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255DEBG
32022026-08-11T11:21:24.300Z
32032026-08-11T11:21:24.300Zunitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
32042026-08-11T11:21:24.300Z:reset freemap , freemap_route_ipv4unitAug 11 11:21:23.300:
32052026-08-11T11:21:24.300Z DEBG Aug 11 11:21:23.300replacing 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 } }] freemap_route_ipv4DEBG
32062026-08-11T11:21:24.300ZAug 11 11:21:23.300 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 } }]
32072026-08-11T11:21:24.300ZAug 11 11:21:23.300
32082026-08-11T11:21:24.300ZDEBGAug 11 11:21:23.300 reset freemapDEBGAug 11 11:21:23.300, initted freemap. size: 64INFO , adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit
32092026-08-11T11:21:24.300Z:DEBGunit :freemap_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 } }]
32102026-08-11T11:21:24.300Z
32112026-08-11T11:21:24.300Zfreemap_route_ipv4
32122026-08-11T11:21:24.301ZAug 11 11:21:23.300 Aug 11 11:21:23.300 Aug 11 11:21:23.300INFO Aug 11 11:21:23.300 Aug 11 11:21:23.300adding route 172.17.0.17/32 -> 10.0.0.255DEBG
32132026-08-11T11:21:24.301ZDEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
32142026-08-11T11:21:24.301Z Aug 11 11:21:23.300 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff,
32152026-08-11T11:21:24.301ZunitDEBG: DEBG initted freemap. size: 64replacing 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 } }],
32162026-08-11T11:21:24.301Zunit :freemap_route_ipv6 Aug 11 11:21:23.300freemap_route_ipv6
32172026-08-11T11:21:24.301Z Aug 11 11:21:23.300INFO DEBGAug 11 11:21:23.300adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:21:23.300
32182026-08-11T11:21:24.301Z
32192026-08-11T11:21:24.301Z INFOINFOreplacing 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 } }]
32202026-08-11T11:21:24.301Z adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
32212026-08-11T11:21:24.301Z
32222026-08-11T11:21:24.301ZAug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBG DEBGINFOAug 11 11:21:23.300replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.300
32232026-08-11T11:21:24.301Z DEBGDEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.300replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32242026-08-11T11:21:24.301Z
32252026-08-11T11:21:24.301ZINFO
32262026-08-11T11:21:24.301Zreset freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunitAug 11 11:21:23.300Aug 11 11:21:23.300:
32272026-08-11T11:21:24.301ZINFO INFO Aug 11 11:21:23.300adding route 172.17.0.19/32 -> 10.0.0.255
32282026-08-11T11:21:24.301Z adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6DEBG
32292026-08-11T11:21:24.301Z
32302026-08-11T11:21:24.301Zreplacing 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 } }]
32312026-08-11T11:21:24.301ZAug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBGAug 11 11:21:23.300 Aug 11 11:21:23.300replacing 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 } }]
32322026-08-11T11:21:24.301ZDEBGINFO DEBGadding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:21:23.300INFO
32332026-08-11T11:21:24.301ZINFO
32342026-08-11T11:21:24.301Z adding route 172.17.0.20/32 -> 10.0.0.255
32352026-08-11T11:21:24.301Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.300
32362026-08-11T11:21:24.301Z Aug 11 11:21:23.300INFO Aug 11 11:21:23.300adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
32372026-08-11T11:21:24.301Z adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.300
32382026-08-11T11:21:24.301Z INFO
32392026-08-11T11:21:24.301Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGAug 11 11:21:23.300
32402026-08-11T11:21:24.302Z Aug 11 11:21:23.300replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.300DEBGDEBG
32412026-08-11T11:21:24.302Z 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
32422026-08-11T11:21:24.302Z 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 } }]
32432026-08-11T11:21:24.302Z
32442026-08-11T11:21:24.302ZAug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300INFO INFOINFO Aug 11 11:21:23.300adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:23.300adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
32452026-08-11T11:21:24.302Z
32462026-08-11T11:21:24.302ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
32472026-08-11T11:21:24.302ZINFO
32482026-08-11T11:21:24.302Ztest route::tests::same_size_non_subset_replace ... ok
32492026-08-11T11:21:24.302Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:21:23.300
32502026-08-11T11:21:24.302ZAug 11 11:21:23.300 Aug 11 11:21:23.300DEBG Aug 11 11:21:23.300 Aug 11 11:21:23.300DEBGDEBG DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32512026-08-11T11:21:24.302Zreplacing 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 } }]
32522026-08-11T11:21:24.302Z
32532026-08-11T11:21:24.302Z
32542026-08-11T11:21:24.302ZDEBG Aug 11 11:21:23.300Aug 11 11:21:23.300 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 } }] INFODEBGAug 11 11:21:23.300 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32552026-08-11T11:21:24.302Z
32562026-08-11T11:21:24.302Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 11 11:21:23.300
32572026-08-11T11:21:24.302Z
32582026-08-11T11:21:24.302Z Aug 11 11:21:23.300Aug 11 11:21:23.300 Aug 11 11:21:23.300 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 } }]INFO
32592026-08-11T11:21:24.302ZDEBG 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 } }] Aug 11 11:21:23.300
32602026-08-11T11:21:24.302Z WARNadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:21:23.300 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:21:23.300
32612026-08-11T11:21:24.302Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32622026-08-11T11:21:24.302ZINFO
32632026-08-11T11:21:24.302ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
32642026-08-11T11:21:24.302Z
32652026-08-11T11:21:24.302ZAug 11 11:21:23.300 Aug 11 11:21:23.300DEBGAug 11 11:21:23.300 DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32662026-08-11T11:21:24.302Z DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32672026-08-11T11:21:24.302Zreplacing 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 } }]
32682026-08-11T11:21:24.303ZAug 11 11:21:23.300 INFO
32692026-08-11T11:21:24.303ZAug 11 11:21:23.300 DEBGAug 11 11:21:23.300adding route 172.17.0.23/32 -> 10.0.0.255 failed to allocate space for the new target list
32702026-08-11T11:21:24.303Z
32712026-08-11T11:21:24.303ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
32722026-08-11T11:21:24.303ZAug 11 11:21:23.300 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:23.300
32732026-08-11T11:21:24.303Z Aug 11 11:21:23.300DEBG 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 } }]
32742026-08-11T11:21:24.303Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32752026-08-11T11:21:24.303ZAug 11 11:21:23.300Aug 11 11:21:23.300 INFOINFO Aug 11 11:21:23.292adding route 3fff:dead::/64 -> 2001:db8::55:3
32762026-08-11T11:21:24.303Zadding route 172.17.0.24/32 -> 10.0.0.255INFO
32772026-08-11T11:21:24.303Z adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:21:23.300 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 } }]
32782026-08-11T11:21:24.303Z
32792026-08-11T11:21:24.303ZAug 11 11:21:23.300Aug 11 11:21:23.300 INFODEBG Aug 11 11:21:23.300adding route 3fff:dead::/64 -> 2001:db8::55:4 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
32802026-08-11T11:21:24.303Z
32812026-08-11T11:21:24.303Zreplacing 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 } }]
32822026-08-11T11:21:24.303ZAug 11 11:21:23.300 DEBGAug 11 11:21:23.300 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
32832026-08-11T11:21:24.303ZAug 11 11:21:23.300 INFOadding route 172.17.0.25/32 -> 10.0.0.255
32842026-08-11T11:21:24.303Zadding route 172.17.0.24/32 -> 10.0.0.255
32852026-08-11T11:21:24.303ZAug 11 11:21:23.300 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:21:23.300 DEBGAug 11 11:21:23.301 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 } }]
32862026-08-11T11:21:24.303Zcreated new freemapAug 11 11:21:23.301, unitDEBG:Aug 11 11:21:23.308Aug 11 11:21:23.300 created new freemapDEBG, unit INFOfreemap_route_ipv4
32872026-08-11T11:21:24.303Z: created new freemapfreemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255
32882026-08-11T11:21:24.303Z, Aug 11 11:21:23.301
32892026-08-11T11:21:24.303ZAug 11 11:21:23.308unit :Aug 11 11:21:23.308 Aug 11 11:21:23.308freemap_route_ipv6 DEBGDEBG
32902026-08-11T11:21:24.308Z created new freemap , unitreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
32912026-08-11T11:21:24.308Z freemap_route_ipv6DEBGDEBG
32922026-08-11T11:21:24.308ZAug 11 11:21:23.308Aug 11 11:21:23.308 DEBG INFOinitted freemap. size: 64 created new freemap, , unit Aug 11 11:21:23.308unitadding route 172.17.0.26/32 -> 10.0.0.255created new freemap:
32932026-08-11T11:21:24.308Z, :unit DEBGfreemap_route_ipv4:
32942026-08-11T11:21:24.308Z freemap_route_ipv4
32952026-08-11T11:21:24.308Zinitted freemap. size: 64, unitAug 11 11:21:23.308Aug 11 11:21:23.308: freemap_route_ipv6 DEBG freemap_route_ipv4Aug 11 11:21:23.308
32962026-08-11T11:21:24.308Zreset freemap
32972026-08-11T11:21:24.308ZDEBGDEBG, unitcreated new freemapAug 11 11:21:23.308, : unit :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
32982026-08-11T11:21:24.308Z freemap_route_ipv4reset freemapfreemap_route_ipv6, unit
32992026-08-11T11:21:24.308Z:
33002026-08-11T11:21:24.308Z freemap_route_ipv4Aug 11 11:21:23.308
33012026-08-11T11:21:24.308ZDEBGAug 11 11:21:23.308Aug 11 11:21:23.308 INFODEBG Aug 11 11:21:23.308initted freemap. size: 64 Aug 11 11:21:23.308initted freemap. size: 64 , adding route 172.17.0.27/32 -> 10.0.0.255, DEBGunit :initted freemap. size: 64unit
33022026-08-11T11:21:24.309Z, : unitfreemap_route_ipv6 :
33032026-08-11T11:21:24.309Zfreemap_route_ipv4 freemap_route_ipv6Aug 11 11:21:23.308
33042026-08-11T11:21:24.309Z
33052026-08-11T11:21:24.309ZDEBGAug 11 11:21:23.308DEBG 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 } }]reset freemapAug 11 11:21:23.308
33062026-08-11T11:21:24.309Z, unit: DEBGfreemap_route_ipv6Aug 11 11:21:23.308
33072026-08-11T11:21:24.309Z initted freemap. size: 64Aug 11 11:21:23.308 reset freemap DEBGINFO, Aug 11 11:21:23.308unit adding route 172.17.0.28/32 -> 10.0.0.255:,
33082026-08-11T11:21:24.309Zreset freemapunitfreemap_route_ipv4
33092026-08-11T11:21:24.309Z: , freemap_route_ipv6unit
33102026-08-11T11:21:24.309ZAug 11 11:21:23.308: Aug 11 11:21:23.308freemap_route_ipv4 INFOAug 11 11:21:23.308DEBG
33112026-08-11T11:21:24.309Z INFOreset freemap 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
33122026-08-11T11:21:24.309Z
33132026-08-11T11:21:24.309Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:21:23.308
33142026-08-11T11:21:24.309Z unitDEBGAug 11 11:21:23.308 initted freemap. size: 64:, DEBGunitfreemap_route_ipv4:
33152026-08-11T11:21:24.309Z Aug 11 11:21:23.308Aug 11 11:21:23.308 freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33162026-08-11T11:21:24.309Z
33172026-08-11T11:21:24.309Z INFO Aug 11 11:21:23.308DEBG adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:21:23.308Aug 11 11:21:23.308
33182026-08-11T11:21:24.309Zreplacing 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
33192026-08-11T11:21:24.309Z INFO initted freemap. size: 64 DEBG , adding route 3fff:dead::/64 -> 2001:db8::55:2unitAug 11 11:21:23.308
33202026-08-11T11:21:24.309Z Aug 11 11:21:23.308INFO adding route 172.16.0.0/32 -> 10.0.0.1:
33212026-08-11T11:21:24.309Z DEBG reset freemapreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.308
33222026-08-11T11:21:24.309Z , unitAug 11 11:21:23.308DEBG :Aug 11 11:21:23.308 DEBG 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 } }]
33232026-08-11T11:21:24.309Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.30/32 -> 10.0.0.255freemap_route_ipv6
33242026-08-11T11:21:24.309Z
33252026-08-11T11:21:24.309ZAug 11 11:21:23.308
33262026-08-11T11:21:24.309Z freemap_route_ipv6Aug 11 11:21:23.308INFO Aug 11 11:21:23.308INFO Aug 11 11:21:23.308adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
33272026-08-11T11:21:24.309Z
33282026-08-11T11:21:24.309Z
33292026-08-11T11:21:24.309Zadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.308
33302026-08-11T11:21:24.310Z
33312026-08-11T11:21:24.310ZDEBGAug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 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 INFO reset freemap
33322026-08-11T11:21:24.310Z, DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:21:23.308
33332026-08-11T11:21:24.310Zadding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:21:23.308
33342026-08-11T11:21:24.310ZDEBGINFOAug 11 11:21:23.308 adding route 172.16.0.0/32 -> 10.0.0.2
33352026-08-11T11:21:24.310ZINFOfreemap_route_ipv6
33362026-08-11T11:21:24.310Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
33372026-08-11T11:21:24.310ZAug 11 11:21:23.308
33382026-08-11T11:21:24.310Z DEBGAug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 11 11:21:23.308DEBGINFO
33392026-08-11T11:21:24.310Z adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
33402026-08-11T11:21:24.310Z
33412026-08-11T11:21:24.310ZAug 11 11:21:23.308 DEBGINFOAug 11 11:21:23.308 adding route 172.17.0.0/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 } }]
33422026-08-11T11:21:24.310Z DEBG
33432026-08-11T11:21:24.310Zreplacing targets for 3fff:dead::/64 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 } }]
33442026-08-11T11:21:24.310Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308
33452026-08-11T11:21:24.310Z DEBG 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 } }]DEBGAug 11 11:21:23.308adding route 172.17.0.32/32 -> 10.0.0.255
33462026-08-11T11:21:24.310Z
33472026-08-11T11:21:24.310Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:21:23.308DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33482026-08-11T11:21:24.310Z
33492026-08-11T11:21:24.310ZAug 11 11:21:23.308DEBG 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 } }]
33502026-08-11T11:21:24.310Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:21:23.308Aug 11 11:21:23.308
33512026-08-11T11:21:24.310Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
33522026-08-11T11:21:24.310Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:21:23.308
33532026-08-11T11:21:24.310Z INFOAug 11 11:21:23.308 adding route 172.17.0.33/32 -> 10.0.0.255DEBG
33542026-08-11T11:21:24.310Z 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 } }]
33552026-08-11T11:21:24.310Ztest route::tests::shrink_preserves_compacted_order ... ok
33562026-08-11T11:21:24.310ZAug 11 11:21:23.308Aug 11 11:21:23.308Aug 11 11:21:23.308 DEBGAug 11 11:21:23.308INFO DEBG INFO 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:1d::/64 -> 2001:db8::55:ff
33572026-08-11T11:21:24.310Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33582026-08-11T11:21:24.311Z
33592026-08-11T11:21:24.311Zadding route 172.17.0.2/32 -> 10.0.0.255
33602026-08-11T11:21:24.311ZAug 11 11:21:23.308 Aug 11 11:21:23.308INFO DEBGAug 11 11:21:23.300 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 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 } }]
33612026-08-11T11:21:24.311Z
33622026-08-11T11:21:24.311ZAug 11 11:21:23.308 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.308
33632026-08-11T11:21:24.311ZAug 11 11:21:23.308
33642026-08-11T11:21:24.311Z INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
33652026-08-11T11:21:24.311ZAug 11 11:21:23.308
33662026-08-11T11:21:24.311ZINFO Aug 11 11:21:23.308 Aug 11 11:21:23.308adding route 172.17.0.3/32 -> 10.0.0.255DEBG
33672026-08-11T11:21:24.311Z 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 } }]
33682026-08-11T11:21:24.311ZAug 11 11:21:23.308 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 } }]
33692026-08-11T11:21:24.311Zreplacing 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 } }]
33702026-08-11T11:21:24.311ZAug 11 11:21:23.308 INFO Aug 11 11:21:23.308 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
33712026-08-11T11:21:24.311ZAug 11 11:21:23.308Aug 11 11:21:23.308 adding route 172.17.0.4/32 -> 10.0.0.255INFO
33722026-08-11T11:21:24.311ZDEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing 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 } }]
33732026-08-11T11:21:24.311Z
33742026-08-11T11:21:24.311ZAug 11 11:21:23.308Aug 11 11:21:23.308 Aug 11 11:21:23.308Aug 11 11:21:23.308 INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
33752026-08-11T11:21:24.311Zadding route 172.17.0.27/32 -> 10.0.0.255DEBGreplacing 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 } }]
33762026-08-11T11:21:24.311Z
33772026-08-11T11:21:24.311Zreplacing 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 } }]
33782026-08-11T11:21:24.311ZAug 11 11:21:23.308 Aug 11 11:21:23.308DEBGAug 11 11:21:23.308 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 } }]Aug 11 11:21:23.308replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33792026-08-11T11:21:24.311Z
33802026-08-11T11:21:24.311Zadding route 172.17.0.5/32 -> 10.0.0.255
33812026-08-11T11:21:24.311ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
33822026-08-11T11:21:24.311ZAug 11 11:21:23.308Aug 11 11:21:23.308 INFODEBG Aug 11 11:21:23.308 adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:21:23.308
33832026-08-11T11:21:24.311Zreplacing 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 } }]
33842026-08-11T11:21:24.311ZDEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.308
33852026-08-11T11:21:24.312Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:21:23.308
33862026-08-11T11:21:24.312ZDEBG 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 } }]
33872026-08-11T11:21:24.312ZAug 11 11:21:23.308Aug 11 11:21:23.308 INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBGAug 11 11:21:23.308
33882026-08-11T11:21:24.312Z 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 172.17.0.2/32 -> 10.0.0.255INFO
33892026-08-11T11:21:24.312Z
33902026-08-11T11:21:24.316Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:21:23.308
33912026-08-11T11:21:24.316Z Aug 11 11:21:23.308DEBG INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33922026-08-11T11:21:24.316Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:21:23.308 DEBG
33932026-08-11T11:21:24.316ZAug 11 11:21:23.308 Aug 11 11:21:23.308 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
33942026-08-11T11:21:24.316ZAug 11 11:21:23.308adding route 172.17.0.7/32 -> 10.0.0.255 DEBG Aug 11 11:21:23.309 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33952026-08-11T11:21:24.316ZAug 11 11:21:23.309
33962026-08-11T11:21:24.316ZDEBGAug 11 11:21:23.316 created new freemapcreated new freemapDEBG, , unitAug 11 11:21:23.316replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit :: freemap_route_ipv4INFO
33972026-08-11T11:21:24.317Z freemap_route_ipv4
33982026-08-11T11:21:24.317Z
33992026-08-11T11:21:24.317Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
34002026-08-11T11:21:24.317ZAug 11 11:21:23.316Aug 11 11:21:23.316 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255created new freemap
34012026-08-11T11:21:24.317Z, unit:Aug 11 11:21:23.316Aug 11 11:21:23.316 Aug 11 11:21:23.316freemap_route_ipv6DEBG
34022026-08-11T11:21:24.317Z DEBG created new freemapDEBG, replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
34032026-08-11T11:21:24.317Z freemap_route_ipv6replacing 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 } }]
34042026-08-11T11:21:24.317ZAug 11 11:21:23.316
34052026-08-11T11:21:24.317ZAug 11 11:21:23.316 DEBGINFO Aug 11 11:21:23.316initted freemap. size: 64 , adding route 172.17.0.9/32 -> 10.0.0.255unitDEBG
34062026-08-11T11:21:24.317Z: Aug 11 11:21:23.316initted freemap. size: 64 , freemap_route_ipv4INFOunit
34072026-08-11T11:21:24.317Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
34082026-08-11T11:21:24.317Z Aug 11 11:21:23.316freemap_route_ipv4Aug 11 11:21:23.316 DEBGDEBG
34092026-08-11T11:21:24.317Zreset freemap replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
34102026-08-11T11:21:24.317ZunitAug 11 11:21:23.316:Aug 11 11:21:23.316 freemap_route_ipv4DEBG
34112026-08-11T11:21:24.317Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 11 11:21:23.316
34122026-08-11T11:21:24.317Z reset freemapINFO, Aug 11 11:21:23.316unitadding route 172.17.0.10/32 -> 10.0.0.255
34132026-08-11T11:21:24.317Z:DEBG freemap_route_ipv4initted freemap. size: 64
34142026-08-11T11:21:24.317ZAug 11 11:21:23.316, Aug 11 11:21:23.316INFO Aug 11 11:21:23.316unit adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
34152026-08-11T11:21:24.317Z :DEBGinitted freemap. size: 64 , freemap_route_ipv6unit
34162026-08-11T11:21:24.317Zreplacing 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 } }]:
34172026-08-11T11:21:24.317Z freemap_route_ipv6Aug 11 11:21:23.316
34182026-08-11T11:21:24.317ZAug 11 11:21:23.316 DEBG 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 } }]
34192026-08-11T11:21:24.317ZAug 11 11:21:23.316reset freemap INFO, Aug 11 11:21:23.316 unitadding route 172.17.0.11/32 -> 10.0.0.255:DEBGAug 11 11:21:23.316 reset freemap
34202026-08-11T11:21:24.317Zfreemap_route_ipv6, unit
34212026-08-11T11:21:24.317Z:INFO Aug 11 11:21:23.316adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6
34222026-08-11T11:21:24.317Z Aug 11 11:21:23.316DEBG INFO
34232026-08-11T11:21:24.317Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
34242026-08-11T11:21:24.317Z
34252026-08-11T11:21:24.318ZAug 11 11:21:23.316Aug 11 11:21:23.316 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
34262026-08-11T11:21:24.318Z
34272026-08-11T11:21:24.318ZAug 11 11:21:23.316Aug 11 11:21:23.316 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:21:23.316replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:21:23.316DEBG
34282026-08-11T11:21:24.318Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34292026-08-11T11:21:24.318Z
34302026-08-11T11:21:24.318ZINFO Aug 11 11:21:23.316adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
34312026-08-11T11:21:24.318ZINFOAug 11 11:21:23.316Aug 11 11:21:23.316 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
34322026-08-11T11:21:24.318Zadding route 172.16.0.0/32 -> 10.0.0.2
34332026-08-11T11:21:24.318Z
34342026-08-11T11:21:24.318ZAug 11 11:21:23.316 DEBG Aug 11 11:21:23.316Aug 11 11:21:23.316 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 } }]
34352026-08-11T11:21:24.318Zreplacing 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 } }]
34362026-08-11T11:21:24.318ZAug 11 11:21:23.316 Aug 11 11:21:23.316INFOadding route 172.17.0.34/32 -> 10.0.0.255
34372026-08-11T11:21:24.318Z DEBGadding route 172.17.0.13/32 -> 10.0.0.255INFO
34382026-08-11T11:21:24.318Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:23.316
34392026-08-11T11:21:24.318Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:21:23.316
34402026-08-11T11:21:24.318Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:21:23.316Aug 11 11:21:23.316 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
34412026-08-11T11:21:24.318ZDEBG
34422026-08-11T11:21:24.318Z
34432026-08-11T11:21:24.318Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.316
34442026-08-11T11:21:24.318Z Aug 11 11:21:23.316 DEBGAug 11 11:21:23.316INFO Aug 11 11:21:23.316DEBGAug 11 11:21:23.316 adding route 172.17.0.35/32 -> 10.0.0.255 DEBG
34452026-08-11T11:21:24.318Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
34462026-08-11T11:21:24.318Z
34472026-08-11T11:21:24.318Z Aug 11 11:21:23.316adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG
34482026-08-11T11:21:24.318Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.316
34492026-08-11T11:21:24.318Z
34502026-08-11T11:21:24.318ZINFO adding route 172.16.0.0/32 -> 10.0.0.4
34512026-08-11T11:21:24.318ZAug 11 11:21:23.316Aug 11 11:21:23.316 Aug 11 11:21:23.316DEBG Aug 11 11:21:23.316INFO Aug 11 11:21:23.316adding route 172.17.0.36/32 -> 10.0.0.255
34522026-08-11T11:21:24.318Zreplacing 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 } }]INFOINFO
34532026-08-11T11:21:24.319Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:21:23.316
34542026-08-11T11:21:24.319Z INFO
34552026-08-11T11:21:24.319ZDEBGAug 11 11:21:23.316 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 } }]
34562026-08-11T11:21:24.319Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:21:23.316
34572026-08-11T11:21:24.319Z
34582026-08-11T11:21:24.319ZAug 11 11:21:23.317DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34592026-08-11T11:21:24.319ZAug 11 11:21:23.317DEBG Aug 11 11:21:23.317 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.317INFO DEBG adding route 172.17.0.37/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 } }]
34602026-08-11T11:21:24.319ZAug 11 11:21:23.317
34612026-08-11T11:21:24.319Z
34622026-08-11T11:21:24.319Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }]
34632026-08-11T11:21:24.319ZAug 11 11:21:23.317
34642026-08-11T11:21:24.319Z 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 } }]Aug 11 11:21:23.317
34652026-08-11T11:21:24.319Z INFOAug 11 11:21:23.317 adding route 172.17.0.16/32 -> 10.0.0.255
34662026-08-11T11:21:24.319ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
34672026-08-11T11:21:24.319ZAug 11 11:21:23.317 DEBGAug 11 11:21:23.317 Aug 11 11:21:23.317replacing 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 } }]
34682026-08-11T11:21:24.319ZINFODEBG adding route 172.17.0.38/32 -> 10.0.0.255
34692026-08-11T11:21:24.319Zreplacing 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 } }]
34702026-08-11T11:21:24.319ZAug 11 11:21:23.317 INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:21:23.317
34712026-08-11T11:21:24.319ZAug 11 11:21:23.317 DEBGINFO adding route 3fff:beef:2b::/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 } }]
34722026-08-11T11:21:24.319ZAug 11 11:21:23.317Aug 11 11:21:23.317
34732026-08-11T11:21:24.319Z INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255Aug 11 11:21:23.317replacing 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 } }]
34742026-08-11T11:21:24.319Z Aug 11 11:21:23.317INFO
34752026-08-11T11:21:24.319ZDEBG adding route 172.17.0.39/32 -> 10.0.0.255
34762026-08-11T11:21:24.319ZAug 11 11:21:23.317replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.317DEBG
34772026-08-11T11:21:24.319Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34782026-08-11T11:21:24.319Z adding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:21:23.317
34792026-08-11T11:21:24.319Z 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 } }]
34802026-08-11T11:21:24.320ZAug 11 11:21:23.317Aug 11 11:21:23.317Aug 11 11:21:23.317 Aug 11 11:21:23.317 INFOINFOINFO adding route 172.17.0.40/32 -> 10.0.0.255 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255DEBG
34812026-08-11T11:21:24.320Z
34822026-08-11T11:21:24.320Z
34832026-08-11T11:21:24.320Zreplacing 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 } }]
34842026-08-11T11:21:24.320ZAug 11 11:21:23.317 Aug 11 11:21:23.317DEBG Aug 11 11:21:23.317DEBG 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 Aug 11 11:21:23.317
34852026-08-11T11:21:24.320Z 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 } }]adding route 172.17.0.19/32 -> 10.0.0.255
34862026-08-11T11:21:24.320Z
34872026-08-11T11:21:24.320ZAug 11 11:21:23.317replacing 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 } }]
34882026-08-11T11:21:24.320ZINFO Aug 11 11:21:23.317adding route 172.17.0.32/32 -> 10.0.0.255
34892026-08-11T11:21:24.320ZDEBGAug 11 11:21:23.317 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 } }]
34902026-08-11T11:21:24.324ZINFOAug 11 11:21:23.317 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:21:23.317
34912026-08-11T11:21:24.325Z DEBGAug 11 11:21:23.317INFO 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.41/32 -> 10.0.0.255
34922026-08-11T11:21:24.325Z
34932026-08-11T11:21:24.325ZINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:21:23.317
34942026-08-11T11:21:24.325Z DEBGAug 11 11:21:23.317 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.317INFO
34952026-08-11T11:21:24.325Z DEBGadding route 172.17.0.33/32 -> 10.0.0.255 Aug 11 11:21:23.317replacing 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 } }]
34962026-08-11T11:21:24.325Z
34972026-08-11T11:21:24.325Z DEBGAug 11 11:21:23.317 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34982026-08-11T11:21:24.325ZAug 11 11:21:23.317adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:21:23.317
34992026-08-11T11:21:24.325Z INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 11 11:21:23.317Aug 11 11:21:23.317 INFODEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35002026-08-11T11:21:24.325Z adding route 172.17.0.42/32 -> 10.0.0.255replacing 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 } }]
35012026-08-11T11:21:24.325ZAug 11 11:21:23.317 DEBG created new freemap, unit: Aug 11 11:21:23.324freemap_route_ipv4
35022026-08-11T11:21:24.325ZDEBG 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 } }]
35032026-08-11T11:21:24.325ZAug 11 11:21:23.324 Aug 11 11:21:23.324 INFOAug 11 11:21:23.324 adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:21:23.309INFO
35042026-08-11T11:21:24.325ZDEBG adding route 172.17.0.22/32 -> 10.0.0.255
35052026-08-11T11:21:24.325ZDEBGcreated new freemap , created new freemapAug 11 11:21:23.324Aug 11 11:21:23.324 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 } }]unitreplacing 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 } }], :
35062026-08-11T11:21:24.325Zunit
35072026-08-11T11:21:24.325Z
35082026-08-11T11:21:24.325Z: freemap_route_ipv6Aug 11 11:21:23.324
35092026-08-11T11:21:24.325Z freemap_route_ipv4INFOAug 11 11:21:23.324
35102026-08-11T11:21:24.325Z Aug 11 11:21:23.324adding route 172.17.0.35/32 -> 10.0.0.255 Aug 11 11:21:23.324DEBG
35112026-08-11T11:21:24.325ZDEBG INFO initted freemap. size: 64replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:21:23.324unit
35122026-08-11T11:21:24.325ZDEBG:
35132026-08-11T11:21:24.325Zreplacing 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 } }]
35142026-08-11T11:21:24.325Zfreemap_route_ipv4Aug 11 11:21:23.324Aug 11 11:21:23.324 DEBGAug 11 11:21:23.324DEBG Aug 11 11:21:23.324replacing 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 } }]
35152026-08-11T11:21:24.325Z
35162026-08-11T11:21:24.325ZINFO created new freemapadding route 172.17.0.36/32 -> 10.0.0.255,
35172026-08-11T11:21:24.325Z unitINFOAug 11 11:21:23.324 adding route 172.17.0.43/32 -> 10.0.0.255:
35182026-08-11T11:21:24.326ZAug 11 11:21:23.324freemap_route_ipv6 DEBG
35192026-08-11T11:21:24.326Zreset freemapDEBG, unitAug 11 11:21:23.324: replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.324freemap_route_ipv4
35202026-08-11T11:21:24.326Z
35212026-08-11T11:21:24.326ZAug 11 11:21:23.324DEBG initted freemap. size: 64INFOAug 11 11:21:23.325 , Aug 11 11:21:23.325DEBG unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 freemap_route_ipv4replacing 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 } }]
35222026-08-11T11:21:24.326Z
35232026-08-11T11:21:24.326Z
35242026-08-11T11:21:24.326Z
35252026-08-11T11:21:24.326ZDEBG initted freemap. size: 64Aug 11 11:21:23.325, Aug 11 11:21:23.325unit Aug 11 11:21:23.325INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255DEBG 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 } }]:
35262026-08-11T11:21:24.326Z freemap_route_ipv6reset freemap
35272026-08-11T11:21:24.326Z
35282026-08-11T11:21:24.326ZAug 11 11:21:23.325, DEBG unitreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325
35292026-08-11T11:21:24.326Z : DEBGAug 11 11:21:23.325freemap_route_ipv4
35302026-08-11T11:21:24.326Z Aug 11 11:21:23.325INFOAug 11 11:21:23.325 adding route 172.17.0.38/32 -> 10.0.0.255DEBGINFOreset freemapAug 11 11:21:23.325 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 } }] DEBGadding route 172.17.0.25/32 -> 10.0.0.255
35312026-08-11T11:21:24.326Z
35322026-08-11T11:21:24.326Z
35332026-08-11T11:21:24.326Zinitted freemap. size: 64, Aug 11 11:21:23.325unit Aug 11 11:21:23.325, DEBG Aug 11 11:21:23.325INFO : 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 } }]
35342026-08-11T11:21:24.326ZDEBGfreemap_route_ipv6adding route 172.17.0.45/32 -> 10.0.0.255unit
35352026-08-11T11:21:24.326Z
35362026-08-11T11:21:24.326Z: freemap_route_ipv6Aug 11 11:21:23.325replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325
35372026-08-11T11:21:24.326Z
35382026-08-11T11:21:24.326Z INFOAug 11 11:21:23.325 Aug 11 11:21:23.325DEBG INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing 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.26/32 -> 10.0.0.255
35392026-08-11T11:21:24.326Z
35402026-08-11T11:21:24.326Z
35412026-08-11T11:21:24.326Zadding route 172.17.0.39/32 -> 10.0.0.255
35422026-08-11T11:21:24.326ZAug 11 11:21:23.325Aug 11 11:21:23.325Aug 11 11:21:23.325 Aug 11 11:21:23.325 DEBG Aug 11 11:21:23.325replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFODEBG
35432026-08-11T11:21:24.326ZDEBG adding route 172.17.0.46/32 -> 10.0.0.255DEBG 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.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 } }]
35442026-08-11T11:21:24.326Z
35452026-08-11T11:21:24.326Z
35462026-08-11T11:21:24.327ZAug 11 11:21:23.325reset freemap INFO, Aug 11 11:21:23.325adding route 172.16.0.0/32 -> 10.0.0.2 Aug 11 11:21:23.325INFOunit :adding route 172.17.0.27/32 -> 10.0.0.255
35472026-08-11T11:21:24.327Z INFO freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:21:23.325
35482026-08-11T11:21:24.327Z
35492026-08-11T11:21:24.327ZAug 11 11:21:23.325 DEBG
35502026-08-11T11:21:24.327Z 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 } }]Aug 11 11:21:23.325
35512026-08-11T11:21:24.327Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
35522026-08-11T11:21:24.327Z DEBG Aug 11 11:21:23.325replacing 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 } }]
35532026-08-11T11:21:24.327Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325Aug 11 11:21:23.325
35542026-08-11T11:21:24.327Z DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:23.325
35552026-08-11T11:21:24.327Z INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
35562026-08-11T11:21:24.327Z
35572026-08-11T11:21:24.327Z Aug 11 11:21:23.325adding route 172.17.0.47/32 -> 10.0.0.255 INFOAug 11 11:21:23.325 Aug 11 11:21:23.325
35582026-08-11T11:21:24.327ZDEBGINFOAug 11 11:21:23.325 adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.41/32 -> 10.0.0.255DEBG
35592026-08-11T11:21:24.327Zreplacing 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 } }]
35602026-08-11T11:21:24.327Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35612026-08-11T11:21:24.327Z
35622026-08-11T11:21:24.327ZAug 11 11:21:23.325Aug 11 11:21:23.325 DEBG 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 } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.325
35632026-08-11T11:21:24.327Z
35642026-08-11T11:21:24.327Z Aug 11 11:21:23.325INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.29/32 -> 10.0.0.255
35652026-08-11T11:21:24.327Z
35662026-08-11T11:21:24.327ZAug 11 11:21:23.325Aug 11 11:21:23.325 Aug 11 11:21:23.325INFO Aug 11 11:21:23.325INFOadding route 172.17.0.48/32 -> 10.0.0.255 Aug 11 11:21:23.325DEBG adding route 172.17.0.42/32 -> 10.0.0.255
35672026-08-11T11:21:24.327Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG
35682026-08-11T11:21:24.327Z 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 } }]
35692026-08-11T11:21:24.327Z
35702026-08-11T11:21:24.327ZAug 11 11:21:23.333Aug 11 11:21:23.333 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255
35712026-08-11T11:21:24.327Z adding route 172.16.0.0/32 -> 10.0.0.4
35722026-08-11T11:21:24.327Z
35732026-08-11T11:21:24.327ZAug 11 11:21:23.333 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:23.333
35742026-08-11T11:21:24.328Z DEBGAug 11 11:21:23.333 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35752026-08-11T11:21:24.328Z
35762026-08-11T11:21:24.328ZAug 11 11:21:23.333Aug 11 11:21:23.333 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 } }]
35772026-08-11T11:21:24.328ZINFODEBG Aug 11 11:21:23.333adding route 172.17.0.3/32 -> 10.0.0.255
35782026-08-11T11:21:24.328Zreplacing targets for 172.16.0.0/32 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 } }]
35792026-08-11T11:21:24.328Z Aug 11 11:21:23.333Aug 11 11:21:23.333 INFOINFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:21:23.333
35802026-08-11T11:21:24.328Z
35812026-08-11T11:21:24.328ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
35822026-08-11T11:21:24.328Zreplacing 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 } }]
35832026-08-11T11:21:24.328ZAug 11 11:21:23.333Aug 11 11:21:23.333 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 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 } }]
35842026-08-11T11:21:24.328Z
35852026-08-11T11:21:24.328ZAug 11 11:21:23.333Aug 11 11:21:23.333Aug 11 11:21:23.333 INFOINFOAug 11 11:21:23.333 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.4/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 } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
35862026-08-11T11:21:24.328Z
35872026-08-11T11:21:24.328Z
35882026-08-11T11:21:24.328ZAug 11 11:21:23.333 DEBG
35892026-08-11T11:21:24.328Z Aug 11 11:21:23.333 INFOAug 11 11:21:23.333 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
35902026-08-11T11:21:24.333Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:23.333
35912026-08-11T11:21:24.333Z DEBGAug 11 11:21:23.333 Aug 11 11:21:23.333 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
35922026-08-11T11:21:24.333Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG
35932026-08-11T11:21:24.333Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333replacing 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 } }]
35942026-08-11T11:21:24.333ZAug 11 11:21:23.333INFO DEBG
35952026-08-11T11:21:24.333Z 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.5/32 -> 10.0.0.255
35962026-08-11T11:21:24.333Z
35972026-08-11T11:21:24.333ZAug 11 11:21:23.333 Aug 11 11:21:23.333INFOAug 11 11:21:23.333 adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:21:23.333 INFO INFODEBG
35982026-08-11T11:21:24.333Z adding route 172.17.0.50/32 -> 10.0.0.255
35992026-08-11T11:21:24.333Zreplacing 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 } }]
36002026-08-11T11:21:24.333Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:21:23.333
36012026-08-11T11:21:24.333Z DEBGAug 11 11:21:23.333 Aug 11 11:21:23.333Aug 11 11:21:23.333replacing 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 } }]
36022026-08-11T11:21:24.333Z DEBGINFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36032026-08-11T11:21:24.333Z
36042026-08-11T11:21:24.333Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:21:23.333
36052026-08-11T11:21:24.333Z INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:21:23.333
36062026-08-11T11:21:24.333Z Aug 11 11:21:23.333 INFOAug 11 11:21:23.333INFO Aug 11 11:21:23.333adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
36072026-08-11T11:21:24.334Zadding route 172.17.0.51/32 -> 10.0.0.255 Aug 11 11:21:23.333DEBG
36082026-08-11T11:21:24.334Zreplacing 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 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 } }]
36092026-08-11T11:21:24.334ZDEBGAug 11 11:21:23.333
36102026-08-11T11:21:24.334ZAug 11 11:21:23.333 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 } }]DEBG
36112026-08-11T11:21:24.334Z Aug 11 11:21:23.333replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.333
36122026-08-11T11:21:24.334Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOAug 11 11:21:23.333 INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:21:23.333
36132026-08-11T11:21:24.334Z
36142026-08-11T11:21:24.334Z INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
36152026-08-11T11:21:24.334Zadding route 172.17.0.52/32 -> 10.0.0.255
36162026-08-11T11:21:24.334ZAug 11 11:21:23.333Aug 11 11:21:23.333 INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
36172026-08-11T11:21:24.334Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333
36182026-08-11T11:21:24.334Z Aug 11 11:21:23.333adding route 172.17.0.7/32 -> 10.0.0.255 DEBGDEBG
36192026-08-11T11:21:24.334ZAug 11 11:21:23.333 Aug 11 11:21:23.333 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 } }] 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 } }]
36202026-08-11T11:21:24.334Z
36212026-08-11T11:21:24.334Zadding route 172.17.0.34/32 -> 10.0.0.255DEBG
36222026-08-11T11:21:24.334Z Aug 11 11:21:23.333Aug 11 11:21:23.333 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36232026-08-11T11:21:24.334Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:21:23.333
36242026-08-11T11:21:24.334Z Aug 11 11:21:23.333DEBGadding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:21:23.333
36252026-08-11T11:21:24.334Z INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 11 11:21:23.333 adding route 172.17.0.47/32 -> 10.0.0.255
36262026-08-11T11:21:24.334Z
36272026-08-11T11:21:24.334ZDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
36282026-08-11T11:21:24.334Zreplacing 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 } }]
36292026-08-11T11:21:24.334ZAug 11 11:21:23.333 INFOAug 11 11:21:23.333 Aug 11 11:21:23.333 Aug 11 11:21:23.333INFO Aug 11 11:21:23.333DEBGadding route 172.17.0.8/32 -> 10.0.0.255 INFO DEBG
36302026-08-11T11:21:24.334Z 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.35/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
36312026-08-11T11:21:24.334Z
36322026-08-11T11:21:24.334Z
36332026-08-11T11:21:24.334Z 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 } }]
36342026-08-11T11:21:24.334ZAug 11 11:21:23.333 DEBGAug 11 11:21:23.333Aug 11 11:21:23.333 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36352026-08-11T11:21:24.335Z Aug 11 11:21:23.333replacing 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
36362026-08-11T11:21:24.335ZAug 11 11:21:23.333 Aug 11 11:21:23.333 DEBGINFOAug 11 11:21:23.333adding route 172.17.0.48/32 -> 10.0.0.255
36372026-08-11T11:21:24.335Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOINFO
36382026-08-11T11:21:24.335Z Aug 11 11:21:23.333adding route 172.17.0.55/32 -> 10.0.0.255
36392026-08-11T11:21:24.335Zadding route 172.17.0.36/32 -> 10.0.0.255DEBGreplacing 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 } }]
36402026-08-11T11:21:24.335Zreplacing 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 } }]
36412026-08-11T11:21:24.335ZAug 11 11:21:23.333 DEBG
36422026-08-11T11:21:24.335Z Aug 11 11:21:23.333Aug 11 11:21:23.333replacing 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 } }] DEBGAug 11 11:21:23.333DEBG
36432026-08-11T11:21:24.335Z 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 } }]Aug 11 11:21:23.333
36442026-08-11T11:21:24.335Z INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
36452026-08-11T11:21:24.335Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:21:23.333 INFOAug 11 11:21:23.333 Aug 11 11:21:23.333INFO adding route 172.17.0.56/32 -> 10.0.0.255
36462026-08-11T11:21:24.335Z
36472026-08-11T11:21:24.335ZINFO
36482026-08-11T11:21:24.335Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:21:23.333
36492026-08-11T11:21:24.335Z
36502026-08-11T11:21:24.335Z DEBGAug 11 11:21:23.333Aug 11 11:21:23.333 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.333DEBG DEBGDEBG Aug 11 11:21:23.333replacing 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.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 } }]
36512026-08-11T11:21:24.335Z
36522026-08-11T11:21:24.335Z
36532026-08-11T11:21:24.335ZDEBG 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 } }]
36542026-08-11T11:21:24.335ZAug 11 11:21:23.333 Aug 11 11:21:23.333replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36552026-08-11T11:21:24.335Z Aug 11 11:21:23.333Aug 11 11:21:23.333 adding route 172.17.0.38/32 -> 10.0.0.255INFO
36562026-08-11T11:21:24.335ZINFO INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
36572026-08-11T11:21:24.335Z Aug 11 11:21:23.333adding route 172.17.0.50/32 -> 10.0.0.255
36582026-08-11T11:21:24.335Z DEBG Aug 11 11:21:23.333replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333
36592026-08-11T11:21:24.335ZAug 11 11:21:23.333
36602026-08-11T11:21:24.335Z DEBG INFO DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333
36612026-08-11T11:21:24.335Zadding route 172.17.0.10/32 -> 10.0.0.255
36622026-08-11T11:21:24.335Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:23.333DEBG
36632026-08-11T11:21:24.336ZAug 11 11:21:23.333INFO adding route 172.17.0.39/32 -> 10.0.0.255INFO
36642026-08-11T11:21:24.336Z Aug 11 11:21:23.333adding route 172.17.0.58/32 -> 10.0.0.255
36652026-08-11T11:21:24.336ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:21:23.333replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.333Aug 11 11:21:23.333
36662026-08-11T11:21:24.336Z
36672026-08-11T11:21:24.336Z DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36682026-08-11T11:21:24.336ZAug 11 11:21:23.333replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.334
36692026-08-11T11:21:24.336ZAug 11 11:21:23.334DEBG 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
36702026-08-11T11:21:24.336Ztest route::tests::delete_target_fragmented ... ok
36712026-08-11T11:21:24.336Z DEBGadding route 172.17.0.59/32 -> 10.0.0.255 Aug 11 11:21:23.334
36722026-08-11T11:21:24.336Zreplacing 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
36732026-08-11T11:21:24.336ZINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
36742026-08-11T11:21:24.336ZAug 11 11:21:23.334
36752026-08-11T11:21:24.336ZAug 11 11:21:23.334 INFO Aug 11 11:21:23.334 Aug 11 11:21:23.334 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
36762026-08-11T11:21:24.336Z 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 } }]
36772026-08-11T11:21:24.336Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
36782026-08-11T11:21:24.336ZAug 11 11:21:23.334 Aug 11 11:21:23.334DEBG 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 } }]
36792026-08-11T11:21:24.336Ztest route::tests::identity_replace_is_noop ... ok
36802026-08-11T11:21:24.336ZDEBGAug 11 11:21:23.334 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.334INFO
36812026-08-11T11:21:24.336Ztest route::tests::add_target_fails_full ... ok
36822026-08-11T11:21:24.336Zreplacing 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.60/32 -> 10.0.0.255Aug 11 11:21:23.334
36832026-08-11T11:21:24.336Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
36842026-08-11T11:21:24.336ZAug 11 11:21:23.341
36852026-08-11T11:21:24.336ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
36862026-08-11T11:21:24.336ZAug 11 11:21:23.341Aug 11 11:21:23.341 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341
36872026-08-11T11:21:24.336Z
36882026-08-11T11:21:24.336Z DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341
36892026-08-11T11:21:24.336ZDEBGAug 11 11:21:23.341 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
36902026-08-11T11:21:24.341Z Aug 11 11:21:23.341adding route 172.17.0.53/32 -> 10.0.0.255
36912026-08-11T11:21:24.341ZINFOAug 11 11:21:23.341 adding route 172.17.0.42/32 -> 10.0.0.255INFO
36922026-08-11T11:21:24.341Zadding route 172.17.0.13/32 -> 10.0.0.255
36932026-08-11T11:21:24.341ZAug 11 11:21:23.341 DEBGAug 11 11:21:23.341 Aug 11 11:21:23.341replacing 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
36942026-08-11T11:21:24.341Z 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 } }]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 } }]
36952026-08-11T11:21:24.341ZAug 11 11:21:23.341
36962026-08-11T11:21:24.342Z INFOAug 11 11:21:23.341 adding route 172.17.0.54/32 -> 10.0.0.255INFO
36972026-08-11T11:21:24.342Z Aug 11 11:21:23.341adding route 172.17.0.43/32 -> 10.0.0.255 INFO
36982026-08-11T11:21:24.342Z adding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:21:23.341
36992026-08-11T11:21:24.342Z DEBGAug 11 11:21:23.341 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 } }]
37002026-08-11T11:21:24.342Z Aug 11 11:21:23.341replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341 Aug 11 11:21:23.341 DEBGDEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
37012026-08-11T11:21:24.342Z
37022026-08-11T11:21:24.342Zadding route 172.17.0.44/32 -> 10.0.0.255
37032026-08-11T11:21:24.342Z
37042026-08-11T11:21:24.342ZDEBG 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 } }]
37052026-08-11T11:21:24.342ZAug 11 11:21:23.341 INFOAug 11 11:21:23.341Aug 11 11:21:23.341 adding route 172.17.0.55/32 -> 10.0.0.255 Aug 11 11:21:23.341
37062026-08-11T11:21:24.342ZDEBG INFO failed to allocate space for the new target listDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 11 11:21:23.341
37072026-08-11T11:21:24.342Z Aug 11 11:21:23.341replacing 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 } }]
37082026-08-11T11:21:24.342Z
37092026-08-11T11:21:24.342ZINFO DEBGAug 11 11:21:23.341adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:21:23.341Aug 11 11:21:23.341 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 } }]
37102026-08-11T11:21:24.342Z DEBG 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 } }]
37112026-08-11T11:21:24.342ZDEBG
37122026-08-11T11:21:24.342ZAug 11 11:21:23.341 adding route 172.17.0.45/32 -> 10.0.0.255
37132026-08-11T11:21:24.342ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37142026-08-11T11:21:24.342Z Aug 11 11:21:23.341adding route 172.17.0.56/32 -> 10.0.0.255 Aug 11 11:21:23.341
37152026-08-11T11:21:24.342ZDEBG INFOAug 11 11:21:23.341 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
37162026-08-11T11:21:24.342Z Aug 11 11:21:23.341replacing 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 } }]
37172026-08-11T11:21:24.342Z
37182026-08-11T11:21:24.342Z DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341Aug 11 11:21:23.341
37192026-08-11T11:21:24.342Z INFO DEBG Aug 11 11:21:23.341adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:21:23.341
37202026-08-11T11:21:24.342Z 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 } }]
37212026-08-11T11:21:24.342Z INFOAug 11 11:21:23.341adding route 172.17.0.57/32 -> 10.0.0.255 DEBG
37222026-08-11T11:21:24.342Z Aug 11 11:21:23.341replacing 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 } }]
37232026-08-11T11:21:24.342ZDEBGadding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:21:23.341 failed to allocate space for the new target list
37242026-08-11T11:21:24.343Z
37252026-08-11T11:21:24.343ZAug 11 11:21:23.341 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:21:23.341replacing 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 } }]
37262026-08-11T11:21:24.343ZAug 11 11:21:23.341
37272026-08-11T11:21:24.343ZDEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.341replacing targets for 3fff:dead::/64 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 } }]
37282026-08-11T11:21:24.343ZDEBG
37292026-08-11T11:21:24.343ZAug 11 11:21:23.341 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
37302026-08-11T11:21:24.343Z Aug 11 11:21:23.341adding route 172.17.0.58/32 -> 10.0.0.255
37312026-08-11T11:21:24.343ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
37322026-08-11T11:21:24.343ZAug 11 11:21:23.341 INFOAug 11 11:21:23.341 adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:21:23.341
37332026-08-11T11:21:24.343Z 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.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 } }]
37342026-08-11T11:21:24.343ZAug 11 11:21:23.341
37352026-08-11T11:21:24.343Z 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 } }]
37362026-08-11T11:21:24.343ZAug 11 11:21:23.341 Aug 11 11:21:23.341INFO Aug 11 11:21:23.341INFO adding route 172.17.0.59/32 -> 10.0.0.255
37372026-08-11T11:21:24.343ZINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
37382026-08-11T11:21:24.343Z
37392026-08-11T11:21:24.343ZAug 11 11:21:23.341 DEBG Aug 11 11:21:23.341replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.341DEBG
37402026-08-11T11:21:24.343Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37412026-08-11T11:21:24.343Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341
37422026-08-11T11:21:24.343Z INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 Aug 11 11:21:23.341replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37432026-08-11T11:21:24.343Z
37442026-08-11T11:21:24.343ZAug 11 11:21:23.341 INFOINFO Aug 11 11:21:23.341 Aug 11 11:21:23.341adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
37452026-08-11T11:21:24.343Z
37462026-08-11T11:21:24.343Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.341
37472026-08-11T11:21:24.343Z
37482026-08-11T11:21:24.343ZDEBG Aug 11 11:21:23.341replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.341
37492026-08-11T11:21:24.343ZDEBGAug 11 11:21:23.341 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 } }] DEBGadding route 172.17.0.61/32 -> 10.0.0.255Aug 11 11:21:23.341
37502026-08-11T11:21:24.343Z
37512026-08-11T11:21:24.343ZINFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:21:23.341
37522026-08-11T11:21:24.343Z Aug 11 11:21:23.342
37532026-08-11T11:21:24.344ZINFODEBGAug 11 11:21:23.342 adding route 172.17.0.20/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 } }]DEBG
37542026-08-11T11:21:24.344ZAug 11 11:21:23.342 INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37552026-08-11T11:21:24.344Z Aug 11 11:21:23.342
37562026-08-11T11:21:24.344Z INFOadding route 172.16.0.0/32 -> 10.0.0.4
37572026-08-11T11:21:24.344ZAug 11 11:21:23.342adding route 172.17.0.62/32 -> 10.0.0.255
37582026-08-11T11:21:24.344ZAug 11 11:21:23.342DEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:23.342adding route 172.17.0.52/32 -> 10.0.0.255
37592026-08-11T11:21:24.344Z
37602026-08-11T11:21:24.344ZDEBGAug 11 11:21:23.342 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:23.342
37612026-08-11T11:21:24.344Z DEBG
37622026-08-11T11:21:24.344ZAug 11 11:21:23.342 Aug 11 11:21:23.342INFOreplacing 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 } }]
37632026-08-11T11:21:24.344Z adding route 172.17.0.21/32 -> 10.0.0.255DEBG
37642026-08-11T11:21:24.344Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:23.342
37652026-08-11T11:21:24.344Z INFOAug 11 11:21:23.342 Aug 11 11:21:23.342 adding route 172.17.0.53/32 -> 10.0.0.255
37662026-08-11T11:21:24.344ZINFODEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255
37672026-08-11T11:21:24.344Ztest route::tests::delete_targets_fragmented ... ok
37682026-08-11T11:21:24.344ZAug 11 11:21:23.342
37692026-08-11T11:21:24.344Z DEBG Aug 11 11:21:23.342replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.342
37702026-08-11T11:21:24.344Z DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
37712026-08-11T11:21:24.344Z
37722026-08-11T11:21:24.344ZAug 11 11:21:23.342 INFOAug 11 11:21:23.342 adding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:21:23.342
37732026-08-11T11:21:24.344ZDEBG DEBG failed to allocate space for the new target listreplacing 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 } }]
37742026-08-11T11:21:24.344Z
37752026-08-11T11:21:24.344ZAug 11 11:21:23.342 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.342Aug 11 11:21:23.342
37762026-08-11T11:21:24.344Z INFODEBG adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:23.342
37772026-08-11T11:21:24.344Z
37782026-08-11T11:21:24.344ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
37792026-08-11T11:21:24.345ZAug 11 11:21:23.342Aug 11 11:21:23.342 Aug 11 11:21:23.342DEBG DEBG failed to allocate space for the new target listDEBG
37802026-08-11T11:21:24.345Z 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.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 } }]
37812026-08-11T11:21:24.345Z
37822026-08-11T11:21:24.345ZAug 11 11:21:23.342Aug 11 11:21:23.342 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
37832026-08-11T11:21:24.345Z
37842026-08-11T11:21:24.345ZAug 11 11:21:23.342Aug 11 11:21:23.342 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.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 } }]
37852026-08-11T11:21:24.345Z
37862026-08-11T11:21:24.345ZAug 11 11:21:23.342Aug 11 11:21:23.342 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
37872026-08-11T11:21:24.345Z
37882026-08-11T11:21:24.345ZAug 11 11:21:23.342Aug 11 11:21:23.342 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.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.342
37892026-08-11T11:21:24.345Z DEBG created new freemap, unit: freemap_route_ipv4
37902026-08-11T11:21:24.349ZAug 11 11:21:23.350 DEBG created new freemap, unit: freemap_route_ipv6Aug 11 11:21:23.350
37912026-08-11T11:21:24.350Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
37922026-08-11T11:21:24.350ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGDEBG initted freemap. size: 64replacing 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 } }],
37932026-08-11T11:21:24.350Zunit: freemap_route_ipv4
37942026-08-11T11:21:24.350ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255reset freemap
37952026-08-11T11:21:24.350Z, unit: freemap_route_ipv4
37962026-08-11T11:21:24.350ZAug 11 11:21:23.350 Aug 11 11:21:23.350DEBG 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 } }]
37972026-08-11T11:21:24.350Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 11 11:21:23.350
37982026-08-11T11:21:24.350Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
37992026-08-11T11:21:24.350Z
38002026-08-11T11:21:24.350ZAug 11 11:21:23.350 Aug 11 11:21:23.350DEBG DEBGAug 11 11:21:23.350 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
38012026-08-11T11:21:24.350Zreset freemap , adding route 172.17.0.58/32 -> 10.0.0.255unit
38022026-08-11T11:21:24.350Z: freemap_route_ipv6
38032026-08-11T11:21:24.350ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350 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 } }]
38042026-08-11T11:21:24.350ZINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
38052026-08-11T11:21:24.350ZAug 11 11:21:23.350
38062026-08-11T11:21:24.350Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
38072026-08-11T11:21:24.350ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGAug 11 11:21:23.350DEBG 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 } }]
38082026-08-11T11:21:24.350Zreplacing 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.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 } }]
38092026-08-11T11:21:24.350Z
38102026-08-11T11:21:24.350ZAug 11 11:21:23.350 INFOAug 11 11:21:23.350 Aug 11 11:21:23.350 adding route 172.16.0.0/32 -> 10.0.0.1INFO
38112026-08-11T11:21:24.350Z adding route 172.17.0.60/32 -> 10.0.0.255INFO
38122026-08-11T11:21:24.350Z Aug 11 11:21:23.350adding route 172.17.0.30/32 -> 10.0.0.255
38132026-08-11T11:21:24.350ZDEBGAug 11 11:21:23.350 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 } }]DEBG
38142026-08-11T11:21:24.350Z Aug 11 11:21:23.350replacing 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 } }]
38152026-08-11T11:21:24.350ZAug 11 11:21:23.350DEBG INFOAug 11 11:21:23.350replacing 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 } }]
38162026-08-11T11:21:24.350Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
38172026-08-11T11:21:24.351Z failed to allocate space for the new target list
38182026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 Aug 11 11:21:23.350 DEBGDEBG 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
38192026-08-11T11:21:24.351Z
38202026-08-11T11:21:24.351Z
38212026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
38222026-08-11T11:21:24.351Z
38232026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.32/32 -> 10.0.0.255
38242026-08-11T11:21:24.351Z
38252026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.0/32 -> 10.0.0.255
38262026-08-11T11:21:24.351Z
38272026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38282026-08-11T11:21:24.351Z
38292026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
38302026-08-11T11:21:24.351Z
38312026-08-11T11:21:24.351ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.34/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 } }]
38322026-08-11T11:21:24.351Z
38332026-08-11T11:21:24.351ZAug 11 11:21:23.350 Aug 11 11:21:23.350 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 } }]INFO
38342026-08-11T11:21:24.351Z adding route 172.17.0.2/32 -> 10.0.0.255
38352026-08-11T11:21:24.351ZAug 11 11:21:23.350 DEBG Aug 11 11:21:23.350replacing 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 } }]
38362026-08-11T11:21:24.351ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
38372026-08-11T11:21:24.351ZAug 11 11:21:23.350 INFO Aug 11 11:21:23.350adding route 172.17.0.3/32 -> 10.0.0.255
38382026-08-11T11:21:24.351ZDEBG 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 } }]
38392026-08-11T11:21:24.351ZAug 11 11:21:23.350 DEBGAug 11 11:21:23.350 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38402026-08-11T11:21:24.351Z adding route 172.17.0.36/32 -> 10.0.0.255
38412026-08-11T11:21:24.351ZAug 11 11:21:23.350 INFOAug 11 11:21:23.350 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
38422026-08-11T11:21:24.351Z 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 } }]
38432026-08-11T11:21:24.351ZAug 11 11:21:23.350 DEBGAug 11 11:21:23.350 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
38442026-08-11T11:21:24.351Z adding route 172.17.0.37/32 -> 10.0.0.255
38452026-08-11T11:21:24.352ZAug 11 11:21:23.350 INFOAug 11 11:21:23.350 adding route 172.17.0.5/32 -> 10.0.0.255DEBG
38462026-08-11T11:21:24.352Z 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 } }]
38472026-08-11T11:21:24.352ZAug 11 11:21:23.350 DEBGAug 11 11:21:23.350 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
38482026-08-11T11:21:24.352Z adding route 172.17.0.38/32 -> 10.0.0.255
38492026-08-11T11:21:24.352ZAug 11 11:21:23.350 Aug 11 11:21:23.350INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255
38502026-08-11T11:21:24.352Zreplacing 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 } }]
38512026-08-11T11:21:24.352Ztest route::tests::delete_target_full ... ok
38522026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.39/32 -> 10.0.0.255
38532026-08-11T11:21:24.352Z
38542026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.7/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 } }]
38552026-08-11T11:21:24.352Z
38562026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.40/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 } }]
38572026-08-11T11:21:24.352Ztest route::tests::delete_targets_full ... ok
38582026-08-11T11:21:24.352Z
38592026-08-11T11:21:24.352Z
38602026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
38612026-08-11T11:21:24.352Z
38622026-08-11T11:21:24.352Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
38632026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.41/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 } }]
38642026-08-11T11:21:24.352Z
38652026-08-11T11:21:24.352Z
38662026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.17.0.9/32 -> 10.0.0.255
38672026-08-11T11:21:24.352Z
38682026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38692026-08-11T11:21:24.352Z
38702026-08-11T11:21:24.352ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
38712026-08-11T11:21:24.352Z
38722026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.43/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 } }]
38732026-08-11T11:21:24.353Z
38742026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
38752026-08-11T11:21:24.353Z
38762026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.44/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 } }]
38772026-08-11T11:21:24.353Z
38782026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
38792026-08-11T11:21:24.353Z
38802026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing 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 } }]
38812026-08-11T11:21:24.353Z
38822026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.13/32 -> 10.0.0.255
38832026-08-11T11:21:24.353Z
38842026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.46/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 } }]
38852026-08-11T11:21:24.353Z
38862026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.14/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 } }]
38872026-08-11T11:21:24.353Z
38882026-08-11T11:21:24.353ZAug 11 11:21:23.350Aug 11 11:21:23.350 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 172.17.0.47/32 -> 10.0.0.255
38892026-08-11T11:21:24.353Z
38902026-08-11T11:21:24.359ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.15/32 -> 10.0.0.255
38912026-08-11T11:21:24.359Z
38922026-08-11T11:21:24.359ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
38932026-08-11T11:21:24.359Z
38942026-08-11T11:21:24.359ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.16/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 } }]
38952026-08-11T11:21:24.359Z
38962026-08-11T11:21:24.359ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
38972026-08-11T11:21:24.360Z
38982026-08-11T11:21:24.360ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.17/32 -> 10.0.0.255
38992026-08-11T11:21:24.360Z
39002026-08-11T11:21:24.360ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.50/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 } }]
39012026-08-11T11:21:24.360Z
39022026-08-11T11:21:24.360ZAug 11 11:21:23.350Aug 11 11:21:23.350 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.18/32 -> 10.0.0.255
39032026-08-11T11:21:24.360Z
39042026-08-11T11:21:24.360ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.51/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 } }]
39052026-08-11T11:21:24.360Z
39062026-08-11T11:21:24.360ZAug 11 11:21:23.350Aug 11 11:21:23.350 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
39072026-08-11T11:21:24.360Z
39082026-08-11T11:21:24.360ZAug 11 11:21:23.350Aug 11 11:21:23.350 INFODEBG adding route 172.17.0.52/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 } }]
39092026-08-11T11:21:24.360Z
39102026-08-11T11:21:24.360ZAug 11 11:21:23.358 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:21:23.358
39112026-08-11T11:21:24.360Z DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:23.358
39122026-08-11T11:21:24.360Z 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 } }]
39132026-08-11T11:21:24.360ZAug 11 11:21:23.358 INFOAug 11 11:21:23.358 adding route 172.17.0.53/32 -> 10.0.0.255INFO
39142026-08-11T11:21:24.360Z adding route 172.17.0.21/32 -> 10.0.0.255
39152026-08-11T11:21:24.360ZAug 11 11:21:23.358 Aug 11 11:21:23.358DEBG 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 } }]
39162026-08-11T11:21:24.360Zreplacing 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 } }]
39172026-08-11T11:21:24.360ZAug 11 11:21:23.358 Aug 11 11:21:23.358INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
39182026-08-11T11:21:24.360Zadding route 172.17.0.22/32 -> 10.0.0.255
39192026-08-11T11:21:24.360ZAug 11 11:21:23.358 Aug 11 11:21:23.358DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39202026-08-11T11:21:24.360Zreplacing 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 } }]
39212026-08-11T11:21:24.360ZAug 11 11:21:23.358 Aug 11 11:21:23.358INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255
39222026-08-11T11:21:24.360Zadding route 172.17.0.23/32 -> 10.0.0.255
39232026-08-11T11:21:24.360ZAug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39242026-08-11T11:21:24.361Z
39252026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
39262026-08-11T11:21:24.361Z
39272026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }]
39282026-08-11T11:21:24.361Z
39292026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
39302026-08-11T11:21:24.361Z
39312026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }]
39322026-08-11T11:21:24.361Z
39332026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
39342026-08-11T11:21:24.361Z
39352026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }]
39362026-08-11T11:21:24.361Z
39372026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
39382026-08-11T11:21:24.361Z
39392026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }]
39402026-08-11T11:21:24.361Z
39412026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
39422026-08-11T11:21:24.361Z
39432026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39442026-08-11T11:21:24.361Z
39452026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
39462026-08-11T11:21:24.361Z
39472026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39482026-08-11T11:21:24.361Z
39492026-08-11T11:21:24.361Zrunning 0 tests
39502026-08-11T11:21:24.361Z
39512026-08-11T11:21:24.361ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
39522026-08-11T11:21:24.361Z
39532026-08-11T11:21:24.362ZAug 11 11:21:23.358Aug 11 11:21:23.358 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.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 } }]
39542026-08-11T11:21:24.362Z
39552026-08-11T11:21:24.362Z
39562026-08-11T11:21:24.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39572026-08-11T11:21:24.362Z
39582026-08-11T11:21:24.362Z
39592026-08-11T11:21:24.362Zrunning 0 tests
39602026-08-11T11:21:24.362Z
39612026-08-11T11:21:24.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39622026-08-11T11:21:24.362Z
39632026-08-11T11:21:24.362Z
39642026-08-11T11:21:24.362Zrunning 6 tests
39652026-08-11T11:21:24.362Ztest tests::test_full_lot_id_neither_present ... ok
39662026-08-11T11:21:24.362Ztest tests::test_full_lot_id_both_present ... ok
39672026-08-11T11:21:24.362Ztest tests::test_parse_client_port_id ... ok
39682026-08-11T11:21:24.362ZAug 11 11:21:23.358Aug 11 11:21:23.358 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255failed to allocate space for the new target list
39692026-08-11T11:21:24.362Ztest tests::test_port_id_cmp ... ok
39702026-08-11T11:21:24.362Z
39712026-08-11T11:21:24.362ZAug 11 11:21:23.358Aug 11 11:21:23.358 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
39722026-08-11T11:21:24.362Z
39732026-08-11T11:21:24.362ZAug 11 11:21:23.358 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39742026-08-11T11:21:24.362ZAug 11 11:21:23.358 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 } }]
39752026-08-11T11:21:24.362ZAug 11 11:21:23.358 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39762026-08-11T11:21:24.362ZAug 11 11:21:23.358 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39772026-08-11T11:21:24.362ZAug 11 11:21:23.358 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39782026-08-11T11:21:24.362ZAug 11 11:21:23.358 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 } }]
39792026-08-11T11:21:24.362ZAug 11 11:21:23.358 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39802026-08-11T11:21:24.363Ztest tests::test_full_lot_id_lotnum_only ... ok
39812026-08-11T11:21:24.363Ztest tests::test_full_lot_id_lot_only ... ok
39822026-08-11T11:21:24.363Z
39832026-08-11T11:21:24.363Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39842026-08-11T11:21:24.363Z
39852026-08-11T11:21:24.363ZAug 11 11:21:23.358 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 } }]
39862026-08-11T11:21:24.363ZAug 11 11:21:23.358 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39872026-08-11T11:21:24.363ZAug 11 11:21:23.358 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 } }]
39882026-08-11T11:21:24.363ZAug 11 11:21:23.358 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39892026-08-11T11:21:24.363ZAug 11 11:21:23.358 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 } }]
39902026-08-11T11:21:24.367ZAug 11 11:21:23.358 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39912026-08-11T11:21:24.367ZAug 11 11:21:23.358 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 } }]
39922026-08-11T11:21:24.367ZAug 11 11:21:23.358 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39932026-08-11T11:21:24.367ZAug 11 11:21:23.358 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 } }]
39942026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39952026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
39962026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39972026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
39982026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39992026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40002026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.43/32 -> 10.0.0.255
40012026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40022026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.44/32 -> 10.0.0.255
40032026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40042026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.45/32 -> 10.0.0.255
40052026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40062026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.46/32 -> 10.0.0.255
40072026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40082026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.47/32 -> 10.0.0.255
40092026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40102026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40112026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40122026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40132026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40142026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.50/32 -> 10.0.0.255
40152026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40162026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.51/32 -> 10.0.0.255
40172026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40182026-08-11T11:21:24.368ZAug 11 11:21:23.358 INFO adding route 172.17.0.52/32 -> 10.0.0.255
40192026-08-11T11:21:24.368ZAug 11 11:21:23.358 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 } }]
40202026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40212026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40222026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40232026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40242026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40252026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40262026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40272026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40282026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40292026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40302026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40312026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40322026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40332026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40342026-08-11T11:21:24.369ZAug 11 11:21:23.358 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40352026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40362026-08-11T11:21:24.369ZAug 11 11:21:23.358 DEBG failed to allocate space for the new target list
40372026-08-11T11:21:24.369ZAug 11 11:21:23.358 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 } }]
40382026-08-11T11:21:24.369Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40392026-08-11T11:21:24.369Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40402026-08-11T11:21:24.369Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40412026-08-11T11:21:24.369Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40422026-08-11T11:21:24.369Z
40432026-08-11T11:21:24.369Zrunning 0 tests
40442026-08-11T11:21:24.369Z
40452026-08-11T11:21:24.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-08-11T11:21:24.369Z
40472026-08-11T11:21:24.369Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40482026-08-11T11:21:24.370Z
40492026-08-11T11:21:24.370Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40502026-08-11T11:21:24.370Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40512026-08-11T11:21:24.370Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40522026-08-11T11:21:24.370Zrunning 0 tests
40532026-08-11T11:21:24.370Z
40542026-08-11T11:21:24.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40552026-08-11T11:21:24.370Z
40562026-08-11T11:21:24.370Z
40572026-08-11T11:21:24.370Zrunning 0 tests
40582026-08-11T11:21:24.370Z
40592026-08-11T11:21:24.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40602026-08-11T11:21:24.370Z
40612026-08-11T11:21:24.370Z
40622026-08-11T11:21:24.370Zrunning 12 tests
40632026-08-11T11:21:24.370Ztest icmp::test_v6_checksum ... ok
40642026-08-11T11:21:24.370Ztest lldp::test_lldp_parse ... ok
40652026-08-11T11:21:24.370Ztest pbuf::test_byte ... ok
40662026-08-11T11:21:24.370Ztest pbuf::test_nibble ... ok
40672026-08-11T11:21:24.370Ztest icmp::test_v4_checksum ... ok
40682026-08-11T11:21:24.370Ztest ipv6::test_ipv6_parse ... ok
40692026-08-11T11:21:24.370Ztest pbuf::test_short ... ok
40702026-08-11T11:21:24.370Ztest pbuf::test_overflow ... ok
40712026-08-11T11:21:24.370Ztest pbuf::test_twelve ... ok
40722026-08-11T11:21:24.370Ztest pbuf::test_word ... ok
40732026-08-11T11:21:24.370Ztest tcp::test_checksum_ack_data ... ok
40742026-08-11T11:21:24.370Ztest tcp::test_checksum_syn_nodata ... ok
40752026-08-11T11:21:24.371Z
40762026-08-11T11:21:24.371Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40772026-08-11T11:21:24.371Z
40782026-08-11T11:21:24.371Z
40792026-08-11T11:21:24.371Zrunning 0 tests
40802026-08-11T11:21:24.371Z
40812026-08-11T11:21:24.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40822026-08-11T11:21:24.371Z
40832026-08-11T11:21:24.371Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40842026-08-11T11:21:24.371Z
40852026-08-11T11:21:24.371Zrunning 5 tests
40862026-08-11T11:21:24.371Ztest switchport::test::test_compute_lanes ... ok
40872026-08-11T11:21:24.371Ztest switchport::test::port_id_ordering ... ok
40882026-08-11T11:21:24.371Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
40892026-08-11T11:21:24.371ZLane 1 State: Activated Lane 2Activated Lane 3
40902026-08-11T11:21:24.375ZActivated Rx Loss-of-lock: YesActivated
40912026-08-11T11:21:24.375Z Yes Rx Output Enabled: false Yes falseYes
40922026-08-11T11:21:24.375Zfalse Rx Loss-of-signal: Yes false
40932026-08-11T11:21:24.375ZYes Rx Output Status: validYes Yesvalid
40942026-08-11T11:21:24.375Z Rx CDR Enabled: Yesvalid Yesvalid
40952026-08-11T11:21:24.376ZYes Rx Loss-of-lock: trueYes
40962026-08-11T11:21:24.376Z true Tx Enabled: Yes Yestrue true
40972026-08-11T11:21:24.376ZYes Rx Loss-of-signal: false Yes
40982026-08-11T11:21:24.376Zfalse Tx Loss-of-lock: No Nofalse falseNo
40992026-08-11T11:21:24.376ZNo
41002026-08-11T11:21:24.376ZRx Auto-squelch Disable: true Tx Loss-of-signal: No trueNo true trueNo
41012026-08-11T11:21:24.376Z No
41022026-08-11T11:21:24.376Z Tx Output Enabled: true Tx CDR Enabled: Notrue No true Notrue
41032026-08-11T11:21:24.376Z No
41042026-08-11T11:21:24.376Z Tx Output Status: invalid invalid Tx Adaptive EQ Fault: No invalid Noinvalid
41052026-08-11T11:21:24.376Z Tx Loss-of-lock: falseNo falseNo
41062026-08-11T11:21:24.376Z false Tx Fault: Yes false
41072026-08-11T11:21:24.376ZYes Tx Loss-of-signal: true Yes trueYes
41082026-08-11T11:21:24.376Z true true
41092026-08-11T11:21:24.376ZTx Auto-squelch Disable: false false false false
41102026-08-11T11:21:24.376Z Tx Adaptive EQ Fail: true true true true
41112026-08-11T11:21:24.376Z Tx Failure: false false false false
41122026-08-11T11:21:24.376Z Tx Force Squelch: true true true true
41132026-08-11T11:21:24.376Z Tx Input Polarity: normal normal normal normal
41142026-08-11T11:21:24.376Ztest switchport::test::test_print_sff_datapath ... ok
41152026-08-11T11:21:24.376Ztest switchport::test::test_print_cmis_datapath ... ok
41162026-08-11T11:21:24.376Ztest link::test_filter ... ok
41172026-08-11T11:21:24.376Z
41182026-08-11T11:21:24.376Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41192026-08-11T11:21:24.376Z
41202026-08-11T11:21:24.376Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41212026-08-11T11:21:24.376Z
41222026-08-11T11:21:24.376Zrunning 1 test
41232026-08-11T11:21:24.377Ztest test_p4_counter_list ... ignored
41242026-08-11T11:21:24.377Z
41252026-08-11T11:21:24.377Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41262026-08-11T11:21:24.377Z
41272026-08-11T11:21:24.377Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41282026-08-11T11:21:24.377Z
41292026-08-11T11:21:24.377Zrunning 5 tests
41302026-08-11T11:21:24.377Ztest test_an ... ignored
41312026-08-11T11:21:24.377Ztest test_enable ... ignored
41322026-08-11T11:21:24.377Ztest test_ip_addresses ... ignored
41332026-08-11T11:21:24.377Ztest test_kr ... ignored
41342026-08-11T11:21:24.377Ztest test_mac ... ignored
41352026-08-11T11:21:24.377Z
41362026-08-11T11:21:24.377Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41372026-08-11T11:21:24.377Z
41382026-08-11T11:21:24.377Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41392026-08-11T11:21:24.377Z
41402026-08-11T11:21:24.377Zrunning 3 tests
41412026-08-11T11:21:24.377Ztest linklocal::test_parse_ipadm ... ok
41422026-08-11T11:21:24.377Ztest tfport::test_parse_tfport ... ok
41432026-08-11T11:21:24.377Ztest config::tests::test_updates ... ok
41442026-08-11T11:21:24.377Z
41452026-08-11T11:21:24.377Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-08-11T11:21:24.377Z
41472026-08-11T11:21:24.377Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41482026-08-11T11:21:24.377Z
41492026-08-11T11:21:24.377Zrunning 0 tests
41502026-08-11T11:21:24.377Z
41512026-08-11T11:21:24.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-08-11T11:21:24.378Z
41532026-08-11T11:21:24.378Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41542026-08-11T11:21:24.378Z
41552026-08-11T11:21:24.378Zrunning 0 tests
41562026-08-11T11:21:24.378Z
41572026-08-11T11:21:24.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-08-11T11:21:24.378Z
41592026-08-11T11:21:24.378Z Doc-tests aal
41602026-08-11T11:21:24.483Z
41612026-08-11T11:21:24.483Zrunning 0 tests
41622026-08-11T11:21:24.483Z
41632026-08-11T11:21:24.487Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-08-11T11:21:24.487Z
41652026-08-11T11:21:24.499Z Doc-tests aal_macros
41662026-08-11T11:21:24.570Z
41672026-08-11T11:21:24.570Zrunning 0 tests
41682026-08-11T11:21:24.570Z
41692026-08-11T11:21:24.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-08-11T11:21:24.570Z
41712026-08-11T11:21:24.582Z Doc-tests common
41722026-08-11T11:21:24.821Z
41732026-08-11T11:21:24.822Zrunning 0 tests
41742026-08-11T11:21:24.822Z
41752026-08-11T11:21:24.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41762026-08-11T11:21:24.822Z
41772026-08-11T11:21:24.841Z Doc-tests dpd_api
41782026-08-11T11:21:25.588Z
41792026-08-11T11:21:25.588Zrunning 2 tests
41802026-08-11T11:21:25.588Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41812026-08-11T11:21:25.588Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41822026-08-11T11:21:25.588Z
41832026-08-11T11:21:25.588Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-08-11T11:21:25.588Z
41852026-08-11T11:21:25.617Z Doc-tests dpd_client
41862026-08-11T11:21:26.911Z
41872026-08-11T11:21:26.911Zrunning 0 tests
41882026-08-11T11:21:26.911Z
41892026-08-11T11:21:26.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-08-11T11:21:26.911Z
41912026-08-11T11:21:26.953Z Doc-tests dpd_types
41922026-08-11T11:21:27.166Z
41932026-08-11T11:21:27.166Zrunning 0 tests
41942026-08-11T11:21:27.166Z
41952026-08-11T11:21:27.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41962026-08-11T11:21:27.166Z
41972026-08-11T11:21:27.190Z Doc-tests dpd_types_versions
41982026-08-11T11:21:28.428Z
41992026-08-11T11:21:28.428Zrunning 1 test
42002026-08-11T11:21:28.428Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42012026-08-11T11:21:28.428Z
42022026-08-11T11:21:28.428Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-11T11:21:28.428Z
42042026-08-11T11:21:28.432Z Doc-tests packet
42052026-08-11T11:21:28.546Z
42062026-08-11T11:21:28.547Zrunning 0 tests
42072026-08-11T11:21:28.547Z
42082026-08-11T11:21:28.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-08-11T11:21:28.547Z
42102026-08-11T11:21:28.562Z Doc-tests pcap
42112026-08-11T11:21:28.613Z
42122026-08-11T11:21:28.613Zrunning 0 tests
42132026-08-11T11:21:28.613Z
42142026-08-11T11:21:28.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42152026-08-11T11:21:28.613Z
42162026-08-11T11:21:28.680Z+ for feat in tofino_stub tofino_asic softnpu chaos
42172026-08-11T11:21:28.680Z+ RUST_BACKTRACE=full
42182026-08-11T11:21:28.680Z+ cargo test --features tofino_asic --no-fail-fast
42192026-08-11T11:21:29.278Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42202026-08-11T11:21:29.360Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42212026-08-11T11:21:29.367Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42222026-08-11T11:21:29.374Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42232026-08-11T11:21:37.952Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42242026-08-11T11:21:37.956Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42252026-08-11T11:22:17.761Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.06s
42262026-08-11T11:22:17.883Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42272026-08-11T11:22:17.886Z
42282026-08-11T11:22:17.887Zrunning 5 tests
42292026-08-11T11:22:17.887Ztest fuse::tests::chip_revision_b1 ... ok
42302026-08-11T11:22:17.887Ztest fuse::tests::chip_revision_b0 ... ok
42312026-08-11T11:22:17.887Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42322026-08-11T11:22:17.887Ztest fuse::tests::chip_revision_a0 ... ok
42332026-08-11T11:22:17.887Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42342026-08-11T11:22:17.887Z
42352026-08-11T11:22:17.887Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-08-11T11:22:17.887Z
42372026-08-11T11:22:17.887Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42382026-08-11T11:22:17.890Z
42392026-08-11T11:22:17.890Zrunning 0 tests
42402026-08-11T11:22:17.890Z
42412026-08-11T11:22:17.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-08-11T11:22:17.890Z
42432026-08-11T11:22:17.890Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42442026-08-11T11:22:17.990Z
42452026-08-11T11:22:17.990Zrunning 8 tests
42462026-08-11T11:22:17.993Ztest tofino_asic::qsfp::tests::fix_link ... ok
42472026-08-11T11:22:17.993Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42482026-08-11T11:22:17.994Ztest tofino_asic::stats::constants_sanity_check ... ok
42492026-08-11T11:22:17.994Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42502026-08-11T11:22:17.994Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42512026-08-11T11:22:17.994Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42522026-08-11T11:22:18.001Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42532026-08-11T11:22:18.492Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42542026-08-11T11:22:18.492Z
42552026-08-11T11:22:18.492Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42562026-08-11T11:22:18.492Z
42572026-08-11T11:22:18.503Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42582026-08-11T11:22:18.507Z
42592026-08-11T11:22:18.507Zrunning 10 tests
42602026-08-11T11:22:18.507Ztest nat::tests::test_vni ... ok
42612026-08-11T11:22:18.507Ztest network::tests::test_eui64 ... ok
42622026-08-11T11:22:18.507Ztest network::tests::test_equal ... ok
42632026-08-11T11:22:18.507Ztest network::tests::test_not_equal ... ok
42642026-08-11T11:22:18.508Ztest network::tests::test_into ... ok
42652026-08-11T11:22:18.508Ztest network::tests::test_generate_ipv6_link_local ... ok
42662026-08-11T11:22:18.508Ztest network::tests::test_parse ... ok
42672026-08-11T11:22:18.511Ztest network::tests::test_to_string ... ok
42682026-08-11T11:22:18.511Ztest test_purge ... ok
42692026-08-11T11:22:18.511Ztest illumos::test::address_exists_handles_missing_object ... ok
42702026-08-11T11:22:18.511Z
42712026-08-11T11:22:18.511Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42722026-08-11T11:22:18.511Z
42732026-08-11T11:22:18.511Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42742026-08-11T11:22:18.515Z
42752026-08-11T11:22:18.515Zrunning 1 test
42762026-08-11T11:22:18.518Z -------
42772026-08-11T11:22:18.518Z Generating OpenAPI documents from API definitions ...
42782026-08-11T11:22:18.659Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42792026-08-11T11:22:18.726Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42802026-08-11T11:22:19.750Z -------
42812026-08-11T11:22:19.750Z Checking 12 OpenAPI documents...
42822026-08-11T11:22:19.750Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-11T11:22:19.750Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-11T11:22:19.750Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-11T11:22:19.750Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-11T11:22:19.753Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-11T11:22:19.753Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-11T11:22:19.753Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-11T11:22:19.753Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-11T11:22:19.753Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-11T11:22:19.753Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-11T11:22:19.753Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-11T11:22:19.753Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-11T11:22:19.753Z Fresh dpd "latest" symlink
42952026-08-11T11:22:19.753Z -------
42962026-08-11T11:22:19.753Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42972026-08-11T11:22:19.815Ztest test::test_apis_up_to_date ... ok
42982026-08-11T11:22:19.815Z
42992026-08-11T11:22:19.815Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
43002026-08-11T11:22:19.815Z
43012026-08-11T11:22:19.874Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43022026-08-11T11:22:19.940Z
43032026-08-11T11:22:19.940Zrunning 66 tests
43042026-08-11T11:22:19.943Ztest freemap::test_ordering ... ok
43052026-08-11T11:22:19.943Ztest config::tests::test_updates ... ok
43062026-08-11T11:22:19.943Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-08-11T11:22:19.943Ztest freemap::test_split ... ok
43082026-08-11T11:22:19.943Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-08-11T11:22:19.943Ztest macaddrs::tests::test_mac_offset ... ok
43102026-08-11T11:22:19.948Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-08-11T11:22:19.948ZAug 11 11:22:18.986 DEBG created new freemapAug 11 11:22:18.986 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
43122026-08-11T11:22:19.948Z
43132026-08-11T11:22:19.948ZAug 11 11:22:18.986 DEBG initted freemap. size: 128, unitAug 11 11:22:18.986: DEBGfreemap_test
43142026-08-11T11:22:19.948Zinitted freemap. size: 128, Aug 11 11:22:18.986unit :DEBG freemap_testreset freemap
43152026-08-11T11:22:19.948Z, unit: freemap_test
43162026-08-11T11:22:19.948ZAug 11 11:22:18.986 DEBG reset freemap, unit: freemap_test
43172026-08-11T11:22:19.948Ztest macaddrs::tests::test_parse_port_id ... ok
43182026-08-11T11:22:19.948ZAug 11 11:22:18.986 DEBG created new freemap, unit: freemap_test
43192026-08-11T11:22:19.948ZAug 11 11:22:18.986 DEBG created new freemap, unit:Aug 11 11:22:18.986 freemap_testDEBG
43202026-08-11T11:22:19.948Z initted freemap. size: 128, unitAug 11 11:22:18.986: DEBGfreemap_test
43212026-08-11T11:22:19.948Zinitted freemap. size: 8, unit: Aug 11 11:22:18.986freemap_test
43222026-08-11T11:22:19.948ZDEBG reset freemap, Aug 11 11:22:18.986unit :DEBG freemap_testreset freemap
43232026-08-11T11:22:19.948Ztest freemap::test_reclaim ... ok
43242026-08-11T11:22:19.948Z, unit: freemap_test
43252026-08-11T11:22:19.948Ztest freemap::test_exhaustion ... ok
43262026-08-11T11:22:19.948Ztest freemap::test_free ... ok
43272026-08-11T11:22:19.948Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43282026-08-11T11:22:19.948Ztest nat::test_mapping ... ok
43292026-08-11T11:22:19.948Ztest port_map::tests::test_backplane_group ... ok
43302026-08-11T11:22:19.948Ztest port_map::tests::test_port_map ... ok
43312026-08-11T11:22:19.948Ztest port_map::tests::dump_map ... ok
43322026-08-11T11:22:19.948ZAug 11 11:22:18.986 DEBG created new freemap, unit: freemap_test
43332026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG initted freemap. size: 128, unit: freemap_test
43342026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG reset freemap, unit: freemap_test
43352026-08-11T11:22:19.948Ztest freemap::test_basic ... ok
43362026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG created new freemap, unit: freemap_test
43372026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG initted freemap. size: 128, unit: freemap_test
43382026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG reset freemap, unit: freemap_test
43392026-08-11T11:22:19.948Ztest freemap::test_span ... ok
43402026-08-11T11:22:19.948Ztest api_server::tests::test_build_info ... ok
43412026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG created new freemap, unit: freemap_route_ipv4
43422026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG created new freemap, unit: freemap_route_ipv6
43432026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43442026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG reset freemap, unit: freemap_route_ipv4
43452026-08-11T11:22:19.948ZAug 11 11:22:18.987 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43462026-08-11T11:22:19.949Ztest port_map::tests::parse_softnpu_revision ... ok
43472026-08-11T11:22:19.949ZAug 11 11:22:18.987 DEBG reset freemap, unit: freemap_route_ipv6Aug 11 11:22:18.987
43482026-08-11T11:22:19.949Z DEBG created new freemapAug 11 11:22:18.988 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43492026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43502026-08-11T11:22:19.949ZAug 11 11:22:18.988 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43512026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43522026-08-11T11:22:19.949ZAug 11 11:22:18.988 INFOAug 11 11:22:18.988 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
43532026-08-11T11:22:19.949Z created new freemap, unit:Aug 11 11:22:18.988 freemap_route_ipv4DEBG
43542026-08-11T11:22:19.949Z 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 } }]
43552026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBGAug 11 11:22:18.988 created new freemapINFO, unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff:
43562026-08-11T11:22:19.949Z freemap_route_ipv6Aug 11 11:22:18.988
43572026-08-11T11:22:19.949Z 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 } }]
43582026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBG Aug 11 11:22:18.988initted freemap. size: 64 , INFOunit :adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43592026-08-11T11:22:19.949Zfreemap_route_ipv4
43602026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 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 } }]reset freemap
43612026-08-11T11:22:19.949Z, unit: Aug 11 11:22:18.988freemap_route_ipv4
43622026-08-11T11:22:19.949ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43632026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBG initted freemap. size: 64Aug 11 11:22:18.988, unitDEBG: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
43642026-08-11T11:22:19.949Z
43652026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 DEBGINFO reset freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff,
43662026-08-11T11:22:19.949Zunit: freemap_route_ipv6
43672026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBG Aug 11 11:22:18.988replacing 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 } }]
43682026-08-11T11:22:19.949ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43692026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:6::/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 } }]
43702026-08-11T11:22:19.949Z
43712026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43722026-08-11T11:22:19.949Z
43732026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 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:7::/64 -> 2001:db8::55:ff
43742026-08-11T11:22:19.949Z
43752026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 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:1
43762026-08-11T11:22:19.949Z
43772026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43782026-08-11T11:22:19.949Z
43792026-08-11T11:22:19.949Z, Aug 11 11:22:18.988Aug 11 11:22:18.988unit :INFODEBG freemap_route_ipv4 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:dead::/64 -> 2001:db8::55:2
43802026-08-11T11:22:19.949Z
43812026-08-11T11:22:19.949Z
43822026-08-11T11:22:19.949ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43832026-08-11T11:22:19.949Z
43842026-08-11T11:22:19.949ZAug 11 11:22:18.988 DEBG created new freemapAug 11 11:22:18.988 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43852026-08-11T11:22:19.950Z, Aug 11 11:22:18.988unit :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 } }]
43862026-08-11T11:22:19.950Z
43872026-08-11T11:22:19.950ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffinitted freemap. size: 64
43882026-08-11T11:22:19.950Z, unitAug 11 11:22:18.988: Aug 11 11:22:18.988freemap_route_ipv4
43892026-08-11T11:22:19.950ZDEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43902026-08-11T11:22:19.950ZAug 11 11:22:18.988created new freemap , DEBGunit :Aug 11 11:22:18.988 reset freemapfreemap_route_ipv4 , INFO
43912026-08-11T11:22:19.950Zunit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 11 11:22:18.988freemap_route_ipv4
43922026-08-11T11:22:19.950Z
43932026-08-11T11:22:19.950Z DEBG created new freemapAug 11 11:22:18.988, Aug 11 11:22:18.988unit :DEBG DEBG initted freemap. size: 64replacing 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 } }],
43942026-08-11T11:22:19.950ZAug 11 11:22:18.988freemap_route_ipv6unit
43952026-08-11T11:22:19.950Z :DEBG freemap_route_ipv6created new freemapAug 11 11:22:18.988Aug 11 11:22:18.988, unit: freemap_route_ipv4
43962026-08-11T11:22:19.950ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43972026-08-11T11:22:19.950Z
43982026-08-11T11:22:19.950ZAug 11 11:22:18.988 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 } }]
43992026-08-11T11:22:19.950ZAug 11 11:22:18.988Aug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBGDEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffcreated new freemap
44002026-08-11T11:22:19.950Zreset freemap, , unitunit:: Aug 11 11:22:18.988freemap_route_ipv6freemap_route_ipv6
44012026-08-11T11:22:19.950Z
44022026-08-11T11:22:19.950ZDEBG Aug 11 11:22:18.988 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
44032026-08-11T11:22:19.950ZAug 11 11:22:18.988 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 } }]
44042026-08-11T11:22:19.950Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988
44052026-08-11T11:22:19.950Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:18.988
44062026-08-11T11:22:19.950Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44072026-08-11T11:22:19.950ZAug 11 11:22:18.988 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:22:18.988
44082026-08-11T11:22:19.950Z DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988
44092026-08-11T11:22:19.950Z Aug 11 11:22:18.988INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
44102026-08-11T11:22:19.954ZDEBGAug 11 11:22:18.988 initted freemap. size: 64 , INFOAug 11 11:22:18.988unit :DEBG freemap_route_ipv4
44112026-08-11T11:22:19.954Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:6::/64 -> 2001:db8::55:ff
44122026-08-11T11:22:19.955Z
44132026-08-11T11:22:19.955ZAug 11 11:22:18.988 DEBG reset freemap, Aug 11 11:22:18.988unit :Aug 11 11:22:18.988INFO freemap_route_ipv4DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
44142026-08-11T11:22:19.955Z
44152026-08-11T11:22:19.955Zreplacing 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 } }]
44162026-08-11T11:22:19.955ZAug 11 11:22:18.988Aug 11 11:22:18.988Aug 11 11:22:18.988 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 } }]INFO,
44172026-08-11T11:22:19.955Zunitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
44182026-08-11T11:22:19.955Z freemap_route_ipv6
44192026-08-11T11:22:19.955ZAug 11 11:22:18.988 INFOAug 11 11:22:18.988 Aug 11 11:22:18.988 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
44202026-08-11T11:22:19.955Z DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap
44212026-08-11T11:22:19.955Z, unitAug 11 11:22:18.988:Aug 11 11:22:18.988 INFODEBGfreemap_route_ipv6
44222026-08-11T11:22:19.955Z adding route 3fff:beef:8::/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 } }]
44232026-08-11T11:22:19.955Z
44242026-08-11T11:22:19.955ZAug 11 11:22:18.988 Aug 11 11:22:18.988Aug 11 11:22:18.988 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
44252026-08-11T11:22:19.955Z
44262026-08-11T11:22:19.955Z 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 } }]
44272026-08-11T11:22:19.955ZAug 11 11:22:18.988 DEBGAug 11 11:22:18.988 Aug 11 11:22:18.988replacing 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 } }]
44282026-08-11T11:22:19.955ZINFO DEBG adding route 3fff:beef:9::/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 } }]
44292026-08-11T11:22:19.955ZAug 11 11:22:18.988
44302026-08-11T11:22:19.955Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44312026-08-11T11:22:19.955ZAug 11 11:22:18.988Aug 11 11:22:18.988 DEBGDEBG Aug 11 11:22:18.988 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
44322026-08-11T11:22:19.955ZDEBG
44332026-08-11T11:22:19.955Z 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 } }]
44342026-08-11T11:22:19.955ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44352026-08-11T11:22:19.955Z
44362026-08-11T11:22:19.955ZAug 11 11:22:18.988 DEBGDEBG Aug 11 11:22:18.988replacing 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 } }] initted freemap. size: 64DEBG,
44372026-08-11T11:22:19.955Zunit :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 } }]
44382026-08-11T11:22:19.955Zfreemap_route_ipv4
44392026-08-11T11:22:19.955ZAug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap
44402026-08-11T11:22:19.955Z, unit: INFOfreemap_route_ipv4Aug 11 11:22:18.988
44412026-08-11T11:22:19.955Z DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44422026-08-11T11:22:19.955Zreplacing 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 } }]
44432026-08-11T11:22:19.955ZAug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988DEBG INFODEBG initted freemap. size: 64adding route 3fff:beef:5::/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 } }],
44442026-08-11T11:22:19.955Z
44452026-08-11T11:22:19.955Zunit: freemap_route_ipv6
44462026-08-11T11:22:19.955ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 11 11:22:18.988
44472026-08-11T11:22:19.955Z 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 } }]DEBG
44482026-08-11T11:22:19.955Z reset freemap, unit: Aug 11 11:22:18.988freemap_route_ipv6 Aug 11 11:22:18.988
44492026-08-11T11:22:19.955Z INFODEBG 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:6::/64 -> 2001:db8::55:ff
44502026-08-11T11:22:19.955Z
44512026-08-11T11:22:19.956ZAug 11 11:22:18.988 INFO Aug 11 11:22:18.988adding route 3fff:dead::/64 -> 2001:db8::55:1
44522026-08-11T11:22:19.956ZAug 11 11:22:18.988INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 11 11:22:18.988DEBG
44532026-08-11T11:22:19.956Z 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 } }]
44542026-08-11T11:22:19.956ZDEBG Aug 11 11:22:18.988replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:22:18.988DEBG
44552026-08-11T11:22:19.956Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
44562026-08-11T11:22:19.956Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:22:18.988
44572026-08-11T11:22:19.956Z INFOAug 11 11:22:18.988 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:18.988
44582026-08-11T11:22:19.956Z 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:e::/64 -> 2001:db8::55:ff
44592026-08-11T11:22:19.956Z
44602026-08-11T11:22:19.956ZAug 11 11:22:18.988 DEBG Aug 11 11:22:18.988replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:22:18.988
44612026-08-11T11:22:19.956ZINFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44622026-08-11T11:22:19.956Zreplacing 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 } }]
44632026-08-11T11:22:19.956ZAug 11 11:22:18.988Aug 11 11:22:18.988Aug 11 11:22:18.988 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 } }]
44642026-08-11T11:22:19.956Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
44652026-08-11T11:22:19.956Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
44662026-08-11T11:22:19.956ZAug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44672026-08-11T11:22:19.956Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44682026-08-11T11:22:19.956Z 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 } }]
44692026-08-11T11:22:19.956ZAug 11 11:22:18.988Aug 11 11:22:18.988 INFODEBGAug 11 11:22:18.988 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
44702026-08-11T11:22:19.956Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44712026-08-11T11:22:19.956Z
44722026-08-11T11:22:19.956ZAug 11 11:22:18.988 INFOAug 11 11:22:18.988Aug 11 11:22:18.988 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44732026-08-11T11:22:19.956ZDEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44742026-08-11T11:22:19.956ZAug 11 11:22:18.988
44752026-08-11T11:22:19.956Z 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 } }]Aug 11 11:22:18.988Aug 11 11:22:18.988
44762026-08-11T11:22:19.956Z INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 11 11:22:18.988
44772026-08-11T11:22:19.956Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44782026-08-11T11:22:19.956ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44792026-08-11T11:22:19.956ZAug 11 11:22:18.988 Aug 11 11:22:18.988DEBG Aug 11 11:22:18.988replacing 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
44802026-08-11T11:22:19.956Z DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44812026-08-11T11:22:19.956Zreplacing 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 } }]
44822026-08-11T11:22:19.956ZAug 11 11:22:18.988 Aug 11 11:22:18.988INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:22:18.988
44832026-08-11T11:22:19.956Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 11 11:22:18.988
44842026-08-11T11:22:19.956Z
44852026-08-11T11:22:19.956Z DEBG Aug 11 11:22:18.988replacing 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 } }]
44862026-08-11T11:22:19.956ZDEBGAug 11 11:22:18.988 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 } }]
44872026-08-11T11:22:19.956ZDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.988
44882026-08-11T11:22:19.956Z INFOAug 11 11:22:18.988 Aug 11 11:22:18.988INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44892026-08-11T11:22:19.956Z
44902026-08-11T11:22:19.957Z
44912026-08-11T11:22:19.957ZAug 11 11:22:18.988Aug 11 11:22:18.988 Aug 11 11:22:18.988DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44922026-08-11T11:22:19.957Z 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 } }]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 } }]
44932026-08-11T11:22:19.957ZAug 11 11:22:18.989
44942026-08-11T11:22:19.957Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44952026-08-11T11:22:19.957ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
44962026-08-11T11:22:19.957Z
44972026-08-11T11:22:19.957Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989
44982026-08-11T11:22:19.957Z DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989
44992026-08-11T11:22:19.957Z DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45002026-08-11T11:22:19.957ZAug 11 11:22:18.989adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45012026-08-11T11:22:19.957ZAug 11 11:22:18.989INFO INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:22:18.989adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45022026-08-11T11:22:19.957ZDEBG
45032026-08-11T11:22:19.957Z 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 } }]
45042026-08-11T11:22:19.957ZAug 11 11:22:18.989 DEBGAug 11 11:22:18.989 Aug 11 11:22:18.989 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45052026-08-11T11:22:19.957Z
45062026-08-11T11:22:19.957Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45072026-08-11T11:22:19.957ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45082026-08-11T11:22:19.957Z
45092026-08-11T11:22:19.957ZAug 11 11:22:18.989 Aug 11 11:22:18.989Aug 11 11:22:18.989DEBG DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45102026-08-11T11:22:19.961Z
45112026-08-11T11:22:19.961Z
45122026-08-11T11:22:19.961ZAug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 INFOINFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45132026-08-11T11:22:19.961Z
45142026-08-11T11:22:19.961Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45152026-08-11T11:22:19.961ZAug 11 11:22:18.989 Aug 11 11:22:18.989DEBGAug 11 11:22:18.989 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45162026-08-11T11:22:19.961Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45172026-08-11T11:22:19.962Z
45182026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
45192026-08-11T11:22:19.962Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45202026-08-11T11:22:19.962Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBG
45212026-08-11T11:22:19.962Z 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: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 } }]
45222026-08-11T11:22:19.962Z
45232026-08-11T11:22:19.962ZAug 11 11:22:18.989 DEBGAug 11 11:22:18.989Aug 11 11:22:18.989 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOINFO
45242026-08-11T11:22:19.962Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45252026-08-11T11:22:19.962Z
45262026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45272026-08-11T11:22:19.962Z
45282026-08-11T11:22:19.962Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45292026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGINFO INFOadding route 3fff:beef:14::/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 } }]
45302026-08-11T11:22:19.962Z
45312026-08-11T11:22:19.962Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45322026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBG adding route 3fff:beef:b::/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 } }]Aug 11 11:22:18.989
45332026-08-11T11:22:19.962Z
45342026-08-11T11:22:19.962Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45352026-08-11T11:22:19.962Zreplacing 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 } }]
45362026-08-11T11:22:19.962Z
45372026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO 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:1b::/64 -> 2001:db8::55:ff
45382026-08-11T11:22:19.962Z
45392026-08-11T11:22:19.962Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45402026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO DEBG DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45412026-08-11T11:22:19.962Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45422026-08-11T11:22:19.962Z
45432026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989 INFO DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45442026-08-11T11:22:19.962Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45452026-08-11T11:22:19.962Z
45462026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFOAug 11 11:22:18.989 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45472026-08-11T11:22:19.962Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45482026-08-11T11:22:19.962Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989
45492026-08-11T11:22:19.962Z Aug 11 11:22:18.989 DEBGINFOAug 11 11:22:18.989 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:1d::/64 -> 2001:db8::55:ff
45502026-08-11T11:22:19.962Z
45512026-08-11T11:22:19.962ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45522026-08-11T11:22:19.962ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBGAug 11 11:22:18.989 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 } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45532026-08-11T11:22:19.962Z
45542026-08-11T11:22:19.962Z 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 } }]
45552026-08-11T11:22:19.962ZAug 11 11:22:18.989 DEBGAug 11 11:22:18.989 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989INFO
45562026-08-11T11:22:19.963Z INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45572026-08-11T11:22:19.963Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45582026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFO Aug 11 11:22:18.989adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
45592026-08-11T11:22:19.963Z DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45602026-08-11T11:22:19.963ZAug 11 11:22:18.989replacing 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 } }]
45612026-08-11T11:22:19.963ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989
45622026-08-11T11:22:19.963Z Aug 11 11:22:18.989INFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45632026-08-11T11:22:19.963ZAug 11 11:22:18.989
45642026-08-11T11:22:19.963Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45652026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBGAug 11 11:22:18.989 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 } }]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 } }]
45662026-08-11T11:22:19.963Z
45672026-08-11T11:22:19.963Zreplacing 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 } }]
45682026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFO INFOINFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45692026-08-11T11:22:19.963Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45702026-08-11T11:22:19.963Z
45712026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBGDEBG 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: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 } }]
45722026-08-11T11:22:19.963Z
45732026-08-11T11:22:19.963Z 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 } }]
45742026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
45752026-08-11T11:22:19.963Z
45762026-08-11T11:22:19.963Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45772026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989Aug 11 11:22:18.989 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: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 } }]
45782026-08-11T11:22:19.963Z
45792026-08-11T11:22:19.963Z 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 } }]Aug 11 11:22:18.989Aug 11 11:22:18.989
45802026-08-11T11:22:19.963ZINFO INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:22:18.989
45812026-08-11T11:22:19.963Z
45822026-08-11T11:22:19.963Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45832026-08-11T11:22:19.963ZAug 11 11:22:18.989 DEBGAug 11 11:22:18.989 Aug 11 11:22:18.989Aug 11 11:22:18.989 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 } }]
45842026-08-11T11:22:19.963ZDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45852026-08-11T11:22:19.963Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
45862026-08-11T11:22:19.963ZAug 11 11:22:18.989, unitINFO: freemap_route_ipv4 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45872026-08-11T11:22:19.963Z
45882026-08-11T11:22:19.963ZAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGDEBG 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 } }],
45892026-08-11T11:22:19.963Zunit: freemap_route_ipv6
45902026-08-11T11:22:19.963ZAug 11 11:22:18.989 Aug 11 11:22:18.989INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45912026-08-11T11:22:19.963Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 11 11:22:18.989
45922026-08-11T11:22:19.963Z Aug 11 11:22:18.988DEBG DEBGAug 11 11:22:18.989 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45932026-08-11T11:22:19.963ZDEBG
45942026-08-11T11:22:19.963Z reset freemap, unit:Aug 11 11:22:18.989 freemap_route_ipv4INFO
45952026-08-11T11:22:19.964Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:22:18.989
45962026-08-11T11:22:19.964Z INFOAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45972026-08-11T11:22:19.964ZDEBG initted freemap. size: 64replacing 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 } }],
45982026-08-11T11:22:19.964ZunitAug 11 11:22:18.989 :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 } }]Aug 11 11:22:18.989
45992026-08-11T11:22:19.964Z INFOfreemap_route_ipv6
46002026-08-11T11:22:19.964Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46012026-08-11T11:22:19.964ZAug 11 11:22:18.989 INFOAug 11 11:22:18.989 Aug 11 11:22:18.989 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBGDEBG
46022026-08-11T11:22:19.964Z reset freemapreplacing 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 } }],
46032026-08-11T11:22:19.964ZunitAug 11 11:22:18.989: freemap_route_ipv6DEBG
46042026-08-11T11:22:19.964Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989
46052026-08-11T11:22:19.964Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:22:18.989 INFO adding route 172.16.0.0/32 -> 10.0.0.1
46062026-08-11T11:22:19.964ZAug 11 11:22:18.989Aug 11 11:22:18.989
46072026-08-11T11:22:19.964ZINFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46082026-08-11T11:22:19.964Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:22:18.989
46092026-08-11T11:22:19.964Z DEBGAug 11 11:22:18.989 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 } }]DEBGAug 11 11:22:18.989
46102026-08-11T11:22:19.968Z 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 } }]
46112026-08-11T11:22:19.968ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:22:18.989Aug 11 11:22:18.989
46122026-08-11T11:22:19.968Z INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46132026-08-11T11:22:19.968Z
46142026-08-11T11:22:19.968ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989DEBG INFODEBG 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:14::/64 -> 2001:db8::55:ff
46152026-08-11T11:22:19.968Z
46162026-08-11T11:22:19.968Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46172026-08-11T11:22:19.968ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBGAug 11 11:22:18.989 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46182026-08-11T11:22:19.968Zreplacing 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:e::/64 -> 2001:db8::55:ff
46192026-08-11T11:22:19.968Z
46202026-08-11T11:22:19.969ZAug 11 11:22:18.989 DEBG Aug 11 11:22:18.989replacing 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 } }]
46212026-08-11T11:22:19.969ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:22:18.989
46222026-08-11T11:22:19.969Z INFOAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46232026-08-11T11:22:19.969Z
46242026-08-11T11:22:19.969Z
46252026-08-11T11:22:19.969ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46262026-08-11T11:22:19.969Z
46272026-08-11T11:22:19.969ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989 INFODEBGINFO adding route 3fff:beef:16::/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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46282026-08-11T11:22:19.969Z
46292026-08-11T11:22:19.969Z
46302026-08-11T11:22:19.969ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989DEBG INFODEBG 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:10::/64 -> 2001:db8::55:ff
46312026-08-11T11:22:19.969Zreplacing 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 } }]
46322026-08-11T11:22:19.969Z
46332026-08-11T11:22:19.969ZAug 11 11:22:18.989Aug 11 11:22:18.989 INFOINFOAug 11 11:22:18.989 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46342026-08-11T11:22:19.969Z
46352026-08-11T11:22:19.969Z 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 } }]
46362026-08-11T11:22:19.969ZAug 11 11:22:18.989 Aug 11 11:22:18.989DEBGAug 11 11:22:18.989 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 } }]DEBG
46372026-08-11T11:22:19.969Zadding route 3fff:beef:11::/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 } }]
46382026-08-11T11:22:19.969Z
46392026-08-11T11:22:19.969Ztest route::tests::grow_succeeds ... ok
46402026-08-11T11:22:19.969ZAug 11 11:22:18.989Aug 11 11:22:18.989 Aug 11 11:22:18.989 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46412026-08-11T11:22:19.969Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46422026-08-11T11:22:19.969Z
46432026-08-11T11:22:19.969ZAug 11 11:22:18.989 INFOAug 11 11:22:18.989 Aug 11 11:22:18.989DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
46442026-08-11T11:22:19.969Z 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: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 } }]
46452026-08-11T11:22:19.969Z
46462026-08-11T11:22:19.969ZAug 11 11:22:18.989 DEBG Aug 11 11:22:18.989Aug 11 11:22:18.989 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46472026-08-11T11:22:19.969Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46482026-08-11T11:22:19.969Z
46492026-08-11T11:22:19.969ZAug 11 11:22:18.989 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46502026-08-11T11:22:19.969ZAug 11 11:22:18.989Aug 11 11:22:18.989 DEBGAug 11 11:22:18.989DEBG 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: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 } }]
46512026-08-11T11:22:19.969Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.989
46522026-08-11T11:22:19.969Z
46532026-08-11T11:22:19.969ZAug 11 11:22:18.989 INFO Aug 11 11:22:18.989Aug 11 11:22:18.989adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46542026-08-11T11:22:19.969ZINFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:22:18.989
46552026-08-11T11:22:19.969Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFODEBG
46562026-08-11T11:22:19.969Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
46572026-08-11T11:22:19.969Z
46582026-08-11T11:22:19.969Z DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990Aug 11 11:22:18.990 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 } }]
46592026-08-11T11:22:19.970ZDEBGINFODEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:18.990
46602026-08-11T11:22:19.970Zreplacing 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:1b::/64 -> 2001:db8::55:ff
46612026-08-11T11:22:19.970Z
46622026-08-11T11:22:19.970ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46632026-08-11T11:22:19.970ZAug 11 11:22:18.990Aug 11 11:22:18.990 Aug 11 11:22:18.990INFOAug 11 11:22:18.990 DEBGINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGreplacing 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:2b::/64 -> 2001:db8::55:ff
46642026-08-11T11:22:19.970Zreplacing 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 } }]
46652026-08-11T11:22:19.970Z
46662026-08-11T11:22:19.970Z
46672026-08-11T11:22:19.970ZAug 11 11:22:18.990 INFO Aug 11 11:22:18.990adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990
46682026-08-11T11:22:19.970ZDEBG DEBG Aug 11 11:22:18.990replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:18.990replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
46692026-08-11T11:22:19.970Z
46702026-08-11T11:22:19.970ZDEBG 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:1c::/64 -> 2001:db8::55:ff
46712026-08-11T11:22:19.970Z
46722026-08-11T11:22:19.970ZAug 11 11:22:18.990Aug 11 11:22:18.990 Aug 11 11:22:18.990 INFOAug 11 11:22:18.990INFOINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46732026-08-11T11:22:19.970Zadding route 3fff:beef:17::/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 } }]
46742026-08-11T11:22:19.970Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
46752026-08-11T11:22:19.970Z
46762026-08-11T11:22:19.970ZAug 11 11:22:18.990 DEBGAug 11 11:22:18.990 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990DEBG
46772026-08-11T11:22:19.970Z Aug 11 11:22:18.990INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
46782026-08-11T11:22:19.970Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46792026-08-11T11:22:19.970ZAug 11 11:22:18.990 Aug 11 11:22:18.990INFO Aug 11 11:22:18.990DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46802026-08-11T11:22:19.970Z
46812026-08-11T11:22:19.970Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46822026-08-11T11:22:19.970Z
46832026-08-11T11:22:19.970ZAug 11 11:22:18.990 DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
46842026-08-11T11:22:19.970Z DEBGINFO adding route 3fff:beef:1e::/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 } }]INFO
46852026-08-11T11:22:19.970Z
46862026-08-11T11:22:19.970Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
46872026-08-11T11:22:19.970Z Aug 11 11:22:18.990INFO DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990 DEBGINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff 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 } }]
46882026-08-11T11:22:19.970Zreplacing 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 } }]
46892026-08-11T11:22:19.970Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46902026-08-11T11:22:19.970Z
46912026-08-11T11:22:19.970ZAug 11 11:22:18.990Aug 11 11:22:18.990Aug 11 11:22:18.990 Aug 11 11:22:18.990DEBGINFO 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 } }] DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46922026-08-11T11:22:19.970Z
46932026-08-11T11:22:19.970Z 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 } }]
46942026-08-11T11:22:19.970Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46952026-08-11T11:22:19.970ZAug 11 11:22:18.990Aug 11 11:22:18.990 INFODEBG Aug 11 11:22:18.990 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 } }]INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
46962026-08-11T11:22:19.970Z
46972026-08-11T11:22:19.970ZDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46982026-08-11T11:22:19.971Z Aug 11 11:22:18.990replacing 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 } }]
46992026-08-11T11:22:19.971ZDEBGAug 11 11:22:18.990Aug 11 11:22:18.990 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47002026-08-11T11:22:19.971Z Aug 11 11:22:18.990replacing 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 Aug 11 11:22:18.990INFO
47012026-08-11T11:22:19.971Z INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47022026-08-11T11:22:19.971Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47032026-08-11T11:22:19.971Z INFO
47042026-08-11T11:22:19.971Z Aug 11 11:22:18.990 Aug 11 11:22:18.990adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
47052026-08-11T11:22:19.971ZAug 11 11:22:18.990 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 } }]
47062026-08-11T11:22:19.971ZDEBGDEBG 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: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 } }]
47072026-08-11T11:22:19.971Z
47082026-08-11T11:22:19.971ZAug 11 11:22:18.990 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47092026-08-11T11:22:19.971ZAug 11 11:22:18.990Aug 11 11:22:18.990 INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
47102026-08-11T11:22:19.975ZAug 11 11:22:18.990 INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47112026-08-11T11:22:19.975Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990
47122026-08-11T11:22:19.975Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG
47132026-08-11T11:22:19.975Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990
47142026-08-11T11:22:19.975Z DEBG 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 } }] Aug 11 11:22:18.990replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47152026-08-11T11:22:19.975Z
47162026-08-11T11:22:19.975Z DEBG INFOAug 11 11:22:18.990replacing 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 } }]
47172026-08-11T11:22:19.975ZAug 11 11:22:18.990 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47182026-08-11T11:22:19.975Z
47192026-08-11T11:22:19.975Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47202026-08-11T11:22:19.975ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47212026-08-11T11:22:19.975Z Aug 11 11:22:18.990 DEBGAug 11 11:22:18.990 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47222026-08-11T11:22:19.975Z 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 } }]DEBGAug 11 11:22:18.990 DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47232026-08-11T11:22:19.975Zreplacing 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 } }]
47242026-08-11T11:22:19.975ZINFO
47252026-08-11T11:22:19.976Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47262026-08-11T11:22:19.976ZAug 11 11:22:18.990 Aug 11 11:22:18.990Aug 11 11:22:18.990INFOAug 11 11:22:18.990 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO INFODEBG
47272026-08-11T11:22:19.976Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47282026-08-11T11:22:19.976Z
47292026-08-11T11:22:19.976Z
47302026-08-11T11:22:19.976ZAug 11 11:22:18.990 DEBGAug 11 11:22:18.990 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47312026-08-11T11:22:19.976Z Aug 11 11:22:18.990DEBG INFODEBG 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:2c::/64 -> 2001:db8::55:ff
47322026-08-11T11:22:19.976Z
47332026-08-11T11:22:19.976Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990
47342026-08-11T11:22:19.976Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOAug 11 11:22:18.990
47352026-08-11T11:22:19.976Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47362026-08-11T11:22:19.976Z Aug 11 11:22:18.990
47372026-08-11T11:22:19.976Z DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47382026-08-11T11:22:19.976Z
47392026-08-11T11:22:19.976Z DEBG Aug 11 11:22:18.990Aug 11 11:22:18.990 INFOINFO adding route 3fff:beef:25::/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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47402026-08-11T11:22:19.976ZDEBG
47412026-08-11T11:22:19.976Z
47422026-08-11T11:22:19.976Z 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 } }]
47432026-08-11T11:22:19.976ZAug 11 11:22:18.990Aug 11 11:22:18.990Aug 11 11:22:18.990 INFOAug 11 11:22:18.990DEBG INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47442026-08-11T11:22:19.976Zreplacing 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
47452026-08-11T11:22:19.976Z 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 } }]
47462026-08-11T11:22:19.976Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47472026-08-11T11:22:19.976Z Aug 11 11:22:18.990INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990replacing 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 } }]
47482026-08-11T11:22:19.976Z
47492026-08-11T11:22:19.976Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47502026-08-11T11:22:19.976Z Aug 11 11:22:18.990Aug 11 11:22:18.990 DEBGDEBG Aug 11 11:22:18.990INFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47512026-08-11T11:22:19.976Zreplacing 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 } }]
47522026-08-11T11:22:19.976Z
47532026-08-11T11:22:19.976ZDEBG Aug 11 11:22:18.990replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47542026-08-11T11:22:19.976ZDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990INFO
47552026-08-11T11:22:19.976Z INFOAug 11 11:22:18.990 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47562026-08-11T11:22:19.976ZAug 11 11:22:18.990
47572026-08-11T11:22:19.976Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO
47582026-08-11T11:22:19.976Z Aug 11 11:22:18.990Aug 11 11:22:18.990adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47592026-08-11T11:22:19.976ZAug 11 11:22:18.990 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 } }] Aug 11 11:22:18.990 DEBG
47602026-08-11T11:22:19.976Z 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 } }]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 } }]
47612026-08-11T11:22:19.976Z
47622026-08-11T11:22:19.976Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47632026-08-11T11:22:19.976ZAug 11 11:22:18.990 INFOAug 11 11:22:18.990INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47642026-08-11T11:22:19.977Z INFO
47652026-08-11T11:22:19.977ZAug 11 11:22:18.990 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990
47662026-08-11T11:22:19.977ZINFODEBG Aug 11 11:22:18.990 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }]
47672026-08-11T11:22:19.977ZAug 11 11:22:18.990
47682026-08-11T11:22:19.977Z 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 } }]
47692026-08-11T11:22:19.977ZAug 11 11:22:18.990replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47702026-08-11T11:22:19.977Z INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:22:18.990replacing 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 } }]
47712026-08-11T11:22:19.977Z
47722026-08-11T11:22:19.977Z Aug 11 11:22:18.990 INFOINFO Aug 11 11:22:18.990adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990DEBG
47732026-08-11T11:22:19.977Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47742026-08-11T11:22:19.977Zreplacing 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 } }]
47752026-08-11T11:22:19.977Z INFO Aug 11 11:22:18.990adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 11 11:22:18.990 DEBG
47762026-08-11T11:22:19.977Z Aug 11 11:22:18.990replacing 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
47772026-08-11T11:22:19.977Z 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 } }]Aug 11 11:22:18.990
47782026-08-11T11:22:19.977Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
47792026-08-11T11:22:19.977Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990
47802026-08-11T11:22:19.977ZAug 11 11:22:18.990 Aug 11 11:22:18.990 INFO DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47812026-08-11T11:22:19.977Z
47822026-08-11T11:22:19.977ZAug 11 11:22:18.990 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:22:18.990adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47832026-08-11T11:22:19.977ZDEBGAug 11 11:22:18.990 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 } }]
47842026-08-11T11:22:19.977Z
47852026-08-11T11:22:19.977Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47862026-08-11T11:22:19.977ZAug 11 11:22:18.990 Aug 11 11:22:18.990Aug 11 11:22:18.990Aug 11 11:22:18.990DEBG DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47872026-08-11T11:22:19.977Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47882026-08-11T11:22:19.977Zreplacing 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 } }]
47892026-08-11T11:22:19.977ZAug 11 11:22:18.990
47902026-08-11T11:22:19.977Z Aug 11 11:22:18.990INFOAug 11 11:22:18.990 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47912026-08-11T11:22:19.977Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 11 11:22:18.990
47922026-08-11T11:22:19.977Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
47932026-08-11T11:22:19.977ZDEBGAug 11 11:22:18.990 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47942026-08-11T11:22:19.977ZINFO
47952026-08-11T11:22:19.977ZAug 11 11:22:18.990 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
47962026-08-11T11:22:19.977ZAug 11 11:22:18.990 Aug 11 11:22:18.990 INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47972026-08-11T11:22:19.977Z
47982026-08-11T11:22:19.977ZDEBGreplacing 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: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 } }]
47992026-08-11T11:22:19.977ZAug 11 11:22:18.990Aug 11 11:22:18.990
48002026-08-11T11:22:19.977Z DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990
48012026-08-11T11:22:19.977Z INFOINFO Aug 11 11:22:18.990adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO
48022026-08-11T11:22:19.977Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48032026-08-11T11:22:19.978Z
48042026-08-11T11:22:19.978Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48052026-08-11T11:22:19.978ZAug 11 11:22:18.990 Aug 11 11:22:18.990DEBGAug 11 11:22:18.990 Aug 11 11:22:18.990DEBGreplacing 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 } }]
48062026-08-11T11:22:19.978ZDEBG 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
48072026-08-11T11:22:19.978Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48082026-08-11T11:22:19.978Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.990Aug 11 11:22:18.990 INFOINFOAug 11 11:22:18.990 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48092026-08-11T11:22:19.978Z
48102026-08-11T11:22:19.982ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48112026-08-11T11:22:19.982Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:22:18.990Aug 11 11:22:18.990
48122026-08-11T11:22:19.982ZDEBGAug 11 11:22:18.990 INFODEBG 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 } }]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 } }]
48132026-08-11T11:22:19.982Z
48142026-08-11T11:22:19.982ZAug 11 11:22:18.990
48152026-08-11T11:22:19.982ZDEBG Aug 11 11:22:18.990replacing 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 } }]
48162026-08-11T11:22:19.982ZAug 11 11:22:18.990INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 11 11:22:18.990adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:22:18.990
48172026-08-11T11:22:19.982Z
48182026-08-11T11:22:19.982Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:22:18.991
48192026-08-11T11:22:19.982ZDEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48202026-08-11T11:22:19.982Z
48212026-08-11T11:22:19.982ZAug 11 11:22:18.991 DEBGAug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 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 } }] INFOAug 11 11:22:18.990
48222026-08-11T11:22:19.982Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48232026-08-11T11:22:19.982ZDEBG
48242026-08-11T11:22:19.982Z failed to allocate space for the new target list
48252026-08-11T11:22:19.982ZAug 11 11:22:18.991created new freemap , DEBGAug 11 11:22:18.991 unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
48262026-08-11T11:22:19.982Z Aug 11 11:22:18.991 freemap_route_ipv4DEBG
48272026-08-11T11:22:19.982Z Aug 11 11:22:18.991Aug 11 11:22:18.991 INFOINFO 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48282026-08-11T11:22:19.982Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 11 11:22:18.991adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48292026-08-11T11:22:19.982Z
48302026-08-11T11:22:19.982Z
48312026-08-11T11:22:19.982ZAug 11 11:22:18.991 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 } }]
48322026-08-11T11:22:19.982Zcreated new freemapAug 11 11:22:18.991, unit :DEBG Aug 11 11:22:18.991replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991
48332026-08-11T11:22:19.983Z freemap_route_ipv6INFO
48342026-08-11T11:22:19.983ZDEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48352026-08-11T11:22:19.983Z
48362026-08-11T11:22:19.983ZAug 11 11:22:18.991 Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 INFOINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:38::/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 } }]
48372026-08-11T11:22:19.983Z
48382026-08-11T11:22:19.983Z
48392026-08-11T11:22:19.983ZDEBG Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 initted freemap. size: 64DEBG, 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 } }] unit
48402026-08-11T11:22:19.983Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff:
48412026-08-11T11:22:19.983Z freemap_route_ipv4Aug 11 11:22:18.991DEBG 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 } }]Aug 11 11:22:18.991
48422026-08-11T11:22:19.983Z
48432026-08-11T11:22:19.983Z DEBGAug 11 11:22:18.991adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOAug 11 11:22:18.991
48442026-08-11T11:22:19.983Z 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
48452026-08-11T11:22:19.983Z reset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, Aug 11 11:22:18.991
48462026-08-11T11:22:19.983ZAug 11 11:22:18.991unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48472026-08-11T11:22:19.983ZAug 11 11:22:18.991
48482026-08-11T11:22:19.983Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
48492026-08-11T11:22:19.983ZAug 11 11:22:18.991 INFOAug 11 11:22:18.991replacing 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 } }]
48502026-08-11T11:22:19.983Z Aug 11 11:22:18.991adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48512026-08-11T11:22:19.983ZDEBG 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
48522026-08-11T11:22:19.983ZAug 11 11:22:18.991 DEBGinitted freemap. size: 64Aug 11 11:22:18.991Aug 11 11:22:18.991 INFOINFO adding route 3fff:beef:3a::/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 } }]
48532026-08-11T11:22:19.983Z,
48542026-08-11T11:22:19.983Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit
48552026-08-11T11:22:19.983ZAug 11 11:22:18.991Aug 11 11:22:18.991: DEBG INFO 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_ipv6Aug 11 11:22:18.991
48562026-08-11T11:22:19.983Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48572026-08-11T11:22:19.983Z
48582026-08-11T11:22:19.983ZAug 11 11:22:18.991 DEBGDEBG Aug 11 11:22:18.991Aug 11 11:22:18.991replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991
48592026-08-11T11:22:19.983Z DEBG Aug 11 11:22:18.991 INFO DEBGcreated new freemapINFO , unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48602026-08-11T11:22:19.983Z
48612026-08-11T11:22:19.983Z, unit::adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 11 11:22:18.991freemap_route_ipv4Aug 11 11:22:18.991
48622026-08-11T11:22:19.983Z
48632026-08-11T11:22:19.983Z INFOfreemap_route_ipv6DEBG 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 } }]
48642026-08-11T11:22:19.983ZAug 11 11:22:18.991
48652026-08-11T11:22:19.983Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
48662026-08-11T11:22:19.983Z Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991Aug 11 11:22:18.991 Aug 11 11:22:18.991DEBG DEBG 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 freemap
48672026-08-11T11:22:19.983Z, unit: freemap_route_ipv4
48682026-08-11T11:22:19.983Z INFOAug 11 11:22:18.991 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 } }]created new freemapINFO
48692026-08-11T11:22:19.983Ztest route::tests::rollback_on_compact_delete_failure ... ok
48702026-08-11T11:22:19.983ZAug 11 11:22:18.991, unit DEBG : created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff, unit: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 11 11:22:18.991
48712026-08-11T11:22:19.984Z
48722026-08-11T11:22:19.984Zfreemap_route_ipv6
48732026-08-11T11:22:19.984Z
48742026-08-11T11:22:19.984ZINFOAug 11 11:22:18.991 Aug 11 11:22:18.991 DEBGDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64, unit
48752026-08-11T11:22:19.984Z: INFO Aug 11 11:22:18.991freemap_route_ipv4
48762026-08-11T11:22:19.984Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:22:18.991 DEBG
48772026-08-11T11:22:19.984Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48782026-08-11T11:22:19.984Z reset freemap, unit: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48792026-08-11T11:22:19.984Z
48802026-08-11T11:22:19.984ZAug 11 11:22:18.991 Aug 11 11:22:18.991DEBG DEBG Aug 11 11:22:18.991 initted freemap. size: 64 , unitDEBG: 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 } }]freemap_route_ipv6DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.991
48812026-08-11T11:22:19.984Z DEBG
48822026-08-11T11:22:19.984Z initted freemap. size: 64, Aug 11 11:22:18.991Aug 11 11:22:18.991 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 } }]DEBG
48832026-08-11T11:22:19.984Z reset freemap, unit: freemap_route_ipv6
48842026-08-11T11:22:19.984Z
48852026-08-11T11:22:19.984ZAug 11 11:22:18.991 Aug 11 11:22:18.991 INFO INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
48862026-08-11T11:22:19.984Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:18.991
48872026-08-11T11:22:19.984Z
48882026-08-11T11:22:19.984ZAug 11 11:22:18.991 DEBGAug 11 11:22:18.991 DEBGAug 11 11:22:18.996 Aug 11 11:22:18.996 created new freemap , DEBG unitDEBG DEBGcreated new freemap:, failed to allocate space for the new target list freemap_route_ipv4unit
48892026-08-11T11:22:19.984Z :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48902026-08-11T11:22:19.984Zreplacing 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 } }]
48912026-08-11T11:22:19.984Zfreemap_route_ipv4
48922026-08-11T11:22:19.984Z
48932026-08-11T11:22:19.984ZAug 11 11:22:18.996Aug 11 11:22:18.996Aug 11 11:22:18.996 DEBGINFO created new freemap , Aug 11 11:22:18.996unitadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:18.996
48942026-08-11T11:22:19.984Z : INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
48952026-08-11T11:22:19.984Zcreated new freemapAug 11 11:22:18.996 replacing targets for 3fff:dead::/64 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 } }]
48962026-08-11T11:22:19.984ZDEBG, 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 } }]:
48972026-08-11T11:22:19.984Zfreemap_route_ipv6
48982026-08-11T11:22:19.984Zfreemap_route_ipv6
48992026-08-11T11:22:19.984Zunit:Aug 11 11:22:18.996 freemap_route_ipv4 INFO
49002026-08-11T11:22:19.984Z Aug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:3
49012026-08-11T11:22:19.984ZDEBG initted freemap. size: 64, Aug 11 11:22:18.996unit Aug 11 11:22:18.996DEBG:Aug 11 11:22:18.996 Aug 11 11:22:18.996 reset freemapfreemap_route_ipv4DEBG
49022026-08-11T11:22:19.984Z DEBGDEBG, unit initted 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 } }], unitAug 11 11:22:18.996
49032026-08-11T11:22:19.984Z:freemap_route_ipv4
49042026-08-11T11:22:19.984Z DEBGAug 11 11:22:18.996Aug 11 11:22:18.996freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49052026-08-11T11:22:19.984Z reset freemap
49062026-08-11T11:22:19.984ZINFO , DEBGunitAug 11 11:22:18.996:adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 11 11:22:18.996 freemap_route_ipv4
49072026-08-11T11:22:19.984ZINFOinitted freemap. size: 64DEBG, unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
49082026-08-11T11:22:19.984Z freemap_route_ipv6
49092026-08-11T11:22:19.984Z
49102026-08-11T11:22:19.989ZAug 11 11:22:18.996reset freemap , Aug 11 11:22:18.996Aug 11 11:22:18.996DEBG unitDEBGAug 11 11:22:18.996 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]:
49112026-08-11T11:22:19.989Z reset freemap, freemap_route_ipv4unit :DEBG
49122026-08-11T11:22:19.989ZAug 11 11:22:18.996 DEBGfreemap_route_ipv6 initted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49132026-08-11T11:22:19.989Z
49142026-08-11T11:22:19.989ZDEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:18.996unitAug 11 11:22:18.996
49152026-08-11T11:22:19.989Z :INFO freemap_route_ipv6DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
49162026-08-11T11:22:19.989Z
49172026-08-11T11:22:19.989ZAug 11 11:22:18.996 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 11 11:22:18.996
49182026-08-11T11:22:19.989ZAug 11 11:22:18.996 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 } }] , reset freemapunit
49192026-08-11T11:22:19.989ZAug 11 11:22:18.996: , DEBGfreemap_route_ipv6unitAug 11 11:22:18.996 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 } }]:
49202026-08-11T11:22:19.989ZINFO
49212026-08-11T11:22:19.989Z adding route 3fff:dead::/64 -> 2001:db8::55:2
49222026-08-11T11:22:19.989Zfreemap_route_ipv6
49232026-08-11T11:22:19.989ZAug 11 11:22:18.996Aug 11 11:22:18.996 DEBGINFOAug 11 11:22:18.996 reset freemap adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff,
49242026-08-11T11:22:19.989ZDEBGAug 11 11:22:18.996 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 } }] :
49252026-08-11T11:22:19.989Z INFOfreemap_route_ipv6Aug 11 11:22:18.996
49262026-08-11T11:22:19.989Z Aug 11 11:22:18.996adding route 172.16.0.0/32 -> 10.0.0.1
49272026-08-11T11:22:19.989ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:22:18.996replacing 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 } }]
49282026-08-11T11:22:19.989Z
49292026-08-11T11:22:19.989ZAug 11 11:22:18.996 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 11 11:22:18.996replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49302026-08-11T11:22:19.989ZAug 11 11:22:18.996
49312026-08-11T11:22:19.990Z DEBGAug 11 11:22:18.996INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
49322026-08-11T11:22:19.990ZAug 11 11:22:18.996
49332026-08-11T11:22:19.990Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
49342026-08-11T11:22:19.990Z adding route 172.16.0.0/32 -> 10.0.0.2
49352026-08-11T11:22:19.990ZAug 11 11:22:18.996Aug 11 11:22:18.996 INFO DEBGAug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
49362026-08-11T11:22:19.990Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:18.996
49372026-08-11T11:22:19.990Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49382026-08-11T11:22:19.990Z
49392026-08-11T11:22:19.990ZAug 11 11:22:18.996 Aug 11 11:22:18.996DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49402026-08-11T11:22:19.990ZINFOAug 11 11:22:18.996 Aug 11 11:22:18.996 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO
49412026-08-11T11:22:19.990Z 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 } }]adding route 172.16.0.0/32 -> 10.0.0.3
49422026-08-11T11:22:19.990ZAug 11 11:22:18.996
49432026-08-11T11:22:19.990ZAug 11 11:22:18.996 DEBGDEBG Aug 11 11:22:18.996 Aug 11 11:22:18.996replacing 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 } }]
49442026-08-11T11:22:19.990Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 3fff:dead::/64 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 } }]
49452026-08-11T11:22:19.990ZINFO
49462026-08-11T11:22:19.990Z
49472026-08-11T11:22:19.990Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 11 11:22:18.996
49482026-08-11T11:22:19.990Z Aug 11 11:22:18.996Aug 11 11:22:18.996DEBG INFOWARNAug 11 11:22:18.996 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
49492026-08-11T11:22:19.990Z
49502026-08-11T11:22:19.990Z 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 } }]
49512026-08-11T11:22:19.990Zadding route 172.16.0.0/32 -> 10.0.0.4
49522026-08-11T11:22:19.990ZAug 11 11:22:18.996 INFO Aug 11 11:22:18.996adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:22:18.996
49532026-08-11T11:22:19.990Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
49542026-08-11T11:22:19.990ZAug 11 11:22:18.996failed to allocate space for the new target list DEBG
49552026-08-11T11:22:19.990Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:18.996
49562026-08-11T11:22:19.990ZINFO Aug 11 11:22:18.996adding route 172.17.0.0/32 -> 10.0.0.255
49572026-08-11T11:22:19.990ZDEBGAug 11 11:22:18.991 Aug 11 11:22:18.996replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49582026-08-11T11:22:19.990Z INFODEBGAug 11 11:22:18.996 Aug 11 11:22:18.996replacing 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 } }]
49592026-08-11T11:22:19.990Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBGDEBG
49602026-08-11T11:22:19.990Zreplacing targets for 3fff:dead::/64 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 } }]
49612026-08-11T11:22:19.990ZAug 11 11:22:18.996 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:18.996INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49622026-08-11T11:22:19.990Z
49632026-08-11T11:22:19.990ZAug 11 11:22:18.996
49642026-08-11T11:22:19.990Z WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:22:18.996
49652026-08-11T11:22:19.990ZAug 11 11:22:18.996 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
49662026-08-11T11:22:19.990Z
49672026-08-11T11:22:19.990ZAug 11 11:22:18.996 ERRO Aug 11 11:22:18.996rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 11 11:22:18.996DEBG
49682026-08-11T11:22:19.991Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49692026-08-11T11:22:19.991Z 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 } }]
49702026-08-11T11:22:19.991ZAug 11 11:22:18.996 Aug 11 11:22:18.996ERROAug 11 11:22:18.996 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 INFO
49712026-08-11T11:22:19.991Z INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
49722026-08-11T11:22:19.991Zadding route 172.17.0.2/32 -> 10.0.0.255
49732026-08-11T11:22:19.991ZAug 11 11:22:18.996Aug 11 11:22:18.996 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49742026-08-11T11:22:19.991Z
49752026-08-11T11:22:19.991ZAug 11 11:22:18.996 Aug 11 11:22:18.996INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49762026-08-11T11:22:19.991Ztest route::tests::rollback_on_compact_write_failure ... ok
49772026-08-11T11:22:19.991Zadding route 172.17.0.3/32 -> 10.0.0.255
49782026-08-11T11:22:19.991ZAug 11 11:22:18.997 DEBGAug 11 11:22:18.997Aug 11 11:22:18.997 created new freemapDEBGAug 11 11:22:19.003 , DEBGcreated new freemap DEBGcreated new freemapunit, , :unitunit:: freemap_route_ipv4
49792026-08-11T11:22:19.991Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003 freemap_route_ipv4DEBG
49802026-08-11T11:22:19.991Z Aug 11 11:22:19.003
49812026-08-11T11:22:19.991Z 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 } }]created new freemap
49822026-08-11T11:22:19.991ZAug 11 11:22:19.003 Aug 11 11:22:19.003, unitDEBGINFO adding route 172.17.0.4/32 -> 10.0.0.255created new freemap
49832026-08-11T11:22:19.991Z, :Aug 11 11:22:19.003unit freemap_route_ipv6
49842026-08-11T11:22:19.991ZINFO :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 11 11:22:19.003Aug 11 11:22:19.003freemap_route_ipv6
49852026-08-11T11:22:19.991ZDEBGDEBG
49862026-08-11T11:22:19.991Zinitted freemap. size: 64 , Aug 11 11:22:19.003unit :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 freemap_route_ipv4
49872026-08-11T11:22:19.991Z
49882026-08-11T11:22:19.991Z initted freemap. size: 64Aug 11 11:22:19.003, Aug 11 11:22:19.003unit DEBG:DEBG freemap_route_ipv4reset freemap
49892026-08-11T11:22:19.991ZAug 11 11:22:19.003 , unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
49902026-08-11T11:22:19.991Z: Aug 11 11:22:19.003freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255
49912026-08-11T11:22:19.991Z
49922026-08-11T11:22:19.991Z DEBG Aug 11 11:22:19.003Aug 11 11:22:19.003 DEBGINFO initted freemap. size: 64reset freemapAug 11 11:22:19.003, adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
49932026-08-11T11:22:19.991Z, unitDEBG:unit: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
49942026-08-11T11:22:19.991Z
49952026-08-11T11:22:19.991ZAug 11 11:22:19.003freemap_route_ipv6
49962026-08-11T11:22:19.991ZDEBGAug 11 11:22:19.003 Aug 11 11:22:19.003replacing 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 } }]
49972026-08-11T11:22:19.991ZAug 11 11:22:19.003DEBG INFO adding route 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64
49982026-08-11T11:22:19.991Z, DEBG reset freemapunit, Aug 11 11:22:19.003Aug 11 11:22:19.003: unitfreemap_route_ipv6
49992026-08-11T11:22:19.991Z: DEBGINFO freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
50002026-08-11T11:22:19.991ZAug 11 11:22:19.003
50012026-08-11T11:22:19.991Z 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
50022026-08-11T11:22:19.991Z Aug 11 11:22:19.003reset freemap Aug 11 11:22:19.003INFO, unitAug 11 11:22:19.003:adding route 172.16.0.0/32 -> 10.0.0.1
50032026-08-11T11:22:19.991Z INFO freemap_route_ipv6DEBG
50042026-08-11T11:22:19.991ZAug 11 11:22:19.003 adding route 172.17.0.7/32 -> 10.0.0.255DEBG Aug 11 11:22:19.003
50052026-08-11T11:22:19.991Z 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 } }] 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 } }]
50062026-08-11T11:22:19.991Z
50072026-08-11T11:22:19.991Zadding route 3fff:dead::/64 -> 2001:db8::55:1
50082026-08-11T11:22:19.992ZAug 11 11:22:19.003Aug 11 11:22:19.003 INFO adding route 172.16.0.0/32 -> 10.0.0.2
50092026-08-11T11:22:19.992Z DEBGAug 11 11:22:19.003 Aug 11 11:22:19.003 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003INFO
50102026-08-11T11:22:19.996ZDEBG DEBGadding route 3fff:beef:3b::/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 } }]
50112026-08-11T11:22:19.996Z
50122026-08-11T11:22:19.996Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50132026-08-11T11:22:19.996ZAug 11 11:22:19.003Aug 11 11:22:19.003 Aug 11 11:22:19.003INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBG
50142026-08-11T11:22:19.996Zadding route 172.17.0.8/32 -> 10.0.0.255 Aug 11 11:22:19.003
50152026-08-11T11:22:19.996ZINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:19.003
50162026-08-11T11:22:19.996Z Aug 11 11:22:19.003 DEBG
50172026-08-11T11:22:19.996Z 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
50182026-08-11T11:22:19.996ZAug 11 11:22:19.003 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 } }]DEBGAug 11 11:22:19.003
50192026-08-11T11:22:19.996Z Aug 11 11:22:19.003INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50202026-08-11T11:22:19.996Zadding route 172.17.0.1/32 -> 10.0.0.255
50212026-08-11T11:22:19.996ZINFOAug 11 11:22:19.003 Aug 11 11:22:19.003INFOAug 11 11:22:19.003 INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50222026-08-11T11:22:19.996Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
50232026-08-11T11:22:19.996Z
50242026-08-11T11:22:19.996Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:19.003
50252026-08-11T11:22:19.996ZAug 11 11:22:19.003 INFO DEBG Aug 11 11:22:19.003adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50262026-08-11T11:22:19.996ZDEBG
50272026-08-11T11:22:19.996Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:19.003
50282026-08-11T11:22:19.996Z DEBGAug 11 11:22:19.003 Aug 11 11:22:19.003INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBGAug 11 11:22:19.003
50292026-08-11T11:22:19.996Z
50302026-08-11T11:22:19.996Z INFO 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:dead::/64 -> 2001:db8::55:4
50312026-08-11T11:22:19.996Z
50322026-08-11T11:22:19.996ZAug 11 11:22:19.003 Aug 11 11:22:19.003Aug 11 11:22:19.003 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:19.003 replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
50332026-08-11T11:22:19.996ZINFO
50342026-08-11T11:22:19.996Z adding route 172.17.0.3/32 -> 10.0.0.255
50352026-08-11T11:22:19.996ZAug 11 11:22:19.003
50362026-08-11T11:22:19.996ZAug 11 11:22:19.003 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:22:19.003
50372026-08-11T11:22:19.996Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
50382026-08-11T11:22:19.996Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003
50392026-08-11T11:22:19.997ZAug 11 11:22:19.003 WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
50402026-08-11T11:22:19.997ZAug 11 11:22:19.003Aug 11 11:22:19.003 INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.4/32 -> 10.0.0.255
50412026-08-11T11:22:19.997Z
50422026-08-11T11:22:19.997Z DEBG Aug 11 11:22:19.003replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.003
50432026-08-11T11:22:19.997Z INFOAug 11 11:22:18.996 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255
50442026-08-11T11:22:19.997ZDEBGAug 11 11:22:19.003
50452026-08-11T11:22:19.997Z 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 } }]INFOAug 11 11:22:19.003
50462026-08-11T11:22:19.997Z Aug 11 11:22:19.003adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
50472026-08-11T11:22:19.997Z INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255
50482026-08-11T11:22:19.997Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.003
50492026-08-11T11:22:19.997Z 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 } }]
50502026-08-11T11:22:19.997ZAug 11 11:22:19.003Aug 11 11:22:19.003 INFO Aug 11 11:22:19.003INFOAug 11 11:22:19.003 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.12/32 -> 10.0.0.255
50512026-08-11T11:22:19.997Z
50522026-08-11T11:22:19.997ZDEBG DEBG failed to allocate space for the new target listreplacing 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 } }]
50532026-08-11T11:22:19.997Z
50542026-08-11T11:22:19.997ZAug 11 11:22:19.003Aug 11 11:22:19.003 DEBG DEBGAug 11 11:22:19.003 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 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 } }]
50552026-08-11T11:22:19.997ZAug 11 11:22:19.003
50562026-08-11T11:22:19.997Z INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255
50572026-08-11T11:22:19.997ZAug 11 11:22:19.003replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50582026-08-11T11:22:19.997Z Aug 11 11:22:19.003 INFOAug 11 11:22:19.003 INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
50592026-08-11T11:22:19.997ZDEBG adding route 172.17.0.13/32 -> 10.0.0.255
50602026-08-11T11:22:19.997ZAug 11 11:22:19.003 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 } }]DEBGAug 11 11:22:19.003
50612026-08-11T11:22:19.997Z Aug 11 11:22:19.003 failed to allocate space for the new target listDEBG
50622026-08-11T11:22:19.997Z DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.003 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
50632026-08-11T11:22:19.997Z
50642026-08-11T11:22:19.997Z adding route 172.17.0.7/32 -> 10.0.0.255
50652026-08-11T11:22:19.997ZAug 11 11:22:19.003Aug 11 11:22:19.003 Aug 11 11:22:19.003 INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
50662026-08-11T11:22:19.997Z adding route 172.17.0.14/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 } }]
50672026-08-11T11:22:19.997Z
50682026-08-11T11:22:19.997ZAug 11 11:22:19.003 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 } }]
50692026-08-11T11:22:19.997ZAug 11 11:22:19.003 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 } }]
50702026-08-11T11:22:19.997ZAug 11 11:22:19.003 INFO adding route 172.17.0.8/32 -> 10.0.0.255
50712026-08-11T11:22:19.998ZAug 11 11:22:19.003Aug 11 11:22:19.003 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:22:19.003
50722026-08-11T11:22:19.998Z
50732026-08-11T11:22:19.998Z 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 } }]Aug 11 11:22:19.003
50742026-08-11T11:22:19.998ZAug 11 11:22:18.997Aug 11 11:22:19.003 INFOAug 11 11:22:19.003DEBG adding route 172.17.0.9/32 -> 10.0.0.255DEBG
50752026-08-11T11:22:19.998Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
50762026-08-11T11:22:19.998ZDEBG, Aug 11 11:22:19.003 unitDEBG: Aug 11 11:22:19.003replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
50772026-08-11T11:22:19.998Zfreemap_route_ipv4
50782026-08-11T11:22:19.998Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
50792026-08-11T11:22:19.998Zreplacing 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 } }]
50802026-08-11T11:22:19.998Ztest route::tests::identity_replace_is_noop ... ok
50812026-08-11T11:22:19.998ZAug 11 11:22:19.003 INFOAug 11 11:22:19.003 adding route 172.17.0.10/32 -> 10.0.0.255INFO
50822026-08-11T11:22:19.998Z adding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:22:19.003
50832026-08-11T11:22:19.998ZAug 11 11:22:19.003 DEBGAug 11 11:22:19.003 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG
50842026-08-11T11:22:19.998Z Aug 11 11:22:19.003replacing 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 } }]created new freemap ,
50852026-08-11T11:22:19.998ZAug 11 11:22:19.003 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:22:19.004Aug 11 11:22:19.004
50862026-08-11T11:22:19.998ZDEBG created new freemapDEBG, unitcreated new freemap:, unitAug 11 11:22:19.010:freemap_route_ipv4
50872026-08-11T11:22:19.998Z freemap_route_ipv4DEBG
50882026-08-11T11:22:19.998Z 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 } }]
50892026-08-11T11:22:19.998ZAug 11 11:22:18.997Aug 11 11:22:19.010 DEBG created new freemap , Aug 11 11:22:19.010Aug 11 11:22:19.010unit DEBG INFODEBG : created new freemapcreated new freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff, , unitunit:
50902026-08-11T11:22:19.998Z :freemap_route_ipv6
50912026-08-11T11:22:19.998Zfreemap_route_ipv6Aug 11 11:22:19.010
50922026-08-11T11:22:19.998Zfreemap_route_ipv4 Aug 11 11:22:19.010
50932026-08-11T11:22:19.998Z DEBGDEBG Aug 11 11:22:19.010 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 } }]initted freemap. size: 64
50942026-08-11T11:22:19.998Z DEBG initted freemap. size: 64, , unit: unitfreemap_route_ipv4:
50952026-08-11T11:22:19.998ZAug 11 11:22:19.010 INFOAug 11 11:22:19.010 freemap_route_ipv4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
50962026-08-11T11:22:19.998Z
50972026-08-11T11:22:19.998ZDEBG Aug 11 11:22:19.010Aug 11 11:22:19.010created new freemap , Aug 11 11:22:19.010unitDEBGDEBG : reset freemapreset freemap, DEBG, unit :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 } }]
50982026-08-11T11:22:19.998Zunitfreemap_route_ipv4
50992026-08-11T11:22:19.998Zfreemap_route_ipv6:Aug 11 11:22:19.010
51002026-08-11T11:22:19.998ZAug 11 11:22:19.010INFOfreemap_route_ipv4 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
51012026-08-11T11:22:19.998Z initted freemap. size: 64
51022026-08-11T11:22:19.998Z, unit: Aug 11 11:22:19.010Aug 11 11:22:19.010freemap_route_ipv6 Aug 11 11:22:19.010DEBG
51032026-08-11T11:22:19.998Z 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 } }]
51042026-08-11T11:22:19.998ZDEBGDEBG initted freemap. size: 64initted freemap. size: 64, Aug 11 11:22:19.010unitAug 11 11:22:19.010 :DEBGINFO freemap_route_ipv4reset freemap
51052026-08-11T11:22:19.998Z , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit
51062026-08-11T11:22:19.998Z, unit: :freemap_route_ipv6 Aug 11 11:22:19.010Aug 11 11:22:19.010
51072026-08-11T11:22:19.998Zfreemap_route_ipv6 DEBGDEBGAug 11 11:22:19.010
51082026-08-11T11:22:19.998Z 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 } }] reset freemap
51092026-08-11T11:22:19.998Z , adding route 172.16.0.0/32 -> 10.0.0.1unitAug 11 11:22:19.010
51102026-08-11T11:22:20.003Z: freemap_route_ipv4
51112026-08-11T11:22:20.003ZAug 11 11:22:19.010Aug 11 11:22:19.010 INFODEBG DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
51122026-08-11T11:22:20.003Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:22:19.010
51132026-08-11T11:22:20.003Zreset freemap DEBG, unitAug 11 11:22:19.010Aug 11 11:22:19.010: initted freemap. size: 64 INFOfreemap_route_ipv6
51142026-08-11T11:22:20.003Z DEBG, unitadding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51152026-08-11T11:22:20.003Z
51162026-08-11T11:22:20.003Z: freemap_route_ipv6
51172026-08-11T11:22:20.003ZAug 11 11:22:19.010Aug 11 11:22:19.010 DEBG Aug 11 11:22:19.010Aug 11 11:22:19.010replacing 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
51182026-08-11T11:22:20.003Z DEBG reset freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO, unitAug 11 11:22:19.010
51192026-08-11T11:22:20.003Z: INFOadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
51202026-08-11T11:22:20.003Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:22:19.010
51212026-08-11T11:22:20.003Z
51222026-08-11T11:22:20.003ZAug 11 11:22:19.010 DEBGDEBG Aug 11 11:22:19.010replacing 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:dead::/64 with: [NextHop { asic_port_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
51232026-08-11T11:22:20.003Z
51242026-08-11T11:22:20.003Z Aug 11 11:22:19.010 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
51252026-08-11T11:22:20.003ZAug 11 11:22:19.010Aug 11 11:22:19.010 adding route 172.16.0.0/32 -> 10.0.0.1
51262026-08-11T11:22:20.003ZINFOAug 11 11:22:19.010 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.2/32 -> 10.0.0.255INFO
51272026-08-11T11:22:20.003Z
51282026-08-11T11:22:20.003Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:22:19.010
51292026-08-11T11:22:20.003Z Aug 11 11:22:19.010 DEBGAug 11 11:22:19.010 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
51302026-08-11T11:22:20.003ZAug 11 11:22:19.010 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51312026-08-11T11:22:20.003ZAug 11 11:22:19.010 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 } }] DEBGadding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:22:19.010
51322026-08-11T11:22:20.003Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51332026-08-11T11:22:20.003Z
51342026-08-11T11:22:20.003Z INFOAug 11 11:22:19.010 Aug 11 11:22:19.010adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
51352026-08-11T11:22:20.003ZDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
51362026-08-11T11:22:20.003Z Aug 11 11:22:19.010adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
51372026-08-11T11:22:20.003Z Aug 11 11:22:19.010replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:19.010
51382026-08-11T11:22:20.003Z INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG
51392026-08-11T11:22:20.004ZAug 11 11:22:19.010 Aug 11 11:22:19.010INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGAug 11 11:22:19.010
51402026-08-11T11:22:20.004Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
51412026-08-11T11:22:20.004Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
51422026-08-11T11:22:20.004Z
51432026-08-11T11:22:20.004ZAug 11 11:22:19.010 DEBGAug 11 11:22:19.010 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 11 11:22:19.010
51442026-08-11T11:22:20.004Z adding route 172.17.0.5/32 -> 10.0.0.255INFO
51452026-08-11T11:22:20.004Z adding route 172.16.0.0/32 -> 10.0.0.3
51462026-08-11T11:22:20.004ZAug 11 11:22:19.010 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 } }]
51472026-08-11T11:22:20.004ZAug 11 11:22:19.010 Aug 11 11:22:19.010INFO DEBGAug 11 11:22:19.010 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
51482026-08-11T11:22:20.004Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255
51492026-08-11T11:22:20.004Z
51502026-08-11T11:22:20.004ZAug 11 11:22:19.010 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 } }]
51512026-08-11T11:22:20.004ZAug 11 11:22:19.010Aug 11 11:22:19.010 INFODEBG DEBG Aug 11 11:22:19.010replacing 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 } }] 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 } }]
51522026-08-11T11:22:20.004Z
51532026-08-11T11:22:20.004Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
51542026-08-11T11:22:20.004Z
51552026-08-11T11:22:20.004ZAug 11 11:22:19.010Aug 11 11:22:19.010Aug 11 11:22:19.010 INFO DEBGDEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }]
51562026-08-11T11:22:20.004Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:22:19.010
51572026-08-11T11:22:20.004Z
51582026-08-11T11:22:20.004ZINFO Aug 11 11:22:19.010adding route 172.17.0.17/32 -> 10.0.0.255 Aug 11 11:22:19.010DEBG
51592026-08-11T11:22:20.004Z 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
51602026-08-11T11:22:20.004Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:22:19.010
51612026-08-11T11:22:20.004Z Aug 11 11:22:19.010DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010
51622026-08-11T11:22:20.004Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
51632026-08-11T11:22:20.004Z adding route 172.17.0.8/32 -> 10.0.0.255
51642026-08-11T11:22:20.004ZAug 11 11:22:19.010Aug 11 11:22:19.010 INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
51652026-08-11T11:22:20.004Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.010
51662026-08-11T11:22:20.004Z DEBGAug 11 11:22:19.010 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
51672026-08-11T11:22:20.004Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010
51682026-08-11T11:22:20.004Ztest route::tests::same_size_non_subset_replace ... ok
51692026-08-11T11:22:20.004Z INFOAug 11 11:22:19.010 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
51702026-08-11T11:22:20.004ZINFOAug 11 11:22:19.010 adding route 172.17.0.9/32 -> 10.0.0.255INFO
51712026-08-11T11:22:20.004Z adding route 172.17.0.19/32 -> 10.0.0.255
51722026-08-11T11:22:20.004ZAug 11 11:22:19.010Aug 11 11:22:19.010 DEBGDEBGAug 11 11:22:19.010 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 } }]
51732026-08-11T11:22:20.004Zreplacing 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.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 } }]
51742026-08-11T11:22:20.004Z
51752026-08-11T11:22:20.004Z Aug 11 11:22:19.010freemap_route_ipv4Aug 11 11:22:19.010 Aug 11 11:22:19.010INFOINFO
51762026-08-11T11:22:20.004Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255INFO
51772026-08-11T11:22:20.005Z
51782026-08-11T11:22:20.005Zadding route 172.17.0.20/32 -> 10.0.0.255
51792026-08-11T11:22:20.005ZAug 11 11:22:19.010 Aug 11 11:22:19.010DEBG Aug 11 11:22:19.010DEBGcreated new freemap unitDEBGAug 11 11:22:19.010 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 } }]
51802026-08-11T11:22:20.005Z:DEBG freemap_route_ipv6replacing 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 } }]
51812026-08-11T11:22:20.005Z
51822026-08-11T11:22:20.005Z, 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 } }]
51832026-08-11T11:22:20.005ZAug 11 11:22:19.010 INFOunit Aug 11 11:22:19.010adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:22:19.010 Aug 11 11:22:19.010
51842026-08-11T11:22:20.005Z INFODEBG INFO:adding route 172.17.0.11/32 -> 10.0.0.255
51852026-08-11T11:22:20.005Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:22:19.010
51862026-08-11T11:22:20.005Z initted freemap. size: 64 freemap_route_ipv6DEBG,
51872026-08-11T11:22:20.005Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.010
51882026-08-11T11:22:20.005Zunit :Aug 11 11:22:19.010DEBG freemap_route_ipv4 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010
51892026-08-11T11:22:20.005Ztest route::tests::rollback_on_index_readd_failure ... ok
51902026-08-11T11:22:20.005ZAug 11 11:22:19.010DEBG 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 } }]
51912026-08-11T11:22:20.005ZAug 11 11:22:19.010INFO
51922026-08-11T11:22:20.005Ztest transceivers::mpn_test::test_mpn_missing ... ok
51932026-08-11T11:22:20.005Z DEBGINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:22:19.010
51942026-08-11T11:22:20.005Ztest transceivers::mpn_test::test_mpn_present ... ok
51952026-08-11T11:22:20.005Ztest transceivers::mpn_test::test_xcvr_missing ... ok
51962026-08-11T11:22:20.005Zinitted freemap. size: 64 adding route 172.17.0.12/32 -> 10.0.0.255, unit
51972026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
51982026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
51992026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52002026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52012026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52022026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52032026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52042026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52052026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52062026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52072026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52082026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52092026-08-11T11:22:20.005Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52102026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52112026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52122026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52132026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52142026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52152026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52162026-08-11T11:22:20.009ZAug 11 11:22:19.010DEBG INFO reset freemap:Aug 11 11:22:19.010Aug 11 11:22:19.010 freemap_route_ipv4adding route 172.17.0.22/32 -> 10.0.0.255DEBG
52172026-08-11T11:22:20.009Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52182026-08-11T11:22:20.009ZDEBG, unit
52192026-08-11T11:22:20.009Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.010
52202026-08-11T11:22:20.010Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG 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 } }]
52212026-08-11T11:22:20.010ZAug 11 11:22:19.010freemap_route_ipv4
52222026-08-11T11:22:20.010Z Aug 11 11:22:19.010INFO INFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:22:19.010
52232026-08-11T11:22:20.010Z
52242026-08-11T11:22:20.010Z INFOAug 11 11:22:19.010 Aug 11 11:22:19.010adding route 172.17.0.23/32 -> 10.0.0.255
52252026-08-11T11:22:20.010Z DEBGDEBG reset freemap Aug 11 11:22:19.010, Aug 11 11:22:19.010replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG 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 } }]
52262026-08-11T11:22:20.010ZAug 11 11:22:19.011Aug 11 11:22:19.011 DEBG created new freemapDEBG, Aug 11 11:22:19.017unit : INFOcreated new freemap freemap_route_ipv4adding route 172.17.0.14/32 -> 10.0.0.255
52272026-08-11T11:22:20.010Z
52282026-08-11T11:22:20.010Z, unit:Aug 11 11:22:19.017Aug 11 11:22:19.017
52292026-08-11T11:22:20.010Z freemap_route_ipv4
52302026-08-11T11:22:20.010ZDEBG 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 } }]created new freemap
52312026-08-11T11:22:20.010Z, unit: Aug 11 11:22:19.017freemap_route_ipv6 Aug 11 11:22:19.017
52322026-08-11T11:22:20.010Z INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:22:19.017
52332026-08-11T11:22:20.010Z DEBG initted freemap. size: 64Aug 11 11:22:19.017, DEBGunit :initted freemap. size: 64Aug 11 11:22:19.017, unitDEBG: freemap_route_ipv6freemap_route_ipv4
52342026-08-11T11:22:20.010Z
52352026-08-11T11:22:20.010Zreplacing 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 } }]
52362026-08-11T11:22:20.010ZAug 11 11:22:19.017 Aug 11 11:22:19.017DEBG INFOreset freemap Aug 11 11:22:19.017, adding route 172.17.0.16/32 -> 10.0.0.255DEBGunit
52372026-08-11T11:22:20.010Z: freemap_route_ipv4
52382026-08-11T11:22:20.010Zreset freemapAug 11 11:22:19.017, unit :DEBGAug 11 11:22:19.017 freemap_route_ipv6replacing 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
52392026-08-11T11:22:20.010Z
52402026-08-11T11:22:20.010Z initted freemap. size: 64, Aug 11 11:22:19.017unit :INFO freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255
52412026-08-11T11:22:20.010Z
52422026-08-11T11:22:20.010ZunitAug 11 11:22:19.017: freemap_route_ipv4Aug 11 11:22:19.017Aug 11 11:22:19.017
52432026-08-11T11:22:20.010Z DEBGDEBGINFO reset freemapreplacing 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 } }],
52442026-08-11T11:22:20.010Zunit : adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6
52452026-08-11T11:22:20.010Z
52462026-08-11T11:22:20.010ZAug 11 11:22:19.017 INFO Aug 11 11:22:19.017Aug 11 11:22:19.017 INFODEBGadding route 172.17.0.18/32 -> 10.0.0.255
52472026-08-11T11:22:20.010Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 11 11:22:19.017replacing 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
52482026-08-11T11:22:20.010Z
52492026-08-11T11:22:20.010Z Aug 11 11:22:19.017 initted freemap. size: 64Aug 11 11:22:19.017DEBG, DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
52502026-08-11T11:22:20.010Z: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv6
52512026-08-11T11:22:20.010ZAug 11 11:22:19.017
52522026-08-11T11:22:20.010ZINFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:19.017
52532026-08-11T11:22:20.010Z Aug 11 11:22:19.017INFOAug 11 11:22:19.017 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
52542026-08-11T11:22:20.010ZINFOAug 11 11:22:19.017 adding route 172.16.0.0/32 -> 10.0.0.1reset freemap
52552026-08-11T11:22:20.010Z 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 } }]unit
52562026-08-11T11:22:20.010Z: freemap_route_ipv6Aug 11 11:22:19.017
52572026-08-11T11:22:20.010ZAug 11 11:22:19.017 DEBGAug 11 11:22:19.017INFO adding route 172.17.0.20/32 -> 10.0.0.255DEBGAug 11 11:22:19.017
52582026-08-11T11:22:20.011Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
52592026-08-11T11:22:20.011Zreplacing 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 } }]
52602026-08-11T11:22:20.011Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:19.017Aug 11 11:22:19.017
52612026-08-11T11:22:20.011ZDEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.017
52622026-08-11T11:22:20.011Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
52632026-08-11T11:22:20.011Z Aug 11 11:22:19.017adding route 172.16.0.0/32 -> 10.0.0.1
52642026-08-11T11:22:20.011ZAug 11 11:22:19.017DEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255
52652026-08-11T11:22:20.011Z
52662026-08-11T11:22:20.011ZAug 11 11:22:19.017 Aug 11 11:22:19.017DEBG Aug 11 11:22:19.017replacing 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 } }]
52672026-08-11T11:22:20.011ZDEBG 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 } }]
52682026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52692026-08-11T11:22:20.011ZAug 11 11:22:19.017 INFOINFO Aug 11 11:22:19.017adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:22:19.017INFO
52702026-08-11T11:22:20.011Z INFO
52712026-08-11T11:22:20.011Z adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
52722026-08-11T11:22:20.011Z
52732026-08-11T11:22:20.011ZAug 11 11:22:19.017 Aug 11 11:22:19.017Aug 11 11:22:19.017 DEBGAug 11 11:22:19.017DEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
52742026-08-11T11:22:20.011Z
52752026-08-11T11:22:20.011Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
52762026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52772026-08-11T11:22:20.011Z
52782026-08-11T11:22:20.011Z
52792026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52802026-08-11T11:22:20.011ZAug 11 11:22:19.017Aug 11 11:22:19.017 Aug 11 11:22:19.017INFOINFOAug 11 11:22:19.017 adding route 172.17.0.12/32 -> 10.0.0.255INFO
52812026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52822026-08-11T11:22:20.011Z Aug 11 11:22:19.017adding route 172.17.0.23/32 -> 10.0.0.255
52832026-08-11T11:22:20.011Z INFOAug 11 11:22:19.017 DEBG Aug 11 11:22:19.017 adding route 172.17.0.0/32 -> 10.0.0.255INFO
52842026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52852026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52862026-08-11T11:22:20.011Zreplacing 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 } }]
52872026-08-11T11:22:20.011Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:22:19.017adding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBGDEBG
52882026-08-11T11:22:20.011Z
52892026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52902026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52912026-08-11T11:22:20.011Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52922026-08-11T11:22:20.011Z 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 } }]
52932026-08-11T11:22:20.011ZAug 11 11:22:19.017Aug 11 11:22:19.017 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017
52942026-08-11T11:22:20.011Z Aug 11 11:22:19.017INFODEBG Aug 11 11:22:19.017adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52952026-08-11T11:22:20.011Z INFO
52962026-08-11T11:22:20.011Z INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
52972026-08-11T11:22:20.012ZAug 11 11:22:19.017
52982026-08-11T11:22:20.012Z DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
52992026-08-11T11:22:20.012ZAug 11 11:22:19.017
53002026-08-11T11:22:20.012ZAug 11 11:22:19.017 DEBGAug 11 11:22:19.017 INFOAug 11 11:22:19.017DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.017INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
53012026-08-11T11:22:20.012Z
53022026-08-11T11:22:20.012Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
53032026-08-11T11:22:20.012Z
53042026-08-11T11:22:20.012Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017
53052026-08-11T11:22:20.012Z Aug 11 11:22:19.017Aug 11 11:22:19.017Aug 11 11:22:19.017 Aug 11 11:22:19.017 DEBGINFO 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 } }]
53062026-08-11T11:22:20.012ZINFO adding route 172.17.0.2/32 -> 10.0.0.255 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.25/32 -> 10.0.0.255Aug 11 11:22:19.017
53072026-08-11T11:22:20.012Z
53082026-08-11T11:22:20.012Z
53092026-08-11T11:22:20.012ZDEBG 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 } }]
53102026-08-11T11:22:20.016ZAug 11 11:22:19.017Aug 11 11:22:19.017 DEBGAug 11 11:22:19.017DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 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 } }]
53112026-08-11T11:22:20.016Z
53122026-08-11T11:22:20.016ZDEBGAug 11 11:22:19.017 INFO INFOAug 11 11:22:19.017replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
53132026-08-11T11:22:20.016ZINFO
53142026-08-11T11:22:20.016Z adding route 172.17.0.15/32 -> 10.0.0.255WARN adding route 172.17.0.26/32 -> 10.0.0.255
53152026-08-11T11:22:20.016Z Aug 11 11:22:19.017shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:22:19.017
53162026-08-11T11:22:20.016Z
53172026-08-11T11:22:20.016Z DEBG Aug 11 11:22:19.017INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.017
53182026-08-11T11:22:20.016Z DEBG DEBG Aug 11 11:22:19.017replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255INFOreplacing 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 } }]
53192026-08-11T11:22:20.016Z
53202026-08-11T11:22:20.016Z
53212026-08-11T11:22:20.016Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:22:19.017
53222026-08-11T11:22:20.016Z Aug 11 11:22:19.017INFOAug 11 11:22:19.017 adding route 172.17.0.16/32 -> 10.0.0.255INFO
53232026-08-11T11:22:20.016Z adding route 172.17.0.27/32 -> 10.0.0.255DEBG 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 } }]
53242026-08-11T11:22:20.016Z
53252026-08-11T11:22:20.016ZAug 11 11:22:19.017 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.017
53262026-08-11T11:22:20.016Z DEBG Aug 11 11:22:19.017Aug 11 11:22:19.017 Aug 11 11:22:19.017 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 INFOINFOreplacing 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 } }]
53272026-08-11T11:22:20.016Z
53282026-08-11T11:22:20.016Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
53292026-08-11T11:22:20.016Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:22:19.017Aug 11 11:22:19.017 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
53302026-08-11T11:22:20.016Z
53312026-08-11T11:22:20.016ZAug 11 11:22:19.017
53322026-08-11T11:22:20.017Z DEBG Aug 11 11:22:19.017replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.017
53332026-08-11T11:22:20.017Z DEBGDEBG Aug 11 11:22:19.017 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 } }]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 } }]
53342026-08-11T11:22:20.017Z
53352026-08-11T11:22:20.017Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017
53362026-08-11T11:22:20.017Z Aug 11 11:22:19.017INFOAug 11 11:22:19.017 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
53372026-08-11T11:22:20.017Z INFOadding route 172.17.0.18/32 -> 10.0.0.255
53382026-08-11T11:22:20.017ZAug 11 11:22:19.017 adding route 172.17.0.29/32 -> 10.0.0.255INFO
53392026-08-11T11:22:20.017Z Aug 11 11:22:19.017adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:22:19.017
53402026-08-11T11:22:20.017ZDEBGDEBG 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 } }]
53412026-08-11T11:22:20.017ZAug 11 11:22:19.017 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.017
53422026-08-11T11:22:20.017ZAug 11 11:22:19.017 INFODEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
53432026-08-11T11:22:20.017ZAug 11 11:22:19.018 DEBG created new freemapAug 11 11:22:19.017, unit: Aug 11 11:22:19.023
53442026-08-11T11:22:20.017Z INFOfreemap_route_ipv4DEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing 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 } }]
53452026-08-11T11:22:20.017Z
53462026-08-11T11:22:20.017Z
53472026-08-11T11:22:20.017ZAug 11 11:22:19.023Aug 11 11:22:19.023Aug 11 11:22:19.023 DEBGINFO created new freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff, Aug 11 11:22:19.023unit
53482026-08-11T11:22:20.017Z: DEBGfreemap_route_ipv6
53492026-08-11T11:22:20.017Zreplacing 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
53502026-08-11T11:22:20.017Z Aug 11 11:22:19.023Aug 11 11:22:19.023 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
53512026-08-11T11:22:20.017Z 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 } }]
53522026-08-11T11:22:20.017ZAug 11 11:22:19.023initted freemap. size: 64 Aug 11 11:22:19.023, INFO unit adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:22:19.023
53532026-08-11T11:22:20.017Z: INFODEBGfreemap_route_ipv4 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
53542026-08-11T11:22:20.017Zreplacing 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 } }]
53552026-08-11T11:22:20.017ZAug 11 11:22:19.023
53562026-08-11T11:22:20.017Z DEBGAug 11 11:22:19.023Aug 11 11:22:19.023 Aug 11 11:22:19.023 DEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
53572026-08-11T11:22:20.017Zadding route 172.17.0.31/32 -> 10.0.0.255
53582026-08-11T11:22:20.017Z
53592026-08-11T11:22:20.017Z DEBG reset freemap, Aug 11 11:22:19.023Aug 11 11:22:19.023 Aug 11 11:22:19.023DEBG INFO 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 } }]INFOadding route 172.17.0.21/32 -> 10.0.0.255 unit
53602026-08-11T11:22:20.017Z:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
53612026-08-11T11:22:20.017Z
53622026-08-11T11:22:20.017Z freemap_route_ipv4
53632026-08-11T11:22:20.017ZAug 11 11:22:19.023Aug 11 11:22:19.023 INFO DEBG Aug 11 11:22:19.023 adding route 172.17.0.32/32 -> 10.0.0.255DEBGAug 11 11:22:19.023
53642026-08-11T11:22:20.017Zreplacing 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.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 } }]
53652026-08-11T11:22:20.017Z
53662026-08-11T11:22:20.017Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
53672026-08-11T11:22:20.017Zinitted freemap. size: 64Aug 11 11:22:19.023 Aug 11 11:22:19.023INFO Aug 11 11:22:19.023, unit DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:22:19.023INFO :
53682026-08-11T11:22:20.017ZINFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
53692026-08-11T11:22:20.017Z
53702026-08-11T11:22:20.017Zadding route 172.17.0.6/32 -> 10.0.0.255
53712026-08-11T11:22:20.018ZAug 11 11:22:19.023 Aug 11 11:22:19.023Aug 11 11:22:19.023DEBG
53722026-08-11T11:22:20.018ZAug 11 11:22:19.023DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53732026-08-11T11:22:20.018Zreset freemapINFO , replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:19.023Aug 11 11:22:19.023
53742026-08-11T11:22:20.018Z DEBG adding route 172.17.0.33/32 -> 10.0.0.255INFO
53752026-08-11T11:22:20.018Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.024
53762026-08-11T11:22:20.018ZINFO adding route 172.17.0.23/32 -> 10.0.0.255 Aug 11 11:22:19.024
53772026-08-11T11:22:20.018Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:22:19.024 DEBG
53782026-08-11T11:22:20.018ZINFOAug 11 11:22:19.024 unit: adding route 172.17.0.7/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 } }]
53792026-08-11T11:22:20.018Z Aug 11 11:22:19.024DEBG DEBG freemap_route_ipv6replacing 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: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 } }]
53802026-08-11T11:22:20.018Z
53812026-08-11T11:22:20.018Z
53822026-08-11T11:22:20.018Z
53832026-08-11T11:22:20.018ZAug 11 11:22:19.024 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.024Aug 11 11:22:19.024 Aug 11 11:22:19.024INFOAug 11 11:22:19.024 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
53842026-08-11T11:22:20.018ZINFO
53852026-08-11T11:22:20.018Z INFOadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
53862026-08-11T11:22:20.018ZAug 11 11:22:19.024
53872026-08-11T11:22:20.018ZAug 11 11:22:19.024adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG
53882026-08-11T11:22:20.018Zreplacing 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 172.17.0.8/32 -> 10.0.0.255
53892026-08-11T11:22:20.018Z
53902026-08-11T11:22:20.018ZAug 11 11:22:19.024 DEBGAug 11 11:22:19.024 Aug 11 11:22:19.024INFO Aug 11 11:22:19.024Aug 11 11:22:19.024replacing 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 } }]
53912026-08-11T11:22:20.018Z DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
53922026-08-11T11:22:20.018ZDEBGreplacing 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 } }]
53932026-08-11T11:22:20.018Zreplacing 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 } }]
53942026-08-11T11:22:20.018ZDEBG Aug 11 11:22:19.024replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:19.024Aug 11 11:22:19.024Aug 11 11:22:19.024
53952026-08-11T11:22:20.018Z INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255INFO
53962026-08-11T11:22:20.018Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG Aug 11 11:22:19.024replacing 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.35/32 -> 10.0.0.255
53972026-08-11T11:22:20.018Z
53982026-08-11T11:22:20.018ZDEBGAug 11 11:22:19.024 Aug 11 11:22:19.024replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53992026-08-11T11:22:20.018ZAug 11 11:22:19.024 DEBG
54002026-08-11T11:22:20.018Z 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
54012026-08-11T11:22:20.018Z Aug 11 11:22:19.024adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
54022026-08-11T11:22:20.018Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:22:19.024Aug 11 11:22:19.024 INFODEBG
54032026-08-11T11:22:20.018Z INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.024 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 } }]adding route 172.17.0.10/32 -> 10.0.0.255
54042026-08-11T11:22:20.018Z
54052026-08-11T11:22:20.018Z Aug 11 11:22:19.030adding route 172.17.0.36/32 -> 10.0.0.255
54062026-08-11T11:22:20.018Z
54072026-08-11T11:22:20.018ZAug 11 11:22:19.030 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 } }]created new freemap
54082026-08-11T11:22:20.019ZAug 11 11:22:19.030, DEBGunit :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54092026-08-11T11:22:20.019Zfreemap_route_ipv6
54102026-08-11T11:22:20.023ZAug 11 11:22:19.031 Aug 11 11:22:19.031INFODEBGAug 11 11:22:19.031 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 172.17.0.24/32 -> 10.0.0.255 Aug 11 11:22:19.031adding route 172.17.0.11/32 -> 10.0.0.255
54112026-08-11T11:22:20.023Z
54122026-08-11T11:22:20.023Z
54132026-08-11T11:22:20.023ZDEBG initted freemap. size: 64DEBG, Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031 unitDEBG 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 } }] 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 } }]
54142026-08-11T11:22:20.023Zreplacing 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 } }]
54152026-08-11T11:22:20.023Zadding route 3fff:dead::/64 -> 2001:db8::55:3
54162026-08-11T11:22:20.023Z freemap_route_ipv4Aug 11 11:22:19.031
54172026-08-11T11:22:20.023Z
54182026-08-11T11:22:20.023ZAug 11 11:22:19.031 Aug 11 11:22:19.031 INFOINFO Aug 11 11:22:19.031 Aug 11 11:22:19.031 adding route 172.17.0.25/32 -> 10.0.0.255 DEBG
54192026-08-11T11:22:20.023Zadding route 172.17.0.12/32 -> 10.0.0.255INFO
54202026-08-11T11:22:20.023Z DEBG adding route 172.17.0.37/32 -> 10.0.0.255reset 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 } }]
54212026-08-11T11:22:20.023Z
54222026-08-11T11:22:20.023ZAug 11 11:22:19.031, Aug 11 11:22:19.031 DEBG Aug 11 11:22:19.031DEBG 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.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 } }]
54232026-08-11T11:22:20.023Z
54242026-08-11T11:22:20.023ZAug 11 11:22:19.031 unitINFODEBG :adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
54252026-08-11T11:22:20.023ZAug 11 11:22:19.031
54262026-08-11T11:22:20.023Z freemap_route_ipv4INFOAug 11 11:22:19.031 adding route 172.17.0.13/32 -> 10.0.0.255INFO
54272026-08-11T11:22:20.023Z
54282026-08-11T11:22:20.023ZAug 11 11:22:19.031 adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 11 11:22:19.031
54292026-08-11T11:22:20.023ZAug 11 11:22:19.031 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
54302026-08-11T11:22:20.023Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031
54312026-08-11T11:22:20.023ZINFO Aug 11 11:22:19.031 DEBGDEBGadding route 172.17.0.38/32 -> 10.0.0.255
54322026-08-11T11:22:20.023Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:19.031 INFO
54332026-08-11T11:22:20.024ZAug 11 11:22:19.031replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.031 adding route 172.17.0.14/32 -> 10.0.0.255
54342026-08-11T11:22:20.024Z
54352026-08-11T11:22:20.024ZDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54362026-08-11T11:22:20.024Z Aug 11 11:22:19.031Aug 11 11:22:19.031 initted freemap. size: 64 DEBG, INFO unitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
54372026-08-11T11:22:20.024Z freemap_route_ipv6 Aug 11 11:22:19.031adding route 172.17.0.27/32 -> 10.0.0.255
54382026-08-11T11:22:20.024ZAug 11 11:22:19.031 INFOINFO
54392026-08-11T11:22:20.024Z Aug 11 11:22:19.031 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
54402026-08-11T11:22:20.024ZDEBGAug 11 11:22:19.031
54412026-08-11T11:22:20.024Z reset freemapDEBG, unit Aug 11 11:22:19.031: Aug 11 11:22:19.031replacing 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 } }] DEBGDEBG
54422026-08-11T11:22:20.024Zreplacing 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 } }]
54432026-08-11T11:22:20.024Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 11 11:22:19.031
54442026-08-11T11:22:20.024Z
54452026-08-11T11:22:20.024Z INFO Aug 11 11:22:19.031Aug 11 11:22:19.031 Aug 11 11:22:19.031INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255
54462026-08-11T11:22:20.024Zadding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255INFO
54472026-08-11T11:22:20.024Z
54482026-08-11T11:22:20.024Zadding route 3fff:dead::/64 -> 2001:db8::55:1
54492026-08-11T11:22:20.024ZAug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031 Aug 11 11:22:19.031DEBGDEBG 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.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 } }]
54502026-08-11T11:22:20.024Z
54512026-08-11T11:22:20.024Z DEBG DEBGAug 11 11:22:19.031 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
54522026-08-11T11:22:20.024Zadding route 172.17.0.41/32 -> 10.0.0.255
54532026-08-11T11:22:20.024Z
54542026-08-11T11:22:20.024Z INFO Aug 11 11:22:19.031adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:22:19.031 Aug 11 11:22:19.031INFO
54552026-08-11T11:22:20.024Z DEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54562026-08-11T11:22:20.024Zadding route 3fff:dead::/64 -> 2001:db8::55:2
54572026-08-11T11:22:20.024Z
54582026-08-11T11:22:20.024ZAug 11 11:22:19.031Aug 11 11:22:19.031 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 11 11:22:19.031replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031
54592026-08-11T11:22:20.024Z
54602026-08-11T11:22:20.024Z DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031
54612026-08-11T11:22:20.024Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:22:19.031
54622026-08-11T11:22:20.024ZAug 11 11:22:19.031INFO adding route 172.17.0.26/32 -> 10.0.0.255 Aug 11 11:22:19.031DEBG INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
54632026-08-11T11:22:20.024Z
54642026-08-11T11:22:20.024Z
54652026-08-11T11:22:20.024Zreplacing 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 } }]
54662026-08-11T11:22:20.024ZAug 11 11:22:19.031 Aug 11 11:22:19.031Aug 11 11:22:19.031 INFO DEBGAug 11 11:22:19.031 adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031 INFO
54672026-08-11T11:22:20.024Z
54682026-08-11T11:22:20.024Z 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 } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:22:19.031INFOreplacing 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 } }]
54692026-08-11T11:22:20.024Z
54702026-08-11T11:22:20.024Z
54712026-08-11T11:22:20.025Z adding route 172.17.0.43/32 -> 10.0.0.255INFO
54722026-08-11T11:22:20.025Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031Aug 11 11:22:19.031
54732026-08-11T11:22:20.025Z INFO DEBG DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:19.031
54742026-08-11T11:22:20.025Ztest route::tests::shrink_preserves_compacted_order ... ok
54752026-08-11T11:22:20.025Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:22:19.031DEBG
54762026-08-11T11:22:20.025ZDEBGreplacing 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 } }]
54772026-08-11T11:22:20.025Z
54782026-08-11T11:22:20.025Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031
54792026-08-11T11:22:20.025Z INFOadding route 172.17.0.31/32 -> 10.0.0.255
54802026-08-11T11:22:20.025Z Aug 11 11:22:19.031Aug 11 11:22:19.031adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
54812026-08-11T11:22:20.025ZAug 11 11:22:19.031 Aug 11 11:22:19.031 INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 DEBG INFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.031
54822026-08-11T11:22:20.025Zadding route 3fff:dead::/64 -> 2001:db8::55:4
54832026-08-11T11:22:20.025Z
54842026-08-11T11:22:20.025ZDEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:22:19.031
54852026-08-11T11:22:20.025ZAug 11 11:22:19.031 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
54862026-08-11T11:22:20.025ZDEBG Aug 11 11:22:19.031 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54872026-08-11T11:22:20.025Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:22:19.031
54882026-08-11T11:22:20.025ZDEBG
54892026-08-11T11:22:20.025Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
54902026-08-11T11:22:20.025ZAug 11 11:22:19.031Aug 11 11:22:19.031 Aug 11 11:22:19.031 DEBGAug 11 11:22:19.031 Aug 11 11:22:19.031 INFO INFODEBG 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 } }]
54912026-08-11T11:22:20.025Z DEBGadding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
54922026-08-11T11:22:20.025Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
54932026-08-11T11:22:20.025Z
54942026-08-11T11:22:20.025Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:19.031Aug 11 11:22:19.031 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
54952026-08-11T11:22:20.025Z
54962026-08-11T11:22:20.025Z Aug 11 11:22:19.031adding route 172.17.0.29/32 -> 10.0.0.255
54972026-08-11T11:22:20.025Z 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 } }]DEBGAug 11 11:22:19.031
54982026-08-11T11:22:20.025Z INFOAug 11 11:22:19.031 Aug 11 11:22:19.031replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54992026-08-11T11:22:20.025Zadding route 172.17.0.45/32 -> 10.0.0.255
55002026-08-11T11:22:20.025ZAug 11 11:22:19.031INFO 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 } }]
55012026-08-11T11:22:20.025Z 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 } }]
55022026-08-11T11:22:20.025ZAug 11 11:22:19.031adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:22:19.031Aug 11 11:22:19.031 INFO
55032026-08-11T11:22:20.025Z DEBG INFOadding route 172.17.0.30/32 -> 10.0.0.255 Aug 11 11:22:19.031adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
55042026-08-11T11:22:20.025Z
55052026-08-11T11:22:20.025Z INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:22:19.031 Aug 11 11:22:19.031
55062026-08-11T11:22:20.025Z
55072026-08-11T11:22:20.025ZAug 11 11:22:19.031 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 } }]DEBG
55082026-08-11T11:22:20.025ZDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.031
55092026-08-11T11:22:20.025Z 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 } }]
55102026-08-11T11:22:20.030ZAug 11 11:22:19.032 Aug 11 11:22:19.031 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255created new freemapAug 11 11:22:19.037
55112026-08-11T11:22:20.030Z, Aug 11 11:22:19.031unitINFO: freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255
55122026-08-11T11:22:20.030Z
55132026-08-11T11:22:20.030ZINFO Aug 11 11:22:19.037adding route 172.17.0.46/32 -> 10.0.0.255 DEBG
55142026-08-11T11:22:20.030ZAug 11 11:22:19.037 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 } }]
55152026-08-11T11:22:20.030ZAug 11 11:22:19.037DEBG DEBGAug 11 11:22:19.037created new freemap , Aug 11 11:22:19.037 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 } }] : freemap_route_ipv6replacing 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 } }]
55162026-08-11T11:22:20.030ZINFO
55172026-08-11T11:22:20.030Z
55182026-08-11T11:22:20.030Z adding route 172.17.0.32/32 -> 10.0.0.255
55192026-08-11T11:22:20.030ZAug 11 11:22:19.037Aug 11 11:22:19.037Aug 11 11:22:19.037 INFODEBGINFO Aug 11 11:22:19.037 initted freemap. size: 64 , DEBGadding route 172.17.0.24/32 -> 10.0.0.255 unitadding route 172.17.0.47/32 -> 10.0.0.255:
55202026-08-11T11:22:20.030Z
55212026-08-11T11:22:20.030Zreplacing 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 } }]
55222026-08-11T11:22:20.030Zfreemap_route_ipv4
55232026-08-11T11:22:20.030ZAug 11 11:22:19.037Aug 11 11:22:19.037Aug 11 11:22:19.037 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.037
55242026-08-11T11:22:20.030Z DEBGDEBG
55252026-08-11T11:22:20.030Z reset 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 } }], Aug 11 11:22:19.037unit
55262026-08-11T11:22:20.030Z:Aug 11 11:22:19.037 freemap_route_ipv4
55272026-08-11T11:22:20.030ZAug 11 11:22:19.037DEBGINFO 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 } }]
55282026-08-11T11:22:20.030Z INFOAug 11 11:22:19.037 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
55292026-08-11T11:22:20.030Z Aug 11 11:22:19.037initted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255
55302026-08-11T11:22:20.030ZINFO, unit :adding route 172.17.0.34/32 -> 10.0.0.255 Aug 11 11:22:19.037
55312026-08-11T11:22:20.030Zfreemap_route_ipv6Aug 11 11:22:19.037
55322026-08-11T11:22:20.030ZDEBG DEBGAug 11 11:22:19.037replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.037
55332026-08-11T11:22:20.030ZDEBG 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 } }]reset freemapDEBG
55342026-08-11T11:22:20.030Z, Aug 11 11:22:19.037unit INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55352026-08-11T11:22:20.030Zadding route 172.17.0.26/32 -> 10.0.0.255:Aug 11 11:22:19.037
55362026-08-11T11:22:20.030Z freemap_route_ipv6
55372026-08-11T11:22:20.030ZINFO Aug 11 11:22:19.038adding route 172.17.0.49/32 -> 10.0.0.255
55382026-08-11T11:22:20.031ZAug 11 11:22:19.038 Aug 11 11:22:19.038DEBGINFO 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 } }]
55392026-08-11T11:22:20.031Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.35/32 -> 10.0.0.255
55402026-08-11T11:22:20.031Z
55412026-08-11T11:22:20.031ZAug 11 11:22:19.038Aug 11 11:22:19.038 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 } }]
55422026-08-11T11:22:20.031ZAug 11 11:22:19.038Aug 11 11:22:19.038 DEBGINFO DEBG Aug 11 11:22:19.038adding route 172.17.0.27/32 -> 10.0.0.255
55432026-08-11T11:22:20.031Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
55442026-08-11T11:22:20.031Z INFO
55452026-08-11T11:22:20.031Z Aug 11 11:22:19.038adding route 172.17.0.50/32 -> 10.0.0.255 Aug 11 11:22:19.038INFO
55462026-08-11T11:22:20.031Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
55472026-08-11T11:22:20.031Z Aug 11 11:22:19.038Aug 11 11:22:19.038 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
55482026-08-11T11:22:20.031Z INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038
55492026-08-11T11:22:20.031Z adding route 172.17.0.36/32 -> 10.0.0.255
55502026-08-11T11:22:20.031ZDEBG Aug 11 11:22:19.038Aug 11 11:22:19.038 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
55512026-08-11T11:22:20.031Z
55522026-08-11T11:22:20.031ZAug 11 11:22:19.038 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55532026-08-11T11:22:20.031Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038
55542026-08-11T11:22:20.031ZDEBGAug 11 11:22:19.038 Aug 11 11:22:19.038 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038
55552026-08-11T11:22:20.031Z adding route 172.16.0.0/32 -> 10.0.0.3DEBG
55562026-08-11T11:22:20.031Z 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
55572026-08-11T11:22:20.031Z Aug 11 11:22:19.038adding route 172.17.0.37/32 -> 10.0.0.255 Aug 11 11:22:19.038INFO
55582026-08-11T11:22:20.031Z DEBG adding route 172.17.0.29/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 } }]Aug 11 11:22:19.038
55592026-08-11T11:22:20.031Z INFO
55602026-08-11T11:22:20.031ZAug 11 11:22:19.038 adding route 172.17.0.52/32 -> 10.0.0.255Aug 11 11:22:19.038
55612026-08-11T11:22:20.031ZDEBGDEBGAug 11 11:22:19.038 INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4
55622026-08-11T11:22:20.031Z
55632026-08-11T11:22:20.031Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.038
55642026-08-11T11:22:20.031Z Aug 11 11:22:19.038DEBGAug 11 11:22:19.038 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 } }] INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
55652026-08-11T11:22:20.031Z
55662026-08-11T11:22:20.031Z adding route 172.17.0.30/32 -> 10.0.0.255
55672026-08-11T11:22:20.031ZAug 11 11:22:19.038 Aug 11 11:22:19.038 Aug 11 11:22:19.038DEBG 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO
55682026-08-11T11:22:20.031Zadding route 172.17.0.38/32 -> 10.0.0.255
55692026-08-11T11:22:20.031Z Aug 11 11:22:19.031adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:22:19.038 DEBG
55702026-08-11T11:22:20.031Z DEBGcreated new freemap , replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
55712026-08-11T11:22:20.031Ztest route::tests::add_target_fails_full ... ok
55722026-08-11T11:22:20.031Z:Aug 11 11:22:19.038 Aug 11 11:22:19.038freemap_route_ipv4
55732026-08-11T11:22:20.031ZAug 11 11:22:19.038DEBG 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 } }] adding route 172.17.0.31/32 -> 10.0.0.255DEBG
55742026-08-11T11:22:20.031Z
55752026-08-11T11:22:20.031Z 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 } }]
55762026-08-11T11:22:20.032Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
55772026-08-11T11:22:20.032ZAug 11 11:22:19.038 DEBG Aug 11 11:22:19.038replacing 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 } }]
55782026-08-11T11:22:20.032ZDEBG created new freemapAug 11 11:22:19.038, unitINFO:Aug 11 11:22:19.038 freemap_route_ipv6INFOAug 11 11:22:19.038
55792026-08-11T11:22:20.032Zadding route 172.17.0.39/32 -> 10.0.0.255
55802026-08-11T11:22:20.032ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
55812026-08-11T11:22:20.032Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:22:19.038
55822026-08-11T11:22:20.032Z DEBGAug 11 11:22:19.038 DEBGinitted freemap. size: 64 Aug 11 11:22:19.038Aug 11 11:22:19.038replacing 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 } }]
55832026-08-11T11:22:20.032Z, DEBGunitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55842026-08-11T11:22:20.032Z
55852026-08-11T11:22:20.032Z freemap_route_ipv4Aug 11 11:22:19.038
55862026-08-11T11:22:20.032Z Aug 11 11:22:19.038INFO adding route 172.17.0.40/32 -> 10.0.0.255
55872026-08-11T11:22:20.032ZAug 11 11:22:19.038INFOAug 11 11:22:19.038 adding route 172.17.0.33/32 -> 10.0.0.255
55882026-08-11T11:22:20.032ZINFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:22:19.038
55892026-08-11T11:22:20.032Z DEBGDEBGAug 11 11:22:19.038 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 } }]
55902026-08-11T11:22:20.032Zreset freemapAug 11 11:22:19.038, DEBGunit DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :replacing targets for 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 } }]
55912026-08-11T11:22:20.032Z
55922026-08-11T11:22:20.032Zfreemap_route_ipv4
55932026-08-11T11:22:20.032ZAug 11 11:22:19.038 Aug 11 11:22:19.038Aug 11 11:22:19.038 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
55942026-08-11T11:22:20.032Z
55952026-08-11T11:22:20.032ZINFOAug 11 11:22:19.038 adding route 172.17.0.41/32 -> 10.0.0.255DEBGAug 11 11:22:19.038 Aug 11 11:22:19.038DEBG 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 } }]
55962026-08-11T11:22:20.032ZDEBGinitted freemap. size: 64
55972026-08-11T11:22:20.032Zreplacing 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 } }],
55982026-08-11T11:22:20.032Zunit 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 } }]:
55992026-08-11T11:22:20.032Z Aug 11 11:22:19.038Aug 11 11:22:19.038 INFODEBGfreemap_route_ipv6
56002026-08-11T11:22:20.032Z adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56012026-08-11T11:22:20.032ZAug 11 11:22:19.038
56022026-08-11T11:22:20.032ZAug 11 11:22:19.038INFOAug 11 11:22:19.038 DEBGAug 11 11:22:19.038 DEBG reset freemapreplacing 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, unit adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:22:19.038adding route 172.17.0.57/32 -> 10.0.0.255
56032026-08-11T11:22:20.032Z:
56042026-08-11T11:22:20.032Z
56052026-08-11T11:22:20.032Z freemap_route_ipv6 Aug 11 11:22:19.038
56062026-08-11T11:22:20.032Z Aug 11 11:22:19.038INFODEBG Aug 11 11:22:19.038 INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
56072026-08-11T11:22:20.032Z adding route 172.17.0.36/32 -> 10.0.0.255
56082026-08-11T11:22:20.032Z
56092026-08-11T11:22:20.032ZAug 11 11:22:19.038Aug 11 11:22:19.038 INFO Aug 11 11:22:19.038 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 INFOAug 11 11:22:19.038
56102026-08-11T11:22:20.036Z DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1
56112026-08-11T11:22:20.036Zreplacing 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.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56122026-08-11T11:22:20.036Z
56132026-08-11T11:22:20.036Z
56142026-08-11T11:22:20.036ZAug 11 11:22:19.038Aug 11 11:22:19.038Aug 11 11:22:19.038 Aug 11 11:22:19.038INFO INFOINFOAug 11 11:22:19.038 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 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 } }]
56152026-08-11T11:22:20.037Zadding route 172.17.0.37/32 -> 10.0.0.255DEBG
56162026-08-11T11:22:20.037Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56172026-08-11T11:22:20.037Z
56182026-08-11T11:22:20.037ZAug 11 11:22:19.038adding route 172.17.0.58/32 -> 10.0.0.255
56192026-08-11T11:22:20.037ZDEBGAug 11 11:22:19.038Aug 11 11:22:19.038 Aug 11 11:22:19.038 INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 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 } }]
56202026-08-11T11:22:20.037Z Aug 11 11:22:19.038replacing 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.2
56212026-08-11T11:22:20.037Z
56222026-08-11T11:22:20.037Z
56232026-08-11T11:22:20.037Z DEBG Aug 11 11:22:19.038replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.038INFO
56242026-08-11T11:22:20.037Z Aug 11 11:22:19.038 adding route 172.17.0.38/32 -> 10.0.0.255INFO
56252026-08-11T11:22:20.037ZAug 11 11:22:19.038Aug 11 11:22:19.038 DEBG adding route 172.17.0.44/32 -> 10.0.0.255INFO 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 } }]
56262026-08-11T11:22:20.037Zadding route 172.17.0.59/32 -> 10.0.0.255
56272026-08-11T11:22:20.037Z
56282026-08-11T11:22:20.037ZAug 11 11:22:19.038DEBG DEBGAug 11 11:22:19.038Aug 11 11:22:19.038Aug 11 11:22:19.038 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56292026-08-11T11:22:20.037Z adding route 172.17.0.37/32 -> 10.0.0.255DEBG
56302026-08-11T11:22:20.037Z 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.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 } }]
56312026-08-11T11:22:20.037Z
56322026-08-11T11:22:20.037Z
56332026-08-11T11:22:20.037ZAug 11 11:22:19.044Aug 11 11:22:19.044 Aug 11 11:22:19.044INFO DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56342026-08-11T11:22:20.037Z Aug 11 11:22:19.044 INFOadding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
56352026-08-11T11:22:20.037Z
56362026-08-11T11:22:20.037Z Aug 11 11:22:19.044 INFOadding route 172.17.0.45/32 -> 10.0.0.255 Aug 11 11:22:19.044
56372026-08-11T11:22:20.037Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:22:19.044
56382026-08-11T11:22:20.037ZDEBG 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 } }]
56392026-08-11T11:22:20.037ZDEBG Aug 11 11:22:19.044Aug 11 11:22:19.044replacing 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 } }]
56402026-08-11T11:22:20.037ZDEBGAug 11 11:22:19.044 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56412026-08-11T11:22:20.037ZAug 11 11:22:19.044 DEBG Aug 11 11:22:19.044replacing 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 } }]
56422026-08-11T11:22:20.037Zadding route 172.17.0.40/32 -> 10.0.0.255INFOINFO
56432026-08-11T11:22:20.037Z adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
56442026-08-11T11:22:20.037ZAug 11 11:22:19.044
56452026-08-11T11:22:20.037Z Aug 11 11:22:19.044Aug 11 11:22:19.044 Aug 11 11:22:19.044DEBG DEBG 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 } }]INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56462026-08-11T11:22:20.037Z
56472026-08-11T11:22:20.037Zreplacing 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 } }]
56482026-08-11T11:22:20.037Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:22:19.044
56492026-08-11T11:22:20.037Z Aug 11 11:22:19.044INFO INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:22:19.044adding route 172.17.0.40/32 -> 10.0.0.255
56502026-08-11T11:22:20.037Z
56512026-08-11T11:22:20.037ZAug 11 11:22:19.044 DEBGINFOAug 11 11:22:19.044 Aug 11 11:22:19.044 adding route 172.17.0.62/32 -> 10.0.0.255DEBG
56522026-08-11T11:22:20.037Z DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
56532026-08-11T11:22:20.037Z
56542026-08-11T11:22:20.038Zreplacing 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 } }]
56552026-08-11T11:22:20.038ZAug 11 11:22:19.044Aug 11 11:22:19.044Aug 11 11:22:19.044 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
56562026-08-11T11:22:20.038Z
56572026-08-11T11:22:20.038ZDEBGAug 11 11:22:19.044 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.044
56582026-08-11T11:22:20.038ZAug 11 11:22:19.044 INFODEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
56592026-08-11T11:22:20.038Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.044
56602026-08-11T11:22:20.038Z
56612026-08-11T11:22:20.038Z Aug 11 11:22:19.044INFO INFO adding route 172.17.0.63/32 -> 10.0.0.255
56622026-08-11T11:22:20.038Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:22:19.044
56632026-08-11T11:22:20.038Z Aug 11 11:22:19.044 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.044
56642026-08-11T11:22:20.038ZAug 11 11:22:19.044
56652026-08-11T11:22:20.038Z 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.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 } }]
56662026-08-11T11:22:20.038Z
56672026-08-11T11:22:20.038ZAug 11 11:22:19.044 DEBGAug 11 11:22:19.044Aug 11 11:22:19.044Aug 11 11:22:19.044 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255INFO
56682026-08-11T11:22:20.038Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.044failed to allocate space for the new target list
56692026-08-11T11:22:20.038Z
56702026-08-11T11:22:20.038Ztest route::tests::delete_target_full ... ok
56712026-08-11T11:22:20.038Z Aug 11 11:22:19.044INFO adding route 172.17.0.48/32 -> 10.0.0.255DEBGAug 11 11:22:19.044 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 } }]
56722026-08-11T11:22:20.038ZAug 11 11:22:19.044adding route 172.16.0.0/32 -> 10.0.0.3INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255
56732026-08-11T11:22:20.038Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56742026-08-11T11:22:20.038Z
56752026-08-11T11:22:20.038ZAug 11 11:22:19.045
56762026-08-11T11:22:20.038ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
56772026-08-11T11:22:20.038ZAug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045 Aug 11 11:22:19.045 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 } }]Aug 11 11:22:19.045DEBGDEBG 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 } }]
56782026-08-11T11:22:20.038Z 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 } }]
56792026-08-11T11:22:20.038Zfailed to allocate space for the new target list
56802026-08-11T11:22:20.038ZDEBG
56812026-08-11T11:22:20.038ZAug 11 11:22:19.045 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
56822026-08-11T11:22:20.038ZAug 11 11:22:19.045adding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:22:19.045
56832026-08-11T11:22:20.038ZINFO adding route 172.17.0.44/32 -> 10.0.0.255INFOAug 11 11:22:19.045
56842026-08-11T11:22:20.038Zadding route 172.17.0.49/32 -> 10.0.0.255
56852026-08-11T11:22:20.038ZINFOAug 11 11:22:19.045 DEBG adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:22:19.045replacing 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 } }]
56862026-08-11T11:22:20.038Z Aug 11 11:22:19.045
56872026-08-11T11:22:20.038ZDEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045
56882026-08-11T11:22:20.038Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045 DEBGINFO
56892026-08-11T11:22:20.039Z adding route 172.17.0.47/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 } }]
56902026-08-11T11:22:20.039ZAug 11 11:22:19.045Aug 11 11:22:19.045
56912026-08-11T11:22:20.039Z INFOINFOAug 11 11:22:19.045 adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:22:19.045
56922026-08-11T11:22:20.039ZDEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56932026-08-11T11:22:20.039ZAug 11 11:22:19.045adding 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.3, vlan_id: None } }] DEBG
56942026-08-11T11:22:20.039Zreplacing 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 } }]
56952026-08-11T11:22:20.039Z
56962026-08-11T11:22:20.039ZAug 11 11:22:19.045 INFO Aug 11 11:22:19.045adding route 172.17.0.48/32 -> 10.0.0.255
56972026-08-11T11:22:20.039ZAug 11 11:22:19.045DEBG 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 } }]
56982026-08-11T11:22:20.039ZINFO Aug 11 11:22:19.045adding route 172.17.0.46/32 -> 10.0.0.255 DEBG
56992026-08-11T11:22:20.039Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045Aug 11 11:22:19.031
57002026-08-11T11:22:20.039Z Aug 11 11:22:19.045 INFO DEBG INFOAug 11 11:22:19.045 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.51/32 -> 10.0.0.255
57012026-08-11T11:22:20.039ZINFO
57022026-08-11T11:22:20.039Zadding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
57032026-08-11T11:22:20.039ZAug 11 11:22:19.045
57042026-08-11T11:22:20.039Z INFOAug 11 11:22:19.045 Aug 11 11:22:19.045 DEBGAug 11 11:22:19.045DEBG adding route 172.17.0.47/32 -> 10.0.0.255
57052026-08-11T11:22:20.039Zreplacing 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.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 } }]
57062026-08-11T11:22:20.039Z
57072026-08-11T11:22:20.039ZDEBG Aug 11 11:22:19.045replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:19.045
57082026-08-11T11:22:20.039Z Aug 11 11:22:19.045 DEBGINFOINFO adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
57092026-08-11T11:22:20.039Z
57102026-08-11T11:22:20.043ZAug 11 11:22:19.045
57112026-08-11T11:22:20.043ZINFO Aug 11 11:22:19.045adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 11 11:22:19.045
57122026-08-11T11:22:20.043ZAug 11 11:22:19.045DEBG 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 } }] 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 } }]
57132026-08-11T11:22:20.043ZINFO
57142026-08-11T11:22:20.043Z adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:22:19.045
57152026-08-11T11:22:20.043Z Aug 11 11:22:19.045DEBG Aug 11 11:22:19.045 Aug 11 11:22:19.045replacing 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
57162026-08-11T11:22:20.043Z 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 } }]INFO
57172026-08-11T11:22:20.043Zadding route 172.17.0.51/32 -> 10.0.0.255 Aug 11 11:22:19.045adding route 172.17.0.53/32 -> 10.0.0.255
57182026-08-11T11:22:20.043Z
57192026-08-11T11:22:20.043Z Aug 11 11:22:19.045INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOAug 11 11:22:19.045 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
57202026-08-11T11:22:20.043Z
57212026-08-11T11:22:20.043ZAug 11 11:22:19.045 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 } }]
57222026-08-11T11:22:20.044ZAug 11 11:22:19.045Aug 11 11:22:19.045 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 } }]DEBGDEBG
57232026-08-11T11:22:20.044Z Aug 11 11:22:19.045 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 } }]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 } }] adding route 172.17.0.52/32 -> 10.0.0.255
57242026-08-11T11:22:20.044Z
57252026-08-11T11:22:20.044ZAug 11 11:22:19.045
57262026-08-11T11:22:20.044Z INFO Aug 11 11:22:19.045adding route 172.17.0.54/32 -> 10.0.0.255 Aug 11 11:22:19.045Aug 11 11:22:19.045INFO DEBGINFO
57272026-08-11T11:22:20.044Zreplacing 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 } }]
57282026-08-11T11:22:20.044Zadding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
57292026-08-11T11:22:20.044Z
57302026-08-11T11:22:20.044ZAug 11 11:22:19.045 Aug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045 INFO DEBG 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 } }] DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57312026-08-11T11:22:20.044Zadding route 172.17.0.53/32 -> 10.0.0.255
57322026-08-11T11:22:20.044Z
57332026-08-11T11:22:20.044Z 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 } }]
57342026-08-11T11:22:20.044ZAug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045Aug 11 11:22:19.045 INFOINFODEBG adding route 172.17.0.51/32 -> 10.0.0.255
57352026-08-11T11:22:20.044Zreplacing 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
57362026-08-11T11:22:20.044Zadding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:22:19.045
57372026-08-11T11:22:20.044Z
57382026-08-11T11:22:20.044Z DEBG Aug 11 11:22:19.045replacing 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 } }]
57392026-08-11T11:22:20.044ZAug 11 11:22:19.045DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.045 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 } }]
57402026-08-11T11:22:20.044Z
57412026-08-11T11:22:20.044ZAug 11 11:22:19.051 INFO Aug 11 11:22:19.051adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
57422026-08-11T11:22:20.044ZINFO Aug 11 11:22:19.051adding route 172.17.0.56/32 -> 10.0.0.255
57432026-08-11T11:22:20.044ZAug 11 11:22:19.051 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 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 } }]
57442026-08-11T11:22:20.044Z
57452026-08-11T11:22:20.044ZAug 11 11:22:19.051 INFO adding route 172.17.0.57/32 -> 10.0.0.255
57462026-08-11T11:22:20.044ZAug 11 11:22:19.051 Aug 11 11:22:19.051INFO Aug 11 11:22:19.051DEBG 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
57472026-08-11T11:22:20.044Zadding route 172.17.0.52/32 -> 10.0.0.255
57482026-08-11T11:22:20.044Z
57492026-08-11T11:22:20.044ZAug 11 11:22:19.051 Aug 11 11:22:19.051INFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG
57502026-08-11T11:22:20.044Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051
57512026-08-11T11:22:20.044Z DEBGAug 11 11:22:19.051 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
57522026-08-11T11:22:20.044Z Aug 11 11:22:19.051replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57532026-08-11T11:22:20.044ZINFO Aug 11 11:22:19.051adding route 172.17.0.53/32 -> 10.0.0.255
57542026-08-11T11:22:20.044ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
57552026-08-11T11:22:20.044ZAug 11 11:22:19.051 Aug 11 11:22:19.051DEBG Aug 11 11:22:19.051INFO 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
57562026-08-11T11:22:20.044Z adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
57572026-08-11T11:22:20.044Z
57582026-08-11T11:22:20.045ZAug 11 11:22:19.051 INFO Aug 11 11:22:19.051adding route 172.17.0.54/32 -> 10.0.0.255
57592026-08-11T11:22:20.045ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 11 11:22:19.051
57602026-08-11T11:22:20.045Z Aug 11 11:22:19.051DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:22:19.051
57612026-08-11T11:22:20.045Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051
57622026-08-11T11:22:20.045Z INFO
57632026-08-11T11:22:20.045Z Aug 11 11:22:19.051Aug 11 11:22:19.051 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
57642026-08-11T11:22:20.045Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
57652026-08-11T11:22:20.045Z
57662026-08-11T11:22:20.045ZAug 11 11:22:19.051Aug 11 11:22:19.051Aug 11 11:22:19.051 DEBG DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
57672026-08-11T11:22:20.045Z
57682026-08-11T11:22:20.045Ztest route::tests::delete_target_fragmented ... ok
57692026-08-11T11:22:20.045Zreplacing 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 } }]
57702026-08-11T11:22:20.045ZAug 11 11:22:19.051Aug 11 11:22:19.051 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 11 11:22:19.051
57712026-08-11T11:22:20.045Ztest route::tests::delete_targets_full ... ok
57722026-08-11T11:22:20.045Z adding route 172.17.0.61/32 -> 10.0.0.255INFO
57732026-08-11T11:22:20.045Z adding route 172.17.0.56/32 -> 10.0.0.255
57742026-08-11T11:22:20.045ZAug 11 11:22:19.051 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:19.051
57752026-08-11T11:22:20.045Z DEBG Aug 11 11:22:19.051replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:19.051DEBG
57762026-08-11T11:22:20.045Z replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57772026-08-11T11:22:20.045Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
57782026-08-11T11:22:20.045ZAug 11 11:22:19.051 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:22:19.051
57792026-08-11T11:22:20.045Z DEBG Aug 11 11:22:19.051replacing 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 } }]
57802026-08-11T11:22:20.045ZAug 11 11:22:19.051INFO adding route 172.17.0.62/32 -> 10.0.0.255
57812026-08-11T11:22:20.045ZDEBGAug 11 11:22:19.051 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 } }]
57822026-08-11T11:22:20.045ZAug 11 11:22:19.051adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
57832026-08-11T11:22:20.045Z replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051
57842026-08-11T11:22:20.045Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
57852026-08-11T11:22:20.045ZAug 11 11:22:19.051 DEBG Aug 11 11:22:19.051Aug 11 11:22:19.051failed to allocate space for the new target list DEBGDEBG
57862026-08-11T11:22:20.045Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
57872026-08-11T11:22:20.045Z
57882026-08-11T11:22:20.045ZAug 11 11:22:19.051Aug 11 11:22:19.051 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 11 11:22:19.051adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
57892026-08-11T11:22:20.045ZDEBG
57902026-08-11T11:22:20.045Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
57912026-08-11T11:22:20.045ZAug 11 11:22:19.051 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 } }]
57922026-08-11T11:22:20.045ZAug 11 11:22:19.051Aug 11 11:22:19.051 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 3fff:beef:37::/64 -> 2001:db8::55:ff
57932026-08-11T11:22:20.045Z
57942026-08-11T11:22:20.045ZAug 11 11:22:19.051 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 } }]
57952026-08-11T11:22:20.045ZAug 11 11:22:19.051 Aug 11 11:22:19.051INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
57962026-08-11T11:22:20.045Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
57972026-08-11T11:22:20.045ZAug 11 11:22:19.051 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 } }]
57982026-08-11T11:22:20.046ZAug 11 11:22:19.051 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:19.051
57992026-08-11T11:22:20.046Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
58002026-08-11T11:22:20.046Z Aug 11 11:22:19.057INFOAug 11 11:22:19.057 adding route 172.17.0.54/32 -> 10.0.0.255DEBGDEBG
58012026-08-11T11:22:20.046Z 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 } }]failed to allocate space for the new target list
58022026-08-11T11:22:20.046Z
58032026-08-11T11:22:20.046ZAug 11 11:22:19.057Aug 11 11:22:19.057Aug 11 11:22:19.057 INFODEBGDEBG adding route 3fff:beef:3a::/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 } }]
58042026-08-11T11:22:20.046Zreplacing 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 } }]
58052026-08-11T11:22:20.046Z
58062026-08-11T11:22:20.046ZAug 11 11:22:19.057Aug 11 11:22:19.057 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
58072026-08-11T11:22:20.046Z
58082026-08-11T11:22:20.046ZAug 11 11:22:19.057Aug 11 11:22:19.057 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 } }]
58092026-08-11T11:22:20.046ZAug 11 11:22:19.057 INFO adding route 172.17.0.56/32 -> 10.0.0.255
58102026-08-11T11:22:20.050Z INFO Aug 11 11:22:19.057adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
58112026-08-11T11:22:20.050ZDEBG 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-08-11T11:22:20.050ZAug 11 11:22:19.057 Aug 11 11:22:19.057DEBG 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 } }]
58132026-08-11T11:22:20.050Zadding route 172.17.0.57/32 -> 10.0.0.255
58142026-08-11T11:22:20.050ZAug 11 11:22:19.057Aug 11 11:22:19.057 INFODEBG adding route 3fff:beef:3c::/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 } }]
58152026-08-11T11:22:20.050Z
58162026-08-11T11:22:20.050ZAug 11 11:22:19.057Aug 11 11:22:19.057 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
58172026-08-11T11:22:20.050Z
58182026-08-11T11:22:20.051ZAug 11 11:22:19.057Aug 11 11:22:19.057 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 } }]failed to allocate space for the new target list
58192026-08-11T11:22:20.051Z
58202026-08-11T11:22:20.051ZAug 11 11:22:19.057Aug 11 11:22:19.057 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:2, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
58212026-08-11T11:22:20.051Z
58222026-08-11T11:22:20.051ZAug 11 11:22:19.057 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 } }]
58232026-08-11T11:22:20.051ZAug 11 11:22:19.057 INFO adding route 172.17.0.60/32 -> 10.0.0.255
58242026-08-11T11:22:20.051ZAug 11 11:22:19.058 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 } }]
58252026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG failed to allocate space for the new target list
58262026-08-11T11:22:20.051ZAug 11 11:22:19.058 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 } }]
58272026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG created new freemap, unit: freemap_route_ipv4
58282026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG created new freemap, unit: freemap_route_ipv6
58292026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
58302026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG reset freemap, unit: freemap_route_ipv4
58312026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
58322026-08-11T11:22:20.051ZAug 11 11:22:19.058 DEBG reset freemap, unit: freemap_route_ipv6
58332026-08-11T11:22:20.051ZAug 11 11:22:19.058 INFO adding route 172.16.0.0/32 -> 10.0.0.1
58342026-08-11T11:22:20.051ZAug 11 11:22:19.058 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 } }]
58352026-08-11T11:22:20.051ZAug 11 11:22:19.058 INFO adding route 172.16.0.0/32 -> 10.0.0.1
58362026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58372026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.16.0.0/32 -> 10.0.0.1
58382026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58392026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.16.0.0/32 -> 10.0.0.2
58402026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58412026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.0/32 -> 10.0.0.255
58422026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58432026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.1/32 -> 10.0.0.255
58442026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58452026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.2/32 -> 10.0.0.255
58462026-08-11T11:22:20.051ZAug 11 11:22:19.059 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58472026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.3/32 -> 10.0.0.255
58482026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58492026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.4/32 -> 10.0.0.255
58502026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58512026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.5/32 -> 10.0.0.255
58522026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58532026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.6/32 -> 10.0.0.255
58542026-08-11T11:22:20.051ZAug 11 11:22:19.059 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 } }]
58552026-08-11T11:22:20.051ZAug 11 11:22:19.059 INFO adding route 172.17.0.7/32 -> 10.0.0.255
58562026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58572026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.8/32 -> 10.0.0.255
58582026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58592026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.9/32 -> 10.0.0.255
58602026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58612026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.10/32 -> 10.0.0.255
58622026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58632026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.11/32 -> 10.0.0.255
58642026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58652026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.12/32 -> 10.0.0.255
58662026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58672026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58682026-08-11T11:22:20.052Ztest route::tests::delete_targets_fragmented ... ok
58692026-08-11T11:22:20.052Z
58702026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58712026-08-11T11:22:20.052Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
58722026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58732026-08-11T11:22:20.052Z
58742026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58752026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58762026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58772026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58782026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58792026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58802026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58812026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58822026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58832026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58842026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58852026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58862026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58872026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58882026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58892026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58902026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58912026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58922026-08-11T11:22:20.052ZAug 11 11:22:19.059 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58932026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58942026-08-11T11:22:20.052ZAug 11 11:22:19.059 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 } }]
58952026-08-11T11:22:20.052ZAug 11 11:22:19.059 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58962026-08-11T11:22:20.053ZAug 11 11:22:19.059 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 } }]
58972026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58982026-08-11T11:22:20.053ZAug 11 11:22:19.059 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 } }]
58992026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.27/32 -> 10.0.0.255
59002026-08-11T11:22:20.053ZAug 11 11:22:19.059 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 } }]
59012026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.28/32 -> 10.0.0.255
59022026-08-11T11:22:20.053ZAug 11 11:22:19.059 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 } }]
59032026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.29/32 -> 10.0.0.255
59042026-08-11T11:22:20.053ZAug 11 11:22:19.059 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59052026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59062026-08-11T11:22:20.053ZAug 11 11:22:19.059 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59072026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59082026-08-11T11:22:20.053ZAug 11 11:22:19.059 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59092026-08-11T11:22:20.053ZAug 11 11:22:19.059 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59102026-08-11T11:22:20.057ZAug 11 11:22:19.059 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 } }]
59112026-08-11T11:22:20.057ZAug 11 11:22:19.059 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59122026-08-11T11:22:20.057ZAug 11 11:22:19.059 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59132026-08-11T11:22:20.057ZAug 11 11:22:19.059 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59142026-08-11T11:22:20.057ZAug 11 11:22:19.059 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 } }]
59152026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59162026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59172026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59182026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59192026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59202026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59212026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59222026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59232026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59242026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59252026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59262026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59272026-08-11T11:22:20.057ZAug 11 11:22:19.064 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59282026-08-11T11:22:20.057ZAug 11 11:22:19.064 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 } }]
59292026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59302026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59312026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59322026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59332026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59342026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59352026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59362026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59372026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59382026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59392026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59402026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59412026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59422026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59432026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59442026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59452026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59462026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59472026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59482026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59492026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59502026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59512026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59522026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59532026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59542026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59552026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59562026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59572026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59582026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59592026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59602026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59612026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59622026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59632026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59642026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59652026-08-11T11:22:20.058ZAug 11 11:22:19.064 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59662026-08-11T11:22:20.058ZAug 11 11:22:19.064 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 } }]
59672026-08-11T11:22:20.058ZAug 11 11:22:19.065 DEBG failed to allocate space for the new target list
59682026-08-11T11:22:20.059ZAug 11 11:22:19.065 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 } }]
59692026-08-11T11:22:20.059Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59702026-08-11T11:22:20.059Z
59712026-08-11T11:22:20.059Zrunning 0 tests
59722026-08-11T11:22:20.059Z
59732026-08-11T11:22:20.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-08-11T11:22:20.059Z
59752026-08-11T11:22:20.059Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59762026-08-11T11:22:20.059Z
59772026-08-11T11:22:20.059Zrunning 0 tests
59782026-08-11T11:22:20.059Z
59792026-08-11T11:22:20.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-08-11T11:22:20.059Z
59812026-08-11T11:22:20.059Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59822026-08-11T11:22:20.059Z
59832026-08-11T11:22:20.059Zrunning 6 tests
59842026-08-11T11:22:20.059Ztest tests::test_port_id_cmp ... ok
59852026-08-11T11:22:20.059Ztest tests::test_parse_client_port_id ... ok
59862026-08-11T11:22:20.059Ztest tests::test_full_lot_id_neither_present ... ok
59872026-08-11T11:22:20.059Ztest tests::test_full_lot_id_both_present ... ok
59882026-08-11T11:22:20.059Ztest tests::test_full_lot_id_lotnum_only ... ok
59892026-08-11T11:22:20.059Ztest tests::test_full_lot_id_lot_only ... ok
59902026-08-11T11:22:20.059Z
59912026-08-11T11:22:20.059Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-08-11T11:22:20.059Z
59932026-08-11T11:22:20.059Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59942026-08-11T11:22:20.059Z
59952026-08-11T11:22:20.059Zrunning 0 tests
59962026-08-11T11:22:20.059Z
59972026-08-11T11:22:20.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-08-11T11:22:20.059Z
59992026-08-11T11:22:20.059Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60002026-08-11T11:22:20.059Z
60012026-08-11T11:22:20.059Zrunning 0 tests
60022026-08-11T11:22:20.059Z
60032026-08-11T11:22:20.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-08-11T11:22:20.059Z
60052026-08-11T11:22:20.059Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60062026-08-11T11:22:20.059Z
60072026-08-11T11:22:20.059Zrunning 0 tests
60082026-08-11T11:22:20.060Z
60092026-08-11T11:22:20.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60102026-08-11T11:22:20.063Z
60112026-08-11T11:22:20.063Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60122026-08-11T11:22:20.063Z
60132026-08-11T11:22:20.063Zrunning 12 tests
60142026-08-11T11:22:20.063Ztest icmp::test_v6_checksum ... ok
60152026-08-11T11:22:20.063Ztest icmp::test_v4_checksum ... ok
60162026-08-11T11:22:20.063Ztest lldp::test_lldp_parse ... ok
60172026-08-11T11:22:20.063Ztest ipv6::test_ipv6_parse ... ok
60182026-08-11T11:22:20.063Ztest pbuf::test_byte ... ok
60192026-08-11T11:22:20.063Ztest pbuf::test_nibble ... ok
60202026-08-11T11:22:20.063Ztest pbuf::test_overflow ... ok
60212026-08-11T11:22:20.063Ztest pbuf::test_short ... ok
60222026-08-11T11:22:20.063Ztest pbuf::test_twelve ... ok
60232026-08-11T11:22:20.063Ztest pbuf::test_word ... ok
60242026-08-11T11:22:20.064Ztest tcp::test_checksum_syn_nodata ... ok
60252026-08-11T11:22:20.064Ztest tcp::test_checksum_ack_data ... ok
60262026-08-11T11:22:20.064Z
60272026-08-11T11:22:20.064Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-08-11T11:22:20.064Z
60292026-08-11T11:22:20.064Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60302026-08-11T11:22:20.064Z
60312026-08-11T11:22:20.064Zrunning 0 tests
60322026-08-11T11:22:20.064Z
60332026-08-11T11:22:20.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342026-08-11T11:22:20.064Z
60352026-08-11T11:22:20.064Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60362026-08-11T11:22:20.064Z
60372026-08-11T11:22:20.064Zrunning 5 tests
60382026-08-11T11:22:20.064Ztest switchport::test::test_compute_lanes ... ok
60392026-08-11T11:22:20.064Ztest switchport::test::port_id_ordering ... ok
60402026-08-11T11:22:20.064Z Lane 0 Lane 1 Lane 2 Lane 3
60412026-08-11T11:22:20.064Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes YesLane 2
60422026-08-11T11:22:20.064Z Rx Loss-of-signal: YesLane 3
60432026-08-11T11:22:20.064ZYes State: ActivatedYes YesActivated
60442026-08-11T11:22:20.064Z Rx CDR Enabled: YesActivated Activated
60452026-08-11T11:22:20.064ZYes Rx Output Enabled: false Yes Yesfalse
60462026-08-11T11:22:20.064Zfalse Tx Enabled: Yesfalse
60472026-08-11T11:22:20.064ZYes Rx Output Status: valid Yes Yesvalid
60482026-08-11T11:22:20.064Z Tx Loss-of-lock: No validNo valid
60492026-08-11T11:22:20.064ZNo Rx Loss-of-lock: trueNo
60502026-08-11T11:22:20.064Z Tx Loss-of-signal: No true No trueNo true
60512026-08-11T11:22:20.064ZNo
60522026-08-11T11:22:20.064Z Rx Loss-of-signal: false Tx CDR Enabled: Nofalse false Nofalse
60532026-08-11T11:22:20.064ZNoRx Auto-squelch Disable: true No
60542026-08-11T11:22:20.064Ztrue Tx Adaptive EQ Fault: Notrue true
60552026-08-11T11:22:20.064ZNo Tx Output Enabled: true No Notrue
60562026-08-11T11:22:20.064Ztrue Tx Fault: Yestrue
60572026-08-11T11:22:20.064Z Yes Tx Output Status: invalid Yesinvalid Yes
60582026-08-11T11:22:20.064Zinvalid invalid
60592026-08-11T11:22:20.064Z Tx Loss-of-lock: false false false false
60602026-08-11T11:22:20.064Z Tx Loss-of-signal: true true true true
60612026-08-11T11:22:20.064ZTx Auto-squelch Disable: false false false false
60622026-08-11T11:22:20.065Z Tx Adaptive EQ Fail: true true true true
60632026-08-11T11:22:20.065Z Tx Failure: false false false false
60642026-08-11T11:22:20.065Z Tx Force Squelch: true true true true
60652026-08-11T11:22:20.065Z Tx Input Polarity: normal normal normal normal
60662026-08-11T11:22:20.065Ztest switchport::test::test_print_sff_datapath ... ok
60672026-08-11T11:22:20.065Ztest switchport::test::test_print_cmis_datapath ... ok
60682026-08-11T11:22:20.065Ztest link::test_filter ... ok
60692026-08-11T11:22:20.065Z
60702026-08-11T11:22:20.065Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60712026-08-11T11:22:20.065Z
60722026-08-11T11:22:20.065Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60732026-08-11T11:22:20.068Z
60742026-08-11T11:22:20.068Zrunning 1 test
60752026-08-11T11:22:20.069Ztest test_p4_counter_list ... ignored
60762026-08-11T11:22:20.069Z
60772026-08-11T11:22:20.069Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-11T11:22:20.069Z
60792026-08-11T11:22:20.069Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60802026-08-11T11:22:20.069Z
60812026-08-11T11:22:20.069Zrunning 5 tests
60822026-08-11T11:22:20.069Ztest test_an ... ignored
60832026-08-11T11:22:20.069Ztest test_enable ... ignored
60842026-08-11T11:22:20.069Ztest test_ip_addresses ... ignored
60852026-08-11T11:22:20.069Ztest test_kr ... ignored
60862026-08-11T11:22:20.069Ztest test_mac ... ignored
60872026-08-11T11:22:20.069Z
60882026-08-11T11:22:20.069Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892026-08-11T11:22:20.069Z
60902026-08-11T11:22:20.069Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60912026-08-11T11:22:20.072Z
60922026-08-11T11:22:20.072Zrunning 3 tests
60932026-08-11T11:22:20.072Ztest linklocal::test_parse_ipadm ... ok
60942026-08-11T11:22:20.072Ztest tfport::test_parse_tfport ... ok
60952026-08-11T11:22:20.072Ztest config::tests::test_updates ... ok
60962026-08-11T11:22:20.072Z
60972026-08-11T11:22:20.072Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-08-11T11:22:20.072Z
60992026-08-11T11:22:20.072Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61002026-08-11T11:22:20.072Z
61012026-08-11T11:22:20.072Zrunning 0 tests
61022026-08-11T11:22:20.072Z
61032026-08-11T11:22:20.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042026-08-11T11:22:20.072Z
61052026-08-11T11:22:20.072Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61062026-08-11T11:22:20.076Z
61072026-08-11T11:22:20.076Zrunning 0 tests
61082026-08-11T11:22:20.076Z
61092026-08-11T11:22:20.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-08-11T11:22:20.076Z
61112026-08-11T11:22:20.076Z Doc-tests aal
61122026-08-11T11:22:20.199Z
61132026-08-11T11:22:20.199Zrunning 0 tests
61142026-08-11T11:22:20.199Z
61152026-08-11T11:22:20.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-08-11T11:22:20.199Z
61172026-08-11T11:22:20.216Z Doc-tests aal_macros
61182026-08-11T11:22:20.286Z
61192026-08-11T11:22:20.286Zrunning 0 tests
61202026-08-11T11:22:20.286Z
61212026-08-11T11:22:20.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-08-11T11:22:20.286Z
61232026-08-11T11:22:20.297Z Doc-tests common
61242026-08-11T11:22:20.533Z
61252026-08-11T11:22:20.533Zrunning 0 tests
61262026-08-11T11:22:20.533Z
61272026-08-11T11:22:20.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-08-11T11:22:20.533Z
61292026-08-11T11:22:20.555Z Doc-tests dpd_api
61302026-08-11T11:22:21.311Z
61312026-08-11T11:22:21.311Zrunning 2 tests
61322026-08-11T11:22:21.311Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61332026-08-11T11:22:21.311Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61342026-08-11T11:22:21.311Z
61352026-08-11T11:22:21.311Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-11T11:22:21.311Z
61372026-08-11T11:22:21.343Z Doc-tests dpd_client
61382026-08-11T11:22:22.602Z
61392026-08-11T11:22:22.602Zrunning 0 tests
61402026-08-11T11:22:22.603Z
61412026-08-11T11:22:22.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-08-11T11:22:22.603Z
61432026-08-11T11:22:22.650Z Doc-tests dpd_types
61442026-08-11T11:22:22.864Z
61452026-08-11T11:22:22.865Zrunning 0 tests
61462026-08-11T11:22:22.865Z
61472026-08-11T11:22:22.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-08-11T11:22:22.865Z
61492026-08-11T11:22:22.891Z Doc-tests dpd_types_versions
61502026-08-11T11:22:24.102Z
61512026-08-11T11:22:24.102Zrunning 1 test
61522026-08-11T11:22:24.102Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61532026-08-11T11:22:24.102Z
61542026-08-11T11:22:24.102Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-11T11:22:24.102Z
61562026-08-11T11:22:24.148Z Doc-tests packet
61572026-08-11T11:22:24.263Z
61582026-08-11T11:22:24.263Zrunning 0 tests
61592026-08-11T11:22:24.263Z
61602026-08-11T11:22:24.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-08-11T11:22:24.263Z
61622026-08-11T11:22:24.279Z Doc-tests pcap
61632026-08-11T11:22:24.332Z
61642026-08-11T11:22:24.332Zrunning 0 tests
61652026-08-11T11:22:24.332Z
61662026-08-11T11:22:24.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61672026-08-11T11:22:24.332Z
61682026-08-11T11:22:24.378Z+ for feat in tofino_stub tofino_asic softnpu chaos
61692026-08-11T11:22:24.379Z+ RUST_BACKTRACE=full
61702026-08-11T11:22:24.379Z+ cargo test --features softnpu --no-fail-fast
61712026-08-11T11:22:25.022Z Compiling num-integer v0.1.46
61722026-08-11T11:22:25.109Z Compiling num-complex v0.4.6
61732026-08-11T11:22:25.156Z Compiling bitstruct_derive v0.1.0
61742026-08-11T11:22:25.159Z Compiling tap v1.0.1
61752026-08-11T11:22:25.284Z Compiling wyz v0.5.1
61762026-08-11T11:22:25.402Z Compiling num-rational v0.4.2
61772026-08-11T11:22:25.438Z Compiling num-iter v0.1.45
61782026-08-11T11:22:25.454Z Compiling num-bigint v0.4.6
61792026-08-11T11:22:25.547Z Compiling radium v0.7.0
61802026-08-11T11:22:25.560Z Compiling funty v2.0.0
61812026-08-11T11:22:25.616Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61822026-08-11T11:22:25.641Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-08-11T11:22:25.750Z Compiling num v0.4.3
61842026-08-11T11:22:25.834Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61852026-08-11T11:22:25.845Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-08-11T11:22:25.856Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-08-11T11:22:25.910Z Compiling bitvec v1.0.1
61882026-08-11T11:22:25.978Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-11T11:22:26.110Z Compiling typeid v1.0.3
61902026-08-11T11:22:26.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61912026-08-11T11:22:26.217Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-11T11:22:26.231Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-11T11:22:26.280Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-11T11:22:26.691Z Compiling ascii v1.1.0
61952026-08-11T11:22:26.970Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-11T11:22:27.063Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-08-11T11:22:27.150Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-11T11:22:27.182Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61992026-08-11T11:22:27.361Z Compiling erased-serde v0.4.8
62002026-08-11T11:22:27.423Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62012026-08-11T11:22:27.501Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62022026-08-11T11:22:27.553Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62032026-08-11T11:22:27.848Z Compiling bitstruct v0.1.1
62042026-08-11T11:22:27.955Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62052026-08-11T11:22:28.172Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-11T11:22:28.227Z Compiling serde_arrays v0.1.0
62072026-08-11T11:22:28.238Z Compiling libloading v0.7.4
62082026-08-11T11:22:28.405Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62092026-08-11T11:22:29.048Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62102026-08-11T11:22:29.260Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-08-11T11:22:29.275Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62122026-08-11T11:22:30.424Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62132026-08-11T11:22:31.238Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62142026-08-11T11:22:37.571Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-08-11T11:22:37.795Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62162026-08-11T11:22:37.803Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-11T11:22:37.871Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62182026-08-11T11:22:38.247Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62192026-08-11T11:22:38.502Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62202026-08-11T11:22:39.987Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62212026-08-11T11:22:40.959Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-11T11:22:42.871Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62232026-08-11T11:22:43.541Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62242026-08-11T11:22:44.932Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-08-11T11:22:46.952Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62262026-08-11T11:22:47.105Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62272026-08-11T11:22:47.878Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62282026-08-11T11:22:55.659Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-11T11:22:58.046Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-08-11T11:23:01.091Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-08-11T11:23:43.558Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
62322026-08-11T11:23:43.564Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62332026-08-11T11:23:43.564Z
62342026-08-11T11:23:43.564Zrunning 5 tests
62352026-08-11T11:23:43.564Ztest fuse::tests::chip_revision_a0 ... ok
62362026-08-11T11:23:43.564Ztest fuse::tests::chip_revision_b1 ... ok
62372026-08-11T11:23:43.564Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62382026-08-11T11:23:43.564Ztest fuse::tests::chip_revision_b0 ... ok
62392026-08-11T11:23:43.564Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62402026-08-11T11:23:43.564Z
62412026-08-11T11:23:43.564Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-08-11T11:23:43.564Z
62432026-08-11T11:23:43.564Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62442026-08-11T11:23:43.564Z
62452026-08-11T11:23:43.565Zrunning 0 tests
62462026-08-11T11:23:43.565Z
62472026-08-11T11:23:43.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-08-11T11:23:43.565Z
62492026-08-11T11:23:43.565Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62502026-08-11T11:23:43.565Z
62512026-08-11T11:23:43.565Zrunning 0 tests
62522026-08-11T11:23:43.565Z
62532026-08-11T11:23:43.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542026-08-11T11:23:43.565Z
62552026-08-11T11:23:43.565Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62562026-08-11T11:23:43.565Z
62572026-08-11T11:23:43.565Zrunning 10 tests
62582026-08-11T11:23:43.565Ztest nat::tests::test_vni ... ok
62592026-08-11T11:23:43.565Ztest network::tests::test_equal ... ok
62602026-08-11T11:23:43.565Ztest network::tests::test_eui64 ... ok
62612026-08-11T11:23:43.565Ztest network::tests::test_into ... ok
62622026-08-11T11:23:43.565Ztest network::tests::test_generate_ipv6_link_local ... ok
62632026-08-11T11:23:43.565Ztest network::tests::test_not_equal ... ok
62642026-08-11T11:23:43.565Ztest network::tests::test_parse ... ok
62652026-08-11T11:23:43.565Ztest network::tests::test_to_string ... ok
62662026-08-11T11:23:43.565Ztest test_purge ... ok
62672026-08-11T11:23:43.565Ztest illumos::test::address_exists_handles_missing_object ... ok
62682026-08-11T11:23:43.565Z
62692026-08-11T11:23:43.565Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62702026-08-11T11:23:43.565Z
62712026-08-11T11:23:43.566Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62722026-08-11T11:23:43.566Z
62732026-08-11T11:23:43.566Zrunning 1 test
62742026-08-11T11:23:43.566Z -------
62752026-08-11T11:23:43.566Z Generating OpenAPI documents from API definitions ...
62762026-08-11T11:23:43.566Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62772026-08-11T11:23:43.566Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62782026-08-11T11:23:44.129Z -------
62792026-08-11T11:23:44.129Z Checking 12 OpenAPI documents...
62802026-08-11T11:23:44.129Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-11T11:23:44.129Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-11T11:23:44.129Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-11T11:23:44.129Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-11T11:23:44.133Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-11T11:23:44.133Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-11T11:23:44.134Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-08-11T11:23:44.134Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-08-11T11:23:44.134Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-11T11:23:44.134Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-11T11:23:44.134Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-11T11:23:44.134Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-11T11:23:44.134Z Fresh dpd "latest" symlink
62932026-08-11T11:23:44.134Z -------
62942026-08-11T11:23:44.134Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62952026-08-11T11:23:44.193Ztest test::test_apis_up_to_date ... ok
62962026-08-11T11:23:44.193Z
62972026-08-11T11:23:44.193Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
62982026-08-11T11:23:44.194Z
62992026-08-11T11:23:44.251Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63002026-08-11T11:23:44.257Z
63012026-08-11T11:23:44.257Zrunning 34 tests
63022026-08-11T11:23:44.261Ztest freemap::test_ordering ... ok
63032026-08-11T11:23:44.261Ztest config::tests::test_updates ... ok
63042026-08-11T11:23:44.261Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63052026-08-11T11:23:44.261Ztest freemap::test_split ... ok
63062026-08-11T11:23:44.261Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63072026-08-11T11:23:44.261Ztest macaddrs::tests::test_mac_offset ... ok
63082026-08-11T11:23:44.266Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63092026-08-11T11:23:44.266ZAug 11 11:23:43.302 DEBG created new freemap, unit: freemap_test
63102026-08-11T11:23:44.266ZAug 11 11:23:43.302 DEBG initted freemap. size: 128, unit: freemap_test
63112026-08-11T11:23:44.266ZAug 11 11:23:43.302 DEBG reset freemap, unit: freemap_test
63122026-08-11T11:23:44.266Ztest macaddrs::tests::test_parse_port_id ... ok
63132026-08-11T11:23:44.266ZAug 11 11:23:43.302 DEBG created new freemap, unit: freemap_test
63142026-08-11T11:23:44.266ZAug 11 11:23:43.302 DEBG created new freemap, unit: freemap_test
63152026-08-11T11:23:44.266ZAug 11 11:23:43.302Aug 11 11:23:43.302 DEBG initted freemap. size: 128, unit: freemap_test
63162026-08-11T11:23:44.267ZAug 11 11:23:43.302 DEBG reset freemap , unit:DEBG freemap_test
63172026-08-11T11:23:44.267Ztest nat::test_mapping ... ok
63182026-08-11T11:23:44.267ZAug 11 11:23:43.302 DEBG created new freemap, unitinitted freemap. size: 128: , freemap_testunit:
63192026-08-11T11:23:44.267Z freemap_test
63202026-08-11T11:23:44.267ZAug 11 11:23:43.302 DEBG initted freemap. size: 128, unit: Aug 11 11:23:43.302freemap_test
63212026-08-11T11:23:44.267ZDEBG reset freemap, unitAug 11 11:23:43.302: DEBGfreemap_test
63222026-08-11T11:23:44.267Zreset freemap, unit: freemap_test
63232026-08-11T11:23:44.267Ztest freemap::test_basic ... ok
63242026-08-11T11:23:44.267Ztest freemap::test_free ... ok
63252026-08-11T11:23:44.267Ztest freemap::test_exhaustion ... ok
63262026-08-11T11:23:44.267Ztest freemap::test_reclaim ... ok
63272026-08-11T11:23:44.267Ztest port_map::tests::test_backplane_group ... ok
63282026-08-11T11:23:44.267Ztest port_map::tests::test_port_map ... ok
63292026-08-11T11:23:44.267Ztest port_map::tests::dump_map ... ok
63302026-08-11T11:23:44.267ZAug 11 11:23:43.303 DEBG created new freemap, unit: freemap_test
63312026-08-11T11:23:44.267ZAug 11 11:23:43.303 DEBG initted freemap. size: 8, unit: freemap_test
63322026-08-11T11:23:44.267ZAug 11 11:23:43.303 DEBG reset freemap, unit: freemap_test
63332026-08-11T11:23:44.268Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63342026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG created new freemap, unit: freemap_route_ipv4
63352026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG created new freemap, unit: freemap_route_ipv6
63362026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63372026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG reset freemap, unit: freemap_route_ipv4
63382026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63392026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG reset freemap, unit: freemap_route_ipv6
63402026-08-11T11:23:44.268ZAug 11 11:23:43.304 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63412026-08-11T11:23:44.268Ztest api_server::tests::test_build_info ... ok
63422026-08-11T11:23:44.268ZAug 11 11:23:43.304 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 } }]
63432026-08-11T11:23:44.268ZAug 11 11:23:43.304 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63442026-08-11T11:23:44.268ZAug 11 11:23:43.304 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 } }]
63452026-08-11T11:23:44.268ZAug 11 11:23:43.304 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
63462026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG Aug 11 11:23:43.304replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
63472026-08-11T11:23:44.268ZDEBG created new freemapAug 11 11:23:43.304 , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:4
63482026-08-11T11:23:44.268Zfreemap_test
63492026-08-11T11:23:44.268ZAug 11 11:23:43.304 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:23:43.304
63502026-08-11T11:23:44.268Z DEBG initted freemap. size: 128, Aug 11 11:23:43.304unit :INFO Aug 11 11:23:43.304adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_test
63512026-08-11T11:23:44.269Z
63522026-08-11T11:23:44.269ZDEBG created new freemap, unitAug 11 11:23:43.304:Aug 11 11:23:43.304 DEBGDEBGfreemap_route_ipv4
63532026-08-11T11:23:44.269Zreset freemap , replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
63542026-08-11T11:23:44.269ZAug 11 11:23:43.304: freemap_testDEBG
63552026-08-11T11:23:44.269Z Aug 11 11:23:43.304created new freemap , INFO unitadding route 3fff:beef:1::/64 -> 2001:db8::55:ff:
63562026-08-11T11:23:44.269Z freemap_route_ipv6
63572026-08-11T11:23:44.269ZAug 11 11:23:43.304Aug 11 11:23:43.304 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
63582026-08-11T11:23:44.269Ztest port_map::tests::parse_softnpu_revision ... ok
63592026-08-11T11:23:44.269Z, unit: freemap_route_ipv4Aug 11 11:23:43.304
63602026-08-11T11:23:44.269Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63612026-08-11T11:23:44.269ZAug 11 11:23:43.304 DEBGAug 11 11:23:43.304 reset freemapDEBG, unitreplacing 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 } }]:
63622026-08-11T11:23:44.269Z freemap_route_ipv4
63632026-08-11T11:23:44.269ZAug 11 11:23:43.304 INFOAug 11 11:23:43.304 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
63642026-08-11T11:23:44.269Z initted freemap. size: 64, unit:Aug 11 11:23:43.304 freemap_route_ipv6DEBG
63652026-08-11T11:23:44.269Z 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 } }]
63662026-08-11T11:23:44.269ZAug 11 11:23:43.304 DEBGAug 11 11:23:43.304 reset freemapINFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff:
63672026-08-11T11:23:44.269Z freemap_route_ipv6
63682026-08-11T11:23:44.269ZAug 11 11:23:43.304 Aug 11 11:23:43.304DEBG 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 } }]
63692026-08-11T11:23:44.269Zadding route 3fff:dead::/64 -> 2001:db8::55:1
63702026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:5::/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 } }]
63712026-08-11T11:23:44.270Z
63722026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 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:dead::/64 -> 2001:db8::55:2
63732026-08-11T11:23:44.270Z
63742026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
63752026-08-11T11:23:44.270Z
63762026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 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::/64 -> 2001:db8::55:ff
63772026-08-11T11:23:44.270Z
63782026-08-11T11:23:44.270Ztest freemap::test_span ... ok
63792026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:7::/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 } }]
63802026-08-11T11:23:44.270Z
63812026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 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:1::/64 -> 2001:db8::55:ff
63822026-08-11T11:23:44.270Z
63832026-08-11T11:23:44.270ZAug 11 11:23:43.304Aug 11 11:23:43.304 DEBGAug 11 11:23:43.304INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.304adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63842026-08-11T11:23:44.270Z
63852026-08-11T11:23:44.270ZDEBG DEBGcreated new freemap , created new freemapAug 11 11:23:43.304Aug 11 11:23:43.304unit , INFOunit adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG:
63862026-08-11T11:23:44.270Z: freemap_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 } }]
63872026-08-11T11:23:44.270Z
63882026-08-11T11:23:44.270Zfreemap_route_ipv4
63892026-08-11T11:23:44.271ZAug 11 11:23:43.304Aug 11 11:23:43.304 Aug 11 11:23:43.304DEBGINFO Aug 11 11:23:43.304replacing 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 } }]
63902026-08-11T11:23:44.271Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63912026-08-11T11:23:44.271ZDEBGDEBG Aug 11 11:23:43.304 created new freemap created new freemapINFOAug 11 11:23:43.304, , unitunitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG: replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
63922026-08-11T11:23:44.271Z
63932026-08-11T11:23:44.271Z
63942026-08-11T11:23:44.271Z: freemap_route_ipv6
63952026-08-11T11:23:44.271ZAug 11 11:23:43.304 Aug 11 11:23:43.304DEBG Aug 11 11:23:43.304Aug 11 11:23:43.304DEBG initted freemap. size: 64INFO, replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
63962026-08-11T11:23:44.271Z :DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:fffreemap_route_ipv4
63972026-08-11T11:23:44.271Zinitted freemap. size: 64
63982026-08-11T11:23:44.271Z, unit: Aug 11 11:23:43.304freemap_route_ipv4 Aug 11 11:23:43.304Aug 11 11:23:43.304INFO
63992026-08-11T11:23:44.271ZDEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64002026-08-11T11:23:44.271Z
64012026-08-11T11:23:44.271Zreset freemap, unit:Aug 11 11:23:43.304 Aug 11 11:23:43.304DEBGfreemap_route_ipv4
64022026-08-11T11:23:44.271Zreplacing 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
64032026-08-11T11:23:44.271Z Aug 11 11:23:43.304adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64042026-08-11T11:23:44.271ZAug 11 11:23:43.304Aug 11 11:23:43.304 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG Aug 11 11:23:43.304initted freemap. size: 64
64052026-08-11T11:23:44.271Zreset freemapDEBG 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 } }],
64062026-08-11T11:23:44.271ZAug 11 11:23:43.304unit, :DEBGunit : freemap_route_ipv6 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 } }]
64072026-08-11T11:23:44.272Z
64082026-08-11T11:23:44.277Zfreemap_route_ipv4Aug 11 11:23:43.304Aug 11 11:23:43.304 Aug 11 11:23:43.304 INFOINFO
64092026-08-11T11:23:44.277Z DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64102026-08-11T11:23:44.277Z
64112026-08-11T11:23:44.277Zreset freemap, Aug 11 11:23:43.304unit Aug 11 11:23:43.304DEBG: Aug 11 11:23:43.304freemap_route_ipv6DEBG 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
64122026-08-11T11:23:44.277Z
64132026-08-11T11:23:44.277Z 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 } }]initted freemap. size: 64Aug 11 11:23:43.304,
64142026-08-11T11:23:44.277ZINFOAug 11 11:23:43.304 adding route 3fff:dead::/64 -> 2001:db8::55:1unit
64152026-08-11T11:23:44.277Z Aug 11 11:23:43.304INFO:Aug 11 11:23:43.304 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64162026-08-11T11:23:44.277ZINFODEBG adding route 3fff:beef:7::/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 } }]freemap_route_ipv6
64172026-08-11T11:23:44.277Z
64182026-08-11T11:23:44.277ZAug 11 11:23:43.304
64192026-08-11T11:23:44.277Z 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 } }]
64202026-08-11T11:23:44.277ZAug 11 11:23:43.304 Aug 11 11:23:43.304INFO Aug 11 11:23:43.304 DEBGAug 11 11:23:43.304 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
64212026-08-11T11:23:44.277Z
64222026-08-11T11:23:44.277Z , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit
64232026-08-11T11:23:44.278Z:Aug 11 11:23:43.304 Aug 11 11:23:43.304INFO freemap_route_ipv6 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:23:43.304
64242026-08-11T11:23:44.278ZDEBG
64252026-08-11T11:23:44.278Z 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 } }]
64262026-08-11T11:23:44.278ZDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.304
64272026-08-11T11:23:44.278ZAug 11 11:23:43.304Aug 11 11:23:43.304 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:43.304
64282026-08-11T11:23:44.278Zreplacing 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 } }]
64292026-08-11T11:23:44.278ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64302026-08-11T11:23:44.278ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64312026-08-11T11:23:44.278Z
64322026-08-11T11:23:44.278ZAug 11 11:23:43.305 DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305
64332026-08-11T11:23:44.278Z Aug 11 11:23:43.305adding route 3fff:dead::/64 -> 2001:db8::55:1
64342026-08-11T11:23:44.278ZINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
64352026-08-11T11:23:44.278Z
64362026-08-11T11:23:44.278ZAug 11 11:23:43.305 INFO Aug 11 11:23:43.305adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64372026-08-11T11:23:44.278ZAug 11 11:23:43.305INFOAug 11 11:23:43.305 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
64382026-08-11T11:23:44.278ZAug 11 11:23:43.305 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 } }]
64392026-08-11T11:23:44.278ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64402026-08-11T11:23:44.278Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305
64412026-08-11T11:23:44.278ZDEBG Aug 11 11:23:43.305replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305Aug 11 11:23:43.305
64422026-08-11T11:23:44.278Z INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 11 11:23:43.305
64432026-08-11T11:23:44.279Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
64442026-08-11T11:23:44.279ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:23:43.305adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
64452026-08-11T11:23:44.279Z DEBG
64462026-08-11T11:23:44.279Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64472026-08-11T11:23:44.279ZAug 11 11:23:43.305 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
64482026-08-11T11:23:44.279Z Aug 11 11:23:43.305Aug 11 11:23:43.305replacing 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 } }]
64492026-08-11T11:23:44.279ZINFO Aug 11 11:23:43.305adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64502026-08-11T11:23:44.279ZAug 11 11:23:43.305 INFO INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:23:43.305replacing 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 } }]
64512026-08-11T11:23:44.279Z
64522026-08-11T11:23:44.279ZDEBG 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 } }]
64532026-08-11T11:23:44.279Z
64542026-08-11T11:23:44.279ZAug 11 11:23:43.305 DEBG Aug 11 11:23:43.305Aug 11 11:23:43.305 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 } }]INFOAug 11 11:23:43.305
64552026-08-11T11:23:44.279Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGAug 11 11:23:43.305
64562026-08-11T11:23:44.279Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64572026-08-11T11:23:44.279Z INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64582026-08-11T11:23:44.279Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
64592026-08-11T11:23:44.280ZAug 11 11:23:43.305 Aug 11 11:23:43.305DEBGINFO DEBGadding route 3fff:beef:d::/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 } }]
64602026-08-11T11:23:44.280ZAug 11 11:23:43.305
64612026-08-11T11:23:44.280Zreplacing 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 } }]
64622026-08-11T11:23:44.280Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305Aug 11 11:23:43.305
64632026-08-11T11:23:44.280ZINFO Aug 11 11:23:43.305INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff 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 } }]
64642026-08-11T11:23:44.280ZAug 11 11:23:43.305
64652026-08-11T11:23:44.280ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64662026-08-11T11:23:44.280ZAug 11 11:23:43.305 DEBGAug 11 11:23:43.305 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64672026-08-11T11:23:44.280Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64682026-08-11T11:23:44.280ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64692026-08-11T11:23:44.280Z
64702026-08-11T11:23:44.280ZAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 INFOINFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64712026-08-11T11:23:44.280Z
64722026-08-11T11:23:44.280Z
64732026-08-11T11:23:44.280ZAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBG DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64742026-08-11T11:23:44.281Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64752026-08-11T11:23:44.281Z
64762026-08-11T11:23:44.281ZAug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64772026-08-11T11:23:44.281Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64782026-08-11T11:23:44.281Z
64792026-08-11T11:23:44.281ZAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG DEBG 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 } }] replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64802026-08-11T11:23:44.281Z
64812026-08-11T11:23:44.281Z
64822026-08-11T11:23:44.281ZAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64832026-08-11T11:23:44.281Z
64842026-08-11T11:23:44.281Z
64852026-08-11T11:23:44.281ZAug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64862026-08-11T11:23:44.281Zreplacing 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 } }]
64872026-08-11T11:23:44.281Z
64882026-08-11T11:23:44.281ZAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
64892026-08-11T11:23:44.281Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64902026-08-11T11:23:44.281Z
64912026-08-11T11:23:44.281ZAug 11 11:23:43.305 Aug 11 11:23:43.305DEBG Aug 11 11:23:43.305DEBGreplacing 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 } }]
64922026-08-11T11:23:44.281Zreplacing 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 } }]
64932026-08-11T11:23:44.281ZDEBG 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 } }]
64942026-08-11T11:23:44.281ZAug 11 11:23:43.305Aug 11 11:23:43.305 INFOINFO Aug 11 11:23:43.305adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64952026-08-11T11:23:44.281ZINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64962026-08-11T11:23:44.282Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64972026-08-11T11:23:44.282ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBGAug 11 11:23:43.305 DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64982026-08-11T11:23:44.282Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64992026-08-11T11:23:44.282Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305
65002026-08-11T11:23:44.282Z Aug 11 11:23:43.305INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
65012026-08-11T11:23:44.282Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65022026-08-11T11:23:44.282Z Aug 11 11:23:43.305INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65032026-08-11T11:23:44.282Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65042026-08-11T11:23:44.282Z 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 } }]
65052026-08-11T11:23:44.282ZAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305 INFODEBG 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:9::/64 -> 2001:db8::55:ff
65062026-08-11T11:23:44.282ZINFO
65072026-08-11T11:23:44.282Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65082026-08-11T11:23:44.287ZAug 11 11:23:43.305Aug 11 11:23:43.305 INFODEBG Aug 11 11:23:43.305 adding route 3fff:beef:a::/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 } }]
65092026-08-11T11:23:44.288Z
65102026-08-11T11:23:44.288Z 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 } }]
65112026-08-11T11:23:44.288ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65122026-08-11T11:23:44.288Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65132026-08-11T11:23:44.288Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65142026-08-11T11:23:44.288ZAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65152026-08-11T11:23:44.288Zreplacing 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 } }]
65162026-08-11T11:23:44.288ZDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305
65172026-08-11T11:23:44.288Z Aug 11 11:23:43.305DEBG Aug 11 11:23:43.305replacing 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 } }]
65182026-08-11T11:23:44.288ZINFOAug 11 11:23:43.305 INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65192026-08-11T11:23:44.288ZDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemapAug 11 11:23:43.305
65202026-08-11T11:23:44.288Z, unitINFOAug 11 11:23:43.305: adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4
65212026-08-11T11:23:44.288ZDEBG
65222026-08-11T11:23:44.288Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305
65232026-08-11T11:23:44.288ZAug 11 11:23:43.305 DEBGDEBG Aug 11 11:23:43.305replacing 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 } }]
65242026-08-11T11:23:44.289ZAug 11 11:23:43.305replacing 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 } }]
65252026-08-11T11:23:44.289ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
65262026-08-11T11:23:44.289Z Aug 11 11:23:43.305Aug 11 11:23:43.305created new freemap INFOINFO Aug 11 11:23:43.305adding route 3fff:beef:18::/64 -> 2001:db8::55:ff,
65272026-08-11T11:23:44.289Z DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff unit
65282026-08-11T11:23:44.289Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 11 11:23:43.305
65292026-08-11T11:23:44.289ZDEBGfreemap_route_ipv6 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 } }]
65302026-08-11T11:23:44.289Z
65312026-08-11T11:23:44.289ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBGINFOAug 11 11:23:43.305 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
65322026-08-11T11:23:44.289Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65332026-08-11T11:23:44.289ZAug 11 11:23:43.305
65342026-08-11T11:23:44.289Z DEBGAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 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:e::/64 -> 2001:db8::55:ffDEBG
65352026-08-11T11:23:44.289Z
65362026-08-11T11:23:44.289Zinitted freemap. size: 64 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 } }],
65372026-08-11T11:23:44.289ZunitAug 11 11:23:43.305:Aug 11 11:23:43.305 freemap_route_ipv4 INFOAug 11 11:23:43.305
65382026-08-11T11:23:44.289Z DEBG INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65392026-08-11T11:23:44.289Zadding route 3fff:beef:1a::/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 } }]
65402026-08-11T11:23:44.289Z
65412026-08-11T11:23:44.289ZAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG INFO DEBGDEBGreplacing 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 } }]
65422026-08-11T11:23:44.290Zreset freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65432026-08-11T11:23:44.290Z,
65442026-08-11T11:23:44.290Zunit: freemap_route_ipv4
65452026-08-11T11:23:44.290ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBG INFOAug 11 11:23:43.305replacing 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 } }]
65462026-08-11T11:23:44.290Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
65472026-08-11T11:23:44.290ZAug 11 11:23:43.305 Aug 11 11:23:43.305 DEBGINFOAug 11 11:23:43.305 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBG
65482026-08-11T11:23:44.290Z
65492026-08-11T11:23:44.290Zinitted 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 } }], unit
65502026-08-11T11:23:44.290Z:Aug 11 11:23:43.305 freemap_route_ipv6DEBG
65512026-08-11T11:23:44.290Z Aug 11 11:23:43.305replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305
65522026-08-11T11:23:44.290Z INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65532026-08-11T11:23:44.290Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305DEBGAug 11 11:23:43.305
65542026-08-11T11:23:44.290Z INFODEBG reset freemapreplacing 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:1c::/64 -> 2001:db8::55:ff
65552026-08-11T11:23:44.290Z
65562026-08-11T11:23:44.290Z, unit: freemap_route_ipv6Aug 11 11:23:43.305
65572026-08-11T11:23:44.290ZAug 11 11:23:43.305 Aug 11 11:23:43.305INFO DEBG INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65582026-08-11T11:23:44.290Z
65592026-08-11T11:23:44.291ZAug 11 11:23:43.305
65602026-08-11T11:23:44.291Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
65612026-08-11T11:23:44.291ZAug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBG DEBG INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:1d::/64 -> 2001:db8::55:ff
65622026-08-11T11:23:44.291ZDEBG
65632026-08-11T11:23:44.291Z
65642026-08-11T11:23:44.291Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65652026-08-11T11:23:44.291ZAug 11 11:23:43.305 INFOAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305 DEBGadding route 3fff:beef:12::/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 } }]
65662026-08-11T11:23:44.291ZINFO
65672026-08-11T11:23:44.291ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65682026-08-11T11:23:44.291Z
65692026-08-11T11:23:44.291Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65702026-08-11T11:23:44.291ZAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG DEBGAug 11 11:23:43.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
65712026-08-11T11:23:44.291Zreplacing 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: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 } }]
65722026-08-11T11:23:44.291ZDEBG
65732026-08-11T11:23:44.291ZAug 11 11:23:43.305 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 } }]INFOAug 11 11:23:43.305
65742026-08-11T11:23:44.291Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:23:43.305adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65752026-08-11T11:23:44.291Z
65762026-08-11T11:23:44.291ZAug 11 11:23:43.305INFO Aug 11 11:23:43.305 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65772026-08-11T11:23:44.291Z INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
65782026-08-11T11:23:44.291Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
65792026-08-11T11:23:44.291Z
65802026-08-11T11:23:44.292ZAug 11 11:23:43.305Aug 11 11:23:43.305 DEBGDEBG Aug 11 11:23:43.305Aug 11 11:23:43.305 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: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 } }]
65812026-08-11T11:23:44.292ZINFO
65822026-08-11T11:23:44.292Z INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:23:43.305Aug 11 11:23:43.305 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOINFO
65832026-08-11T11:23:44.292Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65842026-08-11T11:23:44.292Z
65852026-08-11T11:23:44.292Z
65862026-08-11T11:23:44.292ZAug 11 11:23:43.305 DEBG Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBGDEBG 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:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
65872026-08-11T11:23:44.292Zreplacing 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 } }]
65882026-08-11T11:23:44.292Z
65892026-08-11T11:23:44.292Z Aug 11 11:23:43.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
65902026-08-11T11:23:44.292ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:23:43.305
65912026-08-11T11:23:44.292ZAug 11 11:23:43.305 INFO INFOAug 11 11:23:43.305 Aug 11 11:23:43.305adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65922026-08-11T11:23:44.292Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
65932026-08-11T11:23:44.292ZDEBG 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:dead::/64 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 } }]
65942026-08-11T11:23:44.292ZAug 11 11:23:43.305
65952026-08-11T11:23:44.292Z DEBGAug 11 11:23:43.305 Aug 11 11:23:43.305Aug 11 11:23:43.305replacing 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 } }]
65962026-08-11T11:23:44.292ZINFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffWARN
65972026-08-11T11:23:44.292Z 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:23:43.305
65982026-08-11T11:23:44.292ZAug 11 11:23:43.305 INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65992026-08-11T11:23:44.292Zreplacing 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 } }]
66002026-08-11T11:23:44.293Z
66012026-08-11T11:23:44.293ZAug 11 11:23:43.305 Aug 11 11:23:43.305INFOAug 11 11:23:43.305Aug 11 11:23:43.305 INFODEBG ERRO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
66022026-08-11T11:23:44.293Z
66032026-08-11T11:23:44.293Z
66042026-08-11T11:23:44.293Z
66052026-08-11T11:23:44.293ZAug 11 11:23:43.305Aug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305DEBG INFODEBG 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 } }]ERRO
66062026-08-11T11:23:44.293Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff 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 } }]
66072026-08-11T11:23:44.293Zshrink-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
66082026-08-11T11:23:44.298ZAug 11 11:23:43.305
66092026-08-11T11:23:44.298Z INFOAug 11 11:23:43.305 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66102026-08-11T11:23:44.298ZAug 11 11:23:43.305adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66112026-08-11T11:23:44.298ZDEBG 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 } }]
66122026-08-11T11:23:44.298ZAug 11 11:23:43.305Aug 11 11:23:43.305
66132026-08-11T11:23:44.298Z DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.305 Aug 11 11:23:43.305replacing 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 } }]
66142026-08-11T11:23:44.298Z
66152026-08-11T11:23:44.298ZDEBGINFO 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:18::/64 -> 2001:db8::55:ff
66162026-08-11T11:23:44.298Z
66172026-08-11T11:23:44.298ZAug 11 11:23:43.305 INFOAug 11 11:23:43.305Aug 11 11:23:43.305 Aug 11 11:23:43.305adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66182026-08-11T11:23:44.298ZDEBGINFO 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 } }]
66192026-08-11T11:23:44.298ZAug 11 11:23:43.305INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66202026-08-11T11:23:44.298Z
66212026-08-11T11:23:44.299Z DEBG Aug 11 11:23:43.306Aug 11 11:23:43.305Aug 11 11:23:43.306replacing 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 } }]
66222026-08-11T11:23:44.299Z DEBG INFODEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
66232026-08-11T11:23:44.299Zadding route 3fff:beef:26::/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 } }]
66242026-08-11T11:23:44.299Z
66252026-08-11T11:23:44.299Z
66262026-08-11T11:23:44.299ZAug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306 DEBGDEBG INFOINFO 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 } }]
66272026-08-11T11:23:44.299Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66282026-08-11T11:23:44.299Zreplacing 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 } }]
66292026-08-11T11:23:44.299Z
66302026-08-11T11:23:44.299ZAug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306INFODEBG INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }]
66312026-08-11T11:23:44.299Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66322026-08-11T11:23:44.299Zreplacing 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 } }]
66332026-08-11T11:23:44.299Z
66342026-08-11T11:23:44.299ZAug 11 11:23:43.306 DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306INFOAug 11 11:23:43.306
66352026-08-11T11:23:44.299Z DEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66362026-08-11T11:23:44.299Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66372026-08-11T11:23:44.299Z
66382026-08-11T11:23:44.299ZAug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 INFOINFODEBG Aug 11 11:23:43.306 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
66392026-08-11T11:23:44.299Zreplacing 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:1b::/64 -> 2001:db8::55:ff
66402026-08-11T11:23:44.300Z
66412026-08-11T11:23:44.300Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
66422026-08-11T11:23:44.300Z Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306Aug 11 11:23:43.306 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66432026-08-11T11:23:44.300Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 11 11:23:43.306DEBG
66442026-08-11T11:23:44.300Z INFO
66452026-08-11T11:23:44.300Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66462026-08-11T11:23:44.300ZAug 11 11:23:43.306Aug 11 11:23:43.306
66472026-08-11T11:23:44.300Z DEBGDEBGAug 11 11:23:43.306 Aug 11 11:23:43.306 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 } }] 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 } }]
66482026-08-11T11:23:44.300Z
66492026-08-11T11:23:44.300ZINFOreplacing 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 } }]
66502026-08-11T11:23:44.300ZAug 11 11:23:43.306adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66512026-08-11T11:23:44.300ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66522026-08-11T11:23:44.300ZAug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306 INFOINFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
66532026-08-11T11:23:44.300Z adding route 3fff:beef:1c::/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 } }]
66542026-08-11T11:23:44.300Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
66552026-08-11T11:23:44.300Z
66562026-08-11T11:23:44.300ZINFO Aug 11 11:23:43.306adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66572026-08-11T11:23:44.300ZDEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
66582026-08-11T11:23:44.301Z Aug 11 11:23:43.306INFODEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66592026-08-11T11:23:44.301ZAug 11 11:23:43.306 adding route 3fff:beef:1a::/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 } }] INFO
66602026-08-11T11:23:44.301Z
66612026-08-11T11:23:44.301Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
66622026-08-11T11:23:44.301Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
66632026-08-11T11:23:44.301Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
66642026-08-11T11:23:44.301ZAug 11 11:23:43.306 DEBGAug 11 11:23:43.306DEBG 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 } }]
66652026-08-11T11:23:44.301ZAug 11 11:23:43.306 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66662026-08-11T11:23:44.301Z Aug 11 11:23:43.306INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66672026-08-11T11:23:44.301Z
66682026-08-11T11:23:44.301ZAug 11 11:23:43.306 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66692026-08-11T11:23:44.301Z
66702026-08-11T11:23:44.301ZAug 11 11:23:43.306 DEBGAug 11 11:23:43.306 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 } }]INFOAug 11 11:23:43.306
66712026-08-11T11:23:44.301Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
66722026-08-11T11:23:44.301Z 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 } }]
66732026-08-11T11:23:44.301ZAug 11 11:23:43.306 Aug 11 11:23:43.306INFO DEBGAug 11 11:23:43.306adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66742026-08-11T11:23:44.301Z INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66752026-08-11T11:23:44.301Z
66762026-08-11T11:23:44.301ZAug 11 11:23:43.306 DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
66772026-08-11T11:23:44.301Z INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66782026-08-11T11:23:44.302ZAug 11 11:23:43.306 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 } }]
66792026-08-11T11:23:44.302ZAug 11 11:23:43.306 INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66802026-08-11T11:23:44.302Z
66812026-08-11T11:23:44.302ZAug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66822026-08-11T11:23:44.302Z
66832026-08-11T11:23:44.302ZAug 11 11:23:43.306Aug 11 11:23:43.306 INFODEBG adding route 3fff:beef:1e::/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 } }]
66842026-08-11T11:23:44.302Z
66852026-08-11T11:23:44.302ZAug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66862026-08-11T11:23:44.302Z
66872026-08-11T11:23:44.302ZAug 11 11:23:43.306Aug 11 11:23:43.306 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66882026-08-11T11:23:44.302Z
66892026-08-11T11:23:44.302ZAug 11 11:23:43.306Aug 11 11:23:43.306 INFOAug 11 11:23:43.306 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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 } }]
66902026-08-11T11:23:44.302Zreplacing 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 } }]
66912026-08-11T11:23:44.302Z
66922026-08-11T11:23:44.303ZAug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306INFOreplacing 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 } }]
66932026-08-11T11:23:44.303Z INFO INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66942026-08-11T11:23:44.303ZAug 11 11:23:43.306
66952026-08-11T11:23:44.303ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66962026-08-11T11:23:44.303ZAug 11 11:23:43.306
66972026-08-11T11:23:44.303Z DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
66982026-08-11T11:23:44.303ZAug 11 11:23:43.306 DEBG DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66992026-08-11T11:23:44.303ZAug 11 11:23:43.306
67002026-08-11T11:23:44.303ZINFO Aug 11 11:23:43.306adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67012026-08-11T11:23:44.303ZINFO 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
67022026-08-11T11:23:44.303Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67032026-08-11T11:23:44.303Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
67042026-08-11T11:23:44.303Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
67052026-08-11T11:23:44.303Z Aug 11 11:23:43.306INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67062026-08-11T11:23:44.303Z Aug 11 11:23:43.306DEBG DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67072026-08-11T11:23:44.303Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67082026-08-11T11:23:44.309Z
67092026-08-11T11:23:44.309ZAug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO Aug 11 11:23:43.306Aug 11 11:23:43.306 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67102026-08-11T11:23:44.309ZINFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67112026-08-11T11:23:44.310Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
67122026-08-11T11:23:44.310Z DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67132026-08-11T11:23:44.310ZAug 11 11:23:43.306replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306
67142026-08-11T11:23:44.310ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67152026-08-11T11:23:44.310ZDEBG Aug 11 11:23:43.306Aug 11 11:23:43.306replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306
67162026-08-11T11:23:44.310Z INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67172026-08-11T11:23:44.310Zreplacing 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 } }]
67182026-08-11T11:23:44.310ZINFOAug 11 11:23:43.306 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.306
67192026-08-11T11:23:44.310Z INFODEBG adding route 3fff:beef:24::/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 } }]
67202026-08-11T11:23:44.310Z
67212026-08-11T11:23:44.310ZAug 11 11:23:43.306adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67222026-08-11T11:23:44.310ZDEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306
67232026-08-11T11:23:44.310ZINFOAug 11 11:23:43.306 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67242026-08-11T11:23:44.310Z DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
67252026-08-11T11:23:44.310Z Aug 11 11:23:43.306INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67262026-08-11T11:23:44.310Z
67272026-08-11T11:23:44.311ZAug 11 11:23:43.306DEBG INFOAug 11 11:23:43.306Aug 11 11:23:43.306 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 } }]
67282026-08-11T11:23:44.311ZINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }]
67292026-08-11T11:23:44.311Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67302026-08-11T11:23:44.311ZAug 11 11:23:43.306
67312026-08-11T11:23:44.311Z INFOAug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBGINFOreplacing 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 } }]
67322026-08-11T11:23:44.311Z
67332026-08-11T11:23:44.311Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67342026-08-11T11:23:44.311Z
67352026-08-11T11:23:44.311ZAug 11 11:23:43.306 Aug 11 11:23:43.306DEBG Aug 11 11:23:43.306Aug 11 11:23:43.306 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 } }]
67362026-08-11T11:23:44.311Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFODEBG
67372026-08-11T11:23:44.311Z 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:27::/64 -> 2001:db8::55:ffAug 11 11:23:43.306Aug 11 11:23:43.306
67382026-08-11T11:23:44.311ZINFO
67392026-08-11T11:23:44.311Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
67402026-08-11T11:23:44.311ZAug 11 11:23:43.306Aug 11 11:23:43.306 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 } }]INFO
67412026-08-11T11:23:44.311Z DEBGAug 11 11:23:43.306adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 11 11:23:43.306
67422026-08-11T11:23:44.311Zreplacing 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 } }]
67432026-08-11T11:23:44.311ZINFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67442026-08-11T11:23:44.311Z
67452026-08-11T11:23:44.312ZAug 11 11:23:43.306Aug 11 11:23:43.306 DEBGAug 11 11:23:43.306 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 } }]DEBG
67462026-08-11T11:23:44.312Z Aug 11 11:23:43.306adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
67472026-08-11T11:23:44.312Z
67482026-08-11T11:23:44.312Z Aug 11 11:23:43.306adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67492026-08-11T11:23:44.312ZINFO Aug 11 11:23:43.306adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67502026-08-11T11:23:44.312ZAug 11 11:23:43.306 DEBGINFO DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306replacing 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 } }]
67512026-08-11T11:23:44.312ZDEBG
67522026-08-11T11:23:44.312Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306Aug 11 11:23:43.306
67532026-08-11T11:23:44.312Z
67542026-08-11T11:23:44.312ZINFODEBG Aug 11 11:23:43.306adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306
67552026-08-11T11:23:44.312Z
67562026-08-11T11:23:44.312Z INFOINFO Aug 11 11:23:43.306adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67572026-08-11T11:23:44.312Z
67582026-08-11T11:23:44.313Z DEBG INFOAug 11 11:23:43.306 Aug 11 11:23:43.306 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 } }]DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67592026-08-11T11:23:44.313Z
67602026-08-11T11:23:44.313ZDEBG 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 } }]
67612026-08-11T11:23:44.313Zreplacing 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 } }]
67622026-08-11T11:23:44.313ZAug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGINFO Aug 11 11:23:43.306replacing 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 } }]
67632026-08-11T11:23:44.313ZINFO INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67642026-08-11T11:23:44.313Z Aug 11 11:23:43.306
67652026-08-11T11:23:44.313Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
67662026-08-11T11:23:44.313Ztest route::tests::rollback_on_compact_delete_failure ... ok
67672026-08-11T11:23:44.313Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:23:43.306Aug 11 11:23:43.306
67682026-08-11T11:23:44.313ZAug 11 11:23:43.306 DEBGDEBGDEBG 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: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 } }]
67692026-08-11T11:23:44.313Z
67702026-08-11T11:23:44.313Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.306
67712026-08-11T11:23:44.313Z DEBG Aug 11 11:23:43.306replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306INFO
67722026-08-11T11:23:44.313ZAug 11 11:23:43.306 INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67732026-08-11T11:23:44.313Z
67742026-08-11T11:23:44.313Z
67752026-08-11T11:23:44.313Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67762026-08-11T11:23:44.313ZAug 11 11:23:43.306Aug 11 11:23:43.306Aug 11 11:23:43.306 DEBGDEBGAug 11 11:23:43.306 DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67772026-08-11T11:23:44.314Z 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 } }] 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 } }]
67782026-08-11T11:23:44.314Z Aug 11 11:23:43.306
67792026-08-11T11:23:44.314Zreplacing 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 } }]
67802026-08-11T11:23:44.314ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 11 11:23:43.306
67812026-08-11T11:23:44.314ZAug 11 11:23:43.306 INFOAug 11 11:23:43.306 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 11 11:23:43.306adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
67822026-08-11T11:23:44.314Z
67832026-08-11T11:23:44.314Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
67842026-08-11T11:23:44.314Z 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 } }]
67852026-08-11T11:23:44.314ZAug 11 11:23:43.306 Aug 11 11:23:43.306Aug 11 11:23:43.306DEBGAug 11 11:23:43.306 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 } }]
67862026-08-11T11:23:44.314ZDEBG 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 } }]INFO
67872026-08-11T11:23:44.314ZDEBG Aug 11 11:23:43.306 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.306
67882026-08-11T11:23:44.314Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
67892026-08-11T11:23:44.314Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67902026-08-11T11:23:44.314Z
67912026-08-11T11:23:44.314ZAug 11 11:23:43.306 DEBGAug 11 11:23:43.306 Aug 11 11:23:43.306DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.306
67922026-08-11T11:23:44.314ZDEBG 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 } }]
67932026-08-11T11:23:44.314ZINFOreplacing 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 } }]
67942026-08-11T11:23:44.314ZAug 11 11:23:43.306Aug 11 11:23:43.306 Aug 11 11:23:43.306INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
67952026-08-11T11:23:44.314Z
67962026-08-11T11:23:44.314Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67972026-08-11T11:23:44.314Z
67982026-08-11T11:23:44.314ZAug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307 DEBGDEBGDEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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: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 } }]
67992026-08-11T11:23:44.315Z
68002026-08-11T11:23:44.315Z
68012026-08-11T11:23:44.315Z
68022026-08-11T11:23:44.315ZAug 11 11:23:43.307Aug 11 11:23:43.307 INFOINFOAug 11 11:23:43.307 Aug 11 11:23:43.307adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
68032026-08-11T11:23:44.315Z
68042026-08-11T11:23:44.315Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68052026-08-11T11:23:44.315ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307 DEBG DEBGDEBG
68062026-08-11T11:23:44.315Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68072026-08-11T11:23:44.315Zreplacing 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 } }]
68082026-08-11T11:23:44.320Z
68092026-08-11T11:23:44.320ZAug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307Aug 11 11:23:43.307 INFOINFO Aug 11 11:23:43.307 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG
68102026-08-11T11:23:44.320Z adding route 3fff:beef:30::/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 } }]INFO
68112026-08-11T11:23:44.320Z
68122026-08-11T11:23:44.320ZDEBGAug 11 11:23:43.307 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68132026-08-11T11:23:44.320Z DEBGAug 11 11:23:43.307created new freemap , DEBG unitAug 11 11:23:43.307replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.307:replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
68142026-08-11T11:23:44.320Zfreemap_route_ipv4
68152026-08-11T11:23:44.320Zreplacing 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 } }]
68162026-08-11T11:23:44.320Z
68172026-08-11T11:23:44.320Z INFOAug 11 11:23:43.307Aug 11 11:23:43.307 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.307
68182026-08-11T11:23:44.320Z Aug 11 11:23:43.307 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG
68192026-08-11T11:23:44.320Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68202026-08-11T11:23:44.320Z created new freemap
68212026-08-11T11:23:44.320ZAug 11 11:23:43.307Aug 11 11:23:43.307 , DEBGAug 11 11:23:43.307Aug 11 11:23:43.307unit : 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 } }]
68222026-08-11T11:23:44.320ZDEBGfreemap_route_ipv6DEBG
68232026-08-11T11:23:44.320Z 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 } }]
68242026-08-11T11:23:44.320Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.307
68252026-08-11T11:23:44.321Z DEBGDEBGAug 11 11:23:43.307 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 } }]initted freemap. size: 64 , INFOunit :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 11 11:23:43.307freemap_route_ipv4
68262026-08-11T11:23:44.321Z
68272026-08-11T11:23:44.321ZINFO
68282026-08-11T11:23:44.321ZAug 11 11:23:43.307adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:23:43.307
68292026-08-11T11:23:44.321ZDEBGAug 11 11:23:43.307 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 } }]INFOAug 11 11:23:43.307INFO
68302026-08-11T11:23:44.321ZDEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68312026-08-11T11:23:44.321Zreplacing 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 } }]
68322026-08-11T11:23:44.321Z
68332026-08-11T11:23:44.321ZAug 11 11:23:43.307Aug 11 11:23:43.307 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.307Aug 11 11:23:43.307
68342026-08-11T11:23:44.321Z INFO
68352026-08-11T11:23:44.321ZDEBG 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 } }]
68362026-08-11T11:23:44.321ZAug 11 11:23:43.307 DEBG reset freemap, Aug 11 11:23:43.307unit :INFO freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68372026-08-11T11:23:44.321Z
68382026-08-11T11:23:44.321ZAug 11 11:23:43.307Aug 11 11:23:43.307 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 } }]
68392026-08-11T11:23:44.321Z DEBG Aug 11 11:23:43.307initted freemap. size: 64 Aug 11 11:23:43.307DEBG, unitINFO :adding route 3fff:beef:32::/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 } }]Aug 11 11:23:43.307
68402026-08-11T11:23:44.321Z
68412026-08-11T11:23:44.321Z freemap_route_ipv6DEBG
68422026-08-11T11:23:44.321Z created new freemap, Aug 11 11:23:43.307unitAug 11 11:23:43.307 DEBG:DEBG freemap_route_ipv4 reset freemap
68432026-08-11T11:23:44.322Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit:
68442026-08-11T11:23:44.322Z freemap_route_ipv6Aug 11 11:23:43.307
68452026-08-11T11:23:44.322Z Aug 11 11:23:43.307DEBGAug 11 11:23:43.307 Aug 11 11:23:43.307INFO created new freemapINFOINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
68462026-08-11T11:23:44.322Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68472026-08-11T11:23:44.322Zfreemap_route_ipv6
68482026-08-11T11:23:44.322ZAug 11 11:23:43.307
68492026-08-11T11:23:44.322Z Aug 11 11:23:43.307Aug 11 11:23:43.307DEBG Aug 11 11:23:43.307 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG
68502026-08-11T11:23:44.322Zreplacing 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 } }]
68512026-08-11T11:23:44.322ZDEBG Aug 11 11:23:43.307Aug 11 11:23:43.307 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 } }]initted freemap. size: 64 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2,
68522026-08-11T11:23:44.322Z
68532026-08-11T11:23:44.322Zunit : adding route 3fff:beef:34::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 11 11:23:43.307
68542026-08-11T11:23:44.322Z
68552026-08-11T11:23:44.322ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:23:43.307
68562026-08-11T11:23:44.322Z INFO Aug 11 11:23:43.307Aug 11 11:23:43.307 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:43.307
68572026-08-11T11:23:44.322Z DEBG INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3,
68582026-08-11T11:23:44.322Z
68592026-08-11T11:23:44.322ZAug 11 11:23:43.307unit :Aug 11 11:23:43.307DEBGAug 11 11:23:43.307 DEBGfreemap_route_ipv4
68602026-08-11T11:23:44.323Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
68612026-08-11T11:23:44.323Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68622026-08-11T11:23:44.323Z
68632026-08-11T11:23:44.323ZAug 11 11:23:43.307Aug 11 11:23:43.307 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4initted freemap. size: 64
68642026-08-11T11:23:44.323Z, Aug 11 11:23:43.307unit :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 } }]freemap_route_ipv6Aug 11 11:23:43.307
68652026-08-11T11:23:44.323Z
68662026-08-11T11:23:44.323ZDEBG Aug 11 11:23:43.307replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:23:43.307
68672026-08-11T11:23:44.323Z INFO Aug 11 11:23:43.307INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68682026-08-11T11:23:44.323ZAug 11 11:23:43.307 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreset freemapDEBG
68692026-08-11T11:23:44.323Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], Aug 11 11:23:43.307
68702026-08-11T11:23:44.323Zunit: freemap_route_ipv6DEBG
68712026-08-11T11:23:44.323ZAug 11 11:23:43.307Aug 11 11:23:43.307 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 11 11:23:43.307
68722026-08-11T11:23:44.323Zreplacing 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: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
68732026-08-11T11:23:44.323Zadding route 3fff:dead::/64 -> 2001:db8::55:1
68742026-08-11T11:23:44.323Z
68752026-08-11T11:23:44.323ZAug 11 11:23:43.307 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68762026-08-11T11:23:44.323Ztest route::tests::rollback_on_compact_write_failure ... ok
68772026-08-11T11:23:44.323ZAug 11 11:23:43.307 INFO Aug 11 11:23:43.308 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:23:43.308Aug 11 11:23:43.307
68782026-08-11T11:23:44.324Z DEBGDEBG created new freemapcreated new freemap, Aug 11 11:23:43.317unit, :unit Aug 11 11:23:43.307freemap_route_ipv4: freemap_route_ipv4
68792026-08-11T11:23:44.324Z
68802026-08-11T11:23:44.324Z DEBGDEBG Aug 11 11:23:43.318adding route 3fff:beef:33::/64 -> 2001:db8::55:ff created new freemapAug 11 11:23:43.318DEBGreplacing 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 } }],
68812026-08-11T11:23:44.324Z created new freemap
68822026-08-11T11:23:44.324Z , unitunitDEBGAug 11 11:23:43.318: created new freemap , unitfreemap_route_ipv6:INFO freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68832026-08-11T11:23:44.324Z
68842026-08-11T11:23:44.324Z:Aug 11 11:23:43.318 Aug 11 11:23:43.318
68852026-08-11T11:23:44.324ZAug 11 11:23:43.318 DEBG DEBG DEBGAug 11 11:23:43.318replacing 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 } }] initted freemap. size: 64DEBG,
68862026-08-11T11:23:44.324Zunitinitted freemap. size: 64: , freemap_route_ipv4unit freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68872026-08-11T11:23:44.324Z
68882026-08-11T11:23:44.324Z: freemap_route_ipv4
68892026-08-11T11:23:44.324Z
68902026-08-11T11:23:44.324ZAug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBG Aug 11 11:23:43.318reset freemap DEBG, Aug 11 11:23:43.318INFOunit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff reset freemapINFOfreemap_route_ipv4
68912026-08-11T11:23:44.324Z, unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ff:
68922026-08-11T11:23:44.324Z
68932026-08-11T11:23:44.325Zfreemap_route_ipv4DEBG Aug 11 11:23:43.318
68942026-08-11T11:23:44.325Z created new freemapAug 11 11:23:43.318Aug 11 11:23:43.318 , DEBGDEBG Aug 11 11:23:43.318 DEBGinitted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68952026-08-11T11:23:44.325Z, DEBGunit: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 } }]
68962026-08-11T11:23:44.325Zunitfreemap_route_ipv6:
68972026-08-11T11:23:44.325Z initted freemap. size: 64, freemap_route_ipv6unit
68982026-08-11T11:23:44.325ZAug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318 Aug 11 11:23:43.318 :DEBGINFOINFO freemap_route_ipv6 reset freemapDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
68992026-08-11T11:23:44.325Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit
69002026-08-11T11:23:44.325Z
69012026-08-11T11:23:44.325Z:initted freemap. size: 64 Aug 11 11:23:43.318freemap_route_ipv6Aug 11 11:23:43.318
69022026-08-11T11:23:44.325ZAug 11 11:23:43.318 , DEBGDEBGunitDEBG: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.318
69032026-08-11T11:23:44.325Z reset freemapINFOreplacing 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_ipv4 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
69042026-08-11T11:23:44.325Z:
69052026-08-11T11:23:44.325Z
69062026-08-11T11:23:44.325Z freemap_route_ipv6
69072026-08-11T11:23:44.325ZAug 11 11:23:43.318Aug 11 11:23:43.318Aug 11 11:23:43.318 DEBGINFO reset freemap adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, DEBGAug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69082026-08-11T11:23:44.330Z
69092026-08-11T11:23:44.330ZAug 11 11:23:43.318 unit:INFO freemap_route_ipv4INFO
69102026-08-11T11:23:44.330Z Aug 11 11:23:43.318Aug 11 11:23:43.318 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
69112026-08-11T11:23:44.330Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
69122026-08-11T11:23:44.330Z
69132026-08-11T11:23:44.331ZAug 11 11:23:43.318 Aug 11 11:23:43.318 DEBGDEBGAug 11 11:23:43.318DEBGAug 11 11:23:43.318 DEBG DEBG initted freemap. size: 64replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69142026-08-11T11:23:44.331Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
69152026-08-11T11:23:44.331Z
69162026-08-11T11:23:44.331Z, unit:Aug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:23:43.318freemap_route_ipv6
69172026-08-11T11:23:44.331ZINFO
69182026-08-11T11:23:44.331ZAug 11 11:23:43.318 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69192026-08-11T11:23:44.331ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
69202026-08-11T11:23:44.331ZAug 11 11:23:43.318adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
69212026-08-11T11:23:44.331ZAug 11 11:23:43.318 DEBGAug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBGDEBG
69222026-08-11T11:23:44.331Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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
69232026-08-11T11:23:44.331Z
69242026-08-11T11:23:44.331Z 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 } }]
69252026-08-11T11:23:44.331Z, unitAug 11 11:23:43.318Aug 11 11:23:43.318 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
69262026-08-11T11:23:44.331Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:23:43.318
69272026-08-11T11:23:44.331ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 11 11:23:43.318freemap_route_ipv6
69282026-08-11T11:23:44.331ZAug 11 11:23:43.318DEBG
69292026-08-11T11:23:44.331Z 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
69302026-08-11T11:23:44.332ZAug 11 11:23:43.318Aug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGINFO
69312026-08-11T11:23:44.332Z 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 } }]
69322026-08-11T11:23:44.332Zadding route 3fff:dead::/64 -> 2001:db8::55:1
69332026-08-11T11:23:44.332ZAug 11 11:23:43.318Aug 11 11:23:43.318 Aug 11 11:23:43.318DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69342026-08-11T11:23:44.332Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 11 11:23:43.318
69352026-08-11T11:23:44.332Z
69362026-08-11T11:23:44.332Z DEBGAug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:23:43.318
69372026-08-11T11:23:44.332ZDEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69382026-08-11T11:23:44.332Zreplacing 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 } }]
69392026-08-11T11:23:44.332ZAug 11 11:23:43.318 INFOAug 11 11:23:43.318 Aug 11 11:23:43.318INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69402026-08-11T11:23:44.332ZINFO
69412026-08-11T11:23:44.332Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
69422026-08-11T11:23:44.332Z Aug 11 11:23:43.318DEBG Aug 11 11:23:43.318 Aug 11 11:23:43.318Aug 11 11:23:43.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGINFODEBG
69432026-08-11T11:23:44.332Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
69442026-08-11T11:23:44.332ZDEBGreplacing 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 } }]
69452026-08-11T11:23:44.332Zreplacing 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 } }]
69462026-08-11T11:23:44.332Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69472026-08-11T11:23:44.333ZAug 11 11:23:43.318 Aug 11 11:23:43.318DEBG Aug 11 11:23:43.318 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 } }]INFODEBG
69482026-08-11T11:23:44.333Z failed to allocate space for the new target list
69492026-08-11T11:23:44.333Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 11 11:23:43.318Aug 11 11:23:43.318Aug 11 11:23:43.318
69502026-08-11T11:23:44.333Z DEBG Aug 11 11:23:43.318 INFOINFO Aug 11 11:23:43.318DEBGfailed to allocate space for the new target list
69512026-08-11T11:23:44.333Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
69522026-08-11T11:23:44.333Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:23:43.318 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69532026-08-11T11:23:44.333Z
69542026-08-11T11:23:44.333Z Aug 11 11:23:43.318
69552026-08-11T11:23:44.333Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
69562026-08-11T11:23:44.333Z Aug 11 11:23:43.318 DEBG failed to allocate space for the new target listreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69572026-08-11T11:23:44.333Z
69582026-08-11T11:23:44.333ZAug 11 11:23:43.318 Aug 11 11:23:43.318DEBG 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 } }]
69592026-08-11T11:23:44.333Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 11 11:23:43.318
69602026-08-11T11:23:44.333Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:23:43.318
69612026-08-11T11:23:44.333Z Aug 11 11:23:43.318INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
69622026-08-11T11:23:44.333Z
69632026-08-11T11:23:44.333ZAug 11 11:23:43.318 DEBGAug 11 11:23:43.318 Aug 11 11:23:43.318DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
69642026-08-11T11:23:44.334Z 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 } }]failed to allocate space for the new target list
69652026-08-11T11:23:44.334Z
69662026-08-11T11:23:44.334ZAug 11 11:23:43.318 Aug 11 11:23:43.318DEBGAug 11 11:23:43.318 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69672026-08-11T11:23:44.334Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
69682026-08-11T11:23:44.334Z
69692026-08-11T11:23:44.334ZAug 11 11:23:43.318 Aug 11 11:23:43.318WARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69702026-08-11T11:23:44.334Ztest route::tests::grow_succeeds ... ok
69712026-08-11T11:23:44.334Zreplacing 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 } }]
69722026-08-11T11:23:44.334ZAug 11 11:23:43.318 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
69732026-08-11T11:23:44.334ZAug 11 11:23:43.307 Aug 11 11:23:43.318DEBG 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 } }]
69742026-08-11T11:23:44.334Ztest route::tests::rollback_on_index_readd_failure ... ok
69752026-08-11T11:23:44.334Zreplacing 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 } }]
69762026-08-11T11:23:44.334ZAug 11 11:23:43.319Aug 11 11:23:43.319 Aug 11 11:23:43.328DEBG created new freemapDEBGINFO , created new freemapunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
69772026-08-11T11:23:44.334Zfreemap_route_ipv4
69782026-08-11T11:23:44.334Z, Aug 11 11:23:43.319unit: DEBGfreemap_route_ipv4
69792026-08-11T11:23:44.334Zcreated new freemapAug 11 11:23:43.328 , DEBGunit :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 } }]
69802026-08-11T11:23:44.334ZAug 11 11:23:43.328freemap_route_ipv4Aug 11 11:23:43.328 Aug 11 11:23:43.319DEBG
69812026-08-11T11:23:44.334ZDEBG created new freemapcreated new freemapDEBG, unitAug 11 11:23:43.328created new freemap :INFO , , unitfreemap_route_ipv6:adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
69822026-08-11T11:23:44.334Z
69832026-08-11T11:23:44.335ZAug 11 11:23:43.328 freemap_route_ipv6unit
69842026-08-11T11:23:44.335Z:Aug 11 11:23:43.328 freemap_route_ipv4DEBGAug 11 11:23:43.328 DEBGinitted freemap. size: 64 created new freemap
69852026-08-11T11:23:44.335Z, , Aug 11 11:23:43.328 unitDEBGunit: DEBGfreemap_route_ipv4replacing 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 } }]
69862026-08-11T11:23:44.335Z:
69872026-08-11T11:23:44.335Z freemap_route_ipv6initted freemap. size: 64
69882026-08-11T11:23:44.335Z, Aug 11 11:23:43.328unit :Aug 11 11:23:43.328Aug 11 11:23:43.328DEBG INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemap
69892026-08-11T11:23:44.335Z reset freemap, freemap_route_ipv4, unitAug 11 11:23:43.328unit
69902026-08-11T11:23:44.335Z: freemap_route_ipv6
69912026-08-11T11:23:44.335ZAug 11 11:23:43.328DEBG: Aug 11 11:23:43.328freemap_route_ipv4DEBG Aug 11 11:23:43.328replacing 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
69922026-08-11T11:23:44.335Z
69932026-08-11T11:23:44.335Zinitted freemap. size: 64initted freemap. size: 64, , unitunitAug 11 11:23:43.328 Aug 11 11:23:43.328 :DEBGDEBG :INFOreset freemap freemap_route_ipv4 , freemap_route_ipv4
69942026-08-11T11:23:44.335Zunitinitted freemap. size: 64adding route 3fff:beef:4::/64 -> 2001:db8::55:ff:
69952026-08-11T11:23:44.335Z,
69962026-08-11T11:23:44.335Zfreemap_route_ipv4
69972026-08-11T11:23:44.335Zunit:Aug 11 11:23:43.328Aug 11 11:23:43.328 freemap_route_ipv6Aug 11 11:23:43.328
69982026-08-11T11:23:44.335ZDEBG reset freemapDEBG, Aug 11 11:23:43.328unit DEBG: DEBGAug 11 11:23:43.328 freemap_route_ipv4replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69992026-08-11T11:23:44.335Zreset freemap
70002026-08-11T11:23:44.335ZDEBG reset freemapinitted freemap. size: 64, , , unitunitAug 11 11:23:43.328unit: :INFOAug 11 11:23:43.328: adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6
70012026-08-11T11:23:44.336Z
70022026-08-11T11:23:44.336Zfreemap_route_ipv6DEBG freemap_route_ipv4
70032026-08-11T11:23:44.336Zinitted freemap. size: 64Aug 11 11:23:43.328
70042026-08-11T11:23:44.336Z, DEBGunit reset freemap:Aug 11 11:23:43.328 Aug 11 11:23:43.328freemap_route_ipv6,
70052026-08-11T11:23:44.336Zunit DEBGAug 11 11:23:43.328 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 } }]INFO: Aug 11 11:23:43.328adding route 172.16.0.0/32 -> 10.0.0.1
70062026-08-11T11:23:44.336Z
70072026-08-11T11:23:44.336Z DEBG DEBGreset freemapfreemap_route_ipv6, Aug 11 11:23:43.328Aug 11 11:23:43.328
70082026-08-11T11:23:44.341ZunitDEBG: 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 } }]
70092026-08-11T11:23:44.341Z initted freemap. size: 64freemap_route_ipv6, Aug 11 11:23:43.328INFO unit
70102026-08-11T11:23:44.341Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:23:43.328INFO adding route 3fff:dead::/64 -> 2001:db8::55:1:INFO
70112026-08-11T11:23:44.341Z freemap_route_ipv6
70122026-08-11T11:23:44.341Z
70132026-08-11T11:23:44.341Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:23:43.328Aug 11 11:23:43.328
70142026-08-11T11:23:44.341ZDEBGAug 11 11:23:43.328INFO adding route 172.16.0.0/32 -> 10.0.0.1
70152026-08-11T11:23:44.341ZAug 11 11:23:43.328DEBG DEBG Aug 11 11:23:43.328replacing 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
70162026-08-11T11:23:44.341Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70172026-08-11T11:23:44.342Z
70182026-08-11T11:23:44.342ZAug 11 11:23:43.328 , DEBG Aug 11 11:23:43.328unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:43.328: Aug 11 11:23:43.328freemap_route_ipv6
70192026-08-11T11:23:44.342ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
70202026-08-11T11:23:44.342Z INFO Aug 11 11:23:43.328
70212026-08-11T11:23:44.342Z INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
70222026-08-11T11:23:44.342Zadding route 172.17.0.0/32 -> 10.0.0.255
70232026-08-11T11:23:44.342Z
70242026-08-11T11:23:44.342ZAug 11 11:23:43.328Aug 11 11:23:43.328 Aug 11 11:23:43.328INFO DEBGAug 11 11:23:43.328DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
70252026-08-11T11:23:44.342Z 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 } }]Aug 11 11:23:43.328replacing 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 } }]
70262026-08-11T11:23:44.342Z
70272026-08-11T11:23:44.342Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:23:43.328DEBG
70282026-08-11T11:23:44.342Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:23:43.328
70292026-08-11T11:23:44.342Z Aug 11 11:23:43.328adding route 3fff:dead::/64 -> 2001:db8::55:3
70302026-08-11T11:23:44.342ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFOAug 11 11:23:43.328
70312026-08-11T11:23:44.342Z Aug 11 11:23:43.328INFOadding route 172.16.0.0/32 -> 10.0.0.2
70322026-08-11T11:23:44.342Zadding route 172.17.0.1/32 -> 10.0.0.255
70332026-08-11T11:23:44.342ZDEBGAug 11 11:23:43.328 Aug 11 11:23:43.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70342026-08-11T11:23:44.342Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.328
70352026-08-11T11:23:44.343Z
70362026-08-11T11:23:44.343ZAug 11 11:23:43.328 Aug 11 11:23:43.328DEBG Aug 11 11:23:43.328Aug 11 11:23:43.328 DEBG 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
70372026-08-11T11:23:44.343ZINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
70382026-08-11T11:23:44.343Zadding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70392026-08-11T11:23:44.343Z
70402026-08-11T11:23:44.343ZAug 11 11:23:43.328 INFO
70412026-08-11T11:23:44.343ZAug 11 11:23:43.328 Aug 11 11:23:43.328 adding route 172.17.0.2/32 -> 10.0.0.255
70422026-08-11T11:23:44.343ZDEBGAug 11 11:23:43.328DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.328Aug 11 11:23:43.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
70432026-08-11T11:23:44.343Z 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 } }]
70442026-08-11T11:23:44.343Zreplacing 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
70452026-08-11T11:23:44.343Z
70462026-08-11T11:23:44.343Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:43.328Aug 11 11:23:43.328
70472026-08-11T11:23:44.343Z DEBG INFOAug 11 11:23:43.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:23:43.328
70482026-08-11T11:23:44.343Z adding route 172.17.0.1/32 -> 10.0.0.255INFO
70492026-08-11T11:23:44.343Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
70502026-08-11T11:23:44.343Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 11 11:23:43.328
70512026-08-11T11:23:44.343ZAug 11 11:23:43.328 DEBGWARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:23:43.328Aug 11 11:23:43.328
70522026-08-11T11:23:44.343Z DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
70532026-08-11T11:23:44.344Zreplacing 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 } }]
70542026-08-11T11:23:44.344Zreplacing 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 } }]
70552026-08-11T11:23:44.344ZAug 11 11:23:43.328 INFO Aug 11 11:23:43.328adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:23:43.328
70562026-08-11T11:23:44.344ZINFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
70572026-08-11T11:23:44.344Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:23:43.328
70582026-08-11T11:23:44.344Z DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.328
70592026-08-11T11:23:44.344Z Aug 11 11:23:43.328DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.328
70602026-08-11T11:23:44.344Z 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
70612026-08-11T11:23:44.344Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:23:43.328
70622026-08-11T11:23:44.344Z INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:23:43.328
70632026-08-11T11:23:44.344Z INFOAug 11 11:23:43.328 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 11 11:23:43.328DEBG
70642026-08-11T11:23:44.344ZDEBGreplacing 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 } }]
70652026-08-11T11:23:44.344Zreplacing 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 } }]
70662026-08-11T11:23:44.344ZAug 11 11:23:43.318Aug 11 11:23:43.328Aug 11 11:23:43.328Aug 11 11:23:43.328 DEBGINFO 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 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
70672026-08-11T11:23:44.344Z
70682026-08-11T11:23:44.344ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
70692026-08-11T11:23:44.344Z
70702026-08-11T11:23:44.345ZAug 11 11:23:43.328 Aug 11 11:23:43.328 DEBGDEBG Aug 11 11:23:43.328 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.328replacing 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 } }]
70712026-08-11T11:23:44.345ZINFO
70722026-08-11T11:23:44.345Z DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70732026-08-11T11:23:44.345Z
70742026-08-11T11:23:44.345ZAug 11 11:23:43.328Aug 11 11:23:43.328 INFOINFO Aug 11 11:23:43.328 adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
70752026-08-11T11:23:44.345ZAug 11 11:23:43.328
70762026-08-11T11:23:44.345Z 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:39::/64 -> 2001:db8::55:ffAug 11 11:23:43.328
70772026-08-11T11:23:44.345ZAug 11 11:23:43.328 DEBGDEBG
70782026-08-11T11:23:44.345Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70792026-08-11T11:23:44.345Z
70802026-08-11T11:23:44.345ZAug 11 11:23:43.328 Aug 11 11:23:43.328DEBGAug 11 11:23:43.328 Aug 11 11:23:43.319replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.328
70812026-08-11T11:23:44.345ZINFO DEBG INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255INFO
70822026-08-11T11:23:44.345Z
70832026-08-11T11:23:44.345ZAug 11 11:23:43.328 created new freemapINFOadding route 172.17.0.6/32 -> 10.0.0.255 Aug 11 11:23:43.328, Aug 11 11:23:43.328adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff unitDEBG
70842026-08-11T11:23:44.345ZDEBG
70852026-08-11T11:23:44.345Z :replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]
70862026-08-11T11:23:44.345Z
70872026-08-11T11:23:44.345ZAug 11 11:23:43.328Aug 11 11:23:43.328 Aug 11 11:23:43.328DEBG freemap_route_ipv4 Aug 11 11:23:43.328INFO
70882026-08-11T11:23:44.346Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255
70892026-08-11T11:23:44.346ZAug 11 11:23:43.329 DEBG Aug 11 11:23:43.329created new freemap Aug 11 11:23:43.339DEBG created new freemapDEBG, , unit :unit :freemap_route_ipv4 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
70902026-08-11T11:23:44.346Z
70912026-08-11T11:23:44.346Z
70922026-08-11T11:23:44.346ZAug 11 11:23:43.339 DEBGINFO Aug 11 11:23:43.339created new freemap , INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:23:43.339
70932026-08-11T11:23:44.346Zunitadding route 172.17.0.10/32 -> 10.0.0.255 :
70942026-08-11T11:23:44.346Z Aug 11 11:23:43.339freemap_route_ipv6DEBG
70952026-08-11T11:23:44.346Z DEBGcreated new freemap Aug 11 11:23:43.339, Aug 11 11:23:43.339replacing 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 } }]
70962026-08-11T11:23:44.346ZunitDEBG: freemap_route_ipv6 initted freemap. size: 64DEBG,
70972026-08-11T11:23:44.346Zunit:Aug 11 11:23:43.339 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
70982026-08-11T11:23:44.346ZINFO
70992026-08-11T11:23:44.346Z Aug 11 11:23:43.339adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
71002026-08-11T11:23:44.346ZDEBGAug 11 11:23:43.339 Aug 11 11:23:43.339initted freemap. size: 64 DEBGINFO Aug 11 11:23:43.339reset freemap , , unitDEBGunit::adding route 172.17.0.11/32 -> 10.0.0.255
71012026-08-11T11:23:44.346Z freemap_route_ipv4freemap_route_ipv4
71022026-08-11T11:23:44.346Zreplacing 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 } }]
71032026-08-11T11:23:44.346ZAug 11 11:23:43.339
71042026-08-11T11:23:44.346ZDEBG Aug 11 11:23:43.339replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.339DEBG
71052026-08-11T11:23:44.347Z DEBG reset freemapinitted freemap. size: 64, Aug 11 11:23:43.339unitAug 11 11:23:43.339, :INFOunit :freemap_route_ipv4 INFOadding route 172.17.0.12/32 -> 10.0.0.255 freemap_route_ipv6
71062026-08-11T11:23:44.347Z
71072026-08-11T11:23:44.347Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
71082026-08-11T11:23:44.353Z
71092026-08-11T11:23:44.353ZAug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGAug 11 11:23:43.339DEBG 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 } }] DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71102026-08-11T11:23:44.353Z reset freemap
71112026-08-11T11:23:44.353Z, initted freemap. size: 64unit: , freemap_route_ipv6unitAug 11 11:23:43.339:
71122026-08-11T11:23:44.353Z INFOfreemap_route_ipv6
71132026-08-11T11:23:44.353Z Aug 11 11:23:43.339adding route 172.17.0.13/32 -> 10.0.0.255
71142026-08-11T11:23:44.353ZINFOAug 11 11:23:43.339 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:23:43.339INFOAug 11 11:23:43.339
71152026-08-11T11:23:44.353Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
71162026-08-11T11:23:44.353Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71172026-08-11T11:23:44.353ZAug 11 11:23:43.339 Aug 11 11:23:43.339reset freemapDEBGAug 11 11:23:43.339 , 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 } }]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 } }]
71182026-08-11T11:23:44.353Z
71192026-08-11T11:23:44.353Zadding route 172.17.0.14/32 -> 10.0.0.255:
71202026-08-11T11:23:44.353Z freemap_route_ipv6Aug 11 11:23:43.339Aug 11 11:23:43.339
71212026-08-11T11:23:44.353ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
71222026-08-11T11:23:44.353ZAug 11 11:23:43.339 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:23:43.339
71232026-08-11T11:23:44.353ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:43.339
71242026-08-11T11:23:44.353ZAug 11 11:23:43.339 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
71252026-08-11T11:23:44.353ZAug 11 11:23:43.339 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 } }]
71262026-08-11T11:23:44.353ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71272026-08-11T11:23:44.353ZAug 11 11:23:43.339Aug 11 11:23:43.339
71282026-08-11T11:23:44.353Z INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
71292026-08-11T11:23:44.353Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
71302026-08-11T11:23:44.354ZAug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.339 DEBG
71312026-08-11T11:23:44.354Z DEBG
71322026-08-11T11:23:44.354ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71332026-08-11T11:23:44.354Z Aug 11 11:23:43.339adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:23:43.339replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71342026-08-11T11:23:44.354Z INFO
71352026-08-11T11:23:44.354Z adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
71362026-08-11T11:23:44.354Z
71372026-08-11T11:23:44.354ZAug 11 11:23:43.339 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:23:43.339
71382026-08-11T11:23:44.354Z Aug 11 11:23:43.339DEBG 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 } }]
71392026-08-11T11:23:44.354ZAug 11 11:23:43.339replacing 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
71402026-08-11T11:23:44.354ZAug 11 11:23:43.339 Aug 11 11:23:43.339INFOAug 11 11:23:43.339 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
71412026-08-11T11:23:44.354Z
71422026-08-11T11:23:44.354Zadding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
71432026-08-11T11:23:44.354Z
71442026-08-11T11:23:44.354ZAug 11 11:23:43.339Aug 11 11:23:43.339 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71452026-08-11T11:23:44.354ZAug 11 11:23:43.339Aug 11 11:23:43.339
71462026-08-11T11:23:44.354Z
71472026-08-11T11:23:44.354Z 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 } }]Aug 11 11:23:43.339 INFO
71482026-08-11T11:23:44.354Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.339adding route 172.17.0.8/32 -> 10.0.0.255
71492026-08-11T11:23:44.354Z
71502026-08-11T11:23:44.354Z Aug 11 11:23:43.339INFO Aug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 INFODEBGINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
71512026-08-11T11:23:44.354Zadding route 172.17.0.18/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 } }]
71522026-08-11T11:23:44.354Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
71532026-08-11T11:23:44.354Z
71542026-08-11T11:23:44.355Z Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBG INFODEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71552026-08-11T11:23:44.355ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
71562026-08-11T11:23:44.355Zreplacing 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 } }]
71572026-08-11T11:23:44.355Z
71582026-08-11T11:23:44.355Z 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 } }]
71592026-08-11T11:23:44.355ZAug 11 11:23:43.339Aug 11 11:23:43.339 INFOAug 11 11:23:43.339 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGINFO Aug 11 11:23:43.339 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.339 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
71602026-08-11T11:23:44.355Z
71612026-08-11T11:23:44.355ZDEBG
71622026-08-11T11:23:44.355ZINFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339INFO
71632026-08-11T11:23:44.355Z DEBGadding 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71642026-08-11T11:23:44.355Z 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 } }]
71652026-08-11T11:23:44.355ZDEBG 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 } }]
71662026-08-11T11:23:44.355Z
71672026-08-11T11:23:44.355ZAug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339DEBG Aug 11 11:23:43.339 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
71682026-08-11T11:23:44.355Ztest route::tests::identity_replace_is_noop ... ok
71692026-08-11T11:23:44.355Ztest route::tests::shrink_preserves_compacted_order ... ok
71702026-08-11T11:23:44.355Z DEBGINFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71712026-08-11T11:23:44.355Zfailed to allocate space for the new target listadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:23:43.339
71722026-08-11T11:23:44.355ZAug 11 11:23:43.339
71732026-08-11T11:23:44.355Z DEBGINFO Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71742026-08-11T11:23:44.355ZAug 11 11:23:43.339
71752026-08-11T11:23:44.355Z
71762026-08-11T11:23:44.355Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 11 11:23:43.339 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.339
71772026-08-11T11:23:44.355ZDEBG
71782026-08-11T11:23:44.355Z 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 } }]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 } }]
71792026-08-11T11:23:44.356Z
71802026-08-11T11:23:44.356ZAug 11 11:23:43.339 INFOAug 11 11:23:43.339 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
71812026-08-11T11:23:44.356Z adding route 172.17.0.21/32 -> 10.0.0.255
71822026-08-11T11:23:44.356ZAug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 DEBGDEBG INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
71832026-08-11T11:23:44.356Z
71842026-08-11T11:23:44.356Z adding route 172.17.0.12/32 -> 10.0.0.255
71852026-08-11T11:23:44.356ZAug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing 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 } }]
71862026-08-11T11:23:44.356Z
71872026-08-11T11:23:44.356ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 11 11:23:43.339
71882026-08-11T11:23:44.356Z Aug 11 11:23:43.339DEBG INFOAug 11 11:23:43.339replacing 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 } }]
71892026-08-11T11:23:44.356Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:23:43.339
71902026-08-11T11:23:44.356Z DEBGDEBG created new freemapreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
71912026-08-11T11:23:44.356ZAug 11 11:23:43.339 unitAug 11 11:23:43.339: Aug 11 11:23:43.339DEBG INFOINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6adding route 172.17.0.23/32 -> 10.0.0.255
71922026-08-11T11:23:44.356Z
71932026-08-11T11:23:44.356Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
71942026-08-11T11:23:44.356Z
71952026-08-11T11:23:44.356ZAug 11 11:23:43.339Aug 11 11:23:43.339Aug 11 11:23:43.339 Aug 11 11:23:43.339DEBG INFODEBGDEBG initted freemap. size: 64replacing 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 } }],
71962026-08-11T11:23:44.356Zreplacing 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.14/32 -> 10.0.0.255unit
71972026-08-11T11:23:44.356Z:
71982026-08-11T11:23:44.356Zfreemap_route_ipv4Aug 11 11:23:43.339
71992026-08-11T11:23:44.356Z INFOAug 11 11:23:43.339Aug 11 11:23:43.339 DEBGINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
72002026-08-11T11:23:44.356Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:23:43.339
72012026-08-11T11:23:44.356Z 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 } }] DEBGAug 11 11:23:43.340 Aug 11 11:23:43.339DEBGAug 11 11:23:43.340 DEBG created new freemap,
72022026-08-11T11:23:44.356Zunit :DEBG Aug 11 11:23:43.349 freemap_route_ipv4reset freemap
72032026-08-11T11:23:44.356ZINFO, unitadding route 172.17.0.15/32 -> 10.0.0.255: created new freemap
72042026-08-11T11:23:44.357Zfreemap_route_ipv4,
72052026-08-11T11:23:44.357ZunitAug 11 11:23:43.349: freemap_route_ipv4DEBG
72062026-08-11T11:23:44.357ZAug 11 11:23:43.349 created new freemapAug 11 11:23:43.349, DEBGunit :DEBG freemap_route_ipv6initted freemap. size: 64
72072026-08-11T11:23:44.357Z , 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 } }]unitAug 11 11:23:43.349
72082026-08-11T11:23:44.362Z :DEBG Aug 11 11:23:43.349created new freemap freemap_route_ipv6,
72092026-08-11T11:23:44.362ZAug 11 11:23:43.349DEBG initted freemap. size: 64unitINFO, unit:: Aug 11 11:23:43.349 freemap_route_ipv4
72102026-08-11T11:23:44.362ZDEBGfreemap_route_ipv6 adding route 172.17.0.16/32 -> 10.0.0.255reset freemap
72112026-08-11T11:23:44.362Z,
72122026-08-11T11:23:44.362ZAug 11 11:23:43.349unit Aug 11 11:23:43.349:DEBG reset freemapfreemap_route_ipv6,
72132026-08-11T11:23:44.362Zunit :DEBG freemap_route_ipv4replacing 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 } }]
72142026-08-11T11:23:44.362Z
72152026-08-11T11:23:44.362ZAug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349 DEBGAug 11 11:23:43.349 DEBGINFOinitted freemap. size: 64INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.17/32 -> 10.0.0.255,
72162026-08-11T11:23:44.362Z
72172026-08-11T11:23:44.362Zunit: initted freemap. size: 64Aug 11 11:23:43.349Aug 11 11:23:43.349freemap_route_ipv6
72182026-08-11T11:23:44.363ZDEBG, DEBGunit: 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:23:43.349
72192026-08-11T11:23:44.363Z
72202026-08-11T11:23:44.363Z freemap_route_ipv4DEBG
72212026-08-11T11:23:44.363Z reset freemap, Aug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349 INFODEBG unitINFO: adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.18/32 -> 10.0.0.255
72222026-08-11T11:23:44.363Zfreemap_route_ipv6
72232026-08-11T11:23:44.363Z
72242026-08-11T11:23:44.363Zreset freemap, Aug 11 11:23:43.349unitAug 11 11:23:43.349: Aug 11 11:23:43.339 freemap_route_ipv4 DEBGAug 11 11:23:43.349 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFODEBG
72252026-08-11T11:23:44.363Z
72262026-08-11T11:23:44.363Z adding route 172.16.0.0/32 -> 10.0.0.1 created new freemapreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
72272026-08-11T11:23:44.363Zunit
72282026-08-11T11:23:44.363Z:Aug 11 11:23:43.349 freemap_route_ipv4INFOAug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349
72292026-08-11T11:23:44.363Z adding route 172.16.0.0/32 -> 10.0.0.3 DEBGDEBG
72302026-08-11T11:23:44.363Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:43.349
72312026-08-11T11:23:44.363Z INFO adding route 172.17.0.19/32 -> 10.0.0.255 DEBG
72322026-08-11T11:23:44.363ZAug 11 11:23:43.349Aug 11 11:23:43.349 created new freemap INFO, DEBG unitadding route 172.16.0.0/32 -> 10.0.0.2
72332026-08-11T11:23:44.363Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]:
72342026-08-11T11:23:44.363Z Aug 11 11:23:43.349initted freemap. size: 64Aug 11 11:23:43.349 DEBG DEBG, Aug 11 11:23:43.349replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
72352026-08-11T11:23:44.363Zfreemap_route_ipv6unit
72362026-08-11T11:23:44.363Z: INFOfreemap_route_ipv6 Aug 11 11:23:43.349adding route 172.16.0.0/32 -> 10.0.0.4
72372026-08-11T11:23:44.364ZAug 11 11:23:43.349
72382026-08-11T11:23:44.364Z INFOINFO
72392026-08-11T11:23:44.364Z adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
72402026-08-11T11:23:44.364ZAug 11 11:23:43.349
72412026-08-11T11:23:44.364Z Aug 11 11:23:43.349DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGAug 11 11:23:43.349Aug 11 11:23:43.349Aug 11 11:23:43.349
72422026-08-11T11:23:44.364ZDEBGinitted freemap. size: 64DEBG, unit replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72432026-08-11T11:23:44.364Z:
72442026-08-11T11:23:44.364Zfreemap_route_ipv4DEBGAug 11 11:23:43.349
72452026-08-11T11:23:44.364Z Aug 11 11:23:43.349 DEBG Aug 11 11:23:43.349INFOAug 11 11:23:43.349 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
72462026-08-11T11:23:44.364Zadding route 172.17.0.21/32 -> 10.0.0.255reset freemap INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.4
72472026-08-11T11:23:44.364Zunit
72482026-08-11T11:23:44.364Z: , freemap_route_ipv4unitAug 11 11:23:43.349: Aug 11 11:23:43.349DEBG
72492026-08-11T11:23:44.364Z freemap_route_ipv6 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 } }]
72502026-08-11T11:23:44.364Z
72512026-08-11T11:23:44.364ZAug 11 11:23:43.349replacing 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 } }]
72522026-08-11T11:23:44.364ZDEBG Aug 11 11:23:43.349initted freemap. size: 64Aug 11 11:23:43.349 , DEBGAug 11 11:23:43.349unit : 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
72532026-08-11T11:23:44.364Z adding route 172.17.0.22/32 -> 10.0.0.255 freemap_route_ipv6
72542026-08-11T11:23:44.364Zadding route 172.16.0.0/32 -> 10.0.0.1
72552026-08-11T11:23:44.364Z
72562026-08-11T11:23:44.364ZAug 11 11:23:43.349 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 } }]
72572026-08-11T11:23:44.365ZAug 11 11:23:43.349Aug 11 11:23:43.349 Aug 11 11:23:43.349DEBG 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 } }]INFODEBG
72582026-08-11T11:23:44.365Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.23/32 -> 10.0.0.255reset freemap
72592026-08-11T11:23:44.365Z,
72602026-08-11T11:23:44.365Zunit:Aug 11 11:23:43.349 Aug 11 11:23:43.349freemap_route_ipv6 Aug 11 11:23:43.349DEBG INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
72612026-08-11T11:23:44.365Zadding route 172.16.0.0/32 -> 10.0.0.2
72622026-08-11T11:23:44.365ZAug 11 11:23:43.319Aug 11 11:23:43.349 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 } }] DEBG
72632026-08-11T11:23:44.365Z Aug 11 11:23:43.349Aug 11 11:23:43.349replacing 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 } }] created new freemap
72642026-08-11T11:23:44.365ZDEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
72652026-08-11T11:23:44.365Z:Aug 11 11:23:43.349Aug 11 11:23:43.350 INFOAug 11 11:23:43.350 INFO DEBGfreemap_route_ipv4INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.25/32 -> 10.0.0.255
72662026-08-11T11:23:44.365Z
72672026-08-11T11:23:44.365Z
72682026-08-11T11:23:44.365Z
72692026-08-11T11:23:44.365Zreplacing 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 } }]
72702026-08-11T11:23:44.365ZAug 11 11:23:43.350Aug 11 11:23:43.350 DEBGDEBGAug 11 11:23:43.350 Aug 11 11:23:43.350INFOreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72712026-08-11T11:23:44.365Z
72722026-08-11T11:23:44.365ZAug 11 11:23:43.350 DEBGDEBG Aug 11 11:23:43.350created new freemap Aug 11 11:23:43.350INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.4INFO
72732026-08-11T11:23:44.366Z, adding route 172.17.0.25/32 -> 10.0.0.255
72742026-08-11T11:23:44.366Z
72752026-08-11T11:23:44.366Ztest route::tests::same_size_non_subset_replace ... ok
72762026-08-11T11:23:44.366Zunit
72772026-08-11T11:23:44.366Z: Aug 11 11:23:43.350Aug 11 11:23:43.350Aug 11 11:23:43.350Aug 11 11:23:43.350freemap_route_ipv6
72782026-08-11T11:23:44.366Z
72792026-08-11T11:23:44.366Z DEBG 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 } }]
72802026-08-11T11:23:44.366Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72812026-08-11T11:23:44.366Z Aug 11 11:23:43.350 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 Aug 11 11:23:43.350DEBGAug 11 11:23:43.350 initted freemap. size: 64INFOAug 11 11:23:43.350,
72822026-08-11T11:23:44.366Zadding route 172.17.0.0/32 -> 10.0.0.255unit
72832026-08-11T11:23:44.366Zadding route 172.17.0.26/32 -> 10.0.0.255 :
72842026-08-11T11:23:44.366ZINFO Aug 11 11:23:43.350INFO Aug 11 11:23:43.350 freemap_route_ipv4 adding route 172.17.0.26/32 -> 10.0.0.255
72852026-08-11T11:23:44.366Z
72862026-08-11T11:23:44.366ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 11 11:23:43.350replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.350
72872026-08-11T11:23:44.366Z
72882026-08-11T11:23:44.366ZDEBG 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 } }]DEBGINFOAug 11 11:23:43.350 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 } }]
72892026-08-11T11:23:44.366ZDEBG
72902026-08-11T11:23:44.366Z reset freemap Aug 11 11:23:43.350adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:23:43.350 , unitINFOAug 11 11:23:43.350 adding route 172.17.0.1/32 -> 10.0.0.255DEBGAug 11 11:23:43.350
72912026-08-11T11:23:44.366Z
72922026-08-11T11:23:44.366Z: INFO adding route 172.17.0.27/32 -> 10.0.0.255INFOAug 11 11:23:43.350
72932026-08-11T11:23:44.367Z 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 } }] freemap_route_ipv4 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 } }]
72942026-08-11T11:23:44.367Z
72952026-08-11T11:23:44.367Z
72962026-08-11T11:23:44.367ZAug 11 11:23:43.350Aug 11 11:23:43.350adding route 172.17.0.27/32 -> 10.0.0.255
72972026-08-11T11:23:44.367ZDEBGAug 11 11:23:43.350 Aug 11 11:23:43.350DEBGAug 11 11:23:43.350INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing 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 } }]
72982026-08-11T11:23:44.367ZAug 11 11:23:43.350 initted freemap. size: 64
72992026-08-11T11:23:44.367Z , Aug 11 11:23:43.350DEBG unit DEBGINFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] : Aug 11 11:23:43.350adding route 172.16.0.0/32 -> 10.0.0.2
73002026-08-11T11:23:44.367Z
73012026-08-11T11:23:44.367ZINFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
73022026-08-11T11:23:44.367Zadding route 172.17.0.28/32 -> 10.0.0.255
73032026-08-11T11:23:44.367Z
73042026-08-11T11:23:44.367Zreplacing 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 } }]
73052026-08-11T11:23:44.367ZAug 11 11:23:43.350 Aug 11 11:23:43.350Aug 11 11:23:43.350 Aug 11 11:23:43.350INFO INFO Aug 11 11:23:43.350DEBGDEBG reset freemapadding route 172.17.0.3/32 -> 10.0.0.255, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73062026-08-11T11:23:44.367Zunit
73072026-08-11T11:23:44.367ZAug 11 11:23:43.350: freemap_route_ipv6Aug 11 11:23:43.350
73082026-08-11T11:23:44.372Z DEBGDEBG Aug 11 11:23:43.350 adding route 172.17.0.28/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 } }]Aug 11 11:23:43.350 DEBGAug 11 11:23:43.350 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
73092026-08-11T11:23:44.372ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
73102026-08-11T11:23:44.372Z created new freemapINFO, unitadding route 172.16.0.0/32 -> 10.0.0.1
73112026-08-11T11:23:44.372Z
73122026-08-11T11:23:44.372ZAug 11 11:23:43.360: DEBGfreemap_route_ipv4
73132026-08-11T11:23:44.372ZAug 11 11:23:43.360Aug 11 11:23:43.360replacing 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 } }]
73142026-08-11T11:23:44.372ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
73152026-08-11T11:23:44.373ZAug 11 11:23:43.360 DEBGAug 11 11:23:43.360 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
73162026-08-11T11:23:44.373Zcreated new freemap , replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
73172026-08-11T11:23:44.373Z:Aug 11 11:23:43.360 Aug 11 11:23:43.360 freemap_route_ipv6INFO
73182026-08-11T11:23:44.373Zadding route 172.17.0.29/32 -> 10.0.0.255INFO Aug 11 11:23:43.360adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
73192026-08-11T11:23:44.373Z
73202026-08-11T11:23:44.373Z INFO Aug 11 11:23:43.360adding route 172.17.0.5/32 -> 10.0.0.255 Aug 11 11:23:43.360Aug 11 11:23:43.360
73212026-08-11T11:23:44.373Z DEBGDEBG DEBG Aug 11 11:23:43.360replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
73222026-08-11T11:23:44.373Zreplacing 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 } }]
73232026-08-11T11:23:44.373Zreplacing 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 } }]initted freemap. size: 64,
73242026-08-11T11:23:44.373ZunitAug 11 11:23:43.360: Aug 11 11:23:43.360freemap_route_ipv4 INFO
73252026-08-11T11:23:44.373Z adding route 172.17.0.30/32 -> 10.0.0.255INFO
73262026-08-11T11:23:44.373Z Aug 11 11:23:43.360Aug 11 11:23:43.360adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBGINFO
73272026-08-11T11:23:44.373Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:23:43.360
73282026-08-11T11:23:44.373Z DEBGreset freemap , replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
73292026-08-11T11:23:44.373ZAug 11 11:23:43.360: freemap_route_ipv4DEBGAug 11 11:23:43.360Aug 11 11:23:43.360
73302026-08-11T11:23:44.373Z INFO DEBGAug 11 11:23:43.360 adding route 172.17.0.31/32 -> 10.0.0.255 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73312026-08-11T11:23:44.373ZDEBG
73322026-08-11T11:23:44.373Zinitted freemap. size: 64
73332026-08-11T11:23:44.373Z, Aug 11 11:23:43.361unit :INFOAug 11 11:23:43.361 freemap_route_ipv6DEBGadding route 172.17.0.7/32 -> 10.0.0.255
73342026-08-11T11:23:44.373Z
73352026-08-11T11:23:44.374Z 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 } }]
73362026-08-11T11:23:44.374ZAug 11 11:23:43.361Aug 11 11:23:43.361 DEBGDEBG reset freemapreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361
73372026-08-11T11:23:44.374Z, Aug 11 11:23:43.361unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
73382026-08-11T11:23:44.374Z freemap_route_ipv6adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:23:43.361
73392026-08-11T11:23:44.374ZINFO
73402026-08-11T11:23:44.374Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:23:43.361adding route 172.17.0.8/32 -> 10.0.0.255
73412026-08-11T11:23:44.374ZAug 11 11:23:43.361
73422026-08-11T11:23:44.374ZINFOAug 11 11:23:43.361DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
73432026-08-11T11:23:44.374ZINFO
73442026-08-11T11:23:44.374ZAug 11 11:23:43.361 Aug 11 11:23:43.361Aug 11 11:23:43.361 DEBGDEBGDEBGAug 11 11:23:43.361 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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
73452026-08-11T11:23:44.374Z
73462026-08-11T11:23:44.374Z adding route 172.17.0.33/32 -> 10.0.0.255
73472026-08-11T11:23:44.374Z 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 } }]
73482026-08-11T11:23:44.374Z
73492026-08-11T11:23:44.374ZAug 11 11:23:43.361Aug 11 11:23:43.361Aug 11 11:23:43.361 INFODEBG Aug 11 11:23:43.361adding route 172.17.0.0/32 -> 10.0.0.255INFO
73502026-08-11T11:23:44.374Z INFOAug 11 11:23:43.361 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
73512026-08-11T11:23:44.374Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:25::/64 -> 2001:db8::55:ff
73522026-08-11T11:23:44.374Z
73532026-08-11T11:23:44.374Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361
73542026-08-11T11:23:44.374ZAug 11 11:23:43.361 Aug 11 11:23:43.361DEBGDEBGAug 11 11:23:43.361 DEBGAug 11 11:23:43.361INFOreplacing 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
73552026-08-11T11:23:44.375Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
73562026-08-11T11:23:44.375Z
73572026-08-11T11:23:44.375Z
73582026-08-11T11:23:44.375Zadding route 3fff:dead::/64 -> 2001:db8::55:2
73592026-08-11T11:23:44.375ZAug 11 11:23:43.361 Aug 11 11:23:43.361INFO Aug 11 11:23:43.361DEBG adding route 172.17.0.1/32 -> 10.0.0.255INFO
73602026-08-11T11:23:44.375ZAug 11 11:23:43.361replacing 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.10/32 -> 10.0.0.255Aug 11 11:23:43.361
73612026-08-11T11:23:44.375Z INFO DEBG
73622026-08-11T11:23:44.375ZAug 11 11:23:43.361adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 11 11:23:43.361DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73632026-08-11T11:23:44.375Zreplacing 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
73642026-08-11T11:23:44.375Z
73652026-08-11T11:23:44.375Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:23:43.361Aug 11 11:23:43.361Aug 11 11:23:43.361
73662026-08-11T11:23:44.375Z INFO INFODEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 11 11:23:43.361
73672026-08-11T11:23:44.375Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73682026-08-11T11:23:44.375ZAug 11 11:23:43.361adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
73692026-08-11T11:23:44.375Z
73702026-08-11T11:23:44.375Z Aug 11 11:23:43.361 Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361DEBGINFOAug 11 11:23:43.361replacing 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 } }] INFOadding route 172.17.0.11/32 -> 10.0.0.255
73712026-08-11T11:23:44.375Z
73722026-08-11T11:23:44.375Z DEBGadding route 172.17.0.36/32 -> 10.0.0.255
73732026-08-11T11:23:44.376ZAug 11 11:23:43.361 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73742026-08-11T11:23:44.376Z
73752026-08-11T11:23:44.376ZINFOAug 11 11:23:43.361 adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:23:43.361
73762026-08-11T11:23:44.376Z DEBGAug 11 11:23:43.361 INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:23:43.361
73772026-08-11T11:23:44.376Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4
73782026-08-11T11:23:44.376ZDEBG
73792026-08-11T11:23:44.376Z 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 } }]
73802026-08-11T11:23:44.376ZAug 11 11:23:43.361 Aug 11 11:23:43.361INFO Aug 11 11:23:43.361INFOadding route 172.17.0.37/32 -> 10.0.0.255
73812026-08-11T11:23:44.376Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:23:43.361 INFO
73822026-08-11T11:23:44.376Z Aug 11 11:23:43.361adding route 172.17.0.4/32 -> 10.0.0.255
73832026-08-11T11:23:44.376ZDEBGAug 11 11:23:43.361Aug 11 11:23:43.361 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 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 } }]
73842026-08-11T11:23:44.376Z
73852026-08-11T11:23:44.376ZINFOreplacing 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 } }]
73862026-08-11T11:23:44.376ZAug 11 11:23:43.361 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:43.361Aug 11 11:23:43.361 Aug 11 11:23:43.361replacing 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
73872026-08-11T11:23:44.376ZINFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255
73882026-08-11T11:23:44.376Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
73892026-08-11T11:23:44.376Z
73902026-08-11T11:23:44.376ZAug 11 11:23:43.361
73912026-08-11T11:23:44.376Z INFOAug 11 11:23:43.361 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 11 11:23:43.361
73922026-08-11T11:23:44.377Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361
73932026-08-11T11:23:44.377Z DEBGAug 11 11:23:43.361 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 } }]DEBGDEBG
73942026-08-11T11:23:44.377ZAug 11 11:23:43.361replacing 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
73952026-08-11T11:23:44.377Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
73962026-08-11T11:23:44.377Z
73972026-08-11T11:23:44.377ZAug 11 11:23:43.361Aug 11 11:23:43.361 INFOINFOAug 11 11:23:43.361 Aug 11 11:23:43.361adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255DEBG
73982026-08-11T11:23:44.377Z
73992026-08-11T11:23:44.377Z 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
74002026-08-11T11:23:44.377Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:23:43.361
74012026-08-11T11:23:44.377ZAug 11 11:23:43.361 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 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.361
74022026-08-11T11:23:44.377Z
74032026-08-11T11:23:44.377Z Aug 11 11:23:43.361 INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255
74042026-08-11T11:23:44.377ZAug 11 11:23:43.361Aug 11 11:23:43.361 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
74052026-08-11T11:23:44.377Z
74062026-08-11T11:23:44.377Z adding route 172.17.0.7/32 -> 10.0.0.255
74072026-08-11T11:23:44.377ZAug 11 11:23:43.361 Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361 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
74082026-08-11T11:23:44.382ZDEBG 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 } }]
74092026-08-11T11:23:44.382Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
74102026-08-11T11:23:44.382ZAug 11 11:23:43.361
74112026-08-11T11:23:44.382Z INFOAug 11 11:23:43.361Aug 11 11:23:43.361 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255
74122026-08-11T11:23:44.382Zadding route 172.17.0.8/32 -> 10.0.0.255
74132026-08-11T11:23:44.382Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:23:43.361
74142026-08-11T11:23:44.383Z Aug 11 11:23:43.361DEBG Aug 11 11:23:43.361 Aug 11 11:23:43.361replacing 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 } }] DEBGDEBG
74152026-08-11T11:23:44.383Z 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 } }]DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74162026-08-11T11:23:44.383Z
74172026-08-11T11:23:44.383Z 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 } }]
74182026-08-11T11:23:44.383ZAug 11 11:23:43.361Aug 11 11:23:43.361 Aug 11 11:23:43.361INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:23:43.361Aug 11 11:23:43.361
74192026-08-11T11:23:44.383Z DEBGINFO created new freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff,
74202026-08-11T11:23:44.383ZunitAug 11 11:23:43.371: DEBGfreemap_route_ipv4
74212026-08-11T11:23:44.383Zreplacing 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 } }]
74222026-08-11T11:23:44.383ZAug 11 11:23:43.371 INFO Aug 11 11:23:43.371adding route 172.17.0.43/32 -> 10.0.0.255INFO
74232026-08-11T11:23:44.383Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255
74242026-08-11T11:23:44.383ZAug 11 11:23:43.371Aug 11 11:23:43.371 DEBGcreated new 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 } }]:
74252026-08-11T11:23:44.383Z Aug 11 11:23:43.371replacing 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 } }]freemap_route_ipv6
74262026-08-11T11:23:44.383Z DEBG
74272026-08-11T11:23:44.383Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.371
74282026-08-11T11:23:44.383Z INFOAug 11 11:23:43.371 Aug 11 11:23:43.371INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
74292026-08-11T11:23:44.383ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
74302026-08-11T11:23:44.383Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:23:43.371
74312026-08-11T11:23:44.384ZDEBGAug 11 11:23:43.371 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 } }]DEBGAug 11 11:23:43.371
74322026-08-11T11:23:44.384ZAug 11 11:23:43.371 initted freemap. size: 64DEBG , Aug 11 11:23:43.371DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
74332026-08-11T11:23:44.384Z 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
74342026-08-11T11:23:44.384Z: adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
74352026-08-11T11:23:44.384Zfreemap_route_ipv4
74362026-08-11T11:23:44.384ZAug 11 11:23:43.371Aug 11 11:23:43.371 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
74372026-08-11T11:23:44.384Z
74382026-08-11T11:23:44.384ZAug 11 11:23:43.371 DEBGAug 11 11:23:43.371 Aug 11 11:23:43.371replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:43.371
74392026-08-11T11:23:44.384ZDEBG DEBGDEBG Aug 11 11:23:43.371 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 } }]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 } }]
74402026-08-11T11:23:44.384Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap
74412026-08-11T11:23:44.384Z
74422026-08-11T11:23:44.384Z, unitAug 11 11:23:43.371: INFOAug 11 11:23:43.371 freemap_route_ipv4DEBGadding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:23:43.371replacing 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 } }]
74432026-08-11T11:23:44.384Z
74442026-08-11T11:23:44.384Z
74452026-08-11T11:23:44.384ZINFOAug 11 11:23:43.371Aug 11 11:23:43.371Aug 11 11:23:43.371 DEBGINFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }]
74462026-08-11T11:23:44.384Z
74472026-08-11T11:23:44.384Z
74482026-08-11T11:23:44.384Zinitted freemap. size: 64, Aug 11 11:23:43.371Aug 11 11:23:43.371 DEBGINFO unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
74492026-08-11T11:23:44.384ZAug 11 11:23:43.371:
74502026-08-11T11:23:44.385Z DEBGfreemap_route_ipv6
74512026-08-11T11:23:44.385Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.371
74522026-08-11T11:23:44.385Z Aug 11 11:23:43.371INFO adding route 172.17.0.13/32 -> 10.0.0.255
74532026-08-11T11:23:44.385ZDEBGAug 11 11:23:43.371 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.371DEBGAug 11 11:23:43.371
74542026-08-11T11:23:44.385ZINFO reset freemapDEBG, adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
74552026-08-11T11:23:44.385Zreplacing 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 } }]:
74562026-08-11T11:23:44.385Z Aug 11 11:23:43.371freemap_route_ipv6 Aug 11 11:23:43.371INFO
74572026-08-11T11:23:44.385Z DEBG Aug 11 11:23:43.371adding 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 } }]
74582026-08-11T11:23:44.385Z
74592026-08-11T11:23:44.385ZAug 11 11:23:43.371INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:23:43.371 Aug 11 11:23:43.371adding route 172.16.0.0/32 -> 10.0.0.1
74602026-08-11T11:23:44.385Z
74612026-08-11T11:23:44.385ZDEBG 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 } }]
74622026-08-11T11:23:44.385Z INFOAug 11 11:23:43.371Aug 11 11:23:43.371 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74632026-08-11T11:23:44.385Z
74642026-08-11T11:23:44.385ZAug 11 11:23:43.371 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 11 11:23:43.371adding route 172.17.0.49/32 -> 10.0.0.255
74652026-08-11T11:23:44.385ZINFO
74662026-08-11T11:23:44.386Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:23:43.371
74672026-08-11T11:23:44.386Z Aug 11 11:23:43.371INFO Aug 11 11:23:43.371 adding route 172.17.0.15/32 -> 10.0.0.255DEBG
74682026-08-11T11:23:44.386Z DEBGAug 11 11:23:43.371 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74692026-08-11T11:23:44.386ZAug 11 11:23:43.371
74702026-08-11T11:23:44.386Z 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 } }]DEBGAug 11 11:23:43.371
74712026-08-11T11:23:44.386Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74722026-08-11T11:23:44.386Z Aug 11 11:23:43.371replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74732026-08-11T11:23:44.386ZINFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
74742026-08-11T11:23:44.386ZAug 11 11:23:43.371Aug 11 11:23:43.371adding route 172.17.0.50/32 -> 10.0.0.255
74752026-08-11T11:23:44.386ZINFO adding route 172.17.0.16/32 -> 10.0.0.255INFO
74762026-08-11T11:23:44.386Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 11 11:23:43.371Aug 11 11:23:43.371 Aug 11 11:23:43.371DEBG DEBG
74772026-08-11T11:23:44.386Zreplacing 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 } }]
74782026-08-11T11:23:44.386Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74792026-08-11T11:23:44.386Z 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 } }]
74802026-08-11T11:23:44.386Z
74812026-08-11T11:23:44.386ZAug 11 11:23:43.371Aug 11 11:23:43.371Aug 11 11:23:43.382 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
74822026-08-11T11:23:44.386ZINFO
74832026-08-11T11:23:44.386Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
74842026-08-11T11:23:44.387ZAug 11 11:23:43.382 Aug 11 11:23:43.382Aug 11 11:23:43.382INFO DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.4 adding route 172.17.0.17/32 -> 10.0.0.255
74852026-08-11T11:23:44.387Z
74862026-08-11T11:23:44.387Z Aug 11 11:23:43.382replacing 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 } }]
74872026-08-11T11:23:44.387ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:23:43.382
74882026-08-11T11:23:44.387ZINFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74892026-08-11T11:23:44.387Z
74902026-08-11T11:23:44.387ZAug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74912026-08-11T11:23:44.387ZDEBGAug 11 11:23:43.371replacing 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 } }]
74922026-08-11T11:23:44.387ZINFO Aug 11 11:23:43.382adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
74932026-08-11T11:23:44.387Z
74942026-08-11T11:23:44.387ZINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255
74952026-08-11T11:23:44.387Z
74962026-08-11T11:23:44.387ZAug 11 11:23:43.382 INFO Aug 11 11:23:43.382adding route 172.17.0.18/32 -> 10.0.0.255
74972026-08-11T11:23:44.387ZAug 11 11:23:43.382Aug 11 11:23:43.382DEBG 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 } }]
74982026-08-11T11:23:44.387ZAug 11 11:23:43.382DEBG 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 DEBGAug 11 11:23:43.382
74992026-08-11T11:23:44.387Z 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 } }]
75002026-08-11T11:23:44.387ZINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
75012026-08-11T11:23:44.387Z
75022026-08-11T11:23:44.387ZAug 11 11:23:43.382Aug 11 11:23:43.382 INFOAug 11 11:23:43.382 INFO adding route 172.17.0.20/32 -> 10.0.0.255INFOAug 11 11:23:43.382adding route 172.17.0.52/32 -> 10.0.0.255
75032026-08-11T11:23:44.387Z adding route 172.17.0.19/32 -> 10.0.0.255
75042026-08-11T11:23:44.387ZDEBG
75052026-08-11T11:23:44.387Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.382
75062026-08-11T11:23:44.388Z Aug 11 11:23:43.382DEBG 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
75072026-08-11T11:23:44.388ZAug 11 11:23:43.382Aug 11 11:23:43.382 INFODEBG 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 } }]
75082026-08-11T11:23:44.392Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382
75092026-08-11T11:23:44.392Z
75102026-08-11T11:23:44.393ZINFOAug 11 11:23:43.382 Aug 11 11:23:43.382INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:23:43.382
75112026-08-11T11:23:44.393Zadding route 172.17.0.21/32 -> 10.0.0.255DEBG
75122026-08-11T11:23:44.393ZINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.382adding route 172.17.0.20/32 -> 10.0.0.255
75132026-08-11T11:23:44.393Z Aug 11 11:23:43.382DEBG
75142026-08-11T11:23:44.393Zreplacing 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 } }]
75152026-08-11T11:23:44.393ZDEBG 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 } }]
75162026-08-11T11:23:44.393ZAug 11 11:23:43.382Aug 11 11:23:43.382 Aug 11 11:23:43.382INFOAug 11 11:23:43.382 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
75172026-08-11T11:23:44.393ZINFO adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75182026-08-11T11:23:44.393ZAug 11 11:23:43.382DEBG
75192026-08-11T11:23:44.393ZDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75202026-08-11T11:23:44.393Z
75212026-08-11T11:23:44.393ZAug 11 11:23:43.382Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382 Aug 11 11:23:43.382 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 Aug 11 11:23:43.382adding route 172.17.0.55/32 -> 10.0.0.255
75222026-08-11T11:23:44.393ZINFO
75232026-08-11T11:23:44.393Z INFOadding route 172.17.0.21/32 -> 10.0.0.255
75242026-08-11T11:23:44.393Z Aug 11 11:23:43.382Aug 11 11:23:43.382INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFOadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.23/32 -> 10.0.0.255
75252026-08-11T11:23:44.393ZDEBG
75262026-08-11T11:23:44.393Z
75272026-08-11T11:23:44.393Zreplacing 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 } }]
75282026-08-11T11:23:44.394ZAug 11 11:23:43.382 DEBGAug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 INFODEBG DEBG adding route 172.17.0.56/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 } }]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 } }]
75292026-08-11T11:23:44.394Z
75302026-08-11T11:23:44.394Z
75312026-08-11T11:23:44.394Zreplacing 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 } }]
75322026-08-11T11:23:44.394Z DEBG Aug 11 11:23:43.382Aug 11 11:23:43.382 Aug 11 11:23:43.382INFO Aug 11 11:23:43.382DEBG 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
75332026-08-11T11:23:44.394Zreplacing 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.30/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
75342026-08-11T11:23:44.394Z
75352026-08-11T11:23:44.394Z INFO
75362026-08-11T11:23:44.394ZAug 11 11:23:43.382Aug 11 11:23:43.382 INFOAug 11 11:23:43.382adding route 172.17.0.22/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255
75372026-08-11T11:23:44.394ZAug 11 11:23:43.382DEBG
75382026-08-11T11:23:44.394ZINFO 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 } }]
75392026-08-11T11:23:44.394ZDEBG 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 } }]
75402026-08-11T11:23:44.394Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:23:43.382
75412026-08-11T11:23:44.394Z DEBGAug 11 11:23:43.382Aug 11 11:23:43.382 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 } }]
75422026-08-11T11:23:44.394ZAug 11 11:23:43.382Aug 11 11:23:43.382 DEBG DEBGINFOINFOAug 11 11:23:43.382 INFOadding route 172.17.0.25/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 } }]
75432026-08-11T11:23:44.394Zadding route 172.17.0.31/32 -> 10.0.0.255
75442026-08-11T11:23:44.395Zadding route 172.17.0.58/32 -> 10.0.0.255
75452026-08-11T11:23:44.395Z
75462026-08-11T11:23:44.395Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:43.382
75472026-08-11T11:23:44.395Z Aug 11 11:23:43.382 DEBGAug 11 11:23:43.382 Aug 11 11:23:43.382Aug 11 11:23:43.382replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG INFO
75482026-08-11T11:23:44.395Z DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75492026-08-11T11:23:44.395Z
75502026-08-11T11:23:44.395Zreplacing 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 } }]
75512026-08-11T11:23:44.395ZINFO Aug 11 11:23:43.382Aug 11 11:23:43.382 INFO adding route 172.17.0.23/32 -> 10.0.0.255INFOadding route 172.17.0.26/32 -> 10.0.0.255
75522026-08-11T11:23:44.395Z
75532026-08-11T11:23:44.395Z Aug 11 11:23:43.382Aug 11 11:23:43.382adding route 172.17.0.59/32 -> 10.0.0.255
75542026-08-11T11:23:44.395Z INFO Aug 11 11:23:43.382DEBGAug 11 11:23:43.382 adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:23:43.382replacing 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 } }]
75552026-08-11T11:23:44.395Z
75562026-08-11T11:23:44.395ZDEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382
75572026-08-11T11:23:44.395ZDEBG 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 } }]
75582026-08-11T11:23:44.395ZAug 11 11:23:43.382 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 11 11:23:43.382
75592026-08-11T11:23:44.395Z INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:23:43.382replacing 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 } }]
75602026-08-11T11:23:44.395ZAug 11 11:23:43.382
75612026-08-11T11:23:44.396ZINFO Aug 11 11:23:43.382adding route 172.17.0.60/32 -> 10.0.0.255
75622026-08-11T11:23:44.396ZDEBG 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 } }]
75632026-08-11T11:23:44.396Z
75642026-08-11T11:23:44.396Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 INFO
75652026-08-11T11:23:44.396Z Aug 11 11:23:43.382 adding route 172.17.0.24/32 -> 10.0.0.255DEBGINFO 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 } }] INFOadding route 172.17.0.33/32 -> 10.0.0.255
75662026-08-11T11:23:44.396Z
75672026-08-11T11:23:44.396Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
75682026-08-11T11:23:44.396Z
75692026-08-11T11:23:44.396Ztest route::tests::add_target_fails_full ... ok
75702026-08-11T11:23:44.396ZAug 11 11:23:43.382 INFOAug 11 11:23:43.382 Aug 11 11:23:43.382 Aug 11 11:23:43.382adding route 172.17.0.28/32 -> 10.0.0.255INFODEBG
75712026-08-11T11:23:44.396Zadding route 172.17.0.61/32 -> 10.0.0.255 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 } }]
75722026-08-11T11:23:44.396Z
75732026-08-11T11:23:44.396Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382
75742026-08-11T11:23:44.396Z Aug 11 11:23:43.382DEBG Aug 11 11:23:43.382replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.382DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
75752026-08-11T11:23:44.396Z
75762026-08-11T11:23:44.396Z
75772026-08-11T11:23:44.396ZDEBGAug 11 11:23:43.382 INFO Aug 11 11:23:43.382adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:23:43.382replacing 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 } }]
75782026-08-11T11:23:44.396ZAug 11 11:23:43.382 INFO
75792026-08-11T11:23:44.396ZDEBGINFOAug 11 11:23:43.382 INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75802026-08-11T11:23:44.396Z
75812026-08-11T11:23:44.396Z
75822026-08-11T11:23:44.396Z
75832026-08-11T11:23:44.397ZAug 11 11:23:43.382 Aug 11 11:23:43.382DEBG Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75842026-08-11T11:23:44.397Z 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 } }]
75852026-08-11T11:23:44.397Z
75862026-08-11T11:23:44.397Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.382Aug 11 11:23:43.382 DEBGDEBG
75872026-08-11T11:23:44.397Z Aug 11 11:23:43.382 Aug 11 11:23:43.382replacing 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 } }]
75882026-08-11T11:23:44.397Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75892026-08-11T11:23:44.397ZAug 11 11:23:43.382 INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255Aug 11 11:23:43.382
75902026-08-11T11:23:44.397Z
75912026-08-11T11:23:44.397Z DEBGINFO Aug 11 11:23:43.382 failed to allocate space for the new target listadding route 172.17.0.35/32 -> 10.0.0.255
75922026-08-11T11:23:44.397ZDEBG
75932026-08-11T11:23:44.397Z Aug 11 11:23:43.382replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
75942026-08-11T11:23:44.397Zreplacing 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 } }]
75952026-08-11T11:23:44.397ZAug 11 11:23:43.382Aug 11 11:23:43.382Aug 11 11:23:43.382 Aug 11 11:23:43.392 DEBGDEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:23:43.392
75962026-08-11T11:23:44.397Z DEBG adding route 172.17.0.26/32 -> 10.0.0.255 failed to allocate space for the new target listadding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
75972026-08-11T11:23:44.397Z
75982026-08-11T11:23:44.397Z
75992026-08-11T11:23:44.397Z
76002026-08-11T11:23:44.397ZAug 11 11:23:43.392 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:23:43.392
76012026-08-11T11:23:44.398Z DEBGAug 11 11:23:43.392 Aug 11 11:23:43.392Aug 11 11:23:43.392 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 } }]DEBGDEBG
76022026-08-11T11:23:44.398Z 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.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.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 } }]
76032026-08-11T11:23:44.398Z
76042026-08-11T11:23:44.398Z
76052026-08-11T11:23:44.398ZAug 11 11:23:43.392 DEBGAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 INFOINFOINFO failed to allocate space for the new target list
76062026-08-11T11:23:44.398Zadding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
76072026-08-11T11:23:44.398Z
76082026-08-11T11:23:44.404Zadding route 172.17.0.27/32 -> 10.0.0.255
76092026-08-11T11:23:44.404ZAug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 DEBGDEBG 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 } }]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 } }]
76102026-08-11T11:23:44.404Z
76112026-08-11T11:23:44.405Z 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 } }]
76122026-08-11T11:23:44.405ZAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 INFO INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
76132026-08-11T11:23:44.405Z
76142026-08-11T11:23:44.405Z
76152026-08-11T11:23:44.405ZAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392DEBG DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76162026-08-11T11:23:44.405Z
76172026-08-11T11:23:44.405Z
76182026-08-11T11:23:44.405ZAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 INFO INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
76192026-08-11T11:23:44.405Z
76202026-08-11T11:23:44.405Zadding route 172.17.0.29/32 -> 10.0.0.255
76212026-08-11T11:23:44.405ZAug 11 11:23:43.392Aug 11 11:23:43.392 DEBGDEBGAug 11 11:23:43.392 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 } }]
76222026-08-11T11:23:44.405Zreplacing 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
76232026-08-11T11:23:44.405Z 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 } }]
76242026-08-11T11:23:44.405ZAug 11 11:23:43.392 Aug 11 11:23:43.392INFOAug 11 11:23:43.392 adding route 172.17.0.35/32 -> 10.0.0.255
76252026-08-11T11:23:44.405ZINFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
76262026-08-11T11:23:44.405ZAug 11 11:23:43.392
76272026-08-11T11:23:44.405Z DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.392
76282026-08-11T11:23:44.405Z Aug 11 11:23:43.392DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:43.392
76292026-08-11T11:23:44.406Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76302026-08-11T11:23:44.406Zadding route 172.17.0.36/32 -> 10.0.0.255
76312026-08-11T11:23:44.406ZAug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 INFOINFODEBG adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.31/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 } }]
76322026-08-11T11:23:44.406Z
76332026-08-11T11:23:44.406Z
76342026-08-11T11:23:44.406ZAug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 INFODEBGDEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
76352026-08-11T11:23:44.406Z
76362026-08-11T11:23:44.406Z
76372026-08-11T11:23:44.406ZAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
76382026-08-11T11:23:44.406Z
76392026-08-11T11:23:44.406Z INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:23:43.392Aug 11 11:23:43.392
76402026-08-11T11:23:44.406Z INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:23:43.392
76412026-08-11T11:23:44.406Zreplacing 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 } }]
76422026-08-11T11:23:44.406ZDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.392
76432026-08-11T11:23:44.406ZAug 11 11:23:43.392 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.43/32 -> 10.0.0.255
76442026-08-11T11:23:44.406Z
76452026-08-11T11:23:44.406ZAug 11 11:23:43.392 INFO Aug 11 11:23:43.392Aug 11 11:23:43.392adding route 172.17.0.33/32 -> 10.0.0.255
76462026-08-11T11:23:44.407ZDEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
76472026-08-11T11:23:44.407Z
76482026-08-11T11:23:44.407ZAug 11 11:23:43.392 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.392Aug 11 11:23:43.392
76492026-08-11T11:23:44.407Z DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
76502026-08-11T11:23:44.407Z
76512026-08-11T11:23:44.407ZAug 11 11:23:43.392 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:23:43.392Aug 11 11:23:43.392
76522026-08-11T11:23:44.407ZDEBG 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 } }]
76532026-08-11T11:23:44.407Zadding route 172.17.0.40/32 -> 10.0.0.255
76542026-08-11T11:23:44.407ZAug 11 11:23:43.392 Aug 11 11:23:43.392DEBGAug 11 11:23:43.392 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
76552026-08-11T11:23:44.407Z DEBGadding route 172.17.0.45/32 -> 10.0.0.255
76562026-08-11T11:23:44.407Zreplacing 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 } }]
76572026-08-11T11:23:44.407ZAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392 DEBG INFOINFO 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.41/32 -> 10.0.0.255
76582026-08-11T11:23:44.407Zadding route 172.17.0.35/32 -> 10.0.0.255
76592026-08-11T11:23:44.407Z
76602026-08-11T11:23:44.407ZAug 11 11:23:43.392Aug 11 11:23:43.392 Aug 11 11:23:43.392INFO DEBG DEBGadding route 172.17.0.46/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 } }]
76612026-08-11T11:23:44.407Zreplacing 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 } }]
76622026-08-11T11:23:44.407Z
76632026-08-11T11:23:44.407ZAug 11 11:23:43.392Aug 11 11:23:43.392Aug 11 11:23:43.392 INFO INFODEBG adding route 172.17.0.42/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 } }]
76642026-08-11T11:23:44.407Z
76652026-08-11T11:23:44.407Zadding route 172.17.0.36/32 -> 10.0.0.255
76662026-08-11T11:23:44.408ZAug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255DEBG
76672026-08-11T11:23:44.408Zreplacing 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 } }]
76682026-08-11T11:23:44.408Zreplacing 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 } }]
76692026-08-11T11:23:44.408ZAug 11 11:23:43.393 Aug 11 11:23:43.393DEBGAug 11 11:23:43.393 INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.43/32 -> 10.0.0.255
76702026-08-11T11:23:44.408Z
76712026-08-11T11:23:44.408Zadding route 172.17.0.37/32 -> 10.0.0.255
76722026-08-11T11:23:44.408ZAug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393DEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76732026-08-11T11:23:44.408Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
76742026-08-11T11:23:44.408Z
76752026-08-11T11:23:44.408ZAug 11 11:23:43.393 Aug 11 11:23:43.393INFO Aug 11 11:23:43.393 INFOadding route 172.17.0.44/32 -> 10.0.0.255
76762026-08-11T11:23:44.408ZDEBG adding route 172.17.0.38/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 } }]
76772026-08-11T11:23:44.408Z
76782026-08-11T11:23:44.408ZAug 11 11:23:43.393 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.393Aug 11 11:23:43.393
76792026-08-11T11:23:44.408Z 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 } }]Aug 11 11:23:43.393
76802026-08-11T11:23:44.408Zadding route 172.17.0.49/32 -> 10.0.0.255
76812026-08-11T11:23:44.408ZINFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:23:43.393
76822026-08-11T11:23:44.408ZAug 11 11:23:43.393 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76832026-08-11T11:23:44.408Z
76842026-08-11T11:23:44.408ZAug 11 11:23:43.393 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 } }]Aug 11 11:23:43.393
76852026-08-11T11:23:44.408ZAug 11 11:23:43.393 DEBGINFO Aug 11 11:23:43.393replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255
76862026-08-11T11:23:44.409Z
76872026-08-11T11:23:44.409ZINFO adding route 172.17.0.46/32 -> 10.0.0.255
76882026-08-11T11:23:44.409ZAug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393DEBGINFO DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255
76892026-08-11T11:23:44.409Zreplacing 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 } }]
76902026-08-11T11:23:44.409Z
76912026-08-11T11:23:44.409ZAug 11 11:23:43.393Aug 11 11:23:43.393Aug 11 11:23:43.393 DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
76922026-08-11T11:23:44.409Zadding route 172.17.0.47/32 -> 10.0.0.255
76932026-08-11T11:23:44.409Zadding route 172.17.0.51/32 -> 10.0.0.255
76942026-08-11T11:23:44.409ZAug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393 INFODEBGDEBG 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.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76952026-08-11T11:23:44.409Z
76962026-08-11T11:23:44.409Zadding route 172.17.0.41/32 -> 10.0.0.255
76972026-08-11T11:23:44.409ZAug 11 11:23:43.393Aug 11 11:23:43.393 Aug 11 11:23:43.393INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255
76982026-08-11T11:23:44.409ZDEBGadding route 172.17.0.48/32 -> 10.0.0.255
76992026-08-11T11:23:44.409Zreplacing 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 } }]
77002026-08-11T11:23:44.409Ztest route::tests::delete_targets_full ... ok
77012026-08-11T11:23:44.409Ztest route::tests::delete_target_full ... ok
77022026-08-11T11:23:44.409ZAug 11 11:23:43.393 DEBGAug 11 11:23:43.393 Aug 11 11:23:43.393 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 } }]
77032026-08-11T11:23:44.409ZINFODEBG 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.42/32 -> 10.0.0.255
77042026-08-11T11:23:44.409ZAug 11 11:23:43.393
77052026-08-11T11:23:44.409Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
77062026-08-11T11:23:44.409ZAug 11 11:23:43.393Aug 11 11:23:43.393 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Aug 11 11:23:43.393
77072026-08-11T11:23:44.409Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77082026-08-11T11:23:44.414Zreplacing 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 } }]
77092026-08-11T11:23:44.414ZAug 11 11:23:43.393 DEBGAug 11 11:23:43.393 Aug 11 11:23:43.393replacing 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 } }] INFOINFO
77102026-08-11T11:23:44.414Z adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
77112026-08-11T11:23:44.414Z
77122026-08-11T11:23:44.414Ztest route::tests::delete_target_fragmented ... ok
77132026-08-11T11:23:44.414ZAug 11 11:23:43.393Aug 11 11:23:43.393 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.50/32 -> 10.0.0.255
77142026-08-11T11:23:44.415Z
77152026-08-11T11:23:44.415ZAug 11 11:23:43.393 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 } }]
77162026-08-11T11:23:44.415ZAug 11 11:23:43.403 INFO Aug 11 11:23:43.403Aug 11 11:23:43.403 adding route 172.17.0.55/32 -> 10.0.0.255
77172026-08-11T11:23:44.415ZDEBGINFO 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.44/32 -> 10.0.0.255
77182026-08-11T11:23:44.415Z
77192026-08-11T11:23:44.415ZAug 11 11:23:43.403 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403Aug 11 11:23:43.403
77202026-08-11T11:23:44.415Z DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:23:43.403
77212026-08-11T11:23:44.415Z
77222026-08-11T11:23:44.415ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
77232026-08-11T11:23:44.415ZAug 11 11:23:43.403 Aug 11 11:23:43.403DEBG INFOAug 11 11:23:43.403replacing 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 } }]
77242026-08-11T11:23:44.415Z DEBGadding route 172.17.0.45/32 -> 10.0.0.255
77252026-08-11T11:23:44.415Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403
77262026-08-11T11:23:44.415Z INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 11 11:23:43.403
77272026-08-11T11:23:44.415Z DEBGAug 11 11:23:43.403 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 } }]INFOAug 11 11:23:43.403
77282026-08-11T11:23:44.415Z adding route 172.17.0.57/32 -> 10.0.0.255DEBG
77292026-08-11T11:23:44.415Z Aug 11 11:23:43.403replacing 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 } }]
77302026-08-11T11:23:44.415ZINFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:23:43.403
77312026-08-11T11:23:44.415Z DEBGAug 11 11:23:43.403 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403INFO
77322026-08-11T11:23:44.415Z adding route 172.17.0.53/32 -> 10.0.0.255DEBG
77332026-08-11T11:23:44.416Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403
77342026-08-11T11:23:44.416Z INFO Aug 11 11:23:43.403adding route 172.17.0.58/32 -> 10.0.0.255
77352026-08-11T11:23:44.416ZDEBGAug 11 11:23:43.403 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
77362026-08-11T11:23:44.416Z adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:23:43.403
77372026-08-11T11:23:44.416Z DEBGAug 11 11:23:43.403 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77382026-08-11T11:23:44.416Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:23:43.403
77392026-08-11T11:23:44.416Z DEBGAug 11 11:23:43.393Aug 11 11:23:43.403 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 } }] DEBGINFO
77402026-08-11T11:23:44.416ZAug 11 11:23:43.403 created new freemapadding route 172.17.0.59/32 -> 10.0.0.255, DEBGunit
77412026-08-11T11:23:44.416Z:Aug 11 11:23:43.403 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77422026-08-11T11:23:44.416Zfreemap_route_ipv4adding route 172.17.0.48/32 -> 10.0.0.255
77432026-08-11T11:23:44.416ZAug 11 11:23:43.403
77442026-08-11T11:23:44.416Z DEBG Aug 11 11:23:43.403replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403
77452026-08-11T11:23:44.416ZINFOAug 11 11:23:43.403 adding route 172.17.0.55/32 -> 10.0.0.255
77462026-08-11T11:23:44.416ZDEBG 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 } }]
77472026-08-11T11:23:44.416ZAug 11 11:23:43.403created new freemap , Aug 11 11:23:43.403unitAug 11 11:23:43.403 INFO: DEBGadding route 172.17.0.60/32 -> 10.0.0.255
77482026-08-11T11:23:44.416Z INFO freemap_route_ipv6replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
77492026-08-11T11:23:44.416Z
77502026-08-11T11:23:44.416ZAug 11 11:23:43.403
77512026-08-11T11:23:44.416Z 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 } }]
77522026-08-11T11:23:44.416ZAug 11 11:23:43.403Aug 11 11:23:43.403 INFOAug 11 11:23:43.403 DEBGDEBGadding route 172.17.0.56/32 -> 10.0.0.255
77532026-08-11T11:23:44.417Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403failed to allocate space for the new target list
77542026-08-11T11:23:44.417Z
77552026-08-11T11:23:44.417Z DEBGAug 11 11:23:43.403 initted freemap. size: 64Aug 11 11:23:43.403DEBGAug 11 11:23:43.403, unitreplacing 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 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.2, vlan_id: None } }]INFO
77562026-08-11T11:23:44.417Z
77572026-08-11T11:23:44.417Zadding route 172.17.0.50/32 -> 10.0.0.255
77582026-08-11T11:23:44.417Z
77592026-08-11T11:23:44.417ZAug 11 11:23:43.403Aug 11 11:23:43.403 Aug 11 11:23:43.403 DEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255reset freemap
77602026-08-11T11:23:44.417Z, DEBGunit :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 } }]
77612026-08-11T11:23:44.417ZAug 11 11:23:43.403 freemap_route_ipv4DEBG
77622026-08-11T11:23:44.417Z Aug 11 11:23:43.403replacing 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 } }]
77632026-08-11T11:23:44.417ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
77642026-08-11T11:23:44.417ZAug 11 11:23:43.403Aug 11 11:23:43.403 Aug 11 11:23:43.403 INFODEBG DEBGadding route 172.17.0.58/32 -> 10.0.0.255
77652026-08-11T11:23:44.417Zreplacing 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 } }]
77662026-08-11T11:23:44.417Zinitted freemap. size: 64, unit: Aug 11 11:23:43.403freemap_route_ipv6
77672026-08-11T11:23:44.417ZAug 11 11:23:43.403DEBG 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 } }]
77682026-08-11T11:23:44.417Zadding route 172.17.0.52/32 -> 10.0.0.255
77692026-08-11T11:23:44.417ZAug 11 11:23:43.403 DEBGAug 11 11:23:43.403 Aug 11 11:23:43.403 reset freemapINFO, unitDEBGadding route 172.17.0.59/32 -> 10.0.0.255:
77702026-08-11T11:23:44.417Z 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 } }]freemap_route_ipv6
77712026-08-11T11:23:44.417Z
77722026-08-11T11:23:44.417ZAug 11 11:23:43.403 DEBG Aug 11 11:23:43.403Aug 11 11:23:43.403replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
77732026-08-11T11:23:44.418ZINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
77742026-08-11T11:23:44.418Z
77752026-08-11T11:23:44.418ZAug 11 11:23:43.403 INFO Aug 11 11:23:43.403adding route 172.17.0.60/32 -> 10.0.0.255
77762026-08-11T11:23:44.418ZDEBGAug 11 11:23:43.403 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 } }]
77772026-08-11T11:23:44.418Zreplacing 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 } }]
77782026-08-11T11:23:44.418ZAug 11 11:23:43.403Aug 11 11:23:43.403 INFOAug 11 11:23:43.403 adding route 172.17.0.54/32 -> 10.0.0.255INFODEBG
77792026-08-11T11:23:44.418Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
77802026-08-11T11:23:44.418Z
77812026-08-11T11:23:44.418ZAug 11 11:23:43.403 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 } }]
77822026-08-11T11:23:44.418ZAug 11 11:23:43.403Aug 11 11:23:43.403 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.61/32 -> 10.0.0.255Aug 11 11:23:43.403
77832026-08-11T11:23:44.418Z INFO
77842026-08-11T11:23:44.418Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:23:43.403
77852026-08-11T11:23:44.418Z DEBGAug 11 11:23:43.403 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 } }]INFOAug 11 11:23:43.403
77862026-08-11T11:23:44.418Z DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
77872026-08-11T11:23:44.418Z
77882026-08-11T11:23:44.418ZAug 11 11:23:43.403 INFOAug 11 11:23:43.403 Aug 11 11:23:43.403adding route 172.17.0.62/32 -> 10.0.0.255
77892026-08-11T11:23:44.418Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
77902026-08-11T11:23:44.418Z
77912026-08-11T11:23:44.418ZAug 11 11:23:43.403 DEBG Aug 11 11:23:43.403replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:43.403
77922026-08-11T11:23:44.418Z INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
77932026-08-11T11:23:44.419ZAug 11 11:23:43.403
77942026-08-11T11:23:44.419Z DEBG failed to allocate space for the new target list
77952026-08-11T11:23:44.419ZAug 11 11:23:43.403Aug 11 11:23:43.403 INFODEBG adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:43.403
77962026-08-11T11:23:44.419Z
77972026-08-11T11:23:44.419Z 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 } }]
77982026-08-11T11:23:44.419ZAug 11 11:23:43.403 Aug 11 11:23:43.403DEBG 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 } }]
77992026-08-11T11:23:44.419Zadding route 172.17.0.0/32 -> 10.0.0.255
78002026-08-11T11:23:44.419ZAug 11 11:23:43.403Aug 11 11:23:43.403 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78012026-08-11T11:23:44.419Z
78022026-08-11T11:23:44.419ZAug 11 11:23:43.403Aug 11 11:23:43.403 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.1/32 -> 10.0.0.255
78032026-08-11T11:23:44.419Z
78042026-08-11T11:23:44.419ZAug 11 11:23:43.403Aug 11 11:23:43.403 DEBGINFO 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
78052026-08-11T11:23:44.419Z
78062026-08-11T11:23:44.419ZAug 11 11:23:43.403Aug 11 11:23:43.403 INFODEBG adding route 172.17.0.2/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 } }]
78072026-08-11T11:23:44.419Z
78082026-08-11T11:23:44.424ZAug 11 11:23:43.403 INFO Aug 11 11:23:43.403 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78092026-08-11T11:23:44.424Zadding route 172.17.0.60/32 -> 10.0.0.255
78102026-08-11T11:23:44.424ZAug 11 11:23:43.403 DEBG Aug 11 11:23:43.403replacing 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 } }]
78112026-08-11T11:23:44.424ZINFO adding route 172.17.0.3/32 -> 10.0.0.255
78122026-08-11T11:23:44.424ZAug 11 11:23:43.403 DEBG Aug 11 11:23:43.403failed to allocate space for the new target list
78132026-08-11T11:23:44.425ZDEBG 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 } }]
78142026-08-11T11:23:44.425ZAug 11 11:23:43.403 DEBG Aug 11 11:23:43.403replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
78152026-08-11T11:23:44.425ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
78162026-08-11T11:23:44.425ZAug 11 11:23:43.403 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 } }]
78172026-08-11T11:23:44.425ZAug 11 11:23:43.403 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78182026-08-11T11:23:44.425ZAug 11 11:23:43.403 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 } }]
78192026-08-11T11:23:44.425ZAug 11 11:23:43.403 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78202026-08-11T11:23:44.425ZAug 11 11:23:43.403 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 } }]
78212026-08-11T11:23:44.425ZAug 11 11:23:43.403 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78222026-08-11T11:23:44.425ZAug 11 11:23:43.403 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 } }]
78232026-08-11T11:23:44.425ZAug 11 11:23:43.403 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78242026-08-11T11:23:44.425ZAug 11 11:23:43.403 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 } }]
78252026-08-11T11:23:44.425ZAug 11 11:23:43.403 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78262026-08-11T11:23:44.425ZAug 11 11:23:43.413 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 } }]
78272026-08-11T11:23:44.425ZAug 11 11:23:43.413 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78282026-08-11T11:23:44.425ZAug 11 11:23:43.413 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 } }]
78292026-08-11T11:23:44.425ZAug 11 11:23:43.413 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78302026-08-11T11:23:44.425ZAug 11 11:23:43.413 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 } }]
78312026-08-11T11:23:44.425ZAug 11 11:23:43.413 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78322026-08-11T11:23:44.425ZAug 11 11:23:43.413 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 } }]
78332026-08-11T11:23:44.425ZAug 11 11:23:43.413 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78342026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78352026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78362026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78372026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78382026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78392026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78402026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78412026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78422026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78432026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78442026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78452026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78462026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78472026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78482026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78492026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78502026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78512026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78522026-08-11T11:23:44.426ZAug 11 11:23:43.413 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 } }]
78532026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78542026-08-11T11:23:44.426ZAug 11 11:23:43.413 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78552026-08-11T11:23:44.426ZAug 11 11:23:43.413 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78562026-08-11T11:23:44.427ZAug 11 11:23:43.413 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 } }]
78572026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78582026-08-11T11:23:44.427ZAug 11 11:23:43.413 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 } }]
78592026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78602026-08-11T11:23:44.427ZAug 11 11:23:43.413 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78612026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78622026-08-11T11:23:44.427ZAug 11 11:23:43.413 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 } }]
78632026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78642026-08-11T11:23:44.427ZAug 11 11:23:43.413 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 } }]
78652026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78662026-08-11T11:23:44.427ZAug 11 11:23:43.413 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78672026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78682026-08-11T11:23:44.427ZAug 11 11:23:43.413 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78692026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78702026-08-11T11:23:44.427ZAug 11 11:23:43.413 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78712026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78722026-08-11T11:23:44.427ZAug 11 11:23:43.413 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 } }]
78732026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78742026-08-11T11:23:44.427ZAug 11 11:23:43.413 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78752026-08-11T11:23:44.427ZAug 11 11:23:43.413 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78762026-08-11T11:23:44.428ZAug 11 11:23:43.413 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 } }]
78772026-08-11T11:23:44.428ZAug 11 11:23:43.413 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78782026-08-11T11:23:44.428ZAug 11 11:23:43.413 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 } }]
78792026-08-11T11:23:44.428ZAug 11 11:23:43.413 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78802026-08-11T11:23:44.428ZAug 11 11:23:43.413 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 } }]
78812026-08-11T11:23:44.428ZAug 11 11:23:43.413 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78822026-08-11T11:23:44.428ZAug 11 11:23:43.413 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 } }]
78832026-08-11T11:23:44.428ZAug 11 11:23:43.413 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78842026-08-11T11:23:44.428Ztest route::tests::delete_targets_fragmented ... ok
78852026-08-11T11:23:44.428Z
78862026-08-11T11:23:44.428Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
78872026-08-11T11:23:44.428Z
78882026-08-11T11:23:44.428ZAug 11 11:23:43.413 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 } }]
78892026-08-11T11:23:44.428ZAug 11 11:23:43.423 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78902026-08-11T11:23:44.428ZAug 11 11:23:43.423 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 } }]
78912026-08-11T11:23:44.428ZAug 11 11:23:43.423 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78922026-08-11T11:23:44.428ZAug 11 11:23:43.423 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 } }]
78932026-08-11T11:23:44.428ZAug 11 11:23:43.423 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78942026-08-11T11:23:44.428ZAug 11 11:23:43.423 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 } }]
78952026-08-11T11:23:44.428ZAug 11 11:23:43.423 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78962026-08-11T11:23:44.428ZAug 11 11:23:43.423 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 } }]
78972026-08-11T11:23:44.428ZAug 11 11:23:43.423 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78982026-08-11T11:23:44.428ZAug 11 11:23:43.423 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 } }]
78992026-08-11T11:23:44.429ZAug 11 11:23:43.423 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79002026-08-11T11:23:44.429ZAug 11 11:23:43.423 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 } }]
79012026-08-11T11:23:44.429ZAug 11 11:23:43.423 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79022026-08-11T11:23:44.429ZAug 11 11:23:43.423 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 } }]
79032026-08-11T11:23:44.429ZAug 11 11:23:43.423 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79042026-08-11T11:23:44.429ZAug 11 11:23:43.423 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 } }]
79052026-08-11T11:23:44.429ZAug 11 11:23:43.423 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79062026-08-11T11:23:44.429ZAug 11 11:23:43.423 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 } }]
79072026-08-11T11:23:44.429ZAug 11 11:23:43.423 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79082026-08-11T11:23:44.499ZAug 11 11:23:43.423 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 } }]
79092026-08-11T11:23:44.499ZAug 11 11:23:43.423 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79102026-08-11T11:23:44.499ZAug 11 11:23:43.423 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 } }]
79112026-08-11T11:23:44.499ZAug 11 11:23:43.423 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79122026-08-11T11:23:44.499ZAug 11 11:23:43.423 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 } }]
79132026-08-11T11:23:44.499ZAug 11 11:23:43.423 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79142026-08-11T11:23:44.499ZAug 11 11:23:43.423 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 } }]
79152026-08-11T11:23:44.499ZAug 11 11:23:43.423 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79162026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79172026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79182026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79192026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79202026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79212026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79222026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79232026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79242026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79252026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79262026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79272026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79282026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79292026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79302026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79312026-08-11T11:23:44.500ZAug 11 11:23:43.423 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79322026-08-11T11:23:44.500ZAug 11 11:23:43.423 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 } }]
79332026-08-11T11:23:44.501ZAug 11 11:23:43.423 DEBG failed to allocate space for the new target list
79342026-08-11T11:23:44.501ZAug 11 11:23:43.423 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 } }]
79352026-08-11T11:23:44.501Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79362026-08-11T11:23:44.501Z
79372026-08-11T11:23:44.501Zrunning 0 tests
79382026-08-11T11:23:44.501Z
79392026-08-11T11:23:44.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79402026-08-11T11:23:44.501Z
79412026-08-11T11:23:44.501Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79422026-08-11T11:23:44.501Z
79432026-08-11T11:23:44.501Zrunning 0 tests
79442026-08-11T11:23:44.501Z
79452026-08-11T11:23:44.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79462026-08-11T11:23:44.501Z
79472026-08-11T11:23:44.501Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79482026-08-11T11:23:44.501Z
79492026-08-11T11:23:44.502Zrunning 6 tests
79502026-08-11T11:23:44.502Ztest tests::test_full_lot_id_neither_present ... ok
79512026-08-11T11:23:44.502Ztest tests::test_full_lot_id_lot_only ... ok
79522026-08-11T11:23:44.502Ztest tests::test_full_lot_id_both_present ... ok
79532026-08-11T11:23:44.502Ztest tests::test_full_lot_id_lotnum_only ... ok
79542026-08-11T11:23:44.502Ztest tests::test_parse_client_port_id ... ok
79552026-08-11T11:23:44.502Ztest tests::test_port_id_cmp ... ok
79562026-08-11T11:23:44.502Z
79572026-08-11T11:23:44.502Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582026-08-11T11:23:44.502Z
79592026-08-11T11:23:44.502Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79602026-08-11T11:23:44.502Z
79612026-08-11T11:23:44.502Zrunning 0 tests
79622026-08-11T11:23:44.502Z
79632026-08-11T11:23:44.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79642026-08-11T11:23:44.502Z
79652026-08-11T11:23:44.502Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79662026-08-11T11:23:44.503Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79672026-08-11T11:23:44.503Z
79682026-08-11T11:23:44.503Zrunning 0 tests
79692026-08-11T11:23:44.503Z
79702026-08-11T11:23:44.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79712026-08-11T11:23:44.503Z
79722026-08-11T11:23:44.503Z
79732026-08-11T11:23:44.503Zrunning 0 tests
79742026-08-11T11:23:44.503Z
79752026-08-11T11:23:44.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79762026-08-11T11:23:44.503Z
79772026-08-11T11:23:44.503Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79782026-08-11T11:23:44.503Z
79792026-08-11T11:23:44.503Zrunning 12 tests
79802026-08-11T11:23:44.503Ztest icmp::test_v6_checksum ... ok
79812026-08-11T11:23:44.503Ztest icmp::test_v4_checksum ... ok
79822026-08-11T11:23:44.503Ztest ipv6::test_ipv6_parse ... ok
79832026-08-11T11:23:44.503Ztest lldp::test_lldp_parse ... ok
79842026-08-11T11:23:44.503Ztest pbuf::test_byte ... ok
79852026-08-11T11:23:44.503Ztest pbuf::test_short ... ok
79862026-08-11T11:23:44.503Ztest pbuf::test_nibble ... ok
79872026-08-11T11:23:44.503Ztest pbuf::test_overflow ... ok
79882026-08-11T11:23:44.504Ztest pbuf::test_twelve ... ok
79892026-08-11T11:23:44.504Ztest pbuf::test_word ... ok
79902026-08-11T11:23:44.504Ztest tcp::test_checksum_ack_data ... ok
79912026-08-11T11:23:44.504Ztest tcp::test_checksum_syn_nodata ... ok
79922026-08-11T11:23:44.504Z
79932026-08-11T11:23:44.504Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942026-08-11T11:23:44.504Z
79952026-08-11T11:23:44.504Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79962026-08-11T11:23:44.504Z
79972026-08-11T11:23:44.504Zrunning 0 tests
79982026-08-11T11:23:44.504Z
79992026-08-11T11:23:44.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80002026-08-11T11:23:44.504Z
80012026-08-11T11:23:44.504Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
80022026-08-11T11:23:44.504Z
80032026-08-11T11:23:44.504Zrunning 5 tests
80042026-08-11T11:23:44.504Ztest switchport::test::test_compute_lanes ... ok
80052026-08-11T11:23:44.504Ztest link::test_filter ... ok
80062026-08-11T11:23:44.504Ztest switchport::test::port_id_ordering ... ok
80072026-08-11T11:23:44.504Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
80082026-08-11T11:23:44.510Z
80092026-08-11T11:23:44.510Z Rx Loss-of-lock: Yes State: Activated Yes Activated YesActivated YesActivated
80102026-08-11T11:23:44.510Z
80112026-08-11T11:23:44.511Z Rx Output Enabled: false Rx Loss-of-signal: Yes falseYes falseYes falseYes
80122026-08-11T11:23:44.511Z
80132026-08-11T11:23:44.511Z Rx CDR Enabled: Yes Rx Output Status: valid Yesvalid Yesvalid Yes
80142026-08-11T11:23:44.511Zvalid
80152026-08-11T11:23:44.511Z Tx Enabled: Yes Rx Loss-of-lock: true Yestrue Yestrue true
80162026-08-11T11:23:44.511ZYes
80172026-08-11T11:23:44.511Z Rx Loss-of-signal: false Tx Loss-of-lock: No false No falseNo falseNo
80182026-08-11T11:23:44.511Z
80192026-08-11T11:23:44.511Z Tx Loss-of-signal: NoRx Auto-squelch Disable: true No true Notrue Notrue
80202026-08-11T11:23:44.511Z
80212026-08-11T11:23:44.511Z Tx CDR Enabled: No Tx Output Enabled: true No Notrue No
80222026-08-11T11:23:44.511Ztrue Tx Adaptive EQ Fault: Notrue
80232026-08-11T11:23:44.511Z No Tx Output Status: invalid No invalidNo
80242026-08-11T11:23:44.511Zinvalid Tx Fault: Yesinvalid
80252026-08-11T11:23:44.511ZYes Yes Tx Loss-of-lock: false Yes
80262026-08-11T11:23:44.512Zfalse false false
80272026-08-11T11:23:44.512Z Tx Loss-of-signal: true true true true
80282026-08-11T11:23:44.512ZTx Auto-squelch Disable: false false false false
80292026-08-11T11:23:44.512Z Tx Adaptive EQ Fail: true true true true
80302026-08-11T11:23:44.512Z Tx Failure: false false false false
80312026-08-11T11:23:44.512Z Tx Force Squelch: true true true true
80322026-08-11T11:23:44.512Z Tx Input Polarity: normal normal normal normal
80332026-08-11T11:23:44.512Ztest switchport::test::test_print_cmis_datapath ... ok
80342026-08-11T11:23:44.512Ztest switchport::test::test_print_sff_datapath ... ok
80352026-08-11T11:23:44.512Z
80362026-08-11T11:23:44.512Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80372026-08-11T11:23:44.512Z
80382026-08-11T11:23:44.512Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
80392026-08-11T11:23:44.512Z
80402026-08-11T11:23:44.513Zrunning 1 test
80412026-08-11T11:23:44.513Ztest test_p4_counter_list ... ignored
80422026-08-11T11:23:44.513Z
80432026-08-11T11:23:44.513Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442026-08-11T11:23:44.513Z
80452026-08-11T11:23:44.513Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80462026-08-11T11:23:44.513Z
80472026-08-11T11:23:44.513Zrunning 5 tests
80482026-08-11T11:23:44.513Ztest test_an ... ignored
80492026-08-11T11:23:44.513Ztest test_enable ... ignored
80502026-08-11T11:23:44.513Ztest test_ip_addresses ... ignored
80512026-08-11T11:23:44.513Ztest test_kr ... ignored
80522026-08-11T11:23:44.513Ztest test_mac ... ignored
80532026-08-11T11:23:44.513Z
80542026-08-11T11:23:44.514Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80552026-08-11T11:23:44.514Z
80562026-08-11T11:23:44.514Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80572026-08-11T11:23:44.514Z
80582026-08-11T11:23:44.514Zrunning 3 tests
80592026-08-11T11:23:44.514Ztest linklocal::test_parse_ipadm ... ok
80602026-08-11T11:23:44.514Ztest tfport::test_parse_tfport ... ok
80612026-08-11T11:23:44.514Ztest config::tests::test_updates ... ok
80622026-08-11T11:23:44.514Z
80632026-08-11T11:23:44.514Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-08-11T11:23:44.514Z
80652026-08-11T11:23:44.514Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80662026-08-11T11:23:44.514Z
80672026-08-11T11:23:44.514Zrunning 0 tests
80682026-08-11T11:23:44.514Z
80692026-08-11T11:23:44.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-08-11T11:23:44.514Z
80712026-08-11T11:23:44.514Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80722026-08-11T11:23:44.515Z
80732026-08-11T11:23:44.515Zrunning 0 tests
80742026-08-11T11:23:44.515Z
80752026-08-11T11:23:44.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-08-11T11:23:44.515Z
80772026-08-11T11:23:44.515Z Doc-tests aal
80782026-08-11T11:23:44.593Z
80792026-08-11T11:23:44.593Zrunning 0 tests
80802026-08-11T11:23:44.593Z
80812026-08-11T11:23:44.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-08-11T11:23:44.598Z
80832026-08-11T11:23:44.611Z Doc-tests aal_macros
80842026-08-11T11:23:44.684Z
80852026-08-11T11:23:44.684Zrunning 0 tests
80862026-08-11T11:23:44.684Z
80872026-08-11T11:23:44.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-08-11T11:23:44.684Z
80892026-08-11T11:23:44.696Z Doc-tests common
80902026-08-11T11:23:44.935Z
80912026-08-11T11:23:44.935Zrunning 0 tests
80922026-08-11T11:23:44.935Z
80932026-08-11T11:23:44.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-08-11T11:23:44.935Z
80952026-08-11T11:23:44.957Z Doc-tests dpd_api
80962026-08-11T11:23:45.719Z
80972026-08-11T11:23:45.719Zrunning 2 tests
80982026-08-11T11:23:45.719Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80992026-08-11T11:23:45.719Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81002026-08-11T11:23:45.719Z
81012026-08-11T11:23:45.719Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-11T11:23:45.719Z
81032026-08-11T11:23:45.753Z Doc-tests dpd_client
81042026-08-11T11:23:47.022Z
81052026-08-11T11:23:47.022Zrunning 0 tests
81062026-08-11T11:23:47.023Z
81072026-08-11T11:23:47.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-08-11T11:23:47.023Z
81092026-08-11T11:23:47.071Z Doc-tests dpd_types
81102026-08-11T11:23:47.287Z
81112026-08-11T11:23:47.287Zrunning 0 tests
81122026-08-11T11:23:47.287Z
81132026-08-11T11:23:47.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-08-11T11:23:47.287Z
81152026-08-11T11:23:47.315Z Doc-tests dpd_types_versions
81162026-08-11T11:23:48.531Z
81172026-08-11T11:23:48.531Zrunning 1 test
81182026-08-11T11:23:48.531Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81192026-08-11T11:23:48.531Z
81202026-08-11T11:23:48.531Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-08-11T11:23:48.531Z
81222026-08-11T11:23:48.576Z Doc-tests packet
81232026-08-11T11:23:48.691Z
81242026-08-11T11:23:48.691Zrunning 0 tests
81252026-08-11T11:23:48.691Z
81262026-08-11T11:23:48.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-08-11T11:23:48.691Z
81282026-08-11T11:23:48.708Z Doc-tests pcap
81292026-08-11T11:23:48.762Z
81302026-08-11T11:23:48.762Zrunning 0 tests
81312026-08-11T11:23:48.762Z
81322026-08-11T11:23:48.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81332026-08-11T11:23:48.762Z
81342026-08-11T11:23:48.815Z+ for feat in tofino_stub tofino_asic softnpu chaos
81352026-08-11T11:23:48.815Z+ RUST_BACKTRACE=full
81362026-08-11T11:23:48.815Z+ cargo test --features chaos --no-fail-fast
81372026-08-11T11:23:49.417Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81382026-08-11T11:23:49.498Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81392026-08-11T11:23:49.507Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81402026-08-11T11:23:57.840Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81412026-08-11T11:23:58.688Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81422026-08-11T11:24:33.680Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.84s
81432026-08-11T11:24:33.792Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81442026-08-11T11:24:33.797Z
81452026-08-11T11:24:33.797Zrunning 5 tests
81462026-08-11T11:24:33.801Ztest fuse::tests::chip_revision_b1 ... ok
81472026-08-11T11:24:33.801Ztest fuse::tests::chip_revision_a0 ... ok
81482026-08-11T11:24:33.801Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81492026-08-11T11:24:33.801Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81502026-08-11T11:24:33.801Ztest fuse::tests::chip_revision_b0 ... ok
81512026-08-11T11:24:33.801Z
81522026-08-11T11:24:33.801Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-11T11:24:33.801Z
81542026-08-11T11:24:33.801Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-08-11T11:24:33.804Z
81562026-08-11T11:24:33.804Zrunning 0 tests
81572026-08-11T11:24:33.804Z
81582026-08-11T11:24:33.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-11T11:24:33.805Z
81602026-08-11T11:24:33.805Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81612026-08-11T11:24:33.809Z
81622026-08-11T11:24:33.809Zrunning 0 tests
81632026-08-11T11:24:33.809Z
81642026-08-11T11:24:33.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-08-11T11:24:33.812Z
81662026-08-11T11:24:33.812Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81672026-08-11T11:24:33.816Z
81682026-08-11T11:24:33.816Zrunning 10 tests
81692026-08-11T11:24:33.819Ztest nat::tests::test_vni ... ok
81702026-08-11T11:24:33.819Ztest network::tests::test_equal ... ok
81712026-08-11T11:24:33.819Ztest network::tests::test_eui64 ... ok
81722026-08-11T11:24:33.819Ztest network::tests::test_generate_ipv6_link_local ... ok
81732026-08-11T11:24:33.819Ztest network::tests::test_not_equal ... ok
81742026-08-11T11:24:33.819Ztest network::tests::test_into ... ok
81752026-08-11T11:24:33.819Ztest network::tests::test_parse ... ok
81762026-08-11T11:24:33.819Ztest network::tests::test_to_string ... ok
81772026-08-11T11:24:33.819Ztest test_purge ... ok
81782026-08-11T11:24:33.823Ztest illumos::test::address_exists_handles_missing_object ... ok
81792026-08-11T11:24:33.823Z
81802026-08-11T11:24:33.823Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81812026-08-11T11:24:33.823Z
81822026-08-11T11:24:33.826Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81832026-08-11T11:24:33.848Z
81842026-08-11T11:24:33.848Zrunning 1 test
81852026-08-11T11:24:33.852Z -------
81862026-08-11T11:24:33.855Z Generating OpenAPI documents from API definitions ...
81872026-08-11T11:24:34.014Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81882026-08-11T11:24:34.083Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81892026-08-11T11:24:35.079Z -------
81902026-08-11T11:24:35.079Z Checking 12 OpenAPI documents...
81912026-08-11T11:24:35.079Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-11T11:24:35.079Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-11T11:24:35.079Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-11T11:24:35.083Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-11T11:24:35.083Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-11T11:24:35.083Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-11T11:24:35.083Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-11T11:24:35.083Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-11T11:24:35.083Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-11T11:24:35.083Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-11T11:24:35.083Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-11T11:24:35.083Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-08-11T11:24:35.083Z Fresh dpd "latest" symlink
82042026-08-11T11:24:35.083Z -------
82052026-08-11T11:24:35.083Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82062026-08-11T11:24:35.143Ztest test::test_apis_up_to_date ... ok
82072026-08-11T11:24:35.143Z
82082026-08-11T11:24:35.143Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
82092026-08-11T11:24:35.143Z
82102026-08-11T11:24:35.202Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82112026-08-11T11:24:35.208Z
82122026-08-11T11:24:35.208Zrunning 34 tests
82132026-08-11T11:24:35.211Ztest freemap::test_ordering ... ok
82142026-08-11T11:24:35.211Ztest config::tests::test_updates ... ok
82152026-08-11T11:24:35.212Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82162026-08-11T11:24:35.212Ztest freemap::test_split ... ok
82172026-08-11T11:24:35.217Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82182026-08-11T11:24:35.217Ztest macaddrs::tests::test_mac_offset ... ok
82192026-08-11T11:24:35.217ZAug 11 11:24:34.254 DEBG created new freemap, unit: freemap_test
82202026-08-11T11:24:35.217ZAug 11 11:24:34.254 DEBG created new freemap, unitAug 11 11:24:34.254: DEBGfreemap_test
82212026-08-11T11:24:35.217Zinitted freemap. size: 128, Aug 11 11:24:34.254unit :DEBG freemap_testinitted freemap. size: 128
82222026-08-11T11:24:35.217Z, unit: freemap_test
82232026-08-11T11:24:35.217ZAug 11 11:24:34.254 DEBG reset freemapAug 11 11:24:34.254, unitDEBGAug 11 11:24:34.254 Aug 11 11:24:34.254DEBG DEBGcreated new freemap , created new freemapunit, unit:: freemap_testfreemap_test
82242026-08-11T11:24:35.217Z:
82252026-08-11T11:24:35.217Z freemap_testAug 11 11:24:34.254
82262026-08-11T11:24:35.218ZAug 11 11:24:34.254 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82272026-08-11T11:24:35.218Z
82282026-08-11T11:24:35.218Z Aug 11 11:24:34.254Aug 11 11:24:34.254reset freemap DEBGDEBG, reset freemapunit, reset freemapunit, :unit: : freemap_testfreemap_testfreemap_test
82292026-08-11T11:24:35.218Z
82302026-08-11T11:24:35.218Z
82312026-08-11T11:24:35.218Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82322026-08-11T11:24:35.218Ztest freemap::test_basic ... ok
82332026-08-11T11:24:35.218Ztest freemap::test_exhaustion ... ok
82342026-08-11T11:24:35.218Ztest freemap::test_free ... ok
82352026-08-11T11:24:35.218Ztest macaddrs::tests::test_parse_port_id ... ok
82362026-08-11T11:24:35.218Ztest freemap::test_reclaim ... ok
82372026-08-11T11:24:35.218Ztest nat::test_mapping ... ok
82382026-08-11T11:24:35.218Ztest port_map::tests::test_backplane_group ... ok
82392026-08-11T11:24:35.218Ztest port_map::tests::test_port_map ... ok
82402026-08-11T11:24:35.218ZAug 11 11:24:34.254 DEBG created new freemap, unit: freemap_test
82412026-08-11T11:24:35.218ZAug 11 11:24:34.254 DEBG initted freemap. size: 8, unit: freemap_test
82422026-08-11T11:24:35.218ZAug 11 11:24:34.254 DEBG reset freemap, unit: freemap_test
82432026-08-11T11:24:35.218Ztest port_map::tests::dump_map ... ok
82442026-08-11T11:24:35.218Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82452026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv4
82462026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv6
82472026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82482026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv4
82492026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG created new freemap, unit: freemap_route_ipv6
82502026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82512026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG reset freemap, unit: freemap_route_ipv4
82522026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 11 11:24:34.255
82532026-08-11T11:24:35.218Z DEBG created new freemapAug 11 11:24:34.255 , DEBGunitAug 11 11:24:34.255: DEBGreset freemap , reset freemapfreemap_route_ipv4unit, :unit :
82542026-08-11T11:24:35.218Zfreemap_route_ipv6
82552026-08-11T11:24:35.218Zfreemap_route_ipv4
82562026-08-11T11:24:35.218ZAug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255 DEBGINFODEBG created new freemapinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, , unitunit:
82572026-08-11T11:24:35.218Z freemap_route_ipv6:
82582026-08-11T11:24:35.218Z Aug 11 11:24:34.255freemap_route_ipv6
82592026-08-11T11:24:35.218ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82602026-08-11T11:24:35.218ZAug 11 11:24:34.255 DEBGAug 11 11:24:34.255 initted freemap. size: 64Aug 11 11:24:34.255DEBG INFOreset freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit,
82612026-08-11T11:24:35.218Z: freemap_route_ipv6unit
82622026-08-11T11:24:35.218Z:Aug 11 11:24:34.255 freemap_route_ipv4DEBG
82632026-08-11T11:24:35.218Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.255
82642026-08-11T11:24:35.218Z Aug 11 11:24:34.255INFO DEBGAug 11 11:24:34.255adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOreset freemap , adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82652026-08-11T11:24:35.219Zunit
82662026-08-11T11:24:35.219Z: freemap_route_ipv4
82672026-08-11T11:24:35.219ZAug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255 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 } }]
82682026-08-11T11:24:35.219Zreplacing 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 } }]initted freemap. size: 64
82692026-08-11T11:24:35.219Z, unit: Aug 11 11:24:34.255freemap_route_ipv6Aug 11 11:24:34.255
82702026-08-11T11:24:35.219Z INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
82712026-08-11T11:24:35.219Z
82722026-08-11T11:24:35.219ZAug 11 11:24:34.255 DEBG reset freemapAug 11 11:24:34.255Aug 11 11:24:34.255, DEBGunitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
82732026-08-11T11:24:35.219Zreplacing 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 } }]
82742026-08-11T11:24:35.219Zfreemap_route_ipv6
82752026-08-11T11:24:35.219ZAug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
82762026-08-11T11:24:35.219Z
82772026-08-11T11:24:35.219Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82782026-08-11T11:24:35.219ZAug 11 11:24:34.255Aug 11 11:24:34.255 Aug 11 11:24:34.255 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 } }] DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82792026-08-11T11:24:35.219Z
82802026-08-11T11:24:35.219Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
82812026-08-11T11:24:35.219ZAug 11 11:24:34.255 Aug 11 11:24:34.255INFO Aug 11 11:24:34.255adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
82822026-08-11T11:24:35.219Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
82832026-08-11T11:24:35.219Z adding route 3fff:dead::/64 -> 2001:db8::55:4
82842026-08-11T11:24:35.219ZAug 11 11:24:34.255Aug 11 11:24:34.256 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 } }]DEBG
82852026-08-11T11:24:35.219Z created new freemap, unitAug 11 11:24:34.256: INFOfreemap_test
82862026-08-11T11:24:35.219Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
82872026-08-11T11:24:35.219ZAug 11 11:24:34.256 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 } }]
82882026-08-11T11:24:35.219ZAug 11 11:24:34.256Aug 11 11:24:34.256 DEBGINFO initted freemap. size: 128Aug 11 11:24:34.256, adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit :DEBG
82892026-08-11T11:24:35.219Z freemap_testreplacing 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 } }]
82902026-08-11T11:24:35.219Z
82912026-08-11T11:24:35.219ZAug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGINFODEBG Aug 11 11:24:34.256 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 } }]
82922026-08-11T11:24:35.219ZDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82932026-08-11T11:24:35.219Zreset freemapcreated new freemap, , unitunit:: freemap_testAug 11 11:24:34.256Aug 11 11:24:34.256
82942026-08-11T11:24:35.219Zfreemap_route_ipv4
82952026-08-11T11:24:35.219ZDEBG 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 } }]
82962026-08-11T11:24:35.219Ztest api_server::tests::test_build_info ... ok
82972026-08-11T11:24:35.219ZINFOAug 11 11:24:34.256 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 11 11:24:34.256
82982026-08-11T11:24:35.219Ztest port_map::tests::parse_softnpu_revision ... ok
82992026-08-11T11:24:35.219Z created new freemapINFO, unitAug 11 11:24:34.256: adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
83002026-08-11T11:24:35.219Z 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_ipv6
83012026-08-11T11:24:35.220Z
83022026-08-11T11:24:35.220ZAug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffinitted freemap. size: 64
83032026-08-11T11:24:35.220Z, DEBG unitreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 11 11:24:34.256
83042026-08-11T11:24:35.220Z DEBGfreemap_route_ipv4
83052026-08-11T11:24:35.220Zreplacing 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 } }]
83062026-08-11T11:24:35.220ZAug 11 11:24:34.256Aug 11 11:24:34.256 INFODEBGAug 11 11:24:34.256 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap ,
83072026-08-11T11:24:35.220ZunitINFO: adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83082026-08-11T11:24:35.220Zfreemap_route_ipv4
83092026-08-11T11:24:35.220Ztest freemap::test_span ... ok
83102026-08-11T11:24:35.220ZAug 11 11:24:34.256 DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
83112026-08-11T11:24:35.220Z DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
83122026-08-11T11:24:35.220ZunitAug 11 11:24:34.256: freemap_route_ipv6Aug 11 11:24:34.256INFO
83132026-08-11T11:24:35.220ZINFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83142026-08-11T11:24:35.220Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83152026-08-11T11:24:35.220Z DEBG Aug 11 11:24:34.256reset freemap Aug 11 11:24:34.256DEBG , 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 } }]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 } }]
83162026-08-11T11:24:35.220Z
83172026-08-11T11:24:35.224Zunit: freemap_route_ipv6
83182026-08-11T11:24:35.224ZAug 11 11:24:34.256Aug 11 11:24:34.256 INFOINFOAug 11 11:24:34.256 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
83192026-08-11T11:24:35.224Z
83202026-08-11T11:24:35.224Zadding route 3fff:dead::/64 -> 2001:db8::55:1
83212026-08-11T11:24:35.224ZAug 11 11:24:34.256 DEBGAug 11 11:24:34.256 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256DEBG
83222026-08-11T11:24:35.224Z DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83232026-08-11T11:24:35.224Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:34.256
83242026-08-11T11:24:35.224Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83252026-08-11T11:24:35.224Z Aug 11 11:24:34.256INFO INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:34.256
83262026-08-11T11:24:35.224Z
83272026-08-11T11:24:35.224Z 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 } }]Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBG
83282026-08-11T11:24:35.224Z 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 } }] 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 } }]
83292026-08-11T11:24:35.224Z
83302026-08-11T11:24:35.224ZAug 11 11:24:34.256 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83312026-08-11T11:24:35.224ZAug 11 11:24:34.256 INFOINFO Aug 11 11:24:34.256adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
83322026-08-11T11:24:35.225Z
83332026-08-11T11:24:35.225Z DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256DEBG
83342026-08-11T11:24:35.225ZDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
83352026-08-11T11:24:35.225Z
83362026-08-11T11:24:35.225ZAug 11 11:24:34.256 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83372026-08-11T11:24:35.225ZAug 11 11:24:34.256Aug 11 11:24:34.256 INFOINFO Aug 11 11:24:34.256adding route 3fff:dead::/64 -> 2001:db8::55:2
83382026-08-11T11:24:35.225ZDEBG 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:9::/64 -> 2001:db8::55:ff
83392026-08-11T11:24:35.225ZAug 11 11:24:34.256
83402026-08-11T11:24:35.225ZDEBGAug 11 11:24:34.256 Aug 11 11:24:34.256replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
83412026-08-11T11:24:35.225Z DEBG adding route 3fff:beef:d::/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 } }]
83422026-08-11T11:24:35.225Z
83432026-08-11T11:24:35.225ZAug 11 11:24:34.256 INFO Aug 11 11:24:34.256Aug 11 11:24:34.256 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
83442026-08-11T11:24:35.225Z 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 } }]
83452026-08-11T11:24:35.225ZAug 11 11:24:34.256adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83462026-08-11T11:24:35.225ZDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
83472026-08-11T11:24:35.225Z DEBGAug 11 11:24:34.256 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 } }]INFOAug 11 11:24:34.256
83482026-08-11T11:24:35.225Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83492026-08-11T11:24:35.225ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83502026-08-11T11:24:35.225ZAug 11 11:24:34.256 INFODEBG Aug 11 11:24:34.256 adding route 3fff:beef:b::/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 } }]
83512026-08-11T11:24:35.225ZDEBG
83522026-08-11T11:24:35.225Zreplacing 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 } }]
83532026-08-11T11:24:35.225ZAug 11 11:24:34.256 DEBGAug 11 11:24:34.256 Aug 11 11:24:34.256replacing 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 } }]
83542026-08-11T11:24:35.225ZINFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83552026-08-11T11:24:35.225Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83562026-08-11T11:24:35.225Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83572026-08-11T11:24:35.225ZAug 11 11:24:34.256Aug 11 11:24:34.256 DEBG DEBGAug 11 11:24:34.256 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83582026-08-11T11:24:35.225Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83592026-08-11T11:24:35.225Z
83602026-08-11T11:24:35.225ZAug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 INFO INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83612026-08-11T11:24:35.225Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83622026-08-11T11:24:35.225Z
83632026-08-11T11:24:35.225ZAug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83642026-08-11T11:24:35.225Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83652026-08-11T11:24:35.225Z 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 } }]
83662026-08-11T11:24:35.225ZAug 11 11:24:34.256 Aug 11 11:24:34.256INFOAug 11 11:24:34.256 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83672026-08-11T11:24:35.225ZINFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83682026-08-11T11:24:35.226Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83692026-08-11T11:24:35.226Z 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 } }]
83702026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBG 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 } }]INFO
83712026-08-11T11:24:35.226Zreplacing 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 } }]
83722026-08-11T11:24:35.226Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:34.256
83732026-08-11T11:24:35.226Z Aug 11 11:24:34.256INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83742026-08-11T11:24:35.226Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83752026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 DEBGDEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
83762026-08-11T11:24:35.226Z
83772026-08-11T11:24:35.226Z
83782026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 INFOINFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83792026-08-11T11:24:35.226Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83802026-08-11T11:24:35.226Z
83812026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBGDEBG DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83822026-08-11T11:24:35.226Z
83832026-08-11T11:24:35.226Z
83842026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83852026-08-11T11:24:35.226ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83862026-08-11T11:24:35.226ZAug 11 11:24:34.256adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83872026-08-11T11:24:35.226ZDEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256
83882026-08-11T11:24:35.226ZDEBG 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 } }]DEBGAug 11 11:24:34.256
83892026-08-11T11:24:35.226Z INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83902026-08-11T11:24:35.226Z
83912026-08-11T11:24:35.226ZAug 11 11:24:34.256 Aug 11 11:24:34.256Aug 11 11:24:34.256 INFODEBG adding route 3fff:beef:12::/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 } }]
83922026-08-11T11:24:35.226Z
83932026-08-11T11:24:35.226ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83942026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 DEBGINFO Aug 11 11:24:34.256replacing 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 } }]
83952026-08-11T11:24:35.226Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
83962026-08-11T11:24:35.226Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
83972026-08-11T11:24:35.226Z INFOAug 11 11:24:34.256 Aug 11 11:24:34.256DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83982026-08-11T11:24:35.226Z INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83992026-08-11T11:24:35.226Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84002026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256DEBG 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 } }]
84012026-08-11T11:24:35.226Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84022026-08-11T11:24:35.226ZDEBG 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 } }]
84032026-08-11T11:24:35.226ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256INFO DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
84042026-08-11T11:24:35.226Z 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:17::/64 -> 2001:db8::55:ff
84052026-08-11T11:24:35.227Z
84062026-08-11T11:24:35.227ZAug 11 11:24:34.256 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84072026-08-11T11:24:35.227ZAug 11 11:24:34.256 INFODEBG 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:b::/64 -> 2001:db8::55:ff
84082026-08-11T11:24:35.227Z
84092026-08-11T11:24:35.227ZAug 11 11:24:34.256 INFOAug 11 11:24:34.256Aug 11 11:24:34.256 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84102026-08-11T11:24:35.227ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
84112026-08-11T11:24:35.227Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84122026-08-11T11:24:35.227Z DEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84132026-08-11T11:24:35.227ZDEBGINFO adding route 3fff:beef:c::/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 } }]
84142026-08-11T11:24:35.227Z
84152026-08-11T11:24:35.227ZAug 11 11:24:34.256 INFO Aug 11 11:24:34.256adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84162026-08-11T11:24:35.227ZAug 11 11:24:34.256 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 } }]Aug 11 11:24:34.256adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84172026-08-11T11:24:35.231ZDEBG 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 } }]
84182026-08-11T11:24:35.231Z
84192026-08-11T11:24:35.231ZAug 11 11:24:34.256 DEBG Aug 11 11:24:34.256Aug 11 11:24:34.256replacing 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 } }]
84202026-08-11T11:24:35.231ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
84212026-08-11T11:24:35.231Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84222026-08-11T11:24:35.231ZAug 11 11:24:34.256 Aug 11 11:24:34.256INFOAug 11 11:24:34.256 DEBG DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84232026-08-11T11:24:35.231Z
84242026-08-11T11:24:35.231Z
84252026-08-11T11:24:35.232ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
84262026-08-11T11:24:35.232Z 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 } }]
84272026-08-11T11:24:35.232Z
84282026-08-11T11:24:35.232ZAug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84292026-08-11T11:24:35.232ZINFOreplacing 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 } }]
84302026-08-11T11:24:35.232Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84312026-08-11T11:24:35.232ZAug 11 11:24:34.256 Aug 11 11:24:34.256INFOAug 11 11:24:34.256 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84322026-08-11T11:24:35.232ZDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84332026-08-11T11:24:35.232Z Aug 11 11:24:34.256adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84342026-08-11T11:24:35.232ZDEBG Aug 11 11:24:34.256replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256
84352026-08-11T11:24:35.232ZINFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84362026-08-11T11:24:35.232Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84372026-08-11T11:24:35.232Z INFOAug 11 11:24:34.256 Aug 11 11:24:34.256 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
84382026-08-11T11:24:35.232ZDEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84392026-08-11T11:24:35.232Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84402026-08-11T11:24:35.232ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84412026-08-11T11:24:35.232ZAug 11 11:24:34.256 DEBG Aug 11 11:24:34.256replacing 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 } }]INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84422026-08-11T11:24:35.232Z
84432026-08-11T11:24:35.232Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84442026-08-11T11:24:35.232ZAug 11 11:24:34.256Aug 11 11:24:34.256Aug 11 11:24:34.256 DEBGDEBG INFOreplacing 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 } }]
84452026-08-11T11:24:35.232Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84462026-08-11T11:24:35.232Zreplacing 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 } }]
84472026-08-11T11:24:35.232ZAug 11 11:24:34.256 Aug 11 11:24:34.256DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84482026-08-11T11:24:35.232Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84492026-08-11T11:24:35.232ZAug 11 11:24:34.256Aug 11 11:24:34.256 Aug 11 11:24:34.256 INFOINFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84502026-08-11T11:24:35.232Z 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 } }]
84512026-08-11T11:24:35.232Z
84522026-08-11T11:24:35.232ZAug 11 11:24:34.256 Aug 11 11:24:34.256DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.256
84532026-08-11T11:24:35.232Zreplacing 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 } }]
84542026-08-11T11:24:35.232ZINFO Aug 11 11:24:34.256Aug 11 11:24:34.256adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGAug 11 11:24:34.256 INFOcreated new freemap
84552026-08-11T11:24:35.232Z, unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO
84562026-08-11T11:24:35.232Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff:
84572026-08-11T11:24:35.232Z Aug 11 11:24:34.256freemap_route_ipv4
84582026-08-11T11:24:35.232ZDEBG Aug 11 11:24:34.256replacing 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 } }]
84592026-08-11T11:24:35.232Z Aug 11 11:24:34.256DEBG Aug 11 11:24:34.256DEBG Aug 11 11:24:34.256replacing 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 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84602026-08-11T11:24:35.232Z
84612026-08-11T11:24:35.232Z
84622026-08-11T11:24:35.233Z created new freemap, unit:Aug 11 11:24:34.256 freemap_route_ipv6Aug 11 11:24:34.256INFOAug 11 11:24:34.256
84632026-08-11T11:24:35.233Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84642026-08-11T11:24:35.233Z INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84652026-08-11T11:24:35.233Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256
84662026-08-11T11:24:35.233Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.256Aug 11 11:24:34.256
84672026-08-11T11:24:35.233Z Aug 11 11:24:34.256DEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84682026-08-11T11:24:35.233Z initted freemap. size: 64INFO, unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 11 11:24:34.256:Aug 11 11:24:34.256 INFOINFO
84692026-08-11T11:24:35.233Z freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84702026-08-11T11:24:35.233Z
84712026-08-11T11:24:35.233Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84722026-08-11T11:24:35.233ZAug 11 11:24:34.257 DEBG Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257DEBGDEBGreplacing 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: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
84732026-08-11T11:24:35.233ZDEBG, unit
84742026-08-11T11:24:35.233Z: 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 } }]
84752026-08-11T11:24:35.233ZAug 11 11:24:34.257 freemap_route_ipv4INFO
84762026-08-11T11:24:35.233Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
84772026-08-11T11:24:35.233Z Aug 11 11:24:34.257 INFOINFOAug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84782026-08-11T11:24:35.233ZDEBG DEBGadding route 3fff:beef:22::/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 } }]
84792026-08-11T11:24:35.233Z
84802026-08-11T11:24:35.233Zinitted freemap. size: 64, unitAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 :INFO DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84812026-08-11T11:24:35.233Z 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 } }]freemap_route_ipv6
84822026-08-11T11:24:35.233Z
84832026-08-11T11:24:35.233Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257
84842026-08-11T11:24:35.233Z Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257 reset freemapINFOINFO 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 } }],
84852026-08-11T11:24:35.233Zunitadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
84862026-08-11T11:24:35.233Zfreemap_route_ipv6
84872026-08-11T11:24:35.233Z
84882026-08-11T11:24:35.233ZAug 11 11:24:34.257Aug 11 11:24:34.257 INFODEBGAug 11 11:24:34.257 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 } }]
84892026-08-11T11:24:35.233Z Aug 11 11:24:34.257adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFO
84902026-08-11T11:24:35.233Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
84912026-08-11T11:24:35.233Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257
84922026-08-11T11:24:35.233Z INFO Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG DEBG
84932026-08-11T11:24:35.233Zreplacing 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
84942026-08-11T11:24:35.233Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:22::/64 -> 2001:db8::55:ff
84952026-08-11T11:24:35.233Z
84962026-08-11T11:24:35.233ZAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBGDEBG Aug 11 11:24:34.257 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
84972026-08-11T11:24:35.233Z 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 } }]
84982026-08-11T11:24:35.233Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84992026-08-11T11:24:35.233Z
85002026-08-11T11:24:35.234ZAug 11 11:24:34.255Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257 DEBGINFO INFOadding route 3fff:beef:23::/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 } }]
85012026-08-11T11:24:35.234Z
85022026-08-11T11:24:35.234Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85032026-08-11T11:24:35.234ZAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 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: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 } }]
85042026-08-11T11:24:35.234Z
85052026-08-11T11:24:35.234ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85062026-08-11T11:24:35.234ZAug 11 11:24:34.257DEBGAug 11 11:24:34.257 Aug 11 11:24:34.257INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:26::/64 -> 2001:db8::55:ff DEBG
85072026-08-11T11:24:35.234ZINFO
85082026-08-11T11:24:35.234Zreplacing 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 } }]
85092026-08-11T11:24:35.234Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85102026-08-11T11:24:35.234ZAug 11 11:24:34.257 Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85112026-08-11T11:24:35.234Z DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85122026-08-11T11:24:35.234Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257
85132026-08-11T11:24:35.234ZINFOAug 11 11:24:34.257 adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG
85142026-08-11T11:24:35.234Z INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85152026-08-11T11:24:35.234Z
85162026-08-11T11:24:35.234ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85172026-08-11T11:24:35.238ZAug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257 Aug 11 11:24:34.257DEBGDEBG 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 } }]DEBG
85182026-08-11T11:24:35.238Z adding route 3fff:beef:1c::/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 } }]
85192026-08-11T11:24:35.238Z
85202026-08-11T11:24:35.239Zreplacing 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 } }]
85212026-08-11T11:24:35.239ZAug 11 11:24:34.257 DEBGAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 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
85222026-08-11T11:24:35.239ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
85232026-08-11T11:24:35.239Z
85242026-08-11T11:24:35.239Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85252026-08-11T11:24:35.239Z INFOAug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85262026-08-11T11:24:35.239ZDEBGDEBG Aug 11 11:24:34.257replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257
85272026-08-11T11:24:35.239ZDEBG 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
85282026-08-11T11:24:35.239Z Aug 11 11:24:34.257replacing 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: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 } }]
85292026-08-11T11:24:35.239Z
85302026-08-11T11:24:35.239ZAug 11 11:24:34.257INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
85312026-08-11T11:24:35.239Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85322026-08-11T11:24:35.239Z INFO Aug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
85332026-08-11T11:24:35.239Z DEBGDEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 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 } }]
85342026-08-11T11:24:35.239Z
85352026-08-11T11:24:35.239ZDEBG 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 } }]
85362026-08-11T11:24:35.239Zreplacing 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 } }]
85372026-08-11T11:24:35.239ZAug 11 11:24:34.257 Aug 11 11:24:34.257INFO INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85382026-08-11T11:24:35.239Z
85392026-08-11T11:24:35.239ZAug 11 11:24:34.257Aug 11 11:24:34.257 INFO 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 } }]Aug 11 11:24:34.257Aug 11 11:24:34.257adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85402026-08-11T11:24:35.239Z
85412026-08-11T11:24:35.239Z DEBGDEBG Aug 11 11:24:34.257replacing 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: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 } }]
85422026-08-11T11:24:35.239ZAug 11 11:24:34.257
85432026-08-11T11:24:35.239ZDEBG 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 } }]
85442026-08-11T11:24:35.239ZINFOAug 11 11:24:34.257Aug 11 11:24:34.257 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85452026-08-11T11:24:35.239Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
85462026-08-11T11:24:35.239ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85472026-08-11T11:24:35.239Z Aug 11 11:24:34.257Aug 11 11:24:34.257DEBG 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 } }]
85482026-08-11T11:24:35.239Z 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
85492026-08-11T11:24:35.239Z Aug 11 11:24:34.257adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85502026-08-11T11:24:35.239ZDEBGAug 11 11:24:34.257 Aug 11 11:24:34.257replacing 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 } }]
85512026-08-11T11:24:35.239ZINFO Aug 11 11:24:34.257 INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
85522026-08-11T11:24:35.239Zreplacing 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 } }]
85532026-08-11T11:24:35.240ZAug 11 11:24:34.257 INFOAug 11 11:24:34.257 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:34.257
85542026-08-11T11:24:35.240Z INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85552026-08-11T11:24:35.240Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85562026-08-11T11:24:35.240Z
85572026-08-11T11:24:35.240ZDEBG 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 } }]
85582026-08-11T11:24:35.240ZAug 11 11:24:34.257Aug 11 11:24:34.257 Aug 11 11:24:34.257Aug 11 11:24:34.257DEBG 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 } }]INFO
85592026-08-11T11:24:35.240Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
85602026-08-11T11:24:35.240Z DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85612026-08-11T11:24:35.240Z INFOAug 11 11:24:34.257 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85622026-08-11T11:24:35.240ZDEBGAug 11 11:24:34.257 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257replacing 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 } }]
85632026-08-11T11:24:35.240Z
85642026-08-11T11:24:35.240Z
85652026-08-11T11:24:35.240Z INFOAug 11 11:24:34.257 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
85662026-08-11T11:24:35.240ZAug 11 11:24:34.257 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:24:34.257 DEBG
85672026-08-11T11:24:35.240ZAug 11 11:24:34.257INFO DEBG Aug 11 11:24:34.257replacing 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 } }]
85682026-08-11T11:24:35.240Zreplacing 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:2e::/64 -> 2001:db8::55:ff
85692026-08-11T11:24:35.240ZDEBG Aug 11 11:24:34.257 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 } }]
85702026-08-11T11:24:35.240ZINFOAug 11 11:24:34.257
85712026-08-11T11:24:35.240Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85722026-08-11T11:24:35.240Z INFODEBGAug 11 11:24:34.257 Aug 11 11:24:34.257adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
85732026-08-11T11:24:35.240Zreplacing 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 } }]
85742026-08-11T11:24:35.240Z
85752026-08-11T11:24:35.240Z
85762026-08-11T11:24:35.240ZAug 11 11:24:34.257 INFOAug 11 11:24:34.257 Aug 11 11:24:34.257 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85772026-08-11T11:24:35.240Z DEBG INFO DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85782026-08-11T11:24:35.240Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257
85792026-08-11T11:24:35.240Z DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85802026-08-11T11:24:35.240Zreplacing 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 } }]
85812026-08-11T11:24:35.240ZAug 11 11:24:34.257Aug 11 11:24:34.257 INFOINFO Aug 11 11:24:34.257adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 11 11:24:34.257adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
85822026-08-11T11:24:35.240Z
85832026-08-11T11:24:35.240Z INFO Aug 11 11:24:34.257Aug 11 11:24:34.257DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }]DEBGDEBG
85842026-08-11T11:24:35.240Z 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 } }]
85852026-08-11T11:24:35.240Z 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 } }]
85862026-08-11T11:24:35.240Z
85872026-08-11T11:24:35.240ZAug 11 11:24:34.257 DEBGAug 11 11:24:34.257 Aug 11 11:24:34.257Aug 11 11:24:34.257replacing 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 } }] INFOINFO
85882026-08-11T11:24:35.240Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85892026-08-11T11:24:35.240ZINFO Aug 11 11:24:34.257 Aug 11 11:24:34.257INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
85902026-08-11T11:24:35.240Z
85912026-08-11T11:24:35.241Zreplacing 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:26::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
85922026-08-11T11:24:35.241Z DEBG
85932026-08-11T11:24:35.241ZAug 11 11:24:34.257replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257
85942026-08-11T11:24:35.241Z DEBGDEBGAug 11 11:24:34.257 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:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257
85952026-08-11T11:24:35.241Z
85962026-08-11T11:24:35.241ZINFO Aug 11 11:24:34.257Aug 11 11:24:34.257INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85972026-08-11T11:24:35.241Z INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85982026-08-11T11:24:35.241Z
85992026-08-11T11:24:35.241Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
86002026-08-11T11:24:35.241ZDEBGAug 11 11:24:34.257 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257
86012026-08-11T11:24:35.241ZDEBGAug 11 11:24:34.257 DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86022026-08-11T11:24:35.241ZAug 11 11:24:34.257 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86032026-08-11T11:24:35.241ZAug 11 11:24:34.257
86042026-08-11T11:24:35.241ZINFO INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86052026-08-11T11:24:35.241Z
86062026-08-11T11:24:35.241ZAug 11 11:24:34.257Aug 11 11:24:34.257 INFOAug 11 11:24:34.257INFO Aug 11 11:24:34.257 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86072026-08-11T11:24:35.241Zreplacing 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:32::/64 -> 2001:db8::55:ff
86082026-08-11T11:24:35.241ZDEBG
86092026-08-11T11:24:35.241ZAug 11 11:24:34.257 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257DEBG Aug 11 11:24:34.257INFO
86102026-08-11T11:24:35.241Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
86112026-08-11T11:24:35.241Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.257
86122026-08-11T11:24:35.241Zreplacing 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 } }]
86132026-08-11T11:24:35.241ZINFO Aug 11 11:24:34.257adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 11 11:24:34.257Aug 11 11:24:34.257
86142026-08-11T11:24:35.241Z DEBG 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 } }]INFO Aug 11 11:24:34.257
86152026-08-11T11:24:35.241Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
86162026-08-11T11:24:35.241Z adding route 3fff:beef:30::/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 } }]
86172026-08-11T11:24:35.245ZAug 11 11:24:34.257
86182026-08-11T11:24:35.245Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:24:34.257Aug 11 11:24:34.257
86192026-08-11T11:24:35.246Z DEBG 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 } }] Aug 11 11:24:34.257 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
86202026-08-11T11:24:35.246ZAug 11 11:24:34.257
86212026-08-11T11:24:35.246Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBG
86222026-08-11T11:24:35.246Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG
86232026-08-11T11:24:35.246Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86242026-08-11T11:24:35.246Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 INFO
86252026-08-11T11:24:35.246Z INFO Aug 11 11:24:34.257Aug 11 11:24:34.257adding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG
86262026-08-11T11:24:35.246ZINFO
86272026-08-11T11:24:35.246Z 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 } }]
86282026-08-11T11:24:35.246Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
86292026-08-11T11:24:35.246ZAug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257Aug 11 11:24:34.257 DEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
86302026-08-11T11:24:35.246ZDEBG 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 } }]
86312026-08-11T11:24:35.246Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86322026-08-11T11:24:35.246Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257
86332026-08-11T11:24:35.246Z Aug 11 11:24:34.257INFOAug 11 11:24:34.257 INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86342026-08-11T11:24:35.246Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 11 11:24:34.257
86352026-08-11T11:24:35.246ZDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.257Aug 11 11:24:34.257 INFODEBG DEBG
86362026-08-11T11:24:35.246Z 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:35::/64 -> 2001:db8::55:ff
86372026-08-11T11:24:35.246Zreplacing 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 } }]
86382026-08-11T11:24:35.246Z
86392026-08-11T11:24:35.246ZAug 11 11:24:34.257Aug 11 11:24:34.257 INFO INFOAug 11 11:24:34.257Aug 11 11:24:34.257 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
86402026-08-11T11:24:35.246Z
86412026-08-11T11:24:35.246ZDEBGINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86422026-08-11T11:24:35.246Z
86432026-08-11T11:24:35.246ZAug 11 11:24:34.257 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
86442026-08-11T11:24:35.246Z Aug 11 11:24:34.258DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
86452026-08-11T11:24:35.246Z Aug 11 11:24:34.258 INFODEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86462026-08-11T11:24:35.246Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86472026-08-11T11:24:35.246ZAug 11 11:24:34.258
86482026-08-11T11:24:35.246Z Aug 11 11:24:34.258INFOAug 11 11:24:34.258 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
86492026-08-11T11:24:35.246Z Aug 11 11:24:34.258replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO
86502026-08-11T11:24:35.246Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258
86512026-08-11T11:24:35.246Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86522026-08-11T11:24:35.246ZDEBG Aug 11 11:24:34.258replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258INFO Aug 11 11:24:34.258
86532026-08-11T11:24:35.246Z DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
86542026-08-11T11:24:35.246Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
86552026-08-11T11:24:35.246Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
86562026-08-11T11:24:35.246Z INFOAug 11 11:24:34.258Aug 11 11:24:34.258 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 11 11:24:34.258DEBG
86572026-08-11T11:24:35.247Z 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 } }]DEBGINFO
86582026-08-11T11:24:35.247Zreplacing 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 } }]
86592026-08-11T11:24:35.247Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
86602026-08-11T11:24:35.247Z DEBGAug 11 11:24:34.258 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 } }]INFOAug 11 11:24:34.258
86612026-08-11T11:24:35.247ZAug 11 11:24:34.258 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
86622026-08-11T11:24:35.247Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86632026-08-11T11:24:35.247ZAug 11 11:24:34.258DEBG 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 } }]Aug 11 11:24:34.258
86642026-08-11T11:24:35.247Z Aug 11 11:24:34.258DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86652026-08-11T11:24:35.247ZAug 11 11:24:34.258 DEBG
86662026-08-11T11:24:35.247Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
86672026-08-11T11:24:35.247ZINFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86682026-08-11T11:24:35.247ZAug 11 11:24:34.258
86692026-08-11T11:24:35.247ZAug 11 11:24:34.258 INFO INFOAug 11 11:24:34.258 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:24:34.258adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86702026-08-11T11:24:35.247Z
86712026-08-11T11:24:35.247ZINFO Aug 11 11:24:34.258adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86722026-08-11T11:24:35.247ZDEBGDEBG Aug 11 11:24:34.258 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258DEBG
86732026-08-11T11:24:35.247Z
86742026-08-11T11:24:35.247ZDEBG 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 } }]
86752026-08-11T11:24:35.247Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258Aug 11 11:24:34.258
86762026-08-11T11:24:35.247ZINFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86772026-08-11T11:24:35.247Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
86782026-08-11T11:24:35.247Z Aug 11 11:24:34.258Aug 11 11:24:34.258 DEBG 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 } }]INFOAug 11 11:24:34.258
86792026-08-11T11:24:35.247Z DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:24:34.258replacing 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 } }]
86802026-08-11T11:24:35.247Z
86812026-08-11T11:24:35.247Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
86822026-08-11T11:24:35.247Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:24:34.258Aug 11 11:24:34.258
86832026-08-11T11:24:35.247ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 11 11:24:34.258DEBG
86842026-08-11T11:24:35.247Z DEBGAug 11 11:24:34.258replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258
86852026-08-11T11:24:35.247Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
86862026-08-11T11:24:35.247ZDEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
86872026-08-11T11:24:35.247ZINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86882026-08-11T11:24:35.247ZAug 11 11:24:34.258
86892026-08-11T11:24:35.247ZAug 11 11:24:34.258 INFOINFO Aug 11 11:24:34.258adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
86902026-08-11T11:24:35.247Z
86912026-08-11T11:24:35.247Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
86922026-08-11T11:24:35.247Z Aug 11 11:24:34.258Aug 11 11:24:34.258 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 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 } }]
86932026-08-11T11:24:35.247Z
86942026-08-11T11:24:35.247Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
86952026-08-11T11:24:35.247Z DEBG Aug 11 11:24:34.258replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.258Aug 11 11:24:34.258INFO INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86962026-08-11T11:24:35.248Z
86972026-08-11T11:24:35.248Z
86982026-08-11T11:24:35.248Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
86992026-08-11T11:24:35.248ZAug 11 11:24:34.258 DEBGAug 11 11:24:34.258Aug 11 11:24:34.258 INFODEBGAug 11 11:24:34.258 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: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 } }]
87002026-08-11T11:24:35.248Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87012026-08-11T11:24:35.248ZDEBG
87022026-08-11T11:24:35.248Z 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 } }]
87032026-08-11T11:24:35.248ZAug 11 11:24:34.258Aug 11 11:24:34.258Aug 11 11:24:34.258 INFO Aug 11 11:24:34.258INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
87042026-08-11T11:24:35.248Z 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:35::/64 -> 2001:db8::55:ff
87052026-08-11T11:24:35.248Z
87062026-08-11T11:24:35.248Z
87072026-08-11T11:24:35.248ZAug 11 11:24:34.258 DEBGAug 11 11:24:34.258Aug 11 11:24:34.258 Aug 11 11:24:34.258DEBG 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 } }] replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87082026-08-11T11:24:35.248Z
87092026-08-11T11:24:35.248Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87102026-08-11T11:24:35.248Z
87112026-08-11T11:24:35.248ZAug 11 11:24:34.258 Aug 11 11:24:34.258INFOAug 11 11:24:34.258 Aug 11 11:24:34.258INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
87122026-08-11T11:24:35.248Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
87132026-08-11T11:24:35.248Z 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 } }]
87142026-08-11T11:24:35.248Z
87152026-08-11T11:24:35.248ZAug 11 11:24:34.258 DEBGAug 11 11:24:34.258Aug 11 11:24:34.258Aug 11 11:24:34.258 DEBG 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 } }]INFO 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 } }]
87162026-08-11T11:24:35.248Zreplacing 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 } }]
87172026-08-11T11:24:35.252Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
87182026-08-11T11:24:35.252Z
87192026-08-11T11:24:35.252ZAug 11 11:24:34.258Aug 11 11:24:34.258 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:24:34.258DEBG
87202026-08-11T11:24:35.252ZINFOAug 11 11:24:34.258 adding route 3fff:beef:37::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
87212026-08-11T11:24:35.253ZDEBG
87222026-08-11T11:24:35.253ZAug 11 11:24:34.258 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
87232026-08-11T11:24:35.253Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258
87242026-08-11T11:24:35.253Z 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 } }]DEBG
87252026-08-11T11:24:35.253ZAug 11 11:24:34.258Aug 11 11:24:34.258 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
87262026-08-11T11:24:35.253ZINFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
87272026-08-11T11:24:35.253Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFO
87282026-08-11T11:24:35.253Z Aug 11 11:24:34.258 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
87292026-08-11T11:24:35.253ZAug 11 11:24:34.258 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
87302026-08-11T11:24:35.253Z Aug 11 11:24:34.258replacing 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 } }]
87312026-08-11T11:24:35.253ZDEBGAug 11 11:24:34.258 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 } }]
87322026-08-11T11:24:35.253ZAug 11 11:24:34.258 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
87332026-08-11T11:24:35.253Z Aug 11 11:24:34.258failed to allocate space for the new target list INFO
87342026-08-11T11:24:35.253Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
87352026-08-11T11:24:35.253Z Aug 11 11:24:34.258DEBG Aug 11 11:24:34.258replacing 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
87362026-08-11T11:24:35.253ZDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87372026-08-11T11:24:35.253ZAug 11 11:24:34.258
87382026-08-11T11:24:35.253ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87392026-08-11T11:24:35.254ZAug 11 11:24:34.258Aug 11 11:24:34.258 Aug 11 11:24:34.258INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
87402026-08-11T11:24:35.254Z 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 } }]failed to allocate space for the new target list
87412026-08-11T11:24:35.254ZAug 11 11:24:34.258 DEBG created new freemapAug 11 11:24:34.258, unit
87422026-08-11T11:24:35.254Z: freemap_route_ipv4
87432026-08-11T11:24:35.254ZINFO Aug 11 11:24:34.258 DEBG created new freemap, unit: freemap_route_ipv6
87442026-08-11T11:24:35.254Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
87452026-08-11T11:24:35.254Z DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 11 11:24:34.258
87462026-08-11T11:24:35.254Z Aug 11 11:24:34.258 DEBG reset freemapDEBG, unit: freemap_route_ipv4
87472026-08-11T11:24:35.254ZAug 11 11:24:34.258 DEBGAug 11 11:24:34.258replacing 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 initted freemap. size: 64,
87482026-08-11T11:24:35.254Zunit : freemap_route_ipv6
87492026-08-11T11:24:35.254Zreplacing 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 } }]
87502026-08-11T11:24:35.254ZAug 11 11:24:34.258 Aug 11 11:24:34.258 INFODEBG reset freemap, unit: freemap_route_ipv6
87512026-08-11T11:24:35.254Z Aug 11 11:24:34.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87522026-08-11T11:24:35.254ZAug 11 11:24:34.258adding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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 } }]
87532026-08-11T11:24:35.254Z
87542026-08-11T11:24:35.254ZAug 11 11:24:34.258 Aug 11 11:24:34.258INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87552026-08-11T11:24:35.254Z DEBGAug 11 11:24:34.258 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 } }]
87562026-08-11T11:24:35.254ZDEBG 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 } }]
87572026-08-11T11:24:35.254ZAug 11 11:24:34.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87582026-08-11T11:24:35.254ZAug 11 11:24:34.258 Aug 11 11:24:34.258 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG 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 } }]
87592026-08-11T11:24:35.254Z
87602026-08-11T11:24:35.254ZAug 11 11:24:34.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:24:34.258
87612026-08-11T11:24:35.254ZAug 11 11:24:34.258Aug 11 11:24:34.258 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87622026-08-11T11:24:35.254ZAug 11 11:24:34.258INFO INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
87632026-08-11T11:24:35.254Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 11 11:24:34.258 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87642026-08-11T11:24:35.254Z Aug 11 11:24:34.258 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87652026-08-11T11:24:35.254Z
87662026-08-11T11:24:35.254ZAug 11 11:24:34.258 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 } }]
87672026-08-11T11:24:35.254ZAug 11 11:24:34.258 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
87682026-08-11T11:24:35.254ZAug 11 11:24:34.258 Aug 11 11:24:34.258 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 } }]
87692026-08-11T11:24:35.254Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258DEBG INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87702026-08-11T11:24:35.255Z
87712026-08-11T11:24:35.255ZAug 11 11:24:34.258 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 } }]
87722026-08-11T11:24:35.255ZAug 11 11:24:34.258Aug 11 11:24:34.258 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
87732026-08-11T11:24:35.255ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87742026-08-11T11:24:35.255ZAug 11 11:24:34.258 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 } }]
87752026-08-11T11:24:35.255Z Aug 11 11:24:34.258 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:34.258
87762026-08-11T11:24:35.255Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.258 DEBG 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 } }]
87772026-08-11T11:24:35.255Z
87782026-08-11T11:24:35.255Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87792026-08-11T11:24:35.255ZAug 11 11:24:34.258 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
87802026-08-11T11:24:35.255ZAug 11 11:24:34.258 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87812026-08-11T11:24:35.255Zreplacing 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 } }]
87822026-08-11T11:24:35.255ZAug 11 11:24:34.258 Aug 11 11:24:34.258 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
87832026-08-11T11:24:35.255ZAug 11 11:24:34.258 Aug 11 11:24:34.258 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 } }]INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87842026-08-11T11:24:35.255ZAug 11 11:24:34.259 DEBGAug 11 11:24:34.259 Aug 11 11:24:34.258Aug 11 11:24:34.265created new freemap , DEBGDEBGunit created new freemapcreated new freemap , , unitDEBGunit::: freemap_route_ipv4
87852026-08-11T11:24:35.255Zfreemap_route_ipv4freemap_route_ipv4replacing 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 } }]
87862026-08-11T11:24:35.255Z
87872026-08-11T11:24:35.255Z
87882026-08-11T11:24:35.255ZAug 11 11:24:34.265 INFOAug 11 11:24:34.265 Aug 11 11:24:34.265 Aug 11 11:24:34.265 DEBGDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff created new freemap
87892026-08-11T11:24:35.255ZDEBGcreated new freemap , created new freemap, , unitunitunit:: :freemap_route_ipv6
87902026-08-11T11:24:35.255ZAug 11 11:24:34.265freemap_route_ipv6freemap_route_ipv6
87912026-08-11T11:24:35.255ZDEBG
87922026-08-11T11:24:35.255Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.265
87932026-08-11T11:24:35.255Z Aug 11 11:24:34.265DEBGINFOAug 11 11:24:34.265 DEBGinitted freemap. size: 64 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64
87942026-08-11T11:24:35.255Z, unitinitted freemap. size: 64:, , Aug 11 11:24:34.265unitunit freemap_route_ipv4:
87952026-08-11T11:24:35.255Z :freemap_route_ipv4INFO
87962026-08-11T11:24:35.255Z Aug 11 11:24:34.265adding route 3fff:beef:26::/64 -> 2001:db8::55:ff freemap_route_ipv4DEBG
87972026-08-11T11:24:35.255ZAug 11 11:24:34.265 Aug 11 11:24:34.265replacing 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 } }]
87982026-08-11T11:24:35.255ZDEBG
87992026-08-11T11:24:35.255Z reset freemapDEBGAug 11 11:24:34.265, unit :Aug 11 11:24:34.265DEBG Aug 11 11:24:34.265 DEBG reset freemapreset freemapfailed to allocate space for the new target list , DEBGfreemap_route_ipv4unit
88002026-08-11T11:24:35.255Z 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 } }]:
88012026-08-11T11:24:35.255Z
88022026-08-11T11:24:35.255Z freemap_route_ipv4,
88032026-08-11T11:24:35.255ZunitAug 11 11:24:34.265 DEBG: Aug 11 11:24:34.265Aug 11 11:24:34.265 freemap_route_ipv4INFODEBG
88042026-08-11T11:24:35.255Z initted freemap. size: 64, Aug 11 11:24:34.265adding 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:2, vlan_id: None } }] unitAug 11 11:24:34.265
88052026-08-11T11:24:35.255Z:DEBG DEBG initted freemap. size: 64
88062026-08-11T11:24:35.255Z Aug 11 11:24:34.265 initted freemap. size: 64, freemap_route_ipv6unit,
88072026-08-11T11:24:35.255Z unitDEBG:: freemap_route_ipv6replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
88082026-08-11T11:24:35.256ZAug 11 11:24:34.265
88092026-08-11T11:24:35.256Z
88102026-08-11T11:24:35.256ZDEBG Aug 11 11:24:34.265Aug 11 11:24:34.265reset freemap , DEBGINFO unitreset freemap:Aug 11 11:24:34.265 , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
88112026-08-11T11:24:35.256Zfreemap_route_ipv6unit
88122026-08-11T11:24:35.256Z: reset freemapfreemap_route_ipv6,
88132026-08-11T11:24:35.256ZAug 11 11:24:34.265 unit:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:34.265
88142026-08-11T11:24:35.256Z
88152026-08-11T11:24:35.256Z INFOAug 11 11:24:34.265 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88162026-08-11T11:24:35.256Z Aug 11 11:24:34.265replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.265
88172026-08-11T11:24:35.260Z INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.265Aug 11 11:24:34.265
88182026-08-11T11:24:35.260Z 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 } }]
88192026-08-11T11:24:35.260ZINFOAug 11 11:24:34.265replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
88202026-08-11T11:24:35.260Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:24:34.265
88212026-08-11T11:24:35.260Z
88222026-08-11T11:24:35.260ZINFO Aug 11 11:24:34.265adding route 3fff:dead::/64 -> 2001:db8::55:2
88232026-08-11T11:24:35.260ZAug 11 11:24:34.265INFOAug 11 11:24:34.265 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
88242026-08-11T11:24:35.260Z
88252026-08-11T11:24:35.260Z adding route 172.16.0.0/32 -> 10.0.0.2
88262026-08-11T11:24:35.260ZAug 11 11:24:34.265Aug 11 11:24:34.265 DEBG Aug 11 11:24:34.265Aug 11 11:24:34.265 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGINFO
88272026-08-11T11:24:35.260Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }]
88282026-08-11T11:24:35.260Z
88292026-08-11T11:24:35.260Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88302026-08-11T11:24:35.260ZAug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265INFOINFO Aug 11 11:24:34.265DEBGadding route 172.16.0.0/32 -> 10.0.0.3 adding route 3fff:dead::/64 -> 2001:db8::55:3
88312026-08-11T11:24:35.260Z
88322026-08-11T11:24:35.260ZINFOreplacing 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 } }]
88332026-08-11T11:24:35.260Zadding route 3fff:dead::/64 -> 2001:db8::55:3
88342026-08-11T11:24:35.260ZAug 11 11:24:34.265Aug 11 11:24:34.265 DEBGAug 11 11:24:34.265INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:2b::/64 -> 2001:db8::55:ff
88352026-08-11T11:24:35.260ZAug 11 11:24:34.265
88362026-08-11T11:24:35.260ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:24:34.265
88372026-08-11T11:24:35.261ZAug 11 11:24:34.265
88382026-08-11T11:24:35.261Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:24:34.265replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.265
88392026-08-11T11:24:35.261Z
88402026-08-11T11:24:35.261ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
88412026-08-11T11:24:35.261Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:24:34.265
88422026-08-11T11:24:35.261Z DEBGAug 11 11:24:34.265 Aug 11 11:24:34.265 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:24:34.265replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
88432026-08-11T11:24:35.261Z
88442026-08-11T11:24:35.261Z DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
88452026-08-11T11:24:35.261Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:24:34.265
88462026-08-11T11:24:35.261Z DEBGAug 11 11:24:34.265 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:24:34.265
88472026-08-11T11:24:35.261ZDEBG INFOAug 11 11:24:34.265 DEBG Aug 11 11:24:34.265replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
88482026-08-11T11:24:35.261Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88492026-08-11T11:24:35.261Z
88502026-08-11T11:24:35.261Z WARN Aug 11 11:24:34.265shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 11 11:24:34.265INFO
88512026-08-11T11:24:35.261ZDEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }]
88522026-08-11T11:24:35.261Z
88532026-08-11T11:24:35.261ZAug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265DEBGERRO 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
88542026-08-11T11:24:35.261Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.1/32 -> 10.0.0.255
88552026-08-11T11:24:35.261Z
88562026-08-11T11:24:35.261ZAug 11 11:24:34.265 INFOAug 11 11:24:34.265Aug 11 11:24:34.265 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
88572026-08-11T11:24:35.261ZDEBG ERRO 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 rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 11 11:24:34.265
88582026-08-11T11:24:35.261Z
88592026-08-11T11:24:35.261Z DEBG Aug 11 11:24:34.265replacing 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 } }]
88602026-08-11T11:24:35.261ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
88612026-08-11T11:24:35.261ZAug 11 11:24:34.265 Aug 11 11:24:34.265INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
88622026-08-11T11:24:35.261Zreplacing 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 } }]
88632026-08-11T11:24:35.261Z
88642026-08-11T11:24:35.261ZAug 11 11:24:34.265Aug 11 11:24:34.265 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
88652026-08-11T11:24:35.261Z
88662026-08-11T11:24:35.261ZAug 11 11:24:34.258Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBGINFO DEBGcreated new freemap Aug 11 11:24:34.265adding route 3fff:beef:30::/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 } }]
88672026-08-11T11:24:35.261Z
88682026-08-11T11:24:35.261Z, unit :Aug 11 11:24:34.265 freemap_route_ipv4Aug 11 11:24:34.265INFODEBG
88692026-08-11T11:24:35.261Zreplacing 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
88702026-08-11T11:24:35.261Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
88712026-08-11T11:24:35.262Z
88722026-08-11T11:24:35.262ZAug 11 11:24:34.265 Aug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265 INFODEBGDEBG DEBG created new freemap , replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff:
88732026-08-11T11:24:35.262Z
88742026-08-11T11:24:35.262Zfreemap_route_ipv6
88752026-08-11T11:24:35.262Zreplacing 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 } }]
88762026-08-11T11:24:35.262Ztest route::tests::grow_succeeds ... ok
88772026-08-11T11:24:35.262ZAug 11 11:24:34.265 Aug 11 11:24:34.265Aug 11 11:24:34.265Aug 11 11:24:34.265 DEBG DEBGINFOINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
88782026-08-11T11:24:35.262Z
88792026-08-11T11:24:35.262Zadding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64
88802026-08-11T11:24:35.262Z, unit: freemap_route_ipv4
88812026-08-11T11:24:35.262ZAug 11 11:24:34.265Aug 11 11:24:34.265 Aug 11 11:24:34.265 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 } }]DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 11 11:24:34.265
88822026-08-11T11:24:35.262Z
88832026-08-11T11:24:35.262Z
88842026-08-11T11:24:35.262Ztest route::tests::rollback_on_compact_delete_failure ... ok
88852026-08-11T11:24:35.262ZDEBG Aug 11 11:24:34.265 Aug 11 11:24:34.265Aug 11 11:24:34.265reset freemap , INFOINFOunit adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
88862026-08-11T11:24:35.262Z
88872026-08-11T11:24:35.262Z: replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
88882026-08-11T11:24:35.262ZAug 11 11:24:34.266 Aug 11 11:24:34.266DEBG Aug 11 11:24:34.272 created new freemapDEBGDEBG, unitcreated new freemapinitted freemap. size: 64, :unit , :freemap_route_ipv4unit
88892026-08-11T11:24:35.262Z freemap_route_ipv4:
88902026-08-11T11:24:35.262Z freemap_route_ipv6
88912026-08-11T11:24:35.262ZAug 11 11:24:34.265Aug 11 11:24:34.272 DEBGAug 11 11:24:34.272 DEBG Aug 11 11:24:34.272DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.272created new freemap DEBG,
88922026-08-11T11:24:35.262ZunitDEBG : created new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6, reset freemap
88932026-08-11T11:24:35.262Z, Aug 11 11:24:34.272unit: unitINFO: Aug 11 11:24:34.272adding route 172.17.0.7/32 -> 10.0.0.255 freemap_route_ipv6
88942026-08-11T11:24:35.262Z
88952026-08-11T11:24:35.262Z DEBG Aug 11 11:24:34.272freemap_route_ipv6initted freemap. size: 64Aug 11 11:24:34.272,
88962026-08-11T11:24:35.262Z DEBGunit :initted freemap. size: 64DEBG, unitfreemap_route_ipv4Aug 11 11:24:34.272
88972026-08-11T11:24:35.262Z: freemap_route_ipv4replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
88982026-08-11T11:24:35.262Z
88992026-08-11T11:24:35.262Z adding route 172.16.0.0/32 -> 10.0.0.1
89002026-08-11T11:24:35.262ZAug 11 11:24:34.272 Aug 11 11:24:34.272 Aug 11 11:24:34.259DEBGDEBGAug 11 11:24:34.272
89012026-08-11T11:24:35.262Z reset freemap reset freemapDEBGAug 11 11:24:34.272, unit, :unitAug 11 11:24:34.272:DEBG freemap_route_ipv4INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv4
89022026-08-11T11:24:35.262Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89032026-08-11T11:24:35.262Z
89042026-08-11T11:24:35.262Z
89052026-08-11T11:24:35.262ZINFO created new freemapAug 11 11:24:34.272Aug 11 11:24:34.272adding route 172.17.0.8/32 -> 10.0.0.255, Aug 11 11:24:34.272
89062026-08-11T11:24:35.262Z 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 } }]DEBG
89072026-08-11T11:24:35.262Z Aug 11 11:24:34.272initted freemap. size: 64, Aug 11 11:24:34.272 unitAug 11 11:24:34.272:DEBG freemap_route_ipv6unitreplacing 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 } }] :
89082026-08-11T11:24:35.262Z
89092026-08-11T11:24:35.262ZINFO adding route 3fff:beef:c::/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 } }]Aug 11 11:24:34.272DEBG
89102026-08-11T11:24:35.262ZDEBG
89112026-08-11T11:24:35.263Z reset freemapAug 11 11:24:34.272freemap_route_ipv4, Aug 11 11:24:34.272
89122026-08-11T11:24:35.263Z unitinitted freemap. size: 64:INFO , DEBGfreemap_route_ipv6 unit :
89132026-08-11T11:24:35.263Zreplacing 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 172.17.0.9/32 -> 10.0.0.255
89142026-08-11T11:24:35.263Z
89152026-08-11T11:24:35.263Zfreemap_route_ipv6Aug 11 11:24:34.272 Aug 11 11:24:34.272
89162026-08-11T11:24:35.263Z Aug 11 11:24:34.272INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
89172026-08-11T11:24:35.267Z created new freemapadding route 3fff:beef:d::/64 -> 2001:db8::55:ff,
89182026-08-11T11:24:35.267ZunitAug 11 11:24:34.272Aug 11 11:24:34.272Aug 11 11:24:34.272 : DEBGfreemap_route_ipv6 Aug 11 11:24:34.272DEBG
89192026-08-11T11:24:35.267ZDEBGreset freemap 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
89202026-08-11T11:24:35.267Z: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 } }]
89212026-08-11T11:24:35.267Z
89222026-08-11T11:24:35.267Zfreemap_route_ipv6
89232026-08-11T11:24:35.267ZAug 11 11:24:34.272 INFO Aug 11 11:24:34.272Aug 11 11:24:34.272 adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO
89242026-08-11T11:24:35.267ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:24:34.272
89252026-08-11T11:24:35.267Z
89262026-08-11T11:24:35.267Z INFO Aug 11 11:24:34.272Aug 11 11:24:34.272 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
89272026-08-11T11:24:35.267ZAug 11 11:24:34.272 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 } }]
89282026-08-11T11:24:35.267ZDEBGAug 11 11:24:34.272 DEBG Aug 11 11:24:34.272replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.272replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGINFO DEBG
89292026-08-11T11:24:35.267Z
89302026-08-11T11:24:35.267Z initted freemap. size: 64, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:24:34.272
89312026-08-11T11:24:35.267Z INFO
89322026-08-11T11:24:35.267Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:24:34.272
89332026-08-11T11:24:35.267Z Aug 11 11:24:34.272DEBG Aug 11 11:24:34.272 INFOINFOunit replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
89342026-08-11T11:24:35.267Z:Aug 11 11:24:34.272 adding route 172.16.0.0/32 -> 10.0.0.1
89352026-08-11T11:24:35.267Z DEBGAug 11 11:24:34.272freemap_route_ipv4
89362026-08-11T11:24:35.267Z
89372026-08-11T11:24:35.267Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89382026-08-11T11:24:35.267Z DEBGAug 11 11:24:34.272 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 } }]DEBGAug 11 11:24:34.272 Aug 11 11:24:34.272replacing 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 } }]
89392026-08-11T11:24:35.267Z
89402026-08-11T11:24:35.267Z Aug 11 11:24:34.272INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 11 11:24:34.272INFO
89412026-08-11T11:24:35.267Z adding route 172.17.0.12/32 -> 10.0.0.255 INFOAug 11 11:24:34.272 Aug 11 11:24:34.273reset freemapINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
89422026-08-11T11:24:35.268Zadding route 172.16.0.0/32 -> 10.0.0.1DEBG
89432026-08-11T11:24:35.268Z, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit:
89442026-08-11T11:24:35.268Z Aug 11 11:24:34.273freemap_route_ipv4 DEBG
89452026-08-11T11:24:35.268Z
89462026-08-11T11:24:35.268ZAug 11 11:24:34.273 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89472026-08-11T11:24:35.268Z Aug 11 11:24:34.273replacing targets for 3fff:dead::/64 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 } }]
89482026-08-11T11:24:35.268ZDEBGAug 11 11:24:34.273 Aug 11 11:24:34.273INFO Aug 11 11:24:34.273 Aug 11 11:24:34.273 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
89492026-08-11T11:24:35.268Z DEBGWARN replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89502026-08-11T11:24:35.268Z
89512026-08-11T11:24:35.268Z
89522026-08-11T11:24:35.268Z initted freemap. size: 64, Aug 11 11:24:34.273unit :DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.273freemap_route_ipv6
89532026-08-11T11:24:35.268ZINFOAug 11 11:24:34.273
89542026-08-11T11:24:35.268Z INFOadding route 172.17.0.13/32 -> 10.0.0.255 Aug 11 11:24:34.273
89552026-08-11T11:24:35.268Zadding route 172.16.0.0/32 -> 10.0.0.2
89562026-08-11T11:24:35.268Z Aug 11 11:24:34.273Aug 11 11:24:34.273INFO DEBG
89572026-08-11T11:24:35.268Z Aug 11 11:24:34.266Aug 11 11:24:34.273replacing 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 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
89582026-08-11T11:24:35.268ZDEBG
89592026-08-11T11:24:35.268Z created new freemap, unitAug 11 11:24:34.273reset freemap:Aug 11 11:24:34.273, DEBGAug 11 11:24:34.273 freemap_route_ipv4 INFODEBG
89602026-08-11T11:24:35.268Z adding route 3fff:beef:33::/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 } }]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 } }]
89612026-08-11T11:24:35.268Z
89622026-08-11T11:24:35.268Z
89632026-08-11T11:24:35.268Zunit:Aug 11 11:24:34.273Aug 11 11:24:34.273 Aug 11 11:24:34.273DEBG INFOfreemap_route_ipv6
89642026-08-11T11:24:35.268ZDEBGAug 11 11:24:34.273 adding route 172.17.0.0/32 -> 10.0.0.255created new freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89652026-08-11T11:24:35.268Z
89662026-08-11T11:24:35.268Z , INFOunit : freemap_route_ipv6Aug 11 11:24:34.273 Aug 11 11:24:34.273adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
89672026-08-11T11:24:35.268Z INFOAug 11 11:24:34.273DEBG 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 3fff:beef:34::/64 -> 2001:db8::55:ff
89682026-08-11T11:24:35.268Z
89692026-08-11T11:24:35.268ZINFO
89702026-08-11T11:24:35.268Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.273
89712026-08-11T11:24:35.268ZAug 11 11:24:34.273Aug 11 11:24:34.273 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]Aug 11 11:24:34.273initted freemap. size: 64
89722026-08-11T11:24:35.268Z, INFO
89732026-08-11T11:24:35.268Zunit :adding route 172.17.0.1/32 -> 10.0.0.255
89742026-08-11T11:24:35.268Zfreemap_route_ipv4Aug 11 11:24:34.273Aug 11 11:24:34.273
89752026-08-11T11:24:35.268Ztest route::tests::rollback_on_compact_write_failure ... ok
89762026-08-11T11:24:35.268Z INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:24:34.273
89772026-08-11T11:24:35.268Z Aug 11 11:24:34.273adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
89782026-08-11T11:24:35.269ZAug 11 11:24:34.273 DEBGAug 11 11:24:34.273 DEBGAug 11 11:24:34.273 reset freemapDEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
89792026-08-11T11:24:35.269Z DEBGunit replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] freemap_route_ipv4
89802026-08-11T11:24:35.269Z
89812026-08-11T11:24:35.269Ztest route::tests::rollback_on_index_readd_failure ... ok
89822026-08-11T11:24:35.269Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.273
89832026-08-11T11:24:35.269Z
89842026-08-11T11:24:35.269ZINFOAug 11 11:24:34.273 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
89852026-08-11T11:24:35.269Z Aug 11 11:24:34.273DEBG Aug 11 11:24:34.273Aug 11 11:24:34.273 Aug 11 11:24:34.273DEBGinitted freemap. size: 64 , 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 } }]
89862026-08-11T11:24:35.269Zunit INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:
89872026-08-11T11:24:35.269ZINFO Aug 11 11:24:34.273adding route 172.17.0.2/32 -> 10.0.0.255
89882026-08-11T11:24:35.269Z freemap_route_ipv6 INFOAug 11 11:24:34.273Aug 11 11:24:34.273 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
89892026-08-11T11:24:35.269Z
89902026-08-11T11:24:35.269Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
89912026-08-11T11:24:35.269ZDEBGreplacing 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 } }]
89922026-08-11T11:24:35.269ZAug 11 11:24:34.273 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 } }]
89932026-08-11T11:24:35.269ZAug 11 11:24:34.273Aug 11 11:24:34.273DEBG DEBGAug 11 11:24:34.273DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89942026-08-11T11:24:35.269Zreset freemap INFO
89952026-08-11T11:24:35.269Z, unit Aug 11 11:24:34.273Aug 11 11:24:34.273: INFOINFO freemap_route_ipv6 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
89962026-08-11T11:24:35.269Z
89972026-08-11T11:24:35.269Z
89982026-08-11T11:24:35.269Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
89992026-08-11T11:24:35.269ZAug 11 11:24:34.273Aug 11 11:24:34.273Aug 11 11:24:34.273 Aug 11 11:24:34.273DEBG DEBGAug 11 11:24:34.273 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90002026-08-11T11:24:35.269Zreplacing 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 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.273Aug 11 11:24:34.273
90012026-08-11T11:24:35.269Z Aug 11 11:24:34.279DEBG DEBG INFOAug 11 11:24:34.279 created new freemap , created new freemapunit , :unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
90022026-08-11T11:24:35.269Z: freemap_route_ipv4
90032026-08-11T11:24:35.269Z freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
90042026-08-11T11:24:35.269Z
90052026-08-11T11:24:35.269ZAug 11 11:24:34.279 DEBGAug 11 11:24:34.279Aug 11 11:24:34.279 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
90062026-08-11T11:24:35.269Z
90072026-08-11T11:24:35.269Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.279Aug 11 11:24:34.279Aug 11 11:24:34.279
90082026-08-11T11:24:35.269Z INFODEBG DEBGDEBGinitted freemap. size: 64 , 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
90092026-08-11T11:24:35.269Zadding route 172.17.0.14/32 -> 10.0.0.255unit:
90102026-08-11T11:24:35.269Zfreemap_route_ipv4Aug 11 11:24:34.279
90112026-08-11T11:24:35.269ZINFO, unitAug 11 11:24:34.279 :adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 11 11:24:34.279 freemap_route_ipv4DEBG
90122026-08-11T11:24:35.269Z
90132026-08-11T11:24:35.269Z 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 } }]
90142026-08-11T11:24:35.269ZDEBG Aug 11 11:24:34.279Aug 11 11:24:34.279 Aug 11 11:24:34.279 Aug 11 11:24:34.279DEBGINFOreset freemap , INFO 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 } }] unit
90152026-08-11T11:24:35.269Zadding route 172.17.0.15/32 -> 10.0.0.255: reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
90162026-08-11T11:24:35.270Z freemap_route_ipv4,
90172026-08-11T11:24:35.274Z
90182026-08-11T11:24:35.274ZAug 11 11:24:34.279 unitINFO:Aug 11 11:24:34.279 Aug 11 11:24:34.279 Aug 11 11:24:34.279DEBGDEBG freemap_route_ipv4replacing 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 } }]
90192026-08-11T11:24:35.274Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG
90202026-08-11T11:24:35.274Z
90212026-08-11T11:24:35.274Zinitted freemap. size: 64, unitreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 11 11:24:34.279 DEBGAug 11 11:24:34.279 freemap_route_ipv6Aug 11 11:24:34.279
90222026-08-11T11:24:35.274Zinitted freemap. size: 64DEBG
90232026-08-11T11:24:35.274Z , INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
90242026-08-11T11:24:35.274Z:Aug 11 11:24:34.279 Aug 11 11:24:34.279adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv6 INFO
90252026-08-11T11:24:35.274ZDEBG
90262026-08-11T11:24:35.274Z adding route 172.17.0.16/32 -> 10.0.0.255reset freemap
90272026-08-11T11:24:35.274ZAug 11 11:24:34.279 , INFOAug 11 11:24:34.279Aug 11 11:24:34.279 Aug 11 11:24:34.279adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG DEBGunit
90282026-08-11T11:24:35.274ZDEBG: 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 } }]freemap_route_ipv6replacing 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 } }]
90292026-08-11T11:24:35.274Z
90302026-08-11T11:24:35.274Z Aug 11 11:24:34.279
90312026-08-11T11:24:35.274Zreset freemapAug 11 11:24:34.279, unitINFO :DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.279Aug 11 11:24:34.279 freemap_route_ipv6
90322026-08-11T11:24:35.274Z
90332026-08-11T11:24:35.274ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
90342026-08-11T11:24:35.274Zadding route 3fff:dead::/64 -> 2001:db8::55:1
90352026-08-11T11:24:35.274ZAug 11 11:24:34.279 Aug 11 11:24:34.280INFOINFOAug 11 11:24:34.280 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
90362026-08-11T11:24:35.274Z DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
90372026-08-11T11:24:35.274Zreplacing 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 } }]
90382026-08-11T11:24:35.274ZAug 11 11:24:34.280
90392026-08-11T11:24:35.274Z Aug 11 11:24:34.280DEBG Aug 11 11:24:34.280replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:24:34.280DEBGAug 11 11:24:34.280
90402026-08-11T11:24:35.274ZINFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG
90412026-08-11T11:24:35.274ZDEBG Aug 11 11:24:34.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90422026-08-11T11:24:35.274Z
90432026-08-11T11:24:35.274Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
90442026-08-11T11:24:35.274ZAug 11 11:24:34.280
90452026-08-11T11:24:35.275Z INFO Aug 11 11:24:34.280Aug 11 11:24:34.280Aug 11 11:24:34.280 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:24:34.280DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
90462026-08-11T11:24:35.275Z 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 } }]
90472026-08-11T11:24:35.275Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO
90482026-08-11T11:24:35.275Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
90492026-08-11T11:24:35.275ZAug 11 11:24:34.280Aug 11 11:24:34.280 INFO
90502026-08-11T11:24:35.275Z Aug 11 11:24:34.280adding route 3fff:dead::/64 -> 2001:db8::55:3
90512026-08-11T11:24:35.275ZDEBG Aug 11 11:24:34.280Aug 11 11:24:34.280DEBGAug 11 11:24:34.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
90522026-08-11T11:24:35.275Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90532026-08-11T11:24:35.275Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.19/32 -> 10.0.0.255
90542026-08-11T11:24:35.275Z
90552026-08-11T11:24:35.275Z
90562026-08-11T11:24:35.275ZAug 11 11:24:34.280 INFOAug 11 11:24:34.280Aug 11 11:24:34.280 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
90572026-08-11T11:24:35.275ZAug 11 11:24:34.280 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:24:34.280
90582026-08-11T11:24:35.275Z
90592026-08-11T11:24:35.275ZAug 11 11:24:34.280 DEBGINFO Aug 11 11:24:34.280adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90602026-08-11T11:24:35.275Zreplacing 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 } }]
90612026-08-11T11:24:35.275ZDEBG
90622026-08-11T11:24:35.275Z Aug 11 11:24:34.280 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 } }]Aug 11 11:24:34.280Aug 11 11:24:34.280DEBGAug 11 11:24:34.280
90632026-08-11T11:24:35.275Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
90642026-08-11T11:24:35.275Z adding route 172.17.0.20/32 -> 10.0.0.255
90652026-08-11T11:24:35.275ZINFOAug 11 11:24:34.280 adding route 3fff:dead::/64 -> 2001:db8::55:4
90662026-08-11T11:24:35.275Z Aug 11 11:24:34.280DEBGAug 11 11:24:34.280 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
90672026-08-11T11:24:35.275Z replacing targets for 3fff:dead::/64 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 } }]failed to allocate space for the new target list
90682026-08-11T11:24:35.275ZDEBG
90692026-08-11T11:24:35.275Z Aug 11 11:24:34.280replacing 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 } }]
90702026-08-11T11:24:35.275Z Aug 11 11:24:34.280DEBGAug 11 11:24:34.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 WARNadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90712026-08-11T11:24:35.275Z Aug 11 11:24:34.280shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:24:34.280
90722026-08-11T11:24:35.275Z
90732026-08-11T11:24:35.275Z DEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:24:34.280
90742026-08-11T11:24:35.275Z DEBGAug 11 11:24:34.280 DEBGAug 11 11:24:34.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90752026-08-11T11:24:35.275ZDEBG
90762026-08-11T11:24:35.275Zreplacing 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 } }]
90772026-08-11T11:24:35.275Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:34.280Aug 11 11:24:34.280Aug 11 11:24:34.280 WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
90782026-08-11T11:24:35.275Z
90792026-08-11T11:24:35.275Ztest route::tests::identity_replace_is_noop ... ok
90802026-08-11T11:24:35.275Z
90812026-08-11T11:24:35.275ZINFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:24:34.280
90822026-08-11T11:24:35.275Z Aug 11 11:24:34.280INFO DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90832026-08-11T11:24:35.275Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
90842026-08-11T11:24:35.276Z
90852026-08-11T11:24:35.276Zadding route 172.17.0.1/32 -> 10.0.0.255
90862026-08-11T11:24:35.276ZAug 11 11:24:34.280
90872026-08-11T11:24:35.276Z Aug 11 11:24:34.280 Aug 11 11:24:34.280DEBGINFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
90882026-08-11T11:24:35.276Z
90892026-08-11T11:24:35.276Z Aug 11 11:24:34.280Aug 11 11:24:34.280 adding route 172.17.0.23/32 -> 10.0.0.255DEBGINFOAug 11 11:24:34.280
90902026-08-11T11:24:35.276Z INFO Aug 11 11:24:34.280replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.280 adding route 172.16.0.0/32 -> 10.0.0.2
90912026-08-11T11:24:35.276Z
90922026-08-11T11:24:35.276Zadding route 172.17.0.4/32 -> 10.0.0.255
90932026-08-11T11:24:35.276ZDEBG Aug 11 11:24:34.280Aug 11 11:24:34.280 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
90942026-08-11T11:24:35.276ZAug 11 11:24:34.280replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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
90952026-08-11T11:24:35.276Z
90962026-08-11T11:24:35.276Zadding route 172.17.0.2/32 -> 10.0.0.255DEBG
90972026-08-11T11:24:35.276Z Aug 11 11:24:34.280replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.280
90982026-08-11T11:24:35.276Z Aug 11 11:24:34.280 INFODEBGINFO Aug 11 11:24:34.280adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
90992026-08-11T11:24:35.276ZAug 11 11:24:34.280
91002026-08-11T11:24:35.276Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
91012026-08-11T11:24:35.276Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:24:34.280Aug 11 11:24:34.280
91022026-08-11T11:24:35.276Z adding route 172.17.0.5/32 -> 10.0.0.255DEBG
91032026-08-11T11:24:35.276ZDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.280 Aug 11 11:24:34.280replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
91042026-08-11T11:24:35.276Z
91052026-08-11T11:24:35.276Z DEBGAug 11 11:24:34.280 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91062026-08-11T11:24:35.276ZAug 11 11:24:34.280 Aug 11 11:24:34.280DEBG Aug 11 11:24:34.286adding route 172.17.0.3/32 -> 10.0.0.255 created new freemap
91072026-08-11T11:24:35.276ZINFO, unit adding route 3fff:beef:22::/64 -> 2001:db8::55:ff:DEBG
91082026-08-11T11:24:35.276Zfreemap_route_ipv4created new freemapAug 11 11:24:34.286 , DEBGunit
91092026-08-11T11:24:35.276ZAug 11 11:24:34.286 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 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 } }]
91102026-08-11T11:24:35.276Z
91112026-08-11T11:24:35.276Z Aug 11 11:24:34.280Aug 11 11:24:34.286 DEBGfreemap_route_ipv4 Aug 11 11:24:34.280
91122026-08-11T11:24:35.276ZINFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:24:34.286,
91132026-08-11T11:24:35.276Z INFO Aug 11 11:24:34.286 adding route 172.17.0.4/32 -> 10.0.0.255 Aug 11 11:24:34.286unit DEBGDEBGAug 11 11:24:34.286INFO
91142026-08-11T11:24:35.276Z created new freemap :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 11 11:24:34.286
91152026-08-11T11:24:35.276Z created new freemapfreemap_route_ipv6,
91162026-08-11T11:24:35.276Z, DEBGDEBGunitAug 11 11:24:34.286 unit DEBGAug 11 11:24:34.286replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] ::replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]freemap_route_ipv4
91172026-08-11T11:24:35.280Z
91182026-08-11T11:24:35.280ZDEBG
91192026-08-11T11:24:35.280Zfreemap_route_ipv6 initted freemap. size: 64
91202026-08-11T11:24:35.281Z, unitAug 11 11:24:34.287:
91212026-08-11T11:24:35.281ZAug 11 11:24:34.286 Aug 11 11:24:34.287INFO INFOAug 11 11:24:34.287DEBG freemap_route_ipv4 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 11 11:24:34.287
91222026-08-11T11:24:35.281Z DEBG
91232026-08-11T11:24:35.281Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 11 11:24:34.287
91242026-08-11T11:24:35.281Z DEBG adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:24:34.287initted freemap. size: 64
91252026-08-11T11:24:35.281Z, created new freemapDEBG DEBGunit Aug 11 11:24:34.287, reset freemapunit, :DEBG freemap_route_ipv6:
91262026-08-11T11:24:35.281Z unitreplacing 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 } }] :
91272026-08-11T11:24:35.281Zfreemap_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 } }]
91282026-08-11T11:24:35.281Z freemap_route_ipv4
91292026-08-11T11:24:35.281Z
91302026-08-11T11:24:35.281ZAug 11 11:24:34.287Aug 11 11:24:34.287Aug 11 11:24:34.287 Aug 11 11:24:34.287 DEBGAug 11 11:24:34.287 INFO DEBGDEBG reset freemapinitted freemap. size: 64initted freemap. size: 64, INFO, adding route 172.17.0.6/32 -> 10.0.0.255, unitunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91312026-08-11T11:24:35.281Z:
91322026-08-11T11:24:35.281Z unit :Aug 11 11:24:34.287 Aug 11 11:24:34.287freemap_route_ipv6freemap_route_ipv4
91332026-08-11T11:24:35.281Z
91342026-08-11T11:24:35.281Z freemap_route_ipv4DEBG DEBGAug 11 11:24:34.287replacing 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 } }]
91352026-08-11T11:24:35.281Zreplacing 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 } }]
91362026-08-11T11:24:35.281Z
91372026-08-11T11:24:35.281ZDEBGAug 11 11:24:34.287 reset freemap , DEBGunit :Aug 11 11:24:34.287Aug 11 11:24:34.287reset freemapAug 11 11:24:34.287 freemap_route_ipv6, INFOunit :
91382026-08-11T11:24:35.281Z INFO adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91392026-08-11T11:24:35.281Z freemap_route_ipv4
91402026-08-11T11:24:35.281Z
91412026-08-11T11:24:35.281ZAug 11 11:24:34.287initted freemap. size: 64Aug 11 11:24:34.287 Aug 11 11:24:34.287 INFO, DEBG unitAug 11 11:24:34.287adding route 3fff:dead::/64 -> 2001:db8::55:1
91422026-08-11T11:24:35.281ZDEBG 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.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 } }]
91432026-08-11T11:24:35.281Z DEBG initted freemap. size: 64
91442026-08-11T11:24:35.281ZAug 11 11:24:34.287freemap_route_ipv6 , DEBGAug 11 11:24:34.287
91452026-08-11T11:24:35.281ZunitAug 11 11:24:34.287 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 } }]
91462026-08-11T11:24:35.281Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
91472026-08-11T11:24:35.281Z:
91482026-08-11T11:24:35.281Z Aug 11 11:24:34.287Aug 11 11:24:34.287freemap_route_ipv6Aug 11 11:24:34.287
91492026-08-11T11:24:35.281ZINFO Aug 11 11:24:34.287DEBGDEBG DEBGAug 11 11:24:34.287replacing 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 } }]
91502026-08-11T11:24:35.281Z adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap
91512026-08-11T11:24:35.281Z 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 } }]reset freemapAug 11 11:24:34.287
91522026-08-11T11:24:35.281Z , unit, INFOAug 11 11:24:34.287: unitDEBG: Aug 11 11:24:34.287 adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91532026-08-11T11:24:35.281Z
91542026-08-11T11:24:35.281Z
91552026-08-11T11:24:35.281ZINFOfreemap_route_ipv6 Aug 11 11:24:34.287adding route 172.17.0.9/32 -> 10.0.0.255 Aug 11 11:24:34.287Aug 11 11:24:34.287
91562026-08-11T11:24:35.281Z INFO
91572026-08-11T11:24:35.282ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:24:34.287replacing 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 } }]
91582026-08-11T11:24:35.282Z
91592026-08-11T11:24:35.282Z
91602026-08-11T11:24:35.282ZAug 11 11:24:34.287 INFODEBGAug 11 11:24:34.287 Aug 11 11:24:34.287replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
91612026-08-11T11:24:35.282Z adding route 3fff:beef:29::/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 } }]
91622026-08-11T11:24:35.282Z
91632026-08-11T11:24:35.282Z
91642026-08-11T11:24:35.282ZAug 11 11:24:34.287 INFOAug 11 11:24:34.287 Aug 11 11:24:34.287DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:24:34.287
91652026-08-11T11:24:35.282Z DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91662026-08-11T11:24:35.282Z
91672026-08-11T11:24:35.282ZAug 11 11:24:34.287 DEBGadding route 172.16.0.0/32 -> 10.0.0.2
91682026-08-11T11:24:35.282ZAug 11 11:24:34.287Aug 11 11:24:34.287replacing 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 } }]
91692026-08-11T11:24:35.282ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
91702026-08-11T11:24:35.282ZAug 11 11:24:34.287Aug 11 11:24:34.287adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
91712026-08-11T11:24:35.282ZDEBG INFOAug 11 11:24:34.287replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 11 11:24:34.287adding route 172.17.0.11/32 -> 10.0.0.255
91722026-08-11T11:24:35.282Z
91732026-08-11T11:24:35.282Z DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:24:34.287
91742026-08-11T11:24:35.282Z
91752026-08-11T11:24:35.282Z INFOAug 11 11:24:34.287 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
91762026-08-11T11:24:35.282ZAug 11 11:24:34.287 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.287
91772026-08-11T11:24:35.282Z INFOINFO Aug 11 11:24:34.287adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:24:34.287adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
91782026-08-11T11:24:35.282Z
91792026-08-11T11:24:35.282Ztest route::tests::shrink_preserves_compacted_order ... ok
91802026-08-11T11:24:35.282ZDEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91812026-08-11T11:24:35.282Z
91822026-08-11T11:24:35.282ZAug 11 11:24:34.287 DEBG Aug 11 11:24:34.287Aug 11 11:24:34.287Aug 11 11:24:34.287 INFODEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
91832026-08-11T11:24:35.282Z
91842026-08-11T11:24:35.282Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91852026-08-11T11:24:35.282ZAug 11 11:24:34.280Aug 11 11:24:34.287Aug 11 11:24:34.287 DEBGINFOAug 11 11:24:34.287 DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91862026-08-11T11:24:35.282Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO 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 } }]
91872026-08-11T11:24:35.282Z
91882026-08-11T11:24:35.282Zadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:24:34.287
91892026-08-11T11:24:35.282Z
91902026-08-11T11:24:35.282ZINFO Aug 11 11:24:34.287Aug 11 11:24:34.287adding route 172.17.0.2/32 -> 10.0.0.255
91912026-08-11T11:24:35.282Z DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:24:34.287
91922026-08-11T11:24:35.282Z DEBG
91932026-08-11T11:24:35.282Z Aug 11 11:24:34.287replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.287Aug 11 11:24:34.287
91942026-08-11T11:24:35.282Z DEBG 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 } }] Aug 11 11:24:34.287Aug 11 11:24:34.287
91952026-08-11T11:24:35.282Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
91962026-08-11T11:24:35.283ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
91972026-08-11T11:24:35.283ZAug 11 11:24:34.287 adding route 172.17.0.3/32 -> 10.0.0.255INFO
91982026-08-11T11:24:35.283Z INFOAug 11 11:24:34.287adding route 172.17.0.14/32 -> 10.0.0.255
91992026-08-11T11:24:35.283ZAug 11 11:24:34.287adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
92002026-08-11T11:24:35.283Z Aug 11 11:24:34.287DEBG adding route 172.17.0.26/32 -> 10.0.0.255
92012026-08-11T11:24:35.283ZAug 11 11:24:34.287replacing targets for 3fff:dead::/64 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 } }]DEBG
92022026-08-11T11:24:35.283Zreplacing 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
92032026-08-11T11:24:35.283Z 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 } }]
92042026-08-11T11:24:35.283ZAug 11 11:24:34.287 DEBG Aug 11 11:24:34.287 Aug 11 11:24:34.287replacing 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
92052026-08-11T11:24:35.283Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:24:34.287
92062026-08-11T11:24:35.283Z INFODEBG Aug 11 11:24:34.287adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:24:34.287
92072026-08-11T11:24:35.283ZINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.287
92082026-08-11T11:24:35.283Z 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 } }]
92092026-08-11T11:24:35.283Z
92102026-08-11T11:24:35.283Z 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 } }]
92112026-08-11T11:24:35.283ZAug 11 11:24:34.287 Aug 11 11:24:34.287 Aug 11 11:24:34.287DEBG Aug 11 11:24:34.287 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 } }] INFOadding route 172.17.0.16/32 -> 10.0.0.255
92122026-08-11T11:24:35.283Z
92132026-08-11T11:24:35.283Zadding route 172.17.0.5/32 -> 10.0.0.255INFO Aug 11 11:24:34.288 adding route 172.17.0.27/32 -> 10.0.0.255DEBGAug 11 11:24:34.287
92142026-08-11T11:24:35.283Z
92152026-08-11T11:24:35.283Z DEBG created new freemap , created new freemapAug 11 11:24:34.293Aug 11 11:24:34.293 , unitunit DEBGDEBG:: replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
92162026-08-11T11:24:35.283Z
92172026-08-11T11:24:35.287Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.293
92182026-08-11T11:24:35.287Z INFO Aug 11 11:24:34.293adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
92192026-08-11T11:24:35.287ZAug 11 11:24:34.293INFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255created new freemapAug 11 11:24:34.293,
92202026-08-11T11:24:35.287Zunit:DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]freemap_route_ipv6
92212026-08-11T11:24:35.287Z
92222026-08-11T11:24:35.287Z
92232026-08-11T11:24:35.287ZAug 11 11:24:34.293 DEBGAug 11 11:24:34.293Aug 11 11:24:34.293 INFODEBGAug 11 11:24:34.293 adding route 3fff:beef:30::/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 } }]initted freemap. size: 64
92242026-08-11T11:24:35.287Z, unitINFO: adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv4
92252026-08-11T11:24:35.288Z
92262026-08-11T11:24:35.288Z
92272026-08-11T11:24:35.288ZAug 11 11:24:34.293 INFOAug 11 11:24:34.293 Aug 11 11:24:34.293adding route 172.17.0.7/32 -> 10.0.0.255
92282026-08-11T11:24:35.288ZDEBGDEBG reset freemap Aug 11 11:24:34.293, unitDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:34.293replacing 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
92292026-08-11T11:24:35.288Z
92302026-08-11T11:24:35.288Zfreemap_route_ipv4
92312026-08-11T11:24:35.288Zreplacing 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 } }]
92322026-08-11T11:24:35.288ZAug 11 11:24:34.293 Aug 11 11:24:34.293Aug 11 11:24:34.293 DEBGINFO INFOinitted freemap. size: 64adding route 172.17.0.7/32 -> 10.0.0.255,
92332026-08-11T11:24:35.288ZAug 11 11:24:34.293 INFOunit adding route 3fff:beef:31::/64 -> 2001:db8::55:ff:Aug 11 11:24:34.293
92342026-08-11T11:24:35.288Z adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6
92352026-08-11T11:24:35.288Z
92362026-08-11T11:24:35.288ZDEBGAug 11 11:24:34.293 DEBG Aug 11 11:24:34.293Aug 11 11:24:34.293replacing 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 } }]
92372026-08-11T11:24:35.288Zreplacing 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 reset freemapDEBG
92382026-08-11T11:24:35.288Z, unitAug 11 11:24:34.293: INFOfreemap_route_ipv6 Aug 11 11:24:34.294
92392026-08-11T11:24:35.288Z INFOadding route 172.17.0.8/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 } }]
92402026-08-11T11:24:35.288ZAug 11 11:24:34.294
92412026-08-11T11:24:35.288Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
92422026-08-11T11:24:35.288ZINFO Aug 11 11:24:34.294adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.294
92432026-08-11T11:24:35.288Z Aug 11 11:24:34.294 INFODEBGDEBGAug 11 11:24:34.294 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
92442026-08-11T11:24:35.288Z
92452026-08-11T11:24:35.288Z 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
92462026-08-11T11:24:35.288Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:34.294
92472026-08-11T11:24:35.288Z INFO Aug 11 11:24:34.294adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:24:34.294
92482026-08-11T11:24:35.288Z DEBG 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 } }] Aug 11 11:24:34.294
92492026-08-11T11:24:35.288Z INFOAug 11 11:24:34.294adding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.2
92502026-08-11T11:24:35.288ZDEBG
92512026-08-11T11:24:35.288Z Aug 11 11:24:34.294 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 } }]
92522026-08-11T11:24:35.288Z adding route 172.17.0.10/32 -> 10.0.0.255Aug 11 11:24:34.294Aug 11 11:24:34.294 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 } }]
92532026-08-11T11:24:35.288Z
92542026-08-11T11:24:35.288Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
92552026-08-11T11:24:35.288ZAug 11 11:24:34.294 Aug 11 11:24:34.294Aug 11 11:24:34.294 INFOAug 11 11:24:34.294 Aug 11 11:24:34.294INFOINFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92562026-08-11T11:24:35.288Z
92572026-08-11T11:24:35.288Zadding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
92582026-08-11T11:24:35.288ZAug 11 11:24:34.294
92592026-08-11T11:24:35.288Z
92602026-08-11T11:24:35.288ZAug 11 11:24:34.294 INFO DEBGAug 11 11:24:34.294Aug 11 11:24:34.294 Aug 11 11:24:34.294 DEBG adding route 172.17.0.11/32 -> 10.0.0.255 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 } }]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 } }]DEBG
92612026-08-11T11:24:35.289Z
92622026-08-11T11:24:35.289Z
92632026-08-11T11:24:35.289Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
92642026-08-11T11:24:35.289Z
92652026-08-11T11:24:35.289ZAug 11 11:24:34.294Aug 11 11:24:34.294 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:24:34.294
92662026-08-11T11:24:35.289Z Aug 11 11:24:34.294Aug 11 11:24:34.294INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4DEBG
92672026-08-11T11:24:35.289Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
92682026-08-11T11:24:35.289ZAug 11 11:24:34.294adding route 172.17.0.29/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 } }]Aug 11 11:24:34.294 DEBG
92692026-08-11T11:24:35.289Z DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92702026-08-11T11:24:35.289Z
92712026-08-11T11:24:35.289Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:24:34.294Aug 11 11:24:34.294Aug 11 11:24:34.294 INFODEBG
92722026-08-11T11:24:35.289Z Aug 11 11:24:34.294 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 } }]INFOadding route 172.17.0.12/32 -> 10.0.0.255
92732026-08-11T11:24:35.289ZDEBGadding route 172.17.0.12/32 -> 10.0.0.255 Aug 11 11:24:34.294 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 } }]DEBGAug 11 11:24:34.294
92742026-08-11T11:24:35.289Z
92752026-08-11T11:24:35.289Z
92762026-08-11T11:24:35.289Ztest route::tests::same_size_non_subset_replace ... ok
92772026-08-11T11:24:35.289ZDEBGreplacing targets for 172.16.0.0/32 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 } }]
92782026-08-11T11:24:35.289Zreplacing 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 } }]
92792026-08-11T11:24:35.289ZAug 11 11:24:34.294Aug 11 11:24:34.294Aug 11 11:24:34.294 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
92802026-08-11T11:24:35.289Zadding route 172.17.0.30/32 -> 10.0.0.255DEBG 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 } }]
92812026-08-11T11:24:35.289Z
92822026-08-11T11:24:35.289ZAug 11 11:24:34.294Aug 11 11:24:34.294 Aug 11 11:24:34.294Aug 11 11:24:34.294 DEBGINFO Aug 11 11:24:34.294adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
92832026-08-11T11:24:35.289ZDEBG 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 } }]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 } }]
92842026-08-11T11:24:35.289Z
92852026-08-11T11:24:35.289Zadding route 172.17.0.13/32 -> 10.0.0.255
92862026-08-11T11:24:35.289Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294
92872026-08-11T11:24:35.289ZAug 11 11:24:34.294 Aug 11 11:24:34.294DEBGAug 11 11:24:34.294 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 } }]DEBGINFO
92882026-08-11T11:24:35.289Z INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
92892026-08-11T11:24:35.289Z
92902026-08-11T11:24:35.289ZAug 11 11:24:34.294replacing 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 } }]
92912026-08-11T11:24:35.289ZINFOAug 11 11:24:34.294Aug 11 11:24:34.294 DEBG Aug 11 11:24:34.294DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.294adding route 172.17.0.14/32 -> 10.0.0.255
92922026-08-11T11:24:35.289Z
92932026-08-11T11:24:35.289Z INFO 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 } }]
92942026-08-11T11:24:35.289Z INFOAug 11 11:24:34.294 adding route 172.17.0.14/32 -> 10.0.0.255 Aug 11 11:24:34.294adding route 172.17.0.17/32 -> 10.0.0.255 INFO
92952026-08-11T11:24:35.289Z DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294
92962026-08-11T11:24:35.289Z
92972026-08-11T11:24:35.289ZAug 11 11:24:34.294 INFO
92982026-08-11T11:24:35.289Z Aug 11 11:24:34.294DEBG Aug 11 11:24:34.294adding route 172.17.0.32/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 } }]
92992026-08-11T11:24:35.289ZDEBG
93002026-08-11T11:24:35.289ZAug 11 11:24:34.294INFOAug 11 11:24:34.294 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
93012026-08-11T11:24:35.290ZAug 11 11:24:34.294adding route 172.17.0.15/32 -> 10.0.0.255
93022026-08-11T11:24:35.290Z
93032026-08-11T11:24:35.290ZDEBGDEBG 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.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294
93042026-08-11T11:24:35.290Z
93052026-08-11T11:24:35.290Z Aug 11 11:24:34.294 DEBGAug 11 11:24:34.294 Aug 11 11:24:34.294replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG Aug 11 11:24:34.294adding route 3fff:beef:39::/64 -> 2001:db8::55:ff INFO
93062026-08-11T11:24:35.290ZINFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255
93072026-08-11T11:24:35.290Z
93082026-08-11T11:24:35.290Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:24:34.294 DEBG
93092026-08-11T11:24:35.290Z
93102026-08-11T11:24:35.290Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.294Aug 11 11:24:34.294Aug 11 11:24:34.294
93112026-08-11T11:24:35.290ZINFODEBG adding route 172.17.0.16/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 } }]
93122026-08-11T11:24:35.290Z
93132026-08-11T11:24:35.290ZINFOAug 11 11:24:34.294 Aug 11 11:24:34.294 INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:24:34.294adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
93142026-08-11T11:24:35.290Z 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 } }]
93152026-08-11T11:24:35.290Z
93162026-08-11T11:24:35.290ZAug 11 11:24:34.294Aug 11 11:24:34.294 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.294
93172026-08-11T11:24:35.294Z DEBG DEBG
93182026-08-11T11:24:35.294Z 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: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 } }]
93192026-08-11T11:24:35.294ZAug 11 11:24:34.294
93202026-08-11T11:24:35.294ZAug 11 11:24:34.294 DEBGINFO Aug 11 11:24:34.294Aug 11 11:24:34.294replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.294
93212026-08-11T11:24:35.294Zadding route 172.17.0.17/32 -> 10.0.0.255
93222026-08-11T11:24:35.295ZINFOINFO Aug 11 11:24:34.294 adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
93232026-08-11T11:24:35.295Z
93242026-08-11T11:24:35.295Z Aug 11 11:24:34.294 INFODEBGAug 11 11:24:34.294 adding route 172.17.0.35/32 -> 10.0.0.255
93252026-08-11T11:24:35.295ZDEBGAug 11 11:24:34.294 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 } }] Aug 11 11:24:34.294
93262026-08-11T11:24:35.295Z adding route 172.17.0.19/32 -> 10.0.0.255DEBG 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 } }]
93272026-08-11T11:24:35.295Zreplacing 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 } }]
93282026-08-11T11:24:35.295Zfreemap_route_ipv4Aug 11 11:24:34.301 INFO
93292026-08-11T11:24:35.295ZAug 11 11:24:34.301 INFOadding route 172.17.0.18/32 -> 10.0.0.255
93302026-08-11T11:24:35.295Zadding route 172.17.0.18/32 -> 10.0.0.255
93312026-08-11T11:24:35.295ZAug 11 11:24:34.301 Aug 11 11:24:34.301INFOAug 11 11:24:34.301 DEBGDEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301
93322026-08-11T11:24:35.295Zreplacing 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 } }]
93332026-08-11T11:24:35.295Z
93342026-08-11T11:24:35.295Z Aug 11 11:24:34.301DEBG INFOcreated new freemap Aug 11 11:24:34.301adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:24:34.301,
93352026-08-11T11:24:35.295Z INFODEBG unitadding route 172.17.0.19/32 -> 10.0.0.255:
93362026-08-11T11:24:35.295ZAug 11 11:24:34.301replacing 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 } }]
93372026-08-11T11:24:35.295Zfreemap_route_ipv6DEBG
93382026-08-11T11:24:35.295ZAug 11 11:24:34.301Aug 11 11:24:34.301 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 } }]
93392026-08-11T11:24:35.295Z 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
93402026-08-11T11:24:35.295Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:34.301
93412026-08-11T11:24:35.295Z INFOAug 11 11:24:34.301 adding route 172.17.0.20/32 -> 10.0.0.255DEBG
93422026-08-11T11:24:35.295Z initted freemap. size: 64Aug 11 11:24:34.287, unitDEBGAug 11 11:24:34.301: created new freemapINFO, unit
93432026-08-11T11:24:35.295Zadding route 172.17.0.20/32 -> 10.0.0.255:Aug 11 11:24:34.301
93442026-08-11T11:24:35.295Z Aug 11 11:24:34.301freemap_route_ipv4 DEBGDEBG
93452026-08-11T11:24:35.295Z Aug 11 11:24:34.301replacing 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.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
93462026-08-11T11:24:35.295ZDEBG
93472026-08-11T11:24:35.295ZAug 11 11:24:34.301Aug 11 11:24:34.301 Aug 11 11:24:34.301
93482026-08-11T11:24:35.295ZDEBG 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 } }]INFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapAug 11 11:24:34.301 Aug 11 11:24:34.301
93492026-08-11T11:24:35.295Z
93502026-08-11T11:24:35.295Z adding route 172.17.0.21/32 -> 10.0.0.255, INFO
93512026-08-11T11:24:35.295ZAug 11 11:24:34.301 unitINFO: DEBGadding route 172.17.0.38/32 -> 10.0.0.255
93522026-08-11T11:24:35.295Zfreemap_route_ipv6
93532026-08-11T11:24:35.295ZAug 11 11:24:34.301 Aug 11 11:24:34.301INFOAug 11 11:24:34.301 DEBGreset freemapAug 11 11:24:34.301 adding route 172.17.0.20/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 } }]
93542026-08-11T11:24:35.296ZDEBG
93552026-08-11T11:24:35.296Z, unit:DEBG freemap_route_ipv4 initted freemap. size: 64replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301
93562026-08-11T11:24:35.296ZAug 11 11:24:34.301 , unitINFO:
93572026-08-11T11:24:35.296ZAug 11 11:24:34.301adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4
93582026-08-11T11:24:35.296Z
93592026-08-11T11:24:35.296ZINFODEBG Aug 11 11:24:34.301replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301
93602026-08-11T11:24:35.296Z Aug 11 11:24:34.301 adding route 172.17.0.22/32 -> 10.0.0.255
93612026-08-11T11:24:35.296Z DEBGDEBGDEBG Aug 11 11:24:34.301reset freemap INFO, Aug 11 11:24:34.301adding route 172.17.0.21/32 -> 10.0.0.255unit DEBG:initted freemap. size: 64 , replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
93622026-08-11T11:24:35.296Zunit
93632026-08-11T11:24:35.296Z
93642026-08-11T11:24:35.296Z: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 } }]
93652026-08-11T11:24:35.296Zfreemap_route_ipv6Aug 11 11:24:34.301Aug 11 11:24:34.301
93662026-08-11T11:24:35.296ZAug 11 11:24:34.301 Aug 11 11:24:34.301INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO
93672026-08-11T11:24:35.296Z adding route 172.17.0.40/32 -> 10.0.0.255 DEBG
93682026-08-11T11:24:35.296ZAug 11 11:24:34.301 Aug 11 11:24:34.301initted freemap. size: 64 DEBG, DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
93692026-08-11T11:24:35.296Z: replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 11 11:24:34.301reset freemap
93702026-08-11T11:24:35.296Z
93712026-08-11T11:24:35.296ZDEBGAug 11 11:24:34.301 Aug 11 11:24:34.301, replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301DEBG
93722026-08-11T11:24:35.296Z reset freemapINFO, unitINFO: unit adding route 172.17.0.22/32 -> 10.0.0.255 adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:24:34.301
93732026-08-11T11:24:35.296Z freemap_route_ipv6INFO
93742026-08-11T11:24:35.296Z
93752026-08-11T11:24:35.296Zadding route 172.17.0.41/32 -> 10.0.0.255:Aug 11 11:24:34.301Aug 11 11:24:34.301
93762026-08-11T11:24:35.296ZINFOfreemap_route_ipv6
93772026-08-11T11:24:35.296Z adding route 172.16.0.0/32 -> 10.0.0.1
93782026-08-11T11:24:35.296ZAug 11 11:24:34.301DEBGAug 11 11:24:34.301 Aug 11 11:24:34.301 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301INFO
93792026-08-11T11:24:35.296Zreplacing 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 } }] DEBGDEBG
93802026-08-11T11:24:35.296Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
93812026-08-11T11:24:35.296Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
93822026-08-11T11:24:35.296ZAug 11 11:24:34.301 INFO
93832026-08-11T11:24:35.296ZAug 11 11:24:34.301 adding route 172.17.0.23/32 -> 10.0.0.255
93842026-08-11T11:24:35.296Z Aug 11 11:24:34.301Aug 11 11:24:34.301Aug 11 11:24:34.301 INFOAug 11 11:24:34.301 DEBGadding route 172.17.0.25/32 -> 10.0.0.255INFO DEBGINFO
93852026-08-11T11:24:35.296Zreplacing 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 } }]
93862026-08-11T11:24:35.296Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.42/32 -> 10.0.0.255
93872026-08-11T11:24:35.296Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:24:34.301
93882026-08-11T11:24:35.296Z
93892026-08-11T11:24:35.296ZAug 11 11:24:34.301DEBGAug 11 11:24:34.301Aug 11 11:24:34.301 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 } }] INFODEBG
93902026-08-11T11:24:35.296ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
93912026-08-11T11:24:35.296Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
93922026-08-11T11:24:35.297Z
93932026-08-11T11:24:35.297ZAug 11 11:24:34.301 Aug 11 11:24:34.301INFOAug 11 11:24:34.301Aug 11 11:24:34.301 DEBGDEBG adding route 172.17.0.26/32 -> 10.0.0.255 DEBG
93942026-08-11T11:24:35.297Zreplacing 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.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 } }]
93952026-08-11T11:24:35.297Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
93962026-08-11T11:24:35.297Z
93972026-08-11T11:24:35.297ZAug 11 11:24:34.301 DEBGAug 11 11:24:34.301Aug 11 11:24:34.301 Aug 11 11:24:34.301 Aug 11 11:24:34.301 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
93982026-08-11T11:24:35.297Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
93992026-08-11T11:24:35.297Z INFO
94002026-08-11T11:24:35.297Z adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
94012026-08-11T11:24:35.297Z
94022026-08-11T11:24:35.297ZAug 11 11:24:34.301 INFOAug 11 11:24:34.301Aug 11 11:24:34.301 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 } }]Aug 11 11:24:34.301
94032026-08-11T11:24:35.297Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.27/32 -> 10.0.0.255DEBG
94042026-08-11T11:24:35.297Z 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 } }]
94052026-08-11T11:24:35.297Z
94062026-08-11T11:24:35.297ZAug 11 11:24:34.301 Aug 11 11:24:34.301DEBG Aug 11 11:24:34.301 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301INFO
94072026-08-11T11:24:35.297ZINFOadding route 172.17.0.21/32 -> 10.0.0.255INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
94082026-08-11T11:24:35.297Z
94092026-08-11T11:24:35.297ZAug 11 11:24:34.301 Aug 11 11:24:34.301DEBG 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 } }]
94102026-08-11T11:24:35.297Zadding route 172.17.0.28/32 -> 10.0.0.255
94112026-08-11T11:24:35.297Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:34.301
94122026-08-11T11:24:35.297ZDEBGAug 11 11:24:34.301 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:24:34.301
94132026-08-11T11:24:35.297ZDEBG 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
94142026-08-11T11:24:35.297Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:24:34.301
94152026-08-11T11:24:35.297ZAug 11 11:24:34.301 Aug 11 11:24:34.301INFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
94162026-08-11T11:24:35.297Z
94172026-08-11T11:24:35.302ZAug 11 11:24:34.301 DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301Aug 11 11:24:34.301replacing targets for 3fff:dead::/64 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 } }]
94182026-08-11T11:24:35.302Z DEBGDEBG
94192026-08-11T11:24:35.302Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
94202026-08-11T11:24:35.302Z
94212026-08-11T11:24:35.302ZAug 11 11:24:34.301 Aug 11 11:24:34.301 INFO adding route 172.17.0.30/32 -> 10.0.0.255
94222026-08-11T11:24:35.302ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
94232026-08-11T11:24:35.302ZAug 11 11:24:34.301Aug 11 11:24:34.301 DEBG DEBG Aug 11 11:24:34.301failed to allocate space for the new target listreplacing 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.26/32 -> 10.0.0.255
94242026-08-11T11:24:35.302Z
94252026-08-11T11:24:35.302Z
94262026-08-11T11:24:35.302Z DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94272026-08-11T11:24:35.302ZAug 11 11:24:34.301Aug 11 11:24:34.301 DEBGDEBG Aug 11 11:24:34.301replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301
94282026-08-11T11:24:35.302Zreplacing targets for 3fff:dead::/64 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 } }]
94292026-08-11T11:24:35.302Z INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:24:34.301
94302026-08-11T11:24:35.302Z
94312026-08-11T11:24:35.302Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
94322026-08-11T11:24:35.302ZAug 11 11:24:34.301 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.301
94332026-08-11T11:24:35.302Z DEBG Aug 11 11:24:34.301replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.301
94342026-08-11T11:24:35.302Z 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.32/32 -> 10.0.0.255
94352026-08-11T11:24:35.302Z
94362026-08-11T11:24:35.302ZAug 11 11:24:34.301 Aug 11 11:24:34.301Aug 11 11:24:34.301 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.25/32 -> 10.0.0.255
94372026-08-11T11:24:35.302Z
94382026-08-11T11:24:35.302ZAug 11 11:24:34.301Aug 11 11:24:34.301 INFODEBG adding route 172.17.0.33/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 } }]
94392026-08-11T11:24:35.302ZAug 11 11:24:34.302Aug 11 11:24:34.302Aug 11 11:24:34.308 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94402026-08-11T11:24:35.302ZDEBG created new freemapDEBG, Aug 11 11:24:34.308unitcreated new freemap: , INFO freemap_route_ipv4unit
94412026-08-11T11:24:35.302Z:adding route 172.17.0.34/32 -> 10.0.0.255
94422026-08-11T11:24:35.302Zfreemap_route_ipv4
94432026-08-11T11:24:35.302Z
94442026-08-11T11:24:35.302ZAug 11 11:24:34.308 DEBG created new freemap, unitAug 11 11:24:34.308Aug 11 11:24:34.308: freemap_route_ipv6DEBG
94452026-08-11T11:24:35.302Z 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
94462026-08-11T11:24:35.302ZAug 11 11:24:34.308 INFOcreated new freemap Aug 11 11:24:34.308, adding route 172.17.0.26/32 -> 10.0.0.255DEBG
94472026-08-11T11:24:35.302Z unitinitted freemap. size: 64:, Aug 11 11:24:34.308unitfreemap_route_ipv6: freemap_route_ipv4
94482026-08-11T11:24:35.302ZINFO
94492026-08-11T11:24:35.302Z Aug 11 11:24:34.308adding route 172.17.0.35/32 -> 10.0.0.255
94502026-08-11T11:24:35.302ZDEBG Aug 11 11:24:34.308Aug 11 11:24:34.308 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
94512026-08-11T11:24:35.302ZAug 11 11:24:34.308 reset freemap , DEBGDEBG unit :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 } }]
94522026-08-11T11:24:35.303Zfreemap_route_ipv4Aug 11 11:24:34.308initted freemap. size: 64
94532026-08-11T11:24:35.303Z, unitINFO: adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv4Aug 11 11:24:34.308
94542026-08-11T11:24:35.303Z
94552026-08-11T11:24:35.303ZINFOAug 11 11:24:34.308 adding route 172.17.0.36/32 -> 10.0.0.255
94562026-08-11T11:24:35.303ZDEBG Aug 11 11:24:34.308initted freemap. size: 64 , DEBGunitAug 11 11:24:34.308: Aug 11 11:24:34.308DEBG reset freemap , DEBGfreemap_route_ipv6replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
94572026-08-11T11:24:35.303Z
94582026-08-11T11:24:35.303Z: 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 } }]
94592026-08-11T11:24:35.303Z
94602026-08-11T11:24:35.303ZAug 11 11:24:34.308Aug 11 11:24:34.308Aug 11 11:24:34.308 INFODEBG Aug 11 11:24:34.308DEBGadding route 172.17.0.28/32 -> 10.0.0.255 INFO
94612026-08-11T11:24:35.303Z INFOinitted freemap. size: 64reset freemap, unit, unit::adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:24:34.308 DEBG freemap_route_ipv6 freemap_route_ipv6
94622026-08-11T11:24:35.303Zadding route 172.17.0.37/32 -> 10.0.0.255
94632026-08-11T11:24:35.303Z
94642026-08-11T11:24:35.303Zreplacing 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 } }]
94652026-08-11T11:24:35.303Z
94662026-08-11T11:24:35.303ZAug 11 11:24:34.308Aug 11 11:24:34.308 Aug 11 11:24:34.308INFOAug 11 11:24:34.308 adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:34.308
94672026-08-11T11:24:35.303ZDEBGDEBG 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 } }]reset freemap
94682026-08-11T11:24:35.303ZINFO DEBGAug 11 11:24:34.308, unit:adding route 172.17.0.29/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 } }]Aug 11 11:24:34.308
94692026-08-11T11:24:35.303Z 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 } }]freemap_route_ipv6
94702026-08-11T11:24:35.303Zadding route 172.17.0.38/32 -> 10.0.0.255
94712026-08-11T11:24:35.303Z
94722026-08-11T11:24:35.303Z
94732026-08-11T11:24:35.303ZAug 11 11:24:34.308Aug 11 11:24:34.308 Aug 11 11:24:34.308Aug 11 11:24:34.308 INFOAug 11 11:24:34.308 INFODEBGINFO DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
94742026-08-11T11:24:35.303Zadding route 172.16.0.0/32 -> 10.0.0.1
94752026-08-11T11:24:35.303Z
94762026-08-11T11:24:35.303Zreplacing 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.29/32 -> 10.0.0.255
94772026-08-11T11:24:35.303ZAug 11 11:24:34.308Aug 11 11:24:34.308 INFO DEBG Aug 11 11:24:34.308replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 11 11:24:34.308DEBG
94782026-08-11T11:24:35.303Zadding route 172.17.0.30/32 -> 10.0.0.255
94792026-08-11T11:24:35.303ZINFO 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 } }]
94802026-08-11T11:24:35.303Z
94812026-08-11T11:24:35.303ZAug 11 11:24:34.308adding route 172.17.0.39/32 -> 10.0.0.255 Aug 11 11:24:34.308DEBG
94822026-08-11T11:24:35.303Z 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 } }]
94832026-08-11T11:24:35.303ZINFO Aug 11 11:24:34.308Aug 11 11:24:34.308Aug 11 11:24:34.308adding route 172.16.0.0/32 -> 10.0.0.3 DEBGDEBG
94842026-08-11T11:24:35.303Zreplacing 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 } }]
94852026-08-11T11:24:35.303Z Aug 11 11:24:34.308 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 } }] INFO
94862026-08-11T11:24:35.303Z Aug 11 11:24:34.308adding route 172.17.0.30/32 -> 10.0.0.255 Aug 11 11:24:34.308DEBG adding route 172.16.0.0/32 -> 10.0.0.1INFO
94872026-08-11T11:24:35.303Z Aug 11 11:24:34.308replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255
94882026-08-11T11:24:35.303Z
94892026-08-11T11:24:35.303Z
94902026-08-11T11:24:35.303Z Aug 11 11:24:34.308INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:24:34.308Aug 11 11:24:34.308
94912026-08-11T11:24:35.303ZAug 11 11:24:34.308DEBG DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
94922026-08-11T11:24:35.304Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:24:34.308
94932026-08-11T11:24:35.304Z DEBG
94942026-08-11T11:24:35.304Z 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.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 } }]
94952026-08-11T11:24:35.304ZAug 11 11:24:34.308
94962026-08-11T11:24:35.304Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:24:34.308
94972026-08-11T11:24:35.304Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94982026-08-11T11:24:35.304ZAug 11 11:24:34.308Aug 11 11:24:34.308 INFO INFO Aug 11 11:24:34.308 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
94992026-08-11T11:24:35.304Z replacing targets for 172.16.0.0/32 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 } }]
95002026-08-11T11:24:35.304ZINFO Aug 11 11:24:34.315 adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
95012026-08-11T11:24:35.304Z
95022026-08-11T11:24:35.304Z 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 } }]
95032026-08-11T11:24:35.304ZAug 11 11:24:34.315 INFOAug 11 11:24:34.315 adding route 172.17.0.33/32 -> 10.0.0.255DEBG
95042026-08-11T11:24:35.304Z Aug 11 11:24:34.315replacing 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 } }]
95052026-08-11T11:24:35.304Z 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 } }]
95062026-08-11T11:24:35.304ZAug 11 11:24:34.315 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:24:34.315
95072026-08-11T11:24:35.304Z DEBGAug 11 11:24:34.315Aug 11 11:24:34.315 INFOINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.31/32 -> 10.0.0.255
95082026-08-11T11:24:35.304ZAug 11 11:24:34.315
95092026-08-11T11:24:35.304Z
95102026-08-11T11:24:35.304Z DEBG Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBGAug 11 11:24:34.315 DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95112026-08-11T11:24:35.304Z
95122026-08-11T11:24:35.304Z adding route 172.17.0.34/32 -> 10.0.0.255
95132026-08-11T11:24:35.304Z
95142026-08-11T11:24:35.304ZAug 11 11:24:34.315Aug 11 11:24:34.315 INFOINFOAug 11 11:24:34.315 Aug 11 11:24:34.315adding route 172.17.0.32/32 -> 10.0.0.255 DEBG
95152026-08-11T11:24:35.304Z adding route 172.17.0.0/32 -> 10.0.0.255
95162026-08-11T11:24:35.304ZINFOreplacing 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 } }]
95172026-08-11T11:24:35.308ZAug 11 11:24:34.315Aug 11 11:24:34.315 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
95182026-08-11T11:24:35.308Z DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315
95192026-08-11T11:24:35.308Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.315 INFODEBG Aug 11 11:24:34.315adding route 172.17.0.35/32 -> 10.0.0.255
95202026-08-11T11:24:35.308Z
95212026-08-11T11:24:35.308Z INFO Aug 11 11:24:34.315adding route 172.17.0.33/32 -> 10.0.0.255
95222026-08-11T11:24:35.308ZAug 11 11:24:34.315 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 } }]adding route 172.17.0.1/32 -> 10.0.0.255DEBG
95232026-08-11T11:24:35.308ZAug 11 11:24:34.315
95242026-08-11T11:24:35.308Z 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
95252026-08-11T11:24:35.308Zreplacing 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 } }]
95262026-08-11T11:24:35.308ZAug 11 11:24:34.315 INFOAug 11 11:24:34.315 adding route 172.17.0.44/32 -> 10.0.0.255INFOAug 11 11:24:34.315
95272026-08-11T11:24:35.308Zadding route 172.17.0.36/32 -> 10.0.0.255 Aug 11 11:24:34.315DEBG INFO
95282026-08-11T11:24:35.309Zreplacing 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 } }]
95292026-08-11T11:24:35.309Zadding route 172.17.0.34/32 -> 10.0.0.255
95302026-08-11T11:24:35.309ZAug 11 11:24:34.315Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBG INFODEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/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 } }]
95312026-08-11T11:24:35.309Z
95322026-08-11T11:24:35.309ZAug 11 11:24:34.315
95332026-08-11T11:24:35.309ZDEBG Aug 11 11:24:34.315replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315
95342026-08-11T11:24:35.309ZDEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:24:34.315replacing 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 } }]
95352026-08-11T11:24:35.309Z INFOAug 11 11:24:34.315 INFOadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:34.315
95362026-08-11T11:24:35.309Z DEBG
95372026-08-11T11:24:35.309Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
95382026-08-11T11:24:35.309Z
95392026-08-11T11:24:35.309ZAug 11 11:24:34.315Aug 11 11:24:34.315 INFOAug 11 11:24:34.315Aug 11 11:24:34.315 INFOadding route 172.17.0.3/32 -> 10.0.0.255DEBG
95402026-08-11T11:24:35.309Z DEBG adding route 172.17.0.36/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 } }]
95412026-08-11T11:24:35.309Zreplacing 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 } }]
95422026-08-11T11:24:35.309Z
95432026-08-11T11:24:35.309ZAug 11 11:24:34.315 Aug 11 11:24:34.315DEBGAug 11 11:24:34.315 DEBGAug 11 11:24:34.315INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
95442026-08-11T11:24:35.309Zadding route 172.17.0.38/32 -> 10.0.0.255
95452026-08-11T11:24:35.309Z
95462026-08-11T11:24:35.309ZINFOAug 11 11:24:34.315 INFOadding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:24:34.315 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
95472026-08-11T11:24:35.309Z
95482026-08-11T11:24:35.309ZAug 11 11:24:34.315 INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:34.315
95492026-08-11T11:24:35.309Z DEBGAug 11 11:24:34.315replacing 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 } }]
95502026-08-11T11:24:35.309Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315 DEBGDEBG
95512026-08-11T11:24:35.309Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315replacing 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 } }]
95522026-08-11T11:24:35.309Z
95532026-08-11T11:24:35.309ZINFOAug 11 11:24:34.315 Aug 11 11:24:34.315adding route 172.17.0.39/32 -> 10.0.0.255 Aug 11 11:24:34.315
95542026-08-11T11:24:35.309ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
95552026-08-11T11:24:35.309ZINFOAug 11 11:24:34.315 DEBGINFOadding route 172.17.0.47/32 -> 10.0.0.255 Aug 11 11:24:34.315
95562026-08-11T11:24:35.309Zadding route 172.17.0.5/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 } }]
95572026-08-11T11:24:35.309Z DEBG
95582026-08-11T11:24:35.309Z Aug 11 11:24:34.315replacing 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 } }]
95592026-08-11T11:24:35.309Z DEBGAug 11 11:24:34.315Aug 11 11:24:34.315 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 } }]INFO
95602026-08-11T11:24:35.309Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:24:34.315
95612026-08-11T11:24:35.309ZINFOreplacing 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 } }]
95622026-08-11T11:24:35.309Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:34.315
95632026-08-11T11:24:35.309ZAug 11 11:24:34.315 INFOAug 11 11:24:34.315DEBGAug 11 11:24:34.315 DEBGINFOadding route 172.17.0.48/32 -> 10.0.0.255 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
95642026-08-11T11:24:35.309Z
95652026-08-11T11:24:35.309Z
95662026-08-11T11:24:35.310Z
95672026-08-11T11:24:35.310ZAug 11 11:24:34.315Aug 11 11:24:34.315Aug 11 11:24:34.315 INFO 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 } }]
95682026-08-11T11:24:35.310Zadding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
95692026-08-11T11:24:35.310Z
95702026-08-11T11:24:35.310ZAug 11 11:24:34.315Aug 11 11:24:34.315Aug 11 11:24:34.315 DEBGINFO Aug 11 11:24:34.315 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255
95712026-08-11T11:24:35.310ZDEBG
95722026-08-11T11:24:35.310Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95732026-08-11T11:24:35.310Z
95742026-08-11T11:24:35.310ZAug 11 11:24:34.315Aug 11 11:24:34.315 DEBGINFO Aug 11 11:24:34.315Aug 11 11:24:34.315adding route 172.17.0.41/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 } }]
95752026-08-11T11:24:35.310ZINFO
95762026-08-11T11:24:35.310Z adding route 172.17.0.42/32 -> 10.0.0.255INFO
95772026-08-11T11:24:35.310ZAug 11 11:24:34.315Aug 11 11:24:34.315 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95782026-08-11T11:24:35.310ZAug 11 11:24:34.315adding route 172.17.0.49/32 -> 10.0.0.255
95792026-08-11T11:24:35.310Z
95802026-08-11T11:24:35.310Z DEBG Aug 11 11:24:34.315replacing 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 } }]
95812026-08-11T11:24:35.310ZDEBGAug 11 11:24:34.315 Aug 11 11:24:34.315 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
95822026-08-11T11:24:35.310ZDEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:24:34.315
95832026-08-11T11:24:35.310Z INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:24:34.315
95842026-08-11T11:24:35.310Z
95852026-08-11T11:24:35.310Z Aug 11 11:24:34.315 DEBG 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 } }]
95862026-08-11T11:24:35.310Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:24:34.315
95872026-08-11T11:24:35.310Z INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:24:34.315
95882026-08-11T11:24:35.310ZAug 11 11:24:34.315 Aug 11 11:24:34.315DEBG DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
95892026-08-11T11:24:35.310Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.315
95902026-08-11T11:24:35.310Z
95912026-08-11T11:24:35.310Z DEBGAug 11 11:24:34.315Aug 11 11:24:34.315 Aug 11 11:24:34.315DEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95922026-08-11T11:24:35.310Zadding route 172.17.0.44/32 -> 10.0.0.255INFO
95932026-08-11T11:24:35.310Zreplacing 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.10/32 -> 10.0.0.255
95942026-08-11T11:24:35.310ZAug 11 11:24:34.315
95952026-08-11T11:24:35.310ZAug 11 11:24:34.315 INFO DEBG Aug 11 11:24:34.315adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:24:34.315
95962026-08-11T11:24:35.310Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
95972026-08-11T11:24:35.310Ztest route::tests::delete_targets_fragmented ... ok
95982026-08-11T11:24:35.310Z adding route 172.17.0.51/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 } }]
95992026-08-11T11:24:35.310ZAug 11 11:24:34.315
96002026-08-11T11:24:35.310Z Aug 11 11:24:34.315 DEBGINFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:24:34.315
96012026-08-11T11:24:35.310Zreplacing 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 } }]
96022026-08-11T11:24:35.310ZAug 11 11:24:34.315DEBG Aug 11 11:24:34.315 Aug 11 11:24:34.315 INFO 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.45/32 -> 10.0.0.255
96032026-08-11T11:24:35.310Z
96042026-08-11T11:24:35.310Ztest route::tests::add_target_fails_full ... ok
96052026-08-11T11:24:35.310Z adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96062026-08-11T11:24:35.311Z
96072026-08-11T11:24:35.311ZAug 11 11:24:34.315 Aug 11 11:24:34.315DEBG 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 } }]Aug 11 11:24:34.315
96082026-08-11T11:24:35.311ZAug 11 11:24:34.315 DEBGadding route 172.17.0.46/32 -> 10.0.0.255
96092026-08-11T11:24:35.311ZAug 11 11:24:34.315INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
96102026-08-11T11:24:35.311Zadding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:24:34.315
96112026-08-11T11:24:35.311Z
96122026-08-11T11:24:35.311ZDEBG 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 } }]
96132026-08-11T11:24:35.311ZAug 11 11:24:34.315Aug 11 11:24:34.315 INFODEBG Aug 11 11:24:34.315Aug 11 11:24:34.315 adding route 172.17.0.12/32 -> 10.0.0.255INFOreplacing 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 } }]
96142026-08-11T11:24:35.311Z
96152026-08-11T11:24:35.311Z DEBG Aug 11 11:24:34.321Aug 11 11:24:34.321replacing 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 } }]
96162026-08-11T11:24:35.311ZDEBG 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
96172026-08-11T11:24:35.315ZAug 11 11:24:34.321 adding route 172.17.0.47/32 -> 10.0.0.255INFO
96182026-08-11T11:24:35.315Z adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:24:34.321 INFO adding route 172.17.0.13/32 -> 10.0.0.255
96192026-08-11T11:24:35.315Z
96202026-08-11T11:24:35.315ZAug 11 11:24:34.321Aug 11 11:24:34.321 DEBGAug 11 11:24:34.321DEBG 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.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 } }]
96212026-08-11T11:24:35.315Z
96222026-08-11T11:24:35.315Z DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.321 INFO adding route 172.17.0.48/32 -> 10.0.0.255
96232026-08-11T11:24:35.315Z
96242026-08-11T11:24:35.315ZAug 11 11:24:34.321Aug 11 11:24:34.321 Aug 11 11:24:34.321DEBG 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 } }]
96252026-08-11T11:24:35.315Zadding route 172.17.0.14/32 -> 10.0.0.255 INFO
96262026-08-11T11:24:35.315Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:24:34.321
96272026-08-11T11:24:35.315Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
96282026-08-11T11:24:35.315ZAug 11 11:24:34.321 Aug 11 11:24:34.321DEBG Aug 11 11:24:34.321DEBG 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 } }]
96292026-08-11T11:24:35.315Zreplacing 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
96302026-08-11T11:24:35.315Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.321 INFO adding route 172.17.0.50/32 -> 10.0.0.255
96312026-08-11T11:24:35.315Z
96322026-08-11T11:24:35.315ZAug 11 11:24:34.321Aug 11 11:24:34.321 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.15/32 -> 10.0.0.255Aug 11 11:24:34.321
96332026-08-11T11:24:35.315Z
96342026-08-11T11:24:35.315Z INFO Aug 11 11:24:34.321 INFO adding route 172.17.0.51/32 -> 10.0.0.255
96352026-08-11T11:24:35.315ZAug 11 11:24:34.321Aug 11 11:24:34.321 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
96362026-08-11T11:24:35.316Zreplacing 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 } }]
96372026-08-11T11:24:35.316Z
96382026-08-11T11:24:35.316ZAug 11 11:24:34.322 INFO adding route 172.17.0.16/32 -> 10.0.0.255
96392026-08-11T11:24:35.316ZAug 11 11:24:34.322Aug 11 11:24:34.322Aug 11 11:24:34.322 INFO DEBGDEBGadding route 172.17.0.52/32 -> 10.0.0.255
96402026-08-11T11:24:35.316Zreplacing 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 } }]
96412026-08-11T11:24:35.316Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBGINFO
96422026-08-11T11:24:35.316Zadding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96432026-08-11T11:24:35.316Z
96442026-08-11T11:24:35.316Z Aug 11 11:24:34.322Aug 11 11:24:34.322 adding route 172.17.0.44/32 -> 10.0.0.255INFO
96452026-08-11T11:24:35.316Zadding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:24:34.322
96462026-08-11T11:24:35.316ZDEBG INFO adding route 172.17.0.53/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 } }]
96472026-08-11T11:24:35.316ZAug 11 11:24:34.322
96482026-08-11T11:24:35.316ZAug 11 11:24:34.322 Aug 11 11:24:34.322DEBG Aug 11 11:24:34.322DEBGreplacing 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 } }]
96492026-08-11T11:24:35.316ZDEBGreplacing 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 } }]
96502026-08-11T11:24:35.316Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:24:34.322
96512026-08-11T11:24:35.316ZAug 11 11:24:34.322 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
96522026-08-11T11:24:35.316Z adding route 172.17.0.18/32 -> 10.0.0.255INFO
96532026-08-11T11:24:35.316Z adding route 172.17.0.54/32 -> 10.0.0.255
96542026-08-11T11:24:35.316ZAug 11 11:24:34.322Aug 11 11:24:34.322 Aug 11 11:24:34.322DEBG Aug 11 11:24:34.322DEBG INFO adding route 172.17.0.45/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 } }]
96552026-08-11T11:24:35.316ZDEBG
96562026-08-11T11:24:35.316Zreplacing 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 } }]
96572026-08-11T11:24:35.316Zreplacing 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 } }]
96582026-08-11T11:24:35.316ZAug 11 11:24:34.322Aug 11 11:24:34.322 DEBGAug 11 11:24:34.322 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 } }] INFOadding route 172.17.0.55/32 -> 10.0.0.255
96592026-08-11T11:24:35.316ZAug 11 11:24:34.322
96602026-08-11T11:24:35.316Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 11 11:24:34.322
96612026-08-11T11:24:35.316Zadding route 172.17.0.19/32 -> 10.0.0.255
96622026-08-11T11:24:35.316ZAug 11 11:24:34.322INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:24:34.322
96632026-08-11T11:24:35.316ZDEBGreplacing 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 } }]
96642026-08-11T11:24:35.316Zreplacing 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 } }]
96652026-08-11T11:24:35.316ZAug 11 11:24:34.322 Aug 11 11:24:34.322DEBGAug 11 11:24:34.322 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322DEBGINFO 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.20/32 -> 10.0.0.255INFO
96662026-08-11T11:24:35.316Z
96672026-08-11T11:24:35.316Zadding route 172.17.0.56/32 -> 10.0.0.255
96682026-08-11T11:24:35.316Z
96692026-08-11T11:24:35.316ZAug 11 11:24:34.322 Aug 11 11:24:34.322Aug 11 11:24:34.322 INFO DEBGDEBG adding route 172.17.0.47/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 } }]
96702026-08-11T11:24:35.316Zreplacing 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 } }]
96712026-08-11T11:24:35.316ZAug 11 11:24:34.322
96722026-08-11T11:24:35.316ZINFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 11 11:24:34.322
96732026-08-11T11:24:35.317ZAug 11 11:24:34.322 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:24:34.322
96742026-08-11T11:24:35.317Z INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.322adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:24:34.322
96752026-08-11T11:24:35.317Z DEBG
96762026-08-11T11:24:35.317Z DEBG Aug 11 11:24:34.322replacing 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.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 } }]
96772026-08-11T11:24:35.317ZAug 11 11:24:34.322
96782026-08-11T11:24:35.317Z INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 11 11:24:34.322
96792026-08-11T11:24:35.317ZAug 11 11:24:34.322replacing 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 } }]
96802026-08-11T11:24:35.317ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
96812026-08-11T11:24:35.317ZINFO Aug 11 11:24:34.322Aug 11 11:24:34.322 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.60/32 -> 10.0.0.255
96822026-08-11T11:24:35.317ZAug 11 11:24:34.322adding route 172.17.0.22/32 -> 10.0.0.255
96832026-08-11T11:24:35.317Z
96842026-08-11T11:24:35.317ZDEBG Aug 11 11:24:34.322replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.322
96852026-08-11T11:24:35.317ZAug 11 11:24:34.322INFO DEBG adding route 172.17.0.49/32 -> 10.0.0.255 Aug 11 11:24:34.322
96862026-08-11T11:24:35.317Zreplacing 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 } }] DEBGINFO adding route 172.17.0.59/32 -> 10.0.0.255
96872026-08-11T11:24:35.317Z
96882026-08-11T11:24:35.317ZAug 11 11:24:34.322replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBG
96892026-08-11T11:24:35.317ZINFODEBG adding route 172.17.0.23/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 } }]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 } }]
96902026-08-11T11:24:35.317Z
96912026-08-11T11:24:35.317Ztest route::tests::delete_target_fragmented ... ok
96922026-08-11T11:24:35.317Z
96932026-08-11T11:24:35.317ZAug 11 11:24:34.322 Aug 11 11:24:34.322Aug 11 11:24:34.322DEBG INFOfailed to allocate space for the new target listDEBG adding route 172.17.0.60/32 -> 10.0.0.255
96942026-08-11T11:24:35.317Z
96952026-08-11T11:24:35.317Zreplacing 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 } }]
96962026-08-11T11:24:35.317Ztest route::tests::delete_target_full ... ok
96972026-08-11T11:24:35.317ZAug 11 11:24:34.322 Aug 11 11:24:34.322INFO Aug 11 11:24:34.322Aug 11 11:24:34.322 DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255DEBG
96982026-08-11T11:24:35.317Z
96992026-08-11T11:24:35.317Ztest route::tests::delete_targets_full ... ok
97002026-08-11T11:24:35.317Zreplacing targets for 172.16.0.0/32 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 } }]
97012026-08-11T11:24:35.317Z
97022026-08-11T11:24:35.317Z
97032026-08-11T11:24:35.317ZAug 11 11:24:34.322 INFOAug 11 11:24:34.322 adding route 172.17.0.61/32 -> 10.0.0.255DEBG
97042026-08-11T11:24:35.317Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
97052026-08-11T11:24:35.317Z
97062026-08-11T11:24:35.317Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322
97072026-08-11T11:24:35.317Z Aug 11 11:24:34.322DEBG 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 } }]
97082026-08-11T11:24:35.317ZDEBG Aug 11 11:24:34.322 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97092026-08-11T11:24:35.317Z Aug 11 11:24:34.322adding route 172.17.0.25/32 -> 10.0.0.255
97102026-08-11T11:24:35.317ZINFO Aug 11 11:24:34.322adding route 172.17.0.51/32 -> 10.0.0.255
97112026-08-11T11:24:35.317ZINFO Aug 11 11:24:34.322adding route 172.17.0.62/32 -> 10.0.0.255
97122026-08-11T11:24:35.317ZDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322
97132026-08-11T11:24:35.318ZAug 11 11:24:34.322 DEBGDEBG 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 } }]
97142026-08-11T11:24:35.318Zreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322
97152026-08-11T11:24:35.318Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
97162026-08-11T11:24:35.318ZAug 11 11:24:34.322 Aug 11 11:24:34.322INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
97172026-08-11T11:24:35.322Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.322
97182026-08-11T11:24:35.322Z INFO adding route 172.17.0.63/32 -> 10.0.0.255
97192026-08-11T11:24:35.322ZAug 11 11:24:34.322 INFOAug 11 11:24:34.322Aug 11 11:24:34.322 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
97202026-08-11T11:24:35.322Z
97212026-08-11T11:24:35.322Z
97222026-08-11T11:24:35.322ZAug 11 11:24:34.322Aug 11 11:24:34.322 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
97232026-08-11T11:24:35.322Z
97242026-08-11T11:24:35.322ZAug 11 11:24:34.322 Aug 11 11:24:34.322 Aug 11 11:24:34.322INFOadding route 172.17.0.47/32 -> 10.0.0.255
97252026-08-11T11:24:35.322ZDEBGadding route 172.17.0.53/32 -> 10.0.0.255 INFO
97262026-08-11T11:24:35.322Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97272026-08-11T11:24:35.322Zadding route 172.17.0.28/32 -> 10.0.0.255
97282026-08-11T11:24:35.322ZAug 11 11:24:34.322 DEBGAug 11 11:24:34.322 Aug 11 11:24:34.322 Aug 11 11:24:34.322replacing 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 } }] DEBGDEBG DEBG
97292026-08-11T11:24:35.322Z failed to allocate space for the new target listreplacing 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 } }]
97302026-08-11T11:24:35.322Z
97312026-08-11T11:24:35.322Z 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 } }]
97322026-08-11T11:24:35.322ZAug 11 11:24:34.322Aug 11 11:24:34.322 Aug 11 11:24:34.322INFOINFO INFOadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
97332026-08-11T11:24:35.322Z
97342026-08-11T11:24:35.322Zadding route 172.17.0.29/32 -> 10.0.0.255
97352026-08-11T11:24:35.322ZAug 11 11:24:34.322 Aug 11 11:24:34.322DEBGAug 11 11:24:34.322 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97362026-08-11T11:24:35.322ZDEBGreplacing 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.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 } }]
97372026-08-11T11:24:35.322ZAug 11 11:24:34.328 INFO
97382026-08-11T11:24:35.322Z adding route 172.17.0.30/32 -> 10.0.0.255
97392026-08-11T11:24:35.322ZAug 11 11:24:34.328 DEBGAug 11 11:24:34.328 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97402026-08-11T11:24:35.322Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:24:34.328
97412026-08-11T11:24:35.322Z Aug 11 11:24:34.328INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
97422026-08-11T11:24:35.323ZAug 11 11:24:34.328adding route 172.17.0.31/32 -> 10.0.0.255 DEBG
97432026-08-11T11:24:35.323Z 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 } }]
97442026-08-11T11:24:35.323ZAug 11 11:24:34.328Aug 11 11:24:34.328 DEBGDEBGAug 11 11:24:34.328 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 } }]INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97452026-08-11T11:24:35.323Z
97462026-08-11T11:24:35.323Zadding route 172.17.0.56/32 -> 10.0.0.255
97472026-08-11T11:24:35.323ZAug 11 11:24:34.328 Aug 11 11:24:34.328Aug 11 11:24:34.328 INFODEBGINFO adding route 172.17.0.32/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 } }]adding route 172.17.0.50/32 -> 10.0.0.255
97482026-08-11T11:24:35.323Z
97492026-08-11T11:24:35.323Z
97502026-08-11T11:24:35.323ZAug 11 11:24:34.328Aug 11 11:24:34.328 Aug 11 11:24:34.328DEBG INFO 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
97512026-08-11T11:24:35.323Z adding route 172.17.0.57/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 } }]
97522026-08-11T11:24:35.323Z
97532026-08-11T11:24:35.323ZAug 11 11:24:34.328 INFO Aug 11 11:24:34.328Aug 11 11:24:34.328adding route 172.17.0.33/32 -> 10.0.0.255
97542026-08-11T11:24:35.323Z DEBG 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 } }]
97552026-08-11T11:24:35.323Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:24:34.328
97562026-08-11T11:24:35.323Z DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97572026-08-11T11:24:35.323ZAug 11 11:24:34.328Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
97582026-08-11T11:24:35.323Z
97592026-08-11T11:24:35.323ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
97602026-08-11T11:24:35.323ZAug 11 11:24:34.328Aug 11 11:24:34.328 Aug 11 11:24:34.328DEBGINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
97612026-08-11T11:24:35.323Zreplacing 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.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 } }]
97622026-08-11T11:24:35.323Z
97632026-08-11T11:24:35.323ZAug 11 11:24:34.328 Aug 11 11:24:34.328Aug 11 11:24:34.328DEBG 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 } }] INFO
97642026-08-11T11:24:35.323Zadding route 172.17.0.35/32 -> 10.0.0.255
97652026-08-11T11:24:35.323Zadding route 172.17.0.59/32 -> 10.0.0.255
97662026-08-11T11:24:35.323ZAug 11 11:24:34.328 Aug 11 11:24:34.328Aug 11 11:24:34.328INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
97672026-08-11T11:24:35.323Zreplacing 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 } }]DEBG
97682026-08-11T11:24:35.323Z 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 } }]
97692026-08-11T11:24:35.323ZAug 11 11:24:34.328Aug 11 11:24:34.328 DEBGAug 11 11:24:34.328 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 } }]INFOINFO
97702026-08-11T11:24:35.323Z adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
97712026-08-11T11:24:35.323Z
97722026-08-11T11:24:35.323ZAug 11 11:24:34.328Aug 11 11:24:34.328Aug 11 11:24:34.328 INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255DEBG
97732026-08-11T11:24:35.323Zreplacing 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.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 } }]
97742026-08-11T11:24:35.323Z
97752026-08-11T11:24:35.323ZAug 11 11:24:34.328 DEBGAug 11 11:24:34.328Aug 11 11:24:34.328 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97762026-08-11T11:24:35.323Z INFO failed to allocate space for the new target listadding route 172.17.0.37/32 -> 10.0.0.255
97772026-08-11T11:24:35.323Z
97782026-08-11T11:24:35.323ZAug 11 11:24:34.328 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:24:34.328
97792026-08-11T11:24:35.323ZAug 11 11:24:34.328 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 } }]
97802026-08-11T11:24:35.323Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.328
97812026-08-11T11:24:35.324Z 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 } }]
97822026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:24:34.328
97832026-08-11T11:24:35.324Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
97842026-08-11T11:24:35.324ZAug 11 11:24:34.328 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.328
97852026-08-11T11:24:35.324Z 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 } }]
97862026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:34.328
97872026-08-11T11:24:35.324Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
97882026-08-11T11:24:35.324ZAug 11 11:24:34.328 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:34.328
97892026-08-11T11:24:35.324Z 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 } }]
97902026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFO Aug 11 11:24:34.328adding route 172.17.0.40/32 -> 10.0.0.255
97912026-08-11T11:24:35.324ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
97922026-08-11T11:24:35.324ZAug 11 11:24:34.328 DEBG Aug 11 11:24:34.328replacing 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 } }]
97932026-08-11T11:24:35.324ZDEBG 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 } }]
97942026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFO Aug 11 11:24:34.328adding route 172.17.0.41/32 -> 10.0.0.255
97952026-08-11T11:24:35.324ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
97962026-08-11T11:24:35.324ZAug 11 11:24:34.328 DEBG Aug 11 11:24:34.328replacing 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 } }]
97972026-08-11T11:24:35.324ZDEBG 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 } }]
97982026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFO Aug 11 11:24:34.328adding route 172.17.0.42/32 -> 10.0.0.255
97992026-08-11T11:24:35.324ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
98002026-08-11T11:24:35.324ZAug 11 11:24:34.328 DEBGAug 11 11:24:34.328 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98012026-08-11T11:24:35.324Z 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 } }]
98022026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFOAug 11 11:24:34.328 adding route 172.17.0.43/32 -> 10.0.0.255INFO
98032026-08-11T11:24:35.324Z adding route 172.17.0.61/32 -> 10.0.0.255
98042026-08-11T11:24:35.324ZAug 11 11:24:34.328 DEBGAug 11 11:24:34.328 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98052026-08-11T11:24:35.324Z 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 } }]
98062026-08-11T11:24:35.324ZAug 11 11:24:34.328 INFOAug 11 11:24:34.328 adding route 172.17.0.44/32 -> 10.0.0.255INFO
98072026-08-11T11:24:35.324Z adding route 172.17.0.62/32 -> 10.0.0.255
98082026-08-11T11:24:35.324ZAug 11 11:24:34.329 Aug 11 11:24:34.329DEBG 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 } }]
98092026-08-11T11:24:35.324Zreplacing 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 } }]
98102026-08-11T11:24:35.324ZAug 11 11:24:34.329 Aug 11 11:24:34.329INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255
98112026-08-11T11:24:35.324Zfailed to allocate space for the new target list
98122026-08-11T11:24:35.324ZAug 11 11:24:34.329 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98132026-08-11T11:24:35.324ZAug 11 11:24:34.329 DEBG Aug 11 11:24:34.329replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
98142026-08-11T11:24:35.324Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
98152026-08-11T11:24:35.324ZAug 11 11:24:34.329 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 } }]
98162026-08-11T11:24:35.324ZAug 11 11:24:34.329 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98172026-08-11T11:24:35.328ZAug 11 11:24:34.329 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 } }]
98182026-08-11T11:24:35.328ZAug 11 11:24:34.329 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98192026-08-11T11:24:35.328ZAug 11 11:24:34.329 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 } }]
98202026-08-11T11:24:35.328ZAug 11 11:24:34.329 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98212026-08-11T11:24:35.328ZAug 11 11:24:34.329 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 } }]
98222026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98232026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98242026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98252026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98262026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98272026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98282026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98292026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98302026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98312026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98322026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98332026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98342026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98352026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98362026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98372026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98382026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98392026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98402026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98412026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98422026-08-11T11:24:35.329ZAug 11 11:24:34.329 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98432026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98442026-08-11T11:24:35.329ZAug 11 11:24:34.329 DEBG failed to allocate space for the new target list
98452026-08-11T11:24:35.329ZAug 11 11:24:34.329 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 } }]
98462026-08-11T11:24:35.329Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98472026-08-11T11:24:35.329Z
98482026-08-11T11:24:35.329Zrunning 0 tests
98492026-08-11T11:24:35.329Z
98502026-08-11T11:24:35.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-08-11T11:24:35.329Z
98522026-08-11T11:24:35.329Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98532026-08-11T11:24:35.329Z
98542026-08-11T11:24:35.329Zrunning 0 tests
98552026-08-11T11:24:35.329Z
98562026-08-11T11:24:35.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572026-08-11T11:24:35.329Z
98582026-08-11T11:24:35.329Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98592026-08-11T11:24:35.329Z
98602026-08-11T11:24:35.329Zrunning 6 tests
98612026-08-11T11:24:35.330Ztest tests::test_full_lot_id_lotnum_only ... ok
98622026-08-11T11:24:35.330Ztest tests::test_full_lot_id_lot_only ... ok
98632026-08-11T11:24:35.330Ztest tests::test_full_lot_id_both_present ... ok
98642026-08-11T11:24:35.330Ztest tests::test_full_lot_id_neither_present ... ok
98652026-08-11T11:24:35.330Ztest tests::test_port_id_cmp ... ok
98662026-08-11T11:24:35.330Ztest tests::test_parse_client_port_id ... ok
98672026-08-11T11:24:35.330Z
98682026-08-11T11:24:35.330Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-08-11T11:24:35.330Z
98702026-08-11T11:24:35.330Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98712026-08-11T11:24:35.330Z
98722026-08-11T11:24:35.330Zrunning 6 tests
98732026-08-11T11:24:38.335Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98742026-08-11T11:24:38.338Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98752026-08-11T11:24:38.338Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98762026-08-11T11:24:38.343Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98772026-08-11T11:24:38.672Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98782026-08-11T11:24:39.650Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98792026-08-11T11:24:39.650Z
98802026-08-11T11:24:39.650Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.33s
98812026-08-11T11:24:39.650Z
98822026-08-11T11:24:39.657Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98832026-08-11T11:24:39.662Z
98842026-08-11T11:24:39.662Zrunning 0 tests
98852026-08-11T11:24:39.662Z
98862026-08-11T11:24:39.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-08-11T11:24:39.666Z
98882026-08-11T11:24:39.666Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98892026-08-11T11:24:39.669Z
98902026-08-11T11:24:39.669Zrunning 0 tests
98912026-08-11T11:24:39.669Z
98922026-08-11T11:24:39.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932026-08-11T11:24:39.669Z
98942026-08-11T11:24:39.669Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98952026-08-11T11:24:39.678Z
98962026-08-11T11:24:39.678Zrunning 12 tests
98972026-08-11T11:24:39.682Ztest icmp::test_v6_checksum ... ok
98982026-08-11T11:24:39.682Ztest icmp::test_v4_checksum ... ok
98992026-08-11T11:24:39.682Ztest ipv6::test_ipv6_parse ... ok
99002026-08-11T11:24:39.682Ztest lldp::test_lldp_parse ... ok
99012026-08-11T11:24:39.682Ztest pbuf::test_byte ... ok
99022026-08-11T11:24:39.682Ztest pbuf::test_nibble ... ok
99032026-08-11T11:24:39.682Ztest pbuf::test_overflow ... ok
99042026-08-11T11:24:39.682Ztest pbuf::test_twelve ... ok
99052026-08-11T11:24:39.682Ztest pbuf::test_short ... ok
99062026-08-11T11:24:39.682Ztest pbuf::test_word ... ok
99072026-08-11T11:24:39.682Ztest tcp::test_checksum_ack_data ... ok
99082026-08-11T11:24:39.682Ztest tcp::test_checksum_syn_nodata ... ok
99092026-08-11T11:24:39.682Z
99102026-08-11T11:24:39.682Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-08-11T11:24:39.682Z
99122026-08-11T11:24:39.682Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99132026-08-11T11:24:39.686Z
99142026-08-11T11:24:39.686Zrunning 0 tests
99152026-08-11T11:24:39.686Z
99162026-08-11T11:24:39.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99172026-08-11T11:24:39.686Z
99182026-08-11T11:24:39.686Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99192026-08-11T11:24:39.695Z
99202026-08-11T11:24:39.696Zrunning 5 tests
99212026-08-11T11:24:39.702Ztest switchport::test::test_compute_lanes ... ok
99222026-08-11T11:24:39.706Ztest link::test_filter ... ok
99232026-08-11T11:24:39.706Ztest switchport::test::port_id_ordering ... ok
99242026-08-11T11:24:39.706Z Lane 0 Lane 1 Lane 2 Lane 3
99252026-08-11T11:24:39.706Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes
99262026-08-11T11:24:39.706ZLane 2 Rx Loss-of-signal: YesLane 3
99272026-08-11T11:24:39.706ZYes State: ActivatedYes YesActivated
99282026-08-11T11:24:39.706ZActivated Activated Rx CDR Enabled: Yes
99292026-08-11T11:24:39.706Z Yes Rx Output Enabled: false Yes falseYes
99302026-08-11T11:24:39.706Z Tx Enabled: Yesfalse Yesfalse
99312026-08-11T11:24:39.706ZYes Rx Output Status: validYes
99322026-08-11T11:24:39.706Zvalid Tx Loss-of-lock: No validNo valid
99332026-08-11T11:24:39.706ZNo Rx Loss-of-lock: trueNo
99342026-08-11T11:24:39.706Ztrue Tx Loss-of-signal: Notrue trueNo
99352026-08-11T11:24:39.707Z No Rx Loss-of-signal: false Nofalse
99362026-08-11T11:24:39.707Z Tx CDR Enabled: No false Nofalse
99372026-08-11T11:24:39.707ZNo Rx Auto-squelch Disable: trueNo
99382026-08-11T11:24:39.707Ztrue Tx Adaptive EQ Fault: No trueNo true
99392026-08-11T11:24:39.707ZNo Tx Output Enabled: true No
99402026-08-11T11:24:39.707Ztrue true Tx Fault: Yestrue
99412026-08-11T11:24:39.707ZYes Tx Output Status: invalid Yesinvalid Yes
99422026-08-11T11:24:39.707Zinvalid invalid
99432026-08-11T11:24:39.707Z Tx Loss-of-lock: false false false false
99442026-08-11T11:24:39.707Z Tx Loss-of-signal: true true true true
99452026-08-11T11:24:39.707ZTx Auto-squelch Disable: false false false false
99462026-08-11T11:24:39.707Z Tx Adaptive EQ Fail: true true true true
99472026-08-11T11:24:39.707Z Tx Failure: false false false false
99482026-08-11T11:24:39.707Z Tx Force Squelch: true true true true
99492026-08-11T11:24:39.707Z Tx Input Polarity: normal normal normal normal
99502026-08-11T11:24:39.707Ztest switchport::test::test_print_cmis_datapath ... ok
99512026-08-11T11:24:39.707Ztest switchport::test::test_print_sff_datapath ... ok
99522026-08-11T11:24:39.707Z
99532026-08-11T11:24:39.707Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99542026-08-11T11:24:39.707Z
99552026-08-11T11:24:39.707Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99562026-08-11T11:24:39.711Z
99572026-08-11T11:24:39.711Zrunning 1 test
99582026-08-11T11:24:39.711Ztest test_p4_counter_list ... ignored
99592026-08-11T11:24:39.711Z
99602026-08-11T11:24:39.711Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-08-11T11:24:39.711Z
99622026-08-11T11:24:39.711Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99632026-08-11T11:24:39.714Z
99642026-08-11T11:24:39.715Zrunning 5 tests
99652026-08-11T11:24:39.715Ztest test_an ... ignored
99662026-08-11T11:24:39.715Ztest test_enable ... ignored
99672026-08-11T11:24:39.715Ztest test_ip_addresses ... ignored
99682026-08-11T11:24:39.715Ztest test_kr ... ignored
99692026-08-11T11:24:39.715Ztest test_mac ... ignored
99702026-08-11T11:24:39.715Z
99712026-08-11T11:24:39.715Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-08-11T11:24:39.715Z
99732026-08-11T11:24:39.715Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99742026-08-11T11:24:39.718Z
99752026-08-11T11:24:39.718Zrunning 3 tests
99762026-08-11T11:24:39.718Ztest linklocal::test_parse_ipadm ... ok
99772026-08-11T11:24:39.718Ztest tfport::test_parse_tfport ... ok
99782026-08-11T11:24:39.719Ztest config::tests::test_updates ... ok
99792026-08-11T11:24:39.719Z
99802026-08-11T11:24:39.719Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-08-11T11:24:39.719Z
99822026-08-11T11:24:39.719Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99832026-08-11T11:24:39.722Z
99842026-08-11T11:24:39.722Zrunning 0 tests
99852026-08-11T11:24:39.722Z
99862026-08-11T11:24:39.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-08-11T11:24:39.722Z
99882026-08-11T11:24:39.725Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99892026-08-11T11:24:39.728Z
99902026-08-11T11:24:39.728Zrunning 0 tests
99912026-08-11T11:24:39.728Z
99922026-08-11T11:24:39.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-08-11T11:24:39.728Z
99942026-08-11T11:24:39.729Z Doc-tests aal
99952026-08-11T11:24:39.918Z
99962026-08-11T11:24:39.918Zrunning 0 tests
99972026-08-11T11:24:39.918Z
99982026-08-11T11:24:39.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-08-11T11:24:39.922Z
100002026-08-11T11:24:39.936Z Doc-tests aal_macros
100012026-08-11T11:24:40.010Z
100022026-08-11T11:24:40.010Zrunning 0 tests
100032026-08-11T11:24:40.010Z
100042026-08-11T11:24:40.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-08-11T11:24:40.011Z
100062026-08-11T11:24:40.021Z Doc-tests common
100072026-08-11T11:24:40.258Z
100082026-08-11T11:24:40.259Zrunning 0 tests
100092026-08-11T11:24:40.259Z
100102026-08-11T11:24:40.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-08-11T11:24:40.259Z
100122026-08-11T11:24:40.280Z Doc-tests dpd_api
100132026-08-11T11:24:41.143Z
100142026-08-11T11:24:41.143Zrunning 2 tests
100152026-08-11T11:24:41.143Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100162026-08-11T11:24:41.143Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100172026-08-11T11:24:41.143Z
100182026-08-11T11:24:41.143Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-08-11T11:24:41.143Z
100202026-08-11T11:24:41.175Z Doc-tests dpd_client
100212026-08-11T11:24:42.452Z
100222026-08-11T11:24:42.452Zrunning 0 tests
100232026-08-11T11:24:42.452Z
100242026-08-11T11:24:42.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-08-11T11:24:42.452Z
100262026-08-11T11:24:42.500Z Doc-tests dpd_types
100272026-08-11T11:24:42.712Z
100282026-08-11T11:24:42.712Zrunning 0 tests
100292026-08-11T11:24:42.712Z
100302026-08-11T11:24:42.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-08-11T11:24:42.712Z
100322026-08-11T11:24:42.739Z Doc-tests dpd_types_versions
100332026-08-11T11:24:43.947Z
100342026-08-11T11:24:43.947Zrunning 1 test
100352026-08-11T11:24:43.947Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100362026-08-11T11:24:43.947Z
100372026-08-11T11:24:43.947Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-11T11:24:43.948Z
100392026-08-11T11:24:44.173Z Doc-tests packet
100402026-08-11T11:24:44.174Z
100412026-08-11T11:24:44.174Zrunning 0 tests
100422026-08-11T11:24:44.174Z
100432026-08-11T11:24:44.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-11T11:24:44.174Z
100452026-08-11T11:24:44.174Z Doc-tests pcap
100462026-08-11T11:24:44.179Z
100472026-08-11T11:24:44.179Zrunning 0 tests
100482026-08-11T11:24:44.179Z
100492026-08-11T11:24:44.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-08-11T11:24:44.179Z
100512026-08-11T11:24:44.225Zprocess exited: duration 591340 ms, exit code 0
 
100522026-08-11T11:24:44.233Zfound 0 output files