01KRPY4FNEA3WQD2W97W1B7349: test

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

Buildomat Job: 01KRPY4RZCH0HWJN7F2AEVFYMA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T23:05:16.689Zjob assigned to worker 01KRPY4WTGZ576MSTNN02A608P [factory aws, i-0452b363ba965815c] (queued for 44 s)
 
22026-05-15T23:05:23.883Zstarting task 0: "setup"
32026-05-15T23:05:23.887Z++ uname -s
42026-05-15T23:05:23.891Z+ kern=SunOS
52026-05-15T23:05:23.891Z+ build_user=build
62026-05-15T23:05:23.891Z+ build_uid=12345
72026-05-15T23:05:23.891Z+ work_dir=/work
82026-05-15T23:05:23.891Z+ input_dir=/input
92026-05-15T23:05:23.891Z+ [[ 0 == 12345 ]]
102026-05-15T23:05:23.891Z+ case "$kern" in
112026-05-15T23:05:23.891Z+ groupadd -g 12345 build
122026-05-15T23:05:23.894Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T23:05:25.941Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T23:05:26.005Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T23:05:26.013Z+ home_fs=zfs
162026-05-15T23:05:26.013Z+ [[ zfs == autofs ]]
172026-05-15T23:05:26.013Z+ mkdir -p /home/build
182026-05-15T23:05:26.013Z+ chown build:build /home/build /work
192026-05-15T23:05:27.998Z+ chmod 0700 /home/build /work
202026-05-15T23:05:28.001Zprocess exited: duration 4119 ms, exit code 0
 
212026-05-15T23:05:28.007Zstarting task 1: "rust-toolchain"
222026-05-15T23:05:28.012Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-15T23:05:28.012Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T23:05:28.012Z * rust toolchain channel = "1.90.0"
252026-05-15T23:05:28.012Z * rust toolchain profile = "default"
262026-05-15T23:05:28.012Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T23:05:28.012Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T23:05:28.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T23:05:28.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-15T23:05:28.114Zinfo: downloading installer
312026-05-15T23:05:29.507Zwarn: It looks like you have an existing installation of Rust at:
322026-05-15T23:05:29.507Zwarn: /opt/ooce/bin
332026-05-15T23:05:29.507Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-15T23:05:29.507Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-15T23:05:29.507Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-15T23:05:29.507Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-15T23:05:29.507Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-15T23:05:29.507Zerror: cannot install while Rust is installed
392026-05-15T23:05:29.507Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-15T23:05:29.510Zwarn: It looks like you have an existing rustup settings file at:
412026-05-15T23:05:29.510Zwarn: /home/build/.rustup/settings.toml
422026-05-15T23:05:29.510Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-15T23:05:29.510Zwarn: instead of the one inferred from the default host triple.
442026-05-15T23:05:29.520Zinfo: profile set to default
452026-05-15T23:05:29.520Zinfo: default host triple is x86_64-unknown-illumos
462026-05-15T23:05:29.523Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-15T23:05:29.687Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-15T23:05:29.690Zinfo: downloading 6 components
492026-05-15T23:05:43.966Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-15T23:05:43.966Z
512026-05-15T23:05:44.000Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-15T23:05:44.000Z
532026-05-15T23:05:44.000Z
542026-05-15T23:05:44.000ZRust is installed now. Great!
552026-05-15T23:05:44.001Z
562026-05-15T23:05:44.001ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-15T23:05:44.001Zenvironment variable. This has not been done automatically.
582026-05-15T23:05:44.001Z
592026-05-15T23:05:44.001ZTo configure your current shell, you need to source
602026-05-15T23:05:44.001Zthe corresponding env file under $HOME/.cargo.
612026-05-15T23:05:44.001Z
622026-05-15T23:05:44.001ZThis is usually done by running one of the following (note the leading DOT):
632026-05-15T23:05:44.004Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-15T23:05:44.004Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-15T23:05:44.004Zsource "~/.cargo/env.nu" # For nushell
662026-05-15T23:05:44.004Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-15T23:05:44.004Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-15T23:05:44.004Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-15T23:05:44.004Zwarn: no default linker (`cc`) was found in your PATH
702026-05-15T23:05:44.004Zwarn: many Rust crates require a system C toolchain to build
712026-05-15T23:05:44.080Z+ rustup --version
722026-05-15T23:05:44.089Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-15T23:05:44.092Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-15T23:05:44.112Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-15T23:05:44.115Z+ cargo --version
762026-05-15T23:05:44.128Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-15T23:05:44.131Z+ rustc --version
782026-05-15T23:05:44.150Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-15T23:05:44.153Zprocess exited: duration 16143 ms, exit code 0
 
802026-05-15T23:05:44.159Zstarting task 2: "authentication"
812026-05-15T23:05:44.175Zprocess exited: duration 15 ms, exit code 0
 
822026-05-15T23:05:44.181Zstarting task 3: "clone repository"
832026-05-15T23:05:44.184Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-15T23:05:44.187Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-15T23:05:44.268ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-15T23:05:45.299Z+ cd /work/oxidecomputer/dendrite
872026-05-15T23:05:45.299Z+ git fetch origin d5cbf7b63d4de00c8ce6b373964c9f3f055417e2
882026-05-15T23:05:45.555ZFrom https://github.com/oxidecomputer/dendrite
892026-05-15T23:05:45.555Z * branch d5cbf7b63d4de00c8ce6b373964c9f3f055417e2 -> FETCH_HEAD
902026-05-15T23:05:45.558Z+ [[ -n trey/route-target-shrink-in-place ]]
912026-05-15T23:05:45.561Z++ git branch --show-current
922026-05-15T23:05:45.561Z+ current=main
932026-05-15T23:05:45.561Z+ [[ main != trey/route-target-shrink-in-place ]]
942026-05-15T23:05:45.561Z+ git branch -f trey/route-target-shrink-in-place d5cbf7b63d4de00c8ce6b373964c9f3f055417e2
952026-05-15T23:05:45.564Z+ git checkout -f trey/route-target-shrink-in-place
962026-05-15T23:05:45.582ZSwitched to branch 'trey/route-target-shrink-in-place'
972026-05-15T23:05:45.585Z+ git reset --hard d5cbf7b63d4de00c8ce6b373964c9f3f055417e2
982026-05-15T23:05:45.600ZHEAD is now at d5cbf7b dpd: introduce RouteTableOps trait; decouple route tests from the ASIC backend
992026-05-15T23:05:45.603Zprocess exited: duration 1419 ms, exit code 0
 
1002026-05-15T23:05:45.609Zstarting task 4: "build"
1012026-05-15T23:05:45.613Z+ source .github/buildomat/common.sh
1022026-05-15T23:05:45.615Z++ TOFINO_STAGES=20
1032026-05-15T23:05:45.616Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-15T23:05:45.616Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-15T23:05:45.616Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-15T23:05:45.616Z+++ uname -s
1072026-05-15T23:05:45.616Z++ '[' SunOS == SunOS ']'
1082026-05-15T23:05:45.616Z++ SERIES=illumos
1092026-05-15T23:05:45.616Z+++ uname -s
1102026-05-15T23:05:45.619Z++ '[' SunOS == SunOS ']'
1112026-05-15T23:05:45.619Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-15T23:05:45.619Z++ rustup show active-toolchain
1132026-05-15T23:05:45.622Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-15T23:05:45.624Z+ source .github/buildomat/illumos.sh
1152026-05-15T23:05:45.624Z++ banner 'sde setup'
1162026-05-15T23:05:45.624Z
1172026-05-15T23:05:45.624Z #### ##### ###### #### ###### ##### # # #####
1182026-05-15T23:05:45.624Z # # # # # # # # # # #
1192026-05-15T23:05:45.625Z #### # # ##### #### ##### # # # # #
1202026-05-15T23:05:45.625Z # # # # # # # # # #####
1212026-05-15T23:05:45.625Z # # # # # # # # # # # #
1222026-05-15T23:05:45.625Z #### ##### ###### #### ###### # #### #
1232026-05-15T23:05:45.625Z
1242026-05-15T23:05:45.625Z++ export PKG=tofino_sde.p5p
1252026-05-15T23:05:45.625Z++ PKG=tofino_sde.p5p
1262026-05-15T23:05:45.625Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-15T23:05:45.630Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-15T23:05:45.633Z Dload Upload Total Spent Left Speed
1292026-05-15T23:05:46.834Z 0 0 0 0 0 0 0 0 0 89 76.03M 89 67.90M 0 0 62.21M 0 00:01 00:01 62.22M 100 76.03M 100 76.03M 0 0 63.13M 0 00:01 00:01 62.22M 100 76.03M 100 76.03M 0 0 63.13M 0 00:01 00:01 62.22M 100 76.03M 100 76.03M 0 0 63.13M 0 00:01 00:01 62.22M
1302026-05-15T23:05:46.838Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-15T23:05:46.884Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-15T23:05:46.886Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-15T23:05:46.886Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-15T23:05:56.148Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-15T23:06:03.892Z Startup: Caching catalogs ... Done
1362026-05-15T23:06:04.086Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-15T23:06:13.352ZPlanning: Solver setup ... Done
1382026-05-15T23:06:13.390ZPlanning: Running solver ... Done
1392026-05-15T23:06:13.530ZPlanning: Finding local manifests ... Done
1402026-05-15T23:06:13.534ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-15T23:06:13.537ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-15T23:06:13.551ZPlanning: Package planning ... Done
1432026-05-15T23:06:13.554ZPlanning: Merging actions ... Done
1442026-05-15T23:06:13.661ZPlanning: Checking for conflicting actions ... Done
1452026-05-15T23:06:13.664ZPlanning: Consolidating action changes ... Done
1462026-05-15T23:06:14.510ZPlanning: Evaluating mediators ... Done
1472026-05-15T23:06:14.513ZPlanning: Planning completed in 10.42 seconds
1482026-05-15T23:06:14.517Z Packages to install: 1
1492026-05-15T23:06:14.521Z Create boot environment: No
1502026-05-15T23:06:14.521ZCreate backup boot environment: No
1512026-05-15T23:06:14.559Z
1522026-05-15T23:06:14.559ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-15T23:06:14.698ZDownload: Completed 75.30 MB in 0.14 seconds (541M/s)
1542026-05-15T23:06:14.881Z Actions: 1/293 actions (Installing new actions)
1552026-05-15T23:06:15.860Z Actions: Completed 293 actions in 0.98 seconds.
1562026-05-15T23:06:15.863Z Done
1572026-05-15T23:06:15.903Z Done
1582026-05-15T23:06:16.588Z Done
1592026-05-15T23:06:19.744Z Done
1602026-05-15T23:06:19.835Z Done
1612026-05-15T23:06:19.838Z Done
1622026-05-15T23:06:20.015Z Done
1632026-05-15T23:06:20.720Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-15T23:06:20.720Z++ SDE=/opt/oxide/tofino_sde
1652026-05-15T23:06:20.720Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-15T23:06:20.720Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-15T23:06:20.720Z++ banner packages
1682026-05-15T23:06:20.723Z
1692026-05-15T23:06:20.723Z ##### ## #### # # ## #### ###### ####
1702026-05-15T23:06:20.723Z # # # # # # # # # # # # # #
1712026-05-15T23:06:20.723Z # # # # # #### # # # ##### ####
1722026-05-15T23:06:20.723Z ##### ###### # # # ###### # ### # #
1732026-05-15T23:06:20.723Z # # # # # # # # # # # # # #
1742026-05-15T23:06:20.723Z # # # #### # # # # #### ###### ####
1752026-05-15T23:06:20.724Z
1762026-05-15T23:06:20.724Z++ pfexec pkg install clang-15 pcap
1772026-05-15T23:06:21.136Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-15T23:06:21.139Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-15T23:06:28.456ZPlanning: Solver setup ... Done
1802026-05-15T23:06:28.497ZPlanning: Running solver ... Done
1812026-05-15T23:06:28.637ZPlanning: Finding local manifests ... Done
1822026-05-15T23:06:28.640ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-15T23:06:28.846ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-15T23:06:28.876ZPlanning: Package planning ... Done
1852026-05-15T23:06:28.901ZPlanning: Merging actions ... Done
1862026-05-15T23:06:29.011ZPlanning: Checking for conflicting actions ... Done
1872026-05-15T23:06:29.017ZPlanning: Consolidating action changes ... Done
1882026-05-15T23:06:29.179ZPlanning: Evaluating mediators ... Done
1892026-05-15T23:06:29.184ZPlanning: Planning completed in 8.05 seconds
1902026-05-15T23:06:29.191Z Packages to install: 2
1912026-05-15T23:06:29.191Z Mediators to change: 2
1922026-05-15T23:06:29.191Z Services to change: 1
1932026-05-15T23:06:29.191Z Create boot environment: No
1942026-05-15T23:06:29.191ZCreate backup boot environment: No
1952026-05-15T23:06:29.224Z
1962026-05-15T23:06:29.224ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-15T23:06:34.225ZDownload: 2126/3076 items 118.6/211.3MB 56% complete (24.1M/s)
1982026-05-15T23:06:36.403ZDownload: Completed 211.31 MB in 7.18 seconds (29.4M/s)
1992026-05-15T23:06:36.671Z Actions: 1/3418 actions (Installing new actions)
2002026-05-15T23:06:39.881Z Actions: Completed 3418 actions in 3.21 seconds.
2012026-05-15T23:06:40.442Z Done
2022026-05-15T23:06:40.442Z Done
2032026-05-15T23:06:41.182Z Done
2042026-05-15T23:06:44.095Z Done
2052026-05-15T23:06:44.168Z Done
2062026-05-15T23:06:44.171Z Done
2072026-05-15T23:06:44.359Z Done
2082026-05-15T23:06:44.495Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-05-15T23:06:44.694ZPlanning: Evaluating mediator changes ... Done
2102026-05-15T23:06:44.804ZPlanning: Checking for conflicting actions ... Done
2112026-05-15T23:06:44.807ZPlanning: Consolidating action changes ... Done
2122026-05-15T23:06:44.966ZPlanning: Evaluating mediators ... Done
2132026-05-15T23:06:44.969ZPlanning: Planning completed in 0.27 seconds
2142026-05-15T23:06:44.987Z Mediators to change: 2
2152026-05-15T23:06:44.987Z Create boot environment: No
2162026-05-15T23:06:44.987ZCreate backup boot environment: No
2172026-05-15T23:06:45.056Z Done
2182026-05-15T23:06:45.056Z Done
2192026-05-15T23:06:45.682Z Done
2202026-05-15T23:06:48.168Z Done
2212026-05-15T23:06:48.239Z Done
2222026-05-15T23:06:48.242Z Done
2232026-05-15T23:06:48.361Z Done
2242026-05-15T23:06:48.435Z++ cargo --version
2252026-05-15T23:06:48.445Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-05-15T23:06:48.447Z++ rustc --version
2272026-05-15T23:06:48.468Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-05-15T23:06:48.471Z+ banner copyrights
2292026-05-15T23:06:48.474Z
2302026-05-15T23:06:48.474Z #### #### ##### # # ##### # #### # # ##### ####
2312026-05-15T23:06:48.474Z # # # # # # # # # # # # # # # # #
2322026-05-15T23:06:48.474Z # # # # # # # # # # ###### # ####
2332026-05-15T23:06:48.474Z # # # ##### # ##### # # ### # # # #
2342026-05-15T23:06:48.474Z # # # # # # # # # # # # # # # #
2352026-05-15T23:06:48.474Z #### #### # # # # # #### # # # ####
2362026-05-15T23:06:48.474Z
2372026-05-15T23:06:48.474Z+ ./tools/check_copyrights.sh
2382026-05-15T23:06:48.753Zcommon/src/illumos.rs: Copyright with wrong year
2392026-05-15T23:06:49.509Zdpd/p4/headers.p4: Copyright with wrong year
2402026-05-15T23:06:49.931Zpacket/src/eth.rs: Copyright with wrong year
2412026-05-15T23:06:50.407Z+ banner clippy
2422026-05-15T23:06:50.410Z
2432026-05-15T23:06:50.410Z #### # # ##### ##### # #
2442026-05-15T23:06:50.410Z # # # # # # # # # #
2452026-05-15T23:06:50.410Z # # # # # # # #
2462026-05-15T23:06:50.410Z # # # ##### ##### #
2472026-05-15T23:06:50.410Z # # # # # # #
2482026-05-15T23:06:50.410Z #### ###### # # # #
2492026-05-15T23:06:50.410Z
2502026-05-15T23:06:50.410Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-05-15T23:06:50.410Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-05-15T23:06:50.561Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-05-15T23:07:00.391Z Updating crates.io index
2542026-05-15T23:07:00.432Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-15T23:07:00.688Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-05-15T23:07:01.378Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-05-15T23:07:01.623Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-05-15T23:07:01.832Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-15T23:07:03.342Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-05-15T23:07:03.594Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-05-15T23:07:03.906Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-15T23:07:04.363Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-05-15T23:07:04.617Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-05-15T23:07:04.964Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-05-15T23:07:05.417Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-05-15T23:07:05.713Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-05-15T23:07:06.048Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-05-15T23:07:06.643Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-15T23:07:06.943Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-05-15T23:07:07.174Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-05-15T23:07:07.432Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-05-15T23:07:07.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-05-15T23:07:08.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-05-15T23:07:08.665Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-05-15T23:07:09.068Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-15T23:07:10.941Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-05-15T23:07:11.532Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-05-15T23:07:13.338Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-05-15T23:07:13.940Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-05-15T23:07:14.218Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-05-15T23:07:14.464Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-05-15T23:07:16.136Z Downloading crates ...
2832026-05-15T23:07:16.202Z Downloaded cargo_metadata v0.18.1
2842026-05-15T23:07:16.205Z Downloaded async-recursion v1.1.1
2852026-05-15T23:07:16.209Z Downloaded async-trait v0.1.89
2862026-05-15T23:07:16.213Z Downloaded crypto-common v0.1.6
2872026-05-15T23:07:16.215Z Downloaded convert_case v0.4.0
2882026-05-15T23:07:16.218Z Downloaded async-stream-impl v0.3.6
2892026-05-15T23:07:16.218Z Downloaded async-stream v0.3.6
2902026-05-15T23:07:16.221Z Downloaded adler2 v2.0.1
2912026-05-15T23:07:16.224Z Downloaded aead v0.5.2
2922026-05-15T23:07:16.227Z Downloaded dtrace-parser v0.3.0
2932026-05-15T23:07:16.230Z Downloaded cargo-platform v0.1.9
2942026-05-15T23:07:16.230Z Downloaded ciborium-ll v0.2.2
2952026-05-15T23:07:16.233Z Downloaded equivalent v1.0.2
2962026-05-15T23:07:16.233Z Downloaded embedded-io v0.6.1
2972026-05-15T23:07:16.235Z Downloaded displaydoc v0.2.5
2982026-05-15T23:07:16.238Z Downloaded hostname v0.3.1
2992026-05-15T23:07:16.241Z Downloaded errno v0.3.14
3002026-05-15T23:07:16.244Z Downloaded futures-core v0.3.32
3012026-05-15T23:07:16.244Z Downloaded git-stub v1.0.0
3022026-05-15T23:07:16.247Z Downloaded chacha20 v0.9.1
3032026-05-15T23:07:16.250Z Downloaded fixedbitset v0.4.2
3042026-05-15T23:07:16.250Z Downloaded float-ord v0.3.2
3052026-05-15T23:07:16.253Z Downloaded colored v3.0.0
3062026-05-15T23:07:16.256Z Downloaded glob v0.3.3
3072026-05-15T23:07:16.259Z Downloaded constant_time_eq v0.3.1
3082026-05-15T23:07:16.259Z Downloaded fs_extra v1.3.0
3092026-05-15T23:07:16.262Z Downloaded ff v0.13.1
3102026-05-15T23:07:16.265Z Downloaded gethostname v0.5.0
3112026-05-15T23:07:16.265Z Downloaded bytes v1.11.1
3122026-05-15T23:07:16.268Z Downloaded bitflags v1.3.2
3132026-05-15T23:07:16.271Z Downloaded hickory-resolver v0.24.4
3142026-05-15T23:07:16.274Z Downloaded drift v0.1.3
3152026-05-15T23:07:16.279Z Downloaded daft v0.1.4
3162026-05-15T23:07:16.281Z Downloaded hashbrown v0.12.3
3172026-05-15T23:07:16.284Z Downloaded cpufeatures v0.2.17
3182026-05-15T23:07:16.287Z Downloaded http-body v1.0.1
3192026-05-15T23:07:16.290Z Downloaded heck v0.5.0
3202026-05-15T23:07:16.290Z Downloaded enum-as-inner v0.6.1
3212026-05-15T23:07:16.293Z Downloaded curve25519-dalek-derive v0.1.1
3222026-05-15T23:07:16.296Z Downloaded foreign-types-macros v0.2.3
3232026-05-15T23:07:16.296Z Downloaded dunce v1.0.5
3242026-05-15T23:07:16.299Z Downloaded hash32 v0.3.1
3252026-05-15T23:07:16.299Z Downloaded futures-io v0.3.32
3262026-05-15T23:07:16.302Z Downloaded foreign-types-shared v0.1.1
3272026-05-15T23:07:16.304Z Downloaded hubpack_derive v0.1.1
3282026-05-15T23:07:16.304Z Downloaded dof v0.3.0
3292026-05-15T23:07:16.307Z Downloaded ingot v0.1.1
3302026-05-15T23:07:16.307Z Downloaded debug-ignore v1.0.5
3312026-05-15T23:07:16.310Z Downloaded heck v0.4.1
3322026-05-15T23:07:16.312Z Downloaded fastrand v2.3.0
3332026-05-15T23:07:16.315Z Downloaded futures-sink v0.3.32
3342026-05-15T23:07:16.315Z Downloaded foreign-types v0.3.2
3352026-05-15T23:07:16.318Z Downloaded fnv v1.0.7
3362026-05-15T23:07:16.318Z Downloaded embedded-io v0.4.0
3372026-05-15T23:07:16.321Z Downloaded foreign-types v0.5.0
3382026-05-15T23:07:16.321Z Downloaded ident_case v1.0.1
3392026-05-15T23:07:16.324Z Downloaded darling_macro v0.21.3
3402026-05-15T23:07:16.327Z Downloaded bit-set v0.8.0
3412026-05-15T23:07:16.327Z Downloaded futures-task v0.3.32
3422026-05-15T23:07:16.329Z Downloaded indent_write v2.2.0
3432026-05-15T23:07:16.332Z Downloaded display-error-chain v0.2.2
3442026-05-15T23:07:16.332Z Downloaded foreign-types-shared v0.3.1
3452026-05-15T23:07:16.335Z Downloaded hex v0.4.3
3462026-05-15T23:07:16.335Z Downloaded defmt-macros v1.0.1
3472026-05-15T23:07:16.338Z Downloaded hubpack v0.1.2
3482026-05-15T23:07:16.341Z Downloaded const_format_proc_macros v0.2.34
3492026-05-15T23:07:16.344Z Downloaded ciborium v0.2.2
3502026-05-15T23:07:16.344Z Downloaded erased-serde v0.3.31
3512026-05-15T23:07:16.346Z Downloaded camino-tempfile v1.4.1
3522026-05-15T23:07:16.349Z Downloaded instant v0.1.13
3532026-05-15T23:07:16.352Z Downloaded libscf-sys v1.1.0
3542026-05-15T23:07:16.352Z Downloaded hyper-tls v0.6.0
3552026-05-15T23:07:16.355Z Downloaded idna_adapter v1.2.1
3562026-05-15T23:07:16.355Z Downloaded bytecount v0.6.9
3572026-05-15T23:07:16.357Z Downloaded byteorder v1.5.0
3582026-05-15T23:07:16.360Z Downloaded httpdate v1.0.3
3592026-05-15T23:07:16.360Z Downloaded bcs v0.1.6
3602026-05-15T23:07:16.363Z Downloaded autocfg v1.5.0
3612026-05-15T23:07:16.366Z Downloaded data-encoding v2.9.0
3622026-05-15T23:07:16.366Z Downloaded itoa v1.0.15
3632026-05-15T23:07:16.369Z Downloaded defmt v1.0.1
3642026-05-15T23:07:16.372Z Downloaded is-terminal v0.4.16
3652026-05-15T23:07:16.372Z Downloaded internet-checksum v0.2.1
3662026-05-15T23:07:16.374Z Downloaded crossbeam-deque v0.8.6
3672026-05-15T23:07:16.374Z Downloaded keccak v0.1.6
3682026-05-15T23:07:16.377Z Downloaded lazy_static v1.5.0
3692026-05-15T23:07:16.380Z Downloaded http-body-util v0.1.3
3702026-05-15T23:07:16.380Z Downloaded csv-core v0.1.12
3712026-05-15T23:07:16.383Z Downloaded lru-cache v0.1.2
3722026-05-15T23:07:16.383Z Downloaded managed v0.8.0
3732026-05-15T23:07:16.386Z Downloaded linked-hash-map v0.5.6
3742026-05-15T23:07:16.389Z Downloaded macaddr v1.0.1
3752026-05-15T23:07:16.389Z Downloaded fixedbitset v0.5.7
3762026-05-15T23:07:16.391Z Downloaded anstream v1.0.0
3772026-05-15T23:07:16.394Z Downloaded group v0.13.0
3782026-05-15T23:07:16.395Z Downloaded camino v1.2.2
3792026-05-15T23:07:16.397Z Downloaded match_cfg v0.1.0
3802026-05-15T23:07:16.397Z Downloaded iana-time-zone v0.1.64
3812026-05-15T23:07:16.400Z Downloaded hkdf v0.12.4
3822026-05-15T23:07:16.403Z Downloaded goblin v0.8.2
3832026-05-15T23:07:16.406Z Downloaded num v0.4.3
3842026-05-15T23:07:16.409Z Downloaded memmap v0.7.0
3852026-05-15T23:07:16.409Z Downloaded newtype-uuid-macros v0.1.0
3862026-05-15T23:07:16.411Z Downloaded allocator-api2 v0.2.21
3872026-05-15T23:07:16.414Z Downloaded num_threads v0.1.7
3882026-05-15T23:07:16.414Z Downloaded newline-converter v0.3.0
3892026-05-15T23:07:16.419Z Downloaded omicron-workspace-hack v0.1.0
3902026-05-15T23:07:16.419Z Downloaded num-conv v0.2.1
3912026-05-15T23:07:16.422Z Downloaded humantime v2.3.0
3922026-05-15T23:07:16.422Z Downloaded opaque-debug v0.3.1
3932026-05-15T23:07:16.422Z Downloaded fs-err v3.1.2
3942026-05-15T23:07:16.424Z Downloaded deranged v0.5.3
3952026-05-15T23:07:16.427Z Downloaded olpc-cjson v0.1.4
3962026-05-15T23:07:16.427Z Downloaded highway v1.3.0
3972026-05-15T23:07:16.430Z Downloaded foldhash v0.2.0
3982026-05-15T23:07:16.430Z Downloaded kstat-rs v0.2.4
3992026-05-15T23:07:16.433Z Downloaded cookie v0.18.1
4002026-05-15T23:07:16.437Z Downloaded jobserver v0.1.34
4012026-05-15T23:07:16.437Z Downloaded bitflags v2.9.4
4022026-05-15T23:07:16.440Z Downloaded openssl-probe v0.1.6
4032026-05-15T23:07:16.440Z Downloaded lock_api v0.4.14
4042026-05-15T23:07:16.443Z Downloaded libsw-core v0.3.2
4052026-05-15T23:07:16.443Z Downloaded libsw v3.5.0
4062026-05-15T23:07:16.446Z Downloaded crc32fast v1.5.0
4072026-05-15T23:07:16.449Z Downloaded ipnetwork v0.21.1
4082026-05-15T23:07:16.449Z Downloaded linear-map v1.2.0
4092026-05-15T23:07:16.452Z Downloaded httparse v1.10.1
4102026-05-15T23:07:16.455Z Downloaded ingot-types v0.1.2
4112026-05-15T23:07:16.455Z Downloaded libloading v0.8.9
4122026-05-15T23:07:16.458Z Downloaded openssl-macros v0.1.1
4132026-05-15T23:07:16.458Z Downloaded derive-where v1.6.0
4142026-05-15T23:07:16.460Z Downloaded anyhow v1.0.102
4152026-05-15T23:07:16.463Z Downloaded native-tls v0.2.14
4162026-05-15T23:07:16.466Z Downloaded phf_shared v0.12.1
4172026-05-15T23:07:16.466Z Downloaded plain v0.2.3
4182026-05-15T23:07:16.469Z Downloaded pin-utils v0.1.0
4192026-05-15T23:07:16.469Z Downloaded potential_utf v0.1.3
4202026-05-15T23:07:16.471Z Downloaded parse-display v0.10.0
4212026-05-15T23:07:16.472Z Downloaded num-integer v0.1.46
4222026-05-15T23:07:16.474Z Downloaded newtype-uuid v1.3.2
4232026-05-15T23:07:16.474Z Downloaded multer v3.1.0
4242026-05-15T23:07:16.477Z Downloaded percent-encoding v2.3.2
4252026-05-15T23:07:16.480Z Downloaded powerfmt v0.2.0
4262026-05-15T23:07:16.480Z Downloaded proc-macro-error-attr2 v2.0.0
4272026-05-15T23:07:16.483Z Downloaded proc-macro-crate v1.3.1
4282026-05-15T23:07:16.483Z Downloaded pretty-hex v0.4.1
4292026-05-15T23:07:16.483Z Downloaded proc-macro-error-attr v1.0.4
4302026-05-15T23:07:16.486Z Downloaded progenitor-client v0.11.1
4312026-05-15T23:07:16.486Z Downloaded progenitor-client v0.10.0
4322026-05-15T23:07:16.489Z Downloaded num-rational v0.4.2
4332026-05-15T23:07:16.489Z Downloaded globset v0.4.16
4342026-05-15T23:07:16.492Z Downloaded num_enum v0.7.5
4352026-05-15T23:07:16.494Z Downloaded ipnet v2.11.0
4362026-05-15T23:07:16.497Z Downloaded ingot-macros v0.1.1
4372026-05-15T23:07:16.497Z Downloaded filetime v0.2.26
4382026-05-15T23:07:16.500Z Downloaded num_enum v0.5.11
4392026-05-15T23:07:16.503Z Downloaded owo-colors v4.3.0
4402026-05-15T23:07:16.503Z Downloaded mime v0.3.17
4412026-05-15T23:07:16.506Z Downloaded quick-error v1.2.3
4422026-05-15T23:07:16.506Z Downloaded darling_core v0.21.3
4432026-05-15T23:07:16.509Z Downloaded progenitor-macro v0.13.0
4442026-05-15T23:07:16.512Z Downloaded futures v0.3.32
4452026-05-15T23:07:16.515Z Downloaded paste v1.0.15
4462026-05-15T23:07:16.518Z Downloaded icu_properties v2.0.1
4472026-05-15T23:07:16.520Z Downloaded memoffset v0.9.1
4482026-05-15T23:07:16.520Z Downloaded pem v3.0.5
4492026-05-15T23:07:16.523Z Downloaded ref-cast v1.0.25
4502026-05-15T23:07:16.523Z Downloaded rand_xorshift v0.4.0
4512026-05-15T23:07:16.526Z Downloaded rand_chacha v0.3.1
4522026-05-15T23:07:16.526Z Downloaded getrandom v0.2.16
4532026-05-15T23:07:16.529Z Downloaded indexmap v1.9.3
4542026-05-15T23:07:16.532Z Downloaded password-hash v0.5.0
4552026-05-15T23:07:16.534Z Downloaded ref-cast-impl v1.0.25
4562026-05-15T23:07:16.534Z Downloaded memmap2 v0.9.8
4572026-05-15T23:07:16.537Z Downloaded flate2 v1.1.2
4582026-05-15T23:07:16.540Z Downloaded rustc_version v0.1.7
4592026-05-15T23:07:16.540Z Downloaded rustc_version v0.4.1
4602026-05-15T23:07:16.543Z Downloaded proc-macro-error v1.0.4
4612026-05-15T23:07:16.543Z Downloaded pkg-config v0.3.32
4622026-05-15T23:07:16.547Z Downloaded pin-project-internal v1.1.10
4632026-05-15T23:07:16.547Z Downloaded rustc-hash v2.1.1
4642026-05-15T23:07:16.550Z Downloaded num_enum_derive v0.7.5
4652026-05-15T23:07:16.550Z Downloaded num-complex v0.4.6
4662026-05-15T23:07:16.550Z Downloaded proc-macro-error2 v2.0.1
4672026-05-15T23:07:16.553Z Downloaded same-file v1.0.6
4682026-05-15T23:07:16.556Z Downloaded scroll_derive v0.12.1
4692026-05-15T23:07:16.556Z Downloaded ppv-lite86 v0.2.21
4702026-05-15T23:07:16.556Z Downloaded poly1305 v0.8.0
4712026-05-15T23:07:16.559Z Downloaded secrecy v0.10.3
4722026-05-15T23:07:16.562Z Downloaded search_path v0.1.4
4732026-05-15T23:07:16.562Z Downloaded progenitor-client v0.13.0
4742026-05-15T23:07:16.565Z Downloaded dropshot_endpoint v0.16.7
4752026-05-15T23:07:16.565Z Downloaded icu_normalizer_data v2.0.0
4762026-05-15T23:07:16.567Z Downloaded once_cell v1.21.3
4772026-05-15T23:07:16.570Z Downloaded progenitor v0.13.0
4782026-05-15T23:07:16.570Z Downloaded omicron-zone-package v0.12.2
4792026-05-15T23:07:16.573Z Downloaded blake2 v0.10.6
4802026-05-15T23:07:16.576Z Downloaded serde_plain v1.0.2
4812026-05-15T23:07:16.576Z Downloaded scroll_derive v0.13.1
4822026-05-15T23:07:16.579Z Downloaded serde-big-array v0.5.1
4832026-05-15T23:07:16.579Z Downloaded progenitor-macro v0.11.1
4842026-05-15T23:07:16.580Z Downloaded progenitor v0.10.0
4852026-05-15T23:07:16.582Z Downloaded progenitor v0.11.1
4862026-05-15T23:07:16.582Z Downloaded serde_spanned v1.0.4
4872026-05-15T23:07:16.585Z Downloaded serde_spanned v0.6.9
4882026-05-15T23:07:16.585Z Downloaded quote v1.0.45
4892026-05-15T23:07:16.588Z Downloaded rand_chacha v0.9.0
4902026-05-15T23:07:16.588Z Downloaded parking_lot v0.12.5
4912026-05-15T23:07:16.591Z Downloaded rand_core v0.6.4
4922026-05-15T23:07:16.591Z Downloaded litemap v0.8.0
4932026-05-15T23:07:16.595Z Downloaded sha1 v0.10.6
4942026-05-15T23:07:16.598Z Downloaded serde_urlencoded v0.7.1
4952026-05-15T23:07:16.598Z Downloaded serde_repr v0.1.20
4962026-05-15T23:07:16.598Z Downloaded pest_meta v2.8.2
4972026-05-15T23:07:16.601Z Downloaded pest_derive v2.8.2
4982026-05-15T23:07:16.601Z Downloaded rustls-pemfile v2.2.0
4992026-05-15T23:07:16.603Z Downloaded pin-project-lite v0.2.16
5002026-05-15T23:07:16.606Z Downloaded jiff-static v0.2.15
5012026-05-15T23:07:16.609Z Downloaded pest_generator v2.8.2
5022026-05-15T23:07:16.609Z Downloaded rand_core v0.9.3
5032026-05-15T23:07:16.612Z Downloaded num-traits v0.2.19
5042026-05-15T23:07:16.612Z Downloaded sigpipe v0.1.3
5052026-05-15T23:07:16.615Z Downloaded scopeguard v1.2.0
5062026-05-15T23:07:16.615Z Downloaded signal-hook-tokio v0.3.1
5072026-05-15T23:07:16.618Z Downloaded smawk v0.3.2
5082026-05-15T23:07:16.618Z Downloaded rustversion v1.0.22
5092026-05-15T23:07:16.621Z Downloaded postcard v1.1.3
5102026-05-15T23:07:16.621Z Downloaded slog-bunyan v2.5.0
5112026-05-15T23:07:16.623Z Downloaded strsim v0.11.1
5122026-05-15T23:07:16.623Z Downloaded strum v0.26.3
5132026-05-15T23:07:16.624Z Downloaded rusty-fork v0.3.0
5142026-05-15T23:07:16.626Z Downloaded siphasher v1.0.1
5152026-05-15T23:07:16.626Z Downloaded resolv-conf v0.7.5
5162026-05-15T23:07:16.629Z Downloaded base64 v0.22.1
5172026-05-15T23:07:16.632Z Downloaded stable_deref_trait v1.2.0
5182026-05-15T23:07:16.632Z Downloaded scroll v0.12.0
5192026-05-15T23:07:16.635Z Downloaded half v2.7.1
5202026-05-15T23:07:16.635Z Downloaded icu_locale_core v2.0.0
5212026-05-15T23:07:16.638Z Downloaded papergrid v0.11.0
5222026-05-15T23:07:16.641Z Downloaded schemars_derive v0.8.22
5232026-05-15T23:07:16.644Z Downloaded semver v1.0.27
5242026-05-15T23:07:16.647Z Downloaded scroll v0.13.0
5252026-05-15T23:07:16.647Z Downloaded serde_derive_internals v0.29.1
5262026-05-15T23:07:16.647Z Downloaded structmeta-derive v0.3.0
5272026-05-15T23:07:16.649Z Downloaded parking_lot_core v0.9.12
5282026-05-15T23:07:16.649Z Downloaded swrite v0.1.0
5292026-05-15T23:07:16.652Z Downloaded sync_wrapper v1.0.2
5302026-05-15T23:07:16.652Z Downloaded subtle v2.6.1
5312026-05-15T23:07:16.655Z Downloaded strum v0.27.2
5322026-05-15T23:07:16.655Z Downloaded tabwriter v1.4.1
5332026-05-15T23:07:16.655Z Downloaded tabled_derive v0.11.0
5342026-05-15T23:07:16.658Z Downloaded supports-color v3.0.2
5352026-05-15T23:07:16.658Z Downloaded quinn-udp v0.5.14
5362026-05-15T23:07:16.661Z Downloaded serde_tokenstream v0.2.3
5372026-05-15T23:07:16.661Z Downloaded icu_normalizer v2.0.0
5382026-05-15T23:07:16.664Z Downloaded crypto-bigint v0.5.5
5392026-05-15T23:07:16.667Z Downloaded heapless v0.8.0
5402026-05-15T23:07:16.669Z Downloaded take_mut v0.2.2
5412026-05-15T23:07:16.669Z Downloaded tagptr v0.2.0
5422026-05-15T23:07:16.672Z Downloaded termtree v0.5.1
5432026-05-15T23:07:16.672Z Downloaded tabled_derive v0.7.0
5442026-05-15T23:07:16.672Z Downloaded log v0.4.29
5452026-05-15T23:07:16.675Z Downloaded terminal_size v0.4.3
5462026-05-15T23:07:16.675Z Downloaded pin-project v1.1.10
5472026-05-15T23:07:16.681Z Downloaded smf v0.2.3
5482026-05-15T23:07:16.684Z Downloaded slog-term v2.9.2
5492026-05-15T23:07:16.687Z Downloaded thiserror-impl-no-std v2.0.2
5502026-05-15T23:07:16.687Z Downloaded thread-id v4.2.2
5512026-05-15T23:07:16.687Z Downloaded time-core v0.1.8
5522026-05-15T23:07:16.689Z Downloaded miniz_oxide v0.8.9
5532026-05-15T23:07:16.689Z Downloaded curl v0.4.49
5542026-05-15T23:07:16.692Z Downloaded ryu v1.0.20
5552026-05-15T23:07:16.695Z Downloaded proc-macro2 v1.0.106
5562026-05-15T23:07:16.698Z Downloaded thread-id v5.0.0
5572026-05-15T23:07:16.698Z Downloaded testing_table v0.3.0
5582026-05-15T23:07:16.698Z Downloaded slog-dtrace v0.3.0
5592026-05-15T23:07:16.701Z Downloaded slab v0.4.11
5602026-05-15T23:07:16.701Z Downloaded crossbeam-channel v0.5.15
5612026-05-15T23:07:16.704Z Downloaded slog-async v2.8.0
5622026-05-15T23:07:16.704Z Downloaded tinyvec_macros v0.1.1
5632026-05-15T23:07:16.707Z Downloaded progenitor-impl v0.10.0
5642026-05-15T23:07:16.707Z Downloaded shlex v1.3.0
5652026-05-15T23:07:16.710Z Downloaded semver v0.1.20
5662026-05-15T23:07:16.710Z Downloaded static_assertions v1.1.0
5672026-05-15T23:07:16.710Z Downloaded snafu-derive v0.8.9
5682026-05-15T23:07:16.712Z Downloaded chacha20poly1305 v0.10.1
5692026-05-15T23:07:16.712Z Downloaded phf v0.12.1
5702026-05-15T23:07:16.713Z Downloaded hyper-util v0.1.19
5712026-05-15T23:07:16.715Z Downloaded elliptic-curve v0.13.8
5722026-05-15T23:07:16.719Z Downloaded progenitor-impl v0.11.1
5732026-05-15T23:07:16.722Z Downloaded oxide-tokio-rt v0.1.2
5742026-05-15T23:07:16.722Z Downloaded const_format v0.2.34
5752026-05-15T23:07:16.724Z Downloaded parse-display-derive v0.10.0
5762026-05-15T23:07:16.724Z Downloaded structmeta v0.3.0
5772026-05-15T23:07:16.727Z Downloaded sha2 v0.10.9
5782026-05-15T23:07:16.727Z Downloaded serde_path_to_error v0.1.20
5792026-05-15T23:07:16.730Z Downloaded strum_macros v0.26.4
5802026-05-15T23:07:16.730Z Downloaded icu_collections v2.0.0
5812026-05-15T23:07:16.733Z Downloaded synstructure v0.13.2
5822026-05-15T23:07:16.735Z Downloaded strum_macros v0.27.2
5832026-05-15T23:07:16.736Z Downloaded topological-sort v0.2.2
5842026-05-15T23:07:16.738Z Downloaded dropshot-api-manager v0.5.2
5852026-05-15T23:07:16.738Z Downloaded http v1.4.0
5862026-05-15T23:07:16.741Z Downloaded papergrid v0.17.0
5872026-05-15T23:07:16.744Z Downloaded toml_write v0.1.2
5882026-05-15T23:07:16.747Z Downloaded try-lock v0.2.5
5892026-05-15T23:07:16.747Z Downloaded tower-layer v0.3.3
5902026-05-15T23:07:16.747Z Downloaded openssl-sys v0.9.112
5912026-05-15T23:07:16.750Z Downloaded signal-hook-registry v1.4.6
5922026-05-15T23:07:16.752Z Downloaded memchr v2.7.5
5932026-05-15T23:07:16.755Z Downloaded tower-service v0.3.3
5942026-05-15T23:07:16.755Z Downloaded slog-json v2.6.1
5952026-05-15T23:07:16.755Z Downloaded serde_with_macros v3.14.1
5962026-05-15T23:07:16.758Z Downloaded indexmap v2.13.0
5972026-05-15T23:07:16.761Z Downloaded unicode-linebreak v0.1.5
5982026-05-15T23:07:16.761Z Downloaded thread_local v1.1.9
5992026-05-15T23:07:16.761Z Downloaded thiserror v2.0.18
6002026-05-15T23:07:16.764Z Downloaded thiserror v1.0.69
6012026-05-15T23:07:16.767Z Downloaded thiserror-impl v2.0.18
6022026-05-15T23:07:16.770Z Downloaded minimal-lexical v0.2.1
6032026-05-15T23:07:16.772Z Downloaded progenitor-impl v0.13.0
6042026-05-15T23:07:16.772Z Downloaded universal-hash v0.5.1
6052026-05-15T23:07:16.775Z Downloaded typify-macro v0.4.3
6062026-05-15T23:07:16.775Z Downloaded smallvec v1.15.1
6072026-05-15T23:07:16.775Z Downloaded untrusted v0.7.1
6082026-05-15T23:07:16.778Z Downloaded unarray v0.1.4
6092026-05-15T23:07:16.778Z Downloaded untrusted v0.9.0
6102026-05-15T23:07:16.778Z Downloaded usdt-attr-macro v0.5.0
6112026-05-15T23:07:16.781Z Downloaded expectorate v1.2.0
6122026-05-15T23:07:16.781Z Downloaded tokio-native-tls v0.3.1
6132026-05-15T23:07:16.784Z Downloaded time-macros v0.2.27
6142026-05-15T23:07:16.784Z Downloaded rayon-core v1.13.0
6152026-05-15T23:07:16.787Z Downloaded serde_yaml v0.9.34+deprecated
6162026-05-15T23:07:16.789Z Downloaded clap_builder v4.6.0
6172026-05-15T23:07:16.792Z Downloaded usdt-attr-macro v0.6.0
6182026-05-15T23:07:16.793Z Downloaded spin v0.9.8
6192026-05-15T23:07:16.795Z Downloaded usdt v0.5.0
6202026-05-15T23:07:16.795Z Downloaded usdt v0.6.0
6212026-05-15T23:07:16.795Z Downloaded utf8_iter v1.0.4
6222026-05-15T23:07:16.796Z Downloaded usdt-macro v0.6.0
6232026-05-15T23:07:16.798Z Downloaded usdt-macro v0.5.0
6242026-05-15T23:07:16.798Z Downloaded toml_datetime v0.6.11
6252026-05-15T23:07:16.798Z Downloaded tokio-dtrace v0.1.1
6262026-05-15T23:07:16.798Z Downloaded hickory-resolver v0.25.2
6272026-05-15T23:07:16.801Z Downloaded tinystr v0.8.1
6282026-05-15T23:07:16.804Z Downloaded signal-hook v0.3.18
6292026-05-15T23:07:16.804Z Downloaded serde_core v1.0.228
6302026-05-15T23:07:16.807Z Downloaded tokio-macros v2.6.0
6312026-05-15T23:07:16.807Z Downloaded thiserror-impl v1.0.69
6322026-05-15T23:07:16.810Z Downloaded unicode-xid v0.2.6
6332026-05-15T23:07:16.810Z Downloaded wait-timeout v0.2.1
6342026-05-15T23:07:16.810Z Downloaded version_check v0.9.5
6352026-05-15T23:07:16.810Z Downloaded utf8parse v0.2.2
6362026-05-15T23:07:16.813Z Downloaded toml_writer v1.0.6+spec-1.1.0
6372026-05-15T23:07:16.813Z Downloaded serde_derive v1.0.228
6382026-05-15T23:07:16.816Z Downloaded want v0.3.1
6392026-05-15T23:07:16.816Z Downloaded waitgroup v0.1.2
6402026-05-15T23:07:16.816Z Downloaded term v1.2.0
6412026-05-15T23:07:16.818Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6422026-05-15T23:07:16.818Z Downloaded prettyplease v0.2.37
6432026-05-15T23:07:16.821Z Downloaded tempfile v3.23.0
6442026-05-15T23:07:16.824Z Downloaded socket2 v0.5.10
6452026-05-15T23:07:16.824Z Downloaded yoke-derive v0.8.0
6462026-05-15T23:07:16.824Z Downloaded slog v2.8.2
6472026-05-15T23:07:16.827Z Downloaded typify-macro v0.6.1
6482026-05-15T23:07:16.827Z Downloaded oxnet v0.1.4
6492026-05-15T23:07:16.827Z Downloaded icu_provider v2.0.0
6502026-05-15T23:07:16.830Z Downloaded getrandom v0.3.3
6512026-05-15T23:07:16.833Z Downloaded progenitor-macro v0.10.0
6522026-05-15T23:07:16.833Z Downloaded clap v4.6.0
6532026-05-15T23:07:16.836Z Downloaded similar v2.7.0
6542026-05-15T23:07:16.839Z Downloaded hyper-rustls v0.27.7
6552026-05-15T23:07:16.842Z Downloaded xattr v1.6.1
6562026-05-15T23:07:16.842Z Downloaded zeroize_derive v1.4.3
6572026-05-15T23:07:16.845Z Downloaded zerofrom-derive v0.1.6
6582026-05-15T23:07:16.845Z Downloaded zerofrom v0.1.6
6592026-05-15T23:07:16.845Z Downloaded thiserror-no-std v2.0.2
6602026-05-15T23:07:16.848Z Downloaded schemars v0.8.22
6612026-05-15T23:07:16.852Z Downloaded tokio-rustls v0.26.3
6622026-05-15T23:07:16.855Z Downloaded crossbeam-epoch v0.9.18
6632026-05-15T23:07:16.857Z Downloaded usdt-impl v0.6.0
6642026-05-15T23:07:16.857Z Downloaded hmac v0.12.1
6652026-05-15T23:07:16.857Z Downloaded futures-channel v0.3.32
6662026-05-15T23:07:16.861Z Downloaded darling v0.21.3
6672026-05-15T23:07:16.863Z Downloaded toml v0.8.23
6682026-05-15T23:07:16.863Z Downloaded socket2 v0.6.0
6692026-05-15T23:07:16.866Z Downloaded rustls-pki-types v1.12.0
6702026-05-15T23:07:16.866Z Downloaded zone v0.3.1
6712026-05-15T23:07:16.869Z Downloaded find-msvc-tools v0.1.9
6722026-05-15T23:07:16.869Z Downloaded tokio-rustls v0.25.0
6732026-05-15T23:07:16.869Z Downloaded vsss-rs v3.3.4
6742026-05-15T23:07:16.872Z Downloaded toml_parser v1.0.6+spec-1.1.0
6752026-05-15T23:07:16.872Z Downloaded rustls-webpki v0.103.6
6762026-05-15T23:07:16.875Z Downloaded crossbeam-utils v0.8.21
6772026-05-15T23:07:16.878Z Downloaded schemars v1.2.0
6782026-05-15T23:07:16.883Z Downloaded whoami v1.6.1
6792026-05-15T23:07:16.886Z Downloaded tracing-attributes v0.1.30
6802026-05-15T23:07:16.886Z Downloaded snafu v0.8.9
6812026-05-15T23:07:16.889Z Downloaded iddqd v0.3.17
6822026-05-15T23:07:16.893Z Downloaded rand v0.8.5
6832026-05-15T23:07:16.895Z Downloaded num_enum_derive v0.5.11
6842026-05-15T23:07:16.898Z Downloaded num-iter v0.1.45
6852026-05-15T23:07:16.898Z Downloaded num-derive v0.4.2
6862026-05-15T23:07:16.898Z Downloaded num-derive v0.3.3
6872026-05-15T23:07:16.901Z Downloaded newtype_derive v0.1.6
6882026-05-15T23:07:16.901Z Downloaded git-stub-vcs v0.1.0
6892026-05-15T23:07:16.901Z Downloaded lru-slab v0.1.2
6902026-05-15T23:07:16.901Z Downloaded yoke v0.8.0
6912026-05-15T23:07:16.904Z Downloaded usdt-impl v0.5.0
6922026-05-15T23:07:16.904Z Downloaded mio v1.0.4
6932026-05-15T23:07:16.907Z Downloaded console v0.15.11
6942026-05-15T23:07:16.909Z Downloaded test-strategy v0.4.3
6952026-05-15T23:07:16.909Z Downloaded writeable v0.6.1
6962026-05-15T23:07:16.912Z Downloaded toml v0.7.8
6972026-05-15T23:07:16.912Z Downloaded zone_cfg_derive v0.3.1
6982026-05-15T23:07:16.915Z Downloaded zeroize v1.8.1
6992026-05-15T23:07:16.915Z Downloaded toml v0.9.11+spec-1.1.0
7002026-05-15T23:07:16.918Z Downloaded zerovec-derive v0.11.1
7012026-05-15T23:07:16.918Z Downloaded vergen v8.3.2
7022026-05-15T23:07:16.921Z Downloaded schemars v0.9.0
7032026-05-15T23:07:16.925Z Downloaded qorb v0.4.1
7042026-05-15T23:07:16.928Z Downloaded quinn v0.11.9
7052026-05-15T23:07:16.930Z Downloaded zmij v1.0.17
7062026-05-15T23:07:16.930Z Downloaded icu_properties_data v2.0.1
7072026-05-15T23:07:16.935Z Downloaded unicode-ident v1.0.24
7082026-05-15T23:07:16.938Z Downloaded serde v1.0.228
7092026-05-15T23:07:16.941Z Downloaded rand v0.9.2
7102026-05-15T23:07:16.941Z Downloaded ucd-trie v0.1.7
7112026-05-15T23:07:16.944Z Downloaded tinyvec v1.10.0
7122026-05-15T23:07:16.944Z Downloaded hashbrown v0.15.5
7132026-05-15T23:07:16.947Z Downloaded pest v2.8.2
7142026-05-15T23:07:16.949Z Downloaded idna v1.1.0
7152026-05-15T23:07:16.952Z Downloaded tar v0.4.45
7162026-05-15T23:07:16.952Z Downloaded tokio-stream v0.1.17
7172026-05-15T23:07:16.955Z Downloaded walkdir v2.5.0
7182026-05-15T23:07:16.959Z Downloaded typify v0.6.1
7192026-05-15T23:07:16.959Z Downloaded textwrap v0.16.2
7202026-05-15T23:07:16.962Z Downloaded nom v7.1.3
7212026-05-15T23:07:16.962Z Downloaded tracing-core v0.1.34
7222026-05-15T23:07:16.965Z Downloaded iri-string v0.7.8
7232026-05-15T23:07:16.967Z Downloaded zerocopy-derive v0.7.35
7242026-05-15T23:07:16.970Z Downloaded aho-corasick v1.1.3
7252026-05-15T23:07:16.973Z Downloaded unsafe-libyaml v0.2.11
7262026-05-15T23:07:16.976Z Downloaded hashbrown v0.16.1
7272026-05-15T23:07:16.979Z Downloaded itertools v0.12.1
7282026-05-15T23:07:16.981Z Downloaded clang-sys v1.8.1
7292026-05-15T23:07:16.984Z Downloaded anstyle-parse v1.0.0
7302026-05-15T23:07:16.984Z Downloaded uuid v1.20.0
7312026-05-15T23:07:16.987Z Downloaded futures-executor v0.3.32
7322026-05-15T23:07:16.987Z Downloaded toml_edit v0.22.27
7332026-05-15T23:07:16.990Z Downloaded itertools v0.14.0
7342026-05-15T23:07:16.993Z Downloaded typenum v1.18.0
7352026-05-15T23:07:16.995Z Downloaded foldhash v0.1.5
7362026-05-15T23:07:16.995Z Downloaded cmake v0.1.54
7372026-05-15T23:07:16.995Z Downloaded argon2 v0.5.3
7382026-05-15T23:07:16.998Z Downloaded is_terminal_polyfill v1.70.1
7392026-05-15T23:07:16.998Z Downloaded libm v0.2.15
7402026-05-15T23:07:17.002Z Downloaded arrayvec v0.7.6
7412026-05-15T23:07:17.005Z Downloaded anstyle v1.0.14
7422026-05-15T23:07:17.005Z Downloaded generic-array v0.14.7
7432026-05-15T23:07:17.005Z Downloaded hostname v0.4.2
7442026-05-15T23:07:17.008Z Downloaded typify v0.4.3
7452026-05-15T23:07:17.008Z Downloaded is_ci v1.2.0
7462026-05-15T23:07:17.011Z Downloaded inout v0.1.4
7472026-05-15T23:07:17.011Z Downloaded daft-derive v0.1.4
7482026-05-15T23:07:17.014Z Downloaded cc v1.2.58
7492026-05-15T23:07:17.014Z Downloaded cancel-safe-futures v0.1.5
7502026-05-15T23:07:17.017Z Downloaded cipher v0.4.4
7512026-05-15T23:07:17.017Z Downloaded bit-vec v0.8.0
7522026-05-15T23:07:17.020Z Downloaded form_urlencoded v1.2.2
7532026-05-15T23:07:17.020Z Downloaded dtrace-parser v0.2.0
7542026-05-15T23:07:17.020Z Downloaded defmt v0.3.100
7552026-05-15T23:07:17.020Z Downloaded cfg_aliases v0.2.1
7562026-05-15T23:07:17.020Z Downloaded atomicwrites v0.4.4
7572026-05-15T23:07:17.023Z Downloaded base16ct v0.2.0
7582026-05-15T23:07:17.023Z Downloaded defmt-parser v1.0.0
7592026-05-15T23:07:17.023Z Downloaded tower v0.5.2
7602026-05-15T23:07:17.026Z Downloaded toml_edit v0.19.15
7612026-05-15T23:07:17.035Z Downloaded tracing v0.1.41
7622026-05-15T23:07:17.038Z Downloaded steno v0.4.1
7632026-05-15T23:07:17.040Z Downloaded url v2.5.7
7642026-05-15T23:07:17.043Z Downloaded h2 v0.4.12
7652026-05-15T23:07:17.046Z Downloaded block-buffer v0.10.4
7662026-05-15T23:07:17.046Z Downloaded dyn-clone v1.0.20
7672026-05-15T23:07:17.046Z Downloaded dof v0.4.0
7682026-05-15T23:07:17.049Z Downloaded derive_more v0.99.20
7692026-05-15T23:07:17.052Z Downloaded colorchoice v1.0.4
7702026-05-15T23:07:17.052Z Downloaded clap_lex v1.1.0
7712026-05-15T23:07:17.052Z Downloaded either v1.15.0
7722026-05-15T23:07:17.052Z Downloaded cexpr v0.6.0
7732026-05-15T23:07:17.055Z Downloaded ciborium-io v0.2.2
7742026-05-15T23:07:17.055Z Downloaded cstr-argument v0.1.2
7752026-05-15T23:07:17.055Z Downloaded crucible-workspace-hack v0.1.0
7762026-05-15T23:07:17.055Z Downloaded cfg-if v1.0.3
7772026-05-15T23:07:17.055Z Downloaded anstyle-query v1.1.4
7782026-05-15T23:07:17.058Z Downloaded backoff v0.4.0
7792026-05-15T23:07:17.058Z Downloaded zerotrie v0.2.2
7802026-05-15T23:07:17.060Z Downloaded arrayref v0.3.9
7812026-05-15T23:07:17.060Z Downloaded cobs v0.3.0
7822026-05-15T23:07:17.060Z Downloaded blake3 v1.8.2
7832026-05-15T23:07:17.064Z Downloaded digest v0.10.7
7842026-05-15T23:07:17.067Z Downloaded derive-ex v0.1.8
7852026-05-15T23:07:17.067Z Downloaded atomic-waker v1.1.2
7862026-05-15T23:07:17.067Z Downloaded reqwest v0.12.23
7872026-05-15T23:07:17.070Z Downloaded futures-util v0.3.32
7882026-05-15T23:07:17.077Z Downloaded tokio-util v0.7.16
7892026-05-15T23:07:17.080Z Downloaded chrono v0.4.44
7902026-05-15T23:07:17.084Z Downloaded serde_json v1.0.149
7912026-05-15T23:07:17.088Z Downloaded clap_derive v4.6.0
7922026-05-15T23:07:17.091Z Downloaded futures-macro v0.3.32
7932026-05-15T23:07:17.091Z Downloaded critical-section v1.2.0
7942026-05-15T23:07:17.091Z Downloaded crc8 v0.1.1
7952026-05-15T23:07:17.091Z Downloaded base64ct v1.8.0
7962026-05-15T23:07:17.094Z Downloaded dropshot-api-manager-types v0.5.2
7972026-05-15T23:07:17.094Z Downloaded unicode-segmentation v1.12.0
7982026-05-15T23:07:17.106Z Downloaded portable-atomic v1.11.1
7992026-05-15T23:07:17.108Z Downloaded hyper v1.8.1
8002026-05-15T23:07:17.112Z Downloaded typed-path v0.9.3
8012026-05-15T23:07:17.115Z Downloaded reqwest v0.13.2
8022026-05-15T23:07:17.118Z Downloaded zerovec v0.11.4
8032026-05-15T23:07:17.121Z Downloaded regex v1.12.3
8042026-05-15T23:07:17.124Z Downloaded rayon v1.11.0
8052026-05-15T23:07:17.128Z Downloaded tough v0.20.0
8062026-05-15T23:07:17.133Z Downloaded zerocopy-derive v0.8.27
8072026-05-15T23:07:17.136Z Downloaded aws-lc-rs v1.16.2
8082026-05-15T23:07:17.142Z Downloaded rustls-webpki v0.102.8
8092026-05-15T23:07:17.151Z Downloaded proptest v1.8.0
8102026-05-15T23:07:17.156Z Downloaded bindgen v0.72.1
8112026-05-15T23:07:17.167Z Downloaded tower-http v0.6.8
8122026-05-15T23:07:17.171Z Downloaded unicode-normalization v0.1.24
8132026-05-15T23:07:17.181Z Downloaded git2 v0.19.0
8142026-05-15T23:07:17.185Z Downloaded serde_with v3.14.1
8152026-05-15T23:07:17.191Z Downloaded goblin v0.10.1
8162026-05-15T23:07:17.195Z Downloaded tabled v0.15.0
8172026-05-15T23:07:17.203Z Downloaded curve25519-dalek v4.1.3
8182026-05-15T23:07:17.208Z Downloaded tabled v0.20.0
8192026-05-15T23:07:17.217Z Downloaded winnow v0.5.40
8202026-05-15T23:07:17.222Z Downloaded time v0.3.47
8212026-05-15T23:07:17.228Z Downloaded zerocopy v0.7.35
8222026-05-15T23:07:17.236Z Downloaded vcpkg v0.2.15
8232026-05-15T23:07:17.258Z Downloaded moka v0.12.11
8242026-05-15T23:07:17.263Z Downloaded smoltcp v0.11.0
8252026-05-15T23:07:17.269Z Downloaded quinn-proto v0.11.14
8262026-05-15T23:07:17.273Z Downloaded unicode-width v0.1.14
8272026-05-15T23:07:17.276Z Downloaded syn v2.0.117
8282026-05-15T23:07:17.282Z Downloaded regress v0.10.5
8292026-05-15T23:07:17.286Z Downloaded bstr v1.12.0
8302026-05-15T23:07:17.291Z Downloaded winnow v0.7.14
8312026-05-15T23:07:17.295Z Downloaded syn v1.0.109
8322026-05-15T23:07:17.301Z Downloaded openssl v0.10.76
8332026-05-15T23:07:17.343Z Downloaded webpki-roots v1.0.2
8342026-05-15T23:07:17.354Z Downloaded zerocopy v0.8.27
8352026-05-15T23:07:17.368Z Downloaded nix v0.30.1
8362026-05-15T23:07:17.375Z Downloaded dropshot v0.16.7
8372026-05-15T23:07:17.388Z Downloaded unicode-width v0.2.1
8382026-05-15T23:07:17.392Z Downloaded typify-impl v0.4.3
8392026-05-15T23:07:17.399Z Downloaded rustls v0.22.4
8402026-05-15T23:07:17.407Z Downloaded regex-syntax v0.8.6
8412026-05-15T23:07:17.412Z Downloaded hickory-proto v0.24.4
8422026-05-15T23:07:17.420Z Downloaded openapiv3 v2.2.0
8432026-05-15T23:07:17.427Z Downloaded rustls v0.23.32
8442026-05-15T23:07:17.435Z Downloaded hickory-proto v0.25.2
8452026-05-15T23:07:17.443Z Downloaded rustix v0.38.44
8462026-05-15T23:07:17.456Z Downloaded jiff v0.2.15
8472026-05-15T23:07:17.471Z Downloaded rustix v1.1.2
8482026-05-15T23:07:17.496Z Downloaded chrono-tz v0.10.4
8492026-05-15T23:07:17.507Z Downloaded libc v0.2.183
8502026-05-15T23:07:17.526Z Downloaded typify-impl v0.6.1
8512026-05-15T23:07:17.547Z Downloaded tokio v1.49.0
8522026-05-15T23:07:17.569Z Downloaded csv v1.3.1
8532026-05-15T23:07:17.580Z Downloaded regex-automata v0.4.13
8542026-05-15T23:07:17.608Z Downloaded petgraph v0.6.5
8552026-05-15T23:07:17.629Z Downloaded petgraph v0.8.2
8562026-05-15T23:07:17.641Z Downloaded libz-sys v1.1.22
8572026-05-15T23:07:17.653Z Downloaded sha3 v0.10.8
8582026-05-15T23:07:17.702Z Downloaded ring v0.17.14
8592026-05-15T23:07:17.727Z Downloaded encoding_rs v0.8.35
8602026-05-15T23:07:17.753Z Downloaded curl-sys v0.4.83+curl-8.15.0
8612026-05-15T23:07:17.787Z Downloaded libgit2-sys v0.17.0+1.8.1
8622026-05-15T23:07:18.256Z Downloaded aws-lc-sys v0.39.1
8632026-05-15T23:07:18.577Z Compiling proc-macro2 v1.0.106
8642026-05-15T23:07:18.577Z Compiling quote v1.0.45
8652026-05-15T23:07:18.577Z Compiling unicode-ident v1.0.24
8662026-05-15T23:07:18.580Z Compiling serde_core v1.0.228
8672026-05-15T23:07:18.580Z Compiling serde v1.0.228
8682026-05-15T23:07:18.580Z Compiling libc v0.2.183
8692026-05-15T23:07:18.580Z Checking cfg-if v1.0.3
8702026-05-15T23:07:18.831Z Compiling zmij v1.0.17
8712026-05-15T23:07:18.892Z Compiling autocfg v1.5.0
8722026-05-15T23:07:19.300Z Compiling memchr v2.7.5
8732026-05-15T23:07:19.303Z Compiling getrandom v0.3.3
8742026-05-15T23:07:19.364Z Compiling libm v0.2.15
8752026-05-15T23:07:19.740Z Compiling shlex v1.3.0
8762026-05-15T23:07:19.787Z Checking itoa v1.0.15
8772026-05-15T23:07:19.833Z Checking smallvec v1.15.1
8782026-05-15T23:07:19.892Z Compiling jobserver v0.1.34
8792026-05-15T23:07:19.914Z Compiling version_check v0.9.5
8802026-05-15T23:07:20.018Z Compiling thiserror v2.0.18
8812026-05-15T23:07:20.059Z Compiling find-msvc-tools v0.1.9
8822026-05-15T23:07:20.126Z Compiling syn v2.0.117
8832026-05-15T23:07:20.182Z Compiling icu_properties_data v2.0.1
8842026-05-15T23:07:20.203Z Compiling icu_normalizer_data v2.0.0
8852026-05-15T23:07:20.225Z Compiling cc v1.2.58
8862026-05-15T23:07:20.442Z Compiling parking_lot_core v0.9.12
8872026-05-15T23:07:20.445Z Checking stable_deref_trait v1.2.0
8882026-05-15T23:07:20.473Z Compiling serde_json v1.0.149
8892026-05-15T23:07:20.755Z Compiling heck v0.5.0
8902026-05-15T23:07:20.826Z Checking litemap v0.8.0
8912026-05-15T23:07:20.909Z Checking writeable v0.6.1
8922026-05-15T23:07:20.964Z Compiling num-traits v0.2.19
8932026-05-15T23:07:21.002Z Checking percent-encoding v2.3.2
8942026-05-15T23:07:21.220Z Checking form_urlencoded v1.2.2
8952026-05-15T23:07:21.316Z Checking utf8_iter v1.0.4
8962026-05-15T23:07:21.349Z Compiling zerocopy v0.8.27
8972026-05-15T23:07:21.372Z Checking pin-project-lite v0.2.16
8982026-05-15T23:07:21.445Z Compiling rustversion v1.0.22
8992026-05-15T23:07:21.467Z Checking iana-time-zone v0.1.64
9002026-05-15T23:07:21.503Z Compiling log v0.4.29
9012026-05-15T23:07:21.519Z Compiling allocator-api2 v0.2.21
9022026-05-15T23:07:21.571Z Compiling foldhash v0.2.0
9032026-05-15T23:07:21.679Z Compiling equivalent v1.0.2
9042026-05-15T23:07:21.763Z Compiling semver v1.0.27
9052026-05-15T23:07:21.777Z Checking socket2 v0.6.0
9062026-05-15T23:07:21.807Z Checking uuid v1.20.0
9072026-05-15T23:07:21.837Z Compiling hashbrown v0.16.1
9082026-05-15T23:07:22.015Z Checking scopeguard v1.2.0
9092026-05-15T23:07:22.091Z Checking getrandom v0.2.16
9102026-05-15T23:07:22.119Z Checking lock_api v0.4.14
9112026-05-15T23:07:22.227Z Checking signal-hook-registry v1.4.6
9122026-05-15T23:07:22.232Z Checking mio v1.0.4
9132026-05-15T23:07:22.244Z Checking dyn-clone v1.0.20
9142026-05-15T23:07:22.273Z Compiling portable-atomic v1.11.1
9152026-05-15T23:07:22.316Z Checking parking_lot v0.12.5
9162026-05-15T23:07:22.381Z Compiling schemars v0.8.22
9172026-05-15T23:07:22.525Z Checking critical-section v1.2.0
9182026-05-15T23:07:22.643Z Checking futures-core v0.3.32
9192026-05-15T23:07:22.672Z Compiling ring v0.17.14
9202026-05-15T23:07:22.675Z Compiling typenum v1.18.0
9212026-05-15T23:07:22.773Z Compiling indexmap v2.13.0
9222026-05-15T23:07:22.929Z Compiling synstructure v0.13.2
9232026-05-15T23:07:23.022Z Compiling serde_derive_internals v0.29.1
9242026-05-15T23:07:23.202Z Checking once_cell v1.21.3
9252026-05-15T23:07:23.447Z Compiling thiserror v1.0.69
9262026-05-15T23:07:23.450Z Compiling httparse v1.10.1
9272026-05-15T23:07:23.628Z Compiling regex-syntax v0.8.6
9282026-05-15T23:07:23.784Z Checking futures-sink v0.3.32
9292026-05-15T23:07:23.852Z Compiling rustix v1.1.2
9302026-05-15T23:07:23.884Z Compiling aho-corasick v1.1.3
9312026-05-15T23:07:23.924Z Checking slab v0.4.11
9322026-05-15T23:07:23.981Z Checking subtle v2.6.1
9332026-05-15T23:07:24.080Z Compiling anyhow v1.0.102
9342026-05-15T23:07:24.096Z Compiling ucd-trie v0.1.7
9352026-05-15T23:07:24.129Z Checking futures-channel v0.3.32
9362026-05-15T23:07:24.202Z Compiling serde_derive v1.0.228
9372026-05-15T23:07:24.218Z Compiling zerofrom-derive v0.1.6
9382026-05-15T23:07:24.318Z Compiling yoke-derive v0.8.0
9392026-05-15T23:07:24.321Z Compiling zerovec-derive v0.11.1
9402026-05-15T23:07:24.394Z Compiling displaydoc v0.2.5
9412026-05-15T23:07:25.119Z Compiling thiserror-impl v2.0.18
9422026-05-15T23:07:25.299Z Compiling schemars_derive v0.8.22
9432026-05-15T23:07:25.335Z Compiling tokio-macros v2.6.0
9442026-05-15T23:07:25.419Z Checking zerofrom v0.1.6
9452026-05-15T23:07:25.435Z Compiling zerocopy-derive v0.8.27
9462026-05-15T23:07:25.539Z Checking yoke v0.8.0
9472026-05-15T23:07:25.712Z Checking zerovec v0.11.4
9482026-05-15T23:07:25.728Z Checking zerotrie v0.2.2
9492026-05-15T23:07:25.965Z Compiling futures-macro v0.3.32
9502026-05-15T23:07:26.069Z Compiling zeroize_derive v1.4.3
9512026-05-15T23:07:26.413Z Checking tinystr v0.8.1
9522026-05-15T23:07:26.430Z Checking potential_utf v0.1.3
9532026-05-15T23:07:26.551Z Checking icu_collections v2.0.0
9542026-05-15T23:07:26.568Z Compiling thiserror-impl v1.0.69
9552026-05-15T23:07:26.584Z Checking icu_locale_core v2.0.0
9562026-05-15T23:07:26.714Z Checking zeroize v1.8.1
9572026-05-15T23:07:26.860Z Compiling regex-automata v0.4.13
9582026-05-15T23:07:26.959Z Compiling pest v2.8.2
9592026-05-15T23:07:27.018Z Checking icu_provider v2.0.0
9602026-05-15T23:07:27.220Z Checking bytes v1.11.1
9612026-05-15T23:07:27.252Z Checking icu_properties v2.0.1
9622026-05-15T23:07:27.315Z Checking icu_normalizer v2.0.0
9632026-05-15T23:07:27.623Z Checking chrono v0.4.44
9642026-05-15T23:07:27.642Z Compiling serde_tokenstream v0.2.3
9652026-05-15T23:07:27.692Z Checking tokio v1.49.0
9662026-05-15T23:07:27.916Z Checking bitflags v2.9.4
9672026-05-15T23:07:28.046Z Checking idna_adapter v1.2.1
9682026-05-15T23:07:28.176Z Checking idna v1.1.0
9692026-05-15T23:07:28.193Z Checking rand_core v0.6.4
9702026-05-15T23:07:28.350Z Compiling pest_meta v2.8.2
9712026-05-15T23:07:28.402Z Checking futures-io v0.3.32
9722026-05-15T23:07:28.466Z Checking url v2.5.7
9732026-05-15T23:07:28.534Z Compiling regex v1.12.3
9742026-05-15T23:07:28.552Z Checking futures-task v0.3.32
9752026-05-15T23:07:28.692Z Checking futures-util v0.3.32
9762026-05-15T23:07:28.790Z Compiling pkg-config v0.3.32
9772026-05-15T23:07:29.246Z Compiling pest_generator v2.8.2
9782026-05-15T23:07:29.249Z Compiling tracing-attributes v0.1.30
9792026-05-15T23:07:29.449Z Checking tracing-core v0.1.34
9802026-05-15T23:07:29.541Z Compiling generic-array v0.14.7
9812026-05-15T23:07:29.703Z Checking fnv v1.0.7
9822026-05-15T23:07:29.772Z Compiling vcpkg v0.2.15
9832026-05-15T23:07:29.889Z Compiling pest_derive v2.8.2
9842026-05-15T23:07:29.957Z Compiling http v1.4.0
9852026-05-15T23:07:30.407Z Compiling regress v0.10.5
9862026-05-15T23:07:30.477Z Checking tracing v0.1.41
9872026-05-15T23:07:30.508Z Compiling byteorder v1.5.0
9882026-05-15T23:07:30.588Z Compiling num-conv v0.2.1
9892026-05-15T23:07:30.617Z Compiling time-core v0.1.8
9902026-05-15T23:07:30.734Z Checking errno v0.3.14
9912026-05-15T23:07:30.766Z Compiling time-macros v0.2.27
9922026-05-15T23:07:30.782Z Checking ipnet v2.11.0
9932026-05-15T23:07:30.852Z Checking base64 v0.22.1
9942026-05-15T23:07:30.959Z Checking tokio-util v0.7.16
9952026-05-15T23:07:31.086Z Compiling scroll_derive v0.13.1
9962026-05-15T23:07:31.103Z Checking crypto-common v0.1.6
9972026-05-15T23:07:31.222Z Compiling camino v1.2.2
9982026-05-15T23:07:31.603Z Checking http-body v1.0.1
9992026-05-15T23:07:31.654Z Checking ppv-lite86 v0.2.21
10002026-05-15T23:07:31.753Z Checking atomic-waker v1.1.2
10012026-05-15T23:07:31.828Z Compiling crossbeam-utils v0.8.21
10022026-05-15T23:07:31.845Z Compiling syn v1.0.109
10032026-05-15T23:07:31.895Z Compiling slog v2.8.2
10042026-05-15T23:07:31.948Z Compiling paste v1.0.15
10052026-05-15T23:07:32.064Z Checking try-lock v0.2.5
10062026-05-15T23:07:32.115Z Checking tower-service v0.3.3
10072026-05-15T23:07:32.151Z Checking tower-layer v0.3.3
10082026-05-15T23:07:32.167Z Checking want v0.3.1
10092026-05-15T23:07:32.230Z Checking h2 v0.4.12
10102026-05-15T23:07:32.262Z Checking ipnetwork v0.21.1
10112026-05-15T23:07:32.285Z Checking erased-serde v0.3.31
10122026-05-15T23:07:32.301Z Checking rustls-pki-types v1.12.0
10132026-05-15T23:07:32.304Z Checking ryu v1.0.20
10142026-05-15T23:07:32.453Z Checking pin-utils v0.1.0
10152026-05-15T23:07:32.503Z Checking pretty-hex v0.4.1
10162026-05-15T23:07:32.522Z Checking httpdate v1.0.3
10172026-05-15T23:07:32.619Z Compiling async-trait v0.1.89
10182026-05-15T23:07:32.677Z Checking socket2 v0.5.10
10192026-05-15T23:07:32.680Z Checking untrusted v0.9.0
10202026-05-15T23:07:32.926Z Compiling scroll v0.13.0
10212026-05-15T23:07:32.950Z Compiling openssl-sys v0.9.112
10222026-05-15T23:07:32.953Z Checking plain v0.2.3
10232026-05-15T23:07:33.023Z Compiling usdt-impl v0.6.0
10242026-05-15T23:07:33.052Z Compiling strsim v0.11.1
10252026-05-15T23:07:33.334Z Compiling goblin v0.10.1
10262026-05-15T23:07:33.351Z Checking http-body-util v0.1.3
10272026-05-15T23:07:33.394Z Checking block-buffer v0.10.4
10282026-05-15T23:07:33.541Z Compiling openapiv3 v2.2.0
10292026-05-15T23:07:33.565Z Checking rand_core v0.9.3
10302026-05-15T23:07:33.733Z Compiling slog-async v2.8.0
10312026-05-15T23:07:33.849Z Checking digest v0.10.7
10322026-05-15T23:07:34.050Z Checking oxnet v0.1.4
10332026-05-15T23:07:34.077Z Checking serde_urlencoded v0.7.1
10342026-05-15T23:07:34.115Z Checking hyper v1.8.1
10352026-05-15T23:07:34.282Z Compiling typify-impl v0.4.3
10362026-05-15T23:07:34.285Z Compiling dtrace-parser v0.3.0
10372026-05-15T23:07:34.907Z Compiling cmake v0.1.54
10382026-05-15T23:07:34.923Z Compiling thread-id v5.0.0
10392026-05-15T23:07:34.927Z Compiling dunce v1.0.5
10402026-05-15T23:07:35.000Z Checking hyper-util v0.1.19
10412026-05-15T23:07:35.016Z Compiling fs_extra v1.3.0
10422026-05-15T23:07:35.041Z Compiling omicron-workspace-hack v0.1.0
10432026-05-15T23:07:35.077Z Compiling ident_case v1.0.1
10442026-05-15T23:07:35.204Z Compiling darling_core v0.21.3
10452026-05-15T23:07:35.238Z Checking rand_chacha v0.9.0
10462026-05-15T23:07:35.272Z Compiling aws-lc-sys v0.39.1
10472026-05-15T23:07:35.292Z Compiling daft-derive v0.1.4
10482026-05-15T23:07:35.425Z Checking rand v0.9.2
10492026-05-15T23:07:35.878Z Checking powerfmt v0.2.0
10502026-05-15T23:07:36.023Z Compiling dof v0.4.0
10512026-05-15T23:07:36.040Z Compiling unsafe-libyaml v0.2.11
10522026-05-15T23:07:36.080Z Checking deranged v0.5.3
10532026-05-15T23:07:36.300Z Checking sync_wrapper v1.0.2
10542026-05-15T23:07:36.787Z Compiling serde_yaml v0.9.34+deprecated
10552026-05-15T23:07:37.026Z Checking num_threads v0.1.7
10562026-05-15T23:07:37.067Z Checking cpufeatures v0.2.17
10572026-05-15T23:07:37.071Z Compiling rustls v0.22.4
10582026-05-15T23:07:37.140Z Compiling aws-lc-rs v1.16.2
10592026-05-15T23:07:37.208Z Compiling usdt-attr-macro v0.6.0
10602026-05-15T23:07:37.257Z Compiling usdt-macro v0.6.0
10612026-05-15T23:07:37.285Z Compiling darling_macro v0.21.3
10622026-05-15T23:07:37.456Z Checking time v0.3.47
10632026-05-15T23:07:37.664Z Compiling typify-macro v0.4.3
10642026-05-15T23:07:37.824Z Compiling darling v0.21.3
10652026-05-15T23:07:37.911Z Checking tower v0.5.2
10662026-05-15T23:07:38.037Z Compiling structmeta-derive v0.3.0
10672026-05-15T23:07:38.290Z Checking encoding_rs v0.8.35
10682026-05-15T23:07:38.590Z Checking iri-string v0.7.8
10692026-05-15T23:07:38.608Z Checking mime v0.3.17
10702026-05-15T23:07:38.781Z Checking crossbeam-channel v0.5.15
10712026-05-15T23:07:38.903Z Checking futures-executor v0.3.32
10722026-05-15T23:07:39.053Z Compiling multer v3.1.0
10732026-05-15T23:07:39.111Z Compiling openssl v0.10.76
10742026-05-15T23:07:39.125Z Compiling structmeta v0.3.0
10752026-05-15T23:07:39.218Z Compiling typify v0.4.3
10762026-05-15T23:07:39.274Z Checking unicode-width v0.2.1
10772026-05-15T23:07:39.290Z Checking untrusted v0.7.1
10782026-05-15T23:07:39.308Z Checking fastrand v2.3.0
10792026-05-15T23:07:39.325Z Checking foreign-types-shared v0.1.1
10802026-05-15T23:07:39.369Z Checking hex v0.4.3
10812026-05-15T23:07:39.404Z Checking foreign-types v0.3.2
10822026-05-15T23:07:39.434Z Checking futures v0.3.32
10832026-05-15T23:07:39.484Z Compiling strum_macros v0.26.4
10842026-05-15T23:07:39.487Z Checking tempfile v3.23.0
10852026-05-15T23:07:39.516Z Compiling openssl-macros v0.1.1
10862026-05-15T23:07:39.531Z Compiling async-stream-impl v0.3.6
10872026-05-15T23:07:39.614Z Checking tower-http v0.6.8
10882026-05-15T23:07:39.685Z Checking thread_local v1.1.9
10892026-05-15T23:07:39.844Z Compiling native-tls v0.2.14
10902026-05-15T23:07:39.874Z Compiling rustls v0.23.32
10912026-05-15T23:07:39.902Z Checking openssl-probe v0.1.6
10922026-05-15T23:07:40.121Z Compiling newtype-uuid-macros v0.1.0
10932026-05-15T23:07:40.139Z Compiling dropshot v0.16.7
10942026-05-15T23:07:40.323Z Checking is-terminal v0.4.16
10952026-05-15T23:07:40.352Z Checking memmap2 v0.9.8
10962026-05-15T23:07:40.369Z Checking take_mut v0.2.2
10972026-05-15T23:07:40.410Z Checking match_cfg v0.1.0
10982026-05-15T23:07:40.470Z Checking term v1.2.0
10992026-05-15T23:07:40.486Z Checking winnow v0.7.14
11002026-05-15T23:07:40.509Z Compiling ref-cast v1.0.25
11012026-05-15T23:07:40.688Z Checking slog-term v2.9.2
11022026-05-15T23:07:40.869Z Checking hostname v0.3.1
11032026-05-15T23:07:40.993Z Checking slog-json v2.6.1
11042026-05-15T23:07:41.008Z Compiling dropshot_endpoint v0.16.7
11052026-05-15T23:07:41.045Z Compiling ref-cast-impl v1.0.25
11062026-05-15T23:07:41.061Z Compiling derive-ex v0.1.8
11072026-05-15T23:07:41.137Z Checking slog-bunyan v2.5.0
11082026-05-15T23:07:41.480Z Checking webpki-roots v1.0.2
11092026-05-15T23:07:41.598Z Compiling strum_macros v0.27.2
11102026-05-15T23:07:41.731Z Compiling progenitor-impl v0.11.1
11112026-05-15T23:07:41.974Z Checking newtype-uuid v1.3.2
11122026-05-15T23:07:42.158Z Checking either v1.15.0
11132026-05-15T23:07:42.219Z Checking tokio-native-tls v0.3.1
11142026-05-15T23:07:42.374Z Checking hyper-tls v0.6.0
11152026-05-15T23:07:42.543Z Checking daft v0.1.4
11162026-05-15T23:07:42.546Z Compiling serde_with_macros v3.14.1
11172026-05-15T23:07:42.576Z Compiling test-strategy v0.4.3
11182026-05-15T23:07:42.914Z Checking rustls-webpki v0.102.8
11192026-05-15T23:07:42.982Z Checking debug-ignore v1.0.5
11202026-05-15T23:07:43.084Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-05-15T23:07:43.449Z Compiling parse-display-derive v0.10.0
11222026-05-15T23:07:43.759Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-05-15T23:07:43.807Z Compiling progenitor-macro v0.11.1
11242026-05-15T23:07:43.938Z Checking usdt v0.6.0
11252026-05-15T23:07:43.980Z Checking serde_spanned v1.0.4
11262026-05-15T23:07:44.100Z Checking toml_datetime v0.7.5+spec-1.1.0
11272026-05-15T23:07:44.117Z Checking spin v0.9.8
11282026-05-15T23:07:44.213Z Checking toml_writer v1.0.6+spec-1.1.0
11292026-05-15T23:07:44.399Z Checking toml v0.9.11+spec-1.1.0
11302026-05-15T23:07:44.444Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-05-15T23:07:44.666Z Checking strum v0.26.3
11322026-05-15T23:07:44.755Z Checking async-stream v0.3.6
11332026-05-15T23:07:44.772Z Checking tokio-rustls v0.25.0
11342026-05-15T23:07:44.787Z Checking sha1 v0.10.6
11352026-05-15T23:07:44.885Z Checking rustls-pemfile v2.2.0
11362026-05-15T23:07:44.946Z Checking rand_chacha v0.3.1
11372026-05-15T23:07:44.963Z Checking waitgroup v0.1.2
11382026-05-15T23:07:44.966Z Compiling toml_datetime v0.6.11
11392026-05-15T23:07:45.003Z Checking macaddr v1.0.1
11402026-05-15T23:07:45.023Z Checking serde_path_to_error v0.1.20
11412026-05-15T23:07:45.065Z Checking hostname v0.4.2
11422026-05-15T23:07:45.117Z Checking wait-timeout v0.2.1
11432026-05-15T23:07:45.135Z Checking lazy_static v1.5.0
11442026-05-15T23:07:45.162Z Checking quick-error v1.2.3
11452026-05-15T23:07:45.215Z Checking bit-vec v0.8.0
11462026-05-15T23:07:45.230Z Checking rand v0.8.5
11472026-05-15T23:07:45.245Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11482026-05-15T23:07:45.260Z Checking rusty-fork v0.3.0
11492026-05-15T23:07:45.405Z Checking bit-set v0.8.0
11502026-05-15T23:07:45.505Z Checking tabwriter v1.4.1
11512026-05-15T23:07:45.548Z Checking rand_xorshift v0.4.0
11522026-05-15T23:07:45.667Z Compiling clap_derive v4.6.0
11532026-05-15T23:07:45.697Z Checking colored v3.0.0
11542026-05-15T23:07:45.725Z Checking utf8parse v0.2.2
11552026-05-15T23:07:45.747Z Checking unarray v0.1.4
11562026-05-15T23:07:45.846Z Checking anstyle-parse v1.0.0
11572026-05-15T23:07:45.863Z Checking proptest v1.8.0
11582026-05-15T23:07:45.930Z Checking strum v0.27.2
11592026-05-15T23:07:46.040Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-05-15T23:07:46.099Z Checking terminal_size v0.4.3
11612026-05-15T23:07:46.486Z Checking is_terminal_polyfill v1.70.1
11622026-05-15T23:07:46.532Z Checking anstyle-query v1.1.4
11632026-05-15T23:07:46.576Z Checking anstyle v1.0.14
11642026-05-15T23:07:46.617Z Checking colorchoice v1.0.4
11652026-05-15T23:07:46.755Z Checking anstream v1.0.0
11662026-05-15T23:07:46.917Z Checking itertools v0.14.0
11672026-05-15T23:07:47.289Z Checking clap_lex v1.1.0
11682026-05-15T23:07:47.439Z Checking clap_builder v4.6.0
11692026-05-15T23:07:47.500Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11702026-05-15T23:07:47.952Z Checking serde_with v3.14.1
11712026-05-15T23:07:48.643Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-05-15T23:07:48.729Z Checking clap v4.6.0
11732026-05-15T23:07:48.814Z Checking instant v0.1.13
11742026-05-15T23:07:48.871Z Checking rustc-hash v2.1.1
11752026-05-15T23:07:48.982Z Checking iddqd v0.3.17
11762026-05-15T23:07:49.077Z Checking backoff v0.4.0
11772026-05-15T23:07:49.253Z Checking parse-display v0.10.0
11782026-05-15T23:07:49.311Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-05-15T23:07:49.339Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-05-15T23:07:51.135Z Compiling rustls-webpki v0.103.6
11812026-05-15T23:07:51.753Z Compiling prettyplease v0.2.37
11822026-05-15T23:07:53.917Z Checking serde_spanned v0.6.9
11832026-05-15T23:07:53.935Z Compiling memoffset v0.9.1
11842026-05-15T23:07:53.935Z Compiling cfg_aliases v0.2.1
11852026-05-15T23:07:54.044Z Compiling nix v0.30.1
11862026-05-15T23:07:54.598Z Compiling tokio-rustls v0.26.3
11872026-05-15T23:07:55.516Z Compiling hyper-rustls v0.27.7
11882026-05-15T23:07:55.715Z Compiling reqwest v0.12.23
11892026-05-15T23:07:56.327Z Checking crossbeam-epoch v0.9.18
11902026-05-15T23:07:56.598Z Compiling winnow v0.5.40
11912026-05-15T23:07:56.916Z Compiling progenitor-client v0.11.1
11922026-05-15T23:07:57.721Z Compiling progenitor v0.11.1
11932026-05-15T23:07:57.846Z Compiling toml_edit v0.19.15
11942026-05-15T23:07:58.876Z Compiling num-integer v0.1.46
11952026-05-15T23:07:59.344Z Compiling proc-macro-crate v1.3.1
11962026-05-15T23:07:59.448Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11972026-05-15T23:07:59.503Z Compiling progenitor-client v0.10.0
11982026-05-15T23:08:00.457Z Compiling hubpack_derive v0.1.1
11992026-05-15T23:08:00.751Z Compiling rayon-core v1.13.0
12002026-05-15T23:08:00.880Z Checking toml_write v0.1.2
12012026-05-15T23:08:00.954Z Checking hubpack v0.1.2
12022026-05-15T23:08:00.993Z Checking num-rational v0.4.2
12032026-05-15T23:08:01.047Z Checking toml_edit v0.22.27
12042026-05-15T23:08:01.117Z Checking num-iter v0.1.45
12052026-05-15T23:08:01.474Z Compiling zerocopy-derive v0.7.35
12062026-05-15T23:08:01.527Z Compiling num-complex v0.4.6
12072026-05-15T23:08:01.732Z Checking static_assertions v1.1.0
12082026-05-15T23:08:01.905Z Checking num v0.4.3
12092026-05-15T23:08:02.095Z Checking crossbeam-deque v0.8.6
12102026-05-15T23:08:02.139Z Checking toml v0.8.23
12112026-05-15T23:08:02.281Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12122026-05-15T23:08:02.310Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12132026-05-15T23:08:02.452Z Checking float-ord v0.3.2
12142026-05-15T23:08:02.607Z Compiling proc-macro-error-attr v1.0.4
12152026-05-15T23:08:02.667Z Compiling heapless v0.8.0
12162026-05-15T23:08:02.835Z Checking bytecount v0.6.9
12172026-05-15T23:08:02.957Z Compiling ingot-macros v0.1.1
12182026-05-15T23:08:02.971Z Compiling num-derive v0.3.3
12192026-05-15T23:08:03.158Z Checking hash32 v0.3.1
12202026-05-15T23:08:03.311Z Compiling proc-macro-error v1.0.4
12212026-05-15T23:08:03.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12222026-05-15T23:08:03.869Z Compiling smoltcp v0.11.0
12232026-05-15T23:08:03.941Z Checking libscf-sys v1.1.0
12242026-05-15T23:08:04.242Z Compiling zerocopy v0.7.35
12252026-05-15T23:08:04.397Z Compiling num_enum_derive v0.7.5
12262026-05-15T23:08:04.472Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12272026-05-15T23:08:04.587Z Checking cobs v0.3.0
12282026-05-15T23:08:04.605Z Compiling foreign-types-macros v0.2.3
12292026-05-15T23:08:04.734Z Compiling scroll_derive v0.12.1
12302026-05-15T23:08:04.796Z Compiling usdt-impl v0.5.0
12312026-05-15T23:08:05.043Z Checking bitflags v1.3.2
12322026-05-15T23:08:05.060Z Checking managed v0.8.0
12332026-05-15T23:08:05.121Z Checking foreign-types-shared v0.3.1
12342026-05-15T23:08:05.216Z Compiling crucible-workspace-hack v0.1.0
12352026-05-15T23:08:05.239Z Checking foreign-types v0.5.0
12362026-05-15T23:08:05.432Z Checking postcard v1.1.3
12372026-05-15T23:08:05.449Z Checking scroll v0.12.0
12382026-05-15T23:08:05.452Z Checking num_enum v0.7.5
12392026-05-15T23:08:05.502Z Compiling dof v0.3.0
12402026-05-15T23:08:05.674Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12412026-05-15T23:08:05.734Z Checking ingot-types v0.1.2
12422026-05-15T23:08:05.847Z Compiling dtrace-parser v0.2.0
12432026-05-15T23:08:05.863Z Checking camino-tempfile v1.4.1
12442026-05-15T23:08:05.878Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-05-15T23:08:05.933Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-05-15T23:08:06.020Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-05-15T23:08:06.078Z Checking ingot v0.1.1
12482026-05-15T23:08:06.142Z Checking cstr-argument v0.1.2
12492026-05-15T23:08:06.253Z Compiling thread-id v4.2.2
12502026-05-15T23:08:06.269Z Compiling heck v0.4.1
12512026-05-15T23:08:06.342Z Compiling minimal-lexical v0.2.1
12522026-05-15T23:08:06.363Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-05-15T23:08:06.467Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12542026-05-15T23:08:06.470Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12552026-05-15T23:08:06.521Z Checking goblin v0.8.2
12562026-05-15T23:08:06.578Z Compiling nom v7.1.3
12572026-05-15T23:08:06.659Z Checking rayon v1.11.0
12582026-05-15T23:08:06.963Z Compiling num_enum_derive v0.5.11
12592026-05-15T23:08:07.188Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-05-15T23:08:07.366Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-05-15T23:08:07.694Z Compiling rustc_version v0.4.1
12622026-05-15T23:08:07.964Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-05-15T23:08:07.980Z Compiling proc-macro-error-attr2 v2.0.0
12642026-05-15T23:08:08.078Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12652026-05-15T23:08:08.126Z Compiling convert_case v0.4.0
12662026-05-15T23:08:08.143Z Checking tinyvec_macros v0.1.1
12672026-05-15T23:08:08.213Z Compiling rustix v0.38.44
12682026-05-15T23:08:08.360Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12692026-05-15T23:08:08.462Z Compiling proc-macro-error2 v2.0.1
12702026-05-15T23:08:08.479Z Checking tinyvec v1.10.0
12712026-05-15T23:08:08.510Z Compiling derive_more v0.99.20
12722026-05-15T23:08:08.772Z Checking num_enum v0.5.11
12732026-05-15T23:08:08.829Z Compiling libz-sys v1.1.22
12742026-05-15T23:08:08.888Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12752026-05-15T23:08:09.055Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12762026-05-15T23:08:09.257Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12772026-05-15T23:08:09.308Z Compiling tabled_derive v0.11.0
12782026-05-15T23:08:09.684Z Compiling usdt-attr-macro v0.5.0
12792026-05-15T23:08:09.970Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-05-15T23:08:10.026Z Compiling usdt-macro v0.5.0
12812026-05-15T23:08:10.149Z Compiling zone_cfg_derive v0.3.1
12822026-05-15T23:08:10.413Z Checking papergrid v0.17.0
12832026-05-15T23:08:10.417Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12842026-05-15T23:08:10.693Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-05-15T23:08:10.717Z Checking itertools v0.12.1
12862026-05-15T23:08:10.782Z Checking testing_table v0.3.0
12872026-05-15T23:08:10.830Z Compiling num-derive v0.4.2
12882026-05-15T23:08:10.865Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-05-15T23:08:10.881Z Checking memmap v0.7.0
12902026-05-15T23:08:11.015Z Checking sigpipe v0.1.3
12912026-05-15T23:08:11.097Z Checking jiff v0.2.15
12922026-05-15T23:08:11.101Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-05-15T23:08:11.148Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-05-15T23:08:11.174Z Checking glob v0.3.3
12952026-05-15T23:08:11.203Z Checking tabled v0.20.0
12962026-05-15T23:08:11.350Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12972026-05-15T23:08:11.424Z Checking usdt v0.5.0
12982026-05-15T23:08:11.590Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12992026-05-15T23:08:11.723Z Checking zone v0.3.1
13002026-05-15T23:08:11.745Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13012026-05-15T23:08:11.766Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13022026-05-15T23:08:11.983Z Checking smf v0.2.3
13032026-05-15T23:08:12.069Z Checking secrecy v0.10.3
13042026-05-15T23:08:12.093Z Checking bstr v1.12.0
13052026-05-15T23:08:12.211Z Checking whoami v1.6.1
13062026-05-15T23:08:12.241Z Compiling curve25519-dalek v4.1.3
13072026-05-15T23:08:12.381Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13082026-05-15T23:08:12.441Z Checking hmac v0.12.1
13092026-05-15T23:08:12.517Z Compiling clang-sys v1.8.1
13102026-05-15T23:08:12.517Z Checking inout v0.1.4
13112026-05-15T23:08:12.572Z Checking ff v0.13.1
13122026-05-15T23:08:12.655Z Compiling enum-as-inner v0.6.1
13132026-05-15T23:08:12.699Z Compiling semver v0.1.20
13142026-05-15T23:08:12.899Z Checking data-encoding v2.9.0
13152026-05-15T23:08:12.985Z Compiling rustc_version v0.1.7
13162026-05-15T23:08:13.173Z Checking group v0.13.0
13172026-05-15T23:08:13.190Z Checking cipher v0.4.4
13182026-05-15T23:08:13.193Z Checking hkdf v0.12.4
13192026-05-15T23:08:13.329Z Checking atomicwrites v0.4.4
13202026-05-15T23:08:13.347Z Compiling thiserror-impl-no-std v2.0.2
13212026-05-15T23:08:13.372Z Checking universal-hash v0.5.1
13222026-05-15T23:08:13.444Z Checking crypto-bigint v0.5.5
13232026-05-15T23:08:13.466Z Checking half v2.7.1
13242026-05-15T23:08:13.498Z Compiling curve25519-dalek-derive v0.1.1
13252026-05-15T23:08:13.641Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13262026-05-15T23:08:13.720Z Checking opaque-debug v0.3.1
13272026-05-15T23:08:13.793Z Checking ciborium-io v0.2.2
13282026-05-15T23:08:13.810Z Checking base16ct v0.2.0
13292026-05-15T23:08:13.829Z Checking base64ct v1.8.0
13302026-05-15T23:08:13.886Z Checking indent_write v2.2.0
13312026-05-15T23:08:13.934Z Checking ciborium-ll v0.2.2
13322026-05-15T23:08:14.021Z Checking poly1305 v0.8.0
13332026-05-15T23:08:14.065Z Checking password-hash v0.5.0
13342026-05-15T23:08:14.109Z Checking chacha20 v0.9.1
13352026-05-15T23:08:14.253Z Compiling newtype_derive v0.1.6
13362026-05-15T23:08:14.288Z Checking similar v2.7.0
13372026-05-15T23:08:14.304Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-05-15T23:08:14.440Z Checking thiserror-no-std v2.0.2
13392026-05-15T23:08:14.485Z Checking blake2 v0.10.6
13402026-05-15T23:08:14.502Z Checking elliptic-curve v0.13.8
13412026-05-15T23:08:14.527Z Compiling typify-impl v0.6.1
13422026-05-15T23:08:14.552Z Checking aead v0.5.2
13432026-05-15T23:08:14.632Z Compiling libloading v0.8.9
13442026-05-15T23:08:14.687Z Compiling bindgen v0.72.1
13452026-05-15T23:08:14.706Z Checking resolv-conf v0.7.5
13462026-05-15T23:08:14.745Z Checking linked-hash-map v0.5.6
13472026-05-15T23:08:14.827Z Checking keccak v0.1.6
13482026-05-15T23:08:14.881Z Compiling owo-colors v4.3.0
13492026-05-15T23:08:14.897Z Checking vsss-rs v3.3.4
13502026-05-15T23:08:14.913Z Checking lru-cache v0.1.2
13512026-05-15T23:08:14.983Z Checking sha3 v0.10.8
13522026-05-15T23:08:15.003Z Checking argon2 v0.5.3
13532026-05-15T23:08:15.043Z Checking chacha20poly1305 v0.10.1
13542026-05-15T23:08:15.186Z Checking ciborium v0.2.2
13552026-05-15T23:08:15.222Z Checking hickory-proto v0.24.4
13562026-05-15T23:08:15.251Z Checking tokio-dtrace v0.1.1
13572026-05-15T23:08:15.284Z Compiling cexpr v0.6.0
13582026-05-15T23:08:15.426Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-05-15T23:08:15.711Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-05-15T23:08:15.856Z Checking serde-big-array v0.5.1
13612026-05-15T23:08:15.942Z Compiling derive-where v1.6.0
13622026-05-15T23:08:15.959Z Compiling serde_repr v0.1.20
13632026-05-15T23:08:15.990Z Checking unicode-segmentation v1.12.0
13642026-05-15T23:08:16.300Z Checking same-file v1.0.6
13652026-05-15T23:08:16.421Z Checking siphasher v1.0.1
13662026-05-15T23:08:16.467Z Checking walkdir v2.5.0
13672026-05-15T23:08:16.522Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-05-15T23:08:16.588Z Checking phf_shared v0.12.1
13692026-05-15T23:08:16.732Z Checking newline-converter v0.3.0
13702026-05-15T23:08:16.753Z Checking hickory-resolver v0.24.4
13712026-05-15T23:08:16.846Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-05-15T23:08:17.175Z Checking oxide-tokio-rt v0.1.2
13732026-05-15T23:08:17.375Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13742026-05-15T23:08:17.661Z Checking console v0.15.11
13752026-05-15T23:08:17.854Z Compiling progenitor-impl v0.10.0
13762026-05-15T23:08:17.924Z Compiling typify-macro v0.6.1
13772026-05-15T23:08:17.940Z Checking tokio-stream v0.1.17
13782026-05-15T23:08:18.026Z Compiling pin-project-internal v1.1.10
13792026-05-15T23:08:18.097Z Compiling slog-dtrace v0.3.0
13802026-05-15T23:08:18.375Z Checking csv-core v0.1.12
13812026-05-15T23:08:18.391Z Checking unicode-width v0.1.14
13822026-05-15T23:08:18.567Z Checking smawk v0.3.2
13832026-05-15T23:08:18.650Z Checking swrite v0.1.0
13842026-05-15T23:08:18.702Z Compiling chrono-tz v0.10.4
13852026-05-15T23:08:18.760Z Checking unicode-linebreak v0.1.5
13862026-05-15T23:08:18.843Z Compiling cancel-safe-futures v0.1.5
13872026-05-15T23:08:18.924Z Compiling unicode-xid v0.2.6
13882026-05-15T23:08:18.976Z Checking foldhash v0.1.5
13892026-05-15T23:08:19.052Z Compiling const_format_proc_macros v0.2.34
13902026-05-15T23:08:19.118Z Checking textwrap v0.16.2
13912026-05-15T23:08:19.134Z Checking hashbrown v0.15.5
13922026-05-15T23:08:19.178Z Checking pin-project v1.1.10
13932026-05-15T23:08:19.306Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-05-15T23:08:19.344Z Checking csv v1.3.1
13952026-05-15T23:08:19.585Z Checking qorb v0.4.1
13962026-05-15T23:08:19.613Z Checking expectorate v1.2.0
13972026-05-15T23:08:19.732Z Checking phf v0.12.1
13982026-05-15T23:08:19.748Z Checking unicode-normalization v0.1.24
13992026-05-15T23:08:19.849Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-05-15T23:08:20.032Z Compiling progenitor-macro v0.10.0
14012026-05-15T23:08:20.168Z Checking libsw-core v0.3.2
14022026-05-15T23:08:20.321Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-05-15T23:08:20.351Z Compiling async-recursion v1.1.1
14042026-05-15T23:08:20.566Z Compiling snafu-derive v0.8.9
14052026-05-15T23:08:20.746Z Compiling cookie v0.18.1
14062026-05-15T23:08:20.750Z Checking highway v1.3.0
14072026-05-15T23:08:20.787Z Checking fixedbitset v0.4.2
14082026-05-15T23:08:20.942Z Compiling moka v0.12.11
14092026-05-15T23:08:20.982Z Checking fixedbitset v0.5.7
14102026-05-15T23:08:21.070Z Checking petgraph v0.6.5
14112026-05-15T23:08:21.190Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-05-15T23:08:21.206Z Checking petgraph v0.8.2
14132026-05-15T23:08:21.441Z Checking libsw v3.5.0
14142026-05-15T23:08:21.592Z Checking olpc-cjson v0.1.4
14152026-05-15T23:08:22.265Z Checking snafu v0.8.9
14162026-05-15T23:08:22.268Z Checking const_format v0.2.34
14172026-05-15T23:08:22.302Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-05-15T23:08:22.507Z Compiling typify v0.6.1
14192026-05-15T23:08:22.618Z Checking papergrid v0.11.0
14202026-05-15T23:08:22.702Z Checking globset v0.4.16
14212026-05-15T23:08:22.726Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-05-15T23:08:22.772Z Checking gethostname v0.5.0
14232026-05-15T23:08:23.007Z Compiling tabled_derive v0.7.0
14242026-05-15T23:08:23.052Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-05-15T23:08:23.246Z Checking reqwest v0.13.2
14262026-05-15T23:08:23.411Z Checking bcs v0.1.6
14272026-05-15T23:08:23.646Z Checking pem v3.0.5
14282026-05-15T23:08:23.812Z Checking serde_plain v1.0.2
14292026-05-15T23:08:23.851Z Checking linear-map v1.2.0
14302026-05-15T23:08:23.965Z Checking typed-path v0.9.3
14312026-05-15T23:08:23.968Z Checking termtree v0.5.1
14322026-05-15T23:08:24.023Z Checking tagptr v0.2.0
14332026-05-15T23:08:24.119Z Checking humantime v2.3.0
14342026-05-15T23:08:24.167Z Compiling signal-hook v0.3.18
14352026-05-15T23:08:24.231Z Checking progenitor v0.10.0
14362026-05-15T23:08:24.300Z Checking crc8 v0.1.1
14372026-05-15T23:08:24.365Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-05-15T23:08:24.428Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-05-15T23:08:24.498Z Checking tabled v0.15.0
14402026-05-15T23:08:24.734Z Checking tough v0.20.0
14412026-05-15T23:08:25.019Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-05-15T23:08:25.182Z Compiling progenitor-impl v0.13.0
14432026-05-15T23:08:25.640Z Checking steno v0.4.1
14442026-05-15T23:08:25.890Z Checking hickory-proto v0.25.2
14452026-05-15T23:08:26.102Z Compiling curl-sys v0.4.83+curl-8.15.0
14462026-05-15T23:08:26.504Z Compiling cargo-platform v0.1.9
14472026-05-15T23:08:26.522Z Compiling vergen v8.3.2
14482026-05-15T23:08:26.629Z Compiling fs-err v3.1.2
14492026-05-15T23:08:26.710Z Compiling crc32fast v1.5.0
14502026-05-15T23:08:26.742Z Compiling cargo_metadata v0.18.1
14512026-05-15T23:08:27.063Z Checking progenitor-client v0.13.0
14522026-05-15T23:08:27.167Z Checking dropshot-api-manager-types v0.5.2
14532026-05-15T23:08:27.286Z Checking sha2 v0.10.9
14542026-05-15T23:08:27.323Z Compiling progenitor-macro v0.13.0
14552026-05-15T23:08:27.338Z Compiling blake3 v1.8.2
14562026-05-15T23:08:27.491Z Checking hickory-resolver v0.25.2
14572026-05-15T23:08:27.540Z Checking adler2 v2.0.1
14582026-05-15T23:08:27.863Z Checking miniz_oxide v0.8.9
14592026-05-15T23:08:28.189Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14602026-05-15T23:08:28.207Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14612026-05-15T23:08:28.341Z Checking git-stub v1.0.0
14622026-05-15T23:08:28.400Z Checking filetime v0.2.26
14632026-05-15T23:08:28.504Z Checking arrayref v0.3.9
14642026-05-15T23:08:28.542Z Checking constant_time_eq v0.3.1
14652026-05-15T23:08:28.581Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14662026-05-15T23:08:28.640Z Checking arrayvec v0.7.6
14672026-05-15T23:08:28.809Z Compiling curl v0.4.49
14682026-05-15T23:08:28.830Z Checking xattr v1.6.1
14692026-05-15T23:08:28.967Z Checking is_ci v1.2.0
14702026-05-15T23:08:29.080Z Checking supports-color v3.0.2
14712026-05-15T23:08:29.101Z Checking tar v0.4.45
14722026-05-15T23:08:29.487Z Checking git-stub-vcs v0.1.0
14732026-05-15T23:08:29.605Z Checking flate2 v1.1.2
14742026-05-15T23:08:29.689Z Checking drift v0.1.3
14752026-05-15T23:08:29.827Z Checking kstat-rs v0.2.4
14762026-05-15T23:08:29.890Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14772026-05-15T23:08:29.893Z Checking toml v0.7.8
14782026-05-15T23:08:29.941Z Checking topological-sort v0.2.2
14792026-05-15T23:08:30.013Z Checking dropshot-api-manager v0.5.2
14802026-05-15T23:08:30.200Z Checking omicron-zone-package v0.12.2
14812026-05-15T23:08:30.501Z Checking signal-hook-tokio v0.3.1
14822026-05-15T23:08:30.633Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-05-15T23:08:31.011Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-05-15T23:08:31.070Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-05-15T23:08:31.159Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14862026-05-15T23:08:31.577Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-05-15T23:08:31.621Z Checking progenitor v0.13.0
14882026-05-15T23:08:31.751Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14892026-05-15T23:08:31.844Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14902026-05-15T23:08:31.956Z Checking display-error-chain v0.2.2
14912026-05-15T23:08:31.993Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-15T23:08:32.039Z Checking search_path v0.1.4
14932026-05-15T23:08:32.077Z Checking internet-checksum v0.2.1
14942026-05-15T23:08:32.151Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-05-15T23:08:32.171Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14962026-05-15T23:08:32.379Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14972026-05-15T23:08:32.590Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-15T23:08:32.688Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-05-15T23:08:33.040Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-05-15T23:08:33.084Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-15T23:08:33.115Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-15T23:08:33.403Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-05-15T23:08:33.494Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-05-15T23:08:33.697Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-05-15T23:08:33.828Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15062026-05-15T23:08:33.854Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-15T23:08:34.306Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-05-15T23:08:34.386Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-05-15T23:08:36.994Z Compiling git2 v0.19.0
15102026-05-15T23:08:37.473Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15112026-05-15T23:08:37.848Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15122026-05-15T23:08:38.482Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-05-15T23:08:38.780Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15142026-05-15T23:08:39.355Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-05-15T23:08:39.410Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-05-15T23:08:39.744Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-05-15T23:08:39.875Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-05-15T23:08:39.894Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15192026-05-15T23:08:40.215Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-05-15T23:08:51.058Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-05-15T23:08:52.337Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-05-15T23:08:57.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15232026-05-15T23:08:57.452Z+ for feat in tofino_stub tofino_asic softnpu chaos
15242026-05-15T23:08:57.452Z+ cargo clippy --features tofino_asic -- --deny warnings
15252026-05-15T23:08:57.938Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15262026-05-15T23:08:57.938Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15272026-05-15T23:08:57.941Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15282026-05-15T23:08:57.941Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15292026-05-15T23:09:05.207Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-05-15T23:09:05.211Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15312026-05-15T23:09:07.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.24s
15322026-05-15T23:09:07.879Z+ for feat in tofino_stub tofino_asic softnpu chaos
15332026-05-15T23:09:07.879Z+ cargo clippy --features softnpu -- --deny warnings
15342026-05-15T23:09:08.179Z Downloading crates ...
15352026-05-15T23:09:08.309Z Downloaded libloading v0.7.4
15362026-05-15T23:09:08.313Z Downloaded ascii v1.1.0
15372026-05-15T23:09:08.317Z Downloaded tap v1.0.1
15382026-05-15T23:09:08.320Z Downloaded typeid v1.0.3
15392026-05-15T23:09:08.323Z Downloaded serde_arrays v0.1.0
15402026-05-15T23:09:08.323Z Downloaded bitstruct v0.1.1
15412026-05-15T23:09:08.323Z Downloaded radium v0.7.0
15422026-05-15T23:09:08.323Z Downloaded erased-serde v0.4.8
15432026-05-15T23:09:08.326Z Downloaded bitstruct_derive v0.1.0
15442026-05-15T23:09:08.326Z Downloaded wyz v0.5.1
15452026-05-15T23:09:08.329Z Downloaded funty v2.0.0
15462026-05-15T23:09:08.333Z Downloaded num-bigint v0.4.6
15472026-05-15T23:09:08.341Z Downloaded bitvec v1.0.1
15482026-05-15T23:09:08.469Z Checking num-integer v0.1.46
15492026-05-15T23:09:08.544Z Checking num-complex v0.4.6
15502026-05-15T23:09:08.556Z Compiling radium v0.7.0
15512026-05-15T23:09:08.563Z Checking tap v1.0.1
15522026-05-15T23:09:08.569Z Checking funty v2.0.0
15532026-05-15T23:09:08.576Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15542026-05-15T23:09:08.578Z Compiling typeid v1.0.3
15552026-05-15T23:09:08.582Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-05-15T23:09:08.648Z Checking wyz v0.5.1
15572026-05-15T23:09:08.744Z Checking num-bigint v0.4.6
15582026-05-15T23:09:08.744Z Checking num-iter v0.1.45
15592026-05-15T23:09:08.794Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-05-15T23:09:08.813Z Compiling erased-serde v0.4.8
15612026-05-15T23:09:08.868Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-05-15T23:09:08.871Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-05-15T23:09:08.895Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-05-15T23:09:08.941Z Compiling bitstruct_derive v0.1.0
15652026-05-15T23:09:08.986Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-05-15T23:09:08.995Z Checking bitvec v1.0.1
15672026-05-15T23:09:08.998Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-05-15T23:09:08.998Z Checking ascii v1.1.0
15692026-05-15T23:09:09.018Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15702026-05-15T23:09:09.085Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-05-15T23:09:09.175Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15722026-05-15T23:09:09.184Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-05-15T23:09:09.203Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15742026-05-15T23:09:09.213Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-05-15T23:09:09.471Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-05-15T23:09:09.492Z Checking serde_arrays v0.1.0
15772026-05-15T23:09:09.579Z Checking num-rational v0.4.2
15782026-05-15T23:09:09.591Z Checking libloading v0.7.4
15792026-05-15T23:09:09.600Z Checking bitstruct v0.1.1
15802026-05-15T23:09:09.622Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15812026-05-15T23:09:09.842Z Checking num v0.4.3
15822026-05-15T23:09:09.909Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-05-15T23:09:10.442Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15842026-05-15T23:09:10.728Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15852026-05-15T23:09:10.731Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15862026-05-15T23:09:10.920Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-05-15T23:09:11.123Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-05-15T23:09:11.126Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-05-15T23:09:11.580Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-05-15T23:09:11.795Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15912026-05-15T23:09:11.795Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-05-15T23:09:11.799Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-05-15T23:09:11.799Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-05-15T23:09:12.176Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15952026-05-15T23:09:12.598Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15962026-05-15T23:09:13.473Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-05-15T23:09:15.701Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15982026-05-15T23:09:16.047Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15992026-05-15T23:09:16.907Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16002026-05-15T23:09:17.738Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16012026-05-15T23:09:17.855Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16022026-05-15T23:09:24.275Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-05-15T23:09:25.552Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-05-15T23:09:26.088Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16052026-05-15T23:09:30.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.44s
16062026-05-15T23:09:30.521Z+ for feat in tofino_stub tofino_asic softnpu chaos
16072026-05-15T23:09:30.521Z+ cargo clippy --features chaos -- --deny warnings
16082026-05-15T23:09:30.993Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16092026-05-15T23:09:30.993Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16102026-05-15T23:09:30.996Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16112026-05-15T23:09:38.220Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16122026-05-15T23:09:38.220Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16132026-05-15T23:09:40.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s
16142026-05-15T23:09:40.861Z+ banner fmt
16152026-05-15T23:09:40.864Z
16162026-05-15T23:09:40.864Z ###### # # #####
16172026-05-15T23:09:40.864Z # ## ## #
16182026-05-15T23:09:40.865Z ##### # ## # #
16192026-05-15T23:09:40.865Z # # # #
16202026-05-15T23:09:40.865Z # # # #
16212026-05-15T23:09:40.865Z # # # #
16222026-05-15T23:09:40.865Z
16232026-05-15T23:09:40.865Z+ cargo fmt -- --check
16242026-05-15T23:09:41.317Z+ banner test
16252026-05-15T23:09:41.320Z
16262026-05-15T23:09:41.320Z ##### ###### #### #####
16272026-05-15T23:09:41.320Z # # # #
16282026-05-15T23:09:41.320Z # ##### #### #
16292026-05-15T23:09:41.320Z # # # #
16302026-05-15T23:09:41.320Z # # # # #
16312026-05-15T23:09:41.320Z # ###### #### #
16322026-05-15T23:09:41.320Z
16332026-05-15T23:09:41.320Z+ for feat in tofino_stub tofino_asic softnpu chaos
16342026-05-15T23:09:41.320Z+ RUST_BACKTRACE=full
16352026-05-15T23:09:41.320Z+ cargo test --features tofino_stub --no-fail-fast
16362026-05-15T23:09:42.144Z Compiling unicode-ident v1.0.24
16372026-05-15T23:09:42.144Z Compiling cfg-if v1.0.3
16382026-05-15T23:09:42.147Z Compiling memchr v2.7.5
16392026-05-15T23:09:42.147Z Compiling serde_core v1.0.228
16402026-05-15T23:09:42.259Z Compiling itoa v1.0.15
16412026-05-15T23:09:42.266Z Compiling libc v0.2.183
16422026-05-15T23:09:42.273Z Compiling zmij v1.0.17
16432026-05-15T23:09:42.284Z Compiling libm v0.2.15
16442026-05-15T23:09:42.352Z Compiling proc-macro2 v1.0.106
16452026-05-15T23:09:42.380Z Compiling heck v0.5.0
16462026-05-15T23:09:42.540Z Compiling equivalent v1.0.2
16472026-05-15T23:09:42.631Z Compiling log v0.4.29
16482026-05-15T23:09:42.649Z Compiling smallvec v1.15.1
16492026-05-15T23:09:42.754Z Compiling quote v1.0.45
16502026-05-15T23:09:42.792Z Compiling iana-time-zone v0.1.64
16512026-05-15T23:09:42.812Z Compiling allocator-api2 v0.2.21
16522026-05-15T23:09:42.925Z Compiling syn v2.0.117
16532026-05-15T23:09:43.015Z Compiling foldhash v0.2.0
16542026-05-15T23:09:43.047Z Compiling dyn-clone v1.0.20
16552026-05-15T23:09:43.133Z Compiling stable_deref_trait v1.2.0
16562026-05-15T23:09:43.144Z Compiling pin-project-lite v0.2.16
16572026-05-15T23:09:43.193Z Compiling hashbrown v0.16.1
16582026-05-15T23:09:43.213Z Compiling fnv v1.0.7
16592026-05-15T23:09:43.239Z Compiling percent-encoding v2.3.2
16602026-05-15T23:09:43.242Z Compiling litemap v0.8.0
16612026-05-15T23:09:43.328Z Compiling writeable v0.6.1
16622026-05-15T23:09:43.400Z Compiling regex-syntax v0.8.6
16632026-05-15T23:09:43.460Z Compiling icu_properties_data v2.0.1
16642026-05-15T23:09:43.472Z Compiling icu_normalizer_data v2.0.0
16652026-05-15T23:09:43.550Z Compiling form_urlencoded v1.2.2
16662026-05-15T23:09:43.596Z Compiling utf8_iter v1.0.4
16672026-05-15T23:09:43.637Z Compiling scopeguard v1.2.0
16682026-05-15T23:09:43.733Z Compiling lock_api v0.4.14
16692026-05-15T23:09:43.748Z Compiling getrandom v0.3.3
16702026-05-15T23:09:43.748Z Compiling num-traits v0.2.19
16712026-05-15T23:09:43.803Z Compiling aho-corasick v1.1.3
16722026-05-15T23:09:43.931Z Compiling semver v1.0.27
16732026-05-15T23:09:43.967Z Compiling serde_json v1.0.149
16742026-05-15T23:09:44.105Z Compiling indexmap v2.13.0
16752026-05-15T23:09:44.278Z Compiling ucd-trie v0.1.7
16762026-05-15T23:09:44.383Z Compiling byteorder v1.5.0
16772026-05-15T23:09:44.570Z Compiling uuid v1.20.0
16782026-05-15T23:09:44.737Z Compiling futures-core v0.3.32
16792026-05-15T23:09:44.893Z Compiling regex-automata v0.4.13
16802026-05-15T23:09:44.906Z Compiling time-core v0.1.8
16812026-05-15T23:09:44.988Z Compiling num-conv v0.2.1
16822026-05-15T23:09:45.146Z Compiling time-macros v0.2.27
16832026-05-15T23:09:45.237Z Compiling ryu v1.0.20
16842026-05-15T23:09:45.237Z Compiling futures-sink v0.3.32
16852026-05-15T23:09:45.262Z Compiling regress v0.10.5
16862026-05-15T23:09:45.424Z Compiling pretty-hex v0.4.1
16872026-05-15T23:09:45.567Z Compiling slab v0.4.11
16882026-05-15T23:09:45.757Z Compiling synstructure v0.13.2
16892026-05-15T23:09:45.900Z Compiling serde_derive_internals v0.29.1
16902026-05-15T23:09:45.997Z Compiling strsim v0.11.1
16912026-05-15T23:09:46.063Z Compiling plain v0.2.3
16922026-05-15T23:09:46.143Z Compiling futures-channel v0.3.32
16932026-05-15T23:09:46.173Z Compiling syn v1.0.109
16942026-05-15T23:09:46.372Z Compiling futures-task v0.3.32
16952026-05-15T23:09:46.480Z Compiling futures-io v0.3.32
16962026-05-15T23:09:46.537Z Compiling socket2 v0.6.0
16972026-05-15T23:09:46.642Z Compiling regex v1.12.3
16982026-05-15T23:09:46.654Z Compiling parking_lot_core v0.9.12
16992026-05-15T23:09:46.950Z Compiling parking_lot v0.12.5
17002026-05-15T23:09:46.964Z Compiling signal-hook-registry v1.4.6
17012026-05-15T23:09:46.977Z Compiling serde_derive v1.0.228
17022026-05-15T23:09:46.990Z Compiling zerofrom-derive v0.1.6
17032026-05-15T23:09:47.108Z Compiling yoke-derive v0.8.0
17042026-05-15T23:09:47.351Z Compiling zerovec-derive v0.11.1
17052026-05-15T23:09:47.363Z Compiling displaydoc v0.2.5
17062026-05-15T23:09:47.484Z Compiling thiserror-impl v2.0.18
17072026-05-15T23:09:48.140Z Compiling schemars_derive v0.8.22
17082026-05-15T23:09:48.177Z Compiling tokio-macros v2.6.0
17092026-05-15T23:09:48.235Z Compiling zerocopy-derive v0.8.27
17102026-05-15T23:09:48.515Z Compiling zeroize_derive v1.4.3
17112026-05-15T23:09:48.765Z Compiling thiserror v2.0.18
17122026-05-15T23:09:48.879Z Compiling futures-macro v0.3.32
17132026-05-15T23:09:48.987Z Compiling zerofrom v0.1.6
17142026-05-15T23:09:49.124Z Compiling yoke v0.8.0
17152026-05-15T23:09:49.223Z Compiling thiserror-impl v1.0.69
17162026-05-15T23:09:49.241Z Compiling tracing-attributes v0.1.30
17172026-05-15T23:09:49.322Z Compiling zerovec v0.11.4
17182026-05-15T23:09:49.446Z Compiling zerotrie v0.2.2
17192026-05-15T23:09:49.558Z Compiling zerocopy v0.8.27
17202026-05-15T23:09:49.628Z Compiling pest v2.8.2
17212026-05-15T23:09:49.733Z Compiling serde v1.0.228
17222026-05-15T23:09:49.757Z Compiling scroll_derive v0.13.1
17232026-05-15T23:09:50.186Z Compiling bytes v1.11.1
17242026-05-15T23:09:50.247Z Compiling serde_tokenstream v0.2.3
17252026-05-15T23:09:50.259Z Compiling tinystr v0.8.1
17262026-05-15T23:09:50.406Z Compiling potential_utf v0.1.3
17272026-05-15T23:09:50.467Z Compiling icu_locale_core v2.0.0
17282026-05-15T23:09:50.503Z Compiling chrono v0.4.44
17292026-05-15T23:09:50.532Z Compiling icu_collections v2.0.0
17302026-05-15T23:09:50.575Z Compiling async-trait v0.1.89
17312026-05-15T23:09:50.828Z Compiling http v1.4.0
17322026-05-15T23:09:50.948Z Compiling pest_meta v2.8.2
17332026-05-15T23:09:51.050Z Compiling icu_provider v2.0.0
17342026-05-15T23:09:51.253Z Compiling scroll v0.13.0
17352026-05-15T23:09:51.343Z Compiling icu_properties v2.0.1
17362026-05-15T23:09:51.368Z Compiling icu_normalizer v2.0.0
17372026-05-15T23:09:51.520Z Compiling schemars v0.8.22
17382026-05-15T23:09:51.571Z Compiling pest_generator v2.8.2
17392026-05-15T23:09:51.847Z Compiling thiserror v1.0.69
17402026-05-15T23:09:51.955Z Compiling goblin v0.10.1
17412026-05-15T23:09:51.978Z Compiling thread-id v5.0.0
17422026-05-15T23:09:52.029Z Compiling openapiv3 v2.2.0
17432026-05-15T23:09:52.065Z Compiling mio v1.0.4
17442026-05-15T23:09:52.205Z Compiling idna_adapter v1.2.1
17452026-05-15T23:09:52.279Z Compiling pest_derive v2.8.2
17462026-05-15T23:09:52.357Z Compiling idna v1.1.0
17472026-05-15T23:09:52.548Z Compiling tokio v1.49.0
17482026-05-15T23:09:52.587Z Compiling daft-derive v0.1.4
17492026-05-15T23:09:52.599Z Compiling darling_core v0.21.3
17502026-05-15T23:09:52.665Z Compiling url v2.5.7
17512026-05-15T23:09:52.853Z Compiling dtrace-parser v0.3.0
17522026-05-15T23:09:53.435Z Compiling typify-impl v0.4.3
17532026-05-15T23:09:53.624Z Compiling serde_yaml v0.9.34+deprecated
17542026-05-15T23:09:53.745Z Compiling ppv-lite86 v0.2.21
17552026-05-15T23:09:53.909Z Compiling openssl-macros v0.1.1
17562026-05-15T23:09:54.072Z Compiling base64 v0.22.1
17572026-05-15T23:09:54.440Z Compiling http-body v1.0.1
17582026-05-15T23:09:54.620Z Compiling bitflags v2.9.4
17592026-05-15T23:09:54.642Z Compiling erased-serde v0.3.31
17602026-05-15T23:09:54.789Z Compiling dof v0.4.0
17612026-05-15T23:09:54.845Z Compiling darling_macro v0.21.3
17622026-05-15T23:09:54.864Z Compiling typenum v1.18.0
17632026-05-15T23:09:54.952Z Compiling getrandom v0.2.16
17642026-05-15T23:09:55.145Z Compiling ipnet v2.11.0
17652026-05-15T23:09:55.158Z Compiling atomic-waker v1.1.2
17662026-05-15T23:09:55.283Z Compiling usdt-impl v0.6.0
17672026-05-15T23:09:55.416Z Compiling anyhow v1.0.102
17682026-05-15T23:09:55.447Z Compiling darling v0.21.3
17692026-05-15T23:09:55.534Z Compiling httparse v1.10.1
17702026-05-15T23:09:55.695Z Compiling portable-atomic v1.11.1
17712026-05-15T23:09:55.855Z Compiling untrusted v0.9.0
17722026-05-15T23:09:55.921Z Compiling tower-service v0.3.3
17732026-05-15T23:09:55.979Z Compiling tower-layer v0.3.3
17742026-05-15T23:09:56.090Z Compiling critical-section v1.2.0
17752026-05-15T23:09:56.144Z Compiling try-lock v0.2.5
17762026-05-15T23:09:56.205Z Compiling once_cell v1.21.3
17772026-05-15T23:09:56.230Z Compiling want v0.3.1
17782026-05-15T23:09:56.255Z Compiling zeroize v1.8.1
17792026-05-15T23:09:56.403Z Compiling pin-utils v0.1.0
17802026-05-15T23:09:56.421Z Compiling httpdate v1.0.3
17812026-05-15T23:09:56.466Z Compiling structmeta-derive v0.3.0
17822026-05-15T23:09:56.480Z Compiling newtype-uuid-macros v0.1.0
17832026-05-15T23:09:56.665Z Compiling strum_macros v0.26.4
17842026-05-15T23:09:56.849Z Compiling usdt-attr-macro v0.6.0
17852026-05-15T23:09:57.073Z Compiling usdt-macro v0.6.0
17862026-05-15T23:09:57.545Z Compiling structmeta v0.3.0
17872026-05-15T23:09:57.778Z Compiling async-stream-impl v0.3.6
17882026-05-15T23:09:58.046Z Compiling powerfmt v0.2.0
17892026-05-15T23:09:58.206Z Compiling deranged v0.5.3
17902026-05-15T23:09:58.428Z Compiling num_threads v0.1.7
17912026-05-15T23:09:58.502Z Compiling omicron-workspace-hack v0.1.0
17922026-05-15T23:09:58.532Z Compiling dropshot_endpoint v0.16.7
17932026-05-15T23:09:58.802Z Compiling http-body-util v0.1.3
17942026-05-15T23:09:59.056Z Compiling ref-cast-impl v1.0.25
17952026-05-15T23:09:59.370Z Compiling derive-ex v0.1.8
17962026-05-15T23:09:59.488Z Compiling serde_urlencoded v0.7.1
17972026-05-15T23:09:59.507Z Compiling strum_macros v0.27.2
17982026-05-15T23:09:59.810Z Compiling typify-macro v0.4.3
17992026-05-15T23:09:59.821Z Compiling sync_wrapper v1.0.2
18002026-05-15T23:09:59.838Z Compiling serde_with_macros v3.14.1
18012026-05-15T23:09:59.928Z Compiling iri-string v0.7.8
18022026-05-15T23:09:59.947Z Compiling subtle v2.6.1
18032026-05-15T23:10:00.117Z Compiling thread_local v1.1.9
18042026-05-15T23:10:00.384Z Compiling rand_core v0.6.4
18052026-05-15T23:10:00.601Z Compiling futures-util v0.3.32
18062026-05-15T23:10:00.616Z Compiling match_cfg v0.1.0
18072026-05-15T23:10:00.690Z Compiling parse-display-derive v0.10.0
18082026-05-15T23:10:00.974Z Compiling toml_datetime v0.6.11
18092026-05-15T23:10:00.988Z Compiling test-strategy v0.4.3
18102026-05-15T23:10:01.077Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112026-05-15T23:10:01.256Z Compiling take_mut v0.2.2
18122026-05-15T23:10:01.371Z Compiling term v1.2.0
18132026-05-15T23:10:01.569Z Compiling tracing-core v0.1.34
18142026-05-15T23:10:01.899Z Compiling typify v0.4.3
18152026-05-15T23:10:01.996Z Compiling progenitor-impl v0.11.1
18162026-05-15T23:10:02.027Z Compiling tracing v0.1.41
18172026-05-15T23:10:02.083Z Compiling clap_derive v4.6.0
18182026-05-15T23:10:02.163Z Compiling camino v1.2.2
18192026-05-15T23:10:02.259Z Compiling cpufeatures v0.2.17
18202026-05-15T23:10:02.336Z Compiling fastrand v2.3.0
18212026-05-15T23:10:02.357Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18222026-05-15T23:10:02.391Z Compiling encoding_rs v0.8.35
18232026-05-15T23:10:02.577Z Compiling mime v0.3.17
18242026-05-15T23:10:02.602Z Compiling unicode-width v0.2.1
18252026-05-15T23:10:03.413Z Compiling errno v0.3.14
18262026-05-15T23:10:03.573Z Compiling hex v0.4.3
18272026-05-15T23:10:03.586Z Compiling generic-array v0.14.7
18282026-05-15T23:10:03.833Z Compiling ipnetwork v0.21.1
18292026-05-15T23:10:04.090Z Compiling crossbeam-utils v0.8.21
18302026-05-15T23:10:04.133Z Compiling winnow v0.7.14
18312026-05-15T23:10:04.170Z Compiling rustix v1.1.2
18322026-05-15T23:10:04.289Z Compiling tokio-util v0.7.16
18332026-05-15T23:10:04.628Z Compiling slog v2.8.2
18342026-05-15T23:10:05.395Z Compiling crypto-common v0.1.6
18352026-05-15T23:10:05.421Z Compiling itertools v0.14.0
18362026-05-15T23:10:05.531Z Compiling rand_core v0.9.3
18372026-05-15T23:10:05.543Z Compiling h2 v0.4.12
18382026-05-15T23:10:05.602Z Compiling progenitor-macro v0.11.1
18392026-05-15T23:10:05.671Z Compiling oxnet v0.1.4
18402026-05-15T23:10:05.758Z Compiling rand_chacha v0.9.0
18412026-05-15T23:10:05.771Z Compiling socket2 v0.5.10
18422026-05-15T23:10:06.102Z Compiling quick-error v1.2.3
18432026-05-15T23:10:06.217Z Compiling spin v0.9.8
18442026-05-15T23:10:06.220Z Compiling debug-ignore v1.0.5
18452026-05-15T23:10:06.243Z Compiling rand v0.9.2
18462026-05-15T23:10:06.334Z Compiling toml_parser v1.0.6+spec-1.1.0
18472026-05-15T23:10:06.334Z Compiling tabwriter v1.4.1
18482026-05-15T23:10:06.590Z Compiling rustls-pki-types v1.12.0
18492026-05-15T23:10:06.662Z Compiling serde_spanned v1.0.4
18502026-05-15T23:10:06.823Z Compiling toml_datetime v0.7.5+spec-1.1.0
18512026-05-15T23:10:06.836Z Compiling bit-vec v0.8.0
18522026-05-15T23:10:07.028Z Compiling colored v3.0.0
18532026-05-15T23:10:07.070Z Compiling lazy_static v1.5.0
18542026-05-15T23:10:07.135Z Compiling toml_writer v1.0.6+spec-1.1.0
18552026-05-15T23:10:07.171Z Compiling bit-set v0.8.0
18562026-05-15T23:10:07.335Z Compiling toml v0.9.11+spec-1.1.0
18572026-05-15T23:10:07.351Z Compiling async-stream v0.3.6
18582026-05-15T23:10:07.402Z Compiling strum v0.26.3
18592026-05-15T23:10:07.414Z Compiling waitgroup v0.1.2
18602026-05-15T23:10:07.522Z Compiling serde_path_to_error v0.1.20
18612026-05-15T23:10:07.535Z Compiling anstyle v1.0.14
18622026-05-15T23:10:07.763Z Compiling hyper v1.8.1
18632026-05-15T23:10:07.783Z Compiling unarray v0.1.4
18642026-05-15T23:10:07.882Z Compiling time v0.3.47
18652026-05-15T23:10:07.897Z Compiling ring v0.17.14
18662026-05-15T23:10:08.435Z Compiling macaddr v1.0.1
18672026-05-15T23:10:08.814Z Compiling utf8parse v0.2.2
18682026-05-15T23:10:08.919Z Compiling hyper-util v0.1.19
18692026-05-15T23:10:08.933Z Compiling anstyle-parse v1.0.0
18702026-05-15T23:10:09.133Z Compiling crossbeam-channel v0.5.15
18712026-05-15T23:10:09.544Z Compiling block-buffer v0.10.4
18722026-05-15T23:10:09.626Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18732026-05-15T23:10:09.664Z Compiling ref-cast v1.0.25
18742026-05-15T23:10:09.697Z Compiling anstyle-query v1.1.4
18752026-05-15T23:10:09.770Z Compiling colorchoice v1.0.4
18762026-05-15T23:10:09.809Z Compiling is_terminal_polyfill v1.70.1
18772026-05-15T23:10:09.891Z Compiling anstream v1.0.0
18782026-05-15T23:10:09.908Z Compiling digest v0.10.7
18792026-05-15T23:10:09.999Z Compiling strum v0.27.2
18802026-05-15T23:10:10.013Z Compiling clap_lex v1.1.0
18812026-05-15T23:10:10.015Z Compiling is-terminal v0.4.16
18822026-05-15T23:10:10.117Z Compiling slog-term v2.9.2
18832026-05-15T23:10:10.141Z Compiling slog-async v2.8.0
18842026-05-15T23:10:10.187Z Compiling slog-json v2.6.1
18852026-05-15T23:10:10.268Z Compiling tower v0.5.2
18862026-05-15T23:10:10.386Z Compiling hostname v0.3.1
18872026-05-15T23:10:10.536Z Compiling instant v0.1.13
18882026-05-15T23:10:10.649Z Compiling slog-bunyan v2.5.0
18892026-05-15T23:10:10.664Z Compiling tower-http v0.6.8
18902026-05-15T23:10:10.685Z Compiling futures-executor v0.3.32
18912026-05-15T23:10:10.801Z Compiling openssl-sys v0.9.112
18922026-05-15T23:10:10.905Z Compiling futures v0.3.32
18932026-05-15T23:10:11.378Z Compiling aws-lc-sys v0.39.1
18942026-05-15T23:10:11.512Z Compiling memmap2 v0.9.8
18952026-05-15T23:10:11.987Z Compiling untrusted v0.7.1
18962026-05-15T23:10:12.043Z Compiling foreign-types-shared v0.1.1
18972026-05-15T23:10:12.118Z Compiling foreign-types v0.3.2
18982026-05-15T23:10:12.134Z Compiling aws-lc-rs v1.16.2
18992026-05-15T23:10:12.170Z Compiling tempfile v3.23.0
19002026-05-15T23:10:12.193Z Compiling openssl-probe v0.1.6
19012026-05-15T23:10:12.380Z Compiling openssl v0.10.76
19022026-05-15T23:10:13.178Z Compiling rustls-webpki v0.103.6
19032026-05-15T23:10:13.690Z Compiling either v1.15.0
19042026-05-15T23:10:13.908Z Compiling rustls v0.23.32
19052026-05-15T23:10:14.191Z Compiling usdt v0.6.0
19062026-05-15T23:10:14.477Z Compiling webpki-roots v1.0.2
19072026-05-15T23:10:14.604Z Compiling newtype-uuid v1.3.2
19082026-05-15T23:10:14.968Z Compiling native-tls v0.2.14
19092026-05-15T23:10:15.262Z Compiling tokio-native-tls v0.3.1
19102026-05-15T23:10:15.293Z Compiling daft v0.1.4
19112026-05-15T23:10:15.437Z Compiling hyper-tls v0.6.0
19122026-05-15T23:10:15.708Z Compiling rustls-webpki v0.102.8
19132026-05-15T23:10:16.904Z Compiling tokio-rustls v0.26.3
19142026-05-15T23:10:16.955Z Compiling rustls v0.22.4
19152026-05-15T23:10:17.126Z Compiling hyper-rustls v0.27.7
19162026-05-15T23:10:17.471Z Compiling reqwest v0.12.23
19172026-05-15T23:10:17.872Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19182026-05-15T23:10:18.661Z Compiling sha1 v0.10.6
19192026-05-15T23:10:18.907Z Compiling tokio-rustls v0.25.0
19202026-05-15T23:10:19.130Z Compiling rustls-pemfile v2.2.0
19212026-05-15T23:10:19.156Z Compiling multer v3.1.0
19222026-05-15T23:10:19.457Z Compiling terminal_size v0.4.3
19232026-05-15T23:10:19.612Z Compiling rand_chacha v0.3.1
19242026-05-15T23:10:19.687Z Compiling hostname v0.4.2
19252026-05-15T23:10:19.840Z Compiling wait-timeout v0.2.1
19262026-05-15T23:10:20.277Z Compiling rusty-fork v0.3.0
19272026-05-15T23:10:20.584Z Compiling rand v0.8.5
19282026-05-15T23:10:20.654Z Compiling dropshot v0.16.7
19292026-05-15T23:10:21.410Z Compiling rand_xorshift v0.4.0
19302026-05-15T23:10:22.112Z Compiling hubpack_derive v0.1.1
19312026-05-15T23:10:22.757Z Compiling proptest v1.8.0
19322026-05-15T23:10:22.909Z Compiling clap_builder v4.6.0
19332026-05-15T23:10:23.963Z Compiling serde_spanned v0.6.9
19342026-05-15T23:10:24.468Z Compiling prettyplease v0.2.37
19352026-05-15T23:10:24.753Z Compiling clap v4.6.0
19362026-05-15T23:10:24.847Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19372026-05-15T23:10:25.571Z Compiling progenitor-client v0.11.1
19382026-05-15T23:10:25.836Z Compiling progenitor-client v0.10.0
19392026-05-15T23:10:25.887Z Compiling serde_with v3.14.1
19402026-05-15T23:10:26.707Z Compiling progenitor v0.11.1
19412026-05-15T23:10:27.949Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-05-15T23:10:28.157Z Compiling rustc-hash v2.1.1
19432026-05-15T23:10:28.288Z Compiling iddqd v0.3.17
19442026-05-15T23:10:28.437Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19452026-05-15T23:10:29.565Z Compiling backoff v0.4.0
19462026-05-15T23:10:29.611Z Compiling parse-display v0.10.0
19472026-05-15T23:10:29.687Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19482026-05-15T23:10:29.824Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19492026-05-15T23:10:29.848Z Compiling num-derive v0.3.3
19502026-05-15T23:10:29.958Z Compiling toml_write v0.1.2
19512026-05-15T23:10:30.023Z Compiling winnow v0.5.40
19522026-05-15T23:10:30.166Z Compiling toml_edit v0.22.27
19532026-05-15T23:10:31.353Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-05-15T23:10:31.772Z Compiling num-integer v0.1.46
19552026-05-15T23:10:32.126Z Compiling float-ord v0.3.2
19562026-05-15T23:10:32.262Z Compiling toml v0.8.23
19572026-05-15T23:10:34.928Z Compiling num-rational v0.4.2
19582026-05-15T23:10:35.575Z Compiling num-iter v0.1.45
19592026-05-15T23:10:35.923Z Compiling num-complex v0.4.6
19602026-05-15T23:10:37.017Z Compiling num v0.4.3
19612026-05-15T23:10:37.294Z Compiling toml_edit v0.19.15
19622026-05-15T23:10:38.865Z Compiling proc-macro-crate v1.3.1
19632026-05-15T23:10:39.810Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-05-15T23:10:41.082Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-05-15T23:10:41.608Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-05-15T23:10:43.186Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-05-15T23:10:43.518Z Compiling zerocopy-derive v0.7.35
19682026-05-15T23:10:43.755Z Compiling memoffset v0.9.1
19692026-05-15T23:10:43.848Z Compiling ingot-macros v0.1.1
19702026-05-15T23:10:44.051Z Compiling proc-macro-error-attr2 v2.0.0
19712026-05-15T23:10:44.113Z Compiling nix v0.30.1
19722026-05-15T23:10:44.476Z Compiling libscf-sys v1.1.0
19732026-05-15T23:10:44.512Z Compiling proc-macro-error2 v2.0.1
19742026-05-15T23:10:44.663Z Compiling scroll_derive v0.12.1
19752026-05-15T23:10:44.936Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-05-15T23:10:45.548Z Compiling tabled_derive v0.11.0
19772026-05-15T23:10:45.741Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19782026-05-15T23:10:48.490Z Compiling zerocopy v0.7.35
19792026-05-15T23:10:49.088Z Compiling num_enum_derive v0.7.5
19802026-05-15T23:10:49.189Z Compiling hubpack v0.1.2
19812026-05-15T23:10:49.344Z Compiling foreign-types-macros v0.2.3
19822026-05-15T23:10:49.664Z Compiling static_assertions v1.1.0
19832026-05-15T23:10:50.142Z Compiling glob v0.3.3
19842026-05-15T23:10:50.190Z Compiling proc-macro-error-attr v1.0.4
19852026-05-15T23:10:50.430Z Compiling dtrace-parser v0.2.0
19862026-05-15T23:10:50.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19872026-05-15T23:10:50.645Z Compiling bytecount v0.6.9
19882026-05-15T23:10:50.979Z Compiling proc-macro-error v1.0.4
19892026-05-15T23:10:51.029Z Compiling dof v0.3.0
19902026-05-15T23:10:51.555Z Compiling num_enum_derive v0.5.11
19912026-05-15T23:10:53.012Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19922026-05-15T23:10:53.087Z Compiling thread-id v4.2.2
19932026-05-15T23:10:53.216Z Compiling usdt-impl v0.5.0
19942026-05-15T23:10:53.772Z Compiling derive_more v0.99.20
19952026-05-15T23:10:54.134Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19962026-05-15T23:10:54.165Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19972026-05-15T23:10:54.866Z Compiling minimal-lexical v0.2.1
19982026-05-15T23:10:54.933Z Compiling usdt-attr-macro v0.5.0
19992026-05-15T23:10:55.140Z Compiling nom v7.1.3
20002026-05-15T23:10:55.153Z Compiling usdt-macro v0.5.0
20012026-05-15T23:10:55.398Z Compiling zone_cfg_derive v0.3.1
20022026-05-15T23:10:55.790Z Compiling num-derive v0.4.2
20032026-05-15T23:10:55.943Z Compiling papergrid v0.17.0
20042026-05-15T23:10:56.087Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20052026-05-15T23:10:56.107Z Compiling testing_table v0.3.0
20062026-05-15T23:10:56.279Z Compiling rustc_version v0.4.1
20072026-05-15T23:10:56.491Z Compiling crossbeam-epoch v0.9.18
20082026-05-15T23:10:56.569Z Compiling enum-as-inner v0.6.1
20092026-05-15T23:10:56.839Z Compiling curve25519-dalek v4.1.3
20102026-05-15T23:10:56.864Z Compiling tabled v0.20.0
20112026-05-15T23:10:56.941Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20122026-05-15T23:10:57.163Z Compiling crossbeam-deque v0.8.6
20132026-05-15T23:10:57.221Z Compiling typify-impl v0.6.1
20142026-05-15T23:10:57.363Z Compiling thiserror-impl-no-std v2.0.2
20152026-05-15T23:10:57.539Z Compiling curve25519-dalek-derive v0.1.1
20162026-05-15T23:10:57.978Z Compiling rayon-core v1.13.0
20172026-05-15T23:10:58.251Z Compiling clang-sys v1.8.1
20182026-05-15T23:10:58.340Z Compiling scroll v0.12.0
20192026-05-15T23:10:58.509Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20202026-05-15T23:10:58.699Z Compiling hash32 v0.3.1
20212026-05-15T23:10:58.867Z Compiling heapless v0.8.0
20222026-05-15T23:10:58.879Z Compiling goblin v0.8.2
20232026-05-15T23:10:58.912Z Compiling ingot-types v0.1.2
20242026-05-15T23:10:59.098Z Compiling cobs v0.3.0
20252026-05-15T23:10:59.305Z Compiling libloading v0.8.9
20262026-05-15T23:10:59.308Z Compiling bitflags v1.3.2
20272026-05-15T23:10:59.309Z Compiling foreign-types-shared v0.3.1
20282026-05-15T23:10:59.402Z Compiling managed v0.8.0
20292026-05-15T23:10:59.430Z Compiling foreign-types v0.5.0
20302026-05-15T23:10:59.524Z Compiling bindgen v0.72.1
20312026-05-15T23:10:59.543Z Compiling ingot v0.1.1
20322026-05-15T23:10:59.628Z Compiling smoltcp v0.11.0
20332026-05-15T23:10:59.672Z Compiling postcard v1.1.3
20342026-05-15T23:11:00.020Z Compiling cexpr v0.6.0
20352026-05-15T23:11:00.268Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20362026-05-15T23:11:00.597Z Compiling num_enum v0.7.5
20372026-05-15T23:11:00.727Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20382026-05-15T23:11:01.185Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392026-05-15T23:11:01.253Z Compiling camino-tempfile v1.4.1
20402026-05-15T23:11:01.519Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20412026-05-15T23:11:01.543Z Compiling serde_repr v0.1.20
20422026-05-15T23:11:01.824Z Compiling derive-where v1.6.0
20432026-05-15T23:11:01.929Z Compiling cstr-argument v0.1.2
20442026-05-15T23:11:02.149Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452026-05-15T23:11:02.421Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20462026-05-15T23:11:03.245Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20472026-05-15T23:11:03.466Z Compiling rayon v1.11.0
20482026-05-15T23:11:03.569Z Compiling typify-macro v0.6.1
20492026-05-15T23:11:03.634Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502026-05-15T23:11:03.767Z Compiling crucible-workspace-hack v0.1.0
20512026-05-15T23:11:04.416Z Compiling memmap v0.7.0
20522026-05-15T23:11:04.612Z Compiling tinyvec_macros v0.1.1
20532026-05-15T23:11:04.677Z Compiling tinyvec v1.10.0
20542026-05-15T23:11:04.688Z Compiling usdt v0.5.0
20552026-05-15T23:11:04.976Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20562026-05-15T23:11:05.474Z Compiling num_enum v0.5.11
20572026-05-15T23:11:05.687Z Compiling typify v0.6.1
20582026-05-15T23:11:05.849Z Compiling pin-project-internal v1.1.10
20592026-05-15T23:11:06.803Z Compiling progenitor-impl v0.13.0
20602026-05-15T23:11:06.852Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20612026-05-15T23:11:06.978Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20622026-05-15T23:11:07.055Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20632026-05-15T23:11:07.209Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20642026-05-15T23:11:07.390Z Compiling rustix v0.38.44
20652026-05-15T23:11:07.725Z Compiling itertools v0.12.1
20662026-05-15T23:11:07.736Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20672026-05-15T23:11:07.910Z Compiling progenitor-impl v0.10.0
20682026-05-15T23:11:08.140Z Compiling sigpipe v0.1.3
20692026-05-15T23:11:08.239Z Compiling jiff v0.2.15
20702026-05-15T23:11:08.314Z Compiling const_format_proc_macros v0.2.34
20712026-05-15T23:11:08.889Z Compiling zone v0.3.1
20722026-05-15T23:11:09.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-05-15T23:11:09.200Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20742026-05-15T23:11:10.429Z Compiling progenitor-macro v0.13.0
20752026-05-15T23:11:10.773Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20762026-05-15T23:11:10.861Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20772026-05-15T23:11:11.238Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-05-15T23:11:11.287Z Compiling secrecy v0.10.3
20792026-05-15T23:11:11.456Z Compiling smf v0.2.3
20802026-05-15T23:11:11.500Z Compiling progenitor-macro v0.10.0
20812026-05-15T23:11:11.705Z Compiling snafu-derive v0.8.9
20822026-05-15T23:11:11.979Z Compiling async-recursion v1.1.1
20832026-05-15T23:11:12.134Z Compiling bstr v1.12.0
20842026-05-15T23:11:12.183Z Compiling whoami v1.6.1
20852026-05-15T23:11:12.692Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-05-15T23:11:13.522Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-05-15T23:11:14.087Z Compiling hmac v0.12.1
20882026-05-15T23:11:14.338Z Compiling inout v0.1.4
20892026-05-15T23:11:14.413Z Compiling ff v0.13.1
20902026-05-15T23:11:14.557Z Compiling crc8 v0.1.1
20912026-05-15T23:11:14.686Z Compiling data-encoding v2.9.0
20922026-05-15T23:11:14.810Z Compiling group v0.13.0
20932026-05-15T23:11:14.945Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20942026-05-15T23:11:15.134Z Compiling cipher v0.4.4
20952026-05-15T23:11:15.647Z Compiling hkdf v0.12.4
20962026-05-15T23:11:16.234Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20972026-05-15T23:11:16.252Z Compiling atomicwrites v0.4.4
20982026-05-15T23:11:16.474Z Compiling tokio-dtrace v0.1.1
20992026-05-15T23:11:16.785Z Compiling tabled_derive v0.7.0
21002026-05-15T23:11:17.165Z Compiling reqwest v0.13.2
21012026-05-15T23:11:17.267Z Compiling universal-hash v0.5.1
21022026-05-15T23:11:17.412Z Compiling crypto-bigint v0.5.5
21032026-05-15T23:11:17.480Z Compiling half v2.7.1
21042026-05-15T23:11:17.749Z Compiling base64ct v1.8.0
21052026-05-15T23:11:17.775Z Compiling indent_write v2.2.0
21062026-05-15T23:11:17.787Z Compiling base16ct v0.2.0
21072026-05-15T23:11:17.924Z Compiling opaque-debug v0.3.1
21082026-05-15T23:11:18.007Z Compiling ciborium-io v0.2.2
21092026-05-15T23:11:18.059Z Compiling poly1305 v0.8.0
21102026-05-15T23:11:18.115Z Compiling progenitor-client v0.13.0
21112026-05-15T23:11:18.470Z Compiling ciborium-ll v0.2.2
21122026-05-15T23:11:18.556Z Compiling elliptic-curve v0.13.8
21132026-05-15T23:11:18.627Z Compiling password-hash v0.5.0
21142026-05-15T23:11:19.268Z Compiling oxide-tokio-rt v0.1.2
21152026-05-15T23:11:19.702Z Compiling chacha20 v0.9.1
21162026-05-15T23:11:19.765Z Compiling similar v2.7.0
21172026-05-15T23:11:19.937Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21182026-05-15T23:11:20.282Z Compiling thiserror-no-std v2.0.2
21192026-05-15T23:11:20.675Z Compiling blake2 v0.10.6
21202026-05-15T23:11:21.057Z Compiling aead v0.5.2
21212026-05-15T23:11:21.355Z Compiling keccak v0.1.6
21222026-05-15T23:11:21.367Z Compiling resolv-conf v0.7.5
21232026-05-15T23:11:21.546Z Compiling linked-hash-map v0.5.6
21242026-05-15T23:11:21.736Z Compiling lru-cache v0.1.2
21252026-05-15T23:11:21.739Z Compiling sha3 v0.10.8
21262026-05-15T23:11:21.912Z Compiling chacha20poly1305 v0.10.1
21272026-05-15T23:11:21.945Z Compiling vsss-rs v3.3.4
21282026-05-15T23:11:21.997Z Compiling argon2 v0.5.3
21292026-05-15T23:11:22.027Z Compiling progenitor v0.13.0
21302026-05-15T23:11:22.068Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21312026-05-15T23:11:22.166Z Compiling ciborium v0.2.2
21322026-05-15T23:11:22.288Z Compiling hickory-proto v0.24.4
21332026-05-15T23:11:22.730Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21342026-05-15T23:11:22.761Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21352026-05-15T23:11:23.255Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21362026-05-15T23:11:23.267Z Compiling serde-big-array v0.5.1
21372026-05-15T23:11:23.421Z Compiling unicode-segmentation v1.12.0
21382026-05-15T23:11:23.462Z Compiling siphasher v1.0.1
21392026-05-15T23:11:23.658Z Compiling same-file v1.0.6
21402026-05-15T23:11:23.731Z Compiling newline-converter v0.3.0
21412026-05-15T23:11:23.840Z Compiling walkdir v2.5.0
21422026-05-15T23:11:23.841Z Compiling phf_shared v0.12.1
21432026-05-15T23:11:24.035Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-05-15T23:11:24.051Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21452026-05-15T23:11:24.164Z Compiling hickory-resolver v0.24.4
21462026-05-15T23:11:24.233Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-05-15T23:11:24.749Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-05-15T23:11:25.664Z Compiling newtype_derive v0.1.6
21492026-05-15T23:11:25.754Z Compiling owo-colors v4.3.0
21502026-05-15T23:11:25.844Z Compiling tokio-stream v0.1.17
21512026-05-15T23:11:26.129Z Compiling console v0.15.11
21522026-05-15T23:11:26.332Z Compiling csv-core v0.1.12
21532026-05-15T23:11:26.471Z Compiling swrite v0.1.0
21542026-05-15T23:11:26.579Z Compiling smawk v0.3.2
21552026-05-15T23:11:26.616Z Compiling termtree v0.5.1
21562026-05-15T23:11:26.668Z Compiling humantime v2.3.0
21572026-05-15T23:11:26.728Z Compiling unicode-linebreak v0.1.5
21582026-05-15T23:11:26.779Z Compiling foldhash v0.1.5
21592026-05-15T23:11:26.883Z Compiling unicode-width v0.1.14
21602026-05-15T23:11:26.973Z Compiling textwrap v0.16.2
21612026-05-15T23:11:26.986Z Compiling hashbrown v0.15.5
21622026-05-15T23:11:27.150Z Compiling csv v1.3.1
21632026-05-15T23:11:27.170Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-05-15T23:11:27.173Z Compiling expectorate v1.2.0
21652026-05-15T23:11:27.522Z Compiling qorb v0.4.1
21662026-05-15T23:11:27.552Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21672026-05-15T23:11:28.483Z Compiling phf v0.12.1
21682026-05-15T23:11:28.652Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21692026-05-15T23:11:29.429Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21702026-05-15T23:11:29.521Z Compiling pin-project v1.1.10
21712026-05-15T23:11:29.635Z Compiling unicode-normalization v0.1.24
21722026-05-15T23:11:29.792Z Compiling libz-sys v1.1.22
21732026-05-15T23:11:30.061Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-05-15T23:11:30.736Z Compiling libsw-core v0.3.2
21752026-05-15T23:11:31.060Z Compiling fixedbitset v0.5.7
21762026-05-15T23:11:31.094Z Compiling highway v1.3.0
21772026-05-15T23:11:31.313Z Compiling fixedbitset v0.4.2
21782026-05-15T23:11:31.335Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-05-15T23:11:31.412Z Compiling petgraph v0.8.2
21802026-05-15T23:11:31.504Z Compiling petgraph v0.6.5
21812026-05-15T23:11:31.567Z Compiling progenitor v0.10.0
21822026-05-15T23:11:32.756Z Compiling libsw v3.5.0
21832026-05-15T23:11:32.947Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-05-15T23:11:33.164Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-15T23:11:33.286Z Compiling olpc-cjson v0.1.4
21862026-05-15T23:11:33.471Z Compiling libgit2-sys v0.17.0+1.8.1
21872026-05-15T23:11:33.652Z Compiling snafu v0.8.9
21882026-05-15T23:11:34.061Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-05-15T23:11:34.271Z Compiling chrono-tz v0.10.4
21902026-05-15T23:11:34.546Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-05-15T23:11:35.083Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-05-15T23:11:35.449Z Compiling papergrid v0.11.0
21932026-05-15T23:11:35.744Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-05-15T23:11:36.040Z Compiling globset v0.4.16
21952026-05-15T23:11:36.729Z Compiling const_format v0.2.34
21962026-05-15T23:11:36.876Z Compiling slog-dtrace v0.3.0
21972026-05-15T23:11:37.074Z Compiling cancel-safe-futures v0.1.5
21982026-05-15T23:11:37.194Z Compiling gethostname v0.5.0
21992026-05-15T23:11:37.317Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22002026-05-15T23:11:37.702Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-05-15T23:11:38.301Z Compiling dropshot-api-manager-types v0.5.2
22022026-05-15T23:11:38.333Z Compiling pem v3.0.5
22032026-05-15T23:11:38.726Z Compiling bcs v0.1.6
22042026-05-15T23:11:38.749Z Compiling serde_plain v1.0.2
22052026-05-15T23:11:38.774Z Compiling cargo-platform v0.1.9
22062026-05-15T23:11:39.060Z Compiling tagptr v0.2.0
22072026-05-15T23:11:39.134Z Compiling linear-map v1.2.0
22082026-05-15T23:11:39.338Z Compiling typed-path v0.9.3
22092026-05-15T23:11:39.565Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-05-15T23:11:40.474Z Compiling tough v0.20.0
22112026-05-15T23:11:40.685Z Compiling moka v0.12.11
22122026-05-15T23:11:41.491Z Compiling cargo_metadata v0.18.1
22132026-05-15T23:11:41.728Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-05-15T23:11:42.607Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-05-15T23:11:42.772Z Compiling tabled v0.15.0
22162026-05-15T23:11:42.879Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-05-15T23:11:43.241Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-05-15T23:11:43.512Z Compiling git2 v0.19.0
22192026-05-15T23:11:44.785Z Compiling steno v0.4.1
22202026-05-15T23:11:46.362Z Compiling cookie v0.18.1
22212026-05-15T23:11:46.492Z Compiling hickory-proto v0.25.2
22222026-05-15T23:11:48.463Z Compiling hickory-resolver v0.25.2
22232026-05-15T23:11:49.809Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-05-15T23:11:50.791Z Compiling vergen v8.3.2
22252026-05-15T23:11:52.608Z Compiling signal-hook v0.3.18
22262026-05-15T23:11:53.542Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22272026-05-15T23:11:53.627Z Compiling mockall_derive v0.13.1
22282026-05-15T23:11:53.762Z Compiling predicates-core v1.0.9
22292026-05-15T23:11:54.055Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22302026-05-15T23:11:54.456Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22312026-05-15T23:11:54.535Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22322026-05-15T23:11:54.775Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22332026-05-15T23:11:54.791Z Compiling sha2 v0.10.9
22342026-05-15T23:11:55.396Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22352026-05-15T23:11:56.224Z Compiling yansi v1.0.1
22362026-05-15T23:11:56.576Z Compiling adler2 v2.0.1
22372026-05-15T23:11:56.632Z Compiling diff v0.1.13
22382026-05-15T23:11:56.745Z Compiling miniz_oxide v0.8.9
22392026-05-15T23:11:56.814Z Compiling pretty_assertions v1.4.1
22402026-05-15T23:11:57.105Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22412026-05-15T23:11:58.067Z Compiling predicates v3.1.3
22422026-05-15T23:11:58.084Z Compiling predicates-tree v1.0.12
22432026-05-15T23:11:58.430Z Compiling fs-err v3.1.2
22442026-05-15T23:11:58.644Z Compiling crc32fast v1.5.0
22452026-05-15T23:11:59.213Z Compiling git-stub v1.0.0
22462026-05-15T23:11:59.294Z Compiling filetime v0.2.26
22472026-05-15T23:11:59.505Z Compiling fragile v2.0.1
22482026-05-15T23:11:59.517Z Compiling arrayvec v0.7.6
22492026-05-15T23:11:59.741Z Compiling constant_time_eq v0.3.1
22502026-05-15T23:11:59.823Z Compiling downcast v0.11.0
22512026-05-15T23:11:59.872Z Compiling arrayref v0.3.9
22522026-05-15T23:11:59.962Z Compiling xattr v1.6.1
22532026-05-15T23:11:59.991Z Compiling is_ci v1.2.0
22542026-05-15T23:12:00.054Z Compiling mockall v0.13.1
22552026-05-15T23:12:00.151Z Compiling supports-color v3.0.2
22562026-05-15T23:12:00.154Z Compiling tar v0.4.45
22572026-05-15T23:12:00.254Z Compiling blake3 v1.8.2
22582026-05-15T23:12:00.347Z Compiling toml v0.7.8
22592026-05-15T23:12:00.848Z Compiling git-stub-vcs v0.1.0
22602026-05-15T23:12:01.193Z Compiling signal-hook-tokio v0.3.1
22612026-05-15T23:12:01.247Z Compiling curl-sys v0.4.83+curl-8.15.0
22622026-05-15T23:12:01.339Z Compiling flate2 v1.1.2
22632026-05-15T23:12:01.923Z Compiling drift v0.1.3
22642026-05-15T23:12:02.178Z Compiling kstat-rs v0.2.4
22652026-05-15T23:12:02.505Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22662026-05-15T23:12:02.835Z Compiling display-error-chain v0.2.2
22672026-05-15T23:12:02.986Z Compiling hex-literal v1.0.0
22682026-05-15T23:12:03.118Z Compiling topological-sort v0.2.2
22692026-05-15T23:12:03.439Z Compiling omicron-zone-package v0.12.2
22702026-05-15T23:12:03.588Z Compiling dropshot-api-manager v0.5.2
22712026-05-15T23:12:03.675Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22722026-05-15T23:12:04.599Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22732026-05-15T23:12:05.972Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-05-15T23:12:06.329Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-05-15T23:12:06.341Z Compiling curl v0.4.49
22762026-05-15T23:12:06.689Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22772026-05-15T23:12:06.903Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22782026-05-15T23:12:07.152Z Compiling internet-checksum v0.2.1
22792026-05-15T23:12:07.180Z Compiling search_path v0.1.4
22802026-05-15T23:12:07.307Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22812026-05-15T23:12:07.590Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22822026-05-15T23:12:07.916Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22832026-05-15T23:12:09.785Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22842026-05-15T23:12:11.594Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22852026-05-15T23:12:55.868Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 14s
22862026-05-15T23:12:55.987Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
22872026-05-15T23:12:55.990Z
22882026-05-15T23:12:55.990Zrunning 5 tests
22892026-05-15T23:12:55.993Ztest fuse::tests::chip_revision_a0 ... ok
22902026-05-15T23:12:55.993Ztest fuse::tests::chip_revision_b0 ... ok
22912026-05-15T23:12:55.993Ztest fuse::tests::chip_revision_b1 ... ok
22922026-05-15T23:12:55.993Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22932026-05-15T23:12:55.993Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22942026-05-15T23:12:55.993Z
22952026-05-15T23:12:55.993Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-05-15T23:12:55.993Z
22972026-05-15T23:12:55.994Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22982026-05-15T23:12:55.996Z
22992026-05-15T23:12:55.996Zrunning 0 tests
23002026-05-15T23:12:55.996Z
23012026-05-15T23:12:55.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23022026-05-15T23:12:55.996Z
23032026-05-15T23:12:55.996Z Running unittests src/lib.rs (target/debug/deps/asic-fbe6f519b892adb0)
23042026-05-15T23:12:55.999Z
23052026-05-15T23:12:55.999Zrunning 0 tests
23062026-05-15T23:12:55.999Z
23072026-05-15T23:12:56.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23082026-05-15T23:12:56.000Z
23092026-05-15T23:12:56.000Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23102026-05-15T23:12:56.000Z
23112026-05-15T23:12:56.000Zrunning 10 tests
23122026-05-15T23:12:56.003Ztest network::tests::test_equal ... ok
23132026-05-15T23:12:56.003Ztest nat::tests::test_vni ... ok
23142026-05-15T23:12:56.003Ztest network::tests::test_eui64 ... ok
23152026-05-15T23:12:56.003Ztest network::tests::test_into ... ok
23162026-05-15T23:12:56.003Ztest network::tests::test_generate_ipv6_link_local ... ok
23172026-05-15T23:12:56.003Ztest network::tests::test_not_equal ... ok
23182026-05-15T23:12:56.003Ztest network::tests::test_parse ... ok
23192026-05-15T23:12:56.003Ztest network::tests::test_to_string ... ok
23202026-05-15T23:12:56.003Ztest test_purge ... ok
23212026-05-15T23:12:56.006Ztest illumos::test::address_exists_handles_missing_object ... ok
23222026-05-15T23:12:56.006Z
23232026-05-15T23:12:56.006Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-05-15T23:12:56.006Z
23252026-05-15T23:12:56.006Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
23262026-05-15T23:12:56.010Z
23272026-05-15T23:12:56.010Zrunning 1 test
23282026-05-15T23:12:57.308Ztest test::test_apis_up_to_date ... ok
23292026-05-15T23:12:57.309Z
23302026-05-15T23:12:57.309Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23312026-05-15T23:12:57.309Z
23322026-05-15T23:12:57.359Z Running unittests src/main.rs (target/debug/deps/dpd-ae02bf3c98c1c06e)
23332026-05-15T23:12:57.365Z
23342026-05-15T23:12:57.365Zrunning 32 tests
23352026-05-15T23:12:57.368Ztest freemap::test_ordering ... ok
23362026-05-15T23:12:57.368Ztest freemap::test_split ... ok
23372026-05-15T23:12:57.368Ztest config::tests::test_updates ... ok
23382026-05-15T23:12:57.368Ztest macaddrs::tests::test_mac_offset ... ok
23392026-05-15T23:12:57.368Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23402026-05-15T23:12:57.368Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23412026-05-15T23:12:57.368Ztest nat::test_mapping ... ok
23422026-05-15T23:12:57.368Ztest macaddrs::tests::test_parse_port_id ... ok
23432026-05-15T23:12:57.372Ztest port_map::tests::dump_map ... ok
23442026-05-15T23:12:57.372Ztest port_map::tests::test_backplane_group ... ok
23452026-05-15T23:12:57.372Ztest port_map::tests::test_port_map ... ok
23462026-05-15T23:12:57.372ZMay 15 23:12:56.221 DEBG created new freemap, unit: freemap_test
23472026-05-15T23:12:57.372ZMay 15 23:12:56.221 DEBG initted freemap. size: 128, May 15 23:12:56.221unit :DEBG freemap_testcreated new freemap
23482026-05-15T23:12:57.372Z, unit: freemap_test
23492026-05-15T23:12:57.372ZMay 15 23:12:56.221 DEBGMay 15 23:12:56.221 created new freemapDEBG initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23502026-05-15T23:12:57.372Z
23512026-05-15T23:12:57.372ZMay 15 23:12:56.221 DEBGMay 15 23:12:56.221 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
23522026-05-15T23:12:57.372Z freemap_test
23532026-05-15T23:12:57.372ZMay 15 23:12:56.221 DEBG reset freemapMay 15 23:12:56.221, unitDEBG: created new freemapfreemap_test
23542026-05-15T23:12:57.372Z, unit: freemap_test
23552026-05-15T23:12:57.372ZMay 15 23:12:56.222 DEBG initted freemap. size: 128, May 15 23:12:56.221unit :DEBG freemap_testcreated new freemap
23562026-05-15T23:12:57.372ZMay 15 23:12:56.222, unit :DEBG May 15 23:12:56.222freemap_testreset freemap
23572026-05-15T23:12:57.372Z DEBG , reset freemapunit, :unit :freemap_test May 15 23:12:56.222
23582026-05-15T23:12:57.372Zfreemap_test
23592026-05-15T23:12:57.372ZDEBG initted freemap. size: 128, unit: freemap_test
23602026-05-15T23:12:57.372Ztest freemap::test_reclaim ... ok
23612026-05-15T23:12:57.372ZMay 15 23:12:56.222 DEBG reset freemap, unit: freemap_test
23622026-05-15T23:12:57.372Ztest freemap::test_exhaustion ... ok
23632026-05-15T23:12:57.372Ztest freemap::test_free ... ok
23642026-05-15T23:12:57.372Ztest freemap::test_span ... ok
23652026-05-15T23:12:57.372Ztest freemap::test_basic ... ok
23662026-05-15T23:12:57.372Ztest api_server::tests::test_build_info ... ok
23672026-05-15T23:12:57.373Ztest port_map::tests::parse_softnpu_revision ... ok
23682026-05-15T23:12:57.373ZMay 15 23:12:56.222 DEBG created new freemap, unit: freemap_route_ipv4
23692026-05-15T23:12:57.373ZMay 15 23:12:56.223 DEBG created new freemap, unit: freemap_route_ipv6
23702026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
23712026-05-15T23:12:57.373ZMay 15 23:12:56.223 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
23722026-05-15T23:12:57.373ZMay 15 23:12:56.223 DEBG reset freemap, unit: freemap_route_ipv6
23732026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23742026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
23752026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23762026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
23772026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23782026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
23792026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23802026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
23812026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23822026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
23832026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23842026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
23852026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23862026-05-15T23:12:57.373ZMay 15 23:12:56.223 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
23872026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]
23882026-05-15T23:12:57.373ZMay 15 23:12:56.223 DEBG May 15 23:12:56.223created new freemap INFO, unitadding route 3fff:beef:6::/64 -> 2001:db8::55:ff:
23892026-05-15T23:12:57.373Z freemap_route_ipv4
23902026-05-15T23:12:57.373ZMay 15 23:12:56.223 DEBG May 15 23:12:56.223replacing 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 } }]
23912026-05-15T23:12:57.373ZDEBG created new freemap, unitMay 15 23:12:56.223: INFOfreemap_route_ipv6
23922026-05-15T23:12:57.373Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
23932026-05-15T23:12:57.373ZMay 15 23:12:56.223May 15 23:12:56.223 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
23942026-05-15T23:12:57.373Z
23952026-05-15T23:12:57.373ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGINFO initted freemap. size: 64adding route 3fff:beef:8::/64 -> 2001:db8::55:ff,
23962026-05-15T23:12:57.373Zunit: freemap_route_ipv6
23972026-05-15T23:12:57.373ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
23982026-05-15T23:12:57.373Z DEBG reset freemapMay 15 23:12:56.223, unitINFO: adding route 3fff:beef:9::/64 -> 2001:db8::55:fffreemap_route_ipv6
23992026-05-15T23:12:57.373Z
24002026-05-15T23:12:57.373ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
24012026-05-15T23:12:57.373Z
24022026-05-15T23:12:57.373ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
24032026-05-15T23:12:57.373Z
24042026-05-15T23:12:57.373ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
24052026-05-15T23:12:57.373Z
24062026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
24072026-05-15T23:12:57.374Z
24082026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 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: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 } }]
24092026-05-15T23:12:57.374Z
24102026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
24112026-05-15T23:12:57.374Z
24122026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
24132026-05-15T23:12:57.374Z
24142026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
24152026-05-15T23:12:57.374Z
24162026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24172026-05-15T23:12:57.374Z
24182026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24192026-05-15T23:12:57.374Z
24202026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24212026-05-15T23:12:57.374Z
24222026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24232026-05-15T23:12:57.374Z
24242026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24252026-05-15T23:12:57.374Z
24262026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24272026-05-15T23:12:57.374Z
24282026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24292026-05-15T23:12:57.374Z
24302026-05-15T23:12:57.374ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24312026-05-15T23:12:57.374Z
24322026-05-15T23:12:57.374ZMay 15 23:12:56.223 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 } }]
24332026-05-15T23:12:57.374ZMay 15 23:12:56.223 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24342026-05-15T23:12:57.374ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
24352026-05-15T23:12:57.374Z 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 } }]
24362026-05-15T23:12:57.374ZMay 15 23:12:56.223 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
24372026-05-15T23:12:57.374Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24382026-05-15T23:12:57.374ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
24392026-05-15T23:12:57.374Z DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24402026-05-15T23:12:57.374ZMay 15 23:12:56.223 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
24412026-05-15T23:12:57.374Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24422026-05-15T23:12:57.374ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
24432026-05-15T23:12:57.378Z 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 } }]
24442026-05-15T23:12:57.378ZMay 15 23:12:56.223 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
24452026-05-15T23:12:57.378Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24462026-05-15T23:12:57.378ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
24472026-05-15T23:12:57.378Z 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 } }]May 15 23:12:56.223
24482026-05-15T23:12:57.378Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24492026-05-15T23:12:57.378ZMay 15 23:12:56.223 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
24502026-05-15T23:12:57.378Z 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 } }]
24512026-05-15T23:12:57.378ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
24522026-05-15T23:12:57.378Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24532026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
24542026-05-15T23:12:57.379Z 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 } }]
24552026-05-15T23:12:57.379ZMay 15 23:12:56.223 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 } }]May 15 23:12:56.223
24562026-05-15T23:12:57.379Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24572026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFO May 15 23:12:56.223adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24582026-05-15T23:12:57.379ZDEBG 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 } }]
24592026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBG May 15 23:12:56.223replacing 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 } }]
24602026-05-15T23:12:57.379ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24612026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFO May 15 23:12:56.223adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24622026-05-15T23:12:57.379ZDEBG 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 } }]
24632026-05-15T23:12:57.379ZMay 15 23:12:56.223 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 } }]
24642026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
24652026-05-15T23:12:57.379Z INFO May 15 23:12:56.223adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24662026-05-15T23:12:57.379ZDEBG 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 } }]
24672026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBG May 15 23:12:56.223replacing 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 } }]
24682026-05-15T23:12:57.379ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24692026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFO May 15 23:12:56.223adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24702026-05-15T23:12:57.379ZDEBG 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 } }]
24712026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBG May 15 23:12:56.223replacing 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 } }]
24722026-05-15T23:12:57.379ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24732026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFOMay 15 23:12:56.223 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
24742026-05-15T23:12:57.379Z 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 } }]
24752026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBGMay 15 23:12:56.223 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
24762026-05-15T23:12:57.379Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
24772026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFOMay 15 23:12:56.223 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
24782026-05-15T23:12:57.379Z 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 } }]
24792026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBG May 15 23:12:56.223replacing 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 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
24802026-05-15T23:12:57.379ZMay 15 23:12:56.223
24812026-05-15T23:12:57.379Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24822026-05-15T23:12:57.379ZMay 15 23:12:56.223 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
24832026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24842026-05-15T23:12:57.379ZMay 15 23:12:56.223May 15 23:12:56.223May 15 23:12:56.223 DEBG INFOcreated new freemap INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff,
24852026-05-15T23:12:57.379Zunitadding route 3fff:beef:20::/64 -> 2001:db8::55:ff:
24862026-05-15T23:12:57.379Z freemap_route_ipv4
24872026-05-15T23:12:57.379ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24882026-05-15T23:12:57.379Z
24892026-05-15T23:12:57.379ZMay 15 23:12:56.223 DEBG created new freemapMay 15 23:12:56.223May 15 23:12:56.223 INFO, INFOunit : adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6
24902026-05-15T23:12:57.379Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
24912026-05-15T23:12:57.379Z
24922026-05-15T23:12:57.380ZMay 15 23:12:56.223May 15 23:12:56.223May 15 23:12:56.223 DEBG 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 } }]
24932026-05-15T23:12:57.380ZINFO 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:dead::/64 -> 2001:db8::55:1
24942026-05-15T23:12:57.380Z
24952026-05-15T23:12:57.380ZMay 15 23:12:56.223 May 15 23:12:56.223INFOMay 15 23:12:56.223 INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24962026-05-15T23:12:57.380Z initted freemap. size: 64adding route 3fff:beef:22::/64 -> 2001:db8::55:ff,
24972026-05-15T23:12:57.380ZMay 15 23:12:56.223May 15 23:12:56.223unit :May 15 23:12:56.223 freemap_route_ipv6 DEBGDEBG
24982026-05-15T23:12:57.380ZDEBG 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 } }]
24992026-05-15T23:12:57.380Zcreated 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 } }],
25002026-05-15T23:12:57.380ZunitMay 15 23:12:56.223:May 15 23:12:56.223May 15 23:12:56.223 freemap_route_ipv4INFOINFO
25012026-05-15T23:12:57.380ZDEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25022026-05-15T23:12:57.380Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreset freemapMay 15 23:12:56.223
25032026-05-15T23:12:57.380Z, DEBGMay 15 23:12:56.223 created new freemapunitDEBG, unitMay 15 23:12:56.223: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 } }] freemap_route_ipv6
25042026-05-15T23:12:57.380Z
25052026-05-15T23:12:57.380Z: DEBG freemap_route_ipv6replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25062026-05-15T23:12:57.380Z
25072026-05-15T23:12:57.380ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFO May 15 23:12:56.223 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25082026-05-15T23:12:57.380Z
25092026-05-15T23:12:57.380Z May 15 23:12:56.223DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]May 15 23:12:56.223
25102026-05-15T23:12:57.380ZMay 15 23:12:56.223 INFODEBGDEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffMay 15 23:12:56.223 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 } }]initted freemap. size: 64
25112026-05-15T23:12:57.380Z
25122026-05-15T23:12:57.380Z, unitDEBG: May 15 23:12:56.223 May 15 23:12:56.223freemap_route_ipv6DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25132026-05-15T23:12:57.380Z INFO
25142026-05-15T23:12:57.380Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:12:56.223
25152026-05-15T23:12:57.380Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25162026-05-15T23:12:57.380Z reset freemap, May 15 23:12:56.223May 15 23:12:56.223unit : DEBG INFOfreemap_route_ipv6
25172026-05-15T23:12:57.380Z 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:25::/64 -> 2001:db8::55:ff
25182026-05-15T23:12:57.380Z
25192026-05-15T23:12:57.380ZMay 15 23:12:56.223May 15 23:12:56.223May 15 23:12:56.223 DEBGINFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
25202026-05-15T23:12:57.380Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
25212026-05-15T23:12:57.380Z
25222026-05-15T23:12:57.380ZMay 15 23:12:56.223May 15 23:12:56.223 INFOINFOMay 15 23:12:56.223 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
25232026-05-15T23:12:57.380Z
25242026-05-15T23:12:57.380Z 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 } }]
25252026-05-15T23:12:57.380ZMay 15 23:12:56.223May 15 23:12:56.223 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:12:56.223replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25262026-05-15T23:12:57.380ZINFO
25272026-05-15T23:12:57.380Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25282026-05-15T23:12:57.380ZMay 15 23:12:56.223 May 15 23:12:56.223INFO May 15 23:12:56.223INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
25292026-05-15T23:12:57.380ZDEBGMay 15 23:12:56.223 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffMay 15 23:12:56.223DEBG
25302026-05-15T23:12:57.380Z DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25312026-05-15T23:12:57.381Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:12:56.223created new freemap
25322026-05-15T23:12:57.381Z , May 15 23:12:56.223unit :DEBG freemap_route_ipv4replacing 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 } }]INFOMay 15 23:12:56.223
25332026-05-15T23:12:57.381Z
25342026-05-15T23:12:57.381ZINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
25352026-05-15T23:12:57.381Zadding route 3fff:dead::/64 -> 2001:db8::55:4
25362026-05-15T23:12:57.381ZMay 15 23:12:56.223May 15 23:12:56.223 May 15 23:12:56.223May 15 23:12:56.223INFO DEBG DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
25372026-05-15T23:12:57.381Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemapreplacing 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 } }]
25382026-05-15T23:12:57.381Z, unit
25392026-05-15T23:12:57.381ZMay 15 23:12:56.223: DEBGMay 15 23:12:56.223freemap_route_ipv6May 15 23:12:56.223 INFOINFO
25402026-05-15T23:12:57.381Zreplacing 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 } }]
25412026-05-15T23:12:57.381Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
25422026-05-15T23:12:57.381Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
25432026-05-15T23:12:57.385ZMay 15 23:12:56.223 INFOMay 15 23:12:56.223 May 15 23:12:56.223adding route 3fff:dead::/64 -> 2001:db8::55:1
25442026-05-15T23:12:57.385Z May 15 23:12:56.223INFODEBG 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 } }]
25452026-05-15T23:12:57.385Zadding route 3fff:beef:29::/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 } }]May 15 23:12:56.223
25462026-05-15T23:12:57.385Z
25472026-05-15T23:12:57.385Z May 15 23:12:56.223DEBG May 15 23:12:56.223initted freemap. size: 64May 15 23:12:56.223, INFOINFO unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff:
25482026-05-15T23:12:57.385Z DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff freemap_route_ipv6
25492026-05-15T23:12:57.385Z
25502026-05-15T23:12:57.385ZMay 15 23:12:56.224 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25512026-05-15T23:12:57.385Z May 15 23:12:56.224replacing 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 } }] May 15 23:12:56.224DEBG
25522026-05-15T23:12:57.385Z 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 } }]
25532026-05-15T23:12:57.385Zreset freemap, May 15 23:12:56.224unit :INFOMay 15 23:12:56.224 May 15 23:12:56.224 freemap_route_ipv6 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
25542026-05-15T23:12:57.385Z
25552026-05-15T23:12:57.385Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
25562026-05-15T23:12:57.385Z
25572026-05-15T23:12:57.385Z DEBGMay 15 23:12:56.224 May 15 23:12:56.224May 15 23:12:56.224 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25582026-05-15T23:12:57.385Z 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 } }]
25592026-05-15T23:12:57.385Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
25602026-05-15T23:12:57.385Zreplacing 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 } }]May 15 23:12:56.224
25612026-05-15T23:12:57.385ZMay 15 23:12:56.224 INFOMay 15 23:12:56.224INFO May 15 23:12:56.224INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
25622026-05-15T23:12:57.385Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
25632026-05-15T23:12:57.385Z
25642026-05-15T23:12:57.385Z
25652026-05-15T23:12:57.386ZMay 15 23:12:56.224May 15 23:12:56.224 May 15 23:12:56.224 DEBG DEBG May 15 23:12:56.224 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
25662026-05-15T23:12:57.386Z
25672026-05-15T23:12:57.386Zreplacing 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 } }]
25682026-05-15T23:12:57.386ZDEBG 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 } }]May 15 23:12:56.224
25692026-05-15T23:12:57.386Z May 15 23:12:56.224May 15 23:12:56.224INFO INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25702026-05-15T23:12:57.386Z
25712026-05-15T23:12:57.386Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
25722026-05-15T23:12:57.386ZMay 15 23:12:56.224May 15 23:12:56.224 May 15 23:12:56.224DEBG 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 } }]
25732026-05-15T23:12:57.386ZINFOreplacing 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 } }]
25742026-05-15T23:12:57.386Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
25752026-05-15T23:12:57.386ZMay 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224 DEBGMay 15 23:12:56.224INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25762026-05-15T23:12:57.386Z
25772026-05-15T23:12:57.386Z 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: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 } }]
25782026-05-15T23:12:57.386ZMay 15 23:12:56.224
25792026-05-15T23:12:57.386ZMay 15 23:12:56.224 DEBGDEBG May 15 23:12:56.224replacing 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: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 } }]
25802026-05-15T23:12:57.386Z
25812026-05-15T23:12:57.386ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
25822026-05-15T23:12:57.386Z INFOMay 15 23:12:56.224 May 15 23:12:56.224INFOMay 15 23:12:56.224 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
25832026-05-15T23:12:57.386Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
25842026-05-15T23:12:57.386Zreplacing 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::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
25852026-05-15T23:12:57.386Z
25862026-05-15T23:12:57.386ZMay 15 23:12:56.224DEBG DEBGMay 15 23:12:56.224 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 } }]
25872026-05-15T23:12:57.386Zreplacing 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 } }]May 15 23:12:56.224
25882026-05-15T23:12:57.386Z INFODEBG May 15 23:12:56.224replacing 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 } }]May 15 23:12:56.224 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25892026-05-15T23:12:57.386ZINFO
25902026-05-15T23:12:57.386Z INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
25912026-05-15T23:12:57.386Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25922026-05-15T23:12:57.386ZMay 15 23:12:56.224 May 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224INFO DEBGDEBG adding route 3fff:beef:1::/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 } }]
25932026-05-15T23:12:57.386Zreplacing 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 } }]
25942026-05-15T23:12:57.386ZDEBG
25952026-05-15T23:12:57.386Z 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 } }]May 15 23:12:56.224
25962026-05-15T23:12:57.386Z May 15 23:12:56.224INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25972026-05-15T23:12:57.386Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
25982026-05-15T23:12:57.386Z DEBGMay 15 23:12:56.224 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 } }]May 15 23:12:56.224
25992026-05-15T23:12:57.386ZMay 15 23:12:56.224INFO DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
26002026-05-15T23:12:57.386Zreplacing 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 } }]May 15 23:12:56.224DEBG
26012026-05-15T23:12:57.386ZINFOMay 15 23:12:56.224 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26022026-05-15T23:12:57.386Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26032026-05-15T23:12:57.386ZMay 15 23:12:56.224 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
26042026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
26052026-05-15T23:12:57.387Z 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:21::/64 -> 2001:db8::55:ff
26062026-05-15T23:12:57.387Z
26072026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 INFODEBGMay 15 23:12:56.224 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26082026-05-15T23:12:57.387Z 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 } }]
26092026-05-15T23:12:57.387ZMay 15 23:12:56.224 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26102026-05-15T23:12:57.387ZMay 15 23:12:56.224 INFO May 15 23:12:56.224adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26112026-05-15T23:12:57.387ZDEBG 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 } }]
26122026-05-15T23:12:57.387ZMay 15 23:12:56.224 DEBGMay 15 23:12:56.224 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26132026-05-15T23:12:57.387Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26142026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 May 15 23:12:56.224 DEBGINFODEBG 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 } }]created new freemap
26152026-05-15T23:12:57.387Z, unitadding route 3fff:beef:b::/64 -> 2001:db8::55:ff:
26162026-05-15T23:12:57.387Z freemap_route_ipv4
26172026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 INFOMay 15 23:12:56.224 DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG 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 } }]created new freemap
26182026-05-15T23:12:57.387Z, unit: freemap_route_ipv6May 15 23:12:56.224
26192026-05-15T23:12:57.387Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
26202026-05-15T23:12:57.387Z
26212026-05-15T23:12:57.387ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26222026-05-15T23:12:57.387ZMay 15 23:12:56.224 DEBG May 15 23:12:56.224replacing 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 } }]
26232026-05-15T23:12:57.387ZDEBG initted freemap. size: 64, unitMay 15 23:12:56.224: INFOfreemap_route_ipv6
26242026-05-15T23:12:57.387Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26252026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 DEBGDEBG 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 } }],
26262026-05-15T23:12:57.387Zunit: freemap_route_ipv6
26272026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 INFODEBG adding route 3fff:beef:e::/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 } }]
26282026-05-15T23:12:57.387ZMay 15 23:12:56.224
26292026-05-15T23:12:57.387Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26302026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224 DEBGINFOMay 15 23:12:56.224 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 } }]
26312026-05-15T23:12:57.387ZINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26322026-05-15T23:12:57.387Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
26332026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224 INFODEBG 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 } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26342026-05-15T23:12:57.387Zreplacing 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 } }]
26352026-05-15T23:12:57.387Z
26362026-05-15T23:12:57.387ZMay 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26372026-05-15T23:12:57.387ZDEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26382026-05-15T23:12:57.387Z
26392026-05-15T23:12:57.387ZMay 15 23:12:56.224 DEBG May 15 23:12:56.224replacing 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 } }] May 15 23:12:56.224DEBG INFO
26402026-05-15T23:12:57.387Zreplacing 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:10::/64 -> 2001:db8::55:ff
26412026-05-15T23:12:57.387Z
26422026-05-15T23:12:57.387ZMay 15 23:12:56.224 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffMay 15 23:12:56.224May 15 23:12:56.224
26432026-05-15T23:12:57.391ZDEBG 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 } }]
26442026-05-15T23:12:57.391Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
26452026-05-15T23:12:57.391ZMay 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224 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: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 } }]
26462026-05-15T23:12:57.391Z
26472026-05-15T23:12:57.392Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26482026-05-15T23:12:57.392ZMay 15 23:12:56.224May 15 23:12:56.224 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
26492026-05-15T23:12:57.392Z
26502026-05-15T23:12:57.392Z 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 } }]
26512026-05-15T23:12:57.392ZMay 15 23:12:56.224May 15 23:12:56.224 DEBGMay 15 23:12:56.224DEBG 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 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 } }]
26522026-05-15T23:12:57.392Z
26532026-05-15T23:12:57.392Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26542026-05-15T23:12:57.392ZMay 15 23:12:56.224 May 15 23:12:56.224INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26552026-05-15T23:12:57.392ZMay 15 23:12:56.224adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
26562026-05-15T23:12:57.392ZDEBG 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 } }]May 15 23:12:56.224May 15 23:12:56.224
26572026-05-15T23:12:57.392ZDEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26582026-05-15T23:12:57.392Zreplacing 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 } }]
26592026-05-15T23:12:57.392ZMay 15 23:12:56.224May 15 23:12:56.224 May 15 23:12:56.224INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26602026-05-15T23:12:57.392ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26612026-05-15T23:12:57.392Z
26622026-05-15T23:12:57.392ZMay 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
26632026-05-15T23:12:57.392Z
26642026-05-15T23:12:57.392Z 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 } }]
26652026-05-15T23:12:57.392ZMay 15 23:12:56.224May 15 23:12:56.224May 15 23:12:56.224 INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
26662026-05-15T23:12:57.392Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26672026-05-15T23:12:57.392Z
26682026-05-15T23:12:57.392ZMay 15 23:12:56.224 DEBG May 15 23:12:56.224May 15 23:12:56.224replacing 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 } }]
26692026-05-15T23:12:57.392Z DEBGDEBG 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 } }]May 15 23:12:56.224
26702026-05-15T23:12:57.392Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26712026-05-15T23:12:57.392Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
26722026-05-15T23:12:57.392Z May 15 23:12:56.224INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
26732026-05-15T23:12:57.392Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
26742026-05-15T23:12:57.392Z DEBGMay 15 23:12:56.224 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26752026-05-15T23:12:57.392ZMay 15 23:12:56.224 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
26762026-05-15T23:12:57.392Z May 15 23:12:56.224replacing 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 } }]
26772026-05-15T23:12:57.392ZINFO May 15 23:12:56.224adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
26782026-05-15T23:12:57.392ZINFO May 15 23:12:56.224adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26792026-05-15T23:12:57.392ZMay 15 23:12:56.224INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
26802026-05-15T23:12:57.392Z 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
26812026-05-15T23:12:57.392Z 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 } }]May 15 23:12:56.224 DEBG
26822026-05-15T23:12:57.392Z May 15 23:12:56.224replacing 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 } }]
26832026-05-15T23:12:57.392ZINFOMay 15 23:12:56.224 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
26842026-05-15T23:12:57.392ZINFOMay 15 23:12:56.224 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
26852026-05-15T23:12:57.392ZMay 15 23:12:56.224 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
26862026-05-15T23:12:57.393Z May 15 23:12:56.224replacing 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 } }]
26872026-05-15T23:12:57.393ZDEBG May 15 23:12:56.224replacing 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 } }]
26882026-05-15T23:12:57.393ZDEBGMay 15 23:12:56.224 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 } }]May 15 23:12:56.224INFO
26892026-05-15T23:12:57.393ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
26902026-05-15T23:12:57.393Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26912026-05-15T23:12:57.393ZMay 15 23:12:56.224 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffMay 15 23:12:56.224May 15 23:12:56.224
26922026-05-15T23:12:57.393Z DEBGDEBGMay 15 23:12:56.224 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 } }] 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 } }]
26932026-05-15T23:12:57.393Zreplacing 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 } }]
26942026-05-15T23:12:57.393Z
26952026-05-15T23:12:57.393ZMay 15 23:12:56.224 INFOMay 15 23:12:56.224 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
26962026-05-15T23:12:57.393Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26972026-05-15T23:12:57.393Z May 15 23:12:56.224adding route 3fff:beef:30::/64 -> 2001:db8::55:ffMay 15 23:12:56.224May 15 23:12:56.224
26982026-05-15T23:12:57.393Z INFO 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: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 } }]
26992026-05-15T23:12:57.393Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27002026-05-15T23:12:57.393ZMay 15 23:12:56.224
27012026-05-15T23:12:57.393Z May 15 23:12:56.224DEBG 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 } }]May 15 23:12:56.224 May 15 23:12:56.224
27022026-05-15T23:12:57.393ZINFO INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27032026-05-15T23:12:57.393Z
27042026-05-15T23:12:57.393Zreplacing 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 } }]May 15 23:12:56.224
27052026-05-15T23:12:57.393Z INFO May 15 23:12:56.224adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27062026-05-15T23:12:57.393ZDEBG 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 } }]May 15 23:12:56.224May 15 23:12:56.224 May 15 23:12:56.224
27072026-05-15T23:12:57.393Z INFODEBG adding route 3fff:beef:1a::/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 } }]
27082026-05-15T23:12:57.393ZDEBG
27092026-05-15T23:12:57.393Zreplacing 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 } }]May 15 23:12:56.224May 15 23:12:56.224
27102026-05-15T23:12:57.393Z May 15 23:12:56.224DEBG INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27112026-05-15T23:12:57.393Z
27122026-05-15T23:12:57.393ZMay 15 23:12:56.224replacing 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 } }] May 15 23:12:56.224INFO May 15 23:12:56.224DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27132026-05-15T23:12:57.393Z
27142026-05-15T23:12:57.393ZDEBG 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: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 } }]
27152026-05-15T23:12:57.393Z
27162026-05-15T23:12:57.393ZMay 15 23:12:56.224 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 } }]May 15 23:12:56.224May 15 23:12:56.224 INFOMay 15 23:12:56.224 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27172026-05-15T23:12:57.393Z
27182026-05-15T23:12:57.393ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ffMay 15 23:12:56.224
27192026-05-15T23:12:57.393ZMay 15 23:12:56.224
27202026-05-15T23:12:57.393Z DEBG May 15 23:12:56.224INFO May 15 23:12:56.224adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
27212026-05-15T23:12:57.393Z
27222026-05-15T23:12:57.393ZMay 15 23:12:56.224May 15 23:12:56.224DEBG DEBG DEBGcreated new freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27232026-05-15T23:12:57.393Z,
27242026-05-15T23:12:57.393Zunit:
27252026-05-15T23:12:57.394ZMay 15 23:12:56.224May 15 23:12:56.224 May 15 23:12:56.224 freemap_route_ipv4May 15 23:12:56.224INFO
27262026-05-15T23:12:57.394Z INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27272026-05-15T23:12:57.394Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27282026-05-15T23:12:57.394Z
27292026-05-15T23:12:57.394Z May 15 23:12:56.224May 15 23:12:56.224 DEBGDEBG May 15 23:12:56.224 INFOcreated new freemap May 15 23:12:56.224, replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
27302026-05-15T23:12:57.394Z: DEBGfreemap_route_ipv6
27312026-05-15T23:12:57.394Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG May 15 23:12:56.224replacing 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 } }]
27322026-05-15T23:12:57.394ZINFO
27332026-05-15T23:12:57.394Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27342026-05-15T23:12:57.394Z
27352026-05-15T23:12:57.394ZMay 15 23:12:56.224May 15 23:12:56.224 INFOINFOMay 15 23:12:56.224 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
27362026-05-15T23:12:57.394Zreplacing 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 } }]May 15 23:12:56.224
27372026-05-15T23:12:57.394ZMay 15 23:12:56.224 DEBGINFOMay 15 23:12:56.224 DEBGMay 15 23:12:56.224adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27382026-05-15T23:12:57.394ZINFO
27392026-05-15T23:12:57.394Z initted freemap. size: 64adding route 3fff:beef:11::/64 -> 2001:db8::55:ff,
27402026-05-15T23:12:57.394Z
27412026-05-15T23:12:57.394Zunit:May 15 23:12:56.225 freemap_route_ipv4May 15 23:12:56.225DEBG
27422026-05-15T23:12:57.394ZMay 15 23:12:56.225 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 DEBG
27432026-05-15T23:12:57.398Z May 15 23:12:56.225replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
27442026-05-15T23:12:57.398ZDEBG
27452026-05-15T23:12:57.398Z reset freemapMay 15 23:12:56.225, unitINFO: adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4
27462026-05-15T23:12:57.398Z
27472026-05-15T23:12:57.398ZMay 15 23:12:56.225May 15 23:12:56.225 INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
27482026-05-15T23:12:57.398Z May 15 23:12:56.225adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG 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 } }]May 15 23:12:56.225
27492026-05-15T23:12:57.398Z
27502026-05-15T23:12:57.398Z 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 } }]
27512026-05-15T23:12:57.398Zreplacing 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 } }]
27522026-05-15T23:12:57.398ZMay 15 23:12:56.225May 15 23:12:56.225 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 } }]May 15 23:12:56.225
27532026-05-15T23:12:57.398Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27542026-05-15T23:12:57.398ZINFOMay 15 23:12:56.225 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
27552026-05-15T23:12:57.398ZDEBG INFO May 15 23:12:56.225replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27562026-05-15T23:12:57.398Z
27572026-05-15T23:12:57.398ZMay 15 23:12:56.225DEBG May 15 23:12:56.225DEBG 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 } }]
27582026-05-15T23:12:57.398Zreplacing 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 } }]
27592026-05-15T23:12:57.398ZMay 15 23:12:56.225May 15 23:12:56.225 INFOINFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27602026-05-15T23:12:57.398Z
27612026-05-15T23:12:57.398Z May 15 23:12:56.225replacing 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 } }] May 15 23:12:56.225DEBG
27622026-05-15T23:12:57.398Z 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 } }]
27632026-05-15T23:12:57.398Zreplacing 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 } }]
27642026-05-15T23:12:57.398ZMay 15 23:12:56.225 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
27652026-05-15T23:12:57.399Z May 15 23:12:56.225INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
27662026-05-15T23:12:57.399Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
27672026-05-15T23:12:57.399Z 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 } }]
27682026-05-15T23:12:57.399ZMay 15 23:12:56.225 May 15 23:12:56.225DEBG May 15 23:12:56.225DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27692026-05-15T23:12:57.399Z 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 } }]
27702026-05-15T23:12:57.399Z
27712026-05-15T23:12:57.399ZMay 15 23:12:56.225 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27722026-05-15T23:12:57.399ZMay 15 23:12:56.225 DEBGMay 15 23:12:56.225 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27732026-05-15T23:12:57.399Z 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 } }]
27742026-05-15T23:12:57.399ZMay 15 23:12:56.225May 15 23:12:56.225 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
27752026-05-15T23:12:57.399Z
27762026-05-15T23:12:57.399ZMay 15 23:12:56.225May 15 23:12:56.225May 15 23:12:56.225 DEBGDEBG 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 } }]
27772026-05-15T23:12:57.399Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27782026-05-15T23:12:57.399Zreplacing 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 } }]
27792026-05-15T23:12:57.399Ztest route::tests::grow_succeeds ... ok
27802026-05-15T23:12:57.399ZMay 15 23:12:56.225May 15 23:12:56.225 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
27812026-05-15T23:12:57.399Z 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
27822026-05-15T23:12:57.399Z May 15 23:12:56.225adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27832026-05-15T23:12:57.399ZDEBG May 15 23:12:56.225replacing 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 } }]
27842026-05-15T23:12:57.399ZMay 15 23:12:56.225INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff May 15 23:12:56.225replacing 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 } }]
27852026-05-15T23:12:57.399ZINFO
27862026-05-15T23:12:57.399Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
27872026-05-15T23:12:57.399ZMay 15 23:12:56.225May 15 23:12:56.225May 15 23:12:56.225 DEBG INFO 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 } }]
27882026-05-15T23:12:57.399Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27892026-05-15T23:12:57.399Z
27902026-05-15T23:12:57.399ZMay 15 23:12:56.225May 15 23:12:56.225 INFODEBG 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:24::/64 -> 2001:db8::55:ff
27912026-05-15T23:12:57.399Z
27922026-05-15T23:12:57.399ZMay 15 23:12:56.225 DEBGMay 15 23:12:56.225May 15 23:12:56.225May 15 23:12:56.225 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27932026-05-15T23:12:57.399Z
27942026-05-15T23:12:57.399ZDEBGfailed to allocate space for the new target list 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 } }]
27952026-05-15T23:12:57.399Z
27962026-05-15T23:12:57.399ZMay 15 23:12:56.225 DEBGMay 15 23:12:56.225May 15 23:12:56.225 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 } }]May 15 23:12:56.225DEBG
27972026-05-15T23:12:57.399ZINFOreplacing 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
27982026-05-15T23:12:57.399Z adding 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:2, vlan_id: None } }]May 15 23:12:56.225
27992026-05-15T23:12:57.399Z
28002026-05-15T23:12:57.399Z INFOMay 15 23:12:56.225 May 15 23:12:56.225adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
28012026-05-15T23:12:57.399ZDEBG adding route 3fff:beef:35::/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 } }]
28022026-05-15T23:12:57.399Z
28032026-05-15T23:12:57.399ZMay 15 23:12:56.225 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 } }]May 15 23:12:56.225
28042026-05-15T23:12:57.400Z May 15 23:12:56.225INFO DEBGMay 15 23:12:56.225adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28052026-05-15T23:12:57.400ZINFO 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:1c::/64 -> 2001:db8::55:ff
28062026-05-15T23:12:57.400Z
28072026-05-15T23:12:57.400ZMay 15 23:12:56.225 DEBG May 15 23:12:56.225replacing 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 } }] May 15 23:12:56.225
28082026-05-15T23:12:57.400Z INFODEBG adding route 3fff:beef:36::/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 } }]May 15 23:12:56.225
28092026-05-15T23:12:57.400Z INFO May 15 23:12:56.225
28102026-05-15T23:12:57.400Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff May 15 23:12:56.225
28112026-05-15T23:12:57.400Z INFO INFOMay 15 23:12:56.225adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
28122026-05-15T23:12:57.400Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG May 15 23:12:56.225replacing 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 } }]
28132026-05-15T23:12:57.400Z DEBG
28142026-05-15T23:12:57.400ZMay 15 23:12:56.225 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
28152026-05-15T23:12:57.400Z May 15 23:12:56.225May 15 23:12:56.225 DEBGINFOreplacing 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 } }] May 15 23:12:56.225adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28162026-05-15T23:12:57.400ZINFO
28172026-05-15T23:12:57.400Z adding route 3fff:beef:28::/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 } }]
28182026-05-15T23:12:57.400Z
28192026-05-15T23:12:57.400ZMay 15 23:12:56.225 DEBGMay 15 23:12:56.225 May 15 23:12:56.225May 15 23:12:56.225replacing 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
28202026-05-15T23:12:57.400ZDEBG INFO adding route 3fff:beef:1e::/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 } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28212026-05-15T23:12:57.400Z
28222026-05-15T23:12:57.400Z
28232026-05-15T23:12:57.400Z INFO May 15 23:12:56.225adding route 3fff:beef:38::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28242026-05-15T23:12:57.400Z DEBGMay 15 23:12:56.225INFOMay 15 23:12:56.225 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
28252026-05-15T23:12:57.400ZDEBGreplacing 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: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 } }]
28262026-05-15T23:12:57.400Z
28272026-05-15T23:12:57.400Z 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 } }]May 15 23:12:56.225
28282026-05-15T23:12:57.400Z May 15 23:12:56.225DEBGMay 15 23:12:56.225 INFOINFOreplacing 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 } }]
28292026-05-15T23:12:57.400Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28302026-05-15T23:12:57.400Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28312026-05-15T23:12:57.400Z May 15 23:12:56.225May 15 23:12:56.225 INFOINFOMay 15 23:12:56.225 DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
28322026-05-15T23:12:57.400Z
28332026-05-15T23:12:57.400Zreplacing 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
28342026-05-15T23:12:57.400Z May 15 23:12:56.225replacing 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 } }] May 15 23:12:56.225May 15 23:12:56.225 DEBG
28352026-05-15T23:12:57.400ZINFO 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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28362026-05-15T23:12:57.400Z
28372026-05-15T23:12:57.400Z 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
28382026-05-15T23:12:57.400Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28392026-05-15T23:12:57.400Z DEBGMay 15 23:12:56.225 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 } }]
28402026-05-15T23:12:57.400ZINFOMay 15 23:12:56.225 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
28412026-05-15T23:12:57.400ZMay 15 23:12:56.225 May 15 23:12:56.225adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffMay 15 23:12:56.225 DEBG
28422026-05-15T23:12:57.400ZINFODEBG 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 } }]
28432026-05-15T23:12:57.404Zreplacing 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:21::/64 -> 2001:db8::55:ff
28442026-05-15T23:12:57.404ZMay 15 23:12:56.225
28452026-05-15T23:12:57.404Z May 15 23:12:56.225DEBGMay 15 23:12:56.225 INFOMay 15 23:12:56.225INFO 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:8::/64 -> 2001:db8::55:ff
28462026-05-15T23:12:57.404ZDEBG
28472026-05-15T23:12:57.404Z 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:3b::/64 -> 2001:db8::55:ff
28482026-05-15T23:12:57.404ZMay 15 23:12:56.225
28492026-05-15T23:12:57.404Z May 15 23:12:56.225DEBG May 15 23:12:56.225INFO May 15 23:12:56.225replacing 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 } }]
28502026-05-15T23:12:57.405Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
28512026-05-15T23:12:57.405Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28522026-05-15T23:12:57.405ZMay 15 23:12:56.225
28532026-05-15T23:12:57.405Z INFOMay 15 23:12:56.225May 15 23:12:56.225 May 15 23:12:56.225 DEBGDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
28542026-05-15T23:12:57.405Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
28552026-05-15T23:12:57.405Z May 15 23:12:56.225
28562026-05-15T23:12:57.405Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG
28572026-05-15T23:12:57.405Z May 15 23:12:56.225replacing 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 } }]
28582026-05-15T23:12:57.405ZMay 15 23:12:56.225INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28592026-05-15T23:12:57.405Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28602026-05-15T23:12:57.405ZDEBG May 15 23:12:56.225replacing 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 } }]
28612026-05-15T23:12:57.405ZMay 15 23:12:56.225INFO DEBG May 15 23:12:56.225replacing 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:a::/64 -> 2001:db8::55:ffINFO
28622026-05-15T23:12:57.405Z
28632026-05-15T23:12:57.405Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
28642026-05-15T23:12:57.405ZMay 15 23:12:56.225May 15 23:12:56.225May 15 23:12:56.225 May 15 23:12:56.225 INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28652026-05-15T23:12:57.405ZDEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28662026-05-15T23:12:57.405Zreplacing 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 } }]May 15 23:12:56.225
28672026-05-15T23:12:57.405Z
28682026-05-15T23:12:57.405ZDEBGMay 15 23:12:56.225 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 } }]May 15 23:12:56.225
28692026-05-15T23:12:57.405ZMay 15 23:12:56.225 INFO INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
28702026-05-15T23:12:57.405ZMay 15 23:12:56.225
28712026-05-15T23:12:57.405Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28722026-05-15T23:12:57.405Z
28732026-05-15T23:12:57.405ZMay 15 23:12:56.225 DEBG May 15 23:12:56.225replacing 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 } }]May 15 23:12:56.225
28742026-05-15T23:12:57.405Z DEBGMay 15 23:12:56.225DEBG 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 } }]
28752026-05-15T23:12:57.405Zreplacing 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 } }]May 15 23:12:56.225DEBG
28762026-05-15T23:12:57.405ZDEBGMay 15 23:12:56.225 INFOfailed to allocate space for the new target list
28772026-05-15T23:12:57.405Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28782026-05-15T23:12:57.405Zreplacing 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 } }]May 15 23:12:56.225
28792026-05-15T23:12:57.405ZMay 15 23:12:56.225 INFOMay 15 23:12:56.225 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGDEBG
28802026-05-15T23:12:57.405Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
28812026-05-15T23:12:57.405Zreplacing 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 } }]May 15 23:12:56.225
28822026-05-15T23:12:57.405Z DEBGMay 15 23:12:56.225 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
28832026-05-15T23:12:57.405Z May 15 23:12:56.225 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
28842026-05-15T23:12:57.405ZMay 15 23:12:56.225 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
28852026-05-15T23:12:57.405Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28862026-05-15T23:12:57.405ZMay 15 23:12:56.225May 15 23:12:56.225 May 15 23:12:56.225DEBG DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28872026-05-15T23:12:57.405Z 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 } }]
28882026-05-15T23:12:57.406Z
28892026-05-15T23:12:57.406ZMay 15 23:12:56.225 INFO May 15 23:12:56.225May 15 23:12:56.225 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
28902026-05-15T23:12:57.406ZINFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28912026-05-15T23:12:57.406Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28922026-05-15T23:12:57.406ZMay 15 23:12:56.225May 15 23:12:56.225 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 } }]May 15 23:12:56.225
28932026-05-15T23:12:57.406Zreplacing 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 } }]
28942026-05-15T23:12:57.406ZDEBG 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 } }]
28952026-05-15T23:12:57.406ZMay 15 23:12:56.225May 15 23:12:56.225 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28962026-05-15T23:12:57.406Z
28972026-05-15T23:12:57.406ZMay 15 23:12:56.225 INFO May 15 23:12:56.225adding route 3fff:beef:32::/64 -> 2001:db8::55:ffMay 15 23:12:56.225
28982026-05-15T23:12:57.406Z 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: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 } }]
28992026-05-15T23:12:57.406Z
29002026-05-15T23:12:57.406ZMay 15 23:12:56.225 May 15 23:12:56.225May 15 23:12:56.225 INFOINFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
29012026-05-15T23:12:57.406Zreplacing 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 } }]
29022026-05-15T23:12:57.406Z
29032026-05-15T23:12:57.406ZMay 15 23:12:56.225May 15 23:12:56.225May 15 23:12:56.225 DEBG DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29042026-05-15T23:12:57.406Z
29052026-05-15T23:12:57.406Zreplacing 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 } }]
29062026-05-15T23:12:57.406ZMay 15 23:12:56.225May 15 23:12:56.225 May 15 23:12:56.225INFO INFODEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
29072026-05-15T23:12:57.406Ztest route::tests::rollback_on_compact_delete_failure ... ok
29082026-05-15T23:12:57.406Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
29092026-05-15T23:12:57.406Zreplacing 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 } }]
29102026-05-15T23:12:57.406ZMay 15 23:12:56.225May 15 23:12:56.225 May 15 23:12:56.225DEBG INFODEBGreplacing 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:34::/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 } }]
29112026-05-15T23:12:57.406Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29122026-05-15T23:12:57.406Z
29132026-05-15T23:12:57.406Z
29142026-05-15T23:12:57.406ZMay 15 23:12:56.225 May 15 23:12:56.225May 15 23:12:56.225 INFODEBGINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
29152026-05-15T23:12:57.406ZMay 15 23:12:56.226May 15 23:12:56.226 DEBG created new freemap, unitDEBG: created new freemapfreemap_route_ipv4May 15 23:12:56.230
29162026-05-15T23:12:57.406Z 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 } }]
29172026-05-15T23:12:57.406ZMay 15 23:12:56.226May 15 23:12:56.225 DEBG May 15 23:12:56.230 DEBGunit: freemap_route_ipv4May 15 23:12:56.230
29182026-05-15T23:12:57.406Z DEBGcreated new freemap created new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
29192026-05-15T23:12:57.406Z
29202026-05-15T23:12:57.406ZMay 15 23:12:56.226 DEBG created new freemap, unit:May 15 23:12:56.230 freemap_route_ipv4INFO
29212026-05-15T23:12:57.406ZMay 15 23:12:56.230May 15 23:12:56.230 DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1 created new freemap
29222026-05-15T23:12:57.406Zcreated new freemap, unit, : unitfreemap_route_ipv6:
29232026-05-15T23:12:57.406Z May 15 23:12:56.230freemap_route_ipv6
29242026-05-15T23:12:57.406ZDEBG initted freemap. size: 64May 15 23:12:56.230May 15 23:12:56.230 May 15 23:12:56.230DEBGINFO INFOcreated new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1,
29252026-05-15T23:12:57.406Z unitadding route 3fff:dead::/64 -> 2001:db8::55:1: , freemap_route_ipv6
29262026-05-15T23:12:57.406Z
29272026-05-15T23:12:57.406Zunit:May 15 23:12:56.230 freemap_route_ipv4May 15 23:12:56.230
29282026-05-15T23:12:57.407Z DEBGINFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1May 15 23:12:56.230
29292026-05-15T23:12:57.407Z May 15 23:12:56.230, DEBGDEBGunit reset freemap: initted freemap. size: 64May 15 23:12:56.230, freemap_route_ipv6DEBG
29302026-05-15T23:12:57.407Z, unitinitted freemap. size: 64:, unitfreemap_route_ipv6May 15 23:12:56.230:
29312026-05-15T23:12:57.407Zfreemap_route_ipv6DEBG
29322026-05-15T23:12:57.407Zreset freemapunit, :unit May 15 23:12:56.230freemap_route_ipv4 May 15 23:12:56.230DEBG
29332026-05-15T23:12:57.407Z DEBG: reset freemap reset freemap, May 15 23:12:56.230freemap_route_ipv6,
29342026-05-15T23:12:57.407Zunit: unit May 15 23:12:56.230freemap_route_ipv6DEBG
29352026-05-15T23:12:57.407Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29362026-05-15T23:12:57.407Z
29372026-05-15T23:12:57.407Z freemap_route_ipv6May 15 23:12:56.230
29382026-05-15T23:12:57.407Z DEBGMay 15 23:12:56.230 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]May 15 23:12:56.230May 15 23:12:56.230INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
29392026-05-15T23:12:57.407Z
29402026-05-15T23:12:57.407Z 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:12:56.230
29412026-05-15T23:12:57.407Z
29422026-05-15T23:12:57.407Z May 15 23:12:56.230INFO DEBGMay 15 23:12:56.230adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:12:56.230
29432026-05-15T23:12:57.411Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGINFO
29442026-05-15T23:12:57.411Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29452026-05-15T23:12:57.411ZMay 15 23:12:56.230
29462026-05-15T23:12:57.411Z May 15 23:12:56.230DEBG 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 } }] May 15 23:12:56.230adding route 172.17.0.0/32 -> 10.0.0.255
29472026-05-15T23:12:57.411Z
29482026-05-15T23:12:57.411Z DEBGMay 15 23:12:56.230 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
29492026-05-15T23:12:57.411Z adding route 3fff:dead::/64 -> 2001:db8::55:3May 15 23:12:56.230
29502026-05-15T23:12:57.411Z INFOMay 15 23:12:56.230 May 15 23:12:56.230adding route 3fff:dead::/64 -> 2001:db8::55:3
29512026-05-15T23:12:57.411ZDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
29522026-05-15T23:12:57.411Zreplacing 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 } }]May 15 23:12:56.230May 15 23:12:56.230
29532026-05-15T23:12:57.411Z DEBGMay 15 23:12:56.230DEBG 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 } }]
29542026-05-15T23:12:57.411Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
29552026-05-15T23:12:57.411Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
29562026-05-15T23:12:57.411ZMay 15 23:12:56.230May 15 23:12:56.230 INFOINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:4May 15 23:12:56.230,
29572026-05-15T23:12:57.411Z
29582026-05-15T23:12:57.411ZINFOMay 15 23:12:56.230 INFOINFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:4
29592026-05-15T23:12:57.411Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff May 15 23:12:56.230May 15 23:12:56.230 adding route 172.17.0.1/32 -> 10.0.0.255DEBG
29602026-05-15T23:12:57.411Zfreemap_route_ipv4 May 15 23:12:56.230replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
29612026-05-15T23:12:57.411Z
29622026-05-15T23:12:57.411Z
29632026-05-15T23:12:57.411Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
29642026-05-15T23:12:57.411ZDEBG May 15 23:12:56.230replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] May 15 23:12:56.230May 15 23:12:56.230DEBG 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 } }]DEBG
29652026-05-15T23:12:57.411ZMay 15 23:12:56.230replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
29662026-05-15T23:12:57.411Z
29672026-05-15T23:12:57.412Z created new freemap 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 } }]May 15 23:12:56.230May 15 23:12:56.230,
29682026-05-15T23:12:57.412ZunitMay 15 23:12:56.230: DEBGWARNfreemap_route_ipv6
29692026-05-15T23:12:57.412Z replacing targets for 3fff:dead::/64 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
29702026-05-15T23:12:57.412Z
29712026-05-15T23:12:57.412Z DEBGMay 15 23:12:56.230May 15 23:12:56.230 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 } }]INFOMay 15 23:12:56.230 ERRO
29722026-05-15T23:12:57.412Z INFOadding route 172.16.0.0/32 -> 10.0.0.1rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
29732026-05-15T23:12:57.412ZMay 15 23:12:56.230
29742026-05-15T23:12:57.412Z WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })May 15 23:12:56.230adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffMay 15 23:12:56.230
29752026-05-15T23:12:57.412ZDEBG
29762026-05-15T23:12:57.412ZMay 15 23:12:56.230 initted freemap. size: 64, unit :ERRO May 15 23:12:56.230shrink-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 itINFO DEBG
29772026-05-15T23:12:57.412Z 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 } }]freemap_route_ipv4adding route 172.17.0.2/32 -> 10.0.0.255
29782026-05-15T23:12:57.412Z
29792026-05-15T23:12:57.412Z
29802026-05-15T23:12:57.412ZMay 15 23:12:56.230 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
29812026-05-15T23:12:57.412ZMay 15 23:12:56.230May 15 23:12:56.230 DEBGDEBG reset freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
29822026-05-15T23:12:57.412Zunit: freemap_route_ipv4
29832026-05-15T23:12:57.412ZMay 15 23:12:56.230May 15 23:12:56.230 DEBGINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
29842026-05-15T23:12:57.412Z
29852026-05-15T23:12:57.412ZMay 15 23:12:56.230 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 } }]
29862026-05-15T23:12:57.412ZMay 15 23:12:56.230 INFO May 15 23:12:56.230adding route 172.16.0.0/32 -> 10.0.0.1
29872026-05-15T23:12:57.412ZMay 15 23:12:56.230DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29882026-05-15T23:12:57.412Zadding route 172.17.0.3/32 -> 10.0.0.255May 15 23:12:56.230
29892026-05-15T23:12:57.412Z 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 } }]May 15 23:12:56.230
29902026-05-15T23:12:57.412Z May 15 23:12:56.230 INFODEBG May 15 23:12:56.230adding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }]
29912026-05-15T23:12:57.412ZINFO
29922026-05-15T23:12:57.412Z adding route 172.16.0.0/32 -> 10.0.0.1
29932026-05-15T23:12:57.412ZMay 15 23:12:56.230 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:12:56.230
29942026-05-15T23:12:57.412Z DEBG May 15 23:12:56.230replacing 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 } }] May 15 23:12:56.230INFO
29952026-05-15T23:12:57.412Z INFOadding route 172.17.0.4/32 -> 10.0.0.255
29962026-05-15T23:12:57.412Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffMay 15 23:12:56.230
29972026-05-15T23:12:57.412Z INFOMay 15 23:12:56.230 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
29982026-05-15T23:12:57.412Z 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 } }]
29992026-05-15T23:12:57.412ZMay 15 23:12:56.230May 15 23:12:56.230 May 15 23:12:56.230DEBG DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
30002026-05-15T23:12:57.412Z adding route 172.17.0.5/32 -> 10.0.0.255
30012026-05-15T23:12:57.412Z
30022026-05-15T23:12:57.412Z
30032026-05-15T23:12:57.412ZMay 15 23:12:56.230May 15 23:12:56.230 May 15 23:12:56.230INFODEBG May 15 23:12:56.230INFOadding route 172.17.0.0/32 -> 10.0.0.255 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30042026-05-15T23:12:57.412ZDEBG
30052026-05-15T23:12:57.412Zreplacing 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 } }]
30062026-05-15T23:12:57.412Ztest route::tests::rollback_on_compact_write_failure ... ok
30072026-05-15T23:12:57.413Ztest route::tests::identity_replace_is_noop ... ok
30082026-05-15T23:12:57.413Zreplacing 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 } }]
30092026-05-15T23:12:57.413ZMay 15 23:12:56.231replacing 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 } }]
30102026-05-15T23:12:57.413ZDEBG created new freemap, unit: May 15 23:12:56.237May 15 23:12:56.237freemap_route_ipv4
30112026-05-15T23:12:57.413ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
30122026-05-15T23:12:57.413Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffMay 15 23:12:56.237
30132026-05-15T23:12:57.413Z May 15 23:12:56.231May 15 23:12:56.237 DEBGDEBG created new freemapMay 15 23:12:56.230replacing 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
30142026-05-15T23:12:57.413Z May 15 23:12:56.231unitINFOcreated new freemap :, DEBG May 15 23:12:56.237unit :INFO May 15 23:12:56.237freemap_route_ipv4 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv6
30152026-05-15T23:12:57.413ZDEBG
30162026-05-15T23:12:57.413Zcreated new freemap
30172026-05-15T23:12:57.413Z
30182026-05-15T23:12:57.413Z, unitreplacing 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 } }]:
30192026-05-15T23:12:57.413ZMay 15 23:12:56.237 May 15 23:12:56.237freemap_route_ipv4 May 15 23:12:56.237DEBG
30202026-05-15T23:12:57.413ZDEBG 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 } }]May 15 23:12:56.237 May 15 23:12:56.237
30212026-05-15T23:12:57.413Zreplacing 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
30222026-05-15T23:12:57.413ZINFO INFOcreated new freemapMay 15 23:12:56.237 May 15 23:12:56.237, adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
30232026-05-15T23:12:57.413ZDEBG unit created new freemap:, May 15 23:12:56.237unitMay 15 23:12:56.237adding route 172.17.0.7/32 -> 10.0.0.255
30242026-05-15T23:12:57.413ZDEBG: INFOfreemap_route_ipv6
30252026-05-15T23:12:57.413Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
30262026-05-15T23:12:57.413Zfreemap_route_ipv6
30272026-05-15T23:12:57.413ZMay 15 23:12:56.237replacing 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 } }] May 15 23:12:56.237INFO
30282026-05-15T23:12:57.413Z
30292026-05-15T23:12:57.413Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
30302026-05-15T23:12:57.413Zreplacing 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 } }]
30312026-05-15T23:12:57.413ZMay 15 23:12:56.237 May 15 23:12:56.237DEBGMay 15 23:12:56.237 May 15 23:12:56.237DEBG 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 } }]
30322026-05-15T23:12:57.413Zinitted freemap. size: 64May 15 23:12:56.237INFO, unitINFO May 15 23:12:56.237 :adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:38::/64 -> 2001:db8::55:ffMay 15 23:12:56.237freemap_route_ipv6
30332026-05-15T23:12:57.413Z
30342026-05-15T23:12:57.413ZINFO adding route 172.17.0.8/32 -> 10.0.0.255
30352026-05-15T23:12:57.413Z
30362026-05-15T23:12:57.413ZMay 15 23:12:56.237May 15 23:12:56.237 INFODEBGDEBGMay 15 23:12:56.237 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapDEBG, initted freemap. size: 64
30372026-05-15T23:12:57.413ZDEBGMay 15 23:12:56.237 unitDEBG : 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: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 } }]
30382026-05-15T23:12:57.413Zadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:12:56.237
30392026-05-15T23:12:57.413Z, freemap_route_ipv6
30402026-05-15T23:12:57.413ZINFO
30412026-05-15T23:12:57.413Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffMay 15 23:12:56.237May 15 23:12:56.237 May 15 23:12:56.237INFO
30422026-05-15T23:12:57.413ZINFO DEBG unit adding route 172.17.0.9/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:15::/64 -> 2001:db8::55:ff
30432026-05-15T23:12:57.417Z
30442026-05-15T23:12:57.417Z
30452026-05-15T23:12:57.417ZMay 15 23:12:56.237 DEBGMay 15 23:12:56.237 May 15 23:12:56.237replacing 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 } }]May 15 23:12:56.237 INFOMay 15 23:12:56.237
30462026-05-15T23:12:57.417Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
30472026-05-15T23:12:57.417Zinitted freemap. size: 64DEBGDEBGMay 15 23:12:56.237 : , May 15 23:12:56.237replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
30482026-05-15T23:12:57.417Zunitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
30492026-05-15T23:12:57.417Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:3a::/64 -> 2001:db8::55:ff
30502026-05-15T23:12:57.417Zfreemap_route_ipv6May 15 23:12:56.237 INFO
30512026-05-15T23:12:57.418Z May 15 23:12:56.237 adding route 172.17.0.10/32 -> 10.0.0.255:May 15 23:12:56.237
30522026-05-15T23:12:57.418ZINFOfreemap_route_ipv4
30532026-05-15T23:12:57.418Z
30542026-05-15T23:12:57.418Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
30552026-05-15T23:12:57.418ZMay 15 23:12:56.237 DEBG May 15 23:12:56.237replacing 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 } }] May 15 23:12:56.237adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
30562026-05-15T23:12:57.418ZMay 15 23:12:56.237DEBG DEBG
30572026-05-15T23:12:57.418Zreplacing 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
30582026-05-15T23:12:57.418Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 freemapMay 15 23:12:56.237, May 15 23:12:56.237 INFO
30592026-05-15T23:12:57.418Z unit:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv4
30602026-05-15T23:12:57.418Z
30612026-05-15T23:12:57.418Z May 15 23:12:56.237 May 15 23:12:56.237replacing 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 } }] May 15 23:12:56.237INFO
30622026-05-15T23:12:57.418ZINFODEBGadding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
30632026-05-15T23:12:57.418Z
30642026-05-15T23:12:57.418ZMay 15 23:12:56.237
30652026-05-15T23:12:57.418Z DEBGMay 15 23:12:56.237 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:12:56.237May 15 23:12:56.237May 15 23:12:56.237May 15 23:12:56.237 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBGINFO
30662026-05-15T23:12:57.418Z
30672026-05-15T23:12:57.418Z
30682026-05-15T23:12:57.418Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
30692026-05-15T23:12:57.418Zreplacing 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 } }]
30702026-05-15T23:12:57.418Z reset freemapMay 15 23:12:56.237May 15 23:12:56.237May 15 23:12:56.237 May 15 23:12:56.237 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 } }]DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30712026-05-15T23:12:57.418Z, adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
30722026-05-15T23:12:57.418Z
30732026-05-15T23:12:57.418ZMay 15 23:12:56.237
30742026-05-15T23:12:57.418Z May 15 23:12:56.237 May 15 23:12:56.237 INFOMay 15 23:12:56.237 WARNDEBG adding route 172.17.0.12/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) failed to allocate space for the new target list
30752026-05-15T23:12:57.418ZMay 15 23:12:56.237
30762026-05-15T23:12:57.418Z
30772026-05-15T23:12:57.418Z DEBG unitINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30782026-05-15T23:12:57.418Z :adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
30792026-05-15T23:12:57.418ZMay 15 23:12:56.237freemap_route_ipv6 DEBGMay 15 23:12:56.237May 15 23:12:56.237May 15 23:12:56.237
30802026-05-15T23:12:57.418Z 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 } }]
30812026-05-15T23:12:57.418Z DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOMay 15 23:12:56.237
30822026-05-15T23:12:57.418Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
30832026-05-15T23:12:57.418ZINFO
30842026-05-15T23:12:57.418Zadding route 172.17.0.13/32 -> 10.0.0.255May 15 23:12:56.237May 15 23:12:56.237
30852026-05-15T23:12:57.418Z DEBGINFOMay 15 23:12:56.237 DEBGadding route 3fff:beef:19::/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 } }]May 15 23:12:56.237replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30862026-05-15T23:12:57.418Z
30872026-05-15T23:12:57.418Z
30882026-05-15T23:12:57.418ZDEBG May 15 23:12:56.237May 15 23:12:56.237 DEBGINFOMay 15 23:12:56.237 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:dead::/64 -> 2001:db8::55:2INFOreplacing 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 } }]
30892026-05-15T23:12:57.419Z
30902026-05-15T23:12:57.419Z
30912026-05-15T23:12:57.419Z adding route 172.16.0.0/32 -> 10.0.0.4
30922026-05-15T23:12:57.419ZMay 15 23:12:56.237 May 15 23:12:56.237May 15 23:12:56.237INFO May 15 23:12:56.237INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBG
30932026-05-15T23:12:57.419Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG
30942026-05-15T23:12:57.419Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30952026-05-15T23:12:57.419Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30962026-05-15T23:12:57.419ZMay 15 23:12:56.237 May 15 23:12:56.237May 15 23:12:56.237 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
30972026-05-15T23:12:57.419Zreplacing 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 } }]
30982026-05-15T23:12:57.419Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30992026-05-15T23:12:57.419ZMay 15 23:12:56.237May 15 23:12:56.237 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255May 15 23:12:56.237
31002026-05-15T23:12:57.419ZMay 15 23:12:56.237 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff May 15 23:12:56.237DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
31012026-05-15T23:12:57.419Z
31022026-05-15T23:12:57.419Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
31032026-05-15T23:12:57.419Z
31042026-05-15T23:12:57.419ZMay 15 23:12:56.237 DEBG May 15 23:12:56.237replacing 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 } }] May 15 23:12:56.237
31052026-05-15T23:12:57.419Z INFO adding route 172.17.0.16/32 -> 10.0.0.255INFO
31062026-05-15T23:12:57.419Z May 15 23:12:56.237May 15 23:12:56.237adding route 172.17.0.1/32 -> 10.0.0.255
31072026-05-15T23:12:57.419ZMay 15 23:12:56.237INFO DEBGDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
31082026-05-15T23:12:57.419Z 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 } }]May 15 23:12:56.237replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 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 } }]May 15 23:12:56.238May 15 23:12:56.238
31092026-05-15T23:12:57.419Z DEBG created new freemap, unitMay 15 23:12:56.243DEBG: INFOfreemap_route_ipv4
31102026-05-15T23:12:57.419Zadding route 172.17.0.2/32 -> 10.0.0.255May 15 23:12:56.243
31112026-05-15T23:12:57.419Z 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 } }]May 15 23:12:56.243
31122026-05-15T23:12:57.419Z DEBG May 15 23:12:56.243created new freemap replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31132026-05-15T23:12:57.419Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffMay 15 23:12:56.243
31142026-05-15T23:12:57.419Z , May 15 23:12:56.243DEBG created new freemapINFO, May 15 23:12:56.243unitadding route 172.17.0.3/32 -> 10.0.0.255unit
31152026-05-15T23:12:57.419Z : DEBG:freemap_route_ipv6 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 } }]
31162026-05-15T23:12:57.419Zfreemap_route_ipv4May 15 23:12:56.243
31172026-05-15T23:12:57.419Z
31182026-05-15T23:12:57.419ZDEBGMay 15 23:12:56.243May 15 23:12:56.243May 15 23:12:56.243 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffcreated new freemap
31192026-05-15T23:12:57.419Z, replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
31202026-05-15T23:12:57.419Z: INFO May 15 23:12:56.243 freemap_route_ipv6 May 15 23:12:56.243DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
31212026-05-15T23:12:57.419Zreplacing 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 } }]
31222026-05-15T23:12:57.419Z
31232026-05-15T23:12:57.419Z INFO adding route 172.17.0.4/32 -> 10.0.0.255May 15 23:12:56.243May 15 23:12:56.243 DEBG May 15 23:12:56.243initted freemap. size: 64 ,
31242026-05-15T23:12:57.419Z INFOINFO unit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
31252026-05-15T23:12:57.419ZMay 15 23:12:56.243freemap_route_ipv6
31262026-05-15T23:12:57.419Zadding route 172.16.0.0/32 -> 10.0.0.1DEBG
31272026-05-15T23:12:57.419Z May 15 23:12:56.243May 15 23:12:56.243 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
31282026-05-15T23:12:57.419Z reset freemapDEBG, May 15 23:12:56.243May 15 23:12:56.243unit INFODEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31292026-05-15T23:12:57.420Z:adding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64 , freemap_route_ipv6
31302026-05-15T23:12:57.420Zunit
31312026-05-15T23:12:57.420Z: May 15 23:12:56.243May 15 23:12:56.243freemap_route_ipv4
31322026-05-15T23:12:57.420ZMay 15 23:12:56.243 DEBG May 15 23:12:56.243replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]May 15 23:12:56.230
31332026-05-15T23:12:57.420ZDEBG DEBGreset freemap , DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] May 15 23:12:56.243replacing 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 } }]
31342026-05-15T23:12:57.420Z
31352026-05-15T23:12:57.420Z INFOunit: INFO adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:12:56.243
31362026-05-15T23:12:57.420Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4May 15 23:12:56.243
31372026-05-15T23:12:57.420Z
31382026-05-15T23:12:57.420Z May 15 23:12:56.243 INFODEBGMay 15 23:12:56.243 adding route 172.17.0.6/32 -> 10.0.0.255
31392026-05-15T23:12:57.420Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
31402026-05-15T23:12:57.420Z
31412026-05-15T23:12:57.420Z May 15 23:12:56.243replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
31422026-05-15T23:12:57.420ZMay 15 23:12:56.243May 15 23:12:56.243DEBG May 15 23:12:56.243 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31432026-05-15T23:12:57.424Z
31442026-05-15T23:12:57.424ZDEBGMay 15 23:12:56.243
31452026-05-15T23:12:57.424Z 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 } }]INFOMay 15 23:12:56.243
31462026-05-15T23:12:57.424Z INFOMay 15 23:12:56.243adding route 172.16.0.0/32 -> 10.0.0.2 INFOadding route 172.17.0.7/32 -> 10.0.0.255 May 15 23:12:56.243
31472026-05-15T23:12:57.424Z
31482026-05-15T23:12:57.424Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
31492026-05-15T23:12:57.424Z INFOMay 15 23:12:56.243 May 15 23:12:56.243DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
31502026-05-15T23:12:57.424Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG May 15 23:12:56.243replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31512026-05-15T23:12:57.424Z
31522026-05-15T23:12:57.424ZMay 15 23:12:56.243 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 } }]May 15 23:12:56.243DEBG
31532026-05-15T23:12:57.424ZMay 15 23:12:56.243 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO
31542026-05-15T23:12:57.424Zadding route 172.16.0.0/32 -> 10.0.0.3
31552026-05-15T23:12:57.424Zadding route 172.17.0.8/32 -> 10.0.0.255May 15 23:12:56.243
31562026-05-15T23:12:57.424Z INFOMay 15 23:12:56.243 May 15 23:12:56.243adding route 3fff:beef:36::/64 -> 2001:db8::55:ffMay 15 23:12:56.243
31572026-05-15T23:12:57.424Z INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
31582026-05-15T23:12:57.424Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
31592026-05-15T23:12:57.424Z
31602026-05-15T23:12:57.424ZMay 15 23:12:56.243May 15 23:12:56.243 DEBGDEBGMay 15 23:12:56.243 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 } }]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 } }]
31612026-05-15T23:12:57.424Zadding route 172.17.0.9/32 -> 10.0.0.255May 15 23:12:56.243
31622026-05-15T23:12:57.424Z
31632026-05-15T23:12:57.424ZINFOMay 15 23:12:56.243 May 15 23:12:56.243adding route 172.16.0.0/32 -> 10.0.0.4 INFODEBG adding route 3fff:beef:37::/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 } }]
31642026-05-15T23:12:57.424Z
31652026-05-15T23:12:57.424Z
31662026-05-15T23:12:57.424ZMay 15 23:12:56.243 May 15 23:12:56.243INFO May 15 23:12:56.243 DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31672026-05-15T23:12:57.424ZMay 15 23:12:56.243adding route 172.17.0.10/32 -> 10.0.0.255 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
31682026-05-15T23:12:57.424Z
31692026-05-15T23:12:57.424ZMay 15 23:12:56.243replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO
31702026-05-15T23:12:57.424Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffMay 15 23:12:56.243
31712026-05-15T23:12:57.424Z DEBGMay 15 23:12:56.243May 15 23:12:56.243 DEBGINFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31722026-05-15T23:12:57.424Zadding route 172.17.0.0/32 -> 10.0.0.255 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 } }]
31732026-05-15T23:12:57.424Z
31742026-05-15T23:12:57.424ZMay 15 23:12:56.244 DEBGMay 15 23:12:56.244 May 15 23:12:56.244 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 } }]May 15 23:12:56.238
31752026-05-15T23:12:57.424ZINFO DEBGDEBG May 15 23:12:56.244replacing 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 } }]May 15 23:12:56.244 adding route 172.17.0.11/32 -> 10.0.0.255
31762026-05-15T23:12:57.425ZINFOcreated new freemap ,
31772026-05-15T23:12:57.425Zunitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
31782026-05-15T23:12:57.425Z INFOfreemap_route_ipv4May 15 23:12:56.244 May 15 23:12:56.244
31792026-05-15T23:12:57.425Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
31802026-05-15T23:12:57.425ZMay 15 23:12:56.244DEBG 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 } }]INFOMay 15 23:12:56.244replacing 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 } }] May 15 23:12:56.244
31812026-05-15T23:12:57.425Z
31822026-05-15T23:12:57.425Z DEBGDEBGadding route 172.17.0.1/32 -> 10.0.0.255
31832026-05-15T23:12:57.425Zreplacing 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 } }] created new freemap
31842026-05-15T23:12:57.425ZMay 15 23:12:56.244, unitINFO May 15 23:12:56.244adding route 172.17.0.12/32 -> 10.0.0.255: May 15 23:12:56.244
31852026-05-15T23:12:57.425ZINFOMay 15 23:12:56.244 adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6
31862026-05-15T23:12:57.425ZDEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
31872026-05-15T23:12:57.425Z May 15 23:12:56.244
31882026-05-15T23:12:57.425ZMay 15 23:12:56.244 DEBGINFO May 15 23:12:56.244replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31892026-05-15T23:12:57.425Z 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 } }]May 15 23:12:56.244
31902026-05-15T23:12:57.425Zadding route 3fff:dead::/64 -> 2001:db8::55:1
31912026-05-15T23:12:57.425ZMay 15 23:12:56.244
31922026-05-15T23:12:57.425ZDEBGMay 15 23:12:56.244 INFO adding route 172.17.0.13/32 -> 10.0.0.255replacing 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 } }]
31932026-05-15T23:12:57.425Z
31942026-05-15T23:12:57.425ZMay 15 23:12:56.244INFO INFO May 15 23:12:56.244adding route 3fff:beef:26::/64 -> 2001:db8::55:ffMay 15 23:12:56.244
31952026-05-15T23:12:57.425Z DEBGDEBG May 15 23:12:56.244adding route 172.17.0.2/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 } }]
31962026-05-15T23:12:57.425ZINFO
31972026-05-15T23:12:57.425ZMay 15 23:12:56.244adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBGMay 15 23:12:56.244
31982026-05-15T23:12:57.425Z initted freemap. size: 64 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
31992026-05-15T23:12:57.425Z , May 15 23:12:56.244unitadding route 172.17.0.14/32 -> 10.0.0.255 :DEBG
32002026-05-15T23:12:57.425ZMay 15 23:12:56.244May 15 23:12:56.244 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
32012026-05-15T23:12:57.425ZMay 15 23:12:56.244 freemap_route_ipv6DEBG
32022026-05-15T23:12:57.425Ztest route::tests::rollback_on_index_readd_failure ... ok
32032026-05-15T23:12:57.425Zreplacing 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 } }]May 15 23:12:56.244INFO
32042026-05-15T23:12:57.425Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }]
32052026-05-15T23:12:57.425Z
32062026-05-15T23:12:57.425Zadding route 172.17.0.3/32 -> 10.0.0.255
32072026-05-15T23:12:57.425Ztest route::tests::same_size_non_subset_replace ... ok
32082026-05-15T23:12:57.425ZMay 15 23:12:56.244 May 15 23:12:56.244INFOMay 15 23:12:56.244 May 15 23:12:56.244 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGINFO
32092026-05-15T23:12:57.425Z adding route 172.17.0.15/32 -> 10.0.0.255
32102026-05-15T23:12:57.425Z DEBGreset freemapMay 15 23:12:56.244May 15 23:12:56.244 DEBGMay 15 23:12:56.244DEBG DEBG, replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
32112026-05-15T23:12:57.425Z
32122026-05-15T23:12:57.425Z
32132026-05-15T23:12:57.425Zunitreplacing 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 } }]:
32142026-05-15T23:12:57.425Z freemap_route_ipv6
32152026-05-15T23:12:57.425ZMay 15 23:12:56.244May 15 23:12:56.244 INFOINFO May 15 23:12:56.244adding route 172.17.0.16/32 -> 10.0.0.255
32162026-05-15T23:12:57.426ZMay 15 23:12:56.244adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffMay 15 23:12:56.244 INFO May 15 23:12:56.244
32172026-05-15T23:12:57.426ZINFO DEBG adding route 172.17.0.4/32 -> 10.0.0.255May 15 23:12:56.244replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32182026-05-15T23:12:57.426ZDEBGDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
32192026-05-15T23:12:57.426Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
32202026-05-15T23:12:57.426ZMay 15 23:12:56.244May 15 23:12:56.250 DEBGINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
32212026-05-15T23:12:57.426Zcreated new freemap, unit
32222026-05-15T23:12:57.426ZMay 15 23:12:56.250May 15 23:12:56.250: INFO DEBGfreemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]May 15 23:12:56.250
32232026-05-15T23:12:57.426Z
32242026-05-15T23:12:57.426ZINFO
32252026-05-15T23:12:57.426Zadding route 3fff:dead::/64 -> 2001:db8::55:4May 15 23:12:56.250
32262026-05-15T23:12:57.426Z DEBGMay 15 23:12:56.250 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
32272026-05-15T23:12:57.426Z created new freemapMay 15 23:12:56.250, unit
32282026-05-15T23:12:57.426Z:May 15 23:12:56.250May 15 23:12:56.250 freemap_route_ipv6 INFODEBGINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
32292026-05-15T23:12:57.426ZMay 15 23:12:56.250
32302026-05-15T23:12:57.426Z
32312026-05-15T23:12:57.426ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.17/32 -> 10.0.0.255
32322026-05-15T23:12:57.426ZMay 15 23:12:56.250
32332026-05-15T23:12:57.426ZMay 15 23:12:56.250May 15 23:12:56.250 DEBGDEBGINFOMay 15 23:12:56.250 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
32342026-05-15T23:12:57.426ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
32352026-05-15T23:12:57.426Z 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 } }]
32362026-05-15T23:12:57.426Z
32372026-05-15T23:12:57.426ZMay 15 23:12:56.250May 15 23:12:56.250 DEBGDEBGMay 15 23:12:56.250 May 15 23:12:56.250failed to allocate space for the new target list
32382026-05-15T23:12:57.426Z INFO INFOMay 15 23:12:56.250adding route 3fff:dead::/64 -> 2001:db8::55:4 May 15 23:12:56.250replacing targets for 3fff:dead::/64 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 172.17.0.18/32 -> 10.0.0.255DEBG
32392026-05-15T23:12:57.426ZDEBG
32402026-05-15T23:12:57.426Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32412026-05-15T23:12:57.426Z
32422026-05-15T23:12:57.426Z May 15 23:12:56.250initted freemap. size: 64May 15 23:12:56.250 May 15 23:12:56.250, DEBG unitDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]May 15 23:12:56.250DEBG
32432026-05-15T23:12:57.430Z failed to allocate space for the new target list:
32442026-05-15T23:12:57.430ZWARN 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 } }]freemap_route_ipv4
32452026-05-15T23:12:57.430ZMay 15 23:12:56.250
32462026-05-15T23:12:57.431Z DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32472026-05-15T23:12:57.431ZMay 15 23:12:56.250replacing targets for 3fff:dead::/64 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 } }]May 15 23:12:56.250
32482026-05-15T23:12:57.431ZINFO adding route 172.17.0.19/32 -> 10.0.0.255DEBG
32492026-05-15T23:12:57.431Z reset freemap, unit: freemap_route_ipv4May 15 23:12:56.250
32502026-05-15T23:12:57.431Z 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 } }]
32512026-05-15T23:12:57.431Z
32522026-05-15T23:12:57.431ZMay 15 23:12:56.250May 15 23:12:56.250 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
32532026-05-15T23:12:57.431Z
32542026-05-15T23:12:57.431ZMay 15 23:12:56.250 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 } }]
32552026-05-15T23:12:57.431ZMay 15 23:12:56.250May 15 23:12:56.250 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32562026-05-15T23:12:57.431Z May 15 23:12:56.250adding route 172.16.0.0/32 -> 10.0.0.2 INFO
32572026-05-15T23:12:57.431Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffMay 15 23:12:56.250
32582026-05-15T23:12:57.431Z INFO adding route 172.17.0.21/32 -> 10.0.0.255May 15 23:12:56.250
32592026-05-15T23:12:57.431Z DEBGMay 15 23:12:56.250
32602026-05-15T23:12:57.431ZDEBGMay 15 23:12:56.250 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
32612026-05-15T23:12:57.431ZDEBGMay 15 23:12:56.250 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32622026-05-15T23:12:57.431Z
32632026-05-15T23:12:57.431ZINFO adding route 172.17.0.17/32 -> 10.0.0.255May 15 23:12:56.250
32642026-05-15T23:12:57.431Z DEBGMay 15 23:12:56.250 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]May 15 23:12:56.250INFOMay 15 23:12:56.250 INFO DEBG
32652026-05-15T23:12:57.431Zadding route 172.17.0.22/32 -> 10.0.0.255
32662026-05-15T23:12:57.431Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
32672026-05-15T23:12:57.431Z
32682026-05-15T23:12:57.431ZMay 15 23:12:56.250 DEBG May 15 23:12:56.250replacing 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 } }]
32692026-05-15T23:12:57.431ZMay 15 23:12:56.250DEBG 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 } }]
32702026-05-15T23:12:57.431Zadding route 172.17.0.18/32 -> 10.0.0.255May 15 23:12:56.250
32712026-05-15T23:12:57.431Z DEBG May 15 23:12:56.250replacing 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 } }] May 15 23:12:56.250
32722026-05-15T23:12:57.431Z May 15 23:12:56.250INFOINFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
32732026-05-15T23:12:57.431Z
32742026-05-15T23:12:57.431Z
32752026-05-15T23:12:57.431ZMay 15 23:12:56.250 INFO adding route 172.17.0.5/32 -> 10.0.0.255May 15 23:12:56.250May 15 23:12:56.250
32762026-05-15T23:12:57.431ZMay 15 23:12:56.250 INFO DEBG DEBGadding route 172.17.0.19/32 -> 10.0.0.255
32772026-05-15T23:12:57.431Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]May 15 23:12:56.250
32782026-05-15T23:12:57.431Z
32792026-05-15T23:12:57.431Z DEBGMay 15 23:12:56.250 May 15 23:12:56.250DEBG May 15 23:12:56.250 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32802026-05-15T23:12:57.431Z
32812026-05-15T23:12:57.431ZINFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffMay 15 23:12:56.250
32822026-05-15T23:12:57.431Z
32832026-05-15T23:12:57.431ZINFO May 15 23:12:56.250adding route 172.17.0.20/32 -> 10.0.0.255
32842026-05-15T23:12:57.431ZINFOMay 15 23:12:56.250 DEBGMay 15 23:12:56.250 adding route 172.17.0.6/32 -> 10.0.0.255May 15 23:12:56.250replacing 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 } }]
32852026-05-15T23:12:57.432Z
32862026-05-15T23:12:57.432ZDEBG 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 } }]May 15 23:12:56.250
32872026-05-15T23:12:57.432Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
32882026-05-15T23:12:57.432Z adding route 172.17.0.25/32 -> 10.0.0.255May 15 23:12:56.250
32892026-05-15T23:12:57.432Z May 15 23:12:56.250May 15 23:12:56.250DEBG 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 } }]INFO
32902026-05-15T23:12:57.432ZMay 15 23:12:56.250 DEBGadding route 172.17.0.21/32 -> 10.0.0.255 May 15 23:12:56.250
32912026-05-15T23:12:57.432Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO
32922026-05-15T23:12:57.432Zreplacing 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 } }]
32932026-05-15T23:12:57.432Zadding route 172.17.0.7/32 -> 10.0.0.255
32942026-05-15T23:12:57.432ZMay 15 23:12:56.250 May 15 23:12:56.250May 15 23:12:56.250DEBG May 15 23:12:56.250 INFO 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 } }]DEBGadding route 172.17.0.26/32 -> 10.0.0.255
32952026-05-15T23:12:57.432ZDEBG
32962026-05-15T23:12:57.432Z 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.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 } }]
32972026-05-15T23:12:57.432ZMay 15 23:12:56.250May 15 23:12:56.250 INFO DEBG
32982026-05-15T23:12:57.432Z 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 } }]May 15 23:12:56.250adding route 172.17.0.22/32 -> 10.0.0.255
32992026-05-15T23:12:57.432Z
33002026-05-15T23:12:57.432Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffMay 15 23:12:56.250
33012026-05-15T23:12:57.432Z May 15 23:12:56.250DEBGMay 15 23:12:56.250 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 } }]
33022026-05-15T23:12:57.432ZINFO INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
33032026-05-15T23:12:57.432Z
33042026-05-15T23:12:57.432ZMay 15 23:12:56.250May 15 23:12:56.250 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255
33052026-05-15T23:12:57.432Zreplacing 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 } }]May 15 23:12:56.250
33062026-05-15T23:12:57.432ZMay 15 23:12:56.250 DEBGDEBG May 15 23:12:56.250 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.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 } }]
33072026-05-15T23:12:57.432ZDEBG May 15 23:12:56.250replacing 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 } }]
33082026-05-15T23:12:57.432Z
33092026-05-15T23:12:57.432ZMay 15 23:12:56.250INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
33102026-05-15T23:12:57.432Z adding route 172.17.0.28/32 -> 10.0.0.255
33112026-05-15T23:12:57.432ZMay 15 23:12:56.250 May 15 23:12:56.250May 15 23:12:56.250 May 15 23:12:56.250 INFO DEBGDEBGINFOadding route 172.17.0.24/32 -> 10.0.0.255
33122026-05-15T23:12:57.432Z adding route 172.17.0.9/32 -> 10.0.0.255 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: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 } }]
33132026-05-15T23:12:57.432Z
33142026-05-15T23:12:57.432Z
33152026-05-15T23:12:57.432ZMay 15 23:12:56.250 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 } }]
33162026-05-15T23:12:57.432ZMay 15 23:12:56.250May 15 23:12:56.250May 15 23:12:56.250 DEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255
33172026-05-15T23:12:57.432Zreplacing 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 } }]May 15 23:12:56.250
33182026-05-15T23:12:57.432ZINFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
33192026-05-15T23:12:57.432Zadding route 172.17.0.25/32 -> 10.0.0.255May 15 23:12:56.250
33202026-05-15T23:12:57.432Z DEBGMay 15 23:12:56.250 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 } }]May 15 23:12:56.250
33212026-05-15T23:12:57.432ZINFOMay 15 23:12:56.250 adding route 172.17.0.10/32 -> 10.0.0.255DEBGDEBG
33222026-05-15T23:12:57.432Z May 15 23:12:56.250 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 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.30/32 -> 10.0.0.255May 15 23:12:56.251
33232026-05-15T23:12:57.432ZMay 15 23:12:56.251 May 15 23:12:56.256DEBG DEBGcreated new freemap , 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 } }] unit
33242026-05-15T23:12:57.433Z:created new freemap , freemap_route_ipv4unit:
33252026-05-15T23:12:57.433Z freemap_route_ipv4May 15 23:12:56.256
33262026-05-15T23:12:57.433ZMay 15 23:12:56.256 DEBG
33272026-05-15T23:12:57.433ZINFOMay 15 23:12:56.256 created new freemap DEBG adding route 172.17.0.31/32 -> 10.0.0.255created new freemap, ,
33282026-05-15T23:12:57.433Zunitunit::May 15 23:12:56.256 freemap_route_ipv6 INFOfreemap_route_ipv6
33292026-05-15T23:12:57.433Zadding route 172.17.0.26/32 -> 10.0.0.255
33302026-05-15T23:12:57.433Z
33312026-05-15T23:12:57.433ZMay 15 23:12:56.256May 15 23:12:56.256 INFO adding route 172.16.0.0/32 -> 10.0.0.1
33322026-05-15T23:12:57.433ZMay 15 23:12:56.256May 15 23:12:56.256 DEBGINFOMay 15 23:12:56.256 adding route 3fff:dead::/64 -> 2001:db8::55:1
33332026-05-15T23:12:57.433Zinitted 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
33342026-05-15T23:12:57.433Z, 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 } }]May 15 23:12:56.256
33352026-05-15T23:12:57.433Z unitDEBG: initted freemap. size: 64 May 15 23:12:56.256freemap_route_ipv4 ,
33362026-05-15T23:12:57.433ZunitINFOMay 15 23:12:56.256: INFOfreemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255
33372026-05-15T23:12:57.433Z
33382026-05-15T23:12:57.433Zadding route 172.17.0.32/32 -> 10.0.0.255May 15 23:12:56.256
33392026-05-15T23:12:57.433Z May 15 23:12:56.256May 15 23:12:56.256DEBG DEBG reset freemapreset freemapDEBG, , unitunit: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 } }]:May 15 23:12:56.256
33402026-05-15T23:12:57.433Z freemap_route_ipv6freemap_route_ipv4
33412026-05-15T23:12:57.433Z
33422026-05-15T23:12:57.433ZDEBG 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 } }]May 15 23:12:56.256May 15 23:12:56.256 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33432026-05-15T23:12:57.437ZMay 15 23:12:56.256 May 15 23:12:56.256DEBG
33442026-05-15T23:12:57.437ZINFO 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 } }]
33452026-05-15T23:12:57.437Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.28/32 -> 10.0.0.255
33462026-05-15T23:12:57.437Z
33472026-05-15T23:12:57.437ZMay 15 23:12:56.256May 15 23:12:56.256 INFO adding route 172.17.0.33/32 -> 10.0.0.255
33482026-05-15T23:12:57.437ZMay 15 23:12:56.256May 15 23:12:56.256May 15 23:12:56.256 DEBG DEBG INFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255
33492026-05-15T23:12:57.437Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33502026-05-15T23:12:57.437Z
33512026-05-15T23:12:57.437Z
33522026-05-15T23:12:57.437ZMay 15 23:12:56.256May 15 23:12:56.256 INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
33532026-05-15T23:12:57.437Z
33542026-05-15T23:12:57.437ZMay 15 23:12:56.256 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3May 15 23:12:56.256
33552026-05-15T23:12:57.437Z DEBGMay 15 23:12:56.256 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
33562026-05-15T23:12:57.437ZMay 15 23:12:56.256adding route 172.17.0.29/32 -> 10.0.0.255May 15 23:12:56.256 INFO
33572026-05-15T23:12:57.437Z adding route 172.17.0.1/32 -> 10.0.0.255DEBG
33582026-05-15T23:12:57.437ZMay 15 23:12:56.256May 15 23:12:56.256 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
33592026-05-15T23:12:57.437Z INFO May 15 23:12:56.256replacing 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.35/32 -> 10.0.0.255 May 15 23:12:56.256
33602026-05-15T23:12:57.437Z
33612026-05-15T23:12:57.438Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
33622026-05-15T23:12:57.438ZMay 15 23:12:56.256replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
33632026-05-15T23:12:57.438ZMay 15 23:12:56.256 May 15 23:12:56.256adding route 172.17.0.30/32 -> 10.0.0.255
33642026-05-15T23:12:57.438ZDEBG 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 } }] May 15 23:12:56.256May 15 23:12:56.256replacing 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 } }]
33652026-05-15T23:12:57.438ZINFO
33662026-05-15T23:12:57.438Z DEBGadding route 172.17.0.2/32 -> 10.0.0.255
33672026-05-15T23:12:57.438Zreplacing 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 } }]
33682026-05-15T23:12:57.438ZMay 15 23:12:56.256 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
33692026-05-15T23:12:57.438ZMay 15 23:12:56.256May 15 23:12:56.256 INFODEBG adding route 172.17.0.36/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 } }]May 15 23:12:56.256
33702026-05-15T23:12:57.438Z
33712026-05-15T23:12:57.438ZINFO May 15 23:12:56.256May 15 23:12:56.256 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
33722026-05-15T23:12:57.438Z
33732026-05-15T23:12:57.438ZMay 15 23:12:56.256 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
33742026-05-15T23:12:57.438Z 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 } }]May 15 23:12:56.256
33752026-05-15T23:12:57.438Z INFOMay 15 23:12:56.256
33762026-05-15T23:12:57.438Z adding route 172.17.0.37/32 -> 10.0.0.255DEBG
33772026-05-15T23:12:57.438Zreplacing 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 } }]
33782026-05-15T23:12:57.438ZMay 15 23:12:56.256May 15 23:12:56.256 INFOMay 15 23:12:56.256INFO May 15 23:12:56.256adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
33792026-05-15T23:12:57.438Z
33802026-05-15T23:12:57.438ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
33812026-05-15T23:12:57.438ZDEBGMay 15 23:12:56.256 May 15 23:12:56.256DEBGreplacing 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 } }] May 15 23:12:56.256replacing 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 } }]
33822026-05-15T23:12:57.438ZDEBG
33832026-05-15T23:12:57.438ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
33842026-05-15T23:12:57.438Z
33852026-05-15T23:12:57.438ZMay 15 23:12:56.257May 15 23:12:56.257 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
33862026-05-15T23:12:57.438Z
33872026-05-15T23:12:57.438ZMay 15 23:12:56.257 May 15 23:12:56.257INFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.33/32 -> 10.0.0.255May 15 23:12:56.257
33882026-05-15T23:12:57.438Z
33892026-05-15T23:12:57.438Z May 15 23:12:56.257 DEBG DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33902026-05-15T23:12:57.438ZMay 15 23:12:56.257May 15 23:12:56.257replacing 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
33912026-05-15T23:12:57.438ZMay 15 23:12:56.257DEBG 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
33922026-05-15T23:12:57.438Z adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33932026-05-15T23:12:57.438Z
33942026-05-15T23:12:57.438ZMay 15 23:12:56.257May 15 23:12:56.257May 15 23:12:56.257 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33952026-05-15T23:12:57.438ZINFOMay 15 23:12:56.257 adding route 172.17.0.34/32 -> 10.0.0.255
33962026-05-15T23:12:57.438ZINFO
33972026-05-15T23:12:57.438Z May 15 23:12:56.257adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
33982026-05-15T23:12:57.438ZMay 15 23:12:56.257DEBGMay 15 23:12:56.257 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255May 15 23:12:56.257replacing 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 } }]
33992026-05-15T23:12:57.438Z
34002026-05-15T23:12:57.439ZDEBG
34012026-05-15T23:12:57.439Z 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 } }]May 15 23:12:56.257 May 15 23:12:56.257INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255
34022026-05-15T23:12:57.439Zadding route 172.17.0.40/32 -> 10.0.0.255
34032026-05-15T23:12:57.439ZMay 15 23:12:56.257
34042026-05-15T23:12:57.439Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
34052026-05-15T23:12:57.439Z DEBGMay 15 23:12:56.257 May 15 23:12:56.257replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34062026-05-15T23:12:57.439ZMay 15 23:12:56.257 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
34072026-05-15T23:12:57.439Z 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
34082026-05-15T23:12:57.439Z 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 } }]May 15 23:12:56.257
34092026-05-15T23:12:57.439Z May 15 23:12:56.257May 15 23:12:56.257 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing 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 } }]
34102026-05-15T23:12:57.439ZMay 15 23:12:56.257
34112026-05-15T23:12:57.439Z INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255May 15 23:12:56.257adding route 172.17.0.41/32 -> 10.0.0.255
34122026-05-15T23:12:57.439ZDEBGMay 15 23:12:56.257
34132026-05-15T23:12:57.439Z 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 } }]
34142026-05-15T23:12:57.439ZINFO May 15 23:12:56.257May 15 23:12:56.257 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.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 } }]
34152026-05-15T23:12:57.439Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
34162026-05-15T23:12:57.439Z
34172026-05-15T23:12:57.439ZMay 15 23:12:56.257 May 15 23:12:56.250INFO May 15 23:12:56.257May 15 23:12:56.257 INFOadding route 172.17.0.37/32 -> 10.0.0.255DEBGMay 15 23:12:56.257
34182026-05-15T23:12:57.439Z DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:12:56.257replacing 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 } }]
34192026-05-15T23:12:57.439Z
34202026-05-15T23:12:57.439ZDEBG
34212026-05-15T23:12:57.439Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34222026-05-15T23:12:57.439Z May 15 23:12:56.257adding route 172.17.0.42/32 -> 10.0.0.255May 15 23:12:56.257
34232026-05-15T23:12:57.439ZINFOMay 15 23:12:56.257 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
34242026-05-15T23:12:57.439ZMay 15 23:12:56.257DEBG INFO INFO adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34252026-05-15T23:12:57.439ZMay 15 23:12:56.257May 15 23:12:56.257
34262026-05-15T23:12:57.439ZDEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing 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 } }]
34272026-05-15T23:12:57.439Z
34282026-05-15T23:12:57.439Z May 15 23:12:56.257May 15 23:12:56.257 DEBGINFO May 15 23:12:56.257DEBG 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 } }]May 15 23:12:56.257
34292026-05-15T23:12:57.439Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
34302026-05-15T23:12:57.439Z
34312026-05-15T23:12:57.439ZINFODEBG May 15 23:12:56.257 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffMay 15 23:12:56.257
34322026-05-15T23:12:57.439Z INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255
34332026-05-15T23:12:57.439ZMay 15 23:12:56.257
34342026-05-15T23:12:57.439Z adding route 172.17.0.43/32 -> 10.0.0.255DEBG
34352026-05-15T23:12:57.439ZMay 15 23:12:56.257 DEBG May 15 23:12:56.257replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]May 15 23:12:56.257
34362026-05-15T23:12:57.439Z
34372026-05-15T23:12:57.439ZMay 15 23:12:56.257 DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255May 15 23:12:56.257May 15 23:12:56.257 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 } }] INFO May 15 23:12:56.257 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
34382026-05-15T23:12:57.439Zcreated new freemap,
34392026-05-15T23:12:57.440ZINFO unitadding route 172.17.0.11/32 -> 10.0.0.255:
34402026-05-15T23:12:57.440Z May 15 23:12:56.263freemap_route_ipv4May 15 23:12:56.263
34412026-05-15T23:12:57.440Z DEBG May 15 23:12:56.263replacing 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 } }]
34422026-05-15T23:12:57.440ZMay 15 23:12:56.263DEBG 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 } }]
34432026-05-15T23:12:57.444Z created new freemap
34442026-05-15T23:12:57.444ZDEBG , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
34452026-05-15T23:12:57.444ZMay 15 23:12:56.263:May 15 23:12:56.263 freemap_route_ipv6INFO
34462026-05-15T23:12:57.444Zadding route 172.17.0.44/32 -> 10.0.0.255 May 15 23:12:56.263
34472026-05-15T23:12:57.444Z INFOMay 15 23:12:56.263INFO INFO adding route 172.17.0.13/32 -> 10.0.0.255
34482026-05-15T23:12:57.444Zadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:12:56.263
34492026-05-15T23:12:57.444Zadding route 172.17.0.12/32 -> 10.0.0.255
34502026-05-15T23:12:57.444ZDEBG May 15 23:12:56.263May 15 23:12:56.263replacing 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 } }]May 15 23:12:56.263 DEBG
34512026-05-15T23:12:57.444Z DEBGDEBG initted freemap. size: 64 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 } }],
34522026-05-15T23:12:57.444Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
34532026-05-15T23:12:57.444Z: May 15 23:12:56.263May 15 23:12:56.263 INFOINFO freemap_route_ipv4adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
34542026-05-15T23:12:57.444ZMay 15 23:12:56.263
34552026-05-15T23:12:57.444Z
34562026-05-15T23:12:57.444Zreplacing 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 } }] May 15 23:12:56.263
34572026-05-15T23:12:57.444ZINFO May 15 23:12:56.263DEBG 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 } }] May 15 23:12:56.263reset freemap
34582026-05-15T23:12:57.444ZMay 15 23:12:56.263 , adding route 172.17.0.14/32 -> 10.0.0.255 unitINFO:
34592026-05-15T23:12:57.444Z May 15 23:12:56.263freemap_route_ipv4adding route 172.17.0.40/32 -> 10.0.0.255 INFO
34602026-05-15T23:12:57.444Z adding route 172.17.0.46/32 -> 10.0.0.255
34612026-05-15T23:12:57.444Z
34622026-05-15T23:12:57.444ZMay 15 23:12:56.263May 15 23:12:56.263 May 15 23:12:56.263DEBGMay 15 23:12:56.263DEBG 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 } }]
34632026-05-15T23:12:57.444Z DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
34642026-05-15T23:12:57.444Z
34652026-05-15T23:12:57.444Zreplacing 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 } }]May 15 23:12:56.263
34662026-05-15T23:12:57.444Z INFOMay 15 23:12:56.263 adding route 172.16.0.0/32 -> 10.0.0.2INFO
34672026-05-15T23:12:57.444Z May 15 23:12:56.263adding route 172.17.0.47/32 -> 10.0.0.255 May 15 23:12:56.263INFO
34682026-05-15T23:12:57.444Z INFOadding route 172.17.0.41/32 -> 10.0.0.255
34692026-05-15T23:12:57.444Zadding route 172.17.0.15/32 -> 10.0.0.255May 15 23:12:56.263
34702026-05-15T23:12:57.444Z May 15 23:12:56.263DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34712026-05-15T23:12:57.444Z May 15 23:12:56.263replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]May 15 23:12:56.263
34722026-05-15T23:12:57.444Z May 15 23:12:56.263 DEBG DEBGINFOMay 15 23:12:56.263 adding route 172.17.0.48/32 -> 10.0.0.255INFOreplacing 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 } }]
34732026-05-15T23:12:57.444Zadding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
34742026-05-15T23:12:57.444Z
34752026-05-15T23:12:57.444Z
34762026-05-15T23:12:57.444ZMay 15 23:12:56.263May 15 23:12:56.263 May 15 23:12:56.263DEBGDEBG May 15 23:12:56.263replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
34772026-05-15T23:12:57.444Z
34782026-05-15T23:12:57.444Z INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255
34792026-05-15T23:12:57.444Zadding route 172.17.0.42/32 -> 10.0.0.255May 15 23:12:56.263
34802026-05-15T23:12:57.445ZMay 15 23:12:56.263 INFOINFOMay 15 23:12:56.263 adding route 172.16.0.0/32 -> 10.0.0.4DEBGadding route 172.17.0.49/32 -> 10.0.0.255May 15 23:12:56.263
34812026-05-15T23:12:57.445Z 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 } }]
34822026-05-15T23:12:57.445Z
34832026-05-15T23:12:57.445ZDEBGMay 15 23:12:56.263 May 15 23:12:56.263DEBGreplacing 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 } }]
34842026-05-15T23:12:57.445Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGMay 15 23:12:56.263
34852026-05-15T23:12:57.445Z 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
34862026-05-15T23:12:57.445Z May 15 23:12:56.263adding route 172.17.0.17/32 -> 10.0.0.255May 15 23:12:56.263
34872026-05-15T23:12:57.445Z DEBGINFO May 15 23:12:56.263replacing targets for 172.16.0.0/32 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 } }]adding route 172.17.0.43/32 -> 10.0.0.255May 15 23:12:56.263
34882026-05-15T23:12:57.445Z INFO
34892026-05-15T23:12:57.445Zadding route 172.17.0.50/32 -> 10.0.0.255
34902026-05-15T23:12:57.445ZDEBG May 15 23:12:56.263replacing 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 } }]
34912026-05-15T23:12:57.445ZDEBG 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 } }]May 15 23:12:56.263
34922026-05-15T23:12:57.445Z May 15 23:12:56.263DEBG INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
34932026-05-15T23:12:57.445Z
34942026-05-15T23:12:57.445ZMay 15 23:12:56.263 May 15 23:12:56.263INFO May 15 23:12:56.263INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBGadding route 172.17.0.44/32 -> 10.0.0.255
34952026-05-15T23:12:57.445Z
34962026-05-15T23:12:57.445Z 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 } }]
34972026-05-15T23:12:57.445ZMay 15 23:12:56.263May 15 23:12:56.251 INFO adding route 172.17.0.19/32 -> 10.0.0.255DEBGMay 15 23:12:56.263
34982026-05-15T23:12:57.445Z May 15 23:12:56.263DEBGcreated new freemap 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 } }] unit
34992026-05-15T23:12:57.445ZMay 15 23:12:56.263: replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGfreemap_route_ipv4
35002026-05-15T23:12:57.445Z
35012026-05-15T23:12:57.445ZMay 15 23:12:56.263 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 } }]
35022026-05-15T23:12:57.445ZINFOMay 15 23:12:56.263May 15 23:12:56.263 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
35032026-05-15T23:12:57.445Z
35042026-05-15T23:12:57.445ZMay 15 23:12:56.263 adding route 172.17.0.20/32 -> 10.0.0.255
35052026-05-15T23:12:57.445Ztest route::tests::delete_target_full ... ok
35062026-05-15T23:12:57.445ZDEBG May 15 23:12:56.263created new freemap , DEBGunit May 15 23:12:56.263:May 15 23:12:56.263 freemap_route_ipv6DEBG
35072026-05-15T23:12:57.445Z 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.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 } }]
35082026-05-15T23:12:57.445Z
35092026-05-15T23:12:57.445ZDEBG May 15 23:12:56.263 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 } }]May 15 23:12:56.263
35102026-05-15T23:12:57.445Ztest route::tests::shrink_preserves_compacted_order ... ok
35112026-05-15T23:12:57.445ZINFO INFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
35122026-05-15T23:12:57.445Ztest route::tests::delete_targets_fragmented ... ok
35132026-05-15T23:12:57.445ZMay 15 23:12:56.263
35142026-05-15T23:12:57.445Z May 15 23:12:56.263INFO adding route 172.17.0.53/32 -> 10.0.0.255INFO
35152026-05-15T23:12:57.445Z May 15 23:12:56.263adding route 172.17.0.21/32 -> 10.0.0.255
35162026-05-15T23:12:57.445ZMay 15 23:12:56.263May 15 23:12:56.263DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
35172026-05-15T23:12:57.445Z initted freemap. size: 64replacing 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 } }]May 15 23:12:56.263May 15 23:12:56.263, DEBG
35182026-05-15T23:12:57.445ZINFOunit: 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 } }]freemap_route_ipv4adding route 172.17.0.47/32 -> 10.0.0.255
35192026-05-15T23:12:57.446ZMay 15 23:12:56.263
35202026-05-15T23:12:57.446Z
35212026-05-15T23:12:57.446Z INFO May 15 23:12:56.263 May 15 23:12:56.263DEBG DEBGadding route 172.17.0.54/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 } }]
35222026-05-15T23:12:57.446Zreset freemap
35232026-05-15T23:12:57.446ZMay 15 23:12:56.263, May 15 23:12:56.263INFOunit DEBG: adding route 172.17.0.22/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 } }]
35242026-05-15T23:12:57.446Z
35252026-05-15T23:12:57.446ZMay 15 23:12:56.263freemap_route_ipv4
35262026-05-15T23:12:57.446ZINFO May 15 23:12:56.263 adding route 172.17.0.48/32 -> 10.0.0.255May 15 23:12:56.263
35272026-05-15T23:12:57.446Z INFODEBG adding route 172.17.0.55/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 } }]
35282026-05-15T23:12:57.446Z
35292026-05-15T23:12:57.446ZMay 15 23:12:56.263 May 15 23:12:56.263DEBG May 15 23:12:56.263replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBGDEBG
35302026-05-15T23:12:57.446Z May 15 23:12:56.263replacing 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 } }]
35312026-05-15T23:12:57.446Zreplacing 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
35322026-05-15T23:12:57.446ZMay 15 23:12:56.263 adding route 172.17.0.23/32 -> 10.0.0.255INFO
35332026-05-15T23:12:57.446Z May 15 23:12:56.263adding route 172.16.0.0/32 -> 10.0.0.2 May 15 23:12:56.263INFO
35342026-05-15T23:12:57.446Z INFOadding route 172.17.0.56/32 -> 10.0.0.255 May 15 23:12:56.263adding route 172.17.0.49/32 -> 10.0.0.255
35352026-05-15T23:12:57.446Z
35362026-05-15T23:12:57.446ZMay 15 23:12:56.263 DEBGDEBG May 15 23:12:56.263replacing 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 } }] May 15 23:12:56.263
35372026-05-15T23:12:57.446Z 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
35382026-05-15T23:12:57.446Z
35392026-05-15T23:12:57.446ZMay 15 23:12:56.263 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
35402026-05-15T23:12:57.446Zadding route 172.17.0.24/32 -> 10.0.0.255
35412026-05-15T23:12:57.446ZMay 15 23:12:56.263May 15 23:12:56.263 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.57/32 -> 10.0.0.255May 15 23:12:56.263
35422026-05-15T23:12:57.446Z
35432026-05-15T23:12:57.450Z May 15 23:12:56.263DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:12:56.263
35442026-05-15T23:12:57.450Zadding route 172.17.0.50/32 -> 10.0.0.255 DEBG
35452026-05-15T23:12:57.450Z May 15 23:12:56.263replacing 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 } }]
35462026-05-15T23:12:57.450ZDEBG May 15 23:12:56.263replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35472026-05-15T23:12:57.450ZDEBG May 15 23:12:56.263May 15 23:12:56.263replacing 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 } }]
35482026-05-15T23:12:57.450Z INFO adding route 172.17.0.58/32 -> 10.0.0.255May 15 23:12:56.263
35492026-05-15T23:12:57.450ZINFO May 15 23:12:56.263 adding route 172.17.0.25/32 -> 10.0.0.255INFOINFOMay 15 23:12:56.263
35502026-05-15T23:12:57.450ZDEBG 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.16.0.0/32 -> 10.0.0.4
35512026-05-15T23:12:57.450Z
35522026-05-15T23:12:57.450ZMay 15 23:12:56.263adding route 172.17.0.51/32 -> 10.0.0.255
35532026-05-15T23:12:57.450ZMay 15 23:12:56.263DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35542026-05-15T23:12:57.450ZMay 15 23:12:56.263 May 15 23:12:56.263adding route 172.17.0.59/32 -> 10.0.0.255DEBG
35552026-05-15T23:12:57.450Z 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 } }]May 15 23:12:56.263
35562026-05-15T23:12:57.450Z 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 } }]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 } }]
35572026-05-15T23:12:57.450Z
35582026-05-15T23:12:57.450ZMay 15 23:12:56.269May 15 23:12:56.269 May 15 23:12:56.269 INFOMay 15 23:12:56.269 INFO INFO adding route 172.17.0.60/32 -> 10.0.0.255
35592026-05-15T23:12:57.450Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
35602026-05-15T23:12:57.450ZINFOadding route 172.17.0.52/32 -> 10.0.0.255 May 15 23:12:56.269
35612026-05-15T23:12:57.450Zadding route 172.17.0.14/32 -> 10.0.0.255 May 15 23:12:56.269
35622026-05-15T23:12:57.451ZDEBG May 15 23:12:56.269DEBGreplacing 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 } }]
35632026-05-15T23:12:57.451ZMay 15 23:12:56.269replacing 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 } }]
35642026-05-15T23:12:57.451ZDEBG 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
35652026-05-15T23:12:57.451Z 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 } }]May 15 23:12:56.269
35662026-05-15T23:12:57.451Z May 15 23:12:56.269INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.61/32 -> 10.0.0.255
35672026-05-15T23:12:57.451ZMay 15 23:12:56.269
35682026-05-15T23:12:57.451Z May 15 23:12:56.269INFOMay 15 23:12:56.269 adding route 172.17.0.15/32 -> 10.0.0.255May 15 23:12:56.269DEBG 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 } }]INFO
35692026-05-15T23:12:57.451ZDEBG
35702026-05-15T23:12:57.451Z adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35712026-05-15T23:12:57.451Z
35722026-05-15T23:12:57.451ZMay 15 23:12:56.269 INFOMay 15 23:12:56.269 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
35732026-05-15T23:12:57.451Z May 15 23:12:56.269replacing 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 } }]
35742026-05-15T23:12:57.451ZMay 15 23:12:56.269May 15 23:12:56.269 DEBGINFO DEBG adding route 172.17.0.62/32 -> 10.0.0.255
35752026-05-15T23:12:57.451Zreplacing 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: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 } }]
35762026-05-15T23:12:57.451Z
35772026-05-15T23:12:57.451ZMay 15 23:12:56.269May 15 23:12:56.269 May 15 23:12:56.269DEBG INFOINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
35782026-05-15T23:12:57.451ZMay 15 23:12:56.269
35792026-05-15T23:12:57.451Zadding route 172.17.0.16/32 -> 10.0.0.255
35802026-05-15T23:12:57.451ZINFOMay 15 23:12:56.269 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffMay 15 23:12:56.269
35812026-05-15T23:12:57.451Z DEBGDEBG May 15 23:12:56.269May 15 23:12:56.269replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list DEBG
35822026-05-15T23:12:57.451ZDEBG
35832026-05-15T23:12:57.451Z 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 } }]
35842026-05-15T23:12:57.451Zreplacing 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 } }]May 15 23:12:56.269
35852026-05-15T23:12:57.451ZMay 15 23:12:56.269 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:12:56.269adding route 172.17.0.55/32 -> 10.0.0.255
35862026-05-15T23:12:57.451Z DEBGMay 15 23:12:56.269
35872026-05-15T23:12:57.451Zfailed to allocate space for the new target list
35882026-05-15T23:12:57.451ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
35892026-05-15T23:12:57.451ZMay 15 23:12:56.269 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 } }]May 15 23:12:56.269 DEBG
35902026-05-15T23:12:57.451Z May 15 23:12:56.269replacing 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 } }]
35912026-05-15T23:12:57.451ZDEBG 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 } }]
35922026-05-15T23:12:57.451ZMay 15 23:12:56.269 May 15 23:12:56.269 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
35932026-05-15T23:12:57.451Z
35942026-05-15T23:12:57.451ZMay 15 23:12:56.269May 15 23:12:56.269 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.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 } }]
35952026-05-15T23:12:57.451Z
35962026-05-15T23:12:57.451ZMay 15 23:12:56.269 INFO adding route 172.17.0.57/32 -> 10.0.0.255
35972026-05-15T23:12:57.451ZMay 15 23:12:56.269 INFO May 15 23:12:56.269adding route 172.17.0.19/32 -> 10.0.0.255
35982026-05-15T23:12:57.451ZDEBG 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 } }]
35992026-05-15T23:12:57.451Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]May 15 23:12:56.269 DEBG
36002026-05-15T23:12:57.451ZMay 15 23:12:56.269 INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36012026-05-15T23:12:57.452Zadding route 172.17.0.58/32 -> 10.0.0.255
36022026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.269 INFODEBG adding route 172.17.0.20/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 } }]
36032026-05-15T23:12:57.452Z
36042026-05-15T23:12:57.452ZMay 15 23:12:56.269 DEBG May 15 23:12:56.269replacing targets for 172.16.0.0/32 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 } }] May 15 23:12:56.269
36052026-05-15T23:12:57.452ZINFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36062026-05-15T23:12:57.452Z
36072026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.269 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
36082026-05-15T23:12:57.452Z
36092026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.269 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.60/32 -> 10.0.0.255
36102026-05-15T23:12:57.452Z
36112026-05-15T23:12:57.452ZMay 15 23:12:56.269 May 15 23:12:56.269DEBG 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 } }]
36122026-05-15T23:12:57.452Zadding route 172.17.0.22/32 -> 10.0.0.255
36132026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.263 May 15 23:12:56.269 DEBGINFO DEBGadding route 172.17.0.26/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 } }]
36142026-05-15T23:12:57.452Z
36152026-05-15T23:12:57.452Zfailed to allocate space for the new target list
36162026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.269May 15 23:12:56.269 DEBGDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36172026-05-15T23:12:57.452Z
36182026-05-15T23:12:57.452Z
36192026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.269 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
36202026-05-15T23:12:57.452Z
36212026-05-15T23:12:57.452ZMay 15 23:12:56.269May 15 23:12:56.269 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36222026-05-15T23:12:57.452Z
36232026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
36242026-05-15T23:12:57.452Z
36252026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36262026-05-15T23:12:57.452Z
36272026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
36282026-05-15T23:12:57.452Z
36292026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 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.26/32 -> 10.0.0.255
36302026-05-15T23:12:57.452Z
36312026-05-15T23:12:57.452ZMay 15 23:12:56.270 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 } }]
36322026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
36332026-05-15T23:12:57.452ZMay 15 23:12:56.270 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 } }]
36342026-05-15T23:12:57.452Z
36352026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36362026-05-15T23:12:57.452Z
36372026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
36382026-05-15T23:12:57.452Z
36392026-05-15T23:12:57.452ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36402026-05-15T23:12:57.452Z
36412026-05-15T23:12:57.453ZMay 15 23:12:56.270May 15 23:12:56.270 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
36422026-05-15T23:12:57.453Z
36432026-05-15T23:12:57.456ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36442026-05-15T23:12:57.456Z
36452026-05-15T23:12:57.456ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.30/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 } }]
36462026-05-15T23:12:57.457Z
36472026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 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.34/32 -> 10.0.0.255
36482026-05-15T23:12:57.457Z
36492026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.31/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 } }]
36502026-05-15T23:12:57.457Z
36512026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
36522026-05-15T23:12:57.457Z
36532026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.32/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 } }]
36542026-05-15T23:12:57.457Z
36552026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
36562026-05-15T23:12:57.457Z
36572026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.33/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 } }]
36582026-05-15T23:12:57.457Z
36592026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.37/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 } }]
36602026-05-15T23:12:57.457Z
36612026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 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.34/32 -> 10.0.0.255
36622026-05-15T23:12:57.457Z
36632026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 INFODEBG adding route 172.17.0.38/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 } }]
36642026-05-15T23:12:57.457Z
36652026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.270 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.35/32 -> 10.0.0.255
36662026-05-15T23:12:57.457ZMay 15 23:12:56.276 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 } }]
36672026-05-15T23:12:57.457Z
36682026-05-15T23:12:57.457ZMay 15 23:12:56.276 INFO adding route 172.17.0.36/32 -> 10.0.0.255
36692026-05-15T23:12:57.457ZMay 15 23:12:56.270May 15 23:12:56.276 DEBGMay 15 23:12:56.276 created new freemapDEBG, 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 } }]
36702026-05-15T23:12:57.457Zadding route 172.17.0.39/32 -> 10.0.0.255unit
36712026-05-15T23:12:57.457Z: freemap_route_ipv4
36722026-05-15T23:12:57.457ZMay 15 23:12:56.276 May 15 23:12:56.276INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255May 15 23:12:56.276
36732026-05-15T23:12:57.457ZDEBGreplacing 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 } }]
36742026-05-15T23:12:57.457Zcreated new freemap, unitMay 15 23:12:56.276: May 15 23:12:56.276freemap_route_ipv6DEBG
36752026-05-15T23:12:57.457Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36762026-05-15T23:12:57.457Z adding route 172.17.0.40/32 -> 10.0.0.255
36772026-05-15T23:12:57.457ZMay 15 23:12:56.276May 15 23:12:56.276 INFOINFO May 15 23:12:56.276adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.38/32 -> 10.0.0.255
36782026-05-15T23:12:57.457Z
36792026-05-15T23:12:57.457ZDEBG 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 } }]
36802026-05-15T23:12:57.457ZMay 15 23:12:56.276May 15 23:12:56.276 May 15 23:12:56.276DEBG INFO DEBGinitted freemap. size: 64 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.41/32 -> 10.0.0.255
36812026-05-15T23:12:57.457Z
36822026-05-15T23:12:57.457Z, unit: freemap_route_ipv4May 15 23:12:56.276
36832026-05-15T23:12:57.457Z May 15 23:12:56.276INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 May 15 23:12:56.276replacing 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 } }]
36842026-05-15T23:12:57.457Z
36852026-05-15T23:12:57.458ZDEBG reset freemap, unit:May 15 23:12:56.276May 15 23:12:56.276 freemap_route_ipv4DEBG
36862026-05-15T23:12:57.458Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36872026-05-15T23:12:57.458Z adding route 172.17.0.42/32 -> 10.0.0.255May 15 23:12:56.276
36882026-05-15T23:12:57.458Z May 15 23:12:56.276DEBG 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 } }]INFO
36892026-05-15T23:12:57.458Z May 15 23:12:56.276adding route 172.17.0.40/32 -> 10.0.0.255
36902026-05-15T23:12:57.458ZDEBG 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 } }]May 15 23:12:56.276
36912026-05-15T23:12:57.458Z May 15 23:12:56.276INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
36922026-05-15T23:12:57.458Zreplacing 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 } }]May 15 23:12:56.276
36932026-05-15T23:12:57.458Z INFO adding route 172.17.0.43/32 -> 10.0.0.255May 15 23:12:56.276May 15 23:12:56.276
36942026-05-15T23:12:57.458Z DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:12:56.276
36952026-05-15T23:12:57.458ZDEBGadding route 172.17.0.41/32 -> 10.0.0.255
36962026-05-15T23:12:57.458Zreplacing 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 } }]
36972026-05-15T23:12:57.458ZMay 15 23:12:56.276 INFOMay 15 23:12:56.276 May 15 23:12:56.276adding route 172.16.0.0/32 -> 10.0.0.1
36982026-05-15T23:12:57.458ZINFO 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.44/32 -> 10.0.0.255
36992026-05-15T23:12:57.458ZMay 15 23:12:56.276
37002026-05-15T23:12:57.458Z 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 } }]May 15 23:12:56.276
37012026-05-15T23:12:57.458ZMay 15 23:12:56.276 INFODEBG May 15 23:12:56.276adding route 172.17.0.42/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 } }]
37022026-05-15T23:12:57.458ZINFO
37032026-05-15T23:12:57.458Z adding route 172.16.0.0/32 -> 10.0.0.2
37042026-05-15T23:12:57.458ZMay 15 23:12:56.276 May 15 23:12:56.276May 15 23:12:56.276INFO DEBGDEBGadding route 172.17.0.45/32 -> 10.0.0.255
37052026-05-15T23:12:57.458Ztest route::tests::delete_target_fragmented ... ok
37062026-05-15T23:12:57.458Zreplacing 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 } }]
37072026-05-15T23:12:57.458Zreplacing 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 } }]
37082026-05-15T23:12:57.458ZMay 15 23:12:56.276May 15 23:12:56.276 May 15 23:12:56.276DEBGINFO INFOadding route 172.17.0.43/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 } }]adding route 172.17.0.0/32 -> 10.0.0.255
37092026-05-15T23:12:57.458Z
37102026-05-15T23:12:57.458Z
37112026-05-15T23:12:57.458ZMay 15 23:12:56.276May 15 23:12:56.276May 15 23:12:56.276 DEBG DEBGINFOreplacing 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 } }]
37122026-05-15T23:12:57.458Ztest route::tests::add_target_fails_full ... ok
37132026-05-15T23:12:57.458Zadding route 172.17.0.46/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 } }]
37142026-05-15T23:12:57.458Z
37152026-05-15T23:12:57.458ZMay 15 23:12:56.276May 15 23:12:56.276May 15 23:12:56.276 DEBGINFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
37162026-05-15T23:12:57.458Zadding route 172.17.0.1/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 } }]
37172026-05-15T23:12:57.458Z
37182026-05-15T23:12:57.458ZMay 15 23:12:56.276 DEBGMay 15 23:12:56.276May 15 23:12:56.276 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 } }] INFO
37192026-05-15T23:12:57.458Zreplacing 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 } }]
37202026-05-15T23:12:57.458Zadding route 172.17.0.47/32 -> 10.0.0.255
37212026-05-15T23:12:57.458ZMay 15 23:12:56.276 INFOMay 15 23:12:56.276May 15 23:12:56.276 INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
37222026-05-15T23:12:57.458Z
37232026-05-15T23:12:57.458Z 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 } }]
37242026-05-15T23:12:57.459ZMay 15 23:12:56.276May 15 23:12:56.276 May 15 23:12:56.276DEBG INFO adding route 172.17.0.48/32 -> 10.0.0.255
37252026-05-15T23:12:57.459Z 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-05-15T23:12:57.459ZMay 15 23:12:56.282 May 15 23:12:56.282DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37272026-05-15T23:12:57.459Zadding route 172.17.0.46/32 -> 10.0.0.255
37282026-05-15T23:12:57.459ZMay 15 23:12:56.282 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 } }]
37292026-05-15T23:12:57.459ZMay 15 23:12:56.282 May 15 23:12:56.282INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
37302026-05-15T23:12:57.459Zadding route 172.17.0.47/32 -> 10.0.0.255
37312026-05-15T23:12:57.459ZMay 15 23:12:56.282 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 } }]
37322026-05-15T23:12:57.459ZMay 15 23:12:56.282 DEBGMay 15 23:12:56.282 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
37332026-05-15T23:12:57.459Z adding route 172.17.0.48/32 -> 10.0.0.255
37342026-05-15T23:12:57.459ZMay 15 23:12:56.282 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 } }]
37352026-05-15T23:12:57.459ZMay 15 23:12:56.282 INFO adding route 172.17.0.50/32 -> 10.0.0.255May 15 23:12:56.282
37362026-05-15T23:12:57.459Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
37372026-05-15T23:12:57.459ZDEBGMay 15 23:12:56.282 May 15 23:12:56.282 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 } }]DEBGDEBG
37382026-05-15T23:12:57.459Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37392026-05-15T23:12:57.459Z
37402026-05-15T23:12:57.459ZMay 15 23:12:56.282 May 15 23:12:56.282May 15 23:12:56.282INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255
37412026-05-15T23:12:57.459Z adding route 172.17.0.51/32 -> 10.0.0.255INFO
37422026-05-15T23:12:57.459Zadding route 172.17.0.50/32 -> 10.0.0.255
37432026-05-15T23:12:57.463ZMay 15 23:12:56.282 DEBGMay 15 23:12:56.282 May 15 23:12:56.282 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37442026-05-15T23:12:57.463Zreplacing 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
37452026-05-15T23:12:57.463Z 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 } }]May 15 23:12:56.282
37462026-05-15T23:12:57.463Z May 15 23:12:56.282INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
37472026-05-15T23:12:57.463Zadding route 172.17.0.52/32 -> 10.0.0.255
37482026-05-15T23:12:57.463ZMay 15 23:12:56.282 May 15 23:12:56.282May 15 23:12:56.282 DEBGINFODEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37492026-05-15T23:12:57.463Z
37502026-05-15T23:12:57.463Zadding route 172.17.0.51/32 -> 10.0.0.255
37512026-05-15T23:12:57.463ZMay 15 23:12:56.282May 15 23:12:56.282May 15 23:12:56.282 DEBGINFO INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37522026-05-15T23:12:57.463Zadding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
37532026-05-15T23:12:57.463Z
37542026-05-15T23:12:57.463ZMay 15 23:12:56.282 May 15 23:12:56.282May 15 23:12:56.282 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255DEBG
37552026-05-15T23:12:57.463Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37562026-05-15T23:12:57.463Z
37572026-05-15T23:12:57.463ZMay 15 23:12:56.282 DEBGMay 15 23:12:56.282 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 } }]May 15 23:12:56.282INFO
37582026-05-15T23:12:57.463ZINFOadding route 172.17.0.6/32 -> 10.0.0.255
37592026-05-15T23:12:57.463Zadding route 172.17.0.54/32 -> 10.0.0.255
37602026-05-15T23:12:57.463ZMay 15 23:12:56.282May 15 23:12:56.282May 15 23:12:56.282 DEBGDEBGINFO 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.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 } }]
37612026-05-15T23:12:57.463Zadding route 172.17.0.53/32 -> 10.0.0.255
37622026-05-15T23:12:57.463Z
37632026-05-15T23:12:57.463ZMay 15 23:12:56.282May 15 23:12:56.282May 15 23:12:56.282 INFO DEBG INFO adding route 172.17.0.7/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 } }]
37642026-05-15T23:12:57.463Zadding route 172.17.0.55/32 -> 10.0.0.255
37652026-05-15T23:12:57.463Z
37662026-05-15T23:12:57.463ZMay 15 23:12:56.282May 15 23:12:56.282May 15 23:12:56.282 DEBGDEBGINFO 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.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
37672026-05-15T23:12:57.463Z
37682026-05-15T23:12:57.463Z
37692026-05-15T23:12:57.463ZMay 15 23:12:56.282May 15 23:12:56.282May 15 23:12:56.282 DEBG INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.8/32 -> 10.0.0.255
37702026-05-15T23:12:57.464Z
37712026-05-15T23:12:57.464Zreplacing 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 } }]
37722026-05-15T23:12:57.464ZMay 15 23:12:56.282May 15 23:12:56.282 DEBGMay 15 23:12:56.282DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37732026-05-15T23:12:57.464Zreplacing 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 } }]
37742026-05-15T23:12:57.464Zadding route 172.17.0.55/32 -> 10.0.0.255
37752026-05-15T23:12:57.464ZMay 15 23:12:56.282May 15 23:12:56.282 May 15 23:12:56.282INFOINFO DEBG adding route 172.17.0.57/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 } }]adding route 172.17.0.9/32 -> 10.0.0.255
37762026-05-15T23:12:57.464Z
37772026-05-15T23:12:57.464Z
37782026-05-15T23:12:57.464ZMay 15 23:12:56.282May 15 23:12:56.282 May 15 23:12:56.282 DEBG INFODEBG 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.56/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 } }]
37792026-05-15T23:12:57.464Z
37802026-05-15T23:12:57.464Z
37812026-05-15T23:12:57.464ZMay 15 23:12:56.282May 15 23:12:56.282May 15 23:12:56.282 DEBGINFOINFO adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37822026-05-15T23:12:57.464Z
37832026-05-15T23:12:57.464Zadding route 172.17.0.58/32 -> 10.0.0.255
37842026-05-15T23:12:57.464ZMay 15 23:12:56.282 May 15 23:12:56.282INFO May 15 23:12:56.282DEBG adding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37852026-05-15T23:12:57.464Z
37862026-05-15T23:12:57.464Zreplacing 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 } }]
37872026-05-15T23:12:57.464ZMay 15 23:12:56.282 May 15 23:12:56.282DEBG INFOMay 15 23:12:56.282replacing 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 } }]
37882026-05-15T23:12:57.464Z adding route 172.17.0.11/32 -> 10.0.0.255INFO
37892026-05-15T23:12:57.464Z May 15 23:12:56.282adding route 172.17.0.59/32 -> 10.0.0.255
37902026-05-15T23:12:57.464ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
37912026-05-15T23:12:57.464ZMay 15 23:12:56.282May 15 23:12:56.282 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37922026-05-15T23:12:57.464Z
37932026-05-15T23:12:57.464ZMay 15 23:12:56.282May 15 23:12:56.282 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.60/32 -> 10.0.0.255
37942026-05-15T23:12:57.464ZMay 15 23:12:56.282
37952026-05-15T23:12:57.464Z INFO adding route 172.17.0.12/32 -> 10.0.0.255
37962026-05-15T23:12:57.464ZMay 15 23:12:56.283May 15 23:12:56.283 INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
37972026-05-15T23:12:57.464Zreplacing 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 } }]May 15 23:12:56.283
37982026-05-15T23:12:57.464Z 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 } }]May 15 23:12:56.283
37992026-05-15T23:12:57.464Z May 15 23:12:56.283DEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] May 15 23:12:56.283
38002026-05-15T23:12:57.464Zfailed to allocate space for the new target list
38012026-05-15T23:12:57.464ZINFO May 15 23:12:56.283adding route 172.17.0.13/32 -> 10.0.0.255
38022026-05-15T23:12:57.464ZMay 15 23:12:56.283INFO DEBG adding route 172.17.0.60/32 -> 10.0.0.255May 15 23:12:56.283replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
38032026-05-15T23:12:57.464Z
38042026-05-15T23:12:57.464ZDEBG 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 } }]
38052026-05-15T23:12:57.464Ztest route::tests::delete_targets_full ... ok
38062026-05-15T23:12:57.464ZMay 15 23:12:56.283 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 } }]May 15 23:12:56.283
38072026-05-15T23:12:57.464Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
38082026-05-15T23:12:57.464ZMay 15 23:12:56.283 INFO adding route 172.17.0.61/32 -> 10.0.0.255May 15 23:12:56.283
38092026-05-15T23:12:57.465Z 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 } }]
38102026-05-15T23:12:57.465Z
38112026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]May 15 23:12:56.283
38122026-05-15T23:12:57.465Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
38132026-05-15T23:12:57.465Ztest result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
38142026-05-15T23:12:57.465Z
38152026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.62/32 -> 10.0.0.255May 15 23:12:56.283
38162026-05-15T23:12:57.465Z 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 } }]
38172026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]May 15 23:12:56.283
38182026-05-15T23:12:57.465Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
38192026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.63/32 -> 10.0.0.255May 15 23:12:56.283
38202026-05-15T23:12:57.465Z 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 } }]
38212026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38222026-05-15T23:12:57.465ZMay 15 23:12:56.283 DEBGMay 15 23:12:56.283 failed to allocate space for the new target listINFO
38232026-05-15T23:12:57.465ZMay 15 23:12:56.283 DEBGadding route 172.17.0.17/32 -> 10.0.0.255
38242026-05-15T23:12:57.465Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
38252026-05-15T23:12:57.465ZMay 15 23:12:56.283 May 15 23:12:56.283DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38262026-05-15T23:12:57.465Zfailed to allocate space for the new target list
38272026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.18/32 -> 10.0.0.255
38282026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38292026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.19/32 -> 10.0.0.255
38302026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38312026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.20/32 -> 10.0.0.255
38322026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38332026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.21/32 -> 10.0.0.255
38342026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38352026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.22/32 -> 10.0.0.255
38362026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38372026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.23/32 -> 10.0.0.255
38382026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38392026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.24/32 -> 10.0.0.255
38402026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38412026-05-15T23:12:57.465ZMay 15 23:12:56.283 INFO adding route 172.17.0.25/32 -> 10.0.0.255
38422026-05-15T23:12:57.465ZMay 15 23:12:56.283 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 } }]
38432026-05-15T23:12:57.469ZMay 15 23:12:56.289 INFO adding route 172.17.0.26/32 -> 10.0.0.255
38442026-05-15T23:12:57.469ZMay 15 23:12:56.289 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 } }]
38452026-05-15T23:12:57.469ZMay 15 23:12:56.289 INFO adding route 172.17.0.27/32 -> 10.0.0.255
38462026-05-15T23:12:57.469ZMay 15 23:12:56.289 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 } }]
38472026-05-15T23:12:57.469ZMay 15 23:12:56.289 INFO adding route 172.17.0.28/32 -> 10.0.0.255
38482026-05-15T23:12:57.469ZMay 15 23:12:56.289 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 } }]
38492026-05-15T23:12:57.469ZMay 15 23:12:56.289 INFO adding route 172.17.0.29/32 -> 10.0.0.255
38502026-05-15T23:12:57.469ZMay 15 23:12:56.289 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 } }]
38512026-05-15T23:12:57.469ZMay 15 23:12:56.289 INFO adding route 172.17.0.30/32 -> 10.0.0.255
38522026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38532026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.31/32 -> 10.0.0.255
38542026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38552026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.32/32 -> 10.0.0.255
38562026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38572026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.33/32 -> 10.0.0.255
38582026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38592026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.34/32 -> 10.0.0.255
38602026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38612026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.35/32 -> 10.0.0.255
38622026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38632026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.36/32 -> 10.0.0.255
38642026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38652026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.37/32 -> 10.0.0.255
38662026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38672026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.38/32 -> 10.0.0.255
38682026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38692026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.39/32 -> 10.0.0.255
38702026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38712026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.40/32 -> 10.0.0.255
38722026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38732026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.41/32 -> 10.0.0.255
38742026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38752026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.42/32 -> 10.0.0.255
38762026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38772026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.43/32 -> 10.0.0.255
38782026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38792026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.44/32 -> 10.0.0.255
38802026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38812026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.45/32 -> 10.0.0.255
38822026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38832026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.46/32 -> 10.0.0.255
38842026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38852026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.47/32 -> 10.0.0.255
38862026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38872026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.48/32 -> 10.0.0.255
38882026-05-15T23:12:57.470ZMay 15 23:12:56.289 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 } }]
38892026-05-15T23:12:57.470ZMay 15 23:12:56.289 INFO adding route 172.17.0.49/32 -> 10.0.0.255
38902026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
38912026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.50/32 -> 10.0.0.255
38922026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
38932026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.51/32 -> 10.0.0.255
38942026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
38952026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.52/32 -> 10.0.0.255
38962026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
38972026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.53/32 -> 10.0.0.255
38982026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
38992026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39002026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39012026-05-15T23:12:57.471Z
39022026-05-15T23:12:57.471Zrunning 0 tests
39032026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39042026-05-15T23:12:57.471Z
39052026-05-15T23:12:57.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39062026-05-15T23:12:57.471Z
39072026-05-15T23:12:57.471Z
39082026-05-15T23:12:57.471Zrunning 0 tests
39092026-05-15T23:12:57.471Z
39102026-05-15T23:12:57.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39112026-05-15T23:12:57.471Z
39122026-05-15T23:12:57.471Z
39132026-05-15T23:12:57.471Zrunning 6 tests
39142026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39152026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.56/32 -> 10.0.0.255
39162026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39172026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.57/32 -> 10.0.0.255
39182026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39192026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.58/32 -> 10.0.0.255
39202026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39212026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.59/32 -> 10.0.0.255
39222026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39232026-05-15T23:12:57.471ZMay 15 23:12:56.289 INFO adding route 172.17.0.60/32 -> 10.0.0.255
39242026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39252026-05-15T23:12:57.471ZMay 15 23:12:56.289 DEBG failed to allocate space for the new target list
39262026-05-15T23:12:57.471ZMay 15 23:12:56.289 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 } }]
39272026-05-15T23:12:57.471Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a8928fda7958fc7)
39282026-05-15T23:12:57.471Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
39292026-05-15T23:12:57.471Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5bde607fb251226e)
39302026-05-15T23:12:57.472Ztest tests::test_parse_client_port_id ... ok
39312026-05-15T23:12:57.472Ztest tests::test_port_id_cmp ... ok
39322026-05-15T23:12:57.472Ztest tests::test_full_lot_id_neither_present ... ok
39332026-05-15T23:12:57.472Ztest tests::test_full_lot_id_lot_only ... ok
39342026-05-15T23:12:57.472Ztest tests::test_full_lot_id_lotnum_only ... ok
39352026-05-15T23:12:57.472Ztest tests::test_full_lot_id_both_present ... ok
39362026-05-15T23:12:57.472Z
39372026-05-15T23:12:57.472Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39382026-05-15T23:12:57.472Z
39392026-05-15T23:12:57.472Z Running tests/test_all.rs (target/debug/deps/test_all-d5e6aaf6449331f0)
39402026-05-15T23:12:57.472Z
39412026-05-15T23:12:57.472Zrunning 0 tests
39422026-05-15T23:12:57.472Z
39432026-05-15T23:12:57.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39442026-05-15T23:12:57.475Z
39452026-05-15T23:12:57.475Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
39462026-05-15T23:12:57.476Z
39472026-05-15T23:12:57.476Zrunning 0 tests
39482026-05-15T23:12:57.476Z
39492026-05-15T23:12:57.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39502026-05-15T23:12:57.476Z
39512026-05-15T23:12:57.476Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
39522026-05-15T23:12:57.476Z
39532026-05-15T23:12:57.476Zrunning 0 tests
39542026-05-15T23:12:57.476Z
39552026-05-15T23:12:57.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39562026-05-15T23:12:57.476Z
39572026-05-15T23:12:57.476Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
39582026-05-15T23:12:57.476Z
39592026-05-15T23:12:57.476Zrunning 12 tests
39602026-05-15T23:12:57.476Ztest icmp::test_v6_checksum ... ok
39612026-05-15T23:12:57.476Ztest lldp::test_lldp_parse ... ok
39622026-05-15T23:12:57.476Ztest icmp::test_v4_checksum ... ok
39632026-05-15T23:12:57.476Ztest pbuf::test_byte ... ok
39642026-05-15T23:12:57.476Ztest ipv6::test_ipv6_parse ... ok
39652026-05-15T23:12:57.476Ztest pbuf::test_nibble ... ok
39662026-05-15T23:12:57.476Ztest pbuf::test_overflow ... ok
39672026-05-15T23:12:57.476Ztest pbuf::test_short ... ok
39682026-05-15T23:12:57.476Ztest pbuf::test_twelve ... ok
39692026-05-15T23:12:57.476Ztest pbuf::test_word ... ok
39702026-05-15T23:12:57.476Ztest tcp::test_checksum_ack_data ... ok
39712026-05-15T23:12:57.476Ztest tcp::test_checksum_syn_nodata ... ok
39722026-05-15T23:12:57.476Z
39732026-05-15T23:12:57.476Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39742026-05-15T23:12:57.476Z
39752026-05-15T23:12:57.476Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
39762026-05-15T23:12:57.476Z
39772026-05-15T23:12:57.476Zrunning 0 tests
39782026-05-15T23:12:57.476Z
39792026-05-15T23:12:57.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39802026-05-15T23:12:57.476Z
39812026-05-15T23:12:57.476Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
39822026-05-15T23:12:57.476Z
39832026-05-15T23:12:57.476Zrunning 5 tests
39842026-05-15T23:12:57.477Ztest switchport::test::test_compute_lanes ... ok
39852026-05-15T23:12:57.477Ztest switchport::test::port_id_ordering ... ok
39862026-05-15T23:12:57.477Z Lane 0 Lane 0Lane 1 Lane 1Lane 2 Lane 2Lane 3
39872026-05-15T23:12:57.477ZLane 3
39882026-05-15T23:12:57.477Z Rx Loss-of-lock: Yes State: Activated Yes Activated ActivatedYes Activated
39892026-05-15T23:12:57.477ZYes Rx Output Enabled: false
39902026-05-15T23:12:57.477Z false Rx Loss-of-signal: Yesfalse Yesfalse
39912026-05-15T23:12:57.477ZYes Rx Output Status: validYes
39922026-05-15T23:12:57.477Zvalid Rx CDR Enabled: Yes Yesvalid validYes
39932026-05-15T23:12:57.477Z Yes Rx Loss-of-lock: true
39942026-05-15T23:12:57.477Z Tx Enabled: Yestrue Yestrue Yestrue
39952026-05-15T23:12:57.477Z Rx Loss-of-signal: falseYes
39962026-05-15T23:12:57.477Zfalse Tx Loss-of-lock: No No falseNo falseNo
39972026-05-15T23:12:57.477Z
39982026-05-15T23:12:57.477ZRx Auto-squelch Disable: true Tx Loss-of-signal: Notrue Notrue Notrue No
39992026-05-15T23:12:57.477Z
40002026-05-15T23:12:57.477Z Tx Output Enabled: true Tx CDR Enabled: No trueNo trueNo trueNo
40012026-05-15T23:12:57.477Z
40022026-05-15T23:12:57.477Z Tx Output Status: invalid Tx Adaptive EQ Fault: No Noinvalid Noinvalid No
40032026-05-15T23:12:57.477Zinvalid
40042026-05-15T23:12:57.477Z Tx Fault: Yes Tx Loss-of-lock: falseYes falseYes Yes
40052026-05-15T23:12:57.477Zfalse false
40062026-05-15T23:12:57.477Z Tx Loss-of-signal: true true true true
40072026-05-15T23:12:57.477ZTx Auto-squelch Disable: false false false false
40082026-05-15T23:12:57.477Z Tx Adaptive EQ Fail: true true true true
40092026-05-15T23:12:57.477Z Tx Failure: false false false false
40102026-05-15T23:12:57.477Z Tx Force Squelch: true true true true
40112026-05-15T23:12:57.477Z Tx Input Polarity: normal normal normal normal
40122026-05-15T23:12:57.477Ztest switchport::test::test_print_sff_datapath ... ok
40132026-05-15T23:12:57.477Ztest switchport::test::test_print_cmis_datapath ... ok
40142026-05-15T23:12:57.477Ztest link::test_filter ... ok
40152026-05-15T23:12:57.477Z
40162026-05-15T23:12:57.477Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40172026-05-15T23:12:57.477Z
40182026-05-15T23:12:57.477Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
40192026-05-15T23:12:57.477Z
40202026-05-15T23:12:57.477Zrunning 1 test
40212026-05-15T23:12:57.477Ztest test_p4_counter_list ... ignored
40222026-05-15T23:12:57.477Z
40232026-05-15T23:12:57.477Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40242026-05-15T23:12:57.477Z
40252026-05-15T23:12:57.478Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
40262026-05-15T23:12:57.478Z
40272026-05-15T23:12:57.478Zrunning 5 tests
40282026-05-15T23:12:57.478Ztest test_an ... ignored
40292026-05-15T23:12:57.478Ztest test_enable ... ignored
40302026-05-15T23:12:57.478Ztest test_ip_addresses ... ignored
40312026-05-15T23:12:57.478Ztest test_kr ... ignored
40322026-05-15T23:12:57.478Ztest test_mac ... ignored
40332026-05-15T23:12:57.478Z
40342026-05-15T23:12:57.478Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
40352026-05-15T23:12:57.478Z
40362026-05-15T23:12:57.478Z Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32)
40372026-05-15T23:12:57.478Z
40382026-05-15T23:12:57.478Zrunning 3 tests
40392026-05-15T23:12:57.478Ztest linklocal::test_parse_ipadm ... ok
40402026-05-15T23:12:57.478Ztest tfport::test_parse_tfport ... ok
40412026-05-15T23:12:57.478Ztest config::tests::test_updates ... ok
40422026-05-15T23:12:57.478Z
40432026-05-15T23:12:57.481Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40442026-05-15T23:12:57.481Z
40452026-05-15T23:12:57.481Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
40462026-05-15T23:12:57.481Z
40472026-05-15T23:12:57.481Zrunning 0 tests
40482026-05-15T23:12:57.481Z
40492026-05-15T23:12:57.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40502026-05-15T23:12:57.482Z
40512026-05-15T23:12:57.482Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
40522026-05-15T23:12:57.482Z
40532026-05-15T23:12:57.482Zrunning 0 tests
40542026-05-15T23:12:57.482Z
40552026-05-15T23:12:57.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40562026-05-15T23:12:57.482Z
40572026-05-15T23:12:57.482Z Doc-tests aal
40582026-05-15T23:12:57.600Z
40592026-05-15T23:12:57.600Zrunning 0 tests
40602026-05-15T23:12:57.600Z
40612026-05-15T23:12:57.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40622026-05-15T23:12:57.600Z
40632026-05-15T23:12:57.615Z Doc-tests aal_macros
40642026-05-15T23:12:57.682Z
40652026-05-15T23:12:57.682Zrunning 0 tests
40662026-05-15T23:12:57.682Z
40672026-05-15T23:12:57.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40682026-05-15T23:12:57.682Z
40692026-05-15T23:12:57.745Z Doc-tests common
40702026-05-15T23:12:57.932Z
40712026-05-15T23:12:57.932Zrunning 0 tests
40722026-05-15T23:12:57.932Z
40732026-05-15T23:12:57.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40742026-05-15T23:12:57.932Z
40752026-05-15T23:12:57.952Z Doc-tests dpd_api
40762026-05-15T23:12:58.685Z
40772026-05-15T23:12:58.685Zrunning 2 tests
40782026-05-15T23:12:58.685Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
40792026-05-15T23:12:58.686Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
40802026-05-15T23:12:58.686Z
40812026-05-15T23:12:58.686Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
40822026-05-15T23:12:58.686Z
40832026-05-15T23:12:58.714Z Doc-tests dpd_client
40842026-05-15T23:13:00.004Z
40852026-05-15T23:13:00.004Zrunning 0 tests
40862026-05-15T23:13:00.004Z
40872026-05-15T23:13:00.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40882026-05-15T23:13:00.004Z
40892026-05-15T23:13:00.046Z Doc-tests dpd_types
40902026-05-15T23:13:00.250Z
40912026-05-15T23:13:00.250Zrunning 0 tests
40922026-05-15T23:13:00.250Z
40932026-05-15T23:13:00.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40942026-05-15T23:13:00.250Z
40952026-05-15T23:13:00.275Z Doc-tests dpd_types_versions
40962026-05-15T23:13:01.470Z
40972026-05-15T23:13:01.470Zrunning 1 test
40982026-05-15T23:13:01.470Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
40992026-05-15T23:13:01.470Z
41002026-05-15T23:13:01.470Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41012026-05-15T23:13:01.470Z
41022026-05-15T23:13:01.513Z Doc-tests packet
41032026-05-15T23:13:01.622Z
41042026-05-15T23:13:01.622Zrunning 0 tests
41052026-05-15T23:13:01.622Z
41062026-05-15T23:13:01.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41072026-05-15T23:13:01.622Z
41082026-05-15T23:13:01.639Z Doc-tests pcap
41092026-05-15T23:13:01.690Z
41102026-05-15T23:13:01.690Zrunning 0 tests
41112026-05-15T23:13:01.690Z
41122026-05-15T23:13:01.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41132026-05-15T23:13:01.690Z
41142026-05-15T23:13:01.753Z+ for feat in tofino_stub tofino_asic softnpu chaos
41152026-05-15T23:13:01.753Z+ RUST_BACKTRACE=full
41162026-05-15T23:13:01.753Z+ cargo test --features tofino_asic --no-fail-fast
41172026-05-15T23:13:02.339Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
41182026-05-15T23:13:02.415Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
41192026-05-15T23:13:02.421Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
41202026-05-15T23:13:02.428Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
41212026-05-15T23:13:10.907Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
41222026-05-15T23:13:11.075Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
41232026-05-15T23:13:49.126Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.35s
41242026-05-15T23:13:49.236Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
41252026-05-15T23:13:49.240Z
41262026-05-15T23:13:49.240Zrunning 5 tests
41272026-05-15T23:13:49.240Ztest fuse::tests::chip_revision_unknown_device_id ... ok
41282026-05-15T23:13:49.240Ztest fuse::tests::chip_revision_b1 ... ok
41292026-05-15T23:13:49.240Ztest fuse::tests::chip_revision_a0 ... ok
41302026-05-15T23:13:49.240Ztest fuse::tests::chip_revision_b0 ... ok
41312026-05-15T23:13:49.240Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
41322026-05-15T23:13:49.240Z
41332026-05-15T23:13:49.240Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41342026-05-15T23:13:49.240Z
41352026-05-15T23:13:49.243Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
41362026-05-15T23:13:49.243Z
41372026-05-15T23:13:49.243Zrunning 0 tests
41382026-05-15T23:13:49.243Z
41392026-05-15T23:13:49.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41402026-05-15T23:13:49.243Z
41412026-05-15T23:13:49.243Z Running unittests src/lib.rs (target/debug/deps/asic-ae862f40fede3478)
41422026-05-15T23:13:49.328Z
41432026-05-15T23:13:49.328Zrunning 8 tests
41442026-05-15T23:13:49.332Ztest tofino_asic::qsfp::tests::fix_link ... ok
41452026-05-15T23:13:49.332Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
41462026-05-15T23:13:49.332Ztest tofino_asic::stats::constants_sanity_check ... ok
41472026-05-15T23:13:49.332Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
41482026-05-15T23:13:49.332Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
41492026-05-15T23:13:49.332Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
41502026-05-15T23:13:49.339Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
41512026-05-15T23:13:49.830Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
41522026-05-15T23:13:49.830Z
41532026-05-15T23:13:49.830Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
41542026-05-15T23:13:49.830Z
41552026-05-15T23:13:49.840Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
41562026-05-15T23:13:49.843Z
41572026-05-15T23:13:49.844Zrunning 10 tests
41582026-05-15T23:13:49.847Ztest nat::tests::test_vni ... ok
41592026-05-15T23:13:49.847Ztest network::tests::test_eui64 ... ok
41602026-05-15T23:13:49.847Ztest network::tests::test_equal ... ok
41612026-05-15T23:13:49.847Ztest network::tests::test_generate_ipv6_link_local ... ok
41622026-05-15T23:13:49.847Ztest network::tests::test_into ... ok
41632026-05-15T23:13:49.847Ztest network::tests::test_not_equal ... ok
41642026-05-15T23:13:49.847Ztest network::tests::test_parse ... ok
41652026-05-15T23:13:49.847Ztest network::tests::test_to_string ... ok
41662026-05-15T23:13:49.847Ztest test_purge ... ok
41672026-05-15T23:13:49.850Ztest illumos::test::address_exists_handles_missing_object ... ok
41682026-05-15T23:13:49.850Z
41692026-05-15T23:13:49.850Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-05-15T23:13:49.850Z
41712026-05-15T23:13:49.850Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
41722026-05-15T23:13:49.853Z
41732026-05-15T23:13:49.853Zrunning 1 test
41742026-05-15T23:13:51.100Ztest test::test_apis_up_to_date ... ok
41752026-05-15T23:13:51.100Z
41762026-05-15T23:13:51.100Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
41772026-05-15T23:13:51.100Z
41782026-05-15T23:13:51.151Z Running unittests src/main.rs (target/debug/deps/dpd-60e8def7653cef2e)
41792026-05-15T23:13:51.216Z
41802026-05-15T23:13:51.216Zrunning 64 tests
41812026-05-15T23:13:51.219Ztest freemap::test_ordering ... ok
41822026-05-15T23:13:51.219Ztest freemap::test_split ... ok
41832026-05-15T23:13:51.219Ztest config::tests::test_updates ... ok
41842026-05-15T23:13:51.219Ztest macaddrs::tests::test_mac_offset ... ok
41852026-05-15T23:13:51.219Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
41862026-05-15T23:13:51.219Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
41872026-05-15T23:13:51.219Ztest macaddrs::tests::test_parse_port_id ... ok
41882026-05-15T23:13:51.219Ztest nat::test_mapping ... ok
41892026-05-15T23:13:51.219Ztest port_map::tests::dump_map ... ok
41902026-05-15T23:13:51.224Ztest port_map::tests::test_backplane_group ... ok
41912026-05-15T23:13:51.224Ztest port_map::tests::test_port_map ... ok
41922026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG created new freemap, unit: freemap_test
41932026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG created new freemap, May 15 23:13:50.066unit :DEBG freemap_testinitted freemap. size: 128,
41942026-05-15T23:13:51.224Zunit: freemap_test
41952026-05-15T23:13:51.224ZMay 15 23:13:50.066May 15 23:13:50.066 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
41962026-05-15T23:13:51.224Z
41972026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG reset freemap, unit: freemap_test
41982026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG created new freemap, unit: freemap_test
41992026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG initted freemap. size: 128, unit: freemap_test
42002026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG reset freemap, unit: freemap_test
42012026-05-15T23:13:51.224Ztest freemap::test_basic ... ok
42022026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG created new freemap, unit: freemap_test
42032026-05-15T23:13:51.224Ztest freemap::test_free ... ok
42042026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG initted freemap. size: 128, unit: freemap_test
42052026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG reset freemap, unit: freemap_test
42062026-05-15T23:13:51.224Ztest freemap::test_reclaim ... ok
42072026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG created new freemap, unit: freemap_test
42082026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG initted freemap. size: 128, unit: freemap_test
42092026-05-15T23:13:51.224ZMay 15 23:13:50.066 DEBG reset freemap, unit: freemap_test
42102026-05-15T23:13:51.224Ztest freemap::test_exhaustion ... ok
42112026-05-15T23:13:51.224Ztest freemap::test_span ... ok
42122026-05-15T23:13:51.224ZMay 15 23:13:50.067 DEBG created new freemap, unit: freemap_route_ipv4
42132026-05-15T23:13:51.224ZMay 15 23:13:50.067 DEBG created new freemap, unit: freemap_route_ipv6
42142026-05-15T23:13:51.224Ztest port_map::tests::parse_softnpu_revision ... ok
42152026-05-15T23:13:51.224ZMay 15 23:13:50.067 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
42162026-05-15T23:13:51.224ZMay 15 23:13:50.067 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
42172026-05-15T23:13:51.224ZMay 15 23:13:50.067 DEBG reset freemap, unit: freemap_route_ipv6
42182026-05-15T23:13:51.224ZMay 15 23:13:50.067 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 } }]
42192026-05-15T23:13:51.224ZMay 15 23:13:50.067 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
42202026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42212026-05-15T23:13:51.225Ztest api_server::tests::test_build_info ... ok
42222026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
42232026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42242026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
42252026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42262026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
42272026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42282026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
42292026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42302026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
42312026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42322026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
42332026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42342026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
42352026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42362026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
42372026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42382026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
42392026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42402026-05-15T23:13:51.225ZMay 15 23:13:50.067 DEBGMay 15 23:13:50.067 created new freemapINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff,
42412026-05-15T23:13:51.225Zunit: freemap_route_ipv4May 15 23:13:50.067
42422026-05-15T23:13:51.225ZDEBG 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 } }]
42432026-05-15T23:13:51.225ZMay 15 23:13:50.067May 15 23:13:50.067 DEBGINFO created new freemapadding route 3fff:beef:8::/64 -> 2001:db8::55:ff,
42442026-05-15T23:13:51.225Zunit: freemap_route_ipv6
42452026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]
42462026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1May 15 23:13:50.067
42472026-05-15T23:13:51.225Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
42482026-05-15T23:13:51.225ZMay 15 23:13:50.067 DEBG May 15 23:13:50.067initted freemap. size: 64 , DEBGunit :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 } }]
42492026-05-15T23:13:51.225Zfreemap_route_ipv6
42502026-05-15T23:13:51.225ZMay 15 23:13:50.067May 15 23:13:50.067 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreset freemap
42512026-05-15T23:13:51.225Z, unit: freemap_route_ipv6May 15 23:13:50.067
42522026-05-15T23:13:51.225Z 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 } }]
42532026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]May 15 23:13:50.067
42542026-05-15T23:13:51.225Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
42552026-05-15T23:13:51.225ZMay 15 23:13:50.067 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:13:50.067
42562026-05-15T23:13:51.225Z 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 } }]
42572026-05-15T23:13:51.225ZMay 15 23:13:50.067 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 } }]May 15 23:13:50.067
42582026-05-15T23:13:51.225Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
42592026-05-15T23:13:51.226Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
42602026-05-15T23:13:51.226ZMay 15 23:13:50.067 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 } }]May 15 23:13:50.067
42612026-05-15T23:13:51.226Z 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 } }]
42622026-05-15T23:13:51.226ZMay 15 23:13:50.067 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
42632026-05-15T23:13:51.226Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
42642026-05-15T23:13:51.226ZMay 15 23:13:50.067 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 } }]
42652026-05-15T23:13:51.226ZMay 15 23:13:50.067 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 } }]May 15 23:13:50.067
42662026-05-15T23:13:51.226Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
42672026-05-15T23:13:51.226ZMay 15 23:13:50.067 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
42682026-05-15T23:13:51.226Z 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 } }]
42692026-05-15T23:13:51.226ZMay 15 23:13:50.067 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 } }]May 15 23:13:50.067
42702026-05-15T23:13:51.226Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
42712026-05-15T23:13:51.226ZMay 15 23:13:50.067 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
42722026-05-15T23:13:51.226Z 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 } }]
42732026-05-15T23:13:51.226ZMay 15 23:13:50.067 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 } }]May 15 23:13:50.067
42742026-05-15T23:13:51.226Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
42752026-05-15T23:13:51.226Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
42762026-05-15T23:13:51.226Z 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 } }]
42772026-05-15T23:13:51.226ZMay 15 23:13:50.067 DEBGMay 15 23:13:50.067 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
42782026-05-15T23:13:51.226Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
42792026-05-15T23:13:51.226ZMay 15 23:13:50.067 INFOMay 15 23:13:50.067 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
42802026-05-15T23:13:51.226Z 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 } }]
42812026-05-15T23:13:51.226ZMay 15 23:13:50.067 May 15 23:13:50.067DEBG 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 } }]
42822026-05-15T23:13:51.226Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
42832026-05-15T23:13:51.226ZMay 15 23:13:50.067 May 15 23:13:50.067INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
42842026-05-15T23:13:51.226Zreplacing 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 } }]
42852026-05-15T23:13:51.226ZMay 15 23:13:50.067May 15 23:13:50.067 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
42862026-05-15T23:13:51.226Z
42872026-05-15T23:13:51.226ZMay 15 23:13:50.067May 15 23:13:50.067 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
42882026-05-15T23:13:51.226Z
42892026-05-15T23:13:51.226ZMay 15 23:13:50.067May 15 23:13:50.067 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
42902026-05-15T23:13:51.231Z
42912026-05-15T23:13:51.231ZMay 15 23:13:50.067May 15 23:13:50.067 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
42922026-05-15T23:13:51.231Z
42932026-05-15T23:13:51.231ZMay 15 23:13:50.067May 15 23:13:50.067 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
42942026-05-15T23:13:51.231Z
42952026-05-15T23:13:51.231ZMay 15 23:13:50.067May 15 23:13:50.067 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:7::/64 -> 2001:db8::55:ff
42962026-05-15T23:13:51.231Z
42972026-05-15T23:13:51.231ZMay 15 23:13:50.068May 15 23:13:50.068 INFODEBG adding route 3fff:beef:16::/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 } }]
42982026-05-15T23:13:51.231Z
42992026-05-15T23:13:51.231ZMay 15 23:13:50.068May 15 23:13:50.068 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:8::/64 -> 2001:db8::55:ff
43002026-05-15T23:13:51.231Z
43012026-05-15T23:13:51.231ZMay 15 23:13:50.068May 15 23:13:50.068 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43022026-05-15T23:13:51.231Z
43032026-05-15T23:13:51.231ZMay 15 23:13:50.068May 15 23:13:50.068 DEBGINFO May 15 23:13:50.068replacing 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 } }]
43042026-05-15T23:13:51.231Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffMay 15 23:13:50.067
43052026-05-15T23:13:51.231Z DEBGDEBGMay 15 23:13:50.068 May 15 23:13:50.068INFO created new freemapDEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
43062026-05-15T23:13:51.231Z, replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
43072026-05-15T23:13:51.231Zunit, :unit May 15 23:13:50.068freemap_route_ipv4: May 15 23:13:50.068DEBG
43082026-05-15T23:13:51.231Zfreemap_route_ipv4
43092026-05-15T23:13:51.231Z 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
43102026-05-15T23:13:51.231Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43112026-05-15T23:13:51.231ZMay 15 23:13:50.068May 15 23:13:50.068May 15 23:13:50.068 DEBGMay 15 23:13:50.068INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffcreated new freemap created new freemap
43122026-05-15T23:13:51.231ZDEBG, , 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 } }]unitunit::
43132026-05-15T23:13:51.231Zfreemap_route_ipv6
43142026-05-15T23:13:51.231Zfreemap_route_ipv6
43152026-05-15T23:13:51.231ZMay 15 23:13:50.068 DEBGMay 15 23:13:50.068 May 15 23:13:50.068replacing 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 } }]May 15 23:13:50.068 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
43162026-05-15T23:13:51.231Z
43172026-05-15T23:13:51.231Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43182026-05-15T23:13:51.231Z
43192026-05-15T23:13:51.231ZMay 15 23:13:50.068May 15 23:13:50.068 May 15 23:13:50.068DEBG INFOMay 15 23:13:50.068 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 , 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 } }]
43202026-05-15T23:13:51.231Zunit
43212026-05-15T23:13:51.232Z: freemap_route_ipv6DEBG
43222026-05-15T23:13:51.232Z May 15 23:13:50.068 initted freemap. size: 64INFOMay 15 23:13:50.068, May 15 23:13:50.068 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit DEBG:
43232026-05-15T23:13:51.232ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6reset freemap
43242026-05-15T23:13:51.232Z
43252026-05-15T23:13:51.232Z, May 15 23:13:50.068unit :May 15 23:13:50.068DEBGMay 15 23:13:50.068 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 } }]INFO
43262026-05-15T23:13:51.232Zreset freemap , freemap_route_ipv6unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff:May 15 23:13:50.068
43272026-05-15T23:13:51.232Z freemap_route_ipv6INFO
43282026-05-15T23:13:51.232Z
43292026-05-15T23:13:51.232Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
43302026-05-15T23:13:51.232Z May 15 23:13:50.068May 15 23:13:50.068DEBG May 15 23:13:50.068 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 } }]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
43312026-05-15T23:13:51.232Z
43322026-05-15T23:13:51.232Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }]May 15 23:13:50.068
43332026-05-15T23:13:51.232Z
43342026-05-15T23:13:51.232ZINFOMay 15 23:13:50.068 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 May 15 23:13:50.068
43352026-05-15T23:13:51.232Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO May 15 23:13:50.068adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
43362026-05-15T23:13:51.232ZMay 15 23:13:50.068
43372026-05-15T23:13:51.232ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGMay 15 23:13:50.068
43382026-05-15T23:13:51.232Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
43392026-05-15T23:13:51.232ZMay 15 23:13:50.068replacing 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 } }]May 15 23:13:50.068
43402026-05-15T23:13:51.232Z DEBG DEBGreplacing 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 } }] May 15 23:13:50.068replacing 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 } }] May 15 23:13:50.068
43412026-05-15T23:13:51.232Z
43422026-05-15T23:13:51.232Z INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
43432026-05-15T23:13:51.232Z May 15 23:13:50.068adding route 3fff:beef::/64 -> 2001:db8::55:ff INFO
43442026-05-15T23:13:51.232ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffMay 15 23:13:50.068adding route 3fff:dead::/64 -> 2001:db8::55:1
43452026-05-15T23:13:51.232ZDEBG 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 } }]
43462026-05-15T23:13:51.232Z
43472026-05-15T23:13:51.232ZMay 15 23:13:50.068 May 15 23:13:50.068DEBGMay 15 23:13:50.068 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 } }]May 15 23:13:50.068DEBG
43482026-05-15T23:13:51.232Z 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 } }]
43492026-05-15T23:13:51.232Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
43502026-05-15T23:13:51.232Z DEBGINFO May 15 23:13:50.068 May 15 23:13:50.068adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }]
43512026-05-15T23:13:51.232Z INFO
43522026-05-15T23:13:51.232ZDEBG adding route 3fff:beef:1e::/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 } }]
43532026-05-15T23:13:51.232Z
43542026-05-15T23:13:51.232ZMay 15 23:13:50.068May 15 23:13:50.068 DEBGINFO May 15 23:13:50.068replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43552026-05-15T23:13:51.232ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 May 15 23:13:50.068
43562026-05-15T23:13:51.232Z 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 } }]INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
43572026-05-15T23:13:51.232Z
43582026-05-15T23:13:51.232Z May 15 23:13:50.068INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffMay 15 23:13:50.068May 15 23:13:50.068
43592026-05-15T23:13:51.232Z 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 } }]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 } }]INFO
43602026-05-15T23:13:51.232Z
43612026-05-15T23:13:51.233ZMay 15 23:13:50.068 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff May 15 23:13:50.068
43622026-05-15T23:13:51.233Zreplacing 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 } }] May 15 23:13:50.068INFO May 15 23:13:50.068
43632026-05-15T23:13:51.233Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
43642026-05-15T23:13:51.233Z DEBG adding route 3fff:beef::/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 } }]
43652026-05-15T23:13:51.233ZMay 15 23:13:50.068 DEBG
43662026-05-15T23:13:51.233Z May 15 23:13:50.068replacing 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 } }]
43672026-05-15T23:13:51.233ZINFO May 15 23:13:50.068adding route 3fff:beef:3::/64 -> 2001:db8::55:ff May 15 23:13:50.068
43682026-05-15T23:13:51.233ZMay 15 23:13:50.068 DEBG INFO May 15 23:13:50.068INFO 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 } }] DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43692026-05-15T23:13:51.233Z
43702026-05-15T23:13:51.233Z
43712026-05-15T23:13:51.233Z
43722026-05-15T23:13:51.233ZMay 15 23:13:50.068May 15 23:13:50.068May 15 23:13:50.068 May 15 23:13:50.068 INFO DEBG INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }]
43732026-05-15T23:13:51.233Z
43742026-05-15T23:13:51.233Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }]
43752026-05-15T23:13:51.233Z
43762026-05-15T23:13:51.233ZMay 15 23:13:50.068 INFO May 15 23:13:50.068May 15 23:13:50.068 May 15 23:13:50.068adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBGDEBG
43772026-05-15T23:13:51.233Z 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 } }]INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43782026-05-15T23:13:51.233Z
43792026-05-15T23:13:51.233Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
43802026-05-15T23:13:51.233ZMay 15 23:13:50.068 DEBGMay 15 23:13:50.068 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
43812026-05-15T23:13:51.233ZMay 15 23:13:50.068May 15 23:13:50.068 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffMay 15 23:13:50.068DEBG
43822026-05-15T23:13:51.233Z 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 } }] INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
43832026-05-15T23:13:51.233Z
43842026-05-15T23:13:51.233ZMay 15 23:13:50.068 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
43852026-05-15T23:13:51.233Z 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 } }]May 15 23:13:50.068
43862026-05-15T23:13:51.233Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
43872026-05-15T23:13:51.233Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
43882026-05-15T23:13:51.233ZMay 15 23:13:50.068May 15 23:13:50.068May 15 23:13:50.068 DEBGMay 15 23:13:50.068INFO 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 } }]
43892026-05-15T23:13:51.233Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
43902026-05-15T23:13:51.237Z 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 } }]
43912026-05-15T23:13:51.237ZMay 15 23:13:50.068 May 15 23:13:50.068INFOINFOMay 15 23:13:50.068 INFODEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
43922026-05-15T23:13:51.238Z
43932026-05-15T23:13:51.238Z
43942026-05-15T23:13:51.238Z 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 } }]
43952026-05-15T23:13:51.238ZMay 15 23:13:50.068 May 15 23:13:50.068DEBGMay 15 23:13:50.068 May 15 23:13:50.068 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 } }] DEBGINFO
43962026-05-15T23:13:51.238Z 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:17::/64 -> 2001:db8::55:ff
43972026-05-15T23:13:51.238Z
43982026-05-15T23:13:51.238ZDEBG May 15 23:13:50.068replacing 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 } }]May 15 23:13:50.068 INFO
43992026-05-15T23:13:51.238ZDEBG 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:24::/64 -> 2001:db8::55:ff
44002026-05-15T23:13:51.238Z
44012026-05-15T23:13:51.238ZMay 15 23:13:50.068May 15 23:13:50.068 INFOMay 15 23:13:50.068INFOMay 15 23:13:50.068 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFO
44022026-05-15T23:13:51.238Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44032026-05-15T23:13:51.238Z
44042026-05-15T23:13:51.238Zreplacing 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 } }]
44052026-05-15T23:13:51.238ZMay 15 23:13:50.068May 15 23:13:50.068 May 15 23:13:50.068 DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOMay 15 23:13:50.068
44062026-05-15T23:13:51.238Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
44072026-05-15T23:13:51.238Zreplacing 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 } }]
44082026-05-15T23:13:51.238Zreplacing 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 } }]
44092026-05-15T23:13:51.238ZMay 15 23:13:50.068May 15 23:13:50.068 DEBGINFO May 15 23:13:50.068adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44102026-05-15T23:13:51.238ZMay 15 23:13:50.068replacing 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 } }]
44112026-05-15T23:13:51.238ZINFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffMay 15 23:13:50.068May 15 23:13:50.068
44122026-05-15T23:13:51.238Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBG
44132026-05-15T23:13:51.238ZINFO adding route 3fff:beef:26::/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 } }]May 15 23:13:50.068
44142026-05-15T23:13:51.238Z
44152026-05-15T23:13:51.238Z May 15 23:13:50.068 DEBGMay 15 23:13:50.068 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 } }]May 15 23:13:50.068 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 } }]
44162026-05-15T23:13:51.238ZINFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44172026-05-15T23:13:51.239Zreplacing 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 } }]
44182026-05-15T23:13:51.239Z
44192026-05-15T23:13:51.239ZMay 15 23:13:50.068May 15 23:13:50.068 May 15 23:13:50.068INFO May 15 23:13:50.068DEBGINFO INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
44202026-05-15T23:13:51.239Z
44212026-05-15T23:13:51.239Z
44222026-05-15T23:13:51.239Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44232026-05-15T23:13:51.239ZMay 15 23:13:50.068May 15 23:13:50.068May 15 23:13:50.068 DEBGMay 15 23:13:50.068INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44242026-05-15T23:13:51.239Z
44252026-05-15T23:13:51.239Z
44262026-05-15T23:13:51.239Zreplacing 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 } }]May 15 23:13:50.068
44272026-05-15T23:13:51.239Z DEBGMay 15 23:13:50.068 May 15 23:13:50.068replacing 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 } }]
44282026-05-15T23:13:51.239ZINFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff May 15 23:13:50.068adding route 3fff:beef:28::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
44292026-05-15T23:13:51.239Z
44302026-05-15T23:13:51.239Z INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
44312026-05-15T23:13:51.239Z
44322026-05-15T23:13:51.239ZMay 15 23:13:50.068 May 15 23:13:50.068DEBGMay 15 23:13:50.068 May 15 23:13:50.068 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 } }]
44332026-05-15T23:13:51.239Zreplacing 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 } }]
44342026-05-15T23:13:51.239Z
44352026-05-15T23:13:51.239ZDEBG 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 } }]
44362026-05-15T23:13:51.239ZMay 15 23:13:50.068May 15 23:13:50.068May 15 23:13:50.068 INFOINFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44372026-05-15T23:13:51.239Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
44382026-05-15T23:13:51.239Z
44392026-05-15T23:13:51.239ZMay 15 23:13:50.068 May 15 23:13:50.068INFO DEBGMay 15 23:13:50.068May 15 23:13:50.068 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 } }]
44402026-05-15T23:13:51.239ZDEBG DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44412026-05-15T23:13:51.239Zreplacing 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 } }]May 15 23:13:50.068replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
44422026-05-15T23:13:51.239Z
44432026-05-15T23:13:51.239Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44442026-05-15T23:13:51.240ZMay 15 23:13:50.068 May 15 23:13:50.068May 15 23:13:50.068 INFOMay 15 23:13:50.068INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44452026-05-15T23:13:51.240Z
44462026-05-15T23:13:51.240Z 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: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 } }]
44472026-05-15T23:13:51.240Z
44482026-05-15T23:13:51.240ZMay 15 23:13:50.068 DEBGMay 15 23:13:50.068 May 15 23:13:50.068replacing 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
44492026-05-15T23:13:51.240ZMay 15 23:13:50.068 INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44502026-05-15T23:13:51.240Z
44512026-05-15T23:13:51.240ZMay 15 23:13:50.068INFO INFOMay 15 23:13:50.068 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
44522026-05-15T23:13:51.240Z INFO DEBG adding route 3fff:beef:9::/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 } }]May 15 23:13:50.068
44532026-05-15T23:13:51.240Z
44542026-05-15T23:13:51.240Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGMay 15 23:13:50.068
44552026-05-15T23:13:51.240Zreplacing 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
44562026-05-15T23:13:51.240Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:13:50.068May 15 23:13:50.068
44572026-05-15T23:13:51.240ZMay 15 23:13:50.068 DEBG DEBGINFO May 15 23:13:50.068 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44582026-05-15T23:13:51.240Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44592026-05-15T23:13:51.240Z
44602026-05-15T23:13:51.240Z
44612026-05-15T23:13:51.240ZMay 15 23:13:50.068 DEBG May 15 23:13:50.068May 15 23:13:50.068replacing 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 } }]
44622026-05-15T23:13:51.240ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
44632026-05-15T23:13:51.240ZMay 15 23:13:50.068May 15 23:13:50.068 INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOMay 15 23:13:50.068
44642026-05-15T23:13:51.240ZDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
44652026-05-15T23:13:51.240Zadding 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 } }]
44662026-05-15T23:13:51.240Z
44672026-05-15T23:13:51.240ZMay 15 23:13:50.068May 15 23:13:50.068 DEBGMay 15 23:13:50.068DEBG 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 } }]May 15 23:13:50.068
44682026-05-15T23:13:51.240Zreplacing 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 } }]
44692026-05-15T23:13:51.240Z DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffMay 15 23:13:50.068May 15 23:13:50.068
44702026-05-15T23:13:51.240Z INFOINFO
44712026-05-15T23:13:51.240Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffMay 15 23:13:50.068
44722026-05-15T23:13:51.241Z
44732026-05-15T23:13:51.241Z May 15 23:13:50.068 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 } }]May 15 23:13:50.068
44742026-05-15T23:13:51.241ZMay 15 23:13:50.068 DEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
44752026-05-15T23:13:51.241Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44762026-05-15T23:13:51.241ZMay 15 23:13:50.068
44772026-05-15T23:13:51.241Z INFO May 15 23:13:50.068adding route 3fff:beef:23::/64 -> 2001:db8::55:ff May 15 23:13:50.068
44782026-05-15T23:13:51.241Z DEBG May 15 23:13:50.068replacing 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 } }]INFOMay 15 23:13:50.068 INFODEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
44792026-05-15T23:13:51.241Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44802026-05-15T23:13:51.241Zreplacing 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 } }]
44812026-05-15T23:13:51.241ZMay 15 23:13:50.068May 15 23:13:50.068May 15 23:13:50.068 INFO
44822026-05-15T23:13:51.241Z DEBGDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
44832026-05-15T23:13:51.241Z
44842026-05-15T23:13:51.241Z
44852026-05-15T23:13:51.241ZMay 15 23:13:50.068May 15 23:13:50.068 May 15 23:13:50.068DEBGMay 15 23:13:50.068 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
44862026-05-15T23:13:51.241Z INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
44872026-05-15T23:13:51.241ZINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
44882026-05-15T23:13:51.241Z
44892026-05-15T23:13:51.241Z
44902026-05-15T23:13:51.245ZMay 15 23:13:50.069 DEBGMay 15 23:13:50.069 May 15 23:13:50.069DEBG 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: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 } }]
44912026-05-15T23:13:51.245ZMay 15 23:13:50.069
44922026-05-15T23:13:51.245Zreplacing 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 } }]
44932026-05-15T23:13:51.245Z DEBGMay 15 23:13:50.069 May 15 23:13:50.069replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO May 15 23:13:50.069 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
44942026-05-15T23:13:51.245Z
44952026-05-15T23:13:51.245ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44962026-05-15T23:13:51.245Z
44972026-05-15T23:13:51.245ZMay 15 23:13:50.069 DEBG May 15 23:13:50.069May 15 23:13:50.069replacing 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 } }]May 15 23:13:50.069
44982026-05-15T23:13:51.246ZDEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44992026-05-15T23:13:51.246ZDEBGMay 15 23:13:50.069
45002026-05-15T23:13:51.246Z May 15 23:13:50.069INFO INFOMay 15 23:13:50.069adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
45012026-05-15T23:13:51.246Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]May 15 23:13:50.069
45022026-05-15T23:13:51.246Z
45032026-05-15T23:13:51.246Z
45042026-05-15T23:13:51.246ZDEBG May 15 23:13:50.069replacing 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 } }]May 15 23:13:50.069May 15 23:13:50.069
45052026-05-15T23:13:51.246Z 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 } }]
45062026-05-15T23:13:51.246Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45072026-05-15T23:13:51.246ZMay 15 23:13:50.069May 15 23:13:50.069 May 15 23:13:50.069INFO INFODEBG adding route 3fff:beef:33::/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 } }]
45082026-05-15T23:13:51.246Z
45092026-05-15T23:13:51.246Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
45102026-05-15T23:13:51.246Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45112026-05-15T23:13:51.246ZMay 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069 INFODEBGDEBGMay 15 23:13:50.069 adding route 3fff:beef:14::/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 } }]
45122026-05-15T23:13:51.246Z
45132026-05-15T23:13:51.246Z DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45142026-05-15T23:13:51.246Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45152026-05-15T23:13:51.246ZMay 15 23:13:50.069May 15 23:13:50.069 May 15 23:13:50.069 May 15 23:13:50.069DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45162026-05-15T23:13:51.246ZINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45172026-05-15T23:13:51.246Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
45182026-05-15T23:13:51.246Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45192026-05-15T23:13:51.246ZMay 15 23:13:50.069May 15 23:13:50.069 INFO May 15 23:13:50.069May 15 23:13:50.069DEBG 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 } }]
45202026-05-15T23:13:51.246ZDEBGDEBG adding route 3fff:beef:15::/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 } }]
45212026-05-15T23:13:51.246ZMay 15 23:13:50.069replacing 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 } }]
45222026-05-15T23:13:51.246ZINFO
45232026-05-15T23:13:51.246Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45242026-05-15T23:13:51.246ZMay 15 23:13:50.069 INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45252026-05-15T23:13:51.246Z May 15 23:13:50.069DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45262026-05-15T23:13:51.246ZMay 15 23:13:50.069 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 } }]DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff May 15 23:13:50.069
45272026-05-15T23:13:51.246Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45282026-05-15T23:13:51.246Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45292026-05-15T23:13:51.246Z May 15 23:13:50.069
45302026-05-15T23:13:51.246Z INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffMay 15 23:13:50.069adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45312026-05-15T23:13:51.246ZDEBG 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 } }]
45322026-05-15T23:13:51.246Z
45332026-05-15T23:13:51.246ZMay 15 23:13:50.069 DEBGMay 15 23:13:50.069 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 } }]May 15 23:13:50.069
45342026-05-15T23:13:51.246ZMay 15 23:13:50.069 INFODEBG 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 } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
45352026-05-15T23:13:51.246ZMay 15 23:13:50.069
45362026-05-15T23:13:51.247Z 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 } }]INFO
45372026-05-15T23:13:51.247Z May 15 23:13:50.069adding route 3fff:beef:17::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45382026-05-15T23:13:51.247Z DEBGMay 15 23:13:50.069INFO 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
45392026-05-15T23:13:51.247Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45402026-05-15T23:13:51.247Z
45412026-05-15T23:13:51.247ZMay 15 23:13:50.069May 15 23:13:50.069 INFOMay 15 23:13:50.069 May 15 23:13:50.069 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
45422026-05-15T23:13:51.247Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45432026-05-15T23:13:51.247Z
45442026-05-15T23:13:51.247ZDEBG 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 } }]
45452026-05-15T23:13:51.247ZMay 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069 INFO INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff May 15 23:13:50.069adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
45462026-05-15T23:13:51.247Zreplacing 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 } }]
45472026-05-15T23:13:51.247ZINFO
45482026-05-15T23:13:51.247ZMay 15 23:13:50.069 May 15 23:13:50.069adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGMay 15 23:13:50.069 DEBGINFO
45492026-05-15T23:13:51.247Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
45502026-05-15T23:13:51.247Z
45512026-05-15T23:13:51.247Zreplacing 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 } }]May 15 23:13:50.069
45522026-05-15T23:13:51.247Z DEBG May 15 23:13:50.069May 15 23:13:50.069 INFODEBGreplacing 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 } }]
45532026-05-15T23:13:51.247Zreplacing 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 } }]May 15 23:13:50.069
45542026-05-15T23:13:51.247Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
45552026-05-15T23:13:51.247ZINFOMay 15 23:13:50.069 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45562026-05-15T23:13:51.247Z May 15 23:13:50.069INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
45572026-05-15T23:13:51.247Z May 15 23:13:50.069replacing 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:13::/64 -> 2001:db8::55:ff
45582026-05-15T23:13:51.247Z
45592026-05-15T23:13:51.247ZMay 15 23:13:50.069DEBG May 15 23:13:50.069DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45602026-05-15T23:13:51.247ZMay 15 23:13:50.069
45612026-05-15T23:13:51.247ZINFODEBG May 15 23:13:50.069adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
45622026-05-15T23:13:51.247ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45632026-05-15T23:13:51.247Z May 15 23:13:50.069INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
45642026-05-15T23:13:51.247Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:13:50.069replacing 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 } }]
45652026-05-15T23:13:51.247Z
45662026-05-15T23:13:51.247ZDEBGMay 15 23:13:50.069 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
45672026-05-15T23:13:51.247Z May 15 23:13:50.069replacing 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 } }] May 15 23:13:50.069INFO
45682026-05-15T23:13:51.247ZMay 15 23:13:50.069 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
45692026-05-15T23:13:51.247ZMay 15 23:13:50.069 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
45702026-05-15T23:13:51.247Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
45712026-05-15T23:13:51.247ZMay 15 23:13:50.069adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
45722026-05-15T23:13:51.247ZDEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45732026-05-15T23:13:51.248Z
45742026-05-15T23:13:51.248ZMay 15 23:13:50.069May 15 23:13:50.069 DEBGDEBGMay 15 23:13:50.069 May 15 23:13:50.069INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
45752026-05-15T23:13:51.248ZINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
45762026-05-15T23:13:51.248Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
45772026-05-15T23:13:51.248Z
45782026-05-15T23:13:51.248ZMay 15 23:13:50.069 May 15 23:13:50.069INFOMay 15 23:13:50.069 DEBGMay 15 23:13:50.069DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45792026-05-15T23:13:51.248Z
45802026-05-15T23:13:51.248Z
45812026-05-15T23:13:51.248Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
45822026-05-15T23:13:51.248Z
45832026-05-15T23:13:51.248Z
45842026-05-15T23:13:51.248ZMay 15 23:13:50.069failed to allocate space for the new target list
45852026-05-15T23:13:51.248ZINFOMay 15 23:13:50.069 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGMay 15 23:13:50.069
45862026-05-15T23:13:51.248ZMay 15 23:13:50.069 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 } }]
45872026-05-15T23:13:51.248ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 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 } }]
45882026-05-15T23:13:51.248Z
45892026-05-15T23:13:51.248ZMay 15 23:13:50.069 May 15 23:13:50.069INFOMay 15 23:13:50.069 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
45902026-05-15T23:13:51.252Z DEBG adding route 3fff:beef:16::/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 } }]May 15 23:13:50.069
45912026-05-15T23:13:51.252Z DEBG
45922026-05-15T23:13:51.252Z 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 } }]May 15 23:13:50.069
45932026-05-15T23:13:51.252Z May 15 23:13:50.069DEBG INFOMay 15 23:13:50.069 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:1e::/64 -> 2001:db8::55:ff
45942026-05-15T23:13:51.252ZINFO
45952026-05-15T23:13:51.252Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
45962026-05-15T23:13:51.252ZMay 15 23:13:50.069May 15 23:13:50.069 INFODEBG May 15 23:13:50.069adding route 3fff:beef:17::/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 } }]
45972026-05-15T23:13:51.252Z
45982026-05-15T23:13:51.252Z 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 } }]May 15 23:13:50.069
45992026-05-15T23:13:51.252Z DEBGMay 15 23:13:50.069 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOMay 15 23:13:50.069
46002026-05-15T23:13:51.252Z INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46012026-05-15T23:13:51.252Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
46022026-05-15T23:13:51.252ZMay 15 23:13:50.069 INFOMay 15 23:13:50.069 May 15 23:13:50.069adding route 3fff:beef:18::/64 -> 2001:db8::55:ff 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 } }]
46032026-05-15T23:13:51.253Zreplacing 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 } }]
46042026-05-15T23:13:51.253Z
46052026-05-15T23:13:51.253ZMay 15 23:13:50.069 DEBGMay 15 23:13:50.069May 15 23:13:50.069 INFOINFO adding route 3fff:beef:37::/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 } }]May 15 23:13:50.069
46062026-05-15T23:13:51.253Z
46072026-05-15T23:13:51.253Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46082026-05-15T23:13:51.253ZDEBGMay 15 23:13:50.069 DEBGcreated new freemap May 15 23:13:50.069replacing 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 } }]May 15 23:13:50.069 , DEBG
46092026-05-15T23:13:51.253ZINFOunit : 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:fffreemap_route_ipv4
46102026-05-15T23:13:51.253ZMay 15 23:13:50.069
46112026-05-15T23:13:51.253Z
46122026-05-15T23:13:51.253Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
46132026-05-15T23:13:51.253ZMay 15 23:13:50.069May 15 23:13:50.069 May 15 23:13:50.069INFO May 15 23:13:50.069DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46142026-05-15T23:13:51.253Zcreated new freemapDEBGDEBG, unit 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 } }]:
46152026-05-15T23:13:51.253Zreplacing 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 } }]May 15 23:13:50.069 freemap_route_ipv6DEBG
46162026-05-15T23:13:51.253Z 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 } }]
46172026-05-15T23:13:51.253Z
46182026-05-15T23:13:51.253ZMay 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:39::/64 -> 2001:db8::55:ffMay 15 23:13:50.069INFO
46192026-05-15T23:13:51.253ZINFO
46202026-05-15T23:13:51.253Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46212026-05-15T23:13:51.253Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
46222026-05-15T23:13:51.253Z May 15 23:13:50.069DEBGMay 15 23:13:50.069 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 } }]DEBG
46232026-05-15T23:13:51.253Z initted freemap. size: 64replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
46242026-05-15T23:13:51.253ZMay 15 23:13:50.069unit :May 15 23:13:50.069 freemap_route_ipv6May 15 23:13:50.069INFO
46252026-05-15T23:13:51.253ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
46262026-05-15T23:13:51.253Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }]
46272026-05-15T23:13:51.253Z
46282026-05-15T23:13:51.253ZMay 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069 DEBG 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 } }]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 } }]
46292026-05-15T23:13:51.253ZDEBG
46302026-05-15T23:13:51.253Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffMay 15 23:13:50.069May 15 23:13:50.069 INFOINFO
46312026-05-15T23:13:51.253Z reset freemapadding route 3fff:beef:24::/64 -> 2001:db8::55:ff, unit
46322026-05-15T23:13:51.253ZMay 15 23:13:50.069 :adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
46332026-05-15T23:13:51.253Zfreemap_route_ipv6May 15 23:13:50.069
46342026-05-15T23:13:51.253Z DEBG May 15 23:13:50.069replacing 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 } }] May 15 23:13:50.069
46352026-05-15T23:13:51.253ZDEBG 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 } }]
46362026-05-15T23:13:51.253Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] May 15 23:13:50.069
46372026-05-15T23:13:51.253Z May 15 23:13:50.069INFO INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
46382026-05-15T23:13:51.253Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46392026-05-15T23:13:51.253Z
46402026-05-15T23:13:51.254ZMay 15 23:13:50.069May 15 23:13:50.069May 15 23:13:50.069 May 15 23:13:50.069 DEBG DEBGINFO 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 } }]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 } }]
46412026-05-15T23:13:51.254Z
46422026-05-15T23:13:51.254Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
46432026-05-15T23:13:51.254Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
46442026-05-15T23:13:51.254Z DEBGMay 15 23:13:50.069 May 15 23:13:50.069DEBG failed to allocate space for the new target list
46452026-05-15T23:13:51.254Zreplacing 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 } }]INFO
46462026-05-15T23:13:51.254Z May 15 23:13:50.069adding route 3fff:beef:26::/64 -> 2001:db8::55:ffMay 15 23:13:50.069
46472026-05-15T23:13:51.254Z May 15 23:13:50.069 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
46482026-05-15T23:13:51.254Z
46492026-05-15T23:13:51.254Z May 15 23:13:50.069May 15 23:13:50.069 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46502026-05-15T23:13:51.254Zreplacing 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 } }]
46512026-05-15T23:13:51.254ZMay 15 23:13:50.069 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46522026-05-15T23:13:51.254ZMay 15 23:13:50.069
46532026-05-15T23:13:51.254Z May 15 23:13:50.069DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46542026-05-15T23:13:51.254Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
46552026-05-15T23:13:51.254ZMay 15 23:13:50.069 May 15 23:13:50.069INFO May 15 23:13:50.069adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFODEBG
46562026-05-15T23:13:51.254Z adding route 3fff:beef:28::/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 } }]
46572026-05-15T23:13:51.254Z
46582026-05-15T23:13:51.254ZMay 15 23:13:50.069 DEBG May 15 23:13:50.069May 15 23:13:50.069replacing 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 } }]
46592026-05-15T23:13:51.254Z 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:3::/64 -> 2001:db8::55:ff
46602026-05-15T23:13:51.254Z
46612026-05-15T23:13:51.254ZMay 15 23:13:50.070May 15 23:13:50.070 INFODEBG May 15 23:13:50.070adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46622026-05-15T23:13:51.254Z
46632026-05-15T23:13:51.254ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46642026-05-15T23:13:51.254ZMay 15 23:13:50.070May 15 23:13:50.070 INFODEBGMay 15 23:13:50.070 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
46652026-05-15T23:13:51.254Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46662026-05-15T23:13:51.254Z
46672026-05-15T23:13:51.254ZMay 15 23:13:50.070May 15 23:13:50.070May 15 23:13:50.070 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46682026-05-15T23:13:51.254Z
46692026-05-15T23:13:51.254ZDEBG 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 } }]
46702026-05-15T23:13:51.254ZMay 15 23:13:50.070May 15 23:13:50.070 DEBGDEBGMay 15 23:13:50.070 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: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
46712026-05-15T23:13:51.254Z
46722026-05-15T23:13:51.254Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
46732026-05-15T23:13:51.254ZMay 15 23:13:50.070May 15 23:13:50.070 May 15 23:13:50.070INFOINFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46742026-05-15T23:13:51.254Z
46752026-05-15T23:13:51.254Zreplacing 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 } }]
46762026-05-15T23:13:51.254ZMay 15 23:13:50.070May 15 23:13:50.070 DEBGMay 15 23:13:50.070 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 } }]
46772026-05-15T23:13:51.254Z 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 } }]
46782026-05-15T23:13:51.254Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffMay 15 23:13:50.070
46792026-05-15T23:13:51.254Z INFOMay 15 23:13:50.070 May 15 23:13:50.070adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
46802026-05-15T23:13:51.255ZDEBG adding route 3fff:beef:2c::/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 } }]
46812026-05-15T23:13:51.255Z
46822026-05-15T23:13:51.255ZMay 15 23:13:50.070 DEBG May 15 23:13:50.070replacing 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 } }]
46832026-05-15T23:13:51.255ZMay 15 23:13:50.070INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff May 15 23:13:50.070
46842026-05-15T23:13:51.255Zreplacing 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 } }]
46852026-05-15T23:13:51.255ZINFO May 15 23:13:50.070adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46862026-05-15T23:13:51.255ZMay 15 23:13:50.070DEBG INFO May 15 23:13:50.070adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46872026-05-15T23:13:51.255Zreplacing 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
46882026-05-15T23:13:51.255Z 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 } }]May 15 23:13:50.070
46892026-05-15T23:13:51.255ZMay 15 23:13:50.070 DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46902026-05-15T23:13:51.259Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffMay 15 23:13:50.070
46912026-05-15T23:13:51.259Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffMay 15 23:13:50.070
46922026-05-15T23:13:51.259ZMay 15 23:13:50.070 INFODEBG May 15 23:13:50.070adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46932026-05-15T23:13:51.259Z 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 } }]
46942026-05-15T23:13:51.259Zreplacing 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 } }]May 15 23:13:50.070
46952026-05-15T23:13:51.259Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46962026-05-15T23:13:51.259ZMay 15 23:13:50.070May 15 23:13:50.070 INFOINFO May 15 23:13:50.070 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46972026-05-15T23:13:51.259Z
46982026-05-15T23:13:51.259ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46992026-05-15T23:13:51.259ZMay 15 23:13:50.070 May 15 23:13:50.070DEBG 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 } }]
47002026-05-15T23:13:51.259Zreplacing 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 } }]May 15 23:13:50.070
47012026-05-15T23:13:51.259Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47022026-05-15T23:13:51.259ZMay 15 23:13:50.070May 15 23:13:50.070 INFOINFOMay 15 23:13:50.070 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47032026-05-15T23:13:51.259Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47042026-05-15T23:13:51.259Z
47052026-05-15T23:13:51.259ZMay 15 23:13:50.070May 15 23:13:50.070May 15 23:13:50.070 DEBGDEBGDEBG 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 } }]
47062026-05-15T23:13:51.259Zreplacing 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: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 } }]
47072026-05-15T23:13:51.259Z
47082026-05-15T23:13:51.260ZMay 15 23:13:50.070 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffMay 15 23:13:50.070May 15 23:13:50.070 INFOINFO
47092026-05-15T23:13:51.260Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
47102026-05-15T23:13:51.260Z
47112026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070 May 15 23:13:50.070DEBGDEBG 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: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 } }]
47122026-05-15T23:13:51.260ZDEBG
47132026-05-15T23:13:51.260Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47142026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070May 15 23:13:50.070 INFOINFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47152026-05-15T23:13:51.260Z
47162026-05-15T23:13:51.260Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47172026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070 DEBGMay 15 23:13:50.070DEBG 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 } }]
47182026-05-15T23:13:51.260Zreplacing 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: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 } }]
47192026-05-15T23:13:51.260Z
47202026-05-15T23:13:51.260ZMay 15 23:13:50.070 INFO May 15 23:13:50.070May 15 23:13:50.070 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47212026-05-15T23:13:51.260ZINFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
47222026-05-15T23:13:51.260Z
47232026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070May 15 23:13:50.070 DEBGDEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47242026-05-15T23:13:51.260Zreplacing 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: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 } }]
47252026-05-15T23:13:51.260Z
47262026-05-15T23:13:51.260ZMay 15 23:13:50.070 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffMay 15 23:13:50.070
47272026-05-15T23:13:51.260Z May 15 23:13:50.070INFO INFOMay 15 23:13:50.070 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47282026-05-15T23:13:51.260ZDEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47292026-05-15T23:13:51.260Zreplacing 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 } }]May 15 23:13:50.070
47302026-05-15T23:13:51.260Z May 15 23:13:50.070DEBG 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 } }]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 } }]
47312026-05-15T23:13:51.260ZMay 15 23:13:50.070
47322026-05-15T23:13:51.260Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffMay 15 23:13:50.070
47332026-05-15T23:13:51.260Z INFOMay 15 23:13:50.070 May 15 23:13:50.070INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47342026-05-15T23:13:51.260ZDEBG adding route 3fff:beef:f::/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 } }]
47352026-05-15T23:13:51.260Z
47362026-05-15T23:13:51.260ZMay 15 23:13:50.070 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:13:50.070
47372026-05-15T23:13:51.260ZMay 15 23:13:50.070 DEBG May 15 23:13:50.070replacing 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
47382026-05-15T23:13:51.260ZINFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47392026-05-15T23:13:51.260Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47402026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070 May 15 23:13:50.070INFODEBG adding route 3fff:beef:10::/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 } }]DEBG
47412026-05-15T23:13:51.260Z
47422026-05-15T23:13:51.260Z 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 } }]
47432026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070May 15 23:13:50.070 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
47442026-05-15T23:13:51.260Z
47452026-05-15T23:13:51.260Z 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 } }]
47462026-05-15T23:13:51.260ZMay 15 23:13:50.070May 15 23:13:50.070 DEBGMay 15 23:13:50.070 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47472026-05-15T23:13:51.260Z INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47482026-05-15T23:13:51.261ZMay 15 23:13:50.070adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47492026-05-15T23:13:51.261Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
47502026-05-15T23:13:51.261ZINFOMay 15 23:13:50.070 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
47512026-05-15T23:13:51.261ZMay 15 23:13:50.070 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
47522026-05-15T23:13:51.261Z 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 } }]May 15 23:13:50.070
47532026-05-15T23:13:51.261Z DEBG May 15 23:13:50.070replacing 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 } }]
47542026-05-15T23:13:51.261ZDEBGMay 15 23:13:50.070 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47552026-05-15T23:13:51.261ZMay 15 23:13:50.070 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFOMay 15 23:13:50.070
47562026-05-15T23:13:51.261Z INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47572026-05-15T23:13:51.261Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47582026-05-15T23:13:51.261ZMay 15 23:13:50.070 May 15 23:13:50.070May 15 23:13:50.070DEBG 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 } }]DEBGDEBG
47592026-05-15T23:13:51.261Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47602026-05-15T23:13:51.261ZMay 15 23:13:50.071May 15 23:13:50.071 May 15 23:13:50.076 DEBGDEBG INFOcreated new freemap adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff,
47612026-05-15T23:13:51.261Zunit : created new freemapfreemap_route_ipv4May 15 23:13:50.076 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47622026-05-15T23:13:51.261Z, unit:
47632026-05-15T23:13:51.261ZMay 15 23:13:50.076 May 15 23:13:50.070May 15 23:13:50.076 DEBG created new freemap , INFOunitMay 15 23:13:50.070: freemap_route_ipv4
47642026-05-15T23:13:51.261ZDEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff freemap_route_ipv6 created new freemap
47652026-05-15T23:13:51.261Z
47662026-05-15T23:13:51.261Z, unitDEBG: May 15 23:13:50.076 May 15 23:13:50.076freemap_route_ipv4DEBG created new freemapDEBG
47672026-05-15T23:13:51.261ZMay 15 23:13:50.076 INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
47682026-05-15T23:13:51.261Z,
47692026-05-15T23:13:51.261ZunitMay 15 23:13:50.076: DEBG freemap_route_ipv6created new freemapMay 15 23:13:50.076May 15 23:13:50.076
47702026-05-15T23:13:51.261Z, unit : unit INFOfreemap_route_ipv6:
47712026-05-15T23:13:51.261ZDEBG initted freemap. size: 64May 15 23:13:50.076, freemap_route_ipv4May 15 23:13:50.076 unit :INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1
47722026-05-15T23:13:51.261Z
47732026-05-15T23:13:51.261Z
47742026-05-15T23:13:51.261Zfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
47752026-05-15T23:13:51.261Z
47762026-05-15T23:13:51.261ZMay 15 23:13:50.076 May 15 23:13:50.076May 15 23:13:50.076 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 } }]DEBG
47772026-05-15T23:13:51.261Z initted freemap. size: 64reset freemap, May 15 23:13:50.076, unitunit :May 15 23:13:50.076: DEBGfreemap_route_ipv4May 15 23:13:50.076
47782026-05-15T23:13:51.261Zfreemap_route_ipv6 initted freemap. size: 64
47792026-05-15T23:13:51.261ZDEBG , May 15 23:13:50.076unit :DEBGMay 15 23:13:50.076 freemap_route_ipv6reset freemapINFO,
47802026-05-15T23:13:51.261Zcreated new freemapunit, DEBG: freemap_route_ipv4unitMay 15 23:13:50.076:
47812026-05-15T23:13:51.261Zadding route 3fff:beef:32::/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 } }]
47822026-05-15T23:13:51.261Z
47832026-05-15T23:13:51.261Z freemap_route_ipv6
47842026-05-15T23:13:51.261ZDEBG May 15 23:13:50.076May 15 23:13:50.076 INFOMay 15 23:13:50.076DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
47852026-05-15T23:13:51.261ZMay 15 23:13:50.076
47862026-05-15T23:13:51.261Zreset freemap 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 } }]May 15 23:13:50.076
47872026-05-15T23:13:51.261Z May 15 23:13:50.076DEBG , INFOunit May 15 23:13:50.076adding route 172.16.0.0/32 -> 10.0.0.2
47882026-05-15T23:13:51.262Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
47892026-05-15T23:13:51.262Z :adding route 3fff:beef:33::/64 -> 2001:db8::55:ffMay 15 23:13:50.076
47902026-05-15T23:13:51.266Z freemap_route_ipv6DEBG
47912026-05-15T23:13:51.266Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]May 15 23:13:50.076
47922026-05-15T23:13:51.266Z INFOMay 15 23:13:50.076May 15 23:13:50.076May 15 23:13:50.076 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3 adding route 3fff:dead::/64 -> 2001:db8::55:3
47932026-05-15T23:13:51.266ZDEBG
47942026-05-15T23:13:51.266Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
47952026-05-15T23:13:51.266Z
47962026-05-15T23:13:51.266ZMay 15 23:13:50.076May 15 23:13:50.076 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 } }]
47972026-05-15T23:13:51.266Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:13:50.076
47982026-05-15T23:13:51.266Z May 15 23:13:50.076INFO May 15 23:13:50.076adding route 3fff:dead::/64 -> 2001:db8::55:2INFOMay 15 23:13:50.076 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO
47992026-05-15T23:13:51.266ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.4
48002026-05-15T23:13:51.266Z
48012026-05-15T23:13:51.266Z
48022026-05-15T23:13:51.266ZMay 15 23:13:50.076 DEBGMay 15 23:13:50.076May 15 23:13:50.076 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
48032026-05-15T23:13:51.266Zreplacing 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 } }]May 15 23:13:50.076
48042026-05-15T23:13:51.266ZINFODEBG
48052026-05-15T23:13:51.266ZMay 15 23:13:50.076adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
48062026-05-15T23:13:51.266ZINFOMay 15 23:13:50.076 adding route 172.17.0.0/32 -> 10.0.0.255
48072026-05-15T23:13:51.266ZINFO May 15 23:13:50.076adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48082026-05-15T23:13:51.266Z
48092026-05-15T23:13:51.266ZMay 15 23:13:50.076 DEBGDEBG May 15 23:13:50.076replacing 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 } }] May 15 23:13:50.076
48102026-05-15T23:13:51.266Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48112026-05-15T23:13:51.266Z
48122026-05-15T23:13:51.266ZMay 15 23:13:50.076 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
48132026-05-15T23:13:51.266Zadding route 172.17.0.1/32 -> 10.0.0.255May 15 23:13:50.077
48142026-05-15T23:13:51.266Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffMay 15 23:13:50.077May 15 23:13:50.077
48152026-05-15T23:13:51.266ZMay 15 23:13:50.077 May 15 23:13:50.077WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
48162026-05-15T23:13:51.266ZDEBGMay 15 23:13:50.077 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 } }]DEBG
48172026-05-15T23:13:51.266ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48182026-05-15T23:13:51.266Zreplacing 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 } }]May 15 23:13:50.077May 15 23:13:50.077
48192026-05-15T23:13:51.266Z ERROinitted freemap. size: 64INFO , adding route 172.17.0.2/32 -> 10.0.0.255rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
48202026-05-15T23:13:51.266Z
48212026-05-15T23:13:51.266ZMay 15 23:13:50.077unit May 15 23:13:50.077INFO INFO May 15 23:13:50.077 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
48222026-05-15T23:13:51.266ZDEBGMay 15 23:13:50.077adding route 3fff:dead::/64 -> 2001:db8::55:4: 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 } }]
48232026-05-15T23:13:51.267ZERRO
48242026-05-15T23:13:51.267ZMay 15 23:13:50.077 May 15 23:13:50.077shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG
48252026-05-15T23:13:51.267ZINFO freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255May 15 23:13:50.077
48262026-05-15T23:13:51.267Zreplacing 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 } }]
48272026-05-15T23:13:51.267ZDEBG
48282026-05-15T23:13:51.267Z May 15 23:13:50.077replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
48292026-05-15T23:13:51.267Z 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 } }]May 15 23:13:50.077
48302026-05-15T23:13:51.267Z May 15 23:13:50.077INFO May 15 23:13:50.077DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffMay 15 23:13:50.077
48312026-05-15T23:13:51.267Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
48322026-05-15T23:13:51.267ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
48332026-05-15T23:13:51.267ZDEBG May 15 23:13:50.077reset freemap , DEBGunit May 15 23:13:50.077: 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
48342026-05-15T23:13:51.267Zfreemap_route_ipv4replacing 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 } }]
48352026-05-15T23:13:51.267Z
48362026-05-15T23:13:51.267ZMay 15 23:13:50.077 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 } }]May 15 23:13:50.077
48372026-05-15T23:13:51.267Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
48382026-05-15T23:13:51.267ZMay 15 23:13:50.077 INFO
48392026-05-15T23:13:51.267ZMay 15 23:13:50.077May 15 23:13:50.077 INFO adding route 172.17.0.5/32 -> 10.0.0.255
48402026-05-15T23:13:51.267ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
48412026-05-15T23:13:51.267Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48422026-05-15T23:13:51.267ZMay 15 23:13:50.077 DEBGMay 15 23:13:50.077May 15 23:13:50.077 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
48432026-05-15T23:13:51.267ZMay 15 23:13:50.077INFO INFOMay 15 23:13:50.077 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
48442026-05-15T23:13:51.267Z
48452026-05-15T23:13:51.267Z
48462026-05-15T23:13:51.267ZINFO adding route 172.17.0.6/32 -> 10.0.0.255
48472026-05-15T23:13:51.267ZMay 15 23:13:50.077 INFO May 15 23:13:50.077adding route 172.16.0.0/32 -> 10.0.0.1
48482026-05-15T23:13:51.267ZDEBG 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 } }]May 15 23:13:50.077
48492026-05-15T23:13:51.267Z DEBGMay 15 23:13:50.077 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 } }]May 15 23:13:50.077May 15 23:13:50.077
48502026-05-15T23:13:51.267Z DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
48512026-05-15T23:13:51.267Z May 15 23:13:50.077 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 } }]May 15 23:13:50.077replacing 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 } }]
48522026-05-15T23:13:51.267Z
48532026-05-15T23:13:51.267ZINFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48542026-05-15T23:13:51.267Ztest route::tests::rollback_on_compact_delete_failure ... ok
48552026-05-15T23:13:51.267Ztest route::tests::identity_replace_is_noop ... ok
48562026-05-15T23:13:51.267Zreplacing 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 } }]May 15 23:13:50.077
48572026-05-15T23:13:51.267Z May 15 23:13:50.077May 15 23:13:50.077May 15 23:13:50.077 INFOINFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
48582026-05-15T23:13:51.267Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
48592026-05-15T23:13:51.267Z
48602026-05-15T23:13:51.267ZDEBG May 15 23:13:50.077replacing 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 } }]May 15 23:13:50.077 DEBG May 15 23:13:50.077May 15 23:13:50.077replacing 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 created new freemapDEBG
48612026-05-15T23:13:51.267Z created new freemap, unit: May 15 23:13:50.083freemap_route_ipv4
48622026-05-15T23:13:51.268ZDEBGINFOMay 15 23:13:50.070 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
48632026-05-15T23:13:51.268ZMay 15 23:13:50.083created new freemap
48642026-05-15T23:13:51.268ZDEBG, created new freemapunit, :unit :freemap_route_ipv4
48652026-05-15T23:13:51.268Zfreemap_route_ipv6May 15 23:13:50.083
48662026-05-15T23:13:51.268Z May 15 23:13:50.083INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255May 15 23:13:50.083May 15 23:13:50.083
48672026-05-15T23:13:51.268Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
48682026-05-15T23:13:51.268Zreplacing 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 } }]May 15 23:13:50.083
48692026-05-15T23:13:51.268Z created new freemapDEBG, May 15 23:13:50.083 May 15 23:13:50.083 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
48702026-05-15T23:13:51.268Zunit initted freemap. size: 64 , :DEBG May 15 23:13:50.083unit freemap_route_ipv6
48712026-05-15T23:13:51.268ZINFO: failed to allocate space for the new target list adding route 172.17.0.10/32 -> 10.0.0.255
48722026-05-15T23:13:51.268Zfreemap_route_ipv6
48732026-05-15T23:13:51.268Z
48742026-05-15T23:13:51.268ZMay 15 23:13:50.083May 15 23:13:50.083May 15 23:13:50.083 INFODEBG DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
48752026-05-15T23:13:51.268ZMay 15 23:13:50.083
48762026-05-15T23:13:51.268Z, unit :DEBG May 15 23:13:50.083freemap_route_ipv6May 15 23:13:50.083
48772026-05-15T23:13:51.268Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
48782026-05-15T23:13:51.268Z May 15 23:13:50.083initted freemap. size: 64 , DEBGINFO 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 } }]
48792026-05-15T23:13:51.268Z adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6
48802026-05-15T23:13:51.268Z
48812026-05-15T23:13:51.268ZMay 15 23:13:50.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
48822026-05-15T23:13:51.268ZMay 15 23:13:50.077May 15 23:13:50.083May 15 23:13:50.083May 15 23:13:50.083 , DEBG unitDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]:
48832026-05-15T23:13:51.268Z DEBGfreemap_route_ipv4
48842026-05-15T23:13:51.268Zreset freemap 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 } }]
48852026-05-15T23:13:51.268Z
48862026-05-15T23:13:51.268Z, May 15 23:13:50.083unit :May 15 23:13:50.083INFO adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6
48872026-05-15T23:13:51.268Z
48882026-05-15T23:13:51.268ZINFO May 15 23:13:50.083 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
48892026-05-15T23:13:51.268ZMay 15 23:13:50.083created new freemapMay 15 23:13:50.083, May 15 23:13:50.083 unitDEBGDEBG :INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.083
48902026-05-15T23:13:51.272Z freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
48912026-05-15T23:13:51.272Z
48922026-05-15T23:13:51.272Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48932026-05-15T23:13:51.272Zadding route 172.17.0.0/32 -> 10.0.0.255May 15 23:13:50.083
48942026-05-15T23:13:51.272ZMay 15 23:13:50.083 May 15 23:13:50.083May 15 23:13:50.083 May 15 23:13:50.083DEBGINFO DEBGINFOadding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48952026-05-15T23:13:51.272Z
48962026-05-15T23:13:51.272ZINFOadding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
48972026-05-15T23:13:51.272Z
48982026-05-15T23:13:51.272Z
48992026-05-15T23:13:51.273ZMay 15 23:13:50.083 May 15 23:13:50.083May 15 23:13:50.083May 15 23:13:50.083 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 } }] INFOinitted freemap. size: 64
49002026-05-15T23:13:51.273Z , 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 } }]:
49012026-05-15T23:13:51.273Zadding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv4May 15 23:13:50.083
49022026-05-15T23:13:51.273Z
49032026-05-15T23:13:51.273ZDEBG May 15 23:13:50.083replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
49042026-05-15T23:13:51.273ZINFO
49052026-05-15T23:13:51.273ZMay 15 23:13:50.083May 15 23:13:50.083 May 15 23:13:50.083 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap adding route 172.17.0.14/32 -> 10.0.0.255,
49062026-05-15T23:13:51.273ZunitMay 15 23:13:50.083: WARN
49072026-05-15T23:13:51.273Zfreemap_route_ipv4 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49082026-05-15T23:13:51.273ZMay 15 23:13:50.083INFO May 15 23:13:50.083
49092026-05-15T23:13:51.273Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
49102026-05-15T23:13:51.273Zreplacing 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 May 15 23:13:50.083
49112026-05-15T23:13:51.273Zadding route 172.17.0.2/32 -> 10.0.0.255 May 15 23:13:50.083
49122026-05-15T23:13:51.273Z 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 } }]
49132026-05-15T23:13:51.273Zreplacing 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 } }]May 15 23:13:50.083May 15 23:13:50.083
49142026-05-15T23:13:51.273Z INFODEBG May 15 23:13:50.083May 15 23:13:50.083 adding route 172.17.0.15/32 -> 10.0.0.255
49152026-05-15T23:13:51.273ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
49162026-05-15T23:13:51.273ZINFOreplacing 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 } }]
49172026-05-15T23:13:51.273ZMay 15 23:13:50.083adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
49182026-05-15T23:13:51.273ZMay 15 23:13:50.083 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 } }]May 15 23:13:50.083DEBG
49192026-05-15T23:13:51.273Zreplacing 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 } }]May 15 23:13:50.083
49202026-05-15T23:13:51.273Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]May 15 23:13:50.083adding route 172.17.0.3/32 -> 10.0.0.255
49212026-05-15T23:13:51.273Z
49222026-05-15T23:13:51.273ZINFO May 15 23:13:50.083adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
49232026-05-15T23:13:51.273ZINFO May 15 23:13:50.083May 15 23:13:50.083 May 15 23:13:50.083INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 DEBG
49242026-05-15T23:13:51.273Z
49252026-05-15T23:13:51.273ZDEBG 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 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 } }]
49262026-05-15T23:13:51.273Z
49272026-05-15T23:13:51.273ZMay 15 23:13:50.083May 15 23:13:50.083 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 } }]May 15 23:13:50.083DEBG
49282026-05-15T23:13:51.273ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]May 15 23:13:50.083
49292026-05-15T23:13:51.273Zfailed to allocate space for the new target list
49302026-05-15T23:13:51.273ZINFOMay 15 23:13:50.083 May 15 23:13:50.083INFOMay 15 23:13:50.083 DEBGINFO adding route 172.17.0.17/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 } }]
49312026-05-15T23:13:51.273Zadding route 172.16.0.0/32 -> 10.0.0.4
49322026-05-15T23:13:51.273Z
49332026-05-15T23:13:51.273Zadding route 172.17.0.4/32 -> 10.0.0.255
49342026-05-15T23:13:51.273ZMay 15 23:13:50.083 DEBG May 15 23:13:50.083replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49352026-05-15T23:13:51.273ZDEBG 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 } }]
49362026-05-15T23:13:51.273ZMay 15 23:13:50.083May 15 23:13:50.083 DEBGINFO May 15 23:13:50.083 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255
49372026-05-15T23:13:51.273Z
49382026-05-15T23:13:51.274ZINFO adding route 172.17.0.5/32 -> 10.0.0.255
49392026-05-15T23:13:51.274ZMay 15 23:13:50.083 DEBG May 15 23:13:50.083replacing 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 } }]
49402026-05-15T23:13:51.274ZDEBG May 15 23:13:50.083replacing 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 } }]
49412026-05-15T23:13:51.274ZDEBGMay 15 23:13:50.083 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 } }]
49422026-05-15T23:13:51.274ZMay 15 23:13:50.083adding route 172.17.0.19/32 -> 10.0.0.255
49432026-05-15T23:13:51.274ZINFO adding route 172.17.0.6/32 -> 10.0.0.255
49442026-05-15T23:13:51.274ZMay 15 23:13:50.083 May 15 23:13:50.083DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49452026-05-15T23:13:51.274Zreplacing 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 } }]
49462026-05-15T23:13:51.274ZMay 15 23:13:50.083 INFO adding route 172.17.0.7/32 -> 10.0.0.255
49472026-05-15T23:13:51.274ZMay 15 23:13:50.083 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 } }]
49482026-05-15T23:13:51.274ZMay 15 23:13:50.070May 15 23:13:50.083 INFOMay 15 23:13:50.083 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
49492026-05-15T23:13:51.274Z INFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
49502026-05-15T23:13:51.274Z
49512026-05-15T23:13:51.274ZMay 15 23:13:50.083 DEBG May 15 23:13:50.083replacing 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 } }]May 15 23:13:50.083
49522026-05-15T23:13:51.274Z DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] May 15 23:13:50.083replacing 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 } }]
49532026-05-15T23:13:51.274Z
49542026-05-15T23:13:51.274ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
49552026-05-15T23:13:51.274ZMay 15 23:13:50.083May 15 23:13:50.083 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255May 15 23:13:50.083
49562026-05-15T23:13:51.274Ztest route::tests::rollback_on_index_readd_failure ... ok
49572026-05-15T23:13:51.274Z
49582026-05-15T23:13:51.274Z 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 } }]
49592026-05-15T23:13:51.274Ztest route::tests::rollback_on_compact_write_failure ... ok
49602026-05-15T23:13:51.274Ztest route::tests::grow_succeeds ... ok
49612026-05-15T23:13:51.274ZMay 15 23:13:50.083 May 15 23:13:50.083DEBG May 15 23:13:50.083DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
49622026-05-15T23:13:51.274ZMay 15 23:13:50.084May 15 23:13:50.084May 15 23:13:50.091May 15 23:13:50.084 DEBG created new freemap , DEBGunit :DEBG created new freemapINFO , freemap_route_ipv4unit
49632026-05-15T23:13:51.274Z: adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv4
49642026-05-15T23:13:51.274ZMay 15 23:13:50.091created new freemap DEBG , created new freemap
49652026-05-15T23:13:51.274Z, May 15 23:13:50.091unit :DEBG unitfreemap_route_ipv6May 15 23:13:50.091
49662026-05-15T23:13:51.274Z : replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4May 15 23:13:50.091DEBG INFO
49672026-05-15T23:13:51.274Z created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1,
49682026-05-15T23:13:51.274Z
49692026-05-15T23:13:51.274Zunit: freemap_route_ipv6May 15 23:13:50.091May 15 23:13:50.091 INFO adding route 172.17.0.23/32 -> 10.0.0.255
49702026-05-15T23:13:51.274Z
49712026-05-15T23:13:51.274Z DEBG May 15 23:13:50.091May 15 23:13:50.091 initted freemap. size: 64 , DEBGINFOunit :May 15 23:13:50.091 freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
49722026-05-15T23:13:51.274Z
49732026-05-15T23:13:51.274Zreplacing 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 } }]
49742026-05-15T23:13:51.274ZDEBG May 15 23:13:50.091May 15 23:13:50.091 DEBGDEBG reset freemapinitted freemap. size: 64created new freemap, May 15 23:13:50.091, unit, INFO: adding route 172.17.0.24/32 -> 10.0.0.255unit
49752026-05-15T23:13:51.274Zfreemap_route_ipv6unit:
49762026-05-15T23:13:51.274Z :May 15 23:13:50.091 freemap_route_ipv4freemap_route_ipv6
49772026-05-15T23:13:51.274Z
49782026-05-15T23:13:51.275ZDEBGMay 15 23:13:50.091 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
49792026-05-15T23:13:51.275Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]May 15 23:13:50.091
49802026-05-15T23:13:51.275ZMay 15 23:13:50.091May 15 23:13:50.091 INFO INFOMay 15 23:13:50.091DEBG adding route 172.17.0.25/32 -> 10.0.0.255reset freemap
49812026-05-15T23:13:51.275Z, adding route 3fff:dead::/64 -> 2001:db8::55:1unit
49822026-05-15T23:13:51.275Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2:
49832026-05-15T23:13:51.275ZMay 15 23:13:50.091May 15 23:13:50.091 freemap_route_ipv4
49842026-05-15T23:13:51.275ZDEBGMay 15 23:13:50.091 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 } }]DEBG
49852026-05-15T23:13:51.275Z initted freemap. size: 64May 15 23:13:50.091replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
49862026-05-15T23:13:51.275Zunit :DEBG May 15 23:13:50.091 May 15 23:13:50.091 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255
49872026-05-15T23:13:51.275Zadding route 3fff:dead::/64 -> 2001:db8::55:3
49882026-05-15T23:13:51.275Z
49892026-05-15T23:13:51.275Z
49902026-05-15T23:13:51.279ZMay 15 23:13:50.091May 15 23:13:50.091 May 15 23:13:50.091DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBG
49912026-05-15T23:13:51.279ZMay 15 23:13:50.091adding route 172.16.0.0/32 -> 10.0.0.2 reset freemap
49922026-05-15T23:13:51.279ZDEBG 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 } }]May 15 23:13:50.091, May 15 23:13:50.091INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:4
49932026-05-15T23:13:51.279Z
49942026-05-15T23:13:51.279ZDEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49952026-05-15T23:13:51.279ZMay 15 23:13:50.091
49962026-05-15T23:13:51.279Z 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 } }]May 15 23:13:50.091
49972026-05-15T23:13:51.279Z May 15 23:13:50.091May 15 23:13:50.091 INFO INFODEBGMay 15 23:13:50.091 adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255DEBG
49982026-05-15T23:13:51.279Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49992026-05-15T23:13:51.279Z
50002026-05-15T23:13:51.279Zreplacing targets for 3fff:dead::/64 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 } }]
50012026-05-15T23:13:51.279ZMay 15 23:13:50.091May 15 23:13:50.091 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 } }]
50022026-05-15T23:13:51.279Z
50032026-05-15T23:13:51.279Z May 15 23:13:50.091May 15 23:13:50.091DEBGMay 15 23:13:50.084May 15 23:13:50.091 May 15 23:13:50.091 INFOINFODEBGWARN created new freemapadding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255,
50042026-05-15T23:13:51.279Z shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit
50052026-05-15T23:13:51.279Z:
50062026-05-15T23:13:51.279ZINFOreplacing 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 } }]
50072026-05-15T23:13:51.279Z freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
50082026-05-15T23:13:51.279ZMay 15 23:13:50.091
50092026-05-15T23:13:51.279Z DEBGMay 15 23:13:50.091 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 } }]DEBGMay 15 23:13:50.091 May 15 23:13:50.091
50102026-05-15T23:13:51.279Z INFODEBG May 15 23:13:50.091 DEBGadding route 172.17.0.28/32 -> 10.0.0.255created new freemap
50112026-05-15T23:13:51.279Z , 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 } }]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 } }]:May 15 23:13:50.091
50122026-05-15T23:13:51.279Z
50132026-05-15T23:13:51.279Z INFOfreemap_route_ipv6May 15 23:13:50.091 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 } }]
50142026-05-15T23:13:51.280Z
50152026-05-15T23:13:51.280Zadding route 172.17.0.11/32 -> 10.0.0.255May 15 23:13:50.091May 15 23:13:50.091
50162026-05-15T23:13:51.280Z INFO adding route 172.17.0.2/32 -> 10.0.0.255INFO
50172026-05-15T23:13:51.280ZMay 15 23:13:50.091May 15 23:13:50.091 adding route 3fff:dead::/64 -> 2001:db8::55:3
50182026-05-15T23:13:51.280ZDEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50192026-05-15T23:13:51.280Z
50202026-05-15T23:13:51.280ZMay 15 23:13:50.091May 15 23:13:50.091May 15 23:13:50.091 May 15 23:13:50.091DEBG 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 } }]May 15 23:13:50.091 DEBG
50212026-05-15T23:13:51.280Z 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 } }]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 } }]
50222026-05-15T23:13:51.280Z
50232026-05-15T23:13:51.280ZMay 15 23:13:50.091 INFO May 15 23:13:50.091adding route 172.17.0.3/32 -> 10.0.0.255
50242026-05-15T23:13:51.280ZMay 15 23:13:50.091INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255May 15 23:13:50.091
50252026-05-15T23:13:51.280Z adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
50262026-05-15T23:13:51.280Z May 15 23:13:50.091replacing 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 } }]
50272026-05-15T23:13:51.280ZDEBG 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 } }]
50282026-05-15T23:13:51.280ZMay 15 23:13:50.091May 15 23:13:50.091 INFOMay 15 23:13:50.091 INFOadding route 172.17.0.4/32 -> 10.0.0.255 INFO
50292026-05-15T23:13:51.280Zadding route 172.17.0.31/32 -> 10.0.0.255
50302026-05-15T23:13:51.280ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
50312026-05-15T23:13:51.280ZMay 15 23:13:50.091replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] May 15 23:13:50.091DEBG
50322026-05-15T23:13:51.280ZDEBGMay 15 23:13:50.091 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
50332026-05-15T23:13:51.280Z 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 } }]initted freemap. size: 64
50342026-05-15T23:13:51.280Z, unit: May 15 23:13:50.091May 15 23:13:50.091 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
50352026-05-15T23:13:51.280Zfreemap_route_ipv4
50362026-05-15T23:13:51.280Z
50372026-05-15T23:13:51.280ZMay 15 23:13:50.091 May 15 23:13:50.091 May 15 23:13:50.091DEBG DEBGadding route 172.17.0.12/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
50382026-05-15T23:13:51.280Z
50392026-05-15T23:13:51.280Zreplacing 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 } }]
50402026-05-15T23:13:51.280ZMay 15 23:13:50.091
50412026-05-15T23:13:51.280Z DEBGMay 15 23:13:50.091 reset freemapINFOMay 15 23:13:50.091, unit :May 15 23:13:50.091adding route 172.17.0.6/32 -> 10.0.0.255INFO
50422026-05-15T23:13:51.280ZMay 15 23:13:50.091 WARNDEBG adding route 172.17.0.33/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 } }] May 15 23:13:50.091
50432026-05-15T23:13:51.280Z
50442026-05-15T23:13:51.280Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50452026-05-15T23:13:51.280ZDEBGfreemap_route_ipv4 May 15 23:13:50.091May 15 23:13:50.091replacing 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 } }]
50462026-05-15T23:13:51.280Z
50472026-05-15T23:13:51.280Z INFODEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.091adding route 172.17.0.13/32 -> 10.0.0.255 May 15 23:13:50.091
50482026-05-15T23:13:51.280ZINFO
50492026-05-15T23:13:51.280Z adding route 172.17.0.7/32 -> 10.0.0.255
50502026-05-15T23:13:51.280ZDEBG May 15 23:13:50.091 May 15 23:13:50.091replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:13:50.091
50512026-05-15T23:13:51.280Z DEBGDEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255
50522026-05-15T23:13:51.281Z
50532026-05-15T23:13:51.281Zreplacing 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 } }]May 15 23:13:50.091
50542026-05-15T23:13:51.281Z May 15 23:13:50.091DEBG 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 } }]
50552026-05-15T23:13:51.281ZMay 15 23:13:50.091May 15 23:13:50.091adding route 172.17.0.8/32 -> 10.0.0.255 DEBGINFO
50562026-05-15T23:13:51.281Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
50572026-05-15T23:13:51.281Z
50582026-05-15T23:13:51.281ZMay 15 23:13:50.091May 15 23:13:50.091 May 15 23:13:50.084May 15 23:13:50.091DEBG 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 } }]
50592026-05-15T23:13:51.281Z INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255created new freemap
50602026-05-15T23:13:51.281Zreplacing 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 } }],
50612026-05-15T23:13:51.281Zunit:May 15 23:13:50.091 May 15 23:13:50.091DEBG freemap_route_ipv4INFOreplacing 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 } }]
50622026-05-15T23:13:51.281Z
50632026-05-15T23:13:51.281Zadding route 172.17.0.15/32 -> 10.0.0.255May 15 23:13:50.091
50642026-05-15T23:13:51.281Z INFO adding route 172.17.0.9/32 -> 10.0.0.255
50652026-05-15T23:13:51.281ZMay 15 23:13:50.091May 15 23:13:50.091 May 15 23:13:50.091DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50662026-05-15T23:13:51.281Zcreated new freemapMay 15 23:13:50.091INFO , adding route 172.17.0.36/32 -> 10.0.0.255May 15 23:13:50.091DEBGunit
50672026-05-15T23:13:51.281ZINFO : 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.16/32 -> 10.0.0.255
50682026-05-15T23:13:51.281Z
50692026-05-15T23:13:51.281Zfreemap_route_ipv6May 15 23:13:50.091 INFO May 15 23:13:50.092 adding route 172.17.0.10/32 -> 10.0.0.255May 15 23:13:50.091
50702026-05-15T23:13:51.281Z DEBGDEBG May 15 23:13:50.098replacing 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 } }]
50712026-05-15T23:13:51.281Zcreated new freemapDEBG, 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 } }]
50722026-05-15T23:13:51.281Z:May 15 23:13:50.098 freemap_route_ipv4May 15 23:13:50.098
50732026-05-15T23:13:51.281Z INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
50742026-05-15T23:13:51.281ZMay 15 23:13:50.098
50752026-05-15T23:13:51.281Z DEBG May 15 23:13:50.098created new freemap May 15 23:13:50.098DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50762026-05-15T23:13:51.281Z, 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 } }]unit
50772026-05-15T23:13:51.281Z: freemap_route_ipv6May 15 23:13:50.092May 15 23:13:50.098
50782026-05-15T23:13:51.281Z May 15 23:13:50.098DEBG May 15 23:13:50.098 created new freemapINFO , INFOINFOadding route 172.17.0.12/32 -> 10.0.0.255
50792026-05-15T23:13:51.281Zadding route 3fff:dead::/64 -> 2001:db8::55:1unit
50802026-05-15T23:13:51.281Zadding route 172.17.0.18/32 -> 10.0.0.255:
50812026-05-15T23:13:51.281ZMay 15 23:13:50.098 May 15 23:13:50.098 DEBGfreemap_route_ipv4 DEBG
50822026-05-15T23:13:51.281Zreplacing 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 } }]
50832026-05-15T23:13:51.281Zinitted freemap. size: 64May 15 23:13:50.098, unitDEBG: May 15 23:13:50.098 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 } }]freemap_route_ipv6
50842026-05-15T23:13:51.281ZINFO
50852026-05-15T23:13:51.281Zadding route 172.17.0.13/32 -> 10.0.0.255
50862026-05-15T23:13:51.281ZMay 15 23:13:50.098May 15 23:13:50.098 DEBGMay 15 23:13:50.098May 15 23:13:50.098 created new freemap DEBG, DEBGunit :reset freemap replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], freemap_route_ipv6INFO
50872026-05-15T23:13:51.281Zunit:
50882026-05-15T23:13:51.281Z freemap_route_ipv6May 15 23:13:50.098
50892026-05-15T23:13:51.281Zadding route 172.17.0.19/32 -> 10.0.0.255
50902026-05-15T23:13:51.286ZINFOMay 15 23:13:50.098May 15 23:13:50.098May 15 23:13:50.098 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 } }]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 } }]
50912026-05-15T23:13:51.286Zadding route 3fff:dead::/64 -> 2001:db8::55:1
50922026-05-15T23:13:51.286Z
50932026-05-15T23:13:51.286ZMay 15 23:13:50.098May 15 23:13:50.098 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255May 15 23:13:50.098
50942026-05-15T23:13:51.286ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 initted freemap. size: 64
50952026-05-15T23:13:51.286Z, unitINFO: May 15 23:13:50.098 May 15 23:13:50.098DEBGadding route 172.17.0.20/32 -> 10.0.0.255
50962026-05-15T23:13:51.286Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6DEBG
50972026-05-15T23:13:51.286Z
50982026-05-15T23:13:51.286Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]May 15 23:13:50.098
50992026-05-15T23:13:51.286Z DEBG May 15 23:13:50.098replacing 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 } }]
51002026-05-15T23:13:51.286ZMay 15 23:13:50.098INFO INFO May 15 23:13:50.098adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.15/32 -> 10.0.0.255
51012026-05-15T23:13:51.286ZDEBG
51022026-05-15T23:13:51.286ZMay 15 23:13:50.098 INFO May 15 23:13:50.098reset freemap adding route 172.17.0.21/32 -> 10.0.0.255May 15 23:13:50.098
51032026-05-15T23:13:51.286Z 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 } }],
51042026-05-15T23:13:51.286ZunitMay 15 23:13:50.098: DEBGMay 15 23:13:50.098 freemap_route_ipv6replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51052026-05-15T23:13:51.286Zreplacing 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 } }]
51062026-05-15T23:13:51.286Zadding route 3fff:dead::/64 -> 2001:db8::55:4
51072026-05-15T23:13:51.286Z
51082026-05-15T23:13:51.286ZMay 15 23:13:50.098May 15 23:13:50.098 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 } }]
51092026-05-15T23:13:51.286Z INFOMay 15 23:13:50.098 May 15 23:13:50.098 adding route 172.17.0.16/32 -> 10.0.0.255INFO
51102026-05-15T23:13:51.286ZDEBG May 15 23:13:50.098replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
51112026-05-15T23:13:51.286ZINFOadding route 172.17.0.22/32 -> 10.0.0.255 May 15 23:13:50.098
51122026-05-15T23:13:51.286ZMay 15 23:13:50.098 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGDEBG
51132026-05-15T23:13:51.286Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
51142026-05-15T23:13:51.286Z
51152026-05-15T23:13:51.286ZMay 15 23:13:50.098May 15 23:13:50.098May 15 23:13:50.098 INFODEBG adding route 172.17.0.17/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 } }]DEBG
51162026-05-15T23:13:51.286Z 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 } }]
51172026-05-15T23:13:51.286Z
51182026-05-15T23:13:51.286ZMay 15 23:13:50.098May 15 23:13:50.098 INFO adding route 172.17.0.23/32 -> 10.0.0.255
51192026-05-15T23:13:51.286ZDEBG 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 } }]May 15 23:13:50.098
51202026-05-15T23:13:51.286ZMay 15 23:13:50.098 DEBG May 15 23:13:50.098 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 } }] INFOadding route 3fff:beef:15::/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:3, vlan_id: None } }]
51212026-05-15T23:13:51.287Z
51222026-05-15T23:13:51.287Zadding route 172.17.0.18/32 -> 10.0.0.255
51232026-05-15T23:13:51.287Z
51242026-05-15T23:13:51.287ZMay 15 23:13:50.098 INFO adding route 172.17.0.24/32 -> 10.0.0.255
51252026-05-15T23:13:51.287ZMay 15 23:13:50.098 May 15 23:13:50.098DEBG DEBGMay 15 23:13:50.098 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 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 } }]
51262026-05-15T23:13:51.287Z
51272026-05-15T23:13:51.287Zreplacing 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 } }]
51282026-05-15T23:13:51.287ZMay 15 23:13:50.098 INFOMay 15 23:13:50.098 May 15 23:13:50.098adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
51292026-05-15T23:13:51.287Z INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
51302026-05-15T23:13:51.287Z
51312026-05-15T23:13:51.287ZMay 15 23:13:50.098 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 } }]
51322026-05-15T23:13:51.287ZMay 15 23:13:50.098May 15 23:13:50.098 May 15 23:13:50.098DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
51332026-05-15T23:13:51.287Z
51342026-05-15T23:13:51.287Zreplacing 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 } }]
51352026-05-15T23:13:51.287ZMay 15 23:13:50.098 May 15 23:13:50.098INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255
51362026-05-15T23:13:51.287Zadding route 172.17.0.26/32 -> 10.0.0.255May 15 23:13:50.098
51372026-05-15T23:13:51.287Z 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 } }]
51382026-05-15T23:13:51.287ZMay 15 23:13:50.091May 15 23:13:50.098 DEBGMay 15 23:13:50.098 May 15 23:13:50.098replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51392026-05-15T23:13:51.287Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
51402026-05-15T23:13:51.287Zreplacing 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 } }]May 15 23:13:50.098DEBG
51412026-05-15T23:13:51.287ZINFOreplacing 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 } }] May 15 23:13:50.098
51422026-05-15T23:13:51.287Zadding route 172.17.0.37/32 -> 10.0.0.255
51432026-05-15T23:13:51.287ZDEBGMay 15 23:13:50.098May 15 23:13:50.098May 15 23:13:50.098 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255
51442026-05-15T23:13:51.287ZINFO 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.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.27/32 -> 10.0.0.255May 15 23:13:50.092
51452026-05-15T23:13:51.287Z
51462026-05-15T23:13:51.287Z
51472026-05-15T23:13:51.287ZMay 15 23:13:50.098 DEBGDEBGMay 15 23:13:50.098 May 15 23:13:50.098May 15 23:13:50.098 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 } }]created new freemap DEBG
51482026-05-15T23:13:51.287Z INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.38/32 -> 10.0.0.255
51492026-05-15T23:13:51.287Z ,
51502026-05-15T23:13:51.287ZunitMay 15 23:13:50.098: adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO May 15 23:13:50.098 freemap_route_ipv4
51512026-05-15T23:13:51.287Zadding route 172.17.0.22/32 -> 10.0.0.255May 15 23:13:50.098
51522026-05-15T23:13:51.287Z
51532026-05-15T23:13:51.287Z DEBG INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.098adding route 172.17.0.28/32 -> 10.0.0.255
51542026-05-15T23:13:51.287ZMay 15 23:13:50.098 DEBG
51552026-05-15T23:13:51.287Z 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 } }]DEBGMay 15 23:13:50.098
51562026-05-15T23:13:51.287Zreplacing 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
51572026-05-15T23:13:51.287ZMay 15 23:13:50.098adding route 172.17.0.39/32 -> 10.0.0.255May 15 23:13:50.098
51582026-05-15T23:13:51.287Z DEBGDEBGMay 15 23:13:50.098 May 15 23:13:50.098 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51592026-05-15T23:13:51.287Ztest route::tests::same_size_non_subset_replace ... ok
51602026-05-15T23:13:51.287Zcreated new freemapMay 15 23:13:50.098 INFODEBGadding route 172.17.0.23/32 -> 10.0.0.255
51612026-05-15T23:13:51.288Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff,
51622026-05-15T23:13:51.288ZMay 15 23:13:50.098replacing 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 } }] INFOunit:
51632026-05-15T23:13:51.288ZMay 15 23:13:50.098 May 15 23:13:50.098DEBG adding route 172.17.0.29/32 -> 10.0.0.255May 15 23:13:50.098freemap_route_ipv6 DEBG
51642026-05-15T23:13:51.288Zreplacing 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 } }]
51652026-05-15T23:13:51.288ZINFO adding route 172.17.0.40/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 } }]
51662026-05-15T23:13:51.288ZMay 15 23:13:50.098May 15 23:13:50.098
51672026-05-15T23:13:51.288Z
51682026-05-15T23:13:51.288Z DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] May 15 23:13:50.098May 15 23:13:50.098
51692026-05-15T23:13:51.288ZDEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51702026-05-15T23:13:51.288Z
51712026-05-15T23:13:51.288Zadding route 172.17.0.24/32 -> 10.0.0.255May 15 23:13:50.098May 15 23:13:50.098 INFOINFO
51722026-05-15T23:13:51.288ZMay 15 23:13:50.098May 15 23:13:50.098adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.30/32 -> 10.0.0.255
51732026-05-15T23:13:51.288ZINFO
51742026-05-15T23:13:51.288Z May 15 23:13:50.098DEBG DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.098
51752026-05-15T23:13:51.288Zreplacing 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 } }]
51762026-05-15T23:13:51.288Z 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 } }]
51772026-05-15T23:13:51.288Z
51782026-05-15T23:13:51.288ZMay 15 23:13:50.098 May 15 23:13:50.098May 15 23:13:50.098INFOMay 15 23:13:50.098 INFOMay 15 23:13:50.098DEBGadding route 172.17.0.25/32 -> 10.0.0.255 DEBGINFOreplacing 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 } }]
51792026-05-15T23:13:51.288Z initted freemap. size: 64
51802026-05-15T23:13:51.288Ztest transceivers::mpn_test::test_mpn_missing ... ok
51812026-05-15T23:13:51.288Ztest transceivers::mpn_test::test_mpn_present ... ok
51822026-05-15T23:13:51.288Ztest transceivers::mpn_test::test_xcvr_missing ... ok
51832026-05-15T23:13:51.288Ztest route::tests::shrink_preserves_compacted_order ... ok
51842026-05-15T23:13:51.288Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
51852026-05-15T23:13:51.288Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
51862026-05-15T23:13:51.288Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
51872026-05-15T23:13:51.288Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
51882026-05-15T23:13:51.288Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
51892026-05-15T23:13:51.288Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
51902026-05-15T23:13:51.292Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
51912026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
51922026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
51932026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
51942026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
51952026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
51962026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
51972026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
51982026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
51992026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52002026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52012026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52022026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52032026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52042026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52052026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52062026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52072026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52082026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52092026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52102026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52112026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52122026-05-15T23:13:51.293Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52132026-05-15T23:13:51.293Z, unitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff:May 15 23:13:50.098 freemap_route_ipv6
52142026-05-15T23:13:51.293ZMay 15 23:13:50.099 DEBG
52152026-05-15T23:13:51.293Z created new freemapMay 15 23:13:50.098, unit INFO May 15 23:13:50.105adding route 172.17.0.42/32 -> 10.0.0.255 May 15 23:13:50.099DEBG
52162026-05-15T23:13:51.293Z: DEBGfreemap_route_ipv4replacing 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 } }]
52172026-05-15T23:13:51.293Z
52182026-05-15T23:13:51.293ZMay 15 23:13:50.105 created new freemapDEBG, May 15 23:13:50.105 unitreplacing 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 } }]May 15 23:13:50.105
52192026-05-15T23:13:51.293Z:DEBG freemap_route_ipv4
52202026-05-15T23:13:51.293ZMay 15 23:13:50.105INFOcreated new freemap INFO, adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunitadding route 172.17.0.43/32 -> 10.0.0.255
52212026-05-15T23:13:51.293Z
52222026-05-15T23:13:51.293ZMay 15 23:13:50.105: freemap_route_ipv6DEBG
52232026-05-15T23:13:51.293Z May 15 23:13:50.105created new freemapMay 15 23:13:50.105 DEBG , DEBGMay 15 23:13:50.105replacing 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 } }]
52242026-05-15T23:13:51.293Z 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 } }] unit
52252026-05-15T23:13:51.293Z:adding route 172.16.0.0/32 -> 10.0.0.1May 15 23:13:50.105
52262026-05-15T23:13:51.293Z INFOMay 15 23:13:50.105 May 15 23:13:50.105freemap_route_ipv6 adding route 172.17.0.44/32 -> 10.0.0.255INFO
52272026-05-15T23:13:51.293Z
52282026-05-15T23:13:51.293Z DEBG initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff, May 15 23:13:50.105
52292026-05-15T23:13:51.293Z DEBGunitMay 15 23:13:50.105 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 } }]:
52302026-05-15T23:13:51.294ZINFO adding route 172.16.0.0/32 -> 10.0.0.1May 15 23:13:50.105freemap_route_ipv4
52312026-05-15T23:13:51.294ZMay 15 23:13:50.105
52322026-05-15T23:13:51.294Z DEBGINFO May 15 23:13:50.105 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 172.17.0.45/32 -> 10.0.0.255DEBG
52332026-05-15T23:13:51.294Z
52342026-05-15T23:13:51.294ZMay 15 23:13:50.105reset freemap , May 15 23:13:50.105DEBGunit :INFO initted freemap. size: 64freemap_route_ipv4adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff,
52352026-05-15T23:13:51.294Zunit
52362026-05-15T23:13:51.294ZMay 15 23:13:50.105: May 15 23:13:50.105DEBG May 15 23:13:50.105 DEBGfreemap_route_ipv4replacing 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 } }]
52372026-05-15T23:13:51.294Z
52382026-05-15T23:13:51.294Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52392026-05-15T23:13:51.294Z
52402026-05-15T23:13:51.294ZMay 15 23:13:50.105May 15 23:13:50.105 INFODEBG May 15 23:13:50.105adding route 172.17.0.46/32 -> 10.0.0.255 May 15 23:13:50.105
52412026-05-15T23:13:51.294ZINFO INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.2May 15 23:13:50.105adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
52422026-05-15T23:13:51.294Z
52432026-05-15T23:13:51.294ZDEBG unit:replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.105
52442026-05-15T23:13:51.294Z May 15 23:13:50.105DEBG 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 } }]
52452026-05-15T23:13:51.294Zreplacing 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 } }]freemap_route_ipv4May 15 23:13:50.105
52462026-05-15T23:13:51.294Z
52472026-05-15T23:13:51.294Z May 15 23:13:50.105INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
52482026-05-15T23:13:51.294ZMay 15 23:13:50.105May 15 23:13:50.105replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
52492026-05-15T23:13:51.294Z INFO May 15 23:13:50.105adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
52502026-05-15T23:13:51.294ZDEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52512026-05-15T23:13:51.294Z
52522026-05-15T23:13:51.294ZMay 15 23:13:50.105 DEBGMay 15 23:13:50.105May 15 23:13:50.105 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 } }]
52532026-05-15T23:13:51.294Z INFOMay 15 23:13:50.105 adding route 172.16.0.0/32 -> 10.0.0.2INFOINFO
52542026-05-15T23:13:51.294Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
52552026-05-15T23:13:51.294ZMay 15 23:13:50.105 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.48/32 -> 10.0.0.255
52562026-05-15T23:13:51.294Zreset freemap
52572026-05-15T23:13:51.294Z, May 15 23:13:50.105May 15 23:13:50.105unit :DEBG
52582026-05-15T23:13:51.294Z 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 } }]May 15 23:13:50.105 freemap_route_ipv6
52592026-05-15T23:13:51.294Z
52602026-05-15T23:13:51.294Z DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
52612026-05-15T23:13:51.294ZMay 15 23:13:50.105May 15 23:13:50.105May 15 23:13:50.105
52622026-05-15T23:13:51.294ZINFOINFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.49/32 -> 10.0.0.255
52632026-05-15T23:13:51.294Z
52642026-05-15T23:13:51.294Zadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:13:50.105
52652026-05-15T23:13:51.294Z INFO May 15 23:13:50.105adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
52662026-05-15T23:13:51.294ZMay 15 23:13:50.105INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:13:50.105
52672026-05-15T23:13:51.294Z initted freemap. size: 64DEBG, 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 } }]May 15 23:13:50.105
52682026-05-15T23:13:51.295ZMay 15 23:13:50.105: May 15 23:13:50.105DEBG DEBGfreemap_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 } }]INFO
52692026-05-15T23:13:51.295Z adding route 172.16.0.0/32 -> 10.0.0.3
52702026-05-15T23:13:51.295ZMay 15 23:13:50.105
52712026-05-15T23:13:51.295ZMay 15 23:13:50.105replacing 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 } }]
52722026-05-15T23:13:51.295Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOMay 15 23:13:50.105
52732026-05-15T23:13:51.295Z May 15 23:13:50.105 INFODEBGadding route 172.17.0.50/32 -> 10.0.0.255
52742026-05-15T23:13:51.295Zreset freemapMay 15 23:13:50.105, unit:adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG May 15 23:13:50.105 freemap_route_ipv4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:13:50.105
52752026-05-15T23:13:51.295Z
52762026-05-15T23:13:51.295Z
52772026-05-15T23:13:51.295ZDEBGDEBG 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 } }]May 15 23:13:50.105
52782026-05-15T23:13:51.295ZINFO May 15 23:13:50.105 adding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
52792026-05-15T23:13:51.295ZMay 15 23:13:50.105DEBGMay 15 23:13:50.105
52802026-05-15T23:13:51.295ZINFO May 15 23:13:50.105replacing 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 } }]
52812026-05-15T23:13:51.295Z DEBG adding route 172.17.0.51/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 } }]
52822026-05-15T23:13:51.295Z
52832026-05-15T23:13:51.295ZDEBG May 15 23:13:50.105replacing 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 } }]May 15 23:13:50.105 May 15 23:13:50.105 DEBGINFOINFO
52842026-05-15T23:13:51.295Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
52852026-05-15T23:13:51.295ZMay 15 23:13:50.105
52862026-05-15T23:13:51.295Zadding route 172.16.0.0/32 -> 10.0.0.4
52872026-05-15T23:13:51.295ZDEBG 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 } }]May 15 23:13:50.105
52882026-05-15T23:13:51.295ZDEBGMay 15 23:13:50.105 May 15 23:13:50.105 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 } }]INFO
52892026-05-15T23:13:51.295Z May 15 23:13:50.105DEBG INFOMay 15 23:13:50.105adding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO
52902026-05-15T23:13:51.299Z adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
52912026-05-15T23:13:51.299Z
52922026-05-15T23:13:51.299Z
52932026-05-15T23:13:51.299ZMay 15 23:13:50.105May 15 23:13:50.105 May 15 23:13:50.105DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52942026-05-15T23:13:51.299Z May 15 23:13:50.105DEBG replacing targets for 172.16.0.0/32 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 } }]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 } }]
52952026-05-15T23:13:51.299Zreplacing 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 } }]May 15 23:13:50.105
52962026-05-15T23:13:51.299ZINFO
52972026-05-15T23:13:51.299Z adding route 172.16.0.0/32 -> 10.0.0.2May 15 23:13:50.105
52982026-05-15T23:13:51.299Z INFOMay 15 23:13:50.105 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
52992026-05-15T23:13:51.299Zadding route 172.17.0.53/32 -> 10.0.0.255
53002026-05-15T23:13:51.299ZMay 15 23:13:50.105May 15 23:13:50.105 May 15 23:13:50.105 DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53012026-05-15T23:13:51.299Zreplacing 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 } }]
53022026-05-15T23:13:51.299Z
53032026-05-15T23:13:51.299Z May 15 23:13:50.105May 15 23:13:50.105May 15 23:13:50.105 DEBG INFO INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
53042026-05-15T23:13:51.299Zadding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53052026-05-15T23:13:51.299Z
53062026-05-15T23:13:51.299Z
53072026-05-15T23:13:51.299ZMay 15 23:13:50.105 DEBG May 15 23:13:50.105replacing 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 } }]May 15 23:13:50.105 May 15 23:13:50.105DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53082026-05-15T23:13:51.300Zadding route 172.17.0.26/32 -> 10.0.0.255
53092026-05-15T23:13:51.300Z
53102026-05-15T23:13:51.300Z DEBG May 15 23:13:50.105May 15 23:13:50.105 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 } }]May 15 23:13:50.105
53112026-05-15T23:13:51.300ZINFO INFODEBG 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.255May 15 23:13:50.105adding route 172.17.0.1/32 -> 10.0.0.255
53122026-05-15T23:13:51.300Z
53132026-05-15T23:13:51.300Z
53142026-05-15T23:13:51.300Z INFO May 15 23:13:50.105adding route 3fff:beef:28::/64 -> 2001:db8::55:ff May 15 23:13:50.105
53152026-05-15T23:13:51.300ZDEBG DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]May 15 23:13:50.106
53162026-05-15T23:13:51.300Z adding route 172.17.0.31/32 -> 10.0.0.255DEBG
53172026-05-15T23:13:51.300Zcreated new freemapMay 15 23:13:50.105, unitDEBG: 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 } }]freemap_route_ipv4
53182026-05-15T23:13:51.300Z
53192026-05-15T23:13:51.300ZMay 15 23:13:50.111 DEBG May 15 23:13:50.111replacing 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 } }]
53202026-05-15T23:13:51.300Z
53212026-05-15T23:13:51.300ZMay 15 23:13:50.111May 15 23:13:50.111 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255created new freemapMay 15 23:13:50.111,
53222026-05-15T23:13:51.300Zunit : INFOfreemap_route_ipv6
53232026-05-15T23:13:51.300ZINFO May 15 23:13:50.111adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
53242026-05-15T23:13:51.300ZMay 15 23:13:50.111May 15 23:13:50.111 INFO
53252026-05-15T23:13:51.300ZINFODEBG May 15 23:13:50.111adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
53262026-05-15T23:13:51.300Z
53272026-05-15T23:13:51.300ZDEBG 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 } }]
53282026-05-15T23:13:51.300Zreplacing 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 } }]May 15 23:13:50.111May 15 23:13:50.111
53292026-05-15T23:13:51.300Z May 15 23:13:50.111 DEBG initted freemap. size: 64DEBG, May 15 23:13:50.111 unitMay 15 23:13:50.111replacing 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
53302026-05-15T23:13:51.300Z INFOINFO: replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
53312026-05-15T23:13:51.300Zadding route 172.17.0.33/32 -> 10.0.0.255
53322026-05-15T23:13:51.300ZMay 15 23:13:50.111
53332026-05-15T23:13:51.300ZMay 15 23:13:50.111 DEBG INFOreset freemapadding route 172.17.0.3/32 -> 10.0.0.255, May 15 23:13:50.111unitadding route 172.17.0.57/32 -> 10.0.0.255:
53342026-05-15T23:13:51.300Z
53352026-05-15T23:13:51.300Zfreemap_route_ipv4 May 15 23:13:50.111
53362026-05-15T23:13:51.300ZDEBGMay 15 23:13:50.111INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffMay 15 23:13:50.111
53372026-05-15T23:13:51.300Z
53382026-05-15T23:13:51.300ZDEBG May 15 23:13:50.111 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 } }] May 15 23:13:50.111 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:13:50.111
53392026-05-15T23:13:51.300Z
53402026-05-15T23:13:51.300Z INFODEBGDEBG May 15 23:13:50.111replacing 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: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 } }] INFOadding route 172.17.0.34/32 -> 10.0.0.255
53412026-05-15T23:13:51.300Zadding route 172.16.0.0/32 -> 10.0.0.2
53422026-05-15T23:13:51.300ZMay 15 23:13:50.111
53432026-05-15T23:13:51.300Z
53442026-05-15T23:13:51.300Z INFO May 15 23:13:50.111May 15 23:13:50.111adding route 172.17.0.4/32 -> 10.0.0.255 May 15 23:13:50.111DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
53452026-05-15T23:13:51.300ZMay 15 23:13:50.111
53462026-05-15T23:13:51.300Zadding route 172.17.0.58/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 } }]
53472026-05-15T23:13:51.301Z
53482026-05-15T23:13:51.301ZINFOMay 15 23:13:50.111 May 15 23:13:50.111adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFO DEBGMay 15 23:13:50.111adding route 172.16.0.0/32 -> 10.0.0.3
53492026-05-15T23:13:51.301ZDEBG
53502026-05-15T23:13:51.301Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.111
53512026-05-15T23:13:51.301Z DEBG
53522026-05-15T23:13:51.301Z May 15 23:13:50.111replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]May 15 23:13:50.111
53532026-05-15T23:13:51.301Z INFOMay 15 23:13:50.111 adding route 172.17.0.35/32 -> 10.0.0.255May 15 23:13:50.111May 15 23:13:50.111
53542026-05-15T23:13:51.301Z INFO INFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG
53552026-05-15T23:13:51.301Zadding route 172.17.0.59/32 -> 10.0.0.255INFO 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 } }]
53562026-05-15T23:13:51.301Zadding route 172.17.0.5/32 -> 10.0.0.255May 15 23:13:50.112May 15 23:13:50.112
53572026-05-15T23:13:51.301Ztest route::tests::delete_target_fragmented ... ok
53582026-05-15T23:13:51.301ZDEBG 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 } }]
53592026-05-15T23:13:51.301Zreplacing 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 } }]May 15 23:13:50.112 DEBG
53602026-05-15T23:13:51.301Z
53612026-05-15T23:13:51.301Z May 15 23:13:50.112replacing 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 } }]
53622026-05-15T23:13:51.301ZMay 15 23:13:50.112DEBGMay 15 23:13:50.112 May 15 23:13:50.112 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
53632026-05-15T23:13:51.301Z DEBGMay 15 23:13:50.112 INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255INFO
53642026-05-15T23:13:51.301Z adding route 172.17.0.60/32 -> 10.0.0.255
53652026-05-15T23:13:51.301Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
53662026-05-15T23:13:51.301Z
53672026-05-15T23:13:51.301ZMay 15 23:13:50.112 May 15 23:13:50.112INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255 May 15 23:13:50.112replacing 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 } }]
53682026-05-15T23:13:51.301Z
53692026-05-15T23:13:51.301Z May 15 23:13:50.112DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:13:50.112
53702026-05-15T23:13:51.301Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG failed to allocate space for the new target list
53712026-05-15T23:13:51.301ZMay 15 23:13:50.118 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
53722026-05-15T23:13:51.301ZMay 15 23:13:50.118May 15 23:13:50.112May 15 23:13:50.118 DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53732026-05-15T23:13:51.301Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53742026-05-15T23:13:51.301ZDEBG 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 } }]May 15 23:13:50.105
53752026-05-15T23:13:51.301Z May 15 23:13:50.118INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255
53762026-05-15T23:13:51.301Zadding route 172.17.0.7/32 -> 10.0.0.255
53772026-05-15T23:13:51.301ZMay 15 23:13:50.118 INFOMay 15 23:13:50.118 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
53782026-05-15T23:13:51.301Z 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 } }]
53792026-05-15T23:13:51.301ZMay 15 23:13:50.118May 15 23:13:50.118 May 15 23:13:50.118DEBGDEBG 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.8/32 -> 10.0.0.255replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53802026-05-15T23:13:51.301Z
53812026-05-15T23:13:51.301Z
53822026-05-15T23:13:51.301ZMay 15 23:13:50.118May 15 23:13:50.118May 15 23:13:50.118 DEBGINFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53832026-05-15T23:13:51.301Z
53842026-05-15T23:13:51.301Zadding route 172.17.0.28/32 -> 10.0.0.255
53852026-05-15T23:13:51.301ZMay 15 23:13:50.118 May 15 23:13:50.118INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255
53862026-05-15T23:13:51.302Zreplacing 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 } }]
53872026-05-15T23:13:51.302ZMay 15 23:13:50.118 DEBGMay 15 23:13:50.118 May 15 23:13:50.118replacing 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 } }]
53882026-05-15T23:13:51.302ZDEBG 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
53892026-05-15T23:13:51.302Z May 15 23:13:50.118adding route 172.17.0.29/32 -> 10.0.0.255
53902026-05-15T23:13:51.306ZINFOMay 15 23:13:50.118 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
53912026-05-15T23:13:51.306Zadding route 172.17.0.10/32 -> 10.0.0.255
53922026-05-15T23:13:51.306ZMay 15 23:13:50.118 DEBGMay 15 23:13:50.118 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
53932026-05-15T23:13:51.306Z 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 } }]
53942026-05-15T23:13:51.306ZMay 15 23:13:50.118 INFOMay 15 23:13:50.118 adding route 172.17.0.30/32 -> 10.0.0.255INFO
53952026-05-15T23:13:51.306Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
53962026-05-15T23:13:51.306ZMay 15 23:13:50.118May 15 23:13:50.118 DEBGDEBG May 15 23:13:50.118replacing 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 } }]
53972026-05-15T23:13:51.306Zreplacing 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 } }]
53982026-05-15T23:13:51.306ZDEBG 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 } }]May 15 23:13:50.118
53992026-05-15T23:13:51.306Z INFOMay 15 23:13:50.118 adding route 172.17.0.11/32 -> 10.0.0.255May 15 23:13:50.118
54002026-05-15T23:13:51.306Z INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
54012026-05-15T23:13:51.306ZMay 15 23:13:50.118adding route 172.17.0.31/32 -> 10.0.0.255
54022026-05-15T23:13:51.306ZDEBG May 15 23:13:50.118replacing 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 } }]
54032026-05-15T23:13:51.306ZDEBG 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 } }]
54042026-05-15T23:13:51.306ZMay 15 23:13:50.118 INFOMay 15 23:13:50.118 adding route 172.17.0.12/32 -> 10.0.0.255INFO
54052026-05-15T23:13:51.306Z May 15 23:13:50.118adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
54062026-05-15T23:13:51.306ZDEBG 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 } }]May 15 23:13:50.118
54072026-05-15T23:13:51.306Z May 15 23:13:50.118DEBG DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54082026-05-15T23:13:51.306Zreplacing 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 } }]
54092026-05-15T23:13:51.306ZMay 15 23:13:50.118 May 15 23:13:50.118INFO May 15 23:13:50.118adding route 172.17.0.32/32 -> 10.0.0.255
54102026-05-15T23:13:51.306ZINFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
54112026-05-15T23:13:51.306Z
54122026-05-15T23:13:51.306ZMay 15 23:13:50.118 DEBG May 15 23:13:50.118replacing 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 } }]May 15 23:13:50.118
54132026-05-15T23:13:51.306Z DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54142026-05-15T23:13:51.306Zreplacing 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 } }]
54152026-05-15T23:13:51.306ZMay 15 23:13:50.118May 15 23:13:50.118 May 15 23:13:50.118INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255
54162026-05-15T23:13:51.306Zadding route 172.17.0.33/32 -> 10.0.0.255
54172026-05-15T23:13:51.306ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
54182026-05-15T23:13:51.306ZMay 15 23:13:50.118 DEBGMay 15 23:13:50.118May 15 23:13:50.118 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 } }]
54192026-05-15T23:13:51.306ZDEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]May 15 23:13:50.118
54202026-05-15T23:13:51.307Z
54212026-05-15T23:13:51.307Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
54222026-05-15T23:13:51.307ZMay 15 23:13:50.118 May 15 23:13:50.118INFO INFOMay 15 23:13:50.118 adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
54232026-05-15T23:13:51.307Z
54242026-05-15T23:13:51.307Z 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 } }]
54252026-05-15T23:13:51.307ZMay 15 23:13:50.118 DEBGMay 15 23:13:50.118 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54262026-05-15T23:13:51.307Z May 15 23:13:50.118replacing 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 } }]
54272026-05-15T23:13:51.307ZINFO May 15 23:13:50.118adding route 172.17.0.35/32 -> 10.0.0.255
54282026-05-15T23:13:51.307ZINFO adding route 172.17.0.16/32 -> 10.0.0.255May 15 23:13:50.118
54292026-05-15T23:13:51.307Z INFO
54302026-05-15T23:13:51.307Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffMay 15 23:13:50.118May 15 23:13:50.118
54312026-05-15T23:13:51.307ZDEBG 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 } }]
54322026-05-15T23:13:51.307ZMay 15 23:13:50.118replacing 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 } }]
54332026-05-15T23:13:51.307ZMay 15 23:13:50.118May 15 23:13:50.118INFO DEBGINFOadding route 172.17.0.37/32 -> 10.0.0.255
54342026-05-15T23:13:51.307Zadding route 172.17.0.17/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 } }]
54352026-05-15T23:13:51.307Z
54362026-05-15T23:13:51.307ZMay 15 23:13:50.118 May 15 23:13:50.118May 15 23:13:50.118INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
54372026-05-15T23:13:51.307ZDEBGreplacing 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 } }] May 15 23:13:50.118replacing 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 } }]
54382026-05-15T23:13:51.307ZMay 15 23:13:50.118
54392026-05-15T23:13:51.307Z DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
54402026-05-15T23:13:51.307ZMay 15 23:13:50.118
54412026-05-15T23:13:51.307Z May 15 23:13:50.118INFO May 15 23:13:50.118adding route 172.17.0.18/32 -> 10.0.0.255
54422026-05-15T23:13:51.307ZINFOINFO adding route 172.17.0.38/32 -> 10.0.0.255May 15 23:13:50.118
54432026-05-15T23:13:51.307Z adding route 172.17.0.37/32 -> 10.0.0.255May 15 23:13:50.118
54442026-05-15T23:13:51.307Z DEBG 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 } }]
54452026-05-15T23:13:51.307ZMay 15 23:13:50.118replacing 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 } }]
54462026-05-15T23:13:51.307ZDEBGMay 15 23:13:50.118 May 15 23:13:50.118 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
54472026-05-15T23:13:51.307Z adding route 172.17.0.19/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 } }]
54482026-05-15T23:13:51.307ZMay 15 23:13:50.118
54492026-05-15T23:13:51.307Z May 15 23:13:50.118INFO INFOMay 15 23:13:50.118 May 15 23:13:50.118DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 172.17.0.39/32 -> 10.0.0.255INFO
54502026-05-15T23:13:51.307Z
54512026-05-15T23:13:51.307Z 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 } }]
54522026-05-15T23:13:51.307Zadding route 172.17.0.38/32 -> 10.0.0.255
54532026-05-15T23:13:51.307Ztest route::tests::delete_targets_fragmented ... ok
54542026-05-15T23:13:51.307ZMay 15 23:13:50.118May 15 23:13:50.118 May 15 23:13:50.118 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 } }]
54552026-05-15T23:13:51.307Zadding route 172.17.0.20/32 -> 10.0.0.255DEBG
54562026-05-15T23:13:51.307Z 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 } }]May 15 23:13:50.118
54572026-05-15T23:13:51.307Z May 15 23:13:50.118DEBGMay 15 23:13:50.118 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54582026-05-15T23:13:51.307Zreplacing 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 } }]
54592026-05-15T23:13:51.307ZMay 15 23:13:50.118INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
54602026-05-15T23:13:51.308ZMay 15 23:13:50.118 adding route 172.17.0.40/32 -> 10.0.0.255May 15 23:13:50.118INFO
54612026-05-15T23:13:51.308Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
54622026-05-15T23:13:51.308Zadding route 172.17.0.39/32 -> 10.0.0.255May 15 23:13:50.118May 15 23:13:50.118
54632026-05-15T23:13:51.308Z DEBGMay 15 23:13:50.118 DEBG DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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.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 } }]
54642026-05-15T23:13:51.308Z
54652026-05-15T23:13:51.308Z
54662026-05-15T23:13:51.308ZMay 15 23:13:50.118May 15 23:13:50.118 DEBGMay 15 23:13:50.118May 15 23:13:50.118 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
54672026-05-15T23:13:51.308ZINFO
54682026-05-15T23:13:51.308Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
54692026-05-15T23:13:51.308Z
54702026-05-15T23:13:51.308ZMay 15 23:13:50.118May 15 23:13:50.118 DEBGMay 15 23:13:50.118DEBG May 15 23:13:50.118replacing 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 } }]
54712026-05-15T23:13:51.308Z 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 } }]
54722026-05-15T23:13:51.308ZMay 15 23:13:50.118DEBG adding route 172.17.0.40/32 -> 10.0.0.255
54732026-05-15T23:13:51.308ZINFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255May 15 23:13:50.118
54742026-05-15T23:13:51.308Z INFO
54752026-05-15T23:13:51.308Z May 15 23:13:50.118adding route 172.17.0.42/32 -> 10.0.0.255May 15 23:13:50.118
54762026-05-15T23:13:51.308Z 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 } }]DEBG
54772026-05-15T23:13:51.308Z 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 } }]May 15 23:13:50.118May 15 23:13:50.118
54782026-05-15T23:13:51.308Z May 15 23:13:50.118DEBG 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 } }]
54792026-05-15T23:13:51.308Zadding route 172.17.0.24/32 -> 10.0.0.255INFO
54802026-05-15T23:13:51.308Z May 15 23:13:50.118adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
54812026-05-15T23:13:51.308ZMay 15 23:13:50.118INFO May 15 23:13:50.118DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255INFO
54822026-05-15T23:13:51.308Z
54832026-05-15T23:13:51.308ZMay 15 23:13:50.118 adding route 172.17.0.41/32 -> 10.0.0.255DEBGMay 15 23:13:50.118May 15 23:13:50.118
54842026-05-15T23:13:51.308Z INFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54852026-05-15T23:13:51.308Zreplacing 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 } }]
54862026-05-15T23:13:51.308ZMay 15 23:13:50.118 DEBG May 15 23:13:50.124replacing 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 } }]
54872026-05-15T23:13:51.308ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
54882026-05-15T23:13:51.308Z
54892026-05-15T23:13:51.308ZMay 15 23:13:50.124 DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54902026-05-15T23:13:51.312ZMay 15 23:13:50.125 INFOMay 15 23:13:50.125 adding route 172.17.0.44/32 -> 10.0.0.255INFO
54912026-05-15T23:13:51.312Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
54922026-05-15T23:13:51.312ZMay 15 23:13:50.125 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 } }]
54932026-05-15T23:13:51.312ZMay 15 23:13:50.125 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 } }]May 15 23:13:50.125
54942026-05-15T23:13:51.313Z INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
54952026-05-15T23:13:51.313ZMay 15 23:13:50.118May 15 23:13:50.125 DEBGINFO adding route 172.17.0.45/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 } }]
54962026-05-15T23:13:51.313Z
54972026-05-15T23:13:51.313ZMay 15 23:13:50.125 DEBGMay 15 23:13:50.124 May 15 23:13:50.125 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 } }] INFODEBG
54982026-05-15T23:13:51.313Zadding route 172.17.0.26/32 -> 10.0.0.255
54992026-05-15T23:13:51.313Zreplacing 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 } }]May 15 23:13:50.125
55002026-05-15T23:13:51.313Z INFO May 15 23:13:50.125May 15 23:13:50.125adding route 172.17.0.42/32 -> 10.0.0.255 May 15 23:13:50.125 DEBG
55012026-05-15T23:13:51.313ZDEBG failed to allocate space for the new target listreplacing 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 } }]
55022026-05-15T23:13:51.313Z INFO
55032026-05-15T23:13:51.313Z adding route 172.17.0.46/32 -> 10.0.0.255
55042026-05-15T23:13:51.313ZMay 15 23:13:50.125May 15 23:13:50.125 DEBGMay 15 23:13:50.125INFO 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 } }]
55052026-05-15T23:13:51.313Zadding route 172.17.0.27/32 -> 10.0.0.255DEBG May 15 23:13:50.125
55062026-05-15T23:13:51.313Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
55072026-05-15T23:13:51.313ZDEBGMay 15 23:13:50.125May 15 23:13:50.125 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 } }]
55082026-05-15T23:13:51.313ZDEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255
55092026-05-15T23:13:51.313ZMay 15 23:13:50.125
55102026-05-15T23:13:51.313ZDEBG May 15 23:13:50.125May 15 23:13:50.125failed to allocate space for the new target list
55112026-05-15T23:13:51.313ZINFO May 15 23:13:50.125adding route 172.17.0.28/32 -> 10.0.0.255
55122026-05-15T23:13:51.313ZINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
55132026-05-15T23:13:51.313ZMay 15 23:13:50.125replacing 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 } }]
55142026-05-15T23:13:51.313ZDEBG May 15 23:13:50.125replacing 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 } }]
55152026-05-15T23:13:51.313ZDEBGMay 15 23:13:50.125 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55162026-05-15T23:13:51.313ZMay 15 23:13:50.125 adding route 172.17.0.44/32 -> 10.0.0.255INFOMay 15 23:13:50.125 adding route 172.17.0.29/32 -> 10.0.0.255
55172026-05-15T23:13:51.313Z
55182026-05-15T23:13:51.313ZINFO adding route 172.17.0.48/32 -> 10.0.0.255May 15 23:13:50.125
55192026-05-15T23:13:51.313ZMay 15 23:13:50.125 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.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 } }]
55202026-05-15T23:13:51.313ZMay 15 23:13:50.125
55212026-05-15T23:13:51.313Z 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 } }]
55222026-05-15T23:13:51.313ZMay 15 23:13:50.125May 15 23:13:50.125 INFOINFO May 15 23:13:50.125adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
55232026-05-15T23:13:51.313Z
55242026-05-15T23:13:51.313ZINFO adding route 172.17.0.49/32 -> 10.0.0.255
55252026-05-15T23:13:51.313ZMay 15 23:13:50.125May 15 23:13:50.125 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 } }]
55262026-05-15T23:13:51.313Zreplacing 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 } }]May 15 23:13:50.125
55272026-05-15T23:13:51.313Z DEBG May 15 23:13:50.125replacing 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 } }]
55282026-05-15T23:13:51.313ZMay 15 23:13:50.125INFO INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
55292026-05-15T23:13:51.313ZMay 15 23:13:50.125
55302026-05-15T23:13:51.313Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
55312026-05-15T23:13:51.313ZMay 15 23:13:50.125May 15 23:13:50.125 DEBGDEBG May 15 23:13:50.125replacing 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 } }]
55322026-05-15T23:13:51.313ZDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55332026-05-15T23:13:51.314Z
55342026-05-15T23:13:51.314ZMay 15 23:13:50.125 INFO May 15 23:13:50.125adding route 172.17.0.32/32 -> 10.0.0.255
55352026-05-15T23:13:51.314ZINFOMay 15 23:13:50.125 adding route 172.17.0.51/32 -> 10.0.0.255INFO
55362026-05-15T23:13:51.314Z May 15 23:13:50.125adding route 172.17.0.47/32 -> 10.0.0.255
55372026-05-15T23:13:51.314ZDEBG 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 } }]May 15 23:13:50.125
55382026-05-15T23:13:51.314Z DEBG May 15 23:13:50.125replacing 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 } }]
55392026-05-15T23:13:51.314ZMay 15 23:13:50.125DEBG INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55402026-05-15T23:13:51.314Zadding route 172.17.0.33/32 -> 10.0.0.255May 15 23:13:50.125
55412026-05-15T23:13:51.314Z INFO adding route 172.17.0.52/32 -> 10.0.0.255May 15 23:13:50.125May 15 23:13:50.125
55422026-05-15T23:13:51.314Z DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
55432026-05-15T23:13:51.314Z
55442026-05-15T23:13:51.314ZMay 15 23:13:50.125 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 } }]May 15 23:13:50.125
55452026-05-15T23:13:51.314Z May 15 23:13:50.125INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
55462026-05-15T23:13:51.314Zreplacing 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 } }]May 15 23:13:50.125
55472026-05-15T23:13:51.314Z INFOMay 15 23:13:50.125 adding route 172.17.0.53/32 -> 10.0.0.255DEBG
55482026-05-15T23:13:51.314Z May 15 23:13:50.125replacing 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 } }]
55492026-05-15T23:13:51.314ZINFO adding route 172.17.0.49/32 -> 10.0.0.255
55502026-05-15T23:13:51.314Ztest route::tests::delete_target_full ... ok
55512026-05-15T23:13:51.314ZMay 15 23:13:50.125May 15 23:13:50.125 INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
55522026-05-15T23:13:51.314Zreplacing 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 } }]May 15 23:13:50.125
55532026-05-15T23:13:51.314Z 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 } }]May 15 23:13:50.125May 15 23:13:50.125
55542026-05-15T23:13:51.314ZDEBG 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 } }]INFOMay 15 23:13:50.125
55552026-05-15T23:13:51.314Z INFOadding route 172.17.0.54/32 -> 10.0.0.255
55562026-05-15T23:13:51.314Zadding route 172.17.0.50/32 -> 10.0.0.255May 15 23:13:50.125
55572026-05-15T23:13:51.314Z INFO May 15 23:13:50.125adding route 172.17.0.36/32 -> 10.0.0.255
55582026-05-15T23:13:51.314ZMay 15 23:13:50.125DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] May 15 23:13:50.125replacing 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 } }]
55592026-05-15T23:13:51.314Z
55602026-05-15T23:13:51.314ZDEBG 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 } }]
55612026-05-15T23:13:51.314ZMay 15 23:13:50.125 May 15 23:13:50.125INFOMay 15 23:13:50.125 adding route 172.17.0.55/32 -> 10.0.0.255INFO
55622026-05-15T23:13:51.314Z adding route 172.17.0.37/32 -> 10.0.0.255INFO
55632026-05-15T23:13:51.314Z adding route 172.17.0.51/32 -> 10.0.0.255
55642026-05-15T23:13:51.314ZMay 15 23:13:50.125May 15 23:13:50.125 DEBGDEBGMay 15 23:13:50.125 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55652026-05-15T23:13:51.314Z
55662026-05-15T23:13:51.314Z 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 } }]May 15 23:13:50.125May 15 23:13:50.125
55672026-05-15T23:13:51.314ZINFO INFOadding route 172.17.0.38/32 -> 10.0.0.255
55682026-05-15T23:13:51.314Zadding route 172.17.0.56/32 -> 10.0.0.255May 15 23:13:50.125
55692026-05-15T23:13:51.314Z INFO May 15 23:13:50.125adding route 172.17.0.52/32 -> 10.0.0.255May 15 23:13:50.125
55702026-05-15T23:13:51.314ZDEBG 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 } }]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 } }]
55712026-05-15T23:13:51.314Z
55722026-05-15T23:13:51.315ZMay 15 23:13:50.125May 15 23:13:50.125May 15 23:13:50.125 INFODEBG INFOadding route 172.17.0.39/32 -> 10.0.0.255
55732026-05-15T23:13:51.315Z 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.57/32 -> 10.0.0.255
55742026-05-15T23:13:51.315Z
55752026-05-15T23:13:51.315Ztest route::tests::delete_targets_full ... ok
55762026-05-15T23:13:51.315ZMay 15 23:13:50.125May 15 23:13:50.125 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:13:50.125
55772026-05-15T23:13:51.315Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55782026-05-15T23:13:51.315Z adding route 172.17.0.53/32 -> 10.0.0.255May 15 23:13:50.125
55792026-05-15T23:13:51.315Z INFOMay 15 23:13:50.125 adding route 172.17.0.40/32 -> 10.0.0.255INFOMay 15 23:13:50.125
55802026-05-15T23:13:51.315Zadding route 172.17.0.58/32 -> 10.0.0.255
55812026-05-15T23:13:51.315ZDEBG 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 } }]May 15 23:13:50.125
55822026-05-15T23:13:51.315Z May 15 23:13:50.125DEBG 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 } }]
55832026-05-15T23:13:51.315Zreplacing 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 } }]May 15 23:13:50.125
55842026-05-15T23:13:51.315Z INFO May 15 23:13:50.125adding route 172.17.0.54/32 -> 10.0.0.255
55852026-05-15T23:13:51.315ZINFOMay 15 23:13:50.125 adding route 172.17.0.41/32 -> 10.0.0.255INFO
55862026-05-15T23:13:51.315Z adding route 172.17.0.59/32 -> 10.0.0.255
55872026-05-15T23:13:51.315ZMay 15 23:13:50.125May 15 23:13:50.125 DEBGDEBG May 15 23:13:50.125replacing 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 } }]
55882026-05-15T23:13:51.315Zreplacing 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
55892026-05-15T23:13:51.315Z 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 } }]May 15 23:13:50.125
55902026-05-15T23:13:51.320Z May 15 23:13:50.125INFO adding route 172.17.0.42/32 -> 10.0.0.255INFOMay 15 23:13:50.125
55912026-05-15T23:13:51.320Z INFOadding route 172.17.0.55/32 -> 10.0.0.255
55922026-05-15T23:13:51.320ZMay 15 23:13:50.125adding route 172.17.0.60/32 -> 10.0.0.255
55932026-05-15T23:13:51.320ZDEBGMay 15 23:13:50.125 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55942026-05-15T23:13:51.320ZMay 15 23:13:50.125 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
55952026-05-15T23:13:51.320Z May 15 23:13:50.125replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
55962026-05-15T23:13:51.320Z adding route 172.17.0.43/32 -> 10.0.0.255May 15 23:13:50.125
55972026-05-15T23:13:51.320Z May 15 23:13:50.125INFO adding route 172.17.0.56/32 -> 10.0.0.255DEBG
55982026-05-15T23:13:51.320ZMay 15 23:13:50.125 failed to allocate space for the new target listDEBG
55992026-05-15T23:13:51.320Z May 15 23:13:50.125replacing 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 } }]
56002026-05-15T23:13:51.320ZDEBG May 15 23:13:50.125replacing 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 } }] May 15 23:13:50.125DEBG
56012026-05-15T23:13:51.320ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
56022026-05-15T23:13:51.320Z
56032026-05-15T23:13:51.320ZMay 15 23:13:50.125 INFO adding route 172.17.0.57/32 -> 10.0.0.255May 15 23:13:50.125
56042026-05-15T23:13:51.320Z 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 } }]
56052026-05-15T23:13:51.320ZMay 15 23:13:50.131 INFO adding route 172.17.0.45/32 -> 10.0.0.255
56062026-05-15T23:13:51.320ZMay 15 23:13:50.125 DEBG created new freemap, May 15 23:13:50.125unit :DEBG freemap_route_ipv4replacing 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 } }]
56072026-05-15T23:13:51.320Z
56082026-05-15T23:13:51.320ZMay 15 23:13:50.131 INFO adding route 172.17.0.58/32 -> 10.0.0.255
56092026-05-15T23:13:51.320ZMay 15 23:13:50.131May 15 23:13:50.131 DEBGDEBG created new freemapreplacing 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 } }],
56102026-05-15T23:13:51.320Zunit: freemap_route_ipv6
56112026-05-15T23:13:51.320ZMay 15 23:13:50.131 INFO adding route 172.16.0.0/32 -> 10.0.0.1May 15 23:13:50.131
56122026-05-15T23:13:51.320Z INFO adding route 172.17.0.59/32 -> 10.0.0.255May 15 23:13:50.131
56132026-05-15T23:13:51.320ZDEBG initted freemap. size: 64, May 15 23:13:50.131 unitDEBG: 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 } }]freemap_route_ipv4
56142026-05-15T23:13:51.320Z
56152026-05-15T23:13:51.320ZMay 15 23:13:50.131 DEBG reset freemap, unit: May 15 23:13:50.131freemap_route_ipv4
56162026-05-15T23:13:51.320ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
56172026-05-15T23:13:51.320ZMay 15 23:13:50.131May 15 23:13:50.131 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56182026-05-15T23:13:51.320Z
56192026-05-15T23:13:51.320ZMay 15 23:13:50.131 INFO adding route 172.17.0.0/32 -> 10.0.0.255
56202026-05-15T23:13:51.320ZMay 15 23:13:50.131 INFOMay 15 23:13:50.131 adding route 172.17.0.61/32 -> 10.0.0.255DEBG
56212026-05-15T23:13:51.320Z 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 } }]
56222026-05-15T23:13:51.320ZMay 15 23:13:50.131 INFO adding route 172.17.0.1/32 -> 10.0.0.255
56232026-05-15T23:13:51.320ZMay 15 23:13:50.131 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 } }]May 15 23:13:50.131
56242026-05-15T23:13:51.320Z 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 } }]
56252026-05-15T23:13:51.320ZMay 15 23:13:50.131May 15 23:13:50.131 May 15 23:13:50.131 INFODEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
56262026-05-15T23:13:51.320Z
56272026-05-15T23:13:51.320Zadding route 172.17.0.62/32 -> 10.0.0.255
56282026-05-15T23:13:51.321ZMay 15 23:13:50.131May 15 23:13:50.131May 15 23:13:50.131 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255DEBG
56292026-05-15T23:13:51.321Z 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.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 } }]
56302026-05-15T23:13:51.321Z
56312026-05-15T23:13:51.321ZMay 15 23:13:50.131 DEBGMay 15 23:13:50.131 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
56322026-05-15T23:13:51.321ZMay 15 23:13:50.131 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
56332026-05-15T23:13:51.321Z May 15 23:13:50.131failed to allocate space for the new target list
56342026-05-15T23:13:51.321ZINFO adding route 172.17.0.47/32 -> 10.0.0.255May 15 23:13:50.131
56352026-05-15T23:13:51.321Z May 15 23:13:50.131DEBG 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 } }]
56362026-05-15T23:13:51.321ZMay 15 23:13:50.131replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56372026-05-15T23:13:51.321ZDEBG May 15 23:13:50.131 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56382026-05-15T23:13:51.321Z adding route 172.17.0.4/32 -> 10.0.0.255
56392026-05-15T23:13:51.321ZMay 15 23:13:50.131 INFOMay 15 23:13:50.131 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
56402026-05-15T23:13:51.321Z 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 } }]
56412026-05-15T23:13:51.321ZMay 15 23:13:50.131 DEBGMay 15 23:13:50.131 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 } }]INFO
56422026-05-15T23:13:51.321Z adding route 172.17.0.5/32 -> 10.0.0.255
56432026-05-15T23:13:51.321ZMay 15 23:13:50.131 INFOMay 15 23:13:50.131 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
56442026-05-15T23:13:51.321Z 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 } }]
56452026-05-15T23:13:51.321ZMay 15 23:13:50.131 DEBGMay 15 23:13:50.131 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
56462026-05-15T23:13:51.321Z adding route 172.17.0.6/32 -> 10.0.0.255
56472026-05-15T23:13:51.321ZMay 15 23:13:50.131 INFOMay 15 23:13:50.131 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
56482026-05-15T23:13:51.321Z 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 } }]
56492026-05-15T23:13:51.321ZMay 15 23:13:50.131 May 15 23:13:50.131DEBG 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 } }]
56502026-05-15T23:13:51.321Zadding route 172.17.0.7/32 -> 10.0.0.255
56512026-05-15T23:13:51.321ZMay 15 23:13:50.132May 15 23:13:50.132 INFODEBG adding route 172.17.0.51/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 } }]
56522026-05-15T23:13:51.321Z
56532026-05-15T23:13:51.321ZMay 15 23:13:50.132May 15 23:13:50.132 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.8/32 -> 10.0.0.255
56542026-05-15T23:13:51.321Z
56552026-05-15T23:13:51.321ZMay 15 23:13:50.132May 15 23:13:50.132 INFODEBG adding route 172.17.0.52/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 } }]
56562026-05-15T23:13:51.321Z
56572026-05-15T23:13:51.321ZMay 15 23:13:50.132 INFO adding route 172.17.0.9/32 -> 10.0.0.255
56582026-05-15T23:13:51.321ZMay 15 23:13:50.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 } }]
56592026-05-15T23:13:51.321ZMay 15 23:13:50.132 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 } }]
56602026-05-15T23:13:51.321ZMay 15 23:13:50.132 INFO May 15 23:13:50.132adding route 172.17.0.53/32 -> 10.0.0.255
56612026-05-15T23:13:51.321ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
56622026-05-15T23:13:51.321ZMay 15 23:13:50.132 DEBGMay 15 23:13:50.132 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56632026-05-15T23:13:51.321Z 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 } }]
56642026-05-15T23:13:51.321ZMay 15 23:13:50.132 INFOMay 15 23:13:50.132 adding route 172.17.0.54/32 -> 10.0.0.255INFO
56652026-05-15T23:13:51.321Z adding route 172.17.0.11/32 -> 10.0.0.255
56662026-05-15T23:13:51.321ZMay 15 23:13:50.132 DEBGMay 15 23:13:50.132 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
56672026-05-15T23:13:51.322Z 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 } }]
56682026-05-15T23:13:51.322ZMay 15 23:13:50.132 INFOMay 15 23:13:50.132 adding route 172.17.0.55/32 -> 10.0.0.255INFO
56692026-05-15T23:13:51.322Z adding route 172.17.0.12/32 -> 10.0.0.255
56702026-05-15T23:13:51.322ZMay 15 23:13:50.132 DEBGMay 15 23:13:50.132 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
56712026-05-15T23:13:51.322Z 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 } }]
56722026-05-15T23:13:51.322ZMay 15 23:13:50.132 May 15 23:13:50.132INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
56732026-05-15T23:13:51.322Zadding route 172.17.0.13/32 -> 10.0.0.255
56742026-05-15T23:13:51.322ZMay 15 23:13:50.132 May 15 23:13:50.132DEBG 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 } }]
56752026-05-15T23:13:51.322Zreplacing 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 } }]
56762026-05-15T23:13:51.322ZMay 15 23:13:50.132 May 15 23:13:50.132INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
56772026-05-15T23:13:51.322Zadding route 172.17.0.14/32 -> 10.0.0.255
56782026-05-15T23:13:51.322ZMay 15 23:13:50.132 May 15 23:13:50.132DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56792026-05-15T23:13:51.322Zreplacing 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 } }]
56802026-05-15T23:13:51.322ZMay 15 23:13:50.132May 15 23:13:50.132 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
56812026-05-15T23:13:51.322Z
56822026-05-15T23:13:51.322ZMay 15 23:13:50.132May 15 23:13:50.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.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 } }]
56832026-05-15T23:13:51.322Z
56842026-05-15T23:13:51.322ZMay 15 23:13:50.132May 15 23:13:50.132 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
56852026-05-15T23:13:51.322Z
56862026-05-15T23:13:51.322ZMay 15 23:13:50.132May 15 23:13:50.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.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 } }]
56872026-05-15T23:13:51.322Z
56882026-05-15T23:13:51.322ZMay 15 23:13:50.132May 15 23:13:50.132 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
56892026-05-15T23:13:51.322Z
56902026-05-15T23:13:51.327ZMay 15 23:13:50.132May 15 23:13:50.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.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 } }]
56912026-05-15T23:13:51.327Z
56922026-05-15T23:13:51.327ZMay 15 23:13:50.132May 15 23:13:50.132 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.18/32 -> 10.0.0.255
56932026-05-15T23:13:51.327Z
56942026-05-15T23:13:51.327ZMay 15 23:13:50.132May 15 23:13:50.132 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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-05-15T23:13:51.327Z
56962026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.19/32 -> 10.0.0.255
56972026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
56982026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.20/32 -> 10.0.0.255
56992026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57002026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.21/32 -> 10.0.0.255
57012026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57022026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.22/32 -> 10.0.0.255
57032026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57042026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.23/32 -> 10.0.0.255
57052026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57062026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.24/32 -> 10.0.0.255
57072026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57082026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.25/32 -> 10.0.0.255
57092026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57102026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.26/32 -> 10.0.0.255
57112026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57122026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.27/32 -> 10.0.0.255
57132026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57142026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.28/32 -> 10.0.0.255
57152026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57162026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.29/32 -> 10.0.0.255
57172026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57182026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.30/32 -> 10.0.0.255
57192026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57202026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.31/32 -> 10.0.0.255
57212026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57222026-05-15T23:13:51.327ZMay 15 23:13:50.132 INFO adding route 172.17.0.32/32 -> 10.0.0.255
57232026-05-15T23:13:51.327ZMay 15 23:13:50.132 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 } }]
57242026-05-15T23:13:51.327ZMay 15 23:13:50.138 INFO adding route 172.17.0.33/32 -> 10.0.0.255
57252026-05-15T23:13:51.327ZMay 15 23:13:50.138 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 } }]
57262026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.34/32 -> 10.0.0.255
57272026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57282026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.35/32 -> 10.0.0.255
57292026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57302026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.36/32 -> 10.0.0.255
57312026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57322026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.37/32 -> 10.0.0.255
57332026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57342026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.38/32 -> 10.0.0.255
57352026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57362026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.39/32 -> 10.0.0.255
57372026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57382026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.40/32 -> 10.0.0.255
57392026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57402026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.41/32 -> 10.0.0.255
57412026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57422026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.42/32 -> 10.0.0.255
57432026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57442026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.43/32 -> 10.0.0.255
57452026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57462026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.44/32 -> 10.0.0.255
57472026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57482026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.45/32 -> 10.0.0.255
57492026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57502026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.46/32 -> 10.0.0.255
57512026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57522026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.47/32 -> 10.0.0.255
57532026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57542026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.48/32 -> 10.0.0.255
57552026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57562026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.49/32 -> 10.0.0.255
57572026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57582026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.50/32 -> 10.0.0.255
57592026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57602026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.51/32 -> 10.0.0.255
57612026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57622026-05-15T23:13:51.328Ztest route::tests::add_target_fails_full ... ok
57632026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.52/32 -> 10.0.0.255
57642026-05-15T23:13:51.328ZMay 15 23:13:50.138 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 } }]
57652026-05-15T23:13:51.328ZMay 15 23:13:50.138 INFO adding route 172.17.0.53/32 -> 10.0.0.255
57662026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57672026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.54/32 -> 10.0.0.255
57682026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57692026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.55/32 -> 10.0.0.255
57702026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57712026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.56/32 -> 10.0.0.255
57722026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57732026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.57/32 -> 10.0.0.255
57742026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57752026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.58/32 -> 10.0.0.255
57762026-05-15T23:13:51.329Z
57772026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57782026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.59/32 -> 10.0.0.255
57792026-05-15T23:13:51.329Ztest result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
57802026-05-15T23:13:51.329Z
57812026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57822026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.60/32 -> 10.0.0.255
57832026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57842026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.61/32 -> 10.0.0.255
57852026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57862026-05-15T23:13:51.329ZMay 15 23:13:50.138 INFO adding route 172.17.0.62/32 -> 10.0.0.255
57872026-05-15T23:13:51.329ZMay 15 23:13:50.138 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 } }]
57882026-05-15T23:13:51.329ZMay 15 23:13:50.145 INFO adding route 172.17.0.63/32 -> 10.0.0.255
57892026-05-15T23:13:51.329ZMay 15 23:13:50.145 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 } }]
57902026-05-15T23:13:51.333ZMay 15 23:13:50.145 DEBG failed to allocate space for the new target list
57912026-05-15T23:13:51.333ZMay 15 23:13:50.145 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 } }]
57922026-05-15T23:13:51.333ZMay 15 23:13:50.145 DEBG failed to allocate space for the new target list
57932026-05-15T23:13:51.333Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7628c6abdddbd2a0)
57942026-05-15T23:13:51.333Z
57952026-05-15T23:13:51.333Zrunning 0 tests
57962026-05-15T23:13:51.333Z
57972026-05-15T23:13:51.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57982026-05-15T23:13:51.333Z
57992026-05-15T23:13:51.333Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
58002026-05-15T23:13:51.333Z
58012026-05-15T23:13:51.333Zrunning 0 tests
58022026-05-15T23:13:51.333Z
58032026-05-15T23:13:51.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58042026-05-15T23:13:51.333Z
58052026-05-15T23:13:51.333Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2b894aaabf32eb8f)
58062026-05-15T23:13:51.333Z
58072026-05-15T23:13:51.333Zrunning 6 tests
58082026-05-15T23:13:51.333Ztest tests::test_parse_client_port_id ... ok
58092026-05-15T23:13:51.333Ztest tests::test_port_id_cmp ... ok
58102026-05-15T23:13:51.333Ztest tests::test_full_lot_id_neither_present ... ok
58112026-05-15T23:13:51.333Ztest tests::test_full_lot_id_lotnum_only ... ok
58122026-05-15T23:13:51.333Ztest tests::test_full_lot_id_both_present ... ok
58132026-05-15T23:13:51.333Ztest tests::test_full_lot_id_lot_only ... ok
58142026-05-15T23:13:51.333Z
58152026-05-15T23:13:51.333Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58162026-05-15T23:13:51.333Z
58172026-05-15T23:13:51.333Z Running tests/test_all.rs (target/debug/deps/test_all-c679cf089a48828e)
58182026-05-15T23:13:51.333Z
58192026-05-15T23:13:51.333Zrunning 0 tests
58202026-05-15T23:13:51.333Z
58212026-05-15T23:13:51.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58222026-05-15T23:13:51.333Z
58232026-05-15T23:13:51.333Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
58242026-05-15T23:13:51.333Z
58252026-05-15T23:13:51.333Zrunning 0 tests
58262026-05-15T23:13:51.333Z
58272026-05-15T23:13:51.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58282026-05-15T23:13:51.334Z
58292026-05-15T23:13:51.334Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
58302026-05-15T23:13:51.334Z
58312026-05-15T23:13:51.334Zrunning 0 tests
58322026-05-15T23:13:51.334Z
58332026-05-15T23:13:51.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58342026-05-15T23:13:51.334Z
58352026-05-15T23:13:51.334Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
58362026-05-15T23:13:51.334Z
58372026-05-15T23:13:51.334Zrunning 12 tests
58382026-05-15T23:13:51.334Ztest icmp::test_v6_checksum ... ok
58392026-05-15T23:13:51.334Ztest lldp::test_lldp_parse ... ok
58402026-05-15T23:13:51.334Ztest icmp::test_v4_checksum ... ok
58412026-05-15T23:13:51.334Ztest pbuf::test_byte ... ok
58422026-05-15T23:13:51.334Ztest ipv6::test_ipv6_parse ... ok
58432026-05-15T23:13:51.334Ztest pbuf::test_nibble ... ok
58442026-05-15T23:13:51.334Ztest pbuf::test_short ... ok
58452026-05-15T23:13:51.334Ztest pbuf::test_overflow ... ok
58462026-05-15T23:13:51.334Ztest pbuf::test_twelve ... ok
58472026-05-15T23:13:51.334Ztest pbuf::test_word ... ok
58482026-05-15T23:13:51.334Ztest tcp::test_checksum_ack_data ... ok
58492026-05-15T23:13:51.334Ztest tcp::test_checksum_syn_nodata ... ok
58502026-05-15T23:13:51.334Z
58512026-05-15T23:13:51.334Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58522026-05-15T23:13:51.334Z
58532026-05-15T23:13:51.334Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
58542026-05-15T23:13:51.338Z
58552026-05-15T23:13:51.338Zrunning 0 tests
58562026-05-15T23:13:51.338Z
58572026-05-15T23:13:51.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58582026-05-15T23:13:51.338Z
58592026-05-15T23:13:51.338Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
58602026-05-15T23:13:51.338Z
58612026-05-15T23:13:51.338Zrunning 5 tests
58622026-05-15T23:13:51.338Ztest switchport::test::test_compute_lanes ... ok
58632026-05-15T23:13:51.338Ztest switchport::test::port_id_ordering ... ok
58642026-05-15T23:13:51.338Z Lane 0 Lane 1 Lane 2 Lane 3
58652026-05-15T23:13:51.338Z Rx Loss-of-lock: Yes Yes Yes Yes
58662026-05-15T23:13:51.338Z Lane 0 Rx Loss-of-signal: Yes Yes Lane 1 Yes Yes
58672026-05-15T23:13:51.338ZLane 2 Rx CDR Enabled: Yes Lane 3Yes
58682026-05-15T23:13:51.338Z State: ActivatedYes Yes
58692026-05-15T23:13:51.338ZActivated Tx Enabled: Yes Activated YesActivated
58702026-05-15T23:13:51.338ZYes Rx Output Enabled: false Yes
58712026-05-15T23:13:51.338Zfalse Tx Loss-of-lock: No Nofalse falseNo
58722026-05-15T23:13:51.338Z Rx Output Status: validNo
58732026-05-15T23:13:51.338Z Tx Loss-of-signal: Novalid Novalid validNo
58742026-05-15T23:13:51.338Z Rx Loss-of-lock: trueNo
58752026-05-15T23:13:51.338Ztrue Tx CDR Enabled: No trueNo true
58762026-05-15T23:13:51.338ZNo Rx Loss-of-signal: false No
58772026-05-15T23:13:51.339Zfalse Tx Adaptive EQ Fault: No false Nofalse
58782026-05-15T23:13:51.339ZNoRx Auto-squelch Disable: true No
58792026-05-15T23:13:51.339Ztrue Tx Fault: Yestrue true
58802026-05-15T23:13:51.339ZYes Tx Output Enabled: true Yes trueYes
58812026-05-15T23:13:51.339Z true true
58822026-05-15T23:13:51.339Z Tx Output Status: invalid invalid invalid invalid
58832026-05-15T23:13:51.339Z Tx Loss-of-lock: false false false false
58842026-05-15T23:13:51.339Z Tx Loss-of-signal: true true true true
58852026-05-15T23:13:51.339ZTx Auto-squelch Disable: false false false false
58862026-05-15T23:13:51.339Z Tx Adaptive EQ Fail: true true true true
58872026-05-15T23:13:51.339Z Tx Failure: false false false false
58882026-05-15T23:13:51.339Z Tx Force Squelch: true true true true
58892026-05-15T23:13:51.339Z Tx Input Polarity: normal normal normal normal
58902026-05-15T23:13:51.339Ztest switchport::test::test_print_sff_datapath ... ok
58912026-05-15T23:13:51.339Ztest switchport::test::test_print_cmis_datapath ... ok
58922026-05-15T23:13:51.339Ztest link::test_filter ... ok
58932026-05-15T23:13:51.339Z
58942026-05-15T23:13:51.339Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58952026-05-15T23:13:51.339Z
58962026-05-15T23:13:51.339Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
58972026-05-15T23:13:51.342Z
58982026-05-15T23:13:51.342Zrunning 1 test
58992026-05-15T23:13:51.342Ztest test_p4_counter_list ... ignored
59002026-05-15T23:13:51.342Z
59012026-05-15T23:13:51.342Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
59022026-05-15T23:13:51.342Z
59032026-05-15T23:13:51.342Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
59042026-05-15T23:13:51.342Z
59052026-05-15T23:13:51.342Zrunning 5 tests
59062026-05-15T23:13:51.343Ztest test_an ... ignored
59072026-05-15T23:13:51.343Ztest test_enable ... ignored
59082026-05-15T23:13:51.343Ztest test_ip_addresses ... ignored
59092026-05-15T23:13:51.343Ztest test_kr ... ignored
59102026-05-15T23:13:51.343Ztest test_mac ... ignored
59112026-05-15T23:13:51.343Z
59122026-05-15T23:13:51.343Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
59132026-05-15T23:13:51.343Z
59142026-05-15T23:13:51.343Z Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa)
59152026-05-15T23:13:51.346Z
59162026-05-15T23:13:51.346Zrunning 3 tests
59172026-05-15T23:13:51.346Ztest linklocal::test_parse_ipadm ... ok
59182026-05-15T23:13:51.346Ztest tfport::test_parse_tfport ... ok
59192026-05-15T23:13:51.346Ztest config::tests::test_updates ... ok
59202026-05-15T23:13:51.346Z
59212026-05-15T23:13:51.346Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59222026-05-15T23:13:51.346Z
59232026-05-15T23:13:51.346Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
59242026-05-15T23:13:51.349Z
59252026-05-15T23:13:51.349Zrunning 0 tests
59262026-05-15T23:13:51.349Z
59272026-05-15T23:13:51.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59282026-05-15T23:13:51.349Z
59292026-05-15T23:13:51.349Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
59302026-05-15T23:13:51.349Z
59312026-05-15T23:13:51.349Zrunning 0 tests
59322026-05-15T23:13:51.349Z
59332026-05-15T23:13:51.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59342026-05-15T23:13:51.350Z
59352026-05-15T23:13:51.350Z Doc-tests aal
59362026-05-15T23:13:51.468Z
59372026-05-15T23:13:51.468Zrunning 0 tests
59382026-05-15T23:13:51.468Z
59392026-05-15T23:13:51.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59402026-05-15T23:13:51.468Z
59412026-05-15T23:13:51.483Z Doc-tests aal_macros
59422026-05-15T23:13:51.550Z
59432026-05-15T23:13:51.550Zrunning 0 tests
59442026-05-15T23:13:51.550Z
59452026-05-15T23:13:51.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59462026-05-15T23:13:51.550Z
59472026-05-15T23:13:51.559Z Doc-tests common
59482026-05-15T23:13:51.783Z
59492026-05-15T23:13:51.784Zrunning 0 tests
59502026-05-15T23:13:51.784Z
59512026-05-15T23:13:51.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59522026-05-15T23:13:51.784Z
59532026-05-15T23:13:51.803Z Doc-tests dpd_api
59542026-05-15T23:13:52.530Z
59552026-05-15T23:13:52.530Zrunning 2 tests
59562026-05-15T23:13:52.530Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
59572026-05-15T23:13:52.530Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
59582026-05-15T23:13:52.530Z
59592026-05-15T23:13:52.530Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
59602026-05-15T23:13:52.531Z
59612026-05-15T23:13:52.561Z Doc-tests dpd_client
59622026-05-15T23:13:53.826Z
59632026-05-15T23:13:53.826Zrunning 0 tests
59642026-05-15T23:13:53.826Z
59652026-05-15T23:13:53.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662026-05-15T23:13:53.826Z
59672026-05-15T23:13:53.871Z Doc-tests dpd_types
59682026-05-15T23:13:54.073Z
59692026-05-15T23:13:54.074Zrunning 0 tests
59702026-05-15T23:13:54.074Z
59712026-05-15T23:13:54.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59722026-05-15T23:13:54.074Z
59732026-05-15T23:13:54.098Z Doc-tests dpd_types_versions
59742026-05-15T23:13:55.289Z
59752026-05-15T23:13:55.290Zrunning 1 test
59762026-05-15T23:13:55.290Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
59772026-05-15T23:13:55.290Z
59782026-05-15T23:13:55.290Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
59792026-05-15T23:13:55.290Z
59802026-05-15T23:13:55.334Z Doc-tests packet
59812026-05-15T23:13:55.445Z
59822026-05-15T23:13:55.445Zrunning 0 tests
59832026-05-15T23:13:55.445Z
59842026-05-15T23:13:55.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59852026-05-15T23:13:55.445Z
59862026-05-15T23:13:55.461Z Doc-tests pcap
59872026-05-15T23:13:55.512Z
59882026-05-15T23:13:55.512Zrunning 0 tests
59892026-05-15T23:13:55.512Z
59902026-05-15T23:13:55.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59912026-05-15T23:13:55.512Z
59922026-05-15T23:13:55.558Z+ for feat in tofino_stub tofino_asic softnpu chaos
59932026-05-15T23:13:55.558Z+ RUST_BACKTRACE=full
59942026-05-15T23:13:55.558Z+ cargo test --features softnpu --no-fail-fast
59952026-05-15T23:13:56.181Z Compiling num-integer v0.1.46
59962026-05-15T23:13:56.261Z Compiling num-complex v0.4.6
59972026-05-15T23:13:56.303Z Compiling bitstruct_derive v0.1.0
59982026-05-15T23:13:56.306Z Compiling tap v1.0.1
59992026-05-15T23:13:56.425Z Compiling wyz v0.5.1
60002026-05-15T23:13:56.553Z Compiling num-rational v0.4.2
60012026-05-15T23:13:56.587Z Compiling num-iter v0.1.45
60022026-05-15T23:13:56.603Z Compiling num-bigint v0.4.6
60032026-05-15T23:13:56.692Z Compiling radium v0.7.0
60042026-05-15T23:13:56.705Z Compiling funty v2.0.0
60052026-05-15T23:13:56.755Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
60062026-05-15T23:13:56.786Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60072026-05-15T23:13:56.894Z Compiling num v0.4.3
60082026-05-15T23:13:56.974Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60092026-05-15T23:13:56.985Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60102026-05-15T23:13:56.995Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60112026-05-15T23:13:57.062Z Compiling bitvec v1.0.1
60122026-05-15T23:13:57.116Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60132026-05-15T23:13:57.250Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
60142026-05-15T23:13:57.290Z Compiling typeid v1.0.3
60152026-05-15T23:13:57.357Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60162026-05-15T23:13:57.373Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60172026-05-15T23:13:57.457Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60182026-05-15T23:13:57.512Z Compiling ascii v1.1.0
60192026-05-15T23:13:58.003Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60202026-05-15T23:13:58.247Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60212026-05-15T23:13:58.289Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60222026-05-15T23:13:58.318Z Compiling erased-serde v0.4.8
60232026-05-15T23:13:58.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
60242026-05-15T23:13:58.536Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
60252026-05-15T23:13:58.729Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60262026-05-15T23:13:58.749Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
60272026-05-15T23:13:58.803Z Compiling bitstruct v0.1.1
60282026-05-15T23:13:59.116Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
60292026-05-15T23:13:59.340Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
60302026-05-15T23:13:59.352Z Compiling serde_arrays v0.1.0
60312026-05-15T23:13:59.362Z Compiling libloading v0.7.4
60322026-05-15T23:13:59.477Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
60332026-05-15T23:13:59.696Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60342026-05-15T23:14:00.058Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
60352026-05-15T23:14:00.434Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60362026-05-15T23:14:01.563Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
60372026-05-15T23:14:02.271Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
60382026-05-15T23:14:08.551Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60392026-05-15T23:14:08.772Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
60402026-05-15T23:14:08.841Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60412026-05-15T23:14:09.186Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
60422026-05-15T23:14:09.404Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
60432026-05-15T23:14:09.417Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60442026-05-15T23:14:11.415Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60452026-05-15T23:14:12.153Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
60462026-05-15T23:14:13.725Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
60472026-05-15T23:14:14.468Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
60482026-05-15T23:14:15.840Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
60492026-05-15T23:14:18.032Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
60502026-05-15T23:14:19.017Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
60512026-05-15T23:14:19.479Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
60522026-05-15T23:14:26.215Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60532026-05-15T23:14:28.695Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
60542026-05-15T23:14:32.736Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
60552026-05-15T23:15:10.879Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
60562026-05-15T23:15:10.992Z Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1)
60572026-05-15T23:15:10.996Z
60582026-05-15T23:15:10.996Zrunning 5 tests
60592026-05-15T23:15:10.999Ztest fuse::tests::chip_revision_b0 ... ok
60602026-05-15T23:15:10.999Ztest fuse::tests::chip_revision_b1 ... ok
60612026-05-15T23:15:10.999Ztest fuse::tests::chip_revision_a0 ... ok
60622026-05-15T23:15:10.999Ztest fuse::tests::chip_revision_unknown_device_id ... ok
60632026-05-15T23:15:10.999Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
60642026-05-15T23:15:10.999Z
60652026-05-15T23:15:10.999Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60662026-05-15T23:15:10.999Z
60672026-05-15T23:15:10.999Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
60682026-05-15T23:15:11.002Z
60692026-05-15T23:15:11.002Zrunning 0 tests
60702026-05-15T23:15:11.002Z
60712026-05-15T23:15:11.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60722026-05-15T23:15:11.002Z
60732026-05-15T23:15:11.002Z Running unittests src/lib.rs (target/debug/deps/asic-eb9ed458dbcabd0b)
60742026-05-15T23:15:11.005Z
60752026-05-15T23:15:11.005Zrunning 0 tests
60762026-05-15T23:15:11.005Z
60772026-05-15T23:15:11.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-05-15T23:15:11.005Z
60792026-05-15T23:15:11.005Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
60802026-05-15T23:15:11.010Z
60812026-05-15T23:15:11.010Zrunning 10 tests
60822026-05-15T23:15:11.013Ztest nat::tests::test_vni ... ok
60832026-05-15T23:15:11.016Ztest network::tests::test_equal ... ok
60842026-05-15T23:15:11.016Ztest network::tests::test_eui64 ... ok
60852026-05-15T23:15:11.016Ztest network::tests::test_not_equal ... ok
60862026-05-15T23:15:11.016Ztest network::tests::test_generate_ipv6_link_local ... ok
60872026-05-15T23:15:11.016Ztest network::tests::test_into ... ok
60882026-05-15T23:15:11.016Ztest network::tests::test_to_string ... ok
60892026-05-15T23:15:11.016Ztest network::tests::test_parse ... ok
60902026-05-15T23:15:11.016Ztest test_purge ... ok
60912026-05-15T23:15:11.019Ztest illumos::test::address_exists_handles_missing_object ... ok
60922026-05-15T23:15:11.019Z
60932026-05-15T23:15:11.019Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
60942026-05-15T23:15:11.019Z
60952026-05-15T23:15:11.022Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5e5c9ab59f00c337)
60962026-05-15T23:15:11.025Z
60972026-05-15T23:15:11.025Zrunning 1 test
60982026-05-15T23:15:12.394Ztest test::test_apis_up_to_date ... ok
60992026-05-15T23:15:12.394Z
61002026-05-15T23:15:12.394Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
61012026-05-15T23:15:12.394Z
61022026-05-15T23:15:12.449Z Running unittests src/main.rs (target/debug/deps/dpd-6b077150d90425f0)
61032026-05-15T23:15:12.455Z
61042026-05-15T23:15:12.455Zrunning 32 tests
61052026-05-15T23:15:12.458Ztest freemap::test_ordering ... ok
61062026-05-15T23:15:12.458Ztest freemap::test_split ... ok
61072026-05-15T23:15:12.458Ztest config::tests::test_updates ... ok
61082026-05-15T23:15:12.458Ztest macaddrs::tests::test_mac_offset ... ok
61092026-05-15T23:15:12.458Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
61102026-05-15T23:15:12.458Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
61112026-05-15T23:15:12.458Ztest macaddrs::tests::test_parse_port_id ... ok
61122026-05-15T23:15:12.458Ztest nat::test_mapping ... ok
61132026-05-15T23:15:12.462Ztest port_map::tests::dump_map ... ok
61142026-05-15T23:15:12.462Ztest port_map::tests::test_backplane_group ... ok
61152026-05-15T23:15:12.462Ztest port_map::tests::test_port_map ... ok
61162026-05-15T23:15:12.462ZMay 15 23:15:11.296 DEBG created new freemapMay 15 23:15:11.296 DEBG created new freemap, unit: freemap_test
61172026-05-15T23:15:12.462ZMay 15 23:15:11.296 DEBG initted freemap. size: 128, unit: freemap_test
61182026-05-15T23:15:12.462Z, May 15 23:15:11.296unit :DEBG freemap_testreset freemap
61192026-05-15T23:15:12.462Z, unit: freemap_test
61202026-05-15T23:15:12.462ZMay 15 23:15:11.296 DEBG initted freemap. size: 128, unit: freemap_test
61212026-05-15T23:15:12.462ZMay 15 23:15:11.296 May 15 23:15:11.296DEBG May 15 23:15:11.296created new freemapDEBG , unitcreated new freemap:DEBG , freemap_testunit :
61222026-05-15T23:15:12.462Z reset freemapfreemap_test,
61232026-05-15T23:15:12.462Zunit: freemap_test
61242026-05-15T23:15:12.463ZMay 15 23:15:11.296May 15 23:15:11.296 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
61252026-05-15T23:15:12.463Z
61262026-05-15T23:15:12.463ZMay 15 23:15:11.296May 15 23:15:11.296 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
61272026-05-15T23:15:12.463Z
61282026-05-15T23:15:12.463ZMay 15 23:15:11.296 DEBG created new freemap, unit: freemap_test
61292026-05-15T23:15:12.463ZMay 15 23:15:11.296 DEBG initted freemap. size: 128, unit: freemap_test
61302026-05-15T23:15:12.463ZMay 15 23:15:11.296 DEBG reset freemap, unit: freemap_test
61312026-05-15T23:15:12.463Ztest freemap::test_basic ... ok
61322026-05-15T23:15:12.463Ztest freemap::test_exhaustion ... ok
61332026-05-15T23:15:12.463Ztest freemap::test_free ... ok
61342026-05-15T23:15:12.463Ztest freemap::test_span ... ok
61352026-05-15T23:15:12.463Ztest freemap::test_reclaim ... ok
61362026-05-15T23:15:12.463Ztest port_map::tests::parse_softnpu_revision ... ok
61372026-05-15T23:15:12.463Ztest api_server::tests::test_build_info ... ok
61382026-05-15T23:15:12.463ZMay 15 23:15:11.297 DEBG created new freemap, unit: freemap_route_ipv4
61392026-05-15T23:15:12.463ZMay 15 23:15:11.297 DEBG created new freemap, unit: freemap_route_ipv6
61402026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemap
61412026-05-15T23:15:12.463Z, unitMay 15 23:15:11.297: DEBGfreemap_route_ipv4 initted freemap. size: 64
61422026-05-15T23:15:12.463Z, unit: freemap_route_ipv6
61432026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
61442026-05-15T23:15:12.463Z
61452026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
61462026-05-15T23:15:12.463Z
61472026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
61482026-05-15T23:15:12.463Z, unit: freemap_route_ipv6May 15 23:15:11.297
61492026-05-15T23:15:12.463Z 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 } }]May 15 23:15:11.297
61502026-05-15T23:15:12.463Z DEBG reset freemap, unitMay 15 23:15:11.297: INFOfreemap_route_ipv6
61512026-05-15T23:15:12.463Zadding route 3fff:dead::/64 -> 2001:db8::55:3
61522026-05-15T23:15:12.463ZMay 15 23:15:11.297 May 15 23:15:11.297DEBG 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 } }]
61532026-05-15T23:15:12.463Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
61542026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:4
61552026-05-15T23:15:12.463Z
61562026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
61572026-05-15T23:15:12.463Z
61582026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
61592026-05-15T23:15:12.463Z
61602026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
61612026-05-15T23:15:12.463Z
61622026-05-15T23:15:12.463ZMay 15 23:15:11.297May 15 23:15:11.297 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
61632026-05-15T23:15:12.464Z
61642026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
61652026-05-15T23:15:12.464Z
61662026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
61672026-05-15T23:15:12.464Z
61682026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
61692026-05-15T23:15:12.464Z
61702026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
61712026-05-15T23:15:12.464Z
61722026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
61732026-05-15T23:15:12.464Z
61742026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
61752026-05-15T23:15:12.464Z
61762026-05-15T23:15:12.464ZMay 15 23:15:11.297 DEBG created new freemap, unit: May 15 23:15:11.297freemap_route_ipv4
61772026-05-15T23:15:12.464ZDEBG 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 } }]May 15 23:15:11.297
61782026-05-15T23:15:12.464ZMay 15 23:15:11.297 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
61792026-05-15T23:15:12.464ZMay 15 23:15:11.297 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 } }]
61802026-05-15T23:15:12.464ZMay 15 23:15:11.297 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
61812026-05-15T23:15:12.464ZMay 15 23:15:11.297 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 } }]
61822026-05-15T23:15:12.464Z May 15 23:15:11.297DEBG INFOcreated new freemap , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
61832026-05-15T23:15:12.464Z: freemap_route_ipv6
61842026-05-15T23:15:12.464ZMay 15 23:15:11.297 May 15 23:15:11.297 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
61852026-05-15T23:15:12.464Z
61862026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGINFO initted freemap. size: 64adding route 3fff:beef:6::/64 -> 2001:db8::55:ff,
61872026-05-15T23:15:12.464Zunit: freemap_route_ipv6May 15 23:15:11.297
61882026-05-15T23:15:12.464Z 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 } }]
61892026-05-15T23:15:12.464ZMay 15 23:15:11.297 DEBG reset freemap, unitMay 15 23:15:11.297: INFOfreemap_route_ipv6
61902026-05-15T23:15:12.464Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
61912026-05-15T23:15:12.464ZMay 15 23:15:11.297 DEBGMay 15 23:15:11.297May 15 23:15:11.297 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 } }]
61922026-05-15T23:15:12.464Zreplacing 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: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 } }]
61932026-05-15T23:15:12.464Z
61942026-05-15T23:15:12.464ZMay 15 23:15:11.297 INFOMay 15 23:15:11.297 May 15 23:15:11.297adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
61952026-05-15T23:15:12.464ZINFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
61962026-05-15T23:15:12.464ZMay 15 23:15:11.297
61972026-05-15T23:15:12.464Z 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 } }]
61982026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 DEBGDEBG May 15 23:15:11.297replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
61992026-05-15T23:15:12.464Z
62002026-05-15T23:15:12.464Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
62012026-05-15T23:15:12.464ZMay 15 23:15:11.297May 15 23:15:11.297 May 15 23:15:11.297 INFODEBG INFOadding route 3fff:beef:6::/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 } }]
62022026-05-15T23:15:12.465Z
62032026-05-15T23:15:12.465Z adding route 3fff:dead::/64 -> 2001:db8::55:1
62042026-05-15T23:15:12.465ZMay 15 23:15:11.297May 15 23:15:11.297 May 15 23:15:11.297INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBG
62052026-05-15T23:15:12.465Zreplacing 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 } }]
62062026-05-15T23:15:12.465Zreplacing 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 } }]
62072026-05-15T23:15:12.465ZMay 15 23:15:11.297 May 15 23:15:11.297DEBG May 15 23:15:11.297replacing 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
62082026-05-15T23:15:12.465Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
62092026-05-15T23:15:12.465Z May 15 23:15:11.297adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
62102026-05-15T23:15:12.465ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
62112026-05-15T23:15:12.465ZMay 15 23:15:11.297 DEBGMay 15 23:15:11.297 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
62122026-05-15T23:15:12.465Z May 15 23:15:11.297replacing 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 } }]
62132026-05-15T23:15:12.469ZDEBG 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 } }]May 15 23:15:11.297
62142026-05-15T23:15:12.469ZMay 15 23:15:11.297 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
62152026-05-15T23:15:12.469Z
62162026-05-15T23:15:12.469ZMay 15 23:15:11.298 INFO May 15 23:15:11.298May 15 23:15:11.298 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
62172026-05-15T23:15:12.469ZDEBGreplacing 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 } }]
62182026-05-15T23:15:12.469ZMay 15 23:15:11.297replacing 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 } }]May 15 23:15:11.298
62192026-05-15T23:15:12.469Z DEBG DEBGcreated new freemapMay 15 23:15:11.298 , 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 } }]
62202026-05-15T23:15:12.469ZINFOMay 15 23:15:11.298 unitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
62212026-05-15T23:15:12.469Z:INFO freemap_route_ipv4May 15 23:15:11.298adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
62222026-05-15T23:15:12.469ZDEBG
62232026-05-15T23:15:12.469Z May 15 23:15:11.298replacing 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 } }]
62242026-05-15T23:15:12.469Z INFO May 15 23:15:11.298May 15 23:15:11.298 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOMay 15 23:15:11.298 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
62252026-05-15T23:15:12.469ZDEBG created new freemap, May 15 23:15:11.298unit :DEBG freemap_route_ipv6replacing 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 } }]
62262026-05-15T23:15:12.469Z
62272026-05-15T23:15:12.469ZMay 15 23:15:11.298 May 15 23:15:11.298INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
62282026-05-15T23:15:12.469Zadding route 3fff:dead::/64 -> 2001:db8::55:1
62292026-05-15T23:15:12.469ZMay 15 23:15:11.298May 15 23:15:11.298 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
62302026-05-15T23:15:12.469Z, unit: freemap_route_ipv6
62312026-05-15T23:15:12.469ZMay 15 23:15:11.297May 15 23:15:11.298 May 15 23:15:11.298DEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGcreated new freemap
62322026-05-15T23:15:12.469Zreset freemap, , unitunit:: May 15 23:15:11.298freemap_route_ipv4
62332026-05-15T23:15:12.469Z freemap_route_ipv6DEBG
62342026-05-15T23:15:12.470Zreplacing 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 } }]
62352026-05-15T23:15:12.470ZMay 15 23:15:11.298 May 15 23:15:11.298DEBG 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 } }]
62362026-05-15T23:15:12.470Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
62372026-05-15T23:15:12.470Z DEBG created new freemapMay 15 23:15:11.298, May 15 23:15:11.298unit INFODEBG: replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
62382026-05-15T23:15:12.470Z
62392026-05-15T23:15:12.470Zfreemap_route_ipv6
62402026-05-15T23:15:12.470ZMay 15 23:15:11.298May 15 23:15:11.298 INFOMay 15 23:15:11.298INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
62412026-05-15T23:15:12.470ZDEBG
62422026-05-15T23:15:12.470Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]May 15 23:15:11.298
62432026-05-15T23:15:12.470Z DEBGMay 15 23:15:11.298 May 15 23:15:11.298replacing 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 } }]
62442026-05-15T23:15:12.470ZDEBGINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffinitted freemap. size: 64
62452026-05-15T23:15:12.470Z, May 15 23:15:11.298unit :INFO freemap_route_ipv6adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
62462026-05-15T23:15:12.470Z
62472026-05-15T23:15:12.470ZMay 15 23:15:11.298May 15 23:15:11.298May 15 23:15:11.298 DEBGDEBGDEBG 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: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 } }]
62482026-05-15T23:15:12.470Z
62492026-05-15T23:15:12.470Zreset freemap, unit: May 15 23:15:11.298freemap_route_ipv6
62502026-05-15T23:15:12.470ZINFOMay 15 23:15:11.298 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
62512026-05-15T23:15:12.470Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
62522026-05-15T23:15:12.470ZMay 15 23:15:11.298May 15 23:15:11.298 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 } }]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 } }]
62532026-05-15T23:15:12.470ZMay 15 23:15:11.298
62542026-05-15T23:15:12.470ZMay 15 23:15:11.298May 15 23:15:11.298 INFODEBG adding route 3fff:beef:15::/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 } }]
62552026-05-15T23:15:12.470Z
62562026-05-15T23:15:12.470ZMay 15 23:15:11.298 DEBG 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 } }]
62572026-05-15T23:15:12.470Z
62582026-05-15T23:15:12.470ZMay 15 23:15:11.298 INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
62592026-05-15T23:15:12.470Z
62602026-05-15T23:15:12.470ZMay 15 23:15:11.298May 15 23:15:11.298 DEBGDEBGMay 15 23:15:11.298 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: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
62612026-05-15T23:15:12.470Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
62622026-05-15T23:15:12.470Z
62632026-05-15T23:15:12.470ZMay 15 23:15:11.298 INFO May 15 23:15:11.298adding route 3fff:beef:17::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
62642026-05-15T23:15:12.470Z DEBGINFO adding route 3fff:beef:2::/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 } }]
62652026-05-15T23:15:12.470ZMay 15 23:15:11.298
62662026-05-15T23:15:12.470Z DEBGMay 15 23:15:11.298 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
62672026-05-15T23:15:12.470ZMay 15 23:15:11.298 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 } }]INFOMay 15 23:15:11.298
62682026-05-15T23:15:12.470Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
62692026-05-15T23:15:12.470ZINFO May 15 23:15:11.298adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
62702026-05-15T23:15:12.470ZINFOMay 15 23:15:11.298 DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
62712026-05-15T23:15:12.470ZMay 15 23:15:11.298replacing 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
62722026-05-15T23:15:12.470Z May 15 23:15:11.298replacing 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 } }]
62732026-05-15T23:15:12.471ZDEBGMay 15 23:15:11.298 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 } }]May 15 23:15:11.298
62742026-05-15T23:15:12.471Z INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
62752026-05-15T23:15:12.471Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
62762026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
62772026-05-15T23:15:12.471Zreplacing 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
62782026-05-15T23:15:12.471Z 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 } }]May 15 23:15:11.298
62792026-05-15T23:15:12.471Z May 15 23:15:11.298DEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
62802026-05-15T23:15:12.471Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
62812026-05-15T23:15:12.471Z INFOMay 15 23:15:11.298 May 15 23:15:11.298 INFODEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
62822026-05-15T23:15:12.471Z
62832026-05-15T23:15:12.471Z
62842026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 INFODEBGMay 15 23:15:11.298 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:1b::/64 -> 2001:db8::55:ff
62852026-05-15T23:15:12.471Z
62862026-05-15T23:15:12.471ZDEBG 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 } }]
62872026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 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 } }]May 15 23:15:11.298
62882026-05-15T23:15:12.471Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
62892026-05-15T23:15:12.471Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
62902026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 INFOMay 15 23:15:11.298 DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
62912026-05-15T23:15:12.471Z 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: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 } }]
62922026-05-15T23:15:12.471Z
62932026-05-15T23:15:12.471ZMay 15 23:15:11.298 DEBGMay 15 23:15:11.298 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 } }]INFOMay 15 23:15:11.298
62942026-05-15T23:15:12.471Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
62952026-05-15T23:15:12.471Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
62962026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 INFODEBG May 15 23:15:11.298replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
62972026-05-15T23:15:12.471Z
62982026-05-15T23:15:12.471ZDEBG 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 } }]May 15 23:15:11.298May 15 23:15:11.298 INFO
62992026-05-15T23:15:12.471ZDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63002026-05-15T23:15:12.471ZMay 15 23:15:11.298
63012026-05-15T23:15:12.471Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63022026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 INFODEBG adding route 3fff:beef:1e::/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 } }]
63032026-05-15T23:15:12.471ZMay 15 23:15:11.298
63042026-05-15T23:15:12.471Z DEBG May 15 23:15:11.298replacing 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 } }]
63052026-05-15T23:15:12.471ZDEBGMay 15 23:15:11.298 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 } }]INFO
63062026-05-15T23:15:12.471Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63072026-05-15T23:15:12.471ZMay 15 23:15:11.298May 15 23:15:11.298 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffMay 15 23:15:11.298adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
63082026-05-15T23:15:12.471Z
63092026-05-15T23:15:12.471ZDEBG 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 } }]May 15 23:15:11.298
63102026-05-15T23:15:12.471Z DEBGMay 15 23:15:11.298 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 } }]May 15 23:15:11.298
63112026-05-15T23:15:12.471Z DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63122026-05-15T23:15:12.472ZMay 15 23:15:11.298adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63132026-05-15T23:15:12.475ZINFO May 15 23:15:11.298adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
63142026-05-15T23:15:12.475ZDEBG May 15 23:15:11.298replacing 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 } }]
63152026-05-15T23:15:12.475ZINFOMay 15 23:15:11.298 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
63162026-05-15T23:15:12.475Z May 15 23:15:11.298replacing 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 } }]
63172026-05-15T23:15:12.475ZINFO May 15 23:15:11.298adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63182026-05-15T23:15:12.475ZDEBGMay 15 23:15:11.298 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
63192026-05-15T23:15:12.475Z May 15 23:15:11.298adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
63202026-05-15T23:15:12.475ZDEBG May 15 23:15:11.298May 15 23:15:11.298replacing 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 } }]
63212026-05-15T23:15:12.475Z DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63222026-05-15T23:15:12.475Z
63232026-05-15T23:15:12.475ZMay 15 23:15:11.298 INFO May 15 23:15:11.298May 15 23:15:11.298 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
63242026-05-15T23:15:12.476Z
63252026-05-15T23:15:12.476Zreplacing 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 } }]
63262026-05-15T23:15:12.476ZMay 15 23:15:11.298May 15 23:15:11.298 DEBGMay 15 23:15:11.298 DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63272026-05-15T23:15:12.476Zreplacing 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 } }]
63282026-05-15T23:15:12.476ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffMay 15 23:15:11.298May 15 23:15:11.298
63292026-05-15T23:15:12.476Z INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
63302026-05-15T23:15:12.476Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63312026-05-15T23:15:12.476Z 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 } }]
63322026-05-15T23:15:12.476ZMay 15 23:15:11.298May 15 23:15:11.298 DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63332026-05-15T23:15:12.476Zreplacing 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 } }]May 15 23:15:11.298
63342026-05-15T23:15:12.476Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63352026-05-15T23:15:12.476Z May 15 23:15:11.298INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63362026-05-15T23:15:12.476Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63372026-05-15T23:15:12.476Z DEBGMay 15 23:15:11.298May 15 23:15:11.298 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 } }]DEBGDEBG
63382026-05-15T23:15:12.476Z 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: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 } }]
63392026-05-15T23:15:12.476Z
63402026-05-15T23:15:12.476ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63412026-05-15T23:15:12.476Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO
63422026-05-15T23:15:12.476Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63432026-05-15T23:15:12.476Z May 15 23:15:11.298DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63442026-05-15T23:15:12.476Zreplacing 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 } }]May 15 23:15:11.298
63452026-05-15T23:15:12.476Z DEBGMay 15 23:15:11.298 May 15 23:15:11.298replacing 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 } }]
63462026-05-15T23:15:12.476ZINFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63472026-05-15T23:15:12.476Z
63482026-05-15T23:15:12.476ZMay 15 23:15:11.298 May 15 23:15:11.298INFOMay 15 23:15:11.298 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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
63492026-05-15T23:15:12.476Z
63502026-05-15T23:15:12.476Zreplacing 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 } }]
63512026-05-15T23:15:12.476ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298INFODEBG adding route 3fff:beef:27::/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 } }]
63522026-05-15T23:15:12.476Z
63532026-05-15T23:15:12.476ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63542026-05-15T23:15:12.476ZMay 15 23:15:11.298May 15 23:15:11.298 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:11::/64 -> 2001:db8::55:ff
63552026-05-15T23:15:12.476Z
63562026-05-15T23:15:12.476ZMay 15 23:15:11.298 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 } }]May 15 23:15:11.298
63572026-05-15T23:15:12.476Z DEBGMay 15 23:15:11.298 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 } }]INFO
63582026-05-15T23:15:12.476Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
63592026-05-15T23:15:12.476ZMay 15 23:15:11.298 May 15 23:15:11.298May 15 23:15:11.298 INFOINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63602026-05-15T23:15:12.476Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
63612026-05-15T23:15:12.476Z
63622026-05-15T23:15:12.476ZMay 15 23:15:11.298May 15 23:15:11.298 INFOMay 15 23:15:11.298 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
63632026-05-15T23:15:12.477ZDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
63642026-05-15T23:15:12.477ZMay 15 23:15:11.298
63652026-05-15T23:15:12.477Z DEBGMay 15 23:15:11.298May 15 23:15:11.298 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 } }] INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
63662026-05-15T23:15:12.477Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
63672026-05-15T23:15:12.477Z
63682026-05-15T23:15:12.477ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
63692026-05-15T23:15:12.477Z 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 } }]
63702026-05-15T23:15:12.477Zreplacing 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 } }]May 15 23:15:11.298
63712026-05-15T23:15:12.477Z DEBGMay 15 23:15:11.298 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 } }]INFOMay 15 23:15:11.298
63722026-05-15T23:15:12.477Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
63732026-05-15T23:15:12.477Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
63742026-05-15T23:15:12.477ZMay 15 23:15:11.298May 15 23:15:11.298 DEBGINFO adding route 3fff:beef:2b::/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 } }]
63752026-05-15T23:15:12.477ZMay 15 23:15:11.298
63762026-05-15T23:15:12.477Z 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 } }]May 15 23:15:11.298May 15 23:15:11.298
63772026-05-15T23:15:12.477ZDEBGINFO 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 } }]
63782026-05-15T23:15:12.477Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63792026-05-15T23:15:12.477Z May 15 23:15:11.298INFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
63802026-05-15T23:15:12.477Z
63812026-05-15T23:15:12.477ZMay 15 23:15:11.298 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 } }]May 15 23:15:11.298May 15 23:15:11.298
63822026-05-15T23:15:12.477ZDEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63832026-05-15T23:15:12.477Zreplacing 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 } }]May 15 23:15:11.298
63842026-05-15T23:15:12.477Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63852026-05-15T23:15:12.477Z INFOMay 15 23:15:11.298 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOMay 15 23:15:11.298
63862026-05-15T23:15:12.477Z DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
63872026-05-15T23:15:12.477ZMay 15 23:15:11.298replacing 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 } }]
63882026-05-15T23:15:12.477ZDEBG May 15 23:15:11.298replacing 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 } }]
63892026-05-15T23:15:12.477ZDEBG May 15 23:15:11.298replacing 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 } }]
63902026-05-15T23:15:12.477ZINFOMay 15 23:15:11.298 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
63912026-05-15T23:15:12.477Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
63922026-05-15T23:15:12.477Z INFO May 15 23:15:11.298adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
63932026-05-15T23:15:12.477ZDEBGMay 15 23:15:11.298 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
63942026-05-15T23:15:12.477Z 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 } }]
63952026-05-15T23:15:12.477ZMay 15 23:15:11.298 May 15 23:15:11.298DEBG May 15 23:15:11.298INFO 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 } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
63962026-05-15T23:15:12.477Z
63972026-05-15T23:15:12.477Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
63982026-05-15T23:15:12.477ZMay 15 23:15:11.298May 15 23:15:11.298 DEBGMay 15 23:15:11.298 INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
63992026-05-15T23:15:12.477Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64002026-05-15T23:15:12.477Z
64012026-05-15T23:15:12.477ZMay 15 23:15:11.298 INFO May 15 23:15:11.298adding route 3fff:beef:30::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
64022026-05-15T23:15:12.477Z INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff May 15 23:15:11.298replacing 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 } }]
64032026-05-15T23:15:12.478ZDEBG
64042026-05-15T23:15:12.478Z 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 } }]
64052026-05-15T23:15:12.478ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298INFO DEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
64062026-05-15T23:15:12.478Z
64072026-05-15T23:15:12.478Z 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 } }]
64082026-05-15T23:15:12.478ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298DEBGDEBG 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: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
64092026-05-15T23:15:12.478Z
64102026-05-15T23:15:12.478Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64112026-05-15T23:15:12.478ZMay 15 23:15:11.298May 15 23:15:11.298 INFOINFO May 15 23:15:11.298 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64122026-05-15T23:15:12.478Z
64132026-05-15T23:15:12.482Zreplacing 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 } }]
64142026-05-15T23:15:12.482ZMay 15 23:15:11.298May 15 23:15:11.298 May 15 23:15:11.298DEBG DEBG INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
64152026-05-15T23:15:12.482Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64162026-05-15T23:15:12.482Z
64172026-05-15T23:15:12.482ZMay 15 23:15:11.298May 15 23:15:11.298May 15 23:15:11.298 INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
64182026-05-15T23:15:12.482Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffMay 15 23:15:11.298
64192026-05-15T23:15:12.482ZDEBG 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 } }] May 15 23:15:11.299created new freemap , May 15 23:15:11.299DEBG
64202026-05-15T23:15:12.482Z 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
64212026-05-15T23:15:12.482Z 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 } }]unit
64222026-05-15T23:15:12.482Z:May 15 23:15:11.299 freemap_route_ipv4May 15 23:15:11.299INFOMay 15 23:15:11.299 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFOINFO
64232026-05-15T23:15:12.482Z
64242026-05-15T23:15:12.482Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
64252026-05-15T23:15:12.482Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64262026-05-15T23:15:12.482ZMay 15 23:15:11.299 May 15 23:15:11.299May 15 23:15:11.299 DEBGDEBGDEBG 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: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 } }]
64272026-05-15T23:15:12.482Z
64282026-05-15T23:15:12.482Zcreated new freemap, May 15 23:15:11.299unit May 15 23:15:11.299 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
64292026-05-15T23:15:12.482Z May 15 23:15:11.299replacing 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 } }]
64302026-05-15T23:15:12.482ZDEBG 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 } }]
64312026-05-15T23:15:12.482ZMay 15 23:15:11.299 May 15 23:15:11.299INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64322026-05-15T23:15:12.482Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
64332026-05-15T23:15:12.482Z: May 15 23:15:11.299freemap_route_ipv6
64342026-05-15T23:15:12.482ZDEBG 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 } }]
64352026-05-15T23:15:12.482ZMay 15 23:15:11.299 INFOMay 15 23:15:11.299May 15 23:15:11.299 INFOadding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
64362026-05-15T23:15:12.482Z
64372026-05-15T23:15:12.482Zreplacing 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 } }]
64382026-05-15T23:15:12.482ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299DEBG 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
64392026-05-15T23:15:12.482Z initted freemap. size: 64, unitMay 15 23:15:11.299: INFOfreemap_route_ipv4
64402026-05-15T23:15:12.482Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
64412026-05-15T23:15:12.482ZINFO May 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299 DEBGDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64422026-05-15T23:15:12.482Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64432026-05-15T23:15:12.482Z
64442026-05-15T23:15:12.482Zreset freemap, May 15 23:15:11.299unit May 15 23:15:11.299: INFODEBG May 15 23:15:11.299adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
64452026-05-15T23:15:12.482Z DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64462026-05-15T23:15:12.482ZMay 15 23:15:11.299freemap_route_ipv4
64472026-05-15T23:15:12.482ZDEBGreplacing 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 } }]
64482026-05-15T23:15:12.482ZMay 15 23:15:11.299replacing 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 } }]
64492026-05-15T23:15:12.482ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64502026-05-15T23:15:12.482ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
64512026-05-15T23:15:12.483ZDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64522026-05-15T23:15:12.483Z
64532026-05-15T23:15:12.483ZMay 15 23:15:11.299DEBG 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 } }]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 } }]May 15 23:15:11.299
64542026-05-15T23:15:12.483ZMay 15 23:15:11.299 DEBG
64552026-05-15T23:15:12.483Z INFOMay 15 23:15:11.299 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 } }]INFO
64562026-05-15T23:15:12.483Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff May 15 23:15:11.299adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
64572026-05-15T23:15:12.483Z
64582026-05-15T23:15:12.483ZDEBG May 15 23:15:11.299replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]May 15 23:15:11.299May 15 23:15:11.299 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64592026-05-15T23:15:12.483Z
64602026-05-15T23:15:12.483Z
64612026-05-15T23:15:12.483Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64622026-05-15T23:15:12.483ZMay 15 23:15:11.299 May 15 23:15:11.299INFOMay 15 23:15:11.299 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFODEBG
64632026-05-15T23:15:12.483Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64642026-05-15T23:15:12.483Z
64652026-05-15T23:15:12.483ZMay 15 23:15:11.299 May 15 23:15:11.299DEBG 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 } }]
64662026-05-15T23:15:12.483Zreplacing 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 } }]May 15 23:15:11.299
64672026-05-15T23:15:12.483Z INFOMay 15 23:15:11.299 May 15 23:15:11.299 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBG
64682026-05-15T23:15:12.483Z failed to allocate space for the new target listINFO
64692026-05-15T23:15:12.483Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64702026-05-15T23:15:12.483ZMay 15 23:15:11.299May 15 23:15:11.299 DEBGDEBG May 15 23:15:11.299 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64712026-05-15T23:15:12.483Z
64722026-05-15T23:15:12.483ZDEBG 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 } }]
64732026-05-15T23:15:12.483ZMay 15 23:15:11.299 INFOMay 15 23:15:11.299 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
64742026-05-15T23:15:12.483Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
64752026-05-15T23:15:12.483ZDEBGMay 15 23:15:11.299 May 15 23:15:11.299replacing 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 } }]
64762026-05-15T23:15:12.483Z DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:15:11.299
64772026-05-15T23:15:12.483ZINFOreplacing 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 } }]
64782026-05-15T23:15:12.483Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64792026-05-15T23:15:12.483ZMay 15 23:15:11.299May 15 23:15:11.299May 15 23:15:11.299 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
64802026-05-15T23:15:12.483Zreplacing 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 } }]
64812026-05-15T23:15:12.483Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
64822026-05-15T23:15:12.483ZMay 15 23:15:11.299 May 15 23:15:11.299DEBG May 15 23:15:11.299INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64832026-05-15T23:15:12.483Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64842026-05-15T23:15:12.483Z
64852026-05-15T23:15:12.483Ztest route::tests::grow_succeeds ... ok
64862026-05-15T23:15:12.483ZMay 15 23:15:11.299 DEBGMay 15 23:15:11.299May 15 23:15:11.299 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64872026-05-15T23:15:12.483Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
64882026-05-15T23:15:12.483Z
64892026-05-15T23:15:12.483Z INFO May 15 23:15:11.299adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64902026-05-15T23:15:12.484ZDEBG May 15 23:15:11.299replacing 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 } }] May 15 23:15:11.299DEBG
64912026-05-15T23:15:12.484Z 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 } }]
64922026-05-15T23:15:12.484Zreplacing 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 } }]May 15 23:15:11.299
64932026-05-15T23:15:12.484Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
64942026-05-15T23:15:12.484Z May 15 23:15:11.299INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
64952026-05-15T23:15:12.484Z May 15 23:15:11.299adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64962026-05-15T23:15:12.484ZDEBG May 15 23:15:11.299replacing 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 } }] May 15 23:15:11.299DEBG
64972026-05-15T23:15:12.484Z 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 } }]
64982026-05-15T23:15:12.484Zreplacing 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 } }]May 15 23:15:11.299
64992026-05-15T23:15:12.484Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
65002026-05-15T23:15:12.484Z May 15 23:15:11.299INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
65012026-05-15T23:15:12.484Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
65022026-05-15T23:15:12.484Zreplacing 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 } }]May 15 23:15:11.299
65032026-05-15T23:15:12.484Z DEBGMay 15 23:15:11.299 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
65042026-05-15T23:15:12.484ZMay 15 23:15:11.299 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
65052026-05-15T23:15:12.484Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65062026-05-15T23:15:12.484ZMay 15 23:15:11.299May 15 23:15:11.299 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffMay 15 23:15:11.299adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65072026-05-15T23:15:12.484Z
65082026-05-15T23:15:12.484ZDEBG 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 } }]
65092026-05-15T23:15:12.484ZMay 15 23:15:11.299May 15 23:15:11.299May 15 23:15:11.299 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:27::/64 -> 2001:db8::55:ff
65102026-05-15T23:15:12.484ZDEBG
65112026-05-15T23:15:12.484Z 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 } }]
65122026-05-15T23:15:12.484ZMay 15 23:15:11.299May 15 23:15:11.299 INFOMay 15 23:15:11.299 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
65132026-05-15T23:15:12.488ZINFO 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:28::/64 -> 2001:db8::55:ff
65142026-05-15T23:15:12.488ZMay 15 23:15:11.299
65152026-05-15T23:15:12.488Z 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 } }]
65162026-05-15T23:15:12.488ZMay 15 23:15:11.299May 15 23:15:11.299 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 } }]May 15 23:15:11.299adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
65172026-05-15T23:15:12.488ZINFO
65182026-05-15T23:15:12.488Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65192026-05-15T23:15:12.488ZMay 15 23:15:11.299 May 15 23:15:11.299May 15 23:15:11.299 DEBGDEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
65202026-05-15T23:15:12.488Z
65212026-05-15T23:15:12.488Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65222026-05-15T23:15:12.488ZMay 15 23:15:11.299May 15 23:15:11.299 INFOINFOMay 15 23:15:11.299 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65232026-05-15T23:15:12.488Z
65242026-05-15T23:15:12.488ZDEBG 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 } }]May 15 23:15:11.299
65252026-05-15T23:15:12.488Z May 15 23:15:11.299DEBG 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 } }] May 15 23:15:11.299
65262026-05-15T23:15:12.488Zreplacing 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 } }]
65272026-05-15T23:15:12.488ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
65282026-05-15T23:15:12.488Z May 15 23:15:11.299INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65292026-05-15T23:15:12.488Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
65302026-05-15T23:15:12.488ZMay 15 23:15:11.299 DEBGMay 15 23:15:11.299May 15 23:15:11.299 DEBGDEBGreplacing 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 } }]
65312026-05-15T23:15:12.488Zreplacing 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 } }]
65322026-05-15T23:15:12.488Zreplacing 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 } }]
65332026-05-15T23:15:12.488ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299INFO INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
65342026-05-15T23:15:12.488Z
65352026-05-15T23:15:12.488Z
65362026-05-15T23:15:12.488ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299DEBG DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65372026-05-15T23:15:12.488Z
65382026-05-15T23:15:12.488Z
65392026-05-15T23:15:12.488ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
65402026-05-15T23:15:12.488Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
65412026-05-15T23:15:12.488Z
65422026-05-15T23:15:12.489ZMay 15 23:15:11.299May 15 23:15:11.299 DEBGDEBG May 15 23:15:11.299replacing 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: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 } }]
65432026-05-15T23:15:12.489ZDEBG
65442026-05-15T23:15:12.489Z 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 } }]
65452026-05-15T23:15:12.489ZMay 15 23:15:11.299May 15 23:15:11.299 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
65462026-05-15T23:15:12.489Z
65472026-05-15T23:15:12.489ZMay 15 23:15:11.299 INFO May 15 23:15:11.299May 15 23:15:11.299 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGDEBG
65482026-05-15T23:15:12.489Z 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: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 } }]
65492026-05-15T23:15:12.489Z
65502026-05-15T23:15:12.489ZMay 15 23:15:11.299 DEBGMay 15 23:15:11.299May 15 23:15:11.299 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 } }]
65512026-05-15T23:15:12.489Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
65522026-05-15T23:15:12.489Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
65532026-05-15T23:15:12.489ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299INFO 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: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 } }]
65542026-05-15T23:15:12.489Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
65552026-05-15T23:15:12.489Z
65562026-05-15T23:15:12.489ZMay 15 23:15:11.299May 15 23:15:11.299May 15 23:15:11.299 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65572026-05-15T23:15:12.489ZDEBG
65582026-05-15T23:15:12.489Z 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 } }]
65592026-05-15T23:15:12.489ZMay 15 23:15:11.299May 15 23:15:11.299 DEBGDEBGMay 15 23:15:11.299 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
65602026-05-15T23:15:12.489Z adding route 3fff:beef:2f::/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 } }]
65612026-05-15T23:15:12.489Z
65622026-05-15T23:15:12.489ZMay 15 23:15:11.299 INFOMay 15 23:15:11.299 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65632026-05-15T23:15:12.489ZINFO May 15 23:15:11.299adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
65642026-05-15T23:15:12.489ZMay 15 23:15:11.299DEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
65652026-05-15T23:15:12.489Z
65662026-05-15T23:15:12.489ZMay 15 23:15:11.299 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 } }]May 15 23:15:11.299May 15 23:15:11.299
65672026-05-15T23:15:12.489ZINFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65682026-05-15T23:15:12.489Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
65692026-05-15T23:15:12.489Z INFO May 15 23:15:11.299adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
65702026-05-15T23:15:12.489ZDEBGMay 15 23:15:11.299 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 } }]DEBG
65712026-05-15T23:15:12.489Z 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 } }]
65722026-05-15T23:15:12.489ZMay 15 23:15:11.299 May 15 23:15:11.299INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65732026-05-15T23:15:12.489Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
65742026-05-15T23:15:12.489ZMay 15 23:15:11.299 May 15 23:15:11.299DEBGMay 15 23:15:11.299 DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65752026-05-15T23:15:12.489Zreplacing 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: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 } }]
65762026-05-15T23:15:12.489Z
65772026-05-15T23:15:12.489ZMay 15 23:15:11.299 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
65782026-05-15T23:15:12.489Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
65792026-05-15T23:15:12.489ZMay 15 23:15:11.299 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 } }]May 15 23:15:11.299
65802026-05-15T23:15:12.489Z DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65812026-05-15T23:15:12.490ZMay 15 23:15:11.299 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffMay 15 23:15:11.299
65822026-05-15T23:15:12.490Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
65832026-05-15T23:15:12.490ZMay 15 23:15:11.299May 15 23:15:11.299 May 15 23:15:11.299DEBG created new freemap, unit: freemap_route_ipv4
65842026-05-15T23:15:12.490ZMay 15 23:15:11.299May 15 23:15:11.299 DEBG created new freemap, unit: freemap_route_ipv6
65852026-05-15T23:15:12.490ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffMay 15 23:15:11.299 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
65862026-05-15T23:15:12.490Z
65872026-05-15T23:15:12.490ZMay 15 23:15:11.299 May 15 23:15:11.299DEBG DEBGinitted freemap. size: 64, unit: freemap_route_ipv6
65882026-05-15T23:15:12.490Z 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 } }]
65892026-05-15T23:15:12.490ZMay 15 23:15:11.299 DEBG reset freemap, unit: freemap_route_ipv6
65902026-05-15T23:15:12.490ZMay 15 23:15:11.299 INFO May 15 23:15:11.299 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 } }]
65912026-05-15T23:15:12.490ZMay 15 23:15:11.300 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
65922026-05-15T23:15:12.490Z
65932026-05-15T23:15:12.490ZMay 15 23:15:11.300 May 15 23:15:11.300DEBG INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65942026-05-15T23:15:12.490Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
65952026-05-15T23:15:12.490ZMay 15 23:15:11.300 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
65962026-05-15T23:15:12.490ZMay 15 23:15:11.300 DEBG May 15 23:15:11.300DEBGreplacing 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 } }]
65972026-05-15T23:15:12.490ZDEBG 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: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 } }]
65982026-05-15T23:15:12.490ZMay 15 23:15:11.300 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
65992026-05-15T23:15:12.490Z
66002026-05-15T23:15:12.490ZMay 15 23:15:11.300May 15 23:15:11.300 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffMay 15 23:15:11.300
66012026-05-15T23:15:12.490Z 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
66022026-05-15T23:15:12.490Z May 15 23:15:11.300adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66032026-05-15T23:15:12.490ZMay 15 23:15:11.300DEBG 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 } }]
66042026-05-15T23:15:12.490Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
66052026-05-15T23:15:12.490ZMay 15 23:15:11.300 May 15 23:15:11.300DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:15:11.300 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 } }]
66062026-05-15T23:15:12.490ZINFO
66072026-05-15T23:15:12.490Z May 15 23:15:11.300May 15 23:15:11.300 INFOINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66082026-05-15T23:15:12.490Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66092026-05-15T23:15:12.490Z
66102026-05-15T23:15:12.490ZMay 15 23:15:11.300May 15 23:15:11.300 May 15 23:15:11.300DEBG 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 } }]
66112026-05-15T23:15:12.490Z 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
66122026-05-15T23:15:12.490Z May 15 23:15:11.300replacing 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 } }]
66132026-05-15T23:15:12.494ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66142026-05-15T23:15:12.494ZMay 15 23:15:11.300 INFO May 15 23:15:11.300May 15 23:15:11.300adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
66152026-05-15T23:15:12.494ZDEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66162026-05-15T23:15:12.494Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:15:11.300
66172026-05-15T23:15:12.494Z DEBGMay 15 23:15:11.300 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66182026-05-15T23:15:12.494Z May 15 23:15:11.300adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66192026-05-15T23:15:12.494ZDEBGMay 15 23:15:11.300 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 } }]
66202026-05-15T23:15:12.495ZINFOMay 15 23:15:11.300 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
66212026-05-15T23:15:12.495Z May 15 23:15:11.300replacing 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 } }]
66222026-05-15T23:15:12.495ZMay 15 23:15:11.300DEBG May 15 23:15:11.300DEBG created new freemapMay 15 23:15:11.300replacing 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 } }]
66232026-05-15T23:15:12.495ZINFO, unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
66242026-05-15T23:15:12.495Z May 15 23:15:11.300freemap_route_ipv4 INFO
66252026-05-15T23:15:12.495ZINFOMay 15 23:15:11.300 DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66262026-05-15T23:15:12.495ZMay 15 23:15:11.300
66272026-05-15T23:15:12.495Z DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffMay 15 23:15:11.300May 15 23:15:11.300
66282026-05-15T23:15:12.495ZDEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66292026-05-15T23:15:12.495Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66302026-05-15T23:15:12.495Zcreated new freemap, unitMay 15 23:15:11.300: May 15 23:15:11.300INFO DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
66312026-05-15T23:15:12.495Zreplacing 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 } }]May 15 23:15:11.300
66322026-05-15T23:15:12.495Zfreemap_route_ipv6 May 15 23:15:11.300
66332026-05-15T23:15:12.495ZDEBG DEBGMay 15 23:15:11.300 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66342026-05-15T23:15:12.495Z May 15 23:15:11.300adding route 3fff:beef:3b::/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 } }]
66352026-05-15T23:15:12.495Z May 15 23:15:11.300
66362026-05-15T23:15:12.495Z INFOINFOMay 15 23:15:11.300 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffMay 15 23:15:11.300 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66372026-05-15T23:15:12.495Z
66382026-05-15T23:15:12.495Z
66392026-05-15T23:15:12.495Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66402026-05-15T23:15:12.495ZMay 15 23:15:11.300May 15 23:15:11.300 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffinitted freemap. size: 64May 15 23:15:11.300
66412026-05-15T23:15:12.495Z, DEBGunitMay 15 23:15:11.300 May 15 23:15:11.300 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
66422026-05-15T23:15:12.495Z DEBG freemap_route_ipv6 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 } }]
66432026-05-15T23:15:12.495Zreplacing 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 } }]
66442026-05-15T23:15:12.495ZMay 15 23:15:11.300
66452026-05-15T23:15:12.495ZINFOMay 15 23:15:11.300May 15 23:15:11.300 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
66462026-05-15T23:15:12.495Zfailed to allocate space for the new target list
66472026-05-15T23:15:12.495ZDEBG May 15 23:15:11.300reset freemapMay 15 23:15:11.300, May 15 23:15:11.300DEBG DEBG INFO 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 } }]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 } }]
66482026-05-15T23:15:12.495Z
66492026-05-15T23:15:12.495Z: freemap_route_ipv6adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66502026-05-15T23:15:12.495Z
66512026-05-15T23:15:12.495ZMay 15 23:15:11.300May 15 23:15:11.300May 15 23:15:11.300 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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 } }]
66522026-05-15T23:15:12.495Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66532026-05-15T23:15:12.495Z
66542026-05-15T23:15:12.495ZMay 15 23:15:11.300May 15 23:15:11.300 May 15 23:15:11.300INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
66552026-05-15T23:15:12.495Zreplacing 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
66562026-05-15T23:15:12.495Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66572026-05-15T23:15:12.495ZMay 15 23:15:11.300 May 15 23:15:11.300May 15 23:15:11.300DEBG 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 } }] DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
66582026-05-15T23:15:12.496Z
66592026-05-15T23:15:12.496Z 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 } }]
66602026-05-15T23:15:12.496ZMay 15 23:15:11.300 DEBGMay 15 23:15:11.300 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66612026-05-15T23:15:12.496Z May 15 23:15:11.300adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66622026-05-15T23:15:12.496ZINFOMay 15 23:15:11.300 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
66632026-05-15T23:15:12.496Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
66642026-05-15T23:15:12.496ZMay 15 23:15:11.300 DEBG May 15 23:15:11.300replacing 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 } }] May 15 23:15:11.300DEBG
66652026-05-15T23:15:12.496Z 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 } }]
66662026-05-15T23:15:12.496Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:15:11.300
66672026-05-15T23:15:12.496Z INFO May 15 23:15:11.300adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66682026-05-15T23:15:12.496ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
66692026-05-15T23:15:12.496ZMay 15 23:15:11.300May 15 23:15:11.300 INFODEBGMay 15 23:15:11.300 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }]
66702026-05-15T23:15:12.496Z
66712026-05-15T23:15:12.496Zreplacing 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 } }]
66722026-05-15T23:15:12.496Ztest route::tests::rollback_on_compact_delete_failure ... ok
66732026-05-15T23:15:12.496ZMay 15 23:15:11.300 DEBGMay 15 23:15:11.300 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
66742026-05-15T23:15:12.496Z May 15 23:15:11.300adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66752026-05-15T23:15:12.496ZINFOMay 15 23:15:11.300 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
66762026-05-15T23:15:12.496Z replacing targets for 3fff:dead::/64 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 } }]
66772026-05-15T23:15:12.496ZMay 15 23:15:11.300 May 15 23:15:11.300DEBG May 15 23:15:11.300replacing 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 } }]
66782026-05-15T23:15:12.496ZWARN DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
66792026-05-15T23:15:12.496ZMay 15 23:15:11.300replacing 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 } }]
66802026-05-15T23:15:12.496ZMay 15 23:15:11.301May 15 23:15:11.301 DEBG DEBGcreated new freemap , created new freemap, unitMay 15 23:15:11.300: DEBGfreemap_route_ipv4
66812026-05-15T23:15:12.496Zcreated new freemap, unit: freemap_route_ipv4May 15 23:15:11.305May 15 23:15:11.305
66822026-05-15T23:15:12.496Z INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffcreated new freemapMay 15 23:15:11.305, unitunit:
66832026-05-15T23:15:12.496Z :freemap_route_ipv4
66842026-05-15T23:15:12.496Zfreemap_route_ipv6DEBG
66852026-05-15T23:15:12.496ZMay 15 23:15:11.305 created new freemapDEBG, unitMay 15 23:15:11.305: 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 } }]May 15 23:15:11.305
66862026-05-15T23:15:12.496Zfreemap_route_ipv6created new freemap
66872026-05-15T23:15:12.496Z, INFOunit: adding route 3fff:dead::/64 -> 2001:db8::55:1May 15 23:15:11.305freemap_route_ipv6
66882026-05-15T23:15:12.496Z INFOMay 15 23:15:11.305
66892026-05-15T23:15:12.496Z INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66902026-05-15T23:15:12.496Z
66912026-05-15T23:15:12.496ZMay 15 23:15:11.305May 15 23:15:11.305 INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
66922026-05-15T23:15:12.496ZMay 15 23:15:11.305May 15 23:15:11.305 DEBGDEBG May 15 23:15:11.305replacing 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 } }]initted freemap. size: 64 ,
66932026-05-15T23:15:12.496ZDEBGunit initted freemap. size: 64initted freemap. size: 64, , :unit :freemap_route_ipv4 unitMay 15 23:15:11.305
66942026-05-15T23:15:12.496Zfreemap_route_ipv4:
66952026-05-15T23:15:12.496Z freemap_route_ipv6
66962026-05-15T23:15:12.496ZINFO May 15 23:15:11.305adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffMay 15 23:15:11.305
66972026-05-15T23:15:12.496ZDEBGDEBG reset freemapreset freemap, , May 15 23:15:11.305unitunit:: May 15 23:15:11.305freemap_route_ipv4DEBG
66982026-05-15T23:15:12.497Z freemap_route_ipv4reset freemapDEBG
66992026-05-15T23:15:12.497Z, unitreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:15:11.305May 15 23:15:11.305
67002026-05-15T23:15:12.497Z DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.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 } }]:
67012026-05-15T23:15:12.497Z
67022026-05-15T23:15:12.497Z May 15 23:15:11.305freemap_route_ipv6 May 15 23:15:11.305INFO
67032026-05-15T23:15:12.497Z INFO May 15 23:15:11.305adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
67042026-05-15T23:15:12.497Z
67052026-05-15T23:15:12.497ZMay 15 23:15:11.305 DEBGINFO May 15 23:15:11.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
67062026-05-15T23:15:12.497ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:15:11.305
67072026-05-15T23:15:12.497Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
67082026-05-15T23:15:12.497Zreplacing 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 } }]May 15 23:15:11.305
67092026-05-15T23:15:12.497Z INFOMay 15 23:15:11.305May 15 23:15:11.305 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:15:11.305adding route 172.16.0.0/32 -> 10.0.0.1
67102026-05-15T23:15:12.497Z
67112026-05-15T23:15:12.497Zreplacing 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:2c::/64 -> 2001:db8::55:ff
67122026-05-15T23:15:12.497Z
67132026-05-15T23:15:12.501ZMay 15 23:15:11.305May 15 23:15:11.305 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]
67142026-05-15T23:15:12.501ZMay 15 23:15:11.305
67152026-05-15T23:15:12.501Z INFO May 15 23:15:11.301adding route 172.16.0.0/32 -> 10.0.0.1May 15 23:15:11.305
67162026-05-15T23:15:12.501Z DEBGINFO INFOadding route 172.16.0.0/32 -> 10.0.0.2May 15 23:15:11.306created new freemap
67172026-05-15T23:15:12.501Z May 15 23:15:11.305 DEBGDEBG May 15 23:15:11.305May 15 23:15:11.306adding route 3fff:beef:f::/64 -> 2001:db8::55:ff 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 } }]
67182026-05-15T23:15:12.501Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67192026-05-15T23:15:12.501Z
67202026-05-15T23:15:12.501Z,
67212026-05-15T23:15:12.501ZunitINFOMay 15 23:15:11.306 May 15 23:15:11.306May 15 23:15:11.306:May 15 23:15:11.306INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 freemap_route_ipv4
67222026-05-15T23:15:12.501Zadding route 172.17.0.0/32 -> 10.0.0.255
67232026-05-15T23:15:12.501ZDEBGINFO
67242026-05-15T23:15:12.501Z adding route 172.16.0.0/32 -> 10.0.0.2May 15 23:15:11.306 DEBG
67252026-05-15T23:15:12.501Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:15:11.306
67262026-05-15T23:15:12.501Z
67272026-05-15T23:15:12.501ZINFO May 15 23:15:11.306May 15 23:15:11.306 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffMay 15 23:15:11.306 May 15 23:15:11.306 INFOcreated new freemap , adding route 172.17.0.1/32 -> 10.0.0.255DEBGunit
67282026-05-15T23:15:12.501Z INFO: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
67292026-05-15T23:15:12.501Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
67302026-05-15T23:15:12.501ZMay 15 23:15:11.306freemap_route_ipv6
67312026-05-15T23:15:12.501ZDEBG 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 } }]May 15 23:15:11.306May 15 23:15:11.306 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
67322026-05-15T23:15:12.501Z
67332026-05-15T23:15:12.501ZMay 15 23:15:11.306
67342026-05-15T23:15:12.501Z DEBGMay 15 23:15:11.306 May 15 23:15:11.306replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
67352026-05-15T23:15:12.501Z DEBG adding route 172.17.0.2/32 -> 10.0.0.255May 15 23:15:11.306
67362026-05-15T23:15:12.501Z May 15 23:15:11.306replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
67372026-05-15T23:15:12.501Z initted freemap. size: 64INFOMay 15 23:15:11.306 , adding route 3fff:beef:11::/64 -> 2001:db8::55:ff unit
67382026-05-15T23:15:12.501ZMay 15 23:15:11.306DEBG : replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
67392026-05-15T23:15:12.501Z freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255May 15 23:15:11.306
67402026-05-15T23:15:12.502Z
67412026-05-15T23:15:12.502ZMay 15 23:15:11.306DEBG INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
67422026-05-15T23:15:12.502Z
67432026-05-15T23:15:12.502ZMay 15 23:15:11.306 May 15 23:15:11.306DEBG May 15 23:15:11.306 May 15 23:15:11.306 reset freemap DEBGINFO , 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 } }]
67442026-05-15T23:15:12.502Zreplacing 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 } }]unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ff:
67452026-05-15T23:15:12.502Z
67462026-05-15T23:15:12.502Z freemap_route_ipv6May 15 23:15:11.306
67472026-05-15T23:15:12.502Z May 15 23:15:11.306INFOMay 15 23:15:11.306 adding route 172.17.0.4/32 -> 10.0.0.255
67482026-05-15T23:15:12.502ZDEBG 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 } }]May 15 23:15:11.306
67492026-05-15T23:15:12.502Z DEBGMay 15 23:15:11.306 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
67502026-05-15T23:15:12.502Z DEBGMay 15 23:15:11.306 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.2/32 -> 10.0.0.255
67512026-05-15T23:15:12.502ZINFO
67522026-05-15T23:15:12.502Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffMay 15 23:15:11.306May 15 23:15:11.306
67532026-05-15T23:15:12.502ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
67542026-05-15T23:15:12.502Zadding route 172.17.0.5/32 -> 10.0.0.255May 15 23:15:11.306
67552026-05-15T23:15:12.502Z DEBGMay 15 23:15:11.306May 15 23:15:11.306 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 } }]
67562026-05-15T23:15:12.502Z 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 } }]
67572026-05-15T23:15:12.502ZMay 15 23:15:11.306DEBGMay 15 23:15:11.306 DEBG 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 } }]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.6/32 -> 10.0.0.255
67582026-05-15T23:15:12.502ZMay 15 23:15:11.306
67592026-05-15T23:15:12.502Z
67602026-05-15T23:15:12.502Z INFO May 15 23:15:11.306May 15 23:15:11.306 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:14::/64 -> 2001:db8::55:ffMay 15 23:15:11.306
67612026-05-15T23:15:12.502Z
67622026-05-15T23:15:12.502Z
67632026-05-15T23:15:12.502Z 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 } }]
67642026-05-15T23:15:12.502ZMay 15 23:15:11.306May 15 23:15:11.306 May 15 23:15:11.306DEBG 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 } }]
67652026-05-15T23:15:12.502Z 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 } }] May 15 23:15:11.306
67662026-05-15T23:15:12.502Zadding route 3fff:beef:34::/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 } }, NextHop { asic_port_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
67672026-05-15T23:15:12.502Zadding route 172.17.0.7/32 -> 10.0.0.255
67682026-05-15T23:15:12.502Z
67692026-05-15T23:15:12.502ZMay 15 23:15:11.306May 15 23:15:11.306May 15 23:15:11.306 INFO INFO May 15 23:15:11.306INFO adding route 172.17.0.4/32 -> 10.0.0.255
67702026-05-15T23:15:12.502Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGMay 15 23:15:11.306 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 } }]
67712026-05-15T23:15:12.502Z
67722026-05-15T23:15:12.502Zadding route 3fff:dead::/64 -> 2001:db8::55:4
67732026-05-15T23:15:12.502Ztest route::tests::rollback_on_compact_write_failure ... ok
67742026-05-15T23:15:12.502ZDEBGMay 15 23:15:11.306May 15 23:15:11.306 May 15 23:15:11.306 May 15 23:15:11.306DEBGDEBG INFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 3fff:beef: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.8/32 -> 10.0.0.255
67752026-05-15T23:15:12.502Z
67762026-05-15T23:15:12.502Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
67772026-05-15T23:15:12.502Zreplacing 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 } }]
67782026-05-15T23:15:12.502ZMay 15 23:15:11.306
67792026-05-15T23:15:12.502ZMay 15 23:15:11.306 DEBGMay 15 23:15:11.306 INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] May 15 23:15:11.306
67802026-05-15T23:15:12.503ZMay 15 23:15:11.306 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67812026-05-15T23:15:12.503ZMay 15 23:15:11.306 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255
67822026-05-15T23:15:12.503ZMay 15 23:15:11.306 May 15 23:15:11.306May 15 23:15:11.312DEBG DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
67832026-05-15T23:15:12.503Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]created new freemap
67842026-05-15T23:15:12.503Z
67852026-05-15T23:15:12.503Z, May 15 23:15:11.312unit :DEBG May 15 23:15:11.312 freemap_route_ipv4
67862026-05-15T23:15:12.503ZINFOreplacing 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 } }]
67872026-05-15T23:15:12.503Zadding route 172.17.0.10/32 -> 10.0.0.255
67882026-05-15T23:15:12.503ZMay 15 23:15:11.312May 15 23:15:11.312 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67892026-05-15T23:15:12.503Z
67902026-05-15T23:15:12.503Z DEBGMay 15 23:15:11.312 May 15 23:15:11.312
67912026-05-15T23:15:12.503Z created new freemapDEBGMay 15 23:15:11.312, unit :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 } }] May 15 23:15:11.312freemap_route_ipv6DEBG
67922026-05-15T23:15:12.503Z INFO
67932026-05-15T23:15:12.503Zreplacing 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 } }]
67942026-05-15T23:15:12.503Z DEBGMay 15 23:15:11.312adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO
67952026-05-15T23:15:12.503Z May 15 23:15:11.312adding route 3fff:dead::/64 -> 2001:db8::55:1 May 15 23:15:11.312
67962026-05-15T23:15:12.503Z INFOINFOreplacing 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 } }] May 15 23:15:11.312 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
67972026-05-15T23:15:12.503Z
67982026-05-15T23:15:12.503Z
67992026-05-15T23:15:12.503ZMay 15 23:15:11.312 DEBGDEBG May 15 23:15:11.312May 15 23:15:11.312initted freemap. size: 64 , May 15 23:15:11.312unitDEBGreplacing 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 } }]:
68002026-05-15T23:15:12.503ZDEBG 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.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 } }]
68012026-05-15T23:15:12.503Zfreemap_route_ipv6
68022026-05-15T23:15:12.503Z
68032026-05-15T23:15:12.503ZINFO May 15 23:15:11.312May 15 23:15:11.312 May 15 23:15:11.312INFO INFOINFO May 15 23:15:11.312adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.12/32 -> 10.0.0.255
68042026-05-15T23:15:12.503Z
68052026-05-15T23:15:12.503Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68062026-05-15T23:15:12.503Zreset freemapadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff, May 15 23:15:11.312unitMay 15 23:15:11.312
68072026-05-15T23:15:12.503Z :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 } }]freemap_route_ipv6DEBG
68082026-05-15T23:15:12.503Z
68092026-05-15T23:15:12.503Zreplacing 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 } }]May 15 23:15:11.312
68102026-05-15T23:15:12.503ZMay 15 23:15:11.312 DEBG DEBGMay 15 23:15:11.312replacing 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 } }]
68112026-05-15T23:15:12.503Z INFOMay 15 23:15:11.312 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOMay 15 23:15:11.312
68122026-05-15T23:15:12.503Z 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255
68132026-05-15T23:15:12.507Z
68142026-05-15T23:15:12.507ZMay 15 23:15:11.312 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:15:11.312replacing 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 } }]
68152026-05-15T23:15:12.507Z
68162026-05-15T23:15:12.507ZMay 15 23:15:11.312INFO May 15 23:15:11.312 May 15 23:15:11.312adding route 3fff:dead::/64 -> 2001:db8::55:2
68172026-05-15T23:15:12.507Z DEBG INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffMay 15 23:15:11.312
68182026-05-15T23:15:12.507Z 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
68192026-05-15T23:15:12.507Z
68202026-05-15T23:15:12.507Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]May 15 23:15:11.312
68212026-05-15T23:15:12.507ZMay 15 23:15:11.312 DEBG 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 } }]May 15 23:15:11.312
68222026-05-15T23:15:12.507Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff May 15 23:15:11.312INFO
68232026-05-15T23:15:12.507Z May 15 23:15:11.312INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
68242026-05-15T23:15:12.507Zadding route 172.17.0.14/32 -> 10.0.0.255INFO
68252026-05-15T23:15:12.507Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffMay 15 23:15:11.312
68262026-05-15T23:15:12.508ZMay 15 23:15:11.312 May 15 23:15:11.312May 15 23:15:11.312DEBGDEBG May 15 23:15:11.312replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
68272026-05-15T23:15:12.508Z DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68282026-05-15T23:15:12.508ZMay 15 23:15:11.312replacing 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 } }]
68292026-05-15T23:15:12.508Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG May 15 23:15:11.312
68302026-05-15T23:15:12.508Z adding route 3fff:dead::/64 -> 2001:db8::55:4INFOreplacing 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 } }] May 15 23:15:11.312
68312026-05-15T23:15:12.508Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
68322026-05-15T23:15:12.508ZINFO
68332026-05-15T23:15:12.508Z adding route 172.17.0.15/32 -> 10.0.0.255May 15 23:15:11.312May 15 23:15:11.312 DEBGDEBG
68342026-05-15T23:15:12.508Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]May 15 23:15:11.312
68352026-05-15T23:15:12.508ZMay 15 23:15:11.312 INFO May 15 23:15:11.312adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68362026-05-15T23:15:12.508ZMay 15 23:15:11.312 INFO
68372026-05-15T23:15:12.508ZDEBG DEBGMay 15 23:15:11.312 replacing targets for 3fff:dead::/64 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
68382026-05-15T23:15:12.508Zreplacing 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 } }]
68392026-05-15T23:15:12.508Z May 15 23:15:11.312adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68402026-05-15T23:15:12.508ZMay 15 23:15:11.312DEBG
68412026-05-15T23:15:12.508Z WARN May 15 23:15:11.312shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })May 15 23:15:11.312May 15 23:15:11.312
68422026-05-15T23:15:12.508ZDEBG 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: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 } }]
68432026-05-15T23:15:12.508ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
68442026-05-15T23:15:12.508Z
68452026-05-15T23:15:12.508ZDEBG May 15 23:15:11.312replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
68462026-05-15T23:15:12.508Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffMay 15 23:15:11.312
68472026-05-15T23:15:12.508Z May 15 23:15:11.312INFO May 15 23:15:11.312May 15 23:15:11.312 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68482026-05-15T23:15:12.508ZDEBG 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 } }]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 } }]
68492026-05-15T23:15:12.508Z
68502026-05-15T23:15:12.508Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68512026-05-15T23:15:12.508ZMay 15 23:15:11.312 May 15 23:15:11.312May 15 23:15:11.312 INFOINFOMay 15 23:15:11.312 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255
68522026-05-15T23:15:12.508ZDEBG
68532026-05-15T23:15:12.508Z 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 } }]
68542026-05-15T23:15:12.508Zreplacing 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 } }]May 15 23:15:11.312May 15 23:15:11.312 DEBG
68552026-05-15T23:15:12.508Z 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 } }] May 15 23:15:11.312DEBG
68562026-05-15T23:15:12.508Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
68572026-05-15T23:15:12.508Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGMay 15 23:15:11.312 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
68582026-05-15T23:15:12.508Z
68592026-05-15T23:15:12.508Z May 15 23:15:11.312adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
68602026-05-15T23:15:12.508ZINFO May 15 23:15:11.312adding route 172.17.0.18/32 -> 10.0.0.255May 15 23:15:11.312
68612026-05-15T23:15:12.508Z May 15 23:15:11.312INFO DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:15:11.312 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 } }]
68622026-05-15T23:15:12.508ZDEBG
68632026-05-15T23:15:12.508Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
68642026-05-15T23:15:12.508Z
68652026-05-15T23:15:12.509ZMay 15 23:15:11.312 May 15 23:15:11.312INFO May 15 23:15:11.312adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
68662026-05-15T23:15:12.509Z May 15 23:15:11.312DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68672026-05-15T23:15:12.509Z May 15 23:15:11.312replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 DEBG
68682026-05-15T23:15:12.509Z May 15 23:15:11.312adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68692026-05-15T23:15:12.509ZDEBG
68702026-05-15T23:15:12.509Z May 15 23:15:11.312 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
68712026-05-15T23:15:12.509Ztest route::tests::identity_replace_is_noop ... ok
68722026-05-15T23:15:12.509ZMay 15 23:15:11.312May 15 23:15:11.312 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 } }]
68732026-05-15T23:15:12.509Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
68742026-05-15T23:15:12.509Ztest route::tests::rollback_on_index_readd_failure ... ok
68752026-05-15T23:15:12.509Z
68762026-05-15T23:15:12.509ZMay 15 23:15:11.312 May 15 23:15:11.312INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
68772026-05-15T23:15:12.509ZMay 15 23:15:11.312replacing 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 } }]
68782026-05-15T23:15:12.509ZWARN May 15 23:15:11.312May 15 23:15:11.312 INFOMay 15 23:15:11.312DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]
68792026-05-15T23:15:12.509Z
68802026-05-15T23:15:12.509Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
68812026-05-15T23:15:12.509Z
68822026-05-15T23:15:12.509ZMay 15 23:15:11.312 May 15 23:15:11.312ERRO May 15 23:15:11.312INFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.21/32 -> 10.0.0.255
68832026-05-15T23:15:12.509Z
68842026-05-15T23:15:12.509ZDEBGMay 15 23:15:11.312 May 15 23:15:11.312DEBG 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 } }]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 } }]
68852026-05-15T23:15:12.509ZMay 15 23:15:11.313 DEBG created new freemap, May 15 23:15:11.318unit :INFO freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
68862026-05-15T23:15:12.509Z
68872026-05-15T23:15:12.509ZMay 15 23:15:11.318 May 15 23:15:11.312 DEBG created new freemapINFO , adding route 3fff:beef:32::/64 -> 2001:db8::55:ffMay 15 23:15:11.318unit
68882026-05-15T23:15:12.509Z: DEBGfreemap_route_ipv4
68892026-05-15T23:15:12.509Zcreated new freemapMay 15 23:15:11.318, DEBGunit :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 } }] May 15 23:15:11.318freemap_route_ipv6
68902026-05-15T23:15:12.509Z
68912026-05-15T23:15:12.509Z DEBG May 15 23:15:11.318 INFOcreated new freemap adding route 3fff:beef:33::/64 -> 2001:db8::55:ffMay 15 23:15:11.318
68922026-05-15T23:15:12.509Z , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
68932026-05-15T23:15:12.509ZMay 15 23:15:11.318freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255
68942026-05-15T23:15:12.509ZDEBG
68952026-05-15T23:15:12.509ZMay 15 23:15:11.318 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 } }]DEBGMay 15 23:15:11.318
68962026-05-15T23:15:12.509Z DEBGinitted freemap. size: 64May 15 23:15:11.318, unitINFO: 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.16.0.0/32 -> 10.0.0.1
68972026-05-15T23:15:12.509ZMay 15 23:15:11.318
68982026-05-15T23:15:12.509Z freemap_route_ipv6
68992026-05-15T23:15:12.509ZINFOMay 15 23:15:11.318 May 15 23:15:11.318adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOMay 15 23:15:11.318 DEBGadding route 172.17.0.6/32 -> 10.0.0.255
69002026-05-15T23:15:12.509Z
69012026-05-15T23:15:12.509Zinitted freemap. size: 64 , DEBGunit :May 15 23:15:11.318May 15 23:15:11.318reset freemap , DEBGfreemap_route_ipv4 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 } }]unit
69022026-05-15T23:15:12.509ZDEBG:
69032026-05-15T23:15:12.509Z 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 } }]May 15 23:15:11.318
69042026-05-15T23:15:12.509Zfreemap_route_ipv6
69052026-05-15T23:15:12.510ZDEBG May 15 23:15:11.318reset freemap , INFOunitMay 15 23:15:11.318 adding route 172.17.0.7/32 -> 10.0.0.255INFOMay 15 23:15:11.318:
69062026-05-15T23:15:12.510Z DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69072026-05-15T23:15:12.510Zfreemap_route_ipv4May 15 23:15:11.318
69082026-05-15T23:15:12.510Z DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69092026-05-15T23:15:12.510Z
69102026-05-15T23:15:12.510ZMay 15 23:15:11.318May 15 23:15:11.318 DEBGDEBGMay 15 23:15:11.318 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
69112026-05-15T23:15:12.510Z adding route 172.17.0.8/32 -> 10.0.0.255May 15 23:15:11.318
69122026-05-15T23:15:12.510Z
69132026-05-15T23:15:12.514Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:15:11.318May 15 23:15:11.318 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
69142026-05-15T23:15:12.514ZMay 15 23:15:11.318
69152026-05-15T23:15:12.514Z DEBG
69162026-05-15T23:15:12.514Zreplacing 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 } }]May 15 23:15:11.318
69172026-05-15T23:15:12.514ZMay 15 23:15:11.318 DEBG DEBG May 15 23:15:11.318replacing 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 } }]May 15 23:15:11.318replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
69182026-05-15T23:15:12.514ZINFO
69192026-05-15T23:15:12.514Zadding route 172.17.0.9/32 -> 10.0.0.255DEBG
69202026-05-15T23:15:12.514ZMay 15 23:15:11.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]May 15 23:15:11.318
69212026-05-15T23:15:12.514ZINFO May 15 23:15:11.318INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3
69222026-05-15T23:15:12.514Zadding route 3fff:beef:37::/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 } }]
69232026-05-15T23:15:12.514Z
69242026-05-15T23:15:12.514ZMay 15 23:15:11.318May 15 23:15:11.318 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
69252026-05-15T23:15:12.514Z
69262026-05-15T23:15:12.514ZMay 15 23:15:11.318May 15 23:15:11.318 INFODEBG May 15 23:15:11.318adding route 172.17.0.10/32 -> 10.0.0.255May 15 23:15:11.318
69272026-05-15T23:15:12.514Z DEBG May 15 23:15:11.318DEBGMay 15 23:15:11.318 INFODEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69282026-05-15T23:15:12.514Z
69292026-05-15T23:15:12.514Zadding route 172.16.0.0/32 -> 10.0.0.4
69302026-05-15T23:15:12.514Z
69312026-05-15T23:15:12.514Z
69322026-05-15T23:15:12.514ZMay 15 23:15:11.318 May 15 23:15:11.318INFO May 15 23:15:11.318May 15 23:15:11.318May 15 23:15:11.318 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
69332026-05-15T23:15:12.514Z
69342026-05-15T23:15:12.514ZINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
69352026-05-15T23:15:12.514ZMay 15 23:15:11.318adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO May 15 23:15:11.318 DEBG
69362026-05-15T23:15:12.514Zreplacing 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
69372026-05-15T23:15:12.514Zadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
69382026-05-15T23:15:12.514Z
69392026-05-15T23:15:12.514ZMay 15 23:15:11.318 May 15 23:15:11.318DEBG 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 } }]
69402026-05-15T23:15:12.514ZMay 15 23:15:11.318May 15 23:15:11.318May 15 23:15:11.318adding route 172.17.0.12/32 -> 10.0.0.255 INFO
69412026-05-15T23:15:12.514ZDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
69422026-05-15T23:15:12.514Z
69432026-05-15T23:15:12.514ZDEBG May 15 23:15:11.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] May 15 23:15:11.318
69442026-05-15T23:15:12.514Z 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 } }]May 15 23:15:11.318adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69452026-05-15T23:15:12.514Z 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 } }]
69462026-05-15T23:15:12.514Z
69472026-05-15T23:15:12.515ZMay 15 23:15:11.318May 15 23:15:11.318 INFO May 15 23:15:11.318May 15 23:15:11.318 adding route 172.17.0.13/32 -> 10.0.0.255
69482026-05-15T23:15:12.515ZDEBGDEBG 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 } }] adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
69492026-05-15T23:15:12.515ZMay 15 23:15:11.318
69502026-05-15T23:15:12.515Z replacing targets for 3fff:dead::/64 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
69512026-05-15T23:15:12.515Zreplacing 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 } }]May 15 23:15:11.318May 15 23:15:11.318
69522026-05-15T23:15:12.515Z INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffMay 15 23:15:11.318
69532026-05-15T23:15:12.515Z May 15 23:15:11.318replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69542026-05-15T23:15:12.515Z adding route 172.17.0.14/32 -> 10.0.0.255May 15 23:15:11.318WARN
69552026-05-15T23:15:12.515Z May 15 23:15:11.318DEBG INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69562026-05-15T23:15:12.515Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69572026-05-15T23:15:12.515Z
69582026-05-15T23:15:12.515ZMay 15 23:15:11.318May 15 23:15:11.318 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
69592026-05-15T23:15:12.515Z
69602026-05-15T23:15:12.515ZMay 15 23:15:11.318May 15 23:15:11.318 May 15 23:15:11.318INFO DEBG DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69612026-05-15T23:15:12.515Z
69622026-05-15T23:15:12.515Zreplacing 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 } }]
69632026-05-15T23:15:12.515ZMay 15 23:15:11.318 May 15 23:15:11.318INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
69642026-05-15T23:15:12.515Zreplacing 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 } }]May 15 23:15:11.318
69652026-05-15T23:15:12.515Z INFOMay 15 23:15:11.318 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 } }]
69662026-05-15T23:15:12.515Z adding route 172.17.0.15/32 -> 10.0.0.255
69672026-05-15T23:15:12.515ZMay 15 23:15:11.318 DEBGMay 15 23:15:11.318May 15 23:15:11.318 INFO DEBG failed to allocate space for the new target list
69682026-05-15T23:15:12.515Zadding route 3fff:beef:2b::/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 } }]
69692026-05-15T23:15:12.515Z
69702026-05-15T23:15:12.515ZMay 15 23:15:11.318 DEBG May 15 23:15:11.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:15:11.318
69712026-05-15T23:15:12.515Z 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 172.17.0.16/32 -> 10.0.0.255
69722026-05-15T23:15:12.515Z
69732026-05-15T23:15:12.515Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
69742026-05-15T23:15:12.515ZMay 15 23:15:11.312May 15 23:15:11.318May 15 23:15:11.318 DEBGINFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69752026-05-15T23:15:12.515Z
69762026-05-15T23:15:12.515Zreplacing 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 } }]
69772026-05-15T23:15:12.515ZMay 15 23:15:11.318May 15 23:15:11.318 INFOMay 15 23:15:11.318 DEBGINFO adding route 172.17.0.17/32 -> 10.0.0.255replacing 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 } }]
69782026-05-15T23:15:12.515Z
69792026-05-15T23:15:12.515Z adding route 172.17.0.22/32 -> 10.0.0.255
69802026-05-15T23:15:12.515Z
69812026-05-15T23:15:12.515ZMay 15 23:15:11.318May 15 23:15:11.318May 15 23:15:11.318 DEBGDEBGINFO May 15 23:15:11.318 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.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 } }]
69822026-05-15T23:15:12.515Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
69832026-05-15T23:15:12.515Z
69842026-05-15T23:15:12.515Z May 15 23:15:11.318adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
69852026-05-15T23:15:12.515ZINFOMay 15 23:15:11.318 adding route 172.17.0.18/32 -> 10.0.0.255DEBG 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 } }]
69862026-05-15T23:15:12.516ZMay 15 23:15:11.319May 15 23:15:11.319 DEBG DEBGcreated new freemap May 15 23:15:11.324created new freemap, , May 15 23:15:11.318unit: INFOfreemap_route_ipv4
69872026-05-15T23:15:12.516Zadding route 172.17.0.23/32 -> 10.0.0.255
69882026-05-15T23:15:12.516ZINFOunitMay 15 23:15:11.324: freemap_route_ipv4
69892026-05-15T23:15:12.516ZMay 15 23:15:11.324 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
69902026-05-15T23:15:12.516Z DEBGcreated new freemap , 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
69912026-05-15T23:15:12.516ZMay 15 23:15:11.324: May 15 23:15:11.324DEBG DEBGfreemap_route_ipv6
69922026-05-15T23:15:12.516Zreplacing 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 } }]created new freemap
69932026-05-15T23:15:12.516Z, May 15 23:15:11.324unit: May 15 23:15:11.324INFOfreemap_route_ipv6 May 15 23:15:11.324INFO INFO
69942026-05-15T23:15:12.516Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
69952026-05-15T23:15:12.516Z
69962026-05-15T23:15:12.516Zadding route 172.17.0.24/32 -> 10.0.0.255May 15 23:15:11.324
69972026-05-15T23:15:12.516Z INFOMay 15 23:15:11.324May 15 23:15:11.324 DEBGDEBG initted freemap. size: 64 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1,
69982026-05-15T23:15:12.516Zunit
69992026-05-15T23:15:12.516Z:May 15 23:15:11.324 freemap_route_ipv6May 15 23:15:11.324
70002026-05-15T23:15:12.516ZMay 15 23:15:11.324 DEBG DEBGINFO May 15 23:15:11.324adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64 ,
70012026-05-15T23:15:12.516Z unitDEBG :reset freemap , freemap_route_ipv4unit
70022026-05-15T23:15:12.516ZMay 15 23:15:11.324replacing 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 freemap_route_ipv6
70032026-05-15T23:15:12.516Zreplacing 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 } }]May 15 23:15:11.324
70042026-05-15T23:15:12.516Z
70052026-05-15T23:15:12.516ZDEBGMay 15 23:15:11.324 reset freemapDEBG, May 15 23:15:11.324replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
70062026-05-15T23:15:12.516Z: freemap_route_ipv4INFOMay 15 23:15:11.324May 15 23:15:11.324
70072026-05-15T23:15:12.516Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
70082026-05-15T23:15:12.516Zadding route 172.17.0.25/32 -> 10.0.0.255May 15 23:15:11.324
70092026-05-15T23:15:12.516Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
70102026-05-15T23:15:12.516ZMay 15 23:15:11.324 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
70112026-05-15T23:15:12.516ZMay 15 23:15:11.324 May 15 23:15:11.324 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGMay 15 23:15:11.324DEBG
70122026-05-15T23:15:12.516Z INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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.16.0.0/32 -> 10.0.0.2
70132026-05-15T23:15:12.520Z
70142026-05-15T23:15:12.520ZMay 15 23:15:11.324
70152026-05-15T23:15:12.520ZDEBG May 15 23:15:11.324replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:15:11.324
70162026-05-15T23:15:12.520Z INFODEBG adding route 3fff:beef:32::/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 } }]
70172026-05-15T23:15:12.520Z
70182026-05-15T23:15:12.520ZMay 15 23:15:11.324 INFO May 15 23:15:11.318 DEBG May 15 23:15:11.324replacing 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 } }] INFO
70192026-05-15T23:15:12.520Zadding route 172.17.0.26/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
70202026-05-15T23:15:12.520ZMay 15 23:15:11.324
70212026-05-15T23:15:12.520Z DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:15:11.324
70222026-05-15T23:15:12.520Z May 15 23:15:11.324DEBG 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 } }]
70232026-05-15T23:15:12.520ZMay 15 23:15:11.324replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] May 15 23:15:11.324INFO
70242026-05-15T23:15:12.521Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
70252026-05-15T23:15:12.521Zfailed to allocate space for the new target listMay 15 23:15:11.324
70262026-05-15T23:15:12.521Z May 15 23:15:11.324May 15 23:15:11.324 INFODEBG May 15 23:15:11.324 INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70272026-05-15T23:15:12.521Zadding route 172.16.0.0/32 -> 10.0.0.4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70282026-05-15T23:15:12.521Z
70292026-05-15T23:15:12.521Z May 15 23:15:11.324adding route 172.17.0.27/32 -> 10.0.0.255
70302026-05-15T23:15:12.521ZINFO May 15 23:15:11.324May 15 23:15:11.324 DEBGDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
70312026-05-15T23:15:12.521Z
70322026-05-15T23:15:12.521Zreplacing 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 } }]
70332026-05-15T23:15:12.521ZMay 15 23:15:11.324May 15 23:15:11.324 INFODEBG 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.0/32 -> 10.0.0.255
70342026-05-15T23:15:12.521Z
70352026-05-15T23:15:12.521ZMay 15 23:15:11.324 INFO adding route 172.17.0.28/32 -> 10.0.0.255May 15 23:15:11.324
70362026-05-15T23:15:12.521Z May 15 23:15:11.324INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
70372026-05-15T23:15:12.521Z 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 } }]
70382026-05-15T23:15:12.521ZMay 15 23:15:11.324May 15 23:15:11.324ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG
70392026-05-15T23:15:12.521Z 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: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 } }]
70402026-05-15T23:15:12.521Z
70412026-05-15T23:15:12.521Z
70422026-05-15T23:15:12.521ZMay 15 23:15:11.324 May 15 23:15:11.324INFOMay 15 23:15:11.324 INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
70432026-05-15T23:15:12.521Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
70442026-05-15T23:15:12.521Zadding route 172.17.0.29/32 -> 10.0.0.255
70452026-05-15T23:15:12.521ZMay 15 23:15:11.324 May 15 23:15:11.324DEBG May 15 23:15:11.324DEBG 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 } }]
70462026-05-15T23:15:12.521Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
70472026-05-15T23:15:12.521Z
70482026-05-15T23:15:12.521ZMay 15 23:15:11.324 INFOMay 15 23:15:11.325May 15 23:15:11.325 May 15 23:15:11.325 adding route 172.17.0.2/32 -> 10.0.0.255DEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70492026-05-15T23:15:12.521Z
70502026-05-15T23:15:12.521Z
70512026-05-15T23:15:12.521ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
70522026-05-15T23:15:12.521ZMay 15 23:15:11.325May 15 23:15:11.325 DEBGMay 15 23:15:11.325 May 15 23:15:11.325DEBG 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 } }]
70532026-05-15T23:15:12.521ZINFOreplacing 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.30/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 } }]
70542026-05-15T23:15:12.521Z
70552026-05-15T23:15:12.521ZMay 15 23:15:11.325
70562026-05-15T23:15:12.521Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
70572026-05-15T23:15:12.521ZMay 15 23:15:11.325May 15 23:15:11.325 May 15 23:15:11.325INFODEBGMay 15 23:15:11.325 adding route 172.17.0.3/32 -> 10.0.0.255INFODEBG
70582026-05-15T23:15:12.521Z 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.20/32 -> 10.0.0.255
70592026-05-15T23:15:12.521Zreplacing 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 } }]
70602026-05-15T23:15:12.521Z
70612026-05-15T23:15:12.521ZMay 15 23:15:11.325 May 15 23:15:11.325 DEBGMay 15 23:15:11.325DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
70622026-05-15T23:15:12.521Zreplacing 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 } }]
70632026-05-15T23:15:12.522Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffMay 15 23:15:11.325
70642026-05-15T23:15:12.522Z INFOMay 15 23:15:11.325 adding route 172.17.0.31/32 -> 10.0.0.255May 15 23:15:11.325INFO
70652026-05-15T23:15:12.522Z May 15 23:15:11.325 INFOadding route 172.17.0.4/32 -> 10.0.0.255DEBG
70662026-05-15T23:15:12.522Z 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 } }]
70672026-05-15T23:15:12.522Zadding route 172.17.0.21/32 -> 10.0.0.255May 15 23:15:11.325
70682026-05-15T23:15:12.522Z DEBG May 15 23:15:11.325replacing 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 } }]
70692026-05-15T23:15:12.522ZMay 15 23:15:11.319May 15 23:15:11.325 May 15 23:15:11.325DEBG INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGcreated new freemap
70702026-05-15T23:15:12.522Z, unit :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 } }] May 15 23:15:11.325replacing 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 } }] freemap_route_ipv4DEBG
70712026-05-15T23:15:12.522Z
70722026-05-15T23:15:12.522Z
70732026-05-15T23:15:12.522ZMay 15 23:15:11.325 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 } }] INFO
70742026-05-15T23:15:12.522Z adding route 172.17.0.32/32 -> 10.0.0.255May 15 23:15:11.325 DEBGMay 15 23:15:11.325 May 15 23:15:11.325created new freemap , unitINFO:INFO May 15 23:15:11.325
70752026-05-15T23:15:12.522Z freemap_route_ipv6INFO
70762026-05-15T23:15:12.522Ztest route::tests::same_size_non_subset_replace ... ok
70772026-05-15T23:15:12.522Zadding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.22/32 -> 10.0.0.255
70782026-05-15T23:15:12.522Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70792026-05-15T23:15:12.522Z
70802026-05-15T23:15:12.522ZMay 15 23:15:11.325May 15 23:15:11.325 May 15 23:15:11.325INFO DEBGMay 15 23:15:11.325adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
70812026-05-15T23:15:12.522Z 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 } }]May 15 23:15:11.325
70822026-05-15T23:15:12.522Zreplacing 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 } }]
70832026-05-15T23:15:12.522ZMay 15 23:15:11.325 DEBGDEBG DEBGinitted freemap. size: 64 , 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 } }]unitMay 15 23:15:11.325: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
70842026-05-15T23:15:12.522Z
70852026-05-15T23:15:12.522Z
70862026-05-15T23:15:12.522ZINFO May 15 23:15:11.325May 15 23:15:11.325 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffMay 15 23:15:11.325 DEBGINFO
70872026-05-15T23:15:12.522Z reset freemap , unitadding route 172.17.0.6/32 -> 10.0.0.255:May 15 23:15:11.325 May 15 23:15:11.325
70882026-05-15T23:15:12.522Z freemap_route_ipv6INFO DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255
70892026-05-15T23:15:12.522Zreplacing 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 } }]
70902026-05-15T23:15:12.522Zadding route 172.17.0.33/32 -> 10.0.0.255May 15 23:15:11.325May 15 23:15:11.325
70912026-05-15T23:15:12.522Z DEBGMay 15 23:15:11.325
70922026-05-15T23:15:12.522Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70932026-05-15T23:15:12.522ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffMay 15 23:15:11.325DEBG
70942026-05-15T23:15:12.522ZMay 15 23:15:11.325 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 } }]
70952026-05-15T23:15:12.522ZMay 15 23:15:11.325DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:15:11.325
70962026-05-15T23:15:12.522Z May 15 23:15:11.325 INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255May 15 23:15:11.325
70972026-05-15T23:15:12.522Z DEBG DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
70982026-05-15T23:15:12.522ZMay 15 23:15:11.325May 15 23:15:11.325May 15 23:15:11.325May 15 23:15:11.331 DEBGDEBG
70992026-05-15T23:15:12.522Z DEBGcreated new freemap created new freemap, , May 15 23:15:11.331unitunit created new freemap:, unit INFOMay 15 23:15:11.325freemap_route_ipv4:: 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 } }]freemap_route_ipv4
71002026-05-15T23:15:12.522Z
71012026-05-15T23:15:12.522Zfreemap_route_ipv4
71022026-05-15T23:15:12.523Z
71032026-05-15T23:15:12.523Zadding route 3fff:dead::/64 -> 2001:db8::55:3
71042026-05-15T23:15:12.523Zreplacing 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 } }]May 15 23:15:11.331
71052026-05-15T23:15:12.523ZMay 15 23:15:11.331 May 15 23:15:11.331DEBGINFO May 15 23:15:11.331 DEBGadding route 172.17.0.24/32 -> 10.0.0.255created new freemap
71062026-05-15T23:15:12.523ZMay 15 23:15:11.331, DEBGcreated new freemap 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 } }]unit
71072026-05-15T23:15:12.523ZMay 15 23:15:11.331: freemap_route_ipv6DEBG,
71082026-05-15T23:15:12.523Zreplacing 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 } }]May 15 23:15:11.331
71092026-05-15T23:15:12.523Z INFOcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:4, May 15 23:15:11.331May 15 23:15:11.331
71102026-05-15T23:15:12.523ZINFOINFO unitadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:15:11.331May 15 23:15:11.331 :
71112026-05-15T23:15:12.523Zunitadding route 172.17.0.8/32 -> 10.0.0.255 INFO
71122026-05-15T23:15:12.523ZDEBG May 15 23:15:11.331 adding route 172.17.0.25/32 -> 10.0.0.255
71132026-05-15T23:15:12.527ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] :
71142026-05-15T23:15:12.527Zinitted freemap. size: 64 , unitMay 15 23:15:11.331May 15 23:15:11.331: freemap_route_ipv6DEBG May 15 23:15:11.331freemap_route_ipv4
71152026-05-15T23:15:12.527Z 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 } }]DEBG
71162026-05-15T23:15:12.527Z 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 } }]
71172026-05-15T23:15:12.527Z replacing targets for 3fff:dead::/64 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 } }]May 15 23:15:11.331May 15 23:15:11.331
71182026-05-15T23:15:12.527Z
71192026-05-15T23:15:12.527Z INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 May 15 23:15:11.331
71202026-05-15T23:15:12.527Zreset freemap , INFOunit May 15 23:15:11.331: INFOfreemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1May 15 23:15:11.331
71212026-05-15T23:15:12.527Z
71222026-05-15T23:15:12.527Zadding route 172.17.0.9/32 -> 10.0.0.255 DEBG
71232026-05-15T23:15:12.527Zreplacing 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 } }]May 15 23:15:11.331
71242026-05-15T23:15:12.527Z May 15 23:15:11.331DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
71252026-05-15T23:15:12.527Z May 15 23:15:11.331initted freemap. size: 64 INFO , adding route 172.17.0.27/32 -> 10.0.0.255unit
71262026-05-15T23:15:12.527ZMay 15 23:15:11.331: freemap_route_ipv4 May 15 23:15:11.331INFO
71272026-05-15T23:15:12.527Z May 15 23:15:11.331 DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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.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 } }]
71282026-05-15T23:15:12.527Z
71292026-05-15T23:15:12.527Z
71302026-05-15T23:15:12.527ZMay 15 23:15:11.331 May 15 23:15:11.331May 15 23:15:11.331 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255DEBG
71312026-05-15T23:15:12.527Z
71322026-05-15T23:15:12.527Z reset freemapMay 15 23:15:11.331May 15 23:15:11.331 INFODEBGMay 15 23:15:11.331 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71332026-05-15T23:15:12.527Z, unitadding route 172.17.0.0/32 -> 10.0.0.255:
71342026-05-15T23:15:12.527Z May 15 23:15:11.331freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255
71352026-05-15T23:15:12.527Z
71362026-05-15T23:15:12.527ZINFO May 15 23:15:11.331adding route 172.17.0.29/32 -> 10.0.0.255
71372026-05-15T23:15:12.527ZDEBG 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 } }]May 15 23:15:11.331
71382026-05-15T23:15:12.527Z May 15 23:15:11.331DEBGMay 15 23:15:11.331 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 } }] May 15 23:15:11.331
71392026-05-15T23:15:12.527Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
71402026-05-15T23:15:12.527Z 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.1/32 -> 10.0.0.255
71412026-05-15T23:15:12.527Z
71422026-05-15T23:15:12.527ZMay 15 23:15:11.331May 15 23:15:11.331 INFOMay 15 23:15:11.331May 15 23:15:11.331 DEBGINFO adding route 172.17.0.30/32 -> 10.0.0.255
71432026-05-15T23:15:12.527Zreplacing 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.16.0.0/32 -> 10.0.0.2INFO
71442026-05-15T23:15:12.527Z
71452026-05-15T23:15:12.527Z May 15 23:15:11.331adding route 172.17.0.11/32 -> 10.0.0.255
71462026-05-15T23:15:12.527ZDEBGMay 15 23:15:11.331 May 15 23:15:11.331 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
71472026-05-15T23:15:12.528Z adding route 172.17.0.2/32 -> 10.0.0.255
71482026-05-15T23:15:12.528ZDEBGMay 15 23:15:11.331 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 } }] May 15 23:15:11.331adding route 172.17.0.31/32 -> 10.0.0.255May 15 23:15:11.331
71492026-05-15T23:15:12.528Z
71502026-05-15T23:15:12.528ZDEBG 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 } }]
71512026-05-15T23:15:12.528ZMay 15 23:15:11.331replacing 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 } }]May 15 23:15:11.331 DEBG
71522026-05-15T23:15:12.528Z May 15 23:15:11.331DEBGreplacing 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
71532026-05-15T23:15:12.528Z adding route 172.17.0.3/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.3, vlan_id: None } }]
71542026-05-15T23:15:12.528Z
71552026-05-15T23:15:12.528ZMay 15 23:15:11.331May 15 23:15:11.331 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
71562026-05-15T23:15:12.528Z
71572026-05-15T23:15:12.528ZMay 15 23:15:11.331 DEBGMay 15 23:15:11.331 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71582026-05-15T23:15:12.528Z 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 } }]May 15 23:15:11.331
71592026-05-15T23:15:12.528Z INFOMay 15 23:15:11.331DEBG 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 } }]INFOMay 15 23:15:11.331
71602026-05-15T23:15:12.528Z INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
71612026-05-15T23:15:12.528ZMay 15 23:15:11.331
71622026-05-15T23:15:12.528Z INFO
71632026-05-15T23:15:12.528Zadding route 172.17.0.33/32 -> 10.0.0.255May 15 23:15:11.331
71642026-05-15T23:15:12.528Z DEBG May 15 23:15:11.331replacing 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 } }]
71652026-05-15T23:15:12.528ZDEBG
71662026-05-15T23:15:12.528Zreplacing 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 } }]May 15 23:15:11.331
71672026-05-15T23:15:12.528Z May 15 23:15:11.331DEBG May 15 23:15:11.331INFOMay 15 23:15:11.331May 15 23:15:11.331 adding route 172.17.0.5/32 -> 10.0.0.255
71682026-05-15T23:15:12.528ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
71692026-05-15T23:15:12.528ZDEBG May 15 23:15:11.331 May 15 23:15:11.331DEBG 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.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 } }]
71702026-05-15T23:15:12.528ZDEBG
71712026-05-15T23:15:12.528Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71722026-05-15T23:15:12.528Ztest route::tests::shrink_preserves_compacted_order ... ok
71732026-05-15T23:15:12.528ZMay 15 23:15:11.331
71742026-05-15T23:15:12.528Z INFO May 15 23:15:11.331adding route 172.17.0.34/32 -> 10.0.0.255
71752026-05-15T23:15:12.528ZMay 15 23:15:11.331INFO adding route 172.17.0.6/32 -> 10.0.0.255INFO
71762026-05-15T23:15:12.528Z May 15 23:15:11.331adding route 172.17.0.15/32 -> 10.0.0.255 May 15 23:15:11.331DEBG
71772026-05-15T23:15:12.528Z 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 } }]May 15 23:15:11.331
71782026-05-15T23:15:12.528Zadding route 172.17.0.35/32 -> 10.0.0.255 DEBG
71792026-05-15T23:15:12.528Z 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 } }]May 15 23:15:11.331
71802026-05-15T23:15:12.528ZMay 15 23:15:11.331 DEBGINFO May 15 23:15:11.331adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71812026-05-15T23:15:12.528Z
71822026-05-15T23:15:12.528ZINFO adding route 172.17.0.7/32 -> 10.0.0.255May 15 23:15:11.331
71832026-05-15T23:15:12.528Z May 15 23:15:11.331 DEBGMay 15 23:15:11.331 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 } }]May 15 23:15:11.331
71842026-05-15T23:15:12.528Z DEBG INFODEBGreplacing 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 } }]May 15 23:15:11.331
71852026-05-15T23:15:12.528Z adding route 172.17.0.16/32 -> 10.0.0.255INFO
71862026-05-15T23:15:12.528Z adding route 172.17.0.36/32 -> 10.0.0.255
71872026-05-15T23:15:12.529Zreplacing 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 } }]May 15 23:15:11.331May 15 23:15:11.331 INFO
71882026-05-15T23:15:12.529ZDEBG 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.8/32 -> 10.0.0.255
71892026-05-15T23:15:12.529Z
71902026-05-15T23:15:12.529ZMay 15 23:15:11.331 DEBGMay 15 23:15:11.331 freemap_route_ipv6May 15 23:15:11.331
71912026-05-15T23:15:12.529Zreplacing 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 } }] May 15 23:15:11.331
71922026-05-15T23:15:12.529ZINFO adding route 172.17.0.17/32 -> 10.0.0.255INFODEBGMay 15 23:15:11.331
71932026-05-15T23:15:12.529Z May 15 23:15:11.331INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.37/32 -> 10.0.0.255
71942026-05-15T23:15:12.529Z
71952026-05-15T23:15:12.529Zreplacing 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 } }]
71962026-05-15T23:15:12.529Zadding route 172.17.0.36/32 -> 10.0.0.255May 15 23:15:11.331
71972026-05-15T23:15:12.529ZMay 15 23:15:11.331 May 15 23:15:11.331 May 15 23:15:11.331DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.9/32 -> 10.0.0.255
71982026-05-15T23:15:12.529Z initted freemap. size: 64
71992026-05-15T23:15:12.529Z, DEBGunitMay 15 23:15:11.331: freemap_route_ipv6INFO
72002026-05-15T23:15:12.529Zadding 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 } }]
72012026-05-15T23:15:12.529ZMay 15 23:15:11.331May 15 23:15:11.331 May 15 23:15:11.331DEBG
72022026-05-15T23:15:12.529Z DEBGMay 15 23:15:11.331replacing 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 } }]
72032026-05-15T23:15:12.529Z reset freemapDEBG, unitreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
72042026-05-15T23:15:12.529Z freemap_route_ipv6May 15 23:15:11.331
72052026-05-15T23:15:12.529ZDEBG May 15 23:15:11.331 INFO May 15 23:15:11.331 May 15 23:15:11.331INFO adding route 172.17.0.18/32 -> 10.0.0.255INFO
72062026-05-15T23:15:12.529Z adding route 172.17.0.39/32 -> 10.0.0.255DEBG
72072026-05-15T23:15:12.529Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
72082026-05-15T23:15:12.529Z
72092026-05-15T23:15:12.529Z
72102026-05-15T23:15:12.529ZMay 15 23:15:11.331May 15 23:15:11.331 DEBGMay 15 23:15:11.331 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
72112026-05-15T23:15:12.529Z DEBGMay 15 23:15:11.331 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72122026-05-15T23:15:12.529ZMay 15 23:15:11.331 May 15 23:15:11.331INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255
72132026-05-15T23:15:12.533Zcreated new freemap, unitMay 15 23:15:11.337: DEBGfreemap_route_ipv4
72142026-05-15T23:15:12.533Zreplacing 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 } }]
72152026-05-15T23:15:12.533Z INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffMay 15 23:15:11.337
72162026-05-15T23:15:12.533Z May 15 23:15:11.337INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
72172026-05-15T23:15:12.533Zcreated new freemapMay 15 23:15:11.337, unitDEBG :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 } }]
72182026-05-15T23:15:12.533ZMay 15 23:15:11.337freemap_route_ipv6
72192026-05-15T23:15:12.533ZDEBG May 15 23:15:11.337 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72202026-05-15T23:15:12.533Z
72212026-05-15T23:15:12.533Z
72222026-05-15T23:15:12.533ZMay 15 23:15:11.337May 15 23:15:11.337May 15 23:15:11.337 INFODEBG INFO adding route 172.17.0.42/32 -> 10.0.0.255replacing 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 } }]
72232026-05-15T23:15:12.533Z
72242026-05-15T23:15:12.533Z May 15 23:15:11.337adding route 172.16.0.0/32 -> 10.0.0.1 May 15 23:15:11.337May 15 23:15:11.337INFO DEBGDEBG
72252026-05-15T23:15:12.533Z failed to allocate space for the new target listadding route 172.17.0.19/32 -> 10.0.0.255
72262026-05-15T23:15:12.533Zreplacing 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 } }]
72272026-05-15T23:15:12.533Z
72282026-05-15T23:15:12.533ZMay 15 23:15:11.337May 15 23:15:11.337 May 15 23:15:11.337DEBG 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 } }]
72292026-05-15T23:15:12.533Zadding route 172.17.0.43/32 -> 10.0.0.255
72302026-05-15T23:15:12.534ZDEBG initted freemap. size: 64May 15 23:15:11.337May 15 23:15:11.337 May 15 23:15:11.337 DEBGDEBG failed to allocate space for the new target list,
72312026-05-15T23:15:12.534Zreplacing 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 } }]unitDEBG
72322026-05-15T23:15:12.534Z: 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 } }]
72332026-05-15T23:15:12.534ZMay 15 23:15:11.337
72342026-05-15T23:15:12.534Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
72352026-05-15T23:15:12.534ZMay 15 23:15:11.337 DEBG May 15 23:15:11.337May 15 23:15:11.337replacing 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 } }]
72362026-05-15T23:15:12.534Z INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
72372026-05-15T23:15:12.534ZMay 15 23:15:11.337reset freemap , INFOunit: adding route 172.17.0.45/32 -> 10.0.0.255freemap_route_ipv4May 15 23:15:11.337
72382026-05-15T23:15:12.534Z
72392026-05-15T23:15:12.534ZDEBG May 15 23:15:11.337May 15 23:15:11.337 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 } }]
72402026-05-15T23:15:12.534ZDEBGDEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72412026-05-15T23:15:12.534Z
72422026-05-15T23:15:12.534ZMay 15 23:15:11.337 INFOMay 15 23:15:11.337 INFO adding route 172.16.0.0/32 -> 10.0.0.2
72432026-05-15T23:15:12.534Zadding route 172.17.0.21/32 -> 10.0.0.255May 15 23:15:11.337
72442026-05-15T23:15:12.534Z INFO adding route 172.17.0.46/32 -> 10.0.0.255May 15 23:15:11.337
72452026-05-15T23:15:12.534ZMay 15 23:15:11.337 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72462026-05-15T23:15:12.534ZMay 15 23:15:11.337replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
72472026-05-15T23:15:12.534ZDEBGMay 15 23:15:11.337 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
72482026-05-15T23:15:12.534Z May 15 23:15:11.337adding route 172.17.0.22/32 -> 10.0.0.255
72492026-05-15T23:15:12.534ZINFOMay 15 23:15:11.337 adding route 172.16.0.0/32 -> 10.0.0.3INFO
72502026-05-15T23:15:12.534Z adding route 172.17.0.47/32 -> 10.0.0.255
72512026-05-15T23:15:12.534ZMay 15 23:15:11.337 May 15 23:15:11.337 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 } }]May 15 23:15:11.337
72522026-05-15T23:15:12.534Z 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 } }] May 15 23:15:11.337
72532026-05-15T23:15:12.534Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:15:11.337
72542026-05-15T23:15:12.534Z INFOINFO May 15 23:15:11.337adding route 172.17.0.11/32 -> 10.0.0.255
72552026-05-15T23:15:12.534Zadding route 172.17.0.48/32 -> 10.0.0.255
72562026-05-15T23:15:12.534ZINFOMay 15 23:15:11.337May 15 23:15:11.337 May 15 23:15:11.337adding route 172.16.0.0/32 -> 10.0.0.4 May 15 23:15:11.337DEBGINFO
72572026-05-15T23:15:12.534ZDEBG 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 } }]
72582026-05-15T23:15:12.534Zadding route 172.17.0.23/32 -> 10.0.0.255INFOreplacing 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 } }] May 15 23:15:11.337adding route 172.17.0.37/32 -> 10.0.0.255
72592026-05-15T23:15:12.534ZMay 15 23:15:11.337
72602026-05-15T23:15:12.534Z DEBGINFO
72612026-05-15T23:15:12.534Z May 15 23:15:11.337May 15 23:15:11.337 DEBGadding route 172.17.0.49/32 -> 10.0.0.255INFO
72622026-05-15T23:15:12.534Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.12/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 } }]
72632026-05-15T23:15:12.534Z
72642026-05-15T23:15:12.534ZMay 15 23:15:11.337
72652026-05-15T23:15:12.534ZMay 15 23:15:11.337 May 15 23:15:11.337May 15 23:15:11.337DEBG DEBG DEBGMay 15 23:15:11.337 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
72662026-05-15T23:15:12.534Z replacing targets for 172.16.0.0/32 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 } }]
72672026-05-15T23:15:12.534Zreplacing 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 } }]
72682026-05-15T23:15:12.534Z
72692026-05-15T23:15:12.535ZMay 15 23:15:11.337adding route 172.17.0.24/32 -> 10.0.0.255
72702026-05-15T23:15:12.535ZMay 15 23:15:11.337INFO adding route 172.17.0.13/32 -> 10.0.0.255INFO
72712026-05-15T23:15:12.535Z adding route 172.17.0.50/32 -> 10.0.0.255May 15 23:15:11.337May 15 23:15:11.337
72722026-05-15T23:15:12.535Z DEBGMay 15 23:15:11.337 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
72732026-05-15T23:15:12.535ZMay 15 23:15:11.337replacing 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 } }]
72742026-05-15T23:15:12.535Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
72752026-05-15T23:15:12.535ZINFODEBGMay 15 23:15:11.337 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72762026-05-15T23:15:12.535Z May 15 23:15:11.337adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
72772026-05-15T23:15:12.535Z INFO
72782026-05-15T23:15:12.535Zadding route 172.17.0.14/32 -> 10.0.0.255May 15 23:15:11.337May 15 23:15:11.337
72792026-05-15T23:15:12.535Z May 15 23:15:11.337 INFODEBG DEBGadding route 172.17.0.51/32 -> 10.0.0.255
72802026-05-15T23:15:12.535ZMay 15 23:15:11.337 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.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
72812026-05-15T23:15:12.535Z
72822026-05-15T23:15:12.535Zreplacing 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 } }]May 15 23:15:11.337
72832026-05-15T23:15:12.535Z 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 } }]May 15 23:15:11.337
72842026-05-15T23:15:12.535ZMay 15 23:15:11.337 INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
72852026-05-15T23:15:12.535Zadding route 172.17.0.15/32 -> 10.0.0.255
72862026-05-15T23:15:12.535ZMay 15 23:15:11.337 INFOMay 15 23:15:11.337 May 15 23:15:11.337May 15 23:15:11.337adding route 172.17.0.52/32 -> 10.0.0.255 DEBG 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 } }]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 } }]
72872026-05-15T23:15:12.535Z
72882026-05-15T23:15:12.535ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:15:11.337
72892026-05-15T23:15:12.535Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
72902026-05-15T23:15:12.535Z
72912026-05-15T23:15:12.535ZMay 15 23:15:11.337 May 15 23:15:11.337 May 15 23:15:11.337DEBGINFO May 15 23:15:11.337replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
72922026-05-15T23:15:12.535Z DEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]May 15 23:15:11.337
72932026-05-15T23:15:12.535Z
72942026-05-15T23:15:12.535Z
72952026-05-15T23:15:12.535ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOMay 15 23:15:11.337
72962026-05-15T23:15:12.535Z May 15 23:15:11.337adding route 172.17.0.39/32 -> 10.0.0.255May 15 23:15:11.337 INFOINFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
72972026-05-15T23:15:12.535Zadding route 172.17.0.28/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 } }]
72982026-05-15T23:15:12.535ZMay 15 23:15:11.337
72992026-05-15T23:15:12.535Z May 15 23:15:11.338DEBG 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 } }]
73002026-05-15T23:15:12.535ZMay 15 23:15:11.338May 15 23:15:11.338DEBG INFO
73012026-05-15T23:15:12.535ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]May 15 23:15:11.338
73022026-05-15T23:15:12.535Zreplacing 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
73032026-05-15T23:15:12.535Z
73042026-05-15T23:15:12.535Z 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 } }]May 15 23:15:11.338
73052026-05-15T23:15:12.535Z INFOMay 15 23:15:11.338 May 15 23:15:11.338May 15 23:15:11.338adding route 172.17.0.54/32 -> 10.0.0.255
73062026-05-15T23:15:12.535Z DEBGINFO adding route 172.17.0.17/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 } }]
73072026-05-15T23:15:12.536Z
73082026-05-15T23:15:12.536ZMay 15 23:15:11.338 May 15 23:15:11.338INFO DEBG adding route 172.17.0.29/32 -> 10.0.0.255INFOMay 15 23:15:11.338replacing 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 } }]
73092026-05-15T23:15:12.536Z
73102026-05-15T23:15:12.536Z adding route 172.17.0.40/32 -> 10.0.0.255DEBG May 15 23:15:11.338replacing targets for 3fff:dead::/64 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 } }]
73112026-05-15T23:15:12.536Z
73122026-05-15T23:15:12.536ZMay 15 23:15:11.338 INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 May 15 23:15:11.338May 15 23:15:11.338
73132026-05-15T23:15:12.539Zreplacing 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 } }]
73142026-05-15T23:15:12.540ZDEBG DEBGMay 15 23:15:11.338 May 15 23:15:11.338replacing 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 } }] DEBGINFO
73152026-05-15T23:15:12.540Z 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 } }]
73162026-05-15T23:15:12.540Zadding route 172.17.0.30/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 } }]
73172026-05-15T23:15:12.540ZMay 15 23:15:11.338May 15 23:15:11.338 May 15 23:15:11.344DEBG DEBG
73182026-05-15T23:15:12.540Z DEBGcreated new freemapreplacing 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 } }] , created new freemap
73192026-05-15T23:15:12.540Zunit, May 15 23:15:11.344unit :INFO freemap_route_ipv4adding route 172.17.0.18/32 -> 10.0.0.255
73202026-05-15T23:15:12.540Z
73212026-05-15T23:15:12.540ZMay 15 23:15:11.344 DEBGMay 15 23:15:11.344May 15 23:15:11.344 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 } }]
73222026-05-15T23:15:12.540ZINFO adding route 172.17.0.31/32 -> 10.0.0.255DEBG
73232026-05-15T23:15:12.540Z May 15 23:15:11.344created new freemap , INFOMay 15 23:15:11.344unit : DEBGfreemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255
73242026-05-15T23:15:12.540Z
73252026-05-15T23:15:12.540Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73262026-05-15T23:15:12.540ZMay 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344 DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73272026-05-15T23:15:12.540Zadding route 172.17.0.32/32 -> 10.0.0.255INFO
73282026-05-15T23:15:12.540Zadding route 172.16.0.0/32 -> 10.0.0.1
73292026-05-15T23:15:12.540ZMay 15 23:15:11.344 INFOMay 15 23:15:11.344 adding route 172.17.0.20/32 -> 10.0.0.255DEBG
73302026-05-15T23:15:12.540Z May 15 23:15:11.344replacing 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 } }]
73312026-05-15T23:15:12.540ZDEBG May 15 23:15:11.344initted 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 } }]
73322026-05-15T23:15:12.540Zfreemap_route_ipv4
73332026-05-15T23:15:12.540ZMay 15 23:15:11.344 INFO :adding route 172.17.0.33/32 -> 10.0.0.255 freemap_route_ipv4
73342026-05-15T23:15:12.540Z
73352026-05-15T23:15:12.540ZMay 15 23:15:11.344 INFOMay 15 23:15:11.344 May 15 23:15:11.344adding route 172.17.0.21/32 -> 10.0.0.255 May 15 23:15:11.344
73362026-05-15T23:15:12.540ZDEBG 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 } }]
73372026-05-15T23:15:12.540Zcreated new freemapMay 15 23:15:11.344, DEBGunit :May 15 23:15:11.344 freemap_route_ipv6DEBGINFO
73382026-05-15T23:15:12.540Z adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
73392026-05-15T23:15:12.540Z
73402026-05-15T23:15:12.540ZMay 15 23:15:11.344 , INFOunitMay 15 23:15:11.344 May 15 23:15:11.344 adding route 172.16.0.0/32 -> 10.0.0.1 INFO: DEBGadding route 172.17.0.22/32 -> 10.0.0.255
73412026-05-15T23:15:12.540Z
73422026-05-15T23:15:12.540Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
73432026-05-15T23:15:12.540Z
73442026-05-15T23:15:12.540ZMay 15 23:15:11.344May 15 23:15:11.344 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
73452026-05-15T23:15:12.540Z, May 15 23:15:11.344May 15 23:15:11.344 May 15 23:15:11.338DEBGMay 15 23:15:11.344 INFOINFOINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
73462026-05-15T23:15:12.540Zadding route 172.17.0.23/32 -> 10.0.0.255:
73472026-05-15T23:15:12.540Z adding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.17.0.41/32 -> 10.0.0.255freemap_route_ipv4
73482026-05-15T23:15:12.540Z
73492026-05-15T23:15:12.540Z
73502026-05-15T23:15:12.540ZMay 15 23:15:11.344 INFOMay 15 23:15:11.344 May 15 23:15:11.344May 15 23:15:11.344 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255
73512026-05-15T23:15:12.540Z
73522026-05-15T23:15:12.541Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:15:11.344
73532026-05-15T23:15:12.541Z reset freemapDEBG, May 15 23:15:11.344replacing 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 } }]May 15 23:15:11.344 unitINFO
73542026-05-15T23:15:12.541Z :INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
73552026-05-15T23:15:12.541Z
73562026-05-15T23:15:12.541Zfreemap_route_ipv4
73572026-05-15T23:15:12.541ZMay 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344 DEBG 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 } }]DEBG
73582026-05-15T23:15:12.541Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:15:11.344INFO
73592026-05-15T23:15:12.541Z May 15 23:15:11.344adding route 172.17.0.42/32 -> 10.0.0.255 DEBGINFO
73602026-05-15T23:15:12.541Z
73612026-05-15T23:15:12.541ZMay 15 23:15:11.344May 15 23:15:11.344 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 } }]INFOadding route 172.17.0.25/32 -> 10.0.0.255
73622026-05-15T23:15:12.541Zadding route 172.16.0.0/32 -> 10.0.0.2
73632026-05-15T23:15:12.541Z
73642026-05-15T23:15:12.541ZINFO adding route 172.17.0.37/32 -> 10.0.0.255May 15 23:15:11.344May 15 23:15:11.344
73652026-05-15T23:15:12.541ZMay 15 23:15:11.344 May 15 23:15:11.344 DEBGDEBGDEBGMay 15 23:15:11.344 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }]
73662026-05-15T23:15:12.541Zreplacing 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 } }]
73672026-05-15T23:15:12.541Z
73682026-05-15T23:15:12.541Z 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 } }]May 15 23:15:11.344
73692026-05-15T23:15:12.541Z INFOMay 15 23:15:11.344 May 15 23:15:11.344 adding route 172.17.0.1/32 -> 10.0.0.255
73702026-05-15T23:15:12.541Zadding route 172.16.0.0/32 -> 10.0.0.3INFOINFO
73712026-05-15T23:15:12.541Zadding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255
73722026-05-15T23:15:12.541Z
73732026-05-15T23:15:12.541ZMay 15 23:15:11.344 May 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344 May 15 23:15:11.344INFODEBG DEBG adding route 172.17.0.43/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 } }]DEBG
73742026-05-15T23:15:12.541Z
73752026-05-15T23:15:12.541ZDEBG 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.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 } }]
73762026-05-15T23:15:12.541Zreplacing 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 } }]
73772026-05-15T23:15:12.541ZMay 15 23:15:11.344
73782026-05-15T23:15:12.541Z INFO May 15 23:15:11.344May 15 23:15:11.344adding route 172.16.0.0/32 -> 10.0.0.4
73792026-05-15T23:15:12.541Z INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255May 15 23:15:11.344
73802026-05-15T23:15:12.541ZMay 15 23:15:11.344adding route 172.17.0.39/32 -> 10.0.0.255 DEBG
73812026-05-15T23:15:12.541Z May 15 23:15:11.344replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] May 15 23:15:11.344
73822026-05-15T23:15:12.541Z 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 } }]INFO
73832026-05-15T23:15:12.541ZMay 15 23:15:11.344 adding route 172.17.0.2/32 -> 10.0.0.255May 15 23:15:11.344DEBG DEBGDEBG May 15 23:15:11.344
73842026-05-15T23:15:12.541Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 } }]
73852026-05-15T23:15:12.541ZINFO
73862026-05-15T23:15:12.541Z adding route 172.17.0.28/32 -> 10.0.0.255May 15 23:15:11.344
73872026-05-15T23:15:12.541Zreplacing 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 } }] May 15 23:15:11.344
73882026-05-15T23:15:12.541Z DEBGINFOMay 15 23:15:11.344 adding route 172.17.0.40/32 -> 10.0.0.255DEBG 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.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 } }]
73892026-05-15T23:15:12.541ZMay 15 23:15:11.344
73902026-05-15T23:15:12.541Z
73912026-05-15T23:15:12.542Z INFO May 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344 adding route 172.17.0.44/32 -> 10.0.0.255DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73922026-05-15T23:15:12.542Zadding route 172.17.0.29/32 -> 10.0.0.255
73932026-05-15T23:15:12.542Z
73942026-05-15T23:15:12.542ZINFOMay 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344 DEBGINFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
73952026-05-15T23:15:12.542Z
73962026-05-15T23:15:12.542Z
73972026-05-15T23:15:12.542ZMay 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344 DEBGINFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255
73982026-05-15T23:15:12.542Zadding route 172.17.0.30/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 } }]
73992026-05-15T23:15:12.542Z
74002026-05-15T23:15:12.542Z
74012026-05-15T23:15:12.542ZMay 15 23:15:11.344May 15 23:15:11.344 May 15 23:15:11.344May 15 23:15:11.344DEBG 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 } }]DEBGINFO
74022026-05-15T23:15:12.542Z adding route 172.17.0.42/32 -> 10.0.0.255DEBGreplacing 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 } }]May 15 23:15:11.344
74032026-05-15T23:15:12.542Z
74042026-05-15T23:15:12.542ZINFO 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.31/32 -> 10.0.0.255
74052026-05-15T23:15:12.542Z
74062026-05-15T23:15:12.542ZMay 15 23:15:11.344 May 15 23:15:11.344DEBGMay 15 23:15:11.344 INFO 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 } }]
74072026-05-15T23:15:12.542ZMay 15 23:15:11.344adding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255 DEBG
74082026-05-15T23:15:12.542Z
74092026-05-15T23:15:12.542ZMay 15 23:15:11.344replacing 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 } }]
74102026-05-15T23:15:12.542ZINFO May 15 23:15:11.344May 15 23:15:11.344 adding route 172.17.0.43/32 -> 10.0.0.255DEBGDEBG
74112026-05-15T23:15:12.542Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]May 15 23:15:11.344
74122026-05-15T23:15:12.542Z
74132026-05-15T23:15:12.546ZMay 15 23:15:11.344INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
74142026-05-15T23:15:12.546Zreplacing 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 } }]May 15 23:15:11.344
74152026-05-15T23:15:12.546ZMay 15 23:15:11.344 INFOINFO May 15 23:15:11.344May 15 23:15:11.344 adding route 172.17.0.47/32 -> 10.0.0.255
74162026-05-15T23:15:12.546ZDEBGadding route 172.17.0.5/32 -> 10.0.0.255INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
74172026-05-15T23:15:12.546Z
74182026-05-15T23:15:12.546Z
74192026-05-15T23:15:12.546ZMay 15 23:15:11.344 DEBG May 15 23:15:11.344replacing 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 } }]May 15 23:15:11.344 INFO
74202026-05-15T23:15:12.546Z DEBG adding route 172.17.0.33/32 -> 10.0.0.255May 15 23:15:11.344replacing 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 } }]
74212026-05-15T23:15:12.546ZMay 15 23:15:11.344
74222026-05-15T23:15:12.546ZDEBG INFOMay 15 23:15:11.344replacing 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 } }]
74232026-05-15T23:15:12.546ZDEBG adding route 172.17.0.48/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 } }]
74242026-05-15T23:15:12.546Z
74252026-05-15T23:15:12.547ZMay 15 23:15:11.344May 15 23:15:11.344 INFO adding route 172.17.0.45/32 -> 10.0.0.255INFOMay 15 23:15:11.344
74262026-05-15T23:15:12.547Z DEBGMay 15 23:15:11.344 adding route 172.17.0.6/32 -> 10.0.0.255May 15 23:15:11.344INFOreplacing 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 } }]
74272026-05-15T23:15:12.547Z DEBGadding route 172.17.0.34/32 -> 10.0.0.255
74282026-05-15T23:15:12.547Zreplacing 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 } }]
74292026-05-15T23:15:12.547Z
74302026-05-15T23:15:12.547ZMay 15 23:15:11.344 INFOMay 15 23:15:11.344May 15 23:15:11.344 DEBG adding route 172.17.0.49/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 } }]INFO
74312026-05-15T23:15:12.547Z
74322026-05-15T23:15:12.547Zadding route 172.17.0.46/32 -> 10.0.0.255
74332026-05-15T23:15:12.547ZMay 15 23:15:11.344 May 15 23:15:11.344May 15 23:15:11.344May 15 23:15:11.344DEBG INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
74342026-05-15T23:15:12.547Z
74352026-05-15T23:15:12.547Z
74362026-05-15T23:15:12.547ZMay 15 23:15:11.350 INFO adding route 172.17.0.47/32 -> 10.0.0.255
74372026-05-15T23:15:12.547ZMay 15 23:15:11.350May 15 23:15:11.350 May 15 23:15:11.350INFODEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
74382026-05-15T23:15:12.547Zreplacing 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 } }]
74392026-05-15T23:15:12.547Z
74402026-05-15T23:15:12.547ZMay 15 23:15:11.350 May 15 23:15:11.350INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
74412026-05-15T23:15:12.547Zreplacing 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 } }]May 15 23:15:11.350
74422026-05-15T23:15:12.547Z INFOMay 15 23:15:11.350 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
74432026-05-15T23:15:12.547Z 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 } }]
74442026-05-15T23:15:12.547ZMay 15 23:15:11.350May 15 23:15:11.350 DEBGINFO May 15 23:15:11.350 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 } }]
74452026-05-15T23:15:12.547ZINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
74462026-05-15T23:15:12.547Z
74472026-05-15T23:15:12.547ZMay 15 23:15:11.350 May 15 23:15:11.350 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 } }]
74482026-05-15T23:15:12.547ZINFO adding route 172.17.0.49/32 -> 10.0.0.255May 15 23:15:11.350
74492026-05-15T23:15:12.547ZMay 15 23:15:11.350 DEBGINFO adding route 172.17.0.38/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 } }]
74502026-05-15T23:15:12.547Z
74512026-05-15T23:15:12.547ZMay 15 23:15:11.350 May 15 23:15:11.350 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 } }]
74522026-05-15T23:15:12.547ZDEBG 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 } }]May 15 23:15:11.350
74532026-05-15T23:15:12.547Z May 15 23:15:11.350INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255
74542026-05-15T23:15:12.547Zadding route 172.17.0.39/32 -> 10.0.0.255
74552026-05-15T23:15:12.547ZMay 15 23:15:11.350 INFO adding route 172.17.0.50/32 -> 10.0.0.255
74562026-05-15T23:15:12.547ZMay 15 23:15:11.350May 15 23:15:11.350May 15 23:15:11.350 DEBG DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74572026-05-15T23:15:12.547Z
74582026-05-15T23:15:12.547Z
74592026-05-15T23:15:12.547ZMay 15 23:15:11.350 INFO adding route 172.17.0.51/32 -> 10.0.0.255
74602026-05-15T23:15:12.547ZMay 15 23:15:11.350May 15 23:15:11.350May 15 23:15:11.350 INFODEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255
74612026-05-15T23:15:12.547Zreplacing 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.10/32 -> 10.0.0.255
74622026-05-15T23:15:12.547Z
74632026-05-15T23:15:12.547ZMay 15 23:15:11.350 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 } }]
74642026-05-15T23:15:12.548ZMay 15 23:15:11.350May 15 23:15:11.350May 15 23:15:11.350 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255DEBG
74652026-05-15T23:15:12.548Z
74662026-05-15T23:15:12.548Z 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 } }]May 15 23:15:11.350 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 } }]
74672026-05-15T23:15:12.548Z
74682026-05-15T23:15:12.548ZMay 15 23:15:11.350 May 15 23:15:11.350DEBG May 15 23:15:11.350INFOreplacing 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 } }]
74692026-05-15T23:15:12.548Zadding route 172.17.0.53/32 -> 10.0.0.255
74702026-05-15T23:15:12.548ZINFO May 15 23:15:11.350 INFO adding route 172.17.0.42/32 -> 10.0.0.255
74712026-05-15T23:15:12.548Zadding route 172.17.0.11/32 -> 10.0.0.255
74722026-05-15T23:15:12.548Ztest route::tests::delete_target_fragmented ... ok
74732026-05-15T23:15:12.548ZMay 15 23:15:11.350May 15 23:15:11.350 DEBGMay 15 23:15:11.350 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74742026-05-15T23:15:12.548Z 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 } }]
74752026-05-15T23:15:12.548Zreplacing 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 } }]May 15 23:15:11.350
74762026-05-15T23:15:12.548Z INFOMay 15 23:15:11.350 adding route 172.17.0.43/32 -> 10.0.0.255INFO
74772026-05-15T23:15:12.548Z adding route 172.17.0.12/32 -> 10.0.0.255
74782026-05-15T23:15:12.548ZMay 15 23:15:11.350 May 15 23:15:11.350INFO adding route 172.17.0.54/32 -> 10.0.0.255DEBG
74792026-05-15T23:15:12.548Ztest route::tests::delete_targets_full ... ok
74802026-05-15T23:15:12.548Ztest route::tests::delete_target_full ... ok
74812026-05-15T23:15:12.548ZMay 15 23:15:11.350 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74822026-05-15T23:15:12.548Ztest route::tests::delete_targets_fragmented ... ok
74832026-05-15T23:15:12.548Z 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 } }]May 15 23:15:11.350 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 } }]
74842026-05-15T23:15:12.548Z
74852026-05-15T23:15:12.548ZMay 15 23:15:11.350May 15 23:15:11.350May 15 23:15:11.350 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255 INFOadding route 172.17.0.44/32 -> 10.0.0.255
74862026-05-15T23:15:12.548Z
74872026-05-15T23:15:12.548Z adding route 172.17.0.13/32 -> 10.0.0.255May 15 23:15:11.350 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 } }]
74882026-05-15T23:15:12.548Z
74892026-05-15T23:15:12.548ZMay 15 23:15:11.350May 15 23:15:11.350 May 15 23:15:11.350DEBG INFOadding route 172.17.0.56/32 -> 10.0.0.255 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 } }]
74902026-05-15T23:15:12.548ZDEBGadding route 172.17.0.45/32 -> 10.0.0.255
74912026-05-15T23:15:12.548Z
74922026-05-15T23:15:12.548Z May 15 23:15:11.350May 15 23:15:11.350 INFODEBGreplacing 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 } }] May 15 23:15:11.350
74932026-05-15T23:15:12.548Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74942026-05-15T23:15:12.548Zadding route 172.17.0.56/32 -> 10.0.0.255
74952026-05-15T23:15:12.548Zreplacing 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 } }]May 15 23:15:11.350May 15 23:15:11.350
74962026-05-15T23:15:12.548Z May 15 23:15:11.350INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74972026-05-15T23:15:12.548Z
74982026-05-15T23:15:12.548ZMay 15 23:15:11.357 INFOadding route 172.17.0.14/32 -> 10.0.0.255
74992026-05-15T23:15:12.548Zadding route 172.17.0.57/32 -> 10.0.0.255May 15 23:15:11.357
75002026-05-15T23:15:12.548Z 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 } }]May 15 23:15:11.350May 15 23:15:11.357
75012026-05-15T23:15:12.548ZINFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
75022026-05-15T23:15:12.548ZMay 15 23:15:11.357replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
75032026-05-15T23:15:12.548Z adding route 172.17.0.47/32 -> 10.0.0.255May 15 23:15:11.357 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 } }]May 15 23:15:11.357
75042026-05-15T23:15:12.549Z INFO
75052026-05-15T23:15:12.549Zadding route 172.17.0.58/32 -> 10.0.0.255
75062026-05-15T23:15:12.549ZMay 15 23:15:11.357 INFO May 15 23:15:11.357adding route 172.17.0.58/32 -> 10.0.0.255 DEBG
75072026-05-15T23:15:12.549Z 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 } }]May 15 23:15:11.357
75082026-05-15T23:15:12.549Z DEBGMay 15 23:15:11.357 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 } }]May 15 23:15:11.357
75092026-05-15T23:15:12.549Z INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255May 15 23:15:11.357May 15 23:15:11.357
75102026-05-15T23:15:12.549ZDEBG INFO 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.48/32 -> 10.0.0.255
75112026-05-15T23:15:12.549Z 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 } }]
75122026-05-15T23:15:12.549ZMay 15 23:15:11.357
75132026-05-15T23:15:12.553Z 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 } }]May 15 23:15:11.357May 15 23:15:11.357
75142026-05-15T23:15:12.553Z INFODEBG adding route 172.17.0.59/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 } }]
75152026-05-15T23:15:12.553Z
75162026-05-15T23:15:12.553ZMay 15 23:15:11.357May 15 23:15:11.357 INFOINFO May 15 23:15:11.357adding route 172.17.0.15/32 -> 10.0.0.255May 15 23:15:11.357adding route 172.17.0.60/32 -> 10.0.0.255
75172026-05-15T23:15:12.553Z
75182026-05-15T23:15:12.553ZDEBG 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.49/32 -> 10.0.0.255May 15 23:15:11.357May 15 23:15:11.357
75192026-05-15T23:15:12.553ZDEBG
75202026-05-15T23:15:12.553Z 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 } }]
75212026-05-15T23:15:12.553ZDEBG 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 } }]May 15 23:15:11.357
75222026-05-15T23:15:12.553Z May 15 23:15:11.357DEBG DEBGreplacing 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 } }]
75232026-05-15T23:15:12.553ZMay 15 23:15:11.357failed to allocate space for the new target listMay 15 23:15:11.357 May 15 23:15:11.344INFO
75242026-05-15T23:15:12.553Z May 15 23:15:11.357 adding route 172.17.0.60/32 -> 10.0.0.255DEBGINFOMay 15 23:15:11.357
75252026-05-15T23:15:12.553Z adding route 172.17.0.50/32 -> 10.0.0.255INFODEBG
75262026-05-15T23:15:12.553Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
75272026-05-15T23:15:12.553ZMay 15 23:15:11.357May 15 23:15:11.357
75282026-05-15T23:15:12.553Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
75292026-05-15T23:15:12.553ZMay 15 23:15:11.357 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 } }]
75302026-05-15T23:15:12.553ZDEBG INFO 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 } }]May 15 23:15:11.357adding route 172.17.0.50/32 -> 10.0.0.255May 15 23:15:11.357 DEBGINFO
75312026-05-15T23:15:12.553Z 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.51/32 -> 10.0.0.255
75322026-05-15T23:15:12.553Z
75332026-05-15T23:15:12.553Z
75342026-05-15T23:15:12.553ZMay 15 23:15:11.357 DEBGMay 15 23:15:11.357May 15 23:15:11.357 May 15 23:15:11.357DEBGreplacing 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 } }]
75352026-05-15T23:15:12.553Z DEBG failed to allocate space for the new target listreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75362026-05-15T23:15:12.553Z
75372026-05-15T23:15:12.553Zadding route 172.17.0.17/32 -> 10.0.0.255
75382026-05-15T23:15:12.553ZMay 15 23:15:11.357May 15 23:15:11.357May 15 23:15:11.357 INFOINFODEBGMay 15 23:15:11.357 adding route 172.17.0.52/32 -> 10.0.0.255
75392026-05-15T23:15:12.553Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 DEBG
75402026-05-15T23:15:12.553Z
75412026-05-15T23:15:12.553ZMay 15 23:15:11.357replacing 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 } }]
75422026-05-15T23:15:12.553ZDEBG 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 } }]
75432026-05-15T23:15:12.553ZMay 15 23:15:11.357May 15 23:15:11.357 May 15 23:15:11.357DEBG INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255INFO
75442026-05-15T23:15:12.553Z
75452026-05-15T23:15:12.553Zadding route 172.17.0.18/32 -> 10.0.0.255
75462026-05-15T23:15:12.553ZMay 15 23:15:11.357 May 15 23:15:11.357DEBGMay 15 23:15:11.357 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75472026-05-15T23:15:12.554Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75482026-05-15T23:15:12.554Z adding route 172.17.0.52/32 -> 10.0.0.255
75492026-05-15T23:15:12.554ZMay 15 23:15:11.357 May 15 23:15:11.357INFO May 15 23:15:11.357INFOadding route 172.17.0.54/32 -> 10.0.0.255
75502026-05-15T23:15:12.554ZDEBG 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.19/32 -> 10.0.0.255
75512026-05-15T23:15:12.554Z
75522026-05-15T23:15:12.554ZMay 15 23:15:11.357 DEBG May 15 23:15:11.357replacing 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 } }]May 15 23:15:11.357
75532026-05-15T23:15:12.554Z INFODEBG May 15 23:15:11.357replacing 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 } }]
75542026-05-15T23:15:12.554ZINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
75552026-05-15T23:15:12.554Z
75562026-05-15T23:15:12.554ZMay 15 23:15:11.357May 15 23:15:11.357May 15 23:15:11.357 INFODEBGDEBG 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 } }]
75572026-05-15T23:15:12.554Zreplacing 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.20/32 -> 10.0.0.255
75582026-05-15T23:15:12.554Z
75592026-05-15T23:15:12.554ZMay 15 23:15:11.357 INFOMay 15 23:15:11.357 May 15 23:15:11.357 adding route 172.17.0.56/32 -> 10.0.0.255
75602026-05-15T23:15:12.554ZINFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75612026-05-15T23:15:12.554Z
75622026-05-15T23:15:12.554ZMay 15 23:15:11.357 DEBG May 15 23:15:11.357replacing 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 } }] May 15 23:15:11.357
75632026-05-15T23:15:12.554ZDEBG 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 } }]
75642026-05-15T23:15:12.554Zadding route 172.17.0.21/32 -> 10.0.0.255May 15 23:15:11.357
75652026-05-15T23:15:12.554Z INFO May 15 23:15:11.357adding route 172.17.0.57/32 -> 10.0.0.255May 15 23:15:11.357
75662026-05-15T23:15:12.554Z DEBGINFO May 15 23:15:11.357adding route 172.17.0.55/32 -> 10.0.0.255 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75672026-05-15T23:15:12.554Z
75682026-05-15T23:15:12.554Zreplacing 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 } }]
75692026-05-15T23:15:12.554ZMay 15 23:15:11.357May 15 23:15:11.357May 15 23:15:11.357 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255INFO
75702026-05-15T23:15:12.554Z
75712026-05-15T23:15:12.554Z adding route 172.17.0.22/32 -> 10.0.0.255
75722026-05-15T23:15:12.554ZMay 15 23:15:11.357 May 15 23:15:11.357May 15 23:15:11.357 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.56/32 -> 10.0.0.255DEBG
75732026-05-15T23:15:12.554Z
75742026-05-15T23:15:12.554Ztest route::tests::add_target_fails_full ... ok
75752026-05-15T23:15:12.554Zreplacing 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 } }]
75762026-05-15T23:15:12.554ZMay 15 23:15:11.357 INFOMay 15 23:15:11.357 adding route 172.17.0.59/32 -> 10.0.0.255DEBG
75772026-05-15T23:15:12.554Z May 15 23:15:11.357replacing 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 } }]
75782026-05-15T23:15:12.554ZINFOMay 15 23:15:11.357 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
75792026-05-15T23:15:12.554Z
75802026-05-15T23:15:12.554Zreplacing 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 } }]
75812026-05-15T23:15:12.554Ztest result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
75822026-05-15T23:15:12.554ZMay 15 23:15:11.357 May 15 23:15:11.357INFO May 15 23:15:11.357DEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.57/32 -> 10.0.0.255
75832026-05-15T23:15:12.554Zadding route 172.17.0.60/32 -> 10.0.0.255
75842026-05-15T23:15:12.554Z
75852026-05-15T23:15:12.554Z
75862026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357May 15 23:15:11.357 DEBGINFODEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
75872026-05-15T23:15:12.555Z
75882026-05-15T23:15:12.555Z 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 } }]
75892026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357 DEBGINFO May 15 23:15:11.357 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
75902026-05-15T23:15:12.555ZINFO
75912026-05-15T23:15:12.555Z adding route 172.17.0.58/32 -> 10.0.0.255
75922026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357 DEBGMay 15 23:15:11.357 INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75932026-05-15T23:15:12.555Zadding route 172.17.0.25/32 -> 10.0.0.255DEBG
75942026-05-15T23:15:12.555Z 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 } }]May 15 23:15:11.357
75952026-05-15T23:15:12.555Z May 15 23:15:11.357INFO DEBGadding route 172.17.0.62/32 -> 10.0.0.255May 15 23:15:11.357
75962026-05-15T23:15:12.555Z 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 } }]
75972026-05-15T23:15:12.555Zadding route 172.17.0.59/32 -> 10.0.0.255May 15 23:15:11.357
75982026-05-15T23:15:12.555Z 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 } }]
75992026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357 DEBGINFO May 15 23:15:11.357 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 } }]
76002026-05-15T23:15:12.555ZDEBGadding route 172.17.0.26/32 -> 10.0.0.255
76012026-05-15T23:15:12.555Zfailed to allocate space for the new target list
76022026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357May 15 23:15:11.357 DEBG 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 } }]INFO
76032026-05-15T23:15:12.555Zadding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76042026-05-15T23:15:12.555Z
76052026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357 INFODEBG adding route 172.17.0.27/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 } }]
76062026-05-15T23:15:12.555Z
76072026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357 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 } }]failed to allocate space for the new target list
76082026-05-15T23:15:12.555Z
76092026-05-15T23:15:12.555ZMay 15 23:15:11.357May 15 23:15:11.357 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
76102026-05-15T23:15:12.555Z
76112026-05-15T23:15:12.555ZMay 15 23:15:11.357 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 } }]
76122026-05-15T23:15:12.555ZMay 15 23:15:11.357 INFO adding route 172.17.0.29/32 -> 10.0.0.255
76132026-05-15T23:15:12.559ZMay 15 23:15:11.357 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 } }]
76142026-05-15T23:15:12.559ZMay 15 23:15:11.357 INFO adding route 172.17.0.30/32 -> 10.0.0.255
76152026-05-15T23:15:12.559ZMay 15 23:15:11.357 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 } }]
76162026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.31/32 -> 10.0.0.255
76172026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76182026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.32/32 -> 10.0.0.255
76192026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76202026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.33/32 -> 10.0.0.255
76212026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76222026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.34/32 -> 10.0.0.255
76232026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76242026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.35/32 -> 10.0.0.255
76252026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76262026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.36/32 -> 10.0.0.255
76272026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76282026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.37/32 -> 10.0.0.255
76292026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76302026-05-15T23:15:12.559ZMay 15 23:15:11.363 INFO adding route 172.17.0.38/32 -> 10.0.0.255
76312026-05-15T23:15:12.559ZMay 15 23:15:11.363 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 } }]
76322026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.39/32 -> 10.0.0.255
76332026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76342026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.40/32 -> 10.0.0.255
76352026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76362026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.41/32 -> 10.0.0.255
76372026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76382026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.42/32 -> 10.0.0.255
76392026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76402026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.43/32 -> 10.0.0.255
76412026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76422026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.44/32 -> 10.0.0.255
76432026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76442026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.45/32 -> 10.0.0.255
76452026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76462026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.46/32 -> 10.0.0.255
76472026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76482026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.47/32 -> 10.0.0.255
76492026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76502026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.48/32 -> 10.0.0.255
76512026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76522026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.49/32 -> 10.0.0.255
76532026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76542026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.50/32 -> 10.0.0.255
76552026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76562026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.51/32 -> 10.0.0.255
76572026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76582026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.52/32 -> 10.0.0.255
76592026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76602026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.53/32 -> 10.0.0.255
76612026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76622026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.54/32 -> 10.0.0.255
76632026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76642026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.55/32 -> 10.0.0.255
76652026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76662026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.56/32 -> 10.0.0.255
76672026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76682026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.57/32 -> 10.0.0.255
76692026-05-15T23:15:12.560ZMay 15 23:15:11.363 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 } }]
76702026-05-15T23:15:12.560ZMay 15 23:15:11.363 INFO adding route 172.17.0.58/32 -> 10.0.0.255
76712026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76722026-05-15T23:15:12.561ZMay 15 23:15:11.363 INFO adding route 172.17.0.59/32 -> 10.0.0.255
76732026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76742026-05-15T23:15:12.561Z
76752026-05-15T23:15:12.561Zrunning 0 tests
76762026-05-15T23:15:12.561Z
76772026-05-15T23:15:12.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76782026-05-15T23:15:12.561Z
76792026-05-15T23:15:12.561Z
76802026-05-15T23:15:12.561ZMay 15 23:15:11.363 INFO adding route 172.17.0.60/32 -> 10.0.0.255
76812026-05-15T23:15:12.561Zrunning 0 tests
76822026-05-15T23:15:12.561Z
76832026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76842026-05-15T23:15:12.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76852026-05-15T23:15:12.561Z
76862026-05-15T23:15:12.561ZMay 15 23:15:11.363 INFO adding route 172.17.0.61/32 -> 10.0.0.255
76872026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76882026-05-15T23:15:12.561ZMay 15 23:15:11.363 INFO adding route 172.17.0.62/32 -> 10.0.0.255
76892026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76902026-05-15T23:15:12.561ZMay 15 23:15:11.363 INFO adding route 172.17.0.63/32 -> 10.0.0.255
76912026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76922026-05-15T23:15:12.561ZMay 15 23:15:11.363 DEBG failed to allocate space for the new target list
76932026-05-15T23:15:12.561ZMay 15 23:15:11.363 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 } }]
76942026-05-15T23:15:12.561ZMay 15 23:15:11.363 DEBG failed to allocate space for the new target list
76952026-05-15T23:15:12.561Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-316e7a5769ad6ace)
76962026-05-15T23:15:12.561Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2862472988c6ba8e)
76972026-05-15T23:15:12.561Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ead68f8aafe3f527)
76982026-05-15T23:15:12.561Z
76992026-05-15T23:15:12.561Zrunning 6 tests
77002026-05-15T23:15:12.561Ztest tests::test_parse_client_port_id ... ok
77012026-05-15T23:15:12.561Ztest tests::test_port_id_cmp ... ok
77022026-05-15T23:15:12.561Ztest tests::test_full_lot_id_neither_present ... ok
77032026-05-15T23:15:12.561Ztest tests::test_full_lot_id_lot_only ... ok
77042026-05-15T23:15:12.561Ztest tests::test_full_lot_id_both_present ... ok
77052026-05-15T23:15:12.561Ztest tests::test_full_lot_id_lotnum_only ... ok
77062026-05-15T23:15:12.561Z
77072026-05-15T23:15:12.561Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77082026-05-15T23:15:12.561Z
77092026-05-15T23:15:12.561Z Running tests/test_all.rs (target/debug/deps/test_all-bcae10252b610653)
77102026-05-15T23:15:12.561Z
77112026-05-15T23:15:12.562Zrunning 0 tests
77122026-05-15T23:15:12.562Z
77132026-05-15T23:15:12.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77142026-05-15T23:15:12.565Z
77152026-05-15T23:15:12.565Z Running unittests src/lib.rs (target/debug/deps/dpd_types-be0f591e43b1edea)
77162026-05-15T23:15:12.565Z
77172026-05-15T23:15:12.565Zrunning 0 tests
77182026-05-15T23:15:12.565Z
77192026-05-15T23:15:12.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77202026-05-15T23:15:12.565Z
77212026-05-15T23:15:12.565Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7c927ac149893b9a)
77222026-05-15T23:15:12.565Z
77232026-05-15T23:15:12.565Zrunning 0 tests
77242026-05-15T23:15:12.565Z
77252026-05-15T23:15:12.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77262026-05-15T23:15:12.565Z
77272026-05-15T23:15:12.565Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
77282026-05-15T23:15:12.565Z
77292026-05-15T23:15:12.566Zrunning 12 tests
77302026-05-15T23:15:12.566Ztest icmp::test_v6_checksum ... ok
77312026-05-15T23:15:12.566Ztest icmp::test_v4_checksum ... ok
77322026-05-15T23:15:12.566Ztest lldp::test_lldp_parse ... ok
77332026-05-15T23:15:12.566Ztest ipv6::test_ipv6_parse ... ok
77342026-05-15T23:15:12.566Ztest pbuf::test_byte ... ok
77352026-05-15T23:15:12.566Ztest pbuf::test_nibble ... ok
77362026-05-15T23:15:12.566Ztest pbuf::test_short ... ok
77372026-05-15T23:15:12.566Ztest pbuf::test_twelve ... ok
77382026-05-15T23:15:12.566Ztest pbuf::test_word ... ok
77392026-05-15T23:15:12.566Ztest pbuf::test_overflow ... ok
77402026-05-15T23:15:12.566Ztest tcp::test_checksum_ack_data ... ok
77412026-05-15T23:15:12.566Ztest tcp::test_checksum_syn_nodata ... ok
77422026-05-15T23:15:12.566Z
77432026-05-15T23:15:12.566Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77442026-05-15T23:15:12.566Z
77452026-05-15T23:15:12.566Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
77462026-05-15T23:15:12.566Z
77472026-05-15T23:15:12.566Zrunning 0 tests
77482026-05-15T23:15:12.566Z
77492026-05-15T23:15:12.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77502026-05-15T23:15:12.566Z
77512026-05-15T23:15:12.566Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
77522026-05-15T23:15:12.571Z
77532026-05-15T23:15:12.571Zrunning 5 tests
77542026-05-15T23:15:12.575Ztest switchport::test::test_compute_lanes ... ok
77552026-05-15T23:15:12.578Ztest switchport::test::port_id_ordering ... ok
77562026-05-15T23:15:12.578Ztest link::test_filter ... ok
77572026-05-15T23:15:12.581Z Lane 0 Lane 1 Lane 2 Lane 3
77582026-05-15T23:15:12.581Z Rx Loss-of-lock: Yes Yes Yes Yes
77592026-05-15T23:15:12.581Z Rx Loss-of-signal: Yes Yes Yes Yes
77602026-05-15T23:15:12.581Z Rx CDR Enabled: Yes Yes Yes Yes
77612026-05-15T23:15:12.581Z Tx Enabled: Yes Yes Yes Yes
77622026-05-15T23:15:12.581Z Tx Loss-of-lock: No Lane 0 No No No
77632026-05-15T23:15:12.581ZLane 1 Tx Loss-of-signal: No Lane 2No Lane 3No
77642026-05-15T23:15:12.581ZNo
77652026-05-15T23:15:12.581Z State: Activated Tx CDR Enabled: No Activated No Activated NoActivated
77662026-05-15T23:15:12.581ZNo
77672026-05-15T23:15:12.581Z Rx Output Enabled: false Tx Adaptive EQ Fault: No false No Nofalse falseNo
77682026-05-15T23:15:12.581Z
77692026-05-15T23:15:12.581Z Rx Output Status: valid Tx Fault: Yes valid Yes valid Yes validYes
77702026-05-15T23:15:12.581Z
77712026-05-15T23:15:12.581Z Rx Loss-of-lock: true true true true
77722026-05-15T23:15:12.581Z Rx Loss-of-signal: false false false false
77732026-05-15T23:15:12.581ZRx Auto-squelch Disable: true true true true
77742026-05-15T23:15:12.581Z Tx Output Enabled: true true true true
77752026-05-15T23:15:12.581Z Tx Output Status: invalid invalid invalid invalid
77762026-05-15T23:15:12.581Z Tx Loss-of-lock: false false false false
77772026-05-15T23:15:12.581Z Tx Loss-of-signal: true true true true
77782026-05-15T23:15:12.581ZTx Auto-squelch Disable: false false false false
77792026-05-15T23:15:12.581Z Tx Adaptive EQ Fail: true true true true
77802026-05-15T23:15:12.581Z Tx Failure: false false false false
77812026-05-15T23:15:12.582Z Tx Force Squelch: true true true true
77822026-05-15T23:15:12.582Z Tx Input Polarity: normal normal normal normal
77832026-05-15T23:15:12.582Ztest switchport::test::test_print_sff_datapath ... ok
77842026-05-15T23:15:12.582Ztest switchport::test::test_print_cmis_datapath ... ok
77852026-05-15T23:15:12.582Z
77862026-05-15T23:15:12.582Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
77872026-05-15T23:15:12.582Z
77882026-05-15T23:15:12.582Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
77892026-05-15T23:15:12.586Z
77902026-05-15T23:15:12.586Zrunning 1 test
77912026-05-15T23:15:12.589Ztest test_p4_counter_list ... ignored
77922026-05-15T23:15:12.589Z
77932026-05-15T23:15:12.589Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
77942026-05-15T23:15:12.589Z
77952026-05-15T23:15:12.589Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
77962026-05-15T23:15:12.592Z
77972026-05-15T23:15:12.593Zrunning 5 tests
77982026-05-15T23:15:12.595Ztest test_an ... ignored
77992026-05-15T23:15:12.596Ztest test_enable ... ignored
78002026-05-15T23:15:12.596Ztest test_ip_addresses ... ignored
78012026-05-15T23:15:12.596Ztest test_kr ... ignored
78022026-05-15T23:15:12.596Ztest test_mac ... ignored
78032026-05-15T23:15:12.596Z
78042026-05-15T23:15:12.596Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
78052026-05-15T23:15:12.596Z
78062026-05-15T23:15:12.596Z Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe)
78072026-05-15T23:15:12.599Z
78082026-05-15T23:15:12.599Zrunning 3 tests
78092026-05-15T23:15:12.599Ztest linklocal::test_parse_ipadm ... ok
78102026-05-15T23:15:12.599Ztest tfport::test_parse_tfport ... ok
78112026-05-15T23:15:12.599Ztest config::tests::test_updates ... ok
78122026-05-15T23:15:12.599Z
78132026-05-15T23:15:12.599Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78142026-05-15T23:15:12.599Z
78152026-05-15T23:15:12.602Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
78162026-05-15T23:15:12.604Z
78172026-05-15T23:15:12.605Zrunning 0 tests
78182026-05-15T23:15:12.605Z
78192026-05-15T23:15:12.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78202026-05-15T23:15:12.605Z
78212026-05-15T23:15:12.607Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
78222026-05-15T23:15:12.610Z
78232026-05-15T23:15:12.610Zrunning 0 tests
78242026-05-15T23:15:12.610Z
78252026-05-15T23:15:12.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78262026-05-15T23:15:12.610Z
78272026-05-15T23:15:12.613Z Doc-tests aal
78282026-05-15T23:15:12.740Z
78292026-05-15T23:15:12.740Zrunning 0 tests
78302026-05-15T23:15:12.740Z
78312026-05-15T23:15:12.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78322026-05-15T23:15:12.743Z
78332026-05-15T23:15:12.756Z Doc-tests aal_macros
78342026-05-15T23:15:12.826Z
78352026-05-15T23:15:12.826Zrunning 0 tests
78362026-05-15T23:15:12.826Z
78372026-05-15T23:15:12.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78382026-05-15T23:15:12.826Z
78392026-05-15T23:15:12.836Z Doc-tests common
78402026-05-15T23:15:13.070Z
78412026-05-15T23:15:13.070Zrunning 0 tests
78422026-05-15T23:15:13.070Z
78432026-05-15T23:15:13.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78442026-05-15T23:15:13.070Z
78452026-05-15T23:15:13.090Z Doc-tests dpd_api
78462026-05-15T23:15:13.833Z
78472026-05-15T23:15:13.833Zrunning 2 tests
78482026-05-15T23:15:13.833Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
78492026-05-15T23:15:13.833Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
78502026-05-15T23:15:13.833Z
78512026-05-15T23:15:13.833Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
78522026-05-15T23:15:13.833Z
78532026-05-15T23:15:13.865Z Doc-tests dpd_client
78542026-05-15T23:15:15.132Z
78552026-05-15T23:15:15.132Zrunning 0 tests
78562026-05-15T23:15:15.132Z
78572026-05-15T23:15:15.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78582026-05-15T23:15:15.132Z
78592026-05-15T23:15:15.179Z Doc-tests dpd_types
78602026-05-15T23:15:15.382Z
78612026-05-15T23:15:15.382Zrunning 0 tests
78622026-05-15T23:15:15.382Z
78632026-05-15T23:15:15.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78642026-05-15T23:15:15.382Z
78652026-05-15T23:15:15.407Z Doc-tests dpd_types_versions
78662026-05-15T23:15:16.600Z
78672026-05-15T23:15:16.600Zrunning 1 test
78682026-05-15T23:15:16.600Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
78692026-05-15T23:15:16.600Z
78702026-05-15T23:15:16.600Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
78712026-05-15T23:15:16.600Z
78722026-05-15T23:15:16.644Z Doc-tests packet
78732026-05-15T23:15:16.755Z
78742026-05-15T23:15:16.755Zrunning 0 tests
78752026-05-15T23:15:16.755Z
78762026-05-15T23:15:16.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78772026-05-15T23:15:16.755Z
78782026-05-15T23:15:16.770Z Doc-tests pcap
78792026-05-15T23:15:16.821Z
78802026-05-15T23:15:16.821Zrunning 0 tests
78812026-05-15T23:15:16.821Z
78822026-05-15T23:15:16.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78832026-05-15T23:15:16.821Z
78842026-05-15T23:15:16.869Z+ for feat in tofino_stub tofino_asic softnpu chaos
78852026-05-15T23:15:16.869Z+ RUST_BACKTRACE=full
78862026-05-15T23:15:16.869Z+ cargo test --features chaos --no-fail-fast
78872026-05-15T23:15:17.454Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
78882026-05-15T23:15:17.527Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
78892026-05-15T23:15:17.536Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
78902026-05-15T23:15:25.761Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
78912026-05-15T23:15:25.962Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
78922026-05-15T23:16:00.662Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.77s
78932026-05-15T23:16:00.783Z Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b)
78942026-05-15T23:16:00.790Z
78952026-05-15T23:16:00.790Zrunning 5 tests
78962026-05-15T23:16:00.792Ztest fuse::tests::chip_revision_b1 ... ok
78972026-05-15T23:16:00.792Ztest fuse::tests::chip_revision_b0 ... ok
78982026-05-15T23:16:00.792Ztest fuse::tests::chip_revision_a0 ... ok
78992026-05-15T23:16:00.792Ztest fuse::tests::chip_revision_unknown_device_id ... ok
79002026-05-15T23:16:00.792Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
79012026-05-15T23:16:00.793Z
79022026-05-15T23:16:00.793Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79032026-05-15T23:16:00.793Z
79042026-05-15T23:16:00.793Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
79052026-05-15T23:16:00.796Z
79062026-05-15T23:16:00.796Zrunning 0 tests
79072026-05-15T23:16:00.796Z
79082026-05-15T23:16:00.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79092026-05-15T23:16:00.799Z
79102026-05-15T23:16:00.799Z Running unittests src/lib.rs (target/debug/deps/asic-a7f98a4129239b9a)
79112026-05-15T23:16:00.802Z
79122026-05-15T23:16:00.802Zrunning 0 tests
79132026-05-15T23:16:00.802Z
79142026-05-15T23:16:00.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79152026-05-15T23:16:00.802Z
79162026-05-15T23:16:00.805Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
79172026-05-15T23:16:00.808Z
79182026-05-15T23:16:00.808Zrunning 10 tests
79192026-05-15T23:16:00.811Ztest nat::tests::test_vni ... ok
79202026-05-15T23:16:00.811Ztest network::tests::test_equal ... ok
79212026-05-15T23:16:00.811Ztest network::tests::test_eui64 ... ok
79222026-05-15T23:16:00.811Ztest network::tests::test_into ... ok
79232026-05-15T23:16:00.811Ztest network::tests::test_generate_ipv6_link_local ... ok
79242026-05-15T23:16:00.811Ztest network::tests::test_not_equal ... ok
79252026-05-15T23:16:00.814Ztest network::tests::test_to_string ... ok
79262026-05-15T23:16:00.814Ztest network::tests::test_parse ... ok
79272026-05-15T23:16:00.814Ztest test_purge ... ok
79282026-05-15T23:16:00.818Ztest illumos::test::address_exists_handles_missing_object ... ok
79292026-05-15T23:16:00.818Z
79302026-05-15T23:16:00.819Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79312026-05-15T23:16:00.819Z
79322026-05-15T23:16:00.819Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93)
79332026-05-15T23:16:00.839Z
79342026-05-15T23:16:00.839Zrunning 1 test
79352026-05-15T23:16:02.169Ztest test::test_apis_up_to_date ... ok
79362026-05-15T23:16:02.169Z
79372026-05-15T23:16:02.169Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
79382026-05-15T23:16:02.169Z
79392026-05-15T23:16:02.224Z Running unittests src/main.rs (target/debug/deps/dpd-c18a146b4cf49317)
79402026-05-15T23:16:02.229Z
79412026-05-15T23:16:02.229Zrunning 32 tests
79422026-05-15T23:16:02.232Ztest freemap::test_ordering ... ok
79432026-05-15T23:16:02.232Ztest freemap::test_split ... ok
79442026-05-15T23:16:02.232Ztest config::tests::test_updates ... ok
79452026-05-15T23:16:02.232Ztest macaddrs::tests::test_mac_offset ... ok
79462026-05-15T23:16:02.232Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
79472026-05-15T23:16:02.233Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
79482026-05-15T23:16:02.237Ztest macaddrs::tests::test_parse_port_id ... ok
79492026-05-15T23:16:02.237Ztest nat::test_mapping ... ok
79502026-05-15T23:16:02.237Ztest port_map::tests::dump_map ... ok
79512026-05-15T23:16:02.237Ztest port_map::tests::test_backplane_group ... ok
79522026-05-15T23:16:02.237Ztest port_map::tests::test_port_map ... ok
79532026-05-15T23:16:02.237ZMay 15 23:16:01.065May 15 23:16:01.065 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
79542026-05-15T23:16:02.237Z
79552026-05-15T23:16:02.237ZMay 15 23:16:01.065May 15 23:16:01.065 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
79562026-05-15T23:16:02.237Z
79572026-05-15T23:16:02.237ZMay 15 23:16:01.065May 15 23:16:01.065 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
79582026-05-15T23:16:02.237Z
79592026-05-15T23:16:02.237ZMay 15 23:16:01.065 DEBG created new freemap, unit: freemap_test
79602026-05-15T23:16:02.237ZMay 15 23:16:01.065 DEBG initted freemap. size: 128, unit: freemap_test
79612026-05-15T23:16:02.237ZMay 15 23:16:01.065 DEBG reset freemap, unit: freemap_test
79622026-05-15T23:16:02.237ZMay 15 23:16:01.065 DEBG created new freemap, unit: freemap_test
79632026-05-15T23:16:02.237ZMay 15 23:16:01.065May 15 23:16:01.065 DEBGDEBG created new freemapinitted freemap. size: 128, unit, :unit :freemap_test
79642026-05-15T23:16:02.237Zfreemap_test
79652026-05-15T23:16:02.237ZMay 15 23:16:01.065 DEBGMay 15 23:16:01.065 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
79662026-05-15T23:16:02.237Z freemap_test
79672026-05-15T23:16:02.237ZMay 15 23:16:01.065 DEBG reset freemap, unit: freemap_test
79682026-05-15T23:16:02.237Ztest freemap::test_span ... ok
79692026-05-15T23:16:02.237Ztest freemap::test_exhaustion ... ok
79702026-05-15T23:16:02.237Ztest freemap::test_reclaim ... ok
79712026-05-15T23:16:02.237Ztest freemap::test_basic ... ok
79722026-05-15T23:16:02.237Ztest freemap::test_free ... ok
79732026-05-15T23:16:02.237Ztest port_map::tests::parse_softnpu_revision ... ok
79742026-05-15T23:16:02.237Ztest api_server::tests::test_build_info ... ok
79752026-05-15T23:16:02.237ZMay 15 23:16:01.066 DEBG created new freemap, unit: freemap_route_ipv4
79762026-05-15T23:16:02.237ZMay 15 23:16:01.066 DEBG created new freemap, unit: freemap_route_ipv6
79772026-05-15T23:16:02.237ZMay 15 23:16:01.066 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
79782026-05-15T23:16:02.237ZMay 15 23:16:01.066 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
79792026-05-15T23:16:02.237ZMay 15 23:16:01.066 DEBG reset freemap, unit: freemap_route_ipv6
79802026-05-15T23:16:02.237ZMay 15 23:16:01.066 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 } }]
79812026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
79822026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79832026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
79842026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79852026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
79862026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79872026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
79882026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79892026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
79902026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79912026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
79922026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79932026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
79942026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79952026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
79962026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79972026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
79982026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
79992026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
80002026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80012026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
80022026-05-15T23:16:02.238ZMay 15 23:16:01.066May 15 23:16:01.066 DEBGDEBG created new freemapreplacing 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 } }],
80032026-05-15T23:16:02.238Zunit: freemap_route_ipv4May 15 23:16:01.066
80042026-05-15T23:16:02.238Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
80052026-05-15T23:16:02.238ZMay 15 23:16:01.066 May 15 23:16:01.066DEBG DEBGcreated new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
80062026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
80072026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80082026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
80092026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80102026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
80112026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80122026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
80132026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80142026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
80152026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80162026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
80172026-05-15T23:16:02.238ZMay 15 23:16:01.066 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 } }]
80182026-05-15T23:16:02.238ZMay 15 23:16:01.066 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
80192026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80202026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
80212026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80222026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
80232026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80242026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
80252026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80262026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
80272026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80282026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
80292026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80302026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
80312026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80322026-05-15T23:16:02.239ZMay 15 23:16:01.066 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
80332026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80342026-05-15T23:16:02.239Z, May 15 23:16:01.066 INFOunit :adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
80352026-05-15T23:16:02.239Zfreemap_route_ipv6
80362026-05-15T23:16:02.239ZMay 15 23:16:01.066 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 } }]
80372026-05-15T23:16:02.239ZMay 15 23:16:01.066 May 15 23:16:01.066INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
80382026-05-15T23:16:02.239Zadding route 3fff:dead::/64 -> 2001:db8::55:1
80392026-05-15T23:16:02.239ZMay 15 23:16:01.066 DEBG May 15 23:16:01.066replacing 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 } }]
80402026-05-15T23:16:02.239ZDEBG initted freemap. size: 64, May 15 23:16:01.066unitMay 15 23:16:01.066: freemap_route_ipv6INFODEBG
80412026-05-15T23:16:02.239Z created new freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff,
80422026-05-15T23:16:02.239ZunitMay 15 23:16:01.066: DEBGfreemap_route_ipv4 May 15 23:16:01.066
80432026-05-15T23:16:02.239Z reset freemapDEBG, unitMay 15 23:16:01.066: 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 } }]May 15 23:16:01.066freemap_route_ipv6
80442026-05-15T23:16:02.239ZDEBG
80452026-05-15T23:16:02.239Zcreated new freemap , created new freemapunitMay 15 23:16:01.066May 15 23:16:01.066 :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 } }]unit
80462026-05-15T23:16:02.239Zfreemap_route_ipv6:
80472026-05-15T23:16:02.239Z INFOfreemap_route_ipv4 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffMay 15 23:16:01.066
80482026-05-15T23:16:02.243Z
80492026-05-15T23:16:02.243ZINFOMay 15 23:16:01.066 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
80502026-05-15T23:16:02.243Z May 15 23:16:01.066adding route 3fff:dead::/64 -> 2001:db8::55:1
80512026-05-15T23:16:02.243ZDEBG created new freemapMay 15 23:16:01.066, unitMay 15 23:16:01.066May 15 23:16:01.066: DEBGfreemap_route_ipv6DEBGDEBG
80522026-05-15T23:16:02.243Z 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: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 } }]
80532026-05-15T23:16:02.243Z
80542026-05-15T23:16:02.243Zinitted freemap. size: 64May 15 23:16:01.066, unitINFO: May 15 23:16:01.066May 15 23:16:01.066 freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
80552026-05-15T23:16:02.243Z
80562026-05-15T23:16:02.243Z adding route 3fff:dead::/64 -> 2001:db8::55:1
80572026-05-15T23:16:02.243Z
80582026-05-15T23:16:02.243ZMay 15 23:16:01.066 DEBGMay 15 23:16:01.066May 15 23:16:01.066May 15 23:16:01.066 DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
80592026-05-15T23:16:02.243Zreplacing 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 } }]
80602026-05-15T23:16:02.243Zinitted freemap. size: 64DEBG, unit :reset freemap May 15 23:16:01.066, freemap_route_ipv6unit
80612026-05-15T23:16:02.243Z:May 15 23:16:01.066INFO adding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:16:01.066
80622026-05-15T23:16:02.243Z freemap_route_ipv6DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
80632026-05-15T23:16:02.243ZMay 15 23:16:01.066
80642026-05-15T23:16:02.244Zreset freemap , DEBGunitMay 15 23:16:01.066:May 15 23:16:01.066 freemap_route_ipv6 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
80652026-05-15T23:16:02.244Z
80662026-05-15T23:16:02.244Z May 15 23:16:01.066DEBG INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ffMay 15 23:16:01.066
80672026-05-15T23:16:02.244Z
80682026-05-15T23:16:02.244Z 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 } }]
80692026-05-15T23:16:02.244ZMay 15 23:16:01.066 DEBGMay 15 23:16:01.066May 15 23:16:01.066 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 } }]INFO
80702026-05-15T23:16:02.244ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1f::/64 -> 2001:db8::55:ff
80712026-05-15T23:16:02.244ZMay 15 23:16:01.066
80722026-05-15T23:16:02.244Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
80732026-05-15T23:16:02.244ZMay 15 23:16:01.067 DEBGMay 15 23:16:01.067 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
80742026-05-15T23:16:02.244Z May 15 23:16:01.066replacing 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 } }]
80752026-05-15T23:16:02.244ZDEBG created new freemapMay 15 23:16:01.067, May 15 23:16:01.067unit INFO: INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv4
80762026-05-15T23:16:02.244Z
80772026-05-15T23:16:02.244Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
80782026-05-15T23:16:02.244ZMay 15 23:16:01.067 May 15 23:16:01.067DEBG 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 } }]
80792026-05-15T23:16:02.244Zreplacing 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 } }]
80802026-05-15T23:16:02.244ZMay 15 23:16:01.067 May 15 23:16:01.067INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
80812026-05-15T23:16:02.244Z DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffcreated new freemap
80822026-05-15T23:16:02.244Z, unitMay 15 23:16:01.067May 15 23:16:01.067: DEBGDEBG freemap_route_ipv6replacing 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 } }]
80832026-05-15T23:16:02.244Z
80842026-05-15T23:16:02.244Zreplacing 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 } }]
80852026-05-15T23:16:02.244ZMay 15 23:16:01.067May 15 23:16:01.067 INFOMay 15 23:16:01.067INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
80862026-05-15T23:16:02.244Z
80872026-05-15T23:16:02.244Zadding route 3fff:dead::/64 -> 2001:db8::55:1
80882026-05-15T23:16:02.244ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 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 } }]
80892026-05-15T23:16:02.244Zreplacing 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
80902026-05-15T23:16:02.244Z, unitMay 15 23:16:01.067:May 15 23:16:01.067 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
80912026-05-15T23:16:02.244Z
80922026-05-15T23:16:02.244Zfreemap_route_ipv6
80932026-05-15T23:16:02.244ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 DEBGDEBG DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]reset freemap
80942026-05-15T23:16:02.244Z,
80952026-05-15T23:16:02.244Zunit: freemap_route_ipv6
80962026-05-15T23:16:02.244ZMay 15 23:16:01.067May 15 23:16:01.067 INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff May 15 23:16:01.067adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
80972026-05-15T23:16:02.244ZDEBG
80982026-05-15T23:16:02.244Z 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 } }]
80992026-05-15T23:16:02.244ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGDEBG May 15 23:16:01.067 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:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
81002026-05-15T23:16:02.244Z
81012026-05-15T23:16:02.244Z adding route 3fff:dead::/64 -> 2001:db8::55:1
81022026-05-15T23:16:02.244ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 INFODEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
81032026-05-15T23:16:02.245Z
81042026-05-15T23:16:02.245Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
81052026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067INFO DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
81062026-05-15T23:16:02.245Zreplacing 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 } }]
81072026-05-15T23:16:02.245Zreplacing 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 } }]
81082026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067DEBG 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 } }]INFOINFO
81092026-05-15T23:16:02.245Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
81102026-05-15T23:16:02.245Z
81112026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 INFOMay 15 23:16:01.067DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
81122026-05-15T23:16:02.245Z
81132026-05-15T23:16:02.245Z DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
81142026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 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 } }]May 15 23:16:01.067
81152026-05-15T23:16:02.245Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
81162026-05-15T23:16:02.245ZINFO May 15 23:16:01.067adding route 3fff:beef:27::/64 -> 2001:db8::55:ff May 15 23:16:01.067INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
81172026-05-15T23:16:02.245Z
81182026-05-15T23:16:02.245Zreplacing 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 } }]
81192026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
81202026-05-15T23:16:02.245Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
81212026-05-15T23:16:02.245Z 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 } }]
81222026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.067
81232026-05-15T23:16:02.245Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
81242026-05-15T23:16:02.245Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
81252026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 INFODEBG May 15 23:16:01.067 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
81262026-05-15T23:16:02.245Z
81272026-05-15T23:16:02.245ZDEBG 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 } }]
81282026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
81292026-05-15T23:16:02.245Z 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:29::/64 -> 2001:db8::55:ff
81302026-05-15T23:16:02.245Z
81312026-05-15T23:16:02.245ZMay 15 23:16:01.067 DEBGMay 15 23:16:01.067May 15 23:16:01.067 INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
81322026-05-15T23:16:02.245Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
81332026-05-15T23:16:02.245Z 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 } }]
81342026-05-15T23:16:02.245ZMay 15 23:16:01.067May 15 23:16:01.067 INFODEBG adding route 3fff:beef:3::/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 } }]
81352026-05-15T23:16:02.245ZMay 15 23:16:01.067
81362026-05-15T23:16:02.245Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
81372026-05-15T23:16:02.245Z May 15 23:16:01.067DEBG 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 } }] May 15 23:16:01.067
81382026-05-15T23:16:02.245Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
81392026-05-15T23:16:02.245ZDEBG May 15 23:16:01.067replacing 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 } }] May 15 23:16:01.067INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
81402026-05-15T23:16:02.245Z
81412026-05-15T23:16:02.246Zreplacing 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 } }]
81422026-05-15T23:16:02.246ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067 INFODEBG adding route 3fff:beef:e::/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 } }]
81432026-05-15T23:16:02.246Z
81442026-05-15T23:16:02.246ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
81452026-05-15T23:16:02.246ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGINFO May 15 23:16:01.067adding route 3fff:beef:5::/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 } }]
81462026-05-15T23:16:02.246Z
81472026-05-15T23:16:02.246Z 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 } }]
81482026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
81492026-05-15T23:16:02.250Zreplacing 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 } }]
81502026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 INFOINFOMay 15 23:16:01.067 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBG
81512026-05-15T23:16:02.250Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
81522026-05-15T23:16:02.250Zreplacing 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 } }]
81532026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGDEBG May 15 23:16:01.067replacing 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 } }]
81542026-05-15T23:16:02.250ZINFO 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
81552026-05-15T23:16:02.250Z
81562026-05-15T23:16:02.250ZMay 15 23:16:01.067 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
81572026-05-15T23:16:02.250ZMay 15 23:16:01.067 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
81582026-05-15T23:16:02.250Z 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
81592026-05-15T23:16:02.250Zreplacing 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 } }]
81602026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 INFODEBGINFO adding route 3fff:beef:8::/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 } }]
81612026-05-15T23:16:02.250Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
81622026-05-15T23:16:02.250Z
81632026-05-15T23:16:02.250ZMay 15 23:16:01.067 May 15 23:16:01.067May 15 23:16:01.067 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
81642026-05-15T23:16:02.250Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
81652026-05-15T23:16:02.250Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
81662026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
81672026-05-15T23:16:02.250Z
81682026-05-15T23:16:02.250Zreplacing 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 } }]
81692026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGMay 15 23:16:01.067DEBG 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 } }]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 } }]
81702026-05-15T23:16:02.250Z
81712026-05-15T23:16:02.250Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
81722026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067INFO DEBGINFO adding route 3fff:beef:13::/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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
81732026-05-15T23:16:02.250Z
81742026-05-15T23:16:02.250Z
81752026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
81762026-05-15T23:16:02.250ZINFO
81772026-05-15T23:16:02.250Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
81782026-05-15T23:16:02.250ZMay 15 23:16:01.067May 15 23:16:01.067 INFOMay 15 23:16:01.067INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
81792026-05-15T23:16:02.251Z 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 } }]
81802026-05-15T23:16:02.251Z
81812026-05-15T23:16:02.251ZMay 15 23:16:01.067 DEBG May 15 23:16:01.067May 15 23:16:01.067 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
81822026-05-15T23:16:02.251ZDEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
81832026-05-15T23:16:02.251Z
81842026-05-15T23:16:02.251ZMay 15 23:16:01.067 INFOMay 15 23:16:01.067 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
81852026-05-15T23:16:02.251Z May 15 23:16:01.067replacing 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 } }]
81862026-05-15T23:16:02.251ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
81872026-05-15T23:16:02.251ZMay 15 23:16:01.067 May 15 23:16:01.067DEBG May 15 23:16:01.067 INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
81882026-05-15T23:16:02.251Z
81892026-05-15T23:16:02.251Zreplacing 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 } }]
81902026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 DEBGINFO 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 } }]
81912026-05-15T23:16:02.251Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
81922026-05-15T23:16:02.251Z
81932026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.067replacing 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 } }]
81942026-05-15T23:16:02.251Z
81952026-05-15T23:16:02.251Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
81962026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
81972026-05-15T23:16:02.251Z
81982026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGDEBGMay 15 23:16:01.067 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: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
81992026-05-15T23:16:02.251Z
82002026-05-15T23:16:02.251Z 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 } }]
82012026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067 INFOINFO May 15 23:16:01.067adding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
82022026-05-15T23:16:02.251Z
82032026-05-15T23:16:02.251ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
82042026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGMay 15 23:16:01.067 DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82052026-05-15T23:16:02.251Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82062026-05-15T23:16:02.251Z 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 } }]May 15 23:16:01.067
82072026-05-15T23:16:02.251Z May 15 23:16:01.067INFO INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
82082026-05-15T23:16:02.251Z
82092026-05-15T23:16:02.251ZMay 15 23:16:01.067 INFOMay 15 23:16:01.067May 15 23:16:01.067 DEBG 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 } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
82102026-05-15T23:16:02.251Zreplacing 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 } }]
82112026-05-15T23:16:02.251Z
82122026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067 May 15 23:16:01.067INFO DEBGINFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
82132026-05-15T23:16:02.251Zreplacing 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 } }]
82142026-05-15T23:16:02.251Z
82152026-05-15T23:16:02.251ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 INFODEBGDEBG adding route 3fff:beef:36::/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 } }]
82162026-05-15T23:16:02.251Z
82172026-05-15T23:16:02.251Zreplacing 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 } }]
82182026-05-15T23:16:02.252ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
82192026-05-15T23:16:02.252ZDEBG adding route 3fff:beef:12::/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 } }]
82202026-05-15T23:16:02.252Z
82212026-05-15T23:16:02.252ZMay 15 23:16:01.067 DEBGMay 15 23:16:01.067May 15 23:16:01.067 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
82222026-05-15T23:16:02.252ZINFO 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 } }]
82232026-05-15T23:16:02.252Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
82242026-05-15T23:16:02.252ZMay 15 23:16:01.067 May 15 23:16:01.067INFO May 15 23:16:01.067INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
82252026-05-15T23:16:02.252Z
82262026-05-15T23:16:02.252Z 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 } }]
82272026-05-15T23:16:02.252ZMay 15 23:16:01.067May 15 23:16:01.067 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
82282026-05-15T23:16:02.252ZMay 15 23:16:01.067
82292026-05-15T23:16:02.252Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
82302026-05-15T23:16:02.252Z INFOMay 15 23:16:01.067 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
82312026-05-15T23:16:02.252Z DEBGINFO adding route 3fff:beef:1d::/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 } }]May 15 23:16:01.067
82322026-05-15T23:16:02.252Z
82332026-05-15T23:16:02.252Z 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 } }]May 15 23:16:01.067May 15 23:16:01.067
82342026-05-15T23:16:02.252ZDEBG 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 } }]INFO
82352026-05-15T23:16:02.252ZMay 15 23:16:01.067 INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
82362026-05-15T23:16:02.252Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
82372026-05-15T23:16:02.252Z INFO May 15 23:16:01.067adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
82382026-05-15T23:16:02.252ZMay 15 23:16:01.067DEBG DEBGMay 15 23:16:01.067replacing 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 } }]
82392026-05-15T23:16:02.252Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82402026-05-15T23:16:02.252Z 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 } }]
82412026-05-15T23:16:02.252ZMay 15 23:16:01.067 May 15 23:16:01.067INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
82422026-05-15T23:16:02.252Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
82432026-05-15T23:16:02.252Z May 15 23:16:01.067adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
82442026-05-15T23:16:02.252ZDEBG May 15 23:16:01.067replacing 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 } }] May 15 23:16:01.067DEBG 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 } }]
82452026-05-15T23:16:02.252Z
82462026-05-15T23:16:02.252Zreplacing 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 } }]
82472026-05-15T23:16:02.252ZMay 15 23:16:01.067 INFOMay 15 23:16:01.067 May 15 23:16:01.067adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
82482026-05-15T23:16:02.256ZINFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
82492026-05-15T23:16:02.256Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:16:01.067
82502026-05-15T23:16:02.256Z 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 } }]May 15 23:16:01.067May 15 23:16:01.067
82512026-05-15T23:16:02.256ZDEBGDEBG 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 } }]May 15 23:16:01.067
82522026-05-15T23:16:02.256ZINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
82532026-05-15T23:16:02.256ZMay 15 23:16:01.067
82542026-05-15T23:16:02.256ZMay 15 23:16:01.067 May 15 23:16:01.067DEBG DEBGcreated new freemap , 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 } }]unit
82552026-05-15T23:16:02.256Z: freemap_route_ipv4
82562026-05-15T23:16:02.256Z May 15 23:16:01.067INFOMay 15 23:16:01.067 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
82572026-05-15T23:16:02.256Z DEBG created new freemap, unitMay 15 23:16:01.067: DEBGfreemap_route_ipv6INFO
82582026-05-15T23:16:02.256Z adding route 3fff:beef:19::/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 } }]
82592026-05-15T23:16:02.256Z
82602026-05-15T23:16:02.256ZMay 15 23:16:01.067May 15 23:16:01.067May 15 23:16:01.067 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
82612026-05-15T23:16:02.256Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
82622026-05-15T23:16:02.257Z 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 } }]
82632026-05-15T23:16:02.257ZMay 15 23:16:01.068May 15 23:16:01.068 DEBG DEBGinitted freemap. size: 64 , May 15 23:16:01.068unitreplacing 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 } }]:
82642026-05-15T23:16:02.257Z freemap_route_ipv4INFO
82652026-05-15T23:16:02.257Z May 15 23:16:01.068adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
82662026-05-15T23:16:02.257ZINFO May 15 23:16:01.068adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
82672026-05-15T23:16:02.257ZDEBG May 15 23:16:01.068 reset freemapDEBGMay 15 23:16:01.068, unitDEBG: replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
82682026-05-15T23:16:02.257Zreplacing 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 } }]
82692026-05-15T23:16:02.257Z
82702026-05-15T23:16:02.257ZMay 15 23:16:01.068 DEBGMay 15 23:16:01.068 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:16:01.068INFO
82712026-05-15T23:16:02.257Z INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
82722026-05-15T23:16:02.257Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
82732026-05-15T23:16:02.257Z DEBGMay 15 23:16:01.068 May 15 23:16:01.068DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
82742026-05-15T23:16:02.257Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82752026-05-15T23:16:02.257Z 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 } }]
82762026-05-15T23:16:02.257ZMay 15 23:16:01.068May 15 23:16:01.068 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
82772026-05-15T23:16:02.257Z
82782026-05-15T23:16:02.257ZMay 15 23:16:01.068 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 } }]May 15 23:16:01.068
82792026-05-15T23:16:02.257Z 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 } }]May 15 23:16:01.068
82802026-05-15T23:16:02.257Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
82812026-05-15T23:16:02.257ZMay 15 23:16:01.068 INFOMay 15 23:16:01.068 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
82822026-05-15T23:16:02.257ZDEBG 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 } }]INFO
82832026-05-15T23:16:02.257Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
82842026-05-15T23:16:02.257ZMay 15 23:16:01.068 May 15 23:16:01.068DEBG 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 } }]
82852026-05-15T23:16:02.257Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
82862026-05-15T23:16:02.257ZMay 15 23:16:01.068May 15 23:16:01.068 INFOMay 15 23:16:01.068 DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
82872026-05-15T23:16:02.257Zreplacing 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
82882026-05-15T23:16:02.257Z 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 } }]
82892026-05-15T23:16:02.257ZMay 15 23:16:01.068 May 15 23:16:01.068DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
82902026-05-15T23:16:02.257Z May 15 23:16:01.068adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
82912026-05-15T23:16:02.257ZINFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
82922026-05-15T23:16:02.257Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
82932026-05-15T23:16:02.257Z DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
82942026-05-15T23:16:02.257Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82952026-05-15T23:16:02.257ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
82962026-05-15T23:16:02.257Zreplacing 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 } }]
82972026-05-15T23:16:02.257ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
82982026-05-15T23:16:02.257Z May 15 23:16:01.068DEBG 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 } }]INFO
82992026-05-15T23:16:02.257ZMay 15 23:16:01.068 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
83002026-05-15T23:16:02.257Z 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 } }]
83012026-05-15T23:16:02.258ZMay 15 23:16:01.068May 15 23:16:01.068 May 15 23:16:01.068DEBGDEBG 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 } }]
83022026-05-15T23:16:02.258Zadding route 3fff:beef:21::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
83032026-05-15T23:16:02.258Z
83042026-05-15T23:16:02.258ZMay 15 23:16:01.068May 15 23:16:01.068 May 15 23:16:01.068INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
83052026-05-15T23:16:02.258Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83062026-05-15T23:16:02.258Z
83072026-05-15T23:16:02.258ZMay 15 23:16:01.068 May 15 23:16:01.068DEBG 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 } }]
83082026-05-15T23:16:02.258Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83092026-05-15T23:16:02.258ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:2b::/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 } }]
83102026-05-15T23:16:02.258Z
83112026-05-15T23:16:02.258Ztest route::tests::grow_succeeds ... ok
83122026-05-15T23:16:02.258ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:23::/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 } }]
83132026-05-15T23:16:02.258Z
83142026-05-15T23:16:02.258ZMay 15 23:16:01.068May 15 23:16:01.068 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:2c::/64 -> 2001:db8::55:ff
83152026-05-15T23:16:02.258Z
83162026-05-15T23:16:02.258ZMay 15 23:16:01.068 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 } }]May 15 23:16:01.068
83172026-05-15T23:16:02.258Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83182026-05-15T23:16:02.258ZMay 15 23:16:01.068 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
83192026-05-15T23:16:02.258Z 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 } }]
83202026-05-15T23:16:02.258ZMay 15 23:16:01.068 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 } }]May 15 23:16:01.068
83212026-05-15T23:16:02.258Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
83222026-05-15T23:16:02.258ZMay 15 23:16:01.068 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
83232026-05-15T23:16:02.258Z 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 } }]
83242026-05-15T23:16:02.258ZMay 15 23:16:01.068 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
83252026-05-15T23:16:02.258Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
83262026-05-15T23:16:02.258ZMay 15 23:16:01.068 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
83272026-05-15T23:16:02.258Z DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
83282026-05-15T23:16:02.258Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
83292026-05-15T23:16:02.258Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
83302026-05-15T23:16:02.258ZMay 15 23:16:01.068 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
83312026-05-15T23:16:02.258Z 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 } }]
83322026-05-15T23:16:02.258ZMay 15 23:16:01.068 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 } }]May 15 23:16:01.068
83332026-05-15T23:16:02.258Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
83342026-05-15T23:16:02.258ZMay 15 23:16:01.068 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
83352026-05-15T23:16:02.258Z 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 } }]
83362026-05-15T23:16:02.258ZMay 15 23:16:01.068 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
83372026-05-15T23:16:02.258Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
83382026-05-15T23:16:02.258ZMay 15 23:16:01.068 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffMay 15 23:16:01.068
83392026-05-15T23:16:02.258Z 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 } }]
83402026-05-15T23:16:02.259ZMay 15 23:16:01.068 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.068
83412026-05-15T23:16:02.259Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
83422026-05-15T23:16:02.259ZMay 15 23:16:01.068 INFOMay 15 23:16:01.068 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
83432026-05-15T23:16:02.259Z 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 } }]
83442026-05-15T23:16:02.259ZMay 15 23:16:01.068May 15 23:16:01.068 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:2b::/64 -> 2001:db8::55:ff
83452026-05-15T23:16:02.259Z
83462026-05-15T23:16:02.259ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:34::/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 } }]
83472026-05-15T23:16:02.259Z
83482026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 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:2c::/64 -> 2001:db8::55:ff
83492026-05-15T23:16:02.263Z
83502026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:35::/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 } }]
83512026-05-15T23:16:02.263Z
83522026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 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:2d::/64 -> 2001:db8::55:ff
83532026-05-15T23:16:02.263Z
83542026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:36::/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 } }]
83552026-05-15T23:16:02.263Z
83562026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 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:2e::/64 -> 2001:db8::55:ff
83572026-05-15T23:16:02.263Z
83582026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:37::/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 } }]
83592026-05-15T23:16:02.263Z
83602026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 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:2f::/64 -> 2001:db8::55:ff
83612026-05-15T23:16:02.263Z
83622026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:38::/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 } }]
83632026-05-15T23:16:02.263Z
83642026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
83652026-05-15T23:16:02.263Z
83662026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:39::/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 } }]
83672026-05-15T23:16:02.263Z
83682026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83692026-05-15T23:16:02.263Z
83702026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
83712026-05-15T23:16:02.263Z
83722026-05-15T23:16:02.263ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83732026-05-15T23:16:02.264Z
83742026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
83752026-05-15T23:16:02.264Z
83762026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83772026-05-15T23:16:02.264Z
83782026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 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:3c::/64 -> 2001:db8::55:ff
83792026-05-15T23:16:02.264Z
83802026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83812026-05-15T23:16:02.264Z
83822026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
83832026-05-15T23:16:02.264Z
83842026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
83852026-05-15T23:16:02.264Z
83862026-05-15T23:16:02.264ZMay 15 23:16:01.068 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 } }]
83872026-05-15T23:16:02.264ZMay 15 23:16:01.068 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
83882026-05-15T23:16:02.264ZMay 15 23:16:01.068 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 } }]
83892026-05-15T23:16:02.264Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]May 15 23:16:01.068
83902026-05-15T23:16:02.264Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
83912026-05-15T23:16:02.264ZMay 15 23:16:01.068 May 15 23:16:01.068DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83922026-05-15T23:16:02.264Zadding route 3fff:dead::/64 -> 2001:db8::55:2
83932026-05-15T23:16:02.264ZMay 15 23:16:01.068 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
83942026-05-15T23:16:02.264ZMay 15 23:16:01.068 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 } }]
83952026-05-15T23:16:02.264ZMay 15 23:16:01.068 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
83962026-05-15T23:16:02.264ZMay 15 23:16:01.068 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 } }]
83972026-05-15T23:16:02.264ZMay 15 23:16:01.068 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
83982026-05-15T23:16:02.264ZMay 15 23:16:01.068 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83992026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:3b::/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 } }]
84002026-05-15T23:16:02.264Z
84012026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
84022026-05-15T23:16:02.264Z
84032026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
84042026-05-15T23:16:02.264Z
84052026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
84062026-05-15T23:16:02.264Ztest route::tests::rollback_on_compact_delete_failure ... ok
84072026-05-15T23:16:02.264Z
84082026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGDEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
84092026-05-15T23:16:02.264Z
84102026-05-15T23:16:02.264ZMay 15 23:16:01.068May 15 23:16:01.068 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
84112026-05-15T23:16:02.264Z
84122026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84132026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84142026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84152026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84162026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84172026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84182026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84192026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84202026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84212026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84222026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84232026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84242026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84252026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84262026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84272026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84282026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84292026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84302026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84312026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84322026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84332026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84342026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84352026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84362026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84372026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84382026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84392026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84402026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84412026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84422026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84432026-05-15T23:16:02.265ZMay 15 23:16:01.068 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84442026-05-15T23:16:02.265ZMay 15 23:16:01.068 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 } }]
84452026-05-15T23:16:02.265ZMay 15 23:16:01.069 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84462026-05-15T23:16:02.265ZMay 15 23:16:01.069 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 } }]
84472026-05-15T23:16:02.265ZMay 15 23:16:01.069 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84482026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]
84492026-05-15T23:16:02.270ZMay 15 23:16:01.069 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84502026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]
84512026-05-15T23:16:02.270ZMay 15 23:16:01.069 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84522026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]
84532026-05-15T23:16:02.270ZMay 15 23:16:01.069 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84542026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]
84552026-05-15T23:16:02.270ZMay 15 23:16:01.069 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84562026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]
84572026-05-15T23:16:02.270ZMay 15 23:16:01.069 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84582026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]
84592026-05-15T23:16:02.270ZMay 15 23:16:01.069May 15 23:16:01.069 DEBGINFO created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff,
84602026-05-15T23:16:02.270ZunitMay 15 23:16:01.069: freemap_route_ipv4DEBG
84612026-05-15T23:16:02.270ZMay 15 23:16:01.069 created new freemapDEBG , May 15 23:16:01.069replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
84622026-05-15T23:16:02.270Z :DEBG May 15 23:16:01.069created new freemapfreemap_route_ipv4 , INFOunit
84632026-05-15T23:16:02.270Z: adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv6
84642026-05-15T23:16:02.270Z
84652026-05-15T23:16:02.270ZMay 15 23:16:01.069 DEBGMay 15 23:16:01.069 May 15 23:16:01.069created new freemap , INFOunit adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG:
84662026-05-15T23:16:02.270Z 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 } }]freemap_route_ipv6
84672026-05-15T23:16:02.270Z
84682026-05-15T23:16:02.270ZMay 15 23:16:01.069May 15 23:16:01.069 DEBGMay 15 23:16:01.069 INFOinitted freemap. size: 64 , INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffunit
84692026-05-15T23:16:02.270Z: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
84702026-05-15T23:16:02.270Z
84712026-05-15T23:16:02.270ZMay 15 23:16:01.069 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 } }]May 15 23:16:01.069
84722026-05-15T23:16:02.270Z May 15 23:16:01.069DEBG DEBGinitted freemap. size: 64 , reset freemapunit, :unit :freemap_route_ipv6May 15 23:16:01.069
84732026-05-15T23:16:02.270Z INFO freemap_route_ipv6May 15 23:16:01.069
84742026-05-15T23:16:02.270Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
84752026-05-15T23:16:02.270Z reset freemap, May 15 23:16:01.069unit May 15 23:16:01.069DEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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_ipv6
84762026-05-15T23:16:02.271Zreplacing 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 } }]
84772026-05-15T23:16:02.271Z
84782026-05-15T23:16:02.271ZMay 15 23:16:01.069May 15 23:16:01.069 INFODEBGMay 15 23:16:01.069 adding route 3fff:beef::/64 -> 2001:db8::55:ff 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 } }]
84792026-05-15T23:16:02.271Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84802026-05-15T23:16:02.271Z
84812026-05-15T23:16:02.271ZMay 15 23:16:01.069May 15 23:16:01.069 May 15 23:16:01.069DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84822026-05-15T23:16:02.271ZINFO 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:dead::/64 -> 2001:db8::55:2
84832026-05-15T23:16:02.271ZMay 15 23:16:01.069
84842026-05-15T23:16:02.271Z INFO May 15 23:16:01.069adding route 3fff:beef:1::/64 -> 2001:db8::55:ffMay 15 23:16:01.069
84852026-05-15T23:16:02.271Z May 15 23:16:01.069DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGINFO
84862026-05-15T23:16:02.271Z May 15 23:16:01.069created new freemap adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff,
84872026-05-15T23:16:02.271ZDEBGunit :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 } }]
84882026-05-15T23:16:02.271Zfreemap_route_ipv4
84892026-05-15T23:16:02.271ZMay 15 23:16:01.069May 15 23:16:01.069May 15 23:16:01.069 May 15 23:16:01.069 INFO INFODEBGDEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
84902026-05-15T23:16:02.271Zcreated new freemap, 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 } }]
84912026-05-15T23:16:02.271ZunitMay 15 23:16:01.069:
84922026-05-15T23:16:02.271ZDEBG freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84932026-05-15T23:16:02.271Z
84942026-05-15T23:16:02.271ZMay 15 23:16:01.069May 15 23:16:01.069 INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffMay 15 23:16:01.069
84952026-05-15T23:16:02.271Z May 15 23:16:01.069 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOINFO
84962026-05-15T23:16:02.271Zadding route 172.16.0.0/32 -> 10.0.0.1
84972026-05-15T23:16:02.271Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffMay 15 23:16:01.069
84982026-05-15T23:16:02.271Z May 15 23:16:01.069DEBG May 15 23:16:01.069May 15 23:16:01.069 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 } }] initted freemap. size: 64
84992026-05-15T23:16:02.271ZDEBG, replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
85002026-05-15T23:16:02.271Z: adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4
85012026-05-15T23:16:02.271Z
85022026-05-15T23:16:02.271ZMay 15 23:16:01.069May 15 23:16:01.069 May 15 23:16:01.069May 15 23:16:01.069 DEBG INFO DEBGreset freemap , INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit
85032026-05-15T23:16:02.271Z :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1f::/64 -> 2001:db8::55:ff
85042026-05-15T23:16:02.271Zfreemap_route_ipv4
85052026-05-15T23:16:02.271Z
85062026-05-15T23:16:02.271Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
85072026-05-15T23:16:02.271ZMay 15 23:16:01.069May 15 23:16:01.069 May 15 23:16:01.069DEBGMay 15 23:16:01.069DEBG DEBGMay 15 23:16:01.069created new freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
85082026-05-15T23:16:02.271Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGunit
85092026-05-15T23:16:02.271Z: freemap_route_ipv4 DEBGMay 15 23:16:01.069
85102026-05-15T23:16:02.271Zreplacing targets for 3fff:dead::/64 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 } }]May 15 23:16:01.069 INFOINFO
85112026-05-15T23:16:02.271Ztest route::tests::rollback_on_compact_write_failure ... ok
85122026-05-15T23:16:02.271ZMay 15 23:16:01.069 adding route 172.16.0.0/32 -> 10.0.0.2 May 15 23:16:01.069
85132026-05-15T23:16:02.271ZDEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
85142026-05-15T23:16:02.271ZWARNreplacing 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 } }] created new freemap
85152026-05-15T23:16:02.272Z, unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):May 15 23:16:01.069May 15 23:16:01.069
85162026-05-15T23:16:02.272Z May 15 23:16:01.069DEBGfreemap_route_ipv6
85172026-05-15T23:16:02.272Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 May 15 23:16:01.070 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 } }]May 15 23:16:01.069DEBG
85182026-05-15T23:16:02.272Z created new freemap, unit: DEBGMay 15 23:16:01.074 created new freemap, freemap_route_ipv4unit
85192026-05-15T23:16:02.272Z: freemap_route_ipv4INFO
85202026-05-15T23:16:02.272Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffMay 15 23:16:01.074
85212026-05-15T23:16:02.272Z DEBG created new freemapMay 15 23:16:01.074, unitMay 15 23:16:01.069May 15 23:16:01.074: DEBGMay 15 23:16:01.074 created new freemap DEBG, INFOunit freemap_route_ipv6:replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85222026-05-15T23:16:02.272Z
85232026-05-15T23:16:02.272Z created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1
85242026-05-15T23:16:02.272ZMay 15 23:16:01.074, freemap_route_ipv4unitINFO: May 15 23:16:01.074
85252026-05-15T23:16:02.272Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85262026-05-15T23:16:02.272Z freemap_route_ipv6DEBG
85272026-05-15T23:16:02.272Z May 15 23:16:01.074initted freemap. size: 64 May 15 23:16:01.074DEBG, May 15 23:16:01.074 unit :May 15 23:16:01.074 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6INFO
85282026-05-15T23:16:02.272ZDEBG
85292026-05-15T23:16:02.272Z adding route 172.16.0.0/32 -> 10.0.0.1
85302026-05-15T23:16:02.272Zcreated new freemapINFOMay 15 23:16:01.074May 15 23:16:01.074 , INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
85312026-05-15T23:16:02.272Z unit adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap:
85322026-05-15T23:16:02.272Z , May 15 23:16:01.074freemap_route_ipv6unit: freemap_route_ipv6
85332026-05-15T23:16:02.272Z
85342026-05-15T23:16:02.272ZMay 15 23:16:01.074DEBGMay 15 23:16:01.074 initted freemap. size: 64DEBGDEBG, unit 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 } }]May 15 23:16:01.074:May 15 23:16:01.074
85352026-05-15T23:16:02.272Z initted freemap. size: 64 DEBGfreemap_route_ipv4INFOMay 15 23:16:01.074 ,
85362026-05-15T23:16:02.272Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.16.0.0/32 -> 10.0.0.1
85372026-05-15T23:16:02.272ZINFO
85382026-05-15T23:16:02.272Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
85392026-05-15T23:16:02.272Z: freemap_route_ipv6
85402026-05-15T23:16:02.272ZMay 15 23:16:01.074May 15 23:16:01.074 DEBGMay 15 23:16:01.074May 15 23:16:01.074 DEBG INFOinitted freemap. size: 64 May 15 23:16:01.074adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
85412026-05-15T23:16:02.272Z , 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 } }]
85422026-05-15T23:16:02.272Zunit: reset freemapfreemap_route_ipv4May 15 23:16:01.074, May 15 23:16:01.074unit
85432026-05-15T23:16:02.272Z :INFODEBG DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
85442026-05-15T23:16:02.272Z
85452026-05-15T23:16:02.272Zfreemap_route_ipv4 reset freemapMay 15 23:16:01.074, May 15 23:16:01.074
85462026-05-15T23:16:02.272Z DEBGDEBGMay 15 23:16:01.074 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
85472026-05-15T23:16:02.272Z unit :adding route 3fff:dead::/64 -> 2001:db8::55:3reset freemap
85482026-05-15T23:16:02.276Z, May 15 23:16:01.074unit INFO: freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:fffreemap_route_ipv6
85492026-05-15T23:16:02.277Z
85502026-05-15T23:16:02.277Z
85512026-05-15T23:16:02.277ZMay 15 23:16:01.074 DEBGMay 15 23:16:01.074 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 } }]May 15 23:16:01.074
85522026-05-15T23:16:02.277ZDEBGMay 15 23:16:01.074 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
85532026-05-15T23:16:02.277Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
85542026-05-15T23:16:02.277ZMay 15 23:16:01.074 May 15 23:16:01.074 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
85552026-05-15T23:16:02.277ZMay 15 23:16:01.074 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 } }]INFO May 15 23:16:01.074
85562026-05-15T23:16:02.277Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
85572026-05-15T23:16:02.277Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:26::/64 -> 2001:db8::55:ffMay 15 23:16:01.074May 15 23:16:01.074
85582026-05-15T23:16:02.277Z
85592026-05-15T23:16:02.277Z May 15 23:16:01.074INFO May 15 23:16:01.074May 15 23:16:01.074adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
85602026-05-15T23:16:02.277Z DEBGDEBGreplacing 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 } }]
85612026-05-15T23:16:02.277ZINFOreplacing 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 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 } }]
85622026-05-15T23:16:02.277Zadding route 3fff:dead::/64 -> 2001:db8::55:2
85632026-05-15T23:16:02.277Z
85642026-05-15T23:16:02.277ZMay 15 23:16:01.074 May 15 23:16:01.074May 15 23:16:01.074DEBG May 15 23:16:01.074INFOMay 15 23:16:01.074 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
85652026-05-15T23:16:02.277Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1INFO
85662026-05-15T23:16:02.277Z
85672026-05-15T23:16:02.277ZMay 15 23:16:01.074 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
85682026-05-15T23:16:02.277Zadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:16:01.074 May 15 23:16:01.074
85692026-05-15T23:16:02.277ZDEBGDEBG 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 } }]
85702026-05-15T23:16:02.277Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]May 15 23:16:01.074
85712026-05-15T23:16:02.277ZMay 15 23:16:01.074May 15 23:16:01.074replacing 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 } }] INFO
85722026-05-15T23:16:02.277ZDEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOMay 15 23:16:01.074
85732026-05-15T23:16:02.277Z WARN 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })May 15 23:16:01.074
85742026-05-15T23:16:02.277Z May 15 23:16:01.074adding route 3fff:dead::/64 -> 2001:db8::55:3
85752026-05-15T23:16:02.277Z INFO
85762026-05-15T23:16:02.277Z 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2
85772026-05-15T23:16:02.277Z
85782026-05-15T23:16:02.277ZMay 15 23:16:01.074May 15 23:16:01.074 May 15 23:16:01.074 INFOERROMay 15 23:16:01.074May 15 23:16:01.074 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.2
85792026-05-15T23:16:02.277ZDEBG
85802026-05-15T23:16:02.277Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFODEBG
85812026-05-15T23:16:02.277Z 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 } }]May 15 23:16:01.074adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85822026-05-15T23:16:02.277ZMay 15 23:16:01.074ERRO
85832026-05-15T23:16:02.277Zshrink-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
85842026-05-15T23:16:02.277ZDEBG May 15 23:16:01.074May 15 23:16:01.074replacing 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 } }] May 15 23:16:01.074DEBG
85852026-05-15T23:16:02.277Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85862026-05-15T23:16:02.278Z adding route 172.17.0.0/32 -> 10.0.0.255
85872026-05-15T23:16:02.278ZINFO May 15 23:16:01.074May 15 23:16:01.074 adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOINFO
85882026-05-15T23:16:02.278Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffMay 15 23:16:01.074
85892026-05-15T23:16:02.278Z 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255May 15 23:16:01.074
85902026-05-15T23:16:02.278Z May 15 23:16:01.074DEBG
85912026-05-15T23:16:02.278Z 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 } }]
85922026-05-15T23:16:02.278ZDEBGMay 15 23:16:01.074May 15 23:16:01.074 May 15 23:16:01.074INFO INFODEBGadding route 172.17.0.1/32 -> 10.0.0.255
85932026-05-15T23:16:02.278Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85942026-05-15T23:16:02.278Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:16:01.074
85952026-05-15T23:16:02.278ZMay 15 23:16:01.074 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
85962026-05-15T23:16:02.278Z
85972026-05-15T23:16:02.278Z
85982026-05-15T23:16:02.278ZMay 15 23:16:01.074May 15 23:16:01.074 May 15 23:16:01.074May 15 23:16:01.074 INFO DEBG INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85992026-05-15T23:16:02.278Z replacing targets for 3fff:dead::/64 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
86002026-05-15T23:16:02.278Z adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
86012026-05-15T23:16:02.278Z
86022026-05-15T23:16:02.278ZMay 15 23:16:01.074 DEBGMay 15 23:16:01.074 May 15 23:16:01.074replacing 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 } }]
86032026-05-15T23:16:02.278ZDEBGWARN 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 } }]May 15 23:16:01.074shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) May 15 23:16:01.074INFO
86042026-05-15T23:16:02.278ZDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86052026-05-15T23:16:02.278Z
86062026-05-15T23:16:02.278Zreplacing 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 } }]
86072026-05-15T23:16:02.278ZMay 15 23:16:01.074May 15 23:16:01.074 INFODEBG 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 172.17.0.2/32 -> 10.0.0.255
86082026-05-15T23:16:02.278Z
86092026-05-15T23:16:02.278Ztest route::tests::rollback_on_index_readd_failure ... ok
86102026-05-15T23:16:02.278ZMay 15 23:16:01.074 INFO adding route 172.17.0.3/32 -> 10.0.0.255May 15 23:16:01.074 INFOMay 15 23:16:01.074
86112026-05-15T23:16:02.278ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86122026-05-15T23:16:02.278ZMay 15 23:16:01.075May 15 23:16:01.075 DEBG created new freemap, unit May 15 23:16:01.080: DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86132026-05-15T23:16:02.278Zfreemap_route_ipv4created new freemap
86142026-05-15T23:16:02.278Z,
86152026-05-15T23:16:02.278Zunit:May 15 23:16:01.080May 15 23:16:01.080 INFO adding route 172.17.0.3/32 -> 10.0.0.255
86162026-05-15T23:16:02.278Z freemap_route_ipv4May 15 23:16:01.080
86172026-05-15T23:16:02.278Z DEBGINFO created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff,
86182026-05-15T23:16:02.278Zunit:May 15 23:16:01.080 freemap_route_ipv6DEBG
86192026-05-15T23:16:02.278Z created new freemap, unit: May 15 23:16:01.080freemap_route_ipv6
86202026-05-15T23:16:02.278ZDEBG May 15 23:16:01.080replacing 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 } }] May 15 23:16:01.080
86212026-05-15T23:16:02.278Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:1
86222026-05-15T23:16:02.278Z
86232026-05-15T23:16:02.278ZMay 15 23:16:01.080May 15 23:16:01.074May 15 23:16:01.080 DEBG 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 } }]May 15 23:16:01.080
86242026-05-15T23:16:02.278Z May 15 23:16:01.069DEBG DEBGinitted freemap. size: 64 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff , DEBGinitted freemap. size: 64
86252026-05-15T23:16:02.278ZMay 15 23:16:01.080created new freemap , unit, :May 15 23:16:01.080INFO unitadding route 172.17.0.4/32 -> 10.0.0.255unitDEBGfreemap_route_ipv6 :
86262026-05-15T23:16:02.279Z
86272026-05-15T23:16:02.279Zreplacing 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 } }]freemap_route_ipv4
86282026-05-15T23:16:02.279Z:
86292026-05-15T23:16:02.279Zfreemap_route_ipv6
86302026-05-15T23:16:02.279ZMay 15 23:16:01.080 May 15 23:16:01.080May 15 23:16:01.080 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
86312026-05-15T23:16:02.279Zreset freemapreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
86322026-05-15T23:16:02.279ZunitMay 15 23:16:01.080 :DEBG freemap_route_ipv6May 15 23:16:01.080
86332026-05-15T23:16:02.279Z created new freemapDEBG, May 15 23:16:01.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 } }]unitMay 15 23:16:01.080May 15 23:16:01.080
86342026-05-15T23:16:02.279Z DEBG: INFOfreemap_route_ipv6
86352026-05-15T23:16:02.279ZMay 15 23:16:01.080DEBG adding route 172.17.0.5/32 -> 10.0.0.255INFO
86362026-05-15T23:16:02.279Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unitMay 15 23:16:01.080May 15 23:16:01.080
86372026-05-15T23:16:02.279ZINFO
86382026-05-15T23:16:02.279Zadding route 3fff:dead::/64 -> 2001:db8::55:1
86392026-05-15T23:16:02.279ZDEBG 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 } }]May 15 23:16:01.080:
86402026-05-15T23:16:02.279ZMay 15 23:16:01.080DEBG 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
86412026-05-15T23:16:02.279Z freemap_route_ipv6May 15 23:16:01.081initted freemap. size: 64 May 15 23:16:01.081
86422026-05-15T23:16:02.279Z, INFOMay 15 23:16:01.081unit INFO:INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv6
86432026-05-15T23:16:02.279Z
86442026-05-15T23:16:02.279Z
86452026-05-15T23:16:02.279Zadding route 3fff:dead::/64 -> 2001:db8::55:2May 15 23:16:01.081
86462026-05-15T23:16:02.279Z May 15 23:16:01.081May 15 23:16:01.081May 15 23:16:01.081DEBG DEBGMay 15 23:16:01.081DEBGDEBG reset freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
86472026-05-15T23:16:02.279Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
86482026-05-15T23:16:02.283Z DEBG, unitMay 15 23:16:01.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] :INFO
86492026-05-15T23:16:02.283Zfreemap_route_ipv6May 15 23:16:01.081
86502026-05-15T23:16:02.283Z
86512026-05-15T23:16:02.283Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
86522026-05-15T23:16:02.283Zadding route 172.17.0.7/32 -> 10.0.0.255May 15 23:16:01.081
86532026-05-15T23:16:02.283Z 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 } }]May 15 23:16:01.081
86542026-05-15T23:16:02.283Z DEBG May 15 23:16:01.081replacing 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 } }]
86552026-05-15T23:16:02.283ZMay 15 23:16:01.081INFO May 15 23:16:01.081May 15 23:16:01.081May 15 23:16:01.081 INFO DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
86562026-05-15T23:16:02.283Z
86572026-05-15T23:16:02.283Z
86582026-05-15T23:16:02.283Zadding route 3fff:dead::/64 -> 2001:db8::55:3
86592026-05-15T23:16:02.283ZINFOMay 15 23:16:01.081May 15 23:16:01.081 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGDEBG 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 } }]
86602026-05-15T23:16:02.283Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
86612026-05-15T23:16:02.283Z
86622026-05-15T23:16:02.283ZMay 15 23:16:01.081 May 15 23:16:01.081INFO adding route 172.17.0.8/32 -> 10.0.0.255May 15 23:16:01.081
86632026-05-15T23:16:02.283ZMay 15 23:16:01.081 DEBGMay 15 23:16:01.081 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
86642026-05-15T23:16:02.283ZMay 15 23:16:01.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:dead::/64 -> 2001:db8::55:3
86652026-05-15T23:16:02.283ZDEBGDEBG
86662026-05-15T23:16:02.284Zreplacing 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 } }]May 15 23:16:01.081May 15 23:16:01.081
86672026-05-15T23:16:02.284Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
86682026-05-15T23:16:02.284Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:16:01.081
86692026-05-15T23:16:02.284Z
86702026-05-15T23:16:02.284ZINFOMay 15 23:16:01.081 May 15 23:16:01.081adding route 172.17.0.9/32 -> 10.0.0.255 INFO
86712026-05-15T23:16:02.284Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffMay 15 23:16:01.081
86722026-05-15T23:16:02.284ZMay 15 23:16:01.081 INFO INFOMay 15 23:16:01.081 May 15 23:16:01.081adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
86732026-05-15T23:16:02.284ZDEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
86742026-05-15T23:16:02.284Z 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 } }]
86752026-05-15T23:16:02.284Zreplacing 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 } }]
86762026-05-15T23:16:02.284Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]May 15 23:16:01.081
86772026-05-15T23:16:02.284Z DEBGMay 15 23:16:01.081May 15 23:16:01.081 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
86782026-05-15T23:16:02.284Zadding route 172.17.0.10/32 -> 10.0.0.255INFOMay 15 23:16:01.081 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86792026-05-15T23:16:02.284Z
86802026-05-15T23:16:02.284Z May 15 23:16:01.081DEBG May 15 23:16:01.081DEBG May 15 23:16:01.081 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
86812026-05-15T23:16:02.284ZDEBG 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 } }]
86822026-05-15T23:16:02.284Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
86832026-05-15T23:16:02.284Z
86842026-05-15T23:16:02.284ZMay 15 23:16:01.081 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffMay 15 23:16:01.081
86852026-05-15T23:16:02.284ZINFODEBG
86862026-05-15T23:16:02.284Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffMay 15 23:16:01.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]May 15 23:16:01.081
86872026-05-15T23:16:02.284Z DEBG
86882026-05-15T23:16:02.284Z May 15 23:16:01.081replacing 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 } }]
86892026-05-15T23:16:02.284ZINFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 May 15 23:16:01.081
86902026-05-15T23:16:02.284Z adding route 172.17.0.11/32 -> 10.0.0.255INFOMay 15 23:16:01.081
86912026-05-15T23:16:02.284Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffWARN
86922026-05-15T23:16:02.284ZMay 15 23:16:01.081 DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })May 15 23:16:01.081 May 15 23:16:01.081
86932026-05-15T23:16:02.284ZMay 15 23:16:01.081DEBGreplacing 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 } }]
86942026-05-15T23:16:02.284Zreplacing 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 } }]
86952026-05-15T23:16:02.284Z DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:16:01.081May 15 23:16:01.081 INFOINFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
86962026-05-15T23:16:02.284Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
86972026-05-15T23:16:02.284Z
86982026-05-15T23:16:02.284Z
86992026-05-15T23:16:02.284ZMay 15 23:16:01.081 INFOMay 15 23:16:01.081 May 15 23:16:01.081DEBGadding route 172.17.0.12/32 -> 10.0.0.255
87002026-05-15T23:16:02.284Z 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 } }]
87012026-05-15T23:16:02.284Zadding route 172.17.0.1/32 -> 10.0.0.255
87022026-05-15T23:16:02.284ZMay 15 23:16:01.081 DEBGMay 15 23:16:01.081 May 15 23:16:01.081replacing 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 } }]May 15 23:16:01.081
87032026-05-15T23:16:02.284Z INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
87042026-05-15T23:16:02.284Z 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 } }]May 15 23:16:01.081
87052026-05-15T23:16:02.284ZMay 15 23:16:01.081replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87062026-05-15T23:16:02.285Z DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]May 15 23:16:01.081May 15 23:16:01.081adding route 172.17.0.13/32 -> 10.0.0.255 INFOINFO
87072026-05-15T23:16:02.285Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
87082026-05-15T23:16:02.285Z
87092026-05-15T23:16:02.285Zadding route 172.17.0.2/32 -> 10.0.0.255
87102026-05-15T23:16:02.285Ztest route::tests::same_size_non_subset_replace ... ok
87112026-05-15T23:16:02.285ZMay 15 23:16:01.081 May 15 23:16:01.081DEBGMay 15 23:16:01.081May 15 23:16:01.081 failed to allocate space for the new target listDEBG
87122026-05-15T23:16:02.285Z 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 } }]
87132026-05-15T23:16:02.285ZDEBG May 15 23:16:01.081replacing 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 } }]DEBGMay 15 23:16:01.081
87142026-05-15T23:16:02.285Ztest route::tests::identity_replace_is_noop ... ok
87152026-05-15T23:16:02.285ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 May 15 23:16:01.082adding route 172.17.0.3/32 -> 10.0.0.255 DEBG May 15 23:16:01.081created new freemap
87162026-05-15T23:16:02.285Z DEBGMay 15 23:16:01.087 created new freemapDEBG, , 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 } }] freemap_route_ipv4
87172026-05-15T23:16:02.285Z
87182026-05-15T23:16:02.285ZMay 15 23:16:01.081unitMay 15 23:16:01.087 :DEBG freemap_route_ipv4created new freemapMay 15 23:16:01.087DEBG
87192026-05-15T23:16:02.285Z INFO, created new freemapunit, :unit adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4May 15 23:16:01.087
87202026-05-15T23:16:02.285Z
87212026-05-15T23:16:02.285Z DEBG: May 15 23:16:01.087freemap_route_ipv6created new freemap
87222026-05-15T23:16:02.285Z , May 15 23:16:01.087DEBG unit :DEBGMay 15 23:16:01.087 created new freemap , freemap_route_ipv6INFO
87232026-05-15T23:16:02.285Zunitreplacing 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 } }]:
87242026-05-15T23:16:02.285Z adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6May 15 23:16:01.087
87252026-05-15T23:16:02.285Z INFO
87262026-05-15T23:16:02.285Zadding route 172.16.0.0/32 -> 10.0.0.1May 15 23:16:01.087
87272026-05-15T23:16:02.285ZMay 15 23:16:01.087 INFOMay 15 23:16:01.087 May 15 23:16:01.087INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
87282026-05-15T23:16:02.285Zadding route 172.17.0.5/32 -> 10.0.0.255 initted freemap. size: 64DEBG,
87292026-05-15T23:16:02.285ZMay 15 23:16:01.087initted freemap. size: 64unit:, unitMay 15 23:16:01.087freemap_route_ipv6:DEBG freemap_route_ipv4
87302026-05-15T23:16:02.285Z initted freemap. size: 64
87312026-05-15T23:16:02.285Z, DEBGunit :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 } }]May 15 23:16:01.087 May 15 23:16:01.087freemap_route_ipv4
87322026-05-15T23:16:02.285Z
87332026-05-15T23:16:02.285Z DEBGDEBG reset freemap reset freemap, , unitunitMay 15 23:16:01.087:: DEBGfreemap_route_ipv6freemap_route_ipv4
87342026-05-15T23:16:02.285Z
87352026-05-15T23:16:02.285Zreset freemapMay 15 23:16:01.087 , INFOunit May 15 23:16:01.087:adding route 172.17.0.6/32 -> 10.0.0.255
87362026-05-15T23:16:02.285Z May 15 23:16:01.087freemap_route_ipv4DEBG
87372026-05-15T23:16:02.285Z 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 } }]
87382026-05-15T23:16:02.285Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]May 15 23:16:01.087May 15 23:16:01.087 DEBGDEBG
87392026-05-15T23:16:02.285Z May 15 23:16:01.087 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.16.0.0/32 with: [NextHop { asic_port_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
87402026-05-15T23:16:02.285Z
87412026-05-15T23:16:02.285Zadding route 3fff:dead::/64 -> 2001:db8::55:2
87422026-05-15T23:16:02.285ZMay 15 23:16:01.087May 15 23:16:01.087May 15 23:16:01.087 INFOINFO May 15 23:16:01.080adding route 172.16.0.0/32 -> 10.0.0.2INFO
87432026-05-15T23:16:02.285Z adding route 172.16.0.0/32 -> 10.0.0.2
87442026-05-15T23:16:02.285ZDEBGadding route 172.17.0.7/32 -> 10.0.0.255
87452026-05-15T23:16:02.286Zreplacing 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 } }]May 15 23:16:01.087May 15 23:16:01.087 DEBG
87462026-05-15T23:16:02.286ZMay 15 23:16:01.087 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]May 15 23:16:01.087 DEBG
87472026-05-15T23:16:02.286Z DEBGMay 15 23:16:01.087 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]May 15 23:16:01.087
87482026-05-15T23:16:02.291Z DEBG
87492026-05-15T23:16:02.291Z adding route 172.17.0.4/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.3, vlan_id: None } }]
87502026-05-15T23:16:02.291Z
87512026-05-15T23:16:02.291Z
87522026-05-15T23:16:02.291ZMay 15 23:16:01.087May 15 23:16:01.087 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 3fff:dead::/64 -> 2001:db8::55:3May 15 23:16:01.087
87532026-05-15T23:16:02.291Z May 15 23:16:01.087
87542026-05-15T23:16:02.291Z
87552026-05-15T23:16:02.291Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.8/32 -> 10.0.0.255May 15 23:16:01.087
87562026-05-15T23:16:02.291Z
87572026-05-15T23:16:02.291ZINFO May 15 23:16:01.087adding route 172.17.0.5/32 -> 10.0.0.255
87582026-05-15T23:16:02.291ZMay 15 23:16:01.087DEBGMay 15 23:16:01.087 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGDEBG
87592026-05-15T23:16:02.291Z May 15 23:16:01.087replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
87602026-05-15T23:16:02.291ZDEBGreplacing 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 } }]
87612026-05-15T23:16:02.291ZMay 15 23:16:01.087replacing 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 } }]
87622026-05-15T23:16:02.291Z INFO May 15 23:16:01.087adding route 3fff:dead::/64 -> 2001:db8::55:4 May 15 23:16:01.087INFO
87632026-05-15T23:16:02.291Zadding route 172.16.0.0/32 -> 10.0.0.4INFO
87642026-05-15T23:16:02.291ZMay 15 23:16:01.087 adding route 172.17.0.6/32 -> 10.0.0.255 INFO
87652026-05-15T23:16:02.291Z adding route 172.17.0.9/32 -> 10.0.0.255May 15 23:16:01.087
87662026-05-15T23:16:02.291Z DEBGMay 15 23:16:01.087May 15 23:16:01.087 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGDEBG
87672026-05-15T23:16:02.291Z May 15 23:16:01.087 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
87682026-05-15T23:16:02.291Z
87692026-05-15T23:16:02.291ZDEBG May 15 23:16:01.087 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 } }]DEBGMay 15 23:16:01.087
87702026-05-15T23:16:02.291Z 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 } }]
87712026-05-15T23:16:02.291Zadding route 172.17.0.7/32 -> 10.0.0.255May 15 23:16:01.087May 15 23:16:01.087
87722026-05-15T23:16:02.291Z 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
87732026-05-15T23:16:02.291ZMay 15 23:16:01.087
87742026-05-15T23:16:02.292Z 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 } }]
87752026-05-15T23:16:02.292ZMay 15 23:16:01.087 INFOMay 15 23:16:01.087 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
87762026-05-15T23:16:02.292Z 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 } }]
87772026-05-15T23:16:02.292ZMay 15 23:16:01.087 DEBGMay 15 23:16:01.087 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
87782026-05-15T23:16:02.292Z adding route 172.17.0.11/32 -> 10.0.0.255
87792026-05-15T23:16:02.292Z May 15 23:16:01.087replacing 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 } }]May 15 23:16:01.087
87802026-05-15T23:16:02.292Z DEBG 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 } }]
87812026-05-15T23:16:02.292Zadding route 172.17.0.9/32 -> 10.0.0.255
87822026-05-15T23:16:02.292ZMay 15 23:16:01.087 INFO adding route 172.17.0.14/32 -> 10.0.0.255May 15 23:16:01.087May 15 23:16:01.087
87832026-05-15T23:16:02.292Z INFODEBG adding route 172.17.0.12/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 } }]
87842026-05-15T23:16:02.292Z
87852026-05-15T23:16:02.292ZMay 15 23:16:01.087 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 } }]May 15 23:16:01.087
87862026-05-15T23:16:02.292Z May 15 23:16:01.087DEBG INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:16:01.087 adding route 172.17.0.10/32 -> 10.0.0.255INFO
87872026-05-15T23:16:02.292Z
87882026-05-15T23:16:02.292Zadding route 172.17.0.15/32 -> 10.0.0.255
87892026-05-15T23:16:02.292ZMay 15 23:16:01.087May 15 23:16:01.087 DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
87902026-05-15T23:16:02.292ZMay 15 23:16:01.087adding route 172.17.0.13/32 -> 10.0.0.255
87912026-05-15T23:16:02.292ZDEBG May 15 23:16:01.087replacing 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 } }]
87922026-05-15T23:16:02.292ZINFO May 15 23:16:01.087adding route 172.17.0.11/32 -> 10.0.0.255 May 15 23:16:01.087
87932026-05-15T23:16:02.292ZDEBG INFO 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.16/32 -> 10.0.0.255
87942026-05-15T23:16:02.292ZMay 15 23:16:01.087
87952026-05-15T23:16:02.292Z 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 } }]May 15 23:16:01.087
87962026-05-15T23:16:02.292ZMay 15 23:16:01.087 DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
87972026-05-15T23:16:02.292ZMay 15 23:16:01.087adding route 172.17.0.14/32 -> 10.0.0.255
87982026-05-15T23:16:02.292ZINFO adding route 172.17.0.12/32 -> 10.0.0.255May 15 23:16:01.087
87992026-05-15T23:16:02.292Z INFO May 15 23:16:01.087adding route 172.17.0.17/32 -> 10.0.0.255
88002026-05-15T23:16:02.292ZMay 15 23:16:01.087DEBG 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 } }]May 15 23:16:01.087 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
88012026-05-15T23:16:02.292Z
88022026-05-15T23:16:02.292Zreplacing 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 } }]
88032026-05-15T23:16:02.292ZMay 15 23:16:01.087 May 15 23:16:01.087May 15 23:16:01.087 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
88042026-05-15T23:16:02.292Z
88052026-05-15T23:16:02.292Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
88062026-05-15T23:16:02.292ZMay 15 23:16:01.087 May 15 23:16:01.087DEBG 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 } }]
88072026-05-15T23:16:02.292Zreplacing 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 } }]May 15 23:16:01.087
88082026-05-15T23:16:02.292Z DEBG May 15 23:16:01.087replacing 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 } }]
88092026-05-15T23:16:02.292ZINFOMay 15 23:16:01.087 adding route 172.17.0.19/32 -> 10.0.0.255INFO
88102026-05-15T23:16:02.292Z May 15 23:16:01.087adding route 172.17.0.14/32 -> 10.0.0.255
88112026-05-15T23:16:02.292ZINFO May 15 23:16:01.087adding route 172.17.0.16/32 -> 10.0.0.255
88122026-05-15T23:16:02.292ZDEBG May 15 23:16:01.087 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 } }]May 15 23:16:01.087
88132026-05-15T23:16:02.293Z DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
88142026-05-15T23:16:02.293ZMay 15 23:16:01.087
88152026-05-15T23:16:02.293Z INFO adding route 172.17.0.20/32 -> 10.0.0.255
88162026-05-15T23:16:02.293ZMay 15 23:16:01.087 May 15 23:16:01.087INFOMay 15 23:16:01.087 INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88172026-05-15T23:16:02.293ZMay 15 23:16:01.088May 15 23:16:01.093 INFO
88182026-05-15T23:16:02.293Zadding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255
88192026-05-15T23:16:02.293Z DEBG May 15 23:16:01.093 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 } }]
88202026-05-15T23:16:02.293ZMay 15 23:16:01.088May 15 23:16:01.093 DEBGDEBG created new freemapreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap,
88212026-05-15T23:16:02.293Zunit, May 15 23:16:01.093: unitMay 15 23:16:01.093 :INFO freemap_route_ipv4adding route 172.17.0.16/32 -> 10.0.0.255
88222026-05-15T23:16:02.293Z
88232026-05-15T23:16:02.293ZINFOfreemap_route_ipv4
88242026-05-15T23:16:02.293Zadding route 172.17.0.18/32 -> 10.0.0.255May 15 23:16:01.093 DEBG
88252026-05-15T23:16:02.293Zreplacing 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 } }]
88262026-05-15T23:16:02.293ZMay 15 23:16:01.094 INFO adding route 172.17.0.17/32 -> 10.0.0.255
88272026-05-15T23:16:02.293ZMay 15 23:16:01.094 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 } }]May 15 23:16:01.094
88282026-05-15T23:16:02.293Z 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 } }]
88292026-05-15T23:16:02.293ZMay 15 23:16:01.094 INFO May 15 23:16:01.094adding route 172.17.0.19/32 -> 10.0.0.255
88302026-05-15T23:16:02.293ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
88312026-05-15T23:16:02.293ZMay 15 23:16:01.094 DEBG May 15 23:16:01.094replacing 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 } }]
88322026-05-15T23:16:02.293ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88332026-05-15T23:16:02.293ZMay 15 23:16:01.094 INFO May 15 23:16:01.094adding route 172.17.0.20/32 -> 10.0.0.255
88342026-05-15T23:16:02.293ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
88352026-05-15T23:16:02.293ZMay 15 23:16:01.094 DEBGMay 15 23:16:01.094 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
88362026-05-15T23:16:02.293Z 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 } }]
88372026-05-15T23:16:02.293ZMay 15 23:16:01.094 INFOMay 15 23:16:01.094
88382026-05-15T23:16:02.293Z adding route 172.17.0.21/32 -> 10.0.0.255May 15 23:16:01.088
88392026-05-15T23:16:02.293ZINFO adding route 172.17.0.20/32 -> 10.0.0.255DEBG
88402026-05-15T23:16:02.293Z May 15 23:16:01.094created new freemap May 15 23:16:01.094 DEBG, DEBGunit :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 } }]May 15 23:16:01.094
88412026-05-15T23:16:02.293Z freemap_route_ipv4replacing 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
88422026-05-15T23:16:02.293Z
88432026-05-15T23:16:02.293Zreplacing 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 } }]May 15 23:16:01.094
88442026-05-15T23:16:02.293Z May 15 23:16:01.094May 15 23:16:01.094 May 15 23:16:01.094INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255
88452026-05-15T23:16:02.293ZINFOINFO created new freemap , adding route 172.17.0.21/32 -> 10.0.0.255unitadding route 172.17.0.22/32 -> 10.0.0.255:
88462026-05-15T23:16:02.293Z
88472026-05-15T23:16:02.293ZMay 15 23:16:01.094 freemap_route_ipv6DEBG
88482026-05-15T23:16:02.297Zreplacing 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 } }]May 15 23:16:01.094
88492026-05-15T23:16:02.298ZMay 15 23:16:01.094 DEBG DEBGMay 15 23:16:01.094replacing 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
88502026-05-15T23:16:02.298Z May 15 23:16:01.094adding route 172.17.0.23/32 -> 10.0.0.255
88512026-05-15T23:16:02.298ZINFOreplacing 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 } }]
88522026-05-15T23:16:02.298ZMay 15 23:16:01.094adding route 3fff:dead::/64 -> 2001:db8::55:1May 15 23:16:01.094
88532026-05-15T23:16:02.298Z INFO DEBGMay 15 23:16:01.094 adding route 172.17.0.23/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 } }]
88542026-05-15T23:16:02.298Z
88552026-05-15T23:16:02.298ZMay 15 23:16:01.094 INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255May 15 23:16:01.094
88562026-05-15T23:16:02.298Z May 15 23:16:01.094 DEBGinitted freemap. size: 64 , INFOunitreplacing 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 } }]:
88572026-05-15T23:16:02.298Z freemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255
88582026-05-15T23:16:02.298Z
88592026-05-15T23:16:02.298ZMay 15 23:16:01.094 May 15 23:16:01.094May 15 23:16:01.094DEBG DEBGINFO adding route 172.17.0.24/32 -> 10.0.0.255reset freemap
88602026-05-15T23:16:02.298Zreplacing 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 } }]May 15 23:16:01.094
88612026-05-15T23:16:02.298Z , DEBGunit :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 } }] freemap_route_ipv6
88622026-05-15T23:16:02.298Z
88632026-05-15T23:16:02.298ZMay 15 23:16:01.094May 15 23:16:01.094 May 15 23:16:01.094INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 DEBGMay 15 23:16:01.094
88642026-05-15T23:16:02.298Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]
88652026-05-15T23:16:02.298ZINFO
88662026-05-15T23:16:02.298Z May 15 23:16:01.094adding route 172.17.0.23/32 -> 10.0.0.255
88672026-05-15T23:16:02.298ZDEBGMay 15 23:16:01.094May 15 23:16:01.094 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
88682026-05-15T23:16:02.298Z INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
88692026-05-15T23:16:02.298Z
88702026-05-15T23:16:02.298ZMay 15 23:16:01.094May 15 23:16:01.094 INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 May 15 23:16:01.094replacing 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 } }]
88712026-05-15T23:16:02.298Z
88722026-05-15T23:16:02.298Z May 15 23:16:01.094DEBG DEBGMay 15 23:16:01.094 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
88732026-05-15T23:16:02.298Z
88742026-05-15T23:16:02.298Z 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 } }]May 15 23:16:01.094
88752026-05-15T23:16:02.298Z INFOMay 15 23:16:01.094 adding route 172.17.0.24/32 -> 10.0.0.255INFO
88762026-05-15T23:16:02.298ZMay 15 23:16:01.094 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
88772026-05-15T23:16:02.298Z May 15 23:16:01.094adding route 172.17.0.27/32 -> 10.0.0.255 INFO
88782026-05-15T23:16:02.298Z adding route 172.17.0.26/32 -> 10.0.0.255May 15 23:16:01.094
88792026-05-15T23:16:02.298Z DEBGMay 15 23:16:01.094May 15 23:16:01.094 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88802026-05-15T23:16:02.298Z 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
88812026-05-15T23:16:02.298Z May 15 23:16:01.094May 15 23:16:01.094replacing 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 } }] INFODEBG
88822026-05-15T23:16:02.298Z May 15 23:16:01.094adding route 3fff:dead::/64 -> 2001:db8::55:4
88832026-05-15T23:16:02.298ZINFOreplacing 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 } }]
88842026-05-15T23:16:02.298Zadding route 172.17.0.28/32 -> 10.0.0.255May 15 23:16:01.094
88852026-05-15T23:16:02.298Z INFOMay 15 23:16:01.094 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
88862026-05-15T23:16:02.298Z May 15 23:16:01.094May 15 23:16:01.094replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] May 15 23:16:01.094
88872026-05-15T23:16:02.299Z INFODEBG 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 } }] DEBGadding route 172.17.0.27/32 -> 10.0.0.255 May 15 23:16:01.094
88882026-05-15T23:16:02.299Z
88892026-05-15T23:16:02.299Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
88902026-05-15T23:16:02.299Z replacing targets for 3fff:dead::/64 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 } }]May 15 23:16:01.094
88912026-05-15T23:16:02.299Z INFOMay 15 23:16:01.094 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
88922026-05-15T23:16:02.299Z May 15 23:16:01.094replacing 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 } }]
88932026-05-15T23:16:02.299ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
88942026-05-15T23:16:02.299ZMay 15 23:16:01.094May 15 23:16:01.093May 15 23:16:01.094May 15 23:16:01.094 INFODEBG 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 } }] adding route 172.17.0.28/32 -> 10.0.0.255
88952026-05-15T23:16:02.299Z
88962026-05-15T23:16:02.299Zcreated new freemap , DEBGunitMay 15 23:16:01.094 May 15 23:16:01.094: 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 DEBGadding route 172.17.0.30/32 -> 10.0.0.255
88972026-05-15T23:16:02.299Z
88982026-05-15T23:16:02.299Zreplacing 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 } }]freemap_route_ipv6
88992026-05-15T23:16:02.299Z
89002026-05-15T23:16:02.299ZMay 15 23:16:01.094May 15 23:16:01.094 DEBGINFO adding route 172.17.0.27/32 -> 10.0.0.255May 15 23:16:01.094
89012026-05-15T23:16:02.299Z 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 May 15 23:16:01.094
89022026-05-15T23:16:02.299Z May 15 23:16:01.094INFO adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 172.17.0.29/32 -> 10.0.0.255
89032026-05-15T23:16:02.299ZMay 15 23:16:01.094
89042026-05-15T23:16:02.299ZINFOreplacing 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 } }]May 15 23:16:01.094
89052026-05-15T23:16:02.299Z DEBGMay 15 23:16:01.094 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
89062026-05-15T23:16:02.299Ztest route::tests::shrink_preserves_compacted_order ... ok
89072026-05-15T23:16:02.299Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
89082026-05-15T23:16:02.299Zinitted freemap. size: 64 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 } }],
89092026-05-15T23:16:02.299ZunitMay 15 23:16:01.094May 15 23:16:01.094: DEBG freemap_route_ipv4
89102026-05-15T23:16:02.299Zreplacing 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
89112026-05-15T23:16:02.299Z adding route 172.17.0.28/32 -> 10.0.0.255May 15 23:16:01.094May 15 23:16:01.094
89122026-05-15T23:16:02.299Z DEBGINFO reset freemapadding route 172.17.0.30/32 -> 10.0.0.255, May 15 23:16:01.094unitMay 15 23:16:01.094
89132026-05-15T23:16:02.299Z:May 15 23:16:01.081 INFO freemap_route_ipv4 May 15 23:16:01.094INFOadding route 172.17.0.32/32 -> 10.0.0.255 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
89142026-05-15T23:16:02.299ZDEBG
89152026-05-15T23:16:02.299Z
89162026-05-15T23:16:02.299Zreplacing 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 } }]
89172026-05-15T23:16:02.299Zreplacing 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 } }]May 15 23:16:01.094
89182026-05-15T23:16:02.299Z May 15 23:16:01.094DEBG DEBG May 15 23:16:01.094 May 15 23:16:01.094replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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
89192026-05-15T23:16:02.299Z
89202026-05-15T23:16:02.299Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
89212026-05-15T23:16:02.299ZMay 15 23:16:01.094May 15 23:16:01.094INFOMay 15 23:16:01.094 INFOMay 15 23:16:01.094 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
89222026-05-15T23:16:02.299ZINFO
89232026-05-15T23:16:02.299Z adding route 172.16.0.0/32 -> 10.0.0.2
89242026-05-15T23:16:02.299Z
89252026-05-15T23:16:02.299Zadding route 172.17.0.31/32 -> 10.0.0.255May 15 23:16:01.094
89262026-05-15T23:16:02.299ZMay 15 23:16:01.094 DEBGDEBGMay 15 23:16:01.094 May 15 23:16:01.094replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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
89272026-05-15T23:16:02.300Z
89282026-05-15T23:16:02.300Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:16:01.094May 15 23:16:01.094May 15 23:16:01.094
89292026-05-15T23:16:02.300ZINFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.34/32 -> 10.0.0.255
89302026-05-15T23:16:02.300Z
89312026-05-15T23:16:02.300ZMay 15 23:16:01.094
89322026-05-15T23:16:02.300Z INFO DEBGMay 15 23:16:01.094 adding route 172.16.0.0/32 -> 10.0.0.3May 15 23:16:01.094
89332026-05-15T23:16:02.300ZDEBG DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
89342026-05-15T23:16:02.300ZMay 15 23:16:01.095 May 15 23:16:01.094DEBG May 15 23:16:01.100 created new freemapINFO, DEBG adding route 172.17.0.35/32 -> 10.0.0.255unit
89352026-05-15T23:16:02.300Z:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89362026-05-15T23:16:02.300Zfreemap_route_ipv4
89372026-05-15T23:16:02.300ZMay 15 23:16:01.100 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 } }]May 15 23:16:01.100
89382026-05-15T23:16:02.300Z DEBGMay 15 23:16:01.100 INFOcreated new freemap , adding route 172.16.0.0/32 -> 10.0.0.4May 15 23:16:01.100May 15 23:16:01.100unit :
89392026-05-15T23:16:02.300Z DEBGfreemap_route_ipv6
89402026-05-15T23:16:02.300ZINFO adding route 172.17.0.36/32 -> 10.0.0.255created new freemap
89412026-05-15T23:16:02.300Z, May 15 23:16:01.100unitMay 15 23:16:01.100: May 15 23:16:01.100INFODEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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
89422026-05-15T23:16:02.300Z
89432026-05-15T23:16:02.300Z
89442026-05-15T23:16:02.300ZDEBGMay 15 23:16:01.100 May 15 23:16:01.100 May 15 23:16:01.100DEBG DEBG initted freemap. size: 64replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO, replacing targets for 172.16.0.0/32 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 } }]
89452026-05-15T23:16:02.300Zunit
89462026-05-15T23:16:02.300Z: adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4
89472026-05-15T23:16:02.300Z
89482026-05-15T23:16:02.304ZMay 15 23:16:01.100 INFO
89492026-05-15T23:16:02.304Zadding route 172.17.0.37/32 -> 10.0.0.255May 15 23:16:01.100
89502026-05-15T23:16:02.304ZMay 15 23:16:01.100 DEBG DEBG initted freemap. size: 64reset freemapMay 15 23:16:01.100, unitDEBG:, unitfreemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89512026-05-15T23:16:02.304Z
89522026-05-15T23:16:02.304Z: May 15 23:16:01.100freemap_route_ipv4 May 15 23:16:01.100
89532026-05-15T23:16:02.304Z May 15 23:16:01.100INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
89542026-05-15T23:16:02.304Z
89552026-05-15T23:16:02.304ZMay 15 23:16:01.100adding route 172.17.0.38/32 -> 10.0.0.255
89562026-05-15T23:16:02.304ZDEBGMay 15 23:16:01.100 May 15 23:16:01.100 DEBGreset freemap May 15 23:16:01.100INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
89572026-05-15T23:16:02.304Zreplacing 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 } }]
89582026-05-15T23:16:02.304Z,
89592026-05-15T23:16:02.304Zunit:May 15 23:16:01.100 May 15 23:16:01.100DEBGMay 15 23:16:01.100freemap_route_ipv4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89602026-05-15T23:16:02.304ZINFO INFOadding route 172.17.0.39/32 -> 10.0.0.255
89612026-05-15T23:16:02.304Z
89622026-05-15T23:16:02.304ZMay 15 23:16:01.100 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
89632026-05-15T23:16:02.304Z adding route 172.16.0.0/32 -> 10.0.0.3May 15 23:16:01.100
89642026-05-15T23:16:02.304ZDEBGMay 15 23:16:01.100 May 15 23:16:01.100replacing 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 } }] May 15 23:16:01.100 DEBG
89652026-05-15T23:16:02.304ZDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 } }]
89662026-05-15T23:16:02.305Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
89672026-05-15T23:16:02.305Z
89682026-05-15T23:16:02.305ZMay 15 23:16:01.100 INFOMay 15 23:16:01.100 adding route 172.17.0.40/32 -> 10.0.0.255INFO
89692026-05-15T23:16:02.305ZMay 15 23:16:01.100May 15 23:16:01.100 adding route 172.16.0.0/32 -> 10.0.0.4
89702026-05-15T23:16:02.305Z INFOMay 15 23:16:01.100INFO DEBGMay 15 23:16:01.100 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 3fff:beef:e::/64 -> 2001:db8::55:ff
89712026-05-15T23:16:02.305ZDEBG
89722026-05-15T23:16:02.305Zadding route 172.16.0.0/32 -> 10.0.0.2
89732026-05-15T23:16:02.305Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]May 15 23:16:01.100
89742026-05-15T23:16:02.305Z INFOMay 15 23:16:01.100 adding route 172.17.0.41/32 -> 10.0.0.255May 15 23:16:01.100
89752026-05-15T23:16:02.305Z DEBGMay 15 23:16:01.100 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] May 15 23:16:01.100DEBG
89762026-05-15T23:16:02.305Zreplacing 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 } }]
89772026-05-15T23:16:02.305Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
89782026-05-15T23:16:02.305Z 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 } }]May 15 23:16:01.100
89792026-05-15T23:16:02.305ZINFO May 15 23:16:01.100adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
89802026-05-15T23:16:02.305ZINFOMay 15 23:16:01.100 adding route 172.16.0.0/32 -> 10.0.0.3INFO
89812026-05-15T23:16:02.305Z adding route 172.17.0.42/32 -> 10.0.0.255May 15 23:16:01.100
89822026-05-15T23:16:02.305ZDEBGMay 15 23:16:01.100 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89832026-05-15T23:16:02.305Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89842026-05-15T23:16:02.305ZMay 15 23:16:01.100May 15 23:16:01.100May 15 23:16:01.100 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
89852026-05-15T23:16:02.305Z adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
89862026-05-15T23:16:02.305Z
89872026-05-15T23:16:02.305ZMay 15 23:16:01.100 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 } }]May 15 23:16:01.100
89882026-05-15T23:16:02.305ZMay 15 23:16:01.100 INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255
89892026-05-15T23:16:02.305ZMay 15 23:16:01.100replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89902026-05-15T23:16:02.305ZINFO May 15 23:16:01.100adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
89912026-05-15T23:16:02.305ZDEBG May 15 23:16:01.094replacing 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 } }]May 15 23:16:01.100
89922026-05-15T23:16:02.305Z INFOINFO May 15 23:16:01.100 May 15 23:16:01.100 adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255INFO
89932026-05-15T23:16:02.305ZDEBG
89942026-05-15T23:16:02.305Zreplacing 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 172.17.0.44/32 -> 10.0.0.255
89952026-05-15T23:16:02.305Z
89962026-05-15T23:16:02.305ZMay 15 23:16:01.100 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 } }]May 15 23:16:01.100
89972026-05-15T23:16:02.305Z May 15 23:16:01.100INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffMay 15 23:16:01.100
89982026-05-15T23:16:02.305ZMay 15 23:16:01.100 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 } }]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
89992026-05-15T23:16:02.305Z
90002026-05-15T23:16:02.305Z adding route 172.17.0.1/32 -> 10.0.0.255
90012026-05-15T23:16:02.305ZMay 15 23:16:01.100May 15 23:16:01.100 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 } }]DEBGMay 15 23:16:01.100 INFOMay 15 23:16:01.100replacing 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 } }]
90022026-05-15T23:16:02.305ZINFO
90032026-05-15T23:16:02.305Zadding route 172.17.0.31/32 -> 10.0.0.255
90042026-05-15T23:16:02.305Zadding route 172.17.0.45/32 -> 10.0.0.255
90052026-05-15T23:16:02.306Z 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 } }]May 15 23:16:01.100
90062026-05-15T23:16:02.306ZMay 15 23:16:01.100May 15 23:16:01.100May 15 23:16:01.100 DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90072026-05-15T23:16:02.306Z
90082026-05-15T23:16:02.306Z INFOMay 15 23:16:01.100
90092026-05-15T23:16:02.306ZINFOadding route 172.17.0.32/32 -> 10.0.0.255May 15 23:16:01.100 May 15 23:16:01.100 INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
90102026-05-15T23:16:02.306Ztest route::tests::delete_targets_fragmented ... ok
90112026-05-15T23:16:02.306Z
90122026-05-15T23:16:02.306Z
90132026-05-15T23:16:02.306ZMay 15 23:16:01.100
90142026-05-15T23:16:02.306Z May 15 23:16:01.100DEBG May 15 23:16:01.100DEBG 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: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 } }]
90152026-05-15T23:16:02.306ZDEBG
90162026-05-15T23:16:02.306ZMay 15 23:16:01.100May 15 23:16:01.100May 15 23:16:01.100replacing 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 } }]
90172026-05-15T23:16:02.306Z INFO May 15 23:16:01.100adding route 172.17.0.47/32 -> 10.0.0.255DEBGMay 15 23:16:01.100
90182026-05-15T23:16:02.306Zreplacing 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 } }] INFOINFO
90192026-05-15T23:16:02.306Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.33/32 -> 10.0.0.255
90202026-05-15T23:16:02.306Z
90212026-05-15T23:16:02.306Z DEBG May 15 23:16:01.100replacing 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 } }] May 15 23:16:01.100DEBGMay 15 23:16:01.100 May 15 23:16:01.100
90222026-05-15T23:16:02.306ZDEBG 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 } }]INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90232026-05-15T23:16:02.306Z
90242026-05-15T23:16:02.306Z adding route 172.17.0.33/32 -> 10.0.0.255
90252026-05-15T23:16:02.306ZDEBG May 15 23:16:01.100May 15 23:16:01.100 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90262026-05-15T23:16:02.306ZINFOMay 15 23:16:01.100 adding route 172.17.0.34/32 -> 10.0.0.255
90272026-05-15T23:16:02.306ZMay 15 23:16:01.100INFOadding route 172.17.0.3/32 -> 10.0.0.255
90282026-05-15T23:16:02.306Zadding route 172.17.0.48/32 -> 10.0.0.255DEBG
90292026-05-15T23:16:02.306Z May 15 23:16:01.100replacing 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 } }]May 15 23:16:01.100 INFODEBG
90302026-05-15T23:16:02.306Z May 15 23:16:01.100replacing 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 } }]May 15 23:16:01.100 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
90312026-05-15T23:16:02.306Z DEBG
90322026-05-15T23:16:02.306Z 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
90332026-05-15T23:16:02.306ZMay 15 23:16:01.100May 15 23:16:01.100 May 15 23:16:01.100 INFODEBG INFO adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 } }]
90342026-05-15T23:16:02.306Zreplacing 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 } }]
90352026-05-15T23:16:02.306Z adding route 172.17.0.34/32 -> 10.0.0.255
90362026-05-15T23:16:02.306Z
90372026-05-15T23:16:02.306ZMay 15 23:16:01.100 INFOMay 15 23:16:01.107May 15 23:16:01.107 adding route 172.17.0.49/32 -> 10.0.0.255May 15 23:16:01.107INFO
90382026-05-15T23:16:02.306ZDEBGMay 15 23:16:01.107 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90392026-05-15T23:16:02.306Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90402026-05-15T23:16:02.306Z May 15 23:16:01.107May 15 23:16:01.107 May 15 23:16:01.107DEBGINFO adding route 172.17.0.36/32 -> 10.0.0.255DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.4/32 -> 10.0.0.255
90412026-05-15T23:16:02.306Z
90422026-05-15T23:16:02.306Z
90432026-05-15T23:16:02.306Zreplacing 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 } }]May 15 23:16:01.107
90442026-05-15T23:16:02.307ZMay 15 23:16:01.107 DEBG May 15 23:16:01.107replacing 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 } }]May 15 23:16:01.107INFO
90452026-05-15T23:16:02.307Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
90462026-05-15T23:16:02.307ZDEBGMay 15 23:16:01.107 adding route 172.17.0.50/32 -> 10.0.0.255INFO
90472026-05-15T23:16:02.307Z 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 } }]May 15 23:16:01.107
90482026-05-15T23:16:02.310Zadding route 172.17.0.37/32 -> 10.0.0.255
90492026-05-15T23:16:02.311ZDEBGMay 15 23:16:01.107 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90502026-05-15T23:16:02.311ZMay 15 23:16:01.107 May 15 23:16:01.107replacing 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 } }]
90512026-05-15T23:16:02.311ZDEBG 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 } }]INFOMay 15 23:16:01.107May 15 23:16:01.107
90522026-05-15T23:16:02.311ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
90532026-05-15T23:16:02.311ZINFOMay 15 23:16:01.107 adding route 172.17.0.5/32 -> 10.0.0.255 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90542026-05-15T23:16:02.311ZMay 15 23:16:01.107INFO
90552026-05-15T23:16:02.311Z adding route 172.17.0.38/32 -> 10.0.0.255DEBG
90562026-05-15T23:16:02.311Z 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 } }]May 15 23:16:01.107
90572026-05-15T23:16:02.311ZMay 15 23:16:01.107 DEBGMay 15 23:16:01.107 May 15 23:16:01.107replacing 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 } }]
90582026-05-15T23:16:02.311Z DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90592026-05-15T23:16:02.311Z 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 } }]May 15 23:16:01.107adding route 172.17.0.52/32 -> 10.0.0.255 May 15 23:16:01.107
90602026-05-15T23:16:02.311Z
90612026-05-15T23:16:02.311ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
90622026-05-15T23:16:02.311Z May 15 23:16:01.107adding route 172.17.0.39/32 -> 10.0.0.255 May 15 23:16:01.107
90632026-05-15T23:16:02.311Z 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 } }]May 15 23:16:01.107
90642026-05-15T23:16:02.311Z INFOMay 15 23:16:01.107 adding route 172.17.0.6/32 -> 10.0.0.255DEBG DEBG
90652026-05-15T23:16:02.311Z May 15 23:16:01.107replacing 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 } }]
90662026-05-15T23:16:02.311Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90672026-05-15T23:16:02.311Z May 15 23:16:01.107adding route 172.17.0.53/32 -> 10.0.0.255 May 15 23:16:01.107
90682026-05-15T23:16:02.311ZMay 15 23:16:01.107DEBG INFO INFOMay 15 23:16:01.107 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.40/32 -> 10.0.0.255
90692026-05-15T23:16:02.311Z
90702026-05-15T23:16:02.311Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90712026-05-15T23:16:02.311Z
90722026-05-15T23:16:02.311ZMay 15 23:16:01.107May 15 23:16:01.107 DEBGMay 15 23:16:01.107May 15 23:16:01.107 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 } }]INFODEBG
90732026-05-15T23:16:02.311Z 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 } }] INFOadding route 172.17.0.54/32 -> 10.0.0.255
90742026-05-15T23:16:02.311ZMay 15 23:16:01.107
90752026-05-15T23:16:02.311Z INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
90762026-05-15T23:16:02.311Z
90772026-05-15T23:16:02.311ZMay 15 23:16:01.107May 15 23:16:01.107 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGMay 15 23:16:01.107
90782026-05-15T23:16:02.311ZMay 15 23:16:01.107 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
90792026-05-15T23:16:02.311ZDEBG 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.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 } }]May 15 23:16:01.107
90802026-05-15T23:16:02.311Z
90812026-05-15T23:16:02.311Z May 15 23:16:01.107DEBG 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 May 15 23:16:01.107adding route 172.17.0.55/32 -> 10.0.0.255
90822026-05-15T23:16:02.311ZINFO
90832026-05-15T23:16:02.311Z May 15 23:16:01.107adding route 172.17.0.42/32 -> 10.0.0.255
90842026-05-15T23:16:02.311ZINFOMay 15 23:16:01.107May 15 23:16:01.107 INFODEBG May 15 23:16:01.107replacing 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 3fff:beef:1c::/64 -> 2001:db8::55:ff
90852026-05-15T23:16:02.311ZDEBG
90862026-05-15T23:16:02.311Z 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 } }]
90872026-05-15T23:16:02.311Z adding route 172.17.0.8/32 -> 10.0.0.255May 15 23:16:01.107May 15 23:16:01.107 INFO DEBGMay 15 23:16:01.107 adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90882026-05-15T23:16:02.312Z
90892026-05-15T23:16:02.312ZINFO
90902026-05-15T23:16:02.312Zadding route 172.17.0.43/32 -> 10.0.0.255
90912026-05-15T23:16:02.312ZMay 15 23:16:01.107 May 15 23:16:01.107INFO May 15 23:16:01.107adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG
90922026-05-15T23:16:02.312ZDEBG 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.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 } }]May 15 23:16:01.107
90932026-05-15T23:16:02.312Z
90942026-05-15T23:16:02.312ZMay 15 23:16:01.107 DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]May 15 23:16:01.107
90952026-05-15T23:16:02.312ZMay 15 23:16:01.107 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 } }]INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
90962026-05-15T23:16:02.312Z
90972026-05-15T23:16:02.312Z
90982026-05-15T23:16:02.312ZMay 15 23:16:01.107 INFOMay 15 23:16:01.107 May 15 23:16:01.107adding route 172.17.0.9/32 -> 10.0.0.255May 15 23:16:01.107 DEBG INFO
90992026-05-15T23:16:02.312Z 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.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 } }]
91002026-05-15T23:16:02.312Z
91012026-05-15T23:16:02.312Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
91022026-05-15T23:16:02.312ZMay 15 23:16:01.107May 15 23:16:01.107 DEBGMay 15 23:16:01.107INFO May 15 23:16:01.107 INFO adding route 172.17.0.45/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 } }]
91032026-05-15T23:16:02.312ZDEBG 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 } }]
91042026-05-15T23:16:02.312Z
91052026-05-15T23:16:02.312ZMay 15 23:16:01.107adding route 172.17.0.58/32 -> 10.0.0.255
91062026-05-15T23:16:02.312ZDEBG May 15 23:16:01.107replacing 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 } }]
91072026-05-15T23:16:02.312ZMay 15 23:16:01.107INFO DEBG May 15 23:16:01.107 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 } }]INFOMay 15 23:16:01.107
91082026-05-15T23:16:02.312Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
91092026-05-15T23:16:02.312Zadding route 172.17.0.10/32 -> 10.0.0.255
91102026-05-15T23:16:02.312Zadding route 172.17.0.46/32 -> 10.0.0.255
91112026-05-15T23:16:02.312Ztest route::tests::delete_targets_full ... ok
91122026-05-15T23:16:02.312ZMay 15 23:16:01.107May 15 23:16:01.107 INFO DEBGMay 15 23:16:01.107 adding route 172.17.0.59/32 -> 10.0.0.255May 15 23:16:01.107 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
91132026-05-15T23:16:02.312Z
91142026-05-15T23:16:02.312Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }]
91152026-05-15T23:16:02.312Z
91162026-05-15T23:16:02.312ZMay 15 23:16:01.107 May 15 23:16:01.107INFO DEBGDEBG May 15 23:16:01.107replacing 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
91172026-05-15T23:16:02.312Z May 15 23:16:01.107 adding route 172.17.0.47/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 } }]
91182026-05-15T23:16:02.312ZMay 15 23:16:01.107
91192026-05-15T23:16:02.312ZINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
91202026-05-15T23:16:02.312Z
91212026-05-15T23:16:02.312ZMay 15 23:16:01.107 INFO DEBGMay 15 23:16:01.107adding route 172.17.0.60/32 -> 10.0.0.255
91222026-05-15T23:16:02.312ZMay 15 23:16:01.107replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
91232026-05-15T23:16:02.312ZMay 15 23:16:01.107 May 15 23:16:01.107DEBG DEBGadding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91242026-05-15T23:16:02.312ZMay 15 23:16:01.107replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91252026-05-15T23:16:02.312Z
91262026-05-15T23:16:02.312ZINFO 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 } }]May 15 23:16:01.107
91272026-05-15T23:16:02.313Z May 15 23:16:01.107adding route 172.17.0.48/32 -> 10.0.0.255 DEBG
91282026-05-15T23:16:02.313ZDEBG May 15 23:16:01.107failed to allocate space for the new target list
91292026-05-15T23:16:02.313ZINFO May 15 23:16:01.107replacing 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 } }]
91302026-05-15T23:16:02.313ZMay 15 23:16:01.107DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }]
91312026-05-15T23:16:02.313Z
91322026-05-15T23:16:02.313ZMay 15 23:16:01.107 INFO
91332026-05-15T23:16:02.313Z May 15 23:16:01.107adding route 172.17.0.12/32 -> 10.0.0.255May 15 23:16:01.107 May 15 23:16:01.107INFO INFODEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
91342026-05-15T23:16:02.313Zadding route 172.17.0.49/32 -> 10.0.0.255
91352026-05-15T23:16:02.313Z
91362026-05-15T23:16:02.313Z
91372026-05-15T23:16:02.313ZMay 15 23:16:01.107 May 15 23:16:01.107INFOMay 15 23:16:01.107May 15 23:16:01.107 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGDEBG
91382026-05-15T23:16:02.313ZDEBG 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.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 } }]
91392026-05-15T23:16:02.313Z
91402026-05-15T23:16:02.313ZMay 15 23:16:01.107replacing 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 } }]
91412026-05-15T23:16:02.313ZDEBG 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 } }]
91422026-05-15T23:16:02.313ZMay 15 23:16:01.107May 15 23:16:01.107May 15 23:16:01.107 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255
91432026-05-15T23:16:02.313Zadding route 172.17.0.37/32 -> 10.0.0.255
91442026-05-15T23:16:02.313ZINFO adding route 172.17.0.13/32 -> 10.0.0.255May 15 23:16:01.107
91452026-05-15T23:16:02.313ZMay 15 23:16:01.107May 15 23:16:01.107 INFODEBG DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
91462026-05-15T23:16:02.313Zreplacing 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 } }]
91472026-05-15T23:16:02.313Z May 15 23:16:01.107replacing 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 } }]
91482026-05-15T23:16:02.317ZDEBGMay 15 23:16:01.107May 15 23:16:01.107 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 } }]
91492026-05-15T23:16:02.317ZINFODEBG adding route 172.17.0.51/32 -> 10.0.0.255May 15 23:16:01.107
91502026-05-15T23:16:02.317Z 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
91512026-05-15T23:16:02.317Z adding route 172.17.0.38/32 -> 10.0.0.255
91522026-05-15T23:16:02.317ZMay 15 23:16:01.108 May 15 23:16:01.108May 15 23:16:01.108 May 15 23:16:01.108DEBGINFO adding route 172.17.0.14/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 } }]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 } }]
91532026-05-15T23:16:02.317Z
91542026-05-15T23:16:02.317Z
91552026-05-15T23:16:02.317ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255INFOreplacing 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 } }]
91562026-05-15T23:16:02.317Z
91572026-05-15T23:16:02.317Zadding route 172.17.0.39/32 -> 10.0.0.255
91582026-05-15T23:16:02.317ZMay 15 23:16:01.114 May 15 23:16:01.114May 15 23:16:01.114 DEBG 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 } }]
91592026-05-15T23:16:02.317Zreplacing 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 } }]
91602026-05-15T23:16:02.317Z May 15 23:16:01.114May 15 23:16:01.114 INFOINFOINFO adding route 172.17.0.53/32 -> 10.0.0.255
91612026-05-15T23:16:02.317Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.40/32 -> 10.0.0.255
91622026-05-15T23:16:02.317Z
91632026-05-15T23:16:02.317ZMay 15 23:16:01.114 May 15 23:16:01.114DEBG May 15 23:16:01.114DEBG 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 } }]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 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 } }]
91642026-05-15T23:16:02.317Z
91652026-05-15T23:16:02.317Z
91662026-05-15T23:16:02.317ZMay 15 23:16:01.114May 15 23:16:01.114 INFOINFO May 15 23:16:01.114 adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255
91672026-05-15T23:16:02.317Z
91682026-05-15T23:16:02.317ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91692026-05-15T23:16:02.318ZMay 15 23:16:01.114 May 15 23:16:01.114DEBGMay 15 23:16:01.114 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
91702026-05-15T23:16:02.318Z 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 } }]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 } }]
91712026-05-15T23:16:02.318ZMay 15 23:16:01.114
91722026-05-15T23:16:02.318Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
91732026-05-15T23:16:02.318ZMay 15 23:16:01.114May 15 23:16:01.114 INFOMay 15 23:16:01.114INFO DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91742026-05-15T23:16:02.318Zadding route 172.17.0.42/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 } }]
91752026-05-15T23:16:02.318Z
91762026-05-15T23:16:02.318ZMay 15 23:16:01.114 May 15 23:16:01.114DEBG May 15 23:16:01.114 INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91772026-05-15T23:16:02.318Zadding route 172.17.0.56/32 -> 10.0.0.255DEBG
91782026-05-15T23:16:02.318Z 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 } }]
91792026-05-15T23:16:02.318ZMay 15 23:16:01.114 INFOMay 15 23:16:01.114May 15 23:16:01.114 DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
91802026-05-15T23:16:02.318Z 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.43/32 -> 10.0.0.255
91812026-05-15T23:16:02.318Z
91822026-05-15T23:16:02.318ZMay 15 23:16:01.114 DEBG May 15 23:16:01.114May 15 23:16:01.114 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
91832026-05-15T23:16:02.318ZINFO 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.57/32 -> 10.0.0.255
91842026-05-15T23:16:02.318Z
91852026-05-15T23:16:02.318ZMay 15 23:16:01.114 INFOMay 15 23:16:01.114 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
91862026-05-15T23:16:02.318ZMay 15 23:16:01.114 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91872026-05-15T23:16:02.318Z adding route 172.17.0.44/32 -> 10.0.0.255May 15 23:16:01.114
91882026-05-15T23:16:02.318Z DEBG May 15 23:16:01.114replacing 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 } }] May 15 23:16:01.114
91892026-05-15T23:16:02.318Z INFODEBG adding route 172.17.0.58/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 } }]
91902026-05-15T23:16:02.318Z
91912026-05-15T23:16:02.318ZMay 15 23:16:01.114 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffMay 15 23:16:01.114May 15 23:16:01.114
91922026-05-15T23:16:02.318ZINFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 May 15 23:16:01.114replacing 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 } }]
91932026-05-15T23:16:02.318Z
91942026-05-15T23:16:02.318Z 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 } }]May 15 23:16:01.114
91952026-05-15T23:16:02.318Z DEBG May 15 23:16:01.114replacing 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 } }]
91962026-05-15T23:16:02.318ZINFOMay 15 23:16:01.114 adding route 172.17.0.59/32 -> 10.0.0.255INFO
91972026-05-15T23:16:02.318Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
91982026-05-15T23:16:02.318ZMay 15 23:16:01.114 INFO adding route 172.17.0.46/32 -> 10.0.0.255May 15 23:16:01.114May 15 23:16:01.114
91992026-05-15T23:16:02.318Z 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 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 } }]
92002026-05-15T23:16:02.318Z
92012026-05-15T23:16:02.318ZMay 15 23:16:01.114 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 } }]
92022026-05-15T23:16:02.318ZMay 15 23:16:01.114May 15 23:16:01.114 INFOINFO May 15 23:16:01.114adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
92032026-05-15T23:16:02.318ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
92042026-05-15T23:16:02.318Zadding route 172.17.0.47/32 -> 10.0.0.255May 15 23:16:01.114
92052026-05-15T23:16:02.318Z 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 } }]
92062026-05-15T23:16:02.318ZMay 15 23:16:01.114 May 15 23:16:01.114DEBG May 15 23:16:01.114DEBG INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
92072026-05-15T23:16:02.318Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
92082026-05-15T23:16:02.319Z
92092026-05-15T23:16:02.319Ztest route::tests::delete_target_full ... ok
92102026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114 INFODEBGDEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing 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 } }]failed to allocate space for the new target list
92112026-05-15T23:16:02.319Z
92122026-05-15T23:16:02.319Z
92132026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114INFO DEBGDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
92142026-05-15T23:16:02.319Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92152026-05-15T23:16:02.319Z
92162026-05-15T23:16:02.319ZMay 15 23:16:01.114 May 15 23:16:01.114INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255
92172026-05-15T23:16:02.319Zreplacing 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 } }]
92182026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }]
92192026-05-15T23:16:02.319Z
92202026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92212026-05-15T23:16:02.319Z
92222026-05-15T23:16:02.319ZMay 15 23:16:01.114 May 15 23:16:01.114INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
92232026-05-15T23:16:02.319Zreplacing 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 } }]
92242026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 INFODEBG adding route 172.17.0.51/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 } }]
92252026-05-15T23:16:02.319Z
92262026-05-15T23:16:02.319ZMay 15 23:16:01.114 May 15 23:16:01.114INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
92272026-05-15T23:16:02.319Zreplacing 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 } }]
92282026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
92292026-05-15T23:16:02.319Z
92302026-05-15T23:16:02.319ZMay 15 23:16:01.114 INFODEBGMay 15 23:16:01.114 adding route 172.17.0.15/32 -> 10.0.0.255
92312026-05-15T23:16:02.319ZINFOreplacing 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 } }]
92322026-05-15T23:16:02.319Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
92332026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92342026-05-15T23:16:02.319Zreplacing 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 } }]
92352026-05-15T23:16:02.319Z
92362026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
92372026-05-15T23:16:02.319Zadding route 172.17.0.16/32 -> 10.0.0.255DEBG
92382026-05-15T23:16:02.319Zreplacing 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 } }]
92392026-05-15T23:16:02.319ZMay 15 23:16:01.114 May 15 23:16:01.114DEBG DEBGMay 15 23:16:01.114 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92402026-05-15T23:16:02.319Z
92412026-05-15T23:16:02.319ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
92422026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255
92432026-05-15T23:16:02.319Z
92442026-05-15T23:16:02.319ZMay 15 23:16:01.114 DEBGMay 15 23:16:01.114May 15 23:16:01.114 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 } }]
92452026-05-15T23:16:02.319Zreplacing 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 } }]
92462026-05-15T23:16:02.319Zreplacing 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 } }]
92472026-05-15T23:16:02.319ZMay 15 23:16:01.114May 15 23:16:01.114May 15 23:16:01.114 INFO INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255
92482026-05-15T23:16:02.323Zadding route 172.17.0.55/32 -> 10.0.0.255
92492026-05-15T23:16:02.323Z
92502026-05-15T23:16:02.323ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114DEBG DEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
92512026-05-15T23:16:02.323Z
92522026-05-15T23:16:02.323Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92532026-05-15T23:16:02.323ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255INFO
92542026-05-15T23:16:02.323Z adding route 172.17.0.56/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
92552026-05-15T23:16:02.324Z
92562026-05-15T23:16:02.324ZMay 15 23:16:01.114 DEBG May 15 23:16:01.114May 15 23:16:01.114replacing 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 } }]
92572026-05-15T23:16:02.324ZDEBG 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 } }]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 } }]May 15 23:16:01.114
92582026-05-15T23:16:02.324Z
92592026-05-15T23:16:02.324ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
92602026-05-15T23:16:02.324ZMay 15 23:16:01.114May 15 23:16:01.114 May 15 23:16:01.114INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
92612026-05-15T23:16:02.324Z adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92622026-05-15T23:16:02.324Z
92632026-05-15T23:16:02.324ZMay 15 23:16:01.114May 15 23:16:01.114May 15 23:16:01.114 INFODEBGDEBG adding route 172.17.0.21/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 } }]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 } }]
92642026-05-15T23:16:02.324Z
92652026-05-15T23:16:02.324Z
92662026-05-15T23:16:02.324ZMay 15 23:16:01.114May 15 23:16:01.114May 15 23:16:01.114 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG
92672026-05-15T23:16:02.324Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
92682026-05-15T23:16:02.324Zreplacing 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 } }]
92692026-05-15T23:16:02.324ZMay 15 23:16:01.114May 15 23:16:01.114May 15 23:16:01.114 DEBG INFODEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
92702026-05-15T23:16:02.324Zadding route 172.17.0.22/32 -> 10.0.0.255
92712026-05-15T23:16:02.324ZMay 15 23:16:01.120 INFO adding route 172.17.0.59/32 -> 10.0.0.255May 15 23:16:01.120
92722026-05-15T23:16:02.324Z 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 } }]
92732026-05-15T23:16:02.324ZMay 15 23:16:01.120 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 } }]May 15 23:16:01.120
92742026-05-15T23:16:02.324Z INFO adding route 172.17.0.23/32 -> 10.0.0.255
92752026-05-15T23:16:02.324ZMay 15 23:16:01.120 INFO adding route 172.17.0.60/32 -> 10.0.0.255May 15 23:16:01.120
92762026-05-15T23:16:02.324ZDEBG 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 } }]
92772026-05-15T23:16:02.324ZMay 15 23:16:01.120 DEBGMay 15 23:16:01.120 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92782026-05-15T23:16:02.324Z adding route 172.17.0.24/32 -> 10.0.0.255
92792026-05-15T23:16:02.324ZMay 15 23:16:01.120 May 15 23:16:01.120 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
92802026-05-15T23:16:02.324Z
92812026-05-15T23:16:02.324ZMay 15 23:16:01.120 May 15 23:16:01.120DEBG INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92822026-05-15T23:16:02.324Zadding route 172.17.0.25/32 -> 10.0.0.255
92832026-05-15T23:16:02.324ZMay 15 23:16:01.120May 15 23:16:01.120 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255
92842026-05-15T23:16:02.324Z
92852026-05-15T23:16:02.324ZMay 15 23:16:01.120 May 15 23:16:01.120DEBG INFOreplacing 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 } }]
92862026-05-15T23:16:02.324Zadding route 172.17.0.26/32 -> 10.0.0.255
92872026-05-15T23:16:02.324ZMay 15 23:16:01.120
92882026-05-15T23:16:02.324ZMay 15 23:16:01.120 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 } }]failed to allocate space for the new target list
92892026-05-15T23:16:02.324ZMay 15 23:16:01.120
92902026-05-15T23:16:02.324Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
92912026-05-15T23:16:02.324ZMay 15 23:16:01.120May 15 23:16:01.120 DEBGINFOMay 15 23:16:01.120 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
92922026-05-15T23:16:02.324Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
92932026-05-15T23:16:02.324Z
92942026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 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 3fff:beef:39::/64 -> 2001:db8::55:ff
92952026-05-15T23:16:02.325Z
92962026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92972026-05-15T23:16:02.325Z
92982026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 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 3fff:beef:3a::/64 -> 2001:db8::55:ff
92992026-05-15T23:16:02.325Z
93002026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 INFODEBG 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 } }]
93012026-05-15T23:16:02.325Z adding route 172.17.0.29/32 -> 10.0.0.255
93022026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
93032026-05-15T23:16:02.325ZDEBG 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 } }]
93042026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
93052026-05-15T23:16:02.325Z
93062026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 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 3fff:beef:3c::/64 -> 2001:db8::55:ff
93072026-05-15T23:16:02.325Z
93082026-05-15T23:16:02.325Ztest route::tests::delete_target_fragmented ... ok
93092026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93102026-05-15T23:16:02.325Z
93112026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
93122026-05-15T23:16:02.325Z
93132026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing 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 } }]
93142026-05-15T23:16:02.325Z
93152026-05-15T23:16:02.325ZMay 15 23:16:01.120May 15 23:16:01.120 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 } }]
93162026-05-15T23:16:02.325Z INFOMay 15 23:16:01.120 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.33/32 -> 10.0.0.255
93172026-05-15T23:16:02.325Z
93182026-05-15T23:16:02.325ZMay 15 23:16:01.120 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 } }]May 15 23:16:01.120
93192026-05-15T23:16:02.325Z 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 } }]
93202026-05-15T23:16:02.325ZMay 15 23:16:01.120 INFO adding route 172.17.0.34/32 -> 10.0.0.255May 15 23:16:01.120
93212026-05-15T23:16:02.325Z INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffMay 15 23:16:01.121
93222026-05-15T23:16:02.325Z 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 } }]
93232026-05-15T23:16:02.325ZMay 15 23:16:01.121 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 } }]May 15 23:16:01.121
93242026-05-15T23:16:02.325Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
93252026-05-15T23:16:02.325ZMay 15 23:16:01.121 DEBG May 15 23:16:01.121failed to allocate space for the new target list
93262026-05-15T23:16:02.325ZDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93272026-05-15T23:16:02.325ZMay 15 23:16:01.121 DEBGMay 15 23:16:01.121 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 172.17.0.36/32 -> 10.0.0.255
93282026-05-15T23:16:02.325Z
93292026-05-15T23:16:02.325ZMay 15 23:16:01.128 DEBG May 15 23:16:01.128replacing 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 } }]
93302026-05-15T23:16:02.325ZDEBG failed to allocate space for the new target list
93312026-05-15T23:16:02.325ZMay 15 23:16:01.128 INFO adding route 172.17.0.37/32 -> 10.0.0.255
93322026-05-15T23:16:02.325ZMay 15 23:16:01.128 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 } }]
93332026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.38/32 -> 10.0.0.255
93342026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93352026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.39/32 -> 10.0.0.255
93362026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93372026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.40/32 -> 10.0.0.255
93382026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93392026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.41/32 -> 10.0.0.255
93402026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93412026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.42/32 -> 10.0.0.255
93422026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93432026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.43/32 -> 10.0.0.255
93442026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93452026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.44/32 -> 10.0.0.255
93462026-05-15T23:16:02.326ZMay 15 23:16:01.128 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 } }]
93472026-05-15T23:16:02.326ZMay 15 23:16:01.128 INFO adding route 172.17.0.45/32 -> 10.0.0.255
93482026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93492026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.46/32 -> 10.0.0.255
93502026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93512026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.47/32 -> 10.0.0.255
93522026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93532026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.48/32 -> 10.0.0.255
93542026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93552026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.49/32 -> 10.0.0.255
93562026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93572026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.50/32 -> 10.0.0.255
93582026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93592026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.51/32 -> 10.0.0.255
93602026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93612026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.52/32 -> 10.0.0.255
93622026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93632026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.53/32 -> 10.0.0.255
93642026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93652026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.54/32 -> 10.0.0.255
93662026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93672026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.55/32 -> 10.0.0.255
93682026-05-15T23:16:02.330ZMay 15 23:16:01.128 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 } }]
93692026-05-15T23:16:02.330ZMay 15 23:16:01.128 INFO adding route 172.17.0.56/32 -> 10.0.0.255
93702026-05-15T23:16:02.331ZMay 15 23:16:01.128 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 } }]
93712026-05-15T23:16:02.331ZMay 15 23:16:01.128 INFO adding route 172.17.0.57/32 -> 10.0.0.255
93722026-05-15T23:16:02.331ZMay 15 23:16:01.128 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 } }]
93732026-05-15T23:16:02.331ZMay 15 23:16:01.128 INFO adding route 172.17.0.58/32 -> 10.0.0.255
93742026-05-15T23:16:02.331ZMay 15 23:16:01.128 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 } }]
93752026-05-15T23:16:02.331ZMay 15 23:16:01.128 INFO adding route 172.17.0.59/32 -> 10.0.0.255
93762026-05-15T23:16:02.331ZMay 15 23:16:01.128 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 } }]
93772026-05-15T23:16:02.331ZMay 15 23:16:01.128 INFO adding route 172.17.0.60/32 -> 10.0.0.255
93782026-05-15T23:16:02.331ZMay 15 23:16:01.128 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 } }]
93792026-05-15T23:16:02.331ZMay 15 23:16:01.128 DEBG failed to allocate space for the new target list
93802026-05-15T23:16:02.331ZMay 15 23:16:01.128 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 } }]
93812026-05-15T23:16:02.331ZMay 15 23:16:01.129 DEBG created new freemap, unit: freemap_route_ipv4
93822026-05-15T23:16:02.331ZMay 15 23:16:01.129 DEBG created new freemap, unit: freemap_route_ipv6
93832026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.16.0.0/32 -> 10.0.0.1
93842026-05-15T23:16:02.331ZMay 15 23:16:01.129 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
93852026-05-15T23:16:02.331ZMay 15 23:16:01.129 DEBG reset freemap, unit: freemap_route_ipv4
93862026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93872026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.0/32 -> 10.0.0.255
93882026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93892026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.1/32 -> 10.0.0.255
93902026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93912026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.2/32 -> 10.0.0.255
93922026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93932026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.3/32 -> 10.0.0.255
93942026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93952026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.4/32 -> 10.0.0.255
93962026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93972026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.5/32 -> 10.0.0.255
93982026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
93992026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.6/32 -> 10.0.0.255
94002026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
94012026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.7/32 -> 10.0.0.255
94022026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
94032026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.8/32 -> 10.0.0.255
94042026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
94052026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.9/32 -> 10.0.0.255
94062026-05-15T23:16:02.331ZMay 15 23:16:01.129 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 } }]
94072026-05-15T23:16:02.331ZMay 15 23:16:01.129 INFO adding route 172.17.0.10/32 -> 10.0.0.255
94082026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94092026-05-15T23:16:02.332Ztest route::tests::add_target_fails_full ... ok
94102026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.11/32 -> 10.0.0.255
94112026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94122026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.12/32 -> 10.0.0.255
94132026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94142026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.13/32 -> 10.0.0.255
94152026-05-15T23:16:02.332Z
94162026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94172026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.14/32 -> 10.0.0.255
94182026-05-15T23:16:02.332Ztest result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
94192026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94202026-05-15T23:16:02.332Z
94212026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.15/32 -> 10.0.0.255
94222026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94232026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.16/32 -> 10.0.0.255
94242026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94252026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.17/32 -> 10.0.0.255
94262026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94272026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.18/32 -> 10.0.0.255
94282026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94292026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.19/32 -> 10.0.0.255
94302026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94312026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.20/32 -> 10.0.0.255
94322026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94332026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.21/32 -> 10.0.0.255
94342026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94352026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.22/32 -> 10.0.0.255
94362026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94372026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.23/32 -> 10.0.0.255
94382026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94392026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.24/32 -> 10.0.0.255
94402026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94412026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.25/32 -> 10.0.0.255
94422026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94432026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.26/32 -> 10.0.0.255
94442026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94452026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.27/32 -> 10.0.0.255
94462026-05-15T23:16:02.332ZMay 15 23:16:01.129 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 } }]
94472026-05-15T23:16:02.332ZMay 15 23:16:01.129 INFO adding route 172.17.0.28/32 -> 10.0.0.255
94482026-05-15T23:16:02.337ZMay 15 23:16:01.129 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 } }]
94492026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.29/32 -> 10.0.0.255
94502026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94512026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.30/32 -> 10.0.0.255
94522026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94532026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.31/32 -> 10.0.0.255
94542026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94552026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.32/32 -> 10.0.0.255
94562026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94572026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.33/32 -> 10.0.0.255
94582026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94592026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.34/32 -> 10.0.0.255
94602026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94612026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.35/32 -> 10.0.0.255
94622026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94632026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.36/32 -> 10.0.0.255
94642026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94652026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.37/32 -> 10.0.0.255
94662026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94672026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.38/32 -> 10.0.0.255
94682026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94692026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.39/32 -> 10.0.0.255
94702026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94712026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.40/32 -> 10.0.0.255
94722026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94732026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.41/32 -> 10.0.0.255
94742026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94752026-05-15T23:16:02.337ZMay 15 23:16:01.135 INFO adding route 172.17.0.42/32 -> 10.0.0.255
94762026-05-15T23:16:02.337ZMay 15 23:16:01.135 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 } }]
94772026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.43/32 -> 10.0.0.255
94782026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94792026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.44/32 -> 10.0.0.255
94802026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94812026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.45/32 -> 10.0.0.255
94822026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94832026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.46/32 -> 10.0.0.255
94842026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94852026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.47/32 -> 10.0.0.255
94862026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94872026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.48/32 -> 10.0.0.255
94882026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94892026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.49/32 -> 10.0.0.255
94902026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94912026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.50/32 -> 10.0.0.255
94922026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94932026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.51/32 -> 10.0.0.255
94942026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94952026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.52/32 -> 10.0.0.255
94962026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94972026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.53/32 -> 10.0.0.255
94982026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
94992026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.54/32 -> 10.0.0.255
95002026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
95012026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.55/32 -> 10.0.0.255
95022026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
95032026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.56/32 -> 10.0.0.255
95042026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
95052026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.57/32 -> 10.0.0.255
95062026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
95072026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.58/32 -> 10.0.0.255
95082026-05-15T23:16:02.338Z
95092026-05-15T23:16:02.338Zrunning 0 tests
95102026-05-15T23:16:02.338Z
95112026-05-15T23:16:02.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95122026-05-15T23:16:02.338Z
95132026-05-15T23:16:02.338ZMay 15 23:16:01.135 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 } }]
95142026-05-15T23:16:02.338ZMay 15 23:16:01.135 INFO adding route 172.17.0.59/32 -> 10.0.0.255
95152026-05-15T23:16:02.339ZMay 15 23:16:01.135 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 } }]
95162026-05-15T23:16:02.339ZMay 15 23:16:01.135 INFO adding route 172.17.0.60/32 -> 10.0.0.255
95172026-05-15T23:16:02.339ZMay 15 23:16:01.135 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 } }]
95182026-05-15T23:16:02.339ZMay 15 23:16:01.135 INFO adding route 172.17.0.61/32 -> 10.0.0.255
95192026-05-15T23:16:02.339ZMay 15 23:16:01.135 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 } }]
95202026-05-15T23:16:02.339ZMay 15 23:16:01.135 INFO adding route 172.17.0.62/32 -> 10.0.0.255
95212026-05-15T23:16:02.339ZMay 15 23:16:01.135 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 } }]
95222026-05-15T23:16:02.339ZMay 15 23:16:01.135 INFO adding route 172.17.0.63/32 -> 10.0.0.255
95232026-05-15T23:16:02.339ZMay 15 23:16:01.135 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 } }]
95242026-05-15T23:16:02.339ZMay 15 23:16:01.135 DEBG failed to allocate space for the new target list
95252026-05-15T23:16:02.339ZMay 15 23:16:01.135 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 } }]
95262026-05-15T23:16:02.339ZMay 15 23:16:01.135 DEBG failed to allocate space for the new target list
95272026-05-15T23:16:02.339Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbbf33576fce60e8)
95282026-05-15T23:16:02.339Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606)
95292026-05-15T23:16:02.339Z
95302026-05-15T23:16:02.339Zrunning 0 tests
95312026-05-15T23:16:02.339Z
95322026-05-15T23:16:02.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95332026-05-15T23:16:02.339Z
95342026-05-15T23:16:02.339Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d6420bb49020d9a7)
95352026-05-15T23:16:02.339Z
95362026-05-15T23:16:02.339Zrunning 6 tests
95372026-05-15T23:16:02.339Ztest tests::test_full_lot_id_neither_present ... ok
95382026-05-15T23:16:02.339Ztest tests::test_full_lot_id_both_present ... ok
95392026-05-15T23:16:02.339Ztest tests::test_full_lot_id_lotnum_only ... ok
95402026-05-15T23:16:02.339Ztest tests::test_full_lot_id_lot_only ... ok
95412026-05-15T23:16:02.339Ztest tests::test_port_id_cmp ... ok
95422026-05-15T23:16:02.339Ztest tests::test_parse_client_port_id ... ok
95432026-05-15T23:16:02.339Z
95442026-05-15T23:16:02.339Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95452026-05-15T23:16:02.339Z
95462026-05-15T23:16:02.339Z Running tests/test_all.rs (target/debug/deps/test_all-395380c5632c31ff)
95472026-05-15T23:16:02.343Z
95482026-05-15T23:16:02.343Zrunning 6 tests
95492026-05-15T23:16:05.349Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
95502026-05-15T23:16:05.353Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
95512026-05-15T23:16:05.353Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
95522026-05-15T23:16:05.358Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
95532026-05-15T23:16:05.687Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
95542026-05-15T23:16:06.792Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
95552026-05-15T23:16:06.792Z
95562026-05-15T23:16:06.792Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.45s
95572026-05-15T23:16:06.792Z
95582026-05-15T23:16:06.798Z Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178)
95592026-05-15T23:16:06.804Z
95602026-05-15T23:16:06.804Zrunning 0 tests
95612026-05-15T23:16:06.804Z
95622026-05-15T23:16:06.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95632026-05-15T23:16:06.807Z
95642026-05-15T23:16:06.807Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f)
95652026-05-15T23:16:06.810Z
95662026-05-15T23:16:06.810Zrunning 0 tests
95672026-05-15T23:16:06.810Z
95682026-05-15T23:16:06.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95692026-05-15T23:16:06.810Z
95702026-05-15T23:16:06.813Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
95712026-05-15T23:16:06.816Z
95722026-05-15T23:16:06.816Zrunning 12 tests
95732026-05-15T23:16:06.819Ztest icmp::test_v6_checksum ... ok
95742026-05-15T23:16:06.819Ztest icmp::test_v4_checksum ... ok
95752026-05-15T23:16:06.819Ztest ipv6::test_ipv6_parse ... ok
95762026-05-15T23:16:06.819Ztest lldp::test_lldp_parse ... ok
95772026-05-15T23:16:06.819Ztest pbuf::test_byte ... ok
95782026-05-15T23:16:06.819Ztest pbuf::test_nibble ... ok
95792026-05-15T23:16:06.819Ztest pbuf::test_short ... ok
95802026-05-15T23:16:06.819Ztest pbuf::test_twelve ... ok
95812026-05-15T23:16:06.819Ztest pbuf::test_word ... ok
95822026-05-15T23:16:06.819Ztest pbuf::test_overflow ... ok
95832026-05-15T23:16:06.819Ztest tcp::test_checksum_ack_data ... ok
95842026-05-15T23:16:06.819Ztest tcp::test_checksum_syn_nodata ... ok
95852026-05-15T23:16:06.820Z
95862026-05-15T23:16:06.820Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95872026-05-15T23:16:06.820Z
95882026-05-15T23:16:06.823Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
95892026-05-15T23:16:06.826Z
95902026-05-15T23:16:06.826Zrunning 0 tests
95912026-05-15T23:16:06.826Z
95922026-05-15T23:16:06.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95932026-05-15T23:16:06.826Z
95942026-05-15T23:16:06.826Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
95952026-05-15T23:16:06.829Z
95962026-05-15T23:16:06.829Zrunning 5 tests
95972026-05-15T23:16:06.829Ztest switchport::test::test_compute_lanes ... ok
95982026-05-15T23:16:06.829Ztest switchport::test::port_id_ordering ... ok
95992026-05-15T23:16:06.829Z Lane 0 Lane 1 Lane 2 Lane 3
96002026-05-15T23:16:06.829Z Lane 0 State: Activated Activated Activated Activated
96012026-05-15T23:16:06.829ZLane 1 Rx Output Enabled: false Lane 2false Lane 3false
96022026-05-15T23:16:06.829Zfalse
96032026-05-15T23:16:06.829Z Rx Output Status: valid Rx Loss-of-lock: Yes valid Yesvalid Yesvalid
96042026-05-15T23:16:06.829Z Yes Rx Loss-of-lock: true
96052026-05-15T23:16:06.829Ztrue true Rx Loss-of-signal: Yes true
96062026-05-15T23:16:06.829ZYes Rx Loss-of-signal: falseYes Yes
96072026-05-15T23:16:06.829Zfalse false Rx CDR Enabled: Yes false
96082026-05-15T23:16:06.829ZYesRx Auto-squelch Disable: true trueYes Yestrue
96092026-05-15T23:16:06.829Z true
96102026-05-15T23:16:06.829Z Tx Enabled: Yes Tx Output Enabled: true Yestrue Yes trueYes true
96112026-05-15T23:16:06.829Z
96122026-05-15T23:16:06.829Z Tx Loss-of-lock: No Tx Output Status: invalid invalidNo invalid Noinvalid
96132026-05-15T23:16:06.829Z Tx Loss-of-lock: falseNo
96142026-05-15T23:16:06.829Zfalse Tx Loss-of-signal: No falseNo false
96152026-05-15T23:16:06.829ZNo Tx Loss-of-signal: true Notrue
96162026-05-15T23:16:06.829Ztrue true Tx CDR Enabled: No
96172026-05-15T23:16:06.829ZNo Tx Auto-squelch Disable: false No falseNo
96182026-05-15T23:16:06.829Zfalse false
96192026-05-15T23:16:06.829Z Tx Adaptive EQ Fault: No Tx Adaptive EQ Fail: true No true Notrue true
96202026-05-15T23:16:06.829ZNo Tx Failure: false
96212026-05-15T23:16:06.829Z Tx Fault: Yesfalse false Yesfalse
96222026-05-15T23:16:06.829Z Tx Force Squelch: true Yes trueYes
96232026-05-15T23:16:06.830Ztrue true
96242026-05-15T23:16:06.830Z Tx Input Polarity: normal normal normal normal
96252026-05-15T23:16:06.830Ztest switchport::test::test_print_sff_datapath ... ok
96262026-05-15T23:16:06.830Ztest switchport::test::test_print_cmis_datapath ... ok
96272026-05-15T23:16:06.833Ztest link::test_filter ... ok
96282026-05-15T23:16:06.833Z
96292026-05-15T23:16:06.833Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96302026-05-15T23:16:06.833Z
96312026-05-15T23:16:06.833Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
96322026-05-15T23:16:06.836Z
96332026-05-15T23:16:06.836Zrunning 1 test
96342026-05-15T23:16:06.836Ztest test_p4_counter_list ... ignored
96352026-05-15T23:16:06.838Z
96362026-05-15T23:16:06.839Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
96372026-05-15T23:16:06.839Z
96382026-05-15T23:16:06.839Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
96392026-05-15T23:16:06.842Z
96402026-05-15T23:16:06.842Zrunning 5 tests
96412026-05-15T23:16:06.842Ztest test_an ... ignored
96422026-05-15T23:16:06.842Ztest test_enable ... ignored
96432026-05-15T23:16:06.842Ztest test_ip_addresses ... ignored
96442026-05-15T23:16:06.842Ztest test_kr ... ignored
96452026-05-15T23:16:06.842Ztest test_mac ... ignored
96462026-05-15T23:16:06.842Z
96472026-05-15T23:16:06.842Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
96482026-05-15T23:16:06.842Z
96492026-05-15T23:16:06.842Z Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6)
96502026-05-15T23:16:06.842Z
96512026-05-15T23:16:06.842Zrunning 3 tests
96522026-05-15T23:16:06.845Ztest linklocal::test_parse_ipadm ... ok
96532026-05-15T23:16:06.845Ztest tfport::test_parse_tfport ... ok
96542026-05-15T23:16:06.845Ztest config::tests::test_updates ... ok
96552026-05-15T23:16:06.845Z
96562026-05-15T23:16:06.845Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96572026-05-15T23:16:06.845Z
96582026-05-15T23:16:06.845Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
96592026-05-15T23:16:06.848Z
96602026-05-15T23:16:06.848Zrunning 0 tests
96612026-05-15T23:16:06.848Z
96622026-05-15T23:16:06.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96632026-05-15T23:16:06.851Z
96642026-05-15T23:16:06.851Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
96652026-05-15T23:16:06.853Z
96662026-05-15T23:16:06.853Zrunning 0 tests
96672026-05-15T23:16:06.853Z
96682026-05-15T23:16:06.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96692026-05-15T23:16:06.853Z
96702026-05-15T23:16:06.856Z Doc-tests aal
96712026-05-15T23:16:07.026Z
96722026-05-15T23:16:07.026Zrunning 0 tests
96732026-05-15T23:16:07.026Z
96742026-05-15T23:16:07.029Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96752026-05-15T23:16:07.029Z
96762026-05-15T23:16:07.044Z Doc-tests aal_macros
96772026-05-15T23:16:07.119Z
96782026-05-15T23:16:07.119Zrunning 0 tests
96792026-05-15T23:16:07.119Z
96802026-05-15T23:16:07.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96812026-05-15T23:16:07.119Z
96822026-05-15T23:16:07.131Z Doc-tests common
96832026-05-15T23:16:07.368Z
96842026-05-15T23:16:07.368Zrunning 0 tests
96852026-05-15T23:16:07.368Z
96862026-05-15T23:16:07.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96872026-05-15T23:16:07.368Z
96882026-05-15T23:16:07.390Z Doc-tests dpd_api
96892026-05-15T23:16:08.213Z
96902026-05-15T23:16:08.213Zrunning 2 tests
96912026-05-15T23:16:08.213Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
96922026-05-15T23:16:08.213Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
96932026-05-15T23:16:08.213Z
96942026-05-15T23:16:08.213Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96952026-05-15T23:16:08.213Z
96962026-05-15T23:16:08.244Z Doc-tests dpd_client
96972026-05-15T23:16:09.532Z
96982026-05-15T23:16:09.533Zrunning 0 tests
96992026-05-15T23:16:09.533Z
97002026-05-15T23:16:09.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97012026-05-15T23:16:09.533Z
97022026-05-15T23:16:09.580Z Doc-tests dpd_types
97032026-05-15T23:16:09.785Z
97042026-05-15T23:16:09.785Zrunning 0 tests
97052026-05-15T23:16:09.785Z
97062026-05-15T23:16:09.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97072026-05-15T23:16:09.785Z
97082026-05-15T23:16:09.811Z Doc-tests dpd_types_versions
97092026-05-15T23:16:11.009Z
97102026-05-15T23:16:11.009Zrunning 1 test
97112026-05-15T23:16:11.009Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
97122026-05-15T23:16:11.009Z
97132026-05-15T23:16:11.009Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
97142026-05-15T23:16:11.009Z
97152026-05-15T23:16:11.054Z Doc-tests packet
97162026-05-15T23:16:11.166Z
97172026-05-15T23:16:11.166Zrunning 0 tests
97182026-05-15T23:16:11.166Z
97192026-05-15T23:16:11.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97202026-05-15T23:16:11.166Z
97212026-05-15T23:16:11.184Z Doc-tests pcap
97222026-05-15T23:16:11.237Z
97232026-05-15T23:16:11.238Zrunning 0 tests
97242026-05-15T23:16:11.238Z
97252026-05-15T23:16:11.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97262026-05-15T23:16:11.238Z
97272026-05-15T23:16:11.288Zprocess exited: duration 625606 ms, exit code 0
 
97282026-05-15T23:16:11.294Zfound 0 output files