01M1CD502YY7T5X1ZYMYDFFZ3M: test

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

Buildomat Job: 01M1CD5EA1N5S7RTN27CMBCRQP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T17:17:35.164Zjob assigned to worker 01M1CD5JRE320X6NAEGXAT1B5H [factory aws, i-0e425ee21229414ea] (queued for 55 s)
 
22026-08-31T17:17:42.121Zstarting task 0: "setup"
32026-08-31T17:17:42.126Z++ uname -s
42026-08-31T17:17:42.131Z+ kern=SunOS
52026-08-31T17:17:42.131Z+ build_user=build
62026-08-31T17:17:42.131Z+ build_uid=12345
72026-08-31T17:17:42.131Z+ work_dir=/work
82026-08-31T17:17:42.131Z+ input_dir=/input
92026-08-31T17:17:42.131Z+ [[ 0 == 12345 ]]
102026-08-31T17:17:42.131Z+ case "$kern" in
112026-08-31T17:17:42.131Z+ groupadd -g 12345 build
122026-08-31T17:17:42.131Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T17:17:44.922Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T17:17:44.938Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T17:17:44.938Z+ home_fs=zfs
162026-08-31T17:17:44.938Z+ [[ zfs == autofs ]]
172026-08-31T17:17:44.938Z+ mkdir -p /home/build
182026-08-31T17:17:44.938Z+ chown build:build /home/build /work
192026-08-31T17:17:46.197Z+ chmod 0700 /home/build /work
202026-08-31T17:17:46.200Zprocess exited: duration 4079 ms, exit code 0
 
212026-08-31T17:17:46.206Zstarting task 1: "rust-toolchain"
222026-08-31T17:17:46.210Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-31T17:17:46.210Z * rust toolchain channel = "1.90.0"
242026-08-31T17:17:46.210Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T17:17:46.210Z * rust toolchain profile = "default"
262026-08-31T17:17:46.210Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T17:17:46.210Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T17:17:46.213Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T17:17:46.214Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-31T17:17:46.316Zinfo: downloading installer
312026-08-31T17:17:47.503Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T17:17:47.503Zwarn: /home/build/.rustup/settings.toml
332026-08-31T17:17:47.503Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T17:17:47.503Zwarn: instead of the one inferred from the default host triple.
352026-08-31T17:17:47.515Zinfo: profile set to default
362026-08-31T17:17:47.515Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T17:17:47.518Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-31T17:17:47.671Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-31T17:17:47.674Zinfo: downloading 6 components
402026-08-31T17:18:02.140Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-31T17:18:02.140Z
422026-08-31T17:18:02.169Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-31T17:18:02.169Z
442026-08-31T17:18:02.169Z
452026-08-31T17:18:02.169ZRust is installed now. Great!
462026-08-31T17:18:02.169Z
472026-08-31T17:18:02.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T17:18:02.172Zenvironment variable. This has not been done automatically.
492026-08-31T17:18:02.173Z
502026-08-31T17:18:02.173ZTo configure your current shell, you need to source
512026-08-31T17:18:02.173Zthe corresponding env file under $HOME/.cargo.
522026-08-31T17:18:02.173Z
532026-08-31T17:18:02.173ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T17:18:02.173Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T17:18:02.173Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T17:18:02.173Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T17:18:02.173Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T17:18:02.173Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T17:18:02.173Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T17:18:02.173Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T17:18:02.173Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T17:18:02.262Z+ rustup --version
632026-08-31T17:18:02.270Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T17:18:02.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T17:18:02.295Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-31T17:18:02.296Z+ cargo --version
672026-08-31T17:18:02.307Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-31T17:18:02.311Z+ rustc --version
692026-08-31T17:18:02.330Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-31T17:18:02.334Zprocess exited: duration 16125 ms, exit code 0
 
712026-08-31T17:18:02.341Zstarting task 2: "authentication"
722026-08-31T17:18:02.358Zprocess exited: duration 17 ms, exit code 0
 
732026-08-31T17:18:02.366Zstarting task 3: "clone repository"
742026-08-31T17:18:02.369Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-31T17:18:02.373Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-31T17:18:02.399ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-31T17:18:03.331Z+ cd /work/oxidecomputer/dendrite
782026-08-31T17:18:03.331Z+ git fetch origin 4d3ab6a6c66b998b243fd8d94b54b983a6e204de
792026-08-31T17:18:03.625ZFrom https://github.com/oxidecomputer/dendrite
802026-08-31T17:18:03.625Z * branch 4d3ab6a6c66b998b243fd8d94b54b983a6e204de -> FETCH_HEAD
812026-08-31T17:18:03.648Z+ [[ -n cory/ci-tests ]]
822026-08-31T17:18:03.649Z++ git branch --show-current
832026-08-31T17:18:03.649Z+ current=main
842026-08-31T17:18:03.649Z+ [[ main != cory/ci-tests ]]
852026-08-31T17:18:03.649Z+ git branch -f cory/ci-tests 4d3ab6a6c66b998b243fd8d94b54b983a6e204de
862026-08-31T17:18:03.649Z+ git checkout -f cory/ci-tests
872026-08-31T17:18:03.656ZSwitched to branch 'cory/ci-tests'
882026-08-31T17:18:03.656Z+ git reset --hard 4d3ab6a6c66b998b243fd8d94b54b983a6e204de
892026-08-31T17:18:03.672ZHEAD is now at 4d3ab6a swadm tests
902026-08-31T17:18:03.710Zprocess exited: duration 1306 ms, exit code 0
 
912026-08-31T17:18:03.742Zstarting task 4: "build"
922026-08-31T17:18:03.752Z+ source .github/buildomat/common.sh
932026-08-31T17:18:03.752Z++ TOFINO_STAGES=20
942026-08-31T17:18:03.752Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-31T17:18:03.752Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-31T17:18:03.752Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-31T17:18:03.752Z+++ uname -s
982026-08-31T17:18:03.752Z++ '[' SunOS == SunOS ']'
992026-08-31T17:18:03.752Z++ SERIES=illumos
1002026-08-31T17:18:03.752Z+++ uname -s
1012026-08-31T17:18:03.752Z++ '[' SunOS == SunOS ']'
1022026-08-31T17:18:03.752Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-31T17:18:03.752Z++ rustup show active-toolchain
1042026-08-31T17:18:03.752Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-31T17:18:03.752Z+ source .github/buildomat/illumos.sh
1062026-08-31T17:18:03.752Z++ banner 'sde setup'
1072026-08-31T17:18:03.752Z
1082026-08-31T17:18:03.752Z #### ##### ###### #### ###### ##### # # #####
1092026-08-31T17:18:03.753Z # # # # # # # # # # #
1102026-08-31T17:18:03.753Z #### # # ##### #### ##### # # # # #
1112026-08-31T17:18:03.753Z # # # # # # # # # #####
1122026-08-31T17:18:03.753Z # # # # # # # # # # # #
1132026-08-31T17:18:03.753Z #### ##### ###### #### ###### # #### #
1142026-08-31T17:18:03.753Z
1152026-08-31T17:18:03.753Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-31T17:18:03.753Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-31T17:18:03.753Z++ export PKG=tofino_sde.p5p
1182026-08-31T17:18:03.753Z++ PKG=tofino_sde.p5p
1192026-08-31T17:18:03.753Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-31T17:18:03.785Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-31T17:18:03.785Z Dload Upload Total Spent Left Speed
1222026-08-31T17:18:05.594Z 0 0 0 0 0 0 0 0 0 7 76.03M 7 5.64M 0 0 5.65M 0 00:13 00:13 5.65M 100 76.03M 100 76.03M 0 0 41.24M 0 00:01 00:01 5.65M 100 76.03M 100 76.03M 0 0 41.24M 0 00:01 00:01 5.65M 100 76.03M 100 76.03M 0 0 41.24M 0 00:01 00:01 5.65M
1232026-08-31T17:18:05.599Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-31T17:18:05.647Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-31T17:18:05.648Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-31T17:18:05.648Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-31T17:18:08.808Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-31T17:18:09.219Z Startup: Caching catalogs ... Done
1292026-08-31T17:18:09.274Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-31T17:18:12.136ZPlanning: Solver setup ... Done
1312026-08-31T17:18:12.210ZPlanning: Running solver ... Done
1322026-08-31T17:18:12.263ZPlanning: Finding local manifests ... Done
1332026-08-31T17:18:12.266ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-31T17:18:12.269ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-31T17:18:12.283ZPlanning: Package planning ... Done
1362026-08-31T17:18:12.286ZPlanning: Merging actions ... Done
1372026-08-31T17:18:12.379ZPlanning: Checking for conflicting actions ... Done
1382026-08-31T17:18:12.382ZPlanning: Consolidating action changes ... Done
1392026-08-31T17:18:13.162ZPlanning: Evaluating mediators ... Done
1402026-08-31T17:18:13.165ZPlanning: Planning completed in 3.88 seconds
1412026-08-31T17:18:13.170Z Packages to install: 1
1422026-08-31T17:18:13.173Z Create boot environment: No
1432026-08-31T17:18:13.173ZCreate backup boot environment: No
1442026-08-31T17:18:13.196Z
1452026-08-31T17:18:13.196ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-31T17:18:13.336ZDownload: Completed 75.30 MB in 0.14 seconds (536M/s)
1472026-08-31T17:18:13.529Z Actions: 1/293 actions (Installing new actions)
1482026-08-31T17:18:14.493Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-31T17:18:14.497ZFinalize: Updating package state database ... Done
1502026-08-31T17:18:14.537ZFinalize: Updating package cache ... Done
1512026-08-31T17:18:14.636ZFinalize: Updating image state ... Done
1522026-08-31T17:18:17.286ZFinalize: Creating fast lookup database ... Done
1532026-08-31T17:18:17.362ZFinalize: Reading search index ... Done
1542026-08-31T17:18:17.366ZFinalize: Updating search index ... Done
1552026-08-31T17:18:17.617ZFinalize: Updating package cache ... Done
1562026-08-31T17:18:17.786Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-31T17:18:17.786Z++ SDE=/opt/oxide/tofino_sde
1582026-08-31T17:18:17.786Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-31T17:18:17.786Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-31T17:18:17.786Z++ banner packages
1612026-08-31T17:18:17.789Z
1622026-08-31T17:18:17.789Z ##### ## #### # # ## #### ###### ####
1632026-08-31T17:18:17.789Z # # # # # # # # # # # # # #
1642026-08-31T17:18:17.789Z # # # # # #### # # # ##### ####
1652026-08-31T17:18:17.789Z ##### ###### # # # ###### # ### # #
1662026-08-31T17:18:17.789Z # # # # # # # # # # # # # #
1672026-08-31T17:18:17.789Z # # # #### # # # # #### ###### ####
1682026-08-31T17:18:17.790Z
1692026-08-31T17:18:17.790Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-31T17:18:18.062Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-31T17:18:18.065Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-31T17:18:20.442ZPlanning: Solver setup ... Done
1732026-08-31T17:18:20.515ZPlanning: Running solver ... Done
1742026-08-31T17:18:20.569ZPlanning: Consolidating action changes ... Done
1752026-08-31T17:18:20.569ZPlanning: Evaluating mediators ... Done
1762026-08-31T17:18:20.572ZPlanning: Planning completed in 2.51 seconds
1772026-08-31T17:18:20.587ZNo updates necessary for this image.
1782026-08-31T17:18:20.733Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-31T17:18:20.945ZPlanning: Evaluating mediator changes ... Done
1802026-08-31T17:18:21.057ZPlanning: Checking for conflicting actions ... Done
1812026-08-31T17:18:21.060ZPlanning: Consolidating action changes ... Done
1822026-08-31T17:18:21.221ZPlanning: Evaluating mediators ... Done
1832026-08-31T17:18:21.224ZPlanning: Planning completed in 0.28 seconds
1842026-08-31T17:18:21.245Z Mediators to change: 2
1852026-08-31T17:18:21.245Z Create boot environment: No
1862026-08-31T17:18:21.245ZCreate backup boot environment: No
1872026-08-31T17:18:21.313ZFinalize: Updating package state database ... Done
1882026-08-31T17:18:21.313ZFinalize: Updating package cache ... Done
1892026-08-31T17:18:21.368ZFinalize: Updating image state ... Done
1902026-08-31T17:18:23.392ZFinalize: Creating fast lookup database ... Done
1912026-08-31T17:18:23.459ZFinalize: Reading search index ... Done
1922026-08-31T17:18:23.462ZFinalize: Updating search index ... Done
1932026-08-31T17:18:23.557ZFinalize: Updating package cache ... Done
1942026-08-31T17:18:23.633Z++ cargo --version
1952026-08-31T17:18:23.643Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-31T17:18:23.646Z++ rustc --version
1972026-08-31T17:18:23.666Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-31T17:18:23.669Z+ banner copyrights
1992026-08-31T17:18:23.672Z
2002026-08-31T17:18:23.672Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-31T17:18:23.672Z # # # # # # # # # # # # # # # # #
2022026-08-31T17:18:23.672Z # # # # # # # # # # ###### # ####
2032026-08-31T17:18:23.672Z # # # ##### # ##### # # ### # # # #
2042026-08-31T17:18:23.672Z # # # # # # # # # # # # # # # #
2052026-08-31T17:18:23.672Z #### #### # # # # # #### # # # ####
2062026-08-31T17:18:23.672Z
2072026-08-31T17:18:23.673Z+ ./tools/check_copyrights.sh
2082026-08-31T17:18:23.961Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-31T17:18:24.852Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-31T17:18:25.265Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-31T17:18:25.325Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-31T17:18:25.417Zpcap/build.rs: Copyright with wrong year
2132026-08-31T17:18:25.610Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-31T17:18:25.845Z+ banner clippy
2152026-08-31T17:18:25.848Z
2162026-08-31T17:18:25.848Z #### # # ##### ##### # #
2172026-08-31T17:18:25.848Z # # # # # # # # # #
2182026-08-31T17:18:25.848Z # # # # # # # #
2192026-08-31T17:18:25.849Z # # # ##### ##### #
2202026-08-31T17:18:25.849Z # # # # # # #
2212026-08-31T17:18:25.849Z #### ###### # # # #
2222026-08-31T17:18:25.849Z
2232026-08-31T17:18:25.849Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-31T17:18:25.849Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-31T17:18:25.993Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-31T17:18:35.846Z Updating crates.io index
2272026-08-31T17:18:35.887Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-31T17:18:36.646Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-31T17:18:37.404Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-31T17:18:37.830Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-31T17:18:38.379Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-31T17:18:39.504Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-31T17:18:39.930Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-31T17:18:40.244Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-31T17:18:40.594Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-31T17:18:41.212Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-31T17:18:41.677Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-31T17:18:42.377Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-31T17:18:42.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-31T17:18:43.153Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-31T17:18:43.476Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-31T17:18:43.853Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-31T17:18:44.669Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-31T17:18:45.265Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-31T17:18:45.918Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-31T17:18:46.362Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-31T17:18:46.692Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-31T17:18:48.126Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-31T17:18:48.572Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-31T17:18:49.473Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-31T17:18:51.235Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-31T17:18:51.892Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-31T17:18:52.206Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-31T17:18:52.958Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-31T17:18:54.775Z Downloading crates ...
2562026-08-31T17:18:54.842Z Downloaded atomic-waker v1.1.2
2572026-08-31T17:18:54.845Z Downloaded aead v0.5.2
2582026-08-31T17:18:54.849Z Downloaded cfg-if v1.0.4
2592026-08-31T17:18:54.852Z Downloaded adler2 v2.0.1
2602026-08-31T17:18:54.855Z Downloaded async-trait v0.1.89
2612026-08-31T17:18:54.858Z Downloaded anstyle-query v1.1.4
2622026-08-31T17:18:54.861Z Downloaded anstyle-parse v1.0.0
2632026-08-31T17:18:54.864Z Downloaded async-stream-impl v0.3.6
2642026-08-31T17:18:54.867Z Downloaded fixedbitset v0.5.7
2652026-08-31T17:18:54.871Z Downloaded form_urlencoded v1.2.2
2662026-08-31T17:18:54.871Z Downloaded autocfg v1.5.0
2672026-08-31T17:18:54.874Z Downloaded gethostname v0.5.0
2682026-08-31T17:18:54.874Z Downloaded arrayvec v0.7.6
2692026-08-31T17:18:54.877Z Downloaded anstyle v1.0.14
2702026-08-31T17:18:54.880Z Downloaded argon2 v0.5.3
2712026-08-31T17:18:54.883Z Downloaded anstream v1.0.0
2722026-08-31T17:18:54.886Z Downloaded backoff v0.4.0
2732026-08-31T17:18:54.889Z Downloaded anyhow v1.0.102
2742026-08-31T17:18:54.892Z Downloaded allocator-api2 v0.2.21
2752026-08-31T17:18:54.895Z Downloaded csv-core v0.1.12
2762026-08-31T17:18:54.898Z Downloaded hyper-rustls v0.27.7
2772026-08-31T17:18:54.900Z Downloaded futures-task v0.3.32
2782026-08-31T17:18:54.903Z Downloaded futures-io v0.3.32
2792026-08-31T17:18:54.903Z Downloaded foreign-types v0.3.2
2802026-08-31T17:18:54.906Z Downloaded foreign-types-macros v0.2.3
2812026-08-31T17:18:54.910Z Downloaded float-cmp v0.10.0
2822026-08-31T17:18:54.913Z Downloaded dof v0.3.0
2832026-08-31T17:18:54.913Z Downloaded block-buffer v0.12.0
2842026-08-31T17:18:54.916Z Downloaded group v0.13.0
2852026-08-31T17:18:54.916Z Downloaded defmt v1.0.1
2862026-08-31T17:18:54.920Z Downloaded fs_extra v1.3.0
2872026-08-31T17:18:54.923Z Downloaded futures-channel v0.3.32
2882026-08-31T17:18:54.926Z Downloaded constant_time_eq v0.3.1
2892026-08-31T17:18:54.929Z Downloaded crypto-common v0.1.6
2902026-08-31T17:18:54.929Z Downloaded cpufeatures v0.2.17
2912026-08-31T17:18:54.932Z Downloaded defmt-parser v1.0.0
2922026-08-31T17:18:54.934Z Downloaded defmt-macros v1.0.1
2932026-08-31T17:18:54.937Z Downloaded cstr-argument v0.1.2
2942026-08-31T17:18:54.940Z Downloaded ciborium-io v0.2.2
2952026-08-31T17:18:54.941Z Downloaded enum-as-inner v0.6.1
2962026-08-31T17:18:54.943Z Downloaded cargo-platform v0.1.9
2972026-08-31T17:18:54.946Z Downloaded arrayref v0.3.9
2982026-08-31T17:18:54.946Z Downloaded http-body v1.0.1
2992026-08-31T17:18:54.949Z Downloaded curve25519-dalek-derive v0.1.1
3002026-08-31T17:18:54.952Z Downloaded erased-serde v0.3.31
3012026-08-31T17:18:54.955Z Downloaded futures-sink v0.3.32
3022026-08-31T17:18:54.955Z Downloaded defmt v0.3.100
3032026-08-31T17:18:54.958Z Downloaded compression-core v0.4.32
3042026-08-31T17:18:54.958Z Downloaded heck v0.5.0
3052026-08-31T17:18:54.961Z Downloaded heck v0.4.1
3062026-08-31T17:18:54.965Z Downloaded digest v0.10.7
3072026-08-31T17:18:54.969Z Downloaded bit-set v0.8.0
3082026-08-31T17:18:54.969Z Downloaded elliptic-curve v0.13.8
3092026-08-31T17:18:54.972Z Downloaded hostname v0.3.1
3102026-08-31T17:18:54.975Z Downloaded httpdate v1.0.3
3112026-08-31T17:18:54.975Z Downloaded hostname v0.4.2
3122026-08-31T17:18:54.978Z Downloaded bit-vec v0.8.0
3132026-08-31T17:18:54.980Z Downloaded hyper-tls v0.6.0
3142026-08-31T17:18:54.983Z Downloaded hubpack_derive v0.1.1
3152026-08-31T17:18:54.984Z Downloaded generic-array v0.14.7
3162026-08-31T17:18:54.986Z Downloaded futures-core v0.3.32
3172026-08-31T17:18:54.989Z Downloaded futures-macro v0.3.32
3182026-08-31T17:18:54.989Z Downloaded idna_adapter v1.2.1
3192026-08-31T17:18:54.992Z Downloaded ident_case v1.0.1
3202026-08-31T17:18:54.992Z Downloaded embedded-io v0.4.0
3212026-08-31T17:18:54.996Z Downloaded foreign-types-shared v0.3.1
3222026-08-31T17:18:54.999Z Downloaded errno v0.3.14
3232026-08-31T17:18:54.999Z Downloaded hash32 v0.3.1
3242026-08-31T17:18:55.002Z Downloaded compression-codecs v0.4.32
3252026-08-31T17:18:55.007Z Downloaded git-stub v1.0.0
3262026-08-31T17:18:55.007Z Downloaded float-ord v0.3.2
3272026-08-31T17:18:55.010Z Downloaded embedded-io v0.6.1
3282026-08-31T17:18:55.010Z Downloaded clap_lex v1.1.0
3292026-08-31T17:18:55.010Z Downloaded base64ct v1.8.0
3302026-08-31T17:18:55.013Z Downloaded glob v0.3.3
3312026-08-31T17:18:55.016Z Downloaded fs-err v3.1.2
3322026-08-31T17:18:55.016Z Downloaded globset v0.4.16
3332026-08-31T17:18:55.019Z Downloaded daft v0.1.5
3342026-08-31T17:18:55.022Z Downloaded foldhash v0.2.0
3352026-08-31T17:18:55.022Z Downloaded crypto-common v0.2.2
3362026-08-31T17:18:55.026Z Downloaded http-body-util v0.1.3
3372026-08-31T17:18:55.026Z Downloaded daft-derive v0.1.5
3382026-08-31T17:18:55.029Z Downloaded inout v0.1.4
3392026-08-31T17:18:55.031Z Downloaded data-encoding v2.9.0
3402026-08-31T17:18:55.034Z Downloaded foreign-types-shared v0.1.1
3412026-08-31T17:18:55.034Z Downloaded critical-section v1.2.0
3422026-08-31T17:18:55.037Z Downloaded internet-checksum v0.2.1
3432026-08-31T17:18:55.037Z Downloaded is_terminal_polyfill v1.70.1
3442026-08-31T17:18:55.041Z Downloaded kstat-rs v0.2.4
3452026-08-31T17:18:55.041Z Downloaded lazy_static v1.5.0
3462026-08-31T17:18:55.044Z Downloaded libscf-sys v1.2.0
3472026-08-31T17:18:55.044Z Downloaded keccak v0.1.6
3482026-08-31T17:18:55.047Z Downloaded linked-hash-map v0.5.6
3492026-08-31T17:18:55.047Z Downloaded is_ci v1.2.0
3502026-08-31T17:18:55.050Z Downloaded managed v0.8.0
3512026-08-31T17:18:55.050Z Downloaded lru-slab v0.1.2
3522026-08-31T17:18:55.053Z Downloaded displaydoc v0.2.5
3532026-08-31T17:18:55.056Z Downloaded hex v0.4.3
3542026-08-31T17:18:55.056Z Downloaded ff v0.13.1
3552026-08-31T17:18:55.059Z Downloaded humantime v2.3.0
3562026-08-31T17:18:55.062Z Downloaded derive-ex v0.1.8
3572026-08-31T17:18:55.062Z Downloaded deranged v0.5.3
3582026-08-31T17:18:55.065Z Downloaded highway v1.3.0
3592026-08-31T17:18:55.068Z Downloaded foldhash v0.1.5
3602026-08-31T17:18:55.068Z Downloaded lru-cache v0.1.2
3612026-08-31T17:18:55.071Z Downloaded macaddr v1.0.1
3622026-08-31T17:18:55.071Z Downloaded mime v0.3.17
3632026-08-31T17:18:55.074Z Downloaded find-msvc-tools v0.1.9
3642026-08-31T17:18:55.074Z Downloaded newtype-uuid-macros v0.1.0
3652026-08-31T17:18:55.077Z Downloaded getrandom v0.2.16
3662026-08-31T17:18:55.080Z Downloaded hmac v0.12.1
3672026-08-31T17:18:55.083Z Downloaded bitflags v1.3.2
3682026-08-31T17:18:55.083Z Downloaded bitflags v2.11.1
3692026-08-31T17:18:55.086Z Downloaded match_cfg v0.1.0
3702026-08-31T17:18:55.088Z Downloaded crossbeam-utils v0.8.21
3712026-08-31T17:18:55.091Z Downloaded cancel-safe-futures v0.1.5
3722026-08-31T17:18:55.094Z Downloaded num v0.4.3
3732026-08-31T17:18:55.094Z Downloaded newline-converter v0.3.0
3742026-08-31T17:18:55.097Z Downloaded ipnet v2.11.0
3752026-08-31T17:18:55.097Z Downloaded itoa v1.0.15
3762026-08-31T17:18:55.100Z Downloaded jobserver v0.1.34
3772026-08-31T17:18:55.103Z Downloaded num-conv v0.2.1
3782026-08-31T17:18:55.103Z Downloaded newtype_derive v0.1.6
3792026-08-31T17:18:55.106Z Downloaded linear-map v1.2.0
3802026-08-31T17:18:55.106Z Downloaded crossbeam-epoch v0.9.18
3812026-08-31T17:18:55.109Z Downloaded num-iter v0.1.45
3822026-08-31T17:18:55.109Z Downloaded ingot-types v0.1.2
3832026-08-31T17:18:55.112Z Downloaded opaque-debug v0.3.1
3842026-08-31T17:18:55.112Z Downloaded num_enum_derive v0.5.11
3852026-08-31T17:18:55.115Z Downloaded openssl-macros v0.1.1
3862026-08-31T17:18:55.115Z Downloaded num_threads v0.1.7
3872026-08-31T17:18:55.118Z Downloaded num-derive v0.4.2
3882026-08-31T17:18:55.120Z Downloaded lock_api v0.4.14
3892026-08-31T17:18:55.121Z Downloaded libsw-core v0.3.2
3902026-08-31T17:18:55.124Z Downloaded libloading v0.8.9
3912026-08-31T17:18:55.124Z Downloaded iana-time-zone v0.1.64
3922026-08-31T17:18:55.127Z Downloaded hybrid-array v0.4.12
3932026-08-31T17:18:55.130Z Downloaded blake2 v0.10.6
3942026-08-31T17:18:55.132Z Downloaded olpc-cjson v0.1.4
3952026-08-31T17:18:55.132Z Downloaded openssl-probe v0.1.6
3962026-08-31T17:18:55.136Z Downloaded omicron-workspace-hack v0.1.0
3972026-08-31T17:18:55.136Z Downloaded darling v0.21.3
3982026-08-31T17:18:55.139Z Downloaded memoffset v0.9.1
3992026-08-31T17:18:55.142Z Downloaded futures v0.3.32
4002026-08-31T17:18:55.145Z Downloaded parse-display v0.10.0
4012026-08-31T17:18:55.145Z Downloaded multer v3.1.0
4022026-08-31T17:18:55.148Z Downloaded memmap v0.7.0
4032026-08-31T17:18:55.148Z Downloaded half v2.7.1
4042026-08-31T17:18:55.151Z Downloaded camino v1.2.3
4052026-08-31T17:18:55.154Z Downloaded native-tls v0.2.14
4062026-08-31T17:18:55.157Z Downloaded httparse v1.10.1
4072026-08-31T17:18:55.157Z Downloaded const-oid v0.10.2
4082026-08-31T17:18:55.160Z Downloaded phf_shared v0.12.1
4092026-08-31T17:18:55.163Z Downloaded dropshot_endpoint v0.16.7
4102026-08-31T17:18:55.163Z Downloaded normalize-line-endings v0.3.0
4112026-08-31T17:18:55.166Z Downloaded ipnetwork v0.21.1
4122026-08-31T17:18:55.166Z Downloaded newtype-uuid v1.3.2
4132026-08-31T17:18:55.169Z Downloaded num_enum v0.5.11
4142026-08-31T17:18:55.172Z Downloaded num-integer v0.1.46
4152026-08-31T17:18:55.175Z Downloaded derive-where v1.6.0
4162026-08-31T17:18:55.178Z Downloaded powerfmt v0.2.0
4172026-08-31T17:18:55.178Z Downloaded plain v0.2.3
4182026-08-31T17:18:55.181Z Downloaded pretty-hex v0.4.1
4192026-08-31T17:18:55.181Z Downloaded num_enum_derive v0.7.5
4202026-08-31T17:18:55.183Z Downloaded proc-macro-error-attr2 v2.0.0
4212026-08-31T17:18:55.184Z Downloaded oxnet v0.1.6
4222026-08-31T17:18:55.186Z Downloaded proc-macro-crate v1.3.1
4232026-08-31T17:18:55.186Z Downloaded progenitor-macro v0.11.1
4242026-08-31T17:18:55.189Z Downloaded progenitor-macro v0.10.0
4252026-08-31T17:18:55.189Z Downloaded num-rational v0.4.2
4262026-08-31T17:18:55.189Z Downloaded derive_more v0.99.20
4272026-08-31T17:18:55.192Z Downloaded progenitor-macro v0.14.0
4282026-08-31T17:18:55.195Z Downloaded num-complex v0.4.6
4292026-08-31T17:18:55.198Z Downloaded getrandom v0.3.3
4302026-08-31T17:18:55.198Z Downloaded dropshot_endpoint v0.17.1
4312026-08-31T17:18:55.201Z Downloaded num_enum v0.7.5
4322026-08-31T17:18:55.204Z Downloaded icu_provider v2.0.0
4332026-08-31T17:18:55.207Z Downloaded progenitor-client v0.14.0
4342026-08-31T17:18:55.211Z Downloaded indexmap v1.9.3
4352026-08-31T17:18:55.214Z Downloaded owo-colors v4.3.0
4362026-08-31T17:18:55.214Z Downloaded percent-encoding v2.3.2
4372026-08-31T17:18:55.214Z Downloaded heapless v0.8.0
4382026-08-31T17:18:55.217Z Downloaded pin-project-internal v1.1.10
4392026-08-31T17:18:55.220Z Downloaded quick-error v1.2.3
4402026-08-31T17:18:55.220Z Downloaded rand_chacha v0.3.1
4412026-08-31T17:18:55.223Z Downloaded getrandom v0.4.2
4422026-08-31T17:18:55.227Z Downloaded pest_generator v2.8.2
4432026-08-31T17:18:55.227Z Downloaded async-compression v0.4.33
4442026-08-31T17:18:55.229Z Downloaded ref-cast-impl v1.0.25
4452026-08-31T17:18:55.233Z Downloaded rand_xorshift v0.4.0
4462026-08-31T17:18:55.233Z Downloaded darling_core v0.21.3
4472026-08-31T17:18:55.236Z Downloaded pem v3.0.5
4482026-08-31T17:18:55.238Z Downloaded memmap2 v0.9.8
4492026-08-31T17:18:55.239Z Downloaded paste v1.0.15
4502026-08-31T17:18:55.241Z Downloaded rustc-hash v2.1.1
4512026-08-31T17:18:55.245Z Downloaded pin-project-lite v0.2.16
4522026-08-31T17:18:55.248Z Downloaded rustc_version v0.4.1
4532026-08-31T17:18:55.248Z Downloaded phf v0.12.1
4542026-08-31T17:18:55.251Z Downloaded rustc_version v0.1.7
4552026-08-31T17:18:55.251Z Downloaded ppv-lite86 v0.2.21
4562026-08-31T17:18:55.251Z Downloaded predicates v3.1.4
4572026-08-31T17:18:55.254Z Downloaded poly1305 v0.8.0
4582026-08-31T17:18:55.256Z Downloaded same-file v1.0.6
4592026-08-31T17:18:55.257Z Downloaded progenitor v0.14.0
4602026-08-31T17:18:55.260Z Downloaded progenitor v0.10.0
4612026-08-31T17:18:55.260Z Downloaded pkg-config v0.3.32
4622026-08-31T17:18:55.262Z Downloaded proc-macro-error v1.0.4
4632026-08-31T17:18:55.265Z Downloaded parking_lot v0.12.5
4642026-08-31T17:18:55.265Z Downloaded progenitor-client v0.11.1
4652026-08-31T17:18:55.268Z Downloaded password-hash v0.5.0
4662026-08-31T17:18:55.269Z Downloaded icu_locale_core v2.0.0
4672026-08-31T17:18:55.273Z Downloaded progenitor v0.11.1
4682026-08-31T17:18:55.276Z Downloaded proc-macro-error2 v2.0.1
4692026-08-31T17:18:55.276Z Downloaded once_cell v1.21.3
4702026-08-31T17:18:55.279Z Downloaded scroll_derive v0.13.1
4712026-08-31T17:18:55.279Z Downloaded semver v0.1.20
4722026-08-31T17:18:55.283Z Downloaded crypto-bigint v0.5.5
4732026-08-31T17:18:55.286Z Downloaded search_path v0.1.4
4742026-08-31T17:18:55.286Z Downloaded scroll_derive v0.12.1
4752026-08-31T17:18:55.288Z Downloaded rand_core v0.9.3
4762026-08-31T17:18:55.289Z Downloaded rand_core v0.6.4
4772026-08-31T17:18:55.292Z Downloaded log v0.4.29
4782026-08-31T17:18:55.292Z Downloaded quote v1.0.45
4792026-08-31T17:18:55.295Z Downloaded ref-cast v1.0.25
4802026-08-31T17:18:55.297Z Downloaded rand_chacha v0.9.0
4812026-08-31T17:18:55.298Z Downloaded pest_derive v2.8.2
4822026-08-31T17:18:55.301Z Downloaded serde_spanned v1.1.1
4832026-08-31T17:18:55.301Z Downloaded serde_spanned v0.6.9
4842026-08-31T17:18:55.305Z Downloaded serde_repr v0.1.20
4852026-08-31T17:18:55.305Z Downloaded secrecy v0.10.3
4862026-08-31T17:18:55.305Z Downloaded pest_meta v2.8.2
4872026-08-31T17:18:55.308Z Downloaded jiff-static v0.2.15
4882026-08-31T17:18:55.308Z Downloaded bytes v1.12.0
4892026-08-31T17:18:55.311Z Downloaded curl v0.4.50
4902026-08-31T17:18:55.314Z Downloaded serde-big-array v0.5.1
4912026-08-31T17:18:55.314Z Downloaded const_format v0.2.34
4922026-08-31T17:18:55.317Z Downloaded sha1 v0.11.0
4932026-08-31T17:18:55.320Z Downloaded parking_lot_core v0.9.12
4942026-08-31T17:18:55.320Z Downloaded serde_urlencoded v0.7.1
4952026-08-31T17:18:55.323Z Downloaded postcard v1.1.3
4962026-08-31T17:18:55.323Z Downloaded resolv-conf v0.7.5
4972026-08-31T17:18:55.326Z Downloaded hickory-resolver v0.25.2
4982026-08-31T17:18:55.329Z Downloaded siphasher v1.0.1
4992026-08-31T17:18:55.329Z Downloaded rustls-pemfile v2.2.0
5002026-08-31T17:18:55.332Z Downloaded num-traits v0.2.19
5012026-08-31T17:18:55.332Z Downloaded rustversion v1.0.22
5022026-08-31T17:18:55.335Z Downloaded sigpipe v0.1.3
5032026-08-31T17:18:55.335Z Downloaded signal-hook-tokio v0.4.0
5042026-08-31T17:18:55.338Z Downloaded icu_normalizer_data v2.0.0
5052026-08-31T17:18:55.338Z Downloaded scopeguard v1.2.0
5062026-08-31T17:18:55.341Z Downloaded omicron-zone-package v0.12.2
5072026-08-31T17:18:55.344Z Downloaded smawk v0.3.2
5082026-08-31T17:18:55.344Z Downloaded slog-bunyan v2.5.0
5092026-08-31T17:18:55.344Z Downloaded parse-display-derive v0.10.0
5102026-08-31T17:18:55.347Z Downloaded oxide-tokio-rt v0.1.2
5112026-08-31T17:18:55.347Z Downloaded flate2 v1.1.2
5122026-08-31T17:18:55.350Z Downloaded progenitor-client v0.10.0
5132026-08-31T17:18:55.353Z Downloaded proc-macro-error-attr v1.0.4
5142026-08-31T17:18:55.353Z Downloaded icu_properties v2.0.1
5152026-08-31T17:18:55.356Z Downloaded chacha20poly1305 v0.10.1
5162026-08-31T17:18:55.356Z Downloaded stable_deref_trait v1.2.0
5172026-08-31T17:18:55.356Z Downloaded schemars_derive v0.8.22
5182026-08-31T17:18:55.359Z Downloaded rusty-fork v0.3.0
5192026-08-31T17:18:55.359Z Downloaded litemap v0.8.0
5202026-08-31T17:18:55.362Z Downloaded scroll v0.12.0
5212026-08-31T17:18:55.362Z Downloaded quinn-udp v0.5.14
5222026-08-31T17:18:55.365Z Downloaded structmeta v0.3.0
5232026-08-31T17:18:55.365Z Downloaded icu_collections v2.0.0
5242026-08-31T17:18:55.368Z Downloaded scroll v0.13.0
5252026-08-31T17:18:55.371Z Downloaded strum v0.28.0
5262026-08-31T17:18:55.371Z Downloaded subtle v2.6.1
5272026-08-31T17:18:55.374Z Downloaded papergrid v0.18.0
5282026-08-31T17:18:55.377Z Downloaded papergrid v0.11.0
5292026-08-31T17:18:55.380Z Downloaded strum v0.26.3
5302026-08-31T17:18:55.380Z Downloaded miniz_oxide v0.8.9
5312026-08-31T17:18:55.383Z Downloaded base64 v0.22.1
5322026-08-31T17:18:55.383Z Downloaded cc v1.2.64
5332026-08-31T17:18:55.386Z Downloaded strsim v0.11.1
5342026-08-31T17:18:55.389Z Downloaded serde_plain v1.0.2
5352026-08-31T17:18:55.389Z Downloaded serde_derive_internals v0.29.1
5362026-08-31T17:18:55.389Z Downloaded strum v0.27.2
5372026-08-31T17:18:55.392Z Downloaded sync_wrapper v1.0.2
5382026-08-31T17:18:55.392Z Downloaded tabled_derive v0.7.0
5392026-08-31T17:18:55.392Z Downloaded tagptr v0.2.0
5402026-08-31T17:18:55.395Z Downloaded sha2 v0.10.9
5412026-08-31T17:18:55.395Z Downloaded supports-color v3.0.2
5422026-08-31T17:18:55.398Z Downloaded swrite v0.1.0
5432026-08-31T17:18:55.398Z Downloaded expectorate v1.3.0
5442026-08-31T17:18:55.401Z Downloaded hickory-resolver v0.24.4
5452026-08-31T17:18:55.405Z Downloaded terminal_size v0.4.3
5462026-08-31T17:18:55.405Z Downloaded take_mut v0.2.2
5472026-08-31T17:18:55.405Z Downloaded tabwriter v1.4.1
5482026-08-31T17:18:55.409Z Downloaded termtree v0.5.1
5492026-08-31T17:18:55.409Z Downloaded shlex v2.0.1
5502026-08-31T17:18:55.409Z Downloaded thiserror-impl-no-std v2.0.2
5512026-08-31T17:18:55.412Z Downloaded ryu v1.0.20
5522026-08-31T17:18:55.412Z Downloaded sha1 v0.10.6
5532026-08-31T17:18:55.412Z Downloaded slog-dtrace v0.3.0
5542026-08-31T17:18:55.415Z Downloaded minimal-lexical v0.2.1
5552026-08-31T17:18:55.418Z Downloaded proc-macro2 v1.0.106
5562026-08-31T17:18:55.418Z Downloaded progenitor-impl v0.14.0
5572026-08-31T17:18:55.421Z Downloaded snafu-derive v0.8.9
5582026-08-31T17:18:55.421Z Downloaded progenitor-impl v0.11.1
5592026-08-31T17:18:55.424Z Downloaded slog-term v2.9.2
5602026-08-31T17:18:55.424Z Downloaded slog-json v2.6.1
5612026-08-31T17:18:55.427Z Downloaded slab v0.4.11
5622026-08-31T17:18:55.427Z Downloaded progenitor-impl v0.10.0
5632026-08-31T17:18:55.430Z Downloaded time-core v0.1.8
5642026-08-31T17:18:55.430Z Downloaded tokio-macros v2.7.0
5652026-08-31T17:18:55.430Z Downloaded tinyvec_macros v0.1.1
5662026-08-31T17:18:55.433Z Downloaded thread-id v5.0.0
5672026-08-31T17:18:55.433Z Downloaded testing_table v0.3.0
5682026-08-31T17:18:55.433Z Downloaded static_assertions v1.1.0
5692026-08-31T17:18:55.436Z Downloaded smf v0.2.3
5702026-08-31T17:18:55.436Z Downloaded hashbrown v0.12.3
5712026-08-31T17:18:55.439Z Downloaded thread-id v4.2.2
5722026-08-31T17:18:55.440Z Downloaded strum_macros v0.26.4
5732026-08-31T17:18:55.442Z Downloaded slog-async v2.8.0
5742026-08-31T17:18:55.442Z Downloaded serde_tokenstream v0.2.3
5752026-08-31T17:18:55.442Z Downloaded serde_path_to_error v0.1.20
5762026-08-31T17:18:55.445Z Downloaded structmeta-derive v0.3.0
5772026-08-31T17:18:55.445Z Downloaded strum_macros v0.28.0
5782026-08-31T17:18:55.448Z Downloaded goblin v0.8.2
5792026-08-31T17:18:55.452Z Downloaded memchr v2.7.5
5802026-08-31T17:18:55.454Z Downloaded icu_normalizer v2.0.0
5812026-08-31T17:18:55.457Z Downloaded prettyplease v0.2.37
5822026-08-31T17:18:55.457Z Downloaded pin-project v1.1.10
5832026-08-31T17:18:55.463Z Downloaded synstructure v0.13.2
5842026-08-31T17:18:55.466Z Downloaded http v1.4.2
5852026-08-31T17:18:55.469Z Downloaded serde_with_macros v3.14.1
5862026-08-31T17:18:55.469Z Downloaded thiserror-impl v2.0.18
5872026-08-31T17:18:55.472Z Downloaded thiserror-impl v1.0.69
5882026-08-31T17:18:55.472Z Downloaded toml_datetime v0.6.11
5892026-08-31T17:18:55.472Z Downloaded shlex v1.3.0
5902026-08-31T17:18:55.476Z Downloaded tower-service v0.3.3
5912026-08-31T17:18:55.476Z Downloaded tower-layer v0.3.3
5922026-08-31T17:18:55.476Z Downloaded toml_write v0.1.2
5932026-08-31T17:18:55.479Z Downloaded thiserror v1.0.69
5942026-08-31T17:18:55.479Z Downloaded thread_local v1.1.9
5952026-08-31T17:18:55.483Z Downloaded smallvec v1.15.1
5962026-08-31T17:18:55.483Z Downloaded aho-corasick v1.1.3
5972026-08-31T17:18:55.486Z Downloaded thiserror-no-std v2.0.2
5982026-08-31T17:18:55.486Z Downloaded tinystr v0.8.1
5992026-08-31T17:18:55.489Z Downloaded signal-hook v0.4.4
6002026-08-31T17:18:55.489Z Downloaded openssl-sys v0.9.117
6012026-08-31T17:18:55.492Z Downloaded try-lock v0.2.5
6022026-08-31T17:18:55.496Z Downloaded indexmap v2.14.0
6032026-08-31T17:18:55.499Z Downloaded spin v0.9.8
6042026-08-31T17:18:55.499Z Downloaded unicode-linebreak v0.1.5
6052026-08-31T17:18:55.499Z Downloaded topological-sort v0.2.2
6062026-08-31T17:18:55.499Z Downloaded signal-hook-registry v1.4.6
6072026-08-31T17:18:55.502Z Downloaded universal-hash v0.5.1
6082026-08-31T17:18:55.502Z Downloaded strum_macros v0.27.2
6092026-08-31T17:18:55.502Z Downloaded semver v1.0.28
6102026-08-31T17:18:55.506Z Downloaded tokio-rustls v0.25.0
6112026-08-31T17:18:55.506Z Downloaded thiserror v2.0.18
6122026-08-31T17:18:55.508Z Downloaded unarray v0.1.4
6132026-08-31T17:18:55.512Z Downloaded typify-macro v0.4.3
6142026-08-31T17:18:55.512Z Downloaded typify-macro v0.6.2
6152026-08-31T17:18:55.512Z Downloaded rayon-core v1.13.0
6162026-08-31T17:18:55.514Z Downloaded drift v0.2.0
6172026-08-31T17:18:55.518Z Downloaded unicode-xid v0.2.6
6182026-08-31T17:18:55.521Z Downloaded predicates-core v1.0.9
6192026-08-31T17:18:55.521Z Downloaded potential_utf v0.1.3
6202026-08-31T17:18:55.521Z Downloaded libsw v3.5.0
6212026-08-31T17:18:55.524Z Downloaded ingot-macros v0.1.1
6222026-08-31T17:18:55.524Z Downloaded ingot v0.1.1
6232026-08-31T17:18:55.528Z Downloaded crossbeam-channel v0.5.15
6242026-08-31T17:18:55.528Z Downloaded tokio-native-tls v0.3.1
6252026-08-31T17:18:55.531Z Downloaded tokio-dtrace v0.1.1
6262026-08-31T17:18:55.531Z Downloaded untrusted v0.9.0
6272026-08-31T17:18:55.531Z Downloaded usdt v0.5.0
6282026-08-31T17:18:55.534Z Downloaded usdt-macro v0.5.0
6292026-08-31T17:18:55.534Z Downloaded untrusted v0.7.1
6302026-08-31T17:18:55.534Z Downloaded clap_derive v4.6.1
6312026-08-31T17:18:55.537Z Downloaded clang-sys v1.8.1
6322026-08-31T17:18:55.537Z Downloaded rustls-pki-types v1.12.0
6332026-08-31T17:18:55.540Z Downloaded hyper-util v0.1.20
6342026-08-31T17:18:55.543Z Downloaded utf8_iter v1.0.4
6352026-08-31T17:18:55.543Z Downloaded utf8parse v0.2.2
6362026-08-31T17:18:55.546Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6372026-08-31T17:18:55.546Z Downloaded term v1.2.0
6382026-08-31T17:18:55.546Z Downloaded serde_yaml v0.9.34+deprecated
6392026-08-31T17:18:55.549Z Downloaded waitgroup v0.1.2
6402026-08-31T17:18:55.549Z Downloaded usdt-attr-macro v0.5.0
6412026-08-31T17:18:55.552Z Downloaded wait-timeout v0.2.1
6422026-08-31T17:18:55.552Z Downloaded version_check v0.9.5
6432026-08-31T17:18:55.552Z Downloaded usdt-macro v0.6.0
6442026-08-31T17:18:55.552Z Downloaded bcs v0.1.6
6452026-08-31T17:18:55.555Z Downloaded slog v2.8.2
6462026-08-31T17:18:55.555Z Downloaded schemars v0.8.22
6472026-08-31T17:18:55.561Z Downloaded want v0.3.1
6482026-08-31T17:18:55.564Z Downloaded usdt v0.6.0
6492026-08-31T17:18:55.564Z Downloaded toml_writer v1.1.1+spec-1.1.0
6502026-08-31T17:18:55.564Z Downloaded qorb v0.4.1
6512026-08-31T17:18:55.567Z Downloaded rand v0.8.5
6522026-08-31T17:18:55.570Z Downloaded time-macros v0.2.27
6532026-08-31T17:18:55.570Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6542026-08-31T17:18:55.573Z Downloaded console v0.16.4
6552026-08-31T17:18:55.573Z Downloaded colored v3.1.1
6562026-08-31T17:18:55.576Z Downloaded cookie v0.18.1
6572026-08-31T17:18:55.576Z Downloaded ciborium v0.2.2
6582026-08-31T17:18:55.579Z Downloaded socket2 v0.6.4
6592026-08-31T17:18:55.579Z Downloaded schemars v0.9.0
6602026-08-31T17:18:55.584Z Downloaded serde_derive v1.0.228
6612026-08-31T17:18:55.587Z Downloaded xattr v1.6.1
6622026-08-31T17:18:55.587Z Downloaded zerofrom-derive v0.1.6
6632026-08-31T17:18:55.590Z Downloaded zerofrom v0.1.6
6642026-08-31T17:18:55.591Z Downloaded yoke-derive v0.8.0
6652026-08-31T17:18:55.591Z Downloaded mio v1.2.1
6662026-08-31T17:18:55.594Z Downloaded scuffle v0.1.0
6672026-08-31T17:18:55.597Z Downloaded tokio-rustls v0.26.4
6682026-08-31T17:18:55.597Z Downloaded serde_core v1.0.228
6692026-08-31T17:18:55.600Z Downloaded indent_write v2.2.0
6702026-08-31T17:18:55.600Z Downloaded filetime v0.2.26
6712026-08-31T17:18:55.603Z Downloaded tokio-stream v0.1.17
6722026-08-31T17:18:55.603Z Downloaded nom v7.1.3
6732026-08-31T17:18:55.606Z Downloaded hashbrown v0.15.5
6742026-08-31T17:18:55.609Z Downloaded usdt-attr-macro v0.6.0
6752026-08-31T17:18:55.609Z Downloaded rustls-webpki v0.103.6
6762026-08-31T17:18:55.612Z Downloaded dropshot-api-manager v0.7.2
6772026-08-31T17:18:55.615Z Downloaded zeroize_derive v1.4.3
6782026-08-31T17:18:55.615Z Downloaded toml v0.8.23
6792026-08-31T17:18:55.618Z Downloaded either v1.15.0
6802026-08-31T17:18:55.618Z Downloaded hubpack v0.1.2
6812026-08-31T17:18:55.618Z Downloaded zone_cfg_derive v0.3.1
6822026-08-31T17:18:55.618Z Downloaded zone v0.3.1
6832026-08-31T17:18:55.621Z Downloaded tempfile v3.27.0
6842026-08-31T17:18:55.621Z Downloaded usdt-impl v0.6.0
6852026-08-31T17:18:55.624Z Downloaded hashbrown v0.16.1
6862026-08-31T17:18:55.624Z Downloaded vsss-rs v3.3.4
6872026-08-31T17:18:55.627Z Downloaded textwrap v0.16.2
6882026-08-31T17:18:55.627Z Downloaded is-terminal v0.4.16
6892026-08-31T17:18:55.630Z Downloaded instant v0.1.13
6902026-08-31T17:18:55.630Z Downloaded toml_parser v1.1.2+spec-1.1.0
6912026-08-31T17:18:55.633Z Downloaded usdt-impl v0.5.0
6922026-08-31T17:18:55.633Z Downloaded test-strategy v0.4.3
6932026-08-31T17:18:55.636Z Downloaded cargo_metadata v0.18.1
6942026-08-31T17:18:55.636Z Downloaded crossbeam-deque v0.8.6
6952026-08-31T17:18:55.636Z Downloaded const_format_proc_macros v0.2.34
6962026-08-31T17:18:55.639Z Downloaded cmake v0.1.54
6972026-08-31T17:18:55.639Z Downloaded tinyvec v1.10.0
6982026-08-31T17:18:55.642Z Downloaded tracing-attributes v0.1.30
6992026-08-31T17:18:55.642Z Downloaded similar v2.7.0
7002026-08-31T17:18:55.645Z Downloaded schemars v1.2.0
7012026-08-31T17:18:55.651Z Downloaded writeable v0.6.1
7022026-08-31T17:18:55.654Z Downloaded yoke v0.8.0
7032026-08-31T17:18:55.654Z Downloaded git2 v0.19.0
7042026-08-31T17:18:55.657Z Downloaded serde v1.0.228
7052026-08-31T17:18:55.666Z Downloaded itertools v0.14.0
7062026-08-31T17:18:55.669Z Downloaded idna v1.1.0
7072026-08-31T17:18:56.675Z Downloaded toml v0.9.12+spec-1.1.0
7082026-08-31T17:18:56.680Z Downloaded zerovec-derive v0.11.1
7092026-08-31T17:18:56.680Z Downloaded toml v0.7.8
7102026-08-31T17:18:56.680Z Downloaded iddqd v0.3.18
7112026-08-31T17:18:56.680Z Downloaded zmij v1.0.17
7122026-08-31T17:18:56.680Z Downloaded zeroize v1.8.1
7132026-08-31T17:18:56.680Z Downloaded snafu v0.8.9
7142026-08-31T17:18:56.680Z Downloaded steno v0.4.1
7152026-08-31T17:18:56.680Z Downloaded walkdir v2.5.0
7162026-08-31T17:18:56.680Z Downloaded vergen v8.3.2
7172026-08-31T17:18:56.680Z Downloaded hkdf v0.12.4
7182026-08-31T17:18:56.680Z Downloaded tracing-core v0.1.34
7192026-08-31T17:18:56.680Z Downloaded hashbrown v0.17.1
7202026-08-31T17:18:56.680Z Downloaded iri-string v0.7.8
7212026-08-31T17:18:56.680Z Downloaded ucd-trie v0.1.7
7222026-08-31T17:18:56.680Z Downloaded quinn v0.11.9
7232026-08-31T17:18:56.680Z Downloaded unicode-ident v1.0.24
7242026-08-31T17:18:56.680Z Downloaded typify v0.6.2
7252026-08-31T17:18:56.680Z Downloaded whoami v1.6.1
7262026-08-31T17:18:56.680Z Downloaded itertools v0.12.1
7272026-08-31T17:18:56.680Z Downloaded pest v2.8.2
7282026-08-31T17:18:56.680Z Downloaded cipher v0.4.4
7292026-08-31T17:18:56.680Z Downloaded zerocopy-derive v0.7.35
7302026-08-31T17:18:56.680Z Downloaded clap_builder v4.6.0
7312026-08-31T17:18:56.680Z Downloaded chacha20 v0.9.1
7322026-08-31T17:18:56.680Z Downloaded cexpr v0.6.0
7332026-08-31T17:18:56.680Z Downloaded toml v1.1.2+spec-1.1.0
7342026-08-31T17:18:56.680Z Downloaded digest v0.11.3
7352026-08-31T17:18:56.680Z Downloaded similar v3.2.0
7362026-08-31T17:18:56.680Z Downloaded camino-tempfile v1.4.1
7372026-08-31T17:18:56.680Z Downloaded debug-ignore v1.0.5
7382026-08-31T17:18:56.680Z Downloaded fixedbitset v0.4.2
7392026-08-31T17:18:56.680Z Downloaded byteorder v1.5.0
7402026-08-31T17:18:56.680Z Downloaded aws-lc-rs v1.16.2
7412026-08-31T17:18:56.681Z Downloaded tar v0.4.45
7422026-08-31T17:18:56.681Z Downloaded bytecount v0.6.9
7432026-08-31T17:18:56.681Z Downloaded fastrand v2.3.0
7442026-08-31T17:18:56.681Z Downloaded dyn-clone v1.0.20
7452026-08-31T17:18:56.681Z Downloaded libm v0.2.15
7462026-08-31T17:18:56.681Z Downloaded dropshot-api-manager-types v0.7.2
7472026-08-31T17:18:56.681Z Downloaded dunce v1.0.5
7482026-08-31T17:18:56.681Z Downloaded itertools v0.15.0
7492026-08-31T17:18:56.681Z Downloaded typify v0.4.3
7502026-08-31T17:18:56.681Z Downloaded dof v0.4.0
7512026-08-31T17:18:56.681Z Downloaded rand v0.9.3
7522026-08-31T17:18:56.681Z Downloaded hyper v1.10.1
7532026-08-31T17:18:56.681Z Downloaded unsafe-libyaml v0.2.11
7542026-08-31T17:18:56.681Z Downloaded h2 v0.4.14
7552026-08-31T17:18:56.681Z Downloaded darling_macro v0.21.3
7562026-08-31T17:18:56.681Z Downloaded crc8 v0.1.1
7572026-08-31T17:18:56.681Z Downloaded clap v4.6.1
7582026-08-31T17:18:56.681Z Downloaded toml_edit v0.22.27
7592026-08-31T17:18:56.681Z Downloaded git-stub-vcs v0.1.0
7602026-08-31T17:18:56.681Z Downloaded base16ct v0.2.0
7612026-08-31T17:18:56.681Z Downloaded foreign-types v0.5.0
7622026-08-31T17:18:56.681Z Downloaded futures-executor v0.3.32
7632026-08-31T17:18:56.681Z Downloaded crucible-workspace-hack v0.1.0
7642026-08-31T17:18:56.681Z Downloaded colorchoice v1.0.4
7652026-08-31T17:18:56.681Z Downloaded equivalent v1.0.2
7662026-08-31T17:18:56.681Z Downloaded dtrace-parser v0.2.0
7672026-08-31T17:18:56.681Z Downloaded difflib v0.4.0
7682026-08-31T17:18:56.681Z Downloaded uuid v1.23.3
7692026-08-31T17:18:56.681Z Downloaded cpufeatures v0.3.0
7702026-08-31T17:18:56.681Z Downloaded ciborium-ll v0.2.2
7712026-08-31T17:18:56.681Z Downloaded fnv v1.0.7
7722026-08-31T17:18:56.681Z Downloaded dtrace-parser v0.3.0
7732026-08-31T17:18:56.681Z Downloaded convert_case v0.4.0
7742026-08-31T17:18:56.681Z Downloaded cfg_aliases v0.2.1
7752026-08-31T17:18:56.681Z Downloaded crc32fast v1.5.0
7762026-08-31T17:18:56.681Z Downloaded cobs v0.3.0
7772026-08-31T17:18:56.681Z Downloaded block-buffer v0.10.4
7782026-08-31T17:18:56.681Z Downloaded async-recursion v1.1.1
7792026-08-31T17:18:56.681Z Downloaded atomicwrites v0.4.4
7802026-08-31T17:18:56.682Z Downloaded async-stream v0.3.6
7812026-08-31T17:18:56.682Z Downloaded tracing v0.1.41
7822026-08-31T17:18:56.682Z Downloaded icu_properties_data v2.0.1
7832026-08-31T17:18:56.682Z Downloaded zerotrie v0.2.2
7842026-08-31T17:18:56.682Z Downloaded iddqd v0.4.5
7852026-08-31T17:18:56.682Z Downloaded blake3 v1.8.2
7862026-08-31T17:18:56.682Z Downloaded futures-util v0.3.32
7872026-08-31T17:18:56.682Z Downloaded reqwest v0.12.23
7882026-08-31T17:18:56.682Z Downloaded url v2.5.7
7892026-08-31T17:18:56.682Z Downloaded unicode-segmentation v1.12.0
7902026-08-31T17:18:56.682Z Downloaded zerocopy-derive v0.8.27
7912026-08-31T17:18:56.682Z Downloaded toml_edit v0.19.15
7922026-08-31T17:18:56.682Z Downloaded reqwest v0.13.2
7932026-08-31T17:18:56.682Z Downloaded regex v1.12.4
7942026-08-31T17:18:56.682Z Downloaded goblin v0.10.1
7952026-08-31T17:18:56.682Z Downloaded rayon v1.11.0
7962026-08-31T17:18:56.682Z Downloaded typed-path v0.9.3
7972026-08-31T17:18:56.682Z Downloaded portable-atomic v1.11.1
7982026-08-31T17:18:56.682Z Downloaded tokio-util v0.7.16
7992026-08-31T17:18:56.682Z Downloaded tower v0.5.2
8002026-08-31T17:18:56.682Z Downloaded serde_json v1.0.150
8012026-08-31T17:18:56.682Z Downloaded typenum v1.20.1
8022026-08-31T17:18:56.682Z Downloaded unicode-normalization v0.1.24
8032026-08-31T17:18:56.682Z Downloaded bindgen v0.72.1
8042026-08-31T17:18:56.682Z Downloaded tough v0.20.0
8052026-08-31T17:18:56.682Z Downloaded proptest v1.8.0
8062026-08-31T17:18:56.682Z Downloaded chrono v0.4.45
8072026-08-31T17:18:56.682Z Downloaded rustls-webpki v0.102.8
8082026-08-31T17:18:56.686Z Downloaded zerovec v0.11.4
8092026-08-31T17:18:56.686Z Downloaded moka v0.12.11
8102026-08-31T17:18:56.686Z Downloaded serde_with v3.14.1
8112026-08-31T17:18:56.686Z Downloaded zerocopy v0.7.35
8122026-08-31T17:18:56.686Z Downloaded tower-http v0.6.8
8132026-08-31T17:18:56.686Z Downloaded winnow v0.5.40
8142026-08-31T17:18:56.686Z Downloaded dropshot v0.16.7
8152026-08-31T17:18:56.686Z Downloaded tabled v0.15.0
8162026-08-31T17:18:56.686Z Downloaded quinn-proto v0.11.14
8172026-08-31T17:18:56.686Z Downloaded curve25519-dalek v4.1.3
8182026-08-31T17:18:56.686Z Downloaded winnow v0.7.14
8192026-08-31T17:18:56.686Z Downloaded time v0.3.47
8202026-08-31T17:18:56.686Z Downloaded tabled v0.21.0
8212026-08-31T17:18:56.686Z Downloaded winnow v1.0.3
8222026-08-31T17:18:56.687Z Downloaded syn v1.0.109
8232026-08-31T17:18:56.687Z Downloaded hickory-proto v0.24.4
8242026-08-31T17:18:56.687Z Downloaded nix v0.30.1
8252026-08-31T17:18:56.687Z Downloaded webpki-roots v1.0.2
8262026-08-31T17:18:56.687Z Downloaded vcpkg v0.2.15
8272026-08-31T17:18:56.687Z Downloaded zerocopy v0.8.27
8282026-08-31T17:18:56.687Z Downloaded smoltcp v0.11.0
8292026-08-31T17:18:56.687Z Downloaded unicode-width v0.1.14
8302026-08-31T17:18:56.687Z Downloaded regress v0.11.1
8312026-08-31T17:18:56.687Z Downloaded syn v2.0.118
8322026-08-31T17:18:56.687Z Downloaded unicode-width v0.2.1
8332026-08-31T17:18:56.687Z Downloaded regress v0.10.5
8342026-08-31T17:18:56.687Z Downloaded openapiv3 v2.2.0
8352026-08-31T17:18:56.687Z Downloaded rustls v0.23.40
8362026-08-31T17:18:56.687Z Downloaded rustix v0.38.44
8372026-08-31T17:18:56.687Z Downloaded regex-syntax v0.8.11
8382026-08-31T17:18:56.687Z Downloaded rustix v1.1.4
8392026-08-31T17:18:56.687Z Downloaded hickory-proto v0.25.2
8402026-08-31T17:18:56.687Z Downloaded nix v0.31.3
8412026-08-31T17:18:56.687Z Downloaded bstr v1.12.0
8422026-08-31T17:18:56.687Z Downloaded typify-impl v0.6.2
8432026-08-31T17:18:56.687Z Downloaded dropshot v0.17.1
8442026-08-31T17:18:56.687Z Downloaded rustls v0.22.4
8452026-08-31T17:18:56.687Z Downloaded openssl v0.10.81
8462026-08-31T17:18:56.687Z Downloaded typify-impl v0.4.3
8472026-08-31T17:18:56.687Z Downloaded regex-automata v0.4.13
8482026-08-31T17:18:56.687Z Downloaded petgraph v0.6.5
8492026-08-31T17:18:56.687Z Downloaded petgraph v0.8.2
8502026-08-31T17:18:56.687Z Downloaded libc v0.2.186
8512026-08-31T17:18:56.687Z Downloaded libz-sys v1.1.22
8522026-08-31T17:18:56.687Z Downloaded jiff v0.2.15
8532026-08-31T17:18:56.687Z Downloaded sha3 v0.10.8
8542026-08-31T17:18:56.687Z Downloaded chrono-tz v0.10.4
8552026-08-31T17:18:56.687Z Downloaded csv v1.4.0
8562026-08-31T17:18:56.687Z Downloaded encoding_rs v0.8.35
8572026-08-31T17:18:56.687Z Downloaded tokio v1.52.3
8582026-08-31T17:18:56.687Z Downloaded ring v0.17.14
8592026-08-31T17:18:56.687Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-08-31T17:18:56.687Z Downloaded curl-sys v0.4.89+curl-8.20.0
8612026-08-31T17:18:57.186Z Downloaded aws-lc-sys v0.39.1
8622026-08-31T17:18:57.507Z Compiling proc-macro2 v1.0.106
8632026-08-31T17:18:57.507Z Compiling quote v1.0.45
8642026-08-31T17:18:57.507Z Compiling unicode-ident v1.0.24
8652026-08-31T17:18:57.510Z Compiling serde_core v1.0.228
8662026-08-31T17:18:57.510Z Compiling serde v1.0.228
8672026-08-31T17:18:57.510Z Compiling libc v0.2.186
8682026-08-31T17:18:57.510Z Checking cfg-if v1.0.4
8692026-08-31T17:18:57.819Z Compiling zmij v1.0.17
8702026-08-31T17:18:57.841Z Compiling autocfg v1.5.0
8712026-08-31T17:18:58.120Z Compiling memchr v2.7.5
8722026-08-31T17:18:58.148Z Compiling libm v0.2.15
8732026-08-31T17:18:58.487Z Compiling getrandom v0.4.2
8742026-08-31T17:18:58.682Z Compiling jobserver v0.1.34
8752026-08-31T17:18:58.721Z Compiling find-msvc-tools v0.1.9
8762026-08-31T17:18:58.737Z Compiling shlex v2.0.1
8772026-08-31T17:18:58.741Z Compiling version_check v0.9.5
8782026-08-31T17:18:58.923Z Compiling cc v1.2.64
8792026-08-31T17:18:58.960Z Compiling thiserror v2.0.18
8802026-08-31T17:18:59.008Z Checking smallvec v1.15.1
8812026-08-31T17:18:59.025Z Compiling syn v2.0.118
8822026-08-31T17:18:59.047Z Checking itoa v1.0.15
8832026-08-31T17:18:59.094Z Compiling icu_normalizer_data v2.0.0
8842026-08-31T17:18:59.197Z Compiling icu_properties_data v2.0.1
8852026-08-31T17:18:59.310Z Compiling parking_lot_core v0.9.12
8862026-08-31T17:18:59.361Z Checking stable_deref_trait v1.2.0
8872026-08-31T17:18:59.441Z Compiling serde_json v1.0.150
8882026-08-31T17:18:59.615Z Compiling heck v0.5.0
8892026-08-31T17:18:59.716Z Checking litemap v0.8.0
8902026-08-31T17:18:59.780Z Checking writeable v0.6.1
8912026-08-31T17:18:59.825Z Compiling num-traits v0.2.19
8922026-08-31T17:18:59.916Z Checking percent-encoding v2.3.2
8932026-08-31T17:19:00.160Z Checking form_urlencoded v1.2.2
8942026-08-31T17:19:00.219Z Checking utf8_iter v1.0.4
8952026-08-31T17:19:00.234Z Compiling zerocopy v0.8.27
8962026-08-31T17:19:00.288Z Checking pin-project-lite v0.2.16
8972026-08-31T17:19:00.335Z Compiling log v0.4.29
8982026-08-31T17:19:00.350Z Compiling equivalent v1.0.2
8992026-08-31T17:19:00.385Z Compiling semver v1.0.28
9002026-08-31T17:19:00.422Z Checking iana-time-zone v0.1.64
9012026-08-31T17:19:00.439Z Compiling rustversion v1.0.22
9022026-08-31T17:19:00.517Z Checking getrandom v0.2.16
9032026-08-31T17:19:00.533Z Checking socket2 v0.6.4
9042026-08-31T17:19:00.660Z Checking uuid v1.23.3
9052026-08-31T17:19:00.677Z Checking scopeguard v1.2.0
9062026-08-31T17:19:00.810Z Checking lock_api v0.4.14
9072026-08-31T17:19:00.893Z Checking bitflags v2.11.1
9082026-08-31T17:19:00.918Z Checking signal-hook-registry v1.4.6
9092026-08-31T17:19:00.958Z Checking mio v1.2.1
9102026-08-31T17:19:01.070Z Checking parking_lot v0.12.5
9112026-08-31T17:19:01.094Z Compiling schemars v0.8.22
9122026-08-31T17:19:01.114Z Checking dyn-clone v1.0.20
9132026-08-31T17:19:01.279Z Compiling portable-atomic v1.11.1
9142026-08-31T17:19:01.310Z Checking futures-core v0.3.32
9152026-08-31T17:19:01.364Z Compiling ring v0.17.14
9162026-08-31T17:19:01.412Z Checking critical-section v1.2.0
9172026-08-31T17:19:01.444Z Compiling hashbrown v0.17.1
9182026-08-31T17:19:01.448Z Compiling httparse v1.10.1
9192026-08-31T17:19:01.696Z Compiling regex-syntax v0.8.11
9202026-08-31T17:19:01.827Z Checking futures-sink v0.3.32
9212026-08-31T17:19:01.862Z Compiling synstructure v0.13.2
9222026-08-31T17:19:01.890Z Compiling serde_derive_internals v0.29.1
9232026-08-31T17:19:02.210Z Checking once_cell v1.21.3
9242026-08-31T17:19:02.241Z Compiling indexmap v2.14.0
9252026-08-31T17:19:02.388Z Checking subtle v2.6.1
9262026-08-31T17:19:02.538Z Checking slab v0.4.11
9272026-08-31T17:19:02.658Z Compiling aho-corasick v1.1.3
9282026-08-31T17:19:02.697Z Compiling rustix v1.1.4
9292026-08-31T17:19:02.751Z Compiling thiserror v1.0.69
9302026-08-31T17:19:02.801Z Checking rand_core v0.6.4
9312026-08-31T17:19:02.967Z Checking typenum v1.20.1
9322026-08-31T17:19:03.135Z Compiling serde_derive v1.0.228
9332026-08-31T17:19:03.231Z Compiling zerofrom-derive v0.1.6
9342026-08-31T17:19:03.258Z Compiling yoke-derive v0.8.0
9352026-08-31T17:19:03.335Z Compiling zerovec-derive v0.11.1
9362026-08-31T17:19:03.760Z Compiling displaydoc v0.2.5
9372026-08-31T17:19:03.815Z Compiling thiserror-impl v2.0.18
9382026-08-31T17:19:04.096Z Compiling schemars_derive v0.8.22
9392026-08-31T17:19:04.276Z Compiling tokio-macros v2.7.0
9402026-08-31T17:19:04.426Z Compiling zerocopy-derive v0.8.27
9412026-08-31T17:19:04.451Z Checking zerofrom v0.1.6
9422026-08-31T17:19:04.493Z Compiling futures-macro v0.3.32
9432026-08-31T17:19:04.580Z Checking yoke v0.8.0
9442026-08-31T17:19:04.758Z Checking zerovec v0.11.4
9452026-08-31T17:19:05.026Z Checking zerotrie v0.2.2
9462026-08-31T17:19:05.270Z Compiling zeroize_derive v1.4.3
9472026-08-31T17:19:05.286Z Compiling regex-automata v0.4.13
9482026-08-31T17:19:05.302Z Compiling thiserror-impl v1.0.69
9492026-08-31T17:19:05.456Z Checking tinystr v0.8.1
9502026-08-31T17:19:05.623Z Checking potential_utf v0.1.3
9512026-08-31T17:19:05.639Z Checking icu_locale_core v2.0.0
9522026-08-31T17:19:05.752Z Checking icu_collections v2.0.0
9532026-08-31T17:19:05.908Z Checking zeroize v1.8.1
9542026-08-31T17:19:06.063Z Checking futures-channel v0.3.32
9552026-08-31T17:19:06.080Z Compiling ucd-trie v0.1.7
9562026-08-31T17:19:06.096Z Checking icu_provider v2.0.0
9572026-08-31T17:19:06.195Z Checking bytes v1.12.0
9582026-08-31T17:19:06.250Z Checking chrono v0.4.45
9592026-08-31T17:19:06.330Z Compiling serde_tokenstream v0.2.3
9602026-08-31T17:19:06.347Z Checking icu_normalizer v2.0.0
9612026-08-31T17:19:06.435Z Checking icu_properties v2.0.1
9622026-08-31T17:19:06.631Z Checking tokio v1.52.3
9632026-08-31T17:19:06.648Z Compiling pest v2.8.2
9642026-08-31T17:19:06.873Z Checking futures-io v0.3.32
9652026-08-31T17:19:06.992Z Compiling regex v1.12.4
9662026-08-31T17:19:07.093Z Checking futures-task v0.3.32
9672026-08-31T17:19:07.239Z Checking futures-util v0.3.32
9682026-08-31T17:19:07.255Z Checking idna_adapter v1.2.1
9692026-08-31T17:19:07.364Z Compiling pkg-config v0.3.32
9702026-08-31T17:19:07.380Z Checking idna v1.1.0
9712026-08-31T17:19:07.395Z Compiling anyhow v1.0.102
9722026-08-31T17:19:07.626Z Checking url v2.5.7
9732026-08-31T17:19:07.803Z Compiling pest_meta v2.8.2
9742026-08-31T17:19:07.877Z Compiling tracing-attributes v0.1.30
9752026-08-31T17:19:07.881Z Checking tracing-core v0.1.34
9762026-08-31T17:19:08.030Z Compiling generic-array v0.14.7
9772026-08-31T17:19:08.189Z Compiling vcpkg v0.2.15
9782026-08-31T17:19:08.256Z Compiling allocator-api2 v0.2.21
9792026-08-31T17:19:08.629Z Compiling pest_generator v2.8.2
9802026-08-31T17:19:08.732Z Compiling foldhash v0.2.0
9812026-08-31T17:19:08.801Z Compiling fnv v1.0.7
9822026-08-31T17:19:08.902Z Compiling hashbrown v0.16.1
9832026-08-31T17:19:09.019Z Checking http v1.4.2
9842026-08-31T17:19:09.116Z Checking tracing v0.1.41
9852026-08-31T17:19:09.145Z Compiling getrandom v0.3.3
9862026-08-31T17:19:09.269Z Compiling pest_derive v2.8.2
9872026-08-31T17:19:09.391Z Compiling byteorder v1.5.0
9882026-08-31T17:19:09.508Z Compiling camino v1.2.3
9892026-08-31T17:19:09.581Z Checking crypto-common v0.1.6
9902026-08-31T17:19:09.620Z Checking errno v0.3.14
9912026-08-31T17:19:09.708Z Compiling time-core v0.1.8
9922026-08-31T17:19:09.744Z Compiling num-conv v0.2.1
9932026-08-31T17:19:09.766Z Checking base64 v0.22.1
9942026-08-31T17:19:09.801Z Checking ipnet v2.11.0
9952026-08-31T17:19:09.859Z Checking tokio-util v0.7.16
9962026-08-31T17:19:09.880Z Compiling scroll_derive v0.13.1
9972026-08-31T17:19:09.900Z Compiling time-macros v0.2.27
9982026-08-31T17:19:10.013Z Compiling paste v1.0.15
9992026-08-31T17:19:10.029Z Checking http-body v1.0.1
10002026-08-31T17:19:10.129Z Checking rustls-pki-types v1.12.0
10012026-08-31T17:19:10.182Z Checking atomic-waker v1.1.2
10022026-08-31T17:19:10.486Z Checking untrusted v0.9.0
10032026-08-31T17:19:10.604Z Checking try-lock v0.2.5
10042026-08-31T17:19:10.625Z Checking tower-layer v0.3.3
10052026-08-31T17:19:10.706Z Checking tower-service v0.3.3
10062026-08-31T17:19:10.722Z Checking want v0.3.1
10072026-08-31T17:19:10.801Z Checking h2 v0.4.14
10082026-08-31T17:19:10.846Z Checking ryu v1.0.20
10092026-08-31T17:19:10.862Z Checking httpdate v1.0.3
10102026-08-31T17:19:10.899Z Compiling openssl-sys v0.9.117
10112026-08-31T17:19:10.973Z Compiling async-trait v0.1.89
10122026-08-31T17:19:10.990Z Compiling cmake v0.1.54
10132026-08-31T17:19:11.007Z Compiling fs_extra v1.3.0
10142026-08-31T17:19:11.184Z Compiling dunce v1.0.5
10152026-08-31T17:19:11.265Z Compiling crossbeam-utils v0.8.21
10162026-08-31T17:19:11.289Z Checking pretty-hex v0.4.1
10172026-08-31T17:19:11.332Z Compiling strsim v0.11.1
10182026-08-31T17:19:11.413Z Compiling aws-lc-sys v0.39.1
10192026-08-31T17:19:11.501Z Compiling scroll v0.13.0
10202026-08-31T17:19:11.603Z Compiling regress v0.10.5
10212026-08-31T17:19:11.632Z Checking block-buffer v0.10.4
10222026-08-31T17:19:11.684Z Checking ppv-lite86 v0.2.21
10232026-08-31T17:19:11.767Z Compiling slog v2.8.2
10242026-08-31T17:19:11.783Z Compiling plain v0.2.3
10252026-08-31T17:19:11.851Z Compiling usdt-impl v0.6.0
10262026-08-31T17:19:11.931Z Compiling goblin v0.10.1
10272026-08-31T17:19:11.980Z Checking digest v0.10.7
10282026-08-31T17:19:12.069Z Checking http-body-util v0.1.3
10292026-08-31T17:19:12.116Z Checking ipnetwork v0.21.1
10302026-08-31T17:19:12.171Z Checking erased-serde v0.3.31
10312026-08-31T17:19:12.327Z Compiling ident_case v1.0.1
10322026-08-31T17:19:12.343Z Compiling omicron-workspace-hack v0.1.0
10332026-08-31T17:19:12.529Z Compiling darling_core v0.21.3
10342026-08-31T17:19:12.581Z Checking serde_urlencoded v0.7.1
10352026-08-31T17:19:12.651Z Checking hyper v1.10.1
10362026-08-31T17:19:12.725Z Compiling dtrace-parser v0.3.0
10372026-08-31T17:19:12.781Z Compiling openapiv3 v2.2.0
10382026-08-31T17:19:12.798Z Compiling daft-derive v0.1.5
10392026-08-31T17:19:13.324Z Compiling typify-impl v0.4.3
10402026-08-31T17:19:13.508Z Compiling thread-id v5.0.0
10412026-08-31T17:19:13.592Z Checking hyper-util v0.1.20
10422026-08-31T17:19:14.187Z Compiling aws-lc-rs v1.16.2
10432026-08-31T17:19:14.630Z Compiling dof v0.4.0
10442026-08-31T17:19:14.661Z Compiling darling_macro v0.21.3
10452026-08-31T17:19:14.849Z Checking encoding_rs v0.8.35
10462026-08-31T17:19:14.946Z Checking cpufeatures v0.2.17
10472026-08-31T17:19:15.020Z Checking mime v0.3.17
10482026-08-31T17:19:15.215Z Compiling darling v0.21.3
10492026-08-31T17:19:15.385Z Checking untrusted v0.7.1
10502026-08-31T17:19:15.460Z Compiling slog-async v2.8.0
10512026-08-31T17:19:15.523Z Checking rand_core v0.9.3
10522026-08-31T17:19:15.629Z Checking oxnet v0.1.6
10532026-08-31T17:19:15.708Z Compiling usdt-macro v0.6.0
10542026-08-31T17:19:15.775Z Compiling usdt-attr-macro v0.6.0
10552026-08-31T17:19:15.793Z Compiling structmeta-derive v0.3.0
10562026-08-31T17:19:15.877Z Compiling multer v3.1.0
10572026-08-31T17:19:15.982Z Compiling rustls v0.23.40
10582026-08-31T17:19:16.092Z Compiling unsafe-libyaml v0.2.11
10592026-08-31T17:19:16.106Z Compiling rustls v0.22.4
10602026-08-31T17:19:16.486Z Compiling async-stream-impl v0.3.6
10612026-08-31T17:19:16.489Z Checking sync_wrapper v1.0.2
10622026-08-31T17:19:16.605Z Compiling serde_yaml v0.9.34+deprecated
10632026-08-31T17:19:16.693Z Compiling typify-macro v0.4.3
10642026-08-31T17:19:16.764Z Checking hex v0.4.3
10652026-08-31T17:19:16.804Z Compiling structmeta v0.3.0
10662026-08-31T17:19:17.002Z Checking fastrand v2.3.0
10672026-08-31T17:19:17.088Z Compiling openssl v0.10.81
10682026-08-31T17:19:17.177Z Checking foreign-types-shared v0.1.1
10692026-08-31T17:19:17.193Z Checking tempfile v3.27.0
10702026-08-31T17:19:17.264Z Checking foreign-types v0.3.2
10712026-08-31T17:19:17.335Z Checking tower v0.5.2
10722026-08-31T17:19:17.375Z Checking rand_chacha v0.9.0
10732026-08-31T17:19:17.391Z Checking futures-executor v0.3.32
10742026-08-31T17:19:17.537Z Compiling openssl-macros v0.1.1
10752026-08-31T17:19:17.559Z Compiling strum_macros v0.26.4
10762026-08-31T17:19:17.576Z Checking powerfmt v0.2.0
10772026-08-31T17:19:17.707Z Checking openssl-probe v0.1.6
10782026-08-31T17:19:17.726Z Checking iri-string v0.7.8
10792026-08-31T17:19:17.814Z Compiling native-tls v0.2.14
10802026-08-31T17:19:17.830Z Checking deranged v0.5.3
10812026-08-31T17:19:18.081Z Checking rand v0.9.3
10822026-08-31T17:19:18.153Z Compiling typify v0.4.3
10832026-08-31T17:19:18.246Z Checking futures v0.3.32
10842026-08-31T17:19:18.327Z Compiling newtype-uuid-macros v0.1.0
10852026-08-31T17:19:18.647Z Compiling ref-cast v1.0.25
10862026-08-31T17:19:18.769Z Checking tower-http v0.6.8
10872026-08-31T17:19:18.853Z Checking num_threads v0.1.7
10882026-08-31T17:19:18.943Z Checking time v0.3.47
10892026-08-31T17:19:19.015Z Compiling ref-cast-impl v1.0.25
10902026-08-31T17:19:19.044Z Compiling dropshot v0.16.7
10912026-08-31T17:19:19.115Z Checking memmap2 v0.9.8
10922026-08-31T17:19:19.158Z Checking unicode-width v0.2.1
10932026-08-31T17:19:19.328Z Compiling derive-ex v0.1.8
10942026-08-31T17:19:19.415Z Checking crossbeam-channel v0.5.15
10952026-08-31T17:19:19.570Z Checking webpki-roots v1.0.2
10962026-08-31T17:19:19.604Z Compiling dropshot_endpoint v0.16.7
10972026-08-31T17:19:19.694Z Compiling strum_macros v0.27.2
10982026-08-31T17:19:19.742Z Checking winnow v0.7.14
10992026-08-31T17:19:20.077Z Compiling progenitor-impl v0.11.1
11002026-08-31T17:19:20.312Z Checking tokio-native-tls v0.3.1
11012026-08-31T17:19:20.473Z Checking hyper-tls v0.6.0
11022026-08-31T17:19:20.871Z Compiling test-strategy v0.4.3
11032026-08-31T17:19:20.904Z Checking newtype-uuid v1.3.2
11042026-08-31T17:19:21.043Z Checking thread_local v1.1.9
11052026-08-31T17:19:21.087Z Checking winnow v1.0.3
11062026-08-31T17:19:21.206Z Checking daft v0.1.5
11072026-08-31T17:19:21.224Z Compiling serde_with_macros v3.14.1
11082026-08-31T17:19:21.375Z Checking toml_parser v1.1.2+spec-1.1.0
11092026-08-31T17:19:21.436Z Checking serde_spanned v1.1.1
11102026-08-31T17:19:21.454Z Checking is-terminal v0.4.16
11112026-08-31T17:19:21.548Z Checking debug-ignore v1.0.5
11122026-08-31T17:19:21.565Z Checking either v1.15.0
11132026-08-31T17:19:21.650Z Checking take_mut v0.2.2
11142026-08-31T17:19:21.702Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-08-31T17:19:21.754Z Checking match_cfg v0.1.0
11162026-08-31T17:19:21.758Z Checking term v1.2.0
11172026-08-31T17:19:21.828Z Checking hostname v0.3.1
11182026-08-31T17:19:21.926Z Checking slog-json v2.6.1
11192026-08-31T17:19:21.987Z Checking slog-term v2.9.2
11202026-08-31T17:19:22.079Z Compiling syn v1.0.109
11212026-08-31T17:19:22.118Z Compiling progenitor-macro v0.11.1
11222026-08-31T17:19:22.179Z Checking spin v0.9.8
11232026-08-31T17:19:22.236Z Checking slog-bunyan v2.5.0
11242026-08-31T17:19:22.241Z Checking usdt v0.6.0
11252026-08-31T17:19:22.304Z Checking async-stream v0.3.6
11262026-08-31T17:19:22.360Z Compiling parse-display-derive v0.10.0
11272026-08-31T17:19:22.426Z Checking rustls-webpki v0.102.8
11282026-08-31T17:19:22.457Z Checking rustls-pemfile v2.2.0
11292026-08-31T17:19:22.468Z Checking waitgroup v0.1.2
11302026-08-31T17:19:22.500Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11312026-08-31T17:19:22.566Z Checking serde_path_to_error v0.1.20
11322026-08-31T17:19:22.590Z Checking hostname v0.4.2
11332026-08-31T17:19:22.692Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11342026-08-31T17:19:22.827Z Checking strum v0.26.3
11352026-08-31T17:19:22.942Z Checking rand_chacha v0.3.1
11362026-08-31T17:19:22.959Z Checking macaddr v1.0.1
11372026-08-31T17:19:22.996Z Checking toml_datetime v0.7.5+spec-1.1.0
11382026-08-31T17:19:23.131Z Checking wait-timeout v0.2.1
11392026-08-31T17:19:23.135Z Checking lazy_static v1.5.0
11402026-08-31T17:19:23.200Z Checking bit-vec v0.8.0
11412026-08-31T17:19:23.233Z Checking quick-error v1.2.3
11422026-08-31T17:19:23.272Z Checking toml v0.9.12+spec-1.1.0
11432026-08-31T17:19:23.337Z Checking rusty-fork v0.3.0
11442026-08-31T17:19:23.399Z Checking bit-set v0.8.0
11452026-08-31T17:19:23.537Z Checking rand v0.8.5
11462026-08-31T17:19:23.575Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11472026-08-31T17:19:23.841Z Checking rand_xorshift v0.4.0
11482026-08-31T17:19:23.884Z Checking sha1 v0.10.6
11492026-08-31T17:19:24.028Z Checking unarray v0.1.4
11502026-08-31T17:19:24.050Z Checking strum v0.27.2
11512026-08-31T17:19:24.134Z Checking proptest v1.8.0
11522026-08-31T17:19:24.191Z Checking tabwriter v1.4.1
11532026-08-31T17:19:24.257Z Checking tokio-rustls v0.25.0
11542026-08-31T17:19:24.276Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-31T17:19:24.335Z Checking colored v3.1.1
11562026-08-31T17:19:24.416Z Checking serde_with v3.14.1
11572026-08-31T17:19:24.847Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11582026-08-31T17:19:25.077Z Checking instant v0.1.13
11592026-08-31T17:19:25.384Z Checking rustc-hash v2.1.1
11602026-08-31T17:19:25.503Z Checking iddqd v0.3.18
11612026-08-31T17:19:25.549Z Checking backoff v0.4.0
11622026-08-31T17:19:25.725Z Checking parse-display v0.10.0
11632026-08-31T17:19:25.742Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-08-31T17:19:25.774Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11652026-08-31T17:19:25.868Z Checking itertools v0.14.0
11662026-08-31T17:19:25.886Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11672026-08-31T17:19:26.268Z Compiling toml_datetime v0.6.11
11682026-08-31T17:19:26.285Z Compiling clap_derive v4.6.1
11692026-08-31T17:19:26.382Z Checking utf8parse v0.2.2
11702026-08-31T17:19:26.508Z Checking anstyle-parse v1.0.0
11712026-08-31T17:19:26.662Z Checking terminal_size v0.4.3
11722026-08-31T17:19:26.772Z Checking colorchoice v1.0.4
11732026-08-31T17:19:26.889Z Checking is_terminal_polyfill v1.70.1
11742026-08-31T17:19:26.905Z Checking anstyle-query v1.1.4
11752026-08-31T17:19:26.920Z Checking anstyle v1.0.14
11762026-08-31T17:19:27.099Z Checking anstream v1.0.0
11772026-08-31T17:19:27.297Z Checking clap_lex v1.1.0
11782026-08-31T17:19:27.447Z Checking clap_builder v4.6.0
11792026-08-31T17:19:28.698Z Checking clap v4.6.1
11802026-08-31T17:19:29.755Z Compiling num-derive v0.4.2
11812026-08-31T17:19:30.435Z Compiling rustls-webpki v0.103.6
11822026-08-31T17:19:30.768Z Compiling prettyplease v0.2.37
11832026-08-31T17:19:32.342Z Checking crossbeam-epoch v0.9.18
11842026-08-31T17:19:32.561Z Compiling cfg_aliases v0.2.1
11852026-08-31T17:19:32.608Z Compiling winnow v0.5.40
11862026-08-31T17:19:33.359Z Checking serde_spanned v0.6.9
11872026-08-31T17:19:33.398Z Compiling memoffset v0.9.1
11882026-08-31T17:19:33.494Z Compiling tokio-rustls v0.26.4
11892026-08-31T17:19:33.929Z Compiling toml_edit v0.19.15
11902026-08-31T17:19:34.014Z Compiling rayon-core v1.13.0
11912026-08-31T17:19:35.027Z Compiling zerocopy-derive v0.7.35
11922026-08-31T17:19:35.211Z Compiling proc-macro-crate v1.3.1
11932026-08-31T17:19:35.624Z Compiling crc32fast v1.5.0
11942026-08-31T17:19:36.089Z Compiling hyper-rustls v0.27.7
11952026-08-31T17:19:36.323Z Compiling reqwest v0.12.23
11962026-08-31T17:19:36.463Z Checking crossbeam-deque v0.8.6
11972026-08-31T17:19:36.948Z Checking adler2 v2.0.1
11982026-08-31T17:19:37.055Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11992026-08-31T17:19:37.526Z Compiling progenitor-client v0.11.1
12002026-08-31T17:19:37.756Z Compiling progenitor v0.11.1
12012026-08-31T17:19:38.019Z Checking miniz_oxide v0.8.9
12022026-08-31T17:19:39.000Z Compiling num-integer v0.1.46
12032026-08-31T17:19:39.048Z Compiling proc-macro-error-attr v1.0.4
12042026-08-31T17:19:39.291Z Compiling heapless v0.8.0
12052026-08-31T17:19:39.594Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12062026-08-31T17:19:39.643Z Checking flate2 v1.1.2
12072026-08-31T17:19:39.782Z Compiling progenitor-client v0.10.0
12082026-08-31T17:19:40.063Z Compiling ingot-macros v0.1.1
12092026-08-31T17:19:40.563Z Checking hash32 v0.3.1
12102026-08-31T17:19:40.692Z Checking hybrid-array v0.4.12
12112026-08-31T17:19:40.796Z Compiling proc-macro-error v1.0.4
12122026-08-31T17:19:40.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-08-31T17:19:41.249Z Compiling smoltcp v0.11.0
12142026-08-31T17:19:41.265Z Checking toml_write v0.1.2
12152026-08-31T17:19:41.433Z Checking toml_edit v0.22.27
12162026-08-31T17:19:41.619Z Checking num-iter v0.1.45
12172026-08-31T17:19:41.736Z Checking num-rational v0.4.2
12182026-08-31T17:19:42.008Z Compiling num_enum_derive v0.7.5
12192026-08-31T17:19:42.061Z Compiling zerocopy v0.7.35
12202026-08-31T17:19:42.507Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12212026-08-31T17:19:42.601Z Compiling hubpack_derive v0.1.1
12222026-08-31T17:19:42.673Z Checking cobs v0.3.0
12232026-08-31T17:19:42.688Z Checking ingot-types v0.1.2
12242026-08-31T17:19:42.808Z Compiling scroll_derive v0.12.1
12252026-08-31T17:19:42.824Z Compiling foreign-types-macros v0.2.3
12262026-08-31T17:19:43.032Z Compiling num-complex v0.4.6
12272026-08-31T17:19:43.064Z Compiling usdt-impl v0.5.0
12282026-08-31T17:19:43.103Z Compiling crucible-workspace-hack v0.1.0
12292026-08-31T17:19:43.377Z Checking foreign-types-shared v0.3.1
12302026-08-31T17:19:43.409Z Checking managed v0.8.0
12312026-08-31T17:19:43.442Z Checking bitflags v1.3.2
12322026-08-31T17:19:43.469Z Checking foreign-types v0.5.0
12332026-08-31T17:19:43.532Z Checking scroll v0.12.0
12342026-08-31T17:19:43.594Z Checking num v0.4.3
12352026-08-31T17:19:43.709Z Checking hubpack v0.1.2
12362026-08-31T17:19:43.768Z Checking num_enum v0.7.5
12372026-08-31T17:19:43.788Z Checking ingot v0.1.1
12382026-08-31T17:19:43.872Z Checking postcard v1.1.3
12392026-08-31T17:19:43.890Z Compiling dof v0.3.0
12402026-08-31T17:19:44.157Z Checking toml v0.8.23
12412026-08-31T17:19:44.509Z Checking block-buffer v0.12.0
12422026-08-31T17:19:44.581Z Checking crypto-common v0.2.2
12432026-08-31T17:19:44.774Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-08-31T17:19:44.802Z Compiling dtrace-parser v0.2.0
12452026-08-31T17:19:45.058Z Checking camino-tempfile v1.4.1
12462026-08-31T17:19:45.205Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-08-31T17:19:45.222Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12482026-08-31T17:19:45.249Z Checking cstr-argument v0.1.2
12492026-08-31T17:19:45.373Z Compiling thread-id v4.2.2
12502026-08-31T17:19:45.408Z Checking compression-core v0.4.32
12512026-08-31T17:19:45.426Z Checking float-ord v0.3.2
12522026-08-31T17:19:45.449Z Checking const-oid v0.10.2
12532026-08-31T17:19:45.467Z Compiling minimal-lexical v0.2.1
12542026-08-31T17:19:45.531Z Checking static_assertions v1.1.0
12552026-08-31T17:19:45.550Z Compiling heck v0.4.1
12562026-08-31T17:19:45.625Z Checking digest v0.11.3
12572026-08-31T17:19:45.705Z Compiling nom v7.1.3
12582026-08-31T17:19:45.727Z Checking compression-codecs v0.4.32
12592026-08-31T17:19:45.799Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-08-31T17:19:45.833Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12612026-08-31T17:19:45.896Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12622026-08-31T17:19:46.083Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12632026-08-31T17:19:46.100Z Checking goblin v0.8.2
12642026-08-31T17:19:46.301Z Checking rayon v1.11.0
12652026-08-31T17:19:46.318Z Compiling num_enum_derive v0.5.11
12662026-08-31T17:19:46.566Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-08-31T17:19:46.975Z Compiling rustc_version v0.4.1
12682026-08-31T17:19:47.032Z Checking toml_datetime v1.1.1+spec-1.1.0
12692026-08-31T17:19:47.234Z Compiling dropshot v0.17.1
12702026-08-31T17:19:47.255Z Checking cpufeatures v0.3.0
12712026-08-31T17:19:47.286Z Compiling convert_case v0.4.0
12722026-08-31T17:19:47.309Z Checking tinyvec_macros v0.1.1
12732026-08-31T17:19:47.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12742026-08-31T17:19:47.381Z Compiling rustix v0.38.44
12752026-08-31T17:19:47.513Z Checking tinyvec v1.10.0
12762026-08-31T17:19:47.570Z Checking sha1 v0.11.0
12772026-08-31T17:19:47.587Z Compiling derive_more v0.99.20
12782026-08-31T17:19:47.753Z Checking num_enum v0.5.11
12792026-08-31T17:19:47.785Z Checking toml v1.1.2+spec-1.1.0
12802026-08-31T17:19:47.840Z Checking async-compression v0.4.33
12812026-08-31T17:19:47.863Z Compiling nix v0.30.1
12822026-08-31T17:19:48.005Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-08-31T17:19:48.242Z Checking libscf-sys v1.2.0
12842026-08-31T17:19:48.364Z Compiling libz-sys v1.1.22
12852026-08-31T17:19:48.381Z Compiling dropshot_endpoint v0.17.1
12862026-08-31T17:19:48.510Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-08-31T17:19:48.576Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12882026-08-31T17:19:48.725Z Checking bytecount v0.6.9
12892026-08-31T17:19:48.890Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12902026-08-31T17:19:48.943Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12912026-08-31T17:19:49.689Z Compiling usdt-macro v0.5.0
12922026-08-31T17:19:49.718Z Compiling usdt-attr-macro v0.5.0
12932026-08-31T17:19:49.779Z Compiling zone_cfg_derive v0.3.1
12942026-08-31T17:19:49.799Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12952026-08-31T17:19:49.825Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12962026-08-31T17:19:49.969Z Checking itertools v0.12.1
12972026-08-31T17:19:50.038Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-08-31T17:19:50.344Z Checking memmap v0.7.0
12992026-08-31T17:19:50.375Z Checking sigpipe v0.1.3
13002026-08-31T17:19:50.421Z Checking jiff v0.2.15
13012026-08-31T17:19:50.426Z Checking glob v0.3.3
13022026-08-31T17:19:50.456Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13032026-08-31T17:19:50.476Z Checking usdt v0.5.0
13042026-08-31T17:19:50.617Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13052026-08-31T17:19:50.642Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13062026-08-31T17:19:50.809Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13072026-08-31T17:19:50.835Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13082026-08-31T17:19:50.851Z Checking smf v0.2.3
13092026-08-31T17:19:50.938Z Checking zone v0.3.1
13102026-08-31T17:19:51.004Z Checking secrecy v0.10.3
13112026-08-31T17:19:51.071Z Checking whoami v1.6.1
13122026-08-31T17:19:51.121Z Compiling curve25519-dalek v4.1.3
13132026-08-31T17:19:51.182Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13142026-08-31T17:19:51.237Z Checking hmac v0.12.1
13152026-08-31T17:19:51.279Z Checking inout v0.1.4
13162026-08-31T17:19:51.369Z Compiling enum-as-inner v0.6.1
13172026-08-31T17:19:51.386Z Compiling clang-sys v1.8.1
13182026-08-31T17:19:51.402Z Checking ff v0.13.1
13192026-08-31T17:19:51.417Z Compiling semver v0.1.20
13202026-08-31T17:19:51.524Z Checking data-encoding v2.9.0
13212026-08-31T17:19:51.608Z Compiling rustc_version v0.1.7
13222026-08-31T17:19:51.666Z Checking group v0.13.0
13232026-08-31T17:19:51.763Z Checking cipher v0.4.4
13242026-08-31T17:19:51.794Z Checking hkdf v0.12.4
13252026-08-31T17:19:51.811Z Checking atomicwrites v0.4.4
13262026-08-31T17:19:51.857Z Compiling thiserror-impl-no-std v2.0.2
13272026-08-31T17:19:51.910Z Checking universal-hash v0.5.1
13282026-08-31T17:19:51.926Z Compiling regress v0.11.1
13292026-08-31T17:19:51.942Z Checking crypto-bigint v0.5.5
13302026-08-31T17:19:51.957Z Checking half v2.7.1
13312026-08-31T17:19:52.030Z Compiling curve25519-dalek-derive v0.1.1
13322026-08-31T17:19:52.200Z Checking opaque-debug v0.3.1
13332026-08-31T17:19:52.273Z Checking indent_write v2.2.0
13342026-08-31T17:19:52.405Z Checking base64ct v1.8.0
13352026-08-31T17:19:52.638Z Checking base16ct v0.2.0
13362026-08-31T17:19:52.689Z Checking ciborium-io v0.2.2
13372026-08-31T17:19:52.780Z Checking ciborium-ll v0.2.2
13382026-08-31T17:19:52.802Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-08-31T17:19:52.915Z Checking thiserror-no-std v2.0.2
13402026-08-31T17:19:52.936Z Checking elliptic-curve v0.13.8
13412026-08-31T17:19:52.955Z Checking password-hash v0.5.0
13422026-08-31T17:19:52.958Z Checking poly1305 v0.8.0
13432026-08-31T17:19:53.003Z Checking chacha20 v0.9.1
13442026-08-31T17:19:53.176Z Compiling newtype_derive v0.1.6
13452026-08-31T17:19:53.180Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13462026-08-31T17:19:53.209Z Compiling nix v0.31.3
13472026-08-31T17:19:53.212Z Checking blake2 v0.10.6
13482026-08-31T17:19:53.407Z Checking aead v0.5.2
13492026-08-31T17:19:53.434Z Compiling typify-impl v0.6.2
13502026-08-31T17:19:53.438Z Compiling libloading v0.8.9
13512026-08-31T17:19:53.467Z Checking bstr v1.12.0
13522026-08-31T17:19:53.605Z Checking keccak v0.1.6
13532026-08-31T17:19:53.641Z Compiling owo-colors v4.3.0
13542026-08-31T17:19:53.712Z Checking linked-hash-map v0.5.6
13552026-08-31T17:19:53.767Z Compiling bindgen v0.72.1
13562026-08-31T17:19:53.864Z Checking resolv-conf v0.7.5
13572026-08-31T17:19:53.888Z Checking lru-cache v0.1.2
13582026-08-31T17:19:54.015Z Checking sha3 v0.10.8
13592026-08-31T17:19:54.090Z Checking chacha20poly1305 v0.10.1
13602026-08-31T17:19:54.107Z Checking vsss-rs v3.3.4
13612026-08-31T17:19:54.214Z Checking argon2 v0.5.3
13622026-08-31T17:19:54.286Z Checking ciborium v0.2.2
13632026-08-31T17:19:54.516Z Checking hickory-proto v0.24.4
13642026-08-31T17:19:54.559Z Checking tokio-dtrace v0.1.1
13652026-08-31T17:19:54.727Z Checking papergrid v0.18.0
13662026-08-31T17:19:54.741Z Compiling cexpr v0.6.0
13672026-08-31T17:19:54.787Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13682026-08-31T17:19:55.068Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13692026-08-31T17:19:55.294Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13702026-08-31T17:19:55.491Z Checking serde-big-array v0.5.1
13712026-08-31T17:19:55.530Z Compiling serde_repr v0.1.20
13722026-08-31T17:19:55.629Z Compiling derive-where v1.6.0
13732026-08-31T17:19:55.824Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13742026-08-31T17:19:56.019Z Checking same-file v1.0.6
13752026-08-31T17:19:56.055Z Checking siphasher v1.0.1
13762026-08-31T17:19:56.081Z Compiling shlex v1.3.0
13772026-08-31T17:19:56.100Z Checking unicode-segmentation v1.12.0
13782026-08-31T17:19:56.140Z Checking walkdir v2.5.0
13792026-08-31T17:19:56.218Z Checking phf_shared v0.12.1
13802026-08-31T17:19:56.309Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13812026-08-31T17:19:56.409Z Checking hickory-resolver v0.24.4
13822026-08-31T17:19:56.426Z Checking newline-converter v0.3.0
13832026-08-31T17:19:56.539Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13842026-08-31T17:19:56.890Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13852026-08-31T17:19:56.907Z Compiling typify-macro v0.6.2
13862026-08-31T17:19:56.952Z Checking tabled v0.21.0
13872026-08-31T17:19:57.080Z Checking oxide-tokio-rt v0.1.2
13882026-08-31T17:19:57.231Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13892026-08-31T17:19:57.986Z Checking itertools v0.15.0
13902026-08-31T17:19:58.102Z Checking console v0.16.4
13912026-08-31T17:19:58.118Z Compiling progenitor-impl v0.10.0
13922026-08-31T17:19:58.254Z Checking tokio-stream v0.1.17
13932026-08-31T17:19:58.399Z Compiling pin-project-internal v1.1.10
13942026-08-31T17:19:58.417Z Compiling slog-dtrace v0.3.0
13952026-08-31T17:19:58.473Z Checking csv-core v0.1.12
13962026-08-31T17:19:58.658Z Checking swrite v0.1.0
13972026-08-31T17:19:58.661Z Checking smawk v0.3.2
13982026-08-31T17:19:58.708Z Checking unicode-linebreak v0.1.5
13992026-08-31T17:19:58.764Z Compiling chrono-tz v0.10.4
14002026-08-31T17:19:58.810Z Checking similar v3.2.0
14012026-08-31T17:19:58.930Z Checking foldhash v0.1.5
14022026-08-31T17:19:58.989Z Compiling unicode-xid v0.2.6
14032026-08-31T17:19:59.115Z Compiling cancel-safe-futures v0.1.5
14042026-08-31T17:19:59.118Z Checking unicode-width v0.1.14
14052026-08-31T17:19:59.371Z Checking expectorate v1.3.0
14062026-08-31T17:19:59.426Z Compiling const_format_proc_macros v0.2.34
14072026-08-31T17:19:59.531Z Checking hashbrown v0.15.5
14082026-08-31T17:19:59.544Z Checking pin-project v1.1.10
14092026-08-31T17:19:59.669Z Checking textwrap v0.16.2
14102026-08-31T17:20:00.009Z Checking qorb v0.4.1
14112026-08-31T17:20:00.149Z Checking csv v1.4.0
14122026-08-31T17:20:00.183Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-31T17:20:00.216Z Checking phf v0.12.1
14142026-08-31T17:20:00.252Z Compiling progenitor-macro v0.10.0
14152026-08-31T17:20:00.361Z Checking unicode-normalization v0.1.24
14162026-08-31T17:20:00.512Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14172026-08-31T17:20:00.980Z Checking libsw-core v0.3.2
14182026-08-31T17:20:01.001Z Compiling libgit2-sys v0.17.0+1.8.1
14192026-08-31T17:20:01.020Z Compiling async-recursion v1.1.1
14202026-08-31T17:20:01.129Z Compiling snafu-derive v0.8.9
14212026-08-31T17:20:01.433Z Compiling cookie v0.18.1
14222026-08-31T17:20:01.616Z Checking highway v1.3.0
14232026-08-31T17:20:01.634Z Checking fixedbitset v0.4.2
14242026-08-31T17:20:01.670Z Compiling moka v0.12.11
14252026-08-31T17:20:01.698Z Checking fixedbitset v0.5.7
14262026-08-31T17:20:01.848Z Checking petgraph v0.6.5
14272026-08-31T17:20:01.904Z Checking petgraph v0.8.2
14282026-08-31T17:20:01.978Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-08-31T17:20:02.824Z Checking snafu v0.8.9
14302026-08-31T17:20:03.049Z Checking libsw v3.5.0
14312026-08-31T17:20:03.086Z Checking olpc-cjson v0.1.4
14322026-08-31T17:20:03.105Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-08-31T17:20:03.215Z Checking const_format v0.2.34
14342026-08-31T17:20:03.458Z Checking papergrid v0.11.0
14352026-08-31T17:20:03.529Z Compiling typify v0.6.2
14362026-08-31T17:20:03.532Z Checking globset v0.4.16
14372026-08-31T17:20:03.627Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14382026-08-31T17:20:03.698Z Checking gethostname v0.5.0
14392026-08-31T17:20:03.804Z Compiling tabled_derive v0.7.0
14402026-08-31T17:20:03.903Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-08-31T17:20:04.090Z Checking reqwest v0.13.2
14422026-08-31T17:20:04.124Z Checking bcs v0.1.6
14432026-08-31T17:20:04.241Z Checking pem v3.0.5
14442026-08-31T17:20:04.341Z Checking progenitor v0.10.0
14452026-08-31T17:20:04.361Z Checking serde_plain v1.0.2
14462026-08-31T17:20:04.402Z Checking linear-map v1.2.0
14472026-08-31T17:20:04.477Z Checking termtree v0.5.1
14482026-08-31T17:20:04.510Z Compiling signal-hook v0.4.4
14492026-08-31T17:20:04.573Z Checking typed-path v0.9.3
14502026-08-31T17:20:04.614Z Checking humantime v2.3.0
14512026-08-31T17:20:04.646Z Checking crc8 v0.1.1
14522026-08-31T17:20:04.728Z Checking tagptr v0.2.0
14532026-08-31T17:20:04.763Z Checking tabled v0.15.0
14542026-08-31T17:20:04.784Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-31T17:20:04.799Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14562026-08-31T17:20:05.321Z Checking tough v0.20.0
14572026-08-31T17:20:05.465Z Compiling progenitor-impl v0.14.0
14582026-08-31T17:20:05.880Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14592026-08-31T17:20:06.048Z Checking steno v0.4.1
14602026-08-31T17:20:06.326Z Checking hickory-proto v0.25.2
14612026-08-31T17:20:06.896Z Compiling curl-sys v0.4.89+curl-8.20.0
14622026-08-31T17:20:07.001Z Compiling cargo-platform v0.1.9
14632026-08-31T17:20:07.240Z Compiling vergen v8.3.2
14642026-08-31T17:20:07.243Z Compiling fs-err v3.1.2
14652026-08-31T17:20:07.318Z Compiling cargo_metadata v0.18.1
14662026-08-31T17:20:07.538Z Compiling progenitor-macro v0.14.0
14672026-08-31T17:20:07.607Z Checking progenitor-client v0.14.0
14682026-08-31T17:20:07.711Z Checking dropshot-api-manager-types v0.7.2
14692026-08-31T17:20:07.821Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14702026-08-31T17:20:07.896Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-31T17:20:08.349Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-31T17:20:08.413Z Checking hickory-resolver v0.25.2
14732026-08-31T17:20:08.448Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-31T17:20:08.906Z Checking sha2 v0.10.9
14752026-08-31T17:20:09.085Z Compiling blake3 v1.8.2
14762026-08-31T17:20:09.462Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-31T17:20:09.618Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-31T17:20:09.678Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-31T17:20:10.046Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-31T17:20:10.081Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-31T17:20:10.254Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-31T17:20:10.295Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14832026-08-31T17:20:10.844Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-31T17:20:11.092Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-08-31T17:20:11.147Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14862026-08-31T17:20:11.392Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-31T17:20:11.525Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14882026-08-31T17:20:11.599Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14892026-08-31T17:20:11.682Z Checking progenitor v0.14.0
14902026-08-31T17:20:11.930Z Checking git-stub v1.0.0
14912026-08-31T17:20:12.091Z Compiling strum_macros v0.28.0
14922026-08-31T17:20:12.184Z Checking filetime v0.2.26
14932026-08-31T17:20:12.328Z Compiling curl v0.4.50
14942026-08-31T17:20:12.582Z Checking arrayvec v0.7.6
14952026-08-31T17:20:12.702Z Checking constant_time_eq v0.3.1
14962026-08-31T17:20:12.772Z Checking arrayref v0.3.9
14972026-08-31T17:20:12.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14982026-08-31T17:20:12.851Z Checking is_ci v1.2.0
14992026-08-31T17:20:12.904Z Checking xattr v1.6.1
15002026-08-31T17:20:12.956Z Checking supports-color v3.0.2
15012026-08-31T17:20:13.049Z Checking tar v0.4.45
15022026-08-31T17:20:13.384Z Checking git-stub-vcs v0.1.0
15032026-08-31T17:20:13.411Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15042026-08-31T17:20:13.429Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15052026-08-31T17:20:13.687Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15062026-08-31T17:20:13.713Z Checking toml v0.7.8
15072026-08-31T17:20:13.892Z Checking strum v0.28.0
15082026-08-31T17:20:14.034Z Checking similar v2.7.0
15092026-08-31T17:20:14.201Z Checking drift v0.2.0
15102026-08-31T17:20:14.283Z Checking kstat-rs v0.2.4
15112026-08-31T17:20:14.372Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15122026-08-31T17:20:14.413Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15132026-08-31T17:20:14.439Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15142026-08-31T17:20:14.470Z Checking topological-sort v0.2.2
15152026-08-31T17:20:14.518Z Checking dropshot-api-manager v0.7.2
15162026-08-31T17:20:14.609Z Checking omicron-zone-package v0.12.2
15172026-08-31T17:20:14.780Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-08-31T17:20:15.422Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15192026-08-31T17:20:15.718Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-08-31T17:20:15.997Z Checking signal-hook-tokio v0.4.0
15212026-08-31T17:20:16.132Z Checking scuffle v0.1.0
15222026-08-31T17:20:16.153Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15232026-08-31T17:20:16.486Z Checking iddqd v0.4.5
15242026-08-31T17:20:16.602Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-31T17:20:16.662Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15262026-08-31T17:20:16.830Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-31T17:20:16.858Z Checking internet-checksum v0.2.1
15282026-08-31T17:20:16.928Z Checking search_path v0.1.4
15292026-08-31T17:20:16.974Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15302026-08-31T17:20:16.992Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15312026-08-31T17:20:17.066Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15322026-08-31T17:20:17.108Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15332026-08-31T17:20:17.527Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-31T17:20:19.518Z Compiling git2 v0.19.0
15352026-08-31T17:20:21.816Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15362026-08-31T17:20:22.401Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15372026-08-31T17:20:28.561Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15382026-08-31T17:20:29.871Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15392026-08-31T17:20:34.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15402026-08-31T17:20:35.154Z+ for feat in tofino_stub tofino_asic softnpu chaos
15412026-08-31T17:20:35.154Z+ cargo clippy --features tofino_asic -- --deny warnings
15422026-08-31T17:20:35.644Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15432026-08-31T17:20:35.644Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15442026-08-31T17:20:35.721Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15452026-08-31T17:20:35.724Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15462026-08-31T17:20:42.975Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15472026-08-31T17:20:42.978Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15482026-08-31T17:20:45.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
15492026-08-31T17:20:45.803Z+ for feat in tofino_stub tofino_asic softnpu chaos
15502026-08-31T17:20:45.803Z+ cargo clippy --features softnpu -- --deny warnings
15512026-08-31T17:20:46.105Z Downloading crates ...
15522026-08-31T17:20:46.257Z Downloaded bitstruct_derive v0.1.0
15532026-08-31T17:20:46.260Z Downloaded bitstruct v0.1.1
15542026-08-31T17:20:46.263Z Downloaded tap v1.0.1
15552026-08-31T17:20:46.265Z Downloaded serde_arrays v0.1.0
15562026-08-31T17:20:46.265Z Downloaded typeid v1.0.3
15572026-08-31T17:20:46.268Z Downloaded ascii v1.1.0
15582026-08-31T17:20:46.268Z Downloaded funty v2.0.0
15592026-08-31T17:20:46.268Z Downloaded radium v0.7.0
15602026-08-31T17:20:46.271Z Downloaded erased-serde v0.4.8
15612026-08-31T17:20:46.274Z Downloaded wyz v0.5.1
15622026-08-31T17:20:46.277Z Downloaded libloading v0.7.4
15632026-08-31T17:20:46.285Z Downloaded num-bigint v0.4.6
15642026-08-31T17:20:46.289Z Downloaded bitvec v1.0.1
15652026-08-31T17:20:46.412Z Checking num-integer v0.1.46
15662026-08-31T17:20:46.491Z Checking num-complex v0.4.6
15672026-08-31T17:20:46.501Z Compiling radium v0.7.0
15682026-08-31T17:20:46.508Z Checking tap v1.0.1
15692026-08-31T17:20:46.514Z Checking funty v2.0.0
15702026-08-31T17:20:46.520Z Compiling typeid v1.0.3
15712026-08-31T17:20:46.523Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15722026-08-31T17:20:46.533Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-31T17:20:46.594Z Checking wyz v0.5.1
15742026-08-31T17:20:46.687Z Checking num-bigint v0.4.6
15752026-08-31T17:20:46.687Z Checking num-iter v0.1.45
15762026-08-31T17:20:46.742Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-31T17:20:46.758Z Compiling erased-serde v0.4.8
15782026-08-31T17:20:46.804Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-31T17:20:46.812Z Compiling bitstruct_derive v0.1.0
15802026-08-31T17:20:46.843Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-08-31T17:20:46.886Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-31T17:20:46.915Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-31T17:20:46.931Z Checking bitvec v1.0.1
15842026-08-31T17:20:46.940Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-31T17:20:46.949Z Checking ascii v1.1.0
15862026-08-31T17:20:47.007Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15872026-08-31T17:20:47.024Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-08-31T17:20:47.119Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15892026-08-31T17:20:47.132Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15902026-08-31T17:20:47.142Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15912026-08-31T17:20:47.168Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15922026-08-31T17:20:47.434Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15932026-08-31T17:20:47.437Z Checking serde_arrays v0.1.0
15942026-08-31T17:20:47.455Z Checking bitstruct v0.1.1
15952026-08-31T17:20:47.517Z Checking num-rational v0.4.2
15962026-08-31T17:20:47.532Z Checking libloading v0.7.4
15972026-08-31T17:20:47.542Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15982026-08-31T17:20:47.780Z Checking num v0.4.3
15992026-08-31T17:20:47.846Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-31T17:20:48.367Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
16012026-08-31T17:20:48.666Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
16022026-08-31T17:20:48.670Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
16032026-08-31T17:20:48.859Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
16042026-08-31T17:20:49.102Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-31T17:20:49.102Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-31T17:20:49.570Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-08-31T17:20:49.794Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-31T17:20:49.797Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16092026-08-31T17:20:49.797Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16102026-08-31T17:20:49.797Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-31T17:20:50.591Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16122026-08-31T17:20:51.370Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-08-31T17:20:55.494Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16142026-08-31T17:20:55.612Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16152026-08-31T17:21:01.975Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16162026-08-31T17:21:03.233Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16172026-08-31T17:21:03.771Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16182026-08-31T17:21:08.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.28s
16192026-08-31T17:21:08.279Z+ for feat in tofino_stub tofino_asic softnpu chaos
16202026-08-31T17:21:08.279Z+ cargo clippy --features chaos -- --deny warnings
16212026-08-31T17:21:08.776Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16222026-08-31T17:21:08.779Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16232026-08-31T17:21:08.779Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16242026-08-31T17:21:16.065Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16252026-08-31T17:21:16.069Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16262026-08-31T17:21:18.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.34s
16272026-08-31T17:21:18.810Z+ banner fmt
16282026-08-31T17:21:18.813Z
16292026-08-31T17:21:18.813Z ###### # # #####
16302026-08-31T17:21:18.813Z # ## ## #
16312026-08-31T17:21:18.813Z ##### # ## # #
16322026-08-31T17:21:18.813Z # # # #
16332026-08-31T17:21:18.813Z # # # #
16342026-08-31T17:21:18.813Z # # # #
16352026-08-31T17:21:18.813Z
16362026-08-31T17:21:18.813Z+ cargo fmt -- --check
16372026-08-31T17:21:19.267Z+ banner test
16382026-08-31T17:21:19.270Z
16392026-08-31T17:21:19.270Z ##### ###### #### #####
16402026-08-31T17:21:19.270Z # # # #
16412026-08-31T17:21:19.270Z # ##### #### #
16422026-08-31T17:21:19.270Z # # # #
16432026-08-31T17:21:19.270Z # # # # #
16442026-08-31T17:21:19.270Z # ###### #### #
16452026-08-31T17:21:19.270Z
16462026-08-31T17:21:19.270Z+ for feat in tofino_stub tofino_asic softnpu chaos
16472026-08-31T17:21:19.270Z+ RUST_BACKTRACE=full
16482026-08-31T17:21:19.271Z+ cargo test --features tofino_stub --no-fail-fast
16492026-08-31T17:21:20.115Z Compiling unicode-ident v1.0.24
16502026-08-31T17:21:20.116Z Compiling cfg-if v1.0.4
16512026-08-31T17:21:20.118Z Compiling memchr v2.7.5
16522026-08-31T17:21:20.218Z Compiling serde_core v1.0.228
16532026-08-31T17:21:20.237Z Compiling itoa v1.0.15
16542026-08-31T17:21:20.243Z Compiling libc v0.2.186
16552026-08-31T17:21:20.253Z Compiling zmij v1.0.17
16562026-08-31T17:21:20.264Z Compiling libm v0.2.15
16572026-08-31T17:21:20.332Z Compiling proc-macro2 v1.0.106
16582026-08-31T17:21:20.357Z Compiling heck v0.5.0
16592026-08-31T17:21:20.523Z Compiling equivalent v1.0.2
16602026-08-31T17:21:20.613Z Compiling log v0.4.29
16612026-08-31T17:21:20.727Z Compiling quote v1.0.45
16622026-08-31T17:21:20.761Z Compiling iana-time-zone v0.1.64
16632026-08-31T17:21:20.799Z Compiling smallvec v1.15.1
16642026-08-31T17:21:20.957Z Compiling syn v2.0.118
16652026-08-31T17:21:20.985Z Compiling dyn-clone v1.0.20
16662026-08-31T17:21:21.011Z Compiling hashbrown v0.17.1
16672026-08-31T17:21:21.025Z Compiling fnv v1.0.7
16682026-08-31T17:21:21.036Z Compiling regex-syntax v0.8.11
16692026-08-31T17:21:21.121Z Compiling stable_deref_trait v1.2.0
16702026-08-31T17:21:21.133Z Compiling pin-project-lite v0.2.16
16712026-08-31T17:21:21.203Z Compiling percent-encoding v2.3.2
16722026-08-31T17:21:21.231Z Compiling writeable v0.6.1
16732026-08-31T17:21:21.377Z Compiling litemap v0.8.0
16742026-08-31T17:21:21.404Z Compiling num-traits v0.2.19
16752026-08-31T17:21:21.535Z Compiling icu_properties_data v2.0.1
16762026-08-31T17:21:21.569Z Compiling icu_normalizer_data v2.0.0
16772026-08-31T17:21:21.595Z Compiling form_urlencoded v1.2.2
16782026-08-31T17:21:21.646Z Compiling utf8_iter v1.0.4
16792026-08-31T17:21:21.670Z Compiling getrandom v0.4.2
16802026-08-31T17:21:21.777Z Compiling aho-corasick v1.1.3
16812026-08-31T17:21:21.797Z Compiling scopeguard v1.2.0
16822026-08-31T17:21:21.821Z Compiling ucd-trie v0.1.7
16832026-08-31T17:21:21.908Z Compiling semver v1.0.28
16842026-08-31T17:21:22.011Z Compiling serde_json v1.0.150
16852026-08-31T17:21:22.024Z Compiling indexmap v2.14.0
16862026-08-31T17:21:22.120Z Compiling lock_api v0.4.14
16872026-08-31T17:21:22.255Z Compiling byteorder v1.5.0
16882026-08-31T17:21:22.350Z Compiling uuid v1.23.3
16892026-08-31T17:21:22.433Z Compiling allocator-api2 v0.2.21
16902026-08-31T17:21:22.479Z Compiling futures-core v0.3.32
16912026-08-31T17:21:22.634Z Compiling regex-automata v0.4.13
16922026-08-31T17:21:22.647Z Compiling foldhash v0.2.0
16932026-08-31T17:21:22.775Z Compiling ryu v1.0.20
16942026-08-31T17:21:22.875Z Compiling hashbrown v0.16.1
16952026-08-31T17:21:22.971Z Compiling pretty-hex v0.4.1
16962026-08-31T17:21:23.113Z Compiling futures-sink v0.3.32
16972026-08-31T17:21:23.201Z Compiling strsim v0.11.1
16982026-08-31T17:21:23.224Z Compiling num-conv v0.2.1
16992026-08-31T17:21:23.381Z Compiling time-core v0.1.8
17002026-08-31T17:21:23.417Z Compiling plain v0.2.3
17012026-08-31T17:21:23.544Z Compiling slab v0.4.11
17022026-08-31T17:21:23.562Z Compiling time-macros v0.2.27
17032026-08-31T17:21:23.621Z Compiling futures-channel v0.3.32
17042026-08-31T17:21:23.715Z Compiling synstructure v0.13.2
17052026-08-31T17:21:23.727Z Compiling serde_derive_internals v0.29.1
17062026-08-31T17:21:24.006Z Compiling futures-task v0.3.32
17072026-08-31T17:21:24.086Z Compiling futures-io v0.3.32
17082026-08-31T17:21:24.183Z Compiling regress v0.10.5
17092026-08-31T17:21:24.233Z Compiling darling_core v0.21.3
17102026-08-31T17:21:24.350Z Compiling regex v1.12.4
17112026-08-31T17:21:24.390Z Compiling thread-id v5.0.0
17122026-08-31T17:21:24.478Z Compiling getrandom v0.2.16
17132026-08-31T17:21:24.497Z Compiling socket2 v0.6.4
17142026-08-31T17:21:24.667Z Compiling parking_lot_core v0.9.12
17152026-08-31T17:21:24.815Z Compiling bitflags v2.11.1
17162026-08-31T17:21:24.941Z Compiling parking_lot v0.12.5
17172026-08-31T17:21:24.959Z Compiling serde_derive v1.0.228
17182026-08-31T17:21:24.973Z Compiling zerofrom-derive v0.1.6
17192026-08-31T17:21:25.001Z Compiling yoke-derive v0.8.0
17202026-08-31T17:21:25.064Z Compiling zerovec-derive v0.11.1
17212026-08-31T17:21:25.263Z Compiling displaydoc v0.2.5
17222026-08-31T17:21:25.349Z Compiling thiserror-impl v2.0.18
17232026-08-31T17:21:26.026Z Compiling schemars_derive v0.8.22
17242026-08-31T17:21:26.051Z Compiling tokio-macros v2.7.0
17252026-08-31T17:21:26.146Z Compiling zeroize_derive v1.4.3
17262026-08-31T17:21:26.180Z Compiling zerocopy-derive v0.8.27
17272026-08-31T17:21:26.336Z Compiling futures-macro v0.3.32
17282026-08-31T17:21:26.615Z Compiling thiserror v2.0.18
17292026-08-31T17:21:26.729Z Compiling zerofrom v0.1.6
17302026-08-31T17:21:26.813Z Compiling tracing-attributes v0.1.30
17312026-08-31T17:21:26.845Z Compiling thiserror-impl v1.0.69
17322026-08-31T17:21:26.867Z Compiling yoke v0.8.0
17332026-08-31T17:21:27.061Z Compiling zerovec v0.11.4
17342026-08-31T17:21:27.192Z Compiling zerotrie v0.2.2
17352026-08-31T17:21:27.255Z Compiling pest v2.8.2
17362026-08-31T17:21:27.419Z Compiling zerocopy v0.8.27
17372026-08-31T17:21:27.507Z Compiling scroll_derive v0.13.1
17382026-08-31T17:21:27.633Z Compiling serde v1.0.228
17392026-08-31T17:21:28.026Z Compiling tinystr v0.8.1
17402026-08-31T17:21:28.048Z Compiling potential_utf v0.1.3
17412026-08-31T17:21:28.061Z Compiling async-trait v0.1.89
17422026-08-31T17:21:28.165Z Compiling bytes v1.12.0
17432026-08-31T17:21:28.218Z Compiling serde_tokenstream v0.2.3
17442026-08-31T17:21:28.233Z Compiling icu_locale_core v2.0.0
17452026-08-31T17:21:28.360Z Compiling icu_collections v2.0.0
17462026-08-31T17:21:28.432Z Compiling chrono v0.4.45
17472026-08-31T17:21:28.500Z Compiling pest_meta v2.8.2
17482026-08-31T17:21:28.593Z Compiling scroll v0.13.0
17492026-08-31T17:21:28.850Z Compiling icu_provider v2.0.0
17502026-08-31T17:21:28.868Z Compiling http v1.4.2
17512026-08-31T17:21:28.957Z Compiling goblin v0.10.1
17522026-08-31T17:21:28.970Z Compiling daft-derive v0.1.5
17532026-08-31T17:21:29.168Z Compiling icu_normalizer v2.0.0
17542026-08-31T17:21:29.181Z Compiling icu_properties v2.0.1
17552026-08-31T17:21:29.722Z Compiling schemars v0.8.22
17562026-08-31T17:21:29.741Z Compiling pest_generator v2.8.2
17572026-08-31T17:21:29.789Z Compiling darling_macro v0.21.3
17582026-08-31T17:21:29.850Z Compiling openssl-macros v0.1.1
17592026-08-31T17:21:29.886Z Compiling openapiv3 v2.2.0
17602026-08-31T17:21:30.038Z Compiling idna_adapter v1.2.1
17612026-08-31T17:21:30.192Z Compiling idna v1.1.0
17622026-08-31T17:21:30.376Z Compiling structmeta-derive v0.3.0
17632026-08-31T17:21:30.389Z Compiling pest_derive v2.8.2
17642026-08-31T17:21:30.392Z Compiling darling v0.21.3
17652026-08-31T17:21:30.484Z Compiling url v2.5.7
17662026-08-31T17:21:30.837Z Compiling typify-impl v0.4.3
17672026-08-31T17:21:30.949Z Compiling async-stream-impl v0.3.6
17682026-08-31T17:21:30.961Z Compiling dtrace-parser v0.3.0
17692026-08-31T17:21:31.361Z Compiling newtype-uuid-macros v0.1.0
17702026-08-31T17:21:31.434Z Compiling structmeta v0.3.0
17712026-08-31T17:21:31.482Z Compiling serde_yaml v0.9.34+deprecated
17722026-08-31T17:21:31.591Z Compiling zeroize v1.8.1
17732026-08-31T17:21:31.640Z Compiling strum_macros v0.26.4
17742026-08-31T17:21:31.801Z Compiling dof v0.4.0
17752026-08-31T17:21:31.836Z Compiling signal-hook-registry v1.4.6
17762026-08-31T17:21:31.850Z Compiling untrusted v0.9.0
17772026-08-31T17:21:31.976Z Compiling thiserror v1.0.69
17782026-08-31T17:21:32.089Z Compiling mio v1.2.1
17792026-08-31T17:21:32.170Z Compiling omicron-workspace-hack v0.1.0
17802026-08-31T17:21:32.235Z Compiling base64 v0.22.1
17812026-08-31T17:21:32.586Z Compiling usdt-impl v0.6.0
17822026-08-31T17:21:32.608Z Compiling tokio v1.52.3
17832026-08-31T17:21:32.748Z Compiling http-body v1.0.1
17842026-08-31T17:21:32.901Z Compiling dropshot_endpoint v0.16.7
17852026-08-31T17:21:32.912Z Compiling ref-cast-impl v1.0.25
17862026-08-31T17:21:33.284Z Compiling ipnet v2.11.0
17872026-08-31T17:21:33.356Z Compiling atomic-waker v1.1.2
17882026-08-31T17:21:33.492Z Compiling derive-ex v0.1.8
17892026-08-31T17:21:33.593Z Compiling strum_macros v0.27.2
17902026-08-31T17:21:33.759Z Compiling usdt-attr-macro v0.6.0
17912026-08-31T17:21:33.807Z Compiling usdt-macro v0.6.0
17922026-08-31T17:21:33.868Z Compiling httparse v1.10.1
17932026-08-31T17:21:34.196Z Compiling portable-atomic v1.11.1
17942026-08-31T17:21:34.645Z Compiling tower-layer v0.3.3
17952026-08-31T17:21:34.730Z Compiling tower-service v0.3.3
17962026-08-31T17:21:34.835Z Compiling critical-section v1.2.0
17972026-08-31T17:21:34.951Z Compiling try-lock v0.2.5
17982026-08-31T17:21:34.956Z Compiling once_cell v1.21.3
17992026-08-31T17:21:34.959Z Compiling httpdate v1.0.3
18002026-08-31T17:21:35.057Z Compiling want v0.3.1
18012026-08-31T17:21:35.125Z Compiling test-strategy v0.4.3
18022026-08-31T17:21:35.163Z Compiling serde_with_macros v3.14.1
18032026-08-31T17:21:35.235Z Compiling ppv-lite86 v0.2.21
18042026-08-31T17:21:35.477Z Compiling erased-serde v0.3.31
18052026-08-31T17:21:35.975Z Compiling subtle v2.6.1
18062026-08-31T17:21:36.147Z Compiling parse-display-derive v0.10.0
18072026-08-31T17:21:36.246Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18082026-08-31T17:21:36.727Z Compiling http-body-util v0.1.3
18092026-08-31T17:21:36.858Z Compiling anyhow v1.0.102
18102026-08-31T17:21:37.043Z Compiling typify-macro v0.4.3
18112026-08-31T17:21:37.047Z Compiling serde_urlencoded v0.7.1
18122026-08-31T17:21:37.126Z Compiling rand_core v0.6.4
18132026-08-31T17:21:37.250Z Compiling typenum v1.20.1
18142026-08-31T17:21:37.290Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18152026-08-31T17:21:37.704Z Compiling futures-util v0.3.32
18162026-08-31T17:21:37.813Z Compiling sync_wrapper v1.0.2
18172026-08-31T17:21:37.926Z Compiling powerfmt v0.2.0
18182026-08-31T17:21:38.115Z Compiling deranged v0.5.3
18192026-08-31T17:21:38.136Z Compiling num_threads v0.1.7
18202026-08-31T17:21:38.217Z Compiling tracing-core v0.1.34
18212026-08-31T17:21:38.240Z Compiling camino v1.2.3
18222026-08-31T17:21:38.252Z Compiling iri-string v0.7.8
18232026-08-31T17:21:38.806Z Compiling tracing v0.1.41
18242026-08-31T17:21:38.884Z Compiling encoding_rs v0.8.35
18252026-08-31T17:21:39.042Z Compiling cpufeatures v0.2.17
18262026-08-31T17:21:39.128Z Compiling fastrand v2.3.0
18272026-08-31T17:21:39.243Z Compiling typify v0.4.3
18282026-08-31T17:21:39.343Z Compiling progenitor-impl v0.11.1
18292026-08-31T17:21:39.410Z Compiling mime v0.3.17
18302026-08-31T17:21:39.427Z Compiling generic-array v0.14.7
18312026-08-31T17:21:39.688Z Compiling hex v0.4.3
18322026-08-31T17:21:39.942Z Compiling crypto-common v0.1.6
18332026-08-31T17:21:39.956Z Compiling errno v0.3.14
18342026-08-31T17:21:40.090Z Compiling tokio-util v0.7.16
18352026-08-31T17:21:40.151Z Compiling thread_local v1.1.9
18362026-08-31T17:21:40.304Z Compiling unicode-width v0.2.1
18372026-08-31T17:21:40.418Z Compiling syn v1.0.109
18382026-08-31T17:21:40.530Z Compiling rustls-pki-types v1.12.0
18392026-08-31T17:21:40.640Z Compiling winnow v0.7.14
18402026-08-31T17:21:40.705Z Compiling match_cfg v0.1.0
18412026-08-31T17:21:40.807Z Compiling rustix v1.1.4
18422026-08-31T17:21:41.317Z Compiling winnow v1.0.3
18432026-08-31T17:21:41.543Z Compiling take_mut v0.2.2
18442026-08-31T17:21:41.564Z Compiling term v1.2.0
18452026-08-31T17:21:41.657Z Compiling toml_parser v1.1.2+spec-1.1.0
18462026-08-31T17:21:42.009Z Compiling h2 v0.4.14
18472026-08-31T17:21:42.045Z Compiling ring v0.17.14
18482026-08-31T17:21:42.316Z Compiling serde_spanned v1.1.1
18492026-08-31T17:21:42.480Z Compiling debug-ignore v1.0.5
18502026-08-31T17:21:42.614Z Compiling toml_writer v1.1.1+spec-1.1.0
18512026-08-31T17:21:42.739Z Compiling spin v0.9.8
18522026-08-31T17:21:42.815Z Compiling progenitor-macro v0.11.1
18532026-08-31T17:21:42.860Z Compiling quick-error v1.2.3
18542026-08-31T17:21:43.003Z Compiling block-buffer v0.10.4
18552026-08-31T17:21:43.329Z Compiling waitgroup v0.1.2
18562026-08-31T17:21:43.478Z Compiling async-stream v0.3.6
18572026-08-31T17:21:43.667Z Compiling serde_path_to_error v0.1.20
18582026-08-31T17:21:43.793Z Compiling bit-vec v0.8.0
18592026-08-31T17:21:44.038Z Compiling lazy_static v1.5.0
18602026-08-31T17:21:44.050Z Compiling bit-set v0.8.0
18612026-08-31T17:21:44.104Z Compiling digest v0.10.7
18622026-08-31T17:21:44.145Z Compiling strum v0.26.3
18632026-08-31T17:21:44.216Z Compiling hyper v1.10.1
18642026-08-31T17:21:44.278Z Compiling ipnetwork v0.21.1
18652026-08-31T17:21:44.295Z Compiling crossbeam-utils v0.8.21
18662026-08-31T17:21:44.326Z Compiling toml_datetime v0.7.5+spec-1.1.0
18672026-08-31T17:21:44.642Z Compiling unarray v0.1.4
18682026-08-31T17:21:44.695Z Compiling toml v0.9.12+spec-1.1.0
18692026-08-31T17:21:44.727Z Compiling slog v2.8.2
18702026-08-31T17:21:44.757Z Compiling macaddr v1.0.1
18712026-08-31T17:21:44.825Z Compiling tabwriter v1.4.1
18722026-08-31T17:21:44.988Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18732026-08-31T17:21:45.074Z Compiling ref-cast v1.0.25
18742026-08-31T17:21:45.175Z Compiling colored v3.1.1
18752026-08-31T17:21:45.244Z Compiling strum v0.27.2
18762026-08-31T17:21:45.280Z Compiling aws-lc-sys v0.39.1
18772026-08-31T17:21:45.375Z Compiling hyper-util v0.1.20
18782026-08-31T17:21:45.573Z Compiling getrandom v0.3.3
18792026-08-31T17:21:45.762Z Compiling untrusted v0.7.1
18802026-08-31T17:21:45.898Z Compiling aws-lc-rs v1.16.2
18812026-08-31T17:21:45.961Z Compiling rand_core v0.9.3
18822026-08-31T17:21:46.193Z Compiling oxnet v0.1.6
18832026-08-31T17:21:46.230Z Compiling openssl-sys v0.9.117
18842026-08-31T17:21:46.687Z Compiling futures-executor v0.3.32
18852026-08-31T17:21:46.977Z Compiling rustls-webpki v0.103.6
18862026-08-31T17:21:47.176Z Compiling instant v0.1.13
18872026-08-31T17:21:47.290Z Compiling foreign-types-shared v0.1.1
18882026-08-31T17:21:47.382Z Compiling foreign-types v0.3.2
18892026-08-31T17:21:47.386Z Compiling rand_chacha v0.9.0
18902026-08-31T17:21:47.462Z Compiling rustls v0.23.40
18912026-08-31T17:21:47.539Z Compiling tempfile v3.27.0
18922026-08-31T17:21:47.956Z Compiling tower v0.5.2
18932026-08-31T17:21:47.969Z Compiling toml_datetime v0.6.11
18942026-08-31T17:21:48.028Z Compiling openssl-probe v0.1.6
18952026-08-31T17:21:48.222Z Compiling rand v0.9.3
18962026-08-31T17:21:48.244Z Compiling openssl v0.10.81
18972026-08-31T17:21:48.362Z Compiling tower-http v0.6.8
18982026-08-31T17:21:48.437Z Compiling futures v0.3.32
18992026-08-31T17:21:48.694Z Compiling time v0.3.47
19002026-08-31T17:21:48.810Z Compiling clap_derive v4.6.1
19012026-08-31T17:21:48.888Z Compiling memmap2 v0.9.8
19022026-08-31T17:21:49.318Z Compiling crossbeam-channel v0.5.15
19032026-08-31T17:21:49.357Z Compiling webpki-roots v1.0.2
19042026-08-31T17:21:49.422Z Compiling newtype-uuid v1.3.2
19052026-08-31T17:21:49.799Z Compiling daft v0.1.5
19062026-08-31T17:21:50.252Z Compiling is-terminal v0.4.16
19072026-08-31T17:21:50.361Z Compiling either v1.15.0
19082026-08-31T17:21:50.410Z Compiling usdt v0.6.0
19092026-08-31T17:21:50.523Z Compiling tokio-rustls v0.26.4
19102026-08-31T17:21:50.569Z Compiling slog-term v2.9.2
19112026-08-31T17:21:50.594Z Compiling slog-json v2.6.1
19122026-08-31T17:21:50.702Z Compiling native-tls v0.2.14
19132026-08-31T17:21:50.772Z Compiling hyper-rustls v0.27.7
19142026-08-31T17:21:50.791Z Compiling slog-async v2.8.0
19152026-08-31T17:21:50.795Z Compiling hostname v0.3.1
19162026-08-31T17:21:50.937Z Compiling tokio-native-tls v0.3.1
19172026-08-31T17:21:51.108Z Compiling hyper-tls v0.6.0
19182026-08-31T17:21:51.161Z Compiling slog-bunyan v2.5.0
19192026-08-31T17:21:51.197Z Compiling rustls-webpki v0.102.8
19202026-08-31T17:21:51.209Z Compiling multer v3.1.0
19212026-08-31T17:21:51.283Z Compiling reqwest v0.12.23
19222026-08-31T17:21:51.344Z Compiling rustls-pemfile v2.2.0
19232026-08-31T17:21:51.564Z Compiling hostname v0.4.2
19242026-08-31T17:21:51.704Z Compiling rustls v0.22.4
19252026-08-31T17:21:51.720Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19262026-08-31T17:21:52.082Z Compiling rand_chacha v0.3.1
19272026-08-31T17:21:52.291Z Compiling wait-timeout v0.2.1
19282026-08-31T17:21:52.586Z Compiling rusty-fork v0.3.0
19292026-08-31T17:21:52.600Z Compiling rand v0.8.5
19302026-08-31T17:21:52.846Z Compiling rand_xorshift v0.4.0
19312026-08-31T17:21:53.003Z Compiling sha1 v0.10.6
19322026-08-31T17:21:53.237Z Compiling proptest v1.8.0
19332026-08-31T17:21:53.270Z Compiling itertools v0.14.0
19342026-08-31T17:21:53.610Z Compiling tokio-rustls v0.25.0
19352026-08-31T17:21:53.854Z Compiling dropshot v0.16.7
19362026-08-31T17:21:54.572Z Compiling anstyle v1.0.14
19372026-08-31T17:21:55.462Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19382026-08-31T17:21:55.722Z Compiling progenitor-client v0.10.0
19392026-08-31T17:21:55.907Z Compiling progenitor-client v0.11.1
19402026-08-31T17:21:56.056Z Compiling serde_with v3.14.1
19412026-08-31T17:21:56.216Z Compiling num-derive v0.4.2
19422026-08-31T17:21:56.526Z Compiling progenitor v0.11.1
19432026-08-31T17:21:56.681Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19442026-08-31T17:21:57.032Z Compiling rustc-hash v2.1.1
19452026-08-31T17:21:57.133Z Compiling iddqd v0.3.18
19462026-08-31T17:21:57.164Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19472026-08-31T17:21:57.177Z Compiling backoff v0.4.0
19482026-08-31T17:21:57.592Z Compiling parse-display v0.10.0
19492026-08-31T17:21:57.711Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19502026-08-31T17:21:57.854Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19512026-08-31T17:21:58.291Z Compiling utf8parse v0.2.2
19522026-08-31T17:21:58.456Z Compiling anstyle-parse v1.0.0
19532026-08-31T17:21:58.681Z Compiling is_terminal_polyfill v1.70.1
19542026-08-31T17:21:58.707Z Compiling anstyle-query v1.1.4
19552026-08-31T17:21:58.719Z Compiling colorchoice v1.0.4
19562026-08-31T17:21:58.818Z Compiling anstream v1.0.0
19572026-08-31T17:21:58.836Z Compiling clap_lex v1.1.0
19582026-08-31T17:22:00.169Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19592026-08-31T17:22:02.278Z Compiling winnow v0.5.40
19602026-08-31T17:22:06.795Z Compiling terminal_size v0.4.3
19612026-08-31T17:22:08.097Z Compiling toml_edit v0.19.15
19622026-08-31T17:22:09.267Z Compiling proc-macro-crate v1.3.1
19632026-08-31T17:22:09.635Z Compiling clap_builder v4.6.0
19642026-08-31T17:22:10.002Z Compiling dropshot_endpoint v0.17.1
19652026-08-31T17:22:11.242Z Compiling clap v4.6.1
19662026-08-31T17:22:15.754Z Compiling serde_spanned v0.6.9
19672026-08-31T17:22:16.880Z Compiling prettyplease v0.2.37
19682026-08-31T17:22:17.065Z Compiling adler2 v2.0.1
19692026-08-31T17:22:17.220Z Compiling miniz_oxide v0.8.9
19702026-08-31T17:22:17.908Z Compiling crc32fast v1.5.0
19712026-08-31T17:22:18.033Z Compiling ingot-macros v0.1.1
19722026-08-31T17:22:18.216Z Compiling zerocopy-derive v0.7.35
19732026-08-31T17:22:18.273Z Compiling flate2 v1.1.2
19742026-08-31T17:22:19.103Z Compiling hubpack_derive v0.1.1
19752026-08-31T17:22:19.301Z Compiling hybrid-array v0.4.12
19762026-08-31T17:22:20.939Z Compiling scroll_derive v0.12.1
19772026-08-31T17:22:21.096Z Compiling toml_write v0.1.2
19782026-08-31T17:22:21.276Z Compiling toml_edit v0.22.27
19792026-08-31T17:22:22.163Z Compiling crypto-common v0.2.2
19802026-08-31T17:22:22.322Z Compiling block-buffer v0.12.0
19812026-08-31T17:22:22.488Z Compiling num_enum_derive v0.7.5
19822026-08-31T17:22:23.045Z Compiling foreign-types-macros v0.2.3
19832026-08-31T17:22:23.244Z Compiling num-integer v0.1.46
19842026-08-31T17:22:23.492Z Compiling float-ord v0.3.2
19852026-08-31T17:22:23.576Z Compiling compression-core v0.4.32
19862026-08-31T17:22:23.613Z Compiling const-oid v0.10.2
19872026-08-31T17:22:23.758Z Compiling digest v0.11.3
19882026-08-31T17:22:23.771Z Compiling compression-codecs v0.4.32
19892026-08-31T17:22:24.047Z Compiling toml v0.8.23
19902026-08-31T17:22:24.461Z Compiling zerocopy v0.7.35
19912026-08-31T17:22:25.861Z Compiling toml_datetime v1.1.1+spec-1.1.0
19922026-08-31T17:22:26.183Z Compiling glob v0.3.3
19932026-08-31T17:22:26.195Z Compiling cpufeatures v0.3.0
19942026-08-31T17:22:26.276Z Compiling sha1 v0.11.0
19952026-08-31T17:22:26.382Z Compiling toml v1.1.2+spec-1.1.0
19962026-08-31T17:22:26.535Z Compiling async-compression v0.4.33
19972026-08-31T17:22:26.602Z Compiling proc-macro-error-attr v1.0.4
19982026-08-31T17:22:26.641Z Compiling num-rational v0.4.2
19992026-08-31T17:22:27.037Z Compiling num-iter v0.1.45
20002026-08-31T17:22:27.275Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20012026-08-31T17:22:27.322Z Compiling num-complex v0.4.6
20022026-08-31T17:22:27.715Z Compiling num v0.4.3
20032026-08-31T17:22:27.795Z Compiling dropshot v0.17.1
20042026-08-31T17:22:27.808Z Compiling proc-macro-error v1.0.4
20052026-08-31T17:22:27.920Z Compiling num_enum_derive v0.5.11
20062026-08-31T17:22:28.075Z Compiling dtrace-parser v0.2.0
20072026-08-31T17:22:28.088Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20082026-08-31T17:22:28.475Z Compiling dof v0.3.0
20092026-08-31T17:22:28.660Z Compiling thread-id v4.2.2
20102026-08-31T17:22:28.755Z Compiling derive_more v0.99.20
20112026-08-31T17:22:28.884Z Compiling usdt-impl v0.5.0
20122026-08-31T17:22:29.034Z Compiling minimal-lexical v0.2.1
20132026-08-31T17:22:29.304Z Compiling nom v7.1.3
20142026-08-31T17:22:29.491Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20152026-08-31T17:22:30.093Z Compiling usdt-macro v0.5.0
20162026-08-31T17:22:30.204Z Compiling usdt-attr-macro v0.5.0
20172026-08-31T17:22:30.633Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20182026-08-31T17:22:30.878Z Compiling zone_cfg_derive v0.3.1
20192026-08-31T17:22:31.386Z Compiling libscf-sys v1.2.0
20202026-08-31T17:22:31.536Z Compiling rustc_version v0.4.1
20212026-08-31T17:22:31.573Z Compiling memoffset v0.9.1
20222026-08-31T17:22:31.669Z Compiling crossbeam-epoch v0.9.18
20232026-08-31T17:22:31.955Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20242026-08-31T17:22:32.359Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20252026-08-31T17:22:32.500Z Compiling enum-as-inner v0.6.1
20262026-08-31T17:22:32.794Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20272026-08-31T17:22:33.021Z Compiling curve25519-dalek v4.1.3
20282026-08-31T17:22:33.096Z Compiling regress v0.11.1
20292026-08-31T17:22:33.410Z Compiling crossbeam-deque v0.8.6
20302026-08-31T17:22:33.674Z Compiling hubpack v0.1.2
20312026-08-31T17:22:33.963Z Compiling thiserror-impl-no-std v2.0.2
20322026-08-31T17:22:34.563Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20332026-08-31T17:22:35.106Z Compiling curve25519-dalek-derive v0.1.1
20342026-08-31T17:22:35.119Z Compiling static_assertions v1.1.0
20352026-08-31T17:22:35.204Z Compiling typify-impl v0.6.2
20362026-08-31T17:22:35.686Z Compiling rayon-core v1.13.0
20372026-08-31T17:22:35.807Z Compiling clang-sys v1.8.1
20382026-08-31T17:22:36.196Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20392026-08-31T17:22:36.226Z Compiling hash32 v0.3.1
20402026-08-31T17:22:36.249Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20412026-08-31T17:22:36.392Z Compiling bytecount v0.6.9
20422026-08-31T17:22:36.451Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20432026-08-31T17:22:36.463Z Compiling heapless v0.8.0
20442026-08-31T17:22:36.541Z Compiling scroll v0.12.0
20452026-08-31T17:22:36.825Z Compiling ingot-types v0.1.2
20462026-08-31T17:22:37.027Z Compiling cobs v0.3.0
20472026-08-31T17:22:37.162Z Compiling libloading v0.8.9
20482026-08-31T17:22:37.183Z Compiling bitflags v1.3.2
20492026-08-31T17:22:37.222Z Compiling managed v0.8.0
20502026-08-31T17:22:37.237Z Compiling foreign-types-shared v0.3.1
20512026-08-31T17:22:37.267Z Compiling bindgen v0.72.1
20522026-08-31T17:22:37.285Z Compiling postcard v1.1.3
20532026-08-31T17:22:37.339Z Compiling foreign-types v0.5.0
20542026-08-31T17:22:37.426Z Compiling smoltcp v0.11.0
20552026-08-31T17:22:37.449Z Compiling ingot v0.1.1
20562026-08-31T17:22:37.881Z Compiling goblin v0.8.2
20572026-08-31T17:22:38.080Z Compiling cexpr v0.6.0
20582026-08-31T17:22:38.107Z Compiling num_enum v0.7.5
20592026-08-31T17:22:38.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20602026-08-31T17:22:38.715Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612026-08-31T17:22:38.795Z Compiling camino-tempfile v1.4.1
20622026-08-31T17:22:39.044Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-08-31T17:22:39.047Z Compiling serde_repr v0.1.20
20642026-08-31T17:22:39.067Z Compiling derive-where v1.6.0
20652026-08-31T17:22:39.362Z Compiling cstr-argument v0.1.2
20662026-08-31T17:22:39.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-31T17:22:39.941Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-08-31T17:22:41.096Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20692026-08-31T17:22:41.203Z Compiling rayon v1.11.0
20702026-08-31T17:22:41.290Z Compiling rustix v0.38.44
20712026-08-31T17:22:41.509Z Compiling typify-macro v0.6.2
20722026-08-31T17:22:41.610Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732026-08-31T17:22:41.741Z Compiling crucible-workspace-hack v0.1.0
20742026-08-31T17:22:42.190Z Compiling tinyvec_macros v0.1.1
20752026-08-31T17:22:42.265Z Compiling tinyvec v1.10.0
20762026-08-31T17:22:42.622Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20772026-08-31T17:22:43.020Z Compiling num_enum v0.5.11
20782026-08-31T17:22:43.368Z Compiling pin-project-internal v1.1.10
20792026-08-31T17:22:43.610Z Compiling memmap v0.7.0
20802026-08-31T17:22:43.815Z Compiling usdt v0.5.0
20812026-08-31T17:22:43.851Z Compiling typify v0.6.2
20822026-08-31T17:22:44.236Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832026-08-31T17:22:44.295Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-31T17:22:44.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20852026-08-31T17:22:44.565Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-08-31T17:22:44.918Z Compiling itertools v0.12.1
20872026-08-31T17:22:44.955Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20882026-08-31T17:22:45.096Z Compiling progenitor-impl v0.10.0
20892026-08-31T17:22:45.505Z Compiling sigpipe v0.1.3
20902026-08-31T17:22:45.584Z Compiling jiff v0.2.15
20912026-08-31T17:22:45.599Z Compiling const_format_proc_macros v0.2.34
20922026-08-31T17:22:45.623Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20932026-08-31T17:22:45.940Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-08-31T17:22:46.161Z Compiling zone v0.3.1
20952026-08-31T17:22:46.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20962026-08-31T17:22:46.604Z Compiling progenitor-impl v0.14.0
20972026-08-31T17:22:47.017Z Compiling atomicwrites v0.4.4
20982026-08-31T17:22:47.229Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-31T17:22:47.580Z Compiling papergrid v0.18.0
21002026-08-31T17:22:47.644Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21012026-08-31T17:22:47.771Z Compiling nix v0.30.1
21022026-08-31T17:22:48.127Z Compiling smf v0.2.3
21032026-08-31T17:22:48.551Z Compiling progenitor-macro v0.10.0
21042026-08-31T17:22:48.714Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21052026-08-31T17:22:48.822Z Compiling secrecy v0.10.3
21062026-08-31T17:22:49.170Z Compiling snafu-derive v0.8.9
21072026-08-31T17:22:49.413Z Compiling async-recursion v1.1.1
21082026-08-31T17:22:49.554Z Compiling whoami v1.6.1
21092026-08-31T17:22:50.131Z Compiling predicates-core v1.0.9
21102026-08-31T17:22:50.151Z Compiling progenitor-macro v0.14.0
21112026-08-31T17:22:50.507Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21122026-08-31T17:22:50.864Z Compiling tabled v0.21.0
21132026-08-31T17:22:50.949Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21142026-08-31T17:22:53.280Z Compiling nix v0.31.3
21152026-08-31T17:22:53.635Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-31T17:22:53.716Z Compiling itertools v0.15.0
21172026-08-31T17:22:54.165Z Compiling hmac v0.12.1
21182026-08-31T17:22:54.251Z Compiling inout v0.1.4
21192026-08-31T17:22:54.316Z Compiling ff v0.13.1
21202026-08-31T17:22:54.412Z Compiling float-cmp v0.10.0
21212026-08-31T17:22:54.488Z Compiling normalize-line-endings v0.3.0
21222026-08-31T17:22:54.526Z Compiling difflib v0.4.0
21232026-08-31T17:22:54.562Z Compiling data-encoding v2.9.0
21242026-08-31T17:22:54.758Z Compiling predicates v3.1.4
21252026-08-31T17:22:54.998Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21262026-08-31T17:22:55.106Z Compiling group v0.13.0
21272026-08-31T17:22:55.222Z Compiling cipher v0.4.4
21282026-08-31T17:22:55.234Z Compiling hkdf v0.12.4
21292026-08-31T17:22:55.391Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21302026-08-31T17:22:55.733Z Compiling tabled_derive v0.7.0
21312026-08-31T17:22:56.181Z Compiling universal-hash v0.5.1
21322026-08-31T17:22:56.214Z Compiling crypto-bigint v0.5.5
21332026-08-31T17:22:56.226Z Compiling half v2.7.1
21342026-08-31T17:22:56.268Z Compiling opaque-debug v0.3.1
21352026-08-31T17:22:56.314Z Compiling indent_write v2.2.0
21362026-08-31T17:22:56.346Z Compiling base16ct v0.2.0
21372026-08-31T17:22:56.458Z Compiling base64ct v1.8.0
21382026-08-31T17:22:56.511Z Compiling ciborium-io v0.2.2
21392026-08-31T17:22:56.514Z Compiling unicode-segmentation v1.12.0
21402026-08-31T17:22:56.698Z Compiling crc8 v0.1.1
21412026-08-31T17:22:56.767Z Compiling password-hash v0.5.0
21422026-08-31T17:22:56.819Z Compiling ciborium-ll v0.2.2
21432026-08-31T17:22:56.928Z Compiling newline-converter v0.3.0
21442026-08-31T17:22:57.061Z Compiling poly1305 v0.8.0
21452026-08-31T17:22:57.287Z Compiling elliptic-curve v0.13.8
21462026-08-31T17:22:57.530Z Compiling chacha20 v0.9.1
21472026-08-31T17:22:57.563Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-08-31T17:22:57.608Z Compiling tokio-dtrace v0.1.1
21492026-08-31T17:22:57.763Z Compiling thiserror-no-std v2.0.2
21502026-08-31T17:22:58.326Z Compiling reqwest v0.13.2
21512026-08-31T17:22:58.766Z Compiling blake2 v0.10.6
21522026-08-31T17:22:58.934Z Compiling console v0.16.4
21532026-08-31T17:22:58.938Z Compiling aead v0.5.2
21542026-08-31T17:22:59.115Z Compiling strum_macros v0.28.0
21552026-08-31T17:22:59.131Z Compiling bstr v1.12.0
21562026-08-31T17:22:59.251Z Compiling linked-hash-map v0.5.6
21572026-08-31T17:22:59.478Z Compiling keccak v0.1.6
21582026-08-31T17:22:59.638Z Compiling resolv-conf v0.7.5
21592026-08-31T17:22:59.724Z Compiling similar v3.2.0
21602026-08-31T17:22:59.997Z Compiling sha3 v0.10.8
21612026-08-31T17:23:00.351Z Compiling lru-cache v0.1.2
21622026-08-31T17:23:00.486Z Compiling expectorate v1.3.0
21632026-08-31T17:23:00.728Z Compiling progenitor-client v0.14.0
21642026-08-31T17:23:00.787Z Compiling chacha20poly1305 v0.10.1
21652026-08-31T17:23:00.932Z Compiling argon2 v0.5.3
21662026-08-31T17:23:00.987Z Compiling vsss-rs v3.3.4
21672026-08-31T17:23:01.033Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-08-31T17:23:01.478Z Compiling oxide-tokio-rt v0.1.2
21692026-08-31T17:23:01.742Z Compiling ciborium v0.2.2
21702026-08-31T17:23:01.917Z Compiling hickory-proto v0.24.4
21712026-08-31T17:23:02.245Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21722026-08-31T17:23:02.281Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21732026-08-31T17:23:02.970Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-08-31T17:23:03.092Z Compiling serde-big-array v0.5.1
21752026-08-31T17:23:03.635Z Compiling same-file v1.0.6
21762026-08-31T17:23:03.651Z Compiling siphasher v1.0.1
21772026-08-31T17:23:03.726Z Compiling hickory-resolver v0.24.4
21782026-08-31T17:23:03.756Z Compiling walkdir v2.5.0
21792026-08-31T17:23:03.816Z Compiling phf_shared v0.12.1
21802026-08-31T17:23:03.963Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21812026-08-31T17:23:04.004Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21822026-08-31T17:23:05.309Z Compiling progenitor v0.14.0
21832026-08-31T17:23:05.455Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-08-31T17:23:05.536Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-08-31T17:23:06.361Z Compiling newtype_derive v0.1.6
21862026-08-31T17:23:06.400Z Compiling owo-colors v4.3.0
21872026-08-31T17:23:06.714Z Compiling tokio-stream v0.1.17
21882026-08-31T17:23:06.787Z Compiling csv-core v0.1.12
21892026-08-31T17:23:06.918Z Compiling foldhash v0.1.5
21902026-08-31T17:23:07.061Z Compiling termtree v0.5.1
21912026-08-31T17:23:07.105Z Compiling unicode-width v0.1.14
21922026-08-31T17:23:07.199Z Compiling smawk v0.3.2
21932026-08-31T17:23:07.215Z Compiling swrite v0.1.0
21942026-08-31T17:23:07.317Z Compiling unicode-linebreak v0.1.5
21952026-08-31T17:23:07.356Z Compiling qorb v0.4.1
21962026-08-31T17:23:07.387Z Compiling hashbrown v0.15.5
21972026-08-31T17:23:07.501Z Compiling csv v1.4.0
21982026-08-31T17:23:07.571Z Compiling textwrap v0.16.2
21992026-08-31T17:23:08.064Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-08-31T17:23:08.174Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-08-31T17:23:09.606Z Compiling phf v0.12.1
22022026-08-31T17:23:09.894Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22032026-08-31T17:23:10.055Z Compiling pin-project v1.1.10
22042026-08-31T17:23:10.148Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22052026-08-31T17:23:10.163Z Compiling unicode-normalization v0.1.24
22062026-08-31T17:23:10.166Z Compiling libz-sys v1.1.22
22072026-08-31T17:23:10.484Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-08-31T17:23:10.770Z Compiling libsw-core v0.3.2
22092026-08-31T17:23:11.057Z Compiling humantime v2.3.0
22102026-08-31T17:23:11.117Z Compiling fixedbitset v0.4.2
22112026-08-31T17:23:11.179Z Compiling fixedbitset v0.5.7
22122026-08-31T17:23:11.365Z Compiling highway v1.3.0
22132026-08-31T17:23:11.488Z Compiling petgraph v0.8.2
22142026-08-31T17:23:11.521Z Compiling petgraph v0.6.5
22152026-08-31T17:23:11.762Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-08-31T17:23:11.946Z Compiling progenitor v0.10.0
22172026-08-31T17:23:12.202Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-31T17:23:13.008Z Compiling libsw v3.5.0
22192026-08-31T17:23:13.195Z Compiling olpc-cjson v0.1.4
22202026-08-31T17:23:13.377Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-31T17:23:13.499Z Compiling libgit2-sys v0.17.0+1.8.1
22222026-08-31T17:23:13.571Z Compiling snafu v0.8.9
22232026-08-31T17:23:13.970Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-31T17:23:14.162Z Compiling chrono-tz v0.10.4
22252026-08-31T17:23:14.175Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-08-31T17:23:15.076Z Compiling papergrid v0.11.0
22272026-08-31T17:23:15.184Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
22282026-08-31T17:23:15.258Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-08-31T17:23:15.294Z Compiling strum v0.28.0
22302026-08-31T17:23:15.434Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22312026-08-31T17:23:15.542Z Compiling globset v0.4.16
22322026-08-31T17:23:16.834Z Compiling const_format v0.2.34
22332026-08-31T17:23:17.092Z Compiling slog-dtrace v0.3.0
22342026-08-31T17:23:17.172Z Compiling cancel-safe-futures v0.1.5
22352026-08-31T17:23:17.537Z Compiling gethostname v0.5.0
22362026-08-31T17:23:17.669Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22372026-08-31T17:23:18.499Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-08-31T17:23:18.963Z Compiling dropshot-api-manager-types v0.7.2
22392026-08-31T17:23:19.121Z Compiling pem v3.0.5
22402026-08-31T17:23:19.160Z Compiling bcs v0.1.6
22412026-08-31T17:23:19.351Z Compiling cargo-platform v0.1.9
22422026-08-31T17:23:19.491Z Compiling serde_plain v1.0.2
22432026-08-31T17:23:19.704Z Compiling linear-map v1.2.0
22442026-08-31T17:23:19.909Z Compiling tagptr v0.2.0
22452026-08-31T17:23:20.070Z Compiling typed-path v0.9.3
22462026-08-31T17:23:21.090Z Compiling tough v0.20.0
22472026-08-31T17:23:21.772Z Compiling moka v0.12.11
22482026-08-31T17:23:22.307Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-31T17:23:22.541Z Compiling cargo_metadata v0.18.1
22502026-08-31T17:23:23.344Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22512026-08-31T17:23:25.544Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-08-31T17:23:25.727Z Compiling tabled v0.15.0
22532026-08-31T17:23:25.823Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22542026-08-31T17:23:26.366Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-31T17:23:26.468Z Compiling git2 v0.19.0
22562026-08-31T17:23:26.570Z Compiling steno v0.4.1
22572026-08-31T17:23:28.915Z Compiling cookie v0.18.1
22582026-08-31T17:23:29.131Z Compiling hickory-proto v0.25.2
22592026-08-31T17:23:31.137Z Compiling hickory-resolver v0.25.2
22602026-08-31T17:23:32.163Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22612026-08-31T17:23:33.349Z Compiling vergen v8.3.2
22622026-08-31T17:23:34.507Z Compiling signal-hook v0.4.4
22632026-08-31T17:23:35.043Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22642026-08-31T17:23:35.623Z Compiling mockall_derive v0.14.0
22652026-08-31T17:23:35.882Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22662026-08-31T17:23:36.211Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22672026-08-31T17:23:36.470Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22682026-08-31T17:23:36.526Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22692026-08-31T17:23:37.945Z Compiling sha2 v0.10.9
22702026-08-31T17:23:38.356Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22712026-08-31T17:23:38.395Z Compiling yansi v1.0.1
22722026-08-31T17:23:38.547Z Compiling mockall v0.14.0
22732026-08-31T17:23:38.801Z Compiling diff v0.1.13
22742026-08-31T17:23:38.844Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22752026-08-31T17:23:39.127Z Compiling pretty_assertions v1.4.1
22762026-08-31T17:23:39.419Z Compiling fs-err v3.1.2
22772026-08-31T17:23:40.071Z Compiling predicates-tree v1.0.12
22782026-08-31T17:23:40.607Z Compiling git-stub v1.0.0
22792026-08-31T17:23:40.751Z Compiling serial_test_derive v3.5.0
22802026-08-31T17:23:40.888Z Compiling filetime v0.2.26
22812026-08-31T17:23:41.056Z Compiling xattr v1.6.1
22822026-08-31T17:23:41.084Z Compiling arrayvec v0.7.6
22832026-08-31T17:23:41.247Z Compiling constant_time_eq v0.3.1
22842026-08-31T17:23:41.298Z Compiling arrayref v0.3.9
22852026-08-31T17:23:41.374Z Compiling fragile v2.0.1
22862026-08-31T17:23:41.384Z Compiling downcast v0.11.0
22872026-08-31T17:23:41.504Z Compiling is_ci v1.2.0
22882026-08-31T17:23:41.541Z Compiling serial_test v3.5.0
22892026-08-31T17:23:41.661Z Compiling supports-color v3.0.2
22902026-08-31T17:23:41.680Z Compiling blake3 v1.8.2
22912026-08-31T17:23:41.851Z Compiling toml v0.7.8
22922026-08-31T17:23:41.931Z Compiling tar v0.4.45
22932026-08-31T17:23:42.269Z Compiling git-stub-vcs v0.1.0
22942026-08-31T17:23:42.652Z Compiling curl-sys v0.4.89+curl-8.20.0
22952026-08-31T17:23:42.953Z Compiling signal-hook-tokio v0.4.0
22962026-08-31T17:23:43.249Z Compiling scuffle v0.1.0
22972026-08-31T17:23:43.634Z Compiling similar v2.7.0
22982026-08-31T17:23:44.647Z Compiling drift v0.2.0
22992026-08-31T17:23:44.920Z Compiling kstat-rs v0.2.4
23002026-08-31T17:23:45.179Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
23012026-08-31T17:23:45.238Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23022026-08-31T17:23:45.258Z Compiling hex-literal v1.1.0
23032026-08-31T17:23:45.383Z Compiling topological-sort v0.2.2
23042026-08-31T17:23:45.540Z Compiling omicron-zone-package v0.12.2
23052026-08-31T17:23:45.572Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23062026-08-31T17:23:46.140Z Compiling dropshot-api-manager v0.7.2
23072026-08-31T17:23:47.495Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23082026-08-31T17:23:47.621Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23092026-08-31T17:23:48.400Z Compiling curl v0.4.50
23102026-08-31T17:23:49.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23112026-08-31T17:23:49.341Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23122026-08-31T17:23:49.596Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23132026-08-31T17:23:50.068Z Compiling iddqd v0.4.5
23142026-08-31T17:23:50.149Z Compiling search_path v0.1.4
23152026-08-31T17:23:50.792Z Compiling internet-checksum v0.2.1
23162026-08-31T17:23:50.952Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23172026-08-31T17:23:51.872Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23182026-08-31T17:23:53.128Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23192026-08-31T17:24:04.149Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23202026-08-31T17:24:42.580Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s
23212026-08-31T17:24:42.707Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
23222026-08-31T17:24:42.710Z
23232026-08-31T17:24:42.710Zrunning 0 tests
23242026-08-31T17:24:42.710Z
23252026-08-31T17:24:42.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23262026-08-31T17:24:42.710Z
23272026-08-31T17:24:42.710Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23282026-08-31T17:24:42.713Z
23292026-08-31T17:24:42.713Zrunning 0 tests
23302026-08-31T17:24:42.713Z
23312026-08-31T17:24:42.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23322026-08-31T17:24:42.713Z
23332026-08-31T17:24:42.716Z Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2)
23342026-08-31T17:24:42.716Z
23352026-08-31T17:24:42.716Zrunning 0 tests
23362026-08-31T17:24:42.716Z
23372026-08-31T17:24:42.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-08-31T17:24:42.716Z
23392026-08-31T17:24:42.716Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
23402026-08-31T17:24:42.721Z
23412026-08-31T17:24:42.721Zrunning 4 tests
23422026-08-31T17:24:42.724Ztest nat::tests::test_vni ... ok
23432026-08-31T17:24:42.724Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-31T17:24:42.724Ztest test_purge ... ok
23452026-08-31T17:24:42.727Ztest illumos::test::address_exists_handles_missing_object ... ok
23462026-08-31T17:24:42.727Z
23472026-08-31T17:24:42.727Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23482026-08-31T17:24:42.727Z
23492026-08-31T17:24:42.727Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
23502026-08-31T17:24:42.730Z
23512026-08-31T17:24:42.730Zrunning 1 test
23522026-08-31T17:24:42.733Z -------
23532026-08-31T17:24:42.733Z Generating OpenAPI documents from API definitions ...
23542026-08-31T17:24:42.874Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23552026-08-31T17:24:42.944Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23562026-08-31T17:24:44.019Z -------
23572026-08-31T17:24:44.019Z Checking 13 OpenAPI documents...
23582026-08-31T17:24:44.019Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-31T17:24:44.019Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-31T17:24:44.019Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-31T17:24:44.019Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-08-31T17:24:44.019Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-31T17:24:44.019Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-31T17:24:44.022Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-31T17:24:44.022Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-31T17:24:44.022Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-31T17:24:44.023Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-31T17:24:44.023Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-31T17:24:44.023Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-31T17:24:44.023Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-31T17:24:44.023Z Fresh dpd "latest" symlink
23722026-08-31T17:24:44.023Z -------
23732026-08-31T17:24:44.023Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23742026-08-31T17:24:44.088Ztest test::test_apis_up_to_date ... ok
23752026-08-31T17:24:44.088Z
23762026-08-31T17:24:44.088Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
23772026-08-31T17:24:44.088Z
23782026-08-31T17:24:44.144Z Running unittests src/main.rs (target/debug/deps/dpd-dbba7bbb9fbd16d9)
23792026-08-31T17:24:44.150Z
23802026-08-31T17:24:44.150Zrunning 34 tests
23812026-08-31T17:24:44.153Ztest freemap::test_ordering ... ok
23822026-08-31T17:24:44.153Ztest config::tests::test_updates ... ok
23832026-08-31T17:24:44.153Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23842026-08-31T17:24:44.153Ztest freemap::test_split ... ok
23852026-08-31T17:24:44.153Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23862026-08-31T17:24:44.153Ztest macaddrs::tests::test_mac_offset ... ok
23872026-08-31T17:24:44.157Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23882026-08-31T17:24:44.157Ztest macaddrs::tests::test_parse_port_id ... ok
23892026-08-31T17:24:44.157Ztest nat::test_mapping ... ok
23902026-08-31T17:24:44.157ZAug 31 17:24:43.257 DEBG created new freemap, unit: freemap_test
23912026-08-31T17:24:44.157ZAug 31 17:24:43.257 DEBG created new freemap, unit: Aug 31 17:24:43.257freemap_test DEBG
23922026-08-31T17:24:44.157Z initted freemap. size: 128, unit: Aug 31 17:24:43.257freemap_test
23932026-08-31T17:24:44.157ZDEBG initted freemap. size: 128, Aug 31 17:24:43.257unit :DEBG freemap_testreset freemap
23942026-08-31T17:24:44.157Z, unit: freemap_testAug 31 17:24:43.257
23952026-08-31T17:24:44.157Z DEBG reset freemap, unit: freemap_test
23962026-08-31T17:24:44.157ZAug 31 17:24:43.257 DEBG Aug 31 17:24:43.257created new freemap , DEBGunit :created new freemap freemap_test,
23972026-08-31T17:24:44.158Zunit: freemap_test
23982026-08-31T17:24:44.158ZAug 31 17:24:43.257 DEBG Aug 31 17:24:43.257initted freemap. size: 128 , DEBGunit :initted freemap. size: 128 , freemap_testunit
23992026-08-31T17:24:44.158Z: freemap_test
24002026-08-31T17:24:44.158ZAug 31 17:24:43.257 DEBGAug 31 17:24:43.257 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
24012026-08-31T17:24:44.158Z freemap_test
24022026-08-31T17:24:44.158Ztest freemap::test_exhaustion ... ok
24032026-08-31T17:24:44.158Ztest freemap::test_reclaim ... ok
24042026-08-31T17:24:44.158Ztest freemap::test_free ... ok
24052026-08-31T17:24:44.158Ztest freemap::test_basic ... ok
24062026-08-31T17:24:44.158Ztest port_map::tests::dump_map ... ok
24072026-08-31T17:24:44.158Ztest port_map::tests::test_backplane_group ... ok
24082026-08-31T17:24:44.158Ztest port_map::tests::test_port_map ... ok
24092026-08-31T17:24:44.158ZAug 31 17:24:43.257 DEBG created new freemap, unit: freemap_test
24102026-08-31T17:24:44.158ZAug 31 17:24:43.257 DEBG initted freemap. size: 8, unit: freemap_test
24112026-08-31T17:24:44.158ZAug 31 17:24:43.257 DEBG reset freemap, unit: freemap_test
24122026-08-31T17:24:44.158Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24132026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG created new freemap, unit: freemap_test
24142026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG initted freemap. size: 128, unit: freemap_test
24152026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG reset freemap, unit: freemap_test
24162026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG created new freemap, unit: freemap_route_ipv4
24172026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG created new freemap, unit: freemap_route_ipv6
24182026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24192026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG reset freemap, unit: freemap_route_ipv4
24202026-08-31T17:24:44.158ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv6
24212026-08-31T17:24:44.158Z
24222026-08-31T17:24:44.158ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
24232026-08-31T17:24:44.158Z
24242026-08-31T17:24:44.158ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
24252026-08-31T17:24:44.158Z, unit: freemap_route_ipv4Aug 31 17:24:43.258
24262026-08-31T17:24:44.158Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:24:43.258
24272026-08-31T17:24:44.158Z DEBGAug 31 17:24:43.258 reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
24282026-08-31T17:24:44.158Z freemap_route_ipv4
24292026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBGAug 31 17:24:43.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 } }]DEBG
24302026-08-31T17:24:44.158Z initted freemap. size: 64, unit: freemap_route_ipv6
24312026-08-31T17:24:44.158ZAug 31 17:24:43.258 DEBG reset freemap, unit: freemap_route_ipv6
24322026-08-31T17:24:44.158ZAug 31 17:24:43.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24332026-08-31T17:24:44.158ZAug 31 17:24:43.258 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 } }]
24342026-08-31T17:24:44.158ZAug 31 17:24:43.258 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24352026-08-31T17:24:44.158ZAug 31 17:24:43.258 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 } }]
24362026-08-31T17:24:44.159ZAug 31 17:24:43.258 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24372026-08-31T17:24:44.159ZAug 31 17:24:43.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 } }]
24382026-08-31T17:24:44.159ZAug 31 17:24:43.258 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24392026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
24402026-08-31T17:24:44.159Z
24412026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:3::/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 } }]
24422026-08-31T17:24:44.159Z
24432026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
24442026-08-31T17:24:44.159Z
24452026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
24462026-08-31T17:24:44.159Z
24472026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
24482026-08-31T17:24:44.159Z
24492026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:5::/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 } }]
24502026-08-31T17:24:44.159Z
24512026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24522026-08-31T17:24:44.159Z
24532026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24542026-08-31T17:24:44.159Z
24552026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24562026-08-31T17:24:44.159Z
24572026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 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:7::/64 -> 2001:db8::55:ff
24582026-08-31T17:24:44.159Z
24592026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24602026-08-31T17:24:44.159Z
24612026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24622026-08-31T17:24:44.159Z
24632026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:4::/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 } }]
24642026-08-31T17:24:44.159Z
24652026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24662026-08-31T17:24:44.159Z
24672026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24682026-08-31T17:24:44.159Z
24692026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24702026-08-31T17:24:44.159Z
24712026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24722026-08-31T17:24:44.159Z
24732026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24742026-08-31T17:24:44.159Z
24752026-08-31T17:24:44.159ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24762026-08-31T17:24:44.160Z
24772026-08-31T17:24:44.160ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24782026-08-31T17:24:44.160Z
24792026-08-31T17:24:44.160ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24802026-08-31T17:24:44.160Z
24812026-08-31T17:24:44.160ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24822026-08-31T17:24:44.160Z
24832026-08-31T17:24:44.160ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24842026-08-31T17:24:44.160Z
24852026-08-31T17:24:44.160ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:e::/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 } }]
24862026-08-31T17:24:44.160Z
24872026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24882026-08-31T17:24:44.164Z
24892026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:f::/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 } }]
24902026-08-31T17:24:44.164Z
24912026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24922026-08-31T17:24:44.164Z
24932026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24942026-08-31T17:24:44.164Z
24952026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24962026-08-31T17:24:44.164Z
24972026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24982026-08-31T17:24:44.164Z
24992026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25002026-08-31T17:24:44.164Z
25012026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 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:12::/64 -> 2001:db8::55:ff
25022026-08-31T17:24:44.164Z
25032026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:e::/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 } }]
25042026-08-31T17:24:44.164Z
25052026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25062026-08-31T17:24:44.164Z
25072026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25082026-08-31T17:24:44.164Z
25092026-08-31T17:24:44.164Ztest freemap::test_span ... ok
25102026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25112026-08-31T17:24:44.164Z
25122026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25132026-08-31T17:24:44.164Z
25142026-08-31T17:24:44.164Ztest port_map::tests::parse_softnpu_revision ... ok
25152026-08-31T17:24:44.164Ztest api_server::tests::test_build_info ... ok
25162026-08-31T17:24:44.164ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25172026-08-31T17:24:44.165Z
25182026-08-31T17:24:44.165ZAug 31 17:24:43.258Aug 31 17:24:43.258 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:11::/64 -> 2001:db8::55:ff
25192026-08-31T17:24:44.165Z
25202026-08-31T17:24:44.165ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25212026-08-31T17:24:44.165Z
25222026-08-31T17:24:44.165ZAug 31 17:24:43.258Aug 31 17:24:43.258 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:12::/64 -> 2001:db8::55:ff
25232026-08-31T17:24:44.165Z
25242026-08-31T17:24:44.165ZAug 31 17:24:43.258Aug 31 17:24:43.258 INFODEBGAug 31 17:24:43.258 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
25252026-08-31T17:24:44.165Z 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
25262026-08-31T17:24:44.165Z, unitAug 31 17:24:43.258: Aug 31 17:24:43.258DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
25272026-08-31T17:24:44.165Z
25282026-08-31T17:24:44.165Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25292026-08-31T17:24:44.165ZAug 31 17:24:43.258 Aug 31 17:24:43.258INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
25302026-08-31T17:24:44.165ZAug 31 17:24:43.258replacing 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 } }]
25312026-08-31T17:24:44.165ZDEBG created new freemapAug 31 17:24:43.259, Aug 31 17:24:43.259 unitDEBG: 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 } }]freemap_route_ipv6
25322026-08-31T17:24:44.165Z
25332026-08-31T17:24:44.165Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25342026-08-31T17:24:44.165ZAug 31 17:24:43.259Aug 31 17:24:43.259 Aug 31 17:24:43.259DEBGINFO initted freemap. size: 64DEBG , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit
25352026-08-31T17:24:44.165Zreplacing 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 } }]:
25362026-08-31T17:24:44.165Z freemap_route_ipv4
25372026-08-31T17:24:44.165ZAug 31 17:24:43.259Aug 31 17:24:43.259 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
25382026-08-31T17:24:44.165Z
25392026-08-31T17:24:44.165ZAug 31 17:24:43.259 DEBG reset freemapAug 31 17:24:43.259Aug 31 17:24:43.259 , unitINFO: DEBGfreemap_route_ipv4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25402026-08-31T17:24:44.165Z
25412026-08-31T17:24:44.165Z 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 } }]
25422026-08-31T17:24:44.165ZAug 31 17:24:43.259Aug 31 17:24:43.259Aug 31 17:24:43.259 INFODEBGDEBG adding route 3fff:beef:16::/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 } }]
25432026-08-31T17:24:44.165Zinitted freemap. size: 64
25442026-08-31T17:24:44.165Z, unit: Aug 31 17:24:43.259freemap_route_ipv6Aug 31 17:24:43.259
25452026-08-31T17:24:44.165Z INFODEBG Aug 31 17:24:43.259replacing 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:1b::/64 -> 2001:db8::55:ff
25462026-08-31T17:24:44.165Z
25472026-08-31T17:24:44.165Z DEBG reset freemapAug 31 17:24:43.259, Aug 31 17:24:43.259unit : DEBGINFOfreemap_route_ipv6 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:17::/64 -> 2001:db8::55:ff
25482026-08-31T17:24:44.165Z
25492026-08-31T17:24:44.165ZAug 31 17:24:43.259
25502026-08-31T17:24:44.165Z DEBGAug 31 17:24:43.259 Aug 31 17:24:43.259 created new freemap Aug 31 17:24:43.259DEBG, INFOunit INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
25512026-08-31T17:24:44.165Z:adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25522026-08-31T17:24:44.165Zfreemap_route_ipv4Aug 31 17:24:43.259
25532026-08-31T17:24:44.165Z
25542026-08-31T17:24:44.165Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
25552026-08-31T17:24:44.165ZAug 31 17:24:43.259 DEBGAug 31 17:24:43.259 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 } }]
25562026-08-31T17:24:44.165ZAug 31 17:24:43.259 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGINFO
25572026-08-31T17:24:44.166ZAug 31 17:24:43.259 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 31 17:24:43.259created new freemap
25582026-08-31T17:24:44.166Z, unit INFO: Aug 31 17:24:43.259 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25592026-08-31T17:24:44.166Z 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 } }]
25602026-08-31T17:24:44.166Z
25612026-08-31T17:24:44.166Z
25622026-08-31T17:24:44.166ZAug 31 17:24:43.259 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:24:43.259Aug 31 17:24:43.259 INFO
25632026-08-31T17:24:44.166Z Aug 31 17:24:43.259 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFODEBG
25642026-08-31T17:24:44.166Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 17:24:43.259
25652026-08-31T17:24:44.166Z initted freemap. size: 64INFO adding route 3fff:dead::/64 -> 2001:db8::55:1, Aug 31 17:24:43.259
25662026-08-31T17:24:44.166Z DEBGAug 31 17:24:43.259 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25672026-08-31T17:24:44.166Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
25682026-08-31T17:24:44.166Zunit Aug 31 17:24:43.259: DEBG INFOfreemap_route_ipv4
25692026-08-31T17:24:44.166ZAug 31 17:24:43.259adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25702026-08-31T17:24:44.166ZINFO 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:1a::/64 -> 2001:db8::55:ff
25712026-08-31T17:24:44.166ZAug 31 17:24:43.259
25722026-08-31T17:24:44.166Z DEBG Aug 31 17:24:43.259 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
25732026-08-31T17:24:44.166ZAug 31 17:24:43.259 Aug 31 17:24:43.259INFO Aug 31 17:24:43.259reset freemapDEBG , unitreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:adding route 3fff:dead::/64 -> 2001:db8::55:2
25742026-08-31T17:24:44.166ZINFOfreemap_route_ipv4
25752026-08-31T17:24:44.166Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25762026-08-31T17:24:44.166Z
25772026-08-31T17:24:44.166ZAug 31 17:24:43.259 Aug 31 17:24:43.259 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 } }]
25782026-08-31T17:24:44.166ZAug 31 17:24:43.259 Aug 31 17:24:43.259DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
25792026-08-31T17:24:44.166Z: freemap_route_ipv6Aug 31 17:24:43.259
25802026-08-31T17:24:44.166Z 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 } }]
25812026-08-31T17:24:44.166ZAug 31 17:24:43.259Aug 31 17:24:43.259 DEBGINFO reset freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
25822026-08-31T17:24:44.166Zunit: freemap_route_ipv6Aug 31 17:24:43.259
25832026-08-31T17:24:44.166Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
25842026-08-31T17:24:44.166Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25852026-08-31T17:24:44.166ZAug 31 17:24:43.259Aug 31 17:24:43.259 Aug 31 17:24:43.259INFODEBG adding route 3fff:beef:2::/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 } }]
25862026-08-31T17:24:44.166Z
25872026-08-31T17:24:44.170ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25882026-08-31T17:24:44.170ZAug 31 17:24:43.259 Aug 31 17:24:43.259DEBG Aug 31 17:24:43.259replacing 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 } }]
25892026-08-31T17:24:44.170ZINFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
25902026-08-31T17:24:44.170Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:24:43.259 INFO
25912026-08-31T17:24:44.170Z Aug 31 17:24:43.259adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25922026-08-31T17:24:44.170ZDEBGAug 31 17:24:43.259 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 } }]
25932026-08-31T17:24:44.170ZDEBGAug 31 17:24:43.259 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 31 17:24:43.259 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
25942026-08-31T17:24:44.170Z
25952026-08-31T17:24:44.170Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25962026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259 Aug 31 17:24:43.259INFO INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25972026-08-31T17:24:44.171Zreplacing 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::/64 -> 2001:db8::55:ff
25982026-08-31T17:24:44.171Z
25992026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259Aug 31 17:24:43.259 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26002026-08-31T17:24:44.171Z
26012026-08-31T17:24:44.171ZDEBG 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 } }]
26022026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259 INFODEBGAug 31 17:24:43.259 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:5::/64 -> 2001:db8::55:ff
26032026-08-31T17:24:44.171Z
26042026-08-31T17:24:44.171ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26052026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259 INFODEBG Aug 31 17:24:43.259adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26062026-08-31T17:24:44.171Zreplacing 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
26072026-08-31T17:24:44.171Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
26082026-08-31T17:24:44.171Z DEBGAug 31 17:24:43.259 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
26092026-08-31T17:24:44.171Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 31 17:24:43.259
26102026-08-31T17:24:44.171Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 17:24:43.259
26112026-08-31T17:24:44.171ZAug 31 17:24:43.259 DEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26122026-08-31T17:24:44.171ZAug 31 17:24:43.259
26132026-08-31T17:24:44.171Z DEBG Aug 31 17:24:43.259replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
26142026-08-31T17:24:44.171Z DEBGINFO adding route 3fff:beef:7::/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 } }]
26152026-08-31T17:24:44.171Z
26162026-08-31T17:24:44.171ZAug 31 17:24:43.259 INFO Aug 31 17:24:43.259adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 17:24:43.259 INFODEBG
26172026-08-31T17:24:44.171Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26182026-08-31T17:24:44.171Z
26192026-08-31T17:24:44.171ZAug 31 17:24:43.259 DEBG Aug 31 17:24:43.259replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
26202026-08-31T17:24:44.171ZDEBG 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 } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26212026-08-31T17:24:44.171Z
26222026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259Aug 31 17:24:43.259 INFOINFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
26232026-08-31T17:24:44.171Z
26242026-08-31T17:24:44.171Zreplacing 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 } }]
26252026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259Aug 31 17:24:43.259 DEBGINFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
26262026-08-31T17:24:44.171Z
26272026-08-31T17:24:44.171Z
26282026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259 Aug 31 17:24:43.259INFO DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
26292026-08-31T17:24:44.171Zreplacing 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 } }]
26302026-08-31T17:24:44.171Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26312026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259 Aug 31 17:24:43.259 DEBG INFO 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 } }] adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26322026-08-31T17:24:44.171Zreplacing 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 } }]
26332026-08-31T17:24:44.171Z
26342026-08-31T17:24:44.171ZAug 31 17:24:43.259Aug 31 17:24:43.259 Aug 31 17:24:43.259INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
26352026-08-31T17:24:44.172Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26362026-08-31T17:24:44.172Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 31 17:24:43.259
26372026-08-31T17:24:44.172ZAug 31 17:24:43.259 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 31 17:24:43.259INFO
26382026-08-31T17:24:44.172Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
26392026-08-31T17:24:44.172Z Aug 31 17:24:43.259replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:24:43.259
26402026-08-31T17:24:44.172Z DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
26412026-08-31T17:24:44.172Z
26422026-08-31T17:24:44.172ZAug 31 17:24:43.259Aug 31 17:24:43.259Aug 31 17:24:43.259 INFODEBG adding route 3fff:beef:c::/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 } }]
26432026-08-31T17:24:44.172Z
26442026-08-31T17:24:44.172ZAug 31 17:24:43.259 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 17:24:43.259
26452026-08-31T17:24:44.172Z 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 } }]
26462026-08-31T17:24:44.172ZAug 31 17:24:43.259 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.259
26472026-08-31T17:24:44.172Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26482026-08-31T17:24:44.172ZAug 31 17:24:43.259 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 17:24:43.259
26492026-08-31T17:24:44.172Z 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 } }]
26502026-08-31T17:24:44.172ZAug 31 17:24:43.259Aug 31 17:24:43.259INFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26512026-08-31T17:24:44.172Z created new freemapAug 31 17:24:43.259 , unit: freemap_route_ipv4Aug 31 17:24:43.259
26522026-08-31T17:24:44.172ZDEBG 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 } }]
26532026-08-31T17:24:44.172ZAug 31 17:24:43.259 DEBGDEBG created new freemapAug 31 17:24:43.259 , unit: freemap_route_ipv6
26542026-08-31T17:24:44.172Z INFOAug 31 17:24:43.259 INFO DEBG initted freemap. size: 64, unitINFO: freemap_route_ipv4
26552026-08-31T17:24:44.172Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26562026-08-31T17:24:44.172ZAug 31 17:24:43.259 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 } }]
26572026-08-31T17:24:44.172ZAug 31 17:24:43.259 DEBG reset freemapreplacing 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 } }],
26582026-08-31T17:24:44.172Zunit:Aug 31 17:24:43.259 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26592026-08-31T17:24:44.172ZAug 31 17:24:43.259 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 } }] freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26602026-08-31T17:24:44.172Z
26612026-08-31T17:24:44.172ZAug 31 17:24:43.259 Aug 31 17:24:43.259DEBG initted freemap. size: 64, unit: adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv6
26622026-08-31T17:24:44.172Z
26632026-08-31T17:24:44.172ZAug 31 17:24:43.259Aug 31 17:24:43.259 DEBG DEBGAug 31 17:24:43.259 reset freemap, unitINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
26642026-08-31T17:24:44.172Z freemap_route_ipv6
26652026-08-31T17:24:44.172Z
26662026-08-31T17:24:44.172ZAug 31 17:24:43.259Aug 31 17:24:43.259 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26672026-08-31T17:24:44.172Z INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26682026-08-31T17:24:44.172Z
26692026-08-31T17:24:44.172ZAug 31 17:24:43.259 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 } }]
26702026-08-31T17:24:44.172ZAug 31 17:24:43.259Aug 31 17:24:43.259Aug 31 17:24:43.259 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 } }]
26712026-08-31T17:24:44.172Z 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 } }]
26722026-08-31T17:24:44.172Z Aug 31 17:24:43.260Aug 31 17:24:43.260INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGINFO
26732026-08-31T17:24:44.172Zreplacing 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 } }]
26742026-08-31T17:24:44.172Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26752026-08-31T17:24:44.173ZAug 31 17:24:43.260 Aug 31 17:24:43.260INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
26762026-08-31T17:24:44.173Zreplacing 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 } }]
26772026-08-31T17:24:44.173ZAug 31 17:24:43.260Aug 31 17:24:43.260 Aug 31 17:24:43.260 DEBGDEBG 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 } }]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 } }]
26782026-08-31T17:24:44.173Z
26792026-08-31T17:24:44.173Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26802026-08-31T17:24:44.173ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
26812026-08-31T17:24:44.173ZDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26822026-08-31T17:24:44.173Z
26832026-08-31T17:24:44.173ZAug 31 17:24:43.260 Aug 31 17:24:43.260DEBGAug 31 17:24:43.260 INFO 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 } }] adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26842026-08-31T17:24:44.173Z
26852026-08-31T17:24:44.173Zreplacing 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 } }]
26862026-08-31T17:24:44.173ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
26872026-08-31T17:24:44.177Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26882026-08-31T17:24:44.177Z
26892026-08-31T17:24:44.177ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 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 } }]DEBG
26902026-08-31T17:24:44.177Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26912026-08-31T17:24:44.177Zreplacing 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 } }]
26922026-08-31T17:24:44.177ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
26932026-08-31T17:24:44.177Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
26942026-08-31T17:24:44.177ZAug 31 17:24:43.260 DEBGreplacing 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 } }]
26952026-08-31T17:24:44.177Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.260
26962026-08-31T17:24:44.177Z 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 } }]
26972026-08-31T17:24:44.177ZAug 31 17:24:43.260Aug 31 17:24:43.260 Aug 31 17:24:43.260 INFOINFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
26982026-08-31T17:24:44.177Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26992026-08-31T17:24:44.177Z
27002026-08-31T17:24:44.177ZAug 31 17:24:43.260 DEBG Aug 31 17:24:43.260replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:24:43.260DEBG
27012026-08-31T17:24:44.177Z 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 } }]
27022026-08-31T17:24:44.177ZDEBG Aug 31 17:24:43.260replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:24:43.260
27032026-08-31T17:24:44.177Z INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 17:24:43.260
27042026-08-31T17:24:44.177Z
27052026-08-31T17:24:44.177ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 17:24:43.260
27062026-08-31T17:24:44.177ZAug 31 17:24:43.260 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 } }]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 } }]
27072026-08-31T17:24:44.177Z
27082026-08-31T17:24:44.177ZAug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 17:24:43.260
27092026-08-31T17:24:44.177Z
27102026-08-31T17:24:44.177ZDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.260
27112026-08-31T17:24:44.177Z DEBGAug 31 17:24:43.260 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27122026-08-31T17:24:44.177Zreplacing 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 } }]
27132026-08-31T17:24:44.177ZAug 31 17:24:43.260 Aug 31 17:24:43.260INFO Aug 31 17:24:43.260INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
27142026-08-31T17:24:44.177Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27152026-08-31T17:24:44.177Z
27162026-08-31T17:24:44.177ZAug 31 17:24:43.260 Aug 31 17:24:43.260Aug 31 17:24:43.260 DEBG DEBGDEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27172026-08-31T17:24:44.177Zreplacing 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: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 } }]
27182026-08-31T17:24:44.177Z
27192026-08-31T17:24:44.178ZAug 31 17:24:43.260 INFOAug 31 17:24:43.260 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 17:24:43.260INFO
27202026-08-31T17:24:44.178ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27212026-08-31T17:24:44.178Z
27222026-08-31T17:24:44.178ZAug 31 17:24:43.260 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 } }]Aug 31 17:24:43.260
27232026-08-31T17:24:44.178ZAug 31 17:24:43.260 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 } }]
27242026-08-31T17:24:44.178ZAug 31 17:24:43.260replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:24:43.260INFO
27252026-08-31T17:24:44.178ZINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27262026-08-31T17:24:44.178Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27272026-08-31T17:24:44.178ZAug 31 17:24:43.260 Aug 31 17:24:43.260INFO Aug 31 17:24:43.260 DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff 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 } }]
27282026-08-31T17:24:44.178Z
27292026-08-31T17:24:44.178Zreplacing 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 } }]
27302026-08-31T17:24:44.178ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27312026-08-31T17:24:44.178Zreplacing 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:27::/64 -> 2001:db8::55:ff
27322026-08-31T17:24:44.178Z
27332026-08-31T17:24:44.178ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 DEBG 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 } }]
27342026-08-31T17:24:44.178ZDEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27352026-08-31T17:24:44.178Zreplacing 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 } }]
27362026-08-31T17:24:44.178ZAug 31 17:24:43.260 INFOAug 31 17:24:43.260 Aug 31 17:24:43.260adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
27372026-08-31T17:24:44.178ZINFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27382026-08-31T17:24:44.178Zreplacing 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 } }]
27392026-08-31T17:24:44.178ZAug 31 17:24:43.260 Aug 31 17:24:43.260DEBGAug 31 17:24:43.260 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 } }]DEBGINFO
27402026-08-31T17:24:44.178Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27412026-08-31T17:24:44.178Zreplacing 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 } }]
27422026-08-31T17:24:44.178ZAug 31 17:24:43.260Aug 31 17:24:43.260 INFODEBG Aug 31 17:24:43.260adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
27432026-08-31T17:24:44.178Z 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
27442026-08-31T17:24:44.178Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27452026-08-31T17:24:44.178ZAug 31 17:24:43.260Aug 31 17:24:43.260 DEBGINFOAug 31 17:24:43.260 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
27462026-08-31T17:24:44.178Z 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: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 } }]
27472026-08-31T17:24:44.178Z
27482026-08-31T17:24:44.178ZAug 31 17:24:43.260Aug 31 17:24:43.260 Aug 31 17:24:43.260DEBG INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27492026-08-31T17:24:44.178Z
27502026-08-31T17:24:44.178Zreplacing 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 } }]
27512026-08-31T17:24:44.178ZAug 31 17:24:43.260 Aug 31 17:24:43.260DEBG Aug 31 17:24:43.260DEBG 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 } }]
27522026-08-31T17:24:44.178ZINFOreplacing 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 } }]
27532026-08-31T17:24:44.178Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27542026-08-31T17:24:44.178ZAug 31 17:24:43.260Aug 31 17:24:43.260 INFOAug 31 17:24:43.260INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
27552026-08-31T17:24:44.178Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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 } }]
27562026-08-31T17:24:44.178Z
27572026-08-31T17:24:44.178ZAug 31 17:24:43.260 DEBGAug 31 17:24:43.260 Aug 31 17:24:43.260replacing 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 } }]
27582026-08-31T17:24:44.179ZINFODEBG 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:1c::/64 -> 2001:db8::55:ff
27592026-08-31T17:24:44.179ZAug 31 17:24:43.260
27602026-08-31T17:24:44.179Z INFOAug 31 17:24:43.260 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFOAug 31 17:24:43.260
27612026-08-31T17:24:44.179Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27622026-08-31T17:24:44.179ZDEBGAug 31 17:24:43.260 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
27632026-08-31T17:24:44.179Z 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 } }]
27642026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
27652026-08-31T17:24:44.179Z
27662026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27672026-08-31T17:24:44.179Z
27682026-08-31T17:24:44.179ZAug 31 17:24:43.260 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.260Aug 31 17:24:43.260
27692026-08-31T17:24:44.179Z INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff Aug 31 17:24:43.260adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27702026-08-31T17:24:44.179ZINFO
27712026-08-31T17:24:44.179Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27722026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27732026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27742026-08-31T17:24:44.179Z
27752026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27762026-08-31T17:24:44.179Z
27772026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27782026-08-31T17:24:44.179Z
27792026-08-31T17:24:44.179ZAug 31 17:24:43.260Aug 31 17:24:43.260 INFODEBG adding route 3fff:beef:2f::/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 } }]
27802026-08-31T17:24:44.179Z
27812026-08-31T17:24:44.179Z Aug 31 17:24:43.260DEBG Aug 31 17:24:43.260INFO adding route 3fff:beef:21::/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 } }]DEBG
27822026-08-31T17:24:44.179Z
27832026-08-31T17:24:44.179Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27842026-08-31T17:24:44.179ZAug 31 17:24:43.260 Aug 31 17:24:43.260DEBG 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 } }]
27852026-08-31T17:24:44.179ZAug 31 17:24:43.260adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27862026-08-31T17:24:44.179ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 17:24:43.260
27872026-08-31T17:24:44.183ZAug 31 17:24:43.260 Aug 31 17:24:43.260DEBG INFODEBG adding route 3fff:beef:22::/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 } }]
27882026-08-31T17:24:44.183Zreplacing 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 } }]
27892026-08-31T17:24:44.183Z
27902026-08-31T17:24:44.183ZAug 31 17:24:43.260Aug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27912026-08-31T17:24:44.183Zreplacing 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:31::/64 -> 2001:db8::55:ff
27922026-08-31T17:24:44.183Z
27932026-08-31T17:24:44.183ZAug 31 17:24:43.260 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.260
27942026-08-31T17:24:44.183ZAug 31 17:24:43.260 INFO Aug 31 17:24:43.260adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27952026-08-31T17:24:44.183ZINFO DEBG adding route 3fff:beef:c::/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 } }]
27962026-08-31T17:24:44.183ZAug 31 17:24:43.260
27972026-08-31T17:24:44.184Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.260
27982026-08-31T17:24:44.184Z DEBGAug 31 17:24:43.260Aug 31 17:24:43.260 INFOINFO 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:32::/64 -> 2001:db8::55:ff
27992026-08-31T17:24:44.184Z
28002026-08-31T17:24:44.184Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28012026-08-31T17:24:44.184ZAug 31 17:24:43.260 INFOAug 31 17:24:43.260 Aug 31 17:24:43.260Aug 31 17:24:43.260adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
28022026-08-31T17:24:44.184ZDEBG 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 } }]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
28032026-08-31T17:24:44.184Z
28042026-08-31T17:24:44.184Z Aug 31 17:24:43.260 created new freemapDEBG Aug 31 17:24:43.260, 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 } }]INFOunit
28052026-08-31T17:24:44.184Z: adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 17:24:43.260
28062026-08-31T17:24:44.184Z freemap_route_ipv4Aug 31 17:24:43.260
28072026-08-31T17:24:44.184ZAug 31 17:24:43.260 DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28082026-08-31T17:24:44.184Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 17:24:43.260
28092026-08-31T17:24:44.184ZINFO Aug 31 17:24:43.260adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28102026-08-31T17:24:44.184ZAug 31 17:24:43.260 INFO DEBGAug 31 17:24:43.260 adding route 3fff:beef:26::/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 } }]
28112026-08-31T17:24:44.184Z
28122026-08-31T17:24:44.184ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 31 17:24:43.260
28132026-08-31T17:24:44.184Z Aug 31 17:24:43.260 DEBG created new freemapreplacing 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
28142026-08-31T17:24:44.184Z , adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
28152026-08-31T17:24:44.184ZAug 31 17:24:43.260unit INFO:Aug 31 17:24:43.260 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 17:24:43.260freemap_route_ipv6
28162026-08-31T17:24:44.184Z
28172026-08-31T17:24:44.184Z INFODEBG adding route 3fff:beef:27::/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 } }]
28182026-08-31T17:24:44.184Z
28192026-08-31T17:24:44.184ZAug 31 17:24:43.260 DEBG Aug 31 17:24:43.260initted freemap. size: 64 , Aug 31 17:24:43.260DEBG unitAug 31 17:24:43.260: replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28202026-08-31T17:24:44.184Zfreemap_route_ipv4DEBG
28212026-08-31T17:24:44.184Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28222026-08-31T17:24:44.184ZAug 31 17:24:43.260
28232026-08-31T17:24:44.184ZAug 31 17:24:43.260 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 31 17:24:43.260
28242026-08-31T17:24:44.184ZAug 31 17:24:43.260 DEBG INFOreset freemapDEBG Aug 31 17:24:43.260 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG,
28252026-08-31T17:24:44.184Z 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 } }]
28262026-08-31T17:24:44.184Zunit
28272026-08-31T17:24:44.184Z: freemap_route_ipv4Aug 31 17:24:43.260
28282026-08-31T17:24:44.184Z Aug 31 17:24:43.260INFOAug 31 17:24:43.260 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
28292026-08-31T17:24:44.184Z Aug 31 17:24:43.260adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 31 17:24:43.260DEBG
28302026-08-31T17:24:44.184Z DEBG DEBGinitted freemap. size: 64 , 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 31 17:24:43.260
28312026-08-31T17:24:44.184Zunit :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 } }]
28322026-08-31T17:24:44.184ZDEBGfreemap_route_ipv6
28332026-08-31T17:24:44.184Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261Aug 31 17:24:43.261
28342026-08-31T17:24:44.184ZINFO INFOAug 31 17:24:43.261 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 17:24:43.261
28352026-08-31T17:24:44.184Z
28362026-08-31T17:24:44.185Z DEBG reset freemap Aug 31 17:24:43.261INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28372026-08-31T17:24:44.185Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261
28382026-08-31T17:24:44.185Z , unitAug 31 17:24:43.261DEBG INFOAug 31 17:24:43.261replacing 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 } }] :
28392026-08-31T17:24:44.185Z DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 } }]
28402026-08-31T17:24:44.185Zfreemap_route_ipv6
28412026-08-31T17:24:44.185Z
28422026-08-31T17:24:44.185ZAug 31 17:24:43.261Aug 31 17:24:43.261Aug 31 17:24:43.261Aug 31 17:24:43.261 INFOINFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
28432026-08-31T17:24:44.185Z
28442026-08-31T17:24:44.185ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28452026-08-31T17:24:44.185Ztest route::tests::grow_succeeds ... ok
28462026-08-31T17:24:44.185Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28472026-08-31T17:24:44.185ZAug 31 17:24:43.261 Aug 31 17:24:43.261INFO Aug 31 17:24:43.261adding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBGDEBG
28482026-08-31T17:24:44.185Z Aug 31 17:24:43.261 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261
28492026-08-31T17:24:44.185Z
28502026-08-31T17:24:44.185ZDEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261replacing 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 } }]
28512026-08-31T17:24:44.185ZAug 31 17:24:43.261 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
28522026-08-31T17:24:44.185ZAug 31 17:24:43.261
28532026-08-31T17:24:44.185Z
28542026-08-31T17:24:44.185Z INFO Aug 31 17:24:43.261adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
28552026-08-31T17:24:44.185ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261
28562026-08-31T17:24:44.185Z INFOAug 31 17:24:43.261 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 17:24:43.261DEBG INFO
28572026-08-31T17:24:44.185Z 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:2d::/64 -> 2001:db8::55:ff
28582026-08-31T17:24:44.185Z
28592026-08-31T17:24:44.185ZAug 31 17:24:43.261 DEBGAug 31 17:24:43.261 Aug 31 17:24:43.261 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28602026-08-31T17:24:44.185Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28612026-08-31T17:24:44.185Z
28622026-08-31T17:24:44.185ZAug 31 17:24:43.261 Aug 31 17:24:43.261DEBG INFOcreated new freemapAug 31 17:24:43.261 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
28632026-08-31T17:24:44.185Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 17:24:43.261,
28642026-08-31T17:24:44.185Z unitAug 31 17:24:43.261: DEBG DEBG freemap_route_ipv4Aug 31 17:24:43.261replacing 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 } }]
28652026-08-31T17:24:44.185Zreplacing 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 } }]
28662026-08-31T17:24:44.185Z DEBG
28672026-08-31T17:24:44.185ZAug 31 17:24:43.261 INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 31 17:24:43.261
28682026-08-31T17:24:44.185Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28692026-08-31T17:24:44.185ZDEBG created new freemap, unitAug 31 17:24:43.261Aug 31 17:24:43.261 : DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
28702026-08-31T17:24:44.185Zreplacing 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 } }]
28712026-08-31T17:24:44.185Z
28722026-08-31T17:24:44.185Z
28732026-08-31T17:24:44.185ZAug 31 17:24:43.261 Aug 31 17:24:43.261INFOAug 31 17:24:43.261 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG Aug 31 17:24:43.261adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28742026-08-31T17:24:44.185Z
28752026-08-31T17:24:44.185Zinitted freemap. size: 64, unit Aug 31 17:24:43.261:Aug 31 17:24:43.261 INFOfreemap_route_ipv4 DEBG
28762026-08-31T17:24:44.185Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
28772026-08-31T17:24:44.186Z
28782026-08-31T17:24:44.186Z 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 } }]
28792026-08-31T17:24:44.186ZAug 31 17:24:43.261 Aug 31 17:24:43.261Aug 31 17:24:43.261INFO Aug 31 17:24:43.261INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28802026-08-31T17:24:44.186Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
28812026-08-31T17:24:44.186Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261
28822026-08-31T17:24:44.186Z DEBG Aug 31 17:24:43.261replacing 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 } }]
28832026-08-31T17:24:44.186ZAug 31 17:24:43.261DEBG DEBGreset freemap Aug 31 17:24:43.261replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28842026-08-31T17:24:44.186Z, INFOunit Aug 31 17:24:43.261adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO
28852026-08-31T17:24:44.186Z :adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28862026-08-31T17:24:44.186ZAug 31 17:24:43.261
28872026-08-31T17:24:44.190Zfreemap_route_ipv4 DEBG
28882026-08-31T17:24:44.190Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261
28892026-08-31T17:24:44.190Z DEBGAug 31 17:24:43.261 Aug 31 17:24:43.261 Aug 31 17:24:43.261DEBG 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 } }] 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 } }]
28902026-08-31T17:24:44.190Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
28912026-08-31T17:24:44.190Z
28922026-08-31T17:24:44.190Zinitted freemap. size: 64, Aug 31 17:24:43.261 unitINFOAug 31 17:24:43.261 DEBG
28932026-08-31T17:24:44.190Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261
28942026-08-31T17:24:44.190Z DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:fffailed to allocate space for the new target listAug 31 17:24:43.261
28952026-08-31T17:24:44.190Z INFO
28962026-08-31T17:24:44.190Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28972026-08-31T17:24:44.190ZAug 31 17:24:43.261 DEBG Aug 31 17:24:43.261Aug 31 17:24:43.261 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
28982026-08-31T17:24:44.190Z 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 } }]
28992026-08-31T17:24:44.190ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.261Aug 31 17:24:43.261
29002026-08-31T17:24:44.190Z INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:fffailed to allocate space for the new target listAug 31 17:24:43.261
29012026-08-31T17:24:44.190Z
29022026-08-31T17:24:44.190Z INFOAug 31 17:24:43.261 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
29032026-08-31T17:24:44.190Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29042026-08-31T17:24:44.190ZAug 31 17:24:43.261 Aug 31 17:24:43.261DEBG 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 } }]
29052026-08-31T17:24:44.190Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29062026-08-31T17:24:44.190ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFODEBG adding route 3fff:beef:1e::/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 } }]
29072026-08-31T17:24:44.190Z
29082026-08-31T17:24:44.190ZAug 31 17:24:43.261Aug 31 17:24:43.261 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:36::/64 -> 2001:db8::55:ff
29092026-08-31T17:24:44.190Z
29102026-08-31T17:24:44.190ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
29112026-08-31T17:24:44.190Z
29122026-08-31T17:24:44.190ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFODEBG adding route 3fff:beef:37::/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 } }]
29132026-08-31T17:24:44.190Z
29142026-08-31T17:24:44.190ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29152026-08-31T17:24:44.191Z
29162026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFODEBG adding route 3fff:beef:38::/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 } }]
29172026-08-31T17:24:44.191Z
29182026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFODEBG adding route 3fff:beef:21::/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 } }]
29192026-08-31T17:24:44.191Z
29202026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFODEBG adding route 3fff:beef:39::/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 } }]
29212026-08-31T17:24:44.191Z
29222026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
29232026-08-31T17:24:44.191Z
29242026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFODEBG adding route 3fff:beef:3a::/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 } }]
29252026-08-31T17:24:44.191Z
29262026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGAug 31 17:24:43.261 INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29272026-08-31T17:24:44.191Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29282026-08-31T17:24:44.191ZAug 31 17:24:43.261adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29292026-08-31T17:24:44.191ZINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29302026-08-31T17:24:44.191ZAug 31 17:24:43.261 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 } }]
29312026-08-31T17:24:44.191ZAug 31 17:24:43.261 Aug 31 17:24:43.261DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:24:43.261
29322026-08-31T17:24:44.191Z 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 } }]
29332026-08-31T17:24:44.191ZAug 31 17:24:43.261adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29342026-08-31T17:24:44.191ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29352026-08-31T17:24:44.191ZAug 31 17:24:43.261 DEBGAug 31 17:24:43.261 Aug 31 17:24:43.261failed to allocate space for the new target list
29362026-08-31T17:24:44.191ZDEBG 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 } }]
29372026-08-31T17:24:44.191ZAug 31 17:24:43.261DEBG 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 } }]Aug 31 17:24:43.261
29382026-08-31T17:24:44.191Z 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 } }]
29392026-08-31T17:24:44.191Z
29402026-08-31T17:24:44.191ZAug 31 17:24:43.261 Aug 31 17:24:43.261INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
29412026-08-31T17:24:44.191Zreplacing targets for 3fff:dead::/64 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 } }]
29422026-08-31T17:24:44.191ZAug 31 17:24:43.261 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 } }]
29432026-08-31T17:24:44.191Z: Aug 31 17:24:43.261freemap_route_ipv6
29442026-08-31T17:24:44.191ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 17:24:43.261
29452026-08-31T17:24:44.191Z DEBG reset freemapAug 31 17:24:43.261, unitDEBG: replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
29462026-08-31T17:24:44.191Z
29472026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
29482026-08-31T17:24:44.191Z
29492026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
29502026-08-31T17:24:44.191Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29512026-08-31T17:24:44.191Z
29522026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
29532026-08-31T17:24:44.191Z
29542026-08-31T17:24:44.191ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29552026-08-31T17:24:44.192Z
29562026-08-31T17:24:44.192ZAug 31 17:24:43.261Aug 31 17:24:43.261 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
29572026-08-31T17:24:44.192Z
29582026-08-31T17:24:44.192ZAug 31 17:24:43.261Aug 31 17:24:43.261 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29592026-08-31T17:24:44.192ZAug 31 17:24:43.262 Aug 31 17:24:43.262DEBG DEBGAug 31 17:24:43.261created new freemap Aug 31 17:24:43.266created new freemap, DEBGunit, unit:: freemap_route_ipv4freemap_route_ipv4
29602026-08-31T17:24:44.192Z
29612026-08-31T17:24:44.192Z INFOAug 31 17:24:43.267created new freemap DEBG created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2,
29622026-08-31T17:24:44.192Zunit:, unitfreemap_route_ipv6:
29632026-08-31T17:24:44.192Z freemap_route_ipv4Aug 31 17:24:43.267
29642026-08-31T17:24:44.192Z
29652026-08-31T17:24:44.192ZAug 31 17:24:43.267 Aug 31 17:24:43.267DEBG DEBG DEBG created new freemapinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:24:43.267
29662026-08-31T17:24:44.192Z, , unit: freemap_route_ipv4unit
29672026-08-31T17:24:44.192ZAug 31 17:24:43.267Aug 31 17:24:43.267DEBG INFOcreated new freemap: adding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv6,
29682026-08-31T17:24:44.192ZINFOAug 31 17:24:43.267 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
29692026-08-31T17:24:44.192Z
29702026-08-31T17:24:44.192Zreset freemapunit, unitAug 31 17:24:43.267: :Aug 31 17:24:43.267Aug 31 17:24:43.267 DEBG DEBG freemap_route_ipv4replacing 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 } }]
29712026-08-31T17:24:44.192Z
29722026-08-31T17:24:44.192Z freemap_route_ipv6
29732026-08-31T17:24:44.192Zreplacing 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 } }]
29742026-08-31T17:24:44.192ZDEBGAug 31 17:24:43.267Aug 31 17:24:43.267Aug 31 17:24:43.267Aug 31 17:24:43.267 INFO DEBG INFODEBG initted freemap. size: 64initted freemap. size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff, unit
29752026-08-31T17:24:44.192Z
29762026-08-31T17:24:44.192Z : freemap_route_ipv6initted freemap. size: 64unit
29772026-08-31T17:24:44.192ZAug 31 17:24:43.267: Aug 31 17:24:43.267, DEBGDEBGAug 31 17:24:43.267 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29782026-08-31T17:24:44.192Z unit: reset freemapfreemap_route_ipv4replacing 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 } }],
29792026-08-31T17:24:44.192Zfreemap_route_ipv4unit
29802026-08-31T17:24:44.192Z
29812026-08-31T17:24:44.192Z:Aug 31 17:24:43.267 Aug 31 17:24:43.267freemap_route_ipv6INFO INFOAug 31 17:24:43.267adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29822026-08-31T17:24:44.192Z
29832026-08-31T17:24:44.192Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG Aug 31 17:24:43.267
29842026-08-31T17:24:44.192ZAug 31 17:24:43.267reset freemapAug 31 17:24:43.267, INFO unit adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
29852026-08-31T17:24:44.192Z 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 } }]Aug 31 17:24:43.267:
29862026-08-31T17:24:44.192Z freemap_route_ipv4
29872026-08-31T17:24:44.196ZDEBGAug 31 17:24:43.267 Aug 31 17:24:43.267INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
29882026-08-31T17:24:44.197ZAug 31 17:24:43.267 , DEBGunit adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
29892026-08-31T17:24:44.197Z 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 } }],
29902026-08-31T17:24:44.197ZunitAug 31 17:24:43.267 Aug 31 17:24:43.267INFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
29912026-08-31T17:24:44.197ZAug 31 17:24:43.267 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 } }]INFOfreemap_route_ipv6
29922026-08-31T17:24:44.197Z Aug 31 17:24:43.267
29932026-08-31T17:24:44.197Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 17:24:43.267DEBG
29942026-08-31T17:24:44.197Zreplacing 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 } }]
29952026-08-31T17:24:44.197ZAug 31 17:24:43.267 DEBG INFO Aug 31 17:24:43.267Aug 31 17:24:43.267adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap DEBG
29962026-08-31T17:24:44.197Z INFO, adding route 3fff:beef:2e::/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 } }]
29972026-08-31T17:24:44.197Z
29982026-08-31T17:24:44.197ZAug 31 17:24:43.267 DEBGunit Aug 31 17:24:43.267Aug 31 17:24:43.267replacing 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
29992026-08-31T17:24:44.197ZINFO 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:dead::/64 -> 2001:db8::55:3
30002026-08-31T17:24:44.197Z
30012026-08-31T17:24:44.197ZAug 31 17:24:43.267freemap_route_ipv6 INFO
30022026-08-31T17:24:44.197Z Aug 31 17:24:43.267Aug 31 17:24:43.267 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGINFO
30032026-08-31T17:24:44.197Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30042026-08-31T17:24:44.197Z
30052026-08-31T17:24:44.197ZAug 31 17:24:43.267Aug 31 17:24:43.267Aug 31 17:24:43.267 DEBGAug 31 17:24:43.267 INFO DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
30062026-08-31T17:24:44.197Z
30072026-08-31T17:24:44.197Zreplacing 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 172.16.0.0/32 -> 10.0.0.1
30082026-08-31T17:24:44.197Z
30092026-08-31T17:24:44.197ZAug 31 17:24:43.267Aug 31 17:24:43.267 INFOINFOAug 31 17:24:43.267 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 31 17:24:43.267
30102026-08-31T17:24:44.197Z
30112026-08-31T17:24:44.197ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30122026-08-31T17:24:44.197Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:24:43.267
30132026-08-31T17:24:44.197ZDEBGAug 31 17:24:43.267 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
30142026-08-31T17:24:44.197Z Aug 31 17:24:43.267 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:24:43.267
30152026-08-31T17:24:44.197Z INFOAug 31 17:24:43.267
30162026-08-31T17:24:44.197Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
30172026-08-31T17:24:44.197ZAug 31 17:24:43.267 INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 17:24:43.267adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 17:24:43.267
30182026-08-31T17:24:44.197Z WARN
30192026-08-31T17:24:44.197Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 17:24:43.267
30202026-08-31T17:24:44.197ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30212026-08-31T17:24:44.197Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.267Aug 31 17:24:43.267
30222026-08-31T17:24:44.197ZERRODEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30232026-08-31T17:24:44.197ZAug 31 17:24:43.267replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:24:43.267
30242026-08-31T17:24:44.197Z INFOINFO Aug 31 17:24:43.267adding route 3fff:beef:32::/64 -> 2001:db8::55:ff ERROadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30252026-08-31T17:24:44.197Zshrink-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
30262026-08-31T17:24:44.197Z
30272026-08-31T17:24:44.198ZAug 31 17:24:43.267Aug 31 17:24:43.267Aug 31 17:24:43.267 DEBG DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30282026-08-31T17:24:44.198Zreplacing 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 } }]
30292026-08-31T17:24:44.198Zadding route 172.16.0.0/32 -> 10.0.0.1
30302026-08-31T17:24:44.198ZAug 31 17:24:43.267: freemap_route_ipv4INFOAug 31 17:24:43.267
30312026-08-31T17:24:44.198Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30322026-08-31T17:24:44.198ZAug 31 17:24:43.261Aug 31 17:24:43.267 INFO DEBGAug 31 17:24:43.267Aug 31 17:24:43.267 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 } }]DEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
30332026-08-31T17:24:44.198Zreplacing 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 } }]
30342026-08-31T17:24:44.198Z
30352026-08-31T17:24:44.198Z initted freemap. size: 64Aug 31 17:24:43.267Aug 31 17:24:43.267 INFO DEBGcreated new freemapAug 31 17:24:43.267, , unitreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30362026-08-31T17:24:44.198Z: unitfreemap_route_ipv4
30372026-08-31T17:24:44.198Z
30382026-08-31T17:24:44.198ZAug 31 17:24:43.267INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 17:24:43.267adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30392026-08-31T17:24:44.198Z
30402026-08-31T17:24:44.198Z Aug 31 17:24:43.267DEBG Aug 31 17:24:43.267Aug 31 17:24:43.267 DEBGDEBGcreated new freemap 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 } }],
30412026-08-31T17:24:44.198Z DEBGunit: 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 } }]freemap_route_ipv6Aug 31 17:24:43.267
30422026-08-31T17:24:44.198Zreplacing 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 } }]
30432026-08-31T17:24:44.198Z
30442026-08-31T17:24:44.198ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30452026-08-31T17:24:44.198ZAug 31 17:24:43.267Aug 31 17:24:43.267 Aug 31 17:24:43.267INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.0/32 -> 10.0.0.255
30462026-08-31T17:24:44.198Z
30472026-08-31T17:24:44.198ZAug 31 17:24:43.267 initted freemap. size: 64DEBG, unitAug 31 17:24:43.267 Aug 31 17:24:43.267DEBG: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 } }]
30482026-08-31T17:24:44.198Zreplacing 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 } }]
30492026-08-31T17:24:44.198Ztest route::tests::rollback_on_compact_delete_failure ... ok
30502026-08-31T17:24:44.198Z DEBG Aug 31 17:24:43.267replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.267
30512026-08-31T17:24:44.198Ztest route::tests::rollback_on_compact_write_failure ... ok
30522026-08-31T17:24:44.198Zfreemap_route_ipv4 INFO
30532026-08-31T17:24:44.198ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
30542026-08-31T17:24:44.198Z
30552026-08-31T17:24:44.198ZAug 31 17:24:43.267Aug 31 17:24:43.267 DEBGAug 31 17:24:43.267INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255reset freemap Aug 31 17:24:43.267replacing 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 } }],
30562026-08-31T17:24:44.198Z unit
30572026-08-31T17:24:44.198ZDEBG: freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.267
30582026-08-31T17:24:44.198Z INFOAug 31 17:24:43.267
30592026-08-31T17:24:44.198ZAug 31 17:24:43.267 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
30602026-08-31T17:24:44.198ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
30612026-08-31T17:24:44.198Z Aug 31 17:24:43.267Aug 31 17:24:43.267replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.267DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30622026-08-31T17:24:44.198Z initted freemap. size: 64replacing 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 } }]
30632026-08-31T17:24:44.198ZAug 31 17:24:43.268
30642026-08-31T17:24:44.198ZDEBG created new freemapAug 31 17:24:43.273, unitINFO: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4
30652026-08-31T17:24:44.198Z
30662026-08-31T17:24:44.199Z, unitAug 31 17:24:43.273 :DEBG Aug 31 17:24:43.273 Aug 31 17:24:43.273freemap_route_ipv6 INFODEBGcreated new freemap
30672026-08-31T17:24:44.199Z, unit: replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.273adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
30682026-08-31T17:24:44.199ZDEBG
30692026-08-31T17:24:44.199Z reset freemapfreemap_route_ipv6, unit
30702026-08-31T17:24:44.199ZAug 31 17:24:43.273:Aug 31 17:24:43.273 freemap_route_ipv6
30712026-08-31T17:24:44.199ZDEBG 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 } }]Aug 31 17:24:43.273 Aug 31 17:24:43.273 adding route 172.17.0.3/32 -> 10.0.0.255
30722026-08-31T17:24:44.199Z DEBG
30732026-08-31T17:24:44.199ZINFO Aug 31 17:24:43.273adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
30742026-08-31T17:24:44.199Z , unitINFO:Aug 31 17:24:43.273 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
30752026-08-31T17:24:44.199Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:24:43.273
30762026-08-31T17:24:44.199Z Aug 31 17:24:43.273
30772026-08-31T17:24:44.199ZDEBG DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:24:43.273replacing 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 } }]
30782026-08-31T17:24:44.199Z Aug 31 17:24:43.273INFO
30792026-08-31T17:24:44.199Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:24:43.273
30802026-08-31T17:24:44.199ZDEBG reset freemapINFO , adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 17:24:43.273
30812026-08-31T17:24:44.199Z DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:24:43.273
30822026-08-31T17:24:44.199Z Aug 31 17:24:43.273DEBG freemap_route_ipv4INFOAug 31 17:24:43.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 } }]adding route 172.17.0.4/32 -> 10.0.0.255INFO
30832026-08-31T17:24:44.199Z
30842026-08-31T17:24:44.199Z
30852026-08-31T17:24:44.199Zadding route 3fff:dead::/64 -> 2001:db8::55:3
30862026-08-31T17:24:44.199ZAug 31 17:24:43.273Aug 31 17:24:43.273Aug 31 17:24:43.273 INFODEBG Aug 31 17:24:43.273adding route 3fff:beef:11::/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 } }]
30872026-08-31T17:24:44.203Z
30882026-08-31T17:24:44.203Z DEBGDEBG Aug 31 17:24:43.273replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.273
30892026-08-31T17:24:44.203ZINFO 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 } }]initted freemap. size: 64
30902026-08-31T17:24:44.203Z, Aug 31 17:24:43.273 adding route 3fff:dead::/64 -> 2001:db8::55:4unit
30912026-08-31T17:24:44.203Z:Aug 31 17:24:43.273INFO INFOfreemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 17:24:43.273
30922026-08-31T17:24:44.203Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
30932026-08-31T17:24:44.203Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30942026-08-31T17:24:44.203Z
30952026-08-31T17:24:44.203ZAug 31 17:24:43.273Aug 31 17:24:43.273Aug 31 17:24:43.273 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:dead::/64 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 } }]
30962026-08-31T17:24:44.203Z
30972026-08-31T17:24:44.203Z DEBGAug 31 17:24:43.273 reset freemapAug 31 17:24:43.273, Aug 31 17:24:43.273DEBGINFOunit :adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
30982026-08-31T17:24:44.203Z WARNreplacing 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30992026-08-31T17:24:44.203Z
31002026-08-31T17:24:44.203ZAug 31 17:24:43.273freemap_route_ipv6 DEBG
31012026-08-31T17:24:44.204Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.273 Aug 31 17:24:43.273INFO
31022026-08-31T17:24:44.204Z INFOadding route 172.17.0.6/32 -> 10.0.0.255
31032026-08-31T17:24:44.204Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:24:43.273
31042026-08-31T17:24:44.204Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 17:24:43.273Aug 31 17:24:43.273 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31052026-08-31T17:24:44.204Z
31062026-08-31T17:24:44.204Z
31072026-08-31T17:24:44.204ZAug 31 17:24:43.262Aug 31 17:24:43.273Aug 31 17:24:43.273Aug 31 17:24:43.273Aug 31 17:24:43.273 DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31082026-08-31T17:24:44.204ZINFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.7/32 -> 10.0.0.255 created new freemapAug 31 17:24:43.273
31092026-08-31T17:24:44.204Z INFO,
31102026-08-31T17:24:44.204Zunit: adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:fffreemap_route_ipv4
31112026-08-31T17:24:44.204ZAug 31 17:24:43.273
31122026-08-31T17:24:44.204ZAug 31 17:24:43.273 DEBGDEBG
31132026-08-31T17:24:44.204ZAug 31 17:24:43.273replacing 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
31142026-08-31T17:24:44.204Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31152026-08-31T17:24:44.204Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.273 Aug 31 17:24:43.273
31162026-08-31T17:24:44.204Z INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 31 17:24:43.273
31172026-08-31T17:24:44.204ZAug 31 17:24:43.273Aug 31 17:24:43.273 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
31182026-08-31T17:24:44.204ZINFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 31 17:24:43.273created new freemap
31192026-08-31T17:24:44.204Zadding route 3fff:dead::/64 -> 2001:db8::55:3,
31202026-08-31T17:24:44.204ZunitDEBG:Aug 31 17:24:43.273 Aug 31 17:24:43.273 freemap_route_ipv6
31212026-08-31T17:24:44.204Zreplacing 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 31 17:24:43.273 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.273
31222026-08-31T17:24:44.204Z
31232026-08-31T17:24:44.204Z DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 31 17:24:43.273
31242026-08-31T17:24:44.204Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
31252026-08-31T17:24:44.204Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 17:24:43.273
31262026-08-31T17:24:44.204Zinitted freemap. size: 64 INFO, Aug 31 17:24:43.273Aug 31 17:24:43.273Aug 31 17:24:43.273 INFOunitDEBGDEBGadding route 172.17.0.9/32 -> 10.0.0.255 :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 } }]
31272026-08-31T17:24:44.204Zfreemap_route_ipv4
31282026-08-31T17:24:44.204Z
31292026-08-31T17:24:44.204Z adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 17:24:43.273
31302026-08-31T17:24:44.204Z Aug 31 17:24:43.273INFO Aug 31 17:24:43.273adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
31312026-08-31T17:24:44.204ZAug 31 17:24:43.273
31322026-08-31T17:24:44.204Z reset freemap DEBGDEBGAug 31 17:24:43.273, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 :
31332026-08-31T17:24:44.204Z 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 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 } }]
31342026-08-31T17:24:44.204Z
31352026-08-31T17:24:44.204Z Aug 31 17:24:43.273Aug 31 17:24:43.273freemap_route_ipv4 Aug 31 17:24:43.273
31362026-08-31T17:24:44.204ZDEBG INFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
31372026-08-31T17:24:44.204Z
31382026-08-31T17:24:44.204Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 17:24:43.273
31392026-08-31T17:24:44.204Z Aug 31 17:24:43.273Aug 31 17:24:43.273 Aug 31 17:24:43.273 DEBGWARNDEBG 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31402026-08-31T17:24:44.204ZAug 31 17:24:43.273initted freemap. size: 64
31412026-08-31T17:24:44.205Z, INFOunitAug 31 17:24:43.273DEBG : INFOfreemap_route_ipv6
31422026-08-31T17:24:44.205Zadding route 172.17.0.10/32 -> 10.0.0.255
31432026-08-31T17:24:44.205Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
31442026-08-31T17:24:44.205Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.273
31452026-08-31T17:24:44.205ZAug 31 17:24:43.273 DEBGAug 31 17:24:43.273DEBG 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 } }] Aug 31 17:24:43.273reset freemap 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 } }],
31462026-08-31T17:24:44.205Ztest route::tests::rollback_on_index_readd_failure ... ok
31472026-08-31T17:24:44.205Zunit
31482026-08-31T17:24:44.205Z: freemap_route_ipv6INFO
31492026-08-31T17:24:44.205Z Aug 31 17:24:43.273adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 31 17:24:43.273Aug 31 17:24:43.273INFO INFO
31502026-08-31T17:24:44.205Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
31512026-08-31T17:24:44.205Z adding route 172.17.0.11/32 -> 10.0.0.255
31522026-08-31T17:24:44.205Zadding route 172.16.0.0/32 -> 10.0.0.1
31532026-08-31T17:24:44.205ZAug 31 17:24:43.274 DEBGAug 31 17:24:43.274 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.274DEBG
31542026-08-31T17:24:44.205Z 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
31552026-08-31T17:24:44.205Z Aug 31 17:24:43.274replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 17:24:43.274
31562026-08-31T17:24:44.205Z INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 17:24:43.274
31572026-08-31T17:24:44.205Z 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 } }] Aug 31 17:24:43.274
31582026-08-31T17:24:44.205ZAug 31 17:24:43.274adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO
31592026-08-31T17:24:44.205ZDEBG adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 17:24:43.274
31602026-08-31T17:24:44.205Z 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
31612026-08-31T17:24:44.205Z Aug 31 17:24:43.274Aug 31 17:24:43.274 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
31622026-08-31T17:24:44.205Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 17:24:43.274
31632026-08-31T17:24:44.205Z Aug 31 17:24:43.274 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
31642026-08-31T17:24:44.205ZAug 31 17:24:43.274replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
31652026-08-31T17:24:44.205Z
31662026-08-31T17:24:44.205ZAug 31 17:24:43.274INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG
31672026-08-31T17:24:44.205Z 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 } }]Aug 31 17:24:43.274
31682026-08-31T17:24:44.205Z INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 17:24:43.274
31692026-08-31T17:24:44.205Z Aug 31 17:24:43.274INFOAug 31 17:24:43.274 DEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
31702026-08-31T17:24:44.205ZAug 31 17:24:43.274 Aug 31 17:24:43.274 DEBG created new freemap:Aug 31 17:24:43.279DEBG created new freemapDEBG, unit 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 } }]:
31712026-08-31T17:24:44.205Z
31722026-08-31T17:24:44.205Z unitfreemap_route_ipv4:
31732026-08-31T17:24:44.205Z Aug 31 17:24:43.279freemap_route_ipv4 Aug 31 17:24:43.279
31742026-08-31T17:24:44.205Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
31752026-08-31T17:24:44.205Z Aug 31 17:24:43.279Aug 31 17:24:43.279 reset freemap , DEBGAug 31 17:24:43.279DEBG unit created new freemap:, DEBGfreemap_route_ipv6created new freemap
31762026-08-31T17:24:44.205Z unitreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
31772026-08-31T17:24:44.205Z, unit :freemap_route_ipv6
31782026-08-31T17:24:44.205Zfreemap_route_ipv6Aug 31 17:24:43.279
31792026-08-31T17:24:44.205Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:24:43.279
31802026-08-31T17:24:44.206Z Aug 31 17:24:43.279INFOAug 31 17:24:43.279 DEBGAug 31 17:24:43.279adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
31812026-08-31T17:24:44.206Zinitted freemap. size: 64DEBG, unit :Aug 31 17:24:43.279initted freemap. size: 64 , 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 } }]DEBGfreemap_route_ipv4 :
31822026-08-31T17:24:44.206Z
31832026-08-31T17:24:44.206Zreplacing 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 } }]
31842026-08-31T17:24:44.206Zfreemap_route_ipv4
31852026-08-31T17:24:44.206ZAug 31 17:24:43.279Aug 31 17:24:43.279 INFO DEBG Aug 31 17:24:43.279reset freemap adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
31862026-08-31T17:24:44.206Z,
31872026-08-31T17:24:44.210Zunit Aug 31 17:24:43.279adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 17:24:43.279:
31882026-08-31T17:24:44.210ZDEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31892026-08-31T17:24:44.210Z Aug 31 17:24:43.279reset freemapfreemap_route_ipv4Aug 31 17:24:43.280, DEBG
31902026-08-31T17:24:44.210ZAug 31 17:24:43.280 unitINFO: DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }]
31912026-08-31T17:24:44.210Z
31922026-08-31T17:24:44.210Z
31932026-08-31T17:24:44.210Z Aug 31 17:24:43.280freemap_route_ipv4Aug 31 17:24:43.280
31942026-08-31T17:24:44.210Z Aug 31 17:24:43.280DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.280INFO
31952026-08-31T17:24:44.210Z INFO DEBG initted freemap. size: 64adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 31 17:24:43.280Aug 31 17:24:43.280adding route 3fff:dead::/64 -> 2001:db8::55:3 , INFOunit
31962026-08-31T17:24:44.210Z : adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
31972026-08-31T17:24:44.210Z freemap_route_ipv6
31982026-08-31T17:24:44.210Z
31992026-08-31T17:24:44.210Z Aug 31 17:24:43.280initted freemap. size: 64, Aug 31 17:24:43.280DEBGunit :Aug 31 17:24:43.280replacing 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 } }]
32002026-08-31T17:24:44.210Zfreemap_route_ipv6 DEBGDEBG
32012026-08-31T17:24:44.210Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]reset freemap
32022026-08-31T17:24:44.210ZAug 31 17:24:43.280Aug 31 17:24:43.280 Aug 31 17:24:43.280 Aug 31 17:24:43.280, unitDEBG : INFO 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 } }]
32032026-08-31T17:24:44.210Zadding route 3fff:beef:24::/64 -> 2001:db8::55:fffreemap_route_ipv6reset freemap
32042026-08-31T17:24:44.210Z
32052026-08-31T17:24:44.210ZINFO Aug 31 17:24:43.280, adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 17:24:43.280DEBGunitAug 31 17:24:43.280
32062026-08-31T17:24:44.210Z : failed to allocate space for the new target list DEBGfreemap_route_ipv6
32072026-08-31T17:24:44.210Zreplacing 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 } }]
32082026-08-31T17:24:44.210Z
32092026-08-31T17:24:44.210ZINFOAug 31 17:24:43.280Aug 31 17:24:43.280 DEBGAug 31 17:24:43.280 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:24:43.280INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:25::/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 } }]INFO
32102026-08-31T17:24:44.210Z
32112026-08-31T17:24:44.210Z
32122026-08-31T17:24:44.210Z
32132026-08-31T17:24:44.210Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:24:43.280
32142026-08-31T17:24:44.210ZDEBGAug 31 17:24:43.280 Aug 31 17:24:43.280DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32152026-08-31T17:24:44.210Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:24:43.280
32162026-08-31T17:24:44.211Z Aug 31 17:24:43.280DEBG INFO
32172026-08-31T17:24:44.211Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:24:43.280adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
32182026-08-31T17:24:44.211Z
32192026-08-31T17:24:44.211Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
32202026-08-31T17:24:44.211ZAug 31 17:24:43.280Aug 31 17:24:43.280 DEBGAug 31 17:24:43.280 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 } }]
32212026-08-31T17:24:44.211Zadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
32222026-08-31T17:24:44.211Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:24:43.280
32232026-08-31T17:24:44.211Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
32242026-08-31T17:24:44.211ZAug 31 17:24:43.280Aug 31 17:24:43.280 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
32252026-08-31T17:24:44.211Z
32262026-08-31T17:24:44.211ZAug 31 17:24:43.280 Aug 31 17:24:43.280INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
32272026-08-31T17:24:44.211ZAug 31 17:24:43.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:3, vlan_id: None } }]INFO
32282026-08-31T17:24:44.211Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 17:24:43.280
32292026-08-31T17:24:44.211ZDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.280
32302026-08-31T17:24:44.211Z DEBGAug 31 17:24:43.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 } }]DEBGAug 31 17:24:43.280
32312026-08-31T17:24:44.211Z 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
32322026-08-31T17:24:44.211Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 17:24:43.280
32332026-08-31T17:24:44.211ZINFO Aug 31 17:24:43.280adding route 3fff:dead::/64 -> 2001:db8::55:4
32342026-08-31T17:24:44.211ZINFOAug 31 17:24:43.280 adding route 172.17.0.14/32 -> 10.0.0.255DEBGAug 31 17:24:43.280
32352026-08-31T17:24:44.211Zreplacing 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
32362026-08-31T17:24:44.211Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32372026-08-31T17:24:44.211ZAug 31 17:24:43.280 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.280 DEBG
32382026-08-31T17:24:44.211Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:24:43.280
32392026-08-31T17:24:44.211Z INFO Aug 31 17:24:43.280 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
32402026-08-31T17:24:44.211ZAug 31 17:24:43.280 WARNadding route 172.17.0.15/32 -> 10.0.0.255
32412026-08-31T17:24:44.211ZAug 31 17:24:43.280shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32422026-08-31T17:24:44.211ZDEBG Aug 31 17:24:43.280replacing 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 } }]
32432026-08-31T17:24:44.211ZDEBG 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 } }]
32442026-08-31T17:24:44.211ZAug 31 17:24:43.280Aug 31 17:24:43.280 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255
32452026-08-31T17:24:44.211Z
32462026-08-31T17:24:44.211ZAug 31 17:24:43.280 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32472026-08-31T17:24:44.211Ztest route::tests::identity_replace_is_noop ... ok
32482026-08-31T17:24:44.211ZAug 31 17:24:43.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 } }] DEBG
32492026-08-31T17:24:44.211Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.280 INFO
32502026-08-31T17:24:44.211Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
32512026-08-31T17:24:44.211ZAug 31 17:24:43.262Aug 31 17:24:43.280Aug 31 17:24:43.280 INFO DEBGAug 31 17:24:43.280 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
32522026-08-31T17:24:44.211ZINFOreplacing 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 } }]
32532026-08-31T17:24:44.211Zadding route 172.16.0.0/32 -> 10.0.0.4
32542026-08-31T17:24:44.211Zcreated new freemapAug 31 17:24:43.280, unitINFOAug 31 17:24:43.280Aug 31 17:24:43.280 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 } }]
32552026-08-31T17:24:44.212Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
32562026-08-31T17:24:44.212Z
32572026-08-31T17:24:44.212Z:Aug 31 17:24:43.280Aug 31 17:24:43.280 INFO INFOfreemap_route_ipv4adding route 172.17.0.18/32 -> 10.0.0.255
32582026-08-31T17:24:44.212Z
32592026-08-31T17:24:44.212ZAug 31 17:24:43.280 adding route 172.17.0.0/32 -> 10.0.0.255
32602026-08-31T17:24:44.212ZDEBG Aug 31 17:24:43.280Aug 31 17:24:43.280replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.280 DEBG
32612026-08-31T17:24:44.212Z 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 } }]
32622026-08-31T17:24:44.212ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.280created new freemapAug 31 17:24:43.280
32632026-08-31T17:24:44.212Z, INFOINFO unitadding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 17:24:43.280adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff:
32642026-08-31T17:24:44.212Z
32652026-08-31T17:24:44.212Z INFO freemap_route_ipv6Aug 31 17:24:43.280Aug 31 17:24:43.280
32662026-08-31T17:24:44.212ZDEBGDEBG adding route 172.17.0.1/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 } }]
32672026-08-31T17:24:44.212Zreplacing 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 } }]
32682026-08-31T17:24:44.212ZAug 31 17:24:43.281 Aug 31 17:24:43.280Aug 31 17:24:43.286 DEBGDEBG DEBGcreated new freemap created new freemapreplacing 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 } }], ,
32692026-08-31T17:24:44.212Zunitunit: :freemap_route_ipv4
32702026-08-31T17:24:44.212Zfreemap_route_ipv4Aug 31 17:24:43.286
32712026-08-31T17:24:44.212Z INFOAug 31 17:24:43.286Aug 31 17:24:43.286 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
32722026-08-31T17:24:44.212Z
32732026-08-31T17:24:44.212Z adding route 172.17.0.2/32 -> 10.0.0.255
32742026-08-31T17:24:44.212ZAug 31 17:24:43.280Aug 31 17:24:43.286 DEBGAug 31 17:24:43.286Aug 31 17:24:43.280INFO Aug 31 17:24:43.286 initted freemap. size: 64DEBG , unitinitted freemap. size: 64: DEBG DEBG, adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv4unit
32752026-08-31T17:24:44.212Z
32762026-08-31T17:24:44.212Z: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 } }]
32772026-08-31T17:24:44.212Z freemap_route_ipv4initted freemap. size: 64
32782026-08-31T17:24:44.212Z, unitAug 31 17:24:43.286Aug 31 17:24:43.286:Aug 31 17:24:43.286 INFOAug 31 17:24:43.286 DEBG DEBG reset freemapadding route 172.17.0.3/32 -> 10.0.0.255reset freemap,
32792026-08-31T17:24:44.212Z, freemap_route_ipv4unitunit:DEBG :freemap_route_ipv4
32802026-08-31T17:24:44.212Zfreemap_route_ipv4
32812026-08-31T17:24:44.212Zreplacing 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 } }]
32822026-08-31T17:24:44.212ZAug 31 17:24:43.286
32832026-08-31T17:24:44.212ZDEBGAug 31 17:24:43.286Aug 31 17:24:43.286 initted freemap. size: 64Aug 31 17:24:43.286DEBG , Aug 31 17:24:43.286initted freemap. size: 64unit, :unit :freemap_route_ipv6
32842026-08-31T17:24:44.212Zfreemap_route_ipv6
32852026-08-31T17:24:44.212ZINFO Aug 31 17:24:43.286DEBGAug 31 17:24:43.286 adding route 172.17.0.21/32 -> 10.0.0.255DEBG DEBG reset freemapreset freemapDEBG,
32862026-08-31T17:24:44.212Zunit, unit::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 } }]
32872026-08-31T17:24:44.216Zfreemap_route_ipv6reset freemap
32882026-08-31T17:24:44.216Z, freemap_route_ipv4unit
32892026-08-31T17:24:44.216Z:Aug 31 17:24:43.286 Aug 31 17:24:43.286freemap_route_ipv6
32902026-08-31T17:24:44.216ZINFO Aug 31 17:24:43.286 adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 31 17:24:43.286DEBGAug 31 17:24:43.286
32912026-08-31T17:24:44.216Z INFODEBGreplacing 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 } }]
32922026-08-31T17:24:44.216Z INFOinitted freemap. size: 64 Aug 31 17:24:43.286adding route 172.17.0.4/32 -> 10.0.0.255, adding route 172.16.0.0/32 -> 10.0.0.1
32932026-08-31T17:24:44.216ZDEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:24:43.286
32942026-08-31T17:24:44.216Z DEBG
32952026-08-31T17:24:44.216Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:24:43.286Aug 31 17:24:43.286
32962026-08-31T17:24:44.217Z INFO Aug 31 17:24:43.286 Aug 31 17:24:43.286adding route 3fff:dead::/64 -> 2001:db8::55:2
32972026-08-31T17:24:44.217ZINFOfreemap_route_ipv6INFO
32982026-08-31T17:24:44.217Z adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.22/32 -> 10.0.0.255
32992026-08-31T17:24:44.217ZAug 31 17:24:43.286
33002026-08-31T17:24:44.217ZDEBG DEBG Aug 31 17:24:43.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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33012026-08-31T17:24:44.217Z
33022026-08-31T17:24:44.217ZAug 31 17:24:43.286DEBGAug 31 17:24:43.286 Aug 31 17:24:43.286 DEBGAug 31 17:24:43.286replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFOINFO
33032026-08-31T17:24:44.217Z adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
33042026-08-31T17:24:44.217Z
33052026-08-31T17:24:44.217ZDEBG
33062026-08-31T17:24:44.217ZAug 31 17:24:43.286 INFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.3Aug 31 17:24:43.286Aug 31 17:24:43.286
33072026-08-31T17:24:44.217Z, DEBGunit 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 } }]
33082026-08-31T17:24:44.217Zfreemap_route_ipv6 adding route 172.17.0.23/32 -> 10.0.0.255Aug 31 17:24:43.286
33092026-08-31T17:24:44.217Z
33102026-08-31T17:24:44.217ZAug 31 17:24:43.286DEBGAug 31 17:24:43.286 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
33112026-08-31T17:24:44.217Z adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
33122026-08-31T17:24:44.217Z Aug 31 17:24:43.286replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.286Aug 31 17:24:43.286 Aug 31 17:24:43.286INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
33132026-08-31T17:24:44.217Z
33142026-08-31T17:24:44.217Z
33152026-08-31T17:24:44.217Z INFODEBGAug 31 17:24:43.286Aug 31 17:24:43.286Aug 31 17:24:43.286 DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
33162026-08-31T17:24:44.217Z
33172026-08-31T17:24:44.217Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33182026-08-31T17:24:44.217Z
33192026-08-31T17:24:44.217Zadding route 172.17.0.6/32 -> 10.0.0.255
33202026-08-31T17:24:44.217ZAug 31 17:24:43.286Aug 31 17:24:43.286Aug 31 17:24:43.286 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:24:43.286
33212026-08-31T17:24:44.217Z INFODEBG
33222026-08-31T17:24:44.217Z 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.24/32 -> 10.0.0.255
33232026-08-31T17:24:44.217Z
33242026-08-31T17:24:44.217ZAug 31 17:24:43.286 INFO adding route 172.17.0.0/32 -> 10.0.0.255
33252026-08-31T17:24:44.217ZAug 31 17:24:43.286 DEBGAug 31 17:24:43.280Aug 31 17:24:43.286Aug 31 17:24:43.286 DEBGDEBG INFO created new 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255
33262026-08-31T17:24:44.217Z
33272026-08-31T17:24:44.217Z, 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 } }]
33282026-08-31T17:24:44.217Zunit:Aug 31 17:24:43.286 Aug 31 17:24:43.286 DEBG 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 } }]Aug 31 17:24:43.286
33292026-08-31T17:24:44.217Z
33302026-08-31T17:24:44.217ZINFO adding route 172.17.0.25/32 -> 10.0.0.255
33312026-08-31T17:24:44.217ZINFO Aug 31 17:24:43.286Aug 31 17:24:43.286 DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 31 17:24:43.286INFO
33322026-08-31T17:24:44.217Z created new freemapDEBGadding route 172.17.0.8/32 -> 10.0.0.255 Aug 31 17:24:43.286replacing 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 } }]
33332026-08-31T17:24:44.217Z
33342026-08-31T17:24:44.217ZDEBG 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 } }],
33352026-08-31T17:24:44.218ZunitAug 31 17:24:43.286: Aug 31 17:24:43.286freemap_route_ipv6Aug 31 17:24:43.286
33362026-08-31T17:24:44.218Z INFOINFODEBG adding route 172.17.0.26/32 -> 10.0.0.255
33372026-08-31T17:24:44.218Zadding route 172.17.0.2/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 } }]
33382026-08-31T17:24:44.218Z
33392026-08-31T17:24:44.218ZAug 31 17:24:43.286 DEBGAug 31 17:24:43.286Aug 31 17:24:43.286 initted freemap. size: 64DEBG, 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
33402026-08-31T17:24:44.218Z Aug 31 17:24:43.286replacing 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 } }]
33412026-08-31T17:24:44.218ZINFO adding route 172.17.0.9/32 -> 10.0.0.255unit
33422026-08-31T17:24:44.218Z: Aug 31 17:24:43.286freemap_route_ipv4 INFOAug 31 17:24:43.286
33432026-08-31T17:24:44.218Z Aug 31 17:24:43.286 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 17:24:43.286
33442026-08-31T17:24:44.218Zadding route 172.17.0.27/32 -> 10.0.0.255 DEBG
33452026-08-31T17:24:44.218ZDEBG reset freemapreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.286, Aug 31 17:24:43.286
33462026-08-31T17:24:44.218Z unit DEBG:DEBG freemap_route_ipv4 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33472026-08-31T17:24:44.218Z
33482026-08-31T17:24:44.218Ztest route::tests::shrink_preserves_compacted_order ... ok
33492026-08-31T17:24:44.218Zreplacing 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 } }]
33502026-08-31T17:24:44.218ZAug 31 17:24:43.286 INFOAug 31 17:24:43.286 Aug 31 17:24:43.280 adding route 172.17.0.10/32 -> 10.0.0.255DEBGAug 31 17:24:43.286 DEBGcreated new freemap Aug 31 17:24:43.286
33512026-08-31T17:24:44.218Z initted freemap. size: 64, INFO, unitunitINFO:: freemap_route_ipv4 freemap_route_ipv6
33522026-08-31T17:24:44.218Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 17:24:43.286adding route 172.17.0.4/32 -> 10.0.0.255
33532026-08-31T17:24:44.218Z
33542026-08-31T17:24:44.218Z
33552026-08-31T17:24:44.218ZAug 31 17:24:43.286 DEBGDEBG Aug 31 17:24:43.286Aug 31 17:24:43.286created new freemap Aug 31 17:24:43.286 , DEBGunitreplacing 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
33562026-08-31T17:24:44.218Z 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
33572026-08-31T17:24:44.218Z freemap_route_ipv6
33582026-08-31T17:24:44.218Zreset freemapreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 17:24:43.287Aug 31 17:24:43.287
33592026-08-31T17:24:44.218Z DEBG unitINFOAug 31 17:24:43.287initted freemap. size: 64 Aug 31 17:24:43.287 :INFO , unitadding route 172.17.0.29/32 -> 10.0.0.255:INFO adding route 172.17.0.5/32 -> 10.0.0.255
33602026-08-31T17:24:44.218Zadding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv4
33612026-08-31T17:24:44.218Z
33622026-08-31T17:24:44.218Zfreemap_route_ipv6
33632026-08-31T17:24:44.218Z
33642026-08-31T17:24:44.218ZAug 31 17:24:43.287Aug 31 17:24:43.287 DEBG DEBGreset freemapAug 31 17:24:43.287Aug 31 17:24:43.287, Aug 31 17:24:43.287 unitINFO: replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
33652026-08-31T17:24:44.218Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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_ipv4DEBG
33662026-08-31T17:24:44.218Z
33672026-08-31T17:24:44.218Z
33682026-08-31T17:24:44.218Zreplacing 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 } }]
33692026-08-31T17:24:44.218ZAug 31 17:24:43.287Aug 31 17:24:43.287Aug 31 17:24:43.287Aug 31 17:24:43.287 DEBGDEBGINFOAug 31 17:24:43.287 adding route 172.17.0.30/32 -> 10.0.0.255initted freemap. size: 64 , 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 } }]INFO
33702026-08-31T17:24:44.218Z
33712026-08-31T17:24:44.218Zunit Aug 31 17:24:43.287:adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255
33722026-08-31T17:24:44.218Zfreemap_route_ipv6
33732026-08-31T17:24:44.218Z
33742026-08-31T17:24:44.219Z INFO Aug 31 17:24:43.287adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 17:24:43.287DEBG
33752026-08-31T17:24:44.219ZAug 31 17:24:43.287 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 } }]DEBGAug 31 17:24:43.287 Aug 31 17:24:43.287 DEBGreset freemapDEBG , 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 } }]unitDEBG
33762026-08-31T17:24:44.219Z :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33772026-08-31T17:24:44.219Zfreemap_route_ipv6
33782026-08-31T17:24:44.219Z
33792026-08-31T17:24:44.219Z 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 } }]
33802026-08-31T17:24:44.219ZAug 31 17:24:43.287Aug 31 17:24:43.287 Aug 31 17:24:43.287 INFOINFO Aug 31 17:24:43.287INFO adding route 172.17.0.0/32 -> 10.0.0.255
33812026-08-31T17:24:44.219ZAug 31 17:24:43.287
33822026-08-31T17:24:44.219Z DEBG adding route 172.17.0.31/32 -> 10.0.0.255created new freemap
33832026-08-31T17:24:44.219Z, Aug 31 17:24:43.293unitAug 31 17:24:43.293 :INFO freemap_route_ipv4DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
33842026-08-31T17:24:44.219Z
33852026-08-31T17:24:44.219Z 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 } }]
33862026-08-31T17:24:44.219ZAug 31 17:24:43.287Aug 31 17:24:43.293Aug 31 17:24:43.293 Aug 31 17:24:43.293 DEBG DEBGDEBG DEBG created new freemapcreated new freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], ,
33872026-08-31T17:24:44.223Zunit:Aug 31 17:24:43.293 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 } }]unitfreemap_route_ipv6
33882026-08-31T17:24:44.223ZAug 31 17:24:43.293
33892026-08-31T17:24:44.223Z INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
33902026-08-31T17:24:44.223Zadding route 172.17.0.1/32 -> 10.0.0.255
33912026-08-31T17:24:44.223ZAug 31 17:24:43.293: Aug 31 17:24:43.293DEBG DEBGinitted freemap. size: 64 , 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 } }]unit :
33922026-08-31T17:24:44.223Zfreemap_route_ipv4 freemap_route_ipv4
33932026-08-31T17:24:44.223Z
33942026-08-31T17:24:44.223ZAug 31 17:24:43.293 Aug 31 17:24:43.293 DEBGINFOAug 31 17:24:43.293 Aug 31 17:24:43.293adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG
33952026-08-31T17:24:44.223ZAug 31 17:24:43.293 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.293
33962026-08-31T17:24:44.223Z reset freemapDEBGDEBG, INFOunit :Aug 31 17:24:43.293replacing 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 } }] freemap_route_ipv4
33972026-08-31T17:24:44.223Z
33982026-08-31T17:24:44.223Zadding route 172.17.0.32/32 -> 10.0.0.255INFO
33992026-08-31T17:24:44.223Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 31 17:24:43.293Aug 31 17:24:43.293
34002026-08-31T17:24:44.223Zcreated new freemap , unitINFODEBG Aug 31 17:24:43.293 :initted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff , DEBG
34012026-08-31T17:24:44.223Zunit: freemap_route_ipv6freemap_route_ipv6Aug 31 17:24:43.293replacing 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 } }]
34022026-08-31T17:24:44.223ZDEBG
34032026-08-31T17:24:44.224Z
34042026-08-31T17:24:44.224Z 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 31 17:24:43.293Aug 31 17:24:43.293 Aug 31 17:24:43.293
34052026-08-31T17:24:44.224Z DEBGAug 31 17:24:43.293 INFODEBG reset freemap , adding route 172.17.0.3/32 -> 10.0.0.255DEBGunitAug 31 17:24:43.293 :INFO freemap_route_ipv6
34062026-08-31T17:24:44.224Z
34072026-08-31T17:24:44.224Zinitted freemap. size: 64 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff, 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 } }]
34082026-08-31T17:24:44.224ZAug 31 17:24:43.293
34092026-08-31T17:24:44.224ZAug 31 17:24:43.293 DEBG unit INFO Aug 31 17:24:43.293adding route 172.16.0.0/32 -> 10.0.0.1
34102026-08-31T17:24:44.224ZDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.293
34112026-08-31T17:24:44.224Z
34122026-08-31T17:24:44.224ZAug 31 17:24:43.293: DEBGAug 31 17:24:43.293 INFO INFOfreemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34132026-08-31T17:24:44.224Zadding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
34142026-08-31T17:24:44.224Z
34152026-08-31T17:24:44.224Z
34162026-08-31T17:24:44.224ZAug 31 17:24:43.293Aug 31 17:24:43.293 INFO Aug 31 17:24:43.293Aug 31 17:24:43.293adding route 172.16.0.0/32 -> 10.0.0.2
34172026-08-31T17:24:44.224ZINFO DEBGDEBG Aug 31 17:24:43.293adding route 172.17.0.4/32 -> 10.0.0.255 Aug 31 17:24:43.293DEBG 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 } }]
34182026-08-31T17:24:44.224ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34192026-08-31T17:24:44.224Zreset freemap
34202026-08-31T17:24:44.224Z, unitAug 31 17:24:43.293Aug 31 17:24:43.293replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.293 :INFOINFO freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
34212026-08-31T17:24:44.224Z
34222026-08-31T17:24:44.224Z
34232026-08-31T17:24:44.224Z
34242026-08-31T17:24:44.224ZDEBG Aug 31 17:24:43.293Aug 31 17:24:43.293 Aug 31 17:24:43.293 DEBGAug 31 17:24:43.293DEBG 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
34252026-08-31T17:24:44.224Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
34262026-08-31T17:24:44.224ZINFO
34272026-08-31T17:24:44.224ZAug 31 17:24:43.293initted freemap. size: 64 , Aug 31 17:24:43.293unitINFO :Aug 31 17:24:43.293adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFOINFO
34282026-08-31T17:24:44.224Zfreemap_route_ipv6 adding route 172.17.0.5/32 -> 10.0.0.255
34292026-08-31T17:24:44.224Z
34302026-08-31T17:24:44.224Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 17:24:43.293
34312026-08-31T17:24:44.224Z adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 17:24:43.293DEBGAug 31 17:24:43.293 Aug 31 17:24:43.293 DEBGDEBGreplacing 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 } }]
34322026-08-31T17:24:44.224Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
34332026-08-31T17:24:44.224Z
34342026-08-31T17:24:44.224Zreplacing 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 } }]
34352026-08-31T17:24:44.224Zreset freemapAug 31 17:24:43.293, Aug 31 17:24:43.293 Aug 31 17:24:43.293unit INFODEBGDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 17:24:43.293
34362026-08-31T17:24:44.224Z: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOreplacing targets for 172.17.0.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 } }]
34372026-08-31T17:24:44.224Z Aug 31 17:24:43.293 freemap_route_ipv6DEBGadding route 172.17.0.6/32 -> 10.0.0.255
34382026-08-31T17:24:44.224Z
34392026-08-31T17:24:44.224Zreplacing 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 } }]
34402026-08-31T17:24:44.224Z
34412026-08-31T17:24:44.224ZAug 31 17:24:43.293Aug 31 17:24:43.293Aug 31 17:24:43.293 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
34422026-08-31T17:24:44.225ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 17:24:43.293
34432026-08-31T17:24:44.225Z
34442026-08-31T17:24:44.225ZAug 31 17:24:43.293 INFODEBGAug 31 17:24:43.293 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
34452026-08-31T17:24:44.225Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:24:43.293
34462026-08-31T17:24:44.225Z
34472026-08-31T17:24:44.225Ztest route::tests::same_size_non_subset_replace ... ok
34482026-08-31T17:24:44.225Z INFOAug 31 17:24:43.293 Aug 31 17:24:43.293DEBG Aug 31 17:24:43.293INFOadding route 172.17.0.7/32 -> 10.0.0.255 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
34492026-08-31T17:24:44.225Zreplacing 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 } }]
34502026-08-31T17:24:44.225ZINFO
34512026-08-31T17:24:44.225Z Aug 31 17:24:43.293adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:24:43.293
34522026-08-31T17:24:44.225ZDEBG Aug 31 17:24:43.293replacing 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 } }]
34532026-08-31T17:24:44.225ZINFOAug 31 17:24:43.293DEBG DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 17:24:43.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 } }]
34542026-08-31T17:24:44.225Z
34552026-08-31T17:24:44.225Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
34562026-08-31T17:24:44.225Z Aug 31 17:24:43.293 Aug 31 17:24:43.293adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
34572026-08-31T17:24:44.225ZINFODEBG Aug 31 17:24:43.293replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.293
34582026-08-31T17:24:44.225Z adding route 172.17.0.8/32 -> 10.0.0.255DEBG
34592026-08-31T17:24:44.225Z INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34602026-08-31T17:24:44.225Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 17:24:43.293 Aug 31 17:24:43.293INFO
34612026-08-31T17:24:44.225ZAug 31 17:24:43.293 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
34622026-08-31T17:24:44.225Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 31 17:24:43.293
34632026-08-31T17:24:44.225ZDEBG Aug 31 17:24:43.293replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34642026-08-31T17:24:44.225ZAug 31 17:24:43.293DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34652026-08-31T17:24:44.225Z
34662026-08-31T17:24:44.225ZAug 31 17:24:43.293 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 31 17:24:43.293
34672026-08-31T17:24:44.225Z Aug 31 17:24:43.293INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
34682026-08-31T17:24:44.225Z
34692026-08-31T17:24:44.225ZAug 31 17:24:43.293adding route 172.17.0.9/32 -> 10.0.0.255
34702026-08-31T17:24:44.225ZAug 31 17:24:43.293Aug 31 17:24:43.293 DEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
34712026-08-31T17:24:44.225Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255Aug 31 17:24:43.293
34722026-08-31T17:24:44.225Z
34732026-08-31T17:24:44.225ZAug 31 17:24:43.293DEBG DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.293
34742026-08-31T17:24:44.225Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG failed to allocate space for the new target list
34752026-08-31T17:24:44.225Z
34762026-08-31T17:24:44.225ZAug 31 17:24:43.293 INFOAug 31 17:24:43.293 adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 17:24:43.293
34772026-08-31T17:24:44.225Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34782026-08-31T17:24:44.225Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.293
34792026-08-31T17:24:44.225Z DEBGAug 31 17:24:43.293 INFO adding route 172.17.0.39/32 -> 10.0.0.255
34802026-08-31T17:24:44.225ZAug 31 17:24:43.293 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 } }]
34812026-08-31T17:24:44.225ZAug 31 17:24:43.293 INFO adding route 172.17.0.40/32 -> 10.0.0.255
34822026-08-31T17:24:44.225Z adding route 172.17.0.13/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 } }]
34832026-08-31T17:24:44.226Z
34842026-08-31T17:24:44.226ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
34852026-08-31T17:24:44.226ZAug 31 17:24:43.293Aug 31 17:24:43.293 Aug 31 17:24:43.293 DEBGDEBGAug 31 17:24:43.293 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34862026-08-31T17:24:44.226Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34872026-08-31T17:24:44.230Z
34882026-08-31T17:24:44.230ZINFOAug 31 17:24:43.293 Aug 31 17:24:43.293 Aug 31 17:24:43.293adding route 172.17.0.11/32 -> 10.0.0.255INFO
34892026-08-31T17:24:44.230Z INFO adding route 172.17.0.14/32 -> 10.0.0.255INFOadding route 172.16.0.0/32 -> 10.0.0.2
34902026-08-31T17:24:44.230ZAug 31 17:24:43.293
34912026-08-31T17:24:44.230ZDEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 31 17:24:43.293replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 31 17:24:43.294replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34922026-08-31T17:24:44.230ZDEBG created new freemapAug 31 17:24:43.293
34932026-08-31T17:24:44.230Z , unitAug 31 17:24:43.299: DEBGAug 31 17:24:43.299freemap_route_ipv4DEBG
34942026-08-31T17:24:44.230Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
34952026-08-31T17:24:44.230ZINFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.299
34962026-08-31T17:24:44.230Z INFOAug 31 17:24:43.299 adding route 172.17.0.7/32 -> 10.0.0.255
34972026-08-31T17:24:44.230Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 31 17:24:43.299
34982026-08-31T17:24:44.230Z INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 17:24:43.299Aug 31 17:24:43.299 DEBG
34992026-08-31T17:24:44.230ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35002026-08-31T17:24:44.230Z
35012026-08-31T17:24:44.230ZAug 31 17:24:43.299Aug 31 17:24:43.299 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 } }]Aug 31 17:24:43.294
35022026-08-31T17:24:44.230Z Aug 31 17:24:43.299 DEBG created new freemapINFO, INFOunit : adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 17:24:43.299adding route 172.17.0.13/32 -> 10.0.0.255
35032026-08-31T17:24:44.230Zfreemap_route_ipv4
35042026-08-31T17:24:44.230Z
35052026-08-31T17:24:44.230ZINFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 17:24:43.299Aug 31 17:24:43.299Aug 31 17:24:43.299 DEBG
35062026-08-31T17:24:44.230Z created new freemapDEBG, DEBG unitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.299
35072026-08-31T17:24:44.230Z: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 } }]
35082026-08-31T17:24:44.230Z freemap_route_ipv6 Aug 31 17:24:43.299
35092026-08-31T17:24:44.230Z DEBGINFOAug 31 17:24:43.299 adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35102026-08-31T17:24:44.230Z
35112026-08-31T17:24:44.230ZINFO Aug 31 17:24:43.299Aug 31 17:24:43.299 DEBGDEBG adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 17:24:43.299replacing 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 } }]
35122026-08-31T17:24:44.230Zinitted freemap. size: 64INFO ,
35132026-08-31T17:24:44.230Zunitadding route 172.17.0.17/32 -> 10.0.0.255:Aug 31 17:24:43.299
35142026-08-31T17:24:44.230Zfreemap_route_ipv4
35152026-08-31T17:24:44.230ZAug 31 17:24:43.299 DEBGINFO Aug 31 17:24:43.299adding route 172.17.0.15/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 } }]
35162026-08-31T17:24:44.230Z DEBG
35172026-08-31T17:24:44.230Z Aug 31 17:24:43.299reset freemap Aug 31 17:24:43.299, Aug 31 17:24:43.299DEBGunit INFO: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 } }]
35182026-08-31T17:24:44.230ZDEBGfreemap_route_ipv4 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 } }]
35192026-08-31T17:24:44.230Z
35202026-08-31T17:24:44.230Z Aug 31 17:24:43.299adding route 172.17.0.10/32 -> 10.0.0.255 Aug 31 17:24:43.299
35212026-08-31T17:24:44.230ZINFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 Aug 31 17:24:43.299initted freemap. size: 64
35222026-08-31T17:24:44.230Z, INFOunit :Aug 31 17:24:43.299 freemap_route_ipv6DEBG
35232026-08-31T17:24:44.231ZAug 31 17:24:43.299 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255
35242026-08-31T17:24:44.231ZAug 31 17:24:43.299
35252026-08-31T17:24:44.231Z DEBGDEBG Aug 31 17:24:43.299reset freemap , 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 } }]unitINFO
35262026-08-31T17:24:44.231Z: adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6
35272026-08-31T17:24:44.231ZAug 31 17:24:43.299
35282026-08-31T17:24:44.231ZAug 31 17:24:43.299 DEBGINFOAug 31 17:24:43.299 Aug 31 17:24:43.299adding route 172.17.0.17/32 -> 10.0.0.255
35292026-08-31T17:24:44.231ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
35302026-08-31T17:24:44.231ZDEBGAug 31 17:24:43.299 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 17:24:43.299
35312026-08-31T17:24:44.231Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
35322026-08-31T17:24:44.231Z
35332026-08-31T17:24:44.231Z 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 } }]
35342026-08-31T17:24:44.231ZAug 31 17:24:43.299Aug 31 17:24:43.299 INFOAug 31 17:24:43.299 adding route 172.17.0.18/32 -> 10.0.0.255
35352026-08-31T17:24:44.231ZINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO
35362026-08-31T17:24:44.231Z Aug 31 17:24:43.299Aug 31 17:24:43.299 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255
35372026-08-31T17:24:44.231Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.299
35382026-08-31T17:24:44.231Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
35392026-08-31T17:24:44.231ZAug 31 17:24:43.299 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 17:24:43.300Aug 31 17:24:43.300
35402026-08-31T17:24:44.231Z 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 } }] DEBGadding route 172.17.0.19/32 -> 10.0.0.255
35412026-08-31T17:24:44.231Z 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 } }]
35422026-08-31T17:24:44.231ZAug 31 17:24:43.300
35432026-08-31T17:24:44.231Z INFO Aug 31 17:24:43.300 adding route 172.17.0.13/32 -> 10.0.0.255DEBG
35442026-08-31T17:24:44.231ZAug 31 17:24:43.300 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
35452026-08-31T17:24:44.231Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:24:43.300
35462026-08-31T17:24:44.231ZAug 31 17:24:43.300 Aug 31 17:24:43.300INFO DEBGINFOAug 31 17:24:43.300 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 } }]
35472026-08-31T17:24:44.231Zadding route 172.17.0.20/32 -> 10.0.0.255DEBG
35482026-08-31T17:24:44.231Z adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
35492026-08-31T17:24:44.231Z
35502026-08-31T17:24:44.231ZAug 31 17:24:43.300Aug 31 17:24:43.300Aug 31 17:24:43.300 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 } }]
35512026-08-31T17:24:44.231ZAug 31 17:24:43.300adding route 172.16.0.0/32 -> 10.0.0.2
35522026-08-31T17:24:44.231ZINFO adding route 172.17.0.14/32 -> 10.0.0.255DEBGAug 31 17:24:43.300
35532026-08-31T17:24:44.231Z Aug 31 17:24:43.300INFOreplacing 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 } }]
35542026-08-31T17:24:44.231Z DEBGAug 31 17:24:43.300 adding route 172.17.0.21/32 -> 10.0.0.255 DEBG
35552026-08-31T17:24:44.231Zreplacing 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 } }]
35562026-08-31T17:24:44.231Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.300Aug 31 17:24:43.300
35572026-08-31T17:24:44.231Z DEBG 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 } }]
35582026-08-31T17:24:44.231Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 31 17:24:43.300Aug 31 17:24:43.300
35592026-08-31T17:24:44.231ZINFO INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
35602026-08-31T17:24:44.231Z
35612026-08-31T17:24:44.231ZAug 31 17:24:43.300Aug 31 17:24:43.300Aug 31 17:24:43.300Aug 31 17:24:43.300 DEBG DEBGDEBG 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 } }]
35622026-08-31T17:24:44.232Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.22/32 -> 10.0.0.255
35632026-08-31T17:24:44.232Z
35642026-08-31T17:24:44.232ZAug 31 17:24:43.300 INFO
35652026-08-31T17:24:44.232Z Aug 31 17:24:43.300Aug 31 17:24:43.300 DEBGadding route 172.17.0.22/32 -> 10.0.0.255INFO Aug 31 17:24:43.300 adding route 172.17.0.1/32 -> 10.0.0.255INFO
35662026-08-31T17:24:44.232Zreplacing 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 } }]
35672026-08-31T17:24:44.232Z
35682026-08-31T17:24:44.232Z adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 17:24:43.300
35692026-08-31T17:24:44.232ZAug 31 17:24:43.300 Aug 31 17:24:43.300DEBG Aug 31 17:24:43.300 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 } }] DEBG
35702026-08-31T17:24:44.232Zadding route 172.17.0.23/32 -> 10.0.0.255
35712026-08-31T17:24:44.232ZDEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.300replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.300
35722026-08-31T17:24:44.232Z
35732026-08-31T17:24:44.232ZINFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG
35742026-08-31T17:24:44.232Z 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 } }]
35752026-08-31T17:24:44.232ZAug 31 17:24:43.300Aug 31 17:24:43.300Aug 31 17:24:43.300 DEBG INFOINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
35762026-08-31T17:24:44.232Z
35772026-08-31T17:24:44.232ZAug 31 17:24:43.300adding route 172.17.0.17/32 -> 10.0.0.255
35782026-08-31T17:24:44.232ZINFO Aug 31 17:24:43.300 adding route 172.17.0.24/32 -> 10.0.0.255INFO
35792026-08-31T17:24:44.232Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 17:24:43.300
35802026-08-31T17:24:44.232Z Aug 31 17:24:43.300 Aug 31 17:24:43.300DEBG 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 } }]DEBGDEBG
35812026-08-31T17:24:44.232Z Aug 31 17:24:43.300 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 } }]
35822026-08-31T17:24:44.232ZDEBG 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.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-31T17:24:44.232Z
35842026-08-31T17:24:44.232ZAug 31 17:24:43.300 INFOAug 31 17:24:43.300Aug 31 17:24:43.300Aug 31 17:24:43.300 INFOINFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
35852026-08-31T17:24:44.232Zadding route 172.17.0.25/32 -> 10.0.0.255
35862026-08-31T17:24:44.232Zadding route 172.17.0.4/32 -> 10.0.0.255
35872026-08-31T17:24:44.236Z
35882026-08-31T17:24:44.236ZAug 31 17:24:43.300Aug 31 17:24:43.300 Aug 31 17:24:43.300DEBG 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 } }]DEBGAug 31 17:24:43.300
35892026-08-31T17:24:44.236Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
35902026-08-31T17:24:44.236Z
35912026-08-31T17:24:44.236Z Aug 31 17:24:43.300 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 17:24:43.300
35922026-08-31T17:24:44.236Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.300
35932026-08-31T17:24:44.236ZINFOAug 31 17:24:43.300 INFO adding route 172.17.0.5/32 -> 10.0.0.255DEBG
35942026-08-31T17:24:44.236Zadding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 17:24:43.300replacing 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 } }]
35952026-08-31T17:24:44.236Z
35962026-08-31T17:24:44.236ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 17:24:43.300
35972026-08-31T17:24:44.236Z DEBGAug 31 17:24:43.300 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
35982026-08-31T17:24:44.236Z adding route 172.17.0.27/32 -> 10.0.0.255
35992026-08-31T17:24:44.236ZAug 31 17:24:43.300 Aug 31 17:24:43.300 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 17:24:43.300
36002026-08-31T17:24:44.237Z Aug 31 17:24:43.300
36012026-08-31T17:24:44.237Z 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 } }]Aug 31 17:24:43.300
36022026-08-31T17:24:44.237Z DEBGAug 31 17:24:43.300 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.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 31 17:24:43.300 INFO adding route 172.17.0.28/32 -> 10.0.0.255
36032026-08-31T17:24:44.237Zadding route 172.17.0.20/32 -> 10.0.0.255
36042026-08-31T17:24:44.237ZAug 31 17:24:43.306
36052026-08-31T17:24:44.237Z DEBG Aug 31 17:24:43.306replacing 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 } }]
36062026-08-31T17:24:44.237ZDEBGAug 31 17:24:43.306 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
36072026-08-31T17:24:44.237Z Aug 31 17:24:43.306replacing 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 } }]
36082026-08-31T17:24:44.237Z INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255Aug 31 17:24:43.306
36092026-08-31T17:24:44.237Z Aug 31 17:24:43.306INFOcreated new freemapAug 31 17:24:43.306 INFOadding route 172.17.0.21/32 -> 10.0.0.255 , DEBG unitadding route 172.17.0.42/32 -> 10.0.0.255
36102026-08-31T17:24:44.237Z
36112026-08-31T17:24:44.237Z: 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 } }]freemap_route_ipv6
36122026-08-31T17:24:44.237ZAug 31 17:24:43.306
36132026-08-31T17:24:44.237Z Aug 31 17:24:43.306 DEBGDEBGAug 31 17:24:43.306 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 17:24:43.306replacing 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 } }]
36142026-08-31T17:24:44.237Z DEBGadding route 172.17.0.30/32 -> 10.0.0.255
36152026-08-31T17:24:44.237Z initted freemap. size: 64
36162026-08-31T17:24:44.237Z, unit:Aug 31 17:24:43.306 Aug 31 17:24:43.306 Aug 31 17:24:43.306DEBG 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
36172026-08-31T17:24:44.237Zadding route 172.17.0.43/32 -> 10.0.0.255
36182026-08-31T17:24:44.237Zadding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv4
36192026-08-31T17:24:44.237ZAug 31 17:24:43.306Aug 31 17:24:43.306
36202026-08-31T17:24:44.237ZINFODEBGAug 31 17:24:43.306 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
36212026-08-31T17:24:44.237Z 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 31 17:24:43.306replacing 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 } }]
36222026-08-31T17:24:44.237Z
36232026-08-31T17:24:44.237ZAug 31 17:24:43.306 DEBGDEBGAug 31 17:24:43.306 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 } }] reset freemap
36242026-08-31T17:24:44.237Z, INFOAug 31 17:24:43.306 INFOunitAug 31 17:24:43.306adding route 172.17.0.44/32 -> 10.0.0.255
36252026-08-31T17:24:44.237ZINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255:
36262026-08-31T17:24:44.237Z
36272026-08-31T17:24:44.237ZAug 31 17:24:43.306 freemap_route_ipv4
36282026-08-31T17:24:44.237ZDEBG Aug 31 17:24:43.306replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.306 DEBGAug 31 17:24:43.306 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 } }]
36292026-08-31T17:24:44.237Zreplacing 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 } }]
36302026-08-31T17:24:44.237Z
36312026-08-31T17:24:44.237Z DEBGAug 31 17:24:43.306 initted freemap. size: 64Aug 31 17:24:43.306INFO , adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 17:24:43.306
36322026-08-31T17:24:44.237Z unitINFOINFO: adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 17:24:43.306freemap_route_ipv6adding route 172.17.0.45/32 -> 10.0.0.255
36332026-08-31T17:24:44.237Z
36342026-08-31T17:24:44.237ZDEBG
36352026-08-31T17:24:44.237ZAug 31 17:24:43.306replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
36362026-08-31T17:24:44.237ZAug 31 17:24:43.306 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 } }]
36372026-08-31T17:24:44.237ZAug 31 17:24:43.306reset freemap INFO , adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 17:24:43.306unit
36382026-08-31T17:24:44.237Z 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 } }]:
36392026-08-31T17:24:44.238ZAug 31 17:24:43.306Aug 31 17:24:43.306 DEBGINFO freemap_route_ipv6adding route 172.17.0.25/32 -> 10.0.0.255
36402026-08-31T17:24:44.238Z
36412026-08-31T17:24:44.238Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.306
36422026-08-31T17:24:44.238ZINFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 17:24:43.306
36432026-08-31T17:24:44.238ZAug 31 17:24:43.306 Aug 31 17:24:43.306 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:24:43.306 INFO
36442026-08-31T17:24:44.238Z DEBG adding route 172.17.0.35/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 } }]
36452026-08-31T17:24:44.238Zreplacing 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 } }]
36462026-08-31T17:24:44.238Z
36472026-08-31T17:24:44.238ZAug 31 17:24:43.306 Aug 31 17:24:43.306DEBG DEBGAug 31 17:24:43.306 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 17:24:43.306
36482026-08-31T17:24:44.238Z INFOadding route 172.17.0.47/32 -> 10.0.0.255
36492026-08-31T17:24:44.238Zadding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36502026-08-31T17:24:44.238ZAug 31 17:24:43.306
36512026-08-31T17:24:44.238Z Aug 31 17:24:43.306 INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 17:24:43.306
36522026-08-31T17:24:44.238Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.306
36532026-08-31T17:24:44.238Z INFODEBGAug 31 17:24:43.306 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 } }]
36542026-08-31T17:24:44.238Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.306adding route 172.16.0.0/32 -> 10.0.0.2
36552026-08-31T17:24:44.238Z
36562026-08-31T17:24:44.238ZINFO Aug 31 17:24:43.306adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 17:24:43.306
36572026-08-31T17:24:44.238ZAug 31 17:24:43.306 INFO DEBGINFOadding route 172.17.0.37/32 -> 10.0.0.255
36582026-08-31T17:24:44.238ZAug 31 17:24:43.306adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36592026-08-31T17:24:44.238ZDEBGAug 31 17:24:43.306 DEBG
36602026-08-31T17:24:44.238Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
36612026-08-31T17:24:44.238Z
36622026-08-31T17:24:44.238ZAug 31 17:24:43.306 DEBG Aug 31 17:24:43.306replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.306 INFO
36632026-08-31T17:24:44.238Z
36642026-08-31T17:24:44.238ZAug 31 17:24:43.306Aug 31 17:24:43.313 INFOINFO Aug 31 17:24:43.313adding route 172.17.0.38/32 -> 10.0.0.255
36652026-08-31T17:24:44.238ZINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
36662026-08-31T17:24:44.238Z
36672026-08-31T17:24:44.238ZAug 31 17:24:43.313 adding route 172.17.0.49/32 -> 10.0.0.255DEBGAug 31 17:24:43.313Aug 31 17:24:43.313 DEBG
36682026-08-31T17:24:44.238Z 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 } }]
36692026-08-31T17:24:44.238ZDEBG 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 } }]
36702026-08-31T17:24:44.238ZAug 31 17:24:43.313 Aug 31 17:24:43.313replacing 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 } }]
36712026-08-31T17:24:44.238ZINFO
36722026-08-31T17:24:44.238Z adding route 172.17.0.8/32 -> 10.0.0.255
36732026-08-31T17:24:44.238Z Aug 31 17:24:43.313Aug 31 17:24:43.313 DEBGAug 31 17:24:43.313INFOINFO Aug 31 17:24:43.313adding route 172.17.0.39/32 -> 10.0.0.255
36742026-08-31T17:24:44.238ZDEBG 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 } }]
36752026-08-31T17:24:44.238Zreplacing 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 } }]
36762026-08-31T17:24:44.238ZAug 31 17:24:43.313INFO DEBGAug 31 17:24:43.313 Aug 31 17:24:43.313replacing 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.28/32 -> 10.0.0.255
36772026-08-31T17:24:44.238Zadding route 172.17.0.27/32 -> 10.0.0.255 INFOINFO
36782026-08-31T17:24:44.238ZAug 31 17:24:43.313adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
36792026-08-31T17:24:44.239Z
36802026-08-31T17:24:44.239ZINFO
36812026-08-31T17:24:44.239Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 17:24:43.313
36822026-08-31T17:24:44.239ZDEBGAug 31 17:24:43.313Aug 31 17:24:43.313 Aug 31 17:24:43.313DEBG 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 } }]
36832026-08-31T17:24:44.239Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
36842026-08-31T17:24:44.239Z Aug 31 17:24:43.313Aug 31 17:24:43.313 DEBGDEBG INFODEBGINFO 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.29/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
36852026-08-31T17:24:44.239Z
36862026-08-31T17:24:44.239Z
36872026-08-31T17:24:44.243Zreplacing 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 } }]
36882026-08-31T17:24:44.243Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
36892026-08-31T17:24:44.243Z Aug 31 17:24:43.313DEBG Aug 31 17:24:43.313replacing 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
36902026-08-31T17:24:44.243Z Aug 31 17:24:43.313adding route 172.17.0.41/32 -> 10.0.0.255
36912026-08-31T17:24:44.243Z DEBGINFO Aug 31 17:24:43.313replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
36922026-08-31T17:24:44.243Z DEBGINFOadding route 172.17.0.51/32 -> 10.0.0.255Aug 31 17:24:43.313
36932026-08-31T17:24:44.243Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.313
36942026-08-31T17:24:44.243ZINFO INFO Aug 31 17:24:43.313 adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
36952026-08-31T17:24:44.243ZDEBGadding route 172.17.0.11/32 -> 10.0.0.255
36962026-08-31T17:24:44.243Z
36972026-08-31T17:24:44.243ZAug 31 17:24:43.313Aug 31 17:24:43.313 INFO Aug 31 17:24:43.313adding route 172.17.0.42/32 -> 10.0.0.255
36982026-08-31T17:24:44.243ZDEBGreplacing 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 } }] 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 } }]
36992026-08-31T17:24:44.243ZAug 31 17:24:43.313 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 } }]DEBGAug 31 17:24:43.313
37002026-08-31T17:24:44.243Z Aug 31 17:24:43.313 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 } }]
37012026-08-31T17:24:44.243Z
37022026-08-31T17:24:44.243ZDEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37032026-08-31T17:24:44.243Z
37042026-08-31T17:24:44.243ZAug 31 17:24:43.313 Aug 31 17:24:43.313INFO Aug 31 17:24:43.313 Aug 31 17:24:43.313adding route 172.17.0.31/32 -> 10.0.0.255
37052026-08-31T17:24:44.243ZINFO INFODEBG adding route 172.17.0.52/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 } }]adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 17:24:43.313
37062026-08-31T17:24:44.243Z
37072026-08-31T17:24:44.243Z INFOAug 31 17:24:43.313 Aug 31 17:24:43.313DEBG adding route 172.17.0.29/32 -> 10.0.0.255DEBG
37082026-08-31T17:24:44.243Z
37092026-08-31T17:24:44.243Z 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 31 17:24:43.313replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
37102026-08-31T17:24:44.243Z
37112026-08-31T17:24:44.243ZDEBG 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 } }] adding route 172.17.0.13/32 -> 10.0.0.255
37122026-08-31T17:24:44.243Z
37132026-08-31T17:24:44.243ZAug 31 17:24:43.313Aug 31 17:24:43.313Aug 31 17:24:43.313 Aug 31 17:24:43.313 INFOINFOAug 31 17:24:43.313 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
37142026-08-31T17:24:44.243Z adding route 172.17.0.32/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37152026-08-31T17:24:44.243Z Aug 31 17:24:43.313
37162026-08-31T17:24:44.243Zadding route 172.17.0.53/32 -> 10.0.0.255
37172026-08-31T17:24:44.243ZDEBGDEBG Aug 31 17:24:43.313replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313replacing 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
37182026-08-31T17:24:44.244Z 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 } }]
37192026-08-31T17:24:44.244Zadding route 172.17.0.14/32 -> 10.0.0.255
37202026-08-31T17:24:44.244Z
37212026-08-31T17:24:44.244ZAug 31 17:24:43.313Aug 31 17:24:43.313 Aug 31 17:24:43.313 INFO DEBGAug 31 17:24:43.313Aug 31 17:24:43.313adding route 172.17.0.45/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 } }]
37222026-08-31T17:24:44.244ZINFO
37232026-08-31T17:24:44.244Zadding route 172.17.0.33/32 -> 10.0.0.255INFODEBG Aug 31 17:24:43.313
37242026-08-31T17:24:44.244Z Aug 31 17:24:43.313replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.30/32 -> 10.0.0.255
37252026-08-31T17:24:44.244ZDEBG Aug 31 17:24:43.313 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 } }]
37262026-08-31T17:24:44.244ZDEBG adding route 172.17.0.15/32 -> 10.0.0.255
37272026-08-31T17:24:44.244Zreplacing 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 } }]
37282026-08-31T17:24:44.244ZAug 31 17:24:43.313
37292026-08-31T17:24:44.244Z Aug 31 17:24:43.313DEBG Aug 31 17:24:43.313INFOAug 31 17:24:43.313Aug 31 17:24:43.313 adding route 172.17.0.46/32 -> 10.0.0.255
37302026-08-31T17:24:44.244ZDEBG 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 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 } }]INFOadding route 172.17.0.54/32 -> 10.0.0.255Aug 31 17:24:43.313
37312026-08-31T17:24:44.244Z
37322026-08-31T17:24:44.244ZDEBG adding route 172.17.0.34/32 -> 10.0.0.255
37332026-08-31T17:24:44.244Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
37342026-08-31T17:24:44.244Z INFO Aug 31 17:24:43.313adding route 172.17.0.16/32 -> 10.0.0.255
37352026-08-31T17:24:44.244Z Aug 31 17:24:43.313DEBGAug 31 17:24:43.313
37362026-08-31T17:24:44.244Z 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 } }]
37372026-08-31T17:24:44.244Z Aug 31 17:24:43.313adding route 172.17.0.47/32 -> 10.0.0.255DEBG
37382026-08-31T17:24:44.244ZAug 31 17:24:43.313Aug 31 17:24:43.313 DEBGINFO INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
37392026-08-31T17:24:44.244Z
37402026-08-31T17:24:44.244Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 31 17:24:43.313adding route 172.17.0.31/32 -> 10.0.0.255
37412026-08-31T17:24:44.244Z Aug 31 17:24:43.313Aug 31 17:24:43.313
37422026-08-31T17:24:44.244Z DEBGINFO adding route 172.17.0.17/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 } }]
37432026-08-31T17:24:44.244Z
37442026-08-31T17:24:44.244Z Aug 31 17:24:43.313INFO DEBGAug 31 17:24:43.313 Aug 31 17:24:43.313replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313INFO
37452026-08-31T17:24:44.244Z adding route 172.17.0.48/32 -> 10.0.0.255DEBG
37462026-08-31T17:24:44.244Zadding route 172.17.0.55/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 } }]
37472026-08-31T17:24:44.244ZDEBG
37482026-08-31T17:24:44.244ZAug 31 17:24:43.313 Aug 31 17:24:43.313INFOAug 31 17:24:43.313 DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 17:24:43.313INFO 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.18/32 -> 10.0.0.255
37492026-08-31T17:24:44.244Z
37502026-08-31T17:24:44.244ZDEBG
37512026-08-31T17:24:44.244Ztest route::tests::delete_targets_full ... ok
37522026-08-31T17:24:44.244Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
37532026-08-31T17:24:44.244Z Aug 31 17:24:43.313DEBGAug 31 17:24:43.313 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.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 } }]DEBGINFO
37542026-08-31T17:24:44.244Z
37552026-08-31T17:24:44.244Z adding route 172.17.0.49/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 } }]
37562026-08-31T17:24:44.244Z
37572026-08-31T17:24:44.244ZAug 31 17:24:43.313Aug 31 17:24:43.313 INFOAug 31 17:24:43.313 Aug 31 17:24:43.313adding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 17:24:43.313DEBG
37582026-08-31T17:24:44.244Z 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 } }]
37592026-08-31T17:24:44.245ZINFOINFO Aug 31 17:24:43.313 INFOadding route 172.17.0.32/32 -> 10.0.0.255
37602026-08-31T17:24:44.245ZDEBG Aug 31 17:24:43.313replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.37/32 -> 10.0.0.255INFO
37612026-08-31T17:24:44.245Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
37622026-08-31T17:24:44.245Zadding route 172.17.0.56/32 -> 10.0.0.255
37632026-08-31T17:24:44.245Zadding route 172.17.0.50/32 -> 10.0.0.255
37642026-08-31T17:24:44.245Ztest route::tests::delete_target_full ... ok
37652026-08-31T17:24:44.245ZAug 31 17:24:43.313 INFO
37662026-08-31T17:24:44.245Z Aug 31 17:24:43.313adding route 172.17.0.20/32 -> 10.0.0.255
37672026-08-31T17:24:44.245ZDEBG Aug 31 17:24:43.313replacing 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 } }]
37682026-08-31T17:24:44.245ZAug 31 17:24:43.313DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
37692026-08-31T17:24:44.245ZAug 31 17:24:43.313DEBG INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 31 17:24:43.313 Aug 31 17:24:43.313replacing 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
37702026-08-31T17:24:44.245Z
37712026-08-31T17:24:44.245Zadding route 172.17.0.51/32 -> 10.0.0.255
37722026-08-31T17:24:44.245Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 31 17:24:43.313DEBG
37732026-08-31T17:24:44.245Z INFO Aug 31 17:24:43.313adding route 172.17.0.21/32 -> 10.0.0.255 Aug 31 17:24:43.313Aug 31 17:24:43.313
37742026-08-31T17:24:44.245Zreplacing 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 } }]
37752026-08-31T17:24:44.245ZDEBGINFO 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 } }]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 } }]
37762026-08-31T17:24:44.245Z adding route 172.17.0.57/32 -> 10.0.0.255
37772026-08-31T17:24:44.245Z
37782026-08-31T17:24:44.245ZAug 31 17:24:43.313Aug 31 17:24:43.313 INFOAug 31 17:24:43.313Aug 31 17:24:43.313 INFOINFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 17:24:43.313
37792026-08-31T17:24:44.245Z
37802026-08-31T17:24:44.245Z
37812026-08-31T17:24:44.245Zreplacing 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 } }]
37822026-08-31T17:24:44.245ZAug 31 17:24:43.313DEBG DEBG Aug 31 17:24:43.313replacing 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.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.313
37832026-08-31T17:24:44.245ZAug 31 17:24:43.313 INFO
37842026-08-31T17:24:44.245ZDEBGadding route 172.17.0.22/32 -> 10.0.0.255 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 } }] 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 } }]
37852026-08-31T17:24:44.245Z
37862026-08-31T17:24:44.245ZAug 31 17:24:43.313 INFO adding route 172.17.0.53/32 -> 10.0.0.255
37872026-08-31T17:24:44.249ZAug 31 17:24:43.319 DEBG Aug 31 17:24:43.319replacing 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 } }]
37882026-08-31T17:24:44.250ZAug 31 17:24:43.319 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.319
37892026-08-31T17:24:44.250Z
37902026-08-31T17:24:44.250Z INFOAug 31 17:24:43.319 Aug 31 17:24:43.319INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
37912026-08-31T17:24:44.250Zadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
37922026-08-31T17:24:44.250Z
37932026-08-31T17:24:44.250ZAug 31 17:24:43.319 Aug 31 17:24:43.319DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37942026-08-31T17:24:44.250ZAug 31 17:24:43.319 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
37952026-08-31T17:24:44.250Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.319Aug 31 17:24:43.319 INFOINFO
37962026-08-31T17:24:44.250Z adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
37972026-08-31T17:24:44.250Z
37982026-08-31T17:24:44.250ZAug 31 17:24:43.319 INFO adding route 172.17.0.24/32 -> 10.0.0.255
37992026-08-31T17:24:44.250ZAug 31 17:24:43.319Aug 31 17:24:43.319 DEBGAug 31 17:24:43.319 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 } }]
38002026-08-31T17:24:44.250Zreplacing 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
38012026-08-31T17:24:44.250ZAug 31 17:24:43.319 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 31 17:24:43.319DEBG
38022026-08-31T17:24:44.250ZINFOAug 31 17:24:43.319 INFOadding route 172.17.0.56/32 -> 10.0.0.255
38032026-08-31T17:24:44.250Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
38042026-08-31T17:24:44.250Z
38052026-08-31T17:24:44.250ZAug 31 17:24:43.319 INFO Aug 31 17:24:43.319adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 17:24:43.319
38062026-08-31T17:24:44.250ZDEBGDEBG 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 } }]
38072026-08-31T17:24:44.250ZAug 31 17:24:43.319Aug 31 17:24:43.319 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 } }]DEBG
38082026-08-31T17:24:44.250Z Aug 31 17:24:43.319adding route 172.17.0.60/32 -> 10.0.0.255 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
38092026-08-31T17:24:44.250ZAug 31 17:24:43.319 adding route 172.17.0.57/32 -> 10.0.0.255
38102026-08-31T17:24:44.250ZINFO
38112026-08-31T17:24:44.250ZAug 31 17:24:43.319adding route 172.17.0.26/32 -> 10.0.0.255
38122026-08-31T17:24:44.250ZDEBGAug 31 17:24:43.319 DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.319
38132026-08-31T17:24:44.250Z Aug 31 17:24:43.319 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 } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38142026-08-31T17:24:44.250Z
38152026-08-31T17:24:44.250Z Aug 31 17:24:43.319Aug 31 17:24:43.319Aug 31 17:24:43.319 INFO adding route 172.17.0.42/32 -> 10.0.0.255 INFOadding route 172.17.0.58/32 -> 10.0.0.255
38162026-08-31T17:24:44.250Zadding route 172.17.0.27/32 -> 10.0.0.255DEBG
38172026-08-31T17:24:44.250Z
38182026-08-31T17:24:44.250Z failed to allocate space for the new target listAug 31 17:24:43.319
38192026-08-31T17:24:44.250Z Aug 31 17:24:43.319DEBG DEBGAug 31 17:24:43.319 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.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.319
38202026-08-31T17:24:44.250Z DEBG
38212026-08-31T17:24:44.250Zreplacing targets for 172.16.0.0/32 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 } }]DEBG
38222026-08-31T17:24:44.250ZAug 31 17:24:43.319 INFOAug 31 17:24:43.319 adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38232026-08-31T17:24:44.250Z
38242026-08-31T17:24:44.250Z adding route 172.17.0.59/32 -> 10.0.0.255
38252026-08-31T17:24:44.251ZAug 31 17:24:43.319 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 } }]
38262026-08-31T17:24:44.251ZAug 31 17:24:43.319 Aug 31 17:24:43.319INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255
38272026-08-31T17:24:44.251Zadding route 172.17.0.29/32 -> 10.0.0.255
38282026-08-31T17:24:44.251Z Aug 31 17:24:43.319 INFODEBGAug 31 17:24:43.319 adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.319DEBG
38292026-08-31T17:24:44.251Z
38302026-08-31T17:24:44.251Zreplacing 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
38312026-08-31T17:24:44.251Z 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 } }]
38322026-08-31T17:24:44.251ZAug 31 17:24:43.319 Aug 31 17:24:43.319INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
38332026-08-31T17:24:44.251ZAug 31 17:24:43.319adding route 172.17.0.30/32 -> 10.0.0.255Aug 31 17:24:43.319
38342026-08-31T17:24:44.251Z DEBGINFO Aug 31 17:24:43.319replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
38352026-08-31T17:24:44.251Z adding route 172.17.0.44/32 -> 10.0.0.255Aug 31 17:24:43.319DEBG
38362026-08-31T17:24:44.251Z 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 31 17:24:43.319DEBG
38372026-08-31T17:24:44.251Z 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 } }]
38382026-08-31T17:24:44.251Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 31 17:24:43.319
38392026-08-31T17:24:44.251Z INFO adding route 172.17.0.61/32 -> 10.0.0.255
38402026-08-31T17:24:44.251ZAug 31 17:24:43.319 Aug 31 17:24:43.319INFO Aug 31 17:24:43.319 DEBGadding route 172.17.0.31/32 -> 10.0.0.255
38412026-08-31T17:24:44.251ZDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.319
38422026-08-31T17:24:44.251Z DEBGAug 31 17:24:43.319replacing 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 } }]
38432026-08-31T17:24:44.251ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:24:43.319 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
38442026-08-31T17:24:44.251ZAug 31 17:24:43.319 adding route 172.17.0.62/32 -> 10.0.0.255
38452026-08-31T17:24:44.251Z
38462026-08-31T17:24:44.251Z Aug 31 17:24:43.319INFO Aug 31 17:24:43.319INFOAug 31 17:24:43.319 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
38472026-08-31T17:24:44.251Ztest route::tests::add_target_fails_full ... ok
38482026-08-31T17:24:44.251Z replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38492026-08-31T17:24:44.251Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 17:24:43.319replacing targets for 172.16.0.0/32 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 } }]
38502026-08-31T17:24:44.251ZAug 31 17:24:43.319 DEBGDEBG Aug 31 17:24:43.319replacing 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 } }]failed to allocate space for the new target list
38512026-08-31T17:24:44.251Z
38522026-08-31T17:24:44.251Z DEBG
38532026-08-31T17:24:44.251Z 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 } }]
38542026-08-31T17:24:44.251Ztest route::tests::delete_targets_fragmented ... ok
38552026-08-31T17:24:44.251ZAug 31 17:24:43.319Aug 31 17:24:43.319 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
38562026-08-31T17:24:44.251Z
38572026-08-31T17:24:44.251Ztest route::tests::delete_target_fragmented ... ok
38582026-08-31T17:24:44.251Z
38592026-08-31T17:24:44.251ZAug 31 17:24:43.319 INFO adding route 172.17.0.46/32 -> 10.0.0.255
38602026-08-31T17:24:44.251ZAug 31 17:24:43.319Aug 31 17:24:43.319 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 } }]
38612026-08-31T17:24:44.251Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
38622026-08-31T17:24:44.251ZAug 31 17:24:43.319 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
38632026-08-31T17:24:44.251Z
38642026-08-31T17:24:44.251Zreplacing 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 } }]
38652026-08-31T17:24:44.251ZAug 31 17:24:43.319Aug 31 17:24:43.319 INFODEBG adding route 172.17.0.34/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 } }]
38662026-08-31T17:24:44.252Z
38672026-08-31T17:24:44.252ZAug 31 17:24:43.319 INFO adding route 172.17.0.48/32 -> 10.0.0.255
38682026-08-31T17:24:44.252ZAug 31 17:24:43.319 Aug 31 17:24:43.319DEBG DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38692026-08-31T17:24:44.252Zreplacing 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 } }]
38702026-08-31T17:24:44.252ZAug 31 17:24:43.319 INFO adding route 172.17.0.49/32 -> 10.0.0.255
38712026-08-31T17:24:44.252ZAug 31 17:24:43.319 Aug 31 17:24:43.319INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
38722026-08-31T17:24:44.252Zreplacing 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 } }]
38732026-08-31T17:24:44.252ZAug 31 17:24:43.319Aug 31 17:24:43.319 INFODEBG adding route 172.17.0.50/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 } }]
38742026-08-31T17:24:44.252Z
38752026-08-31T17:24:44.252Z
38762026-08-31T17:24:44.252ZAug 31 17:24:43.319Aug 31 17:24:43.319 DEBG 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 } }]
38772026-08-31T17:24:44.252Zadding route 172.17.0.36/32 -> 10.0.0.255
38782026-08-31T17:24:44.252ZAug 31 17:24:43.319Aug 31 17:24:43.319 Aug 31 17:24:43.319DEBG INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38792026-08-31T17:24:44.252ZINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
38802026-08-31T17:24:44.252Z
38812026-08-31T17:24:44.252ZAug 31 17:24:43.319 INFO Aug 31 17:24:43.319Aug 31 17:24:43.319 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
38822026-08-31T17:24:44.252Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38832026-08-31T17:24:44.252Z Aug 31 17:24:43.319replacing 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 } }]
38842026-08-31T17:24:44.252ZDEBG 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 } }]
38852026-08-31T17:24:44.252ZAug 31 17:24:43.320Aug 31 17:24:43.320 INFO INFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
38862026-08-31T17:24:44.252ZAug 31 17:24:43.320
38872026-08-31T17:24:44.256Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
38882026-08-31T17:24:44.256ZAug 31 17:24:43.320Aug 31 17:24:43.320 DEBG DEBGAug 31 17:24:43.320replacing 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.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
38892026-08-31T17:24:44.256Z
38902026-08-31T17:24:44.256Zreplacing 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 } }]
38912026-08-31T17:24:44.256ZAug 31 17:24:43.320Aug 31 17:24:43.320 Aug 31 17:24:43.320INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
38922026-08-31T17:24:44.256ZINFO
38932026-08-31T17:24:44.256Z adding route 172.17.0.53/32 -> 10.0.0.255
38942026-08-31T17:24:44.256ZAug 31 17:24:43.320Aug 31 17:24:43.320 DEBGDEBG Aug 31 17:24:43.320 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.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 } }]
38952026-08-31T17:24:44.256Z
38962026-08-31T17:24:44.256ZDEBG 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 } }]
38972026-08-31T17:24:44.256ZAug 31 17:24:43.320Aug 31 17:24:43.320 INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255
38982026-08-31T17:24:44.256Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 31 17:24:43.320
38992026-08-31T17:24:44.256Z INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 17:24:43.320Aug 31 17:24:43.320
39002026-08-31T17:24:44.256ZDEBGDEBG 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.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 } }]
39012026-08-31T17:24:44.256Z
39022026-08-31T17:24:44.256ZAug 31 17:24:43.320 DEBGAug 31 17:24:43.320 Aug 31 17:24:43.320replacing 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
39032026-08-31T17:24:44.257Z adding route 172.17.0.38/32 -> 10.0.0.255INFOAug 31 17:24:43.326 adding route 172.17.0.41/32 -> 10.0.0.255INFO
39042026-08-31T17:24:44.257Z
39052026-08-31T17:24:44.257Z adding route 172.17.0.55/32 -> 10.0.0.255
39062026-08-31T17:24:44.257ZAug 31 17:24:43.326 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 } }]
39072026-08-31T17:24:44.257ZAug 31 17:24:43.326Aug 31 17:24:43.326 DEBGINFO Aug 31 17:24:43.326replacing 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.42/32 -> 10.0.0.255DEBG
39082026-08-31T17:24:44.257Z
39092026-08-31T17:24:44.257Z 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 } }]
39102026-08-31T17:24:44.257ZAug 31 17:24:43.326 Aug 31 17:24:43.326DEBG 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 } }]
39112026-08-31T17:24:44.257ZAug 31 17:24:43.326adding route 172.17.0.56/32 -> 10.0.0.255
39122026-08-31T17:24:44.257ZINFO Aug 31 17:24:43.326adding route 172.17.0.39/32 -> 10.0.0.255 Aug 31 17:24:43.326
39132026-08-31T17:24:44.257ZINFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255
39142026-08-31T17:24:44.257Zreplacing 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 31 17:24:43.326
39152026-08-31T17:24:44.257Z DEBG Aug 31 17:24:43.326replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:24:43.326DEBG
39162026-08-31T17:24:44.257Z 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 } }]
39172026-08-31T17:24:44.257Zadding route 172.17.0.57/32 -> 10.0.0.255
39182026-08-31T17:24:44.257ZAug 31 17:24:43.326Aug 31 17:24:43.326Aug 31 17:24:43.326 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255
39192026-08-31T17:24:44.257Zadding route 172.17.0.40/32 -> 10.0.0.255DEBG
39202026-08-31T17:24:44.257Zreplacing 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 } }]
39212026-08-31T17:24:44.257ZAug 31 17:24:43.326 Aug 31 17:24:43.326DEBG Aug 31 17:24:43.326replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39222026-08-31T17:24:44.257Z INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
39232026-08-31T17:24:44.257ZAug 31 17:24:43.326
39242026-08-31T17:24:44.257Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
39252026-08-31T17:24:44.257ZAug 31 17:24:43.326Aug 31 17:24:43.326Aug 31 17:24:43.326 INFODEBG DEBGadding route 172.17.0.41/32 -> 10.0.0.255 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39262026-08-31T17:24:44.257Z
39272026-08-31T17:24:44.257Z
39282026-08-31T17:24:44.257ZAug 31 17:24:43.326Aug 31 17:24:43.326Aug 31 17:24:43.326 INFOINFODEBG adding route 172.17.0.46/32 -> 10.0.0.255
39292026-08-31T17:24:44.257Zreplacing 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.59/32 -> 10.0.0.255
39302026-08-31T17:24:44.257Z
39312026-08-31T17:24:44.257ZAug 31 17:24:43.326 DEBGAug 31 17:24:43.326 Aug 31 17:24:43.326 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
39322026-08-31T17:24:44.257Z INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
39332026-08-31T17:24:44.257ZAug 31 17:24:43.326
39342026-08-31T17:24:44.257Z INFO Aug 31 17:24:43.326adding route 172.17.0.47/32 -> 10.0.0.255 Aug 31 17:24:43.326
39352026-08-31T17:24:44.257Z INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
39362026-08-31T17:24:44.257Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.326
39372026-08-31T17:24:44.257Z DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.326
39382026-08-31T17:24:44.257Z Aug 31 17:24:43.326 DEBGINFO Aug 31 17:24:43.326replacing 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.43/32 -> 10.0.0.255
39392026-08-31T17:24:44.257Z
39402026-08-31T17:24:44.257ZINFO adding route 172.17.0.48/32 -> 10.0.0.255
39412026-08-31T17:24:44.257ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFOAug 31 17:24:43.326 DEBG adding route 172.17.0.61/32 -> 10.0.0.255DEBG
39422026-08-31T17:24:44.258Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39432026-08-31T17:24:44.258Z
39442026-08-31T17:24:44.258ZAug 31 17:24:43.326Aug 31 17:24:43.326Aug 31 17:24:43.326 INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255INFO
39452026-08-31T17:24:44.258Zreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255
39462026-08-31T17:24:44.258Z
39472026-08-31T17:24:44.258ZAug 31 17:24:43.326 DEBG Aug 31 17:24:43.326Aug 31 17:24:43.326replacing 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 } }]
39482026-08-31T17:24:44.258Z
39492026-08-31T17:24:44.258Zrunning 0 tests
39502026-08-31T17:24:44.258Z
39512026-08-31T17:24:44.258Z 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 } }]Aug 31 17:24:43.326
39522026-08-31T17:24:44.258Z adding route 172.17.0.62/32 -> 10.0.0.255INFO
39532026-08-31T17:24:44.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39542026-08-31T17:24:44.258Z
39552026-08-31T17:24:44.258Z adding route 172.17.0.50/32 -> 10.0.0.255
39562026-08-31T17:24:44.258Z
39572026-08-31T17:24:44.258Zrunning 0 tests
39582026-08-31T17:24:44.258ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFOAug 31 17:24:43.326DEBG DEBGreplacing 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 } }]
39592026-08-31T17:24:44.258Z
39602026-08-31T17:24:44.258Z 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.45/32 -> 10.0.0.255
39612026-08-31T17:24:44.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39622026-08-31T17:24:44.258Z
39632026-08-31T17:24:44.258Z
39642026-08-31T17:24:44.258ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFOAug 31 17:24:43.326INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255
39652026-08-31T17:24:44.258Z
39662026-08-31T17:24:44.258Z 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 } }]
39672026-08-31T17:24:44.258ZAug 31 17:24:43.326Aug 31 17:24:43.326 DEBGDEBG Aug 31 17:24:43.326 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 } }]
39682026-08-31T17:24:44.258Zreplacing 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 } }]INFO
39692026-08-31T17:24:44.258Z adding route 172.17.0.46/32 -> 10.0.0.255
39702026-08-31T17:24:44.258ZAug 31 17:24:43.326 Aug 31 17:24:43.326INFO Aug 31 17:24:43.326adding route 172.17.0.52/32 -> 10.0.0.255 DEBG
39712026-08-31T17:24:44.258Z DEBGfailed to allocate space for the new target list
39722026-08-31T17:24:44.258Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:24:43.326
39732026-08-31T17:24:44.258Z DEBGAug 31 17:24:43.326 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 31 17:24:43.326DEBG
39742026-08-31T17:24:44.258ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.47/32 -> 10.0.0.255
39752026-08-31T17:24:44.258Z
39762026-08-31T17:24:44.258ZAug 31 17:24:43.326 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39772026-08-31T17:24:44.258ZAug 31 17:24:43.326Aug 31 17:24:43.326 Aug 31 17:24:43.326DEBGDEBG 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 } }]
39782026-08-31T17:24:44.258Zfailed to allocate space for the new target listreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39792026-08-31T17:24:44.258Z
39802026-08-31T17:24:44.258ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
39812026-08-31T17:24:44.258Z
39822026-08-31T17:24:44.259ZAug 31 17:24:43.326Aug 31 17:24:43.326 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39832026-08-31T17:24:44.259Z
39842026-08-31T17:24:44.259ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
39852026-08-31T17:24:44.259Z
39862026-08-31T17:24:44.259ZAug 31 17:24:43.326Aug 31 17:24:43.326 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.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39872026-08-31T17:24:44.263ZAug 31 17:24:43.326
39882026-08-31T17:24:44.263Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
39892026-08-31T17:24:44.263ZAug 31 17:24:43.326 Aug 31 17:24:43.326DEBG 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 } }]
39902026-08-31T17:24:44.263Zadding route 172.17.0.56/32 -> 10.0.0.255
39912026-08-31T17:24:44.263ZAug 31 17:24:43.326 Aug 31 17:24:43.326INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
39922026-08-31T17:24:44.263Zreplacing 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 } }]
39932026-08-31T17:24:44.263ZAug 31 17:24:43.326Aug 31 17:24:43.326 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.57/32 -> 10.0.0.255
39942026-08-31T17:24:44.263Z
39952026-08-31T17:24:44.263ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39962026-08-31T17:24:44.263Z
39972026-08-31T17:24:44.263ZAug 31 17:24:43.326Aug 31 17:24:43.326 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
39982026-08-31T17:24:44.263Z
39992026-08-31T17:24:44.263ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40002026-08-31T17:24:44.263Z
40012026-08-31T17:24:44.263ZAug 31 17:24:43.326Aug 31 17:24:43.326 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40022026-08-31T17:24:44.263ZAug 31 17:24:43.326 DEBG
40032026-08-31T17:24:44.263Z 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 } }]
40042026-08-31T17:24:44.263ZAug 31 17:24:43.326 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 17:24:43.326 INFO
40052026-08-31T17:24:44.263Z adding route 172.17.0.60/32 -> 10.0.0.255
40062026-08-31T17:24:44.263ZAug 31 17:24:43.326 DEBGAug 31 17:24:43.326 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
40072026-08-31T17:24:44.263Z 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 } }]
40082026-08-31T17:24:44.263ZAug 31 17:24:43.326 INFOAug 31 17:24:43.326 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
40092026-08-31T17:24:44.263Z failed to allocate space for the new target list
40102026-08-31T17:24:44.263ZAug 31 17:24:43.326 DEBGAug 31 17:24:43.326 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
40112026-08-31T17:24:44.263Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
40122026-08-31T17:24:44.263ZAug 31 17:24:43.326 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40132026-08-31T17:24:44.263ZAug 31 17:24:43.326 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 } }]
40142026-08-31T17:24:44.263ZAug 31 17:24:43.326 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40152026-08-31T17:24:44.263ZAug 31 17:24:43.326 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 } }]
40162026-08-31T17:24:44.263ZAug 31 17:24:43.326 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40172026-08-31T17:24:44.263ZAug 31 17:24:43.326 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 } }]
40182026-08-31T17:24:44.263ZAug 31 17:24:43.326 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40192026-08-31T17:24:44.263ZAug 31 17:24:43.326 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 } }]
40202026-08-31T17:24:44.264ZAug 31 17:24:43.326 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40212026-08-31T17:24:44.264ZAug 31 17:24:43.326 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 } }]
40222026-08-31T17:24:44.264ZAug 31 17:24:43.326 DEBG failed to allocate space for the new target list
40232026-08-31T17:24:44.264ZAug 31 17:24:43.326 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 } }]
40242026-08-31T17:24:44.264Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2fc6af86348c5b)
40252026-08-31T17:24:44.264Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
40262026-08-31T17:24:44.264Z Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3)
40272026-08-31T17:24:44.264Z
40282026-08-31T17:24:44.264Zrunning 6 tests
40292026-08-31T17:24:44.264Ztest tests::test_parse_client_port_id ... ok
40302026-08-31T17:24:44.264Ztest tests::test_port_id_cmp ... ok
40312026-08-31T17:24:44.264Ztest tests::test_full_lot_id_neither_present ... ok
40322026-08-31T17:24:44.264Ztest tests::test_full_lot_id_lotnum_only ... ok
40332026-08-31T17:24:44.264Ztest tests::test_full_lot_id_both_present ... ok
40342026-08-31T17:24:44.264Ztest tests::test_full_lot_id_lot_only ... ok
40352026-08-31T17:24:44.264Z
40362026-08-31T17:24:44.264Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40372026-08-31T17:24:44.264Z
40382026-08-31T17:24:44.264Z Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08)
40392026-08-31T17:24:44.264Z
40402026-08-31T17:24:44.264Zrunning 0 tests
40412026-08-31T17:24:44.264Z
40422026-08-31T17:24:44.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40432026-08-31T17:24:44.264Z
40442026-08-31T17:24:44.264Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
40452026-08-31T17:24:44.264Z
40462026-08-31T17:24:44.264Zrunning 0 tests
40472026-08-31T17:24:44.264Z
40482026-08-31T17:24:44.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40492026-08-31T17:24:44.264Z
40502026-08-31T17:24:44.264Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
40512026-08-31T17:24:44.264Z
40522026-08-31T17:24:44.264Zrunning 15 tests
40532026-08-31T17:24:44.264Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40542026-08-31T17:24:44.264Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40552026-08-31T17:24:44.264Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40562026-08-31T17:24:44.264Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40572026-08-31T17:24:44.264Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40582026-08-31T17:24:44.264Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40592026-08-31T17:24:44.264Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40602026-08-31T17:24:44.265Ztest v1::network::tests::test_equal ... ok
40612026-08-31T17:24:44.265Ztest v1::network::tests::test_eui64 ... ok
40622026-08-31T17:24:44.265Ztest v1::network::tests::test_into ... ok
40632026-08-31T17:24:44.265Ztest v1::network::tests::test_not_equal ... ok
40642026-08-31T17:24:44.265Ztest v1::network::tests::test_to_string ... ok
40652026-08-31T17:24:44.265Ztest v1::port::tests::port_ids_are_ascii ... ok
40662026-08-31T17:24:44.265Ztest v1::network::tests::test_parse ... ok
40672026-08-31T17:24:44.265Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40682026-08-31T17:24:44.265Z
40692026-08-31T17:24:44.265Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40702026-08-31T17:24:44.265Z
40712026-08-31T17:24:44.265Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
40722026-08-31T17:24:44.265Z
40732026-08-31T17:24:44.265Zrunning 12 tests
40742026-08-31T17:24:44.265Ztest lldp::test_lldp_parse ... ok
40752026-08-31T17:24:44.265Ztest icmp::test_v4_checksum ... ok
40762026-08-31T17:24:44.265Ztest icmp::test_v6_checksum ... ok
40772026-08-31T17:24:44.265Ztest pbuf::test_byte ... ok
40782026-08-31T17:24:44.265Ztest ipv6::test_ipv6_parse ... ok
40792026-08-31T17:24:44.265Ztest pbuf::test_nibble ... ok
40802026-08-31T17:24:44.265Ztest pbuf::test_overflow ... ok
40812026-08-31T17:24:44.265Ztest pbuf::test_short ... ok
40822026-08-31T17:24:44.265Ztest pbuf::test_twelve ... ok
40832026-08-31T17:24:44.265Ztest pbuf::test_word ... ok
40842026-08-31T17:24:44.265Ztest tcp::test_checksum_ack_data ... ok
40852026-08-31T17:24:44.265Ztest tcp::test_checksum_syn_nodata ... ok
40862026-08-31T17:24:44.265Z
40872026-08-31T17:24:44.269Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40882026-08-31T17:24:44.269Z
40892026-08-31T17:24:44.269Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40902026-08-31T17:24:44.269Z
40912026-08-31T17:24:44.269Zrunning 0 tests
40922026-08-31T17:24:44.269Z
40932026-08-31T17:24:44.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40942026-08-31T17:24:44.269Z
40952026-08-31T17:24:44.269Z Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7)
40962026-08-31T17:24:44.269Z
40972026-08-31T17:24:44.269Zrunning 5 tests
40982026-08-31T17:24:44.269Ztest switchport::test::test_compute_lanes ... ok
40992026-08-31T17:24:44.269Ztest switchport::test::port_id_ordering ... ok
41002026-08-31T17:24:44.269Z Lane 0 Lane 1 Lane 2 Lane 3
41012026-08-31T17:24:44.269Z State: Activated Activated Activated Lane 0Activated
41022026-08-31T17:24:44.269Z Rx Output Enabled: false Lane 1false Lane 2 falseLane 3
41032026-08-31T17:24:44.269Zfalse
41042026-08-31T17:24:44.269Z Rx Loss-of-lock: Yes Rx Output Status: validYes validYes Yesvalid
41052026-08-31T17:24:44.269Z valid
41062026-08-31T17:24:44.269Z Rx Loss-of-signal: Yes Yes Rx Loss-of-lock: true Yes trueYes
41072026-08-31T17:24:44.269Z true Rx CDR Enabled: Yes true
41082026-08-31T17:24:44.269ZYes Rx Loss-of-signal: false Yesfalse Yes
41092026-08-31T17:24:44.269Zfalse Tx Enabled: Yesfalse
41102026-08-31T17:24:44.269ZYes Rx Auto-squelch Disable: trueYes Yestrue
41112026-08-31T17:24:44.269Z Tx Loss-of-lock: No trueNo true
41122026-08-31T17:24:44.269ZNo No Tx Output Enabled: true
41132026-08-31T17:24:44.269Z Tx Loss-of-signal: Notrue No true No trueNo
41142026-08-31T17:24:44.269Z
41152026-08-31T17:24:44.269Z Tx Output Status: invalid Tx CDR Enabled: No invalid No invalid Noinvalid
41162026-08-31T17:24:44.269ZNo
41172026-08-31T17:24:44.270Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: No false No false falseNo
41182026-08-31T17:24:44.270Z Tx Loss-of-signal: trueNo
41192026-08-31T17:24:44.270Ztrue Tx Fault: Yes true trueYes
41202026-08-31T17:24:44.270Z YesTx Auto-squelch Disable: false Yes
41212026-08-31T17:24:44.270Zfalse false false
41222026-08-31T17:24:44.270Z Tx Adaptive EQ Fail: true true true true
41232026-08-31T17:24:44.270Z Tx Failure: false false false false
41242026-08-31T17:24:44.270Z Tx Force Squelch: true true true true
41252026-08-31T17:24:44.270Z Tx Input Polarity: normal normal normal normal
41262026-08-31T17:24:44.270Ztest switchport::test::test_print_sff_datapath ... ok
41272026-08-31T17:24:44.270Ztest switchport::test::test_print_cmis_datapath ... ok
41282026-08-31T17:24:44.270Ztest link::test_filter ... ok
41292026-08-31T17:24:44.270Z
41302026-08-31T17:24:44.270Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41312026-08-31T17:24:44.270Z
41322026-08-31T17:24:44.270Z Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246)
41332026-08-31T17:24:44.270Z
41342026-08-31T17:24:44.270Zrunning 7 tests
41352026-08-31T17:24:44.270Ztest counters::counters_list ... ignored
41362026-08-31T17:24:44.270Ztest link_apply::apply_tx_eq_all ... ignored
41372026-08-31T17:24:44.270Ztest link_apply::apply_tx_eq_custom ... ignored
41382026-08-31T17:24:44.270Ztest tx_eq::set_all_taps ... ignored
41392026-08-31T17:24:44.270Ztest tx_eq::set_partial_taps ... ignored
41402026-08-31T17:24:44.273Ztest cmd::test::pattern_statics ... ok
41412026-08-31T17:24:44.277Ztest link_apply::tx_eq_exclusive ... ok
41422026-08-31T17:24:44.277Z
41432026-08-31T17:24:44.279Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
41442026-08-31T17:24:44.279Z
41452026-08-31T17:24:44.279Z Running unittests src/main.rs (target/debug/deps/tfportd-94da08c4b784248f)
41462026-08-31T17:24:44.282Z
41472026-08-31T17:24:44.282Zrunning 3 tests
41482026-08-31T17:24:44.282Ztest linklocal::test_parse_ipadm ... ok
41492026-08-31T17:24:44.282Ztest tfport::test_parse_tfport ... ok
41502026-08-31T17:24:44.282Ztest config::tests::test_updates ... ok
41512026-08-31T17:24:44.283Z
41522026-08-31T17:24:44.283Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41532026-08-31T17:24:44.283Z
41542026-08-31T17:24:44.286Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
41552026-08-31T17:24:44.286Z
41562026-08-31T17:24:44.286Zrunning 0 tests
41572026-08-31T17:24:44.286Z
41582026-08-31T17:24:44.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41592026-08-31T17:24:44.286Z
41602026-08-31T17:24:44.286Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
41612026-08-31T17:24:44.289Z
41622026-08-31T17:24:44.289Zrunning 0 tests
41632026-08-31T17:24:44.289Z
41642026-08-31T17:24:44.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41652026-08-31T17:24:44.289Z
41662026-08-31T17:24:44.289Z Doc-tests aal
41672026-08-31T17:24:44.501Z
41682026-08-31T17:24:44.501Zrunning 0 tests
41692026-08-31T17:24:44.501Z
41702026-08-31T17:24:44.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41712026-08-31T17:24:44.504Z
41722026-08-31T17:24:44.524Z Doc-tests aal_macros
41732026-08-31T17:24:44.589Z
41742026-08-31T17:24:44.589Zrunning 0 tests
41752026-08-31T17:24:44.589Z
41762026-08-31T17:24:44.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41772026-08-31T17:24:44.589Z
41782026-08-31T17:24:44.597Z Doc-tests common
41792026-08-31T17:24:44.823Z
41802026-08-31T17:24:44.823Zrunning 0 tests
41812026-08-31T17:24:44.823Z
41822026-08-31T17:24:44.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41832026-08-31T17:24:44.823Z
41842026-08-31T17:24:44.847Z Doc-tests dpd_api
41852026-08-31T17:24:45.539Z
41862026-08-31T17:24:45.539Zrunning 2 tests
41872026-08-31T17:24:45.539Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41882026-08-31T17:24:45.539Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41892026-08-31T17:24:45.539Z
41902026-08-31T17:24:45.539Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41912026-08-31T17:24:45.539Z
41922026-08-31T17:24:45.566Z Doc-tests dpd_client
41932026-08-31T17:24:46.932Z
41942026-08-31T17:24:46.932Zrunning 0 tests
41952026-08-31T17:24:46.932Z
41962026-08-31T17:24:46.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41972026-08-31T17:24:46.933Z
41982026-08-31T17:24:46.983Z Doc-tests dpd_types
41992026-08-31T17:24:47.164Z
42002026-08-31T17:24:47.164Zrunning 0 tests
42012026-08-31T17:24:47.164Z
42022026-08-31T17:24:47.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-31T17:24:47.164Z
42042026-08-31T17:24:47.185Z Doc-tests dpd_types_versions
42052026-08-31T17:24:48.671Z
42062026-08-31T17:24:48.671Zrunning 1 test
42072026-08-31T17:24:48.671Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42082026-08-31T17:24:48.671Z
42092026-08-31T17:24:48.671Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42102026-08-31T17:24:48.671Z
42112026-08-31T17:24:48.719Z Doc-tests packet
42122026-08-31T17:24:48.938Z
42132026-08-31T17:24:48.938Zrunning 0 tests
42142026-08-31T17:24:48.938Z
42152026-08-31T17:24:48.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42162026-08-31T17:24:48.938Z
42172026-08-31T17:24:48.961Z Doc-tests pcap
42182026-08-31T17:24:49.012Z
42192026-08-31T17:24:49.012Zrunning 0 tests
42202026-08-31T17:24:49.012Z
42212026-08-31T17:24:49.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42222026-08-31T17:24:49.012Z
42232026-08-31T17:24:49.079Z+ for feat in tofino_stub tofino_asic softnpu chaos
42242026-08-31T17:24:49.079Z+ RUST_BACKTRACE=full
42252026-08-31T17:24:49.079Z+ cargo test --features tofino_asic --no-fail-fast
42262026-08-31T17:24:49.674Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42272026-08-31T17:24:49.756Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42282026-08-31T17:24:49.759Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42292026-08-31T17:24:49.768Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42302026-08-31T17:24:58.483Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42312026-08-31T17:24:59.474Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42322026-08-31T17:25:41.039Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.94s
42332026-08-31T17:25:41.150Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
42342026-08-31T17:25:41.153Z
42352026-08-31T17:25:41.153Zrunning 0 tests
42362026-08-31T17:25:41.153Z
42372026-08-31T17:25:41.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42382026-08-31T17:25:41.153Z
42392026-08-31T17:25:41.153Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42402026-08-31T17:25:41.156Z
42412026-08-31T17:25:41.156Zrunning 0 tests
42422026-08-31T17:25:41.156Z
42432026-08-31T17:25:41.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42442026-08-31T17:25:41.156Z
42452026-08-31T17:25:41.156Z Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c)
42462026-08-31T17:25:41.256Z
42472026-08-31T17:25:41.256Zrunning 8 tests
42482026-08-31T17:25:41.259Ztest tofino_asic::qsfp::tests::fix_link ... ok
42492026-08-31T17:25:41.259Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42502026-08-31T17:25:41.259Ztest tofino_asic::stats::constants_sanity_check ... ok
42512026-08-31T17:25:41.259Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42522026-08-31T17:25:41.259Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42532026-08-31T17:25:41.259Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42542026-08-31T17:25:41.266Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42552026-08-31T17:25:41.757Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42562026-08-31T17:25:41.757Z
42572026-08-31T17:25:41.757Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42582026-08-31T17:25:41.757Z
42592026-08-31T17:25:41.768Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
42602026-08-31T17:25:41.773Z
42612026-08-31T17:25:41.773Zrunning 4 tests
42622026-08-31T17:25:41.776Ztest network::tests::test_generate_ipv6_link_local ... ok
42632026-08-31T17:25:41.776Ztest nat::tests::test_vni ... ok
42642026-08-31T17:25:41.776Ztest test_purge ... ok
42652026-08-31T17:25:41.779Ztest illumos::test::address_exists_handles_missing_object ... ok
42662026-08-31T17:25:41.779Z
42672026-08-31T17:25:41.779Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42682026-08-31T17:25:41.779Z
42692026-08-31T17:25:41.779Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
42702026-08-31T17:25:41.782Z
42712026-08-31T17:25:41.782Zrunning 1 test
42722026-08-31T17:25:41.782Z -------
42732026-08-31T17:25:41.782Z Generating OpenAPI documents from API definitions ...
42742026-08-31T17:25:41.923Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42752026-08-31T17:25:41.997Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42762026-08-31T17:25:43.078Z -------
42772026-08-31T17:25:43.078Z Checking 13 OpenAPI documents...
42782026-08-31T17:25:43.078Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-31T17:25:43.078Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-31T17:25:43.078Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-31T17:25:43.078Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-31T17:25:43.082Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-31T17:25:43.082Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-31T17:25:43.082Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-31T17:25:43.082Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-31T17:25:43.082Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-31T17:25:43.082Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-31T17:25:43.082Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-31T17:25:43.082Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-31T17:25:43.082Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-31T17:25:43.082Z Fresh dpd "latest" symlink
42922026-08-31T17:25:43.082Z -------
42932026-08-31T17:25:43.082Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42942026-08-31T17:25:43.153Ztest test::test_apis_up_to_date ... ok
42952026-08-31T17:25:43.153Z
42962026-08-31T17:25:43.153Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
42972026-08-31T17:25:43.153Z
42982026-08-31T17:25:43.210Z Running unittests src/main.rs (target/debug/deps/dpd-ba39401443e69f9c)
42992026-08-31T17:25:43.276Z
43002026-08-31T17:25:43.276Zrunning 66 tests
43012026-08-31T17:25:43.279Ztest freemap::test_ordering ... ok
43022026-08-31T17:25:43.279Ztest config::tests::test_updates ... ok
43032026-08-31T17:25:43.279Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43042026-08-31T17:25:43.279Ztest freemap::test_split ... ok
43052026-08-31T17:25:43.279Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43062026-08-31T17:25:43.279Ztest macaddrs::tests::test_mac_offset ... ok
43072026-08-31T17:25:43.283Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43082026-08-31T17:25:43.283Ztest macaddrs::tests::test_parse_port_id ... ok
43092026-08-31T17:25:43.283ZAug 31 17:25:42.383 DEBG created new freemap, unit: freemap_test
43102026-08-31T17:25:43.284ZAug 31 17:25:42.383 DEBG created new freemap, unit: freemap_test
43112026-08-31T17:25:43.284Ztest nat::test_mapping ... ok
43122026-08-31T17:25:43.284ZAug 31 17:25:42.383Aug 31 17:25:42.383 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
43132026-08-31T17:25:43.284Zfreemap_test
43142026-08-31T17:25:43.284ZAug 31 17:25:42.383Aug 31 17:25:42.383 DEBGDEBG reset freemapinitted freemap. size: 128, Aug 31 17:25:42.383, unit unit:Aug 31 17:25:42.383DEBG: created new freemapDEBG freemap_testfreemap_test,
43152026-08-31T17:25:43.284Z
43162026-08-31T17:25:43.284Zinitted freemap. size: 128unit:, unitfreemap_testAug 31 17:25:42.383: DEBG
43172026-08-31T17:25:43.284Zfreemap_test
43182026-08-31T17:25:43.284Zreset freemap, unit: freemap_testAug 31 17:25:42.383
43192026-08-31T17:25:43.284Z DEBGAug 31 17:25:42.383 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
43202026-08-31T17:25:43.284Z freemap_test
43212026-08-31T17:25:43.284ZAug 31 17:25:42.383 DEBG reset freemap, unit: freemap_test
43222026-08-31T17:25:43.284Ztest freemap::test_basic ... ok
43232026-08-31T17:25:43.284Ztest freemap::test_free ... ok
43242026-08-31T17:25:43.284Ztest freemap::test_reclaim ... ok
43252026-08-31T17:25:43.284Ztest freemap::test_exhaustion ... ok
43262026-08-31T17:25:43.284ZAug 31 17:25:42.383 DEBG created new freemap, unit: freemap_test
43272026-08-31T17:25:43.284Ztest port_map::tests::test_backplane_group ... ok
43282026-08-31T17:25:43.284ZAug 31 17:25:42.383 DEBG initted freemap. size: 8, unit: freemap_test
43292026-08-31T17:25:43.284ZAug 31 17:25:42.383 DEBG reset freemap, unit: freemap_test
43302026-08-31T17:25:43.284Ztest port_map::tests::test_port_map ... ok
43312026-08-31T17:25:43.284Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43322026-08-31T17:25:43.284Ztest port_map::tests::dump_map ... ok
43332026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG created new freemap, unit: freemap_test
43342026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG initted freemap. size: 128, unit: freemap_test
43352026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG reset freemap, unit: freemap_test
43362026-08-31T17:25:43.284Ztest freemap::test_span ... ok
43372026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG created new freemap, unit: freemap_route_ipv4
43382026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG created new freemap, unit: freemap_route_ipv6
43392026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43402026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG reset freemap, unit: freemap_route_ipv4
43412026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43422026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG reset freemap, unit: freemap_route_ipv6
43432026-08-31T17:25:43.284ZAug 31 17:25:42.384 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43442026-08-31T17:25:43.284ZAug 31 17:25:42.384 DEBG created new freemap, Aug 31 17:25:42.384unit :DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43452026-08-31T17:25:43.284Z
43462026-08-31T17:25:43.284ZAug 31 17:25:42.384Aug 31 17:25:42.384 DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2,
43472026-08-31T17:25:43.284Zunit: freemap_route_ipv6Aug 31 17:25:42.384
43482026-08-31T17:25:43.284Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:25:42.384
43492026-08-31T17:25:43.285Z DEBG initted freemap. size: 64, Aug 31 17:25:42.384unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:3
43502026-08-31T17:25:43.285Z
43512026-08-31T17:25:43.285ZAug 31 17:25:42.384Aug 31 17:25:42.384 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 } }]reset freemap
43522026-08-31T17:25:43.285Z, unitAug 31 17:25:42.384: DEBGfreemap_route_ipv4Aug 31 17:25:42.384 Aug 31 17:25:42.384 DEBG created new freemap, unit: freemap_route_ipv4
43532026-08-31T17:25:43.285ZAug 31 17:25:42.384 DEBG created new freemap, unit: freemap_route_ipv6
43542026-08-31T17:25:43.285ZAug 31 17:25:42.384 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43552026-08-31T17:25:43.285ZAug 31 17:25:42.384 DEBG reset freemap, unit: freemap_route_ipv4
43562026-08-31T17:25:43.285ZAug 31 17:25:42.384 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43572026-08-31T17:25:43.285ZAug 31 17:25:42.384 DEBG reset freemap, unit: freemap_route_ipv6
43582026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43592026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43602026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43612026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43622026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43632026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43642026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43652026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43662026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43672026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43682026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43692026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43702026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43712026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43722026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43732026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43742026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43752026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43762026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43772026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43782026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43792026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43802026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43812026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43822026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43832026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43842026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43852026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43862026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43872026-08-31T17:25:43.285ZAug 31 17:25:42.384 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 } }]
43882026-08-31T17:25:43.285ZAug 31 17:25:42.384 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43892026-08-31T17:25:43.286ZAug 31 17:25:42.384 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 } }]
43902026-08-31T17:25:43.286ZAug 31 17:25:42.384 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43912026-08-31T17:25:43.286ZAug 31 17:25:42.384 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 } }]
43922026-08-31T17:25:43.286ZAug 31 17:25:42.384 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43932026-08-31T17:25:43.286Ztest api_server::tests::test_build_info ... ok
43942026-08-31T17:25:43.286ZAug 31 17:25:42.384 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 } }]
43952026-08-31T17:25:43.286ZAug 31 17:25:42.384 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
43962026-08-31T17:25:43.286ZAug 31 17:25:42.384 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 } }]
43972026-08-31T17:25:43.286Zcreated new freemapAug 31 17:25:42.384,
43982026-08-31T17:25:43.286ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
43992026-08-31T17:25:43.286ZAug 31 17:25:42.384 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 } }]
44002026-08-31T17:25:43.286ZAug 31 17:25:42.384 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44012026-08-31T17:25:43.286ZunitAug 31 17:25:42.384 INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
44022026-08-31T17:25:43.286Z Aug 31 17:25:42.384 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44032026-08-31T17:25:43.286Z
44042026-08-31T17:25:43.286Zfreemap_route_ipv4
44052026-08-31T17:25:43.286ZAug 31 17:25:42.384 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 } }]
44062026-08-31T17:25:43.286ZAug 31 17:25:42.384 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44072026-08-31T17:25:43.290ZAug 31 17:25:42.385 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
44082026-08-31T17:25:43.290ZAug 31 17:25:42.384 Aug 31 17:25:42.385 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44092026-08-31T17:25:43.290Z created new freemap, Aug 31 17:25:42.385 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 } }]
44102026-08-31T17:25:43.291ZAug 31 17:25:42.385 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44112026-08-31T17:25:43.291ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
44122026-08-31T17:25:43.291ZAug 31 17:25:42.385 DEBG Aug 31 17:25:42.385replacing 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 } }]
44132026-08-31T17:25:43.291ZAug 31 17:25:42.385 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44142026-08-31T17:25:43.291ZAug 31 17:25:42.385 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 } }]
44152026-08-31T17:25:43.291ZAug 31 17:25:42.385 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44162026-08-31T17:25:43.291Z Aug 31 17:25:42.385DEBG DEBG Aug 31 17:25:42.385replacing 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 } }]
44172026-08-31T17:25:43.291Z INFOAug 31 17:25:42.385 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44182026-08-31T17:25:43.291ZAug 31 17:25:42.385 DEBGAug 31 17:25:42.385 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 } }]
44192026-08-31T17:25:43.291Z Aug 31 17:25:42.385 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44202026-08-31T17:25:43.291ZAug 31 17:25:42.385 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 } }]
44212026-08-31T17:25:43.291Zcreated new freemapAug 31 17:25:42.385 , INFOunit adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44222026-08-31T17:25:43.291ZAug 31 17:25:42.385 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 } }]
44232026-08-31T17:25:43.291ZunitAug 31 17:25:42.385 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44242026-08-31T17:25:43.291ZAug 31 17:25:42.385 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 } }]
44252026-08-31T17:25:43.291Z: freemap_route_ipv6
44262026-08-31T17:25:43.291ZAug 31 17:25:42.385 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
44272026-08-31T17:25:43.291Z: freemap_route_ipv4
44282026-08-31T17:25:43.291ZAug 31 17:25:42.385 DEBG Aug 31 17:25:42.385replacing 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 } }]
44292026-08-31T17:25:43.291ZDEBGAug 31 17:25:42.385 initted freemap. size: 64DEBG, Aug 31 17:25:42.385unit :created new freemap INFOfreemap_route_ipv4,
44302026-08-31T17:25:43.291Zunitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff:
44312026-08-31T17:25:43.291Z freemap_route_ipv6
44322026-08-31T17:25:43.291ZAug 31 17:25:42.385 DEBG Aug 31 17:25:42.385replacing 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 } }]
44332026-08-31T17:25:43.291Ztest port_map::tests::parse_softnpu_revision ... ok
44342026-08-31T17:25:43.291ZDEBG Aug 31 17:25:42.385initted freemap. size: 64 Aug 31 17:25:42.385DEBG , unitreset freemap:, INFOunit :freemap_route_ipv4adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44352026-08-31T17:25:43.291Zfreemap_route_ipv4
44362026-08-31T17:25:43.291Z
44372026-08-31T17:25:43.291ZAug 31 17:25:42.385 Aug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBGDEBG reset freemapreplacing 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 } }],
44382026-08-31T17:25:43.291Zunitinitted freemap. size: 64:, unitfreemap_route_ipv4Aug 31 17:25:42.385
44392026-08-31T17:25:43.291Z INFO: freemap_route_ipv6adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44402026-08-31T17:25:43.291ZAug 31 17:25:42.385
44412026-08-31T17:25:43.291Z DEBG Aug 31 17:25:42.385Aug 31 17:25:42.385 initted freemap. size: 64DEBG, unitDEBGreplacing 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 } }] :
44422026-08-31T17:25:43.291Z reset freemapfreemap_route_ipv6,
44432026-08-31T17:25:43.291ZunitAug 31 17:25:42.385: INFOfreemap_route_ipv6
44442026-08-31T17:25:43.291ZAug 31 17:25:42.385adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44452026-08-31T17:25:43.291ZDEBG Aug 31 17:25:42.385 reset freemapINFOAug 31 17:25:42.385 , adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
44462026-08-31T17:25:43.291Z unitreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
44472026-08-31T17:25:43.291Zfreemap_route_ipv6
44482026-08-31T17:25:43.292ZAug 31 17:25:42.385 DEBGAug 31 17:25:42.385 Aug 31 17:25:42.385replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
44492026-08-31T17:25:43.292Z INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
44502026-08-31T17:25:43.292ZAug 31 17:25:42.385adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
44512026-08-31T17:25:43.292Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:25:42.385
44522026-08-31T17:25:43.292Z DEBG Aug 31 17:25:42.385replacing 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 } }]
44532026-08-31T17:25:43.292ZAug 31 17:25:42.385DEBG 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 } }]
44542026-08-31T17:25:43.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 } }]Aug 31 17:25:42.385
44552026-08-31T17:25:43.292Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 17:25:42.385Aug 31 17:25:42.385
44562026-08-31T17:25:43.292Z INFODEBGinitted 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 } }]unit
44572026-08-31T17:25:43.292Z:Aug 31 17:25:42.385adding route 3fff:beef::/64 -> 2001:db8::55:ff
44582026-08-31T17:25:43.292Z freemap_route_ipv6DEBG
44592026-08-31T17:25:43.292Z 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 31 17:25:42.385
44602026-08-31T17:25:43.292Z DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
44612026-08-31T17:25:43.292Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 17:25:42.385
44622026-08-31T17:25:43.292Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44632026-08-31T17:25:43.292ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385reset freemap
44642026-08-31T17:25:43.292ZDEBG, unitreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
44652026-08-31T17:25:43.292Z freemap_route_ipv6Aug 31 17:25:42.385
44662026-08-31T17:25:43.292Z Aug 31 17:25:42.385INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
44672026-08-31T17:25:43.292Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 17:25:42.385
44682026-08-31T17:25:43.292Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:25:42.385Aug 31 17:25:42.385
44692026-08-31T17:25:43.292Z DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
44702026-08-31T17:25:43.292Z
44712026-08-31T17:25:43.292Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:25:42.385Aug 31 17:25:42.385
44722026-08-31T17:25:43.292Z INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 17:25:42.385
44732026-08-31T17:25:43.292Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44742026-08-31T17:25:43.292ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
44752026-08-31T17:25:43.292ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG Aug 31 17:25:42.385 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
44762026-08-31T17:25:43.292Z
44772026-08-31T17:25:43.292Z 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 } }]
44782026-08-31T17:25:43.292ZAug 31 17:25:42.385Aug 31 17:25:42.385 Aug 31 17:25:42.385INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44792026-08-31T17:25:43.292Z
44802026-08-31T17:25:43.292Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44812026-08-31T17:25:43.292ZAug 31 17:25:42.385Aug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG 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 } }]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 } }]
44822026-08-31T17:25:43.292Z
44832026-08-31T17:25:43.292Zreplacing 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 } }]
44842026-08-31T17:25:43.292ZAug 31 17:25:42.385 Aug 31 17:25:42.385INFO Aug 31 17:25:42.385adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44852026-08-31T17:25:43.292ZINFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44862026-08-31T17:25:43.292ZAug 31 17:25:42.385
44872026-08-31T17:25:43.292Z DEBG Aug 31 17:25:42.385replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.385DEBG
44882026-08-31T17:25:43.292Z 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
44892026-08-31T17:25:43.293Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
44902026-08-31T17:25:43.293ZAug 31 17:25:42.385 INFOINFO Aug 31 17:25:42.385adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44912026-08-31T17:25:43.293Z
44922026-08-31T17:25:43.293Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 17:25:42.385
44932026-08-31T17:25:43.293Z Aug 31 17:25:42.385DEBG 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
44942026-08-31T17:25:43.293ZAug 31 17:25:42.385 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 } }]DEBG
44952026-08-31T17:25:43.293Z replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
44962026-08-31T17:25:43.293Z Aug 31 17:25:42.385INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44972026-08-31T17:25:43.293ZAug 31 17:25:42.385adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
44982026-08-31T17:25:43.293ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44992026-08-31T17:25:43.293ZAug 31 17:25:42.385Aug 31 17:25:42.385 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 } }]
45002026-08-31T17:25:43.293ZAug 31 17:25:42.385 INFO Aug 31 17:25:42.385adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45012026-08-31T17:25:43.293ZDEBG 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 } }]
45022026-08-31T17:25:43.293ZAug 31 17:25:42.385 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
45032026-08-31T17:25:43.293Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 17:25:42.385
45042026-08-31T17:25:43.293Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45052026-08-31T17:25:43.293ZAug 31 17:25:42.385 DEBG Aug 31 17:25:42.385replacing 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 } }]
45062026-08-31T17:25:43.293ZDEBG 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 } }]
45072026-08-31T17:25:43.297ZAug 31 17:25:42.385 INFO Aug 31 17:25:42.385adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45082026-08-31T17:25:43.297ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45092026-08-31T17:25:43.297ZAug 31 17:25:42.385 Aug 31 17:25:42.385DEBG 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 } }]
45102026-08-31T17:25:43.297Zreplacing 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 } }]
45112026-08-31T17:25:43.297ZAug 31 17:25:42.385Aug 31 17:25:42.385 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45122026-08-31T17:25:43.297Z
45132026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 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 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 } }]
45142026-08-31T17:25:43.298Z
45152026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45162026-08-31T17:25:43.298Z
45172026-08-31T17:25:43.298ZAug 31 17:25:42.385 Aug 31 17:25:42.385DEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45182026-08-31T17:25:43.298Zreplacing 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 } }]
45192026-08-31T17:25:43.298ZAug 31 17:25:42.385 Aug 31 17:25:42.385INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45202026-08-31T17:25:43.298Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45212026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45222026-08-31T17:25:43.298Z
45232026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45242026-08-31T17:25:43.298Z
45252026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45262026-08-31T17:25:43.298Z
45272026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45282026-08-31T17:25:43.298Z
45292026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45302026-08-31T17:25:43.298Z
45312026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45322026-08-31T17:25:43.298Z
45332026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBG
45342026-08-31T17:25:43.298Zreplacing 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 } }]
45352026-08-31T17:25:43.298Zreplacing 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 } }]
45362026-08-31T17:25:43.298ZAug 31 17:25:42.385 Aug 31 17:25:42.385INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45372026-08-31T17:25:43.298Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45382026-08-31T17:25:43.298ZAug 31 17:25:42.385Aug 31 17:25:42.385Aug 31 17:25:42.385 DEBGDEBGDEBG 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45392026-08-31T17:25:43.298Z 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 } }]
45402026-08-31T17:25:43.298Z
45412026-08-31T17:25:43.298ZAug 31 17:25:42.385 INFO Aug 31 17:25:42.385adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45422026-08-31T17:25:43.298ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45432026-08-31T17:25:43.298ZAug 31 17:25:42.385 DEBGAug 31 17:25:42.385 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45442026-08-31T17:25:43.298Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385 INFODEBG adding route 3fff:beef:1::/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 } }]
45452026-08-31T17:25:43.298Z
45462026-08-31T17:25:43.298ZAug 31 17:25:42.385 INFOAug 31 17:25:42.385Aug 31 17:25:42.385 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45472026-08-31T17:25:43.298ZDEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45482026-08-31T17:25:43.298Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45492026-08-31T17:25:43.298ZAug 31 17:25:42.385 DEBGAug 31 17:25:42.385 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45502026-08-31T17:25:43.298Z Aug 31 17:25:42.385adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45512026-08-31T17:25:43.299ZDEBG Aug 31 17:25:42.385replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.385
45522026-08-31T17:25:43.299Z INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45532026-08-31T17:25:43.299Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
45542026-08-31T17:25:43.299Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45552026-08-31T17:25:43.299ZAug 31 17:25:42.385Aug 31 17:25:42.385 DEBGINFO Aug 31 17:25:42.385adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45562026-08-31T17:25:43.299ZDEBGreplacing 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 } }]
45572026-08-31T17:25:43.299Zreplacing 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 } }]
45582026-08-31T17:25:43.299ZAug 31 17:25:42.385 DEBGAug 31 17:25:42.385Aug 31 17:25:42.385 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
45592026-08-31T17:25:43.299ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45602026-08-31T17:25:43.299Z
45612026-08-31T17:25:43.299ZAug 31 17:25:42.385 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 17:25:42.385
45622026-08-31T17:25:43.299ZAug 31 17:25:42.385 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385replacing 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 } }]
45632026-08-31T17:25:43.299ZDEBG
45642026-08-31T17:25:43.299Z 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 } }]
45652026-08-31T17:25:43.299ZAug 31 17:25:42.385Aug 31 17:25:42.385Aug 31 17:25:42.385 INFOINFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45662026-08-31T17:25:43.299Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
45672026-08-31T17:25:43.299Z
45682026-08-31T17:25:43.299ZAug 31 17:25:42.385 Aug 31 17:25:42.385DEBG 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 } }]
45692026-08-31T17:25:43.299Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.385
45702026-08-31T17:25:43.299Z DEBG Aug 31 17:25:42.385Aug 31 17:25:42.385 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
45712026-08-31T17:25:43.299Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45722026-08-31T17:25:43.299ZINFO Aug 31 17:25:42.386adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45732026-08-31T17:25:43.299ZINFO Aug 31 17:25:42.386adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
45742026-08-31T17:25:43.299ZAug 31 17:25:42.386DEBG 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 } }]
45752026-08-31T17:25:43.299ZAug 31 17:25:42.386replacing 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 } }]
45762026-08-31T17:25:43.299ZDEBGAug 31 17:25:42.386 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
45772026-08-31T17:25:43.299Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45782026-08-31T17:25:43.299ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386 INFOINFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45792026-08-31T17:25:43.299Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
45802026-08-31T17:25:43.299Z
45812026-08-31T17:25:43.299ZAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 INFODEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45822026-08-31T17:25:43.299Z
45832026-08-31T17:25:43.299Z 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 } }]
45842026-08-31T17:25:43.299ZAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45852026-08-31T17:25:43.299Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45862026-08-31T17:25:43.299Z
45872026-08-31T17:25:43.299ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
45882026-08-31T17:25:43.299Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45892026-08-31T17:25:43.299Z
45902026-08-31T17:25:43.299ZAug 31 17:25:42.386 DEBGAug 31 17:25:42.386 Aug 31 17:25:42.386replacing 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 } }]
45912026-08-31T17:25:43.299ZINFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 17:25:42.386 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
45922026-08-31T17:25:43.300ZINFO
45932026-08-31T17:25:43.300Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45942026-08-31T17:25:43.300ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386DEBGDEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45952026-08-31T17:25:43.300Z
45962026-08-31T17:25:43.300Z 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 } }]
45972026-08-31T17:25:43.300ZAug 31 17:25:42.386Aug 31 17:25:42.386 INFOAug 31 17:25:42.386 INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
45982026-08-31T17:25:43.300Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45992026-08-31T17:25:43.300Z
46002026-08-31T17:25:43.300ZAug 31 17:25:42.386 DEBGAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46012026-08-31T17:25:43.300Zreplacing 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 } }]
46022026-08-31T17:25:43.300Z
46032026-08-31T17:25:43.300ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFOINFO
46042026-08-31T17:25:43.300Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46052026-08-31T17:25:43.300Z
46062026-08-31T17:25:43.300ZAug 31 17:25:42.386 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46072026-08-31T17:25:43.304Z DEBGAug 31 17:25:42.386 Aug 31 17:25:42.386 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 } }]INFODEBG
46082026-08-31T17:25:43.304Z adding route 3fff:beef:d::/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 } }]
46092026-08-31T17:25:43.304Z
46102026-08-31T17:25:43.304ZAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 INFO DEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46112026-08-31T17:25:43.304Z
46122026-08-31T17:25:43.304Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46132026-08-31T17:25:43.304ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386INFODEBG adding route 3fff:beef:e::/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 } }]
46142026-08-31T17:25:43.304Z
46152026-08-31T17:25:43.304ZDEBG 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 } }]
46162026-08-31T17:25:43.304ZAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46172026-08-31T17:25:43.304Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
46182026-08-31T17:25:43.304Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
46192026-08-31T17:25:43.305ZAug 31 17:25:42.386 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGDEBG
46202026-08-31T17:25:43.305Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46212026-08-31T17:25:43.305Z
46222026-08-31T17:25:43.305ZAug 31 17:25:42.386 Aug 31 17:25:42.386Aug 31 17:25:42.386DEBG INFOINFOreplacing 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 } }]
46232026-08-31T17:25:43.305Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46242026-08-31T17:25:43.305Z
46252026-08-31T17:25:43.305ZAug 31 17:25:42.386 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
46262026-08-31T17:25:43.305Z Aug 31 17:25:42.386DEBG Aug 31 17:25:42.386replacing 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
46272026-08-31T17:25:43.305Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46282026-08-31T17:25:43.305Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386Aug 31 17:25:42.386
46292026-08-31T17:25:43.305Z DEBGINFOAug 31 17:25:42.386 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
46302026-08-31T17:25:43.305ZAug 31 17:25:42.386created new freemap , INFOINFOAug 31 17:25:42.386 unitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff: DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46312026-08-31T17:25:43.305Zreplacing 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 } }]
46322026-08-31T17:25:43.305Z
46332026-08-31T17:25:43.305Zfreemap_route_ipv4
46342026-08-31T17:25:43.305ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386 Aug 31 17:25:42.386INFODEBG 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 } }]
46352026-08-31T17:25:43.305Zreplacing 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 } }]
46362026-08-31T17:25:43.305ZDEBG Aug 31 17:25:42.386adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap
46372026-08-31T17:25:43.305Z, INFO unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ff:
46382026-08-31T17:25:43.305ZAug 31 17:25:42.386freemap_route_ipv6
46392026-08-31T17:25:43.305Z INFOAug 31 17:25:42.386 Aug 31 17:25:42.386 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
46402026-08-31T17:25:43.305Z DEBG DEBGreplacing 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
46412026-08-31T17:25:43.305ZAug 31 17:25:42.386replacing 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
46422026-08-31T17:25:43.305Z initted freemap. size: 64replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
46432026-08-31T17:25:43.305Zunit:Aug 31 17:25:42.386 Aug 31 17:25:42.386Aug 31 17:25:42.386freemap_route_ipv4
46442026-08-31T17:25:43.305ZINFOINFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
46452026-08-31T17:25:43.305Z DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46462026-08-31T17:25:43.305Z
46472026-08-31T17:25:43.305Zreset freemap, unit: Aug 31 17:25:42.386freemap_route_ipv4Aug 31 17:25:42.386
46482026-08-31T17:25:43.305ZAug 31 17:25:42.386 DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46492026-08-31T17:25:43.305ZAug 31 17:25:42.386replacing 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 DEBG initted freemap. size: 64replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46502026-08-31T17:25:43.305Z
46512026-08-31T17:25:43.305ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
46522026-08-31T17:25:43.305Zunit:Aug 31 17:25:42.386Aug 31 17:25:42.386 INFO INFOAug 31 17:25:42.386 freemap_route_ipv6adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
46532026-08-31T17:25:43.305Z
46542026-08-31T17:25:43.305ZDEBG
46552026-08-31T17:25:43.305Z Aug 31 17:25:42.386replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46562026-08-31T17:25:43.305ZAug 31 17:25:42.386 DEBGDEBG Aug 31 17:25:42.386DEBGreplacing 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: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
46572026-08-31T17:25:43.305Zreset freemap
46582026-08-31T17:25:43.306Z, unit :adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 17:25:42.386 freemap_route_ipv6Aug 31 17:25:42.386
46592026-08-31T17:25:43.306Z
46602026-08-31T17:25:43.306Z INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 31 17:25:42.386
46612026-08-31T17:25:43.306Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
46622026-08-31T17:25:43.306Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46632026-08-31T17:25:43.306ZAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGINFODEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:25:42.386replacing 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 } }]
46642026-08-31T17:25:43.306Z INFO
46652026-08-31T17:25:43.306Z 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:16::/64 -> 2001:db8::55:ff
46662026-08-31T17:25:43.306Z
46672026-08-31T17:25:43.306ZAug 31 17:25:42.386 INFOAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
46682026-08-31T17:25:43.306Z 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 } }]Aug 31 17:25:42.386adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
46692026-08-31T17:25:43.306ZDEBG
46702026-08-31T17:25:43.306Z 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:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386Aug 31 17:25:42.386
46712026-08-31T17:25:43.306Z DEBGDEBG
46722026-08-31T17:25:43.306Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46732026-08-31T17:25:43.306Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
46742026-08-31T17:25:43.306ZAug 31 17:25:42.386adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
46752026-08-31T17:25:43.306Z INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
46762026-08-31T17:25:43.306Z
46772026-08-31T17:25:43.306Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386Aug 31 17:25:42.386
46782026-08-31T17:25:43.306Z
46792026-08-31T17:25:43.306Z DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
46802026-08-31T17:25:43.306Z
46812026-08-31T17:25:43.306ZINFO Aug 31 17:25:42.386adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 31 17:25:42.386INFOAug 31 17:25:42.386
46822026-08-31T17:25:43.306Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
46832026-08-31T17:25:43.306Z DEBGAug 31 17:25:42.386adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBGfailed to allocate space for the new target list
46842026-08-31T17:25:43.306Z
46852026-08-31T17:25:43.306Zreplacing 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 } }]
46862026-08-31T17:25:43.306ZAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386DEBG INFODEBG DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46872026-08-31T17:25:43.306Z
46882026-08-31T17:25:43.306Zreplacing targets for 3fff:dead::/64 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 } }]
46892026-08-31T17:25:43.306ZAug 31 17:25:42.386Aug 31 17:25:42.386 INFODEBG adding route 3fff:beef:24::/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 } }]
46902026-08-31T17:25:43.306Z
46912026-08-31T17:25:43.306ZAug 31 17:25:42.386Aug 31 17:25:42.386 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46922026-08-31T17:25:43.306Z
46932026-08-31T17:25:43.306ZAug 31 17:25:42.386Aug 31 17:25:42.386 INFODEBG adding route 3fff:beef:25::/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 } }]
46942026-08-31T17:25:43.306Z
46952026-08-31T17:25:43.306Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386Aug 31 17:25:42.386
46962026-08-31T17:25:43.306Ztest route::tests::grow_succeeds ... ok
46972026-08-31T17:25:43.307Z 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:1b::/64 -> 2001:db8::55:ff
46982026-08-31T17:25:43.307Z
46992026-08-31T17:25:43.307ZAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47002026-08-31T17:25:43.307Z
47012026-08-31T17:25:43.307ZAug 31 17:25:42.386 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGINFO
47022026-08-31T17:25:43.307Zadding route 3fff:beef:1c::/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 } }]
47032026-08-31T17:25:43.307Z
47042026-08-31T17:25:43.307ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
47052026-08-31T17:25:43.307Zreplacing 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 } }]
47062026-08-31T17:25:43.307Zreplacing 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 } }]
47072026-08-31T17:25:43.312ZAug 31 17:25:42.386 DEBGAug 31 17:25:42.386 Aug 31 17:25:42.386INFOreplacing 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 } }]
47082026-08-31T17:25:43.312Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
47092026-08-31T17:25:43.312Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
47102026-08-31T17:25:43.312Z Aug 31 17:25:42.386INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47112026-08-31T17:25:43.312Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.386
47122026-08-31T17:25:43.312Z DEBG Aug 31 17:25:42.386Aug 31 17:25:42.386replacing 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 } }] DEBGINFO
47132026-08-31T17:25:43.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 } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47142026-08-31T17:25:43.312Z
47152026-08-31T17:25:43.312ZAug 31 17:25:42.386Aug 31 17:25:42.386 INFODEBGAug 31 17:25:42.386 INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47162026-08-31T17:25:43.312Z
47172026-08-31T17:25:43.312Z
47182026-08-31T17:25:43.312ZAug 31 17:25:42.386Aug 31 17:25:42.386 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
47192026-08-31T17:25:43.312Zreplacing 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 } }]
47202026-08-31T17:25:43.312ZDEBG 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 } }]
47212026-08-31T17:25:43.312ZAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGAug 31 17:25:42.386INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47222026-08-31T17:25:43.312Zreplacing 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 } }]
47232026-08-31T17:25:43.312Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47242026-08-31T17:25:43.312ZAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 DEBG INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47252026-08-31T17:25:43.312Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47262026-08-31T17:25:43.312Z
47272026-08-31T17:25:43.312ZAug 31 17:25:42.386 DEBGAug 31 17:25:42.386Aug 31 17:25:42.386 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47282026-08-31T17:25:43.312Z INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47292026-08-31T17:25:43.312Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47302026-08-31T17:25:43.312ZAug 31 17:25:42.386 Aug 31 17:25:42.386Aug 31 17:25:42.386 INFO DEBG DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:21::/64 -> 2001:db8::55:ff
47312026-08-31T17:25:43.312Z
47322026-08-31T17:25:43.313Z
47332026-08-31T17:25:43.313ZAug 31 17:25:42.386Aug 31 17:25:42.386Aug 31 17:25:42.386 INFO DEBGINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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:19::/64 -> 2001:db8::55:ff
47342026-08-31T17:25:43.313Z
47352026-08-31T17:25:43.313Z
47362026-08-31T17:25:43.313ZAug 31 17:25:42.386Aug 31 17:25:42.386 Aug 31 17:25:42.386DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47372026-08-31T17:25:43.313Zreplacing 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 } }]
47382026-08-31T17:25:43.313Z
47392026-08-31T17:25:43.313ZAug 31 17:25:42.386 Aug 31 17:25:42.386DEBGAug 31 17:25:42.386 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47402026-08-31T17:25:43.313Z INFOAug 31 17:25:42.386 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47412026-08-31T17:25:43.313ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47422026-08-31T17:25:43.313Z
47432026-08-31T17:25:43.313ZAug 31 17:25:42.386 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 } }]
47442026-08-31T17:25:43.313ZAug 31 17:25:42.386Aug 31 17:25:42.386 DEBGAug 31 17:25:42.386DEBG 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
47452026-08-31T17:25:43.313Zreplacing 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 } }]
47462026-08-31T17:25:43.313Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47472026-08-31T17:25:43.313ZAug 31 17:25:42.386 INFOAug 31 17:25:42.386 Aug 31 17:25:42.386adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47482026-08-31T17:25:43.313ZDEBG 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 } }]
47492026-08-31T17:25:43.313ZAug 31 17:25:42.386adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47502026-08-31T17:25:43.313ZDEBGAug 31 17:25:42.386 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
47512026-08-31T17:25:43.313Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 17:25:42.386
47522026-08-31T17:25:43.313Z Aug 31 17:25:42.386DEBG 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 } }] Aug 31 17:25:42.386adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47532026-08-31T17:25:43.313Z
47542026-08-31T17:25:43.313Z DEBGAug 31 17:25:42.386 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47552026-08-31T17:25:43.313ZAug 31 17:25:42.386 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
47562026-08-31T17:25:43.313ZAug 31 17:25:42.386 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47572026-08-31T17:25:43.313Z Aug 31 17:25:42.386adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47582026-08-31T17:25:43.313ZDEBGAug 31 17:25:42.386 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
47592026-08-31T17:25:43.313Z Aug 31 17:25:42.386adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47602026-08-31T17:25:43.313ZDEBG Aug 31 17:25:42.386replacing 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 } }]
47612026-08-31T17:25:43.313ZINFO Aug 31 17:25:42.386adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47622026-08-31T17:25:43.313ZDEBGAug 31 17:25:42.387 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
47632026-08-31T17:25:43.313Z Aug 31 17:25:42.387adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47642026-08-31T17:25:43.313ZDEBG 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 } }]
47652026-08-31T17:25:43.313ZAug 31 17:25:42.387Aug 31 17:25:42.387 Aug 31 17:25:42.387INFO INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47662026-08-31T17:25:43.313Z
47672026-08-31T17:25:43.313Zreplacing 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 } }]
47682026-08-31T17:25:43.313ZAug 31 17:25:42.387 Aug 31 17:25:42.387DEBG Aug 31 17:25:42.387DEBGreplacing 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 } }]
47692026-08-31T17:25:43.313ZINFOreplacing 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 } }]
47702026-08-31T17:25:43.313Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47712026-08-31T17:25:43.313ZAug 31 17:25:42.387 Aug 31 17:25:42.387INFO Aug 31 17:25:42.387INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/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 } }]
47722026-08-31T17:25:43.313Z
47732026-08-31T17:25:43.314Z
47742026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387Aug 31 17:25:42.387 INFODEBG DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }]
47752026-08-31T17:25:43.314Zreplacing 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 } }]
47762026-08-31T17:25:43.314Z
47772026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387Aug 31 17:25:42.387 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47782026-08-31T17:25:43.314Z
47792026-08-31T17:25:43.314Zreplacing 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 } }]
47802026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387 Aug 31 17:25:42.387DEBG 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 } }]INFO
47812026-08-31T17:25:43.314Zreplacing 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 } }]
47822026-08-31T17:25:43.314Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47832026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387 Aug 31 17:25:42.387INFO DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47842026-08-31T17:25:43.314Z
47852026-08-31T17:25:43.314Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47862026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387 Aug 31 17:25:42.387INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47872026-08-31T17:25:43.314Z
47882026-08-31T17:25:43.314Zreplacing 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 } }]
47892026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387 Aug 31 17:25:42.387INFO DEBGINFO adding route 3fff:beef:2b::/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 } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47902026-08-31T17:25:43.314Z
47912026-08-31T17:25:43.314Z
47922026-08-31T17:25:43.314ZAug 31 17:25:42.387 Aug 31 17:25:42.387Aug 31 17:25:42.387 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 } }]DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47932026-08-31T17:25:43.314Zreplacing 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 } }]
47942026-08-31T17:25:43.314Z
47952026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387 Aug 31 17:25:42.387INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
47962026-08-31T17:25:43.314Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47972026-08-31T17:25:43.314Z
47982026-08-31T17:25:43.314ZAug 31 17:25:42.387 DEBGAug 31 17:25:42.387Aug 31 17:25:42.387 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
47992026-08-31T17:25:43.314Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
48002026-08-31T17:25:43.314Z 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 } }]
48012026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387Aug 31 17:25:42.387 DEBG INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48022026-08-31T17:25:43.314Zcreated new freemapAug 31 17:25:42.387 , unit :DEBG INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:fffreemap_route_ipv4
48032026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387 DEBG
48042026-08-31T17:25:43.314ZDEBG created new freemap, unitreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: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 } }]
48052026-08-31T17:25:43.314Zfreemap_route_ipv6
48062026-08-31T17:25:43.314ZAug 31 17:25:42.387Aug 31 17:25:42.387Aug 31 17:25:42.387 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48072026-08-31T17:25:43.319ZAug 31 17:25:42.387 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 } }]
48082026-08-31T17:25:43.319ZAug 31 17:25:42.387 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
48092026-08-31T17:25:43.319Z
48102026-08-31T17:25:43.319ZAug 31 17:25:42.387 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48112026-08-31T17:25:43.319ZAug 31 17:25:42.387 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
48122026-08-31T17:25:43.319Z Aug 31 17:25:42.387DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 17:25:42.387unit :DEBG
48132026-08-31T17:25:43.319Z 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 } }]
48142026-08-31T17:25:43.319Z
48152026-08-31T17:25:43.319ZAug 31 17:25:42.387 Aug 31 17:25:42.387DEBG 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 } }]
48162026-08-31T17:25:43.319Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48172026-08-31T17:25:43.319ZAug 31 17:25:42.387 DEBGAug 31 17:25:42.387 Aug 31 17:25:42.387 INFODEBG reset freemap adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff,
48182026-08-31T17:25:43.319Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
48192026-08-31T17:25:43.319Z: freemap_route_ipv4
48202026-08-31T17:25:43.319ZAug 31 17:25:42.387 INFOAug 31 17:25:42.387 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 17:25:42.387DEBG
48212026-08-31T17:25:43.319Z 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 } }]
48222026-08-31T17:25:43.319Zinitted freemap. size: 64Aug 31 17:25:42.387, unitDEBGAug 31 17:25:42.387: freemap_route_ipv6replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48232026-08-31T17:25:43.319Z
48242026-08-31T17:25:43.319Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48252026-08-31T17:25:43.319ZAug 31 17:25:42.387 Aug 31 17:25:42.387Aug 31 17:25:42.387DEBG INFO DEBG reset freemapreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff,
48262026-08-31T17:25:43.319Z
48272026-08-31T17:25:43.319Zunit: freemap_route_ipv6Aug 31 17:25:42.387
48282026-08-31T17:25:43.319Z Aug 31 17:25:42.387DEBG 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 } }]
48292026-08-31T17:25:43.319ZAug 31 17:25:42.387Aug 31 17:25:42.387adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBGINFOAug 31 17:25:42.387 adding route 3fff:dead::/64 -> 2001:db8::55:1
48302026-08-31T17:25:43.319Zcreated new freemap
48312026-08-31T17:25:43.319ZINFO , adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffunitAug 31 17:25:42.387Aug 31 17:25:42.387 :DEBG
48322026-08-31T17:25:43.319Z DEBGfreemap_route_ipv4
48332026-08-31T17:25:43.319Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48342026-08-31T17:25:43.319Z
48352026-08-31T17:25:43.319ZAug 31 17:25:42.387 DEBG Aug 31 17:25:42.387replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.387
48362026-08-31T17:25:43.319Z Aug 31 17:25:42.387INFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff INFO
48372026-08-31T17:25:43.319ZAug 31 17:25:42.387created new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1,
48382026-08-31T17:25:43.319ZunitINFO Aug 31 17:25:42.387adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff:
48392026-08-31T17:25:43.319ZAug 31 17:25:42.387 freemap_route_ipv6DEBG
48402026-08-31T17:25:43.319Z 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 } }]
48412026-08-31T17:25:43.319Zreplacing 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 } }]
48422026-08-31T17:25:43.320ZAug 31 17:25:42.387 Aug 31 17:25:42.387DEBG Aug 31 17:25:42.387 DEBGAug 31 17:25:42.387 INFOinitted freemap. size: 64 INFO, adding route 3fff:dead::/64 -> 2001:db8::55:1
48432026-08-31T17:25:43.320Zunitadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48442026-08-31T17:25:43.320Z:
48452026-08-31T17:25:43.320Zfreemap_route_ipv4Aug 31 17:25:42.387
48462026-08-31T17:25:43.320Z Aug 31 17:25:42.387DEBG DEBG Aug 31 17:25:42.387replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48472026-08-31T17:25:43.320Z
48482026-08-31T17:25:43.320ZAug 31 17:25:42.387DEBG DEBGAug 31 17:25:42.387 failed to allocate space for the new target listINFO
48492026-08-31T17:25:43.320ZAug 31 17:25:42.387reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:2
48502026-08-31T17:25:43.320ZAug 31 17:25:42.387, unitDEBGINFO : adding route 3fff:beef:34::/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 } }]
48512026-08-31T17:25:43.320Zfreemap_route_ipv4Aug 31 17:25:42.387
48522026-08-31T17:25:43.320Z
48532026-08-31T17:25:43.320ZDEBG 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 } }]
48542026-08-31T17:25:43.320ZAug 31 17:25:42.387Aug 31 17:25:42.387Aug 31 17:25:42.387 DEBGDEBG Aug 31 17:25:42.387 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 } }] initted freemap. size: 64INFO
48552026-08-31T17:25:43.320Z DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff ,
48562026-08-31T17:25:43.320Zfailed to allocate space for the new target listunit
48572026-08-31T17:25:43.320Z:Aug 31 17:25:42.387 Aug 31 17:25:42.387freemap_route_ipv6
48582026-08-31T17:25:43.320ZDEBGINFO adding route 3fff:beef:35::/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 } }]
48592026-08-31T17:25:43.320Z
48602026-08-31T17:25:43.320ZAug 31 17:25:42.387 Aug 31 17:25:42.387DEBG Aug 31 17:25:42.387 INFO reset freemap , DEBGunit :adding route 3fff:beef:1::/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 } }]
48612026-08-31T17:25:43.320Z freemap_route_ipv6
48622026-08-31T17:25:43.320Z
48632026-08-31T17:25:43.320ZAug 31 17:25:42.387 DEBG Aug 31 17:25:42.387replacing 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 } }]
48642026-08-31T17:25:43.320Ztest route::tests::rollback_on_compact_delete_failure ... ok
48652026-08-31T17:25:43.320ZAug 31 17:25:42.387INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO
48662026-08-31T17:25:43.320Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48672026-08-31T17:25:43.320ZAug 31 17:25:42.387Aug 31 17:25:42.387Aug 31 17:25:42.387 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48682026-08-31T17:25:43.320ZDEBG
48692026-08-31T17:25:43.320Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:25:42.387
48702026-08-31T17:25:43.320Z DEBGAug 31 17:25:42.387 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.387INFO
48712026-08-31T17:25:43.320Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 17:25:42.387
48722026-08-31T17:25:43.320Zadding route 172.16.0.0/32 -> 10.0.0.1 INFO
48732026-08-31T17:25:43.320Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
48742026-08-31T17:25:43.320ZAug 31 17:25:42.387 DEBG Aug 31 17:25:42.387replacing 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 } }]
48752026-08-31T17:25:43.320ZDEBGAug 31 17:25:42.387 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48762026-08-31T17:25:43.320Z Aug 31 17:25:42.387replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48772026-08-31T17:25:43.320ZAug 31 17:25:42.388Aug 31 17:25:42.387 Aug 31 17:25:42.387DEBGDEBG DEBGcreated new freemapcreated new freemap Aug 31 17:25:42.393, created new freemap, unitunit:, DEBGunit :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 } }]freemap_route_ipv4
48782026-08-31T17:25:43.320Z
48792026-08-31T17:25:43.320Zfreemap_route_ipv4:
48802026-08-31T17:25:43.320Z freemap_route_ipv4Aug 31 17:25:42.393
48812026-08-31T17:25:43.320ZAug 31 17:25:42.393 DEBG created new freemap, unitINFO: adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv6
48822026-08-31T17:25:43.321Z
48832026-08-31T17:25:43.321Z
48842026-08-31T17:25:43.321ZAug 31 17:25:42.393Aug 31 17:25:42.393 Aug 31 17:25:42.393Aug 31 17:25:42.393DEBG created new freemap, unit Aug 31 17:25:42.393: INFOfreemap_route_ipv6
48852026-08-31T17:25:43.321Zadding route 172.16.0.0/32 -> 10.0.0.1DEBG
48862026-08-31T17:25:43.321Zcreated new freemap, Aug 31 17:25:42.393DEBG 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 } }]unit
48872026-08-31T17:25:43.321Z: initted freemap. size: 64freemap_route_ipv6,
48882026-08-31T17:25:43.321ZunitAug 31 17:25:42.393: INFO freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
48892026-08-31T17:25:43.321ZAug 31 17:25:42.393
48902026-08-31T17:25:43.321ZAug 31 17:25:42.393 DEBGDEBGAug 31 17:25:42.393 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 } }]
48912026-08-31T17:25:43.321ZAug 31 17:25:42.393DEBG DEBG reset freemapinitted freemap. size: 64replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.393, , unitINFO:
48922026-08-31T17:25:43.321Z freemap_route_ipv4unit
48932026-08-31T17:25:43.321Zadding route 172.16.0.0/32 -> 10.0.0.2:
48942026-08-31T17:25:43.321Z Aug 31 17:25:42.393 freemap_route_ipv4INFO
48952026-08-31T17:25:43.321Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 17:25:42.393Aug 31 17:25:42.393
48962026-08-31T17:25:43.321Z DEBG DEBG Aug 31 17:25:42.393replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:25:42.393
48972026-08-31T17:25:43.321Z initted freemap. size: 64, DEBGunit Aug 31 17:25:42.393DEBG :INFO 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 } }]
48982026-08-31T17:25:43.321Zreset freemapfreemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255,
48992026-08-31T17:25:43.321Zunit
49002026-08-31T17:25:43.321ZAug 31 17:25:42.393 INFO :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 17:25:42.393 Aug 31 17:25:42.393
49012026-08-31T17:25:43.321ZDEBG 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 } }] freemap_route_ipv4DEBGAug 31 17:25:42.393
49022026-08-31T17:25:43.321Z
49032026-08-31T17:25:43.321Zreset freemap DEBG , unitreplacing 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 } }]:
49042026-08-31T17:25:43.321Z Aug 31 17:25:42.393 freemap_route_ipv6INFO
49052026-08-31T17:25:43.321Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 31 17:25:42.393Aug 31 17:25:42.393
49062026-08-31T17:25:43.321ZDEBG DEBGfailed to allocate space for the new target list Aug 31 17:25:42.393
49072026-08-31T17:25:43.325Z Aug 31 17:25:42.393initted freemap. size: 64 DEBG, INFO Aug 31 17:25:42.393unitreplacing 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 } }]
49082026-08-31T17:25:43.325ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49092026-08-31T17:25:43.325Z
49102026-08-31T17:25:43.325Z: Aug 31 17:25:42.393freemap_route_ipv6
49112026-08-31T17:25:43.325ZAug 31 17:25:42.393INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255
49122026-08-31T17:25:43.325ZAug 31 17:25:42.393replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49132026-08-31T17:25:43.326ZDEBG Aug 31 17:25:42.393 reset freemapDEBG, unitDEBGAug 31 17:25:42.393: INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64freemap_route_ipv6
49142026-08-31T17:25:43.326Z
49152026-08-31T17:25:43.326Z , adding route 172.17.0.0/32 -> 10.0.0.255unit
49162026-08-31T17:25:43.326Z:Aug 31 17:25:42.393 Aug 31 17:25:42.393 INFOfreemap_route_ipv4INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 17:25:42.393
49172026-08-31T17:25:43.326Z
49182026-08-31T17:25:43.326Z
49192026-08-31T17:25:43.326ZDEBG Aug 31 17:25:42.393Aug 31 17:25:42.393 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
49202026-08-31T17:25:43.326ZAug 31 17:25:42.393
49212026-08-31T17:25:43.326Z DEBG
49222026-08-31T17:25:43.326Z reset freemapAug 31 17:25:42.393, Aug 31 17:25:42.393 unit INFOAug 31 17:25:42.393:DEBG INFO freemap_route_ipv4
49232026-08-31T17:25:43.326ZINFOreplacing 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.4/32 -> 10.0.0.255
49242026-08-31T17:25:43.326Zadding route 3fff:dead::/64 -> 2001:db8::55:2
49252026-08-31T17:25:43.326Zadding route 172.17.0.1/32 -> 10.0.0.255
49262026-08-31T17:25:43.326Z
49272026-08-31T17:25:43.326ZAug 31 17:25:42.393 DEBG Aug 31 17:25:42.393Aug 31 17:25:42.393Aug 31 17:25:42.387 initted freemap. size: 64Aug 31 17:25:42.393 , Aug 31 17:25:42.393DEBG DEBG INFOINFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
49282026-08-31T17:25:43.326ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49292026-08-31T17:25:43.326Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
49302026-08-31T17:25:43.326Zreplacing 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 } }]
49312026-08-31T17:25:43.326Z
49322026-08-31T17:25:43.326Zunit: freemap_route_ipv6Aug 31 17:25:42.393
49332026-08-31T17:25:43.326ZAug 31 17:25:42.393 INFODEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.393Aug 31 17:25:42.393
49342026-08-31T17:25:43.326Z INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.393
49352026-08-31T17:25:43.326Z
49362026-08-31T17:25:43.326Zadding route 3fff:dead::/64 -> 2001:db8::55:3
49372026-08-31T17:25:43.326Z INFOAug 31 17:25:42.393 Aug 31 17:25:42.393Aug 31 17:25:42.393INFO DEBGAug 31 17:25:42.393adding route 172.17.0.2/32 -> 10.0.0.255
49382026-08-31T17:25:43.326ZINFO Aug 31 17:25:42.393replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49392026-08-31T17:25:43.326ZDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBG
49402026-08-31T17:25:43.326Z Aug 31 17:25:42.393 Aug 31 17:25:42.393replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
49412026-08-31T17:25:43.326Z Aug 31 17:25:42.393
49422026-08-31T17:25:43.326Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 31 17:25:42.393 reset freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49432026-08-31T17:25:43.326Z
49442026-08-31T17:25:43.326Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 17:25:42.393DEBG, unit Aug 31 17:25:42.393: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 } }]
49452026-08-31T17:25:43.326Z
49462026-08-31T17:25:43.326ZAug 31 17:25:42.393 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 31 17:25:42.393INFOadding route 172.17.0.6/32 -> 10.0.0.255 freemap_route_ipv6
49472026-08-31T17:25:43.326Z
49482026-08-31T17:25:43.326Z
49492026-08-31T17:25:43.326Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
49502026-08-31T17:25:43.326ZAug 31 17:25:42.393Aug 31 17:25:42.393 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }]
49512026-08-31T17:25:43.326ZDEBG
49522026-08-31T17:25:43.327ZAug 31 17:25:42.393Aug 31 17:25:42.393 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:25:42.393
49532026-08-31T17:25:43.327ZAug 31 17:25:42.393 DEBGINFO adding route 3fff:beef:7::/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 } }]DEBG
49542026-08-31T17:25:43.327Z Aug 31 17:25:42.393
49552026-08-31T17:25:43.327ZAug 31 17:25:42.393 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 31 17:25:42.393 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49562026-08-31T17:25:43.327ZDEBG
49572026-08-31T17:25:43.327Z Aug 31 17:25:42.393INFOreplacing 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 } }]
49582026-08-31T17:25:43.327Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO
49592026-08-31T17:25:43.327Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 17:25:42.393
49602026-08-31T17:25:43.327ZINFOAug 31 17:25:42.393adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
49612026-08-31T17:25:43.327ZAug 31 17:25:42.393
49622026-08-31T17:25:43.327Z INFOWARNAug 31 17:25:42.393 DEBGAug 31 17:25:42.393 Aug 31 17:25:42.393replacing 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 } }]
49632026-08-31T17:25:43.327Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
49642026-08-31T17:25:43.327Ztest route::tests::rollback_on_compact_write_failure ... ok
49652026-08-31T17:25:43.327Z Aug 31 17:25:42.393DEBGadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
49662026-08-31T17:25:43.327Z
49672026-08-31T17:25:43.327Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.393DEBG
49682026-08-31T17:25:43.327Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
49692026-08-31T17:25:43.327Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49702026-08-31T17:25:43.327ZAug 31 17:25:42.393 Aug 31 17:25:42.393DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:25:42.393Aug 31 17:25:42.393Aug 31 17:25:42.393
49712026-08-31T17:25:43.327Z DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
49722026-08-31T17:25:43.327Z
49732026-08-31T17:25:43.327ZDEBG 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 } }]
49742026-08-31T17:25:43.327Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:25:42.393
49752026-08-31T17:25:43.327Z Aug 31 17:25:42.393DEBGAug 31 17:25:42.393 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
49762026-08-31T17:25:43.327ZAug 31 17:25:42.393 Aug 31 17:25:42.393 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }]
49772026-08-31T17:25:43.327ZAug 31 17:25:42.393INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
49782026-08-31T17:25:43.327Z
49792026-08-31T17:25:43.327Zadding route 172.17.0.8/32 -> 10.0.0.255 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
49802026-08-31T17:25:43.327ZAug 31 17:25:42.393
49812026-08-31T17:25:43.327ZAug 31 17:25:42.393 DEBG Aug 31 17:25:42.393 Aug 31 17:25:42.393replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49822026-08-31T17:25:43.327ZDEBG Aug 31 17:25:42.393replacing 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
49832026-08-31T17:25:43.327Z 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 } }]
49842026-08-31T17:25:43.327ZDEBGAug 31 17:25:42.393 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 31 17:25:42.393 INFO Aug 31 17:25:42.394adding route 172.17.0.6/32 -> 10.0.0.255 Aug 31 17:25:42.394DEBG
49852026-08-31T17:25:43.327Z
49862026-08-31T17:25:43.327ZDEBGcreated new freemap , created new freemapINFO, unitunitAug 31 17:25:42.400:: freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255
49872026-08-31T17:25:43.327Z
49882026-08-31T17:25:43.327Zfreemap_route_ipv4Aug 31 17:25:42.400
49892026-08-31T17:25:43.327Z INFO Aug 31 17:25:42.400 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
49902026-08-31T17:25:43.327ZDEBG Aug 31 17:25:42.400Aug 31 17:25:42.400created new freemapreplacing 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 } }], unit
49912026-08-31T17:25:43.327ZAug 31 17:25:42.400DEBG : DEBGfreemap_route_ipv6 created new freemapreplacing 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 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 } }]
49922026-08-31T17:25:43.328Z
49932026-08-31T17:25:43.328Z, Aug 31 17:25:42.400unit Aug 31 17:25:42.400INFO adding route 172.17.0.10/32 -> 10.0.0.255:
49942026-08-31T17:25:43.328ZAug 31 17:25:42.400 freemap_route_ipv6INFO Aug 31 17:25:42.400adding route 172.17.0.7/32 -> 10.0.0.255INFO
49952026-08-31T17:25:43.328Z
49962026-08-31T17:25:43.328Z DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49972026-08-31T17:25:43.328Z
49982026-08-31T17:25:43.328ZAug 31 17:25:42.400Aug 31 17:25:42.400 DEBG DEBGAug 31 17:25:42.400initted freemap. size: 64Aug 31 17:25:42.400 , unitDEBGINFO 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 } }]:
49992026-08-31T17:25:43.328Zreplacing 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.11/32 -> 10.0.0.255
50002026-08-31T17:25:43.328Zfreemap_route_ipv4
50012026-08-31T17:25:43.328ZAug 31 17:25:42.400
50022026-08-31T17:25:43.328Z Aug 31 17:25:42.400INFO INFOAug 31 17:25:42.400Aug 31 17:25:42.400 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
50032026-08-31T17:25:43.328Zreset freemapDEBG,
50042026-08-31T17:25:43.328Z unitreplacing 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 } }]:
50052026-08-31T17:25:43.328Zfreemap_route_ipv4Aug 31 17:25:42.400Aug 31 17:25:42.400
50062026-08-31T17:25:43.328Z DEBGDEBG Aug 31 17:25:42.400Aug 31 17:25:42.400 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOinitted freemap. size: 64 ,
50072026-08-31T17:25:43.332Zadding route 172.17.0.12/32 -> 10.0.0.255unit
50082026-08-31T17:25:43.332Z:
50092026-08-31T17:25:43.332Zfreemap_route_ipv6
50102026-08-31T17:25:43.332ZAug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400 Aug 31 17:25:42.400INFOINFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 reset freemap
50112026-08-31T17:25:43.332Z , DEBGunit :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 } }] freemap_route_ipv6
50122026-08-31T17:25:43.332Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
50132026-08-31T17:25:43.332Z
50142026-08-31T17:25:43.332ZAug 31 17:25:42.400 DEBGAug 31 17:25:42.400Aug 31 17:25:42.400 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.13/32 -> 10.0.0.255
50152026-08-31T17:25:43.332ZAug 31 17:25:42.400
50162026-08-31T17:25:43.332Z
50172026-08-31T17:25:43.332Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.400DEBG
50182026-08-31T17:25:43.332ZDEBGAug 31 17:25:42.400 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
50192026-08-31T17:25:43.332ZAug 31 17:25:42.400DEBG
50202026-08-31T17:25:43.332Z INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:25:42.400Aug 31 17:25:42.400adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 17:25:42.400
50212026-08-31T17:25:43.332ZINFO DEBGINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
50222026-08-31T17:25:43.332Zadding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64
50232026-08-31T17:25:43.332Z,
50242026-08-31T17:25:43.332ZunitAug 31 17:25:42.400: Aug 31 17:25:42.400 Aug 31 17:25:42.400DEBGfreemap_route_ipv4 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 } }]
50252026-08-31T17:25:43.332Z Aug 31 17:25:42.400
50262026-08-31T17:25:43.333ZINFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255
50272026-08-31T17:25:43.333ZDEBGAug 31 17:25:42.400Aug 31 17:25:42.400 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 } }]
50282026-08-31T17:25:43.333ZDEBG
50292026-08-31T17:25:43.333Z INFOreset freemap Aug 31 17:25:42.400adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 17:25:42.400, DEBG
50302026-08-31T17:25:43.333Z unitINFOreplacing 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 } }]:
50312026-08-31T17:25:43.333Z Aug 31 17:25:42.400 freemap_route_ipv4adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 17:25:42.400
50322026-08-31T17:25:43.333Z
50332026-08-31T17:25:43.333Z INFOAug 31 17:25:42.400 adding route 172.17.0.11/32 -> 10.0.0.255DEBG Aug 31 17:25:42.400INFOAug 31 17:25:42.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
50342026-08-31T17:25:43.333Z
50352026-08-31T17:25:43.333ZDEBG initted freemap. size: 64adding route 172.17.0.15/32 -> 10.0.0.255DEBG, Aug 31 17:25:42.400unit INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv6
50362026-08-31T17:25:43.333Z
50372026-08-31T17:25:43.333Z
50382026-08-31T17:25:43.333Z
50392026-08-31T17:25:43.333ZAug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400 Aug 31 17:25:42.400DEBG DEBGDEBG Aug 31 17:25:42.400replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
50402026-08-31T17:25:43.333Z 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 } }] reset freemap
50412026-08-31T17:25:43.333Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff, 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 } }]unit
50422026-08-31T17:25:43.333Z: freemap_route_ipv6
50432026-08-31T17:25:43.333Z
50442026-08-31T17:25:43.333ZAug 31 17:25:42.400 INFOAug 31 17:25:42.400Aug 31 17:25:42.400 INFOAug 31 17:25:42.400DEBG adding route 172.17.0.0/32 -> 10.0.0.255
50452026-08-31T17:25:43.333ZINFOadding route 172.17.0.16/32 -> 10.0.0.255
50462026-08-31T17:25:43.333Z Aug 31 17:25:42.400replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
50472026-08-31T17:25:43.333Z
50482026-08-31T17:25:43.333ZDEBG Aug 31 17:25:42.400 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50492026-08-31T17:25:43.333ZAug 31 17:25:42.400Aug 31 17:25:42.400 Aug 31 17:25:42.400INFO 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 } }]INFOAug 31 17:25:42.400
50502026-08-31T17:25:43.333Z INFOadding route 172.17.0.12/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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
50512026-08-31T17:25:43.333Zadding route 172.17.0.1/32 -> 10.0.0.255
50522026-08-31T17:25:43.333Z
50532026-08-31T17:25:43.333Z
50542026-08-31T17:25:43.333ZAug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400 Aug 31 17:25:42.400 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:25:42.400replacing 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 } }]
50552026-08-31T17:25:43.333ZDEBG
50562026-08-31T17:25:43.333Z 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
50572026-08-31T17:25:43.333Z Aug 31 17:25:42.400replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.400
50582026-08-31T17:25:43.333Zadding route 172.17.0.17/32 -> 10.0.0.255
50592026-08-31T17:25:43.333ZINFODEBG adding route 172.17.0.2/32 -> 10.0.0.255 Aug 31 17:25:42.400replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:25:42.400
50602026-08-31T17:25:43.333Z
50612026-08-31T17:25:43.333ZAug 31 17:25:42.400DEBG INFOINFO Aug 31 17:25:42.400replacing 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 } }]
50622026-08-31T17:25:43.333ZAug 31 17:25:42.400 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
50632026-08-31T17:25:43.333ZDEBG Aug 31 17:25:42.400replacing 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:3
50642026-08-31T17:25:43.333ZINFO
50652026-08-31T17:25:43.333Z Aug 31 17:25:42.400adding route 172.17.0.13/32 -> 10.0.0.255 adding route 172.17.0.18/32 -> 10.0.0.255
50662026-08-31T17:25:43.334ZDEBG
50672026-08-31T17:25:43.334ZAug 31 17:25:42.400 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400INFO
50682026-08-31T17:25:43.334Z adding route 172.17.0.3/32 -> 10.0.0.255 DEBG
50692026-08-31T17:25:43.334ZDEBG Aug 31 17:25:42.400 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
50702026-08-31T17:25:43.334ZAug 31 17:25:42.400replacing 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.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 } }]DEBGINFOAug 31 17:25:42.400
50712026-08-31T17:25:43.334Z INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50722026-08-31T17:25:43.334Z
50732026-08-31T17:25:43.334Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
50742026-08-31T17:25:43.334Z
50752026-08-31T17:25:43.334ZAug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400 DEBGINFO Aug 31 17:25:42.400 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 172.17.0.4/32 -> 10.0.0.255INFO
50762026-08-31T17:25:43.334ZINFO adding route 172.17.0.19/32 -> 10.0.0.255 DEBG
50772026-08-31T17:25:43.334ZAug 31 17:25:42.400 adding route 172.17.0.14/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
50782026-08-31T17:25:43.334Zreplacing 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 } }]
50792026-08-31T17:25:43.334Z
50802026-08-31T17:25:43.334Z
50812026-08-31T17:25:43.334ZAug 31 17:25:42.400Aug 31 17:25:42.400Aug 31 17:25:42.400 Aug 31 17:25:42.400DEBG replacing targets for 3fff:dead::/64 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 } }]INFODEBG Aug 31 17:25:42.400
50822026-08-31T17:25:43.334ZDEBG INFO 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.5/32 -> 10.0.0.255 Aug 31 17:25:42.400
50832026-08-31T17:25:43.334Z
50842026-08-31T17:25:43.334Zadding route 3fff:beef:15::/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 } }]
50852026-08-31T17:25:43.334Z WARN
50862026-08-31T17:25:43.334Z Aug 31 17:25:42.400 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
50872026-08-31T17:25:43.334Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.400Aug 31 17:25:42.400
50882026-08-31T17:25:43.334Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.400
50892026-08-31T17:25:43.334Z INFOINFOAug 31 17:25:42.400 adding route 172.17.0.20/32 -> 10.0.0.255INFOadding route 172.17.0.15/32 -> 10.0.0.255
50902026-08-31T17:25:43.334Z adding route 172.17.0.6/32 -> 10.0.0.255
50912026-08-31T17:25:43.334ZAug 31 17:25:42.400
50922026-08-31T17:25:43.334Z INFOAug 31 17:25:42.400 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 17:25:42.400
50932026-08-31T17:25:43.334Z DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.400replacing 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 Aug 31 17:25:42.400Aug 31 17:25:42.401replacing 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 } }]
50942026-08-31T17:25:43.334ZDEBG INFOcreated new freemap DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3,
50952026-08-31T17:25:43.334ZunitAug 31 17:25:42.407: INFOfreemap_route_ipv4
50962026-08-31T17:25:43.334Zreplacing 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 } }]
50972026-08-31T17:25:43.334Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 31 17:25:42.407
50982026-08-31T17:25:43.334Z
50992026-08-31T17:25:43.334ZDEBG Aug 31 17:25:42.407Aug 31 17:25:42.407Aug 31 17:25:42.407Aug 31 17:25:42.407 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 } }]DEBG
51002026-08-31T17:25:43.334Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
51012026-08-31T17:25:43.334Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
51022026-08-31T17:25:43.334ZAug 31 17:25:42.407 Aug 31 17:25:42.407DEBG Aug 31 17:25:42.407INFO 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 } }]
51032026-08-31T17:25:43.334Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
51042026-08-31T17:25:43.334Zreplacing 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 } }]
51052026-08-31T17:25:43.335ZAug 31 17:25:42.407 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
51062026-08-31T17:25:43.335Z
51072026-08-31T17:25:43.339ZAug 31 17:25:42.407Aug 31 17:25:42.407 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:25:42.407
51082026-08-31T17:25:43.339Z
51092026-08-31T17:25:43.339ZAug 31 17:25:42.407INFO adding route 172.17.0.21/32 -> 10.0.0.255INFO
51102026-08-31T17:25:43.339Z Aug 31 17:25:42.407Aug 31 17:25:42.407 adding route 172.17.0.8/32 -> 10.0.0.255 INFO
51112026-08-31T17:25:43.339ZAug 31 17:25:42.407DEBG DEBGAug 31 17:25:42.407replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }]
51122026-08-31T17:25:43.339Z
51132026-08-31T17:25:43.339Zreplacing 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 } }]
51142026-08-31T17:25:43.339Z
51152026-08-31T17:25:43.339ZAug 31 17:25:42.407 Aug 31 17:25:42.407INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 Aug 31 17:25:42.407adding route 172.17.0.9/32 -> 10.0.0.255
51162026-08-31T17:25:43.339Z
51172026-08-31T17:25:43.339ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.407 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 } }]Aug 31 17:25:42.407
51182026-08-31T17:25:43.339Z
51192026-08-31T17:25:43.339Z Aug 31 17:25:42.393DEBGAug 31 17:25:42.407 INFOAug 31 17:25:42.407 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51202026-08-31T17:25:43.339Z adding route 172.17.0.23/32 -> 10.0.0.255INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
51212026-08-31T17:25:43.339Z
51222026-08-31T17:25:43.339Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 17:25:42.407
51232026-08-31T17:25:43.339ZAug 31 17:25:42.407 INFODEBG Aug 31 17:25:42.407replacing 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.10/32 -> 10.0.0.255
51242026-08-31T17:25:43.339Z
51252026-08-31T17:25:43.339ZDEBGAug 31 17:25:42.407 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 } }]
51262026-08-31T17:25:43.339ZAug 31 17:25:42.407DEBG DEBGAug 31 17:25:42.407Aug 31 17:25:42.407replacing 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 } }]
51272026-08-31T17:25:43.339ZINFO 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 } }] INFOadding route 172.17.0.24/32 -> 10.0.0.255
51282026-08-31T17:25:43.339Z
51292026-08-31T17:25:43.339Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
51302026-08-31T17:25:43.339ZAug 31 17:25:42.407Aug 31 17:25:42.407 INFODEBGINFO Aug 31 17:25:42.407 Aug 31 17:25:42.407replacing 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 } }]
51312026-08-31T17:25:43.339Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51322026-08-31T17:25:43.339Z
51332026-08-31T17:25:43.339Z
51342026-08-31T17:25:43.339ZAug 31 17:25:42.407 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
51352026-08-31T17:25:43.339Zadding route 172.17.0.17/32 -> 10.0.0.255Aug 31 17:25:42.407
51362026-08-31T17:25:43.339Z Aug 31 17:25:42.407Aug 31 17:25:42.407DEBG INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
51372026-08-31T17:25:43.339Z
51382026-08-31T17:25:43.339ZDEBG Aug 31 17:25:42.407Aug 31 17:25:42.407Aug 31 17:25:42.407 INFODEBG 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 31 17:25:42.407adding route 172.17.0.12/32 -> 10.0.0.255
51392026-08-31T17:25:43.339Z
51402026-08-31T17:25:43.339Zreplacing 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.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 } }]
51412026-08-31T17:25:43.340Z
51422026-08-31T17:25:43.340ZINFOAug 31 17:25:42.407 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGAug 31 17:25:42.407
51432026-08-31T17:25:43.340ZAug 31 17:25:42.407replacing 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 } }]
51442026-08-31T17:25:43.340Z INFOINFOAug 31 17:25:42.407 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255INFO
51452026-08-31T17:25:43.340Z
51462026-08-31T17:25:43.340Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 31 17:25:42.407
51472026-08-31T17:25:43.340ZAug 31 17:25:42.407 Aug 31 17:25:42.407INFODEBG Aug 31 17:25:42.407Aug 31 17:25:42.407 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
51482026-08-31T17:25:43.340Z DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
51492026-08-31T17:25:43.340Z
51502026-08-31T17:25:43.340Zreplacing 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
51512026-08-31T17:25:43.340ZAug 31 17:25:42.407Aug 31 17:25:42.407 INFOAug 31 17:25:42.407 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.17.0.27/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 } }]
51522026-08-31T17:25:43.340Z
51532026-08-31T17:25:43.340ZAug 31 17:25:42.407
51542026-08-31T17:25:43.340ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
51552026-08-31T17:25:43.340ZINFOAug 31 17:25:42.407Aug 31 17:25:42.407 adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 31 17:25:42.407
51562026-08-31T17:25:43.340Z DEBGadding route 172.17.0.14/32 -> 10.0.0.255
51572026-08-31T17:25:43.340ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51582026-08-31T17:25:43.340Z
51592026-08-31T17:25:43.340ZAug 31 17:25:42.407Aug 31 17:25:42.407Aug 31 17:25:42.407 DEBG DEBGDEBGAug 31 17:25:42.407 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51602026-08-31T17:25:43.340ZAug 31 17:25:42.407replacing 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 } }]
51612026-08-31T17:25:43.340Z
51622026-08-31T17:25:43.340Zadding route 172.17.0.28/32 -> 10.0.0.255
51632026-08-31T17:25:43.340ZDEBGAug 31 17:25:42.407 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.407INFO Aug 31 17:25:42.407DEBG 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 } }]
51642026-08-31T17:25:43.340Z
51652026-08-31T17:25:43.340Zadding route 172.17.0.15/32 -> 10.0.0.255
51662026-08-31T17:25:43.340ZAug 31 17:25:42.407adding route 172.17.0.20/32 -> 10.0.0.255 Aug 31 17:25:42.407INFOAug 31 17:25:42.407 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
51672026-08-31T17:25:43.340Z
51682026-08-31T17:25:43.340Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 31 17:25:42.407 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 } }]
51692026-08-31T17:25:43.340ZINFO
51702026-08-31T17:25:43.340Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 17:25:42.407
51712026-08-31T17:25:43.340Ztest route::tests::identity_replace_is_noop ... ok
51722026-08-31T17:25:43.340ZAug 31 17:25:42.407 Aug 31 17:25:42.407Aug 31 17:25:42.407 DEBGINFO DEBG Aug 31 17:25:42.407 adding route 172.17.0.16/32 -> 10.0.0.255DEBGreplacing 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 } }]
51732026-08-31T17:25:43.340Zreplacing 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 } }]
51742026-08-31T17:25:43.340Z
51752026-08-31T17:25:43.340Z 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 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 } }]
51762026-08-31T17:25:43.340ZAug 31 17:25:42.407 Aug 31 17:25:42.407
51772026-08-31T17:25:43.340ZINFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255Aug 31 17:25:42.407
51782026-08-31T17:25:43.340ZAug 31 17:25:42.407 Aug 31 17:25:42.407replacing 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 } }]
51792026-08-31T17:25:43.340ZINFO INFOAug 31 17:25:42.407 INFOAug 31 17:25:42.407 DEBGadding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
51802026-08-31T17:25:43.340Z
51812026-08-31T17:25:43.341Z 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
51822026-08-31T17:25:43.341Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 17:25:42.407 adding route 172.17.0.17/32 -> 10.0.0.255
51832026-08-31T17:25:43.341ZAug 31 17:25:42.407
51842026-08-31T17:25:43.341ZAug 31 17:25:42.407 DEBGINFODEBGAug 31 17:25:42.407 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.31/32 -> 10.0.0.255DEBG
51852026-08-31T17:25:43.341Z
51862026-08-31T17:25:43.341Z Aug 31 17:25:42.407replacing 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
51872026-08-31T17:25:43.341Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
51882026-08-31T17:25:43.341ZAug 31 17:25:42.407
51892026-08-31T17:25:43.341ZDEBGAug 31 17:25:42.407Aug 31 17:25:42.407 Aug 31 17:25:42.407INFOreplacing 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 } }]
51902026-08-31T17:25:43.341Zadding route 172.17.0.18/32 -> 10.0.0.255INFO
51912026-08-31T17:25:43.341Z Aug 31 17:25:42.407adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 17:25:42.407INFO INFO
51922026-08-31T17:25:43.341ZINFOadding route 172.17.0.22/32 -> 10.0.0.255 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
51932026-08-31T17:25:43.341Zadding route 172.17.0.32/32 -> 10.0.0.255
51942026-08-31T17:25:43.341ZAug 31 17:25:42.407 Aug 31 17:25:42.407
51952026-08-31T17:25:43.341Z Aug 31 17:25:42.407DEBG DEBGAug 31 17:25:42.407 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
51962026-08-31T17:25:43.341ZAug 31 17:25:42.407 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
51972026-08-31T17:25:43.341Z Aug 31 17:25:42.407replacing 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.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
51982026-08-31T17:25:43.341Z adding route 172.17.0.19/32 -> 10.0.0.255
51992026-08-31T17:25:43.341ZAug 31 17:25:42.407
52002026-08-31T17:25:43.341Z Aug 31 17:25:42.407 INFOINFO Aug 31 17:25:42.407adding route 172.17.0.33/32 -> 10.0.0.255
52012026-08-31T17:25:43.341ZDEBG DEBG adding route 172.17.0.23/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52022026-08-31T17:25:43.341ZAug 31 17:25:42.407
52032026-08-31T17:25:43.341ZAug 31 17:25:42.407 DEBGINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 17:25:42.407
52042026-08-31T17:25:43.341Z 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 } }]
52052026-08-31T17:25:43.341ZDEBG created new freemap, unit:Aug 31 17:25:42.413Aug 31 17:25:42.413 Aug 31 17:25:42.413 DEBGINFOfreemap_route_ipv4
52062026-08-31T17:25:43.341Z adding route 172.17.0.34/32 -> 10.0.0.255
52072026-08-31T17:25:43.345ZDEBG Aug 31 17:25:42.413 Aug 31 17:25:42.413replacing 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: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 } }]
52082026-08-31T17:25:43.345ZDEBGAug 31 17:25:42.413 INFOcreated new freemap , DEBGadding route 172.17.0.20/32 -> 10.0.0.255unit
52092026-08-31T17:25:43.345Z
52102026-08-31T17:25:43.345Z:Aug 31 17:25:42.413replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 31 17:25:42.413
52112026-08-31T17:25:43.345Zadding route 172.17.0.24/32 -> 10.0.0.255
52122026-08-31T17:25:43.345Zfreemap_route_ipv6Aug 31 17:25:42.413
52132026-08-31T17:25:43.345Z INFODEBG Aug 31 17:25:42.413 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOAug 31 17:25:42.413Aug 31 17:25:42.413
52142026-08-31T17:25:43.345Z 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 adding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64
52152026-08-31T17:25:43.345Z, unit:
52162026-08-31T17:25:43.345ZDEBGAug 31 17:25:42.413 freemap_route_ipv4INFOAug 31 17:25:42.413
52172026-08-31T17:25:43.346Zadding route 172.17.0.21/32 -> 10.0.0.255 DEBG
52182026-08-31T17:25:43.346Z Aug 31 17:25:42.413replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.413Aug 31 17:25:42.413 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 } }]
52192026-08-31T17:25:43.346ZDEBGDEBG
52202026-08-31T17:25:43.346Zreplacing 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 } }]
52212026-08-31T17:25:43.346Zreset freemap DEBG, Aug 31 17:25:42.413 unitAug 31 17:25:42.413replacing 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
52222026-08-31T17:25:43.346ZAug 31 17:25:42.413freemap_route_ipv4
52232026-08-31T17:25:43.346Zadding route 172.17.0.22/32 -> 10.0.0.255
52242026-08-31T17:25:43.346Z INFOINFOAug 31 17:25:42.413Aug 31 17:25:42.413 Aug 31 17:25:42.413DEBG adding route 172.17.0.25/32 -> 10.0.0.255
52252026-08-31T17:25:43.346ZDEBGinitted freemap. size: 64 , INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
52262026-08-31T17:25:43.346Z adding route 172.17.0.36/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 } }]
52272026-08-31T17:25:43.346Z
52282026-08-31T17:25:43.346Zunit: freemap_route_ipv6Aug 31 17:25:42.413
52292026-08-31T17:25:43.346Z Aug 31 17:25:42.413INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255Aug 31 17:25:42.413
52302026-08-31T17:25:43.346Z Aug 31 17:25:42.413DEBG Aug 31 17:25:42.413 reset freemapAug 31 17:25:42.413replacing 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
52312026-08-31T17:25:43.346Z , 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 } }]unit
52322026-08-31T17:25:43.346Z: DEBGfreemap_route_ipv6Aug 31 17:25:42.413
52332026-08-31T17:25:43.346Z INFODEBG Aug 31 17:25:42.413replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 17:25:42.414
52342026-08-31T17:25:43.346Z
52352026-08-31T17:25:43.346Z INFO INFO adding route 172.17.0.26/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 } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:25:42.414
52362026-08-31T17:25:43.346ZAug 31 17:25:42.414 INFO
52372026-08-31T17:25:43.346ZAug 31 17:25:42.414DEBG
52382026-08-31T17:25:43.346Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
52392026-08-31T17:25:43.346Zreplacing 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 } }]
52402026-08-31T17:25:43.346Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52412026-08-31T17:25:43.346ZAug 31 17:25:42.414 Aug 31 17:25:42.414Aug 31 17:25:42.414Aug 31 17:25:42.414 INFOINFODEBG adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.25/32 -> 10.0.0.255
52422026-08-31T17:25:43.346Zcreated new freemap
52432026-08-31T17:25:43.346ZAug 31 17:25:42.414replacing 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 } }]
52442026-08-31T17:25:43.346Z, 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 } }]unit Aug 31 17:25:42.414: DEBGAug 31 17:25:42.414 INFOfreemap_route_ipv6
52452026-08-31T17:25:43.346Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.37/32 -> 10.0.0.255
52462026-08-31T17:25:43.346ZAug 31 17:25:42.414
52472026-08-31T17:25:43.346Z DEBGINFO
52482026-08-31T17:25:43.346Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:25:42.414Aug 31 17:25:42.414
52492026-08-31T17:25:43.346Z DEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 17:25:42.414
52502026-08-31T17:25:43.346Z Aug 31 17:25:42.414 Aug 31 17:25:42.414INFO Aug 31 17:25:42.414adding route 172.17.0.27/32 -> 10.0.0.255INFO
52512026-08-31T17:25:43.346Zinitted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.3DEBG
52522026-08-31T17:25:43.346Z 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 } }] ,
52532026-08-31T17:25:43.346Zunit adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
52542026-08-31T17:25:43.346ZAug 31 17:25:42.414: Aug 31 17:25:42.414replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:25:42.414 DEBGINFO DEBG adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv4Aug 31 17:25:42.414
52552026-08-31T17:25:43.347Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
52562026-08-31T17:25:43.347Zreplacing 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 } }]
52572026-08-31T17:25:43.347Z
52582026-08-31T17:25:43.347Z
52592026-08-31T17:25:43.347Z DEBGAug 31 17:25:42.414Aug 31 17:25:42.414 Aug 31 17:25:42.414 Aug 31 17:25:42.414DEBGDEBG reset freemapreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
52602026-08-31T17:25:43.347ZAug 31 17:25:42.414replacing 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 ,
52612026-08-31T17:25:43.347Zadding route 172.16.0.0/32 -> 10.0.0.4 INFOAug 31 17:25:42.414 INFO
52622026-08-31T17:25:43.347Zunit Aug 31 17:25:42.414: freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
52632026-08-31T17:25:43.347Z
52642026-08-31T17:25:43.347Z
52652026-08-31T17:25:43.347Z INFOAug 31 17:25:42.414 Aug 31 17:25:42.414adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
52662026-08-31T17:25:43.347Z DEBGadding route 172.17.0.38/32 -> 10.0.0.255DEBG
52672026-08-31T17:25:43.347Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 31 17:25:42.414 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
52682026-08-31T17:25:43.347Z
52692026-08-31T17:25:43.347Z initted freemap. size: 64Aug 31 17:25:42.414, unitDEBG:Aug 31 17:25:42.414 Aug 31 17:25:42.414Aug 31 17:25:42.414freemap_route_ipv6
52702026-08-31T17:25:43.347ZDEBGreplacing 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 } }]
52712026-08-31T17:25:43.347ZDEBGAug 31 17:25:42.414INFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG
52722026-08-31T17:25:43.347Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.414
52732026-08-31T17:25:43.347Z DEBG
52742026-08-31T17:25:43.347Z reset freemapAug 31 17:25:42.414replacing 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 } }]
52752026-08-31T17:25:43.347ZAug 31 17:25:42.414DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 17:25:42.414
52762026-08-31T17:25:43.347Z , unitadding route 172.17.0.29/32 -> 10.0.0.255: Aug 31 17:25:42.414
52772026-08-31T17:25:43.347Zfreemap_route_ipv6INFO
52782026-08-31T17:25:43.347Z Aug 31 17:25:42.414adding route 172.17.0.39/32 -> 10.0.0.255 INFO adding route 172.17.0.30/32 -> 10.0.0.255INFO
52792026-08-31T17:25:43.347ZAug 31 17:25:42.414 Aug 31 17:25:42.414 DEBG
52802026-08-31T17:25:43.347Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 17:25:42.414replacing 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 } }]
52812026-08-31T17:25:43.347ZINFODEBG
52822026-08-31T17:25:43.347Z 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:dead::/64 -> 2001:db8::55:1
52832026-08-31T17:25:43.347Z
52842026-08-31T17:25:43.347ZAug 31 17:25:42.414Aug 31 17:25:42.414 Aug 31 17:25:42.414Aug 31 17:25:42.414DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.30/32 -> 10.0.0.255
52852026-08-31T17:25:43.347Z INFODEBG Aug 31 17:25:42.414
52862026-08-31T17:25:43.347Zadding route 172.17.0.31/32 -> 10.0.0.255
52872026-08-31T17:25:43.347Z DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.414
52882026-08-31T17:25:43.347Z Aug 31 17:25:42.414replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 31 17:25:42.414INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255DEBG
52892026-08-31T17:25:43.347Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
52902026-08-31T17:25:43.347Z
52912026-08-31T17:25:43.347Z
52922026-08-31T17:25:43.347ZAug 31 17:25:42.414Aug 31 17:25:42.414 INFOAug 31 17:25:42.414Aug 31 17:25:42.414 INFO Aug 31 17:25:42.414adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
52932026-08-31T17:25:43.347Zadding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255
52942026-08-31T17:25:43.347ZDEBG Aug 31 17:25:42.414replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:25:42.414
52952026-08-31T17:25:43.348ZDEBG
52962026-08-31T17:25:43.348ZINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 17:25:42.414replacing 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 } }]
52972026-08-31T17:25:43.348Z
52982026-08-31T17:25:43.348Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
52992026-08-31T17:25:43.348Z INFOAug 31 17:25:42.414Aug 31 17:25:42.414 Aug 31 17:25:42.414 DEBG 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 } }]adding route 172.17.0.33/32 -> 10.0.0.255 Aug 31 17:25:42.414
53002026-08-31T17:25:43.348Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
53012026-08-31T17:25:43.348ZDEBGINFO
53022026-08-31T17:25:43.348Z 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 } }]
53032026-08-31T17:25:43.348Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 17:25:42.414Aug 31 17:25:42.414
53042026-08-31T17:25:43.348Z Aug 31 17:25:42.414DEBG Aug 31 17:25:42.414
53052026-08-31T17:25:43.348ZINFO INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
53062026-08-31T17:25:43.348Z Aug 31 17:25:42.414adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
53072026-08-31T17:25:43.352Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255 Aug 31 17:25:42.414DEBGAug 31 17:25:42.414
53082026-08-31T17:25:43.352ZAug 31 17:25:42.414
53092026-08-31T17:25:43.352Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53102026-08-31T17:25:43.352ZDEBGINFO Aug 31 17:25:42.414replacing 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.34/32 -> 10.0.0.255 DEBG
53112026-08-31T17:25:43.352Z
53122026-08-31T17:25:43.352Zreplacing 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 Aug 31 17:25:42.414replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.414 DEBG created new freemap,
53132026-08-31T17:25:43.352Zunit :INFO freemap_route_ipv4adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
53142026-08-31T17:25:43.352ZAug 31 17:25:42.421
53152026-08-31T17:25:43.352ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
53162026-08-31T17:25:43.352ZAug 31 17:25:42.421
53172026-08-31T17:25:43.352Z Aug 31 17:25:42.414DEBG 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
53182026-08-31T17:25:43.352Z Aug 31 17:25:42.421Aug 31 17:25:42.421replacing 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 } }] DEBGDEBGAug 31 17:25:42.421Aug 31 17:25:42.421 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 } }] INFOcreated new freemap
53192026-08-31T17:25:43.352Z, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
53202026-08-31T17:25:43.352Zunit: Aug 31 17:25:42.421
53212026-08-31T17:25:43.352ZINFOAug 31 17:25:42.421freemap_route_ipv6adding route 172.17.0.33/32 -> 10.0.0.255
53222026-08-31T17:25:43.352Z
53232026-08-31T17:25:43.352ZDEBGadding route 172.17.0.43/32 -> 10.0.0.255
53242026-08-31T17:25:43.352Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.421
53252026-08-31T17:25:43.352ZAug 31 17:25:42.421Aug 31 17:25:42.421 Aug 31 17:25:42.421 DEBG DEBGAug 31 17:25:42.421 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 } }]initted freemap. size: 64DEBG
53262026-08-31T17:25:43.352Z, unitINFO Aug 31 17:25:42.421replacing 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 } }]
53272026-08-31T17:25:43.352ZINFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: freemap_route_ipv4Aug 31 17:25:42.421
53282026-08-31T17:25:43.352Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.44/32 -> 10.0.0.255
53292026-08-31T17:25:43.352Z
53302026-08-31T17:25:43.352ZAug 31 17:25:42.421INFO adding route 172.17.0.34/32 -> 10.0.0.255DEBGAug 31 17:25:42.421
53312026-08-31T17:25:43.352Z
53322026-08-31T17:25:43.352ZAug 31 17:25:42.421reset freemap , DEBGunit: freemap_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 } }]
53332026-08-31T17:25:43.352Z
53342026-08-31T17:25:43.352ZAug 31 17:25:42.421DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53352026-08-31T17:25:43.353Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.421
53362026-08-31T17:25:43.353Z Aug 31 17:25:42.421INFOAug 31 17:25:42.421 Aug 31 17:25:42.421DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 31 17:25:42.421
53372026-08-31T17:25:43.353ZDEBG initted freemap. size: 64INFO, Aug 31 17:25:42.421unit :DEBGadding route 172.17.0.35/32 -> 10.0.0.255
53382026-08-31T17:25:43.353Z freemap_route_ipv6replacing 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: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 } }]
53392026-08-31T17:25:43.353ZINFO
53402026-08-31T17:25:43.353Z
53412026-08-31T17:25:43.353ZAug 31 17:25:42.421 Aug 31 17:25:42.421 adding route 172.17.0.45/32 -> 10.0.0.255 DEBGINFOAug 31 17:25:42.421 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 } }]DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
53422026-08-31T17:25:43.353Z
53432026-08-31T17:25:43.353ZAug 31 17:25:42.421reset freemap
53442026-08-31T17:25:43.353Z, unitINFO:Aug 31 17:25:42.421 freemap_route_ipv6
53452026-08-31T17:25:43.353ZDEBG adding route 3fff:beef:3c::/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 } }]Aug 31 17:25:42.421
53462026-08-31T17:25:43.353ZAug 31 17:25:42.421Aug 31 17:25:42.421 DEBGINFO
53472026-08-31T17:25:43.353Zadding route 172.17.0.36/32 -> 10.0.0.255INFOAug 31 17:25:42.421
53482026-08-31T17:25:43.353Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
53492026-08-31T17:25:43.353Zreplacing 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 } }]
53502026-08-31T17:25:43.353Z
53512026-08-31T17:25:43.353ZAug 31 17:25:42.421 Aug 31 17:25:42.421DEBGAug 31 17:25:42.421Aug 31 17:25:42.421 DEBGAug 31 17:25:42.421 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFODEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53522026-08-31T17:25:43.353Z
53532026-08-31T17:25:43.353Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
53542026-08-31T17:25:43.353Zreplacing 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 } }]
53552026-08-31T17:25:43.353Z
53562026-08-31T17:25:43.353ZAug 31 17:25:42.421Aug 31 17:25:42.421Aug 31 17:25:42.421Aug 31 17:25:42.421 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
53572026-08-31T17:25:43.353Z
53582026-08-31T17:25:43.353Z Aug 31 17:25:42.421adding route 172.17.0.37/32 -> 10.0.0.255INFOAug 31 17:25:42.421Aug 31 17:25:42.421
53592026-08-31T17:25:43.353Z 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 } }]
53602026-08-31T17:25:43.353Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
53612026-08-31T17:25:43.353Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:25:42.421
53622026-08-31T17:25:43.353Z DEBG Aug 31 17:25:42.421replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.421 Aug 31 17:25:42.421
53632026-08-31T17:25:43.353Zreplacing 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 } }]
53642026-08-31T17:25:43.353Z DEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53652026-08-31T17:25:43.353Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 17:25:42.421Aug 31 17:25:42.421 INFO
53662026-08-31T17:25:43.353Z 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 } }] adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
53672026-08-31T17:25:43.353Z
53682026-08-31T17:25:43.353Z
53692026-08-31T17:25:43.353ZAug 31 17:25:42.421 Aug 31 17:25:42.421 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
53702026-08-31T17:25:43.353ZAug 31 17:25:42.422DEBG 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 } }]
53712026-08-31T17:25:43.353Ztest route::tests::rollback_on_index_readd_failure ... ok
53722026-08-31T17:25:43.353ZDEBG 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 } }]
53732026-08-31T17:25:43.353ZAug 31 17:25:42.422Aug 31 17:25:42.422 Aug 31 17:25:42.422 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.48/32 -> 10.0.0.255INFO
53742026-08-31T17:25:43.353Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 17:25:42.422
53752026-08-31T17:25:43.354Z
53762026-08-31T17:25:43.354ZDEBG Aug 31 17:25:42.422replacing 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 } }]
53772026-08-31T17:25:43.354ZAug 31 17:25:42.422DEBG 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
53782026-08-31T17:25:43.354Z Aug 31 17:25:42.422Aug 31 17:25:42.422 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 } }] INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255
53792026-08-31T17:25:43.354Z
53802026-08-31T17:25:43.354Zadding route 172.17.0.39/32 -> 10.0.0.255
53812026-08-31T17:25:43.354ZAug 31 17:25:42.422Aug 31 17:25:42.422 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
53822026-08-31T17:25:43.354Z
53832026-08-31T17:25:43.354ZAug 31 17:25:42.422Aug 31 17:25:42.422 DEBGDEBG Aug 31 17:25:42.422 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 } }]DEBGreplacing 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 } }]
53842026-08-31T17:25:43.354Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.422
53852026-08-31T17:25:43.354Z
53862026-08-31T17:25:43.354Z Aug 31 17:25:42.422Aug 31 17:25:42.422 Aug 31 17:25:42.422 INFOAug 31 17:25:42.422DEBG DEBGadding route 172.17.0.36/32 -> 10.0.0.255
53872026-08-31T17:25:43.354ZINFOINFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 17:25:42.422replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
53882026-08-31T17:25:43.354Z
53892026-08-31T17:25:43.354Z
53902026-08-31T17:25:43.354ZDEBGreplacing 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 } }]
53912026-08-31T17:25:43.354ZAug 31 17:25:42.422replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.422
53922026-08-31T17:25:43.354Z Aug 31 17:25:42.422DEBGDEBG Aug 31 17:25:42.422DEBG failed to allocate space for the new target listINFO
53932026-08-31T17:25:43.354Z 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.37/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53942026-08-31T17:25:43.354Z
53952026-08-31T17:25:43.354Z
53962026-08-31T17:25:43.354ZAug 31 17:25:42.422 Aug 31 17:25:42.422Aug 31 17:25:42.422Aug 31 17:25:42.422 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 } }]
53972026-08-31T17:25:43.354ZAug 31 17:25:42.422INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 17:25:42.388Aug 31 17:25:42.422 INFO
53982026-08-31T17:25:43.354Zadding route 172.17.0.50/32 -> 10.0.0.255
53992026-08-31T17:25:43.354Z INFO adding route 172.17.0.38/32 -> 10.0.0.255DEBGadding route 172.17.0.41/32 -> 10.0.0.255 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 } }]
54002026-08-31T17:25:43.354Z
54012026-08-31T17:25:43.354Z
54022026-08-31T17:25:43.354Z Aug 31 17:25:42.422created new freemapAug 31 17:25:42.422Aug 31 17:25:42.422 Aug 31 17:25:42.422 DEBG, unitreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG:
54032026-08-31T17:25:43.354Z DEBGfreemap_route_ipv4
54042026-08-31T17:25:43.354Z 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 } }]
54052026-08-31T17:25:43.354ZAug 31 17:25:42.422 Aug 31 17:25:42.422INFO 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 } }]adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 17:25:42.422
54062026-08-31T17:25:43.354Z
54072026-08-31T17:25:43.359Z 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 } }]DEBGINFO
54082026-08-31T17:25:43.359Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 17:25:42.422
54092026-08-31T17:25:43.359Z Aug 31 17:25:42.422Aug 31 17:25:42.422 created new freemapDEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54102026-08-31T17:25:43.359Zadding route 172.17.0.51/32 -> 10.0.0.255,
54112026-08-31T17:25:43.359ZINFO Aug 31 17:25:42.422adding route 172.17.0.42/32 -> 10.0.0.255 unitDEBG
54122026-08-31T17:25:43.359ZAug 31 17:25:42.422Aug 31 17:25:42.422 :DEBG 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 } }]
54132026-08-31T17:25:43.359Zadding route 172.17.0.40/32 -> 10.0.0.255
54142026-08-31T17:25:43.359Z freemap_route_ipv6
54152026-08-31T17:25:43.359ZAug 31 17:25:42.422Aug 31 17:25:42.422replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.422 Aug 31 17:25:42.422
54162026-08-31T17:25:43.359ZDEBG 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 } }] INFO
54172026-08-31T17:25:43.359ZAug 31 17:25:42.422DEBG initted freemap. size: 64INFO 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.52/32 -> 10.0.0.255Aug 31 17:25:42.422adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
54182026-08-31T17:25:43.359Z INFO
54192026-08-31T17:25:43.359Z adding route 172.17.0.41/32 -> 10.0.0.255,
54202026-08-31T17:25:43.359Z
54212026-08-31T17:25:43.359Zunit:Aug 31 17:25:42.422 Aug 31 17:25:42.422 Aug 31 17:25:42.422DEBG 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 } }]
54222026-08-31T17:25:43.359Zreplacing 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
54232026-08-31T17:25:43.359ZAug 31 17:25:42.414 adding route 172.17.0.43/32 -> 10.0.0.255INFOfreemap_route_ipv4Aug 31 17:25:42.422Aug 31 17:25:42.422 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
54242026-08-31T17:25:43.359Z
54252026-08-31T17:25:43.359Zadding route 172.17.0.42/32 -> 10.0.0.255
54262026-08-31T17:25:43.359Z
54272026-08-31T17:25:43.359ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 31 17:25:42.422
54282026-08-31T17:25:43.359Z Aug 31 17:25:42.422DEBG Aug 31 17:25:42.422 DEBG Aug 31 17:25:42.422replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.422replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
54292026-08-31T17:25:43.359ZAug 31 17:25:42.422
54302026-08-31T17:25:43.359ZAug 31 17:25:42.428 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 17:25:42.422
54312026-08-31T17:25:43.359ZDEBG DEBGcreated new freemapAug 31 17:25:42.428 created new freemap, DEBGAug 31 17:25:42.428, unit :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:2, vlan_id: None } }, NextHop { asic_port_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.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_ipv4
54322026-08-31T17:25:43.359Z
54332026-08-31T17:25:43.359Z freemap_route_ipv4
54342026-08-31T17:25:43.359Z
54352026-08-31T17:25:43.359ZAug 31 17:25:42.428Aug 31 17:25:42.428 INFO Aug 31 17:25:42.428 DEBGWARNAug 31 17:25:42.428DEBG adding route 172.17.0.44/32 -> 10.0.0.255 DEBG
54362026-08-31T17:25:43.359ZDEBG created new freemapcreated new freemap , Aug 31 17:25:42.428reset freemapunit, :, unitDEBGreplacing 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_ipv6shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
54372026-08-31T17:25:43.359Z
54382026-08-31T17:25:43.359Z
54392026-08-31T17:25:43.359Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
54402026-08-31T17:25:43.359Z
54412026-08-31T17:25:43.359Zunit: Aug 31 17:25:42.428freemap_route_ipv4 Aug 31 17:25:42.428
54422026-08-31T17:25:43.359ZAug 31 17:25:42.428DEBG INFOAug 31 17:25:42.428initted freemap. size: 64 , adding route 172.17.0.53/32 -> 10.0.0.255unit
54432026-08-31T17:25:43.360ZINFO DEBG adding route 172.17.0.45/32 -> 10.0.0.255: initted freemap. size: 64freemap_route_ipv4,
54442026-08-31T17:25:43.360ZAug 31 17:25:42.428
54452026-08-31T17:25:43.360ZAug 31 17:25:42.428 unitDEBG 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 31 17:25:42.428Aug 31 17:25:42.428 DEBG freemap_route_ipv4
54462026-08-31T17:25:43.360Z
54472026-08-31T17:25:43.360ZDEBGinitted freemap. size: 64replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
54482026-08-31T17:25:43.360Zunit reset freemapAug 31 17:25:42.428, DEBG:unit reset freemapAug 31 17:25:42.428 , :INFOunit Aug 31 17:25:42.428:adding route 172.17.0.46/32 -> 10.0.0.255 freemap_route_ipv4
54492026-08-31T17:25:43.360Zfreemap_route_ipv6
54502026-08-31T17:25:43.360Z INFO
54512026-08-31T17:25:43.360Z Aug 31 17:25:42.428Aug 31 17:25:42.428freemap_route_ipv4
54522026-08-31T17:25:43.360ZDEBG adding route 172.17.0.54/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 } }]
54532026-08-31T17:25:43.360Z
54542026-08-31T17:25:43.360ZDEBGAug 31 17:25:42.428Aug 31 17:25:42.428 initted freemap. size: 64 Aug 31 17:25:42.428DEBG DEBG INFO Aug 31 17:25:42.428, initted freemap. size: 64 unit, adding route 172.17.0.47/32 -> 10.0.0.255unit
54552026-08-31T17:25:43.360Z:DEBG :freemap_route_ipv6 reset freemap , 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 } }]freemap_route_ipv6
54562026-08-31T17:25:43.360Z
54572026-08-31T17:25:43.360Z
54582026-08-31T17:25:43.360Zunit: Aug 31 17:25:42.428freemap_route_ipv6Aug 31 17:25:42.428 Aug 31 17:25:42.428
54592026-08-31T17:25:43.360ZDEBG Aug 31 17:25:42.428DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG reset freemap
54602026-08-31T17:25:43.360Zreset freemap, , unitunit:Aug 31 17:25:42.428INFO INFO freemap_route_ipv6
54612026-08-31T17:25:43.360Z:Aug 31 17:25:42.428 Aug 31 17:25:42.428freemap_route_ipv6INFO
54622026-08-31T17:25:43.360Z INFOadding route 172.16.0.0/32 -> 10.0.0.1
54632026-08-31T17:25:43.360Zadding route 3fff:dead::/64 -> 2001:db8::55:1
54642026-08-31T17:25:43.360ZAug 31 17:25:42.428 DEBG Aug 31 17:25:42.428replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
54652026-08-31T17:25:43.360Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:25:42.428 DEBG
54662026-08-31T17:25:43.360Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
54672026-08-31T17:25:43.360ZDEBG Aug 31 17:25:42.422replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
54682026-08-31T17:25:43.360ZDEBG
54692026-08-31T17:25:43.360Z Aug 31 17:25:42.428replacing 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 } }]
54702026-08-31T17:25:43.360ZAug 31 17:25:42.428DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
54712026-08-31T17:25:43.360Z
54722026-08-31T17:25:43.360ZAug 31 17:25:42.428 INFO Aug 31 17:25:42.428adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:25:42.428
54732026-08-31T17:25:43.360Z INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 17:25:42.428
54742026-08-31T17:25:43.360Z
54752026-08-31T17:25:43.360Z Aug 31 17:25:42.428DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54762026-08-31T17:25:43.360ZDEBGAug 31 17:25:42.428 Aug 31 17:25:42.428Aug 31 17:25:42.428replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
54772026-08-31T17:25:43.360ZDEBGINFO Aug 31 17:25:42.428replacing 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 } }]
54782026-08-31T17:25:43.360Ztest route::tests::delete_targets_full ... ok
54792026-08-31T17:25:43.360Ztest transceivers::mpn_test::test_mpn_missing ... ok
54802026-08-31T17:25:43.360Ztest transceivers::mpn_test::test_mpn_present ... ok
54812026-08-31T17:25:43.360Ztest transceivers::mpn_test::test_xcvr_missing ... ok
54822026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
54832026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
54842026-08-31T17:25:43.361ZINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54852026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
54862026-08-31T17:25:43.361Z
54872026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
54882026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
54892026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
54902026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
54912026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
54922026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
54932026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
54942026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
54952026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
54962026-08-31T17:25:43.361ZAug 31 17:25:42.428Aug 31 17:25:42.428 INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255Aug 31 17:25:42.428
54972026-08-31T17:25:43.361Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
54982026-08-31T17:25:43.361Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 17:25:42.428
54992026-08-31T17:25:43.361Z Aug 31 17:25:42.428replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 17:25:42.428DEBGAug 31 17:25:42.428
55002026-08-31T17:25:43.361Z DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55012026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
55022026-08-31T17:25:43.361Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
55032026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
55042026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
55052026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
55062026-08-31T17:25:43.361Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
55072026-08-31T17:25:43.365Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
55082026-08-31T17:25:43.365Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
55092026-08-31T17:25:43.365Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
55102026-08-31T17:25:43.365ZAug 31 17:25:42.428 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55112026-08-31T17:25:43.365ZAug 31 17:25:42.429 DEBG created new freemapAug 31 17:25:42.434, Aug 31 17:25:42.434INFO INFOunit adding route 3fff:dead::/64 -> 2001:db8::55:4:adding route 172.17.0.1/32 -> 10.0.0.255
55122026-08-31T17:25:43.365Zfreemap_route_ipv4
55132026-08-31T17:25:43.365Z
55142026-08-31T17:25:43.365Z
55152026-08-31T17:25:43.365ZAug 31 17:25:42.434 DEBGAug 31 17:25:42.434 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
55162026-08-31T17:25:43.365Z created new freemapAug 31 17:25:42.434, unit :DEBGAug 31 17:25:42.434 freemap_route_ipv6DEBG
55172026-08-31T17:25:43.365Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
55182026-08-31T17:25:43.365Z
55192026-08-31T17:25:43.365ZAug 31 17:25:42.435 DEBG initted freemap. size: 64Aug 31 17:25:42.434, unitDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
55202026-08-31T17:25:43.366ZAug 31 17:25:42.435 :WARN freemap_route_ipv4shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.55/32 -> 10.0.0.255 Aug 31 17:25:42.435INFO
55212026-08-31T17:25:43.366Z
55222026-08-31T17:25:43.366Zadding route 172.17.0.48/32 -> 10.0.0.255
55232026-08-31T17:25:43.366Z
55242026-08-31T17:25:43.366ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
55252026-08-31T17:25:43.366Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 17:25:42.435Aug 31 17:25:42.435
55262026-08-31T17:25:43.366ZAug 31 17:25:42.435Aug 31 17:25:42.435 Aug 31 17:25:42.435 DEBGDEBGERRO 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 } }] DEBGreset freemap DEBGAug 31 17:25:42.435 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 } }],
55272026-08-31T17:25:43.366ZDEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
55282026-08-31T17:25:43.366ZAug 31 17:25:42.435
55292026-08-31T17:25:43.366Z
55302026-08-31T17:25:43.366Zfreemap_route_ipv4
55312026-08-31T17:25:43.366ZINFO
55322026-08-31T17:25:43.366ZAug 31 17:25:42.435 adding route 172.17.0.56/32 -> 10.0.0.255INFOAug 31 17:25:42.435 adding route 172.17.0.3/32 -> 10.0.0.255 Aug 31 17:25:42.435
55332026-08-31T17:25:43.366Z
55342026-08-31T17:25:43.366Z INFO adding route 172.17.0.49/32 -> 10.0.0.255ERRO
55352026-08-31T17:25:43.366ZAug 31 17:25:42.435 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 itDEBGAug 31 17:25:42.435
55362026-08-31T17:25:43.366ZAug 31 17:25:42.435 DEBGAug 31 17:25:42.435 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 31 17:25:42.435
55372026-08-31T17:25:43.366Z initted freemap. size: 64DEBGINFO, unitreplacing 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 :
55382026-08-31T17:25:43.366ZAug 31 17:25:42.435 freemap_route_ipv6replacing 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
55392026-08-31T17:25:43.366Zadding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
55402026-08-31T17:25:43.366Z
55412026-08-31T17:25:43.366ZAug 31 17:25:42.435
55422026-08-31T17:25:43.366Z Aug 31 17:25:42.435INFO DEBG Aug 31 17:25:42.435reset freemap Aug 31 17:25:42.435adding route 172.17.0.50/32 -> 10.0.0.255, DEBGAug 31 17:25:42.435 unit :
55432026-08-31T17:25:43.366Z 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 } }]freemap_route_ipv6
55442026-08-31T17:25:43.366ZDEBG
55452026-08-31T17:25:43.366Z 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 } }]INFO
55462026-08-31T17:25:43.366ZAug 31 17:25:42.435Aug 31 17:25:42.435 DEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 31 17:25:42.435
55472026-08-31T17:25:43.366ZINFOAug 31 17:25:42.435 INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing 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.58/32 -> 10.0.0.255
55482026-08-31T17:25:43.366Z adding route 3fff:dead::/64 -> 2001:db8::55:1
55492026-08-31T17:25:43.366Z
55502026-08-31T17:25:43.366Z
55512026-08-31T17:25:43.366ZAug 31 17:25:42.435 Aug 31 17:25:42.435Aug 31 17:25:42.435 Aug 31 17:25:42.435DEBG 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.51/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:25:42.435
55522026-08-31T17:25:43.366Z
55532026-08-31T17:25:43.366ZDEBG 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 } }]
55542026-08-31T17:25:43.366ZAug 31 17:25:42.435
55552026-08-31T17:25:43.366ZAug 31 17:25:42.435replacing 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 } }]
55562026-08-31T17:25:43.366ZINFOAug 31 17:25:42.435 DEBG adding route 172.17.0.59/32 -> 10.0.0.255INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
55572026-08-31T17:25:43.366Zreplacing 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 } }]
55582026-08-31T17:25:43.367Z
55592026-08-31T17:25:43.367ZAug 31 17:25:42.435 Aug 31 17:25:42.435INFOAug 31 17:25:42.435 DEBGDEBG adding route 3fff:beef:36::/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 } }]
55602026-08-31T17:25:43.367Z
55612026-08-31T17:25:43.367Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
55622026-08-31T17:25:43.367Z Aug 31 17:25:42.435INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 Aug 31 17:25:42.435adding route 172.17.0.52/32 -> 10.0.0.255
55632026-08-31T17:25:43.367ZINFO
55642026-08-31T17:25:43.367ZAug 31 17:25:42.435 adding route 172.17.0.60/32 -> 10.0.0.255INFO
55652026-08-31T17:25:43.367Z Aug 31 17:25:42.435 DEBGAug 31 17:25:42.435adding route 3fff:dead::/64 -> 2001:db8::55:3
55662026-08-31T17:25:43.367Ztest route::tests::same_size_non_subset_replace ... ok
55672026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
55682026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
55692026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
55702026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
55712026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
55722026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
55732026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
55742026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
55752026-08-31T17:25:43.367Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
55762026-08-31T17:25:43.367Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
55772026-08-31T17:25:43.367Z Aug 31 17:25:42.435 Aug 31 17:25:42.435DEBG 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 } }]DEBGDEBG
55782026-08-31T17:25:43.367Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
55792026-08-31T17:25:43.367Z
55802026-08-31T17:25:43.367ZAug 31 17:25:42.435DEBG Aug 31 17:25:42.435Aug 31 17:25:42.435INFOreplacing 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 } }]
55812026-08-31T17:25:43.367ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGadding route 172.17.0.53/32 -> 10.0.0.255 Aug 31 17:25:42.435
55822026-08-31T17:25:43.367Z INFO failed to allocate space for the new target list
55832026-08-31T17:25:43.367Z
55842026-08-31T17:25:43.367Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 17:25:42.435
55852026-08-31T17:25:43.367Z Aug 31 17:25:42.435INFOAug 31 17:25:42.435Aug 31 17:25:42.435 DEBGDEBG Aug 31 17:25:42.435replacing targets for 172.16.0.0/32 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 } }]
55862026-08-31T17:25:43.367ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
55872026-08-31T17:25:43.367Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
55882026-08-31T17:25:43.367Z
55892026-08-31T17:25:43.367ZDEBG Aug 31 17:25:42.435replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.435DEBG
55902026-08-31T17:25:43.367ZINFOreplacing targets for 3fff:dead::/64 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 } }]
55912026-08-31T17:25:43.367Zadding route 172.17.0.54/32 -> 10.0.0.255
55922026-08-31T17:25:43.367ZAug 31 17:25:42.435Aug 31 17:25:42.435 INFODEBG Aug 31 17:25:42.435adding route 3fff:beef:38::/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 } }]
55932026-08-31T17:25:43.367Z DEBG
55942026-08-31T17:25:43.367Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
55952026-08-31T17:25:43.367ZDEBG Aug 31 17:25:42.435replacing 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 } }]
55962026-08-31T17:25:43.367ZAug 31 17:25:42.435 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
55972026-08-31T17:25:43.367ZAug 31 17:25:42.435
55982026-08-31T17:25:43.368Z INFOAug 31 17:25:42.435 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
55992026-08-31T17:25:43.368Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
56002026-08-31T17:25:43.368Z DEBG Aug 31 17:25:42.435 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56012026-08-31T17:25:43.368Zreplacing 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 } }]
56022026-08-31T17:25:43.368ZAug 31 17:25:42.435 INFOAug 31 17:25:42.435Aug 31 17:25:42.435 adding route 172.17.0.8/32 -> 10.0.0.255INFO
56032026-08-31T17:25:43.368Z INFOadding route 172.17.0.56/32 -> 10.0.0.255
56042026-08-31T17:25:43.368Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
56052026-08-31T17:25:43.368ZAug 31 17:25:42.435 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 } }]
56062026-08-31T17:25:43.368ZAug 31 17:25:42.435Aug 31 17:25:42.435 Aug 31 17:25:42.435INFO DEBGAug 31 17:25:42.428 DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56072026-08-31T17:25:43.372Z 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
56082026-08-31T17:25:43.372ZINFO
56092026-08-31T17:25:43.372Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 31 17:25:42.435 Aug 31 17:25:42.435
56102026-08-31T17:25:43.372ZINFO Aug 31 17:25:42.435adding route 172.17.0.57/32 -> 10.0.0.255INFO
56112026-08-31T17:25:43.372ZDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }]
56122026-08-31T17:25:43.372Z
56132026-08-31T17:25:43.372ZAug 31 17:25:42.435Aug 31 17:25:42.435 Aug 31 17:25:42.435 DEBGDEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
56142026-08-31T17:25:43.372Z
56152026-08-31T17:25:43.372Z INFO
56162026-08-31T17:25:43.372Zadding route 172.17.0.10/32 -> 10.0.0.255Aug 31 17:25:42.435
56172026-08-31T17:25:43.372Z Aug 31 17:25:42.435INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 Aug 31 17:25:42.435
56182026-08-31T17:25:43.372Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
56192026-08-31T17:25:43.372Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
56202026-08-31T17:25:43.372Z Aug 31 17:25:42.435Aug 31 17:25:42.435DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56212026-08-31T17:25:43.372Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.435
56222026-08-31T17:25:43.372Z INFOINFO Aug 31 17:25:42.435adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 31 17:25:42.435
56232026-08-31T17:25:43.372ZINFO INFOadding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
56242026-08-31T17:25:43.372Z
56252026-08-31T17:25:43.372Z Aug 31 17:25:42.435adding route 172.17.0.48/32 -> 10.0.0.255
56262026-08-31T17:25:43.372ZDEBG Aug 31 17:25:42.435replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:25:42.435
56272026-08-31T17:25:43.372ZAug 31 17:25:42.435 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 Aug 31 17:25:42.441
56282026-08-31T17:25:43.372Z created new freemapDEBG, unitfailed to allocate space for the new target list:
56292026-08-31T17:25:43.372Z freemap_route_ipv4Aug 31 17:25:42.436Aug 31 17:25:42.441 DEBGDEBG
56302026-08-31T17:25:43.372Zcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
56312026-08-31T17:25:43.372ZAug 31 17:25:42.441unit :DEBG freemap_route_ipv4replacing 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 } }]
56322026-08-31T17:25:43.372ZAug 31 17:25:42.441 DEBG
56332026-08-31T17:25:43.373Zcreated new freemap, unitAug 31 17:25:42.441: DEBGfreemap_route_ipv6Aug 31 17:25:42.441
56342026-08-31T17:25:43.373Z created new freemapINFO, unitadding route 172.17.0.49/32 -> 10.0.0.255:Aug 31 17:25:42.441
56352026-08-31T17:25:43.373Z freemap_route_ipv6DEBG
56362026-08-31T17:25:43.373Z initted freemap. size: 64, unit: freemap_route_ipv4Aug 31 17:25:42.441
56372026-08-31T17:25:43.373ZAug 31 17:25:42.441 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.441
56382026-08-31T17:25:43.373Zinitted freemap. size: 64 , DEBGunit :reset freemap , freemap_route_ipv4unit
56392026-08-31T17:25:43.373Z: Aug 31 17:25:42.441 freemap_route_ipv4INFO
56402026-08-31T17:25:43.373Z DEBGadding route 172.17.0.50/32 -> 10.0.0.255Aug 31 17:25:42.441 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56412026-08-31T17:25:43.373ZAug 31 17:25:42.441
56422026-08-31T17:25:43.373Z reset freemap DEBG, unitinitted freemap. size: 64:, Aug 31 17:25:42.441unit :DEBGfreemap_route_ipv4Aug 31 17:25:42.441
56432026-08-31T17:25:43.373Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6INFO
56442026-08-31T17:25:43.373Z
56452026-08-31T17:25:43.373Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 31 17:25:42.441
56462026-08-31T17:25:43.373Z Aug 31 17:25:42.441Aug 31 17:25:42.441DEBG initted freemap. size: 64DEBG , Aug 31 17:25:42.441 INFOunit :reset freemap DEBGfreemap_route_ipv6
56472026-08-31T17:25:43.373Zreplacing 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.51/32 -> 10.0.0.255unit
56482026-08-31T17:25:43.373Z
56492026-08-31T17:25:43.373Z: freemap_route_ipv6Aug 31 17:25:42.441Aug 31 17:25:42.441
56502026-08-31T17:25:43.373ZDEBGINFO reset freemapadding route 172.17.0.13/32 -> 10.0.0.255, Aug 31 17:25:42.441
56512026-08-31T17:25:43.373Zunit : DEBGfreemap_route_ipv6 Aug 31 17:25:42.441
56522026-08-31T17:25:43.373Zreplacing 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 } }]
56532026-08-31T17:25:43.373ZINFOAug 31 17:25:42.441Aug 31 17:25:42.441 DEBGAug 31 17:25:42.441 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1
56542026-08-31T17:25:43.373Z
56552026-08-31T17:25:43.373Zreplacing 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
56562026-08-31T17:25:43.373Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 31 17:25:42.441
56572026-08-31T17:25:43.373Z Aug 31 17:25:42.441DEBG DEBG Aug 31 17:25:42.441replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56582026-08-31T17:25:43.373Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
56592026-08-31T17:25:43.373Zadding route 172.17.0.14/32 -> 10.0.0.255
56602026-08-31T17:25:43.373ZAug 31 17:25:42.441Aug 31 17:25:42.441 INFO Aug 31 17:25:42.441DEBGadding route 172.16.0.0/32 -> 10.0.0.2
56612026-08-31T17:25:43.373Z Aug 31 17:25:42.441INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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
56622026-08-31T17:25:43.373Ztest route::tests::shrink_preserves_compacted_order ... ok
56632026-08-31T17:25:43.373ZAug 31 17:25:42.441 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
56642026-08-31T17:25:43.373Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56652026-08-31T17:25:43.373Z
56662026-08-31T17:25:43.373Ztest route::tests::delete_target_fragmented ... ok
56672026-08-31T17:25:43.373ZAug 31 17:25:42.441 INFOAug 31 17:25:42.441Aug 31 17:25:42.441 Aug 31 17:25:42.441adding route 172.17.0.15/32 -> 10.0.0.255 INFO
56682026-08-31T17:25:43.373ZDEBG adding route 172.16.0.0/32 -> 10.0.0.3
56692026-08-31T17:25:43.373Ztest route::tests::add_target_fails_full ... ok
56702026-08-31T17:25:43.373ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
56712026-08-31T17:25:43.373ZAug 31 17:25:42.441 Aug 31 17:25:42.441adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 31 17:25:42.441
56722026-08-31T17:25:43.373Z INFOreplacing 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
56732026-08-31T17:25:43.374Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
56742026-08-31T17:25:43.374Z
56752026-08-31T17:25:43.374ZAug 31 17:25:42.441Aug 31 17:25:42.441 Aug 31 17:25:42.441DEBGAug 31 17:25:42.441INFO INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
56762026-08-31T17:25:43.374Z
56772026-08-31T17:25:43.374Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
56782026-08-31T17:25:43.374Z
56792026-08-31T17:25:43.374ZAug 31 17:25:42.441Aug 31 17:25:42.441Aug 31 17:25:42.441 Aug 31 17:25:42.441 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
56802026-08-31T17:25:43.374Zadding route 3fff:dead::/64 -> 2001:db8::55:4INFO adding route 172.17.0.54/32 -> 10.0.0.255
56812026-08-31T17:25:43.374Z
56822026-08-31T17:25:43.374Zreplacing 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 } }]
56832026-08-31T17:25:43.374ZAug 31 17:25:42.441 DEBGAug 31 17:25:42.441Aug 31 17:25:42.441 Aug 31 17:25:42.441DEBGreplacing targets for 172.16.0.0/32 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 Aug 31 17:25:42.442 adding route 172.17.0.17/32 -> 10.0.0.255
56842026-08-31T17:25:43.374ZDEBG DEBG
56852026-08-31T17:25:43.374Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:25:42.448 DEBG created new freemap
56862026-08-31T17:25:43.374Z , replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
56872026-08-31T17:25:43.374Z DEBGfreemap_route_ipv4 Aug 31 17:25:42.448replacing 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 } }]
56882026-08-31T17:25:43.374ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
56892026-08-31T17:25:43.374Z Aug 31 17:25:42.448 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 } }] 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 } }]
56902026-08-31T17:25:43.374Z
56912026-08-31T17:25:43.374ZAug 31 17:25:42.448 Aug 31 17:25:42.448DEBG INFOfailed to allocate space for the new target list
56922026-08-31T17:25:43.374Z
56932026-08-31T17:25:43.374Z adding route 172.17.0.18/32 -> 10.0.0.255
56942026-08-31T17:25:43.374ZAug 31 17:25:42.448Aug 31 17:25:42.448Aug 31 17:25:42.448 DEBG DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]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 } }]
56952026-08-31T17:25:43.374Z
56962026-08-31T17:25:43.374Zreplacing targets for 3fff:dead::/64 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 } }]
56972026-08-31T17:25:43.374ZAug 31 17:25:42.448 DEBG created new freemapAug 31 17:25:42.448 , INFOunit :adding route 172.17.0.19/32 -> 10.0.0.255
56982026-08-31T17:25:43.374Zfreemap_route_ipv6
56992026-08-31T17:25:43.374ZAug 31 17:25:42.448 DEBG initted freemap. size: 64, Aug 31 17:25:42.448unit :DEBG freemap_route_ipv4replacing 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 } }]
57002026-08-31T17:25:43.374Z
57012026-08-31T17:25:43.374ZAug 31 17:25:42.448Aug 31 17:25:42.448 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255reset freemap
57022026-08-31T17:25:43.374Z, unit: freemap_route_ipv4
57032026-08-31T17:25:43.374ZAug 31 17:25:42.448 DEBG Aug 31 17:25:42.448initted freemap. size: 64 , DEBGunit :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 } }]
57042026-08-31T17:25:43.374Zfreemap_route_ipv6
57052026-08-31T17:25:43.374ZAug 31 17:25:42.448 DEBG reset freemap, unit:Aug 31 17:25:42.448 freemap_route_ipv6INFO
57062026-08-31T17:25:43.374Z adding route 172.17.0.21/32 -> 10.0.0.255
57072026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
57082026-08-31T17:25:43.379Z
57092026-08-31T17:25:43.379ZAug 31 17:25:42.448 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 } }]
57102026-08-31T17:25:43.379ZAug 31 17:25:42.448 INFO adding route 172.16.0.0/32 -> 10.0.0.1
57112026-08-31T17:25:43.379ZAug 31 17:25:42.448 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 } }]
57122026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448 INFOAug 31 17:25:42.448 INFOadding route 172.17.0.55/32 -> 10.0.0.255 INFO
57132026-08-31T17:25:43.379Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
57142026-08-31T17:25:43.379Z
57152026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448Aug 31 17:25:42.448 DEBGDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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.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.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 } }]
57162026-08-31T17:25:43.379Z
57172026-08-31T17:25:43.379Z
57182026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448Aug 31 17:25:42.448 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255INFO
57192026-08-31T17:25:43.379Z
57202026-08-31T17:25:43.379Z adding route 172.16.0.0/32 -> 10.0.0.2
57212026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448Aug 31 17:25:42.448 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 } }]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 } }]
57222026-08-31T17:25:43.379Z
57232026-08-31T17:25:43.379Z 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 } }]
57242026-08-31T17:25:43.379ZAug 31 17:25:42.448 Aug 31 17:25:42.448Aug 31 17:25:42.448 INFOINFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
57252026-08-31T17:25:43.379Z adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
57262026-08-31T17:25:43.379Z
57272026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448Aug 31 17:25:42.448 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 } }]DEBG
57282026-08-31T17:25:43.379Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57292026-08-31T17:25:43.379Z
57302026-08-31T17:25:43.379ZAug 31 17:25:42.448 INFOAug 31 17:25:42.448Aug 31 17:25:42.448 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
57312026-08-31T17:25:43.379Z
57322026-08-31T17:25:43.379Z
57332026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448 Aug 31 17:25:42.448DEBGDEBG 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 } }]
57342026-08-31T17:25:43.379Zreplacing 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 } }]
57352026-08-31T17:25:43.379Zreplacing 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 } }]
57362026-08-31T17:25:43.379ZAug 31 17:25:42.448Aug 31 17:25:42.448 Aug 31 17:25:42.448INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255INFO
57372026-08-31T17:25:43.379Zadding route 172.17.0.2/32 -> 10.0.0.255
57382026-08-31T17:25:43.379Zadding route 172.17.0.26/32 -> 10.0.0.255
57392026-08-31T17:25:43.379ZAug 31 17:25:42.448 Aug 31 17:25:42.448DEBGAug 31 17:25:42.448 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 } }] DEBGDEBG
57402026-08-31T17:25:43.379Z 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.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 } }]
57412026-08-31T17:25:43.380Z
57422026-08-31T17:25:43.380ZAug 31 17:25:42.448 Aug 31 17:25:42.448Aug 31 17:25:42.448 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255INFO
57432026-08-31T17:25:43.380Z adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
57442026-08-31T17:25:43.380Z
57452026-08-31T17:25:43.380ZAug 31 17:25:42.448 DEBGAug 31 17:25:42.448 Aug 31 17:25:42.448replacing 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 } }]
57462026-08-31T17:25:43.380ZDEBG 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 } }]
57472026-08-31T17:25:43.380Zreplacing 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 } }]
57482026-08-31T17:25:43.380ZAug 31 17:25:42.448Aug 31 17:25:42.448 INFOAug 31 17:25:42.448 adding route 172.17.0.61/32 -> 10.0.0.255INFO
57492026-08-31T17:25:43.380ZINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
57502026-08-31T17:25:43.380Z
57512026-08-31T17:25:43.380ZAug 31 17:25:42.448 DEBG Aug 31 17:25:42.448replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:25:42.448DEBG DEBG
57522026-08-31T17:25:43.380Zreplacing 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 } }]
57532026-08-31T17:25:43.380Zreplacing 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 } }]
57542026-08-31T17:25:43.380ZAug 31 17:25:42.448 Aug 31 17:25:42.448Aug 31 17:25:42.448INFO INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
57552026-08-31T17:25:43.380Z
57562026-08-31T17:25:43.380Z
57572026-08-31T17:25:43.380ZAug 31 17:25:42.448Aug 31 17:25:42.448 Aug 31 17:25:42.448DEBG DEBGDEBGreplacing 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 } }]
57582026-08-31T17:25:43.380Zreplacing 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 } }]
57592026-08-31T17:25:43.380Zreplacing 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 } }]
57602026-08-31T17:25:43.380ZAug 31 17:25:42.448 Aug 31 17:25:42.448Aug 31 17:25:42.448INFO INFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255INFO
57612026-08-31T17:25:43.380Z
57622026-08-31T17:25:43.380Z adding route 172.17.0.6/32 -> 10.0.0.255
57632026-08-31T17:25:43.380ZAug 31 17:25:42.448Aug 31 17:25:42.448 Aug 31 17:25:42.448DEBG DEBGreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57642026-08-31T17:25:43.380ZDEBG 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.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 } }]
57652026-08-31T17:25:43.380Z
57662026-08-31T17:25:43.380ZAug 31 17:25:42.448 DEBGAug 31 17:25:42.448Aug 31 17:25:42.448 failed to allocate space for the new target listINFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
57672026-08-31T17:25:43.380Z
57682026-08-31T17:25:43.380Z
57692026-08-31T17:25:43.380ZAug 31 17:25:42.448Aug 31 17:25:42.448Aug 31 17:25:42.448 DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }]
57702026-08-31T17:25:43.380Z
57712026-08-31T17:25:43.380Z
57722026-08-31T17:25:43.380Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
57732026-08-31T17:25:43.380ZAug 31 17:25:42.448Aug 31 17:25:42.448 Aug 31 17:25:42.448INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBGINFO
57742026-08-31T17:25:43.380Z failed to allocate space for the new target listadding route 172.17.0.32/32 -> 10.0.0.255
57752026-08-31T17:25:43.380Z
57762026-08-31T17:25:43.380ZAug 31 17:25:42.448 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 31 17:25:42.448
57772026-08-31T17:25:43.380Z 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 } }]
57782026-08-31T17:25:43.380ZAug 31 17:25:42.448 INFO Aug 31 17:25:42.448adding route 172.17.0.9/32 -> 10.0.0.255
57792026-08-31T17:25:43.380ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
57802026-08-31T17:25:43.381ZAug 31 17:25:42.448 DEBG Aug 31 17:25:42.448replacing 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 } }]
57812026-08-31T17:25:43.381ZDEBG 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 } }]
57822026-08-31T17:25:43.381ZAug 31 17:25:42.448 INFO Aug 31 17:25:42.448adding route 172.17.0.10/32 -> 10.0.0.255
57832026-08-31T17:25:43.381ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
57842026-08-31T17:25:43.381ZAug 31 17:25:42.448 DEBG Aug 31 17:25:42.448replacing 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 } }]
57852026-08-31T17:25:43.381ZDEBG 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 } }]
57862026-08-31T17:25:43.381ZAug 31 17:25:42.448 INFO Aug 31 17:25:42.448adding route 172.17.0.11/32 -> 10.0.0.255
57872026-08-31T17:25:43.381ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
57882026-08-31T17:25:43.381ZAug 31 17:25:42.448 DEBG Aug 31 17:25:42.448replacing 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 } }]
57892026-08-31T17:25:43.381ZDEBG 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 } }]
57902026-08-31T17:25:43.381ZAug 31 17:25:42.448 INFO Aug 31 17:25:42.448adding route 172.17.0.12/32 -> 10.0.0.255
57912026-08-31T17:25:43.381ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
57922026-08-31T17:25:43.381ZAug 31 17:25:42.448 DEBGAug 31 17:25:42.448 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 } }]
57932026-08-31T17:25:43.381ZAug 31 17:25:42.454 INFO adding route 172.17.0.13/32 -> 10.0.0.255
57942026-08-31T17:25:43.381ZAug 31 17:25:42.448Aug 31 17:25:42.454 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 } }]
57952026-08-31T17:25:43.381Z Aug 31 17:25:42.454DEBG INFOcreated new freemap , adding route 172.17.0.14/32 -> 10.0.0.255unit
57962026-08-31T17:25:43.381Z: freemap_route_ipv4
57972026-08-31T17:25:43.381ZAug 31 17:25:42.454 Aug 31 17:25:42.454 DEBG created new freemapDEBG, 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 } }]:
57982026-08-31T17:25:43.381Z freemap_route_ipv6
57992026-08-31T17:25:43.381ZAug 31 17:25:42.454 Aug 31 17:25:42.454 INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255initted freemap. size: 64
58002026-08-31T17:25:43.381Z, unit: freemap_route_ipv4
58012026-08-31T17:25:43.381ZAug 31 17:25:42.454 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 } }]
58022026-08-31T17:25:43.381Z Aug 31 17:25:42.454DEBG DEBGAug 31 17:25:42.454replacing 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 } }]
58032026-08-31T17:25:43.381ZINFOreset freemap , adding route 172.17.0.16/32 -> 10.0.0.255unit
58042026-08-31T17:25:43.381Z: freemap_route_ipv4
58052026-08-31T17:25:43.381ZAug 31 17:25:42.454Aug 31 17:25:42.454 Aug 31 17:25:42.454DEBG DEBGINFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64adding route 172.17.0.37/32 -> 10.0.0.255,
58062026-08-31T17:25:43.381Zunit
58072026-08-31T17:25:43.388Z: freemap_route_ipv6
58082026-08-31T17:25:43.388ZAug 31 17:25:42.454Aug 31 17:25:42.454 Aug 31 17:25:42.454DEBG INFODEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap
58092026-08-31T17:25:43.388Z, adding route 172.17.0.17/32 -> 10.0.0.255unit
58102026-08-31T17:25:43.388Z: freemap_route_ipv6
58112026-08-31T17:25:43.388ZAug 31 17:25:42.454Aug 31 17:25:42.454 Aug 31 17:25:42.454INFO DEBG adding route 172.17.0.38/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 } }]INFO
58122026-08-31T17:25:43.388Z
58132026-08-31T17:25:43.388Z adding route 172.16.0.0/32 -> 10.0.0.1
58142026-08-31T17:25:43.388ZAug 31 17:25:42.454Aug 31 17:25:42.454Aug 31 17:25:42.454 DEBGINFODEBG adding route 172.17.0.18/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
58152026-08-31T17:25:43.388Z
58162026-08-31T17:25:43.388Z
58172026-08-31T17:25:43.388ZAug 31 17:25:42.454Aug 31 17:25:42.454 Aug 31 17:25:42.454DEBG 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 } }] INFO
58182026-08-31T17:25:43.388Zadding route 172.16.0.0/32 -> 10.0.0.2
58192026-08-31T17:25:43.388Zadding route 172.17.0.39/32 -> 10.0.0.255
58202026-08-31T17:25:43.388ZAug 31 17:25:42.454 Aug 31 17:25:42.454INFOAug 31 17:25:42.454 DEBGadding route 172.17.0.19/32 -> 10.0.0.255DEBG
58212026-08-31T17:25:43.388Z 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 } }]
58222026-08-31T17:25:43.388Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58232026-08-31T17:25:43.388ZAug 31 17:25:42.454 DEBGAug 31 17:25:42.454 Aug 31 17:25:42.454replacing 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
58242026-08-31T17:25:43.388ZINFOadding route 172.17.0.40/32 -> 10.0.0.255
58252026-08-31T17:25:43.388Zadding route 172.16.0.0/32 -> 10.0.0.3
58262026-08-31T17:25:43.388ZAug 31 17:25:42.454 INFOAug 31 17:25:42.454 Aug 31 17:25:42.454adding route 172.17.0.20/32 -> 10.0.0.255
58272026-08-31T17:25:43.388ZDEBGDEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
58282026-08-31T17:25:43.388ZAug 31 17:25:42.454
58292026-08-31T17:25:43.389Z 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 } }]Aug 31 17:25:42.454
58302026-08-31T17:25:43.389Z Aug 31 17:25:42.454INFO adding route 172.17.0.41/32 -> 10.0.0.255INFO
58312026-08-31T17:25:43.389Z Aug 31 17:25:42.454adding route 172.16.0.0/32 -> 10.0.0.4
58322026-08-31T17:25:43.389ZINFO Aug 31 17:25:42.454adding route 172.17.0.21/32 -> 10.0.0.255
58332026-08-31T17:25:43.389ZDEBGAug 31 17:25:42.454 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 } }]
58342026-08-31T17:25:43.389ZDEBGAug 31 17:25:42.454 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:25:42.454
58352026-08-31T17:25:43.389Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58362026-08-31T17:25:43.389Z adding route 172.17.0.42/32 -> 10.0.0.255
58372026-08-31T17:25:43.389ZAug 31 17:25:42.454Aug 31 17:25:42.454 DEBGAug 31 17:25:42.454 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
58382026-08-31T17:25:43.389Zadding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58392026-08-31T17:25:43.389Z
58402026-08-31T17:25:43.389ZAug 31 17:25:42.454Aug 31 17:25:42.454 INFODEBG adding route 172.17.0.43/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 } }]
58412026-08-31T17:25:43.389Z
58422026-08-31T17:25:43.389ZAug 31 17:25:42.454Aug 31 17:25:42.454 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.23/32 -> 10.0.0.255
58432026-08-31T17:25:43.389Z
58442026-08-31T17:25:43.389ZAug 31 17:25:42.454Aug 31 17:25:42.454 INFODEBG adding route 172.17.0.44/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 } }]
58452026-08-31T17:25:43.390Z
58462026-08-31T17:25:43.390ZAug 31 17:25:42.454 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 } }]
58472026-08-31T17:25:43.390ZAug 31 17:25:42.454 INFO adding route 172.17.0.45/32 -> 10.0.0.255
58482026-08-31T17:25:43.390ZAug 31 17:25:42.455 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 } }]
58492026-08-31T17:25:43.390ZAug 31 17:25:42.455 INFOAug 31 17:25:42.455 adding route 172.17.0.24/32 -> 10.0.0.255INFO
58502026-08-31T17:25:43.390Z adding route 172.17.0.46/32 -> 10.0.0.255
58512026-08-31T17:25:43.390ZAug 31 17:25:42.455 DEBGAug 31 17:25:42.455 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
58522026-08-31T17:25:43.390Z 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 } }]
58532026-08-31T17:25:43.390ZAug 31 17:25:42.455 INFOAug 31 17:25:42.455 INFO adding route 172.17.0.47/32 -> 10.0.0.255
58542026-08-31T17:25:43.390Zadding route 172.17.0.25/32 -> 10.0.0.255
58552026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58562026-08-31T17:25:43.390Z 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 } }]
58572026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255
58582026-08-31T17:25:43.390Z adding route 172.17.0.26/32 -> 10.0.0.255
58592026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58602026-08-31T17:25:43.390Z
58612026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
58622026-08-31T17:25:43.390Z
58632026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
58642026-08-31T17:25:43.390Z
58652026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
58662026-08-31T17:25:43.390Z
58672026-08-31T17:25:43.390Ztest route::tests::delete_target_full ... ok
58682026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
58692026-08-31T17:25:43.390Z
58702026-08-31T17:25:43.390Ztest route::tests::delete_targets_fragmented ... ok
58712026-08-31T17:25:43.390Z
58722026-08-31T17:25:43.390Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
58732026-08-31T17:25:43.390Z
58742026-08-31T17:25:43.390ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
58752026-08-31T17:25:43.391Z
58762026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
58772026-08-31T17:25:43.391Z
58782026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
58792026-08-31T17:25:43.391Z
58802026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
58812026-08-31T17:25:43.391Z
58822026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
58832026-08-31T17:25:43.391Z
58842026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58852026-08-31T17:25:43.391Z
58862026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
58872026-08-31T17:25:43.391Z
58882026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 DEBGDEBG 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 } }]
58892026-08-31T17:25:43.391Z
58902026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
58912026-08-31T17:25:43.391Z
58922026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
58932026-08-31T17:25:43.391Z
58942026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
58952026-08-31T17:25:43.391Z
58962026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
58972026-08-31T17:25:43.391Z
58982026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
58992026-08-31T17:25:43.391Z
59002026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
59012026-08-31T17:25:43.391Z
59022026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
59032026-08-31T17:25:43.391Z
59042026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
59052026-08-31T17:25:43.391Z
59062026-08-31T17:25:43.391ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
59072026-08-31T17:25:43.396Z
59082026-08-31T17:25:43.396ZAug 31 17:25:42.455Aug 31 17:25:42.455 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.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 } }]
59092026-08-31T17:25:43.396Z
59102026-08-31T17:25:43.396ZAug 31 17:25:42.455Aug 31 17:25:42.455 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
59112026-08-31T17:25:43.396Z
59122026-08-31T17:25:43.396ZAug 31 17:25:42.461 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 } }]
59132026-08-31T17:25:43.396ZAug 31 17:25:42.461Aug 31 17:25:42.461 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59142026-08-31T17:25:43.396Z Aug 31 17:25:42.461DEBG 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 } }]
59152026-08-31T17:25:43.396Z 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 31 17:25:42.461
59162026-08-31T17:25:43.396Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
59172026-08-31T17:25:43.396ZAug 31 17:25:42.461 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 } }]
59182026-08-31T17:25:43.396ZAug 31 17:25:42.461 Aug 31 17:25:42.461INFO INFOadding route 172.17.0.61/32 -> 10.0.0.255
59192026-08-31T17:25:43.396Zadding route 172.17.0.41/32 -> 10.0.0.255
59202026-08-31T17:25:43.396ZAug 31 17:25:42.461Aug 31 17:25:42.461 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59212026-08-31T17:25:43.396Z
59222026-08-31T17:25:43.397ZAug 31 17:25:42.461Aug 31 17:25:42.461 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
59232026-08-31T17:25:43.397Z
59242026-08-31T17:25:43.397ZAug 31 17:25:42.461Aug 31 17:25:42.461 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59252026-08-31T17:25:43.397Z
59262026-08-31T17:25:43.397ZAug 31 17:25:42.461Aug 31 17:25:42.461 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255failed to allocate space for the new target list
59272026-08-31T17:25:43.397Z
59282026-08-31T17:25:43.397ZAug 31 17:25:42.461Aug 31 17:25:42.461 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
59292026-08-31T17:25:43.397Z
59302026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59312026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59322026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59332026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59342026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59352026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59362026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59372026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59382026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59392026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59402026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59412026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59422026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59432026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59442026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59452026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59462026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59472026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59482026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59492026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59502026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59512026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59522026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59532026-08-31T17:25:43.397ZAug 31 17:25:42.461 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 } }]
59542026-08-31T17:25:43.397ZAug 31 17:25:42.461 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59552026-08-31T17:25:43.398ZAug 31 17:25:42.461 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 } }]
59562026-08-31T17:25:43.398ZAug 31 17:25:42.461 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59572026-08-31T17:25:43.398ZAug 31 17:25:42.461 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 } }]
59582026-08-31T17:25:43.398ZAug 31 17:25:42.461 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59592026-08-31T17:25:43.398ZAug 31 17:25:42.461 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 } }]
59602026-08-31T17:25:43.398ZAug 31 17:25:42.461 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59612026-08-31T17:25:43.398ZAug 31 17:25:42.461 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 } }]
59622026-08-31T17:25:43.398ZAug 31 17:25:42.461 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59632026-08-31T17:25:43.398ZAug 31 17:25:42.461 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 } }]
59642026-08-31T17:25:43.398ZAug 31 17:25:42.461 DEBG failed to allocate space for the new target list
59652026-08-31T17:25:43.398ZAug 31 17:25:42.461 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 } }]
59662026-08-31T17:25:43.398Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-5750b041e52bfda1)
59672026-08-31T17:25:43.398Z
59682026-08-31T17:25:43.398Zrunning 0 tests
59692026-08-31T17:25:43.398Z
59702026-08-31T17:25:43.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59712026-08-31T17:25:43.398Z
59722026-08-31T17:25:43.398Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
59732026-08-31T17:25:43.398Z
59742026-08-31T17:25:43.398Zrunning 0 tests
59752026-08-31T17:25:43.398Z
59762026-08-31T17:25:43.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59772026-08-31T17:25:43.398Z
59782026-08-31T17:25:43.398Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957)
59792026-08-31T17:25:43.398Z
59802026-08-31T17:25:43.398Zrunning 6 tests
59812026-08-31T17:25:43.399Ztest tests::test_parse_client_port_id ... ok
59822026-08-31T17:25:43.399Ztest tests::test_full_lot_id_neither_present ... ok
59832026-08-31T17:25:43.399Ztest tests::test_full_lot_id_lot_only ... ok
59842026-08-31T17:25:43.399Ztest tests::test_full_lot_id_lotnum_only ... ok
59852026-08-31T17:25:43.399Ztest tests::test_full_lot_id_both_present ... ok
59862026-08-31T17:25:43.399Ztest tests::test_port_id_cmp ... ok
59872026-08-31T17:25:43.399Z
59882026-08-31T17:25:43.399Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59892026-08-31T17:25:43.399Z
59902026-08-31T17:25:43.399Z Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de)
59912026-08-31T17:25:43.399Z
59922026-08-31T17:25:43.399Zrunning 0 tests
59932026-08-31T17:25:43.399Z
59942026-08-31T17:25:43.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59952026-08-31T17:25:43.399Z
59962026-08-31T17:25:43.399Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
59972026-08-31T17:25:43.399Z
59982026-08-31T17:25:43.399Zrunning 0 tests
59992026-08-31T17:25:43.399Z
60002026-08-31T17:25:43.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60012026-08-31T17:25:43.399Z
60022026-08-31T17:25:43.399Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
60032026-08-31T17:25:43.413Z
60042026-08-31T17:25:43.413Zrunning 15 tests
60052026-08-31T17:25:43.416Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60062026-08-31T17:25:43.416Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60072026-08-31T17:25:43.416Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60082026-08-31T17:25:43.416Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60092026-08-31T17:25:43.416Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60102026-08-31T17:25:43.416Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60112026-08-31T17:25:43.416Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60122026-08-31T17:25:43.416Ztest v1::network::tests::test_equal ... ok
60132026-08-31T17:25:43.416Ztest v1::network::tests::test_eui64 ... ok
60142026-08-31T17:25:43.416Ztest v1::network::tests::test_into ... ok
60152026-08-31T17:25:43.416Ztest v1::network::tests::test_not_equal ... ok
60162026-08-31T17:25:43.416Ztest v1::port::tests::port_ids_are_ascii ... ok
60172026-08-31T17:25:43.419Ztest v1::network::tests::test_to_string ... ok
60182026-08-31T17:25:43.419Ztest v1::network::tests::test_parse ... ok
60192026-08-31T17:25:43.419Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60202026-08-31T17:25:43.419Z
60212026-08-31T17:25:43.419Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
60222026-08-31T17:25:43.419Z
60232026-08-31T17:25:43.422Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
60242026-08-31T17:25:43.425Z
60252026-08-31T17:25:43.425Zrunning 12 tests
60262026-08-31T17:25:43.428Ztest icmp::test_v6_checksum ... ok
60272026-08-31T17:25:43.428Ztest lldp::test_lldp_parse ... ok
60282026-08-31T17:25:43.428Ztest ipv6::test_ipv6_parse ... ok
60292026-08-31T17:25:43.428Ztest icmp::test_v4_checksum ... ok
60302026-08-31T17:25:43.428Ztest pbuf::test_byte ... ok
60312026-08-31T17:25:43.428Ztest pbuf::test_nibble ... ok
60322026-08-31T17:25:43.428Ztest pbuf::test_overflow ... ok
60332026-08-31T17:25:43.428Ztest pbuf::test_short ... ok
60342026-08-31T17:25:43.428Ztest pbuf::test_twelve ... ok
60352026-08-31T17:25:43.428Ztest pbuf::test_word ... ok
60362026-08-31T17:25:43.428Ztest tcp::test_checksum_ack_data ... ok
60372026-08-31T17:25:43.428Ztest tcp::test_checksum_syn_nodata ... ok
60382026-08-31T17:25:43.428Z
60392026-08-31T17:25:43.428Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60402026-08-31T17:25:43.428Z
60412026-08-31T17:25:43.428Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60422026-08-31T17:25:43.429Z
60432026-08-31T17:25:43.429Zrunning 0 tests
60442026-08-31T17:25:43.429Z
60452026-08-31T17:25:43.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462026-08-31T17:25:43.429Z
60472026-08-31T17:25:43.429Z Running unittests src/main.rs (target/debug/deps/swadm-b2a24f703eb7d5da)
60482026-08-31T17:25:43.432Z
60492026-08-31T17:25:43.432Zrunning 5 tests
60502026-08-31T17:25:43.435Ztest switchport::test::test_compute_lanes ... ok
60512026-08-31T17:25:43.435Ztest switchport::test::port_id_ordering ... ok
60522026-08-31T17:25:43.435Z Lane 0 Lane 1 Lane 2 Lane 3
60532026-08-31T17:25:43.435Z Rx Loss-of-lock: Yes Lane 0Yes Yes Yes
60542026-08-31T17:25:43.435ZLane 1 Rx Loss-of-signal: Yes Lane 2 YesLane 3
60552026-08-31T17:25:43.436ZYes Yes
60562026-08-31T17:25:43.436Z State: Activated Rx CDR Enabled: YesActivated Activated YesActivated
60572026-08-31T17:25:43.436ZYes Rx Output Enabled: falseYes
60582026-08-31T17:25:43.436Z Tx Enabled: Yesfalse falseYes false
60592026-08-31T17:25:43.436ZYes Rx Output Status: validYes
60602026-08-31T17:25:43.436Z Tx Loss-of-lock: Novalid Novalid Novalid
60612026-08-31T17:25:43.436ZNo
60622026-08-31T17:25:43.436Z Rx Loss-of-lock: true Tx Loss-of-signal: No true Notrue true
60632026-08-31T17:25:43.436ZNo Rx Loss-of-signal: falseNo
60642026-08-31T17:25:43.436Zfalse Tx CDR Enabled: Nofalse false
60652026-08-31T17:25:43.436ZNoRx Auto-squelch Disable: true Notrue No
60662026-08-31T17:25:43.436Ztrue Tx Adaptive EQ Fault: No trueNo
60672026-08-31T17:25:43.436Z Tx Output Enabled: trueNo Notrue
60682026-08-31T17:25:43.436Z Tx Fault: Yestrue true
60692026-08-31T17:25:43.436ZYes Tx Output Status: invalidYes Yesinvalid
60702026-08-31T17:25:43.436Z invalid invalid
60712026-08-31T17:25:43.436Z Tx Loss-of-lock: false false false false
60722026-08-31T17:25:43.436Z Tx Loss-of-signal: true true true true
60732026-08-31T17:25:43.436ZTx Auto-squelch Disable: false false false false
60742026-08-31T17:25:43.436Z Tx Adaptive EQ Fail: true true true true
60752026-08-31T17:25:43.436Z Tx Failure: false false false false
60762026-08-31T17:25:43.436Z Tx Force Squelch: true true true true
60772026-08-31T17:25:43.436Z Tx Input Polarity: normal normal normal normal
60782026-08-31T17:25:43.436Ztest switchport::test::test_print_sff_datapath ... ok
60792026-08-31T17:25:43.436Ztest switchport::test::test_print_cmis_datapath ... ok
60802026-08-31T17:25:43.436Ztest link::test_filter ... ok
60812026-08-31T17:25:43.436Z
60822026-08-31T17:25:43.436Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60832026-08-31T17:25:43.436Z
60842026-08-31T17:25:43.436Z Running tests/cli/main.rs (target/debug/deps/cli-35f8289389b89620)
60852026-08-31T17:25:43.439Z
60862026-08-31T17:25:43.439Zrunning 7 tests
60872026-08-31T17:25:43.440Ztest counters::counters_list ... ignored
60882026-08-31T17:25:43.440Ztest link_apply::apply_tx_eq_all ... ignored
60892026-08-31T17:25:43.440Ztest link_apply::apply_tx_eq_custom ... ignored
60902026-08-31T17:25:43.440Ztest tx_eq::set_all_taps ... ignored
60912026-08-31T17:25:43.440Ztest tx_eq::set_partial_taps ... ignored
60922026-08-31T17:25:43.443Ztest cmd::test::pattern_statics ... ok
60932026-08-31T17:25:43.448Ztest link_apply::tx_eq_exclusive ... ok
60942026-08-31T17:25:43.448Z
60952026-08-31T17:25:43.451Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
60962026-08-31T17:25:43.451Z
60972026-08-31T17:25:43.451Z Running unittests src/main.rs (target/debug/deps/tfportd-eb82fd626e78091b)
60982026-08-31T17:25:43.454Z
60992026-08-31T17:25:43.454Zrunning 3 tests
61002026-08-31T17:25:43.454Ztest linklocal::test_parse_ipadm ... ok
61012026-08-31T17:25:43.454Ztest tfport::test_parse_tfport ... ok
61022026-08-31T17:25:43.454Ztest config::tests::test_updates ... ok
61032026-08-31T17:25:43.454Z
61042026-08-31T17:25:43.454Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052026-08-31T17:25:43.455Z
61062026-08-31T17:25:43.458Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
61072026-08-31T17:25:43.458Z
61082026-08-31T17:25:43.458Zrunning 0 tests
61092026-08-31T17:25:43.458Z
61102026-08-31T17:25:43.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112026-08-31T17:25:43.458Z
61122026-08-31T17:25:43.458Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
61132026-08-31T17:25:43.460Z
61142026-08-31T17:25:43.460Zrunning 0 tests
61152026-08-31T17:25:43.461Z
61162026-08-31T17:25:43.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172026-08-31T17:25:43.461Z
61182026-08-31T17:25:43.461Z Doc-tests aal
61192026-08-31T17:25:43.671Z
61202026-08-31T17:25:43.671Zrunning 0 tests
61212026-08-31T17:25:43.671Z
61222026-08-31T17:25:43.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232026-08-31T17:25:43.671Z
61242026-08-31T17:25:43.699Z Doc-tests aal_macros
61252026-08-31T17:25:43.769Z
61262026-08-31T17:25:43.769Zrunning 0 tests
61272026-08-31T17:25:43.769Z
61282026-08-31T17:25:43.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292026-08-31T17:25:43.769Z
61302026-08-31T17:25:43.782Z Doc-tests common
61312026-08-31T17:25:44.014Z
61322026-08-31T17:25:44.014Zrunning 0 tests
61332026-08-31T17:25:44.014Z
61342026-08-31T17:25:44.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352026-08-31T17:25:44.014Z
61362026-08-31T17:25:44.042Z Doc-tests dpd_api
61372026-08-31T17:25:44.756Z
61382026-08-31T17:25:44.756Zrunning 2 tests
61392026-08-31T17:25:44.756Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61402026-08-31T17:25:44.756Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61412026-08-31T17:25:44.756Z
61422026-08-31T17:25:44.756Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61432026-08-31T17:25:44.756Z
61442026-08-31T17:25:44.788Z Doc-tests dpd_client
61452026-08-31T17:25:46.174Z
61462026-08-31T17:25:46.174Zrunning 0 tests
61472026-08-31T17:25:46.174Z
61482026-08-31T17:25:46.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-31T17:25:46.174Z
61502026-08-31T17:25:46.230Z Doc-tests dpd_types
61512026-08-31T17:25:46.415Z
61522026-08-31T17:25:46.415Zrunning 0 tests
61532026-08-31T17:25:46.415Z
61542026-08-31T17:25:46.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-31T17:25:46.415Z
61562026-08-31T17:25:46.440Z Doc-tests dpd_types_versions
61572026-08-31T17:25:47.931Z
61582026-08-31T17:25:47.932Zrunning 1 test
61592026-08-31T17:25:47.932Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61602026-08-31T17:25:47.932Z
61612026-08-31T17:25:47.932Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-31T17:25:47.932Z
61632026-08-31T17:25:47.983Z Doc-tests packet
61642026-08-31T17:25:48.204Z
61652026-08-31T17:25:48.204Zrunning 0 tests
61662026-08-31T17:25:48.204Z
61672026-08-31T17:25:48.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-31T17:25:48.204Z
61692026-08-31T17:25:48.232Z Doc-tests pcap
61702026-08-31T17:25:48.286Z
61712026-08-31T17:25:48.286Zrunning 0 tests
61722026-08-31T17:25:48.286Z
61732026-08-31T17:25:48.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61742026-08-31T17:25:48.286Z
61752026-08-31T17:25:48.334Z+ for feat in tofino_stub tofino_asic softnpu chaos
61762026-08-31T17:25:48.334Z+ RUST_BACKTRACE=full
61772026-08-31T17:25:48.334Z+ cargo test --features softnpu --no-fail-fast
61782026-08-31T17:25:48.968Z Compiling num-integer v0.1.46
61792026-08-31T17:25:49.051Z Compiling num-complex v0.4.6
61802026-08-31T17:25:49.089Z Compiling bitstruct_derive v0.1.0
61812026-08-31T17:25:49.100Z Compiling tap v1.0.1
61822026-08-31T17:25:49.216Z Compiling wyz v0.5.1
61832026-08-31T17:25:49.354Z Compiling num-rational v0.4.2
61842026-08-31T17:25:49.390Z Compiling num-iter v0.1.45
61852026-08-31T17:25:49.390Z Compiling num-bigint v0.4.6
61862026-08-31T17:25:49.485Z Compiling radium v0.7.0
61872026-08-31T17:25:49.522Z Compiling funty v2.0.0
61882026-08-31T17:25:49.544Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61892026-08-31T17:25:49.590Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-31T17:25:49.722Z Compiling num v0.4.3
61912026-08-31T17:25:49.774Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-31T17:25:49.806Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61932026-08-31T17:25:49.817Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-31T17:25:49.871Z Compiling bitvec v1.0.1
61952026-08-31T17:25:49.913Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-31T17:25:50.088Z Compiling typeid v1.0.3
61972026-08-31T17:25:50.100Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61982026-08-31T17:25:50.197Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-31T17:25:50.211Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-31T17:25:50.223Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-31T17:25:50.705Z Compiling ascii v1.1.0
62022026-08-31T17:25:50.977Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-31T17:25:51.004Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-31T17:25:51.086Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-31T17:25:51.190Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62062026-08-31T17:25:51.297Z Compiling erased-serde v0.4.8
62072026-08-31T17:25:51.439Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62082026-08-31T17:25:51.516Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62092026-08-31T17:25:51.538Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62102026-08-31T17:25:51.796Z Compiling bitstruct v0.1.1
62112026-08-31T17:25:51.909Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62122026-08-31T17:25:52.145Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-31T17:25:52.194Z Compiling serde_arrays v0.1.0
62142026-08-31T17:25:52.326Z Compiling libloading v0.7.4
62152026-08-31T17:25:52.349Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62162026-08-31T17:25:52.637Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62172026-08-31T17:25:52.696Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62182026-08-31T17:25:53.173Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-31T17:25:54.411Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62202026-08-31T17:25:55.247Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62212026-08-31T17:26:00.911Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-31T17:26:01.127Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62232026-08-31T17:26:01.127Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-31T17:26:01.130Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62252026-08-31T17:26:01.130Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-31T17:26:03.223Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62272026-08-31T17:26:03.375Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62282026-08-31T17:26:03.660Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-31T17:26:09.646Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-31T17:26:09.878Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-31T17:26:17.633Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-31T17:26:20.064Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-31T17:26:23.580Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62342026-08-31T17:27:02.234Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
62352026-08-31T17:27:02.353Z Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a)
62362026-08-31T17:27:02.361Z
62372026-08-31T17:27:02.362Zrunning 0 tests
62382026-08-31T17:27:02.362Z
62392026-08-31T17:27:02.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-08-31T17:27:02.365Z
62412026-08-31T17:27:02.365Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62422026-08-31T17:27:02.367Z
62432026-08-31T17:27:02.367Zrunning 0 tests
62442026-08-31T17:27:02.367Z
62452026-08-31T17:27:02.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-08-31T17:27:02.367Z
62472026-08-31T17:27:02.367Z Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305)
62482026-08-31T17:27:02.374Z
62492026-08-31T17:27:02.374Zrunning 0 tests
62502026-08-31T17:27:02.378Z
62512026-08-31T17:27:02.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62522026-08-31T17:27:02.378Z
62532026-08-31T17:27:02.378Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
62542026-08-31T17:27:02.396Z
62552026-08-31T17:27:02.396Zrunning 4 tests
62562026-08-31T17:27:02.399Ztest nat::tests::test_vni ... ok
62572026-08-31T17:27:02.399Ztest network::tests::test_generate_ipv6_link_local ... ok
62582026-08-31T17:27:02.402Ztest test_purge ... ok
62592026-08-31T17:27:02.405Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-08-31T17:27:02.405Z
62612026-08-31T17:27:02.405Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-08-31T17:27:02.405Z
62632026-08-31T17:27:02.408Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
62642026-08-31T17:27:02.429Z
62652026-08-31T17:27:02.429Zrunning 1 test
62662026-08-31T17:27:02.432Z -------
62672026-08-31T17:27:02.435Z Generating OpenAPI documents from API definitions ...
62682026-08-31T17:27:02.695Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-08-31T17:27:02.768Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-08-31T17:27:03.825Z -------
62712026-08-31T17:27:03.825Z Checking 13 OpenAPI documents...
62722026-08-31T17:27:03.828Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-31T17:27:03.828Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-31T17:27:03.828Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-31T17:27:03.828Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-31T17:27:03.828Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-31T17:27:03.828Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-31T17:27:03.828Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-31T17:27:03.828Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-31T17:27:03.828Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-31T17:27:03.828Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-31T17:27:03.828Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-31T17:27:03.828Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-31T17:27:03.828Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-31T17:27:03.828Z Fresh dpd "latest" symlink
62862026-08-31T17:27:03.828Z -------
62872026-08-31T17:27:03.828Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62882026-08-31T17:27:03.901Ztest test::test_apis_up_to_date ... ok
62892026-08-31T17:27:03.901Z
62902026-08-31T17:27:03.901Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.47s
62912026-08-31T17:27:03.901Z
62922026-08-31T17:27:03.963Z Running unittests src/main.rs (target/debug/deps/dpd-1c13ae62cfef6605)
62932026-08-31T17:27:03.969Z
62942026-08-31T17:27:03.969Zrunning 34 tests
62952026-08-31T17:27:03.972Ztest freemap::test_ordering ... ok
62962026-08-31T17:27:03.972Ztest config::tests::test_updates ... ok
62972026-08-31T17:27:03.972Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-08-31T17:27:03.972Ztest freemap::test_split ... ok
62992026-08-31T17:27:03.976Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63002026-08-31T17:27:03.976Ztest macaddrs::tests::test_mac_offset ... ok
63012026-08-31T17:27:03.976Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63022026-08-31T17:27:03.976ZAug 31 17:27:03.076 DEBGAug 31 17:27:03.076 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test
63032026-08-31T17:27:03.977Z
63042026-08-31T17:27:03.977ZAug 31 17:27:03.076Aug 31 17:27:03.076 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
63052026-08-31T17:27:03.977Z
63062026-08-31T17:27:03.977ZAug 31 17:27:03.076Aug 31 17:27:03.076 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
63072026-08-31T17:27:03.977Z
63082026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG created new freemap, unit: freemap_test
63092026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG initted freemap. size: 128, unit: freemap_test
63102026-08-31T17:27:03.977Ztest macaddrs::tests::test_parse_port_id ... ok
63112026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG reset freemap, unit: freemap_test
63122026-08-31T17:27:03.977Ztest freemap::test_basic ... ok
63132026-08-31T17:27:03.977Ztest freemap::test_reclaim ... ok
63142026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG created new freemap, unit: freemap_test
63152026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG initted freemap. size: 128, unit: freemap_test
63162026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG reset freemap, unit: freemap_test
63172026-08-31T17:27:03.977Ztest freemap::test_exhaustion ... ok
63182026-08-31T17:27:03.977Ztest nat::test_mapping ... ok
63192026-08-31T17:27:03.977Ztest freemap::test_free ... ok
63202026-08-31T17:27:03.977Ztest port_map::tests::test_backplane_group ... ok
63212026-08-31T17:27:03.977Ztest port_map::tests::test_port_map ... ok
63222026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG created new freemap, unit: freemap_test
63232026-08-31T17:27:03.977ZAug 31 17:27:03.076 DEBG initted freemap. size: 8, unit: freemap_test
63242026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG reset freemap, unit: freemap_test
63252026-08-31T17:27:03.977Ztest port_map::tests::dump_map ... ok
63262026-08-31T17:27:03.977Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63272026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG created new freemap, unit: freemap_test
63282026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG initted freemap. size: 128, unit: freemap_test
63292026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG reset freemap, unit: freemap_test
63302026-08-31T17:27:03.977Ztest api_server::tests::test_build_info ... ok
63312026-08-31T17:27:03.977Ztest freemap::test_span ... ok
63322026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG created new freemap, unit: freemap_route_ipv4
63332026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG created new freemap, Aug 31 17:27:03.077unit :DEBG freemap_route_ipv6created new freemap
63342026-08-31T17:27:03.977Z, unit:Aug 31 17:27:03.077 freemap_route_ipv4DEBG
63352026-08-31T17:27:03.977Zinitted freemap. size: 64, unit: freemap_route_ipv4
63362026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG created new freemapAug 31 17:27:03.077, unitDEBG: reset freemapfreemap_route_ipv6,
63372026-08-31T17:27:03.977Zunit: freemap_route_ipv4
63382026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBG Aug 31 17:27:03.077initted freemap. size: 64 , DEBGunit :initted freemap. size: 64 , freemap_route_ipv4unit
63392026-08-31T17:27:03.977Z: freemap_route_ipv6
63402026-08-31T17:27:03.977ZAug 31 17:27:03.077 DEBGAug 31 17:27:03.077 reset freemapDEBG, unitreset freemap:, unitfreemap_route_ipv4:
63412026-08-31T17:27:03.977Z freemap_route_ipv6
63422026-08-31T17:27:03.978ZAug 31 17:27:03.077 Aug 31 17:27:03.077DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
63432026-08-31T17:27:03.978Z: freemap_route_ipv6
63442026-08-31T17:27:03.978ZAug 31 17:27:03.077 DEBGAug 31 17:27:03.077 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
63452026-08-31T17:27:03.978Z reset freemap, Aug 31 17:27:03.077unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
63462026-08-31T17:27:03.978Z
63472026-08-31T17:27:03.978ZAug 31 17:27:03.077Aug 31 17:27:03.077 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
63482026-08-31T17:27:03.978Z
63492026-08-31T17:27:03.978ZAug 31 17:27:03.077Aug 31 17:27:03.077 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:27:03.077adding route 3fff:dead::/64 -> 2001:db8::55:3
63502026-08-31T17:27:03.978ZDEBG
63512026-08-31T17:27:03.978Z created new freemapAug 31 17:27:03.077 , DEBGAug 31 17:27:03.077unit :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 } }]
63522026-08-31T17:27:03.978Zfreemap_route_ipv4
63532026-08-31T17:27:03.978Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
63542026-08-31T17:27:03.978ZAug 31 17:27:03.077 INFO Aug 31 17:27:03.077adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 17:27:03.077
63552026-08-31T17:27:03.978ZDEBG created new freemapDEBG, unitreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 31 17:27:03.077
63562026-08-31T17:27:03.978Zfreemap_route_ipv6
63572026-08-31T17:27:03.978ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:27:03.077
63582026-08-31T17:27:03.978ZAug 31 17:27:03.077 INFODEBG Aug 31 17:27:03.077initted freemap. size: 64 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO, unitadding route 3fff:beef::/64 -> 2001:db8::55:ff
63592026-08-31T17:27:03.978Z
63602026-08-31T17:27:03.978Z: freemap_route_ipv4
63612026-08-31T17:27:03.978ZAug 31 17:27:03.077Aug 31 17:27:03.077 DEBGDEBGAug 31 17:27:03.077 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
63622026-08-31T17:27:03.978Z
63632026-08-31T17:27:03.978Z DEBG reset freemap, Aug 31 17:27:03.077unit Aug 31 17:27:03.077:INFO freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63642026-08-31T17:27:03.978ZINFO
63652026-08-31T17:27:03.978Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63662026-08-31T17:27:03.978ZAug 31 17:27:03.077Aug 31 17:27:03.077 DEBGAug 31 17:27:03.077DEBG 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 } }]
63672026-08-31T17:27:03.978ZDEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
63682026-08-31T17:27:03.978Z:Aug 31 17:27:03.077 freemap_route_ipv6INFO
63692026-08-31T17:27:03.978Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 17:27:03.077
63702026-08-31T17:27:03.978Z Aug 31 17:27:03.077INFO Aug 31 17:27:03.077adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63712026-08-31T17:27:03.978ZDEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
63722026-08-31T17:27:03.978ZAug 31 17:27:03.077 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.077
63732026-08-31T17:27:03.978Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63742026-08-31T17:27:03.978ZAug 31 17:27:03.077 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
63752026-08-31T17:27:03.978Z DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.078
63762026-08-31T17:27:03.978Z DEBG, unitAug 31 17:27:03.078: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 } }]
63772026-08-31T17:27:03.978Zfreemap_route_ipv6INFO
63782026-08-31T17:27:03.978Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63792026-08-31T17:27:03.978ZAug 31 17:27:03.078Aug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
63802026-08-31T17:27:03.979Z
63812026-08-31T17:27:03.979Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63822026-08-31T17:27:03.979ZAug 31 17:27:03.078Aug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63832026-08-31T17:27:03.979Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63842026-08-31T17:27:03.979Z
63852026-08-31T17:27:03.979ZAug 31 17:27:03.078Aug 31 17:27:03.078 Aug 31 17:27:03.078DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63862026-08-31T17:27:03.979Zadding route 3fff:dead::/64 -> 2001:db8::55:2
63872026-08-31T17:27:03.979ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63882026-08-31T17:27:03.979ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBG Aug 31 17:27:03.078 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 } }]
63892026-08-31T17:27:03.979Z
63902026-08-31T17:27:03.979ZDEBG Aug 31 17:27:03.078replacing 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 } }]
63912026-08-31T17:27:03.979ZDEBG Aug 31 17:27:03.078replacing 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 } }]
63922026-08-31T17:27:03.979ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63932026-08-31T17:27:03.979ZAug 31 17:27:03.078Aug 31 17:27:03.078Aug 31 17:27:03.078 INFOINFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63942026-08-31T17:27:03.979Z
63952026-08-31T17:27:03.979Zreplacing 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 } }]
63962026-08-31T17:27:03.979ZAug 31 17:27:03.078Aug 31 17:27:03.078 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:ffAug 31 17:27:03.078
63972026-08-31T17:27:03.979Z
63982026-08-31T17:27:03.979Z DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.078
63992026-08-31T17:27:03.983Z Aug 31 17:27:03.078DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64002026-08-31T17:27:03.983ZAug 31 17:27:03.078adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64012026-08-31T17:27:03.983ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64022026-08-31T17:27:03.983ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBG Aug 31 17:27:03.078adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64032026-08-31T17:27:03.983Zreplacing 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 } }]
64042026-08-31T17:27:03.983ZDEBG 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 } }]
64052026-08-31T17:27:03.983ZAug 31 17:27:03.078 Aug 31 17:27:03.078DEBGAug 31 17:27:03.078 INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64062026-08-31T17:27:03.983Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64072026-08-31T17:27:03.983Z
64082026-08-31T17:27:03.983ZAug 31 17:27:03.078 INFOAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
64092026-08-31T17:27:03.983Z 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: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 } }]
64102026-08-31T17:27:03.983Z
64112026-08-31T17:27:03.983ZAug 31 17:27:03.078 Aug 31 17:27:03.078DEBG 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 } }] Aug 31 17:27:03.078adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64122026-08-31T17:27:03.983Z
64132026-08-31T17:27:03.983ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64142026-08-31T17:27:03.983ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBG adding route 3fff:beef:4::/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 } }]
64152026-08-31T17:27:03.983Z
64162026-08-31T17:27:03.983ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64172026-08-31T17:27:03.983ZAug 31 17:27:03.078 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 } }]
64182026-08-31T17:27:03.983ZAug 31 17:27:03.078 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64192026-08-31T17:27:03.983ZAug 31 17:27:03.078 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 } }]
64202026-08-31T17:27:03.983ZAug 31 17:27:03.078 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64212026-08-31T17:27:03.983ZAug 31 17:27:03.078 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 } }]
64222026-08-31T17:27:03.983ZAug 31 17:27:03.078 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64232026-08-31T17:27:03.983ZAug 31 17:27:03.078 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 } }]
64242026-08-31T17:27:03.983ZAug 31 17:27:03.078 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64252026-08-31T17:27:03.983ZAug 31 17:27:03.078 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 } }]
64262026-08-31T17:27:03.983ZAug 31 17:27:03.078 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64272026-08-31T17:27:03.984ZAug 31 17:27:03.078 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 } }]
64282026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64292026-08-31T17:27:03.984ZAug 31 17:27:03.078 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 } }]
64302026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64312026-08-31T17:27:03.984ZAug 31 17:27:03.078 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 } }]
64322026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64332026-08-31T17:27:03.984ZAug 31 17:27:03.078 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 } }]
64342026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64352026-08-31T17:27:03.984ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
64362026-08-31T17:27:03.984Z, unit: freemap_route_ipv4
64372026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
64382026-08-31T17:27:03.984Z DEBGAug 31 17:27:03.078 created new freemapDEBG, unitreplacing 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 } }]:
64392026-08-31T17:27:03.984Z freemap_route_ipv6
64402026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
64412026-08-31T17:27:03.984Z DEBG initted freemap. size: 64, Aug 31 17:27:03.078unit :DEBG freemap_route_ipv4replacing 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 } }]
64422026-08-31T17:27:03.984Z
64432026-08-31T17:27:03.984ZAug 31 17:27:03.078 Aug 31 17:27:03.078INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64442026-08-31T17:27:03.984Zreset freemap, unit:Aug 31 17:27:03.078 freemap_route_ipv4DEBG
64452026-08-31T17:27:03.984Z 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 } }]
64462026-08-31T17:27:03.984Ztest port_map::tests::parse_softnpu_revision ... ok
64472026-08-31T17:27:03.984ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGINFO initted freemap. size: 64adding route 3fff:beef:18::/64 -> 2001:db8::55:ff,
64482026-08-31T17:27:03.984Zunit: Aug 31 17:27:03.078freemap_route_ipv6
64492026-08-31T17:27:03.984ZDEBG 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 } }]
64502026-08-31T17:27:03.984ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGINFO reset freemapadding route 3fff:beef:19::/64 -> 2001:db8::55:ff,
64512026-08-31T17:27:03.984Zunit: freemap_route_ipv6
64522026-08-31T17:27:03.984ZAug 31 17:27:03.078 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.078
64532026-08-31T17:27:03.984Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64542026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
64552026-08-31T17:27:03.984Z 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 } }]
64562026-08-31T17:27:03.984ZAug 31 17:27:03.078 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.078
64572026-08-31T17:27:03.984Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64582026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
64592026-08-31T17:27:03.984Z 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 } }]
64602026-08-31T17:27:03.984ZAug 31 17:27:03.078 INFO Aug 31 17:27:03.078adding route 3fff:dead::/64 -> 2001:db8::55:1
64612026-08-31T17:27:03.984ZDEBG 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 } }]
64622026-08-31T17:27:03.984ZAug 31 17:27:03.078 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 } }]Aug 31 17:27:03.078
64632026-08-31T17:27:03.984Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64642026-08-31T17:27:03.984ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
64652026-08-31T17:27:03.985Z
64662026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64672026-08-31T17:27:03.985Z
64682026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBG adding route 3fff:beef::/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 } }]
64692026-08-31T17:27:03.985Z
64702026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64712026-08-31T17:27:03.985Z
64722026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFODEBG adding route 3fff:beef:1::/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 } }]
64732026-08-31T17:27:03.985Z
64742026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64752026-08-31T17:27:03.985Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64762026-08-31T17:27:03.985Z
64772026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGINFO Aug 31 17:27:03.078replacing 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 } }]
64782026-08-31T17:27:03.985Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
64792026-08-31T17:27:03.985Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64802026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 Aug 31 17:27:03.078INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGDEBG
64812026-08-31T17:27:03.985Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64822026-08-31T17:27:03.985Z
64832026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 Aug 31 17:27:03.078DEBG INFO INFOadding route 3fff:beef:6::/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 } }]
64842026-08-31T17:27:03.985Z
64852026-08-31T17:27:03.985Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64862026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 Aug 31 17:27:03.078INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64872026-08-31T17:27:03.985ZDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64882026-08-31T17:27:03.985Z
64892026-08-31T17:27:03.985ZAug 31 17:27:03.078 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 31 17:27:03.078
64902026-08-31T17:27:03.985Z INFO Aug 31 17:27:03.078adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64912026-08-31T17:27:03.985ZAug 31 17:27:03.078INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
64922026-08-31T17:27:03.985Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64932026-08-31T17:27:03.985ZAug 31 17:27:03.078Aug 31 17:27:03.078 Aug 31 17:27:03.078DEBGDEBG 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 } }]
64942026-08-31T17:27:03.985Zreplacing 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 } }]
64952026-08-31T17:27:03.985Zreplacing 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 } }]
64962026-08-31T17:27:03.985ZAug 31 17:27:03.078 Aug 31 17:27:03.078INFO Aug 31 17:27:03.078INFO INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
64972026-08-31T17:27:03.985Z
64982026-08-31T17:27:03.985Z
64992026-08-31T17:27:03.990ZAug 31 17:27:03.078Aug 31 17:27:03.078Aug 31 17:27:03.078 DEBGDEBG 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 } }]
65002026-08-31T17:27:03.990Zreplacing 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 } }]
65012026-08-31T17:27:03.990Zreplacing 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 } }]
65022026-08-31T17:27:03.990ZAug 31 17:27:03.078Aug 31 17:27:03.078 INFOINFOAug 31 17:27:03.078 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65032026-08-31T17:27:03.990ZINFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65042026-08-31T17:27:03.990Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65052026-08-31T17:27:03.990ZAug 31 17:27:03.078 Aug 31 17:27:03.078DEBG Aug 31 17:27:03.078 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 } }] DEBG
65062026-08-31T17:27:03.990Zreplacing 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 } }]
65072026-08-31T17:27:03.990Zreplacing 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 } }]
65082026-08-31T17:27:03.990ZAug 31 17:27:03.078 Aug 31 17:27:03.078INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65092026-08-31T17:27:03.990Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
65102026-08-31T17:27:03.990Z INFO Aug 31 17:27:03.078adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 17:27:03.078
65112026-08-31T17:27:03.990Z DEBG 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 } }]
65122026-08-31T17:27:03.990Zreplacing 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 } }]
65132026-08-31T17:27:03.990ZAug 31 17:27:03.078 DEBGAug 31 17:27:03.078 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 31 17:27:03.078 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
65142026-08-31T17:27:03.990Z
65152026-08-31T17:27:03.990Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65162026-08-31T17:27:03.990ZAug 31 17:27:03.078Aug 31 17:27:03.078 DEBGDEBGAug 31 17:27:03.078 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:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65172026-08-31T17:27:03.990ZDEBGAug 31 17:27:03.078 INFO
65182026-08-31T17:27:03.990Zcreated new freemap Aug 31 17:27:03.078, Aug 31 17:27:03.078INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65192026-08-31T17:27:03.990Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65202026-08-31T17:27:03.990Zunit
65212026-08-31T17:27:03.990Z: Aug 31 17:27:03.078freemap_route_ipv4Aug 31 17:27:03.078
65222026-08-31T17:27:03.990ZDEBGDEBG 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:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.078
65232026-08-31T17:27:03.990Z
65242026-08-31T17:27:03.990Z DEBG Aug 31 17:27:03.078replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:27:03.078INFOAug 31 17:27:03.078 INFO
65252026-08-31T17:27:03.990Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65262026-08-31T17:27:03.990Z
65272026-08-31T17:27:03.990ZDEBGAug 31 17:27:03.078 Aug 31 17:27:03.078Aug 31 17:27:03.078 created new freemap 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: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 } }]
65282026-08-31T17:27:03.990ZINFO
65292026-08-31T17:27:03.990Z , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit
65302026-08-31T17:27:03.990Z:Aug 31 17:27:03.078Aug 31 17:27:03.078 INFOINFO freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65312026-08-31T17:27:03.990Z
65322026-08-31T17:27:03.990Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65332026-08-31T17:27:03.991ZAug 31 17:27:03.078 DEBGAug 31 17:27:03.078 Aug 31 17:27:03.078replacing 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 } }]
65342026-08-31T17:27:03.991Z DEBGAug 31 17:27:03.078 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.078 Aug 31 17:27:03.078
65352026-08-31T17:27:03.991Z DEBGDEBG INFO created new freemapinitted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ff,
65362026-08-31T17:27:03.991Z, Aug 31 17:27:03.078unit unitINFODEBG Aug 31 17:27:03.078replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
65372026-08-31T17:27:03.991Z::
65382026-08-31T17:27:03.991Z freemap_route_ipv4freemap_route_ipv4
65392026-08-31T17:27:03.991Z
65402026-08-31T17:27:03.991ZAug 31 17:27:03.078DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
65412026-08-31T17:27:03.991Z Aug 31 17:27:03.079DEBG Aug 31 17:27:03.079 Aug 31 17:27:03.079replacing 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 } }]DEBGDEBG reset freemapcreated new freemap, , unitunitINFO: adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6
65422026-08-31T17:27:03.991Z
65432026-08-31T17:27:03.991Z
65442026-08-31T17:27:03.991ZINFO : Aug 31 17:27:03.079freemap_route_ipv4
65452026-08-31T17:27:03.991ZDEBG Aug 31 17:27:03.079replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
65462026-08-31T17:27:03.991Z Aug 31 17:27:03.079adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO DEBGDEBG
65472026-08-31T17:27:03.991Zinitted freemap. size: 64 initted freemap. size: 64adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 17:27:03.079, Aug 31 17:27:03.079unitINFO , :adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65482026-08-31T17:27:03.991Zfreemap_route_ipv6unit
65492026-08-31T17:27:03.991Z:
65502026-08-31T17:27:03.991Z freemap_route_ipv4
65512026-08-31T17:27:03.991ZAug 31 17:27:03.079Aug 31 17:27:03.079 DEBG Aug 31 17:27:03.079replacing 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 } }] DEBGDEBGAug 31 17:27:03.079
65522026-08-31T17:27:03.991Z reset freemapDEBGreplacing 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 31 17:27:03.079 unitINFO: reset freemapreplacing 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:f::/64 -> 2001:db8::55:ff, unit
65532026-08-31T17:27:03.991Z:
65542026-08-31T17:27:03.991Zfreemap_route_ipv6
65552026-08-31T17:27:03.991Zfreemap_route_ipv4
65562026-08-31T17:27:03.991Z
65572026-08-31T17:27:03.991ZAug 31 17:27:03.079 INFOAug 31 17:27:03.079 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:27:03.079
65582026-08-31T17:27:03.991Z Aug 31 17:27:03.079INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64
65592026-08-31T17:27:03.991ZAug 31 17:27:03.079DEBG INFOAug 31 17:27:03.079 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
65602026-08-31T17:27:03.991Zunit
65612026-08-31T17:27:03.991Z:
65622026-08-31T17:27:03.991ZAug 31 17:27:03.079freemap_route_ipv6Aug 31 17:27:03.079 Aug 31 17:27:03.079Aug 31 17:27:03.079DEBGINFO
65632026-08-31T17:27:03.991Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
65642026-08-31T17:27:03.991Z 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:10::/64 -> 2001:db8::55:ff
65652026-08-31T17:27:03.991Z
65662026-08-31T17:27:03.991ZDEBG Aug 31 17:27:03.079replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079Aug 31 17:27:03.079Aug 31 17:27:03.079 INFO DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
65672026-08-31T17:27:03.991Z
65682026-08-31T17:27:03.991Zreset freemap DEBG, unitAug 31 17:27:03.079: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
65692026-08-31T17:27:03.991Z freemap_route_ipv6replacing 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: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 } }]
65702026-08-31T17:27:03.991Z
65712026-08-31T17:27:03.991Z
65722026-08-31T17:27:03.992ZAug 31 17:27:03.079 INFO Aug 31 17:27:03.079adding route 3fff:dead::/64 -> 2001:db8::55:3
65732026-08-31T17:27:03.992ZAug 31 17:27:03.079 Aug 31 17:27:03.079INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOAug 31 17:27:03.079
65742026-08-31T17:27:03.992Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65752026-08-31T17:27:03.992Z DEBGAug 31 17:27:03.079
65762026-08-31T17:27:03.992Z Aug 31 17:27:03.079replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 17:27:03.079
65772026-08-31T17:27:03.992Z DEBG Aug 31 17:27:03.079DEBGreplacing 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 } }]
65782026-08-31T17:27:03.992ZAug 31 17:27:03.079DEBG Aug 31 17:27:03.079replacing 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 } }] 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 } }]
65792026-08-31T17:27:03.992Z
65802026-08-31T17:27:03.992Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
65812026-08-31T17:27:03.992Z
65822026-08-31T17:27:03.992Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65832026-08-31T17:27:03.992ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
65842026-08-31T17:27:03.992ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079DEBGAug 31 17:27:03.079 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 } }]
65852026-08-31T17:27:03.992ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
65862026-08-31T17:27:03.992Zreplacing 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 } }]
65872026-08-31T17:27:03.992ZAug 31 17:27:03.079Aug 31 17:27:03.079DEBG Aug 31 17:27:03.079 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 } }] INFOAug 31 17:27:03.079replacing 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 } }]
65882026-08-31T17:27:03.992Z
65892026-08-31T17:27:03.992Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 17:27:03.079Aug 31 17:27:03.079adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
65902026-08-31T17:27:03.992Z DEBGINFO
65912026-08-31T17:27:03.992Z Aug 31 17:27:03.079adding route 3fff:dead::/64 -> 2001:db8::55:1
65922026-08-31T17:27:03.992Zreplacing 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
65932026-08-31T17:27:03.992Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
65942026-08-31T17:27:03.992Z
65952026-08-31T17:27:03.992ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079Aug 31 17:27:03.079 DEBGINFOINFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65962026-08-31T17:27:03.992Z
65972026-08-31T17:27:03.992Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
65982026-08-31T17:27:03.992Z
65992026-08-31T17:27:03.996ZAug 31 17:27:03.079 Aug 31 17:27:03.079DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:27:03.079
66002026-08-31T17:27:03.996Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
66012026-08-31T17:27:03.996Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66022026-08-31T17:27:03.996ZAug 31 17:27:03.079Aug 31 17:27:03.079 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
66032026-08-31T17:27:03.996ZAug 31 17:27:03.079 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 INFOAug 31 17:27:03.079replacing 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:11::/64 -> 2001:db8::55:ffDEBG
66042026-08-31T17:27:03.996Z
66052026-08-31T17:27:03.996Z
66062026-08-31T17:27:03.996Zreplacing 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 } }]
66072026-08-31T17:27:03.996ZAug 31 17:27:03.079 Aug 31 17:27:03.079DEBG Aug 31 17:27:03.079Aug 31 17:27:03.079 INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
66082026-08-31T17:27:03.996Zreplacing 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 } }]
66092026-08-31T17:27:03.996Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66102026-08-31T17:27:03.996ZAug 31 17:27:03.079replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079 Aug 31 17:27:03.079DEBG DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66112026-08-31T17:27:03.996Z
66122026-08-31T17:27:03.996Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
66132026-08-31T17:27:03.996Z
66142026-08-31T17:27:03.997ZAug 31 17:27:03.079Aug 31 17:27:03.079 INFODEBGAug 31 17:27:03.079 Aug 31 17:27:03.079adding route 3fff:beef:17::/64 -> 2001:db8::55:ff 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 } }]
66152026-08-31T17:27:03.997Z
66162026-08-31T17:27:03.997Z INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66172026-08-31T17:27:03.997Z
66182026-08-31T17:27:03.997ZDEBGAug 31 17:27:03.079 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 } }]
66192026-08-31T17:27:03.997ZINFOAug 31 17:27:03.079 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66202026-08-31T17:27:03.997Z INFOAug 31 17:27:03.079 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66212026-08-31T17:27:03.997Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
66222026-08-31T17:27:03.997Z
66232026-08-31T17:27:03.997Z DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
66242026-08-31T17:27:03.997Z 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 } }]
66252026-08-31T17:27:03.997Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66262026-08-31T17:27:03.997ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOINFO
66272026-08-31T17:27:03.997ZAug 31 17:27:03.079 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66282026-08-31T17:27:03.997Z
66292026-08-31T17:27:03.997Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
66302026-08-31T17:27:03.997Z Aug 31 17:27:03.079DEBGAug 31 17:27:03.079 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66312026-08-31T17:27:03.997Z 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 Aug 31 17:27:03.079
66322026-08-31T17:27:03.997Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
66332026-08-31T17:27:03.997Z INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66342026-08-31T17:27:03.997ZAug 31 17:27:03.079adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66352026-08-31T17:27:03.997ZINFO Aug 31 17:27:03.079INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
66362026-08-31T17:27:03.997ZDEBGAug 31 17:27:03.079 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
66372026-08-31T17:27:03.997Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66382026-08-31T17:27:03.997Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
66392026-08-31T17:27:03.997Z Aug 31 17:27:03.079DEBGAug 31 17:27:03.079 Aug 31 17:27:03.079INFOreplacing 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
66402026-08-31T17:27:03.997Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66412026-08-31T17:27:03.997Z
66422026-08-31T17:27:03.997Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66432026-08-31T17:27:03.997Z INFOAug 31 17:27:03.079Aug 31 17:27:03.079 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGINFOAug 31 17:27:03.079 adding route 3fff:beef:15::/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 } }]
66442026-08-31T17:27:03.997Z
66452026-08-31T17:27:03.997Z
66462026-08-31T17:27:03.997ZDEBG 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 } }]
66472026-08-31T17:27:03.997ZAug 31 17:27:03.079 Aug 31 17:27:03.079DEBGAug 31 17:27:03.079Aug 31 17:27:03.079 INFODEBG 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:1c::/64 -> 2001:db8::55:ff
66482026-08-31T17:27:03.997Z
66492026-08-31T17:27:03.997ZINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66502026-08-31T17:27:03.997Z
66512026-08-31T17:27:03.997ZAug 31 17:27:03.079Aug 31 17:27:03.079 INFODEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079
66522026-08-31T17:27:03.997Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66532026-08-31T17:27:03.998ZDEBGAug 31 17:27:03.079 INFOINFOreplacing 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 } }]
66542026-08-31T17:27:03.998Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66552026-08-31T17:27:03.998Z
66562026-08-31T17:27:03.998ZAug 31 17:27:03.079 Aug 31 17:27:03.079INFO Aug 31 17:27:03.079 DEBG Aug 31 17:27:03.079replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66572026-08-31T17:27:03.998Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66582026-08-31T17:27:03.998Z 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
66592026-08-31T17:27:03.998Z 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 } }]Aug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079DEBG 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 } }]
66602026-08-31T17:27:03.998Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
66612026-08-31T17:27:03.998ZINFO
66622026-08-31T17:27:03.998Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66632026-08-31T17:27:03.998ZAug 31 17:27:03.079Aug 31 17:27:03.079 INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 17:27:03.079 DEBG
66642026-08-31T17:27:03.998ZDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66652026-08-31T17:27:03.998Zreplacing 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 } }]
66662026-08-31T17:27:03.998Z 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 } }]
66672026-08-31T17:27:03.998ZAug 31 17:27:03.079Aug 31 17:27:03.079 DEBGAug 31 17:27:03.079 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66682026-08-31T17:27:03.998ZAug 31 17:27:03.079 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079INFO
66692026-08-31T17:27:03.998Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
66702026-08-31T17:27:03.998Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66712026-08-31T17:27:03.998Z
66722026-08-31T17:27:03.998ZAug 31 17:27:03.079Aug 31 17:27:03.079 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:1f::/64 -> 2001:db8::55:ff
66732026-08-31T17:27:03.998Z
66742026-08-31T17:27:03.998ZAug 31 17:27:03.079Aug 31 17:27:03.079 DEBGAug 31 17:27:03.079 Aug 31 17:27:03.079 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 } }]INFODEBG DEBG adding route 3fff:beef:8::/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 } }]
66752026-08-31T17:27:03.998Z
66762026-08-31T17:27:03.998Z
66772026-08-31T17:27:03.998ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/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 } }]
66782026-08-31T17:27:03.998Z
66792026-08-31T17:27:03.998ZINFO
66802026-08-31T17:27:03.998Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66812026-08-31T17:27:03.998Z Aug 31 17:27:03.079Aug 31 17:27:03.079 INFOINFODEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66822026-08-31T17:27:03.998Z
66832026-08-31T17:27:03.998Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66842026-08-31T17:27:03.998Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.079Aug 31 17:27:03.079
66852026-08-31T17:27:03.998Z INFODEBG Aug 31 17:27:03.079Aug 31 17:27:03.079adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66862026-08-31T17:27:03.998ZDEBG 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: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 } }]
66872026-08-31T17:27:03.998ZINFO
66882026-08-31T17:27:03.998Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
66892026-08-31T17:27:03.998ZAug 31 17:27:03.079 Aug 31 17:27:03.079DEBG INFOINFO Aug 31 17:27:03.079adding route 3fff:beef:a::/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 } }]
66902026-08-31T17:27:03.998Z
66912026-08-31T17:27:03.998Z DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 17:27:03.079replacing 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 } }]
66922026-08-31T17:27:03.998Z Aug 31 17:27:03.079DEBG INFO
66932026-08-31T17:27:03.999Zreplacing 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 } }]
66942026-08-31T17:27:03.999Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66952026-08-31T17:27:03.999ZAug 31 17:27:03.079Aug 31 17:27:03.079Aug 31 17:27:03.079 DEBGAug 31 17:27:03.079 DEBG 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 } }]DEBG
66962026-08-31T17:27:03.999Z adding route 3fff:beef:b::/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 } }]failed to allocate space for the new target list
66972026-08-31T17:27:03.999Z
66982026-08-31T17:27:03.999Z
66992026-08-31T17:27:04.003ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079DEBGINFO Aug 31 17:27:03.079adding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }]
67002026-08-31T17:27:04.003ZDEBGINFO
67012026-08-31T17:27:04.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 } }, NextHop { asic_port_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:1b::/64 -> 2001:db8::55:ff
67022026-08-31T17:27:04.003Z
67032026-08-31T17:27:04.003ZAug 31 17:27:03.079Aug 31 17:27:03.079 INFODEBG Aug 31 17:27:03.079replacing 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:c::/64 -> 2001:db8::55:ff
67042026-08-31T17:27:04.003Z
67052026-08-31T17:27:04.003Z 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 } }]
67062026-08-31T17:27:04.003ZAug 31 17:27:03.079 DEBG Aug 31 17:27:03.079replacing 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 } }]
67072026-08-31T17:27:04.003ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67082026-08-31T17:27:04.003ZAug 31 17:27:03.079Aug 31 17:27:03.079 INFOAug 31 17:27:03.079 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
67092026-08-31T17:27:04.003ZAug 31 17:27:03.078Aug 31 17:27:03.079 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67102026-08-31T17:27:04.003Z
67112026-08-31T17:27:04.003Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 17:27:03.079 INFO
67122026-08-31T17:27:04.003Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
67132026-08-31T17:27:04.003ZAug 31 17:27:03.079 DEBGAug 31 17:27:03.079 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67142026-08-31T17:27:04.003ZAug 31 17:27:03.079 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 17:27:03.079
67152026-08-31T17:27:04.003Z DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
67162026-08-31T17:27:04.003Z
67172026-08-31T17:27:04.003ZAug 31 17:27:03.079 DEBG Aug 31 17:27:03.079replacing 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 } }]
67182026-08-31T17:27:04.003ZINFOAug 31 17:27:03.079 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 17:27:03.079DEBG 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 } }]
67192026-08-31T17:27:04.003Z
67202026-08-31T17:27:04.003Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
67212026-08-31T17:27:04.003ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079INFO 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: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 } }]
67222026-08-31T17:27:04.003Z
67232026-08-31T17:27:04.003Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
67242026-08-31T17:27:04.004ZAug 31 17:27:03.079Aug 31 17:27:03.079Aug 31 17:27:03.079 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
67252026-08-31T17:27:04.004Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67262026-08-31T17:27:04.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 } }]
67272026-08-31T17:27:04.004ZAug 31 17:27:03.079Aug 31 17:27:03.079 DEBGAug 31 17:27:03.079DEBG 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 } }]
67282026-08-31T17:27:04.004Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
67292026-08-31T17:27:04.004Z
67302026-08-31T17:27:04.004ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079INFO DEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67312026-08-31T17:27:04.004Z
67322026-08-31T17:27:04.004Z
67332026-08-31T17:27:04.004ZAug 31 17:27:03.079Aug 31 17:27:03.079 Aug 31 17:27:03.079DEBGINFO 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 } }]
67342026-08-31T17:27:04.004ZDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
67352026-08-31T17:27:04.004Zreplacing 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 } }]
67362026-08-31T17:27:04.004ZAug 31 17:27:03.080Aug 31 17:27:03.080 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 31 17:27:03.080
67372026-08-31T17:27:04.004Z 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
67382026-08-31T17:27:04.004Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 17:27:03.080
67392026-08-31T17:27:04.004Z Aug 31 17:27:03.080DEBG 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 } }]
67402026-08-31T17:27:04.004Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 17:27:03.080
67412026-08-31T17:27:04.004Z DEBG Aug 31 17:27:03.080replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.080 INFODEBG
67422026-08-31T17:27:04.004Z adding route 3fff:beef:10::/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 } }]
67432026-08-31T17:27:04.004Z
67442026-08-31T17:27:04.004ZAug 31 17:27:03.080 INFO Aug 31 17:27:03.080adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 31 17:27:03.080DEBG
67452026-08-31T17:27:04.004ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67462026-08-31T17:27:04.004Z
67472026-08-31T17:27:04.004ZAug 31 17:27:03.080 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 31 17:27:03.080Aug 31 17:27:03.080
67482026-08-31T17:27:04.004Z INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 31 17:27:03.080
67492026-08-31T17:27:04.004Zreplacing 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 } }]
67502026-08-31T17:27:04.004ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67512026-08-31T17:27:04.004ZAug 31 17:27:03.080 Aug 31 17:27:03.080DEBG 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 } }]
67522026-08-31T17:27:04.004ZAug 31 17:27:03.080adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
67532026-08-31T17:27:04.004ZDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.080
67542026-08-31T17:27:04.004Z Aug 31 17:27:03.080INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
67552026-08-31T17:27:04.004Zreplacing 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 } }]
67562026-08-31T17:27:04.004ZAug 31 17:27:03.080 INFOAug 31 17:27:03.080 Aug 31 17:27:03.080DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67572026-08-31T17:27:04.004Zreplacing 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
67582026-08-31T17:27:04.004Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67592026-08-31T17:27:04.004Z Aug 31 17:27:03.080DEBGAug 31 17:27:03.080 Aug 31 17:27:03.080replacing 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 } }]
67602026-08-31T17:27:04.004Z DEBGDEBG 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 } }]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 } }]
67612026-08-31T17:27:04.004Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
67622026-08-31T17:27:04.004Z
67632026-08-31T17:27:04.005ZAug 31 17:27:03.080Aug 31 17:27:03.080Aug 31 17:27:03.080Aug 31 17:27:03.080 Aug 31 17:27:03.080 INFOINFO DEBG INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67642026-08-31T17:27:04.005Z
67652026-08-31T17:27:04.005Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67662026-08-31T17:27:04.005Zcreated new freemap
67672026-08-31T17:27:04.005ZAug 31 17:27:03.080Aug 31 17:27:03.080 DEBG Aug 31 17:27:03.080 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 } }] , Aug 31 17:27:03.080
67682026-08-31T17:27:04.005ZDEBG INFOunit 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:14::/64 -> 2001:db8::55:ffAug 31 17:27:03.080DEBG:
67692026-08-31T17:27:04.005Z INFO
67702026-08-31T17:27:04.005Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv4
67712026-08-31T17:27:04.005Z
67722026-08-31T17:27:04.005Zreplacing 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 } }]
67732026-08-31T17:27:04.005ZAug 31 17:27:03.080Aug 31 17:27:03.080 Aug 31 17:27:03.080DEBG Aug 31 17:27:03.080 Aug 31 17:27:03.080 INFODEBGINFO 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:2d::/64 -> 2001:db8::55:ff
67742026-08-31T17:27:04.005Zreplacing 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 } }]
67752026-08-31T17:27:04.005Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
67762026-08-31T17:27:04.005Z
67772026-08-31T17:27:04.005Z created new freemapAug 31 17:27:03.080Aug 31 17:27:03.080 , DEBGAug 31 17:27:03.080 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 } }]
67782026-08-31T17:27:04.005Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67792026-08-31T17:27:04.005ZAug 31 17:27:03.080DEBG unitAug 31 17:27:03.080Aug 31 17:27:03.080 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
67802026-08-31T17:27:04.005Z INFO DEBG freemap_route_ipv6
67812026-08-31T17:27:04.005Z adding route 3fff:beef:15::/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:2e::/64 -> 2001:db8::55:ff
67822026-08-31T17:27:04.005ZAug 31 17:27:03.080
67832026-08-31T17:27:04.005Z
67842026-08-31T17:27:04.005ZAug 31 17:27:03.080INFOAug 31 17:27:03.080 Aug 31 17:27:03.080 DEBGAug 31 17:27:03.080INFO DEBGDEBG initted freemap. size: 64 , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67852026-08-31T17:27:04.005Zreplacing 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 } }]
67862026-08-31T17:27:04.005Zunitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv4
67872026-08-31T17:27:04.005Z
67882026-08-31T17:27:04.005ZAug 31 17:27:03.080
67892026-08-31T17:27:04.005ZAug 31 17:27:03.080 DEBG Aug 31 17:27:03.080DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.080
67902026-08-31T17:27:04.005Z 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 } }]
67912026-08-31T17:27:04.005Z INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 17:27:03.080
67922026-08-31T17:27:04.005Z
67932026-08-31T17:27:04.005Z Aug 31 17:27:03.080DEBG Aug 31 17:27:03.080INFOAug 31 17:27:03.080reset freemap Aug 31 17:27:03.080 , DEBGunitDEBG :adding route 3fff:beef:21::/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
67942026-08-31T17:27:04.005Z
67952026-08-31T17:27:04.005Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67962026-08-31T17:27:04.005Z
67972026-08-31T17:27:04.005Z
67982026-08-31T17:27:04.005ZAug 31 17:27:03.080Aug 31 17:27:03.080 Aug 31 17:27:03.080 Aug 31 17:27:03.080DEBGAug 31 17:27:03.080 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 } }]DEBGINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67992026-08-31T17:27:04.010Z
68002026-08-31T17:27:04.010ZDEBG 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 } }]initted freemap. size: 64
68012026-08-31T17:27:04.010Z
68022026-08-31T17:27:04.010Z, unit:Aug 31 17:27:03.080 Aug 31 17:27:03.080Aug 31 17:27:03.080freemap_route_ipv6DEBGAug 31 17:27:03.080
68032026-08-31T17:27:04.010Z INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68042026-08-31T17:27:04.010Z
68052026-08-31T17:27:04.010Z DEBGINFO Aug 31 17:27:03.080replacing 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 } }]
68062026-08-31T17:27:04.010Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 17:27:03.080DEBG
68072026-08-31T17:27:04.010Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.080INFO
68082026-08-31T17:27:04.010ZAug 31 17:27:03.080 Aug 31 17:27:03.080DEBG reset freemap , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
68092026-08-31T17:27:04.010ZAug 31 17:27:03.080 INFOINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.080
68102026-08-31T17:27:04.010Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68112026-08-31T17:27:04.010ZDEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
68122026-08-31T17:27:04.010Zreplacing 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 } }]:
68132026-08-31T17:27:04.010Z freemap_route_ipv6Aug 31 17:27:03.080
68142026-08-31T17:27:04.010ZAug 31 17:27:03.080Aug 31 17:27:03.080Aug 31 17:27:03.080 DEBG INFOreplacing 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
68152026-08-31T17:27:04.010Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 17:27:03.080replacing 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 } }]
68162026-08-31T17:27:04.010Z
68172026-08-31T17:27:04.010ZINFO
68182026-08-31T17:27:04.010Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
68192026-08-31T17:27:04.010ZAug 31 17:27:03.080 Aug 31 17:27:03.080INFOAug 31 17:27:03.080 Aug 31 17:27:03.080 adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:27:03.080INFODEBG
68202026-08-31T17:27:04.010Z 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 } }]DEBGDEBG
68212026-08-31T17:27:04.010Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68222026-08-31T17:27:04.010Z
68232026-08-31T17:27:04.010ZAug 31 17:27:03.080
68242026-08-31T17:27:04.010Z INFO Aug 31 17:27:03.080adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 17:27:03.080
68252026-08-31T17:27:04.010Z Aug 31 17:27:03.080DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68262026-08-31T17:27:04.010ZDEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 17:27:03.080Aug 31 17:27:03.080
68272026-08-31T17:27:04.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 } }] INFOAug 31 17:27:03.080
68282026-08-31T17:27:04.010ZDEBG adding route 3fff:beef:1d::/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 } }]
68292026-08-31T17:27:04.010Z
68302026-08-31T17:27:04.010ZINFOAug 31 17:27:03.080 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 17:27:03.080
68312026-08-31T17:27:04.010ZAug 31 17:27:03.080Aug 31 17:27:03.080 DEBG INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68322026-08-31T17:27:04.010ZAug 31 17:27:03.080adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
68332026-08-31T17:27:04.011ZDEBG INFOAug 31 17:27:03.080DEBG 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 } }]Aug 31 17:27:03.080adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
68342026-08-31T17:27:04.011Z 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 } }]
68352026-08-31T17:27:04.011Z
68362026-08-31T17:27:04.011ZDEBG
68372026-08-31T17:27:04.011Zreplacing 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 } }]
68382026-08-31T17:27:04.011ZAug 31 17:27:03.080Aug 31 17:27:03.080Aug 31 17:27:03.080 Aug 31 17:27:03.080Aug 31 17:27:03.080 INFOINFO DEBGDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
68392026-08-31T17:27:04.011Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68402026-08-31T17:27:04.011Zreplacing 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 } }]
68412026-08-31T17:27:04.011Z
68422026-08-31T17:27:04.011ZAug 31 17:27:03.080replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 17:27:03.080Aug 31 17:27:03.080 DEBG INFO Aug 31 17:27:03.080DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG 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 } }]
68432026-08-31T17:27:04.011Z
68442026-08-31T17:27:04.011Z
68452026-08-31T17:27:04.011Z 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 } }]
68462026-08-31T17:27:04.011Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.080
68472026-08-31T17:27:04.011Z Aug 31 17:27:03.080INFOAug 31 17:27:03.080 Aug 31 17:27:03.080 INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 17:27:03.080 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
68482026-08-31T17:27:04.011Z
68492026-08-31T17:27:04.011Z adding route 3fff:beef:1c::/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 } }]
68502026-08-31T17:27:04.011Z
68512026-08-31T17:27:04.011ZINFO Aug 31 17:27:03.080Aug 31 17:27:03.080 DEBGDEBGAug 31 17:27:03.080Aug 31 17:27:03.080 INFO adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 adding route 3fff:beef:20::/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 } }]
68522026-08-31T17:27:04.011Z
68532026-08-31T17:27:04.011Z
68542026-08-31T17:27:04.011Zreplacing 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 } }]
68552026-08-31T17:27:04.011Z
68562026-08-31T17:27:04.011ZAug 31 17:27:03.080 Aug 31 17:27:03.080INFOAug 31 17:27:03.080Aug 31 17:27:03.080 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68572026-08-31T17:27:04.011Zreplacing 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 } }]
68582026-08-31T17:27:04.011ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68592026-08-31T17:27:04.011Z
68602026-08-31T17:27:04.011ZAug 31 17:27:03.080Aug 31 17:27:03.080 DEBGDEBGAug 31 17:27:03.080Aug 31 17:27:03.080 Aug 31 17:27:03.080 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 } }]
68612026-08-31T17:27:04.011ZINFODEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
68622026-08-31T17:27:04.011Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
68632026-08-31T17:27:04.011ZAug 31 17:27:03.080
68642026-08-31T17:27:04.011ZAug 31 17:27:03.080
68652026-08-31T17:27:04.011ZINFOAug 31 17:27:03.080Aug 31 17:27:03.080 DEBGINFOINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68662026-08-31T17:27:04.011Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
68672026-08-31T17:27:04.011Zreplacing 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 } }]
68682026-08-31T17:27:04.011Z
68692026-08-31T17:27:04.011Ztest route::tests::identity_replace_is_noop ... ok
68702026-08-31T17:27:04.011ZAug 31 17:27:03.080 Aug 31 17:27:03.080Aug 31 17:27:03.080Aug 31 17:27:03.080Aug 31 17:27:03.080 INFO Aug 31 17:27:03.081adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68712026-08-31T17:27:04.011ZINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4 Aug 31 17:27:03.085
68722026-08-31T17:27:04.011Z DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 31 17:27:03.085created new freemap , DEBGDEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
68732026-08-31T17:27:04.012ZDEBGfreemap_route_ipv4
68742026-08-31T17:27:04.012Zreplacing 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: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 } }]
68752026-08-31T17:27:04.012ZAug 31 17:27:03.085Aug 31 17:27:03.085 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }],
68762026-08-31T17:27:04.012Zunit
68772026-08-31T17:27:04.012Z: freemap_route_ipv6
68782026-08-31T17:27:04.012ZAug 31 17:27:03.085 Aug 31 17:27:03.085INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
68792026-08-31T17:27:04.012Zinitted freemap. size: 64Aug 31 17:27:03.085, unit :INFO Aug 31 17:27:03.085 freemap_route_ipv4
68802026-08-31T17:27:04.012Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
68812026-08-31T17:27:04.012Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.085
68822026-08-31T17:27:04.012Z DEBG reset freemapAug 31 17:27:03.085Aug 31 17:27:03.081 Aug 31 17:27:03.085DEBG INFO, DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68832026-08-31T17:27:04.012Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffunit
68842026-08-31T17:27:04.012Zcreated new freemap:, unitfreemap_route_ipv4Aug 31 17:27:03.085:
68852026-08-31T17:27:04.012Z DEBG freemap_route_ipv4replacing 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 } }]
68862026-08-31T17:27:04.012Z
68872026-08-31T17:27:04.012ZAug 31 17:27:03.085 Aug 31 17:27:03.085DEBG INFOAug 31 17:27:03.085 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffinitted freemap. size: 64
68882026-08-31T17:27:04.012Z, Aug 31 17:27:03.085DEBG unitINFOcreated new freemap:Aug 31 17:27:03.085, freemap_route_ipv6unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ff:
68892026-08-31T17:27:04.012ZDEBG
68902026-08-31T17:27:04.012Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
68912026-08-31T17:27:04.012Z
68922026-08-31T17:27:04.012ZAug 31 17:27:03.085Aug 31 17:27:03.085 DEBGDEBG 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 } }],
68932026-08-31T17:27:04.012ZunitAug 31 17:27:03.085: INFOfreemap_route_ipv6
68942026-08-31T17:27:04.012ZAug 31 17:27:03.080Aug 31 17:27:03.085 DEBG
68952026-08-31T17:27:04.012ZAug 31 17:27:03.085 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
68962026-08-31T17:27:04.012Z Aug 31 17:27:03.085 INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemapAug 31 17:27:03.085 DEBG, adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
68972026-08-31T17:27:04.012Zunitinitted freemap. size: 64:, Aug 31 17:27:03.085 unitDEBG:freemap_route_ipv4 INFO
68982026-08-31T17:27:04.012ZAug 31 17:27:03.085freemap_route_ipv4 DEBG
68992026-08-31T17:27:04.016Zreplacing 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 } }]
69002026-08-31T17:27:04.016ZAug 31 17:27:03.085adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.085DEBG
69012026-08-31T17:27:04.016Z
69022026-08-31T17:27:04.016ZDEBG created new freemap
69032026-08-31T17:27:04.017Z Aug 31 17:27:03.085reset freemap INFO, Aug 31 17:27:03.085Aug 31 17:27:03.085 , INFO unitunitDEBGAug 31 17:27:03.085 : adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
69042026-08-31T17:27:04.017Z
69052026-08-31T17:27:04.017Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
69062026-08-31T17:27:04.017Zfreemap_route_ipv4
69072026-08-31T17:27:04.017Z
69082026-08-31T17:27:04.017Z
69092026-08-31T17:27:04.017ZAug 31 17:27:03.085 Aug 31 17:27:03.085DEBG Aug 31 17:27:03.085Aug 31 17:27:03.085 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
69102026-08-31T17:27:04.017Z INFO DEBGinitted freemap. size: 64Aug 31 17:27:03.085, Aug 31 17:27:03.085unit DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69112026-08-31T17:27:04.017Z initted freemap. size: 64adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff,
69122026-08-31T17:27:04.017Zunit Aug 31 17:27:03.085Aug 31 17:27:03.085 DEBGINFO:INFO : Aug 31 17:27:03.085freemap_route_ipv6
69132026-08-31T17:27:04.017Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
69142026-08-31T17:27:04.017Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69152026-08-31T17:27:04.017Z
69162026-08-31T17:27:04.017Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 17:27:03.085 Aug 31 17:27:03.085
69172026-08-31T17:27:04.017Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.085DEBG reset freemap
69182026-08-31T17:27:04.017ZDEBG , Aug 31 17:27:03.085unitDEBG: 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 } }]
69192026-08-31T17:27:04.017Zfreemap_route_ipv6
69202026-08-31T17:27:04.017Zreset freemap, unitAug 31 17:27:03.085Aug 31 17:27:03.085 :DEBG failed to allocate space for the new target listAug 31 17:27:03.085INFO
69212026-08-31T17:27:04.017Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGfreemap_route_ipv4INFO
69222026-08-31T17:27:04.017Z
69232026-08-31T17:27:04.017Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.085Aug 31 17:27:03.085Aug 31 17:27:03.085
69242026-08-31T17:27:04.017Z DEBGDEBG
69252026-08-31T17:27:04.017Zinitted 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:2, vlan_id: None } }], unit
69262026-08-31T17:27:04.017Z:Aug 31 17:27:03.085 INFO freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
69272026-08-31T17:27:04.017Z
69282026-08-31T17:27:04.017ZDEBGAug 31 17:27:03.085Aug 31 17:27:03.085 Aug 31 17:27:03.085DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
69292026-08-31T17:27:04.017Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap
69302026-08-31T17:27:04.017Z, 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 } }]unit
69312026-08-31T17:27:04.017Z:Aug 31 17:27:03.085 freemap_route_ipv6Aug 31 17:27:03.085INFO
69322026-08-31T17:27:04.017Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
69332026-08-31T17:27:04.017ZAug 31 17:27:03.085
69342026-08-31T17:27:04.017ZAug 31 17:27:03.085 INFO INFO Aug 31 17:27:03.085adding route 172.16.0.0/32 -> 10.0.0.1
69352026-08-31T17:27:04.017Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
69362026-08-31T17:27:04.017ZDEBGAug 31 17:27:03.085 Aug 31 17:27:03.085replacing 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 } }]
69372026-08-31T17:27:04.017Z Aug 31 17:27:03.085DEBG DEBGDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69382026-08-31T17:27:04.017Z 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 } }]
69392026-08-31T17:27:04.017Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69402026-08-31T17:27:04.017ZAug 31 17:27:03.085Aug 31 17:27:03.085 INFOINFO Aug 31 17:27:03.085Aug 31 17:27:03.085 adding route 172.16.0.0/32 -> 10.0.0.2INFO
69412026-08-31T17:27:04.018Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO
69422026-08-31T17:27:04.018Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 17:27:03.085
69432026-08-31T17:27:04.018Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
69442026-08-31T17:27:04.018ZAug 31 17:27:03.085
69452026-08-31T17:27:04.018Z 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 31 17:27:03.085
69462026-08-31T17:27:04.018ZAug 31 17:27:03.085 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.085
69472026-08-31T17:27:04.018Z
69482026-08-31T17:27:04.018Z DEBGAug 31 17:27:03.085Aug 31 17:27:03.085 Aug 31 17:27:03.085 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
69492026-08-31T17:27:04.018Z
69502026-08-31T17:27:04.018Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
69512026-08-31T17:27:04.018Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
69522026-08-31T17:27:04.018ZAug 31 17:27:03.085Aug 31 17:27:03.085 INFO adding route 172.16.0.0/32 -> 10.0.0.4INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
69532026-08-31T17:27:04.018ZAug 31 17:27:03.085Aug 31 17:27:03.085
69542026-08-31T17:27:04.018Z DEBG 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 } }] Aug 31 17:27:03.085replacing 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 } }]
69552026-08-31T17:27:04.018ZDEBG
69562026-08-31T17:27:04.018Z Aug 31 17:27:03.085replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
69572026-08-31T17:27:04.018ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:27:03.085
69582026-08-31T17:27:04.018Z INFOAug 31 17:27:03.085 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
69592026-08-31T17:27:04.018ZINFOAug 31 17:27:03.085 adding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 17:27:03.085
69602026-08-31T17:27:04.018ZDEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 17:27:03.085
69612026-08-31T17:27:04.018ZAug 31 17:27:03.085
69622026-08-31T17:27:04.018Z DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69632026-08-31T17:27:04.018Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.085
69642026-08-31T17:27:04.018Z DEBGAug 31 17:27:03.085 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 } }]WARN
69652026-08-31T17:27:04.018Ztest route::tests::grow_succeeds ... ok
69662026-08-31T17:27:04.018Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 17:27:03.085
69672026-08-31T17:27:04.018ZAug 31 17:27:03.085 Aug 31 17:27:03.085INFO INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
69682026-08-31T17:27:04.018ZAug 31 17:27:03.085
69692026-08-31T17:27:04.018Z ERROINFO Aug 31 17:27:03.085rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 17:27:03.085adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBG
69702026-08-31T17:27:04.018Z
69712026-08-31T17:27:04.018Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
69722026-08-31T17:27:04.018Ztest route::tests::rollback_on_compact_delete_failure ... ok
69732026-08-31T17:27:04.018ZDEBGreplacing 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 } }]
69742026-08-31T17:27:04.018ZAug 31 17:27:03.086Aug 31 17:27:03.086Aug 31 17:27:03.092 DEBGDEBG INFOcreated new freemap created new freemap, , unitunit:: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4
69752026-08-31T17:27:04.018Z
69762026-08-31T17:27:04.018Zfreemap_route_ipv4
69772026-08-31T17:27:04.018ZAug 31 17:27:03.092 DEBG Aug 31 17:27:03.092replacing 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 } }]
69782026-08-31T17:27:04.018ZDEBGAug 31 17:27:03.092 Aug 31 17:27:03.092 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 } }]DEBGAug 31 17:27:03.092
69792026-08-31T17:27:04.018ZINFO DEBG adding route 172.17.0.3/32 -> 10.0.0.255
69802026-08-31T17:27:04.019Zcreated new freemapAug 31 17:27:03.092, INFO created new freemapunit, adding route 3fff:beef:33::/64 -> 2001:db8::55:ff:
69812026-08-31T17:27:04.019Zunit Aug 31 17:27:03.092: freemap_route_ipv6DEBG
69822026-08-31T17:27:04.019Z Aug 31 17:27:03.092replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
69832026-08-31T17:27:04.019Z
69842026-08-31T17:27:04.019ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.092
69852026-08-31T17:27:04.019ZAug 31 17:27:03.092 INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 31 17:27:03.092
69862026-08-31T17:27:04.019ZAug 31 17:27:03.092 initted freemap. size: 64INFO, Aug 31 17:27:03.092adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit
69872026-08-31T17:27:04.019Z:DEBG freemap_route_ipv4
69882026-08-31T17:27:04.019Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.092
69892026-08-31T17:27:04.019Z DEBGDEBG Aug 31 17:27:03.092initted freemap. size: 64 Aug 31 17:27:03.092replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , INFO
69902026-08-31T17:27:04.019Z unitadding route 172.17.0.5/32 -> 10.0.0.255:
69912026-08-31T17:27:04.019ZDEBG freemap_route_ipv4 Aug 31 17:27:03.092reset freemap
69922026-08-31T17:27:04.019Z Aug 31 17:27:03.092INFO , DEBG unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69932026-08-31T17:27:04.019Z:
69942026-08-31T17:27:04.019Z freemap_route_ipv4Aug 31 17:27:03.092
69952026-08-31T17:27:04.019ZAug 31 17:27:03.092 DEBGINFO reset freemap , adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 17:27:03.092unitAug 31 17:27:03.092 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 } }]
69962026-08-31T17:27:04.019Zfreemap_route_ipv4
69972026-08-31T17:27:04.019Z
69982026-08-31T17:27:04.019Zinitted freemap. size: 64, Aug 31 17:27:03.092unitAug 31 17:27:03.092 :DEBG freemap_route_ipv6
69992026-08-31T17:27:04.023Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.092
70002026-08-31T17:27:04.023Z Aug 31 17:27:03.086 DEBGDEBG Aug 31 17:27:03.092Aug 31 17:27:03.092 created new freemapINFO, unitINFOinitted freemap. size: 64 adding route 172.17.0.7/32 -> 10.0.0.255:,
70012026-08-31T17:27:04.023Zunit adding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
70022026-08-31T17:27:04.023Z Aug 31 17:27:03.092freemap_route_ipv4freemap_route_ipv6
70032026-08-31T17:27:04.023Z
70042026-08-31T17:27:04.023ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.092
70052026-08-31T17:27:04.023Z DEBGAug 31 17:27:03.092Aug 31 17:27:03.092 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 } }] DEBGAug 31 17:27:03.092reset freemap
70062026-08-31T17:27:04.023Z, unit INFO:created new freemap Aug 31 17:27:03.092adding route 172.17.0.8/32 -> 10.0.0.255
70072026-08-31T17:27:04.023Z INFO, unitfreemap_route_ipv6:
70082026-08-31T17:27:04.023Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
70092026-08-31T17:27:04.023Zfreemap_route_ipv6Aug 31 17:27:03.092 reset freemap
70102026-08-31T17:27:04.023Z, unit: DEBGAug 31 17:27:03.092Aug 31 17:27:03.092 Aug 31 17:27:03.092freemap_route_ipv6DEBG
70112026-08-31T17:27:04.023Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
70122026-08-31T17:27:04.023Z , unitAug 31 17:27:03.092: INFOfreemap_route_ipv4Aug 31 17:27:03.092 INFO adding route 172.17.0.9/32 -> 10.0.0.255
70132026-08-31T17:27:04.023Z
70142026-08-31T17:27:04.023Zadding route 172.16.0.0/32 -> 10.0.0.1DEBGINFO
70152026-08-31T17:27:04.023ZAug 31 17:27:03.092 DEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:27:03.092 Aug 31 17:27:03.092replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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
70162026-08-31T17:27:04.023Z
70172026-08-31T17:27:04.023Zreset freemap
70182026-08-31T17:27:04.023ZDEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit
70192026-08-31T17:27:04.023ZAug 31 17:27:03.092: Aug 31 17:27:03.092 freemap_route_ipv4INFO
70202026-08-31T17:27:04.024Z Aug 31 17:27:03.092adding route 172.17.0.10/32 -> 10.0.0.255
70212026-08-31T17:27:04.024ZINFO Aug 31 17:27:03.092Aug 31 17:27:03.092 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 17:27:03.092DEBG
70222026-08-31T17:27:04.024Z 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 } }]DEBGAug 31 17:27:03.092 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
70232026-08-31T17:27:04.024Z
70242026-08-31T17:27:04.024Z
70252026-08-31T17:27:04.024ZDEBGDEBG Aug 31 17:27:03.092replacing 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
70262026-08-31T17:27:04.024Z, Aug 31 17:27:03.092 INFO unit INFOAug 31 17:27:03.092 adding route 172.16.0.0/32 -> 10.0.0.1
70272026-08-31T17:27:04.024ZINFO: adding route 172.17.0.11/32 -> 10.0.0.255 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
70282026-08-31T17:27:04.024Zfreemap_route_ipv6
70292026-08-31T17:27:04.024Z
70302026-08-31T17:27:04.024ZAug 31 17:27:03.092 Aug 31 17:27:03.092 DEBGAug 31 17:27:03.092DEBG Aug 31 17:27:03.092replacing 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 } }]
70312026-08-31T17:27:04.024Z 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 } }]
70322026-08-31T17:27:04.024ZDEBGreset freemap , 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 } }]unit
70332026-08-31T17:27:04.024ZAug 31 17:27:03.092: freemap_route_ipv6
70342026-08-31T17:27:04.024ZAug 31 17:27:03.092INFOAug 31 17:27:03.092 adding route 172.17.0.12/32 -> 10.0.0.255INFO
70352026-08-31T17:27:04.024Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:27:03.092
70362026-08-31T17:27:04.024Z INFOAug 31 17:27:03.092 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing 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 } }]
70372026-08-31T17:27:04.024ZAug 31 17:27:03.092
70382026-08-31T17:27:04.024Z DEBG
70392026-08-31T17:27:04.024Z 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 31 17:27:03.092
70402026-08-31T17:27:04.024ZAug 31 17:27:03.092 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 17:27:03.092
70412026-08-31T17:27:04.024Z
70422026-08-31T17:27:04.024Z DEBGAug 31 17:27:03.092 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.085Aug 31 17:27:03.092
70432026-08-31T17:27:04.024Z ERRODEBG 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 itreplacing 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
70442026-08-31T17:27:04.024Z
70452026-08-31T17:27:04.024ZAug 31 17:27:03.092 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOAug 31 17:27:03.092
70462026-08-31T17:27:04.024Z adding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 31 17:27:03.092adding route 172.17.0.14/32 -> 10.0.0.255
70472026-08-31T17:27:04.024Z
70482026-08-31T17:27:04.024ZAug 31 17:27:03.092 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70492026-08-31T17:27:04.024ZAug 31 17:27:03.092Aug 31 17:27:03.092
70502026-08-31T17:27:04.024Z DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:27:03.092
70512026-08-31T17:27:04.024Z DEBG
70522026-08-31T17:27:04.024Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.092
70532026-08-31T17:27:04.024Z Aug 31 17:27:03.092INFO Aug 31 17:27:03.092Aug 31 17:27:03.092 INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:3
70542026-08-31T17:27:04.024Zadding route 172.17.0.15/32 -> 10.0.0.255
70552026-08-31T17:27:04.024ZINFOadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 17:27:03.092 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
70562026-08-31T17:27:04.024Ztest route::tests::rollback_on_compact_write_failure ... ok
70572026-08-31T17:27:04.024Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70582026-08-31T17:27:04.024Z
70592026-08-31T17:27:04.025ZAug 31 17:27:03.092 Aug 31 17:27:03.092DEBG Aug 31 17:27:03.092replacing 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 INFO
70602026-08-31T17:27:04.025Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
70612026-08-31T17:27:04.025ZAug 31 17:27:03.092 Aug 31 17:27:03.092DEBG
70622026-08-31T17:27:04.025ZINFOAug 31 17:27:03.092 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
70632026-08-31T17:27:04.025Zadding route 172.17.0.16/32 -> 10.0.0.255
70642026-08-31T17:27:04.025Z
70652026-08-31T17:27:04.025ZAug 31 17:27:03.092Aug 31 17:27:03.092 Aug 31 17:27:03.092INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
70662026-08-31T17:27:04.025ZAug 31 17:27:03.092DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70672026-08-31T17:27:04.025Z 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 } }]
70682026-08-31T17:27:04.025Z
70692026-08-31T17:27:04.025ZAug 31 17:27:03.092 DEBG Aug 31 17:27:03.092replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:27:03.092
70702026-08-31T17:27:04.025Z INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
70712026-08-31T17:27:04.025Z
70722026-08-31T17:27:04.025ZAug 31 17:27:03.092Aug 31 17:27:03.092 Aug 31 17:27:03.092DEBGAug 31 17:27:03.092 WARNreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
70732026-08-31T17:27:04.025Z 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 } }]
70742026-08-31T17:27:04.025Z
70752026-08-31T17:27:04.025ZAug 31 17:27:03.092DEBG INFOAug 31 17:27:03.092replacing 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 } }]
70762026-08-31T17:27:04.025ZINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
70772026-08-31T17:27:04.025Z
70782026-08-31T17:27:04.025ZAug 31 17:27:03.092 DEBG failed to allocate space for the new target list
70792026-08-31T17:27:04.025ZAug 31 17:27:03.092 DEBGAug 31 17:27:03.092 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
70802026-08-31T17:27:04.025Z Aug 31 17:27:03.092replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70812026-08-31T17:27:04.025ZDEBG Aug 31 17:27:03.092replacing 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 } }]
70822026-08-31T17:27:04.025ZINFO Aug 31 17:27:03.092 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 Aug 31 17:27:03.093 adding route 172.17.0.3/32 -> 10.0.0.255DEBG Aug 31 17:27:03.093
70832026-08-31T17:27:04.025Zcreated new freemap, Aug 31 17:27:03.093unit :DEBG freemap_route_ipv4created new freemap
70842026-08-31T17:27:04.025Z, unit: freemap_route_ipv4 Aug 31 17:27:03.098DEBG DEBGcreated new freemap , created new freemapunit, : unitAug 31 17:27:03.098:freemap_route_ipv4 freemap_route_ipv6
70852026-08-31T17:27:04.025Z
70862026-08-31T17:27:04.025ZDEBG Aug 31 17:27:03.098adding route 172.17.0.19/32 -> 10.0.0.255
70872026-08-31T17:27:04.025Zreplacing 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 } }]
70882026-08-31T17:27:04.025Z
70892026-08-31T17:27:04.025ZDEBG initted freemap. size: 64Aug 31 17:27:03.098, unitDEBGAug 31 17:27:03.098 : Aug 31 17:27:03.098freemap_route_ipv4 created new freemap
70902026-08-31T17:27:04.025Z, DEBGAug 31 17:27:03.098unit : INFO Aug 31 17:27:03.098replacing 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 } }] DEBGfreemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255DEBG
70912026-08-31T17:27:04.025Z
70922026-08-31T17:27:04.025Z
70932026-08-31T17:27:04.025Zreset freemap, created new freemapunit, :Aug 31 17:27:03.098 Aug 31 17:27:03.098 Aug 31 17:27:03.098freemap_route_ipv4INFO
70942026-08-31T17:27:04.025Z adding route 172.17.0.20/32 -> 10.0.0.255DEBGunit DEBGAug 31 17:27:03.098: DEBGfreemap_route_ipv6initted freemap. size: 64 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64, , unitunit
70952026-08-31T17:27:04.025Z:: freemap_route_ipv4freemap_route_ipv6
70962026-08-31T17:27:04.025Z
70972026-08-31T17:27:04.025Z
70982026-08-31T17:27:04.025Z
70992026-08-31T17:27:04.030ZAug 31 17:27:03.098Aug 31 17:27:03.098 Aug 31 17:27:03.098DEBG DEBG INFOinitted freemap. size: 64 , reset freemapunit, :unitAug 31 17:27:03.098 : freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv6
71002026-08-31T17:27:04.030Z
71012026-08-31T17:27:04.030Z
71022026-08-31T17:27:04.030Z DEBG reset freemapAug 31 17:27:03.098, unitAug 31 17:27:03.098:DEBGAug 31 17:27:03.098 freemap_route_ipv4 Aug 31 17:27:03.098INFODEBG
71032026-08-31T17:27:04.030Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
71042026-08-31T17:27:04.030ZAug 31 17:27:03.098
71052026-08-31T17:27:04.030Z DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:27:03.099initted freemap. size: 64
71062026-08-31T17:27:04.030ZAug 31 17:27:03.099 , , unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6
71072026-08-31T17:27:04.030ZINFO
71082026-08-31T17:27:04.030Z adding route 172.17.0.6/32 -> 10.0.0.255unit:
71092026-08-31T17:27:04.030Z Aug 31 17:27:03.099Aug 31 17:27:03.099 freemap_route_ipv4DEBGINFOAug 31 17:27:03.099 adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
71102026-08-31T17:27:04.030Z
71112026-08-31T17:27:04.030Z reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.099
71122026-08-31T17:27:04.030ZAug 31 17:27:03.099Aug 31 17:27:03.099, 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 } }]unit
71132026-08-31T17:27:04.030ZINFO: adding route 172.17.0.21/32 -> 10.0.0.255 initted freemap. size: 64
71142026-08-31T17:27:04.030ZAug 31 17:27:03.099Aug 31 17:27:03.099freemap_route_ipv6 INFO
71152026-08-31T17:27:04.030Z DEBGadding route 172.17.0.7/32 -> 10.0.0.255
71162026-08-31T17:27:04.030Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 17:27:03.099
71172026-08-31T17:27:04.030Z, unit:INFO Aug 31 17:27:03.099freemap_route_ipv6Aug 31 17:27:03.099
71182026-08-31T17:27:04.030Z DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71192026-08-31T17:27:04.030Z
71202026-08-31T17:27:04.030Z
71212026-08-31T17:27:04.030ZAug 31 17:27:03.099 Aug 31 17:27:03.099Aug 31 17:27:03.099 DEBGAug 31 17:27:03.099 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 } }]INFO
71222026-08-31T17:27:04.030Zadding route 172.17.0.22/32 -> 10.0.0.255DEBG adding route 172.17.0.8/32 -> 10.0.0.255reset freemap
71232026-08-31T17:27:04.030Z,
71242026-08-31T17:27:04.030ZunitAug 31 17:27:03.099: Aug 31 17:27:03.099 freemap_route_ipv6Aug 31 17:27:03.099DEBG INFO
71252026-08-31T17:27:04.030Z DEBG adding route 172.16.0.0/32 -> 10.0.0.2 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71262026-08-31T17:27:04.030Z
71272026-08-31T17:27:04.030Z
71282026-08-31T17:27:04.030ZAug 31 17:27:03.099Aug 31 17:27:03.099 INFO Aug 31 17:27:03.099adding route 172.17.0.23/32 -> 10.0.0.255
71292026-08-31T17:27:04.030ZINFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 17:27:03.099
71302026-08-31T17:27:04.030Z DEBG Aug 31 17:27:03.099replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 17:27:03.099
71312026-08-31T17:27:04.030ZDEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71322026-08-31T17:27:04.030ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
71332026-08-31T17:27:04.031ZAug 31 17:27:03.099replacing 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 } }]
71342026-08-31T17:27:04.031ZINFO Aug 31 17:27:03.099adding route 172.17.0.0/32 -> 10.0.0.255
71352026-08-31T17:27:04.031ZAug 31 17:27:03.099INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255
71362026-08-31T17:27:04.031Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:27:03.099Aug 31 17:27:03.099 INFO
71372026-08-31T17:27:04.031ZDEBG Aug 31 17:27:03.099adding route 172.17.0.10/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 } }]
71382026-08-31T17:27:04.031Z
71392026-08-31T17:27:04.031ZDEBGAug 31 17:27:03.099Aug 31 17:27:03.099Aug 31 17:27:03.099 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71402026-08-31T17:27:04.031Z
71412026-08-31T17:27:04.031Zadding route 172.17.0.1/32 -> 10.0.0.255
71422026-08-31T17:27:04.031Z INFO Aug 31 17:27:03.099replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:27:03.099INFO Aug 31 17:27:03.099INFO
71432026-08-31T17:27:04.031Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG adding route 172.17.0.25/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 } }]
71442026-08-31T17:27:04.031Z
71452026-08-31T17:27:04.031Zadding route 3fff:dead::/64 -> 2001:db8::55:2
71462026-08-31T17:27:04.031Z
71472026-08-31T17:27:04.031ZAug 31 17:27:03.099Aug 31 17:27:03.099Aug 31 17:27:03.099Aug 31 17:27:03.099 Aug 31 17:27:03.099INFO INFODEBGDEBG DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.2/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71482026-08-31T17:27:04.031Z
71492026-08-31T17:27:04.031Z
71502026-08-31T17:27:04.031Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
71512026-08-31T17:27:04.031Z
71522026-08-31T17:27:04.031ZAug 31 17:27:03.099 Aug 31 17:27:03.099 Aug 31 17:27:03.099DEBG INFO Aug 31 17:27:03.099 Aug 31 17:27:03.099 adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71532026-08-31T17:27:04.031Z
71542026-08-31T17:27:04.031ZINFODEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255Aug 31 17:27:03.099
71552026-08-31T17:27:04.031Z Aug 31 17:27:03.099
71562026-08-31T17:27:04.031Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
71572026-08-31T17:27:04.031Z INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:27:03.099adding route 172.17.0.3/32 -> 10.0.0.255
71582026-08-31T17:27:04.031Z
71592026-08-31T17:27:04.031Ztest route::tests::rollback_on_index_readd_failure ... ok
71602026-08-31T17:27:04.031Z Aug 31 17:27:03.099 Aug 31 17:27:03.099INFO DEBGDEBGAug 31 17:27:03.099 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.27/32 -> 10.0.0.255
71612026-08-31T17:27:04.031Z
71622026-08-31T17:27:04.031Zreplacing 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 } }]
71632026-08-31T17:27:04.031Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 17:27:03.099Aug 31 17:27:03.099 DEBGDEBG
71642026-08-31T17:27:04.031Z Aug 31 17:27:03.099replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 31 17:27:03.099
71652026-08-31T17:27:04.031Z DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 17:27:03.099replacing 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 } }]
71662026-08-31T17:27:04.031Z
71672026-08-31T17:27:04.031ZAug 31 17:27:03.099 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 } }]adding route 172.17.0.4/32 -> 10.0.0.255
71682026-08-31T17:27:04.031Z
71692026-08-31T17:27:04.031ZAug 31 17:27:03.099 Aug 31 17:27:03.099 INFOINFOAug 31 17:27:03.099 DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
71702026-08-31T17:27:04.031Z Aug 31 17:27:03.099 adding route 172.17.0.28/32 -> 10.0.0.255
71712026-08-31T17:27:04.031Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
71722026-08-31T17:27:04.032Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.099 DEBG
71732026-08-31T17:27:04.032Z Aug 31 17:27:03.099replacing 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 } }]
71742026-08-31T17:27:04.032ZAug 31 17:27:03.099DEBGAug 31 17:27:03.099 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 } }]
71752026-08-31T17:27:04.032Z INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 17:27:03.099replacing 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 } }]
71762026-08-31T17:27:04.032Z
71772026-08-31T17:27:04.032ZINFO Aug 31 17:27:03.099replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71782026-08-31T17:27:04.032ZAug 31 17:27:03.099Aug 31 17:27:03.099INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
71792026-08-31T17:27:04.032ZAug 31 17:27:03.099 DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG
71802026-08-31T17:27:04.032Zreplacing 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 } }]
71812026-08-31T17:27:04.032ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 31 17:27:03.099adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 17:27:03.099
71822026-08-31T17:27:04.032Z
71832026-08-31T17:27:04.032Z DEBGDEBGAug 31 17:27:03.099 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: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 } }]
71842026-08-31T17:27:04.032ZAug 31 17:27:03.099Aug 31 17:27:03.099
71852026-08-31T17:27:04.032Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
71862026-08-31T17:27:04.032Z DEBGWARNAug 31 17:27:03.099Aug 31 17:27:03.099 Aug 31 17:27:03.099 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]INFOINFO
71872026-08-31T17:27:04.032Z
71882026-08-31T17:27:04.032Z adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
71892026-08-31T17:27:04.032Z
71902026-08-31T17:27:04.032Zreplacing 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 } }]
71912026-08-31T17:27:04.032ZAug 31 17:27:03.099Aug 31 17:27:03.099 DEBGAug 31 17:27:03.093Aug 31 17:27:03.099 DEBGAug 31 17:27:03.099DEBG 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 } }]INFOcreated new freemap
71922026-08-31T17:27:04.032Zadding route 172.17.0.16/32 -> 10.0.0.255,
71932026-08-31T17:27:04.032Zreplacing 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
71942026-08-31T17:27:04.032Zunit:Aug 31 17:27:03.099 freemap_route_ipv4DEBG
71952026-08-31T17:27:04.032ZAug 31 17:27:03.099 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 } }]INFOAug 31 17:27:03.099Aug 31 17:27:03.099
71962026-08-31T17:27:04.032Z DEBG INFOcreated new freemap, Aug 31 17:27:03.100unit :DEBG freemap_route_ipv6created new freemap
71972026-08-31T17:27:04.032Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff, unit:
71982026-08-31T17:27:04.032ZAug 31 17:27:03.105 DEBG Aug 31 17:27:03.105initted freemap. size: 64 , DEBGunit Aug 31 17:27:03.105: INFOfreemap_route_ipv4
71992026-08-31T17:27:04.036Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
72002026-08-31T17:27:04.036Z
72012026-08-31T17:27:04.036ZAug 31 17:27:03.105
72022026-08-31T17:27:04.036Z DEBG reset freemap, unit: adding route 172.17.0.7/32 -> 10.0.0.255Aug 31 17:27:03.105freemap_route_ipv4
72032026-08-31T17:27:04.036Z
72042026-08-31T17:27:04.036ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 17:27:03.105Aug 31 17:27:03.105
72052026-08-31T17:27:04.037ZAug 31 17:27:03.105 DEBG Aug 31 17:27:03.105DEBGinitted freemap. size: 64Aug 31 17:27:03.105 , DEBG DEBGunitreplacing 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 } }]:
72062026-08-31T17:27:04.037Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
72072026-08-31T17:27:04.037Z
72082026-08-31T17:27:04.037Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.105 INFO
72092026-08-31T17:27:04.037ZINFO Aug 31 17:27:03.105adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 17:27:03.105 INFO
72102026-08-31T17:27:04.037ZDEBG reset freemapadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 17:27:03.105, Aug 31 17:27:03.105unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:
72112026-08-31T17:27:04.037Z freemap_route_ipv6DEBG
72122026-08-31T17:27:04.037Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.105
72132026-08-31T17:27:04.037Z Aug 31 17:27:03.105DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72142026-08-31T17:27:04.037Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:27:03.105
72152026-08-31T17:27:04.037Z
72162026-08-31T17:27:04.037Z INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 17:27:03.105adding route 172.17.0.9/32 -> 10.0.0.255
72172026-08-31T17:27:04.037ZAug 31 17:27:03.105Aug 31 17:27:03.105DEBG 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 } }]
72182026-08-31T17:27:04.037Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
72192026-08-31T17:27:04.037ZAug 31 17:27:03.105
72202026-08-31T17:27:04.037Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.105DEBG
72212026-08-31T17:27:04.037Zreplacing 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 Aug 31 17:27:03.105adding route 3fff:dead::/64 -> 2001:db8::55:2
72222026-08-31T17:27:04.037Z
72232026-08-31T17:27:04.037ZAug 31 17:27:03.105Aug 31 17:27:03.105 DEBGINFOAug 31 17:27:03.105DEBG DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
72242026-08-31T17:27:04.037Z
72252026-08-31T17:27:04.037Z
72262026-08-31T17:27:04.037ZAug 31 17:27:03.105 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 31 17:27:03.105INFO
72272026-08-31T17:27:04.037Z INFOAug 31 17:27:03.105Aug 31 17:27:03.105 adding route 172.17.0.10/32 -> 10.0.0.255DEBG
72282026-08-31T17:27:04.037ZINFO 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:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
72292026-08-31T17:27:04.037Z
72302026-08-31T17:27:04.037Z
72312026-08-31T17:27:04.037ZAug 31 17:27:03.105Aug 31 17:27:03.105 DEBGAug 31 17:27:03.105 Aug 31 17:27:03.105Aug 31 17:27:03.105 INFO DEBGDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72322026-08-31T17:27:04.037Z 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 } }]
72332026-08-31T17:27:04.037Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72342026-08-31T17:27:04.037ZINFO
72352026-08-31T17:27:04.037Zadding route 172.17.0.19/32 -> 10.0.0.255
72362026-08-31T17:27:04.037ZAug 31 17:27:03.105 INFOAug 31 17:27:03.105 Aug 31 17:27:03.105adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
72372026-08-31T17:27:04.037ZINFO Aug 31 17:27:03.105adding route 3fff:dead::/64 -> 2001:db8::55:4
72382026-08-31T17:27:04.037ZINFOAug 31 17:27:03.105 Aug 31 17:27:03.105 adding route 172.17.0.11/32 -> 10.0.0.255DEBG
72392026-08-31T17:27:04.037Z Aug 31 17:27:03.105replacing 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 } }] DEBGDEBG
72402026-08-31T17:27:04.037Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
72412026-08-31T17:27:04.037ZAug 31 17:27:03.105 DEBGDEBG Aug 31 17:27:03.105 Aug 31 17:27:03.105replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
72422026-08-31T17:27:04.037Z
72432026-08-31T17:27:04.037Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO Aug 31 17:27:03.105
72442026-08-31T17:27:04.038Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
72452026-08-31T17:27:04.038ZAug 31 17:27:03.105 INFO
72462026-08-31T17:27:04.038ZAug 31 17:27:03.105 INFOWARNAug 31 17:27:03.105adding route 172.17.0.12/32 -> 10.0.0.255
72472026-08-31T17:27:04.038ZDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.105
72482026-08-31T17:27:04.038Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 31 17:27:03.105
72492026-08-31T17:27:04.038Z
72502026-08-31T17:27:04.038ZINFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff 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 } }]
72512026-08-31T17:27:04.038Z
72522026-08-31T17:27:04.038ZAug 31 17:27:03.105Aug 31 17:27:03.105 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72532026-08-31T17:27:04.038Z
72542026-08-31T17:27:04.038ZAug 31 17:27:03.105 Aug 31 17:27:03.105Aug 31 17:27:03.105DEBG 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 } }]INFO Aug 31 17:27:03.105
72552026-08-31T17:27:04.038Zadding route 172.17.0.13/32 -> 10.0.0.255DEBG
72562026-08-31T17:27:04.038ZINFO adding route 172.17.0.21/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 } }]
72572026-08-31T17:27:04.038Z
72582026-08-31T17:27:04.038ZAug 31 17:27:03.105 Aug 31 17:27:03.105DEBG Aug 31 17:27:03.105INFOAug 31 17:27:03.105 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 } }]DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
72592026-08-31T17:27:04.038Z
72602026-08-31T17:27:04.038Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72612026-08-31T17:27:04.038Z Aug 31 17:27:03.105adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
72622026-08-31T17:27:04.038ZINFOAug 31 17:27:03.105 adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 17:27:03.105
72632026-08-31T17:27:04.038ZAug 31 17:27:03.105DEBG INFODEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.105
72642026-08-31T17:27:04.038Zadding route 172.17.0.22/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 } }]
72652026-08-31T17:27:04.038Z
72662026-08-31T17:27:04.038Z DEBG Aug 31 17:27:03.105replacing 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 } }]
72672026-08-31T17:27:04.038ZAug 31 17:27:03.105Aug 31 17:27:03.105 INFOINFO Aug 31 17:27:03.105adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
72682026-08-31T17:27:04.038Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
72692026-08-31T17:27:04.038Ztest route::tests::same_size_non_subset_replace ... ok
72702026-08-31T17:27:04.038ZINFODEBG adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 17:27:03.105 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 } }]
72712026-08-31T17:27:04.038ZDEBGAug 31 17:27:03.105
72722026-08-31T17:27:04.038Z DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.105
72732026-08-31T17:27:04.038Z Aug 31 17:27:03.105 INFO
72742026-08-31T17:27:04.038Z DEBGadding route 172.17.0.23/32 -> 10.0.0.255 Aug 31 17:27:03.105replacing 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 } }]
72752026-08-31T17:27:04.038Z INFO
72762026-08-31T17:27:04.038Z Aug 31 17:27:03.105adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 17:27:03.105
72772026-08-31T17:27:04.038Z Aug 31 17:27:03.105INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGINFO
72782026-08-31T17:27:04.038ZAug 31 17:27:03.105 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 } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
72792026-08-31T17:27:04.038Z
72802026-08-31T17:27:04.038Z
72812026-08-31T17:27:04.038ZAug 31 17:27:03.105 DEBGAug 31 17:27:03.105Aug 31 17:27:03.105 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
72822026-08-31T17:27:04.038Z INFO Aug 31 17:27:03.105adding route 172.17.0.24/32 -> 10.0.0.255 Aug 31 17:27:03.105DEBG
72832026-08-31T17:27:04.038Zreplacing 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
72842026-08-31T17:27:04.039Z 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: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 } }]
72852026-08-31T17:27:04.039Z
72862026-08-31T17:27:04.039ZAug 31 17:27:03.105Aug 31 17:27:03.105 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
72872026-08-31T17:27:04.039Z Aug 31 17:27:03.105INFO Aug 31 17:27:03.105DEBG 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 } }] adding route 172.17.0.17/32 -> 10.0.0.255
72882026-08-31T17:27:04.039Z
72892026-08-31T17:27:04.039ZAug 31 17:27:03.105 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
72902026-08-31T17:27:04.039ZAug 31 17:27:03.105 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 17:27:03.105DEBG
72912026-08-31T17:27:04.039Z 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 } }]
72922026-08-31T17:27:04.039Z INFOAug 31 17:27:03.105Aug 31 17:27:03.105 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
72932026-08-31T17:27:04.039Z adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 17:27:03.105Aug 31 17:27:03.105DEBG
72942026-08-31T17:27:04.039Z INFOadding route 172.17.0.30/32 -> 10.0.0.255 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255
72952026-08-31T17:27:04.039Zreplacing 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 } }]
72962026-08-31T17:27:04.039Z
72972026-08-31T17:27:04.039Z
72982026-08-31T17:27:04.039ZAug 31 17:27:03.105 Aug 31 17:27:03.105Aug 31 17:27:03.105 INFODEBG adding route 3fff:beef:34::/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 } }]
72992026-08-31T17:27:04.043Z
73002026-08-31T17:27:04.043ZAug 31 17:27:03.105DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:27:03.105Aug 31 17:27:03.105 freemap_route_ipv4INFO
73012026-08-31T17:27:04.043ZDEBG
73022026-08-31T17:27:04.043Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73032026-08-31T17:27:04.043ZINFO
73042026-08-31T17:27:04.043ZAug 31 17:27:03.105 Aug 31 17:27:03.105adding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 17:27:03.105DEBG
73052026-08-31T17:27:04.043ZAug 31 17:27:03.105 Aug 31 17:27:03.105INFO created new freemap , DEBGadding route 172.17.0.31/32 -> 10.0.0.255DEBG
73062026-08-31T17:27:04.043ZINFOunit :replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.26/32 -> 10.0.0.255
73072026-08-31T17:27:04.043ZAug 31 17:27:03.106
73082026-08-31T17:27:04.043ZDEBG freemap_route_ipv6replacing 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 } }]
73092026-08-31T17:27:04.043ZAug 31 17:27:03.106
73102026-08-31T17:27:04.043Z 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 } }]INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 17:27:03.106
73112026-08-31T17:27:04.043ZAug 31 17:27:03.099 DEBGAug 31 17:27:03.112 created new freemapDEBGDEBG, 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 } }]created new freemapunit
73122026-08-31T17:27:04.043Z: , freemap_route_ipv4unit: Aug 31 17:27:03.112 INFOfreemap_route_ipv4
73132026-08-31T17:27:04.043Z Aug 31 17:27:03.112adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
73142026-08-31T17:27:04.043ZDEBG initted freemap. size: 64, unit:Aug 31 17:27:03.112 freemap_route_ipv4DEBG
73152026-08-31T17:27:04.043Z
73162026-08-31T17:27:04.044Z 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 } }]
73172026-08-31T17:27:04.044ZAug 31 17:27:03.112Aug 31 17:27:03.112 DEBGDEBG Aug 31 17:27:03.112created new freemapcreated new freemap, , Aug 31 17:27:03.112unit unit :: freemap_route_ipv6freemap_route_ipv6
73182026-08-31T17:27:04.044Z
73192026-08-31T17:27:04.044ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
73202026-08-31T17:27:04.044Z Aug 31 17:27:03.112reset freemapAug 31 17:27:03.112 , unit :DEBGDEBG freemap_route_ipv4 initted freemap. size: 64initted freemap. size: 64
73212026-08-31T17:27:04.044ZAug 31 17:27:03.112, , unitDEBGunit Aug 31 17:27:03.112: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 } }] freemap_route_ipv4DEBG
73222026-08-31T17:27:04.044Z
73232026-08-31T17:27:04.044Zinitted freemap. size: 64: , freemap_route_ipv4unitAug 31 17:27:03.112
73242026-08-31T17:27:04.044Z: freemap_route_ipv6DEBG
73252026-08-31T17:27:04.044Z reset freemapAug 31 17:27:03.112, unitAug 31 17:27:03.112: Aug 31 17:27:03.112DEBG INFO reset freemapfreemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff, DEBG
73262026-08-31T17:27:04.044Zunit
73272026-08-31T17:27:04.044Z :reset freemap , freemap_route_ipv4
73282026-08-31T17:27:04.044Zunit:Aug 31 17:27:03.112Aug 31 17:27:03.112 Aug 31 17:27:03.112DEBG DEBGinitted freemap. size: 64 freemap_route_ipv6, unitDEBGinitted freemap. size: 64:, unitfreemap_route_ipv6:
73292026-08-31T17:27:04.044Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73302026-08-31T17:27:04.044Zfreemap_route_ipv6
73312026-08-31T17:27:04.044Z
73322026-08-31T17:27:04.044ZAug 31 17:27:03.112 Aug 31 17:27:03.112DEBG INFOAug 31 17:27:03.112reset freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff unit
73332026-08-31T17:27:04.044ZDEBG: reset freemap , Aug 31 17:27:03.112unitfreemap_route_ipv6:
73342026-08-31T17:27:04.044Z INFOfreemap_route_ipv6Aug 31 17:27:03.112
73352026-08-31T17:27:04.044Z Aug 31 17:27:03.112DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 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:dead::/64 -> 2001:db8::55:1
73362026-08-31T17:27:04.044Z
73372026-08-31T17:27:04.044Z
73382026-08-31T17:27:04.044ZAug 31 17:27:03.112 Aug 31 17:27:03.112Aug 31 17:27:03.112INFO Aug 31 17:27:03.106 Aug 31 17:27:03.112DEBGDEBG 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 } }]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 } }]
73392026-08-31T17:27:04.044Zadding route 172.16.0.0/32 -> 10.0.0.1
73402026-08-31T17:27:04.044Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:3b::/64 -> 2001:db8::55:ff
73412026-08-31T17:27:04.044Z
73422026-08-31T17:27:04.044Z
73432026-08-31T17:27:04.044ZAug 31 17:27:03.112Aug 31 17:27:03.112 DEBGAug 31 17:27:03.112INFO Aug 31 17:27:03.112INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.27/32 -> 10.0.0.255
73442026-08-31T17:27:04.044ZAug 31 17:27:03.112DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
73452026-08-31T17:27:04.044Z
73462026-08-31T17:27:04.044Z Aug 31 17:27:03.112INFO 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 } }]
73472026-08-31T17:27:04.044Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:27:03.112replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73482026-08-31T17:27:04.044Z
73492026-08-31T17:27:04.044ZDEBGAug 31 17:27:03.112 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 31 17:27:03.112
73502026-08-31T17:27:04.044Z INFOAug 31 17:27:03.112 adding route 172.16.0.0/32 -> 10.0.0.2
73512026-08-31T17:27:04.044ZINFOAug 31 17:27:03.112DEBG Aug 31 17:27:03.112adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73522026-08-31T17:27:04.044Z
73532026-08-31T17:27:04.044ZAug 31 17:27:03.112INFO INFOAug 31 17:27:03.112adding route 172.17.0.28/32 -> 10.0.0.255
73542026-08-31T17:27:04.044ZDEBG 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 } }]
73552026-08-31T17:27:04.045Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73562026-08-31T17:27:04.045ZAug 31 17:27:03.112Aug 31 17:27:03.112 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
73572026-08-31T17:27:04.045Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.112Aug 31 17:27:03.112
73582026-08-31T17:27:04.045Zadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 17:27:03.112DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
73592026-08-31T17:27:04.045Z
73602026-08-31T17:27:04.045Zfailed to allocate space for the new target listDEBG
73612026-08-31T17:27:04.045ZAug 31 17:27:03.112 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
73622026-08-31T17:27:04.045Z adding route 172.17.0.29/32 -> 10.0.0.255
73632026-08-31T17:27:04.045ZAug 31 17:27:03.112Aug 31 17:27:03.112Aug 31 17:27:03.112 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
73642026-08-31T17:27:04.045Z
73652026-08-31T17:27:04.045ZAug 31 17:27:03.112 DEBGDEBG Aug 31 17:27:03.112Aug 31 17:27:03.112replacing targets for 3fff:dead::/64 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 } }]
73662026-08-31T17:27:04.045Z INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73672026-08-31T17:27:04.045Z
73682026-08-31T17:27:04.045Z
73692026-08-31T17:27:04.045ZAug 31 17:27:03.112 DEBG Aug 31 17:27:03.112replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:27:03.112
73702026-08-31T17:27:04.045Z Aug 31 17:27:03.112DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73712026-08-31T17:27:04.045ZINFOadding route 172.17.0.32/32 -> 10.0.0.255
73722026-08-31T17:27:04.045ZAug 31 17:27:03.112adding route 3fff:dead::/64 -> 2001:db8::55:4
73732026-08-31T17:27:04.045ZINFO Aug 31 17:27:03.112 Aug 31 17:27:03.112DEBG 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 } }]
73742026-08-31T17:27:04.045Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
73752026-08-31T17:27:04.045Z
73762026-08-31T17:27:04.045ZAug 31 17:27:03.112 INFO Aug 31 17:27:03.112adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 17:27:03.112
73772026-08-31T17:27:04.045ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
73782026-08-31T17:27:04.045Z
73792026-08-31T17:27:04.045ZAug 31 17:27:03.112 DEBGAug 31 17:27:03.112 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.106INFO
73802026-08-31T17:27:04.045Z DEBGadding route 172.17.0.32/32 -> 10.0.0.255
73812026-08-31T17:27:04.045Zreplacing 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 } }]
73822026-08-31T17:27:04.045ZAug 31 17:27:03.112 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 17:27:03.112
73832026-08-31T17:27:04.045Z INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 17:27:03.112
73842026-08-31T17:27:04.045ZAug 31 17:27:03.112 DEBGDEBG 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.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 } }]
73852026-08-31T17:27:04.045Z
73862026-08-31T17:27:04.045ZAug 31 17:27:03.112 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.112
73872026-08-31T17:27:04.045Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
73882026-08-31T17:27:04.045ZAug 31 17:27:03.112Aug 31 17:27:03.112 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
73892026-08-31T17:27:04.045ZAug 31 17:27:03.112
73902026-08-31T17:27:04.045Z 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 31 17:27:03.112
73912026-08-31T17:27:04.045Z Aug 31 17:27:03.112DEBG Aug 31 17:27:03.112replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73922026-08-31T17:27:04.045Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73932026-08-31T17:27:04.046Z adding route 172.17.0.36/32 -> 10.0.0.255
73942026-08-31T17:27:04.046ZAug 31 17:27:03.112 Aug 31 17:27:03.112INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
73952026-08-31T17:27:04.046ZAug 31 17:27:03.112replacing 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 } }]
73962026-08-31T17:27:04.046ZINFO Aug 31 17:27:03.112 DEBGAug 31 17:27:03.112 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
73972026-08-31T17:27:04.046Z adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
73982026-08-31T17:27:04.046Z
73992026-08-31T17:27:04.050Z
74002026-08-31T17:27:04.050ZAug 31 17:27:03.112 Aug 31 17:27:03.112INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
74012026-08-31T17:27:04.050ZAug 31 17:27:03.112 Aug 31 17:27:03.112INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:27:03.112adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
74022026-08-31T17:27:04.050ZDEBGDEBG
74032026-08-31T17:27:04.050Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.112
74042026-08-31T17:27:04.050Zreplacing 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 } }]
74052026-08-31T17:27:04.050ZINFOAug 31 17:27:03.112 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
74062026-08-31T17:27:04.050Z 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 31 17:27:03.112
74072026-08-31T17:27:04.050Z Aug 31 17:27:03.112Aug 31 17:27:03.112INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
74082026-08-31T17:27:04.050Zreplacing 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 } }]
74092026-08-31T17:27:04.050ZINFO Aug 31 17:27:03.112Aug 31 17:27:03.112adding route 172.17.0.23/32 -> 10.0.0.255 Aug 31 17:27:03.112
74102026-08-31T17:27:04.050Z INFODEBG INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:27:03.112
74112026-08-31T17:27:04.050Zadding route 172.17.0.39/32 -> 10.0.0.255
74122026-08-31T17:27:04.050Z
74132026-08-31T17:27:04.050ZDEBG Aug 31 17:27:03.112Aug 31 17:27:03.112 Aug 31 17:27:03.112DEBGINFO adding route 172.17.0.37/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 } }]
74142026-08-31T17:27:04.050Z
74152026-08-31T17:27:04.050Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
74162026-08-31T17:27:04.050Z Aug 31 17:27:03.112replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.112 Aug 31 17:27:03.113 INFODEBG Aug 31 17:27:03.113adding route 172.17.0.24/32 -> 10.0.0.255 DEBG
74172026-08-31T17:27:04.050Zcreated new freemapcreated new freemap, , 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 } }]unit
74182026-08-31T17:27:04.050Z:Aug 31 17:27:03.119 freemap_route_ipv4DEBGunit
74192026-08-31T17:27:04.050Z :replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.119 freemap_route_ipv4INFO
74202026-08-31T17:27:04.050Z
74212026-08-31T17:27:04.050Zadding route 172.17.0.38/32 -> 10.0.0.255
74222026-08-31T17:27:04.050ZAug 31 17:27:03.119Aug 31 17:27:03.119 Aug 31 17:27:03.119DEBG DEBGcreated new freemapAug 31 17:27:03.119, INFO unit DEBG:adding route 172.17.0.25/32 -> 10.0.0.255
74232026-08-31T17:27:04.050Zfreemap_route_ipv6replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74242026-08-31T17:27:04.050Z
74252026-08-31T17:27:04.050Zcreated new freemapAug 31 17:27:03.119, Aug 31 17:27:03.119unitDEBGAug 31 17:27:03.119 :DEBG INFO initted freemap. size: 64freemap_route_ipv6adding route 172.17.0.39/32 -> 10.0.0.255,
74262026-08-31T17:27:04.050Zunit
74272026-08-31T17:27:04.050Z: freemap_route_ipv4replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74282026-08-31T17:27:04.051ZAug 31 17:27:03.119Aug 31 17:27:03.119
74292026-08-31T17:27:04.051ZDEBGDEBGAug 31 17:27:03.119 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 } }] DEBGinitted freemap. size: 64 ,
74302026-08-31T17:27:04.051Zreset freemapunit, :unit :freemap_route_ipv4
74312026-08-31T17:27:04.051ZAug 31 17:27:03.119 INFOfreemap_route_ipv4
74322026-08-31T17:27:04.051ZAug 31 17:27:03.119Aug 31 17:27:03.119 INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 17:27:03.119
74332026-08-31T17:27:04.051Z DEBG DEBG
74342026-08-31T17:27:04.051Zreset freemap Aug 31 17:27:03.119, initted freemap. size: 64 , DEBGunit :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 } }]unitAug 31 17:27:03.119: DEBGfreemap_route_ipv6
74352026-08-31T17:27:04.051Z 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 } }]
74362026-08-31T17:27:04.051Z
74372026-08-31T17:27:04.051Zfreemap_route_ipv4
74382026-08-31T17:27:04.051ZAug 31 17:27:03.119Aug 31 17:27:03.119 INFODEBG reset freemapadding route 172.17.0.27/32 -> 10.0.0.255,
74392026-08-31T17:27:04.051ZAug 31 17:27:03.119 unitINFO:Aug 31 17:27:03.119Aug 31 17:27:03.119 DEBGDEBG freemap_route_ipv6
74402026-08-31T17:27:04.051Z initted freemap. size: 64replacing 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 } }], unitadding route 172.17.0.41/32 -> 10.0.0.255
74412026-08-31T17:27:04.051Z:
74422026-08-31T17:27:04.051ZAug 31 17:27:03.119 freemap_route_ipv6
74432026-08-31T17:27:04.051ZINFOAug 31 17:27:03.119 adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 17:27:03.119DEBG
74442026-08-31T17:27:04.051Z INFO Aug 31 17:27:03.119replacing 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 } }] DEBGAug 31 17:27:03.119adding route 172.17.0.28/32 -> 10.0.0.255
74452026-08-31T17:27:04.051Z
74462026-08-31T17:27:04.051Zreset freemap, unit :DEBG Aug 31 17:27:03.119freemap_route_ipv6
74472026-08-31T17:27:04.051Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 17:27:03.119
74482026-08-31T17:27:04.051Z 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 } }]
74492026-08-31T17:27:04.051Zadding route 172.17.0.42/32 -> 10.0.0.255
74502026-08-31T17:27:04.051ZAug 31 17:27:03.119Aug 31 17:27:03.119 INFO adding route 172.16.0.0/32 -> 10.0.0.1
74512026-08-31T17:27:04.051Z INFOAug 31 17:27:03.119 Aug 31 17:27:03.119Aug 31 17:27:03.119adding route 172.16.0.0/32 -> 10.0.0.2
74522026-08-31T17:27:04.051ZDEBG 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 } }] INFOAug 31 17:27:03.119
74532026-08-31T17:27:04.051Zadding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
74542026-08-31T17:27:04.051Z
74552026-08-31T17:27:04.051ZAug 31 17:27:03.119replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74562026-08-31T17:27:04.051Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74572026-08-31T17:27:04.051ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
74582026-08-31T17:27:04.051ZAug 31 17:27:03.119Aug 31 17:27:03.119 INFO adding route 172.17.0.43/32 -> 10.0.0.255
74592026-08-31T17:27:04.051Z Aug 31 17:27:03.119INFOAug 31 17:27:03.119 adding route 172.16.0.0/32 -> 10.0.0.3DEBG
74602026-08-31T17:27:04.051Ztest route::tests::shrink_preserves_compacted_order ... ok
74612026-08-31T17:27:04.051Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:27:03.119 DEBGDEBGAug 31 17:27:03.119
74622026-08-31T17:27:04.051ZDEBGreplacing 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 } }]
74632026-08-31T17:27:04.051Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
74642026-08-31T17:27:04.051Zreplacing 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 } }]
74652026-08-31T17:27:04.051ZAug 31 17:27:03.119 Aug 31 17:27:03.119 INFO adding route 172.16.0.0/32 -> 10.0.0.4
74662026-08-31T17:27:04.051ZINFOAug 31 17:27:03.119 Aug 31 17:27:03.119Aug 31 17:27:03.119 INFOadding route 172.16.0.0/32 -> 10.0.0.3DEBG
74672026-08-31T17:27:04.052Z INFOadding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
74682026-08-31T17:27:04.052Z adding route 172.17.0.30/32 -> 10.0.0.255
74692026-08-31T17:27:04.052Z
74702026-08-31T17:27:04.052ZAug 31 17:27:03.119Aug 31 17:27:03.119 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 } }]
74712026-08-31T17:27:04.052Z DEBGAug 31 17:27:03.119 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 17:27:03.119INFO
74722026-08-31T17:27:04.052ZAug 31 17:27:03.119 adding route 172.17.0.45/32 -> 10.0.0.255
74732026-08-31T17:27:04.052ZDEBGDEBG 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.16.0.0/32 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 } }]
74742026-08-31T17:27:04.052ZAug 31 17:27:03.119 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 } }]
74752026-08-31T17:27:04.052ZAug 31 17:27:03.113Aug 31 17:27:03.125 INFO adding route 172.17.0.46/32 -> 10.0.0.255
74762026-08-31T17:27:04.052ZAug 31 17:27:03.125 INFOAug 31 17:27:03.125 DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.4
74772026-08-31T17:27:04.052Z
74782026-08-31T17:27:04.052Zreplacing 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 } }]
74792026-08-31T17:27:04.052Z created new freemapAug 31 17:27:03.125 DEBG , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:27:03.125unit
74802026-08-31T17:27:04.052Z Aug 31 17:27:03.125INFO: INFOfreemap_route_ipv4 adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
74812026-08-31T17:27:04.052ZAug 31 17:27:03.125
74822026-08-31T17:27:04.052Z DEBG
74832026-08-31T17:27:04.052Zreplacing targets for 172.16.0.0/32 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 } }]
74842026-08-31T17:27:04.052ZAug 31 17:27:03.125 DEBG Aug 31 17:27:03.125Aug 31 17:27:03.125 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 } }] DEBG
74852026-08-31T17:27:04.052Z 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 } }]created new freemap
74862026-08-31T17:27:04.052Z, unitAug 31 17:27:03.125: INFOfreemap_route_ipv6
74872026-08-31T17:27:04.052Zadding route 172.17.0.48/32 -> 10.0.0.255
74882026-08-31T17:27:04.052ZAug 31 17:27:03.125 Aug 31 17:27:03.125DEBG DEBGinitted freemap. size: 64 , Aug 31 17:27:03.125replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
74892026-08-31T17:27:04.052Z: freemap_route_ipv4INFO
74902026-08-31T17:27:04.052Z Aug 31 17:27:03.125adding route 172.17.0.32/32 -> 10.0.0.255
74912026-08-31T17:27:04.052ZINFOAug 31 17:27:03.125 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
74922026-08-31T17:27:04.052Z reset freemapAug 31 17:27:03.125, unitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 31 17:27:03.125
74932026-08-31T17:27:04.052Z
74942026-08-31T17:27:04.052Z DEBG Aug 31 17:27:03.125Aug 31 17:27:03.125 DEBGINFO initted freemap. size: 64adding route 172.17.0.33/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 } }],
74952026-08-31T17:27:04.052Z
74962026-08-31T17:27:04.052Zunit: Aug 31 17:27:03.125freemap_route_ipv6
74972026-08-31T17:27:04.052Z
74982026-08-31T17:27:04.052Z Aug 31 17:27:03.125INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255Aug 31 17:27:03.125
74992026-08-31T17:27:04.056Z Aug 31 17:27:03.125 DEBG INFOreset freemapAug 31 17:27:03.125, 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 } }]unit
75002026-08-31T17:27:04.056Z :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 } }]freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255
75012026-08-31T17:27:04.057Z
75022026-08-31T17:27:04.057Z
75032026-08-31T17:27:04.057ZAug 31 17:27:03.125 INFOAug 31 17:27:03.125 Aug 31 17:27:03.125adding route 172.17.0.34/32 -> 10.0.0.255INFO
75042026-08-31T17:27:04.057ZDEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.125Aug 31 17:27:03.125
75052026-08-31T17:27:04.057Z
75062026-08-31T17:27:04.057ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 17:27:03.125DEBG Aug 31 17:27:03.125DEBG
75072026-08-31T17:27:04.057Z 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 } }] 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 } }]
75082026-08-31T17:27:04.057Z
75092026-08-31T17:27:04.057Zadding route 172.17.0.41/32 -> 10.0.0.255Aug 31 17:27:03.125
75102026-08-31T17:27:04.057Z Aug 31 17:27:03.125DEBG Aug 31 17:27:03.125INFO 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.52/32 -> 10.0.0.255 Aug 31 17:27:03.125
75112026-08-31T17:27:04.057Z
75122026-08-31T17:27:04.057Z INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
75132026-08-31T17:27:04.057ZAug 31 17:27:03.125Aug 31 17:27:03.125 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
75142026-08-31T17:27:04.057ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1
75152026-08-31T17:27:04.057Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.125
75162026-08-31T17:27:04.057Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 17:27:03.125Aug 31 17:27:03.125
75172026-08-31T17:27:04.057ZAug 31 17:27:03.112Aug 31 17:27:03.125 INFODEBG Aug 31 17:27:03.125 adding route 172.17.0.53/32 -> 10.0.0.255
75182026-08-31T17:27:04.057ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75192026-08-31T17:27:04.057Z 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 } }]
75202026-08-31T17:27:04.057ZINFO Aug 31 17:27:03.125
75212026-08-31T17:27:04.057Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGAug 31 17:27:03.125
75222026-08-31T17:27:04.057Z Aug 31 17:27:03.125replacing 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
75232026-08-31T17:27:04.057ZAug 31 17:27:03.125 Aug 31 17:27:03.125INFOadding route 172.17.0.43/32 -> 10.0.0.255 Aug 31 17:27:03.125DEBG
75242026-08-31T17:27:04.057Zadding route 172.16.0.0/32 -> 10.0.0.1INFO
75252026-08-31T17:27:04.057Z adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75262026-08-31T17:27:04.057Z
75272026-08-31T17:27:04.057ZINFO Aug 31 17:27:03.125Aug 31 17:27:03.125 DEBGAug 31 17:27:03.125Aug 31 17:27:03.125 adding route 172.17.0.36/32 -> 10.0.0.255 INFO
75282026-08-31T17:27:04.057ZDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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.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 } }]
75292026-08-31T17:27:04.057Z
75302026-08-31T17:27:04.057Z
75312026-08-31T17:27:04.057ZDEBGAug 31 17:27:03.125Aug 31 17:27:03.125Aug 31 17:27:03.125 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
75322026-08-31T17:27:04.057ZINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.125
75332026-08-31T17:27:04.057Z INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255
75342026-08-31T17:27:04.057ZAug 31 17:27:03.125adding route 172.17.0.44/32 -> 10.0.0.255
75352026-08-31T17:27:04.057ZAug 31 17:27:03.125INFO INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.125Aug 31 17:27:03.125
75362026-08-31T17:27:04.057Z
75372026-08-31T17:27:04.057ZDEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
75382026-08-31T17:27:04.057Z
75392026-08-31T17:27:04.057ZAug 31 17:27:03.126
75402026-08-31T17:27:04.058ZAug 31 17:27:03.126 DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 17:27:03.126Aug 31 17:27:03.126 Aug 31 17:27:03.126adding route 172.17.0.37/32 -> 10.0.0.255 INFO
75412026-08-31T17:27:04.058ZDEBGINFO
75422026-08-31T17:27:04.058Z 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 } }]
75432026-08-31T17:27:04.058Zadding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Aug 31 17:27:03.126
75442026-08-31T17:27:04.058Z INFO
75452026-08-31T17:27:04.058Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
75462026-08-31T17:27:04.058ZAug 31 17:27:03.126Aug 31 17:27:03.126 INFODEBGAug 31 17:27:03.126Aug 31 17:27:03.126 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 17:27:03.126
75472026-08-31T17:27:04.058ZDEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75482026-08-31T17:27:04.058ZAug 31 17:27:03.126
75492026-08-31T17:27:04.058Z
75502026-08-31T17:27:04.058ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
75512026-08-31T17:27:04.058ZAug 31 17:27:03.126DEBG Aug 31 17:27:03.126INFO Aug 31 17:27:03.126Aug 31 17:27:03.126 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGDEBGINFO
75522026-08-31T17:27:04.058Zadding route 172.17.0.46/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 } }]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 } }]
75532026-08-31T17:27:04.058Z
75542026-08-31T17:27:04.058Z
75552026-08-31T17:27:04.058Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.126
75562026-08-31T17:27:04.058Ztest route::tests::delete_target_fragmented ... ok
75572026-08-31T17:27:04.058Ztest route::tests::delete_targets_full ... ok
75582026-08-31T17:27:04.058ZAug 31 17:27:03.126Aug 31 17:27:03.126 INFO DEBGAug 31 17:27:03.126 Aug 31 17:27:03.126INFO adding route 172.17.0.58/32 -> 10.0.0.255 DEBG
75592026-08-31T17:27:04.058Z INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:27:03.126
75602026-08-31T17:27:04.058Z adding route 172.17.0.38/32 -> 10.0.0.255
75612026-08-31T17:27:04.058ZDEBG 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 } }]
75622026-08-31T17:27:04.058ZAug 31 17:27:03.126
75632026-08-31T17:27:04.058Z Aug 31 17:27:03.126INFO adding route 172.17.0.1/32 -> 10.0.0.255 INFO
75642026-08-31T17:27:04.058Z adding route 172.17.0.47/32 -> 10.0.0.255
75652026-08-31T17:27:04.058Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 17:27:03.126Aug 31 17:27:03.126Aug 31 17:27:03.126
75662026-08-31T17:27:04.058Z INFOAug 31 17:27:03.126 DEBGDEBG DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
75672026-08-31T17:27:04.058Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.126replacing 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 } }]
75682026-08-31T17:27:04.058Z
75692026-08-31T17:27:04.058Z
75702026-08-31T17:27:04.058ZAug 31 17:27:03.126DEBG 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
75712026-08-31T17:27:04.058Z Aug 31 17:27:03.126replacing 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
75722026-08-31T17:27:04.058Z adding route 172.17.0.48/32 -> 10.0.0.255
75732026-08-31T17:27:04.058ZAug 31 17:27:03.126Aug 31 17:27:03.126 Aug 31 17:27:03.126 Aug 31 17:27:03.126 INFOINFO INFO Aug 31 17:27:03.126INFOadding route 172.17.0.60/32 -> 10.0.0.255
75742026-08-31T17:27:04.058Zadding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.17.0.39/32 -> 10.0.0.255
75752026-08-31T17:27:04.058Z
75762026-08-31T17:27:04.058Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 17:27:03.126DEBG 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
75772026-08-31T17:27:04.058Z
75782026-08-31T17:27:04.059Zreplacing 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 31 17:27:03.126
75792026-08-31T17:27:04.059Z Aug 31 17:27:03.126DEBG Aug 31 17:27:03.126DEBG INFOAug 31 17:27:03.126 Aug 31 17:27:03.126adding route 172.17.0.49/32 -> 10.0.0.255
75802026-08-31T17:27:04.059Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
75812026-08-31T17:27:04.059Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }]failed to allocate space for the new target list
75822026-08-31T17:27:04.059Z
75832026-08-31T17:27:04.059Z
75842026-08-31T17:27:04.059ZAug 31 17:27:03.126 INFOAug 31 17:27:03.126Aug 31 17:27:03.126Aug 31 17:27:03.126 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 17:27:03.126
75852026-08-31T17:27:04.059Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75862026-08-31T17:27:04.059Z adding route 172.17.0.40/32 -> 10.0.0.255
75872026-08-31T17:27:04.059ZAug 31 17:27:03.132 INFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 31 17:27:03.132 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 } }]
75882026-08-31T17:27:04.059Z
75892026-08-31T17:27:04.059Z
75902026-08-31T17:27:04.059ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFODEBG adding route 172.17.0.41/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 } }]
75912026-08-31T17:27:04.059Z
75922026-08-31T17:27:04.059ZAug 31 17:27:03.132 Aug 31 17:27:03.132INFO DEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing 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 } }]
75932026-08-31T17:27:04.059ZAug 31 17:27:03.132 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75942026-08-31T17:27:04.059Z
75952026-08-31T17:27:04.059ZAug 31 17:27:03.132 Aug 31 17:27:03.132Aug 31 17:27:03.132INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
75962026-08-31T17:27:04.059Z DEBGadding route 172.17.0.42/32 -> 10.0.0.255
75972026-08-31T17:27:04.059Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
75982026-08-31T17:27:04.059Z DEBGAug 31 17:27:03.132 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 } }]
75992026-08-31T17:27:04.063Z 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 } }]
76002026-08-31T17:27:04.063ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFOAug 31 17:27:03.132 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
76012026-08-31T17:27:04.063Z adding route 172.17.0.52/32 -> 10.0.0.255failed to allocate space for the new target list
76022026-08-31T17:27:04.063Z
76032026-08-31T17:27:04.063ZAug 31 17:27:03.132 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 } }]
76042026-08-31T17:27:04.063ZAug 31 17:27:03.132 Aug 31 17:27:03.132INFO Aug 31 17:27:03.132adding route 172.17.0.44/32 -> 10.0.0.255 DEBGDEBG
76052026-08-31T17:27:04.063Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
76062026-08-31T17:27:04.063Z
76072026-08-31T17:27:04.063ZAug 31 17:27:03.132 Aug 31 17:27:03.132 INFO adding route 172.17.0.53/32 -> 10.0.0.255
76082026-08-31T17:27:04.063ZDEBG Aug 31 17:27:03.132replacing 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 } }]
76092026-08-31T17:27:04.064ZDEBGAug 31 17:27:03.132
76102026-08-31T17:27:04.064Z DEBGfailed to allocate space for the new target list
76112026-08-31T17:27:04.064ZAug 31 17:27:03.132replacing 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 } }]
76122026-08-31T17:27:04.064ZINFOAug 31 17:27:03.132 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
76132026-08-31T17:27:04.064Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
76142026-08-31T17:27:04.064Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
76152026-08-31T17:27:04.064ZAug 31 17:27:03.132 INFO Aug 31 17:27:03.132adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 17:27:03.132
76162026-08-31T17:27:04.064Z DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
76172026-08-31T17:27:04.064Z
76182026-08-31T17:27:04.064Z 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 } }]
76192026-08-31T17:27:04.064ZAug 31 17:27:03.132 INFO Aug 31 17:27:03.132adding route 172.17.0.55/32 -> 10.0.0.255
76202026-08-31T17:27:04.064ZINFOAug 31 17:27:03.132 adding route 172.17.0.5/32 -> 10.0.0.255INFO
76212026-08-31T17:27:04.064ZAug 31 17:27:03.132 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
76222026-08-31T17:27:04.064Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
76232026-08-31T17:27:04.064Z 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 } }]
76242026-08-31T17:27:04.064ZAug 31 17:27:03.132 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 31 17:27:03.132
76252026-08-31T17:27:04.064Z Aug 31 17:27:03.132DEBG 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 } }]INFO
76262026-08-31T17:27:04.064ZAug 31 17:27:03.132 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
76272026-08-31T17:27:04.064Z 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 31 17:27:03.132
76282026-08-31T17:27:04.064Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
76292026-08-31T17:27:04.064ZAug 31 17:27:03.132 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 17:27:03.132
76302026-08-31T17:27:04.064ZAug 31 17:27:03.132 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
76312026-08-31T17:27:04.064ZAug 31 17:27:03.132
76322026-08-31T17:27:04.064Z DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
76332026-08-31T17:27:04.064Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
76342026-08-31T17:27:04.064ZAug 31 17:27:03.132 INFOAug 31 17:27:03.132 Aug 31 17:27:03.132adding route 172.17.0.58/32 -> 10.0.0.255
76352026-08-31T17:27:04.064ZINFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255
76362026-08-31T17:27:04.064Zreplacing 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 } }]
76372026-08-31T17:27:04.064ZAug 31 17:27:03.132 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
76382026-08-31T17:27:04.064Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
76392026-08-31T17:27:04.064ZAug 31 17:27:03.132Aug 31 17:27:03.132 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.59/32 -> 10.0.0.255
76402026-08-31T17:27:04.064Z
76412026-08-31T17:27:04.064ZAug 31 17:27:03.132 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 } }]
76422026-08-31T17:27:04.064ZAug 31 17:27:03.132 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:27:03.132
76432026-08-31T17:27:04.064Z Aug 31 17:27:03.132INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255
76442026-08-31T17:27:04.064Zadding route 172.17.0.49/32 -> 10.0.0.255
76452026-08-31T17:27:04.064ZAug 31 17:27:03.132 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 31 17:27:03.132
76462026-08-31T17:27:04.064Z 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 } }]
76472026-08-31T17:27:04.064ZAug 31 17:27:03.132Aug 31 17:27:03.132 Aug 31 17:27:03.132DEBG 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 } }]
76482026-08-31T17:27:04.065Zadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76492026-08-31T17:27:04.065Z
76502026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 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.10/32 -> 10.0.0.255
76512026-08-31T17:27:04.065ZAug 31 17:27:03.132
76522026-08-31T17:27:04.065Z DEBG failed to allocate space for the new target listAug 31 17:27:03.132
76532026-08-31T17:27:04.065ZAug 31 17:27:03.132 INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
76542026-08-31T17:27:04.065ZAug 31 17:27:03.132replacing 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 } }]
76552026-08-31T17:27:04.065ZDEBG Aug 31 17:27:03.132replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
76562026-08-31T17:27:04.065Ztest route::tests::delete_target_full ... ok
76572026-08-31T17:27:04.065ZDEBG 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 } }]
76582026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
76592026-08-31T17:27:04.065Z
76602026-08-31T17:27:04.065ZAug 31 17:27:03.132 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76612026-08-31T17:27:04.065ZAug 31 17:27:03.132 Aug 31 17:27:03.132DEBG 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 } }]
76622026-08-31T17:27:04.065Zadding route 172.17.0.53/32 -> 10.0.0.255
76632026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
76642026-08-31T17:27:04.065Z
76652026-08-31T17:27:04.065ZAug 31 17:27:03.132 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 } }]
76662026-08-31T17:27:04.065ZAug 31 17:27:03.132 INFO Aug 31 17:27:03.132adding route 172.17.0.13/32 -> 10.0.0.255
76672026-08-31T17:27:04.065ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
76682026-08-31T17:27:04.065ZAug 31 17:27:03.132 DEBG Aug 31 17:27:03.132replacing 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 } }]
76692026-08-31T17:27:04.065ZDEBG 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 } }]
76702026-08-31T17:27:04.065ZAug 31 17:27:03.132 INFOAug 31 17:27:03.132 adding route 172.17.0.14/32 -> 10.0.0.255INFO
76712026-08-31T17:27:04.065Z adding route 172.17.0.55/32 -> 10.0.0.255
76722026-08-31T17:27:04.065ZAug 31 17:27:03.132 Aug 31 17:27:03.132DEBG 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 } }]
76732026-08-31T17:27:04.065Zreplacing 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 } }]
76742026-08-31T17:27:04.065ZAug 31 17:27:03.132 Aug 31 17:27:03.132INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
76752026-08-31T17:27:04.065Zadding route 172.17.0.56/32 -> 10.0.0.255
76762026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76772026-08-31T17:27:04.065Z
76782026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
76792026-08-31T17:27:04.065Z
76802026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76812026-08-31T17:27:04.065Z
76822026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
76832026-08-31T17:27:04.065Z
76842026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76852026-08-31T17:27:04.065Z
76862026-08-31T17:27:04.065ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
76872026-08-31T17:27:04.066Z
76882026-08-31T17:27:04.066ZAug 31 17:27:03.132 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 } }]
76892026-08-31T17:27:04.066ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFODEBG adding route 172.17.0.19/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 } }]
76902026-08-31T17:27:04.066Z
76912026-08-31T17:27:04.066ZAug 31 17:27:03.132 INFO adding route 172.17.0.60/32 -> 10.0.0.255
76922026-08-31T17:27:04.066ZAug 31 17:27:03.132 Aug 31 17:27:03.132DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76932026-08-31T17:27:04.066Zreplacing 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 } }]
76942026-08-31T17:27:04.066ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
76952026-08-31T17:27:04.066Z
76962026-08-31T17:27:04.066ZAug 31 17:27:03.132Aug 31 17:27:03.132 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76972026-08-31T17:27:04.066Z
76982026-08-31T17:27:04.066ZAug 31 17:27:03.132Aug 31 17:27:03.132 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
76992026-08-31T17:27:04.070Z
77002026-08-31T17:27:04.070ZAug 31 17:27:03.132Aug 31 17:27:03.132 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77012026-08-31T17:27:04.070Z
77022026-08-31T17:27:04.070ZAug 31 17:27:03.138 INFO Aug 31 17:27:03.138adding route 172.17.0.22/32 -> 10.0.0.255
77032026-08-31T17:27:04.070ZDEBG failed to allocate space for the new target listAug 31 17:27:03.138
77042026-08-31T17:27:04.070Z 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 } }]
77052026-08-31T17:27:04.070ZAug 31 17:27:03.138 INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 31 17:27:03.138
77062026-08-31T17:27:04.070Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:27:03.138
77072026-08-31T17:27:04.070ZDEBG 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 } }]
77082026-08-31T17:27:04.070ZAug 31 17:27:03.138 INFO adding route 172.17.0.24/32 -> 10.0.0.255
77092026-08-31T17:27:04.070ZAug 31 17:27:03.133Aug 31 17:27:03.138 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 } }]created new freemap
77102026-08-31T17:27:04.070Z, unit:Aug 31 17:27:03.139 freemap_route_ipv4INFO
77112026-08-31T17:27:04.070Z adding route 172.17.0.25/32 -> 10.0.0.255
77122026-08-31T17:27:04.070ZAug 31 17:27:03.139 Aug 31 17:27:03.139DEBG 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 } }]
77132026-08-31T17:27:04.070Zcreated new freemap, unit: Aug 31 17:27:03.139freemap_route_ipv6
77142026-08-31T17:27:04.070ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
77152026-08-31T17:27:04.070ZAug 31 17:27:03.139 DEBG Aug 31 17:27:03.139initted freemap. size: 64 , DEBGunit :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 } }]
77162026-08-31T17:27:04.070Zfreemap_route_ipv4
77172026-08-31T17:27:04.070ZAug 31 17:27:03.139 Aug 31 17:27:03.139INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
77182026-08-31T17:27:04.070Zreset freemap, unit: Aug 31 17:27:03.139freemap_route_ipv4
77192026-08-31T17:27:04.070ZDEBG 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 } }]
77202026-08-31T17:27:04.070ZAug 31 17:27:03.139 DEBGAug 31 17:27:03.139 INFO adding route 172.17.0.28/32 -> 10.0.0.255
77212026-08-31T17:27:04.070Z initted freemap. size: 64, unit:Aug 31 17:27:03.139 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 } }]
77222026-08-31T17:27:04.070Z freemap_route_ipv6
77232026-08-31T17:27:04.071ZAug 31 17:27:03.139 DEBGAug 31 17:27:03.139 reset freemapINFO, unitadding route 172.17.0.29/32 -> 10.0.0.255:
77242026-08-31T17:27:04.071Z freemap_route_ipv6
77252026-08-31T17:27:04.071ZAug 31 17:27:03.139 Aug 31 17:27:03.139DEBG 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 } }]
77262026-08-31T17:27:04.071Zadding route 172.16.0.0/32 -> 10.0.0.1
77272026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77282026-08-31T17:27:04.071Z
77292026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
77302026-08-31T17:27:04.071Z
77312026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.31/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 } }]
77322026-08-31T17:27:04.071Z
77332026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.1/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 } }]
77342026-08-31T17:27:04.071Z
77352026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.32/32 -> 10.0.0.255
77362026-08-31T17:27:04.071Z
77372026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77382026-08-31T17:27:04.071Z
77392026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
77402026-08-31T17:27:04.071Z
77412026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.3/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 } }]
77422026-08-31T17:27:04.071Z
77432026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
77442026-08-31T17:27:04.071Z
77452026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77462026-08-31T17:27:04.071Z
77472026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
77482026-08-31T17:27:04.071Z
77492026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.5/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 } }]
77502026-08-31T17:27:04.071Z
77512026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
77522026-08-31T17:27:04.071Z
77532026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.6/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 } }]
77542026-08-31T17:27:04.071Z
77552026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77562026-08-31T17:27:04.071Ztest route::tests::delete_targets_fragmented ... ok
77572026-08-31T17:27:04.071Z
77582026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.7/32 -> 10.0.0.255
77592026-08-31T17:27:04.071Z
77602026-08-31T17:27:04.071ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.38/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 } }]
77612026-08-31T17:27:04.071Z
77622026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.8/32 -> 10.0.0.255
77632026-08-31T17:27:04.072Z
77642026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
77652026-08-31T17:27:04.072Z
77662026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.9/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 } }]
77672026-08-31T17:27:04.072Z
77682026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.40/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 } }]
77692026-08-31T17:27:04.072Z
77702026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.10/32 -> 10.0.0.255
77712026-08-31T17:27:04.072Z
77722026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
77732026-08-31T17:27:04.072Z
77742026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.11/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 } }]
77752026-08-31T17:27:04.072Z
77762026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.42/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 } }]
77772026-08-31T17:27:04.072Z
77782026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.12/32 -> 10.0.0.255
77792026-08-31T17:27:04.072Z
77802026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
77812026-08-31T17:27:04.072Z
77822026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77832026-08-31T17:27:04.072Z
77842026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
77852026-08-31T17:27:04.072Z
77862026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77872026-08-31T17:27:04.072Z
77882026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.45/32 -> 10.0.0.255
77892026-08-31T17:27:04.072Z
77902026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77912026-08-31T17:27:04.072Z
77922026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.46/32 -> 10.0.0.255
77932026-08-31T17:27:04.072Z
77942026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.16/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 } }]
77952026-08-31T17:27:04.072Z
77962026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 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.47/32 -> 10.0.0.255
77972026-08-31T17:27:04.072Z
77982026-08-31T17:27:04.072ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.17/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 } }]
77992026-08-31T17:27:04.077Z
78002026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
78012026-08-31T17:27:04.077Z
78022026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.18/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 } }]
78032026-08-31T17:27:04.077Z
78042026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
78052026-08-31T17:27:04.077Z
78062026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.19/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 } }]
78072026-08-31T17:27:04.077Z
78082026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
78092026-08-31T17:27:04.077Z
78102026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.20/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 } }]
78112026-08-31T17:27:04.077Z
78122026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
78132026-08-31T17:27:04.077Z
78142026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.21/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 } }]
78152026-08-31T17:27:04.077Z
78162026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
78172026-08-31T17:27:04.077Z
78182026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.22/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 } }]
78192026-08-31T17:27:04.077Z
78202026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
78212026-08-31T17:27:04.077Z
78222026-08-31T17:27:04.077ZAug 31 17:27:03.139Aug 31 17:27:03.139 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78232026-08-31T17:27:04.077ZAug 31 17:27:03.145 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 } }]
78242026-08-31T17:27:04.077ZAug 31 17:27:03.145 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78252026-08-31T17:27:04.077Z
78262026-08-31T17:27:04.077ZAug 31 17:27:03.145 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 } }]
78272026-08-31T17:27:04.077ZAug 31 17:27:03.145 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78282026-08-31T17:27:04.077ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.54/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 } }]
78292026-08-31T17:27:04.077Z
78302026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78312026-08-31T17:27:04.078Z
78322026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
78332026-08-31T17:27:04.078Z
78342026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78352026-08-31T17:27:04.078Z
78362026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
78372026-08-31T17:27:04.078Z
78382026-08-31T17:27:04.078ZAug 31 17:27:03.145 Aug 31 17:27:03.145INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255
78392026-08-31T17:27:04.078Zreplacing 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 } }]
78402026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
78412026-08-31T17:27:04.078Z
78422026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78432026-08-31T17:27:04.078Z
78442026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
78452026-08-31T17:27:04.078Z
78462026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78472026-08-31T17:27:04.078Z
78482026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
78492026-08-31T17:27:04.078Z
78502026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.31/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 } }]
78512026-08-31T17:27:04.078Z
78522026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.60/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 } }]
78532026-08-31T17:27:04.078Z
78542026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78552026-08-31T17:27:04.078Z
78562026-08-31T17:27:04.078Ztest route::tests::add_target_fails_full ... ok
78572026-08-31T17:27:04.078Z
78582026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 DEBGDEBG 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 } }]failed to allocate space for the new target list
78592026-08-31T17:27:04.078Z
78602026-08-31T17:27:04.078Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
78612026-08-31T17:27:04.078ZAug 31 17:27:03.145Aug 31 17:27:03.145 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
78622026-08-31T17:27:04.078Z
78632026-08-31T17:27:04.078Z
78642026-08-31T17:27:04.078ZAug 31 17:27:03.145 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 } }]
78652026-08-31T17:27:04.078ZAug 31 17:27:03.145 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78662026-08-31T17:27:04.078ZAug 31 17:27:03.145 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 } }]
78672026-08-31T17:27:04.078ZAug 31 17:27:03.145 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78682026-08-31T17:27:04.078ZAug 31 17:27:03.145 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 } }]
78692026-08-31T17:27:04.079ZAug 31 17:27:03.145 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78702026-08-31T17:27:04.079ZAug 31 17:27:03.145 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 } }]
78712026-08-31T17:27:04.079ZAug 31 17:27:03.145 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78722026-08-31T17:27:04.079ZAug 31 17:27:03.145 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 } }]
78732026-08-31T17:27:04.079ZAug 31 17:27:03.145 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78742026-08-31T17:27:04.079ZAug 31 17:27:03.145 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 } }]
78752026-08-31T17:27:04.079ZAug 31 17:27:03.145 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78762026-08-31T17:27:04.079ZAug 31 17:27:03.145 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 } }]
78772026-08-31T17:27:04.079ZAug 31 17:27:03.145 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78782026-08-31T17:27:04.079ZAug 31 17:27:03.145 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 } }]
78792026-08-31T17:27:04.079ZAug 31 17:27:03.145 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78802026-08-31T17:27:04.079ZAug 31 17:27:03.145 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 } }]
78812026-08-31T17:27:04.079ZAug 31 17:27:03.146 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78822026-08-31T17:27:04.079ZAug 31 17:27:03.146 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 } }]
78832026-08-31T17:27:04.079ZAug 31 17:27:03.146 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78842026-08-31T17:27:04.079ZAug 31 17:27:03.146 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 } }]
78852026-08-31T17:27:04.079ZAug 31 17:27:03.146 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78862026-08-31T17:27:04.079ZAug 31 17:27:03.146 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 } }]
78872026-08-31T17:27:04.079ZAug 31 17:27:03.152 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78882026-08-31T17:27:04.079ZAug 31 17:27:03.152 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 } }]
78892026-08-31T17:27:04.079ZAug 31 17:27:03.152 INFO adding route 172.17.0.46/32 -> 10.0.0.255
78902026-08-31T17:27:04.079ZAug 31 17:27:03.152 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 } }]
78912026-08-31T17:27:04.079ZAug 31 17:27:03.152 INFO adding route 172.17.0.47/32 -> 10.0.0.255
78922026-08-31T17:27:04.079ZAug 31 17:27:03.152 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 } }]
78932026-08-31T17:27:04.079ZAug 31 17:27:03.152 INFO adding route 172.17.0.48/32 -> 10.0.0.255
78942026-08-31T17:27:04.079ZAug 31 17:27:03.152 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 } }]
78952026-08-31T17:27:04.079ZAug 31 17:27:03.152 INFO adding route 172.17.0.49/32 -> 10.0.0.255
78962026-08-31T17:27:04.079ZAug 31 17:27:03.152 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 } }]
78972026-08-31T17:27:04.079ZAug 31 17:27:03.152 INFO adding route 172.17.0.50/32 -> 10.0.0.255
78982026-08-31T17:27:04.079ZAug 31 17:27:03.152 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 } }]
78992026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79002026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79012026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79022026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79032026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79042026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79052026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79062026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79072026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79082026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79092026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79102026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79112026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79122026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79132026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79142026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79152026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79162026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79172026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79182026-08-31T17:27:04.083ZAug 31 17:27:03.152 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 } }]
79192026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.61/32 -> 10.0.0.255
79202026-08-31T17:27:04.083ZAug 31 17:27:03.152 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79212026-08-31T17:27:04.083ZAug 31 17:27:03.152 INFO adding route 172.17.0.62/32 -> 10.0.0.255
79222026-08-31T17:27:04.084ZAug 31 17:27:03.152 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 } }]
79232026-08-31T17:27:04.084ZAug 31 17:27:03.152 INFO adding route 172.17.0.63/32 -> 10.0.0.255
79242026-08-31T17:27:04.084ZAug 31 17:27:03.152 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79252026-08-31T17:27:04.084ZAug 31 17:27:03.152 DEBG failed to allocate space for the new target list
79262026-08-31T17:27:04.084ZAug 31 17:27:03.152 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 } }]
79272026-08-31T17:27:04.084ZAug 31 17:27:03.152 DEBG failed to allocate space for the new target list
79282026-08-31T17:27:04.084Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-590acc8ba8a56e5a)
79292026-08-31T17:27:04.084Z
79302026-08-31T17:27:04.084Zrunning 0 tests
79312026-08-31T17:27:04.084Z
79322026-08-31T17:27:04.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79332026-08-31T17:27:04.084Z
79342026-08-31T17:27:04.084Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
79352026-08-31T17:27:04.084Z
79362026-08-31T17:27:04.084Zrunning 0 tests
79372026-08-31T17:27:04.084Z
79382026-08-31T17:27:04.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79392026-08-31T17:27:04.084Z
79402026-08-31T17:27:04.084Z Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c)
79412026-08-31T17:27:04.084Z
79422026-08-31T17:27:04.084Zrunning 6 tests
79432026-08-31T17:27:04.084Ztest tests::test_parse_client_port_id ... ok
79442026-08-31T17:27:04.084Ztest tests::test_full_lot_id_neither_present ... ok
79452026-08-31T17:27:04.084Ztest tests::test_port_id_cmp ... ok
79462026-08-31T17:27:04.084Ztest tests::test_full_lot_id_both_present ... ok
79472026-08-31T17:27:04.084Ztest tests::test_full_lot_id_lot_only ... ok
79482026-08-31T17:27:04.084Ztest tests::test_full_lot_id_lotnum_only ... ok
79492026-08-31T17:27:04.084Z
79502026-08-31T17:27:04.084Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-08-31T17:27:04.084Z
79522026-08-31T17:27:04.084Z Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c)
79532026-08-31T17:27:04.084Z
79542026-08-31T17:27:04.084Zrunning 0 tests
79552026-08-31T17:27:04.084Z
79562026-08-31T17:27:04.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572026-08-31T17:27:04.084Z
79582026-08-31T17:27:04.084Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
79592026-08-31T17:27:04.084Z
79602026-08-31T17:27:04.084Zrunning 0 tests
79612026-08-31T17:27:04.084Z
79622026-08-31T17:27:04.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-31T17:27:04.085Z
79642026-08-31T17:27:04.085Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
79652026-08-31T17:27:04.124Z
79662026-08-31T17:27:04.124Zrunning 15 tests
79672026-08-31T17:27:04.124Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79682026-08-31T17:27:04.124Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79692026-08-31T17:27:04.124Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79702026-08-31T17:27:04.124Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79712026-08-31T17:27:04.124Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79722026-08-31T17:27:04.124Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79732026-08-31T17:27:04.124Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79742026-08-31T17:27:04.124Ztest v1::network::tests::test_equal ... ok
79752026-08-31T17:27:04.124Ztest v1::network::tests::test_eui64 ... ok
79762026-08-31T17:27:04.124Ztest v1::network::tests::test_not_equal ... ok
79772026-08-31T17:27:04.124Ztest v1::network::tests::test_into ... ok
79782026-08-31T17:27:04.124Ztest v1::port::tests::port_ids_are_ascii ... ok
79792026-08-31T17:27:04.124Ztest v1::network::tests::test_to_string ... ok
79802026-08-31T17:27:04.124Ztest v1::network::tests::test_parse ... ok
79812026-08-31T17:27:04.125Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79822026-08-31T17:27:04.125Z
79832026-08-31T17:27:04.125Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79842026-08-31T17:27:04.125Z
79852026-08-31T17:27:04.125Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
79862026-08-31T17:27:04.129Z
79872026-08-31T17:27:04.129Zrunning 12 tests
79882026-08-31T17:27:04.132Ztest ipv6::test_ipv6_parse ... ok
79892026-08-31T17:27:04.132Ztest icmp::test_v6_checksum ... ok
79902026-08-31T17:27:04.132Ztest icmp::test_v4_checksum ... ok
79912026-08-31T17:27:04.132Ztest lldp::test_lldp_parse ... ok
79922026-08-31T17:27:04.132Ztest pbuf::test_byte ... ok
79932026-08-31T17:27:04.132Ztest pbuf::test_nibble ... ok
79942026-08-31T17:27:04.132Ztest pbuf::test_short ... ok
79952026-08-31T17:27:04.132Ztest pbuf::test_twelve ... ok
79962026-08-31T17:27:04.132Ztest pbuf::test_overflow ... ok
79972026-08-31T17:27:04.132Ztest pbuf::test_word ... ok
79982026-08-31T17:27:04.132Ztest tcp::test_checksum_syn_nodata ... ok
79992026-08-31T17:27:04.132Ztest tcp::test_checksum_ack_data ... ok
80002026-08-31T17:27:04.133Z
80012026-08-31T17:27:04.133Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-31T17:27:04.133Z
80032026-08-31T17:27:04.136Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80042026-08-31T17:27:04.136Z
80052026-08-31T17:27:04.136Zrunning 0 tests
80062026-08-31T17:27:04.136Z
80072026-08-31T17:27:04.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082026-08-31T17:27:04.136Z
80092026-08-31T17:27:04.136Z Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7)
80102026-08-31T17:27:04.156Z
80112026-08-31T17:27:04.156Zrunning 5 tests
80122026-08-31T17:27:04.160Ztest switchport::test::test_compute_lanes ... ok
80132026-08-31T17:27:04.160Ztest switchport::test::port_id_ordering ... ok
80142026-08-31T17:27:04.160Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3Lane 1
80152026-08-31T17:27:04.160Z State: Activated Lane 2 Activated Lane 3Activated
80162026-08-31T17:27:04.160Z Activated Rx Loss-of-lock: Yes
80172026-08-31T17:27:04.160Z Rx Output Enabled: false Yes false Yes Yesfalse
80182026-08-31T17:27:04.160Z false
80192026-08-31T17:27:04.160Z Rx Loss-of-signal: Yes Yes Rx Output Status: valid Yes validYes
80202026-08-31T17:27:04.160Zvalid Rx CDR Enabled: Yes valid
80212026-08-31T17:27:04.160ZYes Rx Loss-of-lock: true Yestrue Yes
80222026-08-31T17:27:04.160Ztrue Tx Enabled: Yestrue
80232026-08-31T17:27:04.160Z Rx Loss-of-signal: falseYes false Yes falseYes
80242026-08-31T17:27:04.160Zfalse
80252026-08-31T17:27:04.160Z Tx Loss-of-lock: No NoRx Auto-squelch Disable: true Notrue No
80262026-08-31T17:27:04.160Ztrue Tx Loss-of-signal: No trueNo
80272026-08-31T17:27:04.160Z Tx Output Enabled: trueNo true No
80282026-08-31T17:27:04.160Ztrue Tx CDR Enabled: Notrue
80292026-08-31T17:27:04.160ZNo Tx Output Status: invalid Noinvalid No
80302026-08-31T17:27:04.160Zinvalid Tx Adaptive EQ Fault: Noinvalid
80312026-08-31T17:27:04.160ZNo Tx Loss-of-lock: false No falseNo
80322026-08-31T17:27:04.160Zfalse Tx Fault: Yesfalse
80332026-08-31T17:27:04.160Z Tx Loss-of-signal: trueYes true Yestrue Yestrue
80342026-08-31T17:27:04.160Z
80352026-08-31T17:27:04.160ZTx Auto-squelch Disable: false false false false
80362026-08-31T17:27:04.160Z Tx Adaptive EQ Fail: true true true true
80372026-08-31T17:27:04.161Z Tx Failure: false false false false
80382026-08-31T17:27:04.161Z Tx Force Squelch: true true true true
80392026-08-31T17:27:04.161Z Tx Input Polarity: normal normal normal normal
80402026-08-31T17:27:04.161Ztest switchport::test::test_print_sff_datapath ... ok
80412026-08-31T17:27:04.161Ztest switchport::test::test_print_cmis_datapath ... ok
80422026-08-31T17:27:04.161Ztest link::test_filter ... ok
80432026-08-31T17:27:04.161Z
80442026-08-31T17:27:04.161Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80452026-08-31T17:27:04.161Z
80462026-08-31T17:27:04.164Z Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246)
80472026-08-31T17:27:04.182Z
80482026-08-31T17:27:04.182Zrunning 7 tests
80492026-08-31T17:27:04.185Ztest counters::counters_list ... ignored
80502026-08-31T17:27:04.185Ztest link_apply::apply_tx_eq_all ... ignored
80512026-08-31T17:27:04.185Ztest link_apply::apply_tx_eq_custom ... ignored
80522026-08-31T17:27:04.185Ztest tx_eq::set_all_taps ... ignored
80532026-08-31T17:27:04.186Ztest tx_eq::set_partial_taps ... ignored
80542026-08-31T17:27:04.188Ztest cmd::test::pattern_statics ... ok
80552026-08-31T17:27:04.231Ztest link_apply::tx_eq_exclusive ... ok
80562026-08-31T17:27:04.231Z
80572026-08-31T17:27:04.231Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.05s
80582026-08-31T17:27:04.231Z
80592026-08-31T17:27:04.235Z Running unittests src/main.rs (target/debug/deps/tfportd-d55b6e8bd10a525f)
80602026-08-31T17:27:04.239Z
80612026-08-31T17:27:04.239Zrunning 3 tests
80622026-08-31T17:27:04.243Ztest linklocal::test_parse_ipadm ... ok
80632026-08-31T17:27:04.243Ztest tfport::test_parse_tfport ... ok
80642026-08-31T17:27:04.243Ztest config::tests::test_updates ... ok
80652026-08-31T17:27:04.243Z
80662026-08-31T17:27:04.243Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672026-08-31T17:27:04.243Z
80682026-08-31T17:27:04.243Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
80692026-08-31T17:27:04.246Z
80702026-08-31T17:27:04.246Zrunning 0 tests
80712026-08-31T17:27:04.246Z
80722026-08-31T17:27:04.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732026-08-31T17:27:04.246Z
80742026-08-31T17:27:04.246Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
80752026-08-31T17:27:04.249Z
80762026-08-31T17:27:04.249Zrunning 0 tests
80772026-08-31T17:27:04.249Z
80782026-08-31T17:27:04.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792026-08-31T17:27:04.249Z
80802026-08-31T17:27:04.249Z Doc-tests aal
80812026-08-31T17:27:04.477Z
80822026-08-31T17:27:04.477Zrunning 0 tests
80832026-08-31T17:27:04.477Z
80842026-08-31T17:27:04.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-08-31T17:27:04.480Z
80862026-08-31T17:27:04.503Z Doc-tests aal_macros
80872026-08-31T17:27:04.577Z
80882026-08-31T17:27:04.577Zrunning 0 tests
80892026-08-31T17:27:04.578Z
80902026-08-31T17:27:04.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912026-08-31T17:27:04.578Z
80922026-08-31T17:27:04.591Z Doc-tests common
80932026-08-31T17:27:04.827Z
80942026-08-31T17:27:04.827Zrunning 0 tests
80952026-08-31T17:27:04.827Z
80962026-08-31T17:27:04.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80972026-08-31T17:27:04.828Z
80982026-08-31T17:27:04.855Z Doc-tests dpd_api
80992026-08-31T17:27:05.588Z
81002026-08-31T17:27:05.588Zrunning 2 tests
81012026-08-31T17:27:05.588Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81022026-08-31T17:27:05.588Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81032026-08-31T17:27:05.588Z
81042026-08-31T17:27:05.588Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81052026-08-31T17:27:05.588Z
81062026-08-31T17:27:05.620Z Doc-tests dpd_client
81072026-08-31T17:27:06.996Z
81082026-08-31T17:27:06.996Zrunning 0 tests
81092026-08-31T17:27:06.996Z
81102026-08-31T17:27:06.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81112026-08-31T17:27:06.996Z
81122026-08-31T17:27:07.053Z Doc-tests dpd_types
81132026-08-31T17:27:07.242Z
81142026-08-31T17:27:07.242Zrunning 0 tests
81152026-08-31T17:27:07.242Z
81162026-08-31T17:27:07.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81172026-08-31T17:27:07.242Z
81182026-08-31T17:27:07.267Z Doc-tests dpd_types_versions
81192026-08-31T17:27:08.797Z
81202026-08-31T17:27:08.797Zrunning 1 test
81212026-08-31T17:27:08.797Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81222026-08-31T17:27:08.797Z
81232026-08-31T17:27:08.798Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242026-08-31T17:27:08.798Z
81252026-08-31T17:27:08.849Z Doc-tests packet
81262026-08-31T17:27:09.075Z
81272026-08-31T17:27:09.075Zrunning 0 tests
81282026-08-31T17:27:09.075Z
81292026-08-31T17:27:09.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302026-08-31T17:27:09.075Z
81312026-08-31T17:27:09.103Z Doc-tests pcap
81322026-08-31T17:27:09.157Z
81332026-08-31T17:27:09.157Zrunning 0 tests
81342026-08-31T17:27:09.157Z
81352026-08-31T17:27:09.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362026-08-31T17:27:09.157Z
81372026-08-31T17:27:09.212Z+ for feat in tofino_stub tofino_asic softnpu chaos
81382026-08-31T17:27:09.212Z+ RUST_BACKTRACE=full
81392026-08-31T17:27:09.212Z+ cargo test --features chaos --no-fail-fast
81402026-08-31T17:27:09.822Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81412026-08-31T17:27:09.903Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81422026-08-31T17:27:09.913Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81432026-08-31T17:27:18.457Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81442026-08-31T17:27:18.632Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81452026-08-31T17:27:59.990Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.76s
81462026-08-31T17:28:00.099Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
81472026-08-31T17:28:00.107Z
81482026-08-31T17:28:00.107Zrunning 0 tests
81492026-08-31T17:28:00.107Z
81502026-08-31T17:28:00.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512026-08-31T17:28:00.111Z
81522026-08-31T17:28:00.111Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81532026-08-31T17:28:00.114Z
81542026-08-31T17:28:00.114Zrunning 0 tests
81552026-08-31T17:28:00.114Z
81562026-08-31T17:28:00.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572026-08-31T17:28:00.114Z
81582026-08-31T17:28:00.114Z Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c)
81592026-08-31T17:28:00.118Z
81602026-08-31T17:28:00.118Zrunning 0 tests
81612026-08-31T17:28:00.118Z
81622026-08-31T17:28:00.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81632026-08-31T17:28:00.121Z
81642026-08-31T17:28:00.121Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
81652026-08-31T17:28:00.147Z
81662026-08-31T17:28:00.147Zrunning 4 tests
81672026-08-31T17:28:00.150Ztest nat::tests::test_vni ... ok
81682026-08-31T17:28:00.150Ztest network::tests::test_generate_ipv6_link_local ... ok
81692026-08-31T17:28:00.150Ztest test_purge ... ok
81702026-08-31T17:28:00.155Ztest illumos::test::address_exists_handles_missing_object ... ok
81712026-08-31T17:28:00.155Z
81722026-08-31T17:28:00.158Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81732026-08-31T17:28:00.158Z
81742026-08-31T17:28:00.158Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
81752026-08-31T17:28:00.182Z
81762026-08-31T17:28:00.182Zrunning 1 test
81772026-08-31T17:28:00.186Z -------
81782026-08-31T17:28:00.188Z Generating OpenAPI documents from API definitions ...
81792026-08-31T17:28:00.348Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81802026-08-31T17:28:00.422Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81812026-08-31T17:28:01.498Z -------
81822026-08-31T17:28:01.498Z Checking 13 OpenAPI documents...
81832026-08-31T17:28:01.498Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81842026-08-31T17:28:01.498Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81852026-08-31T17:28:01.502Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81862026-08-31T17:28:01.502Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81872026-08-31T17:28:01.502Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81882026-08-31T17:28:01.502Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-31T17:28:01.502Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-31T17:28:01.502Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-31T17:28:01.502Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-31T17:28:01.502Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-31T17:28:01.502Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-31T17:28:01.502Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-31T17:28:01.502Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-31T17:28:01.502Z Fresh dpd "latest" symlink
81972026-08-31T17:28:01.502Z -------
81982026-08-31T17:28:01.502Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
81992026-08-31T17:28:01.569Ztest test::test_apis_up_to_date ... ok
82002026-08-31T17:28:01.569Z
82012026-08-31T17:28:01.569Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
82022026-08-31T17:28:01.569Z
82032026-08-31T17:28:01.633Z Running unittests src/main.rs (target/debug/deps/dpd-9c12dacd9659a21c)
82042026-08-31T17:28:01.641Z
82052026-08-31T17:28:01.641Zrunning 34 tests
82062026-08-31T17:28:01.644Ztest freemap::test_ordering ... ok
82072026-08-31T17:28:01.645Ztest config::tests::test_updates ... ok
82082026-08-31T17:28:01.645Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82092026-08-31T17:28:01.645Ztest freemap::test_split ... ok
82102026-08-31T17:28:01.645Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82112026-08-31T17:28:01.645Ztest macaddrs::tests::test_mac_offset ... ok
82122026-08-31T17:28:01.650Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82132026-08-31T17:28:01.650Ztest macaddrs::tests::test_parse_port_id ... ok
82142026-08-31T17:28:01.650ZAug 31 17:28:00.747 DEBG created new freemap, Aug 31 17:28:00.747unit :DEBG freemap_testcreated new freemap, unit: freemap_test
82152026-08-31T17:28:01.650Ztest nat::test_mapping ... ok
82162026-08-31T17:28:01.650Z
82172026-08-31T17:28:01.650ZAug 31 17:28:00.747Aug 31 17:28:00.747 DEBGDEBG Aug 31 17:28:00.747created new freemap , DEBG initted freemap. size: 128unitinitted freemap. size: 128, :unit, :freemap_test unitfreemap_test
82182026-08-31T17:28:01.650Z:
82192026-08-31T17:28:01.650Z freemap_test
82202026-08-31T17:28:01.650ZAug 31 17:28:00.747Aug 31 17:28:00.747 DEBGDEBG Aug 31 17:28:00.747initted freemap. size: 128 , DEBGunit :reset freemap reset freemap, , freemap_testunit
82212026-08-31T17:28:01.650Z: unitfreemap_test:
82222026-08-31T17:28:01.650Z freemap_testAug 31 17:28:00.747
82232026-08-31T17:28:01.650Z DEBG reset freemap, unit: freemap_test
82242026-08-31T17:28:01.650ZAug 31 17:28:00.747 DEBG created new freemap, unit: freemap_test
82252026-08-31T17:28:01.650ZAug 31 17:28:00.747 DEBG initted freemap. size: 128, unit: freemap_test
82262026-08-31T17:28:01.650ZAug 31 17:28:00.747 DEBG reset freemap, unit: freemap_test
82272026-08-31T17:28:01.650Ztest freemap::test_basic ... ok
82282026-08-31T17:28:01.650Ztest freemap::test_exhaustion ... ok
82292026-08-31T17:28:01.650Ztest freemap::test_reclaim ... ok
82302026-08-31T17:28:01.650Ztest freemap::test_free ... ok
82312026-08-31T17:28:01.650Ztest port_map::tests::dump_map ... ok
82322026-08-31T17:28:01.650Ztest port_map::tests::test_backplane_group ... ok
82332026-08-31T17:28:01.650Ztest port_map::tests::test_port_map ... ok
82342026-08-31T17:28:01.650ZAug 31 17:28:00.748 DEBG created new freemap, unit: freemap_test
82352026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG initted freemap. size: 8, unit: freemap_test
82362026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG reset freemap, unit: freemap_test
82372026-08-31T17:28:01.651Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82382026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG created new freemap, unit: freemap_test
82392026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG initted freemap. size: 128, unit: freemap_test
82402026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG reset freemap, unit: freemap_test
82412026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG created new freemap, unit: freemap_route_ipv4
82422026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG created new freemap, unit: freemap_route_ipv6
82432026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82442026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG reset freemap, unit: freemap_route_ipv4
82452026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82462026-08-31T17:28:01.651ZAug 31 17:28:00.748 DEBG reset freemap, unit: freemap_route_ipv6
82472026-08-31T17:28:01.651ZAug 31 17:28:00.748 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82482026-08-31T17:28:01.651ZAug 31 17:28:00.748 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 } }]
82492026-08-31T17:28:01.651ZAug 31 17:28:00.748 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82502026-08-31T17:28:01.651ZAug 31 17:28:00.748 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 } }]
82512026-08-31T17:28:01.651ZAug 31 17:28:00.748Aug 31 17:28:00.748 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap
82522026-08-31T17:28:01.651Z, unit: Aug 31 17:28:00.748freemap_route_ipv4 DEBG
82532026-08-31T17:28:01.651Z 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 } }]
82542026-08-31T17:28:01.651ZAug 31 17:28:00.748Aug 31 17:28:00.748 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemap
82552026-08-31T17:28:01.651Z, unit: freemap_route_ipv6Aug 31 17:28:00.748
82562026-08-31T17:28:01.651Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.748
82572026-08-31T17:28:01.651Z DEBG initted freemap. size: 64, Aug 31 17:28:00.748unit :INFO freemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82582026-08-31T17:28:01.651Z
82592026-08-31T17:28:01.651ZAug 31 17:28:00.748Aug 31 17:28:00.748 DEBGDEBG reset freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
82602026-08-31T17:28:01.651Zunit: freemap_route_ipv4
82612026-08-31T17:28:01.651ZAug 31 17:28:00.748 Aug 31 17:28:00.748INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82622026-08-31T17:28:01.651Zinitted freemap. size: 64, unit: Aug 31 17:28:00.748freemap_route_ipv6
82632026-08-31T17:28:01.652ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.748
82642026-08-31T17:28:01.652Z DEBG reset freemap, Aug 31 17:28:00.748unit :INFO freemap_route_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82652026-08-31T17:28:01.652Z
82662026-08-31T17:28:01.652ZAug 31 17:28:00.748Aug 31 17:28:00.748 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:1
82672026-08-31T17:28:01.652Z
82682026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 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 } }]
82692026-08-31T17:28:01.652Z
82702026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 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:dead::/64 -> 2001:db8::55:2
82712026-08-31T17:28:01.652Z
82722026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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-31T17:28:01.652Z
82742026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 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::/64 -> 2001:db8::55:ff
82752026-08-31T17:28:01.652Z
82762026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFODEBG 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 } }]
82772026-08-31T17:28:01.652Z
82782026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82792026-08-31T17:28:01.652ZAug 31 17:28:00.749 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: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 } }]
82802026-08-31T17:28:01.652Z
82812026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82822026-08-31T17:28:01.652Z
82832026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
82842026-08-31T17:28:01.652Z
82852026-08-31T17:28:01.652ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82862026-08-31T17:28:01.652Z
82872026-08-31T17:28:01.652ZAug 31 17:28:00.749 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 } }]
82882026-08-31T17:28:01.652ZAug 31 17:28:00.749 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82892026-08-31T17:28:01.652ZAug 31 17:28:00.749 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 } }]
82902026-08-31T17:28:01.652Ztest freemap::test_span ... ok
82912026-08-31T17:28:01.653ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFODEBG adding route 3fff:beef:5::/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 } }]
82922026-08-31T17:28:01.653Z
82932026-08-31T17:28:01.653ZAug 31 17:28:00.749 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 } }]
82942026-08-31T17:28:01.653ZAug 31 17:28:00.749 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82952026-08-31T17:28:01.653ZAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82962026-08-31T17:28:01.653Z
82972026-08-31T17:28:01.653ZAug 31 17:28:00.749 Aug 31 17:28:00.749INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82982026-08-31T17:28:01.653Zreplacing 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 } }]
82992026-08-31T17:28:01.653ZAug 31 17:28:00.749Aug 31 17:28:00.749Aug 31 17:28:00.749 DEBGDEBG INFO created new freemapreplacing 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:c::/64 -> 2001:db8::55:ff,
83002026-08-31T17:28:01.653Zunit
83012026-08-31T17:28:01.653Z: freemap_route_ipv4Aug 31 17:28:00.749
83022026-08-31T17:28:01.653Z Aug 31 17:28:00.749INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83032026-08-31T17:28:01.653Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
83042026-08-31T17:28:01.653Z DEBG created new freemap, Aug 31 17:28:00.749unitAug 31 17:28:00.749 DEBG INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83052026-08-31T17:28:01.653ZAug 31 17:28:00.749 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 } }]
83062026-08-31T17:28:01.653ZAug 31 17:28:00.749 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83072026-08-31T17:28:01.653ZAug 31 17:28:00.749 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 } }]
83082026-08-31T17:28:01.653ZAug 31 17:28:00.749 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83092026-08-31T17:28:01.653ZAug 31 17:28:00.749 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 } }]
83102026-08-31T17:28:01.653ZAug 31 17:28:00.749 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83112026-08-31T17:28:01.653ZAug 31 17:28:00.749 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 } }]
83122026-08-31T17:28:01.657ZAug 31 17:28:00.749 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83132026-08-31T17:28:01.657ZAug 31 17:28:00.749 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 } }]
83142026-08-31T17:28:01.657ZAug 31 17:28:00.749 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83152026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }]
83162026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83172026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }]
83182026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83192026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }]
83202026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83212026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }]
83222026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83232026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }]
83242026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83252026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }]
83262026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83272026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 } }] 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 } }]
83282026-08-31T17:28:01.658Z
83292026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83302026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
83312026-08-31T17:28:01.658Z 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 } }]
83322026-08-31T17:28:01.658ZAug 31 17:28:00.749 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
83332026-08-31T17:28:01.658Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83342026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
83352026-08-31T17:28:01.658Z 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 } }]
83362026-08-31T17:28:01.658ZAug 31 17:28:00.749 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 31 17:28:00.749
83372026-08-31T17:28:01.658Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83382026-08-31T17:28:01.658ZAug 31 17:28:00.749 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
83392026-08-31T17:28:01.658Z 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 } }]
83402026-08-31T17:28:01.658ZAug 31 17:28:00.749 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
83412026-08-31T17:28:01.658Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83422026-08-31T17:28:01.659ZAug 31 17:28:00.749 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
83432026-08-31T17:28:01.659Z 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 } }]
83442026-08-31T17:28:01.659ZAug 31 17:28:00.749 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
83452026-08-31T17:28:01.659Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
83462026-08-31T17:28:01.659Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
83472026-08-31T17:28:01.659Z 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 } }]
83482026-08-31T17:28:01.659ZAug 31 17:28:00.749 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
83492026-08-31T17:28:01.659Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83502026-08-31T17:28:01.659ZAug 31 17:28:00.749 INFOAug 31 17:28:00.749 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
83512026-08-31T17:28:01.659Z 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 } }]
83522026-08-31T17:28:01.659ZAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
83532026-08-31T17:28:01.659Z
83542026-08-31T17:28:01.659ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFODEBG adding route 3fff:beef:f::/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 } }]
83552026-08-31T17:28:01.659Z
83562026-08-31T17:28:01.659ZAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83572026-08-31T17:28:01.659Z
83582026-08-31T17:28:01.659Ztest port_map::tests::parse_softnpu_revision ... ok
83592026-08-31T17:28:01.659ZAug 31 17:28:00.749Aug 31 17:28:00.749 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 } }]
83602026-08-31T17:28:01.659Z: freemap_route_ipv6Aug 31 17:28:00.749
83612026-08-31T17:28:01.659Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
83622026-08-31T17:28:01.659ZAug 31 17:28:00.749 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 } }]
83632026-08-31T17:28:01.659ZAug 31 17:28:00.749 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83642026-08-31T17:28:01.659ZAug 31 17:28:00.749 Aug 31 17:28:00.749DEBGAug 31 17:28:00.749 DEBGDEBG created new freemapreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
83652026-08-31T17:28:01.659Z, , unitunit:: freemap_route_ipv4freemap_route_ipv4
83662026-08-31T17:28:01.659Z
83672026-08-31T17:28:01.659ZAug 31 17:28:00.749 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
83682026-08-31T17:28:01.659ZAug 31 17:28:00.749Aug 31 17:28:00.749 Aug 31 17:28:00.749DEBGDEBG DEBG reset freemapcreated new freemap, 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 } }]unit
83692026-08-31T17:28:01.659Z:, unitfreemap_route_ipv4:Aug 31 17:28:00.749
83702026-08-31T17:28:01.660Z freemap_route_ipv6INFO
83712026-08-31T17:28:01.660Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83722026-08-31T17:28:01.660ZAug 31 17:28:00.749 DEBGAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGinitted freemap. size: 64 , 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 } }]unitDEBG
83732026-08-31T17:28:01.660Z :initted freemap. size: 64 freemap_route_ipv6,
83742026-08-31T17:28:01.660Zunit:Aug 31 17:28:00.749 Aug 31 17:28:00.749INFOfreemap_route_ipv4
83752026-08-31T17:28:01.660ZDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreset freemap
83762026-08-31T17:28:01.660Z, Aug 31 17:28:00.749unit : DEBGfreemap_route_ipv6
83772026-08-31T17:28:01.660Zreset freemapAug 31 17:28:00.749, unitDEBG: 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 } }]
83782026-08-31T17:28:01.660Zfreemap_route_ipv4Aug 31 17:28:00.749
83792026-08-31T17:28:01.660Z INFOAug 31 17:28:00.749 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 31 17:28:00.749
83802026-08-31T17:28:01.660Z DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
83812026-08-31T17:28:01.660Zinitted freemap. size: 64Aug 31 17:28:00.749, unitDEBG: Aug 31 17:28:00.749replacing 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
83822026-08-31T17:28:01.660Z
83832026-08-31T17:28:01.660ZDEBG 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 } }]
83842026-08-31T17:28:01.660Ztest api_server::tests::test_build_info ... ok
83852026-08-31T17:28:01.660ZAug 31 17:28:00.749 Aug 31 17:28:00.749INFO DEBGAug 31 17:28:00.749 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
83862026-08-31T17:28:01.660Zreset freemap , adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunit
83872026-08-31T17:28:01.660Z: freemap_route_ipv6Aug 31 17:28:00.749
83882026-08-31T17:28:01.660ZAug 31 17:28:00.749 DEBGDEBG Aug 31 17:28:00.749replacing 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: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
83892026-08-31T17:28:01.660Z
83902026-08-31T17:28:01.660Zadding route 3fff:dead::/64 -> 2001:db8::55:1
83912026-08-31T17:28:01.660ZAug 31 17:28:00.749Aug 31 17:28:00.749 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 31 17:28:00.749adding route 3fff:dead::/64 -> 2001:db8::55:1
83922026-08-31T17:28:01.660ZDEBG
83932026-08-31T17:28:01.660Z 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 } }]
83942026-08-31T17:28:01.660ZAug 31 17:28:00.749Aug 31 17:28:00.749 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:28:00.749
83952026-08-31T17:28:01.660Zreplacing 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 } }]
83962026-08-31T17:28:01.660ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:28:00.749
83972026-08-31T17:28:01.660Z INFOAug 31 17:28:00.749 Aug 31 17:28:00.749adding route 3fff:dead::/64 -> 2001:db8::55:2
83982026-08-31T17:28:01.661ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
83992026-08-31T17:28:01.661Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:28:00.749
84002026-08-31T17:28:01.661Z DEBGAug 31 17:28:00.749 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
84012026-08-31T17:28:01.661Z Aug 31 17:28:00.749replacing 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 } }]
84022026-08-31T17:28:01.661ZINFOAug 31 17:28:00.749 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 31 17:28:00.749
84032026-08-31T17:28:01.661Z INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
84042026-08-31T17:28:01.661Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
84052026-08-31T17:28:01.661Z DEBG Aug 31 17:28:00.749replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:28:00.749
84062026-08-31T17:28:01.661Z DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84072026-08-31T17:28:01.661Z
84082026-08-31T17:28:01.661ZAug 31 17:28:00.749 INFO Aug 31 17:28:00.749adding route 3fff:dead::/64 -> 2001:db8::55:2
84092026-08-31T17:28:01.661ZINFOAug 31 17:28:00.749 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
84102026-08-31T17:28:01.661ZINFOAug 31 17:28:00.749 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84112026-08-31T17:28:01.661ZDEBGAug 31 17:28:00.749 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
84122026-08-31T17:28:01.666Z INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
84132026-08-31T17:28:01.666Z DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84142026-08-31T17:28:01.666ZAug 31 17:28:00.749 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 17:28:00.749
84152026-08-31T17:28:01.666Z 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 } }]
84162026-08-31T17:28:01.666ZAug 31 17:28:00.749 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.749
84172026-08-31T17:28:01.666Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 17:28:00.749 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
84182026-08-31T17:28:01.666ZAug 31 17:28:00.750 DEBG
84192026-08-31T17:28:01.666Zreplacing 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 } }]
84202026-08-31T17:28:01.666Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.750Aug 31 17:28:00.750
84212026-08-31T17:28:01.666Z DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84222026-08-31T17:28:01.666Z
84232026-08-31T17:28:01.666ZAug 31 17:28:00.750Aug 31 17:28:00.750 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84242026-08-31T17:28:01.666Z
84252026-08-31T17:28:01.666ZAug 31 17:28:00.750 Aug 31 17:28:00.750INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
84262026-08-31T17:28:01.667ZAug 31 17:28:00.750 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
84272026-08-31T17:28:01.667Z 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 } }]
84282026-08-31T17:28:01.667ZAug 31 17:28:00.750 Aug 31 17:28:00.750Aug 31 17:28:00.750 DEBG DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84292026-08-31T17:28:01.667Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84302026-08-31T17:28:01.667Z
84312026-08-31T17:28:01.667ZAug 31 17:28:00.750 INFO Aug 31 17:28:00.750Aug 31 17:28:00.750 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84322026-08-31T17:28:01.667ZDEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
84332026-08-31T17:28:01.667Z
84342026-08-31T17:28:01.667Z DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.750Aug 31 17:28:00.750
84352026-08-31T17:28:01.667Z INFODEBG adding route 3fff:beef:14::/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 } }]
84362026-08-31T17:28:01.667Z
84372026-08-31T17:28:01.667ZAug 31 17:28:00.750 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 17:28:00.750Aug 31 17:28:00.750
84382026-08-31T17:28:01.667ZDEBG 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 } }]
84392026-08-31T17:28:01.667ZAug 31 17:28:00.750adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
84402026-08-31T17:28:01.667ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.750
84412026-08-31T17:28:01.667Z Aug 31 17:28:00.750INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84422026-08-31T17:28:01.667Zreplacing 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 } }]
84432026-08-31T17:28:01.667ZAug 31 17:28:00.750 Aug 31 17:28:00.750INFO Aug 31 17:28:00.750DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84442026-08-31T17:28:01.667Z
84452026-08-31T17:28:01.667Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
84462026-08-31T17:28:01.667ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750 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 } }]DEBG
84472026-08-31T17:28:01.667Z 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:16::/64 -> 2001:db8::55:ff
84482026-08-31T17:28:01.667Z
84492026-08-31T17:28:01.667ZAug 31 17:28:00.750Aug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750 INFODEBG 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:33::/64 -> 2001:db8::55:ff
84502026-08-31T17:28:01.667Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84512026-08-31T17:28:01.667Z
84522026-08-31T17:28:01.667Zcreated new freemapAug 31 17:28:00.750, Aug 31 17:28:00.750Aug 31 17:28:00.750 INFOunit DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84532026-08-31T17:28:01.667Z: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_ipv4
84542026-08-31T17:28:01.668ZDEBG
84552026-08-31T17:28:01.668ZAug 31 17:28:00.750 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:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.750
84562026-08-31T17:28:01.668ZAug 31 17:28:00.750
84572026-08-31T17:28:01.668Z INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
84582026-08-31T17:28:01.668Z Aug 31 17:28:00.750INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84592026-08-31T17:28:01.668ZAug 31 17:28:00.750INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 31 17:28:00.750replacing 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 } }]
84602026-08-31T17:28:01.668Zcreated new freemap
84612026-08-31T17:28:01.668ZDEBG, unitreplacing 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 } }]:
84622026-08-31T17:28:01.668ZAug 31 17:28:00.750 freemap_route_ipv6INFO
84632026-08-31T17:28:01.668Z Aug 31 17:28:00.750Aug 31 17:28:00.750 INFOAug 31 17:28:00.750adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGDEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84642026-08-31T17:28:01.668Z
84652026-08-31T17:28:01.668Zreplacing 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 } }]initted freemap. size: 64
84662026-08-31T17:28:01.668Z, unit:Aug 31 17:28:00.750 Aug 31 17:28:00.750Aug 31 17:28:00.750freemap_route_ipv4
84672026-08-31T17:28:01.668ZINFODEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84682026-08-31T17:28:01.668Z
84692026-08-31T17:28:01.668Zreplacing 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 } }]
84702026-08-31T17:28:01.668ZAug 31 17:28:00.750 Aug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750DEBGDEBG reset freemapreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOINFO,
84712026-08-31T17:28:01.668Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffunit
84722026-08-31T17:28:01.668Z:Aug 31 17:28:00.750 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
84732026-08-31T17:28:01.668Z freemap_route_ipv4adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84742026-08-31T17:28:01.668Z
84752026-08-31T17:28:01.668ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750Aug 31 17:28:00.750 DEBGDEBG DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84762026-08-31T17:28:01.668Z
84772026-08-31T17:28:01.668Z initted freemap. size: 64, 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 } }]unitAug 31 17:28:00.750Aug 31 17:28:00.750
84782026-08-31T17:28:01.668Z : INFOfreemap_route_ipv6
84792026-08-31T17:28:01.668Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
84802026-08-31T17:28:01.668ZINFO INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84812026-08-31T17:28:01.669ZAug 31 17:28:00.750
84822026-08-31T17:28:01.669Z Aug 31 17:28:00.750DEBG Aug 31 17:28:00.750 Aug 31 17:28:00.750 DEBGDEBGreset 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 } }] unit
84832026-08-31T17:28:01.669Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84842026-08-31T17:28:01.669Z: Aug 31 17:28:00.750freemap_route_ipv6Aug 31 17:28:00.750 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
84852026-08-31T17:28:01.669Z
84862026-08-31T17:28:01.669Z INFOAug 31 17:28:00.750 INFOAug 31 17:28:00.750adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84872026-08-31T17:28:01.669Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84882026-08-31T17:28:01.669Z
84892026-08-31T17:28:01.669ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
84902026-08-31T17:28:01.669ZAug 31 17:28:00.750Aug 31 17:28:00.750Aug 31 17:28:00.750 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 } }] Aug 31 17:28:00.750replacing 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 } }]
84912026-08-31T17:28:01.669Z
84922026-08-31T17:28:01.669Zreplacing 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 } }]
84932026-08-31T17:28:01.669ZDEBG Aug 31 17:28:00.750Aug 31 17:28:00.750Aug 31 17:28:00.750replacing 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 } }]
84942026-08-31T17:28:01.669Z INFO INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 17:28:00.750 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
84952026-08-31T17:28:01.669Z
84962026-08-31T17:28:01.669Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
84972026-08-31T17:28:01.669Z
84982026-08-31T17:28:01.669ZAug 31 17:28:00.750 DEBG Aug 31 17:28:00.750Aug 31 17:28:00.750 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
84992026-08-31T17:28:01.669ZDEBGreplacing 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 } }]
85002026-08-31T17:28:01.669Zreplacing 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 } }]
85012026-08-31T17:28:01.669ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750Aug 31 17:28:00.749 INFOINFOINFO INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
85022026-08-31T17:28:01.669Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85032026-08-31T17:28:01.669Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85042026-08-31T17:28:01.669Z
85052026-08-31T17:28:01.669ZAug 31 17:28:00.750Aug 31 17:28:00.750Aug 31 17:28:00.750 DEBG Aug 31 17:28:00.750replacing 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 } }]
85062026-08-31T17:28:01.669ZDEBGDEBG 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: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 } }]
85072026-08-31T17:28:01.669ZDEBG
85082026-08-31T17:28:01.669ZAug 31 17:28:00.750 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 17:28:00.750Aug 31 17:28:00.750
85092026-08-31T17:28:01.670Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOINFO
85102026-08-31T17:28:01.670Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85112026-08-31T17:28:01.670ZAug 31 17:28:00.750Aug 31 17:28:00.750
85122026-08-31T17:28:01.674Z DEBGINFOAug 31 17:28:00.750 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
85132026-08-31T17:28:01.674Z Aug 31 17:28:00.750DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
85142026-08-31T17:28:01.675Z
85152026-08-31T17:28:01.675ZAug 31 17:28:00.750DEBG DEBGAug 31 17:28:00.750 Aug 31 17:28:00.750INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
85162026-08-31T17:28:01.675Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
85172026-08-31T17:28:01.675Z
85182026-08-31T17:28:01.675Z
85192026-08-31T17:28:01.675ZAug 31 17:28:00.750Aug 31 17:28:00.750 DEBGDEBG Aug 31 17:28:00.750 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85202026-08-31T17:28:01.675Zreplacing 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 } }]
85212026-08-31T17:28:01.675ZAug 31 17:28:00.750 DEBG Aug 31 17:28:00.750replacing 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 } }]
85222026-08-31T17:28:01.675ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85232026-08-31T17:28:01.675ZAug 31 17:28:00.750Aug 31 17:28:00.750 INFOAug 31 17:28:00.750 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85242026-08-31T17:28:01.675ZDEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
85252026-08-31T17:28:01.675Zreplacing 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 } }]
85262026-08-31T17:28:01.675ZAug 31 17:28:00.750 DEBGAug 31 17:28:00.750 Aug 31 17:28:00.750INFO 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
85272026-08-31T17:28:01.675Z adding route 3fff:beef:22::/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 } }]
85282026-08-31T17:28:01.675Z
85292026-08-31T17:28:01.675ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750INFO INFODEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85302026-08-31T17:28:01.675Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
85312026-08-31T17:28:01.675Z
85322026-08-31T17:28:01.675ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
85332026-08-31T17:28:01.675Z 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 } }]
85342026-08-31T17:28:01.675Zreplacing 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 } }]
85352026-08-31T17:28:01.675ZAug 31 17:28:00.750Aug 31 17:28:00.750 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 } }]Aug 31 17:28:00.750
85362026-08-31T17:28:01.675Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
85372026-08-31T17:28:01.675Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
85382026-08-31T17:28:01.675Z INFOAug 31 17:28:00.750 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
85392026-08-31T17:28:01.675ZDEBG 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 } }]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 } }]
85402026-08-31T17:28:01.675Z
85412026-08-31T17:28:01.676ZAug 31 17:28:00.750 Aug 31 17:28:00.750DEBG Aug 31 17:28:00.750INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85422026-08-31T17:28:01.676Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
85432026-08-31T17:28:01.676Zreplacing 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 } }]
85442026-08-31T17:28:01.676ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750DEBG DEBGINFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85452026-08-31T17:28:01.676Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85462026-08-31T17:28:01.676Z
85472026-08-31T17:28:01.676ZAug 31 17:28:00.750Aug 31 17:28:00.750Aug 31 17:28:00.750 INFO INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/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 } }]
85482026-08-31T17:28:01.676Z
85492026-08-31T17:28:01.676Z
85502026-08-31T17:28:01.676ZAug 31 17:28:00.750Aug 31 17:28:00.750 Aug 31 17:28:00.750DEBG INFODEBGreplacing 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 } }]
85512026-08-31T17:28:01.676Zreplacing 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:26::/64 -> 2001:db8::55:ff
85522026-08-31T17:28:01.676Z
85532026-08-31T17:28:01.676ZAug 31 17:28:00.750 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 17:28:00.750Aug 31 17:28:00.750
85542026-08-31T17:28:01.676Z DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
85552026-08-31T17:28:01.676Z
85562026-08-31T17:28:01.676ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.750
85572026-08-31T17:28:01.676Z Aug 31 17:28:00.750INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 31 17:28:00.750
85582026-08-31T17:28:01.676Zreplacing 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 } }]
85592026-08-31T17:28:01.676ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
85602026-08-31T17:28:01.676Z 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 31 17:28:00.750
85612026-08-31T17:28:01.676Z Aug 31 17:28:00.750INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 31 17:28:00.750
85622026-08-31T17:28:01.676Z 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 } }]INFO
85632026-08-31T17:28:01.676Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85642026-08-31T17:28:01.676ZAug 31 17:28:00.750 Aug 31 17:28:00.750Aug 31 17:28:00.750 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
85652026-08-31T17:28:01.676Z 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 } }]
85662026-08-31T17:28:01.676ZAug 31 17:28:00.750 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85672026-08-31T17:28:01.676ZAug 31 17:28:00.750 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 17:28:00.750
85682026-08-31T17:28:01.676Z 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 } }]
85692026-08-31T17:28:01.677ZAug 31 17:28:00.750 DEBG Aug 31 17:28:00.750replacing 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 } }]
85702026-08-31T17:28:01.677ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85712026-08-31T17:28:01.677ZAug 31 17:28:00.750 INFO Aug 31 17:28:00.750adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85722026-08-31T17:28:01.677ZDEBG 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 } }]
85732026-08-31T17:28:01.677ZAug 31 17:28:00.750 INFO Aug 31 17:28:00.750adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85742026-08-31T17:28:01.677ZDEBG 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 } }]
85752026-08-31T17:28:01.677ZAug 31 17:28:00.750 DEBGAug 31 17:28:00.750 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85762026-08-31T17:28:01.677Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85772026-08-31T17:28:01.677ZAug 31 17:28:00.750 INFO Aug 31 17:28:00.750adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85782026-08-31T17:28:01.677ZDEBG 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 } }]
85792026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85802026-08-31T17:28:01.677Z
85812026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85822026-08-31T17:28:01.677Z
85832026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85842026-08-31T17:28:01.677Z
85852026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 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:2e::/64 -> 2001:db8::55:ff
85862026-08-31T17:28:01.677Z
85872026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85882026-08-31T17:28:01.677Z
85892026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85902026-08-31T17:28:01.677Z
85912026-08-31T17:28:01.677ZAug 31 17:28:00.750Aug 31 17:28:00.750 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85922026-08-31T17:28:01.677Z
85932026-08-31T17:28:01.677ZAug 31 17:28:00.751 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 } }]
85942026-08-31T17:28:01.677ZAug 31 17:28:00.751 INFOAug 31 17:28:00.751 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
85952026-08-31T17:28:01.677Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85962026-08-31T17:28:01.677ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85972026-08-31T17:28:01.678Z
85982026-08-31T17:28:01.678ZAug 31 17:28:00.751 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85992026-08-31T17:28:01.678Z Aug 31 17:28:00.751Aug 31 17:28:00.751 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
86002026-08-31T17:28:01.678ZINFO adding route 3fff:beef:11::/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 } }]
86012026-08-31T17:28:01.678Z
86022026-08-31T17:28:01.678ZAug 31 17:28:00.751Aug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG 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 } }]
86032026-08-31T17:28:01.678Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86042026-08-31T17:28:01.678Z
86052026-08-31T17:28:01.678ZAug 31 17:28:00.751 Aug 31 17:28:00.751Aug 31 17:28:00.751INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
86062026-08-31T17:28:01.678Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86072026-08-31T17:28:01.678Z
86082026-08-31T17:28:01.678ZAug 31 17:28:00.751 DEBGAug 31 17:28:00.751 Aug 31 17:28:00.751replacing 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 } }] INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86092026-08-31T17:28:01.678Z
86102026-08-31T17:28:01.678Z
86112026-08-31T17:28:01.678ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGDEBGAug 31 17:28:00.751 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86122026-08-31T17:28:01.682Z
86132026-08-31T17:28:01.682ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
86142026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFOAug 31 17:28:00.751 INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
86152026-08-31T17:28:01.683Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
86162026-08-31T17:28:01.683Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.751
86172026-08-31T17:28:01.683Z 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 } }]
86182026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO Aug 31 17:28:00.751replacing 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 } }]
86192026-08-31T17:28:01.683Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
86202026-08-31T17:28:01.683Z failed to allocate space for the new target list
86212026-08-31T17:28:01.683ZAug 31 17:28:00.751 Aug 31 17:28:00.751INFO Aug 31 17:28:00.751DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86222026-08-31T17:28:01.683Z
86232026-08-31T17:28:01.683Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
86242026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG Aug 31 17:28:00.751 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
86252026-08-31T17:28:01.683Z
86262026-08-31T17:28:01.683ZDEBG failed to allocate space for the new target list
86272026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 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:36::/64 -> 2001:db8::55:ff
86282026-08-31T17:28:01.683Z
86292026-08-31T17:28:01.683ZAug 31 17:28:00.751 DEBGAug 31 17:28:00.751 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
86302026-08-31T17:28:01.683Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86312026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:37::/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 } }]
86322026-08-31T17:28:01.683Z
86332026-08-31T17:28:01.683ZAug 31 17:28:00.751 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86342026-08-31T17:28:01.683ZAug 31 17:28:00.751 Aug 31 17:28:00.751DEBG 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 } }]
86352026-08-31T17:28:01.683Zreplacing 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 } }]
86362026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86372026-08-31T17:28:01.683Z
86382026-08-31T17:28:01.683ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86392026-08-31T17:28:01.683Z
86402026-08-31T17:28:01.683ZAug 31 17:28:00.751 Aug 31 17:28:00.751DEBG Aug 31 17:28:00.751created new freemapINFO , INFO unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86412026-08-31T17:28:01.684Zfreemap_route_ipv4
86422026-08-31T17:28:01.684Z
86432026-08-31T17:28:01.684ZAug 31 17:28:00.751Aug 31 17:28:00.751Aug 31 17:28:00.751 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86442026-08-31T17:28:01.684ZDEBGcreated new freemap , 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 } }]unit
86452026-08-31T17:28:01.684Z: freemap_route_ipv6Aug 31 17:28:00.751
86462026-08-31T17:28:01.684ZAug 31 17:28:00.751 INFOINFO Aug 31 17:28:00.751 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
86472026-08-31T17:28:01.684Z
86482026-08-31T17:28:01.684Zinitted freemap. size: 64, Aug 31 17:28:00.751unitAug 31 17:28:00.751 :DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86492026-08-31T17:28:01.684Zreplacing 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
86502026-08-31T17:28:01.684Z
86512026-08-31T17:28:01.684ZAug 31 17:28:00.751 Aug 31 17:28:00.751INFO Aug 31 17:28:00.751adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
86522026-08-31T17:28:01.684Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
86532026-08-31T17:28:01.684Z Aug 31 17:28:00.751reset freemap , DEBGunitAug 31 17:28:00.751: replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4DEBG
86542026-08-31T17:28:01.684Z
86552026-08-31T17:28:01.684Zreplacing 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 } }]
86562026-08-31T17:28:01.684ZAug 31 17:28:00.751Aug 31 17:28:00.751Aug 31 17:28:00.751 INFOINFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86572026-08-31T17:28:01.684Z
86582026-08-31T17:28:01.684Zinitted freemap. size: 64, unitAug 31 17:28:00.751: Aug 31 17:28:00.751 DEBG freemap_route_ipv6 DEBG
86592026-08-31T17:28:01.684Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86602026-08-31T17:28:01.684Z
86612026-08-31T17:28:01.684ZAug 31 17:28:00.751 DEBG Aug 31 17:28:00.751Aug 31 17:28:00.751reset freemap , INFOunitINFO: adding route 3fff:beef:1d::/64 -> 2001:db8::55:fffreemap_route_ipv6
86622026-08-31T17:28:01.684Z
86632026-08-31T17:28:01.684Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86642026-08-31T17:28:01.684ZAug 31 17:28:00.751Aug 31 17:28:00.751 Aug 31 17:28:00.751 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 } }]DEBG
86652026-08-31T17:28:01.684Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
86662026-08-31T17:28:01.684Z
86672026-08-31T17:28:01.684ZAug 31 17:28:00.751 Aug 31 17:28:00.751Aug 31 17:28:00.751INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86682026-08-31T17:28:01.684Z DEBG adding route 3fff:beef:3e::/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 } }]Aug 31 17:28:00.751
86692026-08-31T17:28:01.685Z DEBG
86702026-08-31T17:28:01.685Ztest route::tests::grow_succeeds ... ok
86712026-08-31T17:28:01.685Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.751
86722026-08-31T17:28:01.685ZAug 31 17:28:00.751 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 } }]Aug 31 17:28:00.751
86732026-08-31T17:28:01.685Zreplacing 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 } }]
86742026-08-31T17:28:01.685ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86752026-08-31T17:28:01.685ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86762026-08-31T17:28:01.685Zfailed to allocate space for the new target listINFO
86772026-08-31T17:28:01.685Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 17:28:00.751Aug 31 17:28:00.751
86782026-08-31T17:28:01.685ZDEBGINFO adding route 3fff:beef:20::/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 } }]
86792026-08-31T17:28:01.685Z
86802026-08-31T17:28:01.685ZAug 31 17:28:00.751 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 } }]
86812026-08-31T17:28:01.685ZAug 31 17:28:00.751 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.751
86822026-08-31T17:28:01.685Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86832026-08-31T17:28:01.685ZAug 31 17:28:00.751 INFO Aug 31 17:28:00.751adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
86842026-08-31T17:28:01.685ZDEBG 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 } }]
86852026-08-31T17:28:01.685ZAug 31 17:28:00.751 DEBGAug 31 17:28:00.751 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86862026-08-31T17:28:01.685Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86872026-08-31T17:28:01.685ZAug 31 17:28:00.751 Aug 31 17:28:00.751INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
86882026-08-31T17:28:01.685Zreplacing 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 } }]
86892026-08-31T17:28:01.685ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86902026-08-31T17:28:01.685Z
86912026-08-31T17:28:01.685ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86922026-08-31T17:28:01.685Z
86932026-08-31T17:28:01.685ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86942026-08-31T17:28:01.685Z
86952026-08-31T17:28:01.685ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86962026-08-31T17:28:01.686Z
86972026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:25::/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 } }]
86982026-08-31T17:28:01.686Z
86992026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 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
87002026-08-31T17:28:01.686Z
87012026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 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 } }]
87022026-08-31T17:28:01.686Z
87032026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
87042026-08-31T17:28:01.686Z
87052026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG 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 } }]
87062026-08-31T17:28:01.686Z
87072026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
87082026-08-31T17:28:01.686Z
87092026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87102026-08-31T17:28:01.686Z
87112026-08-31T17:28:01.686ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87122026-08-31T17:28:01.690Z
87132026-08-31T17:28:01.690ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:29::/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 } }]
87142026-08-31T17:28:01.691Z
87152026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
87162026-08-31T17:28:01.691Z
87172026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
87182026-08-31T17:28:01.691Z
87192026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:21::/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 } }]
87202026-08-31T17:28:01.691Z
87212026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:2b::/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 } }]
87222026-08-31T17:28:01.691Z
87232026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87242026-08-31T17:28:01.691Z
87252026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:2c::/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 } }]
87262026-08-31T17:28:01.691Z
87272026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87282026-08-31T17:28:01.691Z
87292026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 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:2d::/64 -> 2001:db8::55:ff
87302026-08-31T17:28:01.691Z
87312026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87322026-08-31T17:28:01.691Z
87332026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87342026-08-31T17:28:01.691Z
87352026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87362026-08-31T17:28:01.691Z
87372026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:2f::/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 } }]
87382026-08-31T17:28:01.691Z
87392026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87402026-08-31T17:28:01.691Z
87412026-08-31T17:28:01.691ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87422026-08-31T17:28:01.692Z
87432026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:27::/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 } }]
87442026-08-31T17:28:01.692Z
87452026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87462026-08-31T17:28:01.692Z
87472026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:28::/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 } }]
87482026-08-31T17:28:01.692Z
87492026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87502026-08-31T17:28:01.692Z
87512026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:29::/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 } }]
87522026-08-31T17:28:01.692Z
87532026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87542026-08-31T17:28:01.692Z
87552026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
87562026-08-31T17:28:01.692Z
87572026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:34::/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 } }]
87582026-08-31T17:28:01.692Z
87592026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
87602026-08-31T17:28:01.692Z
87612026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87622026-08-31T17:28:01.692Z
87632026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87642026-08-31T17:28:01.692Z
87652026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87662026-08-31T17:28:01.692Z
87672026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
87682026-08-31T17:28:01.692Z
87692026-08-31T17:28:01.692ZAug 31 17:28:00.751Aug 31 17:28:00.751 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87702026-08-31T17:28:01.693Z
87712026-08-31T17:28:01.693ZAug 31 17:28:00.751Aug 31 17:28:00.751 INFODEBG adding route 3fff:beef:2e::/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 } }]
87722026-08-31T17:28:01.693Z
87732026-08-31T17:28:01.693Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87742026-08-31T17:28:01.693ZAug 31 17:28:00.752Aug 31 17:28:00.752 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87752026-08-31T17:28:01.693Z
87762026-08-31T17:28:01.693ZAug 31 17:28:00.752Aug 31 17:28:00.752 INFODEBG adding route 3fff:beef:2f::/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 } }]
87772026-08-31T17:28:01.693Z
87782026-08-31T17:28:01.693ZAug 31 17:28:00.752Aug 31 17:28:00.752 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87792026-08-31T17:28:01.693Z
87802026-08-31T17:28:01.693ZAug 31 17:28:00.752Aug 31 17:28:00.752 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87812026-08-31T17:28:01.693Z
87822026-08-31T17:28:01.693ZAug 31 17:28:00.752Aug 31 17:28:00.752 INFODEBG 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 } }]
87832026-08-31T17:28:01.693ZAug 31 17:28:00.752 Aug 31 17:28:00.752Aug 31 17:28:00.752 Aug 31 17:28:00.759DEBGDEBG DEBG created new freemapcreated new freemapDEBG , , created new freemapunitunit: :freemap_route_ipv4 freemap_route_ipv4,
87842026-08-31T17:28:01.693Z
87852026-08-31T17:28:01.693Zunit:Aug 31 17:28:00.752Aug 31 17:28:00.759 DEBGDEBG created new freemap created new freemapfreemap_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 } }], ,
87862026-08-31T17:28:01.693Z
87872026-08-31T17:28:01.693ZAug 31 17:28:00.759unit :unitDEBG freemap_route_ipv6
87882026-08-31T17:28:01.693Zcreated new freemap, :unit :Aug 31 17:28:00.759Aug 31 17:28:00.759 freemap_route_ipv4DEBG
87892026-08-31T17:28:01.693ZINFO initted freemap. size: 64freemap_route_ipv6, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit
87902026-08-31T17:28:01.693Z:
87912026-08-31T17:28:01.693Zfreemap_route_ipv4
87922026-08-31T17:28:01.693ZAug 31 17:28:00.759 Aug 31 17:28:00.759DEBG DEBGAug 31 17:28:00.759created new freemap , DEBGAug 31 17:28:00.759 Aug 31 17:28:00.759 initted freemap. size: 64 DEBGcreated new freemapDEBG , replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
87932026-08-31T17:28:01.693Zreset freemapunit:, , freemap_route_ipv6unitAug 31 17:28:00.759unit:
87942026-08-31T17:28:01.693ZINFOfreemap_route_ipv4 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff:
87952026-08-31T17:28:01.693Z freemap_route_ipv4
87962026-08-31T17:28:01.693Z
87972026-08-31T17:28:01.693Z: freemap_route_ipv6Aug 31 17:28:00.759 Aug 31 17:28:00.759
87982026-08-31T17:28:01.694Z DEBGDEBGAug 31 17:28:00.759 reset freemapDEBGreplacing 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 } }] ,
87992026-08-31T17:28:01.694Zinitted freemap. size: 64unit, :unitAug 31 17:28:00.759 Aug 31 17:28:00.759:Aug 31 17:28:00.759 freemap_route_ipv4 freemap_route_ipv6DEBG
88002026-08-31T17:28:01.694Z DEBG
88012026-08-31T17:28:01.694Z initted freemap. size: 64, unitfailed to allocate space for the new target list:Aug 31 17:28:00.759DEBG
88022026-08-31T17:28:01.694Z Aug 31 17:28:00.759DEBG initted freemap. size: 64 , reset freemap unitAug 31 17:28:00.759DEBG, unitDEBGfreemap_route_ipv4::
88032026-08-31T17:28:01.694Zfreemap_route_ipv6 freemap_route_ipv4
88042026-08-31T17:28:01.694Z
88052026-08-31T17:28:01.694Zreplacing targets for 3fff:dead::/64 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 } }]
88062026-08-31T17:28:01.694Zinitted freemap. size: 64, unitAug 31 17:28:00.759Aug 31 17:28:00.759Aug 31 17:28:00.759: DEBG freemap_route_ipv6INFO
88072026-08-31T17:28:01.694ZDEBG reset freemapreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 17:28:00.759unit
88082026-08-31T17:28:01.694Z, :unitDEBG: freemap_route_ipv4reset freemapfreemap_route_ipv4,
88092026-08-31T17:28:01.694Zunit
88102026-08-31T17:28:01.694ZAug 31 17:28:00.759: DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:28:00.759
88112026-08-31T17:28:01.694ZAug 31 17:28:00.759
88122026-08-31T17:28:01.699ZDEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:Aug 31 17:28:00.759Aug 31 17:28:00.759: INFO freemap_route_ipv6
88132026-08-31T17:28:01.699Zadding route 172.16.0.0/32 -> 10.0.0.1INFO
88142026-08-31T17:28:01.699Z freemap_route_ipv6
88152026-08-31T17:28:01.699Zadding route 3fff:dead::/64 -> 2001:db8::55:2
88162026-08-31T17:28:01.699ZAug 31 17:28:00.759Aug 31 17:28:00.759 Aug 31 17:28:00.752DEBGDEBG Aug 31 17:28:00.759DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 17:28:00.759
88172026-08-31T17:28:01.699Z DEBGcreated new freemapDEBG , reset freemap unit, :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit :freemap_route_ipv4Aug 31 17:28:00.759
88182026-08-31T17:28:01.699Z freemap_route_ipv6
88192026-08-31T17:28:01.699Z
88202026-08-31T17:28:01.699ZINFO adding route 172.16.0.0/32 -> 10.0.0.2reset freemap
88212026-08-31T17:28:01.699ZAug 31 17:28:00.759, unit Aug 31 17:28:00.759INFOAug 31 17:28:00.759 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 17:28:00.759INFOcreated new freemap ,
88222026-08-31T17:28:01.700Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:28:00.759unit
88232026-08-31T17:28:01.700Z :DEBG
88242026-08-31T17:28:01.700Zfreemap_route_ipv6Aug 31 17:28:00.759
88252026-08-31T17:28:01.700Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88262026-08-31T17:28:01.700Z adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv6Aug 31 17:28:00.759
88272026-08-31T17:28:01.700Z Aug 31 17:28:00.759
88282026-08-31T17:28:01.700Z DEBGINFO Aug 31 17:28:00.759initted freemap. size: 64 Aug 31 17:28:00.759 , adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
88292026-08-31T17:28:01.700Z DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
88302026-08-31T17:28:01.700ZAug 31 17:28:00.759: DEBGfreemap_route_ipv4
88312026-08-31T17:28:01.700Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:28:00.759
88322026-08-31T17:28:01.700Z INFOAug 31 17:28:00.759 DEBG adding route 172.17.0.1/32 -> 10.0.0.255reset freemap
88332026-08-31T17:28:01.700Z, Aug 31 17:28:00.759unit :DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:28:00.759
88342026-08-31T17:28:01.700Z
88352026-08-31T17:28:01.700ZDEBG Aug 31 17:28:00.759replacing 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 } }]
88362026-08-31T17:28:01.700ZWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 17:28:00.759
88372026-08-31T17:28:01.700Z DEBG Aug 31 17:28:00.752Aug 31 17:28:00.759initted freemap. size: 64Aug 31 17:28:00.759 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
88382026-08-31T17:28:01.700Zunit: INFO freemap_route_ipv6DEBG adding route 172.17.0.2/32 -> 10.0.0.255ERROcreated new freemap
88392026-08-31T17:28:01.700Z
88402026-08-31T17:28:01.700Z, unit : rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4Aug 31 17:28:00.759
88412026-08-31T17:28:01.700Z
88422026-08-31T17:28:01.700ZAug 31 17:28:00.759 INFODEBGAug 31 17:28:00.759 Aug 31 17:28:00.759reset freemap , unitadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG:
88432026-08-31T17:28:01.700Zreplacing 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 } }]
88442026-08-31T17:28:01.700ZERRO freemap_route_ipv6shrink-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
88452026-08-31T17:28:01.700Z
88462026-08-31T17:28:01.700ZAug 31 17:28:00.759 Aug 31 17:28:00.759Aug 31 17:28:00.759DEBGAug 31 17:28:00.759 created new freemapDEBGINFO, adding route 172.16.0.0/32 -> 10.0.0.1INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.3/32 -> 10.0.0.255unit
88472026-08-31T17:28:01.700Z
88482026-08-31T17:28:01.700Z
88492026-08-31T17:28:01.701Z: Aug 31 17:28:00.759Aug 31 17:28:00.759Aug 31 17:28:00.759 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv6
88502026-08-31T17:28:01.701Z
88512026-08-31T17:28:01.701Z
88522026-08-31T17:28:01.701ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88532026-08-31T17:28:01.701ZAug 31 17:28:00.759Aug 31 17:28:00.759 Aug 31 17:28:00.759Aug 31 17:28:00.759 INFODEBG INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
88542026-08-31T17:28:01.701Zinitted 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 } }],
88552026-08-31T17:28:01.701Z
88562026-08-31T17:28:01.701ZunitAug 31 17:28:00.759 : DEBGfreemap_route_ipv4
88572026-08-31T17:28:01.701ZAug 31 17:28:00.759 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
88582026-08-31T17:28:01.701Z Aug 31 17:28:00.759 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 17:28:00.759DEBG
88592026-08-31T17:28:01.701Z Aug 31 17:28:00.759 reset freemapDEBGINFO, 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
88602026-08-31T17:28:01.701Z:adding route 172.17.0.1/32 -> 10.0.0.255
88612026-08-31T17:28:01.701Zfreemap_route_ipv4Aug 31 17:28:00.759Aug 31 17:28:00.759Aug 31 17:28:00.759 INFO DEBG
88622026-08-31T17:28:01.701Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255DEBG
88632026-08-31T17:28:01.701Z Aug 31 17:28:00.759replacing 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
88642026-08-31T17:28:01.701Z
88652026-08-31T17:28:01.701Zinitted freemap. size: 64, Aug 31 17:28:00.759unit Aug 31 17:28:00.759: Aug 31 17:28:00.759 INFOfreemap_route_ipv6INFO
88662026-08-31T17:28:01.701Z DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
88672026-08-31T17:28:01.701Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.759
88682026-08-31T17:28:01.701Z adding route 172.17.0.2/32 -> 10.0.0.255DEBG
88692026-08-31T17:28:01.701Z Aug 31 17:28:00.760Aug 31 17:28:00.760 reset freemapDEBG, unitINFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.760
88702026-08-31T17:28:01.701Ztest route::tests::rollback_on_compact_write_failure ... ok
88712026-08-31T17:28:01.701Z DEBGadding route 172.17.0.6/32 -> 10.0.0.255 :replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88722026-08-31T17:28:01.701Z
88732026-08-31T17:28:01.701ZAug 31 17:28:00.760 freemap_route_ipv6Aug 31 17:28:00.760
88742026-08-31T17:28:01.701ZINFOAug 31 17:28:00.760 INFODEBG Aug 31 17:28:00.760 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88752026-08-31T17:28:01.701Zadding route 172.17.0.3/32 -> 10.0.0.255
88762026-08-31T17:28:01.702ZINFO 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:1
88772026-08-31T17:28:01.702ZAug 31 17:28:00.760Aug 31 17:28:00.760
88782026-08-31T17:28:01.702Z DEBG 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 } }]Aug 31 17:28:00.760 Aug 31 17:28:00.760 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 } }]
88792026-08-31T17:28:01.702Z
88802026-08-31T17:28:01.702Z INFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
88812026-08-31T17:28:01.702Z Aug 31 17:28:00.760 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
88822026-08-31T17:28:01.702Z Aug 31 17:28:00.760adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 17:28:00.760
88832026-08-31T17:28:01.702ZDEBGAug 31 17:28:00.760 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 } }] INFOINFO
88842026-08-31T17:28:01.702ZAug 31 17:28:00.760 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
88852026-08-31T17:28:01.702Z
88862026-08-31T17:28:01.702ZDEBGAug 31 17:28:00.760 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
88872026-08-31T17:28:01.702Z Aug 31 17:28:00.760adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 17:28:00.760
88882026-08-31T17:28:01.702Z Aug 31 17:28:00.760DEBG 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 172.17.0.5/32 -> 10.0.0.255Aug 31 17:28:00.760
88892026-08-31T17:28:01.702Z
88902026-08-31T17:28:01.702ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88912026-08-31T17:28:01.702Z
88922026-08-31T17:28:01.702ZAug 31 17:28:00.760Aug 31 17:28:00.760 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.760Aug 31 17:28:00.760
88932026-08-31T17:28:01.702ZINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
88942026-08-31T17:28:01.702Z adding route 172.17.0.9/32 -> 10.0.0.255
88952026-08-31T17:28:01.702ZINFO Aug 31 17:28:00.760Aug 31 17:28:00.760 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
88962026-08-31T17:28:01.702Z DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88972026-08-31T17:28:01.702Z
88982026-08-31T17:28:01.702ZAug 31 17:28:00.760Aug 31 17:28:00.760 DEBGDEBG Aug 31 17:28:00.760 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Aug 31 17:28:00.760 DEBG created new freemap
88992026-08-31T17:28:01.702Z, adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit
89002026-08-31T17:28:01.702Z:Aug 31 17:28:00.767 freemap_route_ipv4DEBG
89012026-08-31T17:28:01.702Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.768 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 } }]
89022026-08-31T17:28:01.702Z
89032026-08-31T17:28:01.702ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.768
89042026-08-31T17:28:01.703Z Aug 31 17:28:00.760INFOAug 31 17:28:00.768 Aug 31 17:28:00.768 adding route 172.17.0.7/32 -> 10.0.0.255
89052026-08-31T17:28:01.703Z DEBGINFO created new freemapAug 31 17:28:00.768DEBG , Aug 31 17:28:00.768INFOcreated new freemapadding route 172.17.0.10/32 -> 10.0.0.255unit , DEBGunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
89062026-08-31T17:28:01.703Z:
89072026-08-31T17:28:01.703Zfreemap_route_ipv4 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
89082026-08-31T17:28:01.703Z
89092026-08-31T17:28:01.703Z
89102026-08-31T17:28:01.703ZAug 31 17:28:00.768Aug 31 17:28:00.768Aug 31 17:28:00.768 DEBGAug 31 17:28:00.768DEBG Aug 31 17:28:00.768INFOreplacing 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 } }] DEBGDEBGadding route 172.17.0.8/32 -> 10.0.0.255 initted freemap. size: 64 , created new freemap
89112026-08-31T17:28:01.703Z
89122026-08-31T17:28:01.707Zunit, unitreplacing 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 } }]:
89132026-08-31T17:28:01.707Z: freemap_route_ipv4freemap_route_ipv6
89142026-08-31T17:28:01.707ZAug 31 17:28:00.768
89152026-08-31T17:28:01.708ZDEBGAug 31 17:28:00.768Aug 31 17:28:00.768 INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.768adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 17:28:00.768INFO
89162026-08-31T17:28:01.708Z
89172026-08-31T17:28:01.708ZDEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff reset freemap
89182026-08-31T17:28:01.708ZDEBGAug 31 17:28:00.768 , unitinitted freemap. size: 64DEBG:, Aug 31 17:28:00.768replacing 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 } }]
89192026-08-31T17:28:01.708Zfreemap_route_ipv4unitAug 31 17:28:00.768
89202026-08-31T17:28:01.708Z:DEBG INFO Aug 31 17:28:00.768replacing 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 172.17.0.9/32 -> 10.0.0.255 Aug 31 17:28:00.768 INFO
89212026-08-31T17:28:01.708Z DEBG
89222026-08-31T17:28:01.708Z initted freemap. size: 64adding route 172.17.0.12/32 -> 10.0.0.255, freemap_route_ipv4
89232026-08-31T17:28:01.708ZAug 31 17:28:00.768unit DEBG: Aug 31 17:28:00.768freemap_route_ipv6
89242026-08-31T17:28:01.708ZAug 31 17:28:00.768replacing 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 } }] DEBGINFO
89252026-08-31T17:28:01.708Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing 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 } }]
89262026-08-31T17:28:01.708Z
89272026-08-31T17:28:01.708Z
89282026-08-31T17:28:01.708ZAug 31 17:28:00.768 Aug 31 17:28:00.768Aug 31 17:28:00.768Aug 31 17:28:00.768DEBG DEBG reset freemapINFOreset freemapAug 31 17:28:00.768, , unitadding route 172.17.0.10/32 -> 10.0.0.255:unit :
89292026-08-31T17:28:01.708Z freemap_route_ipv4freemap_route_ipv6
89302026-08-31T17:28:01.708Z
89312026-08-31T17:28:01.708Z INFODEBG Aug 31 17:28:00.768adding route 172.17.0.13/32 -> 10.0.0.255replacing 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 } }]
89322026-08-31T17:28:01.708Z
89332026-08-31T17:28:01.708ZDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.768
89342026-08-31T17:28:01.708ZAug 31 17:28:00.768 DEBGAug 31 17:28:00.768 DEBGinitted freemap. size: 64 Aug 31 17:28:00.768INFO, Aug 31 17:28:00.768 unit replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO:
89352026-08-31T17:28:01.708Z adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
89362026-08-31T17:28:01.708Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89372026-08-31T17:28:01.708Z
89382026-08-31T17:28:01.708ZAug 31 17:28:00.768 Aug 31 17:28:00.768DEBG adding route 172.17.0.11/32 -> 10.0.0.255INFO
89392026-08-31T17:28:01.708Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:28:00.768adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 17:28:00.768
89402026-08-31T17:28:01.708Z
89412026-08-31T17:28:01.708ZDEBG Aug 31 17:28:00.768DEBGreset freemapAug 31 17:28:00.768 Aug 31 17:28:00.768 INFO DEBG, adding route 3fff:dead::/64 -> 2001:db8::55:2unitDEBG: replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
89422026-08-31T17:28:01.708Z
89432026-08-31T17:28:01.709Z
89442026-08-31T17:28:01.709Z 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_ipv6
89452026-08-31T17:28:01.709ZAug 31 17:28:00.768
89462026-08-31T17:28:01.709Z DEBG Aug 31 17:28:00.768replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 17:28:00.768
89472026-08-31T17:28:01.709Z Aug 31 17:28:00.768 INFO INFOAug 31 17:28:00.768INFO Aug 31 17:28:00.768 adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
89482026-08-31T17:28:01.709Z
89492026-08-31T17:28:01.709Zadding route 172.16.0.0/32 -> 10.0.0.1
89502026-08-31T17:28:01.709ZINFOINFOAug 31 17:28:00.768Aug 31 17:28:00.768 DEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing 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 } }]
89512026-08-31T17:28:01.709Zreplacing 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 } }]
89522026-08-31T17:28:01.709Z
89532026-08-31T17:28:01.709Z adding route 3fff:dead::/64 -> 2001:db8::55:3
89542026-08-31T17:28:01.709ZAug 31 17:28:00.768Aug 31 17:28:00.768Aug 31 17:28:00.768 Aug 31 17:28:00.768 INFO DEBG Aug 31 17:28:00.768DEBGadding route 172.17.0.13/32 -> 10.0.0.255INFO
89552026-08-31T17:28:01.709Z 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 } }]DEBGadding route 172.17.0.16/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 } }]
89562026-08-31T17:28:01.709ZAug 31 17:28:00.768 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 } }]
89572026-08-31T17:28:01.709Z
89582026-08-31T17:28:01.709Z
89592026-08-31T17:28:01.709ZAug 31 17:28:00.768Aug 31 17:28:00.768replacing 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 } }]
89602026-08-31T17:28:01.709ZINFO Aug 31 17:28:00.768adding route 172.16.0.0/32 -> 10.0.0.1
89612026-08-31T17:28:01.709ZINFODEBG Aug 31 17:28:00.768Aug 31 17:28:00.768 INFOAug 31 17:28:00.768replacing 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
89622026-08-31T17:28:01.709Z adding route 172.17.0.14/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 } }]
89632026-08-31T17:28:01.709Z
89642026-08-31T17:28:01.709ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
89652026-08-31T17:28:01.709Z
89662026-08-31T17:28:01.709ZAug 31 17:28:00.768Aug 31 17:28:00.768 DEBGAug 31 17:28:00.768 Aug 31 17:28:00.768replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
89672026-08-31T17:28:01.709Z INFOadding route 172.17.0.17/32 -> 10.0.0.255
89682026-08-31T17:28:01.709Zadding route 172.16.0.0/32 -> 10.0.0.1
89692026-08-31T17:28:01.710ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:28:00.768
89702026-08-31T17:28:01.710ZAug 31 17:28:00.768 DEBG Aug 31 17:28:00.768INFO Aug 31 17:28:00.768DEBGadding route 172.17.0.15/32 -> 10.0.0.255 Aug 31 17:28:00.768
89712026-08-31T17:28:01.710Zreplacing 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 } }] DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
89722026-08-31T17:28:01.710Z
89732026-08-31T17:28:01.710Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.768
89742026-08-31T17:28:01.710Z DEBG
89752026-08-31T17:28:01.710Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.768Aug 31 17:28:00.768
89762026-08-31T17:28:01.710Z INFO WARN adding route 172.16.0.0/32 -> 10.0.0.2shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 17:28:00.768
89772026-08-31T17:28:01.710Z
89782026-08-31T17:28:01.710ZAug 31 17:28:00.768 INFO adding route 172.17.0.18/32 -> 10.0.0.255INFOAug 31 17:28:00.768
89792026-08-31T17:28:01.710Z INFOAug 31 17:28:00.768 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
89802026-08-31T17:28:01.710Z Aug 31 17:28:00.768 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGAug 31 17:28:00.768adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89812026-08-31T17:28:01.710Z 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 } }]
89822026-08-31T17:28:01.710Z
89832026-08-31T17:28:01.710Z Aug 31 17:28:00.768DEBG INFOAug 31 17:28:00.768 Aug 31 17:28:00.768adding route 172.17.0.0/32 -> 10.0.0.255
89842026-08-31T17:28:01.710ZINFO DEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89852026-08-31T17:28:01.710Z
89862026-08-31T17:28:01.710Z Aug 31 17:28:00.768replacing 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 } }]
89872026-08-31T17:28:01.710Z DEBGAug 31 17:28:00.768Aug 31 17:28:00.768 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
89882026-08-31T17:28:01.710Z
89892026-08-31T17:28:01.710Zreplacing 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 } }]
89902026-08-31T17:28:01.710ZAug 31 17:28:00.768
89912026-08-31T17:28:01.710ZAug 31 17:28:00.768 Aug 31 17:28:00.768Aug 31 17:28:00.768 INFODEBG INFOadding route 172.17.0.1/32 -> 10.0.0.255
89922026-08-31T17:28:01.710ZINFOreplacing 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 } }]
89932026-08-31T17:28:01.710Z Aug 31 17:28:00.768 Aug 31 17:28:00.768adding route 172.17.0.20/32 -> 10.0.0.255
89942026-08-31T17:28:01.710ZAug 31 17:28:00.768DEBG Aug 31 17:28:00.768replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.768
89952026-08-31T17:28:01.710ZINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
89962026-08-31T17:28:01.710ZAug 31 17:28:00.768
89972026-08-31T17:28:01.711Z INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255
89982026-08-31T17:28:01.711Zadding route 172.17.0.18/32 -> 10.0.0.255
89992026-08-31T17:28:01.711ZAug 31 17:28:00.768Aug 31 17:28:00.768 INFOAug 31 17:28:00.768 Aug 31 17:28:00.768DEBGadding route 172.17.0.21/32 -> 10.0.0.255
90002026-08-31T17:28:01.711Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90012026-08-31T17:28:01.711ZDEBG DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.768
90022026-08-31T17:28:01.711Zreplacing 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 } }]
90032026-08-31T17:28:01.711ZAug 31 17:28:00.768DEBG INFOAug 31 17:28:00.768Aug 31 17:28:00.768 INFOINFO 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 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.3/32 -> 10.0.0.255
90042026-08-31T17:28:01.711Z
90052026-08-31T17:28:01.711Zadding route 172.17.0.19/32 -> 10.0.0.255
90062026-08-31T17:28:01.711Z
90072026-08-31T17:28:01.711ZAug 31 17:28:00.768Aug 31 17:28:00.768 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90082026-08-31T17:28:01.711Z INFO
90092026-08-31T17:28:01.711Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
90102026-08-31T17:28:01.711ZAug 31 17:28:00.776Aug 31 17:28:00.776 INFOINFOAug 31 17:28:00.776 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
90112026-08-31T17:28:01.711Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 17:28:00.776
90122026-08-31T17:28:01.716Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.776
90132026-08-31T17:28:01.716Z DEBG Aug 31 17:28:00.776replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90142026-08-31T17:28:01.716Z DEBGAug 31 17:28:00.776DEBG Aug 31 17:28:00.776INFO INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
90152026-08-31T17:28:01.716Z
90162026-08-31T17:28:01.716Zadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
90172026-08-31T17:28:01.716ZAug 31 17:28:00.776
90182026-08-31T17:28:01.716ZAug 31 17:28:00.776 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 17:28:00.776replacing 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 } }]
90192026-08-31T17:28:01.716Z
90202026-08-31T17:28:01.716ZDEBG Aug 31 17:28:00.776replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
90212026-08-31T17:28:01.716ZAug 31 17:28:00.776INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 17:28:00.776Aug 31 17:28:00.776
90222026-08-31T17:28:01.716Zreplacing 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 } }]
90232026-08-31T17:28:01.716ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
90242026-08-31T17:28:01.716ZAug 31 17:28:00.776Aug 31 17:28:00.776 INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
90252026-08-31T17:28:01.716Z
90262026-08-31T17:28:01.716Z DEBG Aug 31 17:28:00.776Aug 31 17:28:00.776 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 } }]DEBG
90272026-08-31T17:28:01.716Zreplacing 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 } }]
90282026-08-31T17:28:01.717Zreplacing 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 } }]
90292026-08-31T17:28:01.717ZAug 31 17:28:00.776Aug 31 17:28:00.776 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255
90302026-08-31T17:28:01.717ZAug 31 17:28:00.776
90312026-08-31T17:28:01.717Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
90322026-08-31T17:28:01.717ZAug 31 17:28:00.776Aug 31 17:28:00.776 DEBGAug 31 17:28:00.776DEBG 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 } }]
90332026-08-31T17:28:01.717Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90342026-08-31T17:28:01.717Z
90352026-08-31T17:28:01.717ZAug 31 17:28:00.776Aug 31 17:28:00.776 INFOAug 31 17:28:00.776INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
90362026-08-31T17:28:01.717Z
90372026-08-31T17:28:01.717Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 17:28:00.776
90382026-08-31T17:28:01.717ZAug 31 17:28:00.776 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90392026-08-31T17:28:01.717Z
90402026-08-31T17:28:01.717ZAug 31 17:28:00.776 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 31 17:28:00.776
90412026-08-31T17:28:01.717ZINFO Aug 31 17:28:00.776adding route 172.17.0.9/32 -> 10.0.0.255
90422026-08-31T17:28:01.717ZAug 31 17:28:00.776INFO Aug 31 17:28:00.776Aug 31 17:28:00.776 INFOadding route 172.17.0.24/32 -> 10.0.0.255
90432026-08-31T17:28:01.717ZINFO DEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.776
90442026-08-31T17:28:01.717Z
90452026-08-31T17:28:01.717Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
90462026-08-31T17:28:01.717Zreplacing 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 } }]
90472026-08-31T17:28:01.717ZAug 31 17:28:00.776Aug 31 17:28:00.776 DEBGINFO Aug 31 17:28:00.776 adding route 172.17.0.10/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 } }]INFO
90482026-08-31T17:28:01.717Z
90492026-08-31T17:28:01.717Z adding route 172.17.0.25/32 -> 10.0.0.255
90502026-08-31T17:28:01.717ZAug 31 17:28:00.776Aug 31 17:28:00.776 DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 31 17:28:00.776replacing 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 } }]
90512026-08-31T17:28:01.717Z
90522026-08-31T17:28:01.717ZAug 31 17:28:00.776adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG
90532026-08-31T17:28:01.717Z DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.776
90542026-08-31T17:28:01.717Zreplacing 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 } }]
90552026-08-31T17:28:01.717ZAug 31 17:28:00.776DEBG 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 } }]DEBGAug 31 17:28:00.776 INFOAug 31 17:28:00.776
90562026-08-31T17:28:01.718Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 31 17:28:00.776
90572026-08-31T17:28:01.718Zreplacing 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 } }]
90582026-08-31T17:28:01.718Z INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 17:28:00.776Aug 31 17:28:00.776 Aug 31 17:28:00.776DEBG
90592026-08-31T17:28:01.718ZINFO INFOadding route 172.17.0.24/32 -> 10.0.0.255
90602026-08-31T17:28:01.718Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90612026-08-31T17:28:01.718Z
90622026-08-31T17:28:01.718ZINFOAug 31 17:28:00.776 Aug 31 17:28:00.776DEBGAug 31 17:28:00.776 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 } }]Aug 31 17:28:00.776replacing 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 } }]
90632026-08-31T17:28:01.718Z 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 } }]
90642026-08-31T17:28:01.718Z
90652026-08-31T17:28:01.718ZINFO Aug 31 17:28:00.776adding route 172.17.0.27/32 -> 10.0.0.255 Aug 31 17:28:00.776
90662026-08-31T17:28:01.718Z Aug 31 17:28:00.776 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255
90672026-08-31T17:28:01.718ZINFO
90682026-08-31T17:28:01.718Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 31 17:28:00.776
90692026-08-31T17:28:01.718Z Aug 31 17:28:00.776DEBG Aug 31 17:28:00.776replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 17:28:00.776
90702026-08-31T17:28:01.718ZDEBG
90712026-08-31T17:28:01.718Z 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 } }]
90722026-08-31T17:28:01.718Ztest route::tests::identity_replace_is_noop ... ok
90732026-08-31T17:28:01.718Z DEBGDEBGAug 31 17:28:00.776 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.776INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.776
90742026-08-31T17:28:01.718ZINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
90752026-08-31T17:28:01.718Z
90762026-08-31T17:28:01.718Z DEBG
90772026-08-31T17:28:01.718Z Aug 31 17:28:00.776Aug 31 17:28:00.776Aug 31 17:28:00.776 DEBGINFO INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
90782026-08-31T17:28:01.718ZAug 31 17:28:00.776 adding route 172.17.0.26/32 -> 10.0.0.255DEBGadding route 172.17.0.13/32 -> 10.0.0.255
90792026-08-31T17:28:01.718Z
90802026-08-31T17:28:01.718Zreplacing 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 } }]
90812026-08-31T17:28:01.718Z
90822026-08-31T17:28:01.718Ztest route::tests::rollback_on_index_readd_failure ... ok
90832026-08-31T17:28:01.719ZAug 31 17:28:00.776Aug 31 17:28:00.776Aug 31 17:28:00.776 DEBG 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 } }]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 } }]
90842026-08-31T17:28:01.719Ztest route::tests::rollback_on_compact_delete_failure ... ok
90852026-08-31T17:28:01.719Z
90862026-08-31T17:28:01.719Z Aug 31 17:28:00.776Aug 31 17:28:00.776 Aug 31 17:28:00.776Aug 31 17:28:00.776INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
90872026-08-31T17:28:01.719ZINFO INFOadding route 172.17.0.27/32 -> 10.0.0.255
90882026-08-31T17:28:01.719Z
90892026-08-31T17:28:01.719Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 31 17:28:00.776
90902026-08-31T17:28:01.719ZINFOAug 31 17:28:00.776Aug 31 17:28:00.776 DEBG 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 } }] Aug 31 17:28:00.776DEBG 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
90912026-08-31T17:28:01.719Z 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 } }]
90922026-08-31T17:28:01.719Z
90932026-08-31T17:28:01.719Zreplacing 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:37::/64 -> 2001:db8::55:ff
90942026-08-31T17:28:01.719Z
90952026-08-31T17:28:01.719ZAug 31 17:28:00.776 INFOAug 31 17:28:00.776 Aug 31 17:28:00.776 INFOadding route 172.17.0.30/32 -> 10.0.0.255Aug 31 17:28:00.776
90962026-08-31T17:28:01.719Z INFOINFO Aug 31 17:28:00.776 adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 17:28:00.776adding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 172.17.0.15/32 -> 10.0.0.255
90972026-08-31T17:28:01.719ZDEBG 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 } }]
90982026-08-31T17:28:01.719Z
90992026-08-31T17:28:01.719ZDEBG
91002026-08-31T17:28:01.719Z Aug 31 17:28:00.776 DEBGAug 31 17:28:00.776 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.776
91012026-08-31T17:28:01.719Z DEBGINFOAug 31 17:28:00.776replacing 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 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
91022026-08-31T17:28:01.719Z
91032026-08-31T17:28:01.719Zadding route 172.17.0.31/32 -> 10.0.0.255
91042026-08-31T17:28:01.719Z
91052026-08-31T17:28:01.719ZAug 31 17:28:00.776 Aug 31 17:28:00.776Aug 31 17:28:00.776Aug 31 17:28:00.776 Aug 31 17:28:00.776INFO INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
91062026-08-31T17:28:01.719Z
91072026-08-31T17:28:01.719Z
91082026-08-31T17:28:01.719ZDEBGINFO Aug 31 17:28:00.777Aug 31 17:28:00.777Aug 31 17:28:00.777 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 } }]DEBGDEBG
91092026-08-31T17:28:01.719ZDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
91102026-08-31T17:28:01.719Z
91112026-08-31T17:28:01.719Z Aug 31 17:28:00.777replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
91122026-08-31T17:28:01.724ZAug 31 17:28:00.777
91132026-08-31T17:28:01.724Z Aug 31 17:28:00.777INFOINFO INFOAug 31 17:28:00.777 adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
91142026-08-31T17:28:01.724Z
91152026-08-31T17:28:01.724ZINFOadding route 172.17.0.32/32 -> 10.0.0.255
91162026-08-31T17:28:01.724ZAug 31 17:28:00.777Aug 31 17:28:00.777Aug 31 17:28:00.777 adding route 172.17.0.30/32 -> 10.0.0.255DEBGDEBG
91172026-08-31T17:28:01.725Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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: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 } }]
91182026-08-31T17:28:01.725ZAug 31 17:28:00.777Aug 31 17:28:00.777 DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.769
91192026-08-31T17:28:01.725Z Aug 31 17:28:00.784replacing 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
91202026-08-31T17:28:01.725Z INFO created new freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
91212026-08-31T17:28:01.725ZunitAug 31 17:28:00.784 Aug 31 17:28:00.784INFO: freemap_route_ipv4
91222026-08-31T17:28:01.725Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 31 17:28:00.784
91232026-08-31T17:28:01.725ZINFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255Aug 31 17:28:00.784 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91242026-08-31T17:28:01.725Z
91252026-08-31T17:28:01.725Zcreated new freemap, Aug 31 17:28:00.784unit :Aug 31 17:28:00.784 DEBGfreemap_route_ipv6
91262026-08-31T17:28:01.725Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91272026-08-31T17:28:01.725Z Aug 31 17:28:00.777Aug 31 17:28:00.784 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 } }] DEBGAug 31 17:28:00.784DEBG
91282026-08-31T17:28:01.725ZAug 31 17:28:00.784INFO initted freemap. size: 64adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffcreated new freemap, Aug 31 17:28:00.784,
91292026-08-31T17:28:01.725Zunit:unitINFO:INFO freemap_route_ipv4freemap_route_ipv4
91302026-08-31T17:28:01.725Z
91312026-08-31T17:28:01.725Zadding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
91322026-08-31T17:28:01.725Z
91332026-08-31T17:28:01.725ZAug 31 17:28:00.784Aug 31 17:28:00.784 Aug 31 17:28:00.784DEBGDEBG reset freemapcreated new freemap, , unitAug 31 17:28:00.784Aug 31 17:28:00.784:unit : DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
91342026-08-31T17:28:01.725Z freemap_route_ipv4replacing 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 } }]
91352026-08-31T17:28:01.725Z
91362026-08-31T17:28:01.725Z
91372026-08-31T17:28:01.725Z Aug 31 17:28:00.784Aug 31 17:28:00.784 INFO DEBGAug 31 17:28:00.784 Aug 31 17:28:00.784 DEBGadding route 172.17.0.33/32 -> 10.0.0.255initted freemap. size: 64DEBG, unit 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 } }]:initted freemap. size: 64INFO
91382026-08-31T17:28:01.725Zfreemap_route_ipv4
91392026-08-31T17:28:01.725Z, unit:
91402026-08-31T17:28:01.725Z freemap_route_ipv6adding route 172.17.0.35/32 -> 10.0.0.255
91412026-08-31T17:28:01.725Z
91422026-08-31T17:28:01.725ZAug 31 17:28:00.784 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 31 17:28:00.784Aug 31 17:28:00.784
91432026-08-31T17:28:01.725ZAug 31 17:28:00.784 DEBG Aug 31 17:28:00.784 reset freemapDEBGDEBG 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 } }],
91442026-08-31T17:28:01.726ZAug 31 17:28:00.784, unitINFO: adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6
91452026-08-31T17:28:01.726Zunit
91462026-08-31T17:28:01.726Z: INFOAug 31 17:28:00.784Aug 31 17:28:00.784 Aug 31 17:28:00.784adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
91472026-08-31T17:28:01.726ZDEBGfreemap_route_ipv4
91482026-08-31T17:28:01.726Zreplacing 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
91492026-08-31T17:28:01.726ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
91502026-08-31T17:28:01.726Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 17:28:00.784
91512026-08-31T17:28:01.726Z INFOAug 31 17:28:00.784 Aug 31 17:28:00.784adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 17:28:00.784 DEBGDEBGAug 31 17:28:00.784
91522026-08-31T17:28:01.726Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
91532026-08-31T17:28:01.726Z
91542026-08-31T17:28:01.726Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
91552026-08-31T17:28:01.726Z initted freemap. size: 64Aug 31 17:28:00.784, unitINFO:Aug 31 17:28:00.784 adding route 172.17.0.37/32 -> 10.0.0.255INFO
91562026-08-31T17:28:01.726Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 17:28:00.784
91572026-08-31T17:28:01.726Zfreemap_route_ipv6
91582026-08-31T17:28:01.726ZDEBGAug 31 17:28:00.784 Aug 31 17:28:00.784 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 31 17:28:00.784replacing 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 } }]
91592026-08-31T17:28:01.726Z DEBG
91602026-08-31T17:28:01.726ZDEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
91612026-08-31T17:28:01.726Zunit:Aug 31 17:28:00.784 freemap_route_ipv6
91622026-08-31T17:28:01.726ZINFOAug 31 17:28:00.784Aug 31 17:28:00.784 adding route 172.17.0.38/32 -> 10.0.0.255INFOAug 31 17:28:00.784
91632026-08-31T17:28:01.726Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.36/32 -> 10.0.0.255
91642026-08-31T17:28:01.726Z
91652026-08-31T17:28:01.726Z
91662026-08-31T17:28:01.726ZAug 31 17:28:00.784Aug 31 17:28:00.784Aug 31 17:28:00.784Aug 31 17:28:00.784 Aug 31 17:28:00.784DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]
91672026-08-31T17:28:01.726ZDEBG
91682026-08-31T17:28:01.726ZDEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.784 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91692026-08-31T17:28:01.726Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
91702026-08-31T17:28:01.726Z adding route 172.16.0.0/32 -> 10.0.0.2
91712026-08-31T17:28:01.727ZAug 31 17:28:00.784
91722026-08-31T17:28:01.727ZINFO Aug 31 17:28:00.784adding route 172.17.0.37/32 -> 10.0.0.255
91732026-08-31T17:28:01.727ZDEBGAug 31 17:28:00.784Aug 31 17:28:00.784 INFODEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.784
91742026-08-31T17:28:01.727Z Aug 31 17:28:00.784 INFO adding route 172.17.0.39/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 } }]
91752026-08-31T17:28:01.727Z
91762026-08-31T17:28:01.727Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
91772026-08-31T17:28:01.727Z Aug 31 17:28:00.784replacing 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 } }]
91782026-08-31T17:28:01.727ZDEBGAug 31 17:28:00.784Aug 31 17:28:00.784Aug 31 17:28:00.784 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.784INFO
91792026-08-31T17:28:01.727Z adding route 172.16.0.0/32 -> 10.0.0.3
91802026-08-31T17:28:01.727Z DEBG DEBG Aug 31 17:28:00.784failed to allocate space for the new target list replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 17:28:00.784
91812026-08-31T17:28:01.727ZINFOINFO
91822026-08-31T17:28:01.727Zadding route 172.17.0.38/32 -> 10.0.0.255
91832026-08-31T17:28:01.727ZDEBGAug 31 17:28:00.784Aug 31 17:28:00.784 DEBGadding route 172.17.0.40/32 -> 10.0.0.255
91842026-08-31T17:28:01.727Zreplacing targets for 3fff:dead::/64 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 } }]DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 31 17:28:00.784
91852026-08-31T17:28:01.727Z
91862026-08-31T17:28:01.727Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
91872026-08-31T17:28:01.727Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.784
91882026-08-31T17:28:01.727Z Aug 31 17:28:00.784DEBG Aug 31 17:28:00.784replacing 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 } }]
91892026-08-31T17:28:01.727ZWARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
91902026-08-31T17:28:01.727ZAug 31 17:28:00.784adding route 172.16.0.0/32 -> 10.0.0.4
91912026-08-31T17:28:01.727ZAug 31 17:28:00.784INFO INFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
91922026-08-31T17:28:01.727Z
91932026-08-31T17:28:01.727ZAug 31 17:28:00.784 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:28:00.784
91942026-08-31T17:28:01.727Z DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.784Aug 31 17:28:00.784
91952026-08-31T17:28:01.727ZDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91962026-08-31T17:28:01.727Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:28:00.784
91972026-08-31T17:28:01.727Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
91982026-08-31T17:28:01.727ZAug 31 17:28:00.784Aug 31 17:28:00.784 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91992026-08-31T17:28:01.727Z
92002026-08-31T17:28:01.728ZAug 31 17:28:00.784 INFO Aug 31 17:28:00.784adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 17:28:00.784
92012026-08-31T17:28:01.728ZDEBG INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
92022026-08-31T17:28:01.728Z
92032026-08-31T17:28:01.728ZAug 31 17:28:00.785 Aug 31 17:28:00.785 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 } }]
92042026-08-31T17:28:01.728ZDEBGAug 31 17:28:00.785Aug 31 17:28:00.785 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
92052026-08-31T17:28:01.728Z adding route 172.17.0.44/32 -> 10.0.0.255INFO
92062026-08-31T17:28:01.728Z adding route 172.17.0.41/32 -> 10.0.0.255
92072026-08-31T17:28:01.728ZAug 31 17:28:00.785 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
92082026-08-31T17:28:01.728ZAug 31 17:28:00.785
92092026-08-31T17:28:01.728ZDEBGAug 31 17:28:00.785 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 } }]DEBGAug 31 17:28:00.785 Aug 31 17:28:00.785replacing 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 } }]
92102026-08-31T17:28:01.728Z
92112026-08-31T17:28:01.728ZWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOAug 31 17:28:00.785
92122026-08-31T17:28:01.732ZAug 31 17:28:00.785 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFOINFO
92132026-08-31T17:28:01.733Z adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
92142026-08-31T17:28:01.733Z
92152026-08-31T17:28:01.733ZAug 31 17:28:00.785 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 31 17:28:00.785
92162026-08-31T17:28:01.733Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.785
92172026-08-31T17:28:01.733Z Aug 31 17:28:00.785DEBGAug 31 17:28:00.792 DEBG created new freemap 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 } }], unitAug 31 17:28:00.785
92182026-08-31T17:28:01.733Z:adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
92192026-08-31T17:28:01.733Zfreemap_route_ipv4
92202026-08-31T17:28:01.733Z Aug 31 17:28:00.792 INFO Aug 31 17:28:00.792adding route 172.17.0.43/32 -> 10.0.0.255 Aug 31 17:28:00.792DEBG
92212026-08-31T17:28:01.733Z 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 } }]
92222026-08-31T17:28:01.733Zcreated new freemap, unit: DEBGfreemap_route_ipv6Aug 31 17:28:00.792
92232026-08-31T17:28:01.733Z Aug 31 17:28:00.792DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapINFO
92242026-08-31T17:28:01.733Z, Aug 31 17:28:00.792unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ff:Aug 31 17:28:00.792 freemap_route_ipv4INFO
92252026-08-31T17:28:01.733Z
92262026-08-31T17:28:01.733Z adding route 172.17.0.44/32 -> 10.0.0.255DEBG
92272026-08-31T17:28:01.733Z initted freemap. size: 64Aug 31 17:28:00.792 DEBGAug 31 17:28:00.792 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 } }]DEBGAug 31 17:28:00.792
92282026-08-31T17:28:01.733Zcreated new freemapDEBG, unitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 31 17:28:00.792
92292026-08-31T17:28:01.733Z, unit :INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 17:28:00.785freemap_route_ipv4Aug 31 17:28:00.792freemap_route_ipv6
92302026-08-31T17:28:01.733Z
92312026-08-31T17:28:01.733Z
92322026-08-31T17:28:01.733ZINFODEBG Aug 31 17:28:00.792 Aug 31 17:28:00.792created new freemapDEBGadding route 172.17.0.45/32 -> 10.0.0.255
92332026-08-31T17:28:01.733Z , Aug 31 17:28:00.792replacing 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 } }]unitDEBG
92342026-08-31T17:28:01.733Z:Aug 31 17:28:00.792 DEBG reset freemapfreemap_route_ipv4DEBG,
92352026-08-31T17:28:01.733Zreplacing 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 } }]unit
92362026-08-31T17:28:01.733Z initted freemap. size: 64:, Aug 31 17:28:00.792 unit Aug 31 17:28:00.792INFO freemap_route_ipv4adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
92372026-08-31T17:28:01.733Z: freemap_route_ipv4adding route 172.17.0.46/32 -> 10.0.0.255
92382026-08-31T17:28:01.734Z
92392026-08-31T17:28:01.734ZAug 31 17:28:00.792
92402026-08-31T17:28:01.734Z Aug 31 17:28:00.792DEBG created new freemapAug 31 17:28:00.792DEBG 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 } }],
92412026-08-31T17:28:01.734ZunitAug 31 17:28:00.792:Aug 31 17:28:00.792 freemap_route_ipv6DEBGDEBG
92422026-08-31T17:28:01.734ZDEBG initted freemap. size: 64replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 17:28:00.792
92432026-08-31T17:28:01.734Zreset freemapunitAug 31 17:28:00.792 INFO, DEBGunit Aug 31 17:28:00.792initted freemap. size: 64 , INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff::unit
92442026-08-31T17:28:01.734Z:freemap_route_ipv6
92452026-08-31T17:28:01.734Zadding route 172.17.0.47/32 -> 10.0.0.255
92462026-08-31T17:28:01.734Z freemap_route_ipv4Aug 31 17:28:00.792Aug 31 17:28:00.792
92472026-08-31T17:28:01.734Z Aug 31 17:28:00.792 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemapDEBG,
92482026-08-31T17:28:01.734Zunitreplacing 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 } }]:
92492026-08-31T17:28:01.734Zfreemap_route_ipv4 freemap_route_ipv6
92502026-08-31T17:28:01.734ZAug 31 17:28:00.792
92512026-08-31T17:28:01.734ZAug 31 17:28:00.792 DEBG reset freemapINFO, Aug 31 17:28:00.792unitAug 31 17:28:00.792: INFOfreemap_route_ipv4Aug 31 17:28:00.792
92522026-08-31T17:28:01.734Zadding route 3fff:dead::/64 -> 2001:db8::55:1
92532026-08-31T17:28:01.734Z INFODEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 17:28:00.792
92542026-08-31T17:28:01.734ZAug 31 17:28:00.792 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
92552026-08-31T17:28:01.734Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 17:28:00.792
92562026-08-31T17:28:01.734Z DEBGinitted freemap. size: 64, DEBGunitAug 31 17:28:00.792 :replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.792
92572026-08-31T17:28:01.734Z initted freemap. size: 64 , Aug 31 17:28:00.792unitfreemap_route_ipv6:INFO DEBG
92582026-08-31T17:28:01.734Zfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92592026-08-31T17:28:01.734Z
92602026-08-31T17:28:01.734ZINFO
92612026-08-31T17:28:01.734Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
92622026-08-31T17:28:01.734ZAug 31 17:28:00.792Aug 31 17:28:00.792 DEBGINFOAug 31 17:28:00.792 reset freemapAug 31 17:28:00.792 Aug 31 17:28:00.792 adding route 172.17.0.49/32 -> 10.0.0.255,
92632026-08-31T17:28:01.734ZDEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92642026-08-31T17:28:01.734Z Aug 31 17:28:00.792replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit DEBG:
92652026-08-31T17:28:01.735Z 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 } }]freemap_route_ipv6
92662026-08-31T17:28:01.735Z
92672026-08-31T17:28:01.735ZAug 31 17:28:00.792 INFOreset freemapAug 31 17:28:00.792Aug 31 17:28:00.792Aug 31 17:28:00.792, INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
92682026-08-31T17:28:01.735Z adding route 3fff:dead::/64 -> 2001:db8::55:1
92692026-08-31T17:28:01.735Zadding route 172.17.0.50/32 -> 10.0.0.255INFOAug 31 17:28:00.792
92702026-08-31T17:28:01.735Z adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
92712026-08-31T17:28:01.735Z unitreplacing 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 } }]:
92722026-08-31T17:28:01.735ZAug 31 17:28:00.792Aug 31 17:28:00.792 Aug 31 17:28:00.792 DEBGDEBGDEBGAug 31 17:28:00.792 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
92732026-08-31T17:28:01.735Z
92742026-08-31T17:28:01.735Zfreemap_route_ipv6
92752026-08-31T17:28:01.735Z
92762026-08-31T17:28:01.735Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
92772026-08-31T17:28:01.735ZAug 31 17:28:00.792 Aug 31 17:28:00.792INFOAug 31 17:28:00.792 Aug 31 17:28:00.792adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO
92782026-08-31T17:28:01.735ZAug 31 17:28:00.792INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
92792026-08-31T17:28:01.735Z
92802026-08-31T17:28:01.735ZAug 31 17:28:00.792 DEBG Aug 31 17:28:00.785Aug 31 17:28:00.800Aug 31 17:28:00.800 DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
92812026-08-31T17:28:01.735Zreplacing 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 } }]created new freemap
92822026-08-31T17:28:01.735Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
92832026-08-31T17:28:01.735ZunitAug 31 17:28:00.800: freemap_route_ipv4
92842026-08-31T17:28:01.735ZDEBGAug 31 17:28:00.801 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
92852026-08-31T17:28:01.735Z
92862026-08-31T17:28:01.735Z Aug 31 17:28:00.785adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 17:28:00.801 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 17:28:00.801
92872026-08-31T17:28:01.735Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
92882026-08-31T17:28:01.735ZDEBG
92892026-08-31T17:28:01.735Zcreated new freemapAug 31 17:28:00.801 DEBG , unitreplacing 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 } }]:
92902026-08-31T17:28:01.735Z freemap_route_ipv6
92912026-08-31T17:28:01.735Z Aug 31 17:28:00.801INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
92922026-08-31T17:28:01.735ZAug 31 17:28:00.801 adding route 172.17.0.47/32 -> 10.0.0.255
92932026-08-31T17:28:01.736ZDEBG Aug 31 17:28:00.801initted freemap. size: 64 DEBGAug 31 17:28:00.801Aug 31 17:28:00.801 DEBGDEBG , replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
92942026-08-31T17:28:01.736Z
92952026-08-31T17:28:01.736Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
92962026-08-31T17:28:01.736Z: freemap_route_ipv4
92972026-08-31T17:28:01.736ZAug 31 17:28:00.801Aug 31 17:28:00.801 Aug 31 17:28:00.801INFOAug 31 17:28:00.801 Aug 31 17:28:00.801DEBG INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
92982026-08-31T17:28:01.736Zreset freemapadding route 172.17.0.48/32 -> 10.0.0.255, INFOunit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
92992026-08-31T17:28:01.736Z
93002026-08-31T17:28:01.736Z Aug 31 17:28:00.801freemap_route_ipv4
93012026-08-31T17:28:01.736ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93022026-08-31T17:28:01.736Z
93032026-08-31T17:28:01.736ZAug 31 17:28:00.801 Aug 31 17:28:00.801DEBG Aug 31 17:28:00.801DEBG Aug 31 17:28:00.801Aug 31 17:28:00.801replacing 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
93042026-08-31T17:28:01.736Z 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 } }] DEBGINFO initted freemap. size: 64
93052026-08-31T17:28:01.736Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], unit
93062026-08-31T17:28:01.736Z Aug 31 17:28:00.801:adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 17:28:00.801
93072026-08-31T17:28:01.736Z INFO freemap_route_ipv6 INFO
93082026-08-31T17:28:01.736Z Aug 31 17:28:00.801adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.49/32 -> 10.0.0.255
93092026-08-31T17:28:01.736Z
93102026-08-31T17:28:01.736Z DEBGAug 31 17:28:00.801Aug 31 17:28:00.801 Aug 31 17:28:00.801DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93112026-08-31T17:28:01.736Z 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 } }]
93122026-08-31T17:28:01.741Z reset freemap
93132026-08-31T17:28:01.741Z, unitAug 31 17:28:00.801: Aug 31 17:28:00.801 freemap_route_ipv6INFODEBGAug 31 17:28:00.801 adding route 172.17.0.50/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
93142026-08-31T17:28:01.741Z
93152026-08-31T17:28:01.741ZINFO
93162026-08-31T17:28:01.741Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
93172026-08-31T17:28:01.741ZAug 31 17:28:00.801Aug 31 17:28:00.801 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93182026-08-31T17:28:01.741Z
93192026-08-31T17:28:01.741ZAug 31 17:28:00.800Aug 31 17:28:00.801
93202026-08-31T17:28:01.741ZINFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG
93212026-08-31T17:28:01.741Z 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 } }]Aug 31 17:28:00.801
93222026-08-31T17:28:01.741Z INFO Aug 31 17:28:00.801adding route 172.17.0.18/32 -> 10.0.0.255
93232026-08-31T17:28:01.741ZAug 31 17:28:00.801DEBG 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 } }]
93242026-08-31T17:28:01.741ZAug 31 17:28:00.801adding route 172.16.0.0/32 -> 10.0.0.1
93252026-08-31T17:28:01.741ZDEBG Aug 31 17:28:00.801 INFO adding route 172.17.0.53/32 -> 10.0.0.255
93262026-08-31T17:28:01.741ZAug 31 17:28:00.801Aug 31 17:28:00.801 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]
93272026-08-31T17:28:01.741Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93282026-08-31T17:28:01.741Z
93292026-08-31T17:28:01.741ZAug 31 17:28:00.801 Aug 31 17:28:00.801INFO Aug 31 17:28:00.801adding route 172.16.0.0/32 -> 10.0.0.1 INFO
93302026-08-31T17:28:01.741ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
93312026-08-31T17:28:01.742Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 31 17:28:00.801
93322026-08-31T17:28:01.742Z 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 } }]
93332026-08-31T17:28:01.742ZAug 31 17:28:00.801Aug 31 17:28:00.801Aug 31 17:28:00.801 DEBGINFO Aug 31 17:28:00.801replacing 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
93342026-08-31T17:28:01.742Z adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.51/32 -> 10.0.0.255DEBG
93352026-08-31T17:28:01.742Z
93362026-08-31T17:28:01.742ZAug 31 17:28:00.801 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
93372026-08-31T17:28:01.742Z Aug 31 17:28:00.801adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 17:28:00.801
93382026-08-31T17:28:01.742Z DEBGAug 31 17:28:00.801 DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:28:00.801
93392026-08-31T17:28:01.742Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG adding route 172.17.0.20/32 -> 10.0.0.255
93402026-08-31T17:28:01.742Z
93412026-08-31T17:28:01.742Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.801
93422026-08-31T17:28:01.742Z INFO Aug 31 17:28:00.801Aug 31 17:28:00.801 adding route 172.17.0.0/32 -> 10.0.0.255
93432026-08-31T17:28:01.742ZINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
93442026-08-31T17:28:01.742Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.801 Aug 31 17:28:00.801
93452026-08-31T17:28:01.742ZDEBG Aug 31 17:28:00.801INFO adding route 172.17.0.56/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 } }]
93462026-08-31T17:28:01.742Z
93472026-08-31T17:28:01.742ZAug 31 17:28:00.801DEBG Aug 31 17:28:00.801Aug 31 17:28:00.801INFO 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 } }]
93482026-08-31T17:28:01.742ZDEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255
93492026-08-31T17:28:01.742Zreplacing 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 } }]
93502026-08-31T17:28:01.742ZAug 31 17:28:00.801 adding route 172.17.0.1/32 -> 10.0.0.255Aug 31 17:28:00.801INFO
93512026-08-31T17:28:01.742ZAug 31 17:28:00.801DEBG adding route 172.17.0.53/32 -> 10.0.0.255INFO
93522026-08-31T17:28:01.742Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 17:28:00.801
93532026-08-31T17:28:01.742Z 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 31 17:28:00.801
93542026-08-31T17:28:01.742Z Aug 31 17:28:00.801DEBGreplacing 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 } }]
93552026-08-31T17:28:01.742ZDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.801
93562026-08-31T17:28:01.742Z 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 } }]
93572026-08-31T17:28:01.742Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 31 17:28:00.801Aug 31 17:28:00.801 INFO
93582026-08-31T17:28:01.743ZINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
93592026-08-31T17:28:01.743Z
93602026-08-31T17:28:01.743ZAug 31 17:28:00.801 INFOAug 31 17:28:00.801 adding route 172.17.0.58/32 -> 10.0.0.255Aug 31 17:28:00.801
93612026-08-31T17:28:01.743ZDEBGAug 31 17:28:00.801 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.801
93622026-08-31T17:28:01.743Z 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 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 } }]
93632026-08-31T17:28:01.743Z
93642026-08-31T17:28:01.743ZDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.801Aug 31 17:28:00.801
93652026-08-31T17:28:01.743ZINFO INFOadding route 172.17.0.23/32 -> 10.0.0.255
93662026-08-31T17:28:01.743Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 31 17:28:00.801
93672026-08-31T17:28:01.743Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
93682026-08-31T17:28:01.743ZAug 31 17:28:00.801Aug 31 17:28:00.801 DEBGDEBGAug 31 17:28:00.801 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 } }]Aug 31 17:28:00.801
93692026-08-31T17:28:01.743Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.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 } }]
93702026-08-31T17:28:01.743Zadding route 172.17.0.55/32 -> 10.0.0.255
93712026-08-31T17:28:01.743Z
93722026-08-31T17:28:01.743Ztest route::tests::same_size_non_subset_replace ... ok
93732026-08-31T17:28:01.743ZAug 31 17:28:00.801Aug 31 17:28:00.801 Aug 31 17:28:00.801 INFODEBG Aug 31 17:28:00.801replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.24/32 -> 10.0.0.255INFOadding route 172.17.0.60/32 -> 10.0.0.255
93742026-08-31T17:28:01.743Z
93752026-08-31T17:28:01.743Zadding route 172.17.0.4/32 -> 10.0.0.255
93762026-08-31T17:28:01.743Z
93772026-08-31T17:28:01.743ZAug 31 17:28:00.801 Aug 31 17:28:00.801DEBG Aug 31 17:28:00.801DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93782026-08-31T17:28:01.743Z Aug 31 17:28:00.801
93792026-08-31T17:28:01.743Zadding route 172.17.0.56/32 -> 10.0.0.255
93802026-08-31T17:28:01.743ZDEBG Aug 31 17:28:00.801replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.801INFO
93812026-08-31T17:28:01.743Ztest route::tests::shrink_preserves_compacted_order ... ok
93822026-08-31T17:28:01.743Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
93832026-08-31T17:28:01.743Ztest route::tests::add_target_fails_full ... ok
93842026-08-31T17:28:01.743Ztest route::tests::delete_target_full ... ok
93852026-08-31T17:28:01.743Z adding route 172.17.0.61/32 -> 10.0.0.255INFO adding route 172.17.0.25/32 -> 10.0.0.255
93862026-08-31T17:28:01.743ZAug 31 17:28:00.801Aug 31 17:28:00.801 DEBG created new freemap DEBG, Aug 31 17:28:00.809Aug 31 17:28:00.809created new freemap unit , INFODEBG : adding route 172.17.0.5/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 } }]
93872026-08-31T17:28:01.744Z
93882026-08-31T17:28:01.744Zunit freemap_route_ipv4:
93892026-08-31T17:28:01.744Z Aug 31 17:28:00.809Aug 31 17:28:00.809freemap_route_ipv4 DEBGINFO
93902026-08-31T17:28:01.744Z Aug 31 17:28:00.809adding route 172.17.0.26/32 -> 10.0.0.255
93912026-08-31T17:28:01.744ZAug 31 17:28:00.801replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.809DEBG
93922026-08-31T17:28:01.744Zcreated new freemap , DEBG DEBGcreated new freemap , created new freemapunit, :unitunit:: freemap_route_ipv4
93932026-08-31T17:28:01.744Zfreemap_route_ipv6freemap_route_ipv6
93942026-08-31T17:28:01.744Z
93952026-08-31T17:28:01.744ZAug 31 17:28:00.809 DEBGAug 31 17:28:00.809 initted freemap. size: 64DEBG, unitinitted freemap. size: 64:, unitfreemap_route_ipv4:
93962026-08-31T17:28:01.744Z freemap_route_ipv4
93972026-08-31T17:28:01.744ZAug 31 17:28:00.809 DEBGAug 31 17:28:00.809 reset freemapDEBG, unitreset freemap:, unitfreemap_route_ipv4:
93982026-08-31T17:28:01.744Z freemap_route_ipv4
93992026-08-31T17:28:01.744ZAug 31 17:28:00.809Aug 31 17:28:00.809 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
94002026-08-31T17:28:01.744Z, unit: freemap_route_ipv6
94012026-08-31T17:28:01.744ZAug 31 17:28:00.809Aug 31 17:28:00.809 Aug 31 17:28:00.809DEBG Aug 31 17:28:00.809initted freemap. size: 64 INFODEBGDEBG adding route 172.17.0.27/32 -> 10.0.0.255reset freemap
94022026-08-31T17:28:01.744Z , created new freemap, , unitunit:Aug 31 17:28:00.809: unit :freemap_route_ipv6DEBG freemap_route_ipv6
94032026-08-31T17:28:01.744Z
94042026-08-31T17:28:01.744Zreplacing 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_ipv6
94052026-08-31T17:28:01.744Z
94062026-08-31T17:28:01.744ZAug 31 17:28:00.809Aug 31 17:28:00.809 DEBGINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.1, Aug 31 17:28:00.809
94072026-08-31T17:28:01.744Zunit :INFO freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255
94082026-08-31T17:28:01.744ZAug 31 17:28:00.809
94092026-08-31T17:28:01.744ZDEBGAug 31 17:28:00.809Aug 31 17:28:00.809Aug 31 17:28:00.809 DEBGDEBG INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
94102026-08-31T17:28:01.744Z
94112026-08-31T17:28:01.744Zadding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64
94122026-08-31T17:28:01.749Z, unitAug 31 17:28:00.809Aug 31 17:28:00.809: INFOfreemap_route_ipv4
94132026-08-31T17:28:01.749Zadding route 172.17.0.29/32 -> 10.0.0.255
94142026-08-31T17:28:01.749ZINFO Aug 31 17:28:00.809Aug 31 17:28:00.809 Aug 31 17:28:00.809DEBG DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
94152026-08-31T17:28:01.749ZAug 31 17:28:00.801,
94162026-08-31T17:28:01.749Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit:
94172026-08-31T17:28:01.749Zfreemap_route_ipv4DEBG
94182026-08-31T17:28:01.749ZAug 31 17:28:00.809 Aug 31 17:28:00.809 INFOAug 31 17:28:00.809 adding route 172.17.0.30/32 -> 10.0.0.255INFOreplacing 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
94192026-08-31T17:28:01.749ZAug 31 17:28:00.809
94202026-08-31T17:28:01.749Zadding route 172.16.0.0/32 -> 10.0.0.2 DEBG
94212026-08-31T17:28:01.749Z Aug 31 17:28:00.809initted freemap. size: 64 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 } }] , Aug 31 17:28:00.809replacing 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 } }]
94222026-08-31T17:28:01.749Z
94232026-08-31T17:28:01.749Z unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv6
94242026-08-31T17:28:01.749Z
94252026-08-31T17:28:01.749ZAug 31 17:28:00.809 INFO Aug 31 17:28:00.809Aug 31 17:28:00.809 INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255
94262026-08-31T17:28:01.749Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 31 17:28:00.809Aug 31 17:28:00.809 DEBGadding route 172.17.0.57/32 -> 10.0.0.255
94272026-08-31T17:28:01.749ZAug 31 17:28:00.809 DEBG reset freemapreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94282026-08-31T17:28:01.749ZAug 31 17:28:00.809 DEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]unit
94292026-08-31T17:28:01.749ZAug 31 17:28:00.809
94302026-08-31T17:28:01.749Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:
94312026-08-31T17:28:01.749Zadding route 172.17.0.32/32 -> 10.0.0.255
94322026-08-31T17:28:01.749Zfreemap_route_ipv6
94332026-08-31T17:28:01.750ZAug 31 17:28:00.809Aug 31 17:28:00.809 DEBGDEBG Aug 31 17:28:00.809replacing 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 } }]
94342026-08-31T17:28:01.750ZAug 31 17:28:00.809 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
94352026-08-31T17:28:01.750ZAug 31 17:28:00.809adding route 172.16.0.0/32 -> 10.0.0.4
94362026-08-31T17:28:01.750ZINFO Aug 31 17:28:00.809 Aug 31 17:28:00.809adding route 172.17.0.58/32 -> 10.0.0.255DEBG
94372026-08-31T17:28:01.750Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
94382026-08-31T17:28:01.750Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:28:00.809
94392026-08-31T17:28:01.750ZAug 31 17:28:00.809 DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.809
94402026-08-31T17:28:01.750Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
94412026-08-31T17:28:01.750Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:28:00.809
94422026-08-31T17:28:01.750Z 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 } }]Aug 31 17:28:00.809
94432026-08-31T17:28:01.750ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 17:28:00.801
94442026-08-31T17:28:01.750Z 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 31 17:28:00.809Aug 31 17:28:00.809
94452026-08-31T17:28:01.750Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.33/32 -> 10.0.0.255
94462026-08-31T17:28:01.750Z
94472026-08-31T17:28:01.750ZAug 31 17:28:00.809 adding route 172.17.0.59/32 -> 10.0.0.255
94482026-08-31T17:28:01.750ZINFOAug 31 17:28:00.809 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 17:28:00.809 Aug 31 17:28:00.809
94492026-08-31T17:28:01.750ZDEBG 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 } }]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 } }]
94502026-08-31T17:28:01.750ZAug 31 17:28:00.809replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
94512026-08-31T17:28:01.750Z
94522026-08-31T17:28:01.750Z DEBGAug 31 17:28:00.809 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.809INFO
94532026-08-31T17:28:01.750Z adding route 172.17.0.60/32 -> 10.0.0.255
94542026-08-31T17:28:01.750ZINFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 17:28:00.809
94552026-08-31T17:28:01.750Z INFO Aug 31 17:28:00.809adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 17:28:00.809
94562026-08-31T17:28:01.750Z DEBG Aug 31 17:28:00.809 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 } }]Aug 31 17:28:00.809DEBG
94572026-08-31T17:28:01.750Z adding route 172.17.0.34/32 -> 10.0.0.255
94582026-08-31T17:28:01.750ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 17:28:00.809 Aug 31 17:28:00.809replacing 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
94592026-08-31T17:28:01.750Z
94602026-08-31T17:28:01.751Z adding route 172.17.0.61/32 -> 10.0.0.255
94612026-08-31T17:28:01.751ZDEBG Aug 31 17:28:00.809 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 } }]
94622026-08-31T17:28:01.751Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 17:28:00.809
94632026-08-31T17:28:01.751Z DEBGAug 31 17:28:00.809 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 17:28:00.809
94642026-08-31T17:28:01.751ZDEBG Aug 31 17:28:00.809replacing 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 } }]
94652026-08-31T17:28:01.751ZDEBG 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 } }]
94662026-08-31T17:28:01.751Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 31 17:28:00.809
94672026-08-31T17:28:01.751Z INFOAug 31 17:28:00.809 adding route 172.17.0.62/32 -> 10.0.0.255INFO
94682026-08-31T17:28:01.751Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
94692026-08-31T17:28:01.751ZAug 31 17:28:00.809 Aug 31 17:28:00.809Aug 31 17:28:00.809DEBG DEBGreplacing 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 } }]
94702026-08-31T17:28:01.751ZDEBGreplacing 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 } }]
94712026-08-31T17:28:01.751Zreplacing 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 } }]
94722026-08-31T17:28:01.751ZAug 31 17:28:00.809 INFO Aug 31 17:28:00.809
94732026-08-31T17:28:01.751ZAug 31 17:28:00.809 INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff adding route 172.17.0.63/32 -> 10.0.0.255
94742026-08-31T17:28:01.751Z
94752026-08-31T17:28:01.751Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 17:28:00.809
94762026-08-31T17:28:01.751ZDEBG 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 } }]
94772026-08-31T17:28:01.751ZAug 31 17:28:00.810 DEBG Aug 31 17:28:00.809Aug 31 17:28:00.810 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 17:28:00.810INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255
94782026-08-31T17:28:01.751Z
94792026-08-31T17:28:01.751ZINFO 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.62/32 -> 10.0.0.255
94802026-08-31T17:28:01.751Z
94812026-08-31T17:28:01.751ZAug 31 17:28:00.810Aug 31 17:28:00.810 DEBGAug 31 17:28:00.810 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 } }]DEBG
94822026-08-31T17:28:01.751Zadding route 172.17.0.37/32 -> 10.0.0.255
94832026-08-31T17:28:01.751Zfailed to allocate space for the new target list
94842026-08-31T17:28:01.751ZAug 31 17:28:00.810 DEBGAug 31 17:28:00.810 Aug 31 17:28:00.810INFOreplacing 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 } }]
94852026-08-31T17:28:01.751ZAug 31 17:28:00.810adding route 172.17.0.7/32 -> 10.0.0.255
94862026-08-31T17:28:01.751Z DEBGDEBG Aug 31 17:28:00.810replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
94872026-08-31T17:28:01.751Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.810
94882026-08-31T17:28:01.751Z DEBGDEBG failed to allocate space for the new target listAug 31 17:28:00.810replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.810
94892026-08-31T17:28:01.752Z
94902026-08-31T17:28:01.752Z DEBGINFO Aug 31 17:28:00.810 failed to allocate space for the new target listDEBGadding route 172.17.0.38/32 -> 10.0.0.255
94912026-08-31T17:28:01.752Z
94922026-08-31T17:28:01.752Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 17:28:00.810
94932026-08-31T17:28:01.752ZINFO adding route 172.17.0.8/32 -> 10.0.0.255
94942026-08-31T17:28:01.752ZAug 31 17:28:00.810 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 } }]
94952026-08-31T17:28:01.752ZAug 31 17:28:00.810Aug 31 17:28:00.817 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.9/32 -> 10.0.0.255
94962026-08-31T17:28:01.752Z
94972026-08-31T17:28:01.752ZAug 31 17:28:00.817Aug 31 17:28:00.817 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.39/32 -> 10.0.0.255
94982026-08-31T17:28:01.752Z
94992026-08-31T17:28:01.752ZAug 31 17:28:00.817 DEBG Aug 31 17:28:00.817replacing 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 } }]
95002026-08-31T17:28:01.752ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
95012026-08-31T17:28:01.752ZAug 31 17:28:00.817 INFO adding route 172.17.0.40/32 -> 10.0.0.255
95022026-08-31T17:28:01.752ZAug 31 17:28:00.817 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 } }]
95032026-08-31T17:28:01.752ZAug 31 17:28:00.817 Aug 31 17:28:00.809Aug 31 17:28:00.818DEBG 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 } }]
95042026-08-31T17:28:01.752ZINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
95052026-08-31T17:28:01.752Z
95062026-08-31T17:28:01.752ZAug 31 17:28:00.818 INFOAug 31 17:28:00.818 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
95072026-08-31T17:28:01.752Z 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 } }]
95082026-08-31T17:28:01.752ZAug 31 17:28:00.818 Aug 31 17:28:00.818Aug 31 17:28:00.818 DEBG INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95092026-08-31T17:28:01.752Z adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
95102026-08-31T17:28:01.752Z
95112026-08-31T17:28:01.752ZAug 31 17:28:00.818 INFO Aug 31 17:28:00.818adding route 172.17.0.42/32 -> 10.0.0.255 Aug 31 17:28:00.818
95122026-08-31T17:28:01.758Z DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.818replacing 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 } }]
95132026-08-31T17:28:01.758Z
95142026-08-31T17:28:01.758ZDEBG 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 } }]
95152026-08-31T17:28:01.758ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFOAug 31 17:28:00.818INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
95162026-08-31T17:28:01.758Z
95172026-08-31T17:28:01.758Z
95182026-08-31T17:28:01.758ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818 DEBG DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95192026-08-31T17:28:01.758Z
95202026-08-31T17:28:01.758Z
95212026-08-31T17:28:01.758ZAug 31 17:28:00.818Aug 31 17:28:00.818Aug 31 17:28:00.818 INFOINFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
95222026-08-31T17:28:01.758Z
95232026-08-31T17:28:01.758Z
95242026-08-31T17:28:01.758ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95252026-08-31T17:28:01.758Z
95262026-08-31T17:28:01.758ZDEBG 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 } }]
95272026-08-31T17:28:01.758ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.45/32 -> 10.0.0.255
95282026-08-31T17:28:01.758Z
95292026-08-31T17:28:01.758ZAug 31 17:28:00.818 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 17:28:00.818
95302026-08-31T17:28:01.758Z Aug 31 17:28:00.818DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95312026-08-31T17:28:01.758Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.818
95322026-08-31T17:28:01.759Z 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 } }]Aug 31 17:28:00.818Aug 31 17:28:00.818
95332026-08-31T17:28:01.759Z INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255
95342026-08-31T17:28:01.759Z
95352026-08-31T17:28:01.759ZAug 31 17:28:00.818 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 17:28:00.818
95362026-08-31T17:28:01.759ZAug 31 17:28:00.818 DEBGDEBG Aug 31 17:28:00.818replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95372026-08-31T17:28:01.759Z
95382026-08-31T17:28:01.759ZDEBG 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 } }]
95392026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255
95402026-08-31T17:28:01.759ZAug 31 17:28:00.818
95412026-08-31T17:28:01.759Z INFO adding route 172.17.0.17/32 -> 10.0.0.255
95422026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818 DEBGDEBG Aug 31 17:28:00.818 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 } }]
95432026-08-31T17:28:01.759ZDEBGreplacing 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 } }]
95442026-08-31T17:28:01.759Zreplacing 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 } }]
95452026-08-31T17:28:01.759ZAug 31 17:28:00.818 INFOAug 31 17:28:00.818Aug 31 17:28:00.818 INFOINFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
95462026-08-31T17:28:01.759Z adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
95472026-08-31T17:28:01.759Z
95482026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818Aug 31 17:28:00.818 DEBGDEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95492026-08-31T17:28:01.759Z
95502026-08-31T17:28:01.759Z
95512026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818Aug 31 17:28:00.818 INFOINFO INFO adding route 172.17.0.49/32 -> 10.0.0.255 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255
95522026-08-31T17:28:01.759Z
95532026-08-31T17:28:01.759Z
95542026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818DEBG DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95552026-08-31T17:28:01.759Zreplacing 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 } }]
95562026-08-31T17:28:01.759Z
95572026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818INFO INFOINFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 172.17.0.20/32 -> 10.0.0.255
95582026-08-31T17:28:01.759Zadding route 172.17.0.50/32 -> 10.0.0.255
95592026-08-31T17:28:01.759Z
95602026-08-31T17:28:01.759ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818DEBG DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95612026-08-31T17:28:01.760Zreplacing 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 } }]
95622026-08-31T17:28:01.760Z
95632026-08-31T17:28:01.760ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFOAug 31 17:28:00.818INFO adding route 172.17.0.51/32 -> 10.0.0.255INFO
95642026-08-31T17:28:01.760Z adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
95652026-08-31T17:28:01.760Z
95662026-08-31T17:28:01.760ZAug 31 17:28:00.818 DEBGAug 31 17:28:00.818Aug 31 17:28:00.818 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 } }] 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 } }]
95672026-08-31T17:28:01.760Z
95682026-08-31T17:28:01.760Z 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 } }]
95692026-08-31T17:28:01.760ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
95702026-08-31T17:28:01.760ZAug 31 17:28:00.818
95712026-08-31T17:28:01.760Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 17:28:00.818
95722026-08-31T17:28:01.760Z Aug 31 17:28:00.818DEBG 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 } }] Aug 31 17:28:00.818replacing 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 } }]
95732026-08-31T17:28:01.760Z
95742026-08-31T17:28:01.760Ztest route::tests::delete_targets_full ... ok
95752026-08-31T17:28:01.760ZDEBG 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 } }]
95762026-08-31T17:28:01.760ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818INFO INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255
95772026-08-31T17:28:01.760Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255
95782026-08-31T17:28:01.760Z
95792026-08-31T17:28:01.760ZAug 31 17:28:00.818Aug 31 17:28:00.818Aug 31 17:28:00.818 DEBGDEBG 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 } }] replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95802026-08-31T17:28:01.760Ztest route::tests::delete_targets_fragmented ... ok
95812026-08-31T17:28:01.760Z
95822026-08-31T17:28:01.760Z
95832026-08-31T17:28:01.760ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFOAug 31 17:28:00.818INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
95842026-08-31T17:28:01.760Z
95852026-08-31T17:28:01.760ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
95862026-08-31T17:28:01.760ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818 DEBG DEBGDEBGreplacing 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 } }]
95872026-08-31T17:28:01.760Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
95882026-08-31T17:28:01.760Z
95892026-08-31T17:28:01.761ZAug 31 17:28:00.818 INFO Aug 31 17:28:00.818adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 17:28:00.818
95902026-08-31T17:28:01.761Z INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 17:28:00.818
95912026-08-31T17:28:01.761Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
95922026-08-31T17:28:01.761Z 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 } }]
95932026-08-31T17:28:01.761ZAug 31 17:28:00.818Aug 31 17:28:00.818 DEBGAug 31 17:28:00.818 DEBG 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 } }] replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
95942026-08-31T17:28:01.761Z
95952026-08-31T17:28:01.761Z
95962026-08-31T17:28:01.761ZAug 31 17:28:00.818Aug 31 17:28:00.818 Aug 31 17:28:00.818 INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255INFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
95972026-08-31T17:28:01.761Z
95982026-08-31T17:28:01.761Z
95992026-08-31T17:28:01.761ZAug 31 17:28:00.818Aug 31 17:28:00.818 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 17:28:00.818
96002026-08-31T17:28:01.761Z
96012026-08-31T17:28:01.761ZDEBG 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 } }]
96022026-08-31T17:28:01.761ZAug 31 17:28:00.818Aug 31 17:28:00.818 DEBGINFO Aug 31 17:28:00.818replacing 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:36::/64 -> 2001:db8::55:ff
96032026-08-31T17:28:01.761Z
96042026-08-31T17:28:01.761Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
96052026-08-31T17:28:01.761ZAug 31 17:28:00.818Aug 31 17:28:00.818 DEBGINFO Aug 31 17:28:00.818replacing 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 } }]
96062026-08-31T17:28:01.761Zadding route 172.17.0.58/32 -> 10.0.0.255DEBG
96072026-08-31T17:28:01.761Z 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 } }]
96082026-08-31T17:28:01.761ZAug 31 17:28:00.818Aug 31 17:28:00.818Aug 31 17:28:00.818 DEBGINFO 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 } }]
96092026-08-31T17:28:01.761Zadding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
96102026-08-31T17:28:01.761Z
96112026-08-31T17:28:01.761ZAug 31 17:28:00.818 Aug 31 17:28:00.818Aug 31 17:28:00.818 INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
96122026-08-31T17:28:01.768Zreplacing 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 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 } }]
96132026-08-31T17:28:01.768ZAug 31 17:28:00.826Aug 31 17:28:00.826 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255
96142026-08-31T17:28:01.768Zreplacing 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 } }]
96152026-08-31T17:28:01.768ZAug 31 17:28:00.826Aug 31 17:28:00.826 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
96162026-08-31T17:28:01.768Z
96172026-08-31T17:28:01.768ZAug 31 17:28:00.826 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 } }]
96182026-08-31T17:28:01.768ZAug 31 17:28:00.826 Aug 31 17:28:00.826INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
96192026-08-31T17:28:01.768Zfailed to allocate space for the new target list
96202026-08-31T17:28:01.768ZAug 31 17:28:00.826 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 } }]
96212026-08-31T17:28:01.768ZAug 31 17:28:00.826 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 } }]
96222026-08-31T17:28:01.768Z
96232026-08-31T17:28:01.768ZAug 31 17:28:00.826 Aug 31 17:28:00.826INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
96242026-08-31T17:28:01.768Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
96252026-08-31T17:28:01.768ZAug 31 17:28:00.826 Aug 31 17:28:00.826DEBG DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96262026-08-31T17:28:01.768Zreplacing 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 } }]
96272026-08-31T17:28:01.768ZAug 31 17:28:00.826 Aug 31 17:28:00.826INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255
96282026-08-31T17:28:01.769Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
96292026-08-31T17:28:01.769ZAug 31 17:28:00.826 DEBGAug 31 17:28:00.826 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
96302026-08-31T17:28:01.769Z 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 } }]
96312026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO Aug 31 17:28:00.826adding route 172.17.0.33/32 -> 10.0.0.255
96322026-08-31T17:28:01.769ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
96332026-08-31T17:28:01.769ZAug 31 17:28:00.826 DEBG Aug 31 17:28:00.826replacing 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 } }]
96342026-08-31T17:28:01.769ZDEBG 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 } }]
96352026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 17:28:00.826
96362026-08-31T17:28:01.769Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
96372026-08-31T17:28:01.769ZAug 31 17:28:00.826 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 17:28:00.826
96382026-08-31T17:28:01.769Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96392026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 17:28:00.826
96402026-08-31T17:28:01.769Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
96412026-08-31T17:28:01.769ZAug 31 17:28:00.826 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 31 17:28:00.826
96422026-08-31T17:28:01.769Z DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96432026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 17:28:00.826
96442026-08-31T17:28:01.769Z DEBG failed to allocate space for the new target list
96452026-08-31T17:28:01.769ZAug 31 17:28:00.826 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 } }]
96462026-08-31T17:28:01.769ZAug 31 17:28:00.826 DEBGAug 31 17:28:00.826 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
96472026-08-31T17:28:01.769ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
96482026-08-31T17:28:01.769ZAug 31 17:28:00.826 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 } }]
96492026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.38/32 -> 10.0.0.255
96502026-08-31T17:28:01.769ZAug 31 17:28:00.826 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 } }]
96512026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.39/32 -> 10.0.0.255
96522026-08-31T17:28:01.769ZAug 31 17:28:00.826 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 } }]
96532026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.40/32 -> 10.0.0.255
96542026-08-31T17:28:01.769ZAug 31 17:28:00.826 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 } }]
96552026-08-31T17:28:01.769ZAug 31 17:28:00.826 INFO adding route 172.17.0.41/32 -> 10.0.0.255
96562026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96572026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.42/32 -> 10.0.0.255
96582026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96592026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.43/32 -> 10.0.0.255
96602026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96612026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.44/32 -> 10.0.0.255
96622026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96632026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.45/32 -> 10.0.0.255
96642026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96652026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.46/32 -> 10.0.0.255
96662026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96672026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.47/32 -> 10.0.0.255
96682026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96692026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.48/32 -> 10.0.0.255
96702026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96712026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.49/32 -> 10.0.0.255
96722026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96732026-08-31T17:28:01.770Ztest route::tests::delete_target_fragmented ... ok
96742026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.50/32 -> 10.0.0.255
96752026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96762026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.51/32 -> 10.0.0.255
96772026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96782026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.52/32 -> 10.0.0.255
96792026-08-31T17:28:01.770Z
96802026-08-31T17:28:01.770Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
96812026-08-31T17:28:01.770Z
96822026-08-31T17:28:01.770ZAug 31 17:28:00.826 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 } }]
96832026-08-31T17:28:01.770ZAug 31 17:28:00.826 INFO adding route 172.17.0.53/32 -> 10.0.0.255
96842026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96852026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.54/32 -> 10.0.0.255
96862026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96872026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.55/32 -> 10.0.0.255
96882026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96892026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.56/32 -> 10.0.0.255
96902026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96912026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.57/32 -> 10.0.0.255
96922026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96932026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.58/32 -> 10.0.0.255
96942026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96952026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.59/32 -> 10.0.0.255
96962026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96972026-08-31T17:28:01.771ZAug 31 17:28:00.826 INFO adding route 172.17.0.60/32 -> 10.0.0.255
96982026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
96992026-08-31T17:28:01.771ZAug 31 17:28:00.826 DEBG failed to allocate space for the new target list
97002026-08-31T17:28:01.771ZAug 31 17:28:00.826 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 } }]
97012026-08-31T17:28:01.771ZAug 31 17:28:00.827 DEBG created new freemap, unit: freemap_route_ipv4
97022026-08-31T17:28:01.771ZAug 31 17:28:00.827 DEBG created new freemap, unit: freemap_route_ipv6
97032026-08-31T17:28:01.771ZAug 31 17:28:00.827 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
97042026-08-31T17:28:01.771ZAug 31 17:28:00.827 DEBG reset freemap, unit: freemap_route_ipv4
97052026-08-31T17:28:01.771ZAug 31 17:28:00.827 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
97062026-08-31T17:28:01.771ZAug 31 17:28:00.827 DEBG reset freemap, unit: freemap_route_ipv6
97072026-08-31T17:28:01.771ZAug 31 17:28:00.827 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97082026-08-31T17:28:01.771ZAug 31 17:28:00.827 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 } }]
97092026-08-31T17:28:01.771ZAug 31 17:28:00.827 INFO adding route 172.16.0.0/32 -> 10.0.0.2
97102026-08-31T17:28:01.771ZAug 31 17:28:00.827 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 } }]
97112026-08-31T17:28:01.771ZAug 31 17:28:00.827 INFO adding route 172.16.0.0/32 -> 10.0.0.3
97122026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97132026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.16.0.0/32 -> 10.0.0.4
97142026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97152026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.0/32 -> 10.0.0.255
97162026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97172026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.1/32 -> 10.0.0.255
97182026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97192026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97202026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97212026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.3/32 -> 10.0.0.255
97222026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97232026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97242026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97252026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.5/32 -> 10.0.0.255
97262026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97272026-08-31T17:28:01.777ZAug 31 17:28:00.827 INFO adding route 172.17.0.6/32 -> 10.0.0.255
97282026-08-31T17:28:01.777ZAug 31 17:28:00.827 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 } }]
97292026-08-31T17:28:01.777ZAug 31 17:28:00.834 INFO adding route 172.17.0.7/32 -> 10.0.0.255
97302026-08-31T17:28:01.777ZAug 31 17:28:00.834 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 } }]
97312026-08-31T17:28:01.777ZAug 31 17:28:00.834 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97322026-08-31T17:28:01.777ZAug 31 17:28:00.834 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 } }]
97332026-08-31T17:28:01.777ZAug 31 17:28:00.834 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97342026-08-31T17:28:01.777ZAug 31 17:28:00.834 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 } }]
97352026-08-31T17:28:01.777ZAug 31 17:28:00.834 INFO adding route 172.17.0.10/32 -> 10.0.0.255
97362026-08-31T17:28:01.777ZAug 31 17:28:00.834 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 } }]
97372026-08-31T17:28:01.777ZAug 31 17:28:00.834 INFO adding route 172.17.0.11/32 -> 10.0.0.255
97382026-08-31T17:28:01.777ZAug 31 17:28:00.834 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 } }]
97392026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97402026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97412026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97422026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97432026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97442026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97452026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97462026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97472026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97482026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97492026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97502026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97512026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97522026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97532026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97542026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97552026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97562026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97572026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97582026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97592026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97602026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97612026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97622026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97632026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97642026-08-31T17:28:01.778ZAug 31 17:28:00.834 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 } }]
97652026-08-31T17:28:01.778ZAug 31 17:28:00.834 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97662026-08-31T17:28:01.779ZAug 31 17:28:00.834 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 } }]
97672026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97682026-08-31T17:28:01.779ZAug 31 17:28:00.834 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 } }]
97692026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97702026-08-31T17:28:01.779ZAug 31 17:28:00.834 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 } }]
97712026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97722026-08-31T17:28:01.779Z
97732026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97742026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97752026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97762026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97772026-08-31T17:28:01.779Zrunning 0 tests
97782026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97792026-08-31T17:28:01.779Z
97802026-08-31T17:28:01.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97812026-08-31T17:28:01.779Z
97822026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97832026-08-31T17:28:01.779ZAug 31 17:28:00.834 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 } }]
97842026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97852026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97862026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97872026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97882026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97892026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97902026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97912026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97922026-08-31T17:28:01.779ZAug 31 17:28:00.834 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97932026-08-31T17:28:01.779ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97942026-08-31T17:28:01.780ZAug 31 17:28:00.834 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97952026-08-31T17:28:01.780ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97962026-08-31T17:28:01.780ZAug 31 17:28:00.834 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97972026-08-31T17:28:01.780ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97982026-08-31T17:28:01.780ZAug 31 17:28:00.834 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97992026-08-31T17:28:01.780ZAug 31 17:28:00.834 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98002026-08-31T17:28:01.780ZAug 31 17:28:00.835 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98012026-08-31T17:28:01.780ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98022026-08-31T17:28:01.780ZAug 31 17:28:00.835 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98032026-08-31T17:28:01.780ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98042026-08-31T17:28:01.780ZAug 31 17:28:00.835 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98052026-08-31T17:28:01.780ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98062026-08-31T17:28:01.780ZAug 31 17:28:00.835 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98072026-08-31T17:28:01.780ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98082026-08-31T17:28:01.780ZAug 31 17:28:00.835 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98092026-08-31T17:28:01.780ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98102026-08-31T17:28:01.780ZAug 31 17:28:00.835 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98112026-08-31T17:28:01.780ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98122026-08-31T17:28:01.784ZAug 31 17:28:00.835 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98132026-08-31T17:28:01.784ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98142026-08-31T17:28:01.784ZAug 31 17:28:00.835 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98152026-08-31T17:28:01.784ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98162026-08-31T17:28:01.784ZAug 31 17:28:00.835 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98172026-08-31T17:28:01.784ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98182026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98192026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98202026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98212026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98222026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98232026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98242026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98252026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98262026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98272026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98282026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98292026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98302026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98312026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98322026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98332026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98342026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98352026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98362026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98372026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98382026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98392026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98402026-08-31T17:28:01.785ZAug 31 17:28:00.835 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98412026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-08-31T17:28:01.785ZAug 31 17:28:00.835 DEBG failed to allocate space for the new target list
98432026-08-31T17:28:01.785ZAug 31 17:28:00.835 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 } }]
98442026-08-31T17:28:01.785Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-265f103366e8a9eb)
98452026-08-31T17:28:01.785Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
98462026-08-31T17:28:01.786Z
98472026-08-31T17:28:01.786Zrunning 0 tests
98482026-08-31T17:28:01.786Z
98492026-08-31T17:28:01.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98502026-08-31T17:28:01.786Z
98512026-08-31T17:28:01.786Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9)
98522026-08-31T17:28:01.786Z
98532026-08-31T17:28:01.786Zrunning 6 tests
98542026-08-31T17:28:01.786Ztest tests::test_full_lot_id_lotnum_only ... ok
98552026-08-31T17:28:01.786Ztest tests::test_full_lot_id_both_present ... ok
98562026-08-31T17:28:01.786Ztest tests::test_full_lot_id_lot_only ... ok
98572026-08-31T17:28:01.786Ztest tests::test_full_lot_id_neither_present ... ok
98582026-08-31T17:28:01.786Ztest tests::test_port_id_cmp ... ok
98592026-08-31T17:28:01.786Ztest tests::test_parse_client_port_id ... ok
98602026-08-31T17:28:01.786Z
98612026-08-31T17:28:01.786Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98622026-08-31T17:28:01.786Z
98632026-08-31T17:28:01.786Z Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68)
98642026-08-31T17:28:01.786Z
98652026-08-31T17:28:01.786Zrunning 6 tests
98662026-08-31T17:28:04.799Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98672026-08-31T17:28:04.804Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98682026-08-31T17:28:04.804Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98692026-08-31T17:28:04.807Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98702026-08-31T17:28:05.133Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98712026-08-31T17:28:06.181Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98722026-08-31T17:28:06.181Z
98732026-08-31T17:28:06.181Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.40s
98742026-08-31T17:28:06.181Z
98752026-08-31T17:28:06.187Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
98762026-08-31T17:28:06.196Z
98772026-08-31T17:28:06.196Zrunning 0 tests
98782026-08-31T17:28:06.196Z
98792026-08-31T17:28:06.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98802026-08-31T17:28:06.199Z
98812026-08-31T17:28:06.199Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
98822026-08-31T17:28:06.220Z
98832026-08-31T17:28:06.220Zrunning 15 tests
98842026-08-31T17:28:06.223Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98852026-08-31T17:28:06.223Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98862026-08-31T17:28:06.223Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98872026-08-31T17:28:06.223Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98882026-08-31T17:28:06.223Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98892026-08-31T17:28:06.223Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98902026-08-31T17:28:06.223Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98912026-08-31T17:28:06.223Ztest v1::network::tests::test_equal ... ok
98922026-08-31T17:28:06.224Ztest v1::network::tests::test_eui64 ... ok
98932026-08-31T17:28:06.224Ztest v1::network::tests::test_into ... ok
98942026-08-31T17:28:06.224Ztest v1::network::tests::test_not_equal ... ok
98952026-08-31T17:28:06.224Ztest v1::network::tests::test_to_string ... ok
98962026-08-31T17:28:06.224Ztest v1::port::tests::port_ids_are_ascii ... ok
98972026-08-31T17:28:06.227Ztest v1::network::tests::test_parse ... ok
98982026-08-31T17:28:06.227Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
98992026-08-31T17:28:06.227Z
99002026-08-31T17:28:06.227Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99012026-08-31T17:28:06.227Z
99022026-08-31T17:28:06.230Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
99032026-08-31T17:28:06.253Z
99042026-08-31T17:28:06.253Zrunning 12 tests
99052026-08-31T17:28:06.256Ztest lldp::test_lldp_parse ... ok
99062026-08-31T17:28:06.256Ztest ipv6::test_ipv6_parse ... ok
99072026-08-31T17:28:06.256Ztest icmp::test_v4_checksum ... ok
99082026-08-31T17:28:06.256Ztest icmp::test_v6_checksum ... ok
99092026-08-31T17:28:06.256Ztest pbuf::test_byte ... ok
99102026-08-31T17:28:06.256Ztest pbuf::test_nibble ... ok
99112026-08-31T17:28:06.256Ztest pbuf::test_short ... ok
99122026-08-31T17:28:06.256Ztest pbuf::test_overflow ... ok
99132026-08-31T17:28:06.256Ztest pbuf::test_twelve ... ok
99142026-08-31T17:28:06.256Ztest pbuf::test_word ... ok
99152026-08-31T17:28:06.256Ztest tcp::test_checksum_syn_nodata ... ok
99162026-08-31T17:28:06.256Ztest tcp::test_checksum_ack_data ... ok
99172026-08-31T17:28:06.256Z
99182026-08-31T17:28:06.256Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99192026-08-31T17:28:06.256Z
99202026-08-31T17:28:06.259Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99212026-08-31T17:28:06.259Z
99222026-08-31T17:28:06.259Zrunning 0 tests
99232026-08-31T17:28:06.259Z
99242026-08-31T17:28:06.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99252026-08-31T17:28:06.259Z
99262026-08-31T17:28:06.259Z Running unittests src/main.rs (target/debug/deps/swadm-6c33dfabe18f71e1)
99272026-08-31T17:28:06.263Z
99282026-08-31T17:28:06.264Zrunning 5 tests
99292026-08-31T17:28:06.267Ztest switchport::test::test_compute_lanes ... ok
99302026-08-31T17:28:06.267Ztest switchport::test::port_id_ordering ... ok
99312026-08-31T17:28:06.267Z Lane 0 Lane 1 Lane 2 Lane 3
99322026-08-31T17:28:06.267Z State: Activated Lane 0 Activated Activated Lane 1Activated
99332026-08-31T17:28:06.267ZLane 2 Rx Output Enabled: false Lane 3false
99342026-08-31T17:28:06.267Z false Rx Loss-of-lock: Yes false
99352026-08-31T17:28:06.267ZYes Rx Output Status: valid Yesvalid Yes
99362026-08-31T17:28:06.267Zvalid valid Rx Loss-of-signal: Yes
99372026-08-31T17:28:06.267Z Rx Loss-of-lock: true Yes trueYes Yestrue
99382026-08-31T17:28:06.267Z true Rx CDR Enabled: Yes
99392026-08-31T17:28:06.267Z Rx Loss-of-signal: false Yes false Yesfalse Yes
99402026-08-31T17:28:06.267Zfalse
99412026-08-31T17:28:06.267Z Tx Enabled: YesRx Auto-squelch Disable: true Yes true Yes Yestrue
99422026-08-31T17:28:06.267Z true Tx Loss-of-lock: No
99432026-08-31T17:28:06.267Z Tx Output Enabled: trueNo trueNo No
99442026-08-31T17:28:06.267Ztrue true Tx Loss-of-signal: No
99452026-08-31T17:28:06.267Z Tx Output Status: invalidNo No invalidNo
99462026-08-31T17:28:06.267Zinvalid Tx CDR Enabled: No invalid
99472026-08-31T17:28:06.267ZNo Tx Loss-of-lock: false No falseNo
99482026-08-31T17:28:06.267Zfalse Tx Adaptive EQ Fault: Nofalse
99492026-08-31T17:28:06.267ZNo Tx Loss-of-signal: true No trueNo
99502026-08-31T17:28:06.267Ztrue true Tx Fault: Yes
99512026-08-31T17:28:06.267Z Tx Auto-squelch Disable: falseYes falseYes Yesfalse
99522026-08-31T17:28:06.267Z false
99532026-08-31T17:28:06.267Z Tx Adaptive EQ Fail: true true true true
99542026-08-31T17:28:06.267Z Tx Failure: false false false false
99552026-08-31T17:28:06.267Z Tx Force Squelch: true true true true
99562026-08-31T17:28:06.267Z Tx Input Polarity: normal normal normal normal
99572026-08-31T17:28:06.267Ztest switchport::test::test_print_sff_datapath ... ok
99582026-08-31T17:28:06.267Ztest switchport::test::test_print_cmis_datapath ... ok
99592026-08-31T17:28:06.267Ztest link::test_filter ... ok
99602026-08-31T17:28:06.267Z
99612026-08-31T17:28:06.267Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99622026-08-31T17:28:06.267Z
99632026-08-31T17:28:06.271Z Running tests/cli/main.rs (target/debug/deps/cli-66983617425916ef)
99642026-08-31T17:28:06.278Z
99652026-08-31T17:28:06.278Zrunning 7 tests
99662026-08-31T17:28:06.281Ztest counters::counters_list ... ignored
99672026-08-31T17:28:06.281Ztest link_apply::apply_tx_eq_all ... ignored
99682026-08-31T17:28:06.282Ztest link_apply::apply_tx_eq_custom ... ignored
99692026-08-31T17:28:06.282Ztest tx_eq::set_all_taps ... ignored
99702026-08-31T17:28:06.282Ztest tx_eq::set_partial_taps ... ignored
99712026-08-31T17:28:06.284Ztest cmd::test::pattern_statics ... ok
99722026-08-31T17:28:06.291Ztest link_apply::tx_eq_exclusive ... ok
99732026-08-31T17:28:06.291Z
99742026-08-31T17:28:06.294Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
99752026-08-31T17:28:06.294Z
99762026-08-31T17:28:06.294Z Running unittests src/main.rs (target/debug/deps/tfportd-5482807a091a6da3)
99772026-08-31T17:28:06.297Z
99782026-08-31T17:28:06.297Zrunning 3 tests
99792026-08-31T17:28:06.300Ztest linklocal::test_parse_ipadm ... ok
99802026-08-31T17:28:06.300Ztest tfport::test_parse_tfport ... ok
99812026-08-31T17:28:06.300Ztest config::tests::test_updates ... ok
99822026-08-31T17:28:06.300Z
99832026-08-31T17:28:06.300Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99842026-08-31T17:28:06.300Z
99852026-08-31T17:28:06.300Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
99862026-08-31T17:28:06.305Z
99872026-08-31T17:28:06.305Zrunning 0 tests
99882026-08-31T17:28:06.308Z
99892026-08-31T17:28:06.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99902026-08-31T17:28:06.308Z
99912026-08-31T17:28:06.308Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
99922026-08-31T17:28:06.311Z
99932026-08-31T17:28:06.311Zrunning 0 tests
99942026-08-31T17:28:06.311Z
99952026-08-31T17:28:06.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99962026-08-31T17:28:06.311Z
99972026-08-31T17:28:06.313Z Doc-tests aal
99982026-08-31T17:28:06.816Z
99992026-08-31T17:28:06.816Zrunning 0 tests
100002026-08-31T17:28:06.816Z
100012026-08-31T17:28:06.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100022026-08-31T17:28:06.819Z
100032026-08-31T17:28:06.843Z Doc-tests aal_macros
100042026-08-31T17:28:06.916Z
100052026-08-31T17:28:06.916Zrunning 0 tests
100062026-08-31T17:28:06.916Z
100072026-08-31T17:28:06.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100082026-08-31T17:28:06.916Z
100092026-08-31T17:28:06.927Z Doc-tests common
100102026-08-31T17:28:07.162Z
100112026-08-31T17:28:07.162Zrunning 0 tests
100122026-08-31T17:28:07.162Z
100132026-08-31T17:28:07.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100142026-08-31T17:28:07.163Z
100152026-08-31T17:28:07.190Z Doc-tests dpd_api
100162026-08-31T17:28:07.952Z
100172026-08-31T17:28:07.953Zrunning 2 tests
100182026-08-31T17:28:07.953Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100192026-08-31T17:28:07.953Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100202026-08-31T17:28:07.953Z
100212026-08-31T17:28:07.953Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100222026-08-31T17:28:07.953Z
100232026-08-31T17:28:07.982Z Doc-tests dpd_client
100242026-08-31T17:28:09.489Z
100252026-08-31T17:28:09.489Zrunning 0 tests
100262026-08-31T17:28:09.490Z
100272026-08-31T17:28:09.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100282026-08-31T17:28:09.490Z
100292026-08-31T17:28:09.543Z Doc-tests dpd_types
100302026-08-31T17:28:09.726Z
100312026-08-31T17:28:09.726Zrunning 0 tests
100322026-08-31T17:28:09.726Z
100332026-08-31T17:28:09.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100342026-08-31T17:28:09.726Z
100352026-08-31T17:28:09.749Z Doc-tests dpd_types_versions
100362026-08-31T17:28:11.278Z
100372026-08-31T17:28:11.278Zrunning 1 test
100382026-08-31T17:28:11.278Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100392026-08-31T17:28:11.278Z
100402026-08-31T17:28:11.278Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100412026-08-31T17:28:11.278Z
100422026-08-31T17:28:11.326Z Doc-tests packet
100432026-08-31T17:28:11.544Z
100442026-08-31T17:28:11.544Zrunning 0 tests
100452026-08-31T17:28:11.544Z
100462026-08-31T17:28:11.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100472026-08-31T17:28:11.545Z
100482026-08-31T17:28:11.570Z Doc-tests pcap
100492026-08-31T17:28:11.623Z
100502026-08-31T17:28:11.623Zrunning 0 tests
100512026-08-31T17:28:11.623Z
100522026-08-31T17:28:11.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100532026-08-31T17:28:11.623Z
100542026-08-31T17:28:11.675Zprocess exited: duration 607942 ms, exit code 0
 
100552026-08-31T17:28:11.685Zfound 0 output files