01M1BJ4J0Q96F3QXB9880WCQW1: test

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

Buildomat Job: 01M1BJ5ATWKZFR4NTP0E0PBH5C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:39.865Zjob assigned to worker 01M1BJ5DR0YPK2ZETDCYFZM3S9 [factory aws, i-043a205592073457b] (queued for 54 s)
 
22026-08-31T09:25:46.610Zstarting task 0: "setup"
32026-08-31T09:25:46.617Z++ uname -s
42026-08-31T09:25:46.620Z+ kern=SunOS
52026-08-31T09:25:46.620Z+ build_user=build
62026-08-31T09:25:46.620Z+ build_uid=12345
72026-08-31T09:25:46.620Z+ work_dir=/work
82026-08-31T09:25:46.620Z+ input_dir=/input
92026-08-31T09:25:46.620Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:46.620Z+ case "$kern" in
112026-08-31T09:25:46.620Z+ groupadd -g 12345 build
122026-08-31T09:25:46.620Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:48.627Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:48.741Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:48.744Z+ home_fs=zfs
162026-08-31T09:25:48.744Z+ [[ zfs == autofs ]]
172026-08-31T09:25:48.744Z+ mkdir -p /home/build
182026-08-31T09:25:48.744Z+ chown build:build /home/build /work
192026-08-31T09:25:50.745Z+ chmod 0700 /home/build /work
202026-08-31T09:25:50.748Zprocess exited: duration 4140 ms, exit code 0
 
212026-08-31T09:25:50.757Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:50.761Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-08-31T09:25:50.761Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T09:25:50.762Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-31T09:25:50.762Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-31T09:25:50.762Z * rust toolchain channel = "1.94.0"
272026-08-31T09:25:50.762Z * rust toolchain profile = "default"
282026-08-31T09:25:50.766Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:50.766Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-08-31T09:25:50.818Zinfo: downloading installer
312026-08-31T09:25:51.926Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:51.926Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:51.926Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:51.927Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:51.938Zinfo: profile set to default
362026-08-31T09:25:51.938Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:51.942Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-08-31T09:25:52.072Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-08-31T09:25:52.114Zinfo: downloading 6 components
402026-08-31T09:26:05.001Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-08-31T09:26:05.002Z
422026-08-31T09:26:05.020Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-08-31T09:26:05.020Z
442026-08-31T09:26:05.020Z
452026-08-31T09:26:05.021ZRust is installed now. Great!
462026-08-31T09:26:05.021Z
472026-08-31T09:26:05.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:26:05.038Zenvironment variable. This has not been done automatically.
492026-08-31T09:26:05.038Z
502026-08-31T09:26:05.039ZTo configure your current shell, you need to source
512026-08-31T09:26:05.039Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:26:05.039Z
532026-08-31T09:26:05.039ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:26:05.040Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:26:05.040Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:26:05.040Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:26:05.040Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:26:05.040Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:26:05.040Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:26:05.040Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:26:05.040Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:26:05.119Z+ rustup --version
632026-08-31T09:26:05.132Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:26:05.145Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:26:05.154Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-08-31T09:26:05.154Z+ cargo --version
672026-08-31T09:26:05.168Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-08-31T09:26:05.181Z+ rustc --version
692026-08-31T09:26:05.206Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-08-31T09:26:05.212Zprocess exited: duration 14431 ms, exit code 0
 
712026-08-31T09:26:05.223Zstarting task 2: "authentication"
722026-08-31T09:26:05.242Zprocess exited: duration 18 ms, exit code 0
 
732026-08-31T09:26:05.274Zstarting task 3: "clone repository"
742026-08-31T09:26:05.291Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-31T09:26:05.291Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-31T09:26:05.298ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-31T09:26:06.181Z+ cd /work/oxidecomputer/dendrite
782026-08-31T09:26:06.181Z+ git fetch origin 447aa04f5dc86a3492eb6ea5139845e3331dcded
792026-08-31T09:26:06.440ZFrom https://github.com/oxidecomputer/dendrite
802026-08-31T09:26:06.440Z * branch 447aa04f5dc86a3492eb6ea5139845e3331dcded -> FETCH_HEAD
812026-08-31T09:26:06.447Z+ [[ -n multicast-e2e ]]
822026-08-31T09:26:06.450Z++ git branch --show-current
832026-08-31T09:26:06.450Z+ current=main
842026-08-31T09:26:06.450Z+ [[ main != multicast-e2e ]]
852026-08-31T09:26:06.450Z+ git branch -f multicast-e2e 447aa04f5dc86a3492eb6ea5139845e3331dcded
862026-08-31T09:26:06.453Z+ git checkout -f multicast-e2e
872026-08-31T09:26:06.472ZSwitched to branch 'multicast-e2e'
882026-08-31T09:26:06.475Z+ git reset --hard 447aa04f5dc86a3492eb6ea5139845e3331dcded
892026-08-31T09:26:06.491ZHEAD is now at 447aa04 [merge] merge main
902026-08-31T09:26:06.494Zprocess exited: duration 1238 ms, exit code 0
 
912026-08-31T09:26:06.500Zstarting task 4: "build"
922026-08-31T09:26:06.505Z+ source .github/buildomat/common.sh
932026-08-31T09:26:06.509Z++ TOFINO_STAGES=20
942026-08-31T09:26:06.509Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-31T09:26:06.509Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-31T09:26:06.509Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-31T09:26:06.509Z+++ uname -s
982026-08-31T09:26:06.509Z++ '[' SunOS == SunOS ']'
992026-08-31T09:26:06.509Z++ SERIES=illumos
1002026-08-31T09:26:06.509Z+++ uname -s
1012026-08-31T09:26:06.509Z++ '[' SunOS == SunOS ']'
1022026-08-31T09:26:06.509Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-31T09:26:06.509Z++ rustup show active-toolchain
1042026-08-31T09:26:06.512Z1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-31T09:26:06.518Z+ source .github/buildomat/illumos.sh
1062026-08-31T09:26:06.518Z++ banner 'sde setup'
1072026-08-31T09:26:06.518Z
1082026-08-31T09:26:06.518Z #### ##### ###### #### ###### ##### # # #####
1092026-08-31T09:26:06.518Z # # # # # # # # # # #
1102026-08-31T09:26:06.518Z #### # # ##### #### ##### # # # # #
1112026-08-31T09:26:06.518Z # # # # # # # # # #####
1122026-08-31T09:26:06.519Z # # # # # # # # # # # #
1132026-08-31T09:26:06.519Z #### ##### ###### #### ###### # #### #
1142026-08-31T09:26:06.519Z
1152026-08-31T09:26:06.519Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-31T09:26:06.519Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-31T09:26:06.519Z++ export PKG=tofino_sde.p5p
1182026-08-31T09:26:06.519Z++ PKG=tofino_sde.p5p
1192026-08-31T09:26:06.519Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-31T09:26:06.522Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-31T09:26:06.522Z Dload Upload Total Spent Left Speed
1222026-08-31T09:26:07.598Z 0 0 0 0 0 0 0 0 0 90 76.03M 90 68.56M 0 0 68.62M 0 00:01 00:01 68.63M 100 76.03M 100 76.03M 0 0 70.62M 0 00:01 00:01 68.63M 100 76.03M 100 76.03M 0 0 70.61M 0 00:01 00:01 68.63M 100 76.03M 100 76.03M 0 0 70.61M 0 00:01 00:01 68.63M
1232026-08-31T09:26:07.603Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-31T09:26:07.650Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-31T09:26:07.653Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-31T09:26:07.653Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-31T09:26:09.117Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-31T09:26:09.538Z Startup: Caching catalogs ... Done
1292026-08-31T09:26:09.587Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-31T09:26:12.282ZPlanning: Solver setup ... Done
1312026-08-31T09:26:12.352ZPlanning: Running solver ... Done
1322026-08-31T09:26:12.433ZPlanning: Finding local manifests ... Done
1332026-08-31T09:26:12.442ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-31T09:26:12.443ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-31T09:26:12.443ZPlanning: Package planning ... Done
1362026-08-31T09:26:12.443ZPlanning: Merging actions ... Done
1372026-08-31T09:26:12.504ZPlanning: Checking for conflicting actions ... Done
1382026-08-31T09:26:12.508ZPlanning: Consolidating action changes ... Done
1392026-08-31T09:26:13.339ZPlanning: Evaluating mediators ... Done
1402026-08-31T09:26:13.357ZPlanning: Planning completed in 3.74 seconds
1412026-08-31T09:26:13.357Z Packages to install: 1
1422026-08-31T09:26:13.357Z Create boot environment: No
1432026-08-31T09:26:13.357ZCreate backup boot environment: No
1442026-08-31T09:26:13.365Z
1452026-08-31T09:26:13.366ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-31T09:26:13.492ZDownload: Completed 75.30 MB in 0.13 seconds (561M/s)
1472026-08-31T09:26:13.690Z Actions: 1/293 actions (Installing new actions)
1482026-08-31T09:26:14.646Z Actions: Completed 293 actions in 0.98 seconds.
1492026-08-31T09:26:14.649ZFinalize: Updating package state database ... Done
1502026-08-31T09:26:14.692ZFinalize: Updating package cache ... Done
1512026-08-31T09:26:14.790ZFinalize: Updating image state ... Done
1522026-08-31T09:26:17.380ZFinalize: Creating fast lookup database ... Done
1532026-08-31T09:26:17.453ZFinalize: Reading search index ... Done
1542026-08-31T09:26:17.456ZFinalize: Updating search index ... Done
1552026-08-31T09:26:17.691ZFinalize: Updating package cache ... Done
1562026-08-31T09:26:17.857Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-31T09:26:17.859Z++ SDE=/opt/oxide/tofino_sde
1582026-08-31T09:26:17.859Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-31T09:26:17.859Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-31T09:26:17.859Z++ banner packages
1612026-08-31T09:26:17.863Z
1622026-08-31T09:26:17.863Z ##### ## #### # # ## #### ###### ####
1632026-08-31T09:26:17.863Z # # # # # # # # # # # # # #
1642026-08-31T09:26:17.863Z # # # # # #### # # # ##### ####
1652026-08-31T09:26:17.863Z ##### ###### # # # ###### # ### # #
1662026-08-31T09:26:17.863Z # # # # # # # # # # # # # #
1672026-08-31T09:26:17.863Z # # # #### # # # # #### ###### ####
1682026-08-31T09:26:17.863Z
1692026-08-31T09:26:17.863Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-31T09:26:18.128Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-31T09:26:18.133Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-31T09:26:20.433ZPlanning: Solver setup ... Done
1732026-08-31T09:26:20.499ZPlanning: Running solver ... Done
1742026-08-31T09:26:20.549ZPlanning: Consolidating action changes ... Done
1752026-08-31T09:26:20.549ZPlanning: Evaluating mediators ... Done
1762026-08-31T09:26:20.554ZPlanning: Planning completed in 2.42 seconds
1772026-08-31T09:26:20.568ZNo updates necessary for this image.
1782026-08-31T09:26:20.711Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-31T09:26:20.932ZPlanning: Evaluating mediator changes ... Done
1802026-08-31T09:26:21.024ZPlanning: Checking for conflicting actions ... Done
1812026-08-31T09:26:21.028ZPlanning: Consolidating action changes ... Done
1822026-08-31T09:26:21.182ZPlanning: Evaluating mediators ... Done
1832026-08-31T09:26:21.186ZPlanning: Planning completed in 0.26 seconds
1842026-08-31T09:26:21.208Z Mediators to change: 2
1852026-08-31T09:26:21.208Z Create boot environment: No
1862026-08-31T09:26:21.208ZCreate backup boot environment: No
1872026-08-31T09:26:21.260ZFinalize: Updating package state database ... Done
1882026-08-31T09:26:21.260ZFinalize: Updating package cache ... Done
1892026-08-31T09:26:21.315ZFinalize: Updating image state ... Done
1902026-08-31T09:26:23.270ZFinalize: Creating fast lookup database ... Done
1912026-08-31T09:26:23.327ZFinalize: Reading search index ... Done
1922026-08-31T09:26:23.332ZFinalize: Updating search index ... Done
1932026-08-31T09:26:23.436ZFinalize: Updating package cache ... Done
1942026-08-31T09:26:23.508Z++ cargo --version
1952026-08-31T09:26:23.516Zcargo 1.94.0 (85eff7c80 2026-01-15)
1962026-08-31T09:26:23.522Z++ rustc --version
1972026-08-31T09:26:23.538Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1982026-08-31T09:26:23.542Z+ banner copyrights
1992026-08-31T09:26:23.542Z
2002026-08-31T09:26:23.542Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-31T09:26:23.542Z # # # # # # # # # # # # # # # # #
2022026-08-31T09:26:23.542Z # # # # # # # # # # ###### # ####
2032026-08-31T09:26:23.542Z # # # ##### # ##### # # ### # # # #
2042026-08-31T09:26:23.542Z # # # # # # # # # # # # # # # #
2052026-08-31T09:26:23.542Z #### #### # # # # # #### # # # ####
2062026-08-31T09:26:23.542Z
2072026-08-31T09:26:23.547Z+ ./tools/check_copyrights.sh
2082026-08-31T09:26:24.677Zdpd/p4/headers.p4: Copyright with wrong year
2092026-08-31T09:26:25.071Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2102026-08-31T09:26:25.210Zpcap/build.rs: Copyright with wrong year
2112026-08-31T09:26:25.387Ztfportd/src/linklocal.rs: Copyright with wrong year
2122026-08-31T09:26:25.573Zuplinkd/src/sys.rs: Copyright with wrong year
2132026-08-31T09:26:25.607Z+ banner clippy
2142026-08-31T09:26:25.611Z
2152026-08-31T09:26:25.611Z #### # # ##### ##### # #
2162026-08-31T09:26:25.611Z # # # # # # # # # #
2172026-08-31T09:26:25.611Z # # # # # # # #
2182026-08-31T09:26:25.611Z # # # ##### ##### #
2192026-08-31T09:26:25.611Z # # # # # # #
2202026-08-31T09:26:25.611Z #### ###### # # # #
2212026-08-31T09:26:25.611Z
2222026-08-31T09:26:25.611Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-31T09:26:25.611Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-31T09:26:25.759Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-31T09:26:36.201Z Updating crates.io index
2262026-08-31T09:26:36.239Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-31T09:26:36.598Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-31T09:26:37.676Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-31T09:26:38.012Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-31T09:26:38.311Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-31T09:26:39.207Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-31T09:26:39.610Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-31T09:26:39.912Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-31T09:26:40.292Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-31T09:26:40.776Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-31T09:26:41.201Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2372026-08-31T09:26:42.165Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382026-08-31T09:26:42.536Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2392026-08-31T09:26:42.875Z Updating git repository `https://github.com/oxidecomputer/acpi_tables.git`
2402026-08-31T09:26:43.210Z Updating git submodule `https://github.com/rust-vmm/rust-vmm-ci.git`
2412026-08-31T09:26:43.545Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-08-31T09:26:44.084Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2432026-08-31T09:26:44.355Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2442026-08-31T09:26:44.740Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2452026-08-31T09:26:45.077Z Updating git repository `https://github.com/oxidecomputer/p4`
2462026-08-31T09:26:45.787Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472026-08-31T09:26:46.392Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-08-31T09:26:47.332Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2492026-08-31T09:26:47.756Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2502026-08-31T09:26:48.116Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2512026-08-31T09:26:48.649Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2522026-08-31T09:26:49.751Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-08-31T09:26:51.651Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-08-31T09:26:52.139Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552026-08-31T09:26:52.999Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562026-08-31T09:26:54.776Z Updating git repository `https://github.com/oxidecomputer/opte`
2572026-08-31T09:26:55.607Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-08-31T09:26:55.896Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-31T09:26:56.232Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2602026-08-31T09:26:56.828Z Updating git repository `https://github.com/oxidecomputer/opte`
2612026-08-31T09:26:57.826Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2622026-08-31T09:26:59.834Z Downloading crates ...
2632026-08-31T09:26:59.897Z Downloaded arrayvec v0.7.6
2642026-08-31T09:26:59.902Z Downloaded async-recursion v1.1.1
2652026-08-31T09:26:59.905Z Downloaded base64ct v1.8.0
2662026-08-31T09:26:59.908Z Downloaded dof v0.4.0
2672026-08-31T09:26:59.911Z Downloaded float-ord v0.3.2
2682026-08-31T09:26:59.914Z Downloaded anstyle-query v1.1.4
2692026-08-31T09:26:59.914Z Downloaded autocfg v1.5.0
2702026-08-31T09:26:59.914Z Downloaded adler2 v2.0.1
2712026-08-31T09:26:59.914Z Downloaded async-trait v0.1.89
2722026-08-31T09:26:59.918Z Downloaded defmt v1.0.1
2732026-08-31T09:26:59.923Z Downloaded fs_extra v1.3.0
2742026-08-31T09:26:59.923Z Downloaded async-stream-impl v0.3.6
2752026-08-31T09:26:59.923Z Downloaded async-stream v0.3.6
2762026-08-31T09:26:59.925Z Downloaded arrayref v0.3.9
2772026-08-31T09:26:59.925Z Downloaded equivalent v1.0.2
2782026-08-31T09:26:59.925Z Downloaded deranged v0.5.3
2792026-08-31T09:26:59.925Z Downloaded defmt-macros v1.0.1
2802026-08-31T09:26:59.928Z Downloaded fnv v1.0.7
2812026-08-31T09:26:59.928Z Downloaded defmt-parser v1.0.0
2822026-08-31T09:26:59.928Z Downloaded base16ct v0.2.0
2832026-08-31T09:26:59.931Z Downloaded backoff v0.4.0
2842026-08-31T09:26:59.931Z Downloaded aead v0.5.2
2852026-08-31T09:26:59.934Z Downloaded cfg-if v1.0.4
2862026-08-31T09:26:59.934Z Downloaded data-encoding v2.9.0
2872026-08-31T09:26:59.937Z Downloaded curve25519-dalek-derive v0.1.1
2882026-08-31T09:26:59.937Z Downloaded embedded-io v0.4.0
2892026-08-31T09:26:59.941Z Downloaded derive-where v1.6.0
2902026-08-31T09:26:59.944Z Downloaded crc8 v0.1.1
2912026-08-31T09:26:59.944Z Downloaded cpufeatures v0.2.17
2922026-08-31T09:26:59.944Z Downloaded colorchoice v1.0.4
2932026-08-31T09:26:59.948Z Downloaded futures-core v0.3.32
2942026-08-31T09:26:59.949Z Downloaded foreign-types v0.3.2
2952026-08-31T09:26:59.949Z Downloaded errno v0.3.14
2962026-08-31T09:26:59.949Z Downloaded bit-set v0.8.0
2972026-08-31T09:26:59.952Z Downloaded darling_macro v0.21.3
2982026-08-31T09:26:59.952Z Downloaded cfg_aliases v0.2.1
2992026-08-31T09:26:59.952Z Downloaded bcs v0.1.6
3002026-08-31T09:26:59.955Z Downloaded fastrand v2.3.0
3012026-08-31T09:26:59.956Z Downloaded dyn-clone v1.0.20
3022026-08-31T09:26:59.956Z Downloaded futures-executor v0.3.32
3032026-08-31T09:26:59.959Z Downloaded bs58 v0.5.1
3042026-08-31T09:26:59.959Z Downloaded futures-sink v0.3.32
3052026-08-31T09:26:59.959Z Downloaded enum-as-inner v0.6.1
3062026-08-31T09:26:59.962Z Downloaded embedded-io v0.6.1
3072026-08-31T09:26:59.962Z Downloaded compression-codecs v0.4.32
3082026-08-31T09:26:59.962Z Downloaded hex v0.4.3
3092026-08-31T09:26:59.965Z Downloaded gethostname v0.5.0
3102026-08-31T09:26:59.965Z Downloaded crucible-workspace-hack v0.1.0
3112026-08-31T09:26:59.965Z Downloaded heck v0.5.0
3122026-08-31T09:26:59.968Z Downloaded cpufeatures v0.3.0
3132026-08-31T09:26:59.969Z Downloaded futures-io v0.3.32
3142026-08-31T09:26:59.969Z Downloaded dtrace-parser v0.3.0
3152026-08-31T09:26:59.969Z Downloaded compression-core v0.4.32
3162026-08-31T09:26:59.972Z Downloaded cargo-platform v0.1.9
3172026-08-31T09:26:59.972Z Downloaded dof v0.3.0
3182026-08-31T09:26:59.972Z Downloaded git-stub v1.0.0
3192026-08-31T09:26:59.972Z Downloaded darling_macro v0.23.0
3202026-08-31T09:26:59.975Z Downloaded crypto-common v0.1.6
3212026-08-31T09:26:59.975Z Downloaded block-buffer v0.10.4
3222026-08-31T09:26:59.976Z Downloaded hash32 v0.3.1
3232026-08-31T09:26:59.977Z Downloaded clap_lex v1.1.0
3242026-08-31T09:26:59.980Z Downloaded ciborium-ll v0.2.2
3252026-08-31T09:26:59.981Z Downloaded foreign-types-shared v0.3.1
3262026-08-31T09:26:59.981Z Downloaded ciborium-io v0.2.2
3272026-08-31T09:26:59.981Z Downloaded dropshot-api-manager-types v0.7.2
3282026-08-31T09:26:59.981Z Downloaded dtrace-parser v0.2.0
3292026-08-31T09:26:59.981Z Downloaded dunce v1.0.5
3302026-08-31T09:26:59.984Z Downloaded cobs v0.3.0
3312026-08-31T09:26:59.987Z Downloaded hostname v0.3.1
3322026-08-31T09:26:59.987Z Downloaded constant_time_eq v0.3.1
3332026-08-31T09:26:59.989Z Downloaded form_urlencoded v1.2.2
3342026-08-31T09:26:59.989Z Downloaded cstr-argument v0.1.2
3352026-08-31T09:26:59.989Z Downloaded generic-array v0.14.7
3362026-08-31T09:26:59.989Z Downloaded defmt v0.3.100
3372026-08-31T09:26:59.992Z Downloaded convert_case v0.4.0
3382026-08-31T09:26:59.993Z Downloaded atomic-waker v1.1.2
3392026-08-31T09:26:59.993Z Downloaded foreign-types-shared v0.1.1
3402026-08-31T09:26:59.995Z Downloaded crypto-common v0.2.2
3412026-08-31T09:26:59.995Z Downloaded futures-macro v0.3.32
3422026-08-31T09:26:59.995Z Downloaded hostname v0.4.2
3432026-08-31T09:26:59.998Z Downloaded debug-ignore v1.0.5
3442026-08-31T09:26:59.998Z Downloaded fixedbitset v0.4.2
3452026-08-31T09:27:00.002Z Downloaded anstyle-parse v1.0.0
3462026-08-31T09:27:00.002Z Downloaded foldhash v0.1.5
3472026-08-31T09:27:00.005Z Downloaded darling_core v0.21.3
3482026-08-31T09:27:00.008Z Downloaded critical-section v1.2.0
3492026-08-31T09:27:00.008Z Downloaded cipher v0.4.4
3502026-08-31T09:27:00.008Z Downloaded httpdate v1.0.3
3512026-08-31T09:27:00.010Z Downloaded http-body v1.0.1
3522026-08-31T09:27:00.010Z Downloaded camino-tempfile v1.4.1
3532026-08-31T09:27:00.011Z Downloaded bit-vec v0.8.0
3542026-08-31T09:27:00.014Z Downloaded atomicwrites v0.4.4
3552026-08-31T09:27:00.014Z Downloaded either v1.15.0
3562026-08-31T09:27:00.014Z Downloaded heck v0.4.1
3572026-08-31T09:27:00.075Z Downloaded bytecount v0.6.9
3582026-08-31T09:27:00.075Z Downloaded crc32fast v1.5.0
3592026-08-31T09:27:00.075Z Downloaded foreign-types v0.5.0
3602026-08-31T09:27:00.075Z Downloaded hubpack_derive v0.1.1
3612026-08-31T09:27:00.075Z Downloaded foreign-types-macros v0.2.3
3622026-08-31T09:27:00.075Z Downloaded hubpack v0.1.2
3632026-08-31T09:27:00.075Z Downloaded hyper-tls v0.6.0
3642026-08-31T09:27:00.075Z Downloaded ident_case v1.0.1
3652026-08-31T09:27:00.075Z Downloaded cmake v0.1.54
3662026-08-31T09:27:00.075Z Downloaded crossbeam-deque v0.8.6
3672026-08-31T09:27:00.075Z Downloaded byteorder v1.5.0
3682026-08-31T09:27:00.075Z Downloaded block-buffer v0.12.0
3692026-08-31T09:27:00.075Z Downloaded indent_write v2.2.0
3702026-08-31T09:27:00.075Z Downloaded bitflags v1.3.2
3712026-08-31T09:27:00.075Z Downloaded fixedbitset v0.5.7
3722026-08-31T09:27:00.075Z Downloaded highway v1.3.0
3732026-08-31T09:27:00.075Z Downloaded glob v0.3.3
3742026-08-31T09:27:00.076Z Downloaded fs-err v3.1.2
3752026-08-31T09:27:00.076Z Downloaded cargo_metadata v0.18.1
3762026-08-31T09:27:00.076Z Downloaded futures-task v0.3.32
3772026-08-31T09:27:00.076Z Downloaded internet-checksum v0.2.1
3782026-08-31T09:27:00.076Z Downloaded globset v0.4.16
3792026-08-31T09:27:00.076Z Downloaded is_terminal_polyfill v1.70.1
3802026-08-31T09:27:00.076Z Downloaded is_ci v1.2.0
3812026-08-31T09:27:00.076Z Downloaded const_format_proc_macros v0.2.34
3822026-08-31T09:27:00.076Z Downloaded inout v0.1.4
3832026-08-31T09:27:00.076Z Downloaded argon2 v0.5.3
3842026-08-31T09:27:00.076Z Downloaded is-terminal v0.4.16
3852026-08-31T09:27:00.076Z Downloaded instant v0.1.13
3862026-08-31T09:27:00.076Z Downloaded darling v0.21.3
3872026-08-31T09:27:00.076Z Downloaded console v0.15.11
3882026-08-31T09:27:00.076Z Downloaded lazy_static v1.5.0
3892026-08-31T09:27:00.076Z Downloaded chacha20 v0.9.1
3902026-08-31T09:27:00.076Z Downloaded itoa v1.0.15
3912026-08-31T09:27:00.082Z Downloaded bitflags v2.11.1
3922026-08-31T09:27:00.082Z Downloaded cancel-safe-futures v0.1.5
3932026-08-31T09:27:00.082Z Downloaded csv-core v0.1.12
3942026-08-31T09:27:00.082Z Downloaded git-stub-vcs v0.1.0
3952026-08-31T09:27:00.082Z Downloaded linked-hash-map v0.5.6
3962026-08-31T09:27:00.083Z Downloaded libscf-sys v1.2.0
3972026-08-31T09:27:00.083Z Downloaded keccak v0.1.6
3982026-08-31T09:27:00.083Z Downloaded ff v0.13.1
3992026-08-31T09:27:00.083Z Downloaded daft v0.1.5
4002026-08-31T09:27:00.083Z Downloaded derive-ex v0.1.8
4012026-08-31T09:27:00.083Z Downloaded cexpr v0.6.0
4022026-08-31T09:27:00.089Z Downloaded managed v0.8.0
4032026-08-31T09:27:00.089Z Downloaded humantime v2.3.0
4042026-08-31T09:27:00.089Z Downloaded foldhash v0.2.0
4052026-08-31T09:27:00.089Z Downloaded digest v0.11.3
4062026-08-31T09:27:00.089Z Downloaded lru-slab v0.1.2
4072026-08-31T09:27:00.089Z Downloaded lru-cache v0.1.2
4082026-08-31T09:27:00.089Z Downloaded group v0.13.0
4092026-08-31T09:27:00.092Z Downloaded http-body-util v0.1.3
4102026-08-31T09:27:00.092Z Downloaded macaddr v1.0.1
4112026-08-31T09:27:00.092Z Downloaded displaydoc v0.2.5
4122026-08-31T09:27:00.092Z Downloaded memoffset v0.9.1
4132026-08-31T09:27:00.092Z Downloaded match_cfg v0.1.0
4142026-08-31T09:27:00.095Z Downloaded find-msvc-tools v0.1.9
4152026-08-31T09:27:00.095Z Downloaded anstyle v1.0.14
4162026-08-31T09:27:00.095Z Downloaded num v0.4.3
4172026-08-31T09:27:00.099Z Downloaded ipnet v2.11.0
4182026-08-31T09:27:00.102Z Downloaded ingot v0.1.1
4192026-08-31T09:27:00.105Z Downloaded idna_adapter v1.2.1
4202026-08-31T09:27:00.105Z Downloaded ciborium v0.2.2
4212026-08-31T09:27:00.105Z Downloaded camino v1.2.3
4222026-08-31T09:27:00.108Z Downloaded anyhow v1.0.102
4232026-08-31T09:27:00.112Z Downloaded mime v0.3.17
4242026-08-31T09:27:00.112Z Downloaded memmap v0.7.0
4252026-08-31T09:27:00.112Z Downloaded colored v3.1.1
4262026-08-31T09:27:00.116Z Downloaded darling v0.23.0
4272026-08-31T09:27:00.116Z Downloaded num-conv v0.2.1
4282026-08-31T09:27:00.119Z Downloaded newline-converter v0.3.0
4292026-08-31T09:27:00.119Z Downloaded getrandom v0.2.16
4302026-08-31T09:27:00.119Z Downloaded num-derive v0.4.2
4312026-08-31T09:27:00.119Z Downloaded ingot-types v0.1.2
4322026-08-31T09:27:00.124Z Downloaded num_enum_derive v0.5.11
4332026-08-31T09:27:00.124Z Downloaded clap_derive v4.6.1
4342026-08-31T09:27:00.124Z Downloaded blake2 v0.10.6
4352026-08-31T09:27:00.127Z Downloaded hmac v0.12.1
4362026-08-31T09:27:00.127Z Downloaded daft-derive v0.1.5
4372026-08-31T09:27:00.130Z Downloaded kstat-rs v0.2.4
4382026-08-31T09:27:00.130Z Downloaded erased-serde v0.3.31
4392026-08-31T09:27:00.130Z Downloaded newtype_derive v0.1.6
4402026-08-31T09:27:00.133Z Downloaded elliptic-curve v0.13.8
4412026-08-31T09:27:00.133Z Downloaded derive_more v0.99.20
4422026-08-31T09:27:00.136Z Downloaded olpc-cjson v0.1.4
4432026-08-31T09:27:00.139Z Downloaded num_threads v0.1.7
4442026-08-31T09:27:00.139Z Downloaded ipnetwork v0.21.1
4452026-08-31T09:27:00.139Z Downloaded openssl-macros v0.1.1
4462026-08-31T09:27:00.142Z Downloaded opaque-debug v0.3.1
4472026-08-31T09:27:00.142Z Downloaded omicron-workspace-hack v0.1.0
4482026-08-31T09:27:00.143Z Downloaded num-iter v0.1.45
4492026-08-31T09:27:00.143Z Downloaded percent-encoding v2.3.2
4502026-08-31T09:27:00.146Z Downloaded libsw-core v0.3.2
4512026-08-31T09:27:00.146Z Downloaded darling_core v0.23.0
4522026-08-31T09:27:00.146Z Downloaded linear-map v1.2.0
4532026-08-31T09:27:00.150Z Downloaded libsw v3.5.0
4542026-08-31T09:27:00.150Z Downloaded libloading v0.8.9
4552026-08-31T09:27:00.153Z Downloaded iana-time-zone v0.1.64
4562026-08-31T09:27:00.153Z Downloaded filetime v0.2.26
4572026-08-31T09:27:00.153Z Downloaded digest v0.10.7
4582026-08-31T09:27:00.153Z Downloaded futures-channel v0.3.32
4592026-08-31T09:27:00.156Z Downloaded crossbeam-utils v0.8.21
4602026-08-31T09:27:00.156Z Downloaded cookie v0.18.1
4612026-08-31T09:27:00.160Z Downloaded newtype-uuid v1.3.2
4622026-08-31T09:27:00.161Z Downloaded parse-display v0.10.0
4632026-08-31T09:27:00.161Z Downloaded multer v3.1.0
4642026-08-31T09:27:00.164Z Downloaded anstream v1.0.0
4652026-08-31T09:27:00.167Z Downloaded plain v0.2.3
4662026-08-31T09:27:00.167Z Downloaded clang-sys v1.8.1
4672026-08-31T09:27:00.171Z Downloaded ingot-macros v0.1.1
4682026-08-31T09:27:00.171Z Downloaded httparse v1.10.1
4692026-08-31T09:27:00.174Z Downloaded crossbeam-epoch v0.9.18
4702026-08-31T09:27:00.174Z Downloaded allocator-api2 v0.2.21
4712026-08-31T09:27:00.177Z Downloaded const-oid v0.10.2
4722026-08-31T09:27:00.177Z Downloaded hyper-rustls v0.27.7
4732026-08-31T09:27:00.180Z Downloaded hybrid-array v0.4.12
4742026-08-31T09:27:00.184Z Downloaded proc-macro-crate v1.3.1
4752026-08-31T09:27:00.184Z Downloaded const_format v0.2.34
4762026-08-31T09:27:00.188Z Downloaded num_enum v0.7.5
4772026-08-31T09:27:00.191Z Downloaded newtype-uuid-macros v0.1.0
4782026-08-31T09:27:00.191Z Downloaded native-tls v0.2.14
4792026-08-31T09:27:00.194Z Downloaded progenitor-client v0.11.1
4802026-08-31T09:27:00.194Z Downloaded progenitor-client v0.10.0
4812026-08-31T09:27:00.194Z Downloaded async-compression v0.4.33
4822026-08-31T09:27:00.200Z Downloaded getrandom v0.3.4
4832026-08-31T09:27:00.203Z Downloaded litemap v0.8.0
4842026-08-31T09:27:00.203Z Downloaded openssl-probe v0.1.6
4852026-08-31T09:27:00.203Z Downloaded base64 v0.22.1
4862026-08-31T09:27:00.203Z Downloaded num-complex v0.4.6
4872026-08-31T09:27:00.206Z Downloaded getrandom v0.4.2
4882026-08-31T09:27:00.206Z Downloaded progenitor-macro v0.14.0
4892026-08-31T09:27:00.209Z Downloaded quick-error v1.2.3
4902026-08-31T09:27:00.209Z Downloaded progenitor-macro v0.11.1
4912026-08-31T09:27:00.209Z Downloaded progenitor-macro v0.10.0
4922026-08-31T09:27:00.212Z Downloaded pretty-hex v0.4.1
4932026-08-31T09:27:00.212Z Downloaded num_enum_derive v0.7.5
4942026-08-31T09:27:00.212Z Downloaded num_enum v0.5.11
4952026-08-31T09:27:00.217Z Downloaded rand_xorshift v0.4.0
4962026-08-31T09:27:00.217Z Downloaded progenitor-client v0.14.0
4972026-08-31T09:27:00.217Z Downloaded pem v3.0.5
4982026-08-31T09:27:00.220Z Downloaded proc-macro-error-attr2 v2.0.0
4992026-08-31T09:27:00.220Z Downloaded proc-macro-error-attr v1.0.4
5002026-08-31T09:27:00.220Z Downloaded icu_properties v2.0.1
5012026-08-31T09:27:00.220Z Downloaded powerfmt v0.2.0
5022026-08-31T09:27:00.223Z Downloaded memmap2 v0.9.8
5032026-08-31T09:27:00.223Z Downloaded pest_generator v2.8.2
5042026-08-31T09:27:00.223Z Downloaded flate2 v1.1.2
5052026-08-31T09:27:00.228Z Downloaded lock_api v0.4.14
5062026-08-31T09:27:00.228Z Downloaded dropshot_endpoint v0.16.7
5072026-08-31T09:27:00.232Z Downloaded pin-project-internal v1.1.10
5082026-08-31T09:27:00.232Z Downloaded ref-cast v1.0.25
5092026-08-31T09:27:00.232Z Downloaded oxnet v0.1.6
5102026-08-31T09:27:00.232Z Downloaded oxide-tokio-rt v0.1.6
5112026-08-31T09:27:00.236Z Downloaded paste v1.0.15
5122026-08-31T09:27:00.236Z Downloaded ref-cast-impl v1.0.25
5132026-08-31T09:27:00.236Z Downloaded num-integer v0.1.46
5142026-08-31T09:27:00.239Z Downloaded indexmap v1.9.3
5152026-08-31T09:27:00.239Z Downloaded clap v4.6.1
5162026-08-31T09:27:00.648Z Downloaded rustc_version v0.4.1
5172026-08-31T09:27:00.652Z Downloaded rand_chacha v0.3.1
5182026-08-31T09:27:00.652Z Downloaded progenitor v0.10.0
5192026-08-31T09:27:00.652Z Downloaded proc-macro-error2 v2.0.1
5202026-08-31T09:27:00.652Z Downloaded progenitor v0.14.0
5212026-08-31T09:27:00.652Z Downloaded rustc_version v0.1.7
5222026-08-31T09:27:00.652Z Downloaded password-hash v0.5.0
5232026-08-31T09:27:00.652Z Downloaded rustc-hash v2.1.1
5242026-08-31T09:27:00.652Z Downloaded progenitor v0.11.1
5252026-08-31T09:27:00.653Z Downloaded cc v1.2.64
5262026-08-31T09:27:00.653Z Downloaded dropshot_endpoint v0.17.1
5272026-08-31T09:27:00.653Z Downloaded half v2.7.1
5282026-08-31T09:27:00.653Z Downloaded once_cell v1.21.3
5292026-08-31T09:27:00.653Z Downloaded crypto-bigint v0.5.5
5302026-08-31T09:27:00.653Z Downloaded icu_provider v2.0.0
5312026-08-31T09:27:00.653Z Downloaded icu_normalizer v2.0.0
5322026-08-31T09:27:00.653Z Downloaded same-file v1.0.6
5332026-08-31T09:27:00.653Z Downloaded crossbeam-channel v0.5.15
5342026-08-31T09:27:00.653Z Downloaded phf v0.12.1
5352026-08-31T09:27:00.653Z Downloaded scroll_derive v0.12.1
5362026-08-31T09:27:00.653Z Downloaded bytes v1.12.0
5372026-08-31T09:27:00.653Z Downloaded chacha20poly1305 v0.10.1
5382026-08-31T09:27:00.653Z Downloaded parse-display-derive v0.10.0
5392026-08-31T09:27:00.653Z Downloaded pkg-config v0.3.32
5402026-08-31T09:27:00.653Z Downloaded futures v0.3.32
5412026-08-31T09:27:00.653Z Downloaded owo-colors v4.3.0
5422026-08-31T09:27:00.653Z Downloaded drift v0.2.0
5432026-08-31T09:27:00.653Z Downloaded scopeguard v1.2.0
5442026-08-31T09:27:00.654Z Downloaded rand_core v0.9.3
5452026-08-31T09:27:00.654Z Downloaded proc-macro-error v1.0.4
5462026-08-31T09:27:00.654Z Downloaded ppv-lite86 v0.2.21
5472026-08-31T09:27:00.654Z Downloaded serde-big-array v0.5.1
5482026-08-31T09:27:00.654Z Downloaded num-rational v0.4.2
5492026-08-31T09:27:00.654Z Downloaded semver v0.1.20
5502026-08-31T09:27:00.654Z Downloaded secrecy v0.10.3
5512026-08-31T09:27:00.654Z Downloaded search_path v0.1.4
5522026-08-31T09:27:00.654Z Downloaded potential_utf v0.1.3
5532026-08-31T09:27:00.654Z Downloaded pest_meta v2.8.2
5542026-08-31T09:27:00.654Z Downloaded serde_spanned v1.1.1
5552026-08-31T09:27:00.654Z Downloaded sha1 v0.10.6
5562026-08-31T09:27:00.654Z Downloaded parking_lot v0.12.5
5572026-08-31T09:27:00.654Z Downloaded serde_spanned v0.6.9
5582026-08-31T09:27:00.654Z Downloaded log v0.4.29
5592026-08-31T09:27:00.654Z Downloaded num-traits v0.2.19
5602026-08-31T09:27:00.654Z Downloaded rustls-pemfile v2.2.0
5612026-08-31T09:27:00.654Z Downloaded rustversion v1.0.22
5622026-08-31T09:27:00.655Z Downloaded rand_core v0.6.4
5632026-08-31T09:27:00.655Z Downloaded rand_chacha v0.9.0
5642026-08-31T09:27:00.655Z Downloaded quote v1.0.45
5652026-08-31T09:27:00.655Z Downloaded signal-hook-tokio v0.4.0
5662026-08-31T09:27:00.655Z Downloaded serde_urlencoded v0.7.1
5672026-08-31T09:27:00.655Z Downloaded resolv-conf v0.7.5
5682026-08-31T09:27:00.655Z Downloaded serde_plain v1.0.2
5692026-08-31T09:27:00.655Z Downloaded pest_derive v2.8.2
5702026-08-31T09:27:00.655Z Downloaded parking_lot_core v0.9.12
5712026-08-31T09:27:00.655Z Downloaded phf_shared v0.12.1
5722026-08-31T09:27:00.655Z Downloaded omicron-zone-package v0.12.2
5732026-08-31T09:27:00.655Z Downloaded jobserver v0.1.34
5742026-08-31T09:27:00.655Z Downloaded sha1 v0.11.0
5752026-08-31T09:27:00.655Z Downloaded scroll v0.13.0
5762026-08-31T09:27:00.655Z Downloaded siphasher v1.0.1
5772026-08-31T09:27:00.655Z Downloaded schemars_derive v0.8.22
5782026-08-31T09:27:00.655Z Downloaded smawk v0.3.2
5792026-08-31T09:27:00.655Z Downloaded strum v0.26.3
5802026-08-31T09:27:00.655Z Downloaded stable_deref_trait v1.2.0
5812026-08-31T09:27:00.655Z Downloaded icu_normalizer_data v2.0.0
5822026-08-31T09:27:00.655Z Downloaded icu_collections v2.0.0
5832026-08-31T09:27:00.655Z Downloaded pin-project-lite v0.2.16
5842026-08-31T09:27:00.655Z Downloaded slog-bunyan v2.5.0
5852026-08-31T09:27:00.655Z Downloaded sigpipe v0.1.3
5862026-08-31T09:27:00.655Z Downloaded scroll_derive v0.13.1
5872026-08-31T09:27:00.655Z Downloaded poly1305 v0.8.0
5882026-08-31T09:27:00.655Z Downloaded pin-project v1.1.10
5892026-08-31T09:27:00.655Z Downloaded structmeta-derive v0.3.0
5902026-08-31T09:27:00.655Z Downloaded structmeta v0.3.0
5912026-08-31T09:27:00.655Z Downloaded strsim v0.11.1
5922026-08-31T09:27:00.655Z Downloaded scroll v0.12.0
5932026-08-31T09:27:00.655Z Downloaded strum v0.27.2
5942026-08-31T09:27:00.655Z Downloaded strum v0.28.0
5952026-08-31T09:27:00.655Z Downloaded subtle v2.6.1
5962026-08-31T09:27:00.655Z Downloaded serde_derive_internals v0.29.1
5972026-08-31T09:27:00.655Z Downloaded sync_wrapper v1.0.2
5982026-08-31T09:27:00.655Z Downloaded swrite v0.1.0
5992026-08-31T09:27:00.655Z Downloaded supports-color v3.0.2
6002026-08-31T09:27:00.655Z Downloaded curl v0.4.50
6012026-08-31T09:27:00.656Z Downloaded jiff-static v0.2.15
6022026-08-31T09:27:00.656Z Downloaded signal-hook-registry v1.4.6
6032026-08-31T09:27:00.656Z Downloaded tagptr v0.2.0
6042026-08-31T09:27:00.656Z Downloaded ryu v1.0.20
6052026-08-31T09:27:00.656Z Downloaded shlex v1.3.0
6062026-08-31T09:27:00.656Z Downloaded progenitor-impl v0.11.1
6072026-08-31T09:27:00.656Z Downloaded papergrid v0.11.0
6082026-08-31T09:27:00.656Z Downloaded rusty-fork v0.3.0
6092026-08-31T09:27:00.656Z Downloaded quinn-udp v0.5.14
6102026-08-31T09:27:00.656Z Downloaded progenitor-impl v0.14.0
6112026-08-31T09:27:00.656Z Downloaded slab v0.4.11
6122026-08-31T09:27:00.656Z Downloaded serde_repr v0.1.20
6132026-08-31T09:27:00.656Z Downloaded smf v0.2.3
6142026-08-31T09:27:00.656Z Downloaded serde_path_to_error v0.1.20
6152026-08-31T09:27:00.656Z Downloaded tabwriter v1.4.1
6162026-08-31T09:27:00.656Z Downloaded tabled_derive v0.7.0
6172026-08-31T09:27:00.660Z Downloaded progenitor-impl v0.10.0
6182026-08-31T09:27:00.660Z Downloaded termtree v0.5.1
6192026-08-31T09:27:00.660Z Downloaded take_mut v0.2.2
6202026-08-31T09:27:00.660Z Downloaded testing_table v0.3.0
6212026-08-31T09:27:00.660Z Downloaded thread-id v4.2.2
6222026-08-31T09:27:00.660Z Downloaded semver v1.0.28
6232026-08-31T09:27:00.660Z Downloaded papergrid v0.18.0
6242026-08-31T09:27:00.660Z Downloaded shlex v2.0.1
6252026-08-31T09:27:00.660Z Downloaded sha2 v0.10.9
6262026-08-31T09:27:00.660Z Downloaded hickory-resolver v0.25.2
6272026-08-31T09:27:00.660Z Downloaded heapless v0.8.0
6282026-08-31T09:27:00.660Z Downloaded thread-id v5.0.0
6292026-08-31T09:27:00.660Z Downloaded icu_locale_core v2.0.0
6302026-08-31T09:27:00.660Z Downloaded tokio-macros v2.7.0
6312026-08-31T09:27:00.660Z Downloaded miniz_oxide v0.8.9
6322026-08-31T09:27:00.660Z Downloaded static_assertions v1.1.0
6332026-08-31T09:27:00.660Z Downloaded snafu-derive v0.8.9
6342026-08-31T09:27:00.660Z Downloaded strum_macros v0.26.4
6352026-08-31T09:27:00.660Z Downloaded postcard v1.1.3
6362026-08-31T09:27:00.662Z Downloaded hashbrown v0.12.3
6372026-08-31T09:27:00.662Z Downloaded slog-json v2.6.1
6382026-08-31T09:27:00.662Z Downloaded time-core v0.1.8
6392026-08-31T09:27:00.662Z Downloaded thiserror-impl-no-std v2.0.2
6402026-08-31T09:27:00.662Z Downloaded slog-dtrace v0.3.0
6412026-08-31T09:27:00.662Z Downloaded slog-async v2.8.0
6422026-08-31T09:27:00.662Z Downloaded tinyvec_macros v0.1.1
6432026-08-31T09:27:00.662Z Downloaded slog-term v2.9.2
6442026-08-31T09:27:00.662Z Downloaded expectorate v1.2.0
6452026-08-31T09:27:00.662Z Downloaded signal-hook v0.4.4
6462026-08-31T09:27:00.662Z Downloaded serde_tokenstream v0.2.3
6472026-08-31T09:27:00.662Z Downloaded proc-macro2 v1.0.106
6482026-08-31T09:27:00.662Z Downloaded strum_macros v0.28.0
6492026-08-31T09:27:00.662Z Downloaded toml_datetime v0.6.11
6502026-08-31T09:27:00.662Z Downloaded smallvec v1.15.1
6512026-08-31T09:27:00.662Z Downloaded thiserror-impl v1.0.69
6522026-08-31T09:27:00.662Z Downloaded terminal_size v0.4.3
6532026-08-31T09:27:00.662Z Downloaded toml_write v0.1.2
6542026-08-31T09:27:00.662Z Downloaded tower-service v0.3.3
6552026-08-31T09:27:00.662Z Downloaded tower-layer v0.3.3
6562026-08-31T09:27:00.662Z Downloaded try-lock v0.2.5
6572026-08-31T09:27:00.662Z Downloaded thiserror v1.0.69
6582026-08-31T09:27:00.662Z Downloaded thiserror-impl v2.0.18
6592026-08-31T09:27:00.662Z Downloaded thiserror v2.0.18
6602026-08-31T09:27:00.662Z Downloaded memchr v2.7.5
6612026-08-31T09:27:00.662Z Downloaded indexmap v2.14.0
6622026-08-31T09:27:00.662Z Downloaded tinystr v0.8.1
6632026-08-31T09:27:00.663Z Downloaded time-macros v0.2.27
6642026-08-31T09:27:00.663Z Downloaded synstructure v0.13.2
6652026-08-31T09:27:00.663Z Downloaded serde_with_macros v3.22.0
6662026-08-31T09:27:00.663Z Downloaded hyper-util v0.1.20
6672026-08-31T09:27:00.663Z Downloaded topological-sort v0.2.2
6682026-08-31T09:27:00.663Z Downloaded hickory-resolver v0.24.4
6692026-08-31T09:27:00.663Z Downloaded serde_derive v1.0.228
6702026-08-31T09:27:00.663Z Downloaded tokio-native-tls v0.3.1
6712026-08-31T09:27:00.663Z Downloaded tokio-rustls v0.25.0
6722026-08-31T09:27:00.663Z Downloaded typify-macro v0.6.2
6732026-08-31T09:27:00.663Z Downloaded typify-macro v0.4.3
6742026-08-31T09:27:00.663Z Downloaded openssl-sys v0.9.117
6752026-08-31T09:27:00.663Z Downloaded unarray v0.1.4
6762026-08-31T09:27:00.663Z Downloaded untrusted v0.7.1
6772026-08-31T09:27:00.663Z Downloaded rustls-pki-types v1.12.0
6782026-08-31T09:27:00.663Z Downloaded thiserror-no-std v2.0.2
6792026-08-31T09:27:00.663Z Downloaded untrusted v0.9.0
6802026-08-31T09:27:00.663Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6812026-08-31T09:27:00.663Z Downloaded thread_local v1.1.9
6822026-08-31T09:27:00.663Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6832026-08-31T09:27:00.663Z Downloaded schemars v0.8.22
6842026-08-31T09:27:00.663Z Downloaded tokio-dtrace v0.1.1
6852026-08-31T09:27:00.663Z Downloaded universal-hash v0.5.1
6862026-08-31T09:27:00.663Z Downloaded similar v2.7.0
6872026-08-31T09:27:00.663Z Downloaded usdt v0.5.0
6882026-08-31T09:27:00.663Z Downloaded quinn v0.11.9
6892026-08-31T09:27:00.663Z Downloaded utf8parse v0.2.2
6902026-08-31T09:27:00.664Z Downloaded utf8_iter v1.0.4
6912026-08-31T09:27:00.664Z Downloaded usdt-macro v0.5.0
6922026-08-31T09:27:00.664Z Downloaded usdt-attr-macro v0.6.0
6932026-08-31T09:27:00.664Z Downloaded usdt-attr-macro v0.5.0
6942026-08-31T09:27:00.664Z Downloaded usdt v0.6.0
6952026-08-31T09:27:00.664Z Downloaded http v1.4.2
6962026-08-31T09:27:00.664Z Downloaded hashbrown v0.16.1
6972026-08-31T09:27:00.664Z Downloaded spin v0.9.8
6982026-08-31T09:27:00.664Z Downloaded scuffle v0.1.0
6992026-08-31T09:27:00.664Z Downloaded socket2 v0.6.4
7002026-08-31T09:27:00.664Z Downloaded mio v1.2.1
7012026-08-31T09:27:00.664Z Downloaded rayon-core v1.13.0
7022026-08-31T09:27:00.664Z Downloaded nom v7.1.3
7032026-08-31T09:27:00.664Z Downloaded serde_core v1.0.228
7042026-08-31T09:27:00.664Z Downloaded prettyplease v0.2.37
7052026-08-31T09:27:00.664Z Downloaded hashbrown v0.17.1
7062026-08-31T09:27:00.664Z Downloaded toml_writer v1.1.1+spec-1.1.0
7072026-08-31T09:27:00.664Z Downloaded version_check v0.9.5
7082026-08-31T09:27:00.664Z Downloaded xattr v1.6.1
7092026-08-31T09:27:00.664Z Downloaded yoke-derive v0.8.0
7102026-08-31T09:27:00.664Z Downloaded tokio-rustls v0.26.4
7112026-08-31T09:27:00.664Z Downloaded zerofrom-derive v0.1.6
7122026-08-31T09:27:00.664Z Downloaded zerofrom v0.1.6
7132026-08-31T09:27:00.664Z Downloaded waitgroup v0.1.2
7142026-08-31T09:27:00.664Z Downloaded want v0.3.1
7152026-08-31T09:27:00.664Z Downloaded rustls-webpki v0.103.6
7162026-08-31T09:27:00.664Z Downloaded wait-timeout v0.2.1
7172026-08-31T09:27:00.668Z Downloaded term v1.2.0
7182026-08-31T09:27:00.668Z Downloaded strum_macros v0.27.2
7192026-08-31T09:27:00.668Z Downloaded toml v0.8.23
7202026-08-31T09:27:00.668Z Downloaded tokio-stream v0.1.17
7212026-08-31T09:27:00.668Z Downloaded zeroize_derive v1.4.3
7222026-08-31T09:27:00.668Z Downloaded minimal-lexical v0.2.1
7232026-08-31T09:27:00.668Z Downloaded usdt-impl v0.6.0
7242026-08-31T09:27:00.669Z Downloaded schemars v0.9.0
7252026-08-31T09:27:00.669Z Downloaded toml_parser v1.1.2+spec-1.1.0
7262026-08-31T09:27:00.669Z Downloaded usdt-macro v0.6.0
7272026-08-31T09:27:00.669Z Downloaded usdt-impl v0.5.0
7282026-08-31T09:27:00.669Z Downloaded textwrap v0.16.2
7292026-08-31T09:27:00.669Z Downloaded unicode-linebreak v0.1.5
7302026-08-31T09:27:00.669Z Downloaded snafu v0.8.9
7312026-08-31T09:27:00.669Z Downloaded slog v2.8.2
7322026-08-31T09:27:00.669Z Downloaded unicode-xid v0.2.6
7332026-08-31T09:27:00.669Z Downloaded iddqd v0.3.18
7342026-08-31T09:27:00.669Z Downloaded zone_cfg_derive v0.3.1
7352026-08-31T09:27:00.669Z Downloaded whoami v1.6.1
7362026-08-31T09:27:00.669Z Downloaded walkdir v2.5.0
7372026-08-31T09:27:00.669Z Downloaded schemars v1.2.0
7382026-08-31T09:27:00.669Z Downloaded yoke v0.8.0
7392026-08-31T09:27:00.669Z Downloaded qorb v0.4.1
7402026-08-31T09:27:00.669Z Downloaded serde_yaml v0.9.34+deprecated
7412026-08-31T09:27:00.669Z Downloaded tempfile v3.27.0
7422026-08-31T09:27:00.669Z Downloaded zerovec-derive v0.11.1
7432026-08-31T09:27:00.669Z Downloaded zeroize v1.8.1
7442026-08-31T09:27:00.669Z Downloaded zmij v1.0.17
7452026-08-31T09:27:00.669Z Downloaded vsss-rs v3.3.4
7462026-08-31T09:27:00.669Z Downloaded aho-corasick v1.1.3
7472026-08-31T09:27:00.669Z Downloaded bindgen v0.72.1
7482026-08-31T09:27:00.670Z Downloaded rand v0.9.3
7492026-08-31T09:27:00.670Z Downloaded icu_properties_data v2.0.1
7502026-08-31T09:27:00.670Z Downloaded typify v0.4.3
7512026-08-31T09:27:00.670Z Downloaded tracing-attributes v0.1.30
7522026-08-31T09:27:00.670Z Downloaded writeable v0.6.1
7532026-08-31T09:27:00.670Z Downloaded test-strategy v0.4.3
7542026-08-31T09:27:00.670Z Downloaded unsafe-libyaml v0.2.11
7552026-08-31T09:27:00.670Z Downloaded serde v1.0.228
7562026-08-31T09:27:00.673Z Downloaded toml v0.9.12+spec-1.1.0
7572026-08-31T09:27:00.673Z Downloaded toml v0.7.8
7582026-08-31T09:27:00.673Z Downloaded toml v1.1.2+spec-1.1.0
7592026-08-31T09:27:00.684Z Downloaded rand v0.8.5
7602026-08-31T09:27:00.687Z Downloaded clap_builder v4.6.0
7612026-08-31T09:27:00.693Z Downloaded tar v0.4.45
7622026-08-31T09:27:00.696Z Downloaded pest v2.8.2
7632026-08-31T09:27:00.697Z Downloaded vergen v8.3.2
7642026-08-31T09:27:01.118Z Downloaded zerocopy-derive v0.7.35
7652026-08-31T09:27:01.121Z Downloaded typify v0.6.2
7662026-08-31T09:27:01.121Z Downloaded unicode-ident v1.0.24
7672026-08-31T09:27:01.121Z Downloaded steno v0.4.1
7682026-08-31T09:27:01.122Z Downloaded ucd-trie v0.1.7
7692026-08-31T09:27:01.122Z Downloaded zone v0.3.1
7702026-08-31T09:27:01.122Z Downloaded tinyvec v1.10.0
7712026-08-31T09:27:01.122Z Downloaded hashbrown v0.15.5
7722026-08-31T09:27:01.122Z Downloaded tracing-core v0.1.34
7732026-08-31T09:27:01.122Z Downloaded blake3 v1.8.2
7742026-08-31T09:27:01.122Z Downloaded zerotrie v0.2.2
7752026-08-31T09:27:01.122Z Downloaded toml_edit v0.22.27
7762026-08-31T09:27:01.122Z Downloaded idna v1.1.0
7772026-08-31T09:27:01.122Z Downloaded aws-lc-rs v1.16.2
7782026-08-31T09:27:01.122Z Downloaded iddqd v0.4.5
7792026-08-31T09:27:01.122Z Downloaded dropshot-api-manager v0.7.2
7802026-08-31T09:27:01.122Z Downloaded hyper v1.10.1
7812026-08-31T09:27:01.122Z Downloaded chrono v0.4.45
7822026-08-31T09:27:01.123Z Downloaded zerocopy-derive v0.8.27
7832026-08-31T09:27:01.123Z Downloaded itertools v0.12.1
7842026-08-31T09:27:01.123Z Downloaded iri-string v0.7.8
7852026-08-31T09:27:01.123Z Downloaded tower v0.5.2
7862026-08-31T09:27:01.123Z Downloaded uuid v1.23.3
7872026-08-31T09:27:01.123Z Downloaded typenum v1.20.1
7882026-08-31T09:27:01.123Z Downloaded reqwest v0.12.23
7892026-08-31T09:27:01.123Z Downloaded unicode-segmentation v1.12.0
7902026-08-31T09:27:01.123Z Downloaded hkdf v0.12.4
7912026-08-31T09:27:01.123Z Downloaded serde_json v1.0.150
7922026-08-31T09:27:01.123Z Downloaded tracing v0.1.41
7932026-08-31T09:27:01.123Z Downloaded tokio-util v0.7.16
7942026-08-31T09:27:01.123Z Downloaded url v2.5.7
7952026-08-31T09:27:01.123Z Downloaded typed-path v0.9.3
7962026-08-31T09:27:01.124Z Downloaded libm v0.2.15
7972026-08-31T09:27:01.124Z Downloaded itertools v0.15.0
7982026-08-31T09:27:01.124Z Downloaded unicode-normalization v0.1.24
7992026-08-31T09:27:01.124Z Downloaded itertools v0.14.0
8002026-08-31T09:27:01.124Z Downloaded rayon v1.11.0
8012026-08-31T09:27:01.124Z Downloaded tower-http v0.6.8
8022026-08-31T09:27:01.124Z Downloaded h2 v0.4.14
8032026-08-31T09:27:01.124Z Downloaded futures-util v0.3.32
8042026-08-31T09:27:01.124Z Downloaded toml_edit v0.19.15
8052026-08-31T09:27:01.124Z Downloaded reqwest v0.13.2
8062026-08-31T09:27:01.124Z Downloaded git2 v0.19.0
8072026-08-31T09:27:01.124Z Downloaded regex v1.12.4
8082026-08-31T09:27:01.124Z Downloaded winnow v0.5.40
8092026-08-31T09:27:01.124Z Downloaded zerocopy v0.7.35
8102026-08-31T09:27:01.124Z Downloaded zerovec v0.11.4
8112026-08-31T09:27:01.124Z Downloaded quinn-proto v0.11.14
8122026-08-31T09:27:01.124Z Downloaded rustls-webpki v0.102.8
8132026-08-31T09:27:01.124Z Downloaded portable-atomic v1.11.1
8142026-08-31T09:27:01.124Z Downloaded goblin v0.8.2
8152026-08-31T09:27:01.124Z Downloaded tabled v0.21.0
8162026-08-31T09:27:01.124Z Downloaded openssl v0.10.81
8172026-08-31T09:27:01.124Z Downloaded proptest v1.8.0
8182026-08-31T09:27:01.124Z Downloaded syn v1.0.109
8192026-08-31T09:27:01.124Z Downloaded tough v0.20.0
8202026-08-31T09:27:01.124Z Downloaded goblin v0.10.1
8212026-08-31T09:27:01.124Z Downloaded curve25519-dalek v4.1.3
8222026-08-31T09:27:01.124Z Downloaded bstr v1.12.0
8232026-08-31T09:27:01.124Z Downloaded nix v0.31.3
8242026-08-31T09:27:01.124Z Downloaded serde_with v3.22.0
8252026-08-31T09:27:01.124Z Downloaded unicode-width v0.1.14
8262026-08-31T09:27:01.124Z Downloaded smoltcp v0.11.0
8272026-08-31T09:27:01.124Z Downloaded unicode-width v0.2.1
8282026-08-31T09:27:01.124Z Downloaded winnow v1.0.3
8292026-08-31T09:27:01.124Z Downloaded winnow v0.7.14
8302026-08-31T09:27:01.124Z Downloaded tabled v0.15.0
8312026-08-31T09:27:01.124Z Downloaded regress v0.11.1
8322026-08-31T09:27:01.124Z Downloaded rustls v0.22.4
8332026-08-31T09:27:01.124Z Downloaded rustls v0.23.40
8342026-08-31T09:27:01.124Z Downloaded time v0.3.47
8352026-08-31T09:27:01.125Z Downloaded rustix v0.38.44
8362026-08-31T09:27:01.125Z Downloaded vcpkg v0.2.15
8372026-08-31T09:27:01.125Z Downloaded nix v0.30.1
8382026-08-31T09:27:01.125Z Downloaded moka v0.12.11
8392026-08-31T09:27:01.129Z Downloaded zerocopy v0.8.27
8402026-08-31T09:27:01.135Z Downloaded webpki-roots v1.0.2
8412026-08-31T09:27:01.138Z Downloaded dropshot v0.17.1
8422026-08-31T09:27:01.148Z Downloaded syn v2.0.118
8432026-08-31T09:27:01.154Z Downloaded dropshot v0.16.7
8442026-08-31T09:27:01.166Z Downloaded typify-impl v0.4.3
8452026-08-31T09:27:01.174Z Downloaded regex-syntax v0.8.11
8462026-08-31T09:27:01.179Z Downloaded hickory-proto v0.25.2
8472026-08-31T09:27:01.188Z Downloaded hickory-proto v0.24.4
8482026-08-31T09:27:01.195Z Downloaded regress v0.10.5
8492026-08-31T09:27:01.200Z Downloaded openapiv3 v2.2.0
8502026-08-31T09:27:01.206Z Downloaded typify-impl v0.6.2
8512026-08-31T09:27:01.218Z Downloaded rustix v1.1.4
8522026-08-31T09:27:01.245Z Downloaded chrono-tz v0.10.4
8532026-08-31T09:27:01.257Z Downloaded libc v0.2.186
8542026-08-31T09:27:01.274Z Downloaded libz-sys v1.1.22
8552026-08-31T09:27:01.295Z Downloaded csv v1.4.0
8562026-08-31T09:27:01.322Z Downloaded tokio v1.52.3
8572026-08-31T09:27:01.344Z Downloaded regex-automata v0.4.13
8582026-08-31T09:27:01.353Z Downloaded petgraph v0.6.5
8592026-08-31T09:27:01.365Z Downloaded jiff v0.2.15
8602026-08-31T09:27:01.394Z Downloaded petgraph v0.8.2
8612026-08-31T09:27:01.431Z Downloaded sha3 v0.10.8
8622026-08-31T09:27:01.460Z Downloaded curl-sys v0.4.89+curl-8.20.0
8632026-08-31T09:27:01.547Z Downloaded encoding_rs v0.8.35
8642026-08-31T09:27:01.562Z Downloaded ring v0.17.14
8652026-08-31T09:27:01.594Z Downloaded libgit2-sys v0.17.0+1.8.1
8662026-08-31T09:27:01.962Z Downloaded aws-lc-sys v0.39.1
8672026-08-31T09:27:02.327Z Compiling proc-macro2 v1.0.106
8682026-08-31T09:27:02.327Z Compiling quote v1.0.45
8692026-08-31T09:27:02.327Z Compiling unicode-ident v1.0.24
8702026-08-31T09:27:02.528Z Compiling serde_core v1.0.228
8712026-08-31T09:27:02.531Z Compiling serde v1.0.228
8722026-08-31T09:27:02.531Z Compiling libc v0.2.186
8732026-08-31T09:27:02.531Z Checking cfg-if v1.0.4
8742026-08-31T09:27:02.642Z Compiling zmij v1.0.17
8752026-08-31T09:27:02.674Z Compiling autocfg v1.5.0
8762026-08-31T09:27:02.940Z Compiling memchr v2.7.5
8772026-08-31T09:27:02.985Z Compiling libm v0.2.15
8782026-08-31T09:27:03.719Z Compiling getrandom v0.4.2
8792026-08-31T09:27:03.723Z Compiling jobserver v0.1.34
8802026-08-31T09:27:03.723Z Compiling shlex v2.0.1
8812026-08-31T09:27:03.723Z Compiling find-msvc-tools v0.1.9
8822026-08-31T09:27:03.723Z Compiling version_check v0.9.5
8832026-08-31T09:27:03.751Z Compiling thiserror v2.0.18
8842026-08-31T09:27:03.795Z Compiling syn v2.0.118
8852026-08-31T09:27:03.856Z Compiling cc v1.2.64
8862026-08-31T09:27:03.891Z Checking smallvec v1.15.1
8872026-08-31T09:27:03.891Z Checking itoa v1.0.15
8882026-08-31T09:27:04.021Z Compiling icu_normalizer_data v2.0.0
8892026-08-31T09:27:04.108Z Compiling icu_properties_data v2.0.1
8902026-08-31T09:27:04.124Z Compiling parking_lot_core v0.9.12
8912026-08-31T09:27:04.289Z Checking stable_deref_trait v1.2.0
8922026-08-31T09:27:04.358Z Compiling serde_json v1.0.150
8932026-08-31T09:27:04.471Z Compiling heck v0.5.0
8942026-08-31T09:27:04.635Z Checking writeable v0.6.1
8952026-08-31T09:27:04.651Z Checking litemap v0.8.0
8962026-08-31T09:27:04.668Z Compiling num-traits v0.2.19
8972026-08-31T09:27:04.826Z Checking percent-encoding v2.3.2
8982026-08-31T09:27:05.057Z Checking form_urlencoded v1.2.2
8992026-08-31T09:27:05.094Z Checking utf8_iter v1.0.4
9002026-08-31T09:27:05.183Z Compiling zerocopy v0.8.27
9012026-08-31T09:27:05.199Z Checking pin-project-lite v0.2.16
9022026-08-31T09:27:05.216Z Compiling log v0.4.29
9032026-08-31T09:27:05.233Z Compiling equivalent v1.0.2
9042026-08-31T09:27:05.297Z Compiling semver v1.0.28
9052026-08-31T09:27:05.315Z Checking iana-time-zone v0.1.64
9062026-08-31T09:27:05.334Z Compiling rustversion v1.0.22
9072026-08-31T09:27:05.400Z Checking getrandom v0.2.16
9082026-08-31T09:27:05.445Z Checking socket2 v0.6.4
9092026-08-31T09:27:05.571Z Checking uuid v1.23.3
9102026-08-31T09:27:05.624Z Checking scopeguard v1.2.0
9112026-08-31T09:27:05.693Z Checking bitflags v2.11.1
9122026-08-31T09:27:05.735Z Checking lock_api v0.4.14
9132026-08-31T09:27:05.857Z Checking signal-hook-registry v1.4.6
9142026-08-31T09:27:05.875Z Checking mio v1.2.1
9152026-08-31T09:27:06.009Z Checking parking_lot v0.12.5
9162026-08-31T09:27:06.027Z Compiling schemars v0.8.22
9172026-08-31T09:27:06.042Z Checking dyn-clone v1.0.20
9182026-08-31T09:27:06.149Z Compiling portable-atomic v1.11.1
9192026-08-31T09:27:06.165Z Checking futures-core v0.3.32
9202026-08-31T09:27:06.289Z Compiling ring v0.17.14
9212026-08-31T09:27:06.305Z Checking critical-section v1.2.0
9222026-08-31T09:27:06.338Z Compiling hashbrown v0.17.1
9232026-08-31T09:27:06.357Z Compiling httparse v1.10.1
9242026-08-31T09:27:06.475Z Checking subtle v2.6.1
9252026-08-31T09:27:06.596Z Compiling regex-syntax v0.8.11
9262026-08-31T09:27:06.615Z Compiling synstructure v0.13.2
9272026-08-31T09:27:06.631Z Compiling serde_derive_internals v0.29.1
9282026-08-31T09:27:07.041Z Compiling indexmap v2.14.0
9292026-08-31T09:27:07.182Z Checking once_cell v1.21.3
9302026-08-31T09:27:07.369Z Checking futures-sink v0.3.32
9312026-08-31T09:27:07.478Z Checking slab v0.4.11
9322026-08-31T09:27:07.499Z Compiling aho-corasick v1.1.3
9332026-08-31T09:27:07.579Z Compiling rustix v1.1.4
9342026-08-31T09:27:07.637Z Compiling thiserror v1.0.69
9352026-08-31T09:27:07.688Z Checking rand_core v0.6.4
9362026-08-31T09:27:07.780Z Checking typenum v1.20.1
9372026-08-31T09:27:07.875Z Compiling serde_derive v1.0.228
9382026-08-31T09:27:07.916Z Compiling zerofrom-derive v0.1.6
9392026-08-31T09:27:07.941Z Compiling yoke-derive v0.8.0
9402026-08-31T09:27:08.317Z Compiling zerovec-derive v0.11.1
9412026-08-31T09:27:08.538Z Compiling displaydoc v0.2.5
9422026-08-31T09:27:08.687Z Compiling thiserror-impl v2.0.18
9432026-08-31T09:27:08.959Z Compiling schemars_derive v0.8.22
9442026-08-31T09:27:08.984Z Compiling tokio-macros v2.7.0
9452026-08-31T09:27:09.125Z Checking zerofrom v0.1.6
9462026-08-31T09:27:09.247Z Checking yoke v0.8.0
9472026-08-31T09:27:09.278Z Compiling zerocopy-derive v0.8.27
9482026-08-31T09:27:09.426Z Checking zerotrie v0.2.2
9492026-08-31T09:27:09.452Z Checking zerovec v0.11.4
9502026-08-31T09:27:09.677Z Compiling futures-macro v0.3.32
9512026-08-31T09:27:09.706Z Compiling zeroize_derive v1.4.3
9522026-08-31T09:27:10.134Z Compiling regex-automata v0.4.13
9532026-08-31T09:27:10.174Z Checking tinystr v0.8.1
9542026-08-31T09:27:10.329Z Checking potential_utf v0.1.3
9552026-08-31T09:27:10.351Z Checking zeroize v1.8.1
9562026-08-31T09:27:10.354Z Checking icu_locale_core v2.0.0
9572026-08-31T09:27:10.458Z Checking icu_collections v2.0.0
9582026-08-31T09:27:10.501Z Compiling thiserror-impl v1.0.69
9592026-08-31T09:27:10.813Z Checking icu_provider v2.0.0
9602026-08-31T09:27:10.922Z Checking bytes v1.12.0
9612026-08-31T09:27:11.028Z Checking chrono v0.4.45
9622026-08-31T09:27:11.083Z Checking icu_properties v2.0.1
9632026-08-31T09:27:11.171Z Checking icu_normalizer v2.0.0
9642026-08-31T09:27:11.353Z Compiling serde_tokenstream v0.2.3
9652026-08-31T09:27:11.480Z Checking tokio v1.52.3
9662026-08-31T09:27:11.654Z Checking futures-channel v0.3.32
9672026-08-31T09:27:11.818Z Compiling regex v1.12.4
9682026-08-31T09:27:11.833Z Compiling ucd-trie v0.1.7
9692026-08-31T09:27:11.836Z Checking futures-task v0.3.32
9702026-08-31T09:27:11.868Z Checking futures-io v0.3.32
9712026-08-31T09:27:11.886Z Checking idna_adapter v1.2.1
9722026-08-31T09:27:11.985Z Compiling pest v2.8.2
9732026-08-31T09:27:12.005Z Checking futures-util v0.3.32
9742026-08-31T09:27:12.021Z Checking idna v1.1.0
9752026-08-31T09:27:12.062Z Compiling pkg-config v0.3.32
9762026-08-31T09:27:12.205Z Compiling anyhow v1.0.102
9772026-08-31T09:27:12.264Z Checking url v2.5.7
9782026-08-31T09:27:12.516Z Compiling tracing-attributes v0.1.30
9792026-08-31T09:27:12.751Z Checking tracing-core v0.1.34
9802026-08-31T09:27:12.870Z Compiling generic-array v0.14.7
9812026-08-31T09:27:13.052Z Compiling pest_meta v2.8.2
9822026-08-31T09:27:13.096Z Compiling allocator-api2 v0.2.21
9832026-08-31T09:27:13.167Z Compiling vcpkg v0.2.15
9842026-08-31T09:27:13.325Z Compiling foldhash v0.2.0
9852026-08-31T09:27:13.515Z Compiling hashbrown v0.16.1
9862026-08-31T09:27:13.579Z Checking fnv v1.0.7
9872026-08-31T09:27:13.681Z Compiling pest_generator v2.8.2
9882026-08-31T09:27:13.741Z Checking tracing v0.1.41
9892026-08-31T09:27:13.804Z Checking http v1.4.2
9902026-08-31T09:27:13.956Z Compiling getrandom v0.3.4
9912026-08-31T09:27:14.240Z Compiling byteorder v1.5.0
9922026-08-31T09:27:14.328Z Compiling camino v1.2.3
9932026-08-31T09:27:14.376Z Checking crypto-common v0.1.6
9942026-08-31T09:27:14.392Z Compiling pest_derive v2.8.2
9952026-08-31T09:27:14.472Z Checking errno v0.3.14
9962026-08-31T09:27:14.508Z Compiling num-conv v0.2.1
9972026-08-31T09:27:14.600Z Compiling time-core v0.1.8
9982026-08-31T09:27:14.665Z Checking ipnet v2.11.0
9992026-08-31T09:27:14.697Z Checking base64 v0.22.1
10002026-08-31T09:27:14.715Z Checking tokio-util v0.7.16
10012026-08-31T09:27:14.749Z Compiling time-macros v0.2.27
10022026-08-31T09:27:14.895Z Compiling scroll_derive v0.13.1
10032026-08-31T09:27:14.899Z Compiling paste v1.0.15
10042026-08-31T09:27:14.936Z Checking http-body v1.0.1
10052026-08-31T09:27:14.953Z Checking rustls-pki-types v1.12.0
10062026-08-31T09:27:15.068Z Checking atomic-waker v1.1.2
10072026-08-31T09:27:15.216Z Compiling strsim v0.11.1
10082026-08-31T09:27:15.516Z Checking tower-service v0.3.3
10092026-08-31T09:27:15.589Z Checking try-lock v0.2.5
10102026-08-31T09:27:15.612Z Checking untrusted v0.9.0
10112026-08-31T09:27:15.677Z Checking tower-layer v0.3.3
10122026-08-31T09:27:15.695Z Checking want v0.3.1
10132026-08-31T09:27:15.742Z Checking h2 v0.4.14
10142026-08-31T09:27:15.746Z Checking ryu v1.0.20
10152026-08-31T09:27:15.778Z Checking httpdate v1.0.3
10162026-08-31T09:27:15.814Z Compiling ident_case v1.0.1
10172026-08-31T09:27:15.832Z Compiling openssl-sys v0.9.117
10182026-08-31T09:27:15.896Z Compiling async-trait v0.1.89
10192026-08-31T09:27:15.925Z Compiling cmake v0.1.54
10202026-08-31T09:27:15.942Z Compiling dunce v1.0.5
10212026-08-31T09:27:16.056Z Compiling crossbeam-utils v0.8.21
10222026-08-31T09:27:16.076Z Compiling fs_extra v1.3.0
10232026-08-31T09:27:16.274Z Checking pretty-hex v0.4.1
10242026-08-31T09:27:16.332Z Compiling aws-lc-sys v0.39.1
10252026-08-31T09:27:16.350Z Compiling scroll v0.13.0
10262026-08-31T09:27:16.390Z Checking block-buffer v0.10.4
10272026-08-31T09:27:16.425Z Compiling regress v0.10.5
10282026-08-31T09:27:16.480Z Checking ppv-lite86 v0.2.21
10292026-08-31T09:27:16.630Z Compiling slog v2.8.2
10302026-08-31T09:27:16.634Z Compiling usdt-impl v0.6.0
10312026-08-31T09:27:16.724Z Compiling plain v0.2.3
10322026-08-31T09:27:16.840Z Compiling goblin v0.10.1
10332026-08-31T09:27:16.877Z Checking digest v0.10.7
10342026-08-31T09:27:16.928Z Checking http-body-util v0.1.3
10352026-08-31T09:27:16.953Z Checking ipnetwork v0.21.1
10362026-08-31T09:27:17.089Z Checking erased-serde v0.3.31
10372026-08-31T09:27:17.237Z Compiling omicron-workspace-hack v0.1.0
10382026-08-31T09:27:17.308Z Checking serde_urlencoded v0.7.1
10392026-08-31T09:27:17.468Z Compiling dtrace-parser v0.3.0
10402026-08-31T09:27:17.516Z Compiling openapiv3 v2.2.0
10412026-08-31T09:27:17.577Z Compiling daft-derive v0.1.5
10422026-08-31T09:27:17.624Z Checking hyper v1.10.1
10432026-08-31T09:27:17.742Z Compiling thread-id v5.0.0
10442026-08-31T09:27:18.058Z Compiling typify-impl v0.4.3
10452026-08-31T09:27:18.415Z Compiling aws-lc-rs v1.16.2
10462026-08-31T09:27:18.582Z Checking hyper-util v0.1.20
10472026-08-31T09:27:19.143Z Checking encoding_rs v0.8.35
10482026-08-31T09:27:19.203Z Checking cpufeatures v0.2.17
10492026-08-31T09:27:19.273Z Checking untrusted v0.7.1
10502026-08-31T09:27:19.399Z Compiling slog-async v2.8.0
10512026-08-31T09:27:19.404Z Checking mime v0.3.17
10522026-08-31T09:27:19.586Z Compiling dof v0.4.0
10532026-08-31T09:27:19.734Z Checking rand_core v0.9.3
10542026-08-31T09:27:19.767Z Checking oxnet v0.1.6
10552026-08-31T09:27:20.029Z Compiling structmeta-derive v0.3.0
10562026-08-31T09:27:20.159Z Compiling multer v3.1.0
10572026-08-31T09:27:20.283Z Compiling rustls v0.23.40
10582026-08-31T09:27:20.330Z Compiling unsafe-libyaml v0.2.11
10592026-08-31T09:27:20.381Z Compiling rustls v0.22.4
10602026-08-31T09:27:20.564Z Compiling usdt-attr-macro v0.6.0
10612026-08-31T09:27:20.589Z Compiling usdt-macro v0.6.0
10622026-08-31T09:27:20.761Z Compiling async-stream-impl v0.3.6
10632026-08-31T09:27:20.993Z Compiling serde_yaml v0.9.34+deprecated
10642026-08-31T09:27:21.043Z Compiling structmeta v0.3.0
10652026-08-31T09:27:21.250Z Checking sync_wrapper v1.0.2
10662026-08-31T09:27:21.357Z Compiling openssl v0.10.81
10672026-08-31T09:27:21.391Z Checking hex v0.4.3
10682026-08-31T09:27:21.424Z Compiling typify-macro v0.4.3
10692026-08-31T09:27:21.599Z Checking fastrand v2.3.0
10702026-08-31T09:27:21.617Z Checking foreign-types-shared v0.1.1
10712026-08-31T09:27:21.657Z Checking tower v0.5.2
10722026-08-31T09:27:21.705Z Checking foreign-types v0.3.2
10732026-08-31T09:27:21.777Z Checking rand_chacha v0.9.0
10742026-08-31T09:27:21.794Z Checking tempfile v3.27.0
10752026-08-31T09:27:21.797Z Checking futures-executor v0.3.32
10762026-08-31T09:27:21.963Z Compiling strum_macros v0.26.4
10772026-08-31T09:27:21.963Z Compiling openssl-macros v0.1.1
10782026-08-31T09:27:21.999Z Compiling native-tls v0.2.14
10792026-08-31T09:27:22.046Z Checking powerfmt v0.2.0
10802026-08-31T09:27:22.201Z Checking openssl-probe v0.1.6
10812026-08-31T09:27:22.231Z Checking iri-string v0.7.8
10822026-08-31T09:27:22.272Z Checking deranged v0.5.3
10832026-08-31T09:27:22.307Z Checking rand v0.9.3
10842026-08-31T09:27:22.759Z Checking futures v0.3.32
10852026-08-31T09:27:22.841Z Compiling newtype-uuid-macros v0.1.0
10862026-08-31T09:27:22.882Z Compiling typify v0.4.3
10872026-08-31T09:27:22.979Z Compiling ref-cast v1.0.25
10882026-08-31T09:27:23.236Z Checking tower-http v0.6.8
10892026-08-31T09:27:23.285Z Checking num_threads v0.1.7
10902026-08-31T09:27:23.431Z Compiling darling_core v0.23.0
10912026-08-31T09:27:23.526Z Checking time v0.3.47
10922026-08-31T09:27:23.561Z Compiling ref-cast-impl v1.0.25
10932026-08-31T09:27:23.607Z Compiling dropshot v0.16.7
10942026-08-31T09:27:23.624Z Checking memmap2 v0.9.8
10952026-08-31T09:27:23.785Z Checking unicode-width v0.2.1
10962026-08-31T09:27:24.045Z Compiling derive-ex v0.1.8
10972026-08-31T09:27:24.145Z Checking crossbeam-channel v0.5.15
10982026-08-31T09:27:24.176Z Checking webpki-roots v1.0.2
10992026-08-31T09:27:24.299Z Compiling dropshot_endpoint v0.16.7
11002026-08-31T09:27:24.482Z Compiling strum_macros v0.27.2
11012026-08-31T09:27:24.623Z Checking tokio-native-tls v0.3.1
11022026-08-31T09:27:24.663Z Checking winnow v0.7.14
11032026-08-31T09:27:24.829Z Checking hyper-tls v0.6.0
11042026-08-31T09:27:24.962Z Compiling progenitor-impl v0.11.1
11052026-08-31T09:27:25.532Z Compiling darling_macro v0.23.0
11062026-08-31T09:27:25.609Z Compiling test-strategy v0.4.3
11072026-08-31T09:27:25.978Z Checking newtype-uuid v1.3.2
11082026-08-31T09:27:26.073Z Compiling darling v0.23.0
11092026-08-31T09:27:26.157Z Checking thread_local v1.1.9
11102026-08-31T09:27:26.175Z Checking winnow v1.0.3
11112026-08-31T09:27:26.192Z Checking daft v0.1.5
11122026-08-31T09:27:26.258Z Compiling serde_with_macros v3.22.0
11132026-08-31T09:27:26.325Z Checking serde_spanned v1.1.1
11142026-08-31T09:27:26.416Z Checking is-terminal v0.4.16
11152026-08-31T09:27:26.455Z Checking match_cfg v0.1.0
11162026-08-31T09:27:26.458Z Checking toml_parser v1.1.2+spec-1.1.0
11172026-08-31T09:27:26.506Z Checking either v1.15.0
11182026-08-31T09:27:26.526Z Checking debug-ignore v1.0.5
11192026-08-31T09:27:26.691Z Checking term v1.2.0
11202026-08-31T09:27:26.750Z Checking take_mut v0.2.2
11212026-08-31T09:27:26.773Z Checking toml_writer v1.1.1+spec-1.1.0
11222026-08-31T09:27:26.794Z Checking usdt v0.6.0
11232026-08-31T09:27:26.909Z Checking slog-term v2.9.2
11242026-08-31T09:27:26.934Z Checking hostname v0.3.1
11252026-08-31T09:27:26.950Z Checking slog-json v2.6.1
11262026-08-31T09:27:27.008Z Checking spin v0.9.8
11272026-08-31T09:27:27.011Z Compiling progenitor-macro v0.11.1
11282026-08-31T09:27:27.046Z Compiling syn v1.0.109
11292026-08-31T09:27:27.100Z Checking slog-bunyan v2.5.0
11302026-08-31T09:27:27.157Z Checking async-stream v0.3.6
11312026-08-31T09:27:27.213Z Compiling parse-display-derive v0.10.0
11322026-08-31T09:27:27.332Z Checking rustls-webpki v0.102.8
11332026-08-31T09:27:27.336Z Checking rustls-pemfile v2.2.0
11342026-08-31T09:27:27.367Z Checking waitgroup v0.1.2
11352026-08-31T09:27:27.433Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11362026-08-31T09:27:27.466Z Checking serde_path_to_error v0.1.20
11372026-08-31T09:27:27.484Z Checking hostname v0.4.2
11382026-08-31T09:27:27.584Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-08-31T09:27:27.737Z Checking strum v0.26.3
11402026-08-31T09:27:27.853Z Checking rand_chacha v0.3.1
11412026-08-31T09:27:27.874Z Checking macaddr v1.0.1
11422026-08-31T09:27:27.907Z Checking toml_datetime v0.7.5+spec-1.1.0
11432026-08-31T09:27:28.045Z Checking wait-timeout v0.2.1
11442026-08-31T09:27:28.064Z Checking bit-vec v0.8.0
11452026-08-31T09:27:28.106Z Checking lazy_static v1.5.0
11462026-08-31T09:27:28.172Z Checking quick-error v1.2.3
11472026-08-31T09:27:28.207Z Checking toml v0.9.12+spec-1.1.0
11482026-08-31T09:27:28.256Z Checking bit-set v0.8.0
11492026-08-31T09:27:28.277Z Checking rusty-fork v0.3.0
11502026-08-31T09:27:28.445Z Checking rand v0.8.5
11512026-08-31T09:27:28.463Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11522026-08-31T09:27:28.714Z Checking rand_xorshift v0.4.0
11532026-08-31T09:27:28.826Z Checking sha1 v0.10.6
11542026-08-31T09:27:28.844Z Checking unarray v0.1.4
11552026-08-31T09:27:28.951Z Checking proptest v1.8.0
11562026-08-31T09:27:28.989Z Checking strum v0.27.2
11572026-08-31T09:27:29.123Z Checking tabwriter v1.4.1
11582026-08-31T09:27:29.163Z Checking tokio-rustls v0.25.0
11592026-08-31T09:27:29.205Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-08-31T09:27:29.271Z Checking colored v3.1.1
11612026-08-31T09:27:29.349Z Checking serde_with v3.22.0
11622026-08-31T09:27:29.795Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11632026-08-31T09:27:30.028Z Checking instant v0.1.13
11642026-08-31T09:27:30.123Z Checking rustc-hash v2.1.1
11652026-08-31T09:27:30.463Z Checking iddqd v0.3.18
11662026-08-31T09:27:30.493Z Checking backoff v0.4.0
11672026-08-31T09:27:30.579Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11682026-08-31T09:27:30.672Z Checking parse-display v0.10.0
11692026-08-31T09:27:30.826Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11702026-08-31T09:27:30.860Z Checking itertools v0.14.0
11712026-08-31T09:27:30.940Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-08-31T09:27:31.185Z Compiling toml_datetime v0.6.11
11732026-08-31T09:27:31.258Z Compiling clap_derive v4.6.1
11742026-08-31T09:27:31.303Z Checking utf8parse v0.2.2
11752026-08-31T09:27:31.419Z Checking anstyle-parse v1.0.0
11762026-08-31T09:27:31.586Z Checking terminal_size v0.4.3
11772026-08-31T09:27:31.787Z Checking is_terminal_polyfill v1.70.1
11782026-08-31T09:27:31.861Z Checking colorchoice v1.0.4
11792026-08-31T09:27:31.880Z Checking anstyle-query v1.1.4
11802026-08-31T09:27:31.885Z Checking anstyle v1.0.14
11812026-08-31T09:27:32.080Z Checking anstream v1.0.0
11822026-08-31T09:27:32.255Z Checking clap_lex v1.1.0
11832026-08-31T09:27:32.416Z Checking clap_builder v4.6.0
11842026-08-31T09:27:33.636Z Checking clap v4.6.1
11852026-08-31T09:27:34.792Z Compiling num-derive v0.4.2
11862026-08-31T09:27:35.192Z Compiling cfg_aliases v0.2.1
11872026-08-31T09:27:35.346Z Compiling rustls-webpki v0.103.6
11882026-08-31T09:27:35.767Z Compiling prettyplease v0.2.37
11892026-08-31T09:27:36.731Z Compiling memoffset v0.9.1
11902026-08-31T09:27:37.462Z Checking crossbeam-epoch v0.9.18
11912026-08-31T09:27:37.596Z Compiling winnow v0.5.40
11922026-08-31T09:27:38.499Z Checking serde_spanned v0.6.9
11932026-08-31T09:27:38.533Z Compiling tokio-rustls v0.26.4
11942026-08-31T09:27:39.035Z Compiling toml_edit v0.19.15
11952026-08-31T09:27:39.093Z Compiling rayon-core v1.13.0
11962026-08-31T09:27:40.171Z Compiling proc-macro-crate v1.3.1
11972026-08-31T09:27:40.193Z Compiling darling_core v0.21.3
11982026-08-31T09:27:40.221Z Compiling zerocopy-derive v0.7.35
11992026-08-31T09:27:40.738Z Compiling crc32fast v1.5.0
12002026-08-31T09:27:41.094Z Compiling hyper-rustls v0.27.7
12012026-08-31T09:27:41.385Z Compiling reqwest v0.12.23
12022026-08-31T09:27:41.780Z Checking crossbeam-deque v0.8.6
12032026-08-31T09:27:42.267Z Compiling darling_macro v0.21.3
12042026-08-31T09:27:42.520Z Compiling progenitor-client v0.11.1
12052026-08-31T09:27:42.662Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12062026-08-31T09:27:42.880Z Checking adler2 v2.0.1
12072026-08-31T09:27:42.991Z Checking miniz_oxide v0.8.9
12082026-08-31T09:27:43.341Z Compiling darling v0.21.3
12092026-08-31T09:27:43.399Z Compiling progenitor v0.11.1
12102026-08-31T09:27:44.344Z Compiling num-integer v0.1.46
12112026-08-31T09:27:44.458Z Compiling proc-macro-error-attr v1.0.4
12122026-08-31T09:27:44.694Z Compiling heapless v0.8.0
12132026-08-31T09:27:44.952Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12142026-08-31T09:27:44.952Z Checking flate2 v1.1.2
12152026-08-31T09:27:45.159Z Compiling ingot-macros v0.1.1
12162026-08-31T09:27:45.258Z Compiling progenitor-client v0.10.0
12172026-08-31T09:27:46.095Z Checking hash32 v0.3.1
12182026-08-31T09:27:46.231Z Checking hybrid-array v0.4.12
12192026-08-31T09:27:46.360Z Compiling proc-macro-error v1.0.4
12202026-08-31T09:27:46.593Z Checking toml_write v0.1.2
12212026-08-31T09:27:46.764Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12222026-08-31T09:27:46.787Z Compiling smoltcp v0.11.0
12232026-08-31T09:27:47.007Z Checking toml_edit v0.22.27
12242026-08-31T09:27:47.205Z Checking num-iter v0.1.45
12252026-08-31T09:27:47.363Z Checking num-rational v0.4.2
12262026-08-31T09:27:47.603Z Compiling zerocopy v0.7.35
12272026-08-31T09:27:47.707Z Compiling num_enum_derive v0.7.5
12282026-08-31T09:27:47.765Z Checking ingot-types v0.1.2
12292026-08-31T09:27:48.046Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12302026-08-31T09:27:48.111Z Compiling hubpack_derive v0.1.1
12312026-08-31T09:27:48.232Z Checking cobs v0.3.0
12322026-08-31T09:27:48.300Z Compiling foreign-types-macros v0.2.3
12332026-08-31T09:27:48.413Z Compiling scroll_derive v0.12.1
12342026-08-31T09:27:48.490Z Compiling num-complex v0.4.6
12352026-08-31T09:27:48.753Z Compiling usdt-impl v0.5.0
12362026-08-31T09:27:48.887Z Checking foreign-types-shared v0.3.1
12372026-08-31T09:27:48.956Z Checking bitflags v1.3.2
12382026-08-31T09:27:48.987Z Compiling crucible-workspace-hack v0.1.0
12392026-08-31T09:27:49.019Z Checking managed v0.8.0
12402026-08-31T09:27:49.131Z Checking scroll v0.12.0
12412026-08-31T09:27:49.266Z Checking foreign-types v0.5.0
12422026-08-31T09:27:49.271Z Checking num v0.4.3
12432026-08-31T09:27:49.361Z Checking num_enum v0.7.5
12442026-08-31T09:27:49.365Z Checking hubpack v0.1.2
12452026-08-31T09:27:49.453Z Checking postcard v1.1.3
12462026-08-31T09:27:49.489Z Checking ingot v0.1.1
12472026-08-31T09:27:49.528Z Checking toml v0.8.23
12482026-08-31T09:27:49.707Z Compiling dof v0.3.0
12492026-08-31T09:27:50.116Z Checking crypto-common v0.2.2
12502026-08-31T09:27:50.202Z Checking block-buffer v0.12.0
12512026-08-31T09:27:50.444Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12522026-08-31T09:27:50.458Z Compiling dtrace-parser v0.2.0
12532026-08-31T09:27:50.604Z Checking camino-tempfile v1.4.1
12542026-08-31T09:27:50.771Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-31T09:27:50.786Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12562026-08-31T09:27:50.871Z Checking cstr-argument v0.1.2
12572026-08-31T09:27:50.966Z Compiling thread-id v4.2.2
12582026-08-31T09:27:50.966Z Checking static_assertions v1.1.0
12592026-08-31T09:27:51.006Z Compiling minimal-lexical v0.2.1
12602026-08-31T09:27:51.096Z Checking float-ord v0.3.2
12612026-08-31T09:27:51.135Z Compiling heck v0.4.1
12622026-08-31T09:27:51.181Z Checking const-oid v0.10.2
12632026-08-31T09:27:51.192Z Checking compression-core v0.4.32
12642026-08-31T09:27:51.261Z Compiling nom v7.1.3
12652026-08-31T09:27:51.330Z Checking compression-codecs v0.4.32
12662026-08-31T09:27:51.351Z Checking digest v0.11.3
12672026-08-31T09:27:51.496Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12682026-08-31T09:27:51.513Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-08-31T09:27:51.538Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12702026-08-31T09:27:51.734Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12712026-08-31T09:27:51.763Z Checking goblin v0.8.2
12722026-08-31T09:27:51.874Z Checking rayon v1.11.0
12732026-08-31T09:27:52.206Z Compiling num_enum_derive v0.5.11
12742026-08-31T09:27:52.265Z Compiling nix v0.31.3
12752026-08-31T09:27:52.371Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12762026-08-31T09:27:52.521Z Compiling rustc_version v0.4.1
12772026-08-31T09:27:52.634Z Checking toml_datetime v1.1.1+spec-1.1.0
12782026-08-31T09:27:52.807Z Compiling dropshot v0.17.1
12792026-08-31T09:27:52.860Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12802026-08-31T09:27:53.029Z Checking tinyvec_macros v0.1.1
12812026-08-31T09:27:53.078Z Compiling convert_case v0.4.0
12822026-08-31T09:27:53.100Z Checking cpufeatures v0.3.0
12832026-08-31T09:27:53.114Z Compiling rustix v0.38.44
12842026-08-31T09:27:53.165Z Checking num_enum v0.5.11
12852026-08-31T09:27:53.198Z Checking sha1 v0.11.0
12862026-08-31T09:27:53.300Z Checking tinyvec v1.10.0
12872026-08-31T09:27:53.423Z Compiling derive_more v0.99.20
12882026-08-31T09:27:53.502Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-08-31T09:27:53.578Z Checking toml v1.1.2+spec-1.1.0
12902026-08-31T09:27:53.631Z Checking async-compression v0.4.33
12912026-08-31T09:27:53.882Z Checking libscf-sys v1.2.0
12922026-08-31T09:27:53.980Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-08-31T09:27:54.012Z Compiling nix v0.30.1
12942026-08-31T09:27:54.158Z Compiling libz-sys v1.1.22
12952026-08-31T09:27:54.263Z Compiling dropshot_endpoint v0.17.1
12962026-08-31T09:27:54.283Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12972026-08-31T09:27:54.494Z Checking bytecount v0.6.9
12982026-08-31T09:27:54.648Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12992026-08-31T09:27:55.365Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13002026-08-31T09:27:55.462Z Compiling usdt-attr-macro v0.5.0
13012026-08-31T09:27:55.516Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13022026-08-31T09:27:55.536Z Compiling usdt-macro v0.5.0
13032026-08-31T09:27:55.621Z Compiling zone_cfg_derive v0.3.1
13042026-08-31T09:27:55.859Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13052026-08-31T09:27:55.877Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13062026-08-31T09:27:56.035Z Checking itertools v0.12.1
13072026-08-31T09:27:56.160Z Checking memmap v0.7.0
13082026-08-31T09:27:56.228Z Checking sigpipe v0.1.3
13092026-08-31T09:27:56.243Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-08-31T09:27:56.263Z Checking glob v0.3.3
13112026-08-31T09:27:56.281Z Checking jiff v0.2.15
13122026-08-31T09:27:56.297Z Checking usdt v0.5.0
13132026-08-31T09:27:56.426Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13142026-08-31T09:27:56.444Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13152026-08-31T09:27:56.581Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13162026-08-31T09:27:56.609Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13172026-08-31T09:27:56.639Z Checking smf v0.2.3
13182026-08-31T09:27:56.685Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13192026-08-31T09:27:56.779Z Checking secrecy v0.10.3
13202026-08-31T09:27:56.823Z Checking bstr v1.12.0
13212026-08-31T09:27:56.866Z Checking whoami v1.6.1
13222026-08-31T09:27:57.031Z Checking zone v0.3.1
13232026-08-31T09:27:57.049Z Compiling curve25519-dalek v4.1.3
13242026-08-31T09:27:57.153Z Checking hmac v0.12.1
13252026-08-31T09:27:57.220Z Compiling clang-sys v1.8.1
13262026-08-31T09:27:57.292Z Checking inout v0.1.4
13272026-08-31T09:27:57.326Z Compiling enum-as-inner v0.6.1
13282026-08-31T09:27:57.344Z Checking ff v0.13.1
13292026-08-31T09:27:57.375Z Checking data-encoding v2.9.0
13302026-08-31T09:27:57.421Z Compiling semver v0.1.20
13312026-08-31T09:27:57.467Z Checking group v0.13.0
13322026-08-31T09:27:57.576Z Checking cipher v0.4.4
13332026-08-31T09:27:57.617Z Compiling rustc_version v0.1.7
13342026-08-31T09:27:57.673Z Checking hkdf v0.12.4
13352026-08-31T09:27:57.714Z Checking atomicwrites v0.4.4
13362026-08-31T09:27:57.770Z Compiling thiserror-impl-no-std v2.0.2
13372026-08-31T09:27:57.806Z Checking universal-hash v0.5.1
13382026-08-31T09:27:57.822Z Checking crypto-bigint v0.5.5
13392026-08-31T09:27:57.842Z Compiling regress v0.11.1
13402026-08-31T09:27:57.880Z Checking half v2.7.1
13412026-08-31T09:27:57.929Z Compiling curve25519-dalek-derive v0.1.1
13422026-08-31T09:27:58.103Z Checking indent_write v2.2.0
13432026-08-31T09:27:58.244Z Checking ciborium-io v0.2.2
13442026-08-31T09:27:58.339Z Checking base64ct v1.8.0
13452026-08-31T09:27:58.616Z Checking opaque-debug v0.3.1
13462026-08-31T09:27:58.633Z Checking base16ct v0.2.0
13472026-08-31T09:27:58.691Z Checking poly1305 v0.8.0
13482026-08-31T09:27:58.710Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13492026-08-31T09:27:58.757Z Checking elliptic-curve v0.13.8
13502026-08-31T09:27:58.871Z Checking password-hash v0.5.0
13512026-08-31T09:27:58.916Z Checking thiserror-no-std v2.0.2
13522026-08-31T09:27:58.934Z Checking ciborium-ll v0.2.2
13532026-08-31T09:27:59.041Z Compiling newtype_derive v0.1.6
13542026-08-31T09:27:59.061Z Checking chacha20 v0.9.1
13552026-08-31T09:27:59.105Z Checking similar v2.7.0
13562026-08-31T09:27:59.125Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13572026-08-31T09:27:59.256Z Checking blake2 v0.10.6
13582026-08-31T09:27:59.275Z Checking aead v0.5.2
13592026-08-31T09:27:59.389Z Compiling libloading v0.8.9
13602026-08-31T09:27:59.417Z Compiling bindgen v0.72.1
13612026-08-31T09:27:59.448Z Compiling typify-impl v0.6.2
13622026-08-31T09:27:59.467Z Checking resolv-conf v0.7.5
13632026-08-31T09:27:59.509Z Checking linked-hash-map v0.5.6
13642026-08-31T09:27:59.586Z Compiling owo-colors v4.3.0
13652026-08-31T09:27:59.654Z Checking keccak v0.1.6
13662026-08-31T09:27:59.672Z Checking lru-cache v0.1.2
13672026-08-31T09:27:59.794Z Checking argon2 v0.5.3
13682026-08-31T09:27:59.814Z Checking sha3 v0.10.8
13692026-08-31T09:27:59.977Z Checking vsss-rs v3.3.4
13702026-08-31T09:28:00.008Z Checking chacha20poly1305 v0.10.1
13712026-08-31T09:28:00.139Z Checking ciborium v0.2.2
13722026-08-31T09:28:00.158Z Checking hickory-proto v0.24.4
13732026-08-31T09:28:00.482Z Checking tokio-dtrace v0.1.1
13742026-08-31T09:28:00.552Z Checking papergrid v0.18.0
13752026-08-31T09:28:00.571Z Compiling cexpr v0.6.0
13762026-08-31T09:28:00.664Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13772026-08-31T09:28:00.950Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13782026-08-31T09:28:01.162Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13792026-08-31T09:28:01.316Z Checking serde-big-array v0.5.1
13802026-08-31T09:28:01.399Z Compiling derive-where v1.6.0
13812026-08-31T09:28:01.455Z Compiling serde_repr v0.1.20
13822026-08-31T09:28:01.674Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13832026-08-31T09:28:01.702Z Checking siphasher v1.0.1
13842026-08-31T09:28:01.871Z Checking unicode-segmentation v1.12.0
13852026-08-31T09:28:01.905Z Checking same-file v1.0.6
13862026-08-31T09:28:01.943Z Compiling shlex v1.3.0
13872026-08-31T09:28:02.016Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13882026-08-31T09:28:02.036Z Checking walkdir v2.5.0
13892026-08-31T09:28:02.188Z Checking newline-converter v0.3.0
13902026-08-31T09:28:02.254Z Checking phf_shared v0.12.1
13912026-08-31T09:28:02.299Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13922026-08-31T09:28:02.397Z Checking hickory-resolver v0.24.4
13932026-08-31T09:28:02.625Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13942026-08-31T09:28:02.646Z Checking tabled v0.21.0
13952026-08-31T09:28:02.836Z Compiling typify-macro v0.6.2
13962026-08-31T09:28:03.055Z Checking oxide-tokio-rt v0.1.6
13972026-08-31T09:28:03.221Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13982026-08-31T09:28:03.898Z Checking itertools v0.15.0
13992026-08-31T09:28:03.917Z Checking console v0.15.11
14002026-08-31T09:28:03.978Z Compiling progenitor-impl v0.10.0
14012026-08-31T09:28:04.206Z Checking tokio-stream v0.1.17
14022026-08-31T09:28:04.258Z Compiling pin-project-internal v1.1.10
14032026-08-31T09:28:04.589Z Compiling slog-dtrace v0.3.0
14042026-08-31T09:28:04.611Z Checking csv-core v0.1.12
14052026-08-31T09:28:04.798Z Checking unicode-width v0.1.14
14062026-08-31T09:28:04.821Z Checking unicode-linebreak v0.1.5
14072026-08-31T09:28:05.024Z Compiling cancel-safe-futures v0.1.5
14082026-08-31T09:28:05.041Z Checking foldhash v0.1.5
14092026-08-31T09:28:05.057Z Compiling chrono-tz v0.10.4
14102026-08-31T09:28:05.181Z Compiling unicode-xid v0.2.6
14112026-08-31T09:28:05.266Z Checking swrite v0.1.0
14122026-08-31T09:28:05.283Z Checking smawk v0.3.2
14132026-08-31T09:28:05.308Z Compiling const_format_proc_macros v0.2.34
14142026-08-31T09:28:05.328Z Checking pin-project v1.1.10
14152026-08-31T09:28:05.411Z Checking hashbrown v0.15.5
14162026-08-31T09:28:05.429Z Checking textwrap v0.16.2
14172026-08-31T09:28:05.517Z Checking csv v1.4.0
14182026-08-31T09:28:05.663Z Checking qorb v0.4.1
14192026-08-31T09:28:05.884Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14202026-08-31T09:28:05.888Z Checking expectorate v1.2.0
14212026-08-31T09:28:06.036Z Checking phf v0.12.1
14222026-08-31T09:28:06.055Z Compiling progenitor-macro v0.10.0
14232026-08-31T09:28:06.073Z Checking unicode-normalization v0.1.24
14242026-08-31T09:28:06.183Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-08-31T09:28:06.634Z Checking libsw-core v0.3.2
14262026-08-31T09:28:06.664Z Compiling libgit2-sys v0.17.0+1.8.1
14272026-08-31T09:28:06.763Z Compiling async-recursion v1.1.1
14282026-08-31T09:28:06.787Z Compiling snafu-derive v0.8.9
14292026-08-31T09:28:07.064Z Compiling cookie v0.18.1
14302026-08-31T09:28:07.081Z Checking fixedbitset v0.5.7
14312026-08-31T09:28:07.324Z Checking fixedbitset v0.4.2
14322026-08-31T09:28:07.343Z Compiling moka v0.12.11
14332026-08-31T09:28:07.422Z Checking highway v1.3.0
14342026-08-31T09:28:07.441Z Checking petgraph v0.6.5
14352026-08-31T09:28:07.588Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-08-31T09:28:07.702Z Checking petgraph v0.8.2
14372026-08-31T09:28:08.496Z Checking snafu v0.8.9
14382026-08-31T09:28:08.614Z Checking libsw v3.5.0
14392026-08-31T09:28:08.743Z Checking olpc-cjson v0.1.4
14402026-08-31T09:28:08.783Z Checking const_format v0.2.34
14412026-08-31T09:28:08.885Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-08-31T09:28:09.132Z Checking papergrid v0.11.0
14432026-08-31T09:28:09.240Z Compiling typify v0.6.2
14442026-08-31T09:28:09.283Z Checking globset v0.4.16
14452026-08-31T09:28:09.301Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14462026-08-31T09:28:09.336Z Checking gethostname v0.5.0
14472026-08-31T09:28:09.534Z Compiling tabled_derive v0.7.0
14482026-08-31T09:28:09.552Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-08-31T09:28:09.736Z Checking reqwest v0.13.2
14502026-08-31T09:28:09.797Z Checking bcs v0.1.6
14512026-08-31T09:28:09.883Z Checking pem v3.0.5
14522026-08-31T09:28:10.030Z Checking serde_plain v1.0.2
14532026-08-31T09:28:10.053Z Checking termtree v0.5.1
14542026-08-31T09:28:10.171Z Checking progenitor v0.10.0
14552026-08-31T09:28:10.190Z Checking typed-path v0.9.3
14562026-08-31T09:28:10.194Z Checking linear-map v1.2.0
14572026-08-31T09:28:10.284Z Checking humantime v2.3.0
14582026-08-31T09:28:10.310Z Compiling signal-hook v0.4.4
14592026-08-31T09:28:10.362Z Checking crc8 v0.1.1
14602026-08-31T09:28:10.456Z Checking tagptr v0.2.0
14612026-08-31T09:28:10.461Z Checking tabled v0.15.0
14622026-08-31T09:28:10.492Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-08-31T09:28:10.550Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14642026-08-31T09:28:10.974Z Checking tough v0.20.0
14652026-08-31T09:28:11.219Z Compiling progenitor-impl v0.14.0
14662026-08-31T09:28:11.591Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14672026-08-31T09:28:11.753Z Checking steno v0.4.1
14682026-08-31T09:28:12.046Z Checking hickory-proto v0.25.2
14692026-08-31T09:28:12.735Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14702026-08-31T09:28:12.921Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-31T09:28:12.998Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-31T09:28:13.280Z Compiling curl-sys v0.4.89+curl-8.20.0
14732026-08-31T09:28:13.477Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-31T09:28:13.669Z Compiling cargo-platform v0.1.9
14752026-08-31T09:28:13.710Z Compiling vergen v8.3.2
14762026-08-31T09:28:13.905Z Compiling fs-err v3.1.2
14772026-08-31T09:28:13.918Z Compiling cargo_metadata v0.18.1
14782026-08-31T09:28:14.001Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-31T09:28:14.089Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-31T09:28:14.239Z Checking hickory-resolver v0.25.2
14812026-08-31T09:28:14.312Z Compiling progenitor-macro v0.14.0
14822026-08-31T09:28:14.374Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-31T09:28:14.484Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-31T09:28:14.844Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-08-31T09:28:14.872Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-31T09:28:15.013Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14872026-08-31T09:28:15.629Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-08-31T09:28:15.808Z Checking progenitor-client v0.14.0
14892026-08-31T09:28:15.871Z Checking dropshot-api-manager-types v0.7.2
14902026-08-31T09:28:15.874Z Checking sha2 v0.10.9
14912026-08-31T09:28:16.028Z Compiling blake3 v1.8.2
14922026-08-31T09:28:16.047Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-08-31T09:28:16.524Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14942026-08-31T09:28:16.560Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-08-31T09:28:17.006Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14962026-08-31T09:28:17.069Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14972026-08-31T09:28:18.224Z Checking git-stub v1.0.0
14982026-08-31T09:28:18.250Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14992026-08-31T09:28:18.268Z Compiling strum_macros v0.28.0
15002026-08-31T09:28:18.310Z Checking filetime v0.2.26
15012026-08-31T09:28:18.389Z Checking progenitor v0.14.0
15022026-08-31T09:28:18.428Z Checking is_ci v1.2.0
15032026-08-31T09:28:18.474Z Compiling curl v0.4.50
15042026-08-31T09:28:18.521Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15052026-08-31T09:28:18.543Z Checking arrayvec v0.7.6
15062026-08-31T09:28:18.546Z Checking xattr v1.6.1
15072026-08-31T09:28:18.675Z Checking arrayref v0.3.9
15082026-08-31T09:28:18.718Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
15092026-08-31T09:28:18.781Z Checking constant_time_eq v0.3.1
15102026-08-31T09:28:18.798Z Checking tar v0.4.45
15112026-08-31T09:28:18.967Z Checking supports-color v3.0.2
15122026-08-31T09:28:19.099Z Checking git-stub-vcs v0.1.0
15132026-08-31T09:28:19.202Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15142026-08-31T09:28:19.248Z Checking toml v0.7.8
15152026-08-31T09:28:19.274Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15162026-08-31T09:28:19.293Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15172026-08-31T09:28:20.012Z Checking drift v0.2.0
15182026-08-31T09:28:20.079Z Checking strum v0.28.0
15192026-08-31T09:28:20.173Z Checking kstat-rs v0.2.4
15202026-08-31T09:28:20.202Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15212026-08-31T09:28:20.323Z Checking topological-sort v0.2.2
15222026-08-31T09:28:20.368Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-08-31T09:28:20.457Z Checking omicron-zone-package v0.12.2
15242026-08-31T09:28:20.476Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-31T09:28:20.599Z Checking dropshot-api-manager v0.7.2
15262026-08-31T09:28:21.295Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15272026-08-31T09:28:21.356Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-31T09:28:21.986Z Checking signal-hook-tokio v0.4.0
15292026-08-31T09:28:22.020Z Checking scuffle v0.1.0
15302026-08-31T09:28:22.105Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15312026-08-31T09:28:22.220Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15322026-08-31T09:28:22.284Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-31T09:28:22.366Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15342026-08-31T09:28:22.391Z Checking iddqd v0.4.5
15352026-08-31T09:28:22.591Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15362026-08-31T09:28:22.736Z Checking internet-checksum v0.2.1
15372026-08-31T09:28:22.762Z Checking search_path v0.1.4
15382026-08-31T09:28:22.879Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15392026-08-31T09:28:22.903Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15402026-08-31T09:28:23.013Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15412026-08-31T09:28:25.102Z Compiling git2 v0.19.0
15422026-08-31T09:28:27.392Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15432026-08-31T09:28:27.529Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15442026-08-31T09:28:33.571Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15452026-08-31T09:28:34.905Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15462026-08-31T09:28:40.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15472026-08-31T09:28:40.810Z+ for feat in tofino_stub tofino_asic softnpu chaos
15482026-08-31T09:28:40.810Z+ cargo clippy --features tofino_asic -- --deny warnings
15492026-08-31T09:28:41.465Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15502026-08-31T09:28:41.563Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15512026-08-31T09:28:41.571Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15522026-08-31T09:28:41.574Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15532026-08-31T09:28:48.865Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15542026-08-31T09:28:48.868Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15552026-08-31T09:28:51.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
15562026-08-31T09:28:51.819Z+ for feat in tofino_stub tofino_asic softnpu chaos
15572026-08-31T09:28:51.819Z+ cargo clippy --features softnpu -- --deny warnings
15582026-08-31T09:28:52.215Z Downloading crates ...
15592026-08-31T09:28:52.360Z Downloaded wyz v0.5.1
15602026-08-31T09:28:52.363Z Downloaded pem-rfc7468 v0.7.0
15612026-08-31T09:28:52.367Z Downloaded tungstenite v0.21.0
15622026-08-31T09:28:52.373Z Downloaded bitstruct_derive v0.1.0
15632026-08-31T09:28:52.376Z Downloaded ascii v1.1.0
15642026-08-31T09:28:52.381Z Downloaded utf-8 v0.7.6
15652026-08-31T09:28:52.384Z Downloaded bit_field v0.10.3
15662026-08-31T09:28:52.384Z Downloaded typeid v1.0.3
15672026-08-31T09:28:52.384Z Downloaded signature v2.2.0
15682026-08-31T09:28:52.384Z Downloaded radium v0.7.0
15692026-08-31T09:28:52.388Z Downloaded serde_arrays v0.1.0
15702026-08-31T09:28:52.401Z Downloaded env_logger v0.11.11
15712026-08-31T09:28:52.404Z Downloaded primeorder v0.13.6
15722026-08-31T09:28:52.407Z Downloaded tap v1.0.1
15732026-08-31T09:28:52.407Z Downloaded funty v2.0.0
15742026-08-31T09:28:52.411Z Downloaded bitstruct v0.1.1
15752026-08-31T09:28:52.416Z Downloaded env_filter v2.0.0
15762026-08-31T09:28:52.418Z Downloaded ecdsa v0.16.9
15772026-08-31T09:28:52.418Z Downloaded rfc6979 v0.4.0
15782026-08-31T09:28:52.423Z Downloaded libloading v0.7.4
15792026-08-31T09:28:52.423Z Downloaded tls_codec_derive v0.4.2
15802026-08-31T09:28:52.423Z Downloaded pkcs8 v0.10.2
15812026-08-31T09:28:52.425Z Downloaded ed25519 v2.2.3
15822026-08-31T09:28:52.428Z Downloaded const-oid v0.9.6
15832026-08-31T09:28:52.428Z Downloaded sec1 v0.7.3
15842026-08-31T09:28:52.431Z Downloaded flagset v0.4.7
15852026-08-31T09:28:52.435Z Downloaded erased-serde v0.4.8
15862026-08-31T09:28:52.440Z Downloaded tokio-tungstenite v0.21.0
15872026-08-31T09:28:52.443Z Downloaded spki v0.7.3
15882026-08-31T09:28:52.443Z Downloaded der_derive v0.7.3
15892026-08-31T09:28:52.443Z Downloaded tls_codec v0.4.2
15902026-08-31T09:28:52.472Z Downloaded der v0.7.10
15912026-08-31T09:28:52.475Z Downloaded base64 v0.21.7
15922026-08-31T09:28:52.480Z Downloaded ed25519-dalek v2.2.0
15932026-08-31T09:28:52.484Z Downloaded num-bigint v0.4.6
15942026-08-31T09:28:52.488Z Downloaded x509-cert v0.2.5
15952026-08-31T09:28:52.500Z Downloaded itertools v0.13.0
15962026-08-31T09:28:52.506Z Downloaded salty v0.3.0
15972026-08-31T09:28:52.510Z Downloaded p384 v0.13.1
15982026-08-31T09:28:52.513Z Downloaded bitvec v1.0.1
15992026-08-31T09:28:52.733Z Checking log v0.4.29
16002026-08-31T09:28:52.855Z Checking const-oid v0.9.6
16012026-08-31T09:28:52.914Z Checking serde_with v3.22.0
16022026-08-31T09:28:52.951Z Checking pem-rfc7468 v0.7.0
16032026-08-31T09:28:52.966Z Compiling der_derive v0.7.3
16042026-08-31T09:28:52.969Z Checking flagset v0.4.7
16052026-08-31T09:28:52.990Z Checking rustls v0.23.40
16062026-08-31T09:28:52.990Z Checking native-tls v0.2.14
16072026-08-31T09:28:52.990Z Checking goblin v0.10.1
16082026-08-31T09:28:53.090Z Checking typify-impl v0.4.3
16092026-08-31T09:28:53.103Z Checking rustls v0.22.4
16102026-08-31T09:28:53.166Z Checking tokio-native-tls v0.3.1
16112026-08-31T09:28:53.319Z Checking hyper-tls v0.6.0
16122026-08-31T09:28:53.514Z Checking num-integer v0.1.46
16132026-08-31T09:28:53.544Z Checking digest v0.10.7
16142026-08-31T09:28:53.747Z Checking sha1 v0.10.6
16152026-08-31T09:28:53.747Z Checking hmac v0.12.1
16162026-08-31T09:28:53.881Z Checking ff v0.13.1
16172026-08-31T09:28:53.918Z Checking base16ct v0.2.0
16182026-08-31T09:28:53.931Z Checking der v0.7.10
16192026-08-31T09:28:54.006Z Checking group v0.13.0
16202026-08-31T09:28:54.045Z Checking hkdf v0.12.4
16212026-08-31T09:28:54.154Z Checking num-bigint v0.4.6
16222026-08-31T09:28:54.181Z Checking num-iter v0.1.45
16232026-08-31T09:28:54.245Z Checking typify v0.4.3
16242026-08-31T09:28:54.297Z Checking num-complex v0.4.6
16252026-08-31T09:28:54.347Z Checking progenitor-impl v0.11.1
16262026-08-31T09:28:54.419Z Checking goblin v0.8.2
16272026-08-31T09:28:54.565Z Checking tokio-rustls v0.25.0
16282026-08-31T09:28:54.642Z Checking curve25519-dalek v4.1.3
16292026-08-31T09:28:54.665Z Checking spki v0.7.3
16302026-08-31T09:28:54.757Z Checking sha3 v0.10.8
16312026-08-31T09:28:54.831Z Checking pkcs8 v0.10.2
16322026-08-31T09:28:54.952Z Checking blake2 v0.10.6
16332026-08-31T09:28:54.980Z Checking num-rational v0.4.2
16342026-08-31T09:28:54.994Z Checking sec1 v0.7.3
16352026-08-31T09:28:55.159Z Compiling nix v0.31.3
16362026-08-31T09:28:55.189Z Checking elliptic-curve v0.13.8
16372026-08-31T09:28:55.214Z Checking argon2 v0.5.3
16382026-08-31T09:28:55.263Z Checking num v0.4.3
16392026-08-31T09:28:55.299Z Checking dof v0.4.0
16402026-08-31T09:28:55.332Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-08-31T09:28:55.346Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-08-31T09:28:55.372Z Checking tokio-rustls v0.26.4
16432026-08-31T09:28:55.494Z Checking vsss-rs v3.3.4
16442026-08-31T09:28:55.510Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16452026-08-31T09:28:55.536Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16462026-08-31T09:28:55.597Z Checking hyper-rustls v0.27.7
16472026-08-31T09:28:55.613Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16482026-08-31T09:28:55.690Z Checking usdt-impl v0.6.0
16492026-08-31T09:28:55.793Z Checking reqwest v0.12.23
16502026-08-31T09:28:55.838Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16512026-08-31T09:28:55.964Z Checking usdt v0.6.0
16522026-08-31T09:28:55.983Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16532026-08-31T09:28:56.123Z Checking dropshot v0.16.7
16542026-08-31T09:28:56.281Z Checking dropshot v0.17.1
16552026-08-31T09:28:56.306Z Checking dof v0.3.0
16562026-08-31T09:28:56.317Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16572026-08-31T09:28:56.344Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16582026-08-31T09:28:56.480Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16592026-08-31T09:28:56.505Z Checking progenitor-client v0.11.1
16602026-08-31T09:28:56.555Z Checking progenitor-client v0.10.0
16612026-08-31T09:28:56.581Z Checking usdt-impl v0.5.0
16622026-08-31T09:28:56.584Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16632026-08-31T09:28:56.607Z Checking progenitor-impl v0.10.0
16642026-08-31T09:28:56.627Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16652026-08-31T09:28:56.737Z Checking progenitor v0.11.1
16662026-08-31T09:28:56.776Z Checking sha2 v0.10.9
16672026-08-31T09:28:56.790Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16682026-08-31T09:28:56.864Z Checking usdt v0.5.0
16692026-08-31T09:28:56.878Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16702026-08-31T09:28:57.023Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16712026-08-31T09:28:57.026Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16722026-08-31T09:28:57.048Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16732026-08-31T09:28:57.277Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16742026-08-31T09:28:57.277Z Checking tokio-dtrace v0.1.1
16752026-08-31T09:28:57.443Z Checking progenitor v0.10.0
16762026-08-31T09:28:57.463Z Checking signature v2.2.0
16772026-08-31T09:28:57.532Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16782026-08-31T09:28:57.579Z Checking utf-8 v0.7.6
16792026-08-31T09:28:57.595Z Checking oxide-tokio-rt v0.1.6
16802026-08-31T09:28:57.709Z Checking tungstenite v0.21.0
16812026-08-31T09:28:57.734Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16822026-08-31T09:28:57.751Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16832026-08-31T09:28:57.938Z Compiling salty v0.3.0
16842026-08-31T09:28:57.952Z Compiling radium v0.7.0
16852026-08-31T09:28:57.967Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16862026-08-31T09:28:58.120Z Checking tokio-tungstenite v0.21.0
16872026-08-31T09:28:58.211Z Checking qorb v0.4.1
16882026-08-31T09:28:58.225Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
16892026-08-31T09:28:58.255Z Checking rfc6979 v0.4.0
16902026-08-31T09:28:58.395Z Checking base64 v0.21.7
16912026-08-31T09:28:58.409Z Checking tap v1.0.1
16922026-08-31T09:28:58.516Z Checking wyz v0.5.1
16932026-08-31T09:28:58.543Z Checking typify-impl v0.6.2
16942026-08-31T09:28:58.628Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16952026-08-31T09:28:58.693Z Checking ecdsa v0.16.9
16962026-08-31T09:28:59.189Z Checking slog-dtrace v0.3.0
16972026-08-31T09:28:59.203Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16982026-08-31T09:28:59.292Z Checking ed25519 v2.2.3
16992026-08-31T09:28:59.407Z Checking globset v0.4.16
17002026-08-31T09:28:59.443Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17012026-08-31T09:28:59.459Z Checking primeorder v0.13.6
17022026-08-31T09:28:59.484Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17032026-08-31T09:28:59.524Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17042026-08-31T09:28:59.601Z Checking reqwest v0.13.2
17052026-08-31T09:28:59.612Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17062026-08-31T09:28:59.648Z Checking env_filter v2.0.0
17072026-08-31T09:28:59.692Z Compiling typeid v1.0.3
17082026-08-31T09:28:59.707Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17092026-08-31T09:28:59.793Z Checking funty v2.0.0
17102026-08-31T09:28:59.940Z Checking env_logger v0.11.11
17112026-08-31T09:29:00.033Z Checking p384 v0.13.1
17122026-08-31T09:29:00.102Z Checking bitvec v1.0.1
17132026-08-31T09:29:00.117Z Checking tough v0.20.0
17142026-08-31T09:29:00.129Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17152026-08-31T09:29:00.146Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17162026-08-31T09:29:00.149Z Checking typify v0.6.2
17172026-08-31T09:29:00.256Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17182026-08-31T09:29:00.440Z Checking ed25519-dalek v2.2.0
17192026-08-31T09:29:00.519Z Checking x509-cert v0.2.5
17202026-08-31T09:29:00.629Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17212026-08-31T09:29:00.864Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17222026-08-31T09:29:01.034Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17232026-08-31T09:29:01.151Z Compiling erased-serde v0.4.8
17242026-08-31T09:29:01.175Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17252026-08-31T09:29:01.295Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17262026-08-31T09:29:01.378Z Checking progenitor-impl v0.14.0
17272026-08-31T09:29:01.452Z Checking progenitor-client v0.14.0
17282026-08-31T09:29:01.604Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17292026-08-31T09:29:01.669Z Compiling bitstruct_derive v0.1.0
17302026-08-31T09:29:01.694Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17312026-08-31T09:29:01.832Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17322026-08-31T09:29:01.926Z Checking ascii v1.1.0
17332026-08-31T09:29:02.034Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17342026-08-31T09:29:02.067Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17352026-08-31T09:29:02.108Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17362026-08-31T09:29:02.249Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17372026-08-31T09:29:02.264Z Checking progenitor v0.14.0
17382026-08-31T09:29:02.301Z Checking bitstruct v0.1.1
17392026-08-31T09:29:02.385Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17402026-08-31T09:29:02.389Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17412026-08-31T09:29:02.414Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17422026-08-31T09:29:02.438Z Checking itertools v0.13.0
17432026-08-31T09:29:02.515Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17442026-08-31T09:29:02.527Z Checking acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc)
17452026-08-31T09:29:02.682Z Checking serde_arrays v0.1.0
17462026-08-31T09:29:02.707Z Checking pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17472026-08-31T09:29:02.790Z Checking libloading v0.7.4
17482026-08-31T09:29:02.806Z Checking bit_field v0.10.3
17492026-08-31T09:29:02.937Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17502026-08-31T09:29:02.956Z Checking omicron-zone-package v0.12.2
17512026-08-31T09:29:03.037Z Checking dropshot-api-manager v0.7.2
17522026-08-31T09:29:03.833Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17532026-08-31T09:29:04.293Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-08-31T09:29:04.294Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17552026-08-31T09:29:04.297Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-08-31T09:29:04.297Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-08-31T09:29:04.297Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-08-31T09:29:04.678Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-08-31T09:29:04.852Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17602026-08-31T09:29:05.270Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17612026-08-31T09:29:05.348Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17622026-08-31T09:29:05.951Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-08-31T09:29:05.966Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-08-31T09:29:05.969Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17652026-08-31T09:29:06.089Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17662026-08-31T09:29:06.387Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-08-31T09:29:06.387Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17682026-08-31T09:29:06.447Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17692026-08-31T09:29:06.533Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17702026-08-31T09:29:06.538Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17712026-08-31T09:29:06.694Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17722026-08-31T09:29:06.697Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17732026-08-31T09:29:06.697Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-08-31T09:29:07.156Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17752026-08-31T09:29:07.300Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17762026-08-31T09:29:07.530Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17772026-08-31T09:29:07.571Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17782026-08-31T09:29:07.681Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17792026-08-31T09:29:09.591Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17802026-08-31T09:29:09.594Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17812026-08-31T09:29:09.813Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
17822026-08-31T09:29:10.517Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17832026-08-31T09:29:10.532Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17842026-08-31T09:29:10.535Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17852026-08-31T09:29:10.535Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
17862026-08-31T09:29:10.535Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17872026-08-31T09:29:11.679Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17882026-08-31T09:29:11.906Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17892026-08-31T09:29:12.516Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17902026-08-31T09:29:12.755Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17912026-08-31T09:29:12.834Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17922026-08-31T09:29:12.963Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17932026-08-31T09:29:13.389Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17942026-08-31T09:29:17.934Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17952026-08-31T09:29:18.417Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17962026-08-31T09:29:19.219Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
17972026-08-31T09:29:24.598Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17982026-08-31T09:29:25.933Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17992026-08-31T09:29:26.479Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
18002026-08-31T09:29:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.79s
18012026-08-31T09:29:31.857Z+ for feat in tofino_stub tofino_asic softnpu chaos
18022026-08-31T09:29:31.857Z+ cargo clippy --features chaos -- --deny warnings
18032026-08-31T09:29:32.505Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
18042026-08-31T09:29:32.607Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
18052026-08-31T09:29:32.607Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
18062026-08-31T09:29:39.881Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
18072026-08-31T09:29:39.885Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
18082026-08-31T09:29:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s
18092026-08-31T09:29:42.729Z+ banner fmt
18102026-08-31T09:29:42.732Z
18112026-08-31T09:29:42.732Z ###### # # #####
18122026-08-31T09:29:42.732Z # ## ## #
18132026-08-31T09:29:42.732Z ##### # ## # #
18142026-08-31T09:29:42.732Z # # # #
18152026-08-31T09:29:42.732Z # # # #
18162026-08-31T09:29:42.732Z # # # #
18172026-08-31T09:29:42.732Z
18182026-08-31T09:29:42.732Z+ cargo fmt -- --check
18192026-08-31T09:29:43.202Z+ banner test
18202026-08-31T09:29:43.205Z
18212026-08-31T09:29:43.205Z ##### ###### #### #####
18222026-08-31T09:29:43.205Z # # # #
18232026-08-31T09:29:43.205Z # ##### #### #
18242026-08-31T09:29:43.205Z # # # #
18252026-08-31T09:29:43.205Z # # # # #
18262026-08-31T09:29:43.205Z # ###### #### #
18272026-08-31T09:29:43.205Z
18282026-08-31T09:29:43.205Z+ for feat in tofino_stub tofino_asic softnpu chaos
18292026-08-31T09:29:43.205Z+ RUST_BACKTRACE=full
18302026-08-31T09:29:43.205Z+ cargo test --features tofino_stub --no-fail-fast
18312026-08-31T09:29:44.294Z Compiling unicode-ident v1.0.24
18322026-08-31T09:29:44.294Z Compiling cfg-if v1.0.4
18332026-08-31T09:29:44.297Z Compiling memchr v2.7.5
18342026-08-31T09:29:44.442Z Compiling serde_core v1.0.228
18352026-08-31T09:29:44.461Z Compiling itoa v1.0.15
18362026-08-31T09:29:44.473Z Compiling libc v0.2.186
18372026-08-31T09:29:44.485Z Compiling zmij v1.0.17
18382026-08-31T09:29:44.502Z Compiling proc-macro2 v1.0.106
18392026-08-31T09:29:44.538Z Compiling libm v0.2.15
18402026-08-31T09:29:44.586Z Compiling heck v0.5.0
18412026-08-31T09:29:44.756Z Compiling equivalent v1.0.2
18422026-08-31T09:29:44.850Z Compiling log v0.4.29
18432026-08-31T09:29:44.867Z Compiling quote v1.0.45
18442026-08-31T09:29:44.986Z Compiling iana-time-zone v0.1.64
18452026-08-31T09:29:45.039Z Compiling syn v2.0.118
18462026-08-31T09:29:45.127Z Compiling smallvec v1.15.1
18472026-08-31T09:29:45.214Z Compiling dyn-clone v1.0.20
18482026-08-31T09:29:45.234Z Compiling hashbrown v0.17.1
18492026-08-31T09:29:45.251Z Compiling stable_deref_trait v1.2.0
18502026-08-31T09:29:45.335Z Compiling regex-syntax v0.8.11
18512026-08-31T09:29:45.351Z Compiling pin-project-lite v0.2.16
18522026-08-31T09:29:45.367Z Compiling percent-encoding v2.3.2
18532026-08-31T09:29:45.454Z Compiling writeable v0.6.1
18542026-08-31T09:29:45.568Z Compiling litemap v0.8.0
18552026-08-31T09:29:45.632Z Compiling num-traits v0.2.19
18562026-08-31T09:29:45.759Z Compiling icu_properties_data v2.0.1
18572026-08-31T09:29:45.786Z Compiling icu_normalizer_data v2.0.0
18582026-08-31T09:29:45.802Z Compiling form_urlencoded v1.2.2
18592026-08-31T09:29:45.868Z Compiling utf8_iter v1.0.4
18602026-08-31T09:29:45.894Z Compiling getrandom v0.4.2
18612026-08-31T09:29:45.986Z Compiling aho-corasick v1.1.3
18622026-08-31T09:29:46.021Z Compiling scopeguard v1.2.0
18632026-08-31T09:29:46.050Z Compiling ucd-trie v0.1.7
18642026-08-31T09:29:46.136Z Compiling semver v1.0.28
18652026-08-31T09:29:46.254Z Compiling serde_json v1.0.150
18662026-08-31T09:29:46.320Z Compiling indexmap v2.14.0
18672026-08-31T09:29:46.364Z Compiling byteorder v1.5.0
18682026-08-31T09:29:46.487Z Compiling lock_api v0.4.14
18692026-08-31T09:29:46.596Z Compiling uuid v1.23.3
18702026-08-31T09:29:46.722Z Compiling allocator-api2 v0.2.21
18712026-08-31T09:29:46.774Z Compiling regex-automata v0.4.13
18722026-08-31T09:29:46.916Z Compiling fnv v1.0.7
18732026-08-31T09:29:47.023Z Compiling futures-core v0.3.32
18742026-08-31T09:29:47.040Z Compiling foldhash v0.2.0
18752026-08-31T09:29:47.177Z Compiling ryu v1.0.20
18762026-08-31T09:29:47.193Z Compiling hashbrown v0.16.1
18772026-08-31T09:29:47.280Z Compiling strsim v0.11.1
18782026-08-31T09:29:47.393Z Compiling pretty-hex v0.4.1
18792026-08-31T09:29:47.538Z Compiling num-conv v0.2.1
18802026-08-31T09:29:47.684Z Compiling time-core v0.1.8
18812026-08-31T09:29:47.700Z Compiling plain v0.2.3
18822026-08-31T09:29:47.715Z Compiling futures-sink v0.3.32
18832026-08-31T09:29:47.775Z Compiling synstructure v0.13.2
18842026-08-31T09:29:47.813Z Compiling serde_derive_internals v0.29.1
18852026-08-31T09:29:47.830Z Compiling slab v0.4.11
18862026-08-31T09:29:47.845Z Compiling time-macros v0.2.27
18872026-08-31T09:29:48.010Z Compiling futures-channel v0.3.32
18882026-08-31T09:29:48.279Z Compiling futures-io v0.3.32
18892026-08-31T09:29:48.410Z Compiling futures-task v0.3.32
18902026-08-31T09:29:48.482Z Compiling regex v1.12.4
18912026-08-31T09:29:48.592Z Compiling regress v0.10.5
18922026-08-31T09:29:48.650Z Compiling thread-id v5.0.0
18932026-08-31T09:29:48.740Z Compiling getrandom v0.2.16
18942026-08-31T09:29:48.744Z Compiling socket2 v0.6.4
18952026-08-31T09:29:48.871Z Compiling bitflags v2.11.1
18962026-08-31T09:29:48.942Z Compiling parking_lot_core v0.9.12
18972026-08-31T09:29:48.967Z Compiling signal-hook-registry v1.4.6
18982026-08-31T09:29:48.991Z Compiling serde_derive v1.0.228
18992026-08-31T09:29:49.126Z Compiling zerofrom-derive v0.1.6
19002026-08-31T09:29:49.245Z Compiling yoke-derive v0.8.0
19012026-08-31T09:29:49.249Z Compiling zerovec-derive v0.11.1
19022026-08-31T09:29:49.262Z Compiling displaydoc v0.2.5
19032026-08-31T09:29:49.382Z Compiling thiserror-impl v2.0.18
19042026-08-31T09:29:49.397Z Compiling schemars_derive v0.8.22
19052026-08-31T09:29:50.039Z Compiling tokio-macros v2.7.0
19062026-08-31T09:29:50.268Z Compiling zeroize_derive v1.4.3
19072026-08-31T09:29:50.345Z Compiling zerocopy-derive v0.8.27
19082026-08-31T09:29:50.361Z Compiling futures-macro v0.3.32
19092026-08-31T09:29:50.621Z Compiling zerofrom v0.1.6
19102026-08-31T09:29:50.637Z Compiling thiserror v2.0.18
19112026-08-31T09:29:50.754Z Compiling yoke v0.8.0
19122026-08-31T09:29:50.771Z Compiling tracing-attributes v0.1.30
19132026-08-31T09:29:50.790Z Compiling thiserror-impl v1.0.69
19142026-08-31T09:29:50.952Z Compiling zerovec v0.11.4
19152026-08-31T09:29:50.968Z Compiling zerotrie v0.2.2
19162026-08-31T09:29:51.202Z Compiling pest v2.8.2
19172026-08-31T09:29:51.282Z Compiling scroll_derive v0.13.1
19182026-08-31T09:29:51.636Z Compiling zerocopy v0.8.27
19192026-08-31T09:29:51.706Z Compiling serde v1.0.228
19202026-08-31T09:29:51.980Z Compiling tinystr v0.8.1
19212026-08-31T09:29:51.995Z Compiling potential_utf v0.1.3
19222026-08-31T09:29:52.125Z Compiling async-trait v0.1.89
19232026-08-31T09:29:52.173Z Compiling bytes v1.12.0
19242026-08-31T09:29:52.197Z Compiling serde_tokenstream v0.2.3
19252026-08-31T09:29:52.242Z Compiling icu_locale_core v2.0.0
19262026-08-31T09:29:52.331Z Compiling icu_collections v2.0.0
19272026-08-31T09:29:52.495Z Compiling chrono v0.4.45
19282026-08-31T09:29:52.498Z Compiling pest_meta v2.8.2
19292026-08-31T09:29:52.526Z Compiling scroll v0.13.0
19302026-08-31T09:29:52.801Z Compiling icu_provider v2.0.0
19312026-08-31T09:29:52.822Z Compiling http v1.4.2
19322026-08-31T09:29:52.850Z Compiling goblin v0.10.1
19332026-08-31T09:29:53.105Z Compiling icu_normalizer v2.0.0
19342026-08-31T09:29:53.107Z Compiling icu_properties v2.0.1
19352026-08-31T09:29:53.136Z Compiling pest_generator v2.8.2
19362026-08-31T09:29:53.139Z Compiling daft-derive v0.1.5
19372026-08-31T09:29:53.786Z Compiling schemars v0.8.22
19382026-08-31T09:29:53.870Z Compiling openssl-macros v0.1.1
19392026-08-31T09:29:53.887Z Compiling pest_derive v2.8.2
19402026-08-31T09:29:53.942Z Compiling openapiv3 v2.2.0
19412026-08-31T09:29:54.101Z Compiling idna_adapter v1.2.1
19422026-08-31T09:29:54.263Z Compiling idna v1.1.0
19432026-08-31T09:29:54.373Z Compiling structmeta-derive v0.3.0
19442026-08-31T09:29:54.455Z Compiling dtrace-parser v0.3.0
19452026-08-31T09:29:54.496Z Compiling async-stream-impl v0.3.6
19462026-08-31T09:29:54.923Z Compiling url v2.5.7
19472026-08-31T09:29:55.051Z Compiling typify-impl v0.4.3
19482026-08-31T09:29:55.153Z Compiling newtype-uuid-macros v0.1.0
19492026-08-31T09:29:55.373Z Compiling serde_yaml v0.9.34+deprecated
19502026-08-31T09:29:55.435Z Compiling structmeta v0.3.0
19512026-08-31T09:29:55.596Z Compiling dof v0.4.0
19522026-08-31T09:29:55.645Z Compiling zeroize v1.8.1
19532026-08-31T09:29:55.819Z Compiling strum_macros v0.26.4
19542026-08-31T09:29:55.862Z Compiling parking_lot v0.12.5
19552026-08-31T09:29:55.901Z Compiling untrusted v0.9.0
19562026-08-31T09:29:55.965Z Compiling thiserror v1.0.69
19572026-08-31T09:29:56.031Z Compiling mio v1.2.1
19582026-08-31T09:29:56.076Z Compiling usdt-impl v0.6.0
19592026-08-31T09:29:56.279Z Compiling omicron-workspace-hack v0.1.0
19602026-08-31T09:29:56.359Z Compiling tokio v1.52.3
19612026-08-31T09:29:56.560Z Compiling base64 v0.22.1
19622026-08-31T09:29:56.713Z Compiling http-body v1.0.1
19632026-08-31T09:29:56.809Z Compiling dropshot_endpoint v0.16.7
19642026-08-31T09:29:56.906Z Compiling ref-cast-impl v1.0.25
19652026-08-31T09:29:56.999Z Compiling atomic-waker v1.1.2
19662026-08-31T09:29:57.145Z Compiling ipnet v2.11.0
19672026-08-31T09:29:57.464Z Compiling derive-ex v0.1.8
19682026-08-31T09:29:57.502Z Compiling strum_macros v0.27.2
19692026-08-31T09:29:57.641Z Compiling usdt-attr-macro v0.6.0
19702026-08-31T09:29:57.682Z Compiling usdt-macro v0.6.0
19712026-08-31T09:29:58.167Z Compiling darling_core v0.23.0
19722026-08-31T09:29:58.521Z Compiling httparse v1.10.1
19732026-08-31T09:29:58.838Z Compiling portable-atomic v1.11.1
19742026-08-31T09:29:58.854Z Compiling tower-service v0.3.3
19752026-08-31T09:29:58.872Z Compiling tower-layer v0.3.3
19762026-08-31T09:29:59.043Z Compiling critical-section v1.2.0
19772026-08-31T09:29:59.095Z Compiling try-lock v0.2.5
19782026-08-31T09:29:59.112Z Compiling test-strategy v0.4.3
19792026-08-31T09:29:59.212Z Compiling want v0.3.1
19802026-08-31T09:29:59.363Z Compiling once_cell v1.21.3
19812026-08-31T09:29:59.380Z Compiling httpdate v1.0.3
19822026-08-31T09:29:59.627Z Compiling ppv-lite86 v0.2.21
19832026-08-31T09:29:59.673Z Compiling erased-serde v0.3.31
19842026-08-31T09:29:59.962Z Compiling subtle v2.6.1
19852026-08-31T09:30:00.144Z Compiling parse-display-derive v0.10.0
19862026-08-31T09:30:00.267Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872026-08-31T09:30:00.344Z Compiling darling_macro v0.23.0
19882026-08-31T09:30:00.804Z Compiling http-body-util v0.1.3
19892026-08-31T09:30:00.804Z Compiling anyhow v1.0.102
19902026-08-31T09:30:00.940Z Compiling darling v0.23.0
19912026-08-31T09:30:01.034Z Compiling serde_with_macros v3.22.0
19922026-08-31T09:30:01.265Z Compiling serde_urlencoded v0.7.1
19932026-08-31T09:30:01.409Z Compiling typify-macro v0.4.3
19942026-08-31T09:30:01.521Z Compiling rand_core v0.6.4
19952026-08-31T09:30:01.573Z Compiling typenum v1.20.1
19962026-08-31T09:30:01.589Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19972026-08-31T09:30:02.177Z Compiling futures-util v0.3.32
19982026-08-31T09:30:02.379Z Compiling sync_wrapper v1.0.2
19992026-08-31T09:30:02.495Z Compiling powerfmt v0.2.0
20002026-08-31T09:30:02.652Z Compiling deranged v0.5.3
20012026-08-31T09:30:02.791Z Compiling num_threads v0.1.7
20022026-08-31T09:30:02.890Z Compiling tracing-core v0.1.34
20032026-08-31T09:30:02.905Z Compiling camino v1.2.3
20042026-08-31T09:30:02.980Z Compiling iri-string v0.7.8
20052026-08-31T09:30:03.066Z Compiling encoding_rs v0.8.35
20062026-08-31T09:30:03.466Z Compiling typify v0.4.3
20072026-08-31T09:30:03.571Z Compiling progenitor-impl v0.11.1
20082026-08-31T09:30:03.593Z Compiling tracing v0.1.41
20092026-08-31T09:30:03.608Z Compiling fastrand v2.3.0
20102026-08-31T09:30:03.768Z Compiling cpufeatures v0.2.17
20112026-08-31T09:30:03.828Z Compiling mime v0.3.17
20122026-08-31T09:30:03.851Z Compiling generic-array v0.14.7
20132026-08-31T09:30:03.995Z Compiling hex v0.4.3
20142026-08-31T09:30:04.274Z Compiling errno v0.3.14
20152026-08-31T09:30:04.357Z Compiling crypto-common v0.1.6
20162026-08-31T09:30:04.503Z Compiling tokio-util v0.7.16
20172026-08-31T09:30:04.716Z Compiling thread_local v1.1.9
20182026-08-31T09:30:04.758Z Compiling unicode-width v0.2.1
20192026-08-31T09:30:04.853Z Compiling syn v1.0.109
20202026-08-31T09:30:04.928Z Compiling rustls-pki-types v1.12.0
20212026-08-31T09:30:04.999Z Compiling match_cfg v0.1.0
20222026-08-31T09:30:05.048Z Compiling winnow v0.7.14
20232026-08-31T09:30:05.228Z Compiling rustix v1.1.4
20242026-08-31T09:30:05.757Z Compiling term v1.2.0
20252026-08-31T09:30:05.961Z Compiling winnow v1.0.3
20262026-08-31T09:30:06.001Z Compiling take_mut v0.2.2
20272026-08-31T09:30:06.326Z Compiling toml_parser v1.1.2+spec-1.1.0
20282026-08-31T09:30:06.424Z Compiling h2 v0.4.14
20292026-08-31T09:30:06.481Z Compiling ring v0.17.14
20302026-08-31T09:30:06.807Z Compiling serde_spanned v1.1.1
20312026-08-31T09:30:07.048Z Compiling spin v0.9.8
20322026-08-31T09:30:07.063Z Compiling toml_writer v1.1.1+spec-1.1.0
20332026-08-31T09:30:07.169Z Compiling progenitor-macro v0.11.1
20342026-08-31T09:30:07.185Z Compiling debug-ignore v1.0.5
20352026-08-31T09:30:07.363Z Compiling quick-error v1.2.3
20362026-08-31T09:30:07.478Z Compiling block-buffer v0.10.4
20372026-08-31T09:30:07.806Z Compiling waitgroup v0.1.2
20382026-08-31T09:30:07.957Z Compiling async-stream v0.3.6
20392026-08-31T09:30:08.153Z Compiling serde_path_to_error v0.1.20
20402026-08-31T09:30:08.246Z Compiling bit-vec v0.8.0
20412026-08-31T09:30:08.503Z Compiling lazy_static v1.5.0
20422026-08-31T09:30:08.553Z Compiling hyper v1.10.1
20432026-08-31T09:30:08.584Z Compiling bit-set v0.8.0
20442026-08-31T09:30:08.612Z Compiling digest v0.10.7
20452026-08-31T09:30:08.736Z Compiling strum v0.26.3
20462026-08-31T09:30:08.759Z Compiling ipnetwork v0.21.1
20472026-08-31T09:30:08.812Z Compiling crossbeam-utils v0.8.21
20482026-08-31T09:30:08.839Z Compiling toml_datetime v0.7.5+spec-1.1.0
20492026-08-31T09:30:08.877Z Compiling unarray v0.1.4
20502026-08-31T09:30:09.175Z Compiling toml v0.9.12+spec-1.1.0
20512026-08-31T09:30:09.226Z Compiling slog v2.8.2
20522026-08-31T09:30:09.347Z Compiling macaddr v1.0.1
20532026-08-31T09:30:09.362Z Compiling tabwriter v1.4.1
20542026-08-31T09:30:09.583Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20552026-08-31T09:30:09.611Z Compiling ref-cast v1.0.25
20562026-08-31T09:30:09.635Z Compiling colored v3.1.1
20572026-08-31T09:30:09.651Z Compiling hyper-util v0.1.20
20582026-08-31T09:30:09.768Z Compiling strum v0.27.2
20592026-08-31T09:30:09.815Z Compiling aws-lc-sys v0.39.1
20602026-08-31T09:30:09.906Z Compiling getrandom v0.3.4
20612026-08-31T09:30:10.102Z Compiling untrusted v0.7.1
20622026-08-31T09:30:10.237Z Compiling rand_core v0.9.3
20632026-08-31T09:30:10.338Z Compiling aws-lc-rs v1.16.2
20642026-08-31T09:30:10.437Z Compiling oxnet v0.1.6
20652026-08-31T09:30:10.464Z Compiling openssl-sys v0.9.117
20662026-08-31T09:30:10.908Z Compiling instant v0.1.13
20672026-08-31T09:30:10.926Z Compiling foreign-types-shared v0.1.1
20682026-08-31T09:30:11.022Z Compiling foreign-types v0.3.2
20692026-08-31T09:30:11.025Z Compiling rand_chacha v0.9.0
20702026-08-31T09:30:11.104Z Compiling tempfile v3.27.0
20712026-08-31T09:30:11.389Z Compiling rustls-webpki v0.103.6
20722026-08-31T09:30:11.492Z Compiling futures-executor v0.3.32
20732026-08-31T09:30:11.546Z Compiling tower v0.5.2
20742026-08-31T09:30:11.871Z Compiling openssl-probe v0.1.6
20752026-08-31T09:30:12.046Z Compiling rustls v0.23.40
20762026-08-31T09:30:12.070Z Compiling tower-http v0.6.8
20772026-08-31T09:30:12.348Z Compiling futures v0.3.32
20782026-08-31T09:30:12.391Z Compiling rand v0.9.3
20792026-08-31T09:30:12.440Z Compiling openssl v0.10.81
20802026-08-31T09:30:12.509Z Compiling time v0.3.47
20812026-08-31T09:30:12.583Z Compiling toml_datetime v0.6.11
20822026-08-31T09:30:12.965Z Compiling clap_derive v4.6.1
20832026-08-31T09:30:13.009Z Compiling memmap2 v0.9.8
20842026-08-31T09:30:13.790Z Compiling crossbeam-channel v0.5.15
20852026-08-31T09:30:14.161Z Compiling webpki-roots v1.0.2
20862026-08-31T09:30:14.257Z Compiling newtype-uuid v1.3.2
20872026-08-31T09:30:14.620Z Compiling daft v0.1.5
20882026-08-31T09:30:14.635Z Compiling is-terminal v0.4.16
20892026-08-31T09:30:14.652Z Compiling either v1.15.0
20902026-08-31T09:30:14.729Z Compiling native-tls v0.2.14
20912026-08-31T09:30:14.898Z Compiling slog-term v2.9.2
20922026-08-31T09:30:15.061Z Compiling tokio-native-tls v0.3.1
20932026-08-31T09:30:15.249Z Compiling tokio-rustls v0.26.4
20942026-08-31T09:30:15.377Z Compiling hyper-tls v0.6.0
20952026-08-31T09:30:15.418Z Compiling usdt v0.6.0
20962026-08-31T09:30:15.527Z Compiling hyper-rustls v0.27.7
20972026-08-31T09:30:15.542Z Compiling slog-async v2.8.0
20982026-08-31T09:30:15.561Z Compiling slog-json v2.6.1
20992026-08-31T09:30:15.589Z Compiling hostname v0.3.1
21002026-08-31T09:30:15.737Z Compiling reqwest v0.12.23
21012026-08-31T09:30:15.739Z Compiling slog-bunyan v2.5.0
21022026-08-31T09:30:15.775Z Compiling rustls-webpki v0.102.8
21032026-08-31T09:30:15.803Z Compiling multer v3.1.0
21042026-08-31T09:30:15.884Z Compiling rustls-pemfile v2.2.0
21052026-08-31T09:30:16.085Z Compiling hostname v0.4.2
21062026-08-31T09:30:16.239Z Compiling rustls v0.22.4
21072026-08-31T09:30:16.316Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-08-31T09:30:16.673Z Compiling rand_chacha v0.3.1
21092026-08-31T09:30:16.895Z Compiling wait-timeout v0.2.1
21102026-08-31T09:30:17.146Z Compiling rusty-fork v0.3.0
21112026-08-31T09:30:17.220Z Compiling rand v0.8.5
21122026-08-31T09:30:17.304Z Compiling rand_xorshift v0.4.0
21132026-08-31T09:30:17.467Z Compiling sha1 v0.10.6
21142026-08-31T09:30:17.711Z Compiling proptest v1.8.0
21152026-08-31T09:30:18.138Z Compiling tokio-rustls v0.25.0
21162026-08-31T09:30:18.437Z Compiling dropshot v0.16.7
21172026-08-31T09:30:19.693Z Compiling progenitor-client v0.11.1
21182026-08-31T09:30:20.028Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21192026-08-31T09:30:20.364Z Compiling progenitor-client v0.10.0
21202026-08-31T09:30:20.651Z Compiling itertools v0.14.0
21212026-08-31T09:30:20.679Z Compiling serde_with v3.22.0
21222026-08-31T09:30:21.045Z Compiling num-derive v0.4.2
21232026-08-31T09:30:21.651Z Compiling progenitor v0.11.1
21242026-08-31T09:30:21.810Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21252026-08-31T09:30:21.926Z Compiling rustc-hash v2.1.1
21262026-08-31T09:30:22.015Z Compiling backoff v0.4.0
21272026-08-31T09:30:22.064Z Compiling iddqd v0.3.18
21282026-08-31T09:30:22.171Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21292026-08-31T09:30:22.260Z Compiling parse-display v0.10.0
21302026-08-31T09:30:22.354Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21312026-08-31T09:30:22.484Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21322026-08-31T09:30:22.500Z Compiling anstyle v1.0.14
21332026-08-31T09:30:22.734Z Compiling utf8parse v0.2.2
21342026-08-31T09:30:23.005Z Compiling anstyle-parse v1.0.0
21352026-08-31T09:30:23.381Z Compiling anstyle-query v1.1.4
21362026-08-31T09:30:23.432Z Compiling is_terminal_polyfill v1.70.1
21372026-08-31T09:30:23.432Z Compiling colorchoice v1.0.4
21382026-08-31T09:30:23.527Z Compiling anstream v1.0.0
21392026-08-31T09:30:23.591Z Compiling clap_lex v1.1.0
21402026-08-31T09:30:25.175Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-08-31T09:30:28.795Z Compiling winnow v0.5.40
21422026-08-31T09:30:32.194Z Compiling terminal_size v0.4.3
21432026-08-31T09:30:33.926Z Compiling clap_builder v4.6.0
21442026-08-31T09:30:34.467Z Compiling dropshot_endpoint v0.17.1
21452026-08-31T09:30:35.234Z Compiling toml_edit v0.19.15
21462026-08-31T09:30:35.724Z Compiling clap v4.6.1
21472026-08-31T09:30:37.110Z Compiling proc-macro-crate v1.3.1
21482026-08-31T09:30:41.359Z Compiling darling_core v0.21.3
21492026-08-31T09:30:41.608Z Compiling adler2 v2.0.1
21502026-08-31T09:30:41.755Z Compiling miniz_oxide v0.8.9
21512026-08-31T09:30:42.878Z Compiling crc32fast v1.5.0
21522026-08-31T09:30:42.957Z Compiling serde_spanned v0.6.9
21532026-08-31T09:30:43.022Z Compiling zerocopy-derive v0.7.35
21542026-08-31T09:30:43.079Z Compiling flate2 v1.1.2
21552026-08-31T09:30:43.486Z Compiling darling_macro v0.21.3
21562026-08-31T09:30:43.567Z Compiling prettyplease v0.2.37
21572026-08-31T09:30:43.799Z Compiling hubpack_derive v0.1.1
21582026-08-31T09:30:43.921Z Compiling hybrid-array v0.4.12
21592026-08-31T09:30:44.077Z Compiling darling v0.21.3
21602026-08-31T09:30:44.341Z Compiling ingot-macros v0.1.1
21612026-08-31T09:30:45.010Z Compiling scroll_derive v0.12.1
21622026-08-31T09:30:45.366Z Compiling crypto-common v0.2.2
21632026-08-31T09:30:45.748Z Compiling block-buffer v0.12.0
21642026-08-31T09:30:46.758Z Compiling const-oid v0.10.2
21652026-08-31T09:30:46.773Z Compiling compression-core v0.4.32
21662026-08-31T09:30:46.945Z Compiling digest v0.11.3
21672026-08-31T09:30:46.982Z Compiling compression-codecs v0.4.32
21682026-08-31T09:30:47.578Z Compiling zerocopy v0.7.35
21692026-08-31T09:30:48.331Z Compiling toml_datetime v1.1.1+spec-1.1.0
21702026-08-31T09:30:48.484Z Compiling toml_write v0.1.2
21712026-08-31T09:30:48.535Z Compiling cpufeatures v0.3.0
21722026-08-31T09:30:48.622Z Compiling sha1 v0.11.0
21732026-08-31T09:30:48.675Z Compiling toml_edit v0.22.27
21742026-08-31T09:30:48.707Z Compiling toml v1.1.2+spec-1.1.0
21752026-08-31T09:30:49.718Z Compiling async-compression v0.4.33
21762026-08-31T09:30:50.038Z Compiling num_enum_derive v0.7.5
21772026-08-31T09:30:50.481Z Compiling foreign-types-macros v0.2.3
21782026-08-31T09:30:50.714Z Compiling num-integer v0.1.46
21792026-08-31T09:30:51.058Z Compiling float-ord v0.3.2
21802026-08-31T09:30:51.115Z Compiling toml v0.8.23
21812026-08-31T09:30:51.403Z Compiling dropshot v0.17.1
21822026-08-31T09:30:52.968Z Compiling dtrace-parser v0.2.0
21832026-08-31T09:30:53.097Z Compiling glob v0.3.3
21842026-08-31T09:30:53.596Z Compiling proc-macro-error-attr v1.0.4
21852026-08-31T09:30:53.662Z Compiling num-iter v0.1.45
21862026-08-31T09:30:53.798Z Compiling num-rational v0.4.2
21872026-08-31T09:30:53.814Z Compiling dof v0.3.0
21882026-08-31T09:30:54.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21892026-08-31T09:30:54.180Z Compiling num-complex v0.4.6
21902026-08-31T09:30:54.436Z Compiling thread-id v4.2.2
21912026-08-31T09:30:54.534Z Compiling usdt-impl v0.5.0
21922026-08-31T09:30:54.563Z Compiling num v0.4.3
21932026-08-31T09:30:54.581Z Compiling proc-macro-error v1.0.4
21942026-08-31T09:30:54.866Z Compiling num_enum_derive v0.5.11
21952026-08-31T09:30:55.097Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21962026-08-31T09:30:55.542Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
21972026-08-31T09:30:55.621Z Compiling memoffset v0.9.1
21982026-08-31T09:30:56.195Z Compiling derive_more v0.99.20
21992026-08-31T09:30:56.687Z Compiling usdt-macro v0.5.0
22002026-08-31T09:30:57.366Z Compiling usdt-attr-macro v0.5.0
22012026-08-31T09:30:57.850Z Compiling minimal-lexical v0.2.1
22022026-08-31T09:30:58.121Z Compiling nom v7.1.3
22032026-08-31T09:30:58.184Z Compiling libscf-sys v1.2.0
22042026-08-31T09:30:58.318Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-08-31T09:30:58.336Z Compiling zone_cfg_derive v0.3.1
22062026-08-31T09:30:58.374Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22072026-08-31T09:30:58.802Z Compiling rustc_version v0.4.1
22082026-08-31T09:30:58.823Z Compiling crossbeam-epoch v0.9.18
22092026-08-31T09:30:59.158Z Compiling regress v0.11.1
22102026-08-31T09:30:59.184Z Compiling hubpack v0.1.2
22112026-08-31T09:30:59.431Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-31T09:30:59.538Z Compiling enum-as-inner v0.6.1
22132026-08-31T09:30:59.618Z Compiling static_assertions v1.1.0
22142026-08-31T09:30:59.706Z Compiling curve25519-dalek v4.1.3
22152026-08-31T09:31:00.014Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-08-31T09:31:00.229Z Compiling crossbeam-deque v0.8.6
22172026-08-31T09:31:00.437Z Compiling thiserror-impl-no-std v2.0.2
22182026-08-31T09:31:01.293Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22192026-08-31T09:31:01.559Z Compiling typify-impl v0.6.2
22202026-08-31T09:31:01.577Z Compiling curve25519-dalek-derive v0.1.1
22212026-08-31T09:31:01.694Z Compiling bytecount v0.6.9
22222026-08-31T09:31:01.852Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-08-31T09:31:02.648Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
22242026-08-31T09:31:02.803Z Compiling rayon-core v1.13.0
22252026-08-31T09:31:02.879Z Compiling nix v0.31.3
22262026-08-31T09:31:03.000Z Compiling clang-sys v1.8.1
22272026-08-31T09:31:03.195Z Compiling scroll v0.12.0
22282026-08-31T09:31:03.484Z Compiling goblin v0.8.2
22292026-08-31T09:31:03.589Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22302026-08-31T09:31:03.636Z Compiling hash32 v0.3.1
22312026-08-31T09:31:03.813Z Compiling heapless v0.8.0
22322026-08-31T09:31:03.896Z Compiling ingot-types v0.1.2
22332026-08-31T09:31:04.256Z Compiling cobs v0.3.0
22342026-08-31T09:31:04.332Z Compiling libloading v0.8.9
22352026-08-31T09:31:04.332Z Compiling bitflags v1.3.2
22362026-08-31T09:31:04.348Z Compiling managed v0.8.0
22372026-08-31T09:31:04.365Z Compiling foreign-types-shared v0.3.1
22382026-08-31T09:31:04.393Z Compiling postcard v1.1.3
22392026-08-31T09:31:04.465Z Compiling foreign-types v0.5.0
22402026-08-31T09:31:04.492Z Compiling bindgen v0.72.1
22412026-08-31T09:31:04.515Z Compiling ingot v0.1.1
22422026-08-31T09:31:04.555Z Compiling smoltcp v0.11.0
22432026-08-31T09:31:05.189Z Compiling cexpr v0.6.0
22442026-08-31T09:31:06.086Z Compiling num_enum v0.7.5
22452026-08-31T09:31:06.464Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22462026-08-31T09:31:06.662Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22472026-08-31T09:31:06.996Z Compiling camino-tempfile v1.4.1
22482026-08-31T09:31:07.344Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22492026-08-31T09:31:07.362Z Compiling derive-where v1.6.0
22502026-08-31T09:31:07.440Z Compiling serde_repr v0.1.20
22512026-08-31T09:31:07.456Z Compiling memmap v0.7.0
22522026-08-31T09:31:07.527Z Compiling cstr-argument v0.1.2
22532026-08-31T09:31:08.002Z Compiling typify-macro v0.6.2
22542026-08-31T09:31:08.041Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22552026-08-31T09:31:08.311Z Compiling usdt v0.5.0
22562026-08-31T09:31:08.407Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22572026-08-31T09:31:08.811Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22582026-08-31T09:31:09.016Z Compiling rayon v1.11.0
22592026-08-31T09:31:09.497Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22602026-08-31T09:31:09.619Z Compiling crucible-workspace-hack v0.1.0
22612026-08-31T09:31:10.150Z Compiling typify v0.6.2
22622026-08-31T09:31:10.188Z Compiling tinyvec_macros v0.1.1
22632026-08-31T09:31:10.254Z Compiling tinyvec v1.10.0
22642026-08-31T09:31:10.257Z Compiling progenitor-impl v0.14.0
22652026-08-31T09:31:10.611Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22662026-08-31T09:31:11.111Z Compiling papergrid v0.18.0
22672026-08-31T09:31:11.114Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22682026-08-31T09:31:11.156Z Compiling num_enum v0.5.11
22692026-08-31T09:31:11.625Z Compiling pin-project-internal v1.1.10
22702026-08-31T09:31:12.119Z Compiling tabled v0.21.0
22712026-08-31T09:31:12.308Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-08-31T09:31:12.502Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22732026-08-31T09:31:12.770Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22742026-08-31T09:31:12.812Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22752026-08-31T09:31:13.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22762026-08-31T09:31:13.171Z Compiling rustix v0.38.44
22772026-08-31T09:31:13.596Z Compiling itertools v0.15.0
22782026-08-31T09:31:13.760Z Compiling itertools v0.12.1
22792026-08-31T09:31:13.884Z Compiling progenitor-macro v0.14.0
22802026-08-31T09:31:14.078Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22812026-08-31T09:31:14.158Z Compiling progenitor-impl v0.10.0
22822026-08-31T09:31:14.501Z Compiling sigpipe v0.1.3
22832026-08-31T09:31:14.630Z Compiling jiff v0.2.15
22842026-08-31T09:31:14.836Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22852026-08-31T09:31:14.957Z Compiling zone v0.3.1
22862026-08-31T09:31:14.982Z Compiling const_format_proc_macros v0.2.34
22872026-08-31T09:31:15.058Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22882026-08-31T09:31:15.326Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22892026-08-31T09:31:16.343Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22902026-08-31T09:31:16.628Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22912026-08-31T09:31:17.043Z Compiling nix v0.30.1
22922026-08-31T09:31:17.372Z Compiling smf v0.2.3
22932026-08-31T09:31:17.706Z Compiling progenitor-macro v0.10.0
22942026-08-31T09:31:17.873Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-08-31T09:31:17.982Z Compiling secrecy v0.10.3
22962026-08-31T09:31:18.509Z Compiling async-recursion v1.1.1
22972026-08-31T09:31:18.534Z Compiling snafu-derive v0.8.9
22982026-08-31T09:31:18.678Z Compiling bstr v1.12.0
22992026-08-31T09:31:18.696Z Compiling crc8 v0.1.1
23002026-08-31T09:31:18.837Z Compiling whoami v1.6.1
23012026-08-31T09:31:19.232Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-31T09:31:21.164Z Compiling tokio-dtrace v0.1.1
23032026-08-31T09:31:22.629Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23042026-08-31T09:31:22.845Z Compiling reqwest v0.13.2
23052026-08-31T09:31:22.931Z Compiling hmac v0.12.1
23062026-08-31T09:31:23.173Z Compiling inout v0.1.4
23072026-08-31T09:31:23.252Z Compiling ff v0.13.1
23082026-08-31T09:31:23.337Z Compiling data-encoding v2.9.0
23092026-08-31T09:31:23.392Z Compiling group v0.13.0
23102026-08-31T09:31:23.563Z Compiling cipher v0.4.4
23112026-08-31T09:31:23.771Z Compiling hkdf v0.12.4
23122026-08-31T09:31:23.801Z Compiling oxide-tokio-rt v0.1.6
23132026-08-31T09:31:23.936Z Compiling progenitor-client v0.14.0
23142026-08-31T09:31:24.121Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23152026-08-31T09:31:24.271Z Compiling atomicwrites v0.4.4
23162026-08-31T09:31:24.813Z Compiling tabled_derive v0.7.0
23172026-08-31T09:31:25.336Z Compiling universal-hash v0.5.1
23182026-08-31T09:31:25.341Z Compiling crypto-bigint v0.5.5
23192026-08-31T09:31:25.414Z Compiling half v2.7.1
23202026-08-31T09:31:25.723Z Compiling ciborium-io v0.2.2
23212026-08-31T09:31:25.974Z Compiling base16ct v0.2.0
23222026-08-31T09:31:26.156Z Compiling indent_write v2.2.0
23232026-08-31T09:31:26.314Z Compiling base64ct v1.8.0
23242026-08-31T09:31:26.406Z Compiling opaque-debug v0.3.1
23252026-08-31T09:31:26.459Z Compiling elliptic-curve v0.13.8
23262026-08-31T09:31:26.483Z Compiling poly1305 v0.8.0
23272026-08-31T09:31:26.617Z Compiling password-hash v0.5.0
23282026-08-31T09:31:26.633Z Compiling ciborium-ll v0.2.2
23292026-08-31T09:31:26.870Z Compiling progenitor v0.14.0
23302026-08-31T09:31:27.084Z Compiling chacha20 v0.9.1
23312026-08-31T09:31:27.223Z Compiling similar v2.7.0
23322026-08-31T09:31:27.261Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23332026-08-31T09:31:27.609Z Compiling thiserror-no-std v2.0.2
23342026-08-31T09:31:27.897Z Compiling blake2 v0.10.6
23352026-08-31T09:31:28.142Z Compiling aead v0.5.2
23362026-08-31T09:31:28.302Z Compiling strum_macros v0.28.0
23372026-08-31T09:31:28.398Z Compiling linked-hash-map v0.5.6
23382026-08-31T09:31:28.606Z Compiling keccak v0.1.6
23392026-08-31T09:31:28.659Z Compiling resolv-conf v0.7.5
23402026-08-31T09:31:29.042Z Compiling sha3 v0.10.8
23412026-08-31T09:31:29.187Z Compiling lru-cache v0.1.2
23422026-08-31T09:31:29.238Z Compiling chacha20poly1305 v0.10.1
23432026-08-31T09:31:29.329Z Compiling vsss-rs v3.3.4
23442026-08-31T09:31:29.362Z Compiling argon2 v0.5.3
23452026-08-31T09:31:29.365Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23462026-08-31T09:31:29.407Z Compiling ciborium v0.2.2
23472026-08-31T09:31:29.742Z Compiling hickory-proto v0.24.4
23482026-08-31T09:31:30.035Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23492026-08-31T09:31:30.051Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-08-31T09:31:30.622Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23512026-08-31T09:31:30.734Z Compiling serde-big-array v0.5.1
23522026-08-31T09:31:30.836Z Compiling siphasher v1.0.1
23532026-08-31T09:31:30.961Z Compiling humantime v2.3.0
23542026-08-31T09:31:31.043Z Compiling same-file v1.0.6
23552026-08-31T09:31:31.144Z Compiling unicode-segmentation v1.12.0
23562026-08-31T09:31:31.231Z Compiling walkdir v2.5.0
23572026-08-31T09:31:31.253Z Compiling phf_shared v0.12.1
23582026-08-31T09:31:31.473Z Compiling newline-converter v0.3.0
23592026-08-31T09:31:31.552Z Compiling hickory-resolver v0.24.4
23602026-08-31T09:31:31.566Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23612026-08-31T09:31:31.569Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23622026-08-31T09:31:31.753Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23632026-08-31T09:31:32.883Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23642026-08-31T09:31:33.161Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23652026-08-31T09:31:34.197Z Compiling newtype_derive v0.1.6
23662026-08-31T09:31:34.276Z Compiling owo-colors v4.3.0
23672026-08-31T09:31:35.291Z Compiling tokio-stream v0.1.17
23682026-08-31T09:31:35.370Z Compiling console v0.15.11
23692026-08-31T09:31:35.771Z Compiling csv-core v0.1.12
23702026-08-31T09:31:36.000Z Compiling foldhash v0.1.5
23712026-08-31T09:31:36.056Z Compiling unicode-linebreak v0.1.5
23722026-08-31T09:31:36.074Z Compiling smawk v0.3.2
23732026-08-31T09:31:36.192Z Compiling unicode-width v0.1.14
23742026-08-31T09:31:36.378Z Compiling swrite v0.1.0
23752026-08-31T09:31:36.381Z Compiling termtree v0.5.1
23762026-08-31T09:31:36.487Z Compiling textwrap v0.16.2
23772026-08-31T09:31:36.556Z Compiling hashbrown v0.15.5
23782026-08-31T09:31:36.617Z Compiling csv v1.4.0
23792026-08-31T09:31:37.062Z Compiling expectorate v1.2.0
23802026-08-31T09:31:37.112Z Compiling qorb v0.4.1
23812026-08-31T09:31:38.836Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23822026-08-31T09:31:39.389Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23832026-08-31T09:31:39.935Z Compiling phf v0.12.1
23842026-08-31T09:31:40.342Z Compiling pin-project v1.1.10
23852026-08-31T09:31:40.468Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
23862026-08-31T09:31:40.956Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23872026-08-31T09:31:41.052Z Compiling unicode-normalization v0.1.24
23882026-08-31T09:31:41.115Z Compiling libz-sys v1.1.22
23892026-08-31T09:31:41.522Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23902026-08-31T09:31:42.312Z Compiling libsw-core v0.3.2
23912026-08-31T09:31:42.655Z Compiling highway v1.3.0
23922026-08-31T09:31:42.670Z Compiling fixedbitset v0.5.7
23932026-08-31T09:31:42.689Z Compiling fixedbitset v0.4.2
23942026-08-31T09:31:42.850Z Compiling petgraph v0.6.5
23952026-08-31T09:31:42.938Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23962026-08-31T09:31:43.014Z Compiling petgraph v0.8.2
23972026-08-31T09:31:43.279Z Compiling progenitor v0.10.0
23982026-08-31T09:31:43.469Z Compiling libsw v3.5.0
23992026-08-31T09:31:44.346Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24002026-08-31T09:31:44.597Z Compiling olpc-cjson v0.1.4
24012026-08-31T09:31:44.788Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24022026-08-31T09:31:44.804Z Compiling libgit2-sys v0.17.0+1.8.1
24032026-08-31T09:31:44.990Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24042026-08-31T09:31:45.077Z Compiling snafu v0.8.9
24052026-08-31T09:31:45.195Z Compiling chrono-tz v0.10.4
24062026-08-31T09:31:45.700Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24072026-08-31T09:31:45.974Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24082026-08-31T09:31:46.220Z Compiling papergrid v0.11.0
24092026-08-31T09:31:46.886Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24102026-08-31T09:31:47.182Z Compiling strum v0.28.0
24112026-08-31T09:31:47.340Z Compiling globset v0.4.16
24122026-08-31T09:31:47.520Z Compiling const_format v0.2.34
24132026-08-31T09:31:47.820Z Compiling slog-dtrace v0.3.0
24142026-08-31T09:31:47.864Z Compiling cancel-safe-futures v0.1.5
24152026-08-31T09:31:48.014Z Compiling gethostname v0.5.0
24162026-08-31T09:31:48.184Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24172026-08-31T09:31:48.583Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24182026-08-31T09:31:48.862Z Compiling dropshot-api-manager-types v0.7.2
24192026-08-31T09:31:48.931Z Compiling pem v3.0.5
24202026-08-31T09:31:49.193Z Compiling bcs v0.1.6
24212026-08-31T09:31:49.197Z Compiling cargo-platform v0.1.9
24222026-08-31T09:31:49.263Z Compiling serde_plain v1.0.2
24232026-08-31T09:31:49.338Z Compiling linear-map v1.2.0
24242026-08-31T09:31:49.528Z Compiling tagptr v0.2.0
24252026-08-31T09:31:49.688Z Compiling typed-path v0.9.3
24262026-08-31T09:31:49.904Z Compiling moka v0.12.11
24272026-08-31T09:31:50.683Z Compiling tough v0.20.0
24282026-08-31T09:31:51.336Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24292026-08-31T09:31:51.593Z Compiling cargo_metadata v0.18.1
24302026-08-31T09:31:51.612Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24312026-08-31T09:31:53.003Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24322026-08-31T09:31:53.076Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24332026-08-31T09:31:53.229Z Compiling tabled v0.15.0
24342026-08-31T09:31:53.307Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24352026-08-31T09:31:53.823Z Compiling git2 v0.19.0
24362026-08-31T09:31:55.454Z Compiling steno v0.4.1
24372026-08-31T09:31:56.790Z Compiling hickory-proto v0.25.2
24382026-08-31T09:31:56.925Z Compiling cookie v0.18.1
24392026-08-31T09:31:58.755Z Compiling hickory-resolver v0.25.2
24402026-08-31T09:31:59.303Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24412026-08-31T09:32:01.445Z Compiling vergen v8.3.2
24422026-08-31T09:32:02.160Z Compiling signal-hook v0.4.4
24432026-08-31T09:32:02.748Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24442026-08-31T09:32:03.463Z Compiling mockall_derive v0.14.0
24452026-08-31T09:32:03.543Z Compiling predicates-core v1.0.9
24462026-08-31T09:32:03.967Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24472026-08-31T09:32:04.163Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24482026-08-31T09:32:04.253Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24492026-08-31T09:32:05.241Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24502026-08-31T09:32:05.785Z Compiling sha2 v0.10.9
24512026-08-31T09:32:06.203Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24522026-08-31T09:32:06.487Z Compiling yansi v1.0.1
24532026-08-31T09:32:06.573Z Compiling diff v0.1.13
24542026-08-31T09:32:06.828Z Compiling mockall v0.14.0
24552026-08-31T09:32:06.890Z Compiling pretty_assertions v1.4.1
24562026-08-31T09:32:06.998Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24572026-08-31T09:32:07.493Z Compiling fs-err v3.1.2
24582026-08-31T09:32:07.814Z Compiling predicates v3.1.3
24592026-08-31T09:32:08.222Z Compiling predicates-tree v1.0.12
24602026-08-31T09:32:09.273Z Compiling git-stub v1.0.0
24612026-08-31T09:32:09.577Z Compiling filetime v0.2.26
24622026-08-31T09:32:09.580Z Compiling fragile v2.0.1
24632026-08-31T09:32:09.805Z Compiling downcast v0.11.0
24642026-08-31T09:32:09.922Z Compiling is_ci v1.2.0
24652026-08-31T09:32:09.979Z Compiling arrayref v0.3.9
24662026-08-31T09:32:10.070Z Compiling xattr v1.6.1
24672026-08-31T09:32:10.087Z Compiling constant_time_eq v0.3.1
24682026-08-31T09:32:10.223Z Compiling arrayvec v0.7.6
24692026-08-31T09:32:10.273Z Compiling tar v0.4.45
24702026-08-31T09:32:10.456Z Compiling blake3 v1.8.2
24712026-08-31T09:32:10.658Z Compiling toml v0.7.8
24722026-08-31T09:32:11.035Z Compiling supports-color v3.0.2
24732026-08-31T09:32:11.234Z Compiling git-stub-vcs v0.1.0
24742026-08-31T09:32:11.366Z Compiling curl-sys v0.4.89+curl-8.20.0
24752026-08-31T09:32:11.627Z Compiling signal-hook-tokio v0.4.0
24762026-08-31T09:32:11.934Z Compiling scuffle v0.1.0
24772026-08-31T09:32:12.905Z Compiling drift v0.2.0
24782026-08-31T09:32:13.495Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24792026-08-31T09:32:13.761Z Compiling kstat-rs v0.2.4
24802026-08-31T09:32:13.986Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24812026-08-31T09:32:14.098Z Compiling topological-sort v0.2.2
24822026-08-31T09:32:14.168Z Compiling hex-literal v1.1.0
24832026-08-31T09:32:14.260Z Compiling omicron-zone-package v0.12.2
24842026-08-31T09:32:14.301Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24852026-08-31T09:32:14.405Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24862026-08-31T09:32:14.465Z Compiling dropshot-api-manager v0.7.2
24872026-08-31T09:32:15.780Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24882026-08-31T09:32:16.466Z Compiling curl v0.4.50
24892026-08-31T09:32:16.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24902026-08-31T09:32:17.319Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24912026-08-31T09:32:17.571Z Compiling iddqd v0.4.5
24922026-08-31T09:32:17.659Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24932026-08-31T09:32:17.693Z Compiling search_path v0.1.4
24942026-08-31T09:32:18.119Z Compiling internet-checksum v0.2.1
24952026-08-31T09:32:18.277Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24962026-08-31T09:32:18.379Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24972026-08-31T09:32:21.561Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24982026-08-31T09:32:26.739Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24992026-08-31T09:33:18.937Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 35s
25002026-08-31T09:33:19.096Z Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da)
25012026-08-31T09:33:19.100Z
25022026-08-31T09:33:19.100Zrunning 0 tests
25032026-08-31T09:33:19.100Z
25042026-08-31T09:33:19.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25052026-08-31T09:33:19.100Z
25062026-08-31T09:33:19.100Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
25072026-08-31T09:33:19.103Z
25082026-08-31T09:33:19.103Zrunning 0 tests
25092026-08-31T09:33:19.103Z
25102026-08-31T09:33:19.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25112026-08-31T09:33:19.104Z
25122026-08-31T09:33:19.104Z Running unittests src/lib.rs (target/debug/deps/asic-bfe1009533fe0e64)
25132026-08-31T09:33:19.107Z
25142026-08-31T09:33:19.107Zrunning 0 tests
25152026-08-31T09:33:19.107Z
25162026-08-31T09:33:19.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-08-31T09:33:19.108Z
25182026-08-31T09:33:19.108Z Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d)
25192026-08-31T09:33:19.117Z
25202026-08-31T09:33:19.117Zrunning 4 tests
25212026-08-31T09:33:19.121Ztest nat::tests::test_vni ... ok
25222026-08-31T09:33:19.121Ztest network::tests::test_generate_ipv6_link_local ... ok
25232026-08-31T09:33:19.124Ztest test_purge ... ok
25242026-08-31T09:33:19.127Ztest illumos::test::address_exists_handles_missing_object ... ok
25252026-08-31T09:33:19.127Z
25262026-08-31T09:33:19.127Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
25272026-08-31T09:33:19.127Z
25282026-08-31T09:33:19.128Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91)
25292026-08-31T09:33:19.131Z
25302026-08-31T09:33:19.132Zrunning 1 test
25312026-08-31T09:33:19.135Z -------
25322026-08-31T09:33:19.135Z Generating OpenAPI documents from API definitions ...
25332026-08-31T09:33:19.281Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25342026-08-31T09:33:19.355Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25352026-08-31T09:33:20.458Z -------
25362026-08-31T09:33:20.458Z Checking 13 OpenAPI documents...
25372026-08-31T09:33:20.458Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25382026-08-31T09:33:20.458Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25392026-08-31T09:33:20.461Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25402026-08-31T09:33:20.462Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25412026-08-31T09:33:20.462Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25422026-08-31T09:33:20.462Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25432026-08-31T09:33:20.462Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25442026-08-31T09:33:20.462Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25452026-08-31T09:33:20.462Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25462026-08-31T09:33:20.462Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25472026-08-31T09:33:20.462Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25482026-08-31T09:33:20.462Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25492026-08-31T09:33:20.462Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
25502026-08-31T09:33:20.462Z Fresh dpd "latest" symlink
25512026-08-31T09:33:20.462Z -------
25522026-08-31T09:33:20.462Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
25532026-08-31T09:33:20.539Ztest test::test_apis_up_to_date ... ok
25542026-08-31T09:33:20.539Z
25552026-08-31T09:33:20.539Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
25562026-08-31T09:33:20.540Z
25572026-08-31T09:33:20.594Z Running unittests src/main.rs (target/debug/deps/dpd-f83cf547dc6487e8)
25582026-08-31T09:33:20.601Z
25592026-08-31T09:33:20.601Zrunning 61 tests
25602026-08-31T09:33:20.606Ztest freemap::test_ordering ... ok
25612026-08-31T09:33:20.606Ztest config::tests::test_updates ... ok
25622026-08-31T09:33:20.606Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25632026-08-31T09:33:20.606Ztest freemap::test_split ... ok
25642026-08-31T09:33:20.606Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25652026-08-31T09:33:20.606Ztest macaddrs::tests::test_mac_offset ... ok
25662026-08-31T09:33:20.606Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25672026-08-31T09:33:20.606ZAug 31 09:33:18.831 DEBG created new freemap, unit: freemap_test
25682026-08-31T09:33:20.606ZAug 31 09:33:18.831 DEBG initted freemap. size: 128, unit: freemap_test
25692026-08-31T09:33:20.606ZAug 31 09:33:18.831 DEBG reset freemap, unit: freemap_test
25702026-08-31T09:33:20.606ZAug 31 09:33:18.831 DEBG created new freemap, unit: freemap_test
25712026-08-31T09:33:20.606ZAug 31 09:33:18.831 DEBG initted freemap. size: 128, unitAug 31 09:33:18.831: DEBGAug 31 09:33:18.831 created new freemapDEBGfreemap_test,
25722026-08-31T09:33:20.606Zunit :created new freemap freemap_test, Aug 31 09:33:18.831unit
25732026-08-31T09:33:20.606Ztest macaddrs::tests::test_parse_port_id ... ok
25742026-08-31T09:33:20.606ZDEBG :reset freemap , freemap_testunit:
25752026-08-31T09:33:20.606Z freemap_test
25762026-08-31T09:33:20.606ZAug 31 09:33:18.831 DEBGAug 31 09:33:18.831 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
25772026-08-31T09:33:20.607Ztest freemap::test_free ... ok
25782026-08-31T09:33:20.607Z freemap_test
25792026-08-31T09:33:20.607ZAug 31 09:33:18.831 DEBG reset freemapAug 31 09:33:18.831, unitDEBG: reset freemapfreemap_test,
25802026-08-31T09:33:20.607Zunit: freemap_test
25812026-08-31T09:33:20.607Ztest freemap::test_reclaim ... ok
25822026-08-31T09:33:20.607Ztest freemap::test_exhaustion ... ok
25832026-08-31T09:33:20.607Ztest freemap::test_basic ... ok
25842026-08-31T09:33:20.607Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25852026-08-31T09:33:20.607Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25862026-08-31T09:33:20.607Ztest mcast::tests::test_canonicalize_sources ... ok
25872026-08-31T09:33:20.607Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25882026-08-31T09:33:20.607ZAug 31 09:33:18.831 DEBG created new freemap, unit: freemap_test
25892026-08-31T09:33:20.607ZAug 31 09:33:18.831 DEBG initted freemap. size: 8, unit: freemap_test
25902026-08-31T09:33:20.607ZAug 31 09:33:18.831 DEBG reset freemap, unit: freemap_test
25912026-08-31T09:33:20.607Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
25922026-08-31T09:33:20.612Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25932026-08-31T09:33:20.612Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25942026-08-31T09:33:20.612Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25952026-08-31T09:33:20.612Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25962026-08-31T09:33:20.612Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25972026-08-31T09:33:20.613Ztest mcast::tests::test_sources_contain_any ... ok
25982026-08-31T09:33:20.613Ztest mcast::tests::test_concurrent_id_allocation ... ok
25992026-08-31T09:33:20.613Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26002026-08-31T09:33:20.613Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26012026-08-31T09:33:20.613Ztest mcast::validate::tests::test_ipv4_validation ... ok
26022026-08-31T09:33:20.613Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26032026-08-31T09:33:20.613Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26042026-08-31T09:33:20.613Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26052026-08-31T09:33:20.613Ztest mcast::validate::tests::test_ipv6_validation ... ok
26062026-08-31T09:33:20.613ZAug 31 09:33:18.833 DEBG created new freemap, unit: freemap_test
26072026-08-31T09:33:20.613ZAug 31 09:33:18.833 DEBG initted freemap. size: 128, unit: freemap_test
26082026-08-31T09:33:20.613ZAug 31 09:33:18.833 DEBG reset freemap, unit: freemap_test
26092026-08-31T09:33:20.613Ztest mcast::validate::tests::test_is_ssm_function ... ok
26102026-08-31T09:33:20.613Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26112026-08-31T09:33:20.613Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
26122026-08-31T09:33:20.613Ztest mcast::tests::test_id_range_boundaries ... ok
26132026-08-31T09:33:20.613Ztest mcast::validate::tests::test_validate_nat_target ... ok
26142026-08-31T09:33:20.613Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26152026-08-31T09:33:20.613Ztest freemap::test_span ... ok
26162026-08-31T09:33:20.614Ztest api_server::tests::test_build_info ... ok
26172026-08-31T09:33:20.614Ztest mcast::validate::tests::test_validate_tag ... ok
26182026-08-31T09:33:20.614Ztest nat::test_mapping ... ok
26192026-08-31T09:33:20.614Ztest port_map::tests::test_backplane_group ... ok
26202026-08-31T09:33:20.614Ztest mcast::validate::tests::test_validate_tag_format ... ok
26212026-08-31T09:33:20.614Ztest port_map::tests::test_port_map ... ok
26222026-08-31T09:33:20.615Ztest port_map::tests::dump_map ... ok
26232026-08-31T09:33:20.615ZAug 31 09:33:18.834 DEBG created new freemap, unit: freemap_route_ipv4
26242026-08-31T09:33:20.615ZAug 31 09:33:18.834 DEBG created new freemap, unit: freemap_route_ipv6
26252026-08-31T09:33:20.615ZAug 31 09:33:18.834 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
26262026-08-31T09:33:20.616ZAug 31 09:33:18.834 DEBG reset freemap, unit: freemap_route_ipv4
26272026-08-31T09:33:20.616ZAug 31 09:33:18.834 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
26282026-08-31T09:33:20.616ZAug 31 09:33:18.834 DEBG reset freemap, unit: freemap_route_ipv6
26292026-08-31T09:33:20.616ZAug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26302026-08-31T09:33:20.616ZAug 31 09:33:18.834 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 } }]
26312026-08-31T09:33:20.616ZAug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
26322026-08-31T09:33:20.616ZAug 31 09:33:18.834 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 } }]
26332026-08-31T09:33:20.618ZAug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
26342026-08-31T09:33:20.618ZAug 31 09:33:18.834 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 } }]
26352026-08-31T09:33:20.618ZAug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
26362026-08-31T09:33:20.618ZAug 31 09:33:18.834 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 } }]
26372026-08-31T09:33:20.618ZAug 31 09:33:18.834 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
26382026-08-31T09:33:20.618ZAug 31 09:33:18.834 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 } }]
26392026-08-31T09:33:20.618ZAug 31 09:33:18.834 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26402026-08-31T09:33:20.619ZAug 31 09:33:18.834 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 } }]
26412026-08-31T09:33:20.619ZAug 31 09:33:18.834 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26422026-08-31T09:33:20.619ZAug 31 09:33:18.834 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 } }]
26432026-08-31T09:33:20.619ZAug 31 09:33:18.834 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26442026-08-31T09:33:20.619ZAug 31 09:33:18.834 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 } }]
26452026-08-31T09:33:20.619ZAug 31 09:33:18.834 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26462026-08-31T09:33:20.619ZAug 31 09:33:18.834 DEBGAug 31 09:33:18.834 created new freemapDEBG 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 } }],
26472026-08-31T09:33:20.619Zunit: freemap_route_ipv4Aug 31 09:33:18.834
26482026-08-31T09:33:20.619Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26492026-08-31T09:33:20.619ZAug 31 09:33:18.834Aug 31 09:33:18.834 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 } }]created new freemap
26502026-08-31T09:33:20.619Z, unit: freemap_route_ipv6Aug 31 09:33:18.834
26512026-08-31T09:33:20.619Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26522026-08-31T09:33:20.619ZAug 31 09:33:18.834 DEBG Aug 31 09:33:18.834initted freemap. size: 64 , DEBGunit :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 } }]
26532026-08-31T09:33:20.619Zfreemap_route_ipv4
26542026-08-31T09:33:20.619ZAug 31 09:33:18.834 Aug 31 09:33:18.834INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26552026-08-31T09:33:20.619Zreset freemap, unit: freemap_route_ipv4Aug 31 09:33:18.834
26562026-08-31T09:33:20.619Z DEBG Aug 31 09:33:18.834replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26572026-08-31T09:33:20.619ZDEBG initted freemap. size: 64, unit:Aug 31 09:33:18.834 freemap_route_ipv6INFO
26582026-08-31T09:33:20.619Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26592026-08-31T09:33:20.619ZAug 31 09:33:18.834 DEBGAug 31 09:33:18.834 reset freemapDEBG, unitreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
26602026-08-31T09:33:20.619Z freemap_route_ipv6
26612026-08-31T09:33:20.619ZAug 31 09:33:18.834 INFOAug 31 09:33:18.834 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
26622026-08-31T09:33:20.619Z adding route 3fff:dead::/64 -> 2001:db8::55:1
26632026-08-31T09:33:20.619ZAug 31 09:33:18.834Aug 31 09:33:18.834 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26642026-08-31T09:33:20.619Z
26652026-08-31T09:33:20.619ZAug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
26662026-08-31T09:33:20.619Z
26672026-08-31T09:33:20.620ZAug 31 09:33:18.834Aug 31 09:33:18.834 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
26682026-08-31T09:33:20.620Z
26692026-08-31T09:33:20.620ZAug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
26702026-08-31T09:33:20.620Z
26712026-08-31T09:33:20.620ZAug 31 09:33:18.834Aug 31 09:33:18.834 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26722026-08-31T09:33:20.620Z
26732026-08-31T09:33:20.620ZAug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26742026-08-31T09:33:20.620Z
26752026-08-31T09:33:20.621ZAug 31 09:33:18.834Aug 31 09:33:18.834 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: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 } }]
26762026-08-31T09:33:20.621Z
26772026-08-31T09:33:20.621ZAug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26782026-08-31T09:33:20.621Z
26792026-08-31T09:33:20.621ZAug 31 09:33:18.834Aug 31 09:33:18.834Aug 31 09:33:18.834 DEBG DEBGDEBG created new freemapreplacing 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: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 } }]
26802026-08-31T09:33:20.621Z
26812026-08-31T09:33:20.621Z, unitAug 31 09:33:18.834Aug 31 09:33:18.834 :INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26822026-08-31T09:33:20.621Zfreemap_route_ipv4adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26832026-08-31T09:33:20.621Z
26842026-08-31T09:33:20.621ZAug 31 09:33:18.834 DEBG Aug 31 09:33:18.834replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.834
26852026-08-31T09:33:20.621Z DEBG Aug 31 09:33:18.834replacing 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
26862026-08-31T09:33:20.621Z created new freemap , INFOAug 31 09:33:18.834 unitINFO:adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26872026-08-31T09:33:20.621Zfreemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26882026-08-31T09:33:20.621Z
26892026-08-31T09:33:20.621ZAug 31 09:33:18.834 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 } }]
26902026-08-31T09:33:20.621ZAug 31 09:33:18.834Aug 31 09:33:18.834 Aug 31 09:33:18.834DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
26912026-08-31T09:33:20.621Z: freemap_route_ipv4
26922026-08-31T09:33:20.628ZAug 31 09:33:18.835Aug 31 09:33:18.835 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 } }]reset freemap
26932026-08-31T09:33:20.628Z, unit: freemap_route_ipv4
26942026-08-31T09:33:20.628ZAug 31 09:33:18.835 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26952026-08-31T09:33:20.628ZAug 31 09:33:18.835 DEBG initted freemap. size: 64, Aug 31 09:33:18.835unit :DEBG freemap_route_ipv6replacing 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 } }]
26962026-08-31T09:33:20.628Z
26972026-08-31T09:33:20.628ZAug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap
26982026-08-31T09:33:20.628Z, unit: freemap_route_ipv6
26992026-08-31T09:33:20.628ZAug 31 09:33:18.835 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 } }]
27002026-08-31T09:33:20.628ZAug 31 09:33:18.835 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
27012026-08-31T09:33:20.628ZAug 31 09:33:18.835 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
27022026-08-31T09:33:20.628Z 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 } }]
27032026-08-31T09:33:20.628ZAug 31 09:33:18.835 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
27042026-08-31T09:33:20.628Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
27052026-08-31T09:33:20.628ZAug 31 09:33:18.835 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
27062026-08-31T09:33:20.628Z 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 } }]
27072026-08-31T09:33:20.628ZAug 31 09:33:18.835 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 } }]
27082026-08-31T09:33:20.628ZAug 31 09:33:18.835 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
27092026-08-31T09:33:20.628Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
27102026-08-31T09:33:20.628ZAug 31 09:33:18.835 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
27112026-08-31T09:33:20.628Z 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 } }]
27122026-08-31T09:33:20.629ZAug 31 09:33:18.835 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
27132026-08-31T09:33:20.629Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27142026-08-31T09:33:20.629ZAug 31 09:33:18.835 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
27152026-08-31T09:33:20.629Z DEBGAug 31 09:33:18.835 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
27162026-08-31T09:33:20.629Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
27172026-08-31T09:33:20.629Ztest port_map::tests::parse_softnpu_revision ... ok
27182026-08-31T09:33:20.629ZAug 31 09:33:18.835 INFOAug 31 09:33:18.835 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
27192026-08-31T09:33:20.629Z 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 } }]
27202026-08-31T09:33:20.629ZAug 31 09:33:18.835 DEBG Aug 31 09:33:18.835replacing 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 } }]
27212026-08-31T09:33:20.629ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27222026-08-31T09:33:20.629ZAug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:d::/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 } }]
27232026-08-31T09:33:20.629Z
27242026-08-31T09:33:20.629ZAug 31 09:33:18.835 Aug 31 09:33:18.835INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
27252026-08-31T09:33:20.629Zreplacing 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 } }]
27262026-08-31T09:33:20.629ZAug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27272026-08-31T09:33:20.629Z
27282026-08-31T09:33:20.629ZDEBGAug 31 09:33:18.835Aug 31 09:33:18.835 DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
27292026-08-31T09:33:20.629Z
27302026-08-31T09:33:20.629ZINFO Aug 31 09:33:18.835adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27312026-08-31T09:33:20.629ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27322026-08-31T09:33:20.629ZAug 31 09:33:18.835 DEBG Aug 31 09:33:18.835replacing 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 } }]
27332026-08-31T09:33:20.629ZDEBGAug 31 09:33:18.835 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27342026-08-31T09:33:20.629Z Aug 31 09:33:18.835adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27352026-08-31T09:33:20.630ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
27362026-08-31T09:33:20.630ZAug 31 09:33:18.835 INFOAug 31 09:33:18.835Aug 31 09:33:18.835 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27372026-08-31T09:33:20.630Zreplacing 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 } }]
27382026-08-31T09:33:20.630ZDEBG 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 } }]
27392026-08-31T09:33:20.630ZAug 31 09:33:18.835Aug 31 09:33:18.835 DEBGINFO Aug 31 09:33:18.835 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
27402026-08-31T09:33:20.630Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27412026-08-31T09:33:20.630ZDEBG created new freemapINFOAug 31 09:33:18.835, Aug 31 09:33:18.835unitDEBG :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
27422026-08-31T09:33:20.630Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
27432026-08-31T09:33:20.630Zfreemap_route_ipv4Aug 31 09:33:18.835
27442026-08-31T09:33:20.630Z
27452026-08-31T09:33:20.631ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27462026-08-31T09:33:20.631ZAug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27472026-08-31T09:33:20.631Z DEBG
27482026-08-31T09:33:20.631Zcreated new freemap replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835, unitINFOAug 31 09:33:18.835
27492026-08-31T09:33:20.631ZINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27502026-08-31T09:33:20.631Z:adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27512026-08-31T09:33:20.631Z freemap_route_ipv6Aug 31 09:33:18.835
27522026-08-31T09:33:20.631Z INFOAug 31 09:33:18.835 Aug 31 09:33:18.835 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 31 09:33:18.835
27532026-08-31T09:33:20.631Z DEBGDEBG 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 } }]
27542026-08-31T09:33:20.631Zreplacing 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 } }]initted freemap. size: 64Aug 31 09:33:18.835,
27552026-08-31T09:33:20.631Zunit: freemap_route_ipv4
27562026-08-31T09:33:20.631ZDEBGAug 31 09:33:18.835 Aug 31 09:33:18.835 INFOINFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27572026-08-31T09:33:20.631Z
27582026-08-31T09:33:20.631Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27592026-08-31T09:33:20.631ZAug 31 09:33:18.835 Aug 31 09:33:18.835DEBG Aug 31 09:33:18.835Aug 31 09:33:18.835DEBG reset freemapINFO , 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 } }]
27602026-08-31T09:33:20.631Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:a::/64 -> 2001:db8::55:ffunit
27612026-08-31T09:33:20.631Z
27622026-08-31T09:33:20.631Z: freemap_route_ipv4Aug 31 09:33:18.835
27632026-08-31T09:33:20.631Z Aug 31 09:33:18.835Aug 31 09:33:18.835INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27642026-08-31T09:33:20.631Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
27652026-08-31T09:33:20.632ZAug 31 09:33:18.835replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
27662026-08-31T09:33:20.632Z DEBGDEBG initted freemap. size: 64 , replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835unit :DEBG
27672026-08-31T09:33:20.632Z Aug 31 09:33:18.835 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
27682026-08-31T09:33:20.632Z
27692026-08-31T09:33:20.632Z INFOAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27702026-08-31T09:33:20.632Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27712026-08-31T09:33:20.632ZINFODEBGAug 31 09:33:18.835 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 reset freemapDEBG
27722026-08-31T09:33:20.632Z 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 } }], unit
27732026-08-31T09:33:20.632Z: Aug 31 09:33:18.835DEBGfreemap_route_ipv6
27742026-08-31T09:33:20.632ZAug 31 09:33:18.835 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 } }] INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27752026-08-31T09:33:20.633Z Aug 31 09:33:18.835adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27762026-08-31T09:33:20.633Z INFO
27772026-08-31T09:33:20.633Z adding route 3fff:dead::/64 -> 2001:db8::55:1
27782026-08-31T09:33:20.633ZAug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27792026-08-31T09:33:20.633Z
27802026-08-31T09:33:20.633ZAug 31 09:33:18.835INFO 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 } }]
27812026-08-31T09:33:20.633Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835
27822026-08-31T09:33:20.633ZINFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27832026-08-31T09:33:20.633Zreplacing 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 } }]
27842026-08-31T09:33:20.633ZAug 31 09:33:18.835 Aug 31 09:33:18.835 INFOAug 31 09:33:18.835 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 31 09:33:18.835
27852026-08-31T09:33:20.633Zreplacing 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 } }]INFODEBG
27862026-08-31T09:33:20.633Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27872026-08-31T09:33:20.633Z
27882026-08-31T09:33:20.633ZAug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27892026-08-31T09:33:20.633Zreplacing 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
27902026-08-31T09:33:20.633Zreplacing 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 } }]
27912026-08-31T09:33:20.633ZAug 31 09:33:18.835adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27922026-08-31T09:33:20.647ZDEBGAug 31 09:33:18.835Aug 31 09:33:18.835 INFOINFO 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:1adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27932026-08-31T09:33:20.647Z
27942026-08-31T09:33:20.647Z
27952026-08-31T09:33:20.648ZAug 31 09:33:18.835 Aug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27962026-08-31T09:33:20.648ZDEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27972026-08-31T09:33:20.648Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:33:18.835
27982026-08-31T09:33:20.650Z DEBG
27992026-08-31T09:33:20.650Z Aug 31 09:33:18.835Aug 31 09:33:18.835replacing 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 } }]
28002026-08-31T09:33:20.650ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28012026-08-31T09:33:20.650ZINFOAug 31 09:33:18.835 Aug 31 09:33:18.835 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 31 09:33:18.835INFO
28022026-08-31T09:33:20.650Z DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28032026-08-31T09:33:20.651Zreplacing 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 } }]
28042026-08-31T09:33:20.651ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:33:18.835
28052026-08-31T09:33:20.651ZAug 31 09:33:18.835Aug 31 09:33:18.835 DEBG 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 } }]INFO
28062026-08-31T09:33:20.652ZAug 31 09:33:18.835 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 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28072026-08-31T09:33:20.652Zreplacing 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 } }]
28082026-08-31T09:33:20.652ZAug 31 09:33:18.835 INFO
28092026-08-31T09:33:20.652Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
28102026-08-31T09:33:20.653ZDEBG Aug 31 09:33:18.835replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835 Aug 31 09:33:18.835
28112026-08-31T09:33:20.653Z 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 } }]INFO
28122026-08-31T09:33:20.653Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
28132026-08-31T09:33:20.653Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835
28142026-08-31T09:33:20.653Z Aug 31 09:33:18.835INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
28152026-08-31T09:33:20.653Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 09:33:18.835replacing 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
28162026-08-31T09:33:20.653Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
28172026-08-31T09:33:20.653Z
28182026-08-31T09:33:20.653ZAug 31 09:33:18.835DEBG 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 } }]
28192026-08-31T09:33:20.653ZDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835 Aug 31 09:33:18.835
28202026-08-31T09:33:20.653Z INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28212026-08-31T09:33:20.653Z
28222026-08-31T09:33:20.653ZAug 31 09:33:18.835 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835DEBG INFODEBGreplacing 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 } }]
28232026-08-31T09:33:20.653Z
28242026-08-31T09:33:20.653Zadding route 3fff:beef:1c::/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 } }]
28252026-08-31T09:33:20.653Z
28262026-08-31T09:33:20.653ZAug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBGINFO 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:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28272026-08-31T09:33:20.653Z
28282026-08-31T09:33:20.653ZDEBG
28292026-08-31T09:33:20.654Zreplacing 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 } }]
28302026-08-31T09:33:20.654ZAug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFO DEBGDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28312026-08-31T09:33:20.654Z 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: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 } }]
28322026-08-31T09:33:20.654Z
28332026-08-31T09:33:20.654ZAug 31 09:33:18.835Aug 31 09:33:18.835 INFO Aug 31 09:33:18.835DEBG 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 } }]
28342026-08-31T09:33:20.654Z Aug 31 09:33:18.835 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
28352026-08-31T09:33:20.654ZINFO Aug 31 09:33:18.835
28362026-08-31T09:33:20.654Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28372026-08-31T09:33:20.654Z
28382026-08-31T09:33:20.654ZAug 31 09:33:18.835 DEBGAug 31 09:33:18.835 Aug 31 09:33:18.835DEBG Aug 31 09:33:18.835DEBGreplacing 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 } }]
28392026-08-31T09:33:20.654Z 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 } }]
28402026-08-31T09:33:20.654ZDEBG Aug 31 09:33:18.835 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
28412026-08-31T09:33:20.654Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28422026-08-31T09:33:20.654ZAug 31 09:33:18.835
28432026-08-31T09:33:20.654Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
28442026-08-31T09:33:20.654ZAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835Aug 31 09:33:18.835INFO DEBG DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28452026-08-31T09:33:20.654Z
28462026-08-31T09:33:20.654Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835INFO
28472026-08-31T09:33:20.654Z Aug 31 09:33:18.835INFO DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
28482026-08-31T09:33:20.654Zreplacing 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
28492026-08-31T09:33:20.654Z
28502026-08-31T09:33:20.654Z Aug 31 09:33:18.835 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
28512026-08-31T09:33:20.654ZAug 31 09:33:18.835Aug 31 09:33:18.835replacing 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 } }]
28522026-08-31T09:33:20.655Z INFODEBG Aug 31 09:33:18.835adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
28532026-08-31T09:33:20.655Zreplacing 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 } }]
28542026-08-31T09:33:20.655ZDEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28552026-08-31T09:33:20.655Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 09:33:18.835
28562026-08-31T09:33:20.655Z Aug 31 09:33:18.835DEBG Aug 31 09:33:18.835replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835
28572026-08-31T09:33:20.655ZDEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28582026-08-31T09:33:20.655Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
28592026-08-31T09:33:20.655Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835INFO INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28602026-08-31T09:33:20.655Z
28612026-08-31T09:33:20.655Z 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 } }]
28622026-08-31T09:33:20.655Z
28632026-08-31T09:33:20.655ZAug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBG Aug 31 09:33:18.836 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
28642026-08-31T09:33:20.655ZAug 31 09:33:18.836replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
28652026-08-31T09:33:20.655ZDEBGAug 31 09:33:18.836
28662026-08-31T09:33:20.655Z INFOAug 31 09:33:18.836 INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28672026-08-31T09:33:20.655Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28682026-08-31T09:33:20.655Z
28692026-08-31T09:33:20.655ZAug 31 09:33:18.836DEBG DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836
28702026-08-31T09:33:20.655Zreplacing 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 } }] DEBGAug 31 09:33:18.836
28712026-08-31T09:33:20.655Zreplacing 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 } }]
28722026-08-31T09:33:20.655ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28732026-08-31T09:33:20.655ZAug 31 09:33:18.836Aug 31 09:33:18.836 INFOAug 31 09:33:18.836 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOINFOAug 31 09:33:18.836
28742026-08-31T09:33:20.655Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28752026-08-31T09:33:20.655ZDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff 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 } }]
28762026-08-31T09:33:20.655ZAug 31 09:33:18.836Aug 31 09:33:18.836
28772026-08-31T09:33:20.655ZDEBGAug 31 09:33:18.836 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 } }]DEBGDEBG
28782026-08-31T09:33:20.656Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
28792026-08-31T09:33:20.656ZAug 31 09:33:18.836
28802026-08-31T09:33:20.656Z INFOAug 31 09:33:18.836 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
28812026-08-31T09:33:20.656Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
28822026-08-31T09:33:20.656ZAug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
28832026-08-31T09:33:20.656Z
28842026-08-31T09:33:20.656ZAug 31 09:33:18.836adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG
28852026-08-31T09:33:20.657ZAug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 31 09:33:18.836
28862026-08-31T09:33:20.657Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28872026-08-31T09:33:20.657Zreplacing 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 } }]
28882026-08-31T09:33:20.657Z
28892026-08-31T09:33:20.657ZAug 31 09:33:18.836 DEBG Aug 31 09:33:18.836Aug 31 09:33:18.836replacing 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 } }]
28902026-08-31T09:33:20.657ZAug 31 09:33:18.836INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFOINFOAug 31 09:33:18.836 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28912026-08-31T09:33:20.657Z
28922026-08-31T09:33:20.667Z INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28932026-08-31T09:33:20.667Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28942026-08-31T09:33:20.667ZAug 31 09:33:18.836 DEBGAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28952026-08-31T09:33:20.667Zreplacing 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: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 } }]
28962026-08-31T09:33:20.667Z
28972026-08-31T09:33:20.667Z Aug 31 09:33:18.836replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836 INFO
28982026-08-31T09:33:20.668Z Aug 31 09:33:18.836INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28992026-08-31T09:33:20.668ZINFO Aug 31 09:33:18.836 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29002026-08-31T09:33:20.668Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO Aug 31 09:33:18.836
29012026-08-31T09:33:20.668ZAug 31 09:33:18.836 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29022026-08-31T09:33:20.668Z
29032026-08-31T09:33:20.668Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
29042026-08-31T09:33:20.668ZAug 31 09:33:18.836 DEBGAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 INFOINFO 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:2b::/64 -> 2001:db8::55:ff
29052026-08-31T09:33:20.668Z
29062026-08-31T09:33:20.668Z DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29072026-08-31T09:33:20.668Zreplacing 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 } }]
29082026-08-31T09:33:20.668ZAug 31 09:33:18.836Aug 31 09:33:18.836 DEBGAug 31 09:33:18.836INFO DEBGadding route 3fff:beef:c::/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 } }]
29092026-08-31T09:33:20.668Zreplacing 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 } }]
29102026-08-31T09:33:20.668Z
29112026-08-31T09:33:20.668ZAug 31 09:33:18.836 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
29122026-08-31T09:33:20.668ZAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBGAug 31 09:33:18.836INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29132026-08-31T09:33:20.668Zreplacing 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 } }]
29142026-08-31T09:33:20.668Z
29152026-08-31T09:33:20.670Z DEBG Aug 31 09:33:18.836replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836 Aug 31 09:33:18.836DEBG 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 } }] 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 } }]
29162026-08-31T09:33:20.670Z
29172026-08-31T09:33:20.670Z
29182026-08-31T09:33:20.670ZINFO Aug 31 09:33:18.836adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
29192026-08-31T09:33:20.670ZINFOAug 31 09:33:18.836 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 31 09:33:18.836
29202026-08-31T09:33:20.670Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29212026-08-31T09:33:20.670ZAug 31 09:33:18.836DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836
29222026-08-31T09:33:20.670Z Aug 31 09:33:18.836 INFODEBG DEBGadding route 3fff:beef:19::/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 } }]
29232026-08-31T09:33:20.670Zreplacing 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 } }]
29242026-08-31T09:33:20.670ZAug 31 09:33:18.836
29252026-08-31T09:33:20.670Z Aug 31 09:33:18.836INFO Aug 31 09:33:18.836INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
29262026-08-31T09:33:20.670Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
29272026-08-31T09:33:20.670ZAug 31 09:33:18.836Aug 31 09:33:18.836
29282026-08-31T09:33:20.670ZDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.836
29292026-08-31T09:33:20.670ZDEBG DEBG Aug 31 09:33:18.836 Aug 31 09:33:18.836 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
29302026-08-31T09:33:20.670Z 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:2f::/64 -> 2001:db8::55:ff
29312026-08-31T09:33:20.670Z
29322026-08-31T09:33:20.670Z DEBG Aug 31 09:33:18.836replacing 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 } }]
29332026-08-31T09:33:20.670ZAug 31 09:33:18.836 Aug 31 09:33:18.836 DEBGINFO Aug 31 09:33:18.836INFOreplacing 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 } }]
29342026-08-31T09:33:20.670Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
29352026-08-31T09:33:20.670Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
29362026-08-31T09:33:20.670Z
29372026-08-31T09:33:20.670ZAug 31 09:33:18.836 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
29382026-08-31T09:33:20.670ZAug 31 09:33:18.836 DEBGAug 31 09:33:18.836 Aug 31 09:33:18.836DEBGreplacing 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 } }]
29392026-08-31T09:33:20.670ZDEBGDEBGreplacing 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: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 } }]
29402026-08-31T09:33:20.670Z
29412026-08-31T09:33:20.670Z Aug 31 09:33:18.836Aug 31 09:33:18.836 Aug 31 09:33:18.836INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29422026-08-31T09:33:20.670Z
29432026-08-31T09:33:20.671ZINFO adding route 3fff:beef:10::/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 } }]
29442026-08-31T09:33:20.671Z
29452026-08-31T09:33:20.671ZAug 31 09:33:18.836 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836Aug 31 09:33:18.836
29462026-08-31T09:33:20.671ZAug 31 09:33:18.836 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 } }]Aug 31 09:33:18.836replacing 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 } }]
29472026-08-31T09:33:20.671Z
29482026-08-31T09:33:20.671ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOAug 31 09:33:18.836Aug 31 09:33:18.836 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29492026-08-31T09:33:20.671Z
29502026-08-31T09:33:20.671ZINFO INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
29512026-08-31T09:33:20.671Z
29522026-08-31T09:33:20.671ZDEBG 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 } }]
29532026-08-31T09:33:20.671ZAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 Aug 31 09:33:18.836DEBG INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG
29542026-08-31T09:33:20.671Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
29552026-08-31T09:33:20.671Z
29562026-08-31T09:33:20.671ZAug 31 09:33:18.836 DEBG
29572026-08-31T09:33:20.671Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836Aug 31 09:33:18.836
29582026-08-31T09:33:20.671Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOAug 31 09:33:18.836
29592026-08-31T09:33:20.671Z INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
29602026-08-31T09:33:20.671Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
29612026-08-31T09:33:20.672Z INFODEBG Aug 31 09:33:18.836 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
29622026-08-31T09:33:20.672ZAug 31 09:33:18.836 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29632026-08-31T09:33:20.672Zreplacing 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 } }]
29642026-08-31T09:33:20.672ZAug 31 09:33:18.836 INFO
29652026-08-31T09:33:20.672Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
29662026-08-31T09:33:20.672Z DEBGAug 31 09:33:18.836 Aug 31 09:33:18.836 INFOAug 31 09:33:18.836 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
29672026-08-31T09:33:20.672ZINFO 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 } }]
29682026-08-31T09:33:20.672Z
29692026-08-31T09:33:20.672ZAug 31 09:33:18.836
29702026-08-31T09:33:20.672Z 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 } }]
29712026-08-31T09:33:20.672ZAug 31 09:33:18.836Aug 31 09:33:18.836 Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG INFOadding route 3fff:beef:36::/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 } }]INFO
29722026-08-31T09:33:20.672Z
29732026-08-31T09:33:20.672Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29742026-08-31T09:33:20.672ZAug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29752026-08-31T09:33:20.672Z
29762026-08-31T09:33:20.672Z
29772026-08-31T09:33:20.672Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29782026-08-31T09:33:20.672ZAug 31 09:33:18.836Aug 31 09:33:18.836 INFOAug 31 09:33:18.836DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 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
29792026-08-31T09:33:20.672Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29802026-08-31T09:33:20.672Z
29812026-08-31T09:33:20.672ZDEBGAug 31 09:33:18.836 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 } }]Aug 31 09:33:18.836 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29822026-08-31T09:33:20.672Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29832026-08-31T09:33:20.672ZAug 31 09:33:18.836
29842026-08-31T09:33:20.672Z DEBGAug 31 09:33:18.836 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29852026-08-31T09:33:20.672ZAug 31 09:33:18.836 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29862026-08-31T09:33:20.672ZDEBG Aug 31 09:33:18.836Aug 31 09:33:18.836replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836 INFO
29872026-08-31T09:33:20.672ZDEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO Aug 31 09:33:18.836
29882026-08-31T09:33:20.672Z 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
29892026-08-31T09:33:20.672Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29902026-08-31T09:33:20.672Z
29912026-08-31T09:33:20.672ZAug 31 09:33:18.836 Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGINFO 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 } }] adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29922026-08-31T09:33:20.678Z
29932026-08-31T09:33:20.678Z
29942026-08-31T09:33:20.679ZAug 31 09:33:18.836 DEBG Aug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG INFO
29952026-08-31T09:33:20.679Zreplacing 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 } }]
29962026-08-31T09:33:20.679ZINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29972026-08-31T09:33:20.679ZAug 31 09:33:18.836adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
29982026-08-31T09:33:20.679ZINFO Aug 31 09:33:18.836 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29992026-08-31T09:33:20.679ZDEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:33:18.836replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836
30002026-08-31T09:33:20.679Z
30012026-08-31T09:33:20.679ZDEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836replacing 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 } }]
30022026-08-31T09:33:20.679Z
30032026-08-31T09:33:20.679Z Aug 31 09:33:18.836INFOAug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30042026-08-31T09:33:20.679Z
30052026-08-31T09:33:20.679Z
30062026-08-31T09:33:20.679Z 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 } }]
30072026-08-31T09:33:20.680ZAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.836
30082026-08-31T09:33:20.680Zreplacing 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 } }]
30092026-08-31T09:33:20.680Z
30102026-08-31T09:33:20.680ZINFO Aug 31 09:33:18.836 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
30112026-08-31T09:33:20.680Z Aug 31 09:33:18.836adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
30122026-08-31T09:33:20.680Z INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30132026-08-31T09:33:20.680ZAug 31 09:33:18.836adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
30142026-08-31T09:33:20.680Z 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 } }] Aug 31 09:33:18.836replacing 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
30152026-08-31T09:33:20.680Z Aug 31 09:33:18.836replacing 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 } }]
30162026-08-31T09:33:20.680Z
30172026-08-31T09:33:20.680ZDEBGAug 31 09:33:18.836 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 } }]DEBGAug 31 09:33:18.836
30182026-08-31T09:33:20.680ZAug 31 09:33:18.836 INFOfailed to allocate space for the new target list
30192026-08-31T09:33:20.680ZAug 31 09:33:18.836adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
30202026-08-31T09:33:20.680Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
30212026-08-31T09:33:20.680Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
30222026-08-31T09:33:20.680ZAug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBG DEBG Aug 31 09:33:18.836replacing 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30232026-08-31T09:33:20.680Z
30242026-08-31T09:33:20.681Z 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 } }] 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 } }]
30252026-08-31T09:33:20.681Z
30262026-08-31T09:33:20.681ZAug 31 09:33:18.836 Aug 31 09:33:18.836Aug 31 09:33:18.836 INFOINFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
30272026-08-31T09:33:20.681Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
30282026-08-31T09:33:20.681Z
30292026-08-31T09:33:20.681ZAug 31 09:33:18.836 Aug 31 09:33:18.836DEBG Aug 31 09:33:18.836 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 } }] DEBG
30302026-08-31T09:33:20.681Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30312026-08-31T09:33:20.681Z
30322026-08-31T09:33:20.681ZAug 31 09:33:18.836 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 09:33:18.836
30332026-08-31T09:33:20.681Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
30342026-08-31T09:33:20.681ZAug 31 09:33:18.836 DEBG Aug 31 09:33:18.836Aug 31 09:33:18.837Aug 31 09:33:18.836replacing 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 } }]
30352026-08-31T09:33:20.681ZDEBGINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGAug 31 09:33:18.837replacing 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 } }]
30362026-08-31T09:33:20.681Z
30372026-08-31T09:33:20.681Zcreated new freemapINFO , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit
30382026-08-31T09:33:20.681Z: Aug 31 09:33:18.837freemap_route_ipv4 Aug 31 09:33:18.837INFO
30392026-08-31T09:33:20.682ZAug 31 09:33:18.837 DEBGDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
30402026-08-31T09:33:20.682Z 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: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 } }]
30412026-08-31T09:33:20.682Z
30422026-08-31T09:33:20.682ZAug 31 09:33:18.837Aug 31 09:33:18.837 DEBG Aug 31 09:33:18.837created new freemap , DEBGAug 31 09:33:18.837 unitINFO: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
30432026-08-31T09:33:20.682Z freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
30442026-08-31T09:33:20.682Z
30452026-08-31T09:33:20.682Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
30462026-08-31T09:33:20.682ZAug 31 09:33:18.837Aug 31 09:33:18.837 Aug 31 09:33:18.837 INFODEBG DEBG Aug 31 09:33:18.837adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
30472026-08-31T09:33:20.682Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64DEBG,
30482026-08-31T09:33:20.682Zunit Aug 31 09:33:18.837Aug 31 09:33:18.837: DEBGfreemap_route_ipv4 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: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 } }]
30492026-08-31T09:33:20.682ZINFO
30502026-08-31T09:33:20.682Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30512026-08-31T09:33:20.682Z
30522026-08-31T09:33:20.683ZAug 31 09:33:18.837 INFOAug 31 09:33:18.837Aug 31 09:33:18.837 Aug 31 09:33:18.837adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGDEBG
30532026-08-31T09:33:20.683Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30542026-08-31T09:33:20.683Zreplacing 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
30552026-08-31T09:33:20.683Zreset freemap, adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit
30562026-08-31T09:33:20.683Z:Aug 31 09:33:18.837Aug 31 09:33:18.837 freemap_route_ipv4INFO
30572026-08-31T09:33:20.683ZDEBGAug 31 09:33:18.837 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30582026-08-31T09:33:20.683Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
30592026-08-31T09:33:20.683Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.837Aug 31 09:33:18.837
30602026-08-31T09:33:20.683ZDEBG DEBGinitted freemap. size: 64 , Aug 31 09:33:18.837replacing 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 } }]
30612026-08-31T09:33:20.683ZunitINFO:Aug 31 09:33:18.837 freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
30622026-08-31T09:33:20.683ZAug 31 09:33:18.838Aug 31 09:33:18.837Aug 31 09:33:18.838 DEBG created new freemapDEBG , created new freemapunitAug 31 09:33:18.837 DEBG, Aug 31 09:33:18.837DEBGunit INFOreset freemap:, adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffcreated new freemap:,
30632026-08-31T09:33:20.683Zunit freemap_route_ipv4
30642026-08-31T09:33:20.683Z:unit :Aug 31 09:33:18.838 freemap_route_ipv4freemap_route_ipv6
30652026-08-31T09:33:20.683Z
30662026-08-31T09:33:20.683ZDEBG created new freemap, Aug 31 09:33:18.838unit Aug 31 09:33:18.838:INFO DEBG freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.838
30672026-08-31T09:33:20.684Z
30682026-08-31T09:33:20.684ZDEBGcreated new freemap , replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
30692026-08-31T09:33:20.684ZAug 31 09:33:18.838 Aug 31 09:33:18.838 freemap_route_ipv6
30702026-08-31T09:33:20.684ZDEBGDEBG Aug 31 09:33:18.838replacing 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 } }]initted freemap. size: 64
30712026-08-31T09:33:20.684ZINFOAug 31 09:33:18.838 , DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
30722026-08-31T09:33:20.684ZAug 31 09:33:18.838 initted freemap. size: 64INFO, unitunitAug 31 09:33:18.838adding route 3fff:dead::/64 -> 2001:db8::55:1:
30732026-08-31T09:33:20.684Z : DEBGfreemap_route_ipv4 freemap_route_ipv4Aug 31 09:33:18.838replacing 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 } }]
30742026-08-31T09:33:20.684ZDEBG
30752026-08-31T09:33:20.684Z 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 } }]
30762026-08-31T09:33:20.684Z
30772026-08-31T09:33:20.684ZAug 31 09:33:18.838Aug 31 09:33:18.838 DEBGDEBG Aug 31 09:33:18.838failed to allocate space for the new target list
30782026-08-31T09:33:20.684Zreset freemapINFO, unit :adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.838
30792026-08-31T09:33:20.684Z Aug 31 09:33:18.838 DEBGfreemap_route_ipv4
30802026-08-31T09:33:20.684ZDEBGreset freemap , Aug 31 09:33:18.838replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:
30812026-08-31T09:33:20.684ZDEBG Aug 31 09:33:18.838freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
30822026-08-31T09:33:20.685Z
30832026-08-31T09:33:20.685ZDEBG initted freemap. size: 64Aug 31 09:33:18.838, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6
30842026-08-31T09:33:20.686Z
30852026-08-31T09:33:20.687ZAug 31 09:33:18.838 DEBG Aug 31 09:33:18.838 initted freemap. size: 64DEBG, Aug 31 09:33:18.838 unitreset freemap: , DEBGunitfreemap_route_ipv6:
30862026-08-31T09:33:20.687Z freemap_route_ipv6
30872026-08-31T09:33:20.687Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:33:18.838
30882026-08-31T09:33:20.687Z DEBG reset freemapAug 31 09:33:18.838, Aug 31 09:33:18.838INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1INFO
30892026-08-31T09:33:20.687Z adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6
30902026-08-31T09:33:20.687Z
30912026-08-31T09:33:20.687ZAug 31 09:33:18.838 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.838
30922026-08-31T09:33:20.701Z Aug 31 09:33:18.838INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
30932026-08-31T09:33:20.702Z Aug 31 09:33:18.838replacing 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 } }]
30942026-08-31T09:33:20.702ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 09:33:18.838
30952026-08-31T09:33:20.702Z
30962026-08-31T09:33:20.702ZDEBGAug 31 09:33:18.838 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
30972026-08-31T09:33:20.702Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
30982026-08-31T09:33:20.702ZAug 31 09:33:18.838 DEBG Aug 31 09:33:18.838replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:33:18.838
30992026-08-31T09:33:20.703Z Aug 31 09:33:18.838INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.838
31002026-08-31T09:33:20.703Z
31012026-08-31T09:33:20.703Z DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.838
31022026-08-31T09:33:20.703Zadding route 172.16.0.0/32 -> 10.0.0.3DEBG
31032026-08-31T09:33:20.703ZAug 31 09:33:18.838 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
31042026-08-31T09:33:20.703Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
31052026-08-31T09:33:20.703ZAug 31 09:33:18.838 Aug 31 09:33:18.838DEBGAug 31 09:33:18.838 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 } }]DEBG
31062026-08-31T09:33:20.703Z Aug 31 09:33:18.838 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 } }]
31072026-08-31T09:33:20.703Zadding route 3fff:dead::/64 -> 2001:db8::55:3
31082026-08-31T09:33:20.703ZAug 31 09:33:18.838 INFOINFO Aug 31 09:33:18.838Aug 31 09:33:18.838 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG
31092026-08-31T09:33:20.703Z
31102026-08-31T09:33:20.703Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31112026-08-31T09:33:20.704Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 09:33:18.838Aug 31 09:33:18.838
31122026-08-31T09:33:20.704ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:33:18.838
31132026-08-31T09:33:20.704ZDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31142026-08-31T09:33:20.704Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.838Aug 31 09:33:18.838
31152026-08-31T09:33:20.704Z INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
31162026-08-31T09:33:20.704ZAug 31 09:33:18.838Aug 31 09:33:18.838 INFO
31172026-08-31T09:33:20.704Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:33:18.838
31182026-08-31T09:33:20.704Z 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 } }]Aug 31 09:33:18.838Aug 31 09:33:18.838
31192026-08-31T09:33:20.704Z DEBG DEBGadding route 3fff:beef:22::/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 } }]
31202026-08-31T09:33:20.704Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:33:18.838
31212026-08-31T09:33:20.705Z
31222026-08-31T09:33:20.705ZINFO Aug 31 09:33:18.838adding route 172.17.0.1/32 -> 10.0.0.255
31232026-08-31T09:33:20.705ZINFOAug 31 09:33:18.838Aug 31 09:33:18.838 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
31242026-08-31T09:33:20.705ZDEBG Aug 31 09:33:18.838 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGAug 31 09:33:18.838
31252026-08-31T09:33:20.705Zreplacing 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
31262026-08-31T09:33:20.705Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31272026-08-31T09:33:20.705Z Aug 31 09:33:18.838Aug 31 09:33:18.838 WARNINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
31282026-08-31T09:33:20.705Z
31292026-08-31T09:33:20.705ZAug 31 09:33:18.838shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31302026-08-31T09:33:20.705ZAug 31 09:33:18.838INFOAug 31 09:33:18.838 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
31312026-08-31T09:33:20.705Z INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.838
31322026-08-31T09:33:20.705ZAug 31 09:33:18.838adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
31332026-08-31T09:33:20.705ZDEBG ERROAug 31 09:33:18.838replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.838rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
31342026-08-31T09:33:20.706Z adding route 172.17.0.3/32 -> 10.0.0.255
31352026-08-31T09:33:20.706ZDEBG
31362026-08-31T09:33:20.706ZAug 31 09:33:18.838 ERRO Aug 31 09:33:18.838shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 31 09:33:18.838
31372026-08-31T09:33:20.706Z 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 } }]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 } }]
31382026-08-31T09:33:20.706Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
31392026-08-31T09:33:20.706Z
31402026-08-31T09:33:20.706ZAug 31 09:33:18.838 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:33:18.838
31412026-08-31T09:33:20.706Z DEBGAug 31 09:33:18.838 INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.838adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
31422026-08-31T09:33:20.706Z
31432026-08-31T09:33:20.706Z 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 } }]Aug 31 09:33:18.838
31442026-08-31T09:33:20.706ZAug 31 09:33:18.838 DEBG INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31452026-08-31T09:33:20.707Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 31 09:33:18.838
31462026-08-31T09:33:20.707Z INFO adding route 172.17.0.5/32 -> 10.0.0.255
31472026-08-31T09:33:20.707ZAug 31 09:33:18.838 DEBGAug 31 09:33:18.838 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31482026-08-31T09:33:20.707ZAug 31 09:33:18.838 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
31492026-08-31T09:33:20.707Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.838
31502026-08-31T09:33:20.707Z INFOAug 31 09:33:18.838 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
31512026-08-31T09:33:20.707ZAug 31 09:33:18.838 INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31522026-08-31T09:33:20.707ZAug 31 09:33:18.838 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
31532026-08-31T09:33:20.707Z 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 } }]
31542026-08-31T09:33:20.708ZAug 31 09:33:18.838 Aug 31 09:33:18.838 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:33:18.838DEBG
31552026-08-31T09:33:20.708ZINFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31562026-08-31T09:33:20.708Z
31572026-08-31T09:33:20.708Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 09:33:18.838
31582026-08-31T09:33:20.708Z DEBGAug 31 09:33:18.838Aug 31 09:33:18.838 DEBGINFOAug 31 09:33:18.838 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
31592026-08-31T09:33:20.708ZDEBGadding route 172.17.0.7/32 -> 10.0.0.255
31602026-08-31T09:33:20.708Z
31612026-08-31T09:33:20.708Z 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 } }]
31622026-08-31T09:33:20.708ZAug 31 09:33:18.838 Aug 31 09:33:18.838INFO Aug 31 09:33:18.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 09:33:18.838 INFOAug 31 09:33:18.839 Aug 31 09:33:18.839adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
31632026-08-31T09:33:20.708Z DEBG DEBGcreated new freemap , created new freemapAug 31 09:33:18.854unit , :DEBG freemap_route_ipv4unitreplacing 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 } }]
31642026-08-31T09:33:20.709Z
31652026-08-31T09:33:20.709Z: freemap_route_ipv4Aug 31 09:33:18.854
31662026-08-31T09:33:20.709Z
31672026-08-31T09:33:20.709ZAug 31 09:33:18.854 DEBG created new freemapINFO, unitadding route 3fff:beef:c::/64 -> 2001:db8::55:ff:
31682026-08-31T09:33:20.709Z freemap_route_ipv6
31692026-08-31T09:33:20.710ZDEBGAug 31 09:33:18.854 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
31702026-08-31T09:33:20.710ZAug 31 09:33:18.854 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.854DEBG
31712026-08-31T09:33:20.710ZDEBG 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 } }]
31722026-08-31T09:33:20.710ZAug 31 09:33:18.854adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFOAug 31 09:33:18.854 adding route 172.17.0.8/32 -> 10.0.0.255INFO
31732026-08-31T09:33:20.710Z
31742026-08-31T09:33:20.711Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 31 09:33:18.854 ,
31752026-08-31T09:33:20.711ZunitINFOAug 31 09:33:18.854 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff:
31762026-08-31T09:33:20.711Z freemap_route_ipv4DEBG
31772026-08-31T09:33:20.711ZAug 31 09:33:18.854Aug 31 09:33:18.854Aug 31 09:33:18.854 DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31782026-08-31T09:33:20.712Z
31792026-08-31T09:33:20.712Z 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: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 } }]
31802026-08-31T09:33:20.712Z
31812026-08-31T09:33:20.712ZAug 31 09:33:18.854 Aug 31 09:33:18.854INFO Aug 31 09:33:18.854Aug 31 09:33:18.854Aug 31 09:33:18.854 DEBG INFOadding route 172.17.0.9/32 -> 10.0.0.255INFO
31822026-08-31T09:33:20.712Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
31832026-08-31T09:33:20.712ZINFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 31 09:33:18.854 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
31842026-08-31T09:33:20.712Z
31852026-08-31T09:33:20.712Zreplacing 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 } }]reset freemapAug 31 09:33:18.854, unit DEBG:Aug 31 09:33:18.854 Aug 31 09:33:18.854DEBG DEBG
31862026-08-31T09:33:20.712Z 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: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 } }]
31872026-08-31T09:33:20.712Z
31882026-08-31T09:33:20.712Z freemap_route_ipv4Aug 31 09:33:18.854replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.854INFO
31892026-08-31T09:33:20.712Z
31902026-08-31T09:33:20.712Z INFOadding route 172.17.0.10/32 -> 10.0.0.255
31912026-08-31T09:33:20.712Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
31922026-08-31T09:33:20.719ZAug 31 09:33:18.854 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 09:33:18.854
31932026-08-31T09:33:20.719ZAug 31 09:33:18.854Aug 31 09:33:18.854 INFODEBG Aug 31 09:33:18.854Aug 31 09:33:18.854 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31942026-08-31T09:33:20.720Zreplacing 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 } }]
31952026-08-31T09:33:20.720Z
31962026-08-31T09:33:20.720Z initted freemap. size: 64Aug 31 09:33:18.854, DEBGAug 31 09:33:18.854INFO adding route 172.17.0.11/32 -> 10.0.0.255replacing 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 } }]
31972026-08-31T09:33:20.720Z
31982026-08-31T09:33:20.720Zunit:Aug 31 09:33:18.854DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.854adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
31992026-08-31T09:33:20.720Z
32002026-08-31T09:33:20.720Z Aug 31 09:33:18.854INFO DEBG Aug 31 09:33:18.854replacing 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:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6
32012026-08-31T09:33:20.720Z
32022026-08-31T09:33:20.720Z
32032026-08-31T09:33:20.720Z Aug 31 09:33:18.854 DEBGAug 31 09:33:18.854INFOAug 31 09:33:18.854 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
32042026-08-31T09:33:20.720Z INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
32052026-08-31T09:33:20.720Z Aug 31 09:33:18.854 DEBG
32062026-08-31T09:33:20.720Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 31 09:33:18.854Aug 31 09:33:18.854
32072026-08-31T09:33:20.720ZINFO reset freemapINFO Aug 31 09:33:18.854adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 09:33:18.854
32082026-08-31T09:33:20.720Z DEBGDEBG
32092026-08-31T09:33:20.720Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , Aug 31 09:33:18.854replacing 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 } }]unit
32102026-08-31T09:33:20.721Z:
32112026-08-31T09:33:20.721Zfreemap_route_ipv6DEBG
32122026-08-31T09:33:20.721Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854
32132026-08-31T09:33:20.721ZDEBG Aug 31 09:33:18.854replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854
32142026-08-31T09:33:20.721ZAug 31 09:33:18.854Aug 31 09:33:18.854 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOINFO
32152026-08-31T09:33:20.721Z adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
32162026-08-31T09:33:20.721Z
32172026-08-31T09:33:20.721ZINFOAug 31 09:33:18.854Aug 31 09:33:18.854 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBGAug 31 09:33:18.854
32182026-08-31T09:33:20.721ZAug 31 09:33:18.854 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 } }]
32192026-08-31T09:33:20.721Z DEBGDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]
32202026-08-31T09:33:20.721Z
32212026-08-31T09:33:20.721Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854Aug 31 09:33:18.854
32222026-08-31T09:33:20.721ZAug 31 09:33:18.854 DEBGAug 31 09:33:18.854INFO DEBGAug 31 09:33:18.854INFO adding route 172.17.0.14/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 } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
32232026-08-31T09:33:20.722Z
32242026-08-31T09:33:20.722Z
32252026-08-31T09:33:20.722ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:33:18.854Aug 31 09:33:18.854
32262026-08-31T09:33:20.722Z INFO
32272026-08-31T09:33:20.722Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
32282026-08-31T09:33:20.722ZAug 31 09:33:18.854replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.854
32292026-08-31T09:33:20.722Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32302026-08-31T09:33:20.722ZAug 31 09:33:18.854 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 } }]Aug 31 09:33:18.854
32312026-08-31T09:33:20.722Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854
32322026-08-31T09:33:20.722Z Aug 31 09:33:18.854INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:33:18.854 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
32332026-08-31T09:33:20.722ZAug 31 09:33:18.854
32342026-08-31T09:33:20.722Z INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
32352026-08-31T09:33:20.722Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 09:33:18.854
32362026-08-31T09:33:20.722Z DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.854
32372026-08-31T09:33:20.722Z Aug 31 09:33:18.854Aug 31 09:33:18.854DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32382026-08-31T09:33:20.722ZDEBGAug 31 09:33:18.854
32392026-08-31T09:33:20.722Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
32402026-08-31T09:33:20.722Z
32412026-08-31T09:33:20.722ZAug 31 09:33:18.854 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
32422026-08-31T09:33:20.722ZAug 31 09:33:18.854 Aug 31 09:33:18.854INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
32432026-08-31T09:33:20.722Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO
32442026-08-31T09:33:20.722Z Aug 31 09:33:18.854 adding route 172.17.0.16/32 -> 10.0.0.255INFO
32452026-08-31T09:33:20.722ZAug 31 09:33:18.854Aug 31 09:33:18.854 INFOAug 31 09:33:18.854 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 31 09:33:18.854replacing 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:dead::/64 -> 2001:db8::55:3DEBG
32462026-08-31T09:33:20.722Z
32472026-08-31T09:33:20.723Zreplacing 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 } }]
32482026-08-31T09:33:20.723ZDEBG
32492026-08-31T09:33:20.723Z 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 } }]
32502026-08-31T09:33:20.723ZAug 31 09:33:18.854Aug 31 09:33:18.854Aug 31 09:33:18.854 Aug 31 09:33:18.854Aug 31 09:33:18.854 INFODEBG DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
32512026-08-31T09:33:20.723Ztest route::tests::rollback_on_compact_delete_failure ... ok
32522026-08-31T09:33:20.723Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
32532026-08-31T09:33:20.724Z Aug 31 09:33:18.854
32542026-08-31T09:33:20.724ZINFO DEBGINFO adding route 172.17.0.17/32 -> 10.0.0.255 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 } }]
32552026-08-31T09:33:20.724Z
32562026-08-31T09:33:20.724Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
32572026-08-31T09:33:20.724ZAug 31 09:33:18.854 Aug 31 09:33:18.854 INFOINFO Aug 31 09:33:18.854 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:33:18.854Aug 31 09:33:18.854adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
32582026-08-31T09:33:20.724ZDEBGINFO
32592026-08-31T09:33:20.724Zreplacing 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:dead::/64 -> 2001:db8::55:4DEBG
32602026-08-31T09:33:20.724ZAug 31 09:33:18.854
32612026-08-31T09:33:20.724Z 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 } }]
32622026-08-31T09:33:20.724Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854
32632026-08-31T09:33:20.724Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854
32642026-08-31T09:33:20.724ZAug 31 09:33:18.854 INFOINFOAug 31 09:33:18.854Aug 31 09:33:18.854 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 31 09:33:18.854
32652026-08-31T09:33:20.724ZINFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
32662026-08-31T09:33:20.724Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255DEBGAug 31 09:33:18.854
32672026-08-31T09:33:20.724Z
32682026-08-31T09:33:20.724ZAug 31 09:33:18.854 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 } }]
32692026-08-31T09:33:20.724Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.854DEBGAug 31 09:33:18.854
32702026-08-31T09:33:20.724Zreplacing 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
32712026-08-31T09:33:20.724Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.854
32722026-08-31T09:33:20.724ZAug 31 09:33:18.854DEBG 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 } }]INFOAug 31 09:33:18.854
32732026-08-31T09:33:20.724Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG
32742026-08-31T09:33:20.724Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:33:18.854
32752026-08-31T09:33:20.725Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
32762026-08-31T09:33:20.725Z Aug 31 09:33:18.864freemap_route_ipv4Aug 31 09:33:18.864
32772026-08-31T09:33:20.725Z DEBGWARNAug 31 09:33:18.864 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32782026-08-31T09:33:20.725ZDEBG
32792026-08-31T09:33:20.725Z 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 } }]
32802026-08-31T09:33:20.725ZAug 31 09:33:18.864Aug 31 09:33:18.864 DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
32812026-08-31T09:33:20.725Z Aug 31 09:33:18.864created new freemap , INFOunit Aug 31 09:33:18.864adding route 3fff:beef:18::/64 -> 2001:db8::55:ff :
32822026-08-31T09:33:20.725Z DEBGfreemap_route_ipv6
32832026-08-31T09:33:20.725Zreplacing 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 } }]
32842026-08-31T09:33:20.725ZAug 31 09:33:18.864Aug 31 09:33:18.864 DEBGDEBG initted freemap. size: 64 , 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 } }]unitAug 31 09:33:18.864:
32852026-08-31T09:33:20.725Z INFOfreemap_route_ipv4
32862026-08-31T09:33:20.725Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
32872026-08-31T09:33:20.725ZAug 31 09:33:18.864Aug 31 09:33:18.864 INFODEBG Aug 31 09:33:18.837adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 09:33:18.864
32882026-08-31T09:33:20.725Zreset freemap , DEBGDEBG unit replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
32892026-08-31T09:33:20.725Zfreemap_route_ipv4created new freemap
32902026-08-31T09:33:20.725ZAug 31 09:33:18.864 , DEBGAug 31 09:33:18.864 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.864INFO DEBGunit
32912026-08-31T09:33:20.725Z:adding route 3fff:beef:36::/64 -> 2001:db8::55:ff freemap_route_ipv4initted freemap. size: 64
32922026-08-31T09:33:20.781Z
32932026-08-31T09:33:20.781Z, unitAug 31 09:33:18.864: freemap_route_ipv6Aug 31 09:33:18.864
32942026-08-31T09:33:20.781Z INFODEBGAug 31 09:33:18.864 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:1a::/64 -> 2001:db8::55:ffAug 31 09:33:18.864
32952026-08-31T09:33:20.781Z DEBG
32962026-08-31T09:33:20.781ZDEBGreset freemap created new freemap, , unitAug 31 09:33:18.864:unit Aug 31 09:33:18.864freemap_route_ipv6
32972026-08-31T09:33:20.781ZINFO:DEBG adding route 3fff:beef:37::/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 } }]
32982026-08-31T09:33:20.781Z freemap_route_ipv6Aug 31 09:33:18.864
32992026-08-31T09:33:20.781Z
33002026-08-31T09:33:20.781Z INFOAug 31 09:33:18.864 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 31 09:33:18.864
33012026-08-31T09:33:20.781Z 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
33022026-08-31T09:33:20.781Z Aug 31 09:33:18.864initted freemap. size: 64Aug 31 09:33:18.864 DEBG, unitAug 31 09:33:18.864replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
33032026-08-31T09:33:20.781ZINFO INFO freemap_route_ipv4 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
33042026-08-31T09:33:20.781Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
33052026-08-31T09:33:20.781Z
33062026-08-31T09:33:20.781ZAug 31 09:33:18.864 Aug 31 09:33:18.864INFOAug 31 09:33:18.864 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG reset freemap
33072026-08-31T09:33:20.781ZAug 31 09:33:18.864replacing 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 } }],
33082026-08-31T09:33:20.781ZDEBGAug 31 09:33:18.864unit 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 } }]:
33092026-08-31T09:33:20.781Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:33:18.864
33102026-08-31T09:33:20.781Zfreemap_route_ipv4INFO
33112026-08-31T09:33:20.782Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 09:33:18.864
33122026-08-31T09:33:20.782Z Aug 31 09:33:18.864Aug 31 09:33:18.864 INFOAug 31 09:33:18.864 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
33132026-08-31T09:33:20.782Zinitted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
33142026-08-31T09:33:20.782Z unit: freemap_route_ipv6adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 09:33:18.864
33152026-08-31T09:33:20.782Z
33162026-08-31T09:33:20.782ZDEBGAug 31 09:33:18.864 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
33172026-08-31T09:33:20.782ZINFOAug 31 09:33:18.864 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 31 09:33:18.864DEBG
33182026-08-31T09:33:20.782ZAug 31 09:33:18.864 DEBGINFOreplacing 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:4
33192026-08-31T09:33:20.782Zreset freemap
33202026-08-31T09:33:20.782Z, Aug 31 09:33:18.864 DEBG unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.864:
33212026-08-31T09:33:20.782ZAug 31 09:33:18.864 DEBG freemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
33222026-08-31T09:33:20.782ZINFO
33232026-08-31T09:33:20.782ZAug 31 09:33:18.864 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
33242026-08-31T09:33:20.782ZAug 31 09:33:18.864adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 09:33:18.864
33252026-08-31T09:33:20.783Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
33262026-08-31T09:33:20.783ZDEBGAug 31 09:33:18.864Aug 31 09:33:18.864 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
33272026-08-31T09:33:20.783ZDEBG Aug 31 09:33:18.864 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33282026-08-31T09:33:20.783Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
33292026-08-31T09:33:20.783Z
33302026-08-31T09:33:20.783ZAug 31 09:33:18.864 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
33312026-08-31T09:33:20.783ZAug 31 09:33:18.864 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 09:33:18.864
33322026-08-31T09:33:20.783Z Aug 31 09:33:18.864Aug 31 09:33:18.864DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33332026-08-31T09:33:20.783ZDEBG
33342026-08-31T09:33:20.783Zcreated new freemapAug 31 09:33:18.864, unitDEBG:Aug 31 09:33:18.864 freemap_route_ipv6replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33352026-08-31T09:33:20.783Z
33362026-08-31T09:33:20.783Z failed to allocate space for the new target list
33372026-08-31T09:33:20.783ZAug 31 09:33:18.864Aug 31 09:33:18.864 DEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffinitted freemap. size: 64
33382026-08-31T09:33:20.783Z, unitAug 31 09:33:18.864: freemap_route_ipv4DEBG
33392026-08-31T09:33:20.783Z
33402026-08-31T09:33:20.783Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:33:18.864
33412026-08-31T09:33:20.783ZAug 31 09:33:18.864 Aug 31 09:33:18.864DEBG DEBGreset freemap , 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
33422026-08-31T09:33:20.783Z: 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 } }]freemap_route_ipv4
33432026-08-31T09:33:20.783Z
33442026-08-31T09:33:20.783ZAug 31 09:33:18.865 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
33452026-08-31T09:33:20.783ZAug 31 09:33:18.865 DEBG initted freemap. size: 64, Aug 31 09:33:18.865unit Aug 31 09:33:18.865DEBG : 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 } }]INFOfreemap_route_ipv6
33462026-08-31T09:33:20.783Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
33472026-08-31T09:33:20.783Z
33482026-08-31T09:33:20.783ZAug 31 09:33:18.865 Aug 31 09:33:18.865DEBG Aug 31 09:33:18.865 DEBGreset freemap , INFOunitreplacing 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 } }]:
33492026-08-31T09:33:20.784Z adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6
33502026-08-31T09:33:20.784Z
33512026-08-31T09:33:20.784ZAug 31 09:33:18.865 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
33522026-08-31T09:33:20.784ZAug 31 09:33:18.865 DEBG Aug 31 09:33:18.865Aug 31 09:33:18.865 INFODEBGreplacing 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 } }]
33532026-08-31T09:33:20.784Ztest route::tests::rollback_on_compact_write_failure ... ok
33542026-08-31T09:33:20.784Zreplacing 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.16.0.0/32 -> 10.0.0.1
33552026-08-31T09:33:20.784Z
33562026-08-31T09:33:20.784ZAug 31 09:33:18.865Aug 31 09:33:18.865 Aug 31 09:33:18.865INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
33572026-08-31T09:33:20.784Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
33582026-08-31T09:33:20.784Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33592026-08-31T09:33:20.784ZAug 31 09:33:18.865 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.865Aug 31 09:33:18.865
33602026-08-31T09:33:20.784Ztest route::tests::grow_succeeds ... ok
33612026-08-31T09:33:20.784Z 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 } }]
33622026-08-31T09:33:20.784Ztest route::tests::identity_replace_is_noop ... ok
33632026-08-31T09:33:20.784ZAug 31 09:33:18.865adding route 172.16.0.0/32 -> 10.0.0.2 INFO
33642026-08-31T09:33:20.784Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
33652026-08-31T09:33:20.784ZAug 31 09:33:18.865 Aug 31 09:33:18.865DEBGAug 31 09:33:18.865 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 } }]
33662026-08-31T09:33:20.785Zreplacing 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 } }]
33672026-08-31T09:33:20.785ZINFO Aug 31 09:33:18.854Aug 31 09:33:18.865Aug 31 09:33:18.865adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
33682026-08-31T09:33:20.785Z
33692026-08-31T09:33:20.785Z
33702026-08-31T09:33:20.785Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
33712026-08-31T09:33:20.785ZAug 31 09:33:18.865Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
33722026-08-31T09:33:20.785Z Aug 31 09:33:18.865
33732026-08-31T09:33:20.785ZDEBG 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: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 } }]
33742026-08-31T09:33:20.785Z
33752026-08-31T09:33:20.785ZAug 31 09:33:18.865 INFOAug 31 09:33:18.865 adding route 172.17.0.20/32 -> 10.0.0.255INFO
33762026-08-31T09:33:20.785Zadding route 172.17.0.1/32 -> 10.0.0.255
33772026-08-31T09:33:20.785ZAug 31 09:33:18.865 INFOAug 31 09:33:18.865 Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
33782026-08-31T09:33:20.785Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
33792026-08-31T09:33:20.785Z
33802026-08-31T09:33:20.785ZAug 31 09:33:18.865 INFO
33812026-08-31T09:33:20.785Z Aug 31 09:33:18.865 adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 31 09:33:18.865
33822026-08-31T09:33:20.785Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:33:18.865 DEBG
33832026-08-31T09:33:20.785ZDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.865
33842026-08-31T09:33:20.785Z
33852026-08-31T09:33:20.785Z Aug 31 09:33:18.865DEBG Aug 31 09:33:18.865replacing 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 } }]
33862026-08-31T09:33:20.785ZAug 31 09:33:18.865 Aug 31 09:33:18.865DEBGAug 31 09:33:18.865 Aug 31 09:33:18.865INFO created new freemapAug 31 09:33:18.890 DEBG, adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit INFO:created new freemap ,
33872026-08-31T09:33:20.785Zadding route 172.17.0.3/32 -> 10.0.0.255DEBGfreemap_route_ipv4
33882026-08-31T09:33:20.785Z
33892026-08-31T09:33:20.785Z unit:created new freemap , unit:Aug 31 09:33:18.890freemap_route_ipv4
33902026-08-31T09:33:20.785ZDEBG freemap_route_ipv4replacing 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 } }]
33912026-08-31T09:33:20.786ZAug 31 09:33:18.865
33922026-08-31T09:33:20.792ZAug 31 09:33:18.890 DEBGDEBG created new freemap , created new freemapunitAug 31 09:33:18.890:Aug 31 09:33:18.890 , freemap_route_ipv6unit
33932026-08-31T09:33:20.792Z:INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
33942026-08-31T09:33:20.792Z
33952026-08-31T09:33:20.792Z created new freemapAug 31 09:33:18.890, unitDEBG: initted freemap. size: 64Aug 31 09:33:18.890, freemap_route_ipv6 unitDEBG:Aug 31 09:33:18.890 freemap_route_ipv4
33962026-08-31T09:33:20.792ZDEBG
33972026-08-31T09:33:20.792Z 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 } }]created new freemap
33982026-08-31T09:33:20.793Z, unit:Aug 31 09:33:18.890 Aug 31 09:33:18.890DEBG freemap_route_ipv6 Aug 31 09:33:18.890
33992026-08-31T09:33:20.793ZINFOreset freemap adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
34002026-08-31T09:33:20.793ZDEBG, Aug 31 09:33:18.890unit DEBG: initted freemap. size: 64freemap_route_ipv4,
34012026-08-31T09:33:20.793Zunit: Aug 31 09:33:18.890 freemap_route_ipv4
34022026-08-31T09:33:20.793ZAug 31 09:33:18.890DEBG 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
34032026-08-31T09:33:20.793Z initted freemap. size: 64initted freemap. size: 64, Aug 31 09:33:18.890unit , :unit :Aug 31 09:33:18.890DEBGfreemap_route_ipv6 INFOreset freemap
34042026-08-31T09:33:20.793Z, unit:freemap_route_ipv4 adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 31 09:33:18.890
34052026-08-31T09:33:20.793Z
34062026-08-31T09:33:20.793Z
34072026-08-31T09:33:20.793ZDEBG reset freemap, Aug 31 09:33:18.890unitAug 31 09:33:18.890: DEBG freemap_route_ipv6DEBGinitted freemap. size: 64
34082026-08-31T09:33:20.793Z, unitreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.890
34092026-08-31T09:33:20.793ZDEBG: Aug 31 09:33:18.890freemap_route_ipv6 Aug 31 09:33:18.890INFO
34102026-08-31T09:33:20.793Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
34112026-08-31T09:33:20.793Z
34122026-08-31T09:33:20.793Zreset freemapAug 31 09:33:18.890, unitAug 31 09:33:18.890DEBG DEBGAug 31 09:33:18.890reset 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 } }]DEBG
34132026-08-31T09:33:20.793Z 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 } }],
34142026-08-31T09:33:20.793Zunit : Aug 31 09:33:18.890freemap_route_ipv6 freemap_route_ipv4
34152026-08-31T09:33:20.793Z
34162026-08-31T09:33:20.794ZAug 31 09:33:18.890INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 09:33:18.890adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
34172026-08-31T09:33:20.794Z
34182026-08-31T09:33:20.794ZAug 31 09:33:18.890 DEBG initted freemap. size: 64INFO, unitAug 31 09:33:18.890adding route 172.16.0.0/32 -> 10.0.0.1: Aug 31 09:33:18.890DEBG
34192026-08-31T09:33:20.794Z 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 } }]DEBGfreemap_route_ipv6
34202026-08-31T09:33:20.794ZAug 31 09:33:18.890replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34212026-08-31T09:33:20.794Z
34222026-08-31T09:33:20.794Z DEBG Aug 31 09:33:18.890replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 09:33:18.890
34232026-08-31T09:33:20.794Z INFOAug 31 09:33:18.890 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 09:33:18.890
34242026-08-31T09:33:20.794Z
34252026-08-31T09:33:20.794ZDEBG INFOreset freemapAug 31 09:33:18.890 Aug 31 09:33:18.890adding route 172.16.0.0/32 -> 10.0.0.2
34262026-08-31T09:33:20.794Z, unitDEBG DEBGAug 31 09:33:18.890 :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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34272026-08-31T09:33:20.794ZDEBG
34282026-08-31T09:33:20.794Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34292026-08-31T09:33:20.794Zfreemap_route_ipv6
34302026-08-31T09:33:20.794ZAug 31 09:33:18.890Aug 31 09:33:18.890 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:33:18.890
34312026-08-31T09:33:20.794Z INFO
34322026-08-31T09:33:20.794Z Aug 31 09:33:18.890adding route 172.16.0.0/32 -> 10.0.0.3 Aug 31 09:33:18.890Aug 31 09:33:18.890INFO
34332026-08-31T09:33:20.794ZDEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }]
34342026-08-31T09:33:20.794Z
34352026-08-31T09:33:20.794ZAug 31 09:33:18.890
34362026-08-31T09:33:20.794ZDEBG Aug 31 09:33:18.890Aug 31 09:33:18.890 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 } }]
34372026-08-31T09:33:20.794ZAug 31 09:33:18.890 replacing targets for 3fff:dead::/64 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 } }]DEBGINFO Aug 31 09:33:18.890adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
34382026-08-31T09:33:20.794Z
34392026-08-31T09:33:20.794Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
34402026-08-31T09:33:20.794Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:33:18.890
34412026-08-31T09:33:20.794ZAug 31 09:33:18.890 WARNAug 31 09:33:18.890 Aug 31 09:33:18.890DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34422026-08-31T09:33:20.794Z
34432026-08-31T09:33:20.795Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
34442026-08-31T09:33:20.795Z DEBGAug 31 09:33:18.890 INFO Aug 31 09:33:18.890adding route 3fff:beef:2e::/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 } }]
34452026-08-31T09:33:20.795Z
34462026-08-31T09:33:20.795ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:33:18.890
34472026-08-31T09:33:20.795Z 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 } }]
34482026-08-31T09:33:20.795Z Aug 31 09:33:18.890INFO Aug 31 09:33:18.890INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
34492026-08-31T09:33:20.795Zreplacing 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 } }]
34502026-08-31T09:33:20.796Z
34512026-08-31T09:33:20.797ZAug 31 09:33:18.890Aug 31 09:33:18.890 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
34522026-08-31T09:33:20.797Z
34532026-08-31T09:33:20.797ZAug 31 09:33:18.890 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
34542026-08-31T09:33:20.797ZAug 31 09:33:18.890Aug 31 09:33:18.890 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.890replacing 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 } }]
34552026-08-31T09:33:20.797ZDEBG
34562026-08-31T09:33:20.797Z 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 } }]
34572026-08-31T09:33:20.797ZAug 31 09:33:18.890 INFO Aug 31 09:33:18.890Aug 31 09:33:18.890 adding route 172.17.0.5/32 -> 10.0.0.255INFOINFO
34582026-08-31T09:33:20.797Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
34592026-08-31T09:33:20.797Z
34602026-08-31T09:33:20.797ZAug 31 09:33:18.890 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890
34612026-08-31T09:33:20.797Z DEBGAug 31 09:33:18.890 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 } }]DEBGAug 31 09:33:18.890
34622026-08-31T09:33:20.797Z INFO adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34632026-08-31T09:33:20.797ZAug 31 09:33:18.890
34642026-08-31T09:33:20.797Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 09:33:18.890
34652026-08-31T09:33:20.797Z DEBGAug 31 09:33:18.890DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890 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 } }]
34662026-08-31T09:33:20.797Z
34672026-08-31T09:33:20.797ZDEBG 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 } }]
34682026-08-31T09:33:20.797Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
34692026-08-31T09:33:20.797ZAug 31 09:33:18.890 Aug 31 09:33:18.890INFOAug 31 09:33:18.890 adding route 172.17.0.7/32 -> 10.0.0.255
34702026-08-31T09:33:20.797ZINFOAug 31 09:33:18.890INFO adding route 172.17.0.22/32 -> 10.0.0.255
34712026-08-31T09:33:20.797Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
34722026-08-31T09:33:20.797ZAug 31 09:33:18.890 DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890
34732026-08-31T09:33:20.797Z DEBGAug 31 09:33:18.890 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 } }]DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34742026-08-31T09:33:20.797Z 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 } }]
34752026-08-31T09:33:20.797Z
34762026-08-31T09:33:20.797ZAug 31 09:33:18.890 Aug 31 09:33:18.890INFO Aug 31 09:33:18.890Aug 31 09:33:18.890Aug 31 09:33:18.890 DEBGINFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
34772026-08-31T09:33:20.797Zadding route 172.17.0.8/32 -> 10.0.0.255created new freemap
34782026-08-31T09:33:20.797Z, adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255Aug 31 09:33:18.890
34792026-08-31T09:33:20.797Z
34802026-08-31T09:33:20.797ZAug 31 09:33:18.890 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 } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890
34812026-08-31T09:33:20.797Z
34822026-08-31T09:33:20.797Z DEBG unitAug 31 09:33:18.890replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890 :Aug 31 09:33:18.890
34832026-08-31T09:33:20.797ZINFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6
34842026-08-31T09:33:20.797Zadding route 172.17.0.9/32 -> 10.0.0.255
34852026-08-31T09:33:20.797Z
34862026-08-31T09:33:20.798ZDEBGAug 31 09:33:18.890 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 } }]INFOAug 31 09:33:18.890
34872026-08-31T09:33:20.798Zadding route 172.17.0.24/32 -> 10.0.0.255
34882026-08-31T09:33:20.798ZDEBGAug 31 09:33:18.890 DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.890 Aug 31 09:33:18.890 Aug 31 09:33:18.890INFO
34892026-08-31T09:33:20.798Z DEBGinitted freemap. size: 64 , 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 } }]DEBGAug 31 09:33:18.891unit
34902026-08-31T09:33:20.798Z: 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 } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
34912026-08-31T09:33:20.798ZAug 31 09:33:18.891 Aug 31 09:33:18.891DEBG
34922026-08-31T09:33:20.806ZDEBG created new freemapAug 31 09:33:18.891 Aug 31 09:33:18.904INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
34932026-08-31T09:33:20.806Zadding route 172.17.0.25/32 -> 10.0.0.255
34942026-08-31T09:33:20.806Z, unitAug 31 09:33:18.904freemap_route_ipv4Aug 31 09:33:18.904:
34952026-08-31T09:33:20.806ZAug 31 09:33:18.904DEBGfreemap_route_ipv4 DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34962026-08-31T09:33:20.806Zreplacing 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
34972026-08-31T09:33:20.807Z
34982026-08-31T09:33:20.807Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34992026-08-31T09:33:20.807ZAug 31 09:33:18.904Aug 31 09:33:18.904 INFODEBGAug 31 09:33:18.904 Aug 31 09:33:18.904Aug 31 09:33:18.904 reset freemapDEBG INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFO
35002026-08-31T09:33:20.807Z adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255
35012026-08-31T09:33:20.807Z
35022026-08-31T09:33:20.807Zcreated new freemap, unitAug 31 09:33:18.904:, Aug 31 09:33:18.904 DEBG freemap_route_ipv6replacing 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 } }]
35032026-08-31T09:33:20.807Z
35042026-08-31T09:33:20.807ZunitAug 31 09:33:18.904DEBG 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 } }]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 } }]:
35052026-08-31T09:33:20.807Z
35062026-08-31T09:33:20.807Z Aug 31 09:33:18.904 freemap_route_ipv4DEBGAug 31 09:33:18.904
35072026-08-31T09:33:20.807Z Aug 31 09:33:18.904Aug 31 09:33:18.904failed to allocate space for the new target list DEBG
35082026-08-31T09:33:20.807ZINFO initted freemap. size: 64INFO, adding route 172.17.0.12/32 -> 10.0.0.255unit
35092026-08-31T09:33:20.807ZAug 31 09:33:18.904: DEBGadding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv4Aug 31 09:33:18.904Aug 31 09:33:18.904
35102026-08-31T09:33:20.807Z DEBG
35112026-08-31T09:33:20.807Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
35122026-08-31T09:33:20.807Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.904
35132026-08-31T09:33:20.807ZDEBG Aug 31 09:33:18.904DEBG Aug 31 09:33:18.904 DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.904failed to allocate space for the new target list
35142026-08-31T09:33:20.807Zinitted freemap. size: 64
35152026-08-31T09:33:20.807Z INFODEBG Aug 31 09:33:18.904 adding route 172.17.0.13/32 -> 10.0.0.255reset freemap,
35162026-08-31T09:33:20.807Zunit, :unit : freemap_route_ipv6INFO
35172026-08-31T09:33:20.807ZAug 31 09:33:18.904freemap_route_ipv4
35182026-08-31T09:33:20.807Zadding route 172.17.0.28/32 -> 10.0.0.255 DEBG
35192026-08-31T09:33:20.807Z 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 } }]
35202026-08-31T09:33:20.807ZAug 31 09:33:18.904 Aug 31 09:33:18.904DEBG DEBGreset freemapAug 31 09:33:18.904Aug 31 09:33:18.904 , INFODEBG initted freemap. size: 64unit, adding route 172.17.0.14/32 -> 10.0.0.255 unitreplacing 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 } }]
35212026-08-31T09:33:20.807Z:
35222026-08-31T09:33:20.807Zfreemap_route_ipv6:
35232026-08-31T09:33:20.807Z freemap_route_ipv6Aug 31 09:33:18.904
35242026-08-31T09:33:20.807Z DEBG Aug 31 09:33:18.904replacing 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 } }]
35252026-08-31T09:33:20.807ZAug 31 09:33:18.904INFO DEBG adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 09:33:18.904reset freemap
35262026-08-31T09:33:20.807Z , INFOunit adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:33:18.904:
35272026-08-31T09:33:20.807ZAug 31 09:33:18.904 freemap_route_ipv6DEBGINFOAug 31 09:33:18.904
35282026-08-31T09:33:20.807Z 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 } }]
35292026-08-31T09:33:20.807Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
35302026-08-31T09:33:20.807Z
35312026-08-31T09:33:20.807ZAug 31 09:33:18.904 INFO Aug 31 09:33:18.904adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.904
35322026-08-31T09:33:20.807Z INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 09:33:18.904
35332026-08-31T09:33:20.807Z
35342026-08-31T09:33:20.808ZAug 31 09:33:18.904 DEBG Aug 31 09:33:18.904DEBG Aug 31 09:33:18.904DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
35352026-08-31T09:33:20.808Z
35362026-08-31T09:33:20.808ZDEBG 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 } }]
35372026-08-31T09:33:20.808Z
35382026-08-31T09:33:20.808ZAug 31 09:33:18.904Aug 31 09:33:18.904 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:33:18.904
35392026-08-31T09:33:20.808Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
35402026-08-31T09:33:20.808ZAug 31 09:33:18.904adding route 172.17.0.17/32 -> 10.0.0.255
35412026-08-31T09:33:20.808ZAug 31 09:33:18.904 Aug 31 09:33:18.904DEBG DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 31 09:33:18.904
35422026-08-31T09:33:20.809Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
35432026-08-31T09:33:20.809Z adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.904
35442026-08-31T09:33:20.809Z
35452026-08-31T09:33:20.809Z INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:33:18.904Aug 31 09:33:18.904
35462026-08-31T09:33:20.809Z INFO Aug 31 09:33:18.904 INFOAug 31 09:33:18.904adding route 172.17.0.18/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
35472026-08-31T09:33:20.809Z
35482026-08-31T09:33:20.809Z 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 } }]
35492026-08-31T09:33:20.809ZDEBG Aug 31 09:33:18.904 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG Aug 31 09:33:18.904adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 31 09:33:18.904replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
35502026-08-31T09:33:20.809ZINFO
35512026-08-31T09:33:20.809Z 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.33/32 -> 10.0.0.255
35522026-08-31T09:33:20.810Z
35532026-08-31T09:33:20.810Z
35542026-08-31T09:33:20.810ZAug 31 09:33:18.904 INFOAug 31 09:33:18.904 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 31 09:33:18.904
35552026-08-31T09:33:20.810Z Aug 31 09:33:18.904adding route 172.17.0.19/32 -> 10.0.0.255
35562026-08-31T09:33:20.810ZINFODEBG Aug 31 09:33:18.904replacing 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 } }]
35572026-08-31T09:33:20.810ZAug 31 09:33:18.904Aug 31 09:33:18.904 DEBGAug 31 09:33:18.904DEBGDEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.34/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
35582026-08-31T09:33:20.810Z
35592026-08-31T09:33:20.810Zreplacing 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 } }]
35602026-08-31T09:33:20.810Z
35612026-08-31T09:33:20.810Z
35622026-08-31T09:33:20.810ZAug 31 09:33:18.904Aug 31 09:33:18.904 Aug 31 09:33:18.904 DEBGDEBGINFO 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.20/32 -> 10.0.0.255Aug 31 09:33:18.904
35632026-08-31T09:33:20.810Z
35642026-08-31T09:33:20.810Zreplacing targets for 3fff:dead::/64 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 } }]
35652026-08-31T09:33:20.810ZAug 31 09:33:18.904 DEBGAug 31 09:33:18.904 INFO Aug 31 09:33:18.904DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
35662026-08-31T09:33:20.810Z
35672026-08-31T09:33:20.810Z
35682026-08-31T09:33:20.810Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
35692026-08-31T09:33:20.810ZAug 31 09:33:18.904Aug 31 09:33:18.904 Aug 31 09:33:18.904INFODEBGAug 31 09:33:18.904 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 } }]
35702026-08-31T09:33:20.810Zadding route 172.17.0.21/32 -> 10.0.0.255
35712026-08-31T09:33:20.810ZDEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.904adding route 172.16.0.0/32 -> 10.0.0.2
35722026-08-31T09:33:20.810ZAug 31 09:33:18.904
35732026-08-31T09:33:20.810Z DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35742026-08-31T09:33:20.810Zadding route 172.17.0.36/32 -> 10.0.0.255
35752026-08-31T09:33:20.810ZAug 31 09:33:18.904 DEBG Aug 31 09:33:18.904replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 09:33:18.904Aug 31 09:33:18.904INFO
35762026-08-31T09:33:20.810ZDEBG 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
35772026-08-31T09:33:20.810Z
35782026-08-31T09:33:20.810Z adding route 172.17.0.22/32 -> 10.0.0.255
35792026-08-31T09:33:20.810ZAug 31 09:33:18.904Aug 31 09:33:18.904 Aug 31 09:33:18.904 DEBG created new freemapDEBGINFOAug 31 09:33:18.904 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , replacing targets for 172.17.0.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 } }]
35802026-08-31T09:33:20.810Z
35812026-08-31T09:33:20.810ZINFOadding route 172.17.0.37/32 -> 10.0.0.255 unit
35822026-08-31T09:33:20.810Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:33:18.904: INFO
35832026-08-31T09:33:20.810Z Aug 31 09:33:18.904freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255
35842026-08-31T09:33:20.811Z DEBG
35852026-08-31T09:33:20.811Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.904
35862026-08-31T09:33:20.811ZAug 31 09:33:18.904 Aug 31 09:33:18.904DEBGINFO Aug 31 09:33:18.904 DEBG Aug 31 09:33:18.904 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35872026-08-31T09:33:20.811Z
35882026-08-31T09:33:20.811Z adding route 172.17.0.38/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.904 INFO
35892026-08-31T09:33:20.811Z
35902026-08-31T09:33:20.811Zcreated new freemap adding route 172.17.0.24/32 -> 10.0.0.255,
35912026-08-31T09:33:20.811ZAug 31 09:33:18.904unit :Aug 31 09:33:18.904Aug 31 09:33:18.904Aug 31 09:33:18.904DEBG DEBG freemap_route_ipv6replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]INFODEBG
35922026-08-31T09:33:20.816Z
35932026-08-31T09:33:20.816Z adding route 172.17.0.1/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 } }]
35942026-08-31T09:33:20.816Z
35952026-08-31T09:33:20.816Z
35962026-08-31T09:33:20.816ZAug 31 09:33:18.904 Aug 31 09:33:18.904INFO Aug 31 09:33:18.904Aug 31 09:33:18.904Aug 31 09:33:18.904 INFODEBGadding route 172.17.0.39/32 -> 10.0.0.255 INFO
35972026-08-31T09:33:20.817Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 , DEBGunitAug 31 09:33:18.904
35982026-08-31T09:33:20.817Zadding route 172.17.0.25/32 -> 10.0.0.255:
35992026-08-31T09:33:20.817ZDEBG freemap_route_ipv4replacing 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 } }]
36002026-08-31T09:33:20.817Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.918
36012026-08-31T09:33:20.817Z DEBG
36022026-08-31T09:33:20.817Z reset freemapAug 31 09:33:18.904Aug 31 09:33:18.918, Aug 31 09:33:18.918unit Aug 31 09:33:18.918 INFOINFODEBG :adding route 172.17.0.2/32 -> 10.0.0.255
36032026-08-31T09:33:20.817ZDEBGfreemap_route_ipv4
36042026-08-31T09:33:20.817Zcreated new freemap, Aug 31 09:33:18.918unit :DEBG Aug 31 09:33:18.918freemap_route_ipv4
36052026-08-31T09:33:20.817ZDEBGreplacing 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 } }]
36062026-08-31T09:33:20.817Zinitted freemap. size: 64, Aug 31 09:33:18.918unit :DEBG Aug 31 09:33:18.918created new freemapfreemap_route_ipv6,
36072026-08-31T09:33:20.817Zunit: freemap_route_ipv6INFO
36082026-08-31T09:33:20.817ZAug 31 09:33:18.918 DEBGadding route 172.17.0.3/32 -> 10.0.0.255
36092026-08-31T09:33:20.818Zreset freemapAug 31 09:33:18.918, unitDEBG: initted freemap. size: 64, freemap_route_ipv6unit
36102026-08-31T09:33:20.818Z: freemap_route_ipv4Aug 31 09:33:18.918
36112026-08-31T09:33:20.818Z DEBGAug 31 09:33:18.918 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 } }]
36122026-08-31T09:33:20.818Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.918
36132026-08-31T09:33:20.818Z DEBG reset freemapAug 31 09:33:18.918Aug 31 09:33:18.918, DEBGINFOunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
36142026-08-31T09:33:20.818Zfreemap_route_ipv4adding route 172.17.0.4/32 -> 10.0.0.255
36152026-08-31T09:33:20.818Z
36162026-08-31T09:33:20.818ZAug 31 09:33:18.918 Aug 31 09:33:18.918replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.918
36172026-08-31T09:33:20.818Z INFO DEBGDEBG initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
36182026-08-31T09:33:20.819Z:Aug 31 09:33:18.918 freemap_route_ipv6replacing 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 } }]
36192026-08-31T09:33:20.819ZINFO
36202026-08-31T09:33:20.819Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 09:33:18.918Aug 31 09:33:18.918
36212026-08-31T09:33:20.820Z Aug 31 09:33:18.918 DEBGDEBG INFOreset freemapAug 31 09:33:18.918, 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 } }]:DEBG
36222026-08-31T09:33:20.820Z 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 } }]
36232026-08-31T09:33:20.820Zfreemap_route_ipv6 adding route 172.17.0.5/32 -> 10.0.0.255
36242026-08-31T09:33:20.820Z
36252026-08-31T09:33:20.820ZAug 31 09:33:18.918Aug 31 09:33:18.918 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:33:18.918replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
36262026-08-31T09:33:20.820ZINFO
36272026-08-31T09:33:20.820Z Aug 31 09:33:18.918adding route 172.16.0.0/32 -> 10.0.0.1
36282026-08-31T09:33:20.820ZDEBG Aug 31 09:33:18.918replacing 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 } }]
36292026-08-31T09:33:20.820ZDEBGAug 31 09:33:18.918 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
36302026-08-31T09:33:20.820Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36312026-08-31T09:33:20.820ZAug 31 09:33:18.918 Aug 31 09:33:18.918INFO Aug 31 09:33:18.918INFO adding route 172.17.0.28/32 -> 10.0.0.255INFO
36322026-08-31T09:33:20.820Z adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
36332026-08-31T09:33:20.820Zadding route 172.17.0.6/32 -> 10.0.0.255
36342026-08-31T09:33:20.820Z
36352026-08-31T09:33:20.820ZAug 31 09:33:18.918Aug 31 09:33:18.918 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.918
36362026-08-31T09:33:20.820Z
36372026-08-31T09:33:20.820Z DEBG Aug 31 09:33:18.918replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.918
36382026-08-31T09:33:20.820ZDEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.918
36392026-08-31T09:33:20.820Z adding route 172.17.0.1/32 -> 10.0.0.255INFO
36402026-08-31T09:33:20.820Z adding route 172.17.0.29/32 -> 10.0.0.255
36412026-08-31T09:33:20.820ZAug 31 09:33:18.918 INFOAug 31 09:33:18.904 adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:33:18.918Aug 31 09:33:18.918DEBG
36422026-08-31T09:33:20.820ZDEBG Aug 31 09:33:18.918 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
36432026-08-31T09:33:20.820Z INFO
36442026-08-31T09:33:20.820Z DEBGAug 31 09:33:18.919 adding route 172.17.0.7/32 -> 10.0.0.255
36452026-08-31T09:33:20.820ZAug 31 09:33:18.919replacing 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 } }]
36462026-08-31T09:33:20.820ZINFODEBG Aug 31 09:33:18.919 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 31 09:33:18.919INFO
36472026-08-31T09:33:20.820ZAug 31 09:33:18.919 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 } }]DEBGINFOadding route 172.17.0.2/32 -> 10.0.0.255
36482026-08-31T09:33:20.820Z
36492026-08-31T09:33:20.820Z adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 09:33:18.919
36502026-08-31T09:33:20.820ZAug 31 09:33:18.919DEBGreplacing 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 } }]
36512026-08-31T09:33:20.820Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.919
36522026-08-31T09:33:20.820Z DEBGINFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:33:18.919replacing 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 } }]
36532026-08-31T09:33:20.820Z
36542026-08-31T09:33:20.820Ztest route::tests::same_size_non_subset_replace ... ok
36552026-08-31T09:33:20.820ZAug 31 09:33:18.919Aug 31 09:33:18.919 INFODEBG Aug 31 09:33:18.919Aug 31 09:33:18.919 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }] DEBG
36562026-08-31T09:33:20.820ZINFO
36572026-08-31T09:33:20.820Zadding route 172.17.0.3/32 -> 10.0.0.255INFO
36582026-08-31T09:33:20.820Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.919Aug 31 09:33:18.919adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 09:33:18.919
36592026-08-31T09:33:20.820Z
36602026-08-31T09:33:20.821ZINFODEBG DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.919
36612026-08-31T09:33:20.821ZDEBG Aug 31 09:33:18.919adding route 172.17.0.31/32 -> 10.0.0.255
36622026-08-31T09:33:20.821ZAug 31 09:33:18.919 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 } }] failed to allocate space for the new target listAug 31 09:33:18.919
36632026-08-31T09:33:20.821Z
36642026-08-31T09:33:20.821ZINFO DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.919Aug 31 09:33:18.919 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 } }]
36652026-08-31T09:33:20.821ZINFO
36662026-08-31T09:33:20.821Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
36672026-08-31T09:33:20.821Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:33:18.919
36682026-08-31T09:33:20.821Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:33:18.919Aug 31 09:33:18.919
36692026-08-31T09:33:20.821Z INFO INFO 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 } }]Aug 31 09:33:18.919adding route 172.17.0.9/32 -> 10.0.0.255
36702026-08-31T09:33:20.821Zadding route 172.17.0.32/32 -> 10.0.0.255
36712026-08-31T09:33:20.821Z
36722026-08-31T09:33:20.821Z 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 } }]Aug 31 09:33:18.919 Aug 31 09:33:18.919DEBG Aug 31 09:33:18.919 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 } }]INFODEBG
36732026-08-31T09:33:20.821Z
36742026-08-31T09:33:20.821Zadding route 172.17.0.5/32 -> 10.0.0.255
36752026-08-31T09:33:20.822Zreplacing 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 } }]
36762026-08-31T09:33:20.822ZAug 31 09:33:18.919Aug 31 09:33:18.919 Aug 31 09:33:18.919DEBGINFO Aug 31 09:33:18.919 INFOadding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36772026-08-31T09:33:20.822ZINFO
36782026-08-31T09:33:20.822Z adding route 172.17.0.33/32 -> 10.0.0.255
36792026-08-31T09:33:20.822Zadding route 172.17.0.10/32 -> 10.0.0.255
36802026-08-31T09:33:20.822ZAug 31 09:33:18.919 Aug 31 09:33:18.919INFOAug 31 09:33:18.919 Aug 31 09:33:18.919adding route 172.17.0.6/32 -> 10.0.0.255
36812026-08-31T09:33:20.822ZDEBGDEBG 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 } }]
36822026-08-31T09:33:20.822ZAug 31 09:33:18.919 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 } }]DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36832026-08-31T09:33:20.822Z
36842026-08-31T09:33:20.822ZAug 31 09:33:18.919 INFO
36852026-08-31T09:33:20.822Zadding route 172.17.0.11/32 -> 10.0.0.255
36862026-08-31T09:33:20.822ZAug 31 09:33:18.919Aug 31 09:33:18.919 INFOAug 31 09:33:18.919INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
36872026-08-31T09:33:20.822Z
36882026-08-31T09:33:20.822Z INFOAug 31 09:33:18.919Aug 31 09:33:18.919Aug 31 09:33:18.919 DEBG adding route 172.17.0.34/32 -> 10.0.0.255DEBG 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.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
36892026-08-31T09:33:20.822Z
36902026-08-31T09:33:20.822Z
36912026-08-31T09:33:20.822Zreplacing 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 } }]
36922026-08-31T09:33:20.828ZAug 31 09:33:18.919 Aug 31 09:33:18.919INFO Aug 31 09:33:18.919adding route 172.17.0.8/32 -> 10.0.0.255
36932026-08-31T09:33:20.828ZINFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG
36942026-08-31T09:33:20.828Z Aug 31 09:33:18.919Aug 31 09:33:18.919 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 } }] DEBGINFO adding route 172.17.0.12/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 } }]
36952026-08-31T09:33:20.829Z
36962026-08-31T09:33:20.829Z
36972026-08-31T09:33:20.829ZAug 31 09:33:18.919 DEBGAug 31 09:33:18.919 Aug 31 09:33:18.919replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.919
36982026-08-31T09:33:20.829Z DEBGINFOINFO adding route 172.17.0.9/32 -> 10.0.0.255
36992026-08-31T09:33:20.829Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.919 adding route 172.17.0.35/32 -> 10.0.0.255INFO
37002026-08-31T09:33:20.829Z Aug 31 09:33:18.919adding route 172.17.0.47/32 -> 10.0.0.255
37012026-08-31T09:33:20.829Z
37022026-08-31T09:33:20.829Z DEBG Aug 31 09:33:18.919replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.919Aug 31 09:33:18.891Aug 31 09:33:18.919
37032026-08-31T09:33:20.829Z DEBGDEBGINFO Aug 31 09:33:18.919 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapDEBG
37042026-08-31T09:33:20.829Z, adding route 172.17.0.13/32 -> 10.0.0.255INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
37052026-08-31T09:33:20.829Z
37062026-08-31T09:33:20.829Z
37072026-08-31T09:33:20.829Zunit: Aug 31 09:33:18.919freemap_route_ipv4 INFO
37082026-08-31T09:33:20.829ZAug 31 09:33:18.919Aug 31 09:33:18.919 DEBG adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 09:33:18.919
37092026-08-31T09:33:20.829Z Aug 31 09:33:18.919replacing 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 } }]INFODEBG
37102026-08-31T09:33:20.829Zreplacing 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 } }]
37112026-08-31T09:33:20.829ZDEBG Aug 31 09:33:18.919created new freemapadding route 172.17.0.48/32 -> 10.0.0.255
37122026-08-31T09:33:20.829ZINFO, unit :adding route 172.17.0.11/32 -> 10.0.0.255
37132026-08-31T09:33:20.830Zfreemap_route_ipv6Aug 31 09:33:18.919Aug 31 09:33:18.919 DEBG
37142026-08-31T09:33:20.830Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.919 Aug 31 09:33:18.919DEBGINFO
37152026-08-31T09:33:20.830Z Aug 31 09:33:18.919 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37162026-08-31T09:33:20.830Zadding route 172.17.0.14/32 -> 10.0.0.255DEBG initted freemap. size: 64Aug 31 09:33:18.919
37172026-08-31T09:33:20.830Z Aug 31 09:33:18.919 INFO, INFOadding route 172.17.0.12/32 -> 10.0.0.255unitAug 31 09:33:18.919:
37182026-08-31T09:33:20.830Z 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 } }]
37192026-08-31T09:33:20.830Zadding route 172.17.0.37/32 -> 10.0.0.255
37202026-08-31T09:33:20.830Zfreemap_route_ipv4Aug 31 09:33:18.919
37212026-08-31T09:33:20.830Z DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.919
37222026-08-31T09:33:20.830Z Aug 31 09:33:18.919DEBGDEBG 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 } }]
37232026-08-31T09:33:20.830ZAug 31 09:33:18.919Aug 31 09:33:18.919 Aug 31 09:33:18.943 DEBG DEBGINFO created new freemap adding route 172.17.0.15/32 -> 10.0.0.255,
37242026-08-31T09:33:20.830Zcreated new freemapunit, :unit Aug 31 09:33:18.943freemap_route_ipv4:
37252026-08-31T09:33:20.830ZDEBG freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37262026-08-31T09:33:20.831Z
37272026-08-31T09:33:20.831ZAug 31 09:33:18.943Aug 31 09:33:18.919replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.943INFO DEBG
37282026-08-31T09:33:20.832ZAug 31 09:33:18.943 DEBGINFO created new freemapadding route 172.17.0.49/32 -> 10.0.0.255, created new freemap
37292026-08-31T09:33:20.832Zunit:, unitfreemap_route_ipv6:adding route 172.17.0.16/32 -> 10.0.0.255
37302026-08-31T09:33:20.832Z freemap_route_ipv6
37312026-08-31T09:33:20.832ZAug 31 09:33:18.943 Aug 31 09:33:18.943
37322026-08-31T09:33:20.832ZDEBG Aug 31 09:33:18.943DEBGAug 31 09:33:18.943 initted freemap. size: 64INFO, DEBGunitadding route 172.17.0.38/32 -> 10.0.0.255Aug 31 09:33:18.943
37332026-08-31T09:33:20.832Z: 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.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
37342026-08-31T09:33:20.832ZDEBG
37352026-08-31T09:33:20.832Z initted freemap. size: 64Aug 31 09:33:18.943
37362026-08-31T09:33:20.832Z , unitDEBGAug 31 09:33:18.943:Aug 31 09:33:18.943 freemap_route_ipv4
37372026-08-31T09:33:20.832Zreplacing 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
37382026-08-31T09:33:20.832ZAug 31 09:33:18.943 Aug 31 09:33:18.943INFO reset freemapadding route 172.17.0.50/32 -> 10.0.0.255Aug 31 09:33:18.943
37392026-08-31T09:33:20.832Z , INFOunit : DEBGINFOadding route 172.17.0.39/32 -> 10.0.0.255
37402026-08-31T09:33:20.832Z reset freemapfreemap_route_ipv4, unit :
37412026-08-31T09:33:20.832Zadding route 172.17.0.17/32 -> 10.0.0.255 Aug 31 09:33:18.943
37422026-08-31T09:33:20.832Zfreemap_route_ipv4Aug 31 09:33:18.943
37432026-08-31T09:33:20.832Z 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 } }] DEBGAug 31 09:33:18.943
37442026-08-31T09:33:20.832Z 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 } }]DEBGAug 31 09:33:18.943 initted freemap. size: 64DEBG
37452026-08-31T09:33:20.832ZAug 31 09:33:18.943, DEBGAug 31 09:33:18.943unit Aug 31 09:33:18.943replacing 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:
37462026-08-31T09:33:20.833Z freemap_route_ipv6 initted freemap. size: 64
37472026-08-31T09:33:20.833Z , unit:adding route 172.17.0.40/32 -> 10.0.0.255
37482026-08-31T09:33:20.833Zfreemap_route_ipv6Aug 31 09:33:18.943
37492026-08-31T09:33:20.833ZAug 31 09:33:18.943 INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255Aug 31 09:33:18.943Aug 31 09:33:18.943 reset freemapINFO, DEBGDEBG
37502026-08-31T09:33:20.833Zreplacing 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 } }]reset freemap
37512026-08-31T09:33:20.833Zunit: , freemap_route_ipv6unit
37522026-08-31T09:33:20.833ZAug 31 09:33:18.943: DEBG adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.943
37532026-08-31T09:33:20.833Z
37542026-08-31T09:33:20.833ZAug 31 09:33:18.943INFO INFO
37552026-08-31T09:33:20.833ZAug 31 09:33:18.943 adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:33:18.943
37562026-08-31T09:33:20.833Zadding route 172.16.0.0/32 -> 10.0.0.1INFOINFO
37572026-08-31T09:33:20.833Z adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
37582026-08-31T09:33:20.833Ztest route::tests::delete_target_fragmented ... ok
37592026-08-31T09:33:20.833ZAug 31 09:33:18.943
37602026-08-31T09:33:20.833ZAug 31 09:33:18.943 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.943
37612026-08-31T09:33:20.833ZAug 31 09:33:18.943
37622026-08-31T09:33:20.833Z 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 } }]Aug 31 09:33:18.944
37632026-08-31T09:33:20.834ZAug 31 09:33:18.944 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 09:33:18.944INFO INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:33:18.944
37642026-08-31T09:33:20.834Z INFO
37652026-08-31T09:33:20.834Z 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.16.0.0/32 -> 10.0.0.2adding route 172.17.0.53/32 -> 10.0.0.255
37662026-08-31T09:33:20.834Z
37672026-08-31T09:33:20.834Z
37682026-08-31T09:33:20.834ZAug 31 09:33:18.944Aug 31 09:33:18.944Aug 31 09:33:18.944 Aug 31 09:33:18.944 DEBG INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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.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 } }]
37692026-08-31T09:33:20.834Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37702026-08-31T09:33:20.834ZAug 31 09:33:18.944
37712026-08-31T09:33:20.834Z
37722026-08-31T09:33:20.834Z INFO Aug 31 09:33:18.944adding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 09:33:18.944Aug 31 09:33:18.944
37732026-08-31T09:33:20.834ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.944
37742026-08-31T09:33:20.834Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 09:33:18.944 DEBGINFO
37752026-08-31T09:33:20.834Zadding 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.3, vlan_id: None } }] Aug 31 09:33:18.944 DEBG
37762026-08-31T09:33:20.834ZINFO Aug 31 09:33:18.944
37772026-08-31T09:33:20.834Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
37782026-08-31T09:33:20.834ZAug 31 09:33:18.944
37792026-08-31T09:33:20.834ZDEBGDEBGAug 31 09:33:18.944 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37802026-08-31T09:33:20.834Z
37812026-08-31T09:33:20.834Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
37822026-08-31T09:33:20.835ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.944 INFOAug 31 09:33:18.944Aug 31 09:33:18.944 adding route 172.17.0.20/32 -> 10.0.0.255DEBG
37832026-08-31T09:33:20.835Zcreated new freemap , INFOunit :adding route 172.17.0.55/32 -> 10.0.0.255 Aug 31 09:33:18.973
37842026-08-31T09:33:20.835Zfreemap_route_ipv4
37852026-08-31T09:33:20.835ZDEBG 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 } }]
37862026-08-31T09:33:20.835ZAug 31 09:33:18.919Aug 31 09:33:18.973Aug 31 09:33:18.973 INFODEBG Aug 31 09:33:18.973 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 } }]DEBGadding route 172.17.0.21/32 -> 10.0.0.255
37872026-08-31T09:33:20.835ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
37882026-08-31T09:33:20.835Z
37892026-08-31T09:33:20.835Z created new freemapAug 31 09:33:18.973, Aug 31 09:33:18.973unitDEBG :Aug 31 09:33:18.973INFO DEBG freemap_route_ipv6 adding route 172.17.0.56/32 -> 10.0.0.255
37902026-08-31T09:33:20.835Zreplacing 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 } }]
37912026-08-31T09:33:20.835Z
37922026-08-31T09:33:20.840Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973Aug 31 09:33:18.973 DEBG
37932026-08-31T09:33:20.840ZINFOAug 31 09:33:18.973 adding route 172.17.0.14/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 } }]
37942026-08-31T09:33:20.840Z
37952026-08-31T09:33:20.840ZDEBG Aug 31 09:33:18.973 initted freemap. size: 64Aug 31 09:33:18.973, Aug 31 09:33:18.973INFOunitDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
37962026-08-31T09:33:20.840ZINFO: adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv4
37972026-08-31T09:33:20.840Z
37982026-08-31T09:33:20.840Z
37992026-08-31T09:33:20.840ZAug 31 09:33:18.973 INFOAug 31 09:33:18.973Aug 31 09:33:18.973 DEBGDEBGAug 31 09:33:18.973 DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
38002026-08-31T09:33:20.840Z, unitadding route 172.17.0.15/32 -> 10.0.0.255:
38012026-08-31T09:33:20.840Z freemap_route_ipv4
38022026-08-31T09:33:20.840Zreplacing 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 } }]
38032026-08-31T09:33:20.840ZAug 31 09:33:18.973 Aug 31 09:33:18.973INFOAug 31 09:33:18.973 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
38042026-08-31T09:33:20.840Zinitted freemap. size: 64 , unitDEBGAug 31 09:33:18.973: INFOAug 31 09:33:18.973freemap_route_ipv6
38052026-08-31T09:33:20.840Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
38062026-08-31T09:33:20.840Z 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 } }]
38072026-08-31T09:33:20.840Z
38082026-08-31T09:33:20.841ZAug 31 09:33:18.973 INFOAug 31 09:33:18.973 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
38092026-08-31T09:33:20.841Z reset freemapAug 31 09:33:18.973, unitINFOAug 31 09:33:18.973Aug 31 09:33:18.973 :adding route 172.17.0.24/32 -> 10.0.0.255 DEBGfreemap_route_ipv6
38102026-08-31T09:33:20.841Zreplacing 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 } }]
38112026-08-31T09:33:20.841Z
38122026-08-31T09:33:20.841ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973
38132026-08-31T09:33:20.841Z INFO Aug 31 09:33:18.973adding route 3fff:dead::/64 -> 2001:db8::55:1
38142026-08-31T09:33:20.841ZAug 31 09:33:18.973INFO Aug 31 09:33:18.973adding route 172.17.0.17/32 -> 10.0.0.255
38152026-08-31T09:33:20.841ZINFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:33:18.973Aug 31 09:33:18.973 DEBG
38162026-08-31T09:33:20.841Z 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 } }]
38172026-08-31T09:33:20.841Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
38182026-08-31T09:33:20.841Z
38192026-08-31T09:33:20.841ZAug 31 09:33:18.973Aug 31 09:33:18.973 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.905
38202026-08-31T09:33:20.841Z DEBGINFO Aug 31 09:33:18.973created new freemapAug 31 09:33:18.973 adding route 172.17.0.18/32 -> 10.0.0.255INFO
38212026-08-31T09:33:20.841ZAug 31 09:33:18.973 , INFO Aug 31 09:33:18.973adding route 172.17.0.60/32 -> 10.0.0.255
38222026-08-31T09:33:20.841ZDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
38232026-08-31T09:33:20.841Z
38242026-08-31T09:33:20.841ZAug 31 09:33:18.973 DEBGadding route 172.17.0.25/32 -> 10.0.0.255 unitreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973Aug 31 09:33:18.973
38252026-08-31T09:33:20.841Z
38262026-08-31T09:33:20.841ZINFO:DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:33:18.973adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4
38272026-08-31T09:33:20.841Z
38282026-08-31T09:33:20.841ZDEBG
38292026-08-31T09:33:20.841Zfailed to allocate space for the new target list
38302026-08-31T09:33:20.841ZAug 31 09:33:18.973Aug 31 09:33:18.973 DEBGAug 31 09:33:18.973Aug 31 09:33:18.973DEBGAug 31 09:33:18.973 INFO 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.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-08-31T09:33:20.841Zadding route 3fff:dead::/64 -> 2001:db8::55:3DEBGDEBG
38322026-08-31T09:33:20.841Z
38332026-08-31T09:33:20.841Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
38342026-08-31T09:33:20.841Zcreated new freemap, Aug 31 09:33:18.973Aug 31 09:33:18.973 INFOAug 31 09:33:18.973DEBG INFOunit adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
38352026-08-31T09:33:20.841Z
38362026-08-31T09:33:20.841Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
38372026-08-31T09:33:20.841Z Aug 31 09:33:18.973Aug 31 09:33:18.973 INFOAug 31 09:33:18.973freemap_route_ipv6 DEBG
38382026-08-31T09:33:20.841Z DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
38392026-08-31T09:33:20.841Z
38402026-08-31T09:33:20.842Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973Aug 31 09:33:18.973 DEBG initted freemap. size: 64, unit:
38412026-08-31T09:33:20.842Z Aug 31 09:33:18.973 INFODEBG
38422026-08-31T09:33:20.842Z adding route 172.17.0.21/32 -> 10.0.0.255
38432026-08-31T09:33:20.842Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4
38442026-08-31T09:33:20.842ZAug 31 09:33:18.973 INFO
38452026-08-31T09:33:20.842Z Aug 31 09:33:18.973 Aug 31 09:33:18.973INFOAug 31 09:33:18.973 DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.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:3, vlan_id: None } }] Aug 31 09:33:18.973
38462026-08-31T09:33:20.842Zadding route 172.17.0.27/32 -> 10.0.0.255
38472026-08-31T09:33:20.842Z 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
38482026-08-31T09:33:20.842Z
38492026-08-31T09:33:20.842Zreset freemap, Aug 31 09:33:18.973Aug 31 09:33:18.973unit : Aug 31 09:33:18.973reset freemapDEBG, INFOunit adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
38502026-08-31T09:33:20.842Z
38512026-08-31T09:33:20.842Z: freemap_route_ipv4 freemap_route_ipv4Aug 31 09:33:18.973
38522026-08-31T09:33:20.842ZDEBG
38532026-08-31T09:33:20.842Z DEBG Aug 31 09:33:18.973 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38542026-08-31T09:33:20.842Ztest route::tests::shrink_preserves_compacted_order ... ok
38552026-08-31T09:33:20.842Ztest route::tests::rollback_on_index_readd_failure ... ok
38562026-08-31T09:33:20.842Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:33:18.973replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973
38572026-08-31T09:33:20.842Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
38582026-08-31T09:33:20.842ZDEBG Aug 31 09:33:18.973DEBG
38592026-08-31T09:33:20.842Zinitted freemap. size: 64INFOinitted freemap. size: 64, unit, adding route 172.17.0.23/32 -> 10.0.0.255:
38602026-08-31T09:33:20.842ZAug 31 09:33:18.973 unit DEBG Aug 31 09:33:18.973replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 31 09:33:18.973
38612026-08-31T09:33:20.842ZDEBG freemap_route_ipv6replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38622026-08-31T09:33:20.842Z freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 09:33:18.973
38632026-08-31T09:33:20.842ZINFO
38642026-08-31T09:33:20.842ZAug 31 09:33:18.973 adding route 172.17.0.1/32 -> 10.0.0.255INFO
38652026-08-31T09:33:20.842Zadding route 172.17.0.24/32 -> 10.0.0.255
38662026-08-31T09:33:20.842Z
38672026-08-31T09:33:20.842ZAug 31 09:33:18.973 DEBGAug 31 09:33:18.973 Aug 31 09:33:18.973reset freemap , DEBGDEBG unit replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973
38682026-08-31T09:33:20.842Zreplacing 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 } }]
38692026-08-31T09:33:20.842ZDEBGAug 31 09:33:18.973: 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 } }]Aug 31 09:33:18.973 Aug 31 09:33:18.973INFOfreemap_route_ipv6reset freemap
38702026-08-31T09:33:20.842Z
38712026-08-31T09:33:20.842Z , unitadding route 172.17.0.25/32 -> 10.0.0.255:
38722026-08-31T09:33:20.842ZINFO Aug 31 09:33:18.973 freemap_route_ipv6Aug 31 09:33:18.973adding route 172.17.0.29/32 -> 10.0.0.255
38732026-08-31T09:33:20.842Z INFOINFOAug 31 09:33:18.973 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.2/32 -> 10.0.0.255DEBG
38742026-08-31T09:33:20.842Z
38752026-08-31T09:33:20.842Zreplacing 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 } }]
38762026-08-31T09:33:20.842Z
38772026-08-31T09:33:20.842ZAug 31 09:33:18.973 Aug 31 09:33:18.973DEBG Aug 31 09:33:18.973INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:33:18.973DEBG Aug 31 09:33:18.973
38782026-08-31T09:33:20.842Zreplacing 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 } }] DEBGadding route 172.17.0.26/32 -> 10.0.0.255
38792026-08-31T09:33:20.843Z
38802026-08-31T09:33:20.843Z 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 } }]
38812026-08-31T09:33:20.843Z Aug 31 09:33:18.973Aug 31 09:33:18.973Aug 31 09:33:18.973INFO Aug 31 09:33:18.973 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
38822026-08-31T09:33:20.843Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.3/32 -> 10.0.0.255 INFO
38832026-08-31T09:33:20.843ZAug 31 09:33:18.973
38842026-08-31T09:33:20.843Z INFOadding route 172.17.0.30/32 -> 10.0.0.255
38852026-08-31T09:33:20.843Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.27/32 -> 10.0.0.255
38862026-08-31T09:33:20.843ZAug 31 09:33:18.973
38872026-08-31T09:33:20.843Z Aug 31 09:33:18.973 DEBGDEBG Aug 31 09:33:18.973Aug 31 09:33:18.973Aug 31 09:33:18.973 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
38882026-08-31T09:33:20.843ZDEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }]
38892026-08-31T09:33:20.843ZAug 31 09:33:18.973
38902026-08-31T09:33:20.843Zreplacing 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 } }]
38912026-08-31T09:33:20.843Z Aug 31 09:33:18.973
38922026-08-31T09:33:20.847Z INFOINFOAug 31 09:33:18.973 Aug 31 09:33:18.973adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
38932026-08-31T09:33:20.848Z
38942026-08-31T09:33:20.848ZINFOAug 31 09:33:18.973 INFO Aug 31 09:33:18.973 adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:33:18.973DEBG
38952026-08-31T09:33:20.848Z INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
38962026-08-31T09:33:20.848Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
38972026-08-31T09:33:20.848Z
38982026-08-31T09:33:20.848ZAug 31 09:33:19.017 DEBG Aug 31 09:33:19.017replacing 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 } }]
38992026-08-31T09:33:20.848ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
39002026-08-31T09:33:20.848ZAug 31 09:33:19.017 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:33:19.017
39012026-08-31T09:33:20.848Z INFO adding route 172.16.0.0/32 -> 10.0.0.3
39022026-08-31T09:33:20.848ZAug 31 09:33:19.017 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017
39032026-08-31T09:33:20.848Z DEBG Aug 31 09:33:18.974Aug 31 09:33:19.017Aug 31 09:33:18.944 DEBG INFOcreated new freemapAug 31 09:33:19.017replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFO
39042026-08-31T09:33:20.848Zadding route 172.17.0.44/32 -> 10.0.0.255 , INFO unit
39052026-08-31T09:33:20.848Zadding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255:
39062026-08-31T09:33:20.848Zfreemap_route_ipv4Aug 31 09:33:19.017
39072026-08-31T09:33:20.849Z INFO
39082026-08-31T09:33:20.849Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:33:19.017Aug 31 09:33:19.017Aug 31 09:33:19.017 DEBGDEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39092026-08-31T09:33:20.849Z 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 } }]
39102026-08-31T09:33:20.849Z
39112026-08-31T09:33:20.850ZAug 31 09:33:19.017
39122026-08-31T09:33:20.850ZDEBGAug 31 09:33:19.017 created new freemapAug 31 09:33:19.017 , INFOAug 31 09:33:19.017 unitAug 31 09:33:19.017adding route 172.17.0.45/32 -> 10.0.0.255:
39132026-08-31T09:33:20.850Zfreemap_route_ipv6INFOINFODEBG
39142026-08-31T09:33:20.850Z adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 09:33:19.017
39152026-08-31T09:33:20.850Z adding route 172.17.0.34/32 -> 10.0.0.255
39162026-08-31T09:33:20.850ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 31 09:33:19.017 Aug 31 09:33:19.017
39172026-08-31T09:33:20.850Zreplacing 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 Aug 31 09:33:19.017
39182026-08-31T09:33:20.850Z DEBG initted freemap. size: 64replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017,
39192026-08-31T09:33:20.850ZDEBGINFOunit : adding route 172.17.0.46/32 -> 10.0.0.255
39202026-08-31T09:33:20.850Zfreemap_route_ipv4
39212026-08-31T09:33:20.850ZAug 31 09:33:19.017replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017
39222026-08-31T09:33:20.850Z Aug 31 09:33:19.017 INFOAug 31 09:33:19.017DEBG DEBGDEBGAug 31 09:33:19.017adding route 172.17.0.31/32 -> 10.0.0.255reset freemap ,
39232026-08-31T09:33:20.850Z unit INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]:
39242026-08-31T09:33:20.850Z freemap_route_ipv4adding route 172.17.0.35/32 -> 10.0.0.255
39252026-08-31T09:33:20.850ZAug 31 09:33:19.017
39262026-08-31T09:33:20.850Z Aug 31 09:33:19.017 DEBGINFOAug 31 09:33:19.017 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
39272026-08-31T09:33:20.851Z
39282026-08-31T09:33:20.851Z
39292026-08-31T09:33:20.851Z initted freemap. size: 64, unit:Aug 31 09:33:19.017 Aug 31 09:33:19.017freemap_route_ipv6
39302026-08-31T09:33:20.851ZDEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39312026-08-31T09:33:20.851Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017Aug 31 09:33:19.017 DEBG
39322026-08-31T09:33:20.851Z INFOreset freemapAug 31 09:33:19.017 , adding route 172.17.0.32/32 -> 10.0.0.255unit
39332026-08-31T09:33:20.851Z: INFOfreemap_route_ipv6
39342026-08-31T09:33:20.851Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:33:19.017
39352026-08-31T09:33:20.851Z INFO Aug 31 09:33:19.017adding route 172.17.0.36/32 -> 10.0.0.255
39362026-08-31T09:33:20.851ZDEBG 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 } }]
39372026-08-31T09:33:20.851ZAug 31 09:33:19.017Aug 31 09:33:19.017 INFODEBG Aug 31 09:33:19.017replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:33:19.017
39382026-08-31T09:33:20.851ZDEBGINFO 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 } }]
39392026-08-31T09:33:20.853Z
39402026-08-31T09:33:20.853Zadding route 172.17.0.33/32 -> 10.0.0.255
39412026-08-31T09:33:20.853ZAug 31 09:33:19.017 INFO Aug 31 09:33:19.017adding route 172.17.0.37/32 -> 10.0.0.255
39422026-08-31T09:33:20.853Z
39432026-08-31T09:33:20.853ZDEBGAug 31 09:33:19.017 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:19.017
39442026-08-31T09:33:20.853Z INFOAug 31 09:33:19.017DEBG Aug 31 09:33:19.017adding route 172.17.0.49/32 -> 10.0.0.255
39452026-08-31T09:33:20.853ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 09:33:19.017
39462026-08-31T09:33:20.853ZAug 31 09:33:19.017 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.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 } }] INFOAug 31 09:33:19.017DEBG 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 } }]
39472026-08-31T09:33:20.854Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
39482026-08-31T09:33:20.854Z adding route 172.16.0.0/32 -> 10.0.0.2
39492026-08-31T09:33:20.854ZAug 31 09:33:19.017Aug 31 09:33:19.017Aug 31 09:33:19.017 DEBG DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
39502026-08-31T09:33:20.854Ztest route::tests::delete_target_full ... ok
39512026-08-31T09:33:20.854Zadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
39522026-08-31T09:33:20.854Z
39532026-08-31T09:33:20.854ZAug 31 09:33:19.017 INFOAug 31 09:33:19.017 adding route 172.16.0.0/32 -> 10.0.0.3DEBG
39542026-08-31T09:33:20.854Z
39552026-08-31T09:33:20.854Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017
39562026-08-31T09:33:20.854Z WARNAug 31 09:33:19.017 Aug 31 09:33:19.017DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 09:33:19.017
39572026-08-31T09:33:20.854ZINFO
39582026-08-31T09:33:20.854ZINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
39592026-08-31T09:33:20.854Z
39602026-08-31T09:33:20.854ZAug 31 09:33:19.017 INFO
39612026-08-31T09:33:20.854Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:33:19.017
39622026-08-31T09:33:20.854Z DEBGAug 31 09:33:19.017 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39632026-08-31T09:33:20.855Z Aug 31 09:33:19.017replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017
39642026-08-31T09:33:20.855Z DEBGAug 31 09:33:19.018 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 } }]Aug 31 09:33:19.018
39652026-08-31T09:33:20.855Z INFOadding route 172.17.0.38/32 -> 10.0.0.255 INFOadding route 172.17.0.52/32 -> 10.0.0.255
39662026-08-31T09:33:20.855ZAug 31 09:33:19.018
39672026-08-31T09:33:20.856Z adding route 172.17.0.35/32 -> 10.0.0.255DEBG
39682026-08-31T09:33:20.856Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 09:33:19.018
39692026-08-31T09:33:20.856Z DEBGAug 31 09:33:19.018 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 } }]
39702026-08-31T09:33:20.856ZDEBG Aug 31 09:33:19.018replacing 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 } }]
39712026-08-31T09:33:20.856ZDEBG 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 } }]
39722026-08-31T09:33:20.856ZAug 31 09:33:19.018 INFOAug 31 09:33:19.018 Aug 31 09:33:19.018adding route 172.17.0.39/32 -> 10.0.0.255
39732026-08-31T09:33:20.856Z INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255
39742026-08-31T09:33:20.856Zadding route 172.17.0.53/32 -> 10.0.0.255
39752026-08-31T09:33:20.856ZAug 31 09:33:19.018Aug 31 09:33:19.018 Aug 31 09:33:19.018DEBGDEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39762026-08-31T09:33:20.856Z
39772026-08-31T09:33:20.856Z
39782026-08-31T09:33:20.856ZAug 31 09:33:19.018Aug 31 09:33:19.018 Aug 31 09:33:19.018INFO INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
39792026-08-31T09:33:20.858Zadding route 172.17.0.40/32 -> 10.0.0.255
39802026-08-31T09:33:20.858Z
39812026-08-31T09:33:20.858ZAug 31 09:33:19.018Aug 31 09:33:19.018 Aug 31 09:33:19.018 DEBGDEBG 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 } }] 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 } }]
39822026-08-31T09:33:20.858Zreplacing 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 } }]
39832026-08-31T09:33:20.858Z
39842026-08-31T09:33:20.858ZAug 31 09:33:19.018 Aug 31 09:33:19.018INFO INFOadding route 172.17.0.38/32 -> 10.0.0.255
39852026-08-31T09:33:20.858Zadding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:33:19.018
39862026-08-31T09:33:20.858ZINFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:33:19.018
39872026-08-31T09:33:20.858Z DEBGAug 31 09:33:19.018 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 } }]DEBGAug 31 09:33:19.018
39882026-08-31T09:33:20.858Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
39892026-08-31T09:33:20.858Z 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 } }]
39902026-08-31T09:33:20.858ZAug 31 09:33:19.018 INFOAug 31 09:33:19.018 adding route 172.17.0.39/32 -> 10.0.0.255INFO
39912026-08-31T09:33:20.858Z Aug 31 09:33:19.018adding route 172.17.0.56/32 -> 10.0.0.255
39922026-08-31T09:33:20.863ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
39932026-08-31T09:33:20.864ZAug 31 09:33:19.018 Aug 31 09:33:18.973Aug 31 09:33:19.018DEBGAug 31 09:33:19.018 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.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39942026-08-31T09:33:20.864ZDEBG
39952026-08-31T09:33:20.864Z
39962026-08-31T09:33:20.864Z 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 } }]
39972026-08-31T09:33:20.864ZAug 31 09:33:19.018 INFOAug 31 09:33:19.018 adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 09:33:19.018
39982026-08-31T09:33:20.864ZINFOAug 31 09:33:19.018 adding route 172.17.0.40/32 -> 10.0.0.255
39992026-08-31T09:33:20.864ZINFOINFO Aug 31 09:33:19.018adding route 172.17.0.5/32 -> 10.0.0.255
40002026-08-31T09:33:20.864ZDEBGAug 31 09:33:19.018 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255
40012026-08-31T09:33:20.864ZAug 31 09:33:19.018 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030
40022026-08-31T09:33:20.864Z
40032026-08-31T09:33:20.864Z DEBG Aug 31 09:33:19.030Aug 31 09:33:19.030 INFOINFO 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.6/32 -> 10.0.0.255
40042026-08-31T09:33:20.864Z
40052026-08-31T09:33:20.864Z
40062026-08-31T09:33:20.864Zadding route 172.17.0.41/32 -> 10.0.0.255
40072026-08-31T09:33:20.864ZAug 31 09:33:19.030Aug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030 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 } }]INFO
40082026-08-31T09:33:20.864Z INFO 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.58/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
40092026-08-31T09:33:20.865Z
40102026-08-31T09:33:20.865Z
40112026-08-31T09:33:20.865ZAug 31 09:33:19.030 INFO adding route 172.17.0.7/32 -> 10.0.0.255
40122026-08-31T09:33:20.865ZAug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG 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 } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030
40132026-08-31T09:33:20.865Z
40142026-08-31T09:33:20.865Zadding route 172.17.0.42/32 -> 10.0.0.255
40152026-08-31T09:33:20.865ZDEBG 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 } }]
40162026-08-31T09:33:20.865ZAug 31 09:33:19.030Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG Aug 31 09:33:19.030 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 } }]INFOadding route 172.17.0.59/32 -> 10.0.0.255INFO
40172026-08-31T09:33:20.865Z
40182026-08-31T09:33:20.865Zadding route 172.17.0.8/32 -> 10.0.0.255
40192026-08-31T09:33:20.865Zadding route 172.17.0.45/32 -> 10.0.0.255
40202026-08-31T09:33:20.865ZAug 31 09:33:19.030 INFO Aug 31 09:33:19.030adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBG
40212026-08-31T09:33:20.865Z 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 } }]
40222026-08-31T09:33:20.865ZDEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030 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 } }]
40232026-08-31T09:33:20.865Z
40242026-08-31T09:33:20.865ZDEBGAug 31 09:33:19.030 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 } }]
40252026-08-31T09:33:20.865ZINFOAug 31 09:33:19.030 adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 09:33:19.030Aug 31 09:33:19.030INFO INFOINFO
40262026-08-31T09:33:20.865Z adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
40272026-08-31T09:33:20.865Zadding route 172.17.0.46/32 -> 10.0.0.255
40282026-08-31T09:33:20.865ZAug 31 09:33:19.030
40292026-08-31T09:33:20.865Z DEBGAug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030DEBGreplacing 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 } }] DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
40302026-08-31T09:33:20.865Zreplacing 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 } }]
40312026-08-31T09:33:20.865Z
40322026-08-31T09:33:20.865Zreplacing 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 } }]
40332026-08-31T09:33:20.865ZAug 31 09:33:19.030 INFOAug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030adding route 172.17.0.61/32 -> 10.0.0.255
40342026-08-31T09:33:20.865Z INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255 INFOAug 31 09:33:19.030
40352026-08-31T09:33:20.866ZDEBGadding route 172.17.0.10/32 -> 10.0.0.255
40362026-08-31T09:33:20.866Zreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
40372026-08-31T09:33:20.866Z
40382026-08-31T09:33:20.866ZAug 31 09:33:19.030 DEBGAug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030replacing 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 } }]
40392026-08-31T09:33:20.866ZDEBGINFO 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.62/32 -> 10.0.0.255
40402026-08-31T09:33:20.866ZDEBG
40412026-08-31T09:33:20.866Z Aug 31 09:33:19.030replacing 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 } }]
40422026-08-31T09:33:20.866ZINFOAug 31 09:33:19.030 adding route 172.17.0.46/32 -> 10.0.0.255
40432026-08-31T09:33:20.866ZDEBGAug 31 09:33:19.030 Aug 31 09:33:19.030 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 } }]
40442026-08-31T09:33:20.866ZINFO INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
40452026-08-31T09:33:20.866Z
40462026-08-31T09:33:20.866ZAug 31 09:33:19.030 DEBG failed to allocate space for the new target list
40472026-08-31T09:33:20.866ZAug 31 09:33:19.030Aug 31 09:33:19.030 DEBGDEBGAug 31 09:33:19.030Aug 31 09:33:19.030 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 } }]DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40482026-08-31T09:33:20.866Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
40492026-08-31T09:33:20.866Z
40502026-08-31T09:33:20.866ZDEBG 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 } }]
40512026-08-31T09:33:20.866ZAug 31 09:33:19.030 Aug 31 09:33:19.030INFO Aug 31 09:33:19.030 adding route 172.17.0.47/32 -> 10.0.0.255INFOINFO
40522026-08-31T09:33:20.866Z adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
40532026-08-31T09:33:20.866Z
40542026-08-31T09:33:20.866ZAug 31 09:33:19.030 DEBGAug 31 09:33:19.030Aug 31 09:33:19.030 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
40552026-08-31T09:33:20.866Z 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 } }]
40562026-08-31T09:33:20.866Ztest route::tests::delete_targets_full ... ok
40572026-08-31T09:33:20.866Ztest route::tests::add_target_fails_full ... ok
40582026-08-31T09:33:20.866Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030
40592026-08-31T09:33:20.867Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
40602026-08-31T09:33:20.867ZAug 31 09:33:19.030Aug 31 09:33:19.030 INFOINFO Aug 31 09:33:19.030adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
40612026-08-31T09:33:20.867ZDEBG
40622026-08-31T09:33:20.867Zreplacing 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 } }]
40632026-08-31T09:33:20.867ZAug 31 09:33:19.030 DEBGAug 31 09:33:19.030 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 } }]DEBGAug 31 09:33:19.030
40642026-08-31T09:33:20.867Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
40652026-08-31T09:33:20.867Z adding route 172.17.0.49/32 -> 10.0.0.255
40662026-08-31T09:33:20.867ZAug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030 INFOINFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40672026-08-31T09:33:20.867Z
40682026-08-31T09:33:20.867Zadding route 172.17.0.14/32 -> 10.0.0.255
40692026-08-31T09:33:20.867ZAug 31 09:33:19.030Aug 31 09:33:19.030Aug 31 09:33:19.030 DEBGDEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40702026-08-31T09:33:20.867Zreplacing 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.50/32 -> 10.0.0.255
40712026-08-31T09:33:20.867Z
40722026-08-31T09:33:20.867ZAug 31 09:33:19.030 INFOAug 31 09:33:19.030 Aug 31 09:33:19.030adding route 172.17.0.15/32 -> 10.0.0.255
40732026-08-31T09:33:20.867ZDEBG 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 } }]
40742026-08-31T09:33:20.868Zadding route 172.17.0.52/32 -> 10.0.0.255
40752026-08-31T09:33:20.868ZAug 31 09:33:19.030Aug 31 09:33:19.030 INFOAug 31 09:33:19.030DEBG adding route 172.17.0.51/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 } }]
40762026-08-31T09:33:20.868Z
40772026-08-31T09:33:20.868ZDEBG 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 } }]
40782026-08-31T09:33:20.868ZAug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBG INFOINFO 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.16/32 -> 10.0.0.255
40792026-08-31T09:33:20.868Zadding route 172.17.0.53/32 -> 10.0.0.255
40802026-08-31T09:33:20.868Z
40812026-08-31T09:33:20.868ZAug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBGINFO 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.52/32 -> 10.0.0.255
40822026-08-31T09:33:20.868Z
40832026-08-31T09:33:20.868ZDEBG 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 } }]
40842026-08-31T09:33:20.868ZAug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBGINFO adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40852026-08-31T09:33:20.868ZINFO
40862026-08-31T09:33:20.869Z adding route 172.17.0.54/32 -> 10.0.0.255
40872026-08-31T09:33:20.869ZAug 31 09:33:19.030 Aug 31 09:33:19.030DEBG Aug 31 09:33:19.030 INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40882026-08-31T09:33:20.869Zadding route 172.17.0.53/32 -> 10.0.0.255
40892026-08-31T09:33:20.869Z DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030
40902026-08-31T09:33:20.869Z Aug 31 09:33:19.030INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
40912026-08-31T09:33:20.869Zreplacing 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 } }]
40922026-08-31T09:33:20.874ZAug 31 09:33:19.030 INFOAug 31 09:33:19.030 Aug 31 09:33:19.030DEBGadding route 172.17.0.55/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40932026-08-31T09:33:20.874Z
40942026-08-31T09:33:20.874Zadding route 172.17.0.54/32 -> 10.0.0.255
40952026-08-31T09:33:20.874ZAug 31 09:33:19.030 Aug 31 09:33:19.030DEBG Aug 31 09:33:19.030INFO 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 } }]
40962026-08-31T09:33:20.874ZDEBGadding route 172.17.0.19/32 -> 10.0.0.255
40972026-08-31T09:33:20.874Zreplacing 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 } }]
40982026-08-31T09:33:20.874ZAug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030 INFOINFODEBG adding route 172.17.0.56/32 -> 10.0.0.255
40992026-08-31T09:33:20.875Zadding route 172.17.0.55/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 } }]
41002026-08-31T09:33:20.875Z
41012026-08-31T09:33:20.875ZAug 31 09:33:19.030 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030Aug 31 09:33:19.030
41022026-08-31T09:33:20.875Z INFODEBG adding route 172.17.0.20/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 } }]
41032026-08-31T09:33:20.875Z
41042026-08-31T09:33:20.875ZAug 31 09:33:19.030 INFO Aug 31 09:33:19.030Aug 31 09:33:19.030adding route 172.17.0.57/32 -> 10.0.0.255 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
41052026-08-31T09:33:20.875Z
41062026-08-31T09:33:20.875Z
41072026-08-31T09:33:20.875ZAug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBGAug 31 09:33:19.030 adding route 172.17.0.21/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 } }]
41082026-08-31T09:33:20.875Z
41092026-08-31T09:33:20.875ZDEBG 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 } }]
41102026-08-31T09:33:20.875ZAug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG adding route 172.17.0.57/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 } }]Aug 31 09:33:19.030
41112026-08-31T09:33:20.875Z
41122026-08-31T09:33:20.875Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
41132026-08-31T09:33:20.875ZAug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG Aug 31 09:33:19.030adding route 172.17.0.22/32 -> 10.0.0.255
41142026-08-31T09:33:20.876Z 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 } }]
41152026-08-31T09:33:20.876Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030
41162026-08-31T09:33:20.876ZDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030
41172026-08-31T09:33:20.876Z Aug 31 09:33:19.030INFO adding route 172.17.0.58/32 -> 10.0.0.255INFO
41182026-08-31T09:33:20.876ZAug 31 09:33:19.030 INFOadding route 172.17.0.59/32 -> 10.0.0.255
41192026-08-31T09:33:20.876Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 31 09:33:19.030
41202026-08-31T09:33:20.876Z DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030 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 } }]
41212026-08-31T09:33:20.876ZAug 31 09:33:19.030Aug 31 09:33:19.042 INFODEBG adding route 172.17.0.60/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 } }]
41222026-08-31T09:33:20.876Z
41232026-08-31T09:33:20.876Z
41242026-08-31T09:33:20.876ZAug 31 09:33:19.042Aug 31 09:33:19.042 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
41252026-08-31T09:33:20.876ZAug 31 09:33:19.042
41262026-08-31T09:33:20.876Z INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:33:19.042
41272026-08-31T09:33:20.876ZAug 31 09:33:19.042 DEBG DEBGfailed to allocate space for the new target list Aug 31 09:33:19.042replacing 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 } }]
41282026-08-31T09:33:20.876ZDEBG
41292026-08-31T09:33:20.876Z 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 } }]
41302026-08-31T09:33:20.876ZAug 31 09:33:19.042 Aug 31 09:33:19.042INFOAug 31 09:33:19.042 adding route 172.17.0.25/32 -> 10.0.0.255
41312026-08-31T09:33:20.877ZINFODEBG adding 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.2, vlan_id: None } }]Aug 31 09:33:19.042
41322026-08-31T09:33:20.877Z
41332026-08-31T09:33:20.877Z 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 } }]
41342026-08-31T09:33:20.877ZAug 31 09:33:19.042 DEBG Aug 31 09:33:19.042replacing 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 } }]
41352026-08-31T09:33:20.877ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
41362026-08-31T09:33:20.878ZAug 31 09:33:19.042 INFO Aug 31 09:33:19.042adding route 172.17.0.61/32 -> 10.0.0.255
41372026-08-31T09:33:20.878ZDEBG 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 } }]
41382026-08-31T09:33:20.878ZAug 31 09:33:19.042 DEBG Aug 31 09:33:19.042replacing 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 } }]
41392026-08-31T09:33:20.879ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
41402026-08-31T09:33:20.879ZAug 31 09:33:19.042 Aug 31 09:33:19.042INFO DEBGadding route 172.17.0.62/32 -> 10.0.0.255
41412026-08-31T09:33:20.879Zreplacing 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 } }]
41422026-08-31T09:33:20.879ZAug 31 09:33:19.042 Aug 31 09:33:19.043DEBG 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 } }]
41432026-08-31T09:33:20.879Zadding route 172.17.0.28/32 -> 10.0.0.255
41442026-08-31T09:33:20.879ZAug 31 09:33:19.043 INFO adding route 172.17.0.63/32 -> 10.0.0.255
41452026-08-31T09:33:20.879ZAug 31 09:33:19.043 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 } }]
41462026-08-31T09:33:20.879ZAug 31 09:33:19.043Aug 31 09:33:19.043 INFO adding route 172.17.0.29/32 -> 10.0.0.255
41472026-08-31T09:33:20.879Z 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 } }]Aug 31 09:33:19.043
41482026-08-31T09:33:20.879Z 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 } }]
41492026-08-31T09:33:20.879Ztest route::tests::delete_targets_fragmented ... ok
41502026-08-31T09:33:20.879ZAug 31 09:33:19.043 DEBG Aug 31 09:33:19.043failed to allocate space for the new target list
41512026-08-31T09:33:20.879ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
41522026-08-31T09:33:20.879ZAug 31 09:33:19.043 DEBGAug 31 09:33:19.043 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
41532026-08-31T09:33:20.880Z 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 } }]
41542026-08-31T09:33:20.880Z
41552026-08-31T09:33:20.880ZAug 31 09:33:19.043 Aug 31 09:33:19.043DEBG INFOfailed to allocate space for the new target list
41562026-08-31T09:33:20.880Zadding route 172.17.0.31/32 -> 10.0.0.255
41572026-08-31T09:33:20.880Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
41582026-08-31T09:33:20.880Z
41592026-08-31T09:33:20.880ZAug 31 09:33:19.043 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 } }]
41602026-08-31T09:33:20.880ZAug 31 09:33:19.043 INFO adding route 172.17.0.32/32 -> 10.0.0.255
41612026-08-31T09:33:20.880ZAug 31 09:33:19.043 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 } }]
41622026-08-31T09:33:20.880ZAug 31 09:33:19.043 INFO adding route 172.17.0.33/32 -> 10.0.0.255
41632026-08-31T09:33:20.880ZAug 31 09:33:19.043 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 } }]
41642026-08-31T09:33:20.880ZAug 31 09:33:19.043 INFO adding route 172.17.0.34/32 -> 10.0.0.255
41652026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41662026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.35/32 -> 10.0.0.255
41672026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41682026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.36/32 -> 10.0.0.255
41692026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41702026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.37/32 -> 10.0.0.255
41712026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41722026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.38/32 -> 10.0.0.255
41732026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41742026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.39/32 -> 10.0.0.255
41752026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41762026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.40/32 -> 10.0.0.255
41772026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41782026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.41/32 -> 10.0.0.255
41792026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41802026-08-31T09:33:20.881ZAug 31 09:33:19.043 INFO adding route 172.17.0.42/32 -> 10.0.0.255
41812026-08-31T09:33:20.881ZAug 31 09:33:19.043 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 } }]
41822026-08-31T09:33:20.881ZAug 31 09:33:19.053 INFO adding route 172.17.0.43/32 -> 10.0.0.255
41832026-08-31T09:33:20.881ZAug 31 09:33:19.053 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 } }]
41842026-08-31T09:33:20.882ZAug 31 09:33:19.053 INFO adding route 172.17.0.44/32 -> 10.0.0.255
41852026-08-31T09:33:20.882ZAug 31 09:33:19.053 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 } }]
41862026-08-31T09:33:20.883ZAug 31 09:33:19.053 INFO adding route 172.17.0.45/32 -> 10.0.0.255
41872026-08-31T09:33:20.883ZAug 31 09:33:19.053 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 } }]
41882026-08-31T09:33:20.883ZAug 31 09:33:19.053 INFO adding route 172.17.0.46/32 -> 10.0.0.255
41892026-08-31T09:33:20.883ZAug 31 09:33:19.053 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 } }]
41902026-08-31T09:33:20.883ZAug 31 09:33:19.053 INFO adding route 172.17.0.47/32 -> 10.0.0.255
41912026-08-31T09:33:20.883ZAug 31 09:33:19.053 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 } }]
41922026-08-31T09:33:20.888ZAug 31 09:33:19.053 INFO adding route 172.17.0.48/32 -> 10.0.0.255
41932026-08-31T09:33:20.888ZAug 31 09:33:19.053 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 } }]
41942026-08-31T09:33:20.888ZAug 31 09:33:19.053 INFO adding route 172.17.0.49/32 -> 10.0.0.255
41952026-08-31T09:33:20.888ZAug 31 09:33:19.053 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 } }]
41962026-08-31T09:33:20.888ZAug 31 09:33:19.053 INFO adding route 172.17.0.50/32 -> 10.0.0.255
41972026-08-31T09:33:20.888ZAug 31 09:33:19.053 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 } }]
41982026-08-31T09:33:20.888ZAug 31 09:33:19.053 INFO adding route 172.17.0.51/32 -> 10.0.0.255
41992026-08-31T09:33:20.888ZAug 31 09:33:19.053 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 } }]
42002026-08-31T09:33:20.888ZAug 31 09:33:19.053 INFO adding route 172.17.0.52/32 -> 10.0.0.255
42012026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42022026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.53/32 -> 10.0.0.255
42032026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42042026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.54/32 -> 10.0.0.255
42052026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42062026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.55/32 -> 10.0.0.255
42072026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42082026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.56/32 -> 10.0.0.255
42092026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42102026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.57/32 -> 10.0.0.255
42112026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42122026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.58/32 -> 10.0.0.255
42132026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42142026-08-31T09:33:20.889ZAug 31 09:33:19.053 INFO adding route 172.17.0.59/32 -> 10.0.0.255
42152026-08-31T09:33:20.889ZAug 31 09:33:19.053 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 } }]
42162026-08-31T09:33:20.890ZAug 31 09:33:19.053 INFO adding route 172.17.0.60/32 -> 10.0.0.255
42172026-08-31T09:33:20.890ZAug 31 09:33:19.053 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 } }]
42182026-08-31T09:33:20.890ZAug 31 09:33:19.053 DEBG failed to allocate space for the new target list
42192026-08-31T09:33:20.891ZAug 31 09:33:19.053 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 } }]
42202026-08-31T09:33:20.891Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-247525ed45b3a151)
42212026-08-31T09:33:20.891Z
42222026-08-31T09:33:20.891Zrunning 0 tests
42232026-08-31T09:33:20.891Z
42242026-08-31T09:33:20.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42252026-08-31T09:33:20.891Z
42262026-08-31T09:33:20.891Z Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c)
42272026-08-31T09:33:20.891Z
42282026-08-31T09:33:20.891Zrunning 0 tests
42292026-08-31T09:33:20.891Z
42302026-08-31T09:33:20.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42312026-08-31T09:33:20.891Z
42322026-08-31T09:33:20.891Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5f256a1e90e5cf15)
42332026-08-31T09:33:20.892Z
42342026-08-31T09:33:20.892Zrunning 6 tests
42352026-08-31T09:33:20.892Ztest tests::test_port_id_cmp ... ok
42362026-08-31T09:33:20.892Ztest tests::test_parse_client_port_id ... ok
42372026-08-31T09:33:20.892Ztest tests::test_full_lot_id_neither_present ... ok
42382026-08-31T09:33:20.892Ztest tests::test_full_lot_id_both_present ... ok
42392026-08-31T09:33:20.892Ztest tests::test_full_lot_id_lot_only ... ok
42402026-08-31T09:33:20.892Ztest tests::test_full_lot_id_lotnum_only ... ok
42412026-08-31T09:33:20.892Z
42422026-08-31T09:33:20.892Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42432026-08-31T09:33:20.892Z
42442026-08-31T09:33:20.892Z Running tests/test_all.rs (target/debug/deps/test_all-45a6dad4c15e9f2b)
42452026-08-31T09:33:20.892Z
42462026-08-31T09:33:20.892Zrunning 0 tests
42472026-08-31T09:33:20.893Z
42482026-08-31T09:33:20.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42492026-08-31T09:33:20.893Z
42502026-08-31T09:33:20.893Z Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12)
42512026-08-31T09:33:20.897Z
42522026-08-31T09:33:20.898Zrunning 0 tests
42532026-08-31T09:33:20.898Z
42542026-08-31T09:33:20.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42552026-08-31T09:33:20.898Z
42562026-08-31T09:33:20.898Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c)
42572026-08-31T09:33:20.898Z
42582026-08-31T09:33:20.898Zrunning 15 tests
42592026-08-31T09:33:20.902Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
42602026-08-31T09:33:20.902Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
42612026-08-31T09:33:20.902Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
42622026-08-31T09:33:20.902Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
42632026-08-31T09:33:20.902Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
42642026-08-31T09:33:20.902Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
42652026-08-31T09:33:20.902Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
42662026-08-31T09:33:20.902Ztest v1::network::tests::test_equal ... ok
42672026-08-31T09:33:20.902Ztest v1::network::tests::test_not_equal ... ok
42682026-08-31T09:33:20.902Ztest v1::network::tests::test_eui64 ... ok
42692026-08-31T09:33:20.903Ztest v1::network::tests::test_into ... ok
42702026-08-31T09:33:20.903Ztest v1::network::tests::test_to_string ... ok
42712026-08-31T09:33:20.903Ztest v1::port::tests::port_ids_are_ascii ... ok
42722026-08-31T09:33:20.903Ztest v1::network::tests::test_parse ... ok
42732026-08-31T09:33:20.903Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
42742026-08-31T09:33:20.903Z
42752026-08-31T09:33:20.903Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42762026-08-31T09:33:20.903Z
42772026-08-31T09:33:20.903Z Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d)
42782026-08-31T09:33:20.920Z
42792026-08-31T09:33:20.920Zrunning 12 tests
42802026-08-31T09:33:20.924Ztest lldp::test_lldp_parse ... ok
42812026-08-31T09:33:20.924Ztest icmp::test_v4_checksum ... ok
42822026-08-31T09:33:20.924Ztest pbuf::test_byte ... ok
42832026-08-31T09:33:20.924Ztest ipv6::test_ipv6_parse ... ok
42842026-08-31T09:33:20.924Ztest pbuf::test_nibble ... ok
42852026-08-31T09:33:20.924Ztest icmp::test_v6_checksum ... ok
42862026-08-31T09:33:20.924Ztest pbuf::test_overflow ... ok
42872026-08-31T09:33:20.924Ztest pbuf::test_short ... ok
42882026-08-31T09:33:20.924Ztest pbuf::test_twelve ... ok
42892026-08-31T09:33:20.924Ztest pbuf::test_word ... ok
42902026-08-31T09:33:20.925Ztest tcp::test_checksum_ack_data ... ok
42912026-08-31T09:33:20.925Ztest tcp::test_checksum_syn_nodata ... ok
42922026-08-31T09:33:20.925Z
42932026-08-31T09:33:20.925Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42942026-08-31T09:33:20.925Z
42952026-08-31T09:33:20.929Z Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce)
42962026-08-31T09:33:20.932Z
42972026-08-31T09:33:20.932Zrunning 0 tests
42982026-08-31T09:33:20.932Z
42992026-08-31T09:33:20.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43002026-08-31T09:33:20.933Z
43012026-08-31T09:33:20.933Z Running unittests src/main.rs (target/debug/deps/swadm-273db6eea72b4965)
43022026-08-31T09:33:20.936Z
43032026-08-31T09:33:20.936Zrunning 5 tests
43042026-08-31T09:33:20.936Ztest switchport::test::test_compute_lanes ... ok
43052026-08-31T09:33:20.936Ztest switchport::test::port_id_ordering ... ok
43062026-08-31T09:33:20.940Z Lane 0 Lane 1 Lane 2 Lane 3
43072026-08-31T09:33:20.940Z Rx Loss-of-lock: Yes Yes Yes Yes
43082026-08-31T09:33:20.940Z Rx Loss-of-signal: Yes Yes Yes Yes
43092026-08-31T09:33:20.940Z Rx CDR Enabled: Yes Yes Yes Yes
43102026-08-31T09:33:20.940Z Tx Enabled: Yes Yes Yes Yes
43112026-08-31T09:33:20.940Z Tx Loss-of-lock: No No No No
43122026-08-31T09:33:20.940Z Tx Loss-of-signal: No No No No
43132026-08-31T09:33:20.941Z Tx CDR Enabled: No No No No
43142026-08-31T09:33:20.941Z Tx Adaptive EQ Fault: No No No No
43152026-08-31T09:33:20.941Z Tx Fault: Yes Yes Yes Yes
43162026-08-31T09:33:20.941Z Lane 0 Lane 1 Lane 2 Lane 3
43172026-08-31T09:33:20.941Z State: Activated Activated Activated Activated
43182026-08-31T09:33:20.941Z Rx Output Enabled: false false false false
43192026-08-31T09:33:20.941Z Rx Output Status: valid valid valid valid
43202026-08-31T09:33:20.941Z Rx Loss-of-lock: true true true true
43212026-08-31T09:33:20.941Ztest switchport::test::test_print_sff_datapath ... Rx Loss-of-signal: false ok
43222026-08-31T09:33:20.941Zfalse false false
43232026-08-31T09:33:20.941ZRx Auto-squelch Disable: true true true true
43242026-08-31T09:33:20.941Z Tx Output Enabled: true true true true
43252026-08-31T09:33:20.941Z Tx Output Status: invalid invalid invalid invalid
43262026-08-31T09:33:20.941Z Tx Loss-of-lock: false false false false
43272026-08-31T09:33:20.941Z Tx Loss-of-signal: true true true true
43282026-08-31T09:33:20.941ZTx Auto-squelch Disable: false false false false
43292026-08-31T09:33:20.941Z Tx Adaptive EQ Fail: true true true true
43302026-08-31T09:33:20.942Z Tx Failure: false false false false
43312026-08-31T09:33:20.942Z Tx Force Squelch: true true true true
43322026-08-31T09:33:20.942Z Tx Input Polarity: normal normal normal normal
43332026-08-31T09:33:20.942Ztest switchport::test::test_print_cmis_datapath ... ok
43342026-08-31T09:33:20.942Ztest link::test_filter ... ok
43352026-08-31T09:33:20.942Z
43362026-08-31T09:33:20.942Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43372026-08-31T09:33:20.942Z
43382026-08-31T09:33:20.942Z Running tests/counters.rs (target/debug/deps/counters-ab28d65e507b198a)
43392026-08-31T09:33:20.947Z
43402026-08-31T09:33:20.947Zrunning 1 test
43412026-08-31T09:33:20.947Ztest test_p4_counter_list ... ignored
43422026-08-31T09:33:20.947Z
43432026-08-31T09:33:20.947Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
43442026-08-31T09:33:20.947Z
43452026-08-31T09:33:20.947Z Running tests/multicast.rs (target/debug/deps/multicast-f30d72e9fd5d02a2)
43462026-08-31T09:33:20.950Z
43472026-08-31T09:33:20.950Zrunning 1 test
43482026-08-31T09:33:20.951Ztest test_multicast_list_and_get ... ignored
43492026-08-31T09:33:20.951Z
43502026-08-31T09:33:20.951Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
43512026-08-31T09:33:20.951Z
43522026-08-31T09:33:20.951Z Running tests/port-link.rs (target/debug/deps/port_link-6977136d36ac54ec)
43532026-08-31T09:33:20.955Z
43542026-08-31T09:33:20.955Zrunning 5 tests
43552026-08-31T09:33:20.955Ztest test_an ... ignored
43562026-08-31T09:33:20.955Ztest test_enable ... ignored
43572026-08-31T09:33:20.955Ztest test_ip_addresses ... ignored
43582026-08-31T09:33:20.955Ztest test_kr ... ignored
43592026-08-31T09:33:20.955Ztest test_mac ... ignored
43602026-08-31T09:33:20.955Z
43612026-08-31T09:33:20.955Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
43622026-08-31T09:33:20.955Z
43632026-08-31T09:33:20.955Z Running unittests src/main.rs (target/debug/deps/tfportd-b5955991412ec610)
43642026-08-31T09:33:20.959Z
43652026-08-31T09:33:20.959Zrunning 3 tests
43662026-08-31T09:33:21.111Ztest linklocal::test_parse_ipadm ... ok
43672026-08-31T09:33:21.111Ztest tfport::test_parse_tfport ... ok
43682026-08-31T09:33:21.111Ztest config::tests::test_updates ... ok
43692026-08-31T09:33:21.111Z
43702026-08-31T09:33:21.112Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43712026-08-31T09:33:21.112Z
43722026-08-31T09:33:21.112Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f)
43732026-08-31T09:33:21.112Z
43742026-08-31T09:33:21.112Zrunning 0 tests
43752026-08-31T09:33:21.112Z
43762026-08-31T09:33:21.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43772026-08-31T09:33:21.112Z
43782026-08-31T09:33:21.112Z Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8)
43792026-08-31T09:33:21.112Z
43802026-08-31T09:33:21.112Zrunning 0 tests
43812026-08-31T09:33:21.112Z
43822026-08-31T09:33:21.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43832026-08-31T09:33:21.112Z
43842026-08-31T09:33:21.112Z Doc-tests aal
43852026-08-31T09:33:21.316Z
43862026-08-31T09:33:21.317Zrunning 0 tests
43872026-08-31T09:33:21.317Z
43882026-08-31T09:33:21.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43892026-08-31T09:33:21.321Z
43902026-08-31T09:33:21.339Z Doc-tests aal_macros
43912026-08-31T09:33:21.406Z
43922026-08-31T09:33:21.407Zrunning 0 tests
43932026-08-31T09:33:21.407Z
43942026-08-31T09:33:21.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43952026-08-31T09:33:21.407Z
43962026-08-31T09:33:21.415Z Doc-tests common
43972026-08-31T09:33:21.641Z
43982026-08-31T09:33:21.641Zrunning 0 tests
43992026-08-31T09:33:21.641Z
44002026-08-31T09:33:21.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44012026-08-31T09:33:21.641Z
44022026-08-31T09:33:21.664Z Doc-tests dpd_api
44032026-08-31T09:33:22.313Z
44042026-08-31T09:33:22.313Zrunning 2 tests
44052026-08-31T09:33:22.313Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
44062026-08-31T09:33:22.313Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
44072026-08-31T09:33:22.313Z
44082026-08-31T09:33:22.313Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
44092026-08-31T09:33:22.313Z
44102026-08-31T09:33:22.316Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
44112026-08-31T09:33:22.340Z Doc-tests dpd_client
44122026-08-31T09:33:23.681Z
44132026-08-31T09:33:23.682Zrunning 0 tests
44142026-08-31T09:33:23.682Z
44152026-08-31T09:33:23.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44162026-08-31T09:33:23.682Z
44172026-08-31T09:33:23.732Z Doc-tests dpd_types
44182026-08-31T09:33:23.901Z
44192026-08-31T09:33:23.901Zrunning 0 tests
44202026-08-31T09:33:23.902Z
44212026-08-31T09:33:23.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44222026-08-31T09:33:23.902Z
44232026-08-31T09:33:23.921Z Doc-tests dpd_types_versions
44242026-08-31T09:33:25.268Z
44252026-08-31T09:33:25.269Zrunning 1 test
44262026-08-31T09:33:25.269Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
44272026-08-31T09:33:25.269Z
44282026-08-31T09:33:25.269Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
44292026-08-31T09:33:25.269Z
44302026-08-31T09:33:25.273Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
44312026-08-31T09:33:25.314Z Doc-tests packet
44322026-08-31T09:33:25.517Z
44332026-08-31T09:33:25.517Zrunning 0 tests
44342026-08-31T09:33:25.517Z
44352026-08-31T09:33:25.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44362026-08-31T09:33:25.517Z
44372026-08-31T09:33:25.540Z Doc-tests pcap
44382026-08-31T09:33:25.585Z
44392026-08-31T09:33:25.585Zrunning 0 tests
44402026-08-31T09:33:25.585Z
44412026-08-31T09:33:25.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44422026-08-31T09:33:25.585Z
44432026-08-31T09:33:25.666Z+ for feat in tofino_stub tofino_asic softnpu chaos
44442026-08-31T09:33:25.666Z+ RUST_BACKTRACE=full
44452026-08-31T09:33:25.666Z+ cargo test --features tofino_asic --no-fail-fast
44462026-08-31T09:33:26.489Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
44472026-08-31T09:33:26.605Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
44482026-08-31T09:33:26.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
44492026-08-31T09:33:26.656Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
44502026-08-31T09:33:35.530Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
44512026-08-31T09:33:36.475Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
44522026-08-31T09:34:33.027Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
44532026-08-31T09:34:33.176Z Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da)
44542026-08-31T09:34:33.180Z
44552026-08-31T09:34:33.180Zrunning 0 tests
44562026-08-31T09:34:33.180Z
44572026-08-31T09:34:33.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44582026-08-31T09:34:33.180Z
44592026-08-31T09:34:33.180Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
44602026-08-31T09:34:33.184Z
44612026-08-31T09:34:33.184Zrunning 0 tests
44622026-08-31T09:34:33.184Z
44632026-08-31T09:34:33.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44642026-08-31T09:34:33.184Z
44652026-08-31T09:34:33.184Z Running unittests src/lib.rs (target/debug/deps/asic-f2acb8c02db9a87d)
44662026-08-31T09:34:33.293Z
44672026-08-31T09:34:33.293Zrunning 8 tests
44682026-08-31T09:34:33.296Ztest tofino_asic::qsfp::tests::fix_link ... ok
44692026-08-31T09:34:33.296Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
44702026-08-31T09:34:33.296Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
44712026-08-31T09:34:33.296Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
44722026-08-31T09:34:33.296Ztest tofino_asic::stats::constants_sanity_check ... ok
44732026-08-31T09:34:33.296Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
44742026-08-31T09:34:33.306Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
44752026-08-31T09:34:33.797Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
44762026-08-31T09:34:33.797Z
44772026-08-31T09:34:33.800Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
44782026-08-31T09:34:33.800Z
44792026-08-31T09:34:33.809Z Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d)
44802026-08-31T09:34:33.823Z
44812026-08-31T09:34:33.823Zrunning 4 tests
44822026-08-31T09:34:33.826Ztest nat::tests::test_vni ... ok
44832026-08-31T09:34:33.826Ztest network::tests::test_generate_ipv6_link_local ... ok
44842026-08-31T09:34:33.829Ztest test_purge ... ok
44852026-08-31T09:34:33.832Ztest illumos::test::address_exists_handles_missing_object ... ok
44862026-08-31T09:34:33.832Z
44872026-08-31T09:34:33.832Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
44882026-08-31T09:34:33.832Z
44892026-08-31T09:34:33.835Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91)
44902026-08-31T09:34:33.856Z
44912026-08-31T09:34:33.856Zrunning 1 test
44922026-08-31T09:34:33.861Z -------
44932026-08-31T09:34:33.863Z Generating OpenAPI documents from API definitions ...
44942026-08-31T09:34:34.025Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
44952026-08-31T09:34:34.097Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
44962026-08-31T09:34:35.128Z -------
44972026-08-31T09:34:35.128Z Checking 13 OpenAPI documents...
44982026-08-31T09:34:35.128Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
44992026-08-31T09:34:35.128Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
45002026-08-31T09:34:35.128Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
45012026-08-31T09:34:35.128Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
45022026-08-31T09:34:35.129Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
45032026-08-31T09:34:35.129Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
45042026-08-31T09:34:35.132Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
45052026-08-31T09:34:35.132Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
45062026-08-31T09:34:35.132Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
45072026-08-31T09:34:35.132Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
45082026-08-31T09:34:35.132Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
45092026-08-31T09:34:35.132Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
45102026-08-31T09:34:35.132Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
45112026-08-31T09:34:35.132Z Fresh dpd "latest" symlink
45122026-08-31T09:34:35.132Z -------
45132026-08-31T09:34:35.132Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
45142026-08-31T09:34:35.200Ztest test::test_apis_up_to_date ... ok
45152026-08-31T09:34:35.200Z
45162026-08-31T09:34:35.203Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
45172026-08-31T09:34:35.203Z
45182026-08-31T09:34:35.261Z Running unittests src/main.rs (target/debug/deps/dpd-88a915965ec47e8e)
45192026-08-31T09:34:35.326Z
45202026-08-31T09:34:35.326Zrunning 93 tests
45212026-08-31T09:34:35.329Ztest freemap::test_ordering ... ok
45222026-08-31T09:34:35.329Ztest config::tests::test_updates ... ok
45232026-08-31T09:34:35.329Ztest dhcpv6::tests::test_create_duid_bytes ... ok
45242026-08-31T09:34:35.329Ztest freemap::test_split ... ok
45252026-08-31T09:34:35.329Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
45262026-08-31T09:34:35.332Ztest macaddrs::tests::test_mac_offset ... ok
45272026-08-31T09:34:35.332Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
45282026-08-31T09:34:35.332Ztest macaddrs::tests::test_parse_port_id ... ok
45292026-08-31T09:34:35.332ZAug 31 09:34:33.557 DEBG created new freemap, unit: freemap_test
45302026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG initted freemap. size: 128, unit: freemap_test
45312026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG reset freemap, unit: freemap_test
45322026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG created new freemap, unit: freemap_test
45332026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG initted freemap. size: 128, unit: freemap_test
45342026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG reset freemap, unit: freemap_test
45352026-08-31T09:34:35.333Ztest mcast::tests::test_canonicalize_sources ... ok
45362026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG Aug 31 09:34:33.557created new freemap DEBG, unitcreated new freemap: , freemap_testunit:
45372026-08-31T09:34:35.333Z freemap_test
45382026-08-31T09:34:35.333Ztest freemap::test_exhaustion ... ok
45392026-08-31T09:34:35.333Ztest freemap::test_free ... ok
45402026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG initted freemap. size: 128, unit: freemap_test
45412026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG initted freemap. size: 128, Aug 31 09:34:33.557unit :DEBG freemap_testreset freemap
45422026-08-31T09:34:35.333Z, unit: freemap_test
45432026-08-31T09:34:35.333ZAug 31 09:34:33.557 DEBG reset freemap, unit: freemap_test
45442026-08-31T09:34:35.333Ztest freemap::test_basic ... ok
45452026-08-31T09:34:35.333Ztest freemap::test_reclaim ... ok
45462026-08-31T09:34:35.333Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
45472026-08-31T09:34:35.333Ztest mcast::tests::test_create_port_bitmap_empty ... ok
45482026-08-31T09:34:35.333ZAug 31 09:34:33.558 DEBG created new freemap, unit: freemap_test
45492026-08-31T09:34:35.333ZAug 31 09:34:33.558 DEBG initted freemap. size: 8, unit: freemap_test
45502026-08-31T09:34:35.333ZAug 31 09:34:33.558 DEBG reset freemap, unit: freemap_test
45512026-08-31T09:34:35.333Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
45522026-08-31T09:34:35.333Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
45532026-08-31T09:34:35.333ZAug 31 09:34:33.558 DEBG created new freemap, unit: freemap_test
45542026-08-31T09:34:35.333ZAug 31 09:34:33.558 DEBG initted freemap. size: 128, unit: freemap_test
45552026-08-31T09:34:35.333ZAug 31 09:34:33.558 DEBG reset freemap, unit: freemap_test
45562026-08-31T09:34:35.333Ztest freemap::test_span ... ok
45572026-08-31T09:34:35.333Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
45582026-08-31T09:34:35.333Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
45592026-08-31T09:34:35.333Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
45602026-08-31T09:34:35.333Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
45612026-08-31T09:34:35.333Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
45622026-08-31T09:34:35.333Ztest api_server::tests::test_build_info ... ok
45632026-08-31T09:34:35.333Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
45642026-08-31T09:34:35.333Ztest mcast::tests::test_sources_contain_any ... ok
45652026-08-31T09:34:35.333Ztest mcast::validate::tests::test_ipv4_validation ... ok
45662026-08-31T09:34:35.334Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
45672026-08-31T09:34:35.334Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
45682026-08-31T09:34:35.334Ztest mcast::validate::tests::test_address_validation_integrated ... ok
45692026-08-31T09:34:35.334Ztest mcast::tests::test_concurrent_id_allocation ... ok
45702026-08-31T09:34:35.337Ztest mcast::validate::tests::test_ipv6_validation ... ok
45712026-08-31T09:34:35.337Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
45722026-08-31T09:34:35.337Ztest mcast::validate::tests::test_is_ssm_function ... ok
45732026-08-31T09:34:35.337Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
45742026-08-31T09:34:35.337Ztest mcast::validate::tests::test_validate_nat_target ... ok
45752026-08-31T09:34:35.337Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
45762026-08-31T09:34:35.337Ztest mcast::validate::tests::test_validate_tag ... ok
45772026-08-31T09:34:35.337Ztest mcast::validate::tests::test_validate_source_addresses ... ok
45782026-08-31T09:34:35.337Ztest port_map::tests::test_backplane_group ... ok
45792026-08-31T09:34:35.337Ztest nat::test_mapping ... ok
45802026-08-31T09:34:35.337Ztest mcast::tests::test_id_range_boundaries ... ok
45812026-08-31T09:34:35.337Ztest mcast::validate::tests::test_validate_tag_format ... ok
45822026-08-31T09:34:35.337Ztest port_map::tests::test_port_map ... ok
45832026-08-31T09:34:35.337Ztest port_map::tests::dump_map ... ok
45842026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG created new freemap, unit: freemap_route_ipv4
45852026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG created new freemap, unit: freemap_route_ipv6
45862026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
45872026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG reset freemap, unit: freemap_route_ipv4
45882026-08-31T09:34:35.338ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4
45892026-08-31T09:34:35.338Z
45902026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG Aug 31 09:34:33.560reset freemap , DEBGunit :created new freemap , freemap_route_ipv6unit
45912026-08-31T09:34:35.338Z: freemap_route_ipv6Aug 31 09:34:33.560
45922026-08-31T09:34:35.338Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45932026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG Aug 31 09:34:33.560initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45942026-08-31T09:34:35.338Zfreemap_route_ipv4
45952026-08-31T09:34:35.338ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap
45962026-08-31T09:34:35.338Z, unit: freemap_route_ipv4Aug 31 09:34:33.560
45972026-08-31T09:34:35.338Z 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 } }]
45982026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG initted freemap. size: 64Aug 31 09:34:33.560, unitINFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6
45992026-08-31T09:34:35.338Z
46002026-08-31T09:34:35.338ZAug 31 09:34:33.560Aug 31 09:34:33.560 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 } }]reset freemap
46012026-08-31T09:34:35.338Z, unit: freemap_route_ipv6Aug 31 09:34:33.560
46022026-08-31T09:34:35.338Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 09:34:33.560
46032026-08-31T09:34:35.338Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
46042026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.560
46052026-08-31T09:34:35.338Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:34:33.560
46062026-08-31T09:34:35.338Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
46072026-08-31T09:34:35.338ZAug 31 09:34:33.560 INFOAug 31 09:34:33.560 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
46082026-08-31T09:34:35.338Z 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 } }]
46092026-08-31T09:34:35.338ZAug 31 09:34:33.560 DEBGAug 31 09:34:33.560 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
46102026-08-31T09:34:35.338Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
46112026-08-31T09:34:35.338ZAug 31 09:34:33.560 Aug 31 09:34:33.560INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
46122026-08-31T09:34:35.338Zreplacing 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 } }]
46132026-08-31T09:34:35.338ZAug 31 09:34:33.560 Aug 31 09:34:33.560DEBG 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 } }]
46142026-08-31T09:34:35.338Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
46152026-08-31T09:34:35.338ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
46162026-08-31T09:34:35.338Z
46172026-08-31T09:34:35.340ZAug 31 09:34:33.560Aug 31 09:34:33.560 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:6::/64 -> 2001:db8::55:ff
46182026-08-31T09:34:35.340Z
46192026-08-31T09:34:35.340ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef::/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 } }]
46202026-08-31T09:34:35.340Z
46212026-08-31T09:34:35.340ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46222026-08-31T09:34:35.340Z
46232026-08-31T09:34:35.340ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
46242026-08-31T09:34:35.341Z
46252026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46262026-08-31T09:34:35.341Z
46272026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
46282026-08-31T09:34:35.341Z
46292026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:9::/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 } }]
46302026-08-31T09:34:35.341Z
46312026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
46322026-08-31T09:34:35.341Z
46332026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:a::/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 } }]
46342026-08-31T09:34:35.341Z
46352026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46362026-08-31T09:34:35.341Z
46372026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46382026-08-31T09:34:35.341Z
46392026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
46402026-08-31T09:34:35.341Z
46412026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 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:c::/64 -> 2001:db8::55:ff
46422026-08-31T09:34:35.341Z
46432026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:6::/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 } }]
46442026-08-31T09:34:35.341Z
46452026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:d::/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 } }]
46462026-08-31T09:34:35.341Z
46472026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46482026-08-31T09:34:35.341Z
46492026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46502026-08-31T09:34:35.341Z
46512026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:8::/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 } }]
46522026-08-31T09:34:35.341Z
46532026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46542026-08-31T09:34:35.341Z
46552026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:9::/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 } }]
46562026-08-31T09:34:35.341Z
46572026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46582026-08-31T09:34:35.341Z
46592026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:a::/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 } }]
46602026-08-31T09:34:35.341Z
46612026-08-31T09:34:35.341ZAug 31 09:34:33.560Aug 31 09:34:33.560 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:11::/64 -> 2001:db8::55:ff
46622026-08-31T09:34:35.341Z
46632026-08-31T09:34:35.342ZAug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46642026-08-31T09:34:35.342Z
46652026-08-31T09:34:35.342ZAug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46662026-08-31T09:34:35.342Z
46672026-08-31T09:34:35.342Ztest port_map::tests::parse_softnpu_revision ... ok
46682026-08-31T09:34:35.342ZAug 31 09:34:33.560 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 } }]
46692026-08-31T09:34:35.342ZAug 31 09:34:33.560 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46702026-08-31T09:34:35.346ZAug 31 09:34:33.561 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 } }]
46712026-08-31T09:34:35.346ZAug 31 09:34:33.561 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46722026-08-31T09:34:35.346ZAug 31 09:34:33.561 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 } }]
46732026-08-31T09:34:35.346ZAug 31 09:34:33.561 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46742026-08-31T09:34:35.346ZAug 31 09:34:33.561 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.560
46752026-08-31T09:34:35.346Z DEBG created new freemapAug 31 09:34:33.561, unitINFO: adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4
46762026-08-31T09:34:35.346Z
46772026-08-31T09:34:35.346ZAug 31 09:34:33.561 DEBG Aug 31 09:34:33.561replacing 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 } }]
46782026-08-31T09:34:35.346ZDEBG created new freemapAug 31 09:34:33.561, unitINFO: adding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv6
46792026-08-31T09:34:35.346Z
46802026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGDEBG initted freemap. size: 64replacing 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 } }],
46812026-08-31T09:34:35.346Zunit: freemap_route_ipv4
46822026-08-31T09:34:35.346ZAug 31 09:34:33.561 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:34:33.561
46832026-08-31T09:34:35.346Z DEBG reset freemap, Aug 31 09:34:33.561unit :DEBG freemap_route_ipv4replacing 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 } }]
46842026-08-31T09:34:35.346Z
46852026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO initted freemap. size: 64adding route 3fff:beef:19::/64 -> 2001:db8::55:ff,
46862026-08-31T09:34:35.346Zunit: freemap_route_ipv6
46872026-08-31T09:34:35.346ZAug 31 09:34:33.561 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
46882026-08-31T09:34:35.346Z DEBG reset freemap, unitAug 31 09:34:33.561: INFOfreemap_route_ipv6
46892026-08-31T09:34:35.346Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46902026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
46912026-08-31T09:34:35.346Z
46922026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
46932026-08-31T09:34:35.346Z
46942026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
46952026-08-31T09:34:35.346Z
46962026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46972026-08-31T09:34:35.346Z
46982026-08-31T09:34:35.346ZAug 31 09:34:33.561 DEBGAug 31 09:34:33.561 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46992026-08-31T09:34:35.346Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
47002026-08-31T09:34:35.346ZAug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47012026-08-31T09:34:35.347Z
47022026-08-31T09:34:35.347ZAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
47032026-08-31T09:34:35.347Z
47042026-08-31T09:34:35.347ZAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47052026-08-31T09:34:35.347Z
47062026-08-31T09:34:35.347ZAug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:beef:2::/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 } }]
47072026-08-31T09:34:35.347Z
47082026-08-31T09:34:35.347ZAug 31 09:34:33.561 Aug 31 09:34:33.561INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47092026-08-31T09:34:35.347Zreplacing 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 } }]
47102026-08-31T09:34:35.347ZAug 31 09:34:33.561 Aug 31 09:34:33.561DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47112026-08-31T09:34:35.347Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 09:34:33.561
47122026-08-31T09:34:35.347Z Aug 31 09:34:33.561 Aug 31 09:34:33.561INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47132026-08-31T09:34:35.347Zcreated new freemapDEBG , Aug 31 09:34:33.560replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561 unitDEBG: 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 } }]
47142026-08-31T09:34:35.347Z
47152026-08-31T09:34:35.347ZINFO freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47162026-08-31T09:34:35.347Z
47172026-08-31T09:34:35.347ZAug 31 09:34:33.561 INFOAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47182026-08-31T09:34:35.347Zcreated new freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:34:33.561,
47192026-08-31T09:34:35.347ZAug 31 09:34:33.561 unitDEBG: DEBGfreemap_route_ipv6
47202026-08-31T09:34:35.347Zreplacing 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 } }]
47212026-08-31T09:34:35.347Zreplacing 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 } }]
47222026-08-31T09:34:35.347ZAug 31 09:34:33.561 DEBGAug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBGAug 31 09:34:33.561 initted freemap. size: 64INFO , adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff:
47232026-08-31T09:34:35.347Z
47242026-08-31T09:34:35.347Z freemap_route_ipv4
47252026-08-31T09:34:35.347ZAug 31 09:34:33.561 DEBG Aug 31 09:34:33.561replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
47262026-08-31T09:34:35.348ZDEBGDEBGAug 31 09:34:33.561 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 } }] reset freemapDEBG
47272026-08-31T09:34:35.348ZAug 31 09:34:33.561 , created new freemap unit:INFO, Aug 31 09:34:33.561 freemap_route_ipv4INFO
47282026-08-31T09:34:35.348Zunit adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47292026-08-31T09:34:35.348Z
47302026-08-31T09:34:35.348ZAug 31 09:34:33.561 DEBG: initted freemap. size: 64Aug 31 09:34:33.561freemap_route_ipv4, unit
47312026-08-31T09:34:35.348ZDEBG:Aug 31 09:34:33.561 freemap_route_ipv6DEBG Aug 31 09:34:33.561
47322026-08-31T09:34:35.348Zreplacing 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 } }] 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 } }]
47332026-08-31T09:34:35.348Z
47342026-08-31T09:34:35.348Zcreated new freemapAug 31 09:34:33.561, unitDEBG: freemap_route_ipv6reset freemap
47352026-08-31T09:34:35.348Z, Aug 31 09:34:33.561unit :Aug 31 09:34:33.561INFO freemap_route_ipv6
47362026-08-31T09:34:35.348Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
47372026-08-31T09:34:35.348ZAug 31 09:34:33.561 initted freemap. size: 64Aug 31 09:34:33.561, Aug 31 09:34:33.561INFO unitDEBG: adding route 3fff:dead::/64 -> 2001:db8::55:1 freemap_route_ipv4
47382026-08-31T09:34:35.349Z
47392026-08-31T09:34:35.349ZINFOreplacing 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 } }]
47402026-08-31T09:34:35.349ZAug 31 09:34:33.561Aug 31 09:34:33.561 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG DEBGreset freemap
47412026-08-31T09:34:35.349ZAug 31 09:34:33.561, INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
47422026-08-31T09:34:35.349Z: freemap_route_ipv4Aug 31 09:34:33.561 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47432026-08-31T09:34:35.349ZDEBG
47442026-08-31T09:34:35.349Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561Aug 31 09:34:33.561
47452026-08-31T09:34:35.349ZAug 31 09:34:33.561 DEBGINFO Aug 31 09:34:33.561DEBG initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1,
47462026-08-31T09:34:35.349Zunit: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 } }]
47472026-08-31T09:34:35.349Z INFOfreemap_route_ipv6
47482026-08-31T09:34:35.349ZAug 31 09:34:33.561adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47492026-08-31T09:34:35.349ZAug 31 09:34:33.561 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:34:33.561Aug 31 09:34:33.561
47502026-08-31T09:34:35.349Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
47512026-08-31T09:34:35.349Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47522026-08-31T09:34:35.349ZAug 31 09:34:33.561 Aug 31 09:34:33.561 reset freemap INFODEBG , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
47532026-08-31T09:34:35.349ZAug 31 09:34:33.561 : INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.561
47542026-08-31T09:34:35.349Zfreemap_route_ipv6
47552026-08-31T09:34:35.349ZDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47562026-08-31T09:34:35.349Zreplacing 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 } }]
47572026-08-31T09:34:35.349ZAug 31 09:34:33.561 Aug 31 09:34:33.561INFO Aug 31 09:34:33.561INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.561
47582026-08-31T09:34:35.349ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561INFO DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
47592026-08-31T09:34:35.349Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
47602026-08-31T09:34:35.349Z
47612026-08-31T09:34:35.349Z
47622026-08-31T09:34:35.349ZAug 31 09:34:33.561 Aug 31 09:34:33.561DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:34:33.561Aug 31 09:34:33.561
47632026-08-31T09:34:35.349Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
47642026-08-31T09:34:35.350Z
47652026-08-31T09:34:35.350ZINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47662026-08-31T09:34:35.350ZAug 31 09:34:33.561 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
47672026-08-31T09:34:35.350Z Aug 31 09:34:33.561replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:34:33.561
47682026-08-31T09:34:35.350ZINFODEBG Aug 31 09:34:33.561adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47692026-08-31T09:34:35.350ZDEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47702026-08-31T09:34:35.354Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
47712026-08-31T09:34:35.354Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.561Aug 31 09:34:33.561
47722026-08-31T09:34:35.354Z INFODEBG Aug 31 09:34:33.561adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
47732026-08-31T09:34:35.354Z Aug 31 09:34:33.561 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO
47742026-08-31T09:34:35.354Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:34:33.561
47752026-08-31T09:34:35.354Z DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47762026-08-31T09:34:35.354Z 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 } }]
47772026-08-31T09:34:35.354ZAug 31 09:34:33.561 Aug 31 09:34:33.561Aug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
47782026-08-31T09:34:35.354Zadding 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 } }]INFO
47792026-08-31T09:34:35.354Z
47802026-08-31T09:34:35.354Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:34:33.561
47812026-08-31T09:34:35.354ZDEBGAug 31 09:34:33.561 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561INFO
47822026-08-31T09:34:35.354Z Aug 31 09:34:33.561DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 09:34:33.561
47832026-08-31T09:34:35.354ZDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFO
47842026-08-31T09:34:35.354Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
47852026-08-31T09:34:35.354Z
47862026-08-31T09:34:35.354ZINFO Aug 31 09:34:33.561adding route 3fff:beef::/64 -> 2001:db8::55:ff
47872026-08-31T09:34:35.354ZAug 31 09:34:33.561DEBG Aug 31 09:34:33.561INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.561adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47882026-08-31T09:34:35.354ZDEBG 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 } }]
47892026-08-31T09:34:35.354Z
47902026-08-31T09:34:35.354Zreplacing 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 } }]
47912026-08-31T09:34:35.354ZAug 31 09:34:33.561 INFO Aug 31 09:34:33.561adding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 31 09:34:33.561
47922026-08-31T09:34:35.354ZDEBG Aug 31 09:34:33.561 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
47932026-08-31T09:34:35.354ZAug 31 09:34:33.561 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
47942026-08-31T09:34:35.354ZAug 31 09:34:33.561replacing 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 } }]
47952026-08-31T09:34:35.354Z
47962026-08-31T09:34:35.354ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47972026-08-31T09:34:35.354ZAug 31 09:34:33.561 DEBGAug 31 09:34:33.561 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561DEBG
47982026-08-31T09:34:35.354Z Aug 31 09:34:33.561 INFODEBGreplacing 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:5::/64 -> 2001:db8::55:ffAug 31 09:34:33.561replacing 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 } }]
47992026-08-31T09:34:35.354Z
48002026-08-31T09:34:35.354ZINFO
48012026-08-31T09:34:35.354Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
48022026-08-31T09:34:35.355ZAug 31 09:34:33.561Aug 31 09:34:33.561 Aug 31 09:34:33.561Aug 31 09:34:33.561 INFO DEBG INFODEBG adding route 3fff:beef:17::/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 } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48032026-08-31T09:34:35.355Z
48042026-08-31T09:34:35.355Zreplacing 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 } }]
48052026-08-31T09:34:35.355Z
48062026-08-31T09:34:35.355ZAug 31 09:34:33.561Aug 31 09:34:33.561 Aug 31 09:34:33.561INFOAug 31 09:34:33.561 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
48072026-08-31T09:34:35.355ZDEBGreplacing 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 } }]
48082026-08-31T09:34:35.355Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
48092026-08-31T09:34:35.355Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
48102026-08-31T09:34:35.355ZAug 31 09:34:33.561 Aug 31 09:34:33.561INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
48112026-08-31T09:34:35.355Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561DEBG
48122026-08-31T09:34:35.355Z Aug 31 09:34:33.561INFO Aug 31 09:34:33.561 adding route 3fff:beef:18::/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 } }]INFODEBG
48132026-08-31T09:34:35.355Z
48142026-08-31T09:34:35.355Z replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48152026-08-31T09:34:35.355Z
48162026-08-31T09:34:35.355ZAug 31 09:34:33.561 DEBGAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGAug 31 09:34:33.561 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 } }] INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48172026-08-31T09:34:35.355Z
48182026-08-31T09:34:35.355Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48192026-08-31T09:34:35.355Z
48202026-08-31T09:34:35.355ZAug 31 09:34:33.561 INFO Aug 31 09:34:33.561Aug 31 09:34:33.561Aug 31 09:34:33.561adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
48212026-08-31T09:34:35.355Z INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
48222026-08-31T09:34:35.355Zreplacing 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 } }]
48232026-08-31T09:34:35.355Z
48242026-08-31T09:34:35.355ZDEBG Aug 31 09:34:33.561replacing 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 } }]
48252026-08-31T09:34:35.355ZINFOAug 31 09:34:33.561 Aug 31 09:34:33.561 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
48262026-08-31T09:34:35.355Z Aug 31 09:34:33.561adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561
48272026-08-31T09:34:35.355Z DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
48282026-08-31T09:34:35.355Zreplacing 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 } }]
48292026-08-31T09:34:35.355ZAug 31 09:34:33.562
48302026-08-31T09:34:35.355Z Aug 31 09:34:33.562INFO DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
48312026-08-31T09:34:35.355Z INFOAug 31 09:34:33.562Aug 31 09:34:33.562 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 } }]
48322026-08-31T09:34:35.355ZDEBG adding route 3fff:beef:2f::/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 } }]DEBG
48332026-08-31T09:34:35.355Z
48342026-08-31T09:34:35.355Z 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 } }]
48352026-08-31T09:34:35.355ZAug 31 09:34:33.562 INFOAug 31 09:34:33.562 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
48362026-08-31T09:34:35.355ZAug 31 09:34:33.562replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
48372026-08-31T09:34:35.355ZINFO Aug 31 09:34:33.562 DEBGINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff 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 } }]
48382026-08-31T09:34:35.355Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
48392026-08-31T09:34:35.355ZAug 31 09:34:33.562
48402026-08-31T09:34:35.355Z Aug 31 09:34:33.562DEBG INFOAug 31 09:34:33.562 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48412026-08-31T09:34:35.356ZAug 31 09:34:33.562
48422026-08-31T09:34:35.357Z DEBGAug 31 09:34:33.562 INFOAug 31 09:34:33.562 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48432026-08-31T09:34:35.357Z
48442026-08-31T09:34:35.357ZDEBG
48452026-08-31T09:34:35.357Z 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 } }]
48462026-08-31T09:34:35.357ZAug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGINFOINFO Aug 31 09:34:33.562replacing 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 } }]
48472026-08-31T09:34:35.357ZDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48482026-08-31T09:34:35.357Zreplacing 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 } }]
48492026-08-31T09:34:35.357Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48502026-08-31T09:34:35.357ZAug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 INFO DEBGINFO Aug 31 09:34:33.562adding route 3fff:beef:1d::/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 } }]
48512026-08-31T09:34:35.357Z
48522026-08-31T09:34:35.357Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
48532026-08-31T09:34:35.357Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
48542026-08-31T09:34:35.357Z Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562DEBG INFO 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: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 } }]INFO
48552026-08-31T09:34:35.357Z
48562026-08-31T09:34:35.357Z
48572026-08-31T09:34:35.357Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48582026-08-31T09:34:35.358ZAug 31 09:34:33.562 DEBGAug 31 09:34:33.562Aug 31 09:34:33.562 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 } }]INFOAug 31 09:34:33.562
48592026-08-31T09:34:35.358Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG
48602026-08-31T09:34:35.358Z Aug 31 09:34:33.562 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 } }]INFOINFO
48612026-08-31T09:34:35.358Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
48622026-08-31T09:34:35.358Z
48632026-08-31T09:34:35.358ZAug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48642026-08-31T09:34:35.358Z
48652026-08-31T09:34:35.358ZDEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48662026-08-31T09:34:35.358ZAug 31 09:34:33.562adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562INFOAug 31 09:34:33.562 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
48672026-08-31T09:34:35.358ZINFO
48682026-08-31T09:34:35.358Z INFOAug 31 09:34:33.562 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
48692026-08-31T09:34:35.358Z
48702026-08-31T09:34:35.362Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
48712026-08-31T09:34:35.362Z Aug 31 09:34:33.562DEBGAug 31 09:34:33.562 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
48722026-08-31T09:34:35.362Z Aug 31 09:34:33.562DEBGreplacing 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:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
48732026-08-31T09:34:35.363Z
48742026-08-31T09:34:35.363ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
48752026-08-31T09:34:35.363ZAug 31 09:34:33.562adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
48762026-08-31T09:34:35.363Z INFOINFO Aug 31 09:34:33.562adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
48772026-08-31T09:34:35.363ZAug 31 09:34:33.562
48782026-08-31T09:34:35.363Z DEBGDEBGAug 31 09:34:33.562Aug 31 09:34:33.562 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 } }] DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48792026-08-31T09:34:35.363Zreplacing 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 } }]
48802026-08-31T09:34:35.363Z
48812026-08-31T09:34:35.363Zreplacing 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 } }]
48822026-08-31T09:34:35.363ZAug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562 INFOINFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
48832026-08-31T09:34:35.363ZINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
48842026-08-31T09:34:35.363Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48852026-08-31T09:34:35.363Z
48862026-08-31T09:34:35.363Z 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 } }]Aug 31 09:34:33.562
48872026-08-31T09:34:35.363Z Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGDEBG DEBGAug 31 09:34:33.562replacing 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: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 } }]
48882026-08-31T09:34:35.364Zreplacing 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
48892026-08-31T09:34:35.364Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48902026-08-31T09:34:35.364Z
48912026-08-31T09:34:35.364ZAug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGINFOINFOINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
48922026-08-31T09:34:35.364Z
48932026-08-31T09:34:35.364Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48942026-08-31T09:34:35.364Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 09:34:33.562Aug 31 09:34:33.562
48952026-08-31T09:34:35.364Z INFODEBG Aug 31 09:34:33.562adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562replacing 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 } }]
48962026-08-31T09:34:35.364Z
48972026-08-31T09:34:35.364Z DEBGDEBGAug 31 09:34:33.562 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48982026-08-31T09:34:35.364Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
48992026-08-31T09:34:35.364Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
49002026-08-31T09:34:35.364ZAug 31 09:34:33.562
49012026-08-31T09:34:35.364Z INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
49022026-08-31T09:34:35.364Z
49032026-08-31T09:34:35.364Z DEBG Aug 31 09:34:33.562replacing 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 } }]
49042026-08-31T09:34:35.364ZDEBG Aug 31 09:34:33.562replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.562
49052026-08-31T09:34:35.364ZDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
49062026-08-31T09:34:35.364Z Aug 31 09:34:33.562adding route 3fff:beef:24::/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 } }]
49072026-08-31T09:34:35.364Z INFO
49082026-08-31T09:34:35.364Z Aug 31 09:34:33.562adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
49092026-08-31T09:34:35.364Z INFO Aug 31 09:34:33.562adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
49102026-08-31T09:34:35.364ZAug 31 09:34:33.562INFO Aug 31 09:34:33.562 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
49112026-08-31T09:34:35.364ZAug 31 09:34:33.562 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:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
49122026-08-31T09:34:35.364ZDEBG
49132026-08-31T09:34:35.364Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49142026-08-31T09:34:35.364Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
49152026-08-31T09:34:35.364ZAug 31 09:34:33.562 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOAug 31 09:34:33.562Aug 31 09:34:33.562
49162026-08-31T09:34:35.364Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
49172026-08-31T09:34:35.364Z INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
49182026-08-31T09:34:35.364Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
49192026-08-31T09:34:35.364Z DEBGAug 31 09:34:33.562 Aug 31 09:34:33.562replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49202026-08-31T09:34:35.364ZAug 31 09:34:33.562 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 } }]
49212026-08-31T09:34:35.364ZAug 31 09:34:33.562replacing 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: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 } }]
49222026-08-31T09:34:35.365ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
49232026-08-31T09:34:35.365ZAug 31 09:34:33.562 INFO
49242026-08-31T09:34:35.365ZINFOAug 31 09:34:33.562 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
49252026-08-31T09:34:35.365Z
49262026-08-31T09:34:35.365Z 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 } }]
49272026-08-31T09:34:35.365ZAug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGINFO DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
49282026-08-31T09:34:35.365Z
49292026-08-31T09:34:35.365Z
49302026-08-31T09:34:35.365Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
49312026-08-31T09:34:35.365ZAug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562INFO DEBGAug 31 09:34:33.562adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
49322026-08-31T09:34:35.365Zreplacing 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:17::/64 -> 2001:db8::55:ffDEBG
49332026-08-31T09:34:35.365Z
49342026-08-31T09:34:35.366Z 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 } }]
49352026-08-31T09:34:35.366ZAug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562DEBG INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
49362026-08-31T09:34:35.366ZINFO
49372026-08-31T09:34:35.366Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
49382026-08-31T09:34:35.366Z
49392026-08-31T09:34:35.366ZAug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 INFOINFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
49402026-08-31T09:34:35.366ZAug 31 09:34:33.562replacing 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 } }]
49412026-08-31T09:34:35.366Z
49422026-08-31T09:34:35.366Z DEBG Aug 31 09:34:33.562replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49432026-08-31T09:34:35.366Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
49442026-08-31T09:34:35.366Z DEBG
49452026-08-31T09:34:35.366ZAug 31 09:34:33.562 Aug 31 09:34:33.562 INFOINFOAug 31 09:34:33.562 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 } }] DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
49462026-08-31T09:34:35.366Z
49472026-08-31T09:34:35.366Zreplacing 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 } }]
49482026-08-31T09:34:35.366Z
49492026-08-31T09:34:35.366ZAug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
49502026-08-31T09:34:35.367Z INFOadding route 3fff:beef:2a::/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 } }]
49512026-08-31T09:34:35.367ZAug 31 09:34:33.562
49522026-08-31T09:34:35.367Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
49532026-08-31T09:34:35.367Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
49542026-08-31T09:34:35.367ZAug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
49552026-08-31T09:34:35.367Z
49562026-08-31T09:34:35.367ZAug 31 09:34:33.562 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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
49572026-08-31T09:34:35.367Z
49582026-08-31T09:34:35.367ZAug 31 09:34:33.562 INFO Aug 31 09:34:33.562adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562INFOAug 31 09:34:33.562
49592026-08-31T09:34:35.367Z DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
49602026-08-31T09:34:35.367Zreplacing 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:2b::/64 -> 2001:db8::55:ff
49612026-08-31T09:34:35.367Z
49622026-08-31T09:34:35.367ZAug 31 09:34:33.562 Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562 Aug 31 09:34:33.562replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG
49632026-08-31T09:34:35.367Z 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
49642026-08-31T09:34:35.367Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
49652026-08-31T09:34:35.367Z INFO Aug 31 09:34:33.562adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
49662026-08-31T09:34:35.367Z INFOAug 31 09:34:33.562
49672026-08-31T09:34:35.368ZINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562
49682026-08-31T09:34:35.368ZAug 31 09:34:33.562 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
49692026-08-31T09:34:35.368Z Aug 31 09:34:33.562replacing 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 } }]
49702026-08-31T09:34:35.371ZDEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49712026-08-31T09:34:35.371Z
49722026-08-31T09:34:35.371ZAug 31 09:34:33.562Aug 31 09:34:33.562 DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562
49732026-08-31T09:34:35.371ZINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
49742026-08-31T09:34:35.371Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:34:33.562
49752026-08-31T09:34:35.371ZAug 31 09:34:33.562 INFOAug 31 09:34:33.562 Aug 31 09:34:33.562adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
49762026-08-31T09:34:35.372Z DEBGDEBG Aug 31 09:34:33.562 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: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 } }]
49772026-08-31T09:34:35.372Z
49782026-08-31T09:34:35.372ZINFO DEBG adding route 3fff:beef:c::/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 } }]Aug 31 09:34:33.562
49792026-08-31T09:34:35.372Z
49802026-08-31T09:34:35.373Z Aug 31 09:34:33.562 INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562
49812026-08-31T09:34:35.373ZAug 31 09:34:33.562 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFOAug 31 09:34:33.562
49822026-08-31T09:34:35.373Z DEBGDEBG adding route 3fff:beef:2e::/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 } }]
49832026-08-31T09:34:35.373Z
49842026-08-31T09:34:35.373ZAug 31 09:34:33.562replacing 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 } }]
49852026-08-31T09:34:35.373Z DEBGAug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG INFO INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
49862026-08-31T09:34:35.373Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
49872026-08-31T09:34:35.373Z
49882026-08-31T09:34:35.373Z
49892026-08-31T09:34:35.373ZAug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562 INFODEBGDEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49902026-08-31T09:34:35.373Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
49912026-08-31T09:34:35.373Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
49922026-08-31T09:34:35.373Z Aug 31 09:34:33.562replacing 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 } }]
49932026-08-31T09:34:35.373ZAug 31 09:34:33.563Aug 31 09:34:33.563 DEBGAug 31 09:34:33.563 INFO 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:20::/64 -> 2001:db8::55:ff
49942026-08-31T09:34:35.373ZDEBG
49952026-08-31T09:34:35.373ZDEBG created new freemap , Aug 31 09:34:33.563Aug 31 09:34:33.563unit : Aug 31 09:34:33.563replacing 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 freemap_route_ipv4
49962026-08-31T09:34:35.374Zreplacing 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 } }]
49972026-08-31T09:34:35.374ZINFOINFO
49982026-08-31T09:34:35.374Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:34:33.563
49992026-08-31T09:34:35.374Z
50002026-08-31T09:34:35.374Z INFOAug 31 09:34:33.563 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 09:34:33.563INFO
50012026-08-31T09:34:35.374ZAug 31 09:34:33.563 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 31 09:34:33.563DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563
50022026-08-31T09:34:35.374Z
50032026-08-31T09:34:35.374ZDEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.563replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.563
50042026-08-31T09:34:35.374Z
50052026-08-31T09:34:35.374Z INFODEBG DEBG Aug 31 09:34:33.563 created new freemapreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], INFO
50062026-08-31T09:34:35.374ZAug 31 09:34:33.563unit adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
50072026-08-31T09:34:35.374Z
50082026-08-31T09:34:35.374ZINFO: Aug 31 09:34:33.563adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
50092026-08-31T09:34:35.374ZAug 31 09:34:33.563 DEBGAug 31 09:34:33.563 freemap_route_ipv6 INFO
50102026-08-31T09:34:35.374Z DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
50112026-08-31T09:34:35.374Zreplacing 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 } }]
50122026-08-31T09:34:35.375Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563
50132026-08-31T09:34:35.375Z Aug 31 09:34:33.563DEBGAug 31 09:34:33.563Aug 31 09:34:33.563 INFODEBG Aug 31 09:34:33.563replacing 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 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffinitted freemap. size: 64
50142026-08-31T09:34:35.375Z
50152026-08-31T09:34:35.375ZINFO , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563Aug 31 09:34:33.563:
50162026-08-31T09:34:35.375Z
50172026-08-31T09:34:35.375ZINFO DEBG Aug 31 09:34:33.563replacing 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:10::/64 -> 2001:db8::55:ff
50182026-08-31T09:34:35.375Z
50192026-08-31T09:34:35.375ZAug 31 09:34:33.563INFO Aug 31 09:34:33.563 INFOfreemap_route_ipv4DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 09:34:33.563
50202026-08-31T09:34:35.375Z
50212026-08-31T09:34:35.375ZDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
50222026-08-31T09:34:35.375Zreplacing 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 } }]
50232026-08-31T09:34:35.375ZAug 31 09:34:33.563 Aug 31 09:34:33.563Aug 31 09:34:33.563 Aug 31 09:34:33.563 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 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 } }]
50242026-08-31T09:34:35.375Z
50252026-08-31T09:34:35.375ZINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG Aug 31 09:34:33.563
50262026-08-31T09:34:35.376Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563INFO reset freemap
50272026-08-31T09:34:35.376Z Aug 31 09:34:33.563, adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG
50282026-08-31T09:34:35.376Z 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 } }]Aug 31 09:34:33.563
50292026-08-31T09:34:35.376ZINFOunitAug 31 09:34:33.563: DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50302026-08-31T09:34:35.376Z 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 } }]
50312026-08-31T09:34:35.376Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 09:34:33.563
50322026-08-31T09:34:35.376Zfreemap_route_ipv4
50332026-08-31T09:34:35.376ZAug 31 09:34:33.563DEBG Aug 31 09:34:33.563 INFO INFO adding route 3fff:beef:1e::/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 } }]Aug 31 09:34:33.563
50342026-08-31T09:34:35.376Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
50352026-08-31T09:34:35.376Z
50362026-08-31T09:34:35.376Z DEBGAug 31 09:34:33.563Aug 31 09:34:33.563Aug 31 09:34:33.563 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 } }]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 } }]
50372026-08-31T09:34:35.376Z Aug 31 09:34:33.563 DEBG INFOinitted freemap. size: 64
50382026-08-31T09:34:35.376Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
50392026-08-31T09:34:35.376ZAug 31 09:34:33.563Aug 31 09:34:33.563 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
50402026-08-31T09:34:35.376Z:DEBG Aug 31 09:34:33.563created new freemapAug 31 09:34:33.563Aug 31 09:34:33.563 INFODEBG , unit: freemap_route_ipv4
50412026-08-31T09:34:35.377ZINFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:34:33.563
50422026-08-31T09:34:35.377Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:34:33.563adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBGINFO
50432026-08-31T09:34:35.377Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff created new freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit:Aug 31 09:34:33.563Aug 31 09:34:33.563 DEBG freemap_route_ipv6
50442026-08-31T09:34:35.377ZDEBGreplacing 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 } }]
50452026-08-31T09:34:35.377Zreplacing 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 } }]
50462026-08-31T09:34:35.377ZAug 31 09:34:33.563 Aug 31 09:34:33.563freemap_route_ipv6
50472026-08-31T09:34:35.377Z DEBGAug 31 09:34:33.563INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 09:34:33.563
50482026-08-31T09:34:35.377Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unit: DEBGfreemap_route_ipv4
50492026-08-31T09:34:35.377Zreset freemap, unit: freemap_route_ipv6
50502026-08-31T09:34:35.377ZAug 31 09:34:33.563
50512026-08-31T09:34:35.377Z DEBG reset freemap, Aug 31 09:34:33.563unitAug 31 09:34:33.563 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4DEBG
50522026-08-31T09:34:35.377Z
50532026-08-31T09:34:35.377Z
50542026-08-31T09:34:35.377Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563
50552026-08-31T09:34:35.377Z DEBGAug 31 09:34:33.563 Aug 31 09:34:33.563DEBG Aug 31 09:34:33.563 initted freemap. size: 64Aug 31 09:34:33.563, DEBGINFOunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50562026-08-31T09:34:35.377Zadding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv6
50572026-08-31T09:34:35.377Z
50582026-08-31T09:34:35.377Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.563
50592026-08-31T09:34:35.377ZDEBG Aug 31 09:34:33.563 DEBG DEBG Aug 31 09:34:33.563replacing 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 } }] reset freemap
50602026-08-31T09:34:35.378Z , INFOunit : replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563freemap_route_ipv6Aug 31 09:34:33.563
50612026-08-31T09:34:35.378Z INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
50622026-08-31T09:34:35.378ZAug 31 09:34:33.563adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
50632026-08-31T09:34:35.378Z
50642026-08-31T09:34:35.378Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
50652026-08-31T09:34:35.378Zadding route 3fff:dead::/64 -> 2001:db8::55:1
50662026-08-31T09:34:35.378ZAug 31 09:34:33.563 Aug 31 09:34:33.563INFOAug 31 09:34:33.563Aug 31 09:34:33.563 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
50672026-08-31T09:34:35.378Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50682026-08-31T09:34:35.378ZAug 31 09:34:33.564
50692026-08-31T09:34:35.378ZAug 31 09:34:33.564 DEBG DEBGAug 31 09:34:33.564 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50702026-08-31T09:34:35.382Zreplacing 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 } }]
50712026-08-31T09:34:35.382Z
50722026-08-31T09:34:35.382ZAug 31 09:34:33.564 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 09:34:33.564Aug 31 09:34:33.564
50732026-08-31T09:34:35.382ZINFO INFO
50742026-08-31T09:34:35.382Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
50752026-08-31T09:34:35.382Zadding route 3fff:dead::/64 -> 2001:db8::55:3
50762026-08-31T09:34:35.382ZAug 31 09:34:33.564 Aug 31 09:34:33.564DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50772026-08-31T09:34:35.382Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.564
50782026-08-31T09:34:35.382Z INFOAug 31 09:34:33.564 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 09:34:33.564DEBGAug 31 09:34:33.564
50792026-08-31T09:34:35.382Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50802026-08-31T09:34:35.382ZINFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
50812026-08-31T09:34:35.382Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 09:34:33.564
50822026-08-31T09:34:35.382ZAug 31 09:34:33.564 Aug 31 09:34:33.564 DEBGDEBGINFO Aug 31 09:34:33.564 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
50832026-08-31T09:34:35.382Z
50842026-08-31T09:34:35.382ZDEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
50852026-08-31T09:34:35.382Z
50862026-08-31T09:34:35.382ZAug 31 09:34:33.564 Aug 31 09:34:33.564DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
50872026-08-31T09:34:35.382ZAug 31 09:34:33.564 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
50882026-08-31T09:34:35.382ZAug 31 09:34:33.564
50892026-08-31T09:34:35.382Z Aug 31 09:34:33.564INFO Aug 31 09:34:33.564DEBG Aug 31 09:34:33.564DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
50902026-08-31T09:34:35.382Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }]
50912026-08-31T09:34:35.382Z
50922026-08-31T09:34:35.382Zreplacing 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 } }]
50932026-08-31T09:34:35.383ZAug 31 09:34:33.564Aug 31 09:34:33.564 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
50942026-08-31T09:34:35.383Z
50952026-08-31T09:34:35.383ZAug 31 09:34:33.564 INFO Aug 31 09:34:33.564adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
50962026-08-31T09:34:35.383ZDEBGAug 31 09:34:33.564 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
50972026-08-31T09:34:35.383Z Aug 31 09:34:33.564adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
50982026-08-31T09:34:35.383ZDEBG Aug 31 09:34:33.564replacing 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 } }]
50992026-08-31T09:34:35.383ZINFO Aug 31 09:34:33.564adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
51002026-08-31T09:34:35.383Z
51012026-08-31T09:34:35.383ZDEBGAug 31 09:34:33.564 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
51022026-08-31T09:34:35.383Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 09:34:33.564
51032026-08-31T09:34:35.383ZAug 31 09:34:33.564 DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.564
51042026-08-31T09:34:35.383Z 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 } }]
51052026-08-31T09:34:35.383ZDEBG Aug 31 09:34:33.564replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.564Aug 31 09:34:33.564 INFOINFO INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
51062026-08-31T09:34:35.383Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
51072026-08-31T09:34:35.383Z
51082026-08-31T09:34:35.383Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
51092026-08-31T09:34:35.383ZAug 31 09:34:33.564Aug 31 09:34:33.564 Aug 31 09:34:33.564DEBGDEBG Aug 31 09:34:33.564replacing 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:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
51102026-08-31T09:34:35.383Z
51112026-08-31T09:34:35.383Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
51122026-08-31T09:34:35.383Z
51132026-08-31T09:34:35.383ZAug 31 09:34:33.564Aug 31 09:34:33.564 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 09:34:33.564
51142026-08-31T09:34:35.383Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
51152026-08-31T09:34:35.383ZAug 31 09:34:33.564 Aug 31 09:34:33.564INFOreplacing 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:3d::/64 -> 2001:db8::55:ff
51162026-08-31T09:34:35.383ZDEBG
51172026-08-31T09:34:35.383ZAug 31 09:34:33.564 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 } }]
51182026-08-31T09:34:35.383Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.564
51192026-08-31T09:34:35.383Z Aug 31 09:34:33.564INFO Aug 31 09:34:33.564 Aug 31 09:34:33.564adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
51202026-08-31T09:34:35.383Z
51212026-08-31T09:34:35.383ZINFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
51222026-08-31T09:34:35.383Z
51232026-08-31T09:34:35.383ZAug 31 09:34:33.564 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 } }]
51242026-08-31T09:34:35.383ZAug 31 09:34:33.564Aug 31 09:34:33.564 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.564
51252026-08-31T09:34:35.383Z Aug 31 09:34:33.564INFO 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:16::/64 -> 2001:db8::55:ff
51262026-08-31T09:34:35.383Z
51272026-08-31T09:34:35.383ZINFOAug 31 09:34:33.564 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO
51282026-08-31T09:34:35.383ZAug 31 09:34:33.564 Aug 31 09:34:33.564INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
51292026-08-31T09:34:35.384ZAug 31 09:34:33.564 DEBG
51302026-08-31T09:34:35.384Z Aug 31 09:34:33.564replacing 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 } }]
51312026-08-31T09:34:35.384ZDEBGreplacing 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 } }]
51322026-08-31T09:34:35.384Zreplacing 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 } }]
51332026-08-31T09:34:35.384ZAug 31 09:34:33.564Aug 31 09:34:33.564 INFODEBGAug 31 09:34:33.564 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.564INFO
51342026-08-31T09:34:35.384Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
51352026-08-31T09:34:35.384ZINFO
51362026-08-31T09:34:35.384Z
51372026-08-31T09:34:35.384Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
51382026-08-31T09:34:35.384Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 31 09:34:33.564
51392026-08-31T09:34:35.384Z INFO Aug 31 09:34:33.564Aug 31 09:34:33.564 DEBGDEBGAug 31 09:34:33.564Aug 31 09:34:33.564adding route 3fff:beef:32::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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:35::/64 -> 2001:db8::55:ff
51402026-08-31T09:34:35.384Z
51412026-08-31T09:34:35.384Z
51422026-08-31T09:34:35.384Z DEBG
51432026-08-31T09:34:35.384Zreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.564Aug 31 09:34:33.564 Aug 31 09:34:33.564DEBG
51442026-08-31T09:34:35.384Z INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
51452026-08-31T09:34:35.384ZAug 31 09:34:33.564 DEBG
51462026-08-31T09:34:35.384Z
51472026-08-31T09:34:35.384Z failed to allocate space for the new target listAug 31 09:34:33.564
51482026-08-31T09:34:35.384ZAug 31 09:34:33.564Aug 31 09:34:33.564 Aug 31 09:34:33.564 DEBGDEBG DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51492026-08-31T09:34:35.384Zadding route 3fff:beef:36::/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 } }]
51502026-08-31T09:34:35.384ZAug 31 09:34:33.564 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 } }] created new freemap,
51512026-08-31T09:34:35.384ZunitAug 31 09:34:33.572:Aug 31 09:34:33.572 DEBGfreemap_route_ipv4DEBG
51522026-08-31T09:34:35.384ZAug 31 09:34:33.572 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 } }]
51532026-08-31T09:34:35.384Z
51542026-08-31T09:34:35.384ZAug 31 09:34:33.572 INFO Aug 31 09:34:33.572adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
51552026-08-31T09:34:35.384ZAug 31 09:34:33.572 DEBGINFO INFO failed to allocate space for the new target listAug 31 09:34:33.572
51562026-08-31T09:34:35.384Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
51572026-08-31T09:34:35.384Z 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 } }]
51582026-08-31T09:34:35.384Z
51592026-08-31T09:34:35.384ZAug 31 09:34:33.572Aug 31 09:34:33.572 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 09:34:33.572
51602026-08-31T09:34:35.384Zreplacing 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
51612026-08-31T09:34:35.384Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.572
51622026-08-31T09:34:35.384Z 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 } }]
51632026-08-31T09:34:35.384ZAug 31 09:34:33.572 INFOAug 31 09:34:33.572 Aug 31 09:34:33.572adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
51642026-08-31T09:34:35.384ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
51652026-08-31T09:34:35.384Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 09:34:33.572
51662026-08-31T09:34:35.384Z DEBGAug 31 09:34:33.564Aug 31 09:34:33.572 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 } }]Aug 31 09:34:33.572 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 } }]
51672026-08-31T09:34:35.384Zcreated new freemapDEBG,
51682026-08-31T09:34:35.384Zunit: replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 31 09:34:33.572Aug 31 09:34:33.572
51692026-08-31T09:34:35.385Z INFO
51702026-08-31T09:34:35.389Z INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
51712026-08-31T09:34:35.389Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
51722026-08-31T09:34:35.389ZAug 31 09:34:33.572 DEBGAug 31 09:34:33.572 Aug 31 09:34:33.572Aug 31 09:34:33.572 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 } }]
51732026-08-31T09:34:35.389ZDEBGDEBG created new freemapINFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 31 09:34:33.572unit
51742026-08-31T09:34:35.389Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
51752026-08-31T09:34:35.389ZINFO: freemap_route_ipv6
51762026-08-31T09:34:35.389Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
51772026-08-31T09:34:35.389ZAug 31 09:34:33.572 INFOAug 31 09:34:33.572 Aug 31 09:34:33.572adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51782026-08-31T09:34:35.389ZDEBGDEBGAug 31 09:34:33.572 Aug 31 09:34:33.572replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] DEBGDEBG
51792026-08-31T09:34:35.389Z
51802026-08-31T09:34:35.389Z initted freemap. size: 64replacing 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 } }],
51812026-08-31T09:34:35.389Zunit:Aug 31 09:34:33.572 freemap_route_ipv4INFO
51822026-08-31T09:34:35.389Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 09:34:33.572
51832026-08-31T09:34:35.389Z INFOAug 31 09:34:33.572Aug 31 09:34:33.572 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
51842026-08-31T09:34:35.389ZAug 31 09:34:33.572 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }]reset freemap
51852026-08-31T09:34:35.389Z, Aug 31 09:34:33.572unit:
51862026-08-31T09:34:35.389Z freemap_route_ipv4DEBG
51872026-08-31T09:34:35.389ZAug 31 09:34:33.572Aug 31 09:34:33.572 INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
51882026-08-31T09:34:35.389Zreplacing 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: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 } }]
51892026-08-31T09:34:35.389Z
51902026-08-31T09:34:35.389ZAug 31 09:34:33.572 DEBGAug 31 09:34:33.572 Aug 31 09:34:33.572DEBGinitted freemap. size: 64Aug 31 09:34:33.572 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
51912026-08-31T09:34:35.389Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit
51922026-08-31T09:34:35.389ZINFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
51932026-08-31T09:34:35.389Zfreemap_route_ipv6Aug 31 09:34:33.572
51942026-08-31T09:34:35.390Z Aug 31 09:34:33.572 INFODEBG Aug 31 09:34:33.572adding route 3fff:beef:35::/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 } }]
51952026-08-31T09:34:35.390Z
51962026-08-31T09:34:35.390ZAug 31 09:34:33.572DEBG Aug 31 09:34:33.572Aug 31 09:34:33.572reset freemapDEBG INFODEBG , adding route 3fff:beef:39::/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 } }]unit
51972026-08-31T09:34:35.390Zreplacing 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 } }]
51982026-08-31T09:34:35.390Z:
51992026-08-31T09:34:35.390Z freemap_route_ipv6
52002026-08-31T09:34:35.390ZAug 31 09:34:33.572Aug 31 09:34:33.572 Aug 31 09:34:33.572DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
52012026-08-31T09:34:35.390Z Aug 31 09:34:33.572adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
52022026-08-31T09:34:35.390Z
52032026-08-31T09:34:35.390Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.572
52042026-08-31T09:34:35.390Z Aug 31 09:34:33.572INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
52052026-08-31T09:34:35.390Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.572
52062026-08-31T09:34:35.390ZAug 31 09:34:33.572 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 } }]DEBGAug 31 09:34:33.572
52072026-08-31T09:34:35.391ZINFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 09:34:33.572
52082026-08-31T09:34:35.391Z
52092026-08-31T09:34:35.391Z Aug 31 09:34:33.572DEBG 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 } }]
52102026-08-31T09:34:35.391ZAug 31 09:34:33.572adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
52112026-08-31T09:34:35.391Z Aug 31 09:34:33.572replacing 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 } }]
52122026-08-31T09:34:35.391ZAug 31 09:34:33.572DEBG INFO Aug 31 09:34:33.572failed to allocate space for the new target listadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
52132026-08-31T09:34:35.391Z
52142026-08-31T09:34:35.391ZINFOAug 31 09:34:33.572 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
52152026-08-31T09:34:35.391ZDEBG Aug 31 09:34:33.572replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:34:33.572Aug 31 09:34:33.572 DEBGDEBGDEBG
52162026-08-31T09:34:35.391Zreplacing 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: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 } }]
52172026-08-31T09:34:35.391Z
52182026-08-31T09:34:35.391Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52192026-08-31T09:34:35.391ZAug 31 09:34:33.572Aug 31 09:34:33.572 Aug 31 09:34:33.572INFO INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
52202026-08-31T09:34:35.391Z adding route 3fff:dead::/64 -> 2001:db8::55:3
52212026-08-31T09:34:35.392Z
52222026-08-31T09:34:35.392ZAug 31 09:34:33.572 DEBG
52232026-08-31T09:34:35.392Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.572
52242026-08-31T09:34:35.394Z DEBG Aug 31 09:34:33.572replacing 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 } }]
52252026-08-31T09:34:35.394ZAug 31 09:34:33.572 INFODEBG adding route 3fff:beef:3a::/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 } }]
52262026-08-31T09:34:35.394Z
52272026-08-31T09:34:35.394ZAug 31 09:34:33.572 Aug 31 09:34:33.572 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 09:34:33.572DEBG Aug 31 09:34:33.572INFO failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:4
52282026-08-31T09:34:35.394Z
52292026-08-31T09:34:35.394Z
52302026-08-31T09:34:35.394ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.572
52312026-08-31T09:34:35.394Ztest route::tests::grow_succeeds ... ok
52322026-08-31T09:34:35.394ZAug 31 09:34:33.572Aug 31 09:34:33.572 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 } }]Aug 31 09:34:33.572 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 } }]
52332026-08-31T09:34:35.394Zreplacing targets for 3fff:dead::/64 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 } }]INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
52342026-08-31T09:34:35.394Z
52352026-08-31T09:34:35.394Z
52362026-08-31T09:34:35.394ZAug 31 09:34:33.572 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 } }]Aug 31 09:34:33.572
52372026-08-31T09:34:35.394Ztest route::tests::rollback_on_compact_delete_failure ... ok
52382026-08-31T09:34:35.394Z DEBG Aug 31 09:34:33.572replacing 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 } }]
52392026-08-31T09:34:35.394ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
52402026-08-31T09:34:35.394ZAug 31 09:34:33.572Aug 31 09:34:33.572 Aug 31 09:34:33.572WARNINFOAug 31 09:34:33.572 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
52412026-08-31T09:34:35.394Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
52422026-08-31T09:34:35.394Z Aug 31 09:34:33.572created new freemap , DEBGunit :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 } }]
52432026-08-31T09:34:35.394Zfreemap_route_ipv6replacing 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 } }]
52442026-08-31T09:34:35.394ZAug 31 09:34:33.572
52452026-08-31T09:34:35.394Z ERROAug 31 09:34:33.572 Aug 31 09:34:33.564DEBGAug 31 09:34:33.572 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:34:33.572
52462026-08-31T09:34:35.394Z failed to allocate space for the new target listINFO
52472026-08-31T09:34:35.394Z DEBG DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
52482026-08-31T09:34:35.394ZAug 31 09:34:33.572initted freemap. size: 64 DEBG, created new freemapunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:34:33.572
52492026-08-31T09:34:35.394Z freemap_route_ipv4ERRO
52502026-08-31T09:34:35.394ZAug 31 09:34:33.572 , DEBGunitshrink-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
52512026-08-31T09:34:35.395ZAug 31 09:34:33.572: 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 } }] DEBGfreemap_route_ipv4
52522026-08-31T09:34:35.395Zreset freemap
52532026-08-31T09:34:35.395Z, unit: freemap_route_ipv4
52542026-08-31T09:34:35.395ZAug 31 09:34:33.572 Aug 31 09:34:33.572DEBG Aug 31 09:34:33.572INFOcreated new freemap , DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff unit
52552026-08-31T09:34:35.395Z: freemap_route_ipv6initted freemap. size: 64
52562026-08-31T09:34:35.395Z, unitAug 31 09:34:33.572: Aug 31 09:34:33.572freemap_route_ipv6
52572026-08-31T09:34:35.395ZDEBGDEBG 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 } }] initted freemap. size: 64
52582026-08-31T09:34:35.395Z, unit:Aug 31 09:34:33.572 freemap_route_ipv4
52592026-08-31T09:34:35.395ZAug 31 09:34:33.573Aug 31 09:34:33.573 DEBGDEBG created new freemap, created new freemap unitDEBG:, unit :reset freemapfreemap_route_ipv4
52602026-08-31T09:34:35.395Zfreemap_route_ipv4,
52612026-08-31T09:34:35.395Zunit:Aug 31 09:34:33.580 Aug 31 09:34:33.572 INFODEBG freemap_route_ipv6 Aug 31 09:34:33.580
52622026-08-31T09:34:35.395Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemap
52632026-08-31T09:34:35.395Z DEBG, unitcreated new freemap:, unitfreemap_route_ipv6:
52642026-08-31T09:34:35.395Zfreemap_route_ipv6
52652026-08-31T09:34:35.395ZAug 31 09:34:33.580 Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.573 INFO adding route 172.16.0.0/32 -> 10.0.0.1 DEBG
52662026-08-31T09:34:35.395ZAug 31 09:34:33.580 DEBGDEBGinitted freemap. size: 64 , DEBGunit initted freemap. size: 64:, 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 } }]unitcreated new freemapAug 31 09:34:33.580
52672026-08-31T09:34:35.395Z: , DEBGfreemap_route_ipv4Aug 31 09:34:33.580freemap_route_ipv4unit
52682026-08-31T09:34:35.395Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] :
52692026-08-31T09:34:35.396ZINFO freemap_route_ipv4 Aug 31 09:34:33.580
52702026-08-31T09:34:35.400Z
52712026-08-31T09:34:35.400ZAug 31 09:34:33.580 DEBGDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff reset freemap
52722026-08-31T09:34:35.400Zreset freemap, , unitunit:Aug 31 09:34:33.580Aug 31 09:34:33.580 :DEBG DEBGcreated new freemap freemap_route_ipv4,
52732026-08-31T09:34:35.400Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:34:33.580
52742026-08-31T09:34:35.400Zunit :freemap_route_ipv4Aug 31 09:34:33.580
52752026-08-31T09:34:35.400Z DEBGfreemap_route_ipv6
52762026-08-31T09:34:35.400ZDEBGAug 31 09:34:33.580 initted freemap. size: 64 , 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 } }]unit
52772026-08-31T09:34:35.400ZDEBG: initted freemap. size: 64 , freemap_route_ipv6unit
52782026-08-31T09:34:35.400Z: Aug 31 09:34:33.580freemap_route_ipv6
52792026-08-31T09:34:35.400ZDEBGAug 31 09:34:33.580 initted freemap. size: 64DEBG, Aug 31 09:34:33.580 unitDEBGreset freemap , reset freemapunitAug 31 09:34:33.580::, freemap_route_ipv6INFO
52802026-08-31T09:34:35.400Z freemap_route_ipv4unit
52812026-08-31T09:34:35.400Z:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 31 09:34:33.580freemap_route_ipv6
52822026-08-31T09:34:35.400Z
52832026-08-31T09:34:35.400ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.580
52842026-08-31T09:34:35.400Z DEBGAug 31 09:34:33.580 Aug 31 09:34:33.580reset freemap , INFOunitAug 31 09:34:33.580 :DEBG freemap_route_ipv4replacing 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
52852026-08-31T09:34:35.400Zadding route 172.16.0.0/32 -> 10.0.0.1
52862026-08-31T09:34:35.400Z
52872026-08-31T09:34:35.400Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:34:33.580Aug 31 09:34:33.580
52882026-08-31T09:34:35.400Z INFO DEBGAug 31 09:34:33.580 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 31 09:34:33.580,
52892026-08-31T09:34:35.400Z DEBGINFO unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]:adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:34:33.580
52902026-08-31T09:34:35.400Z
52912026-08-31T09:34:35.400Z DEBG freemap_route_ipv6replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.580
52922026-08-31T09:34:35.400ZAug 31 09:34:33.580
52932026-08-31T09:34:35.400Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
52942026-08-31T09:34:35.400Z
52952026-08-31T09:34:35.401ZAug 31 09:34:33.580 Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.580 DEBGINFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
52962026-08-31T09:34:35.401Zreplacing 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
52972026-08-31T09:34:35.401Z adding route 3fff:dead::/64 -> 2001:db8::55:3
52982026-08-31T09:34:35.401Zreset freemap, Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.580 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 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 } }]
52992026-08-31T09:34:35.401Z
53002026-08-31T09:34:35.401ZunitINFO: adding route 172.16.0.0/32 -> 10.0.0.1
53012026-08-31T09:34:35.403Zfreemap_route_ipv6Aug 31 09:34:33.580Aug 31 09:34:33.580
53022026-08-31T09:34:35.403Z INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
53032026-08-31T09:34:35.403Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:34:33.580
53042026-08-31T09:34:35.403ZAug 31 09:34:33.580 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.580Aug 31 09:34:33.580
53052026-08-31T09:34:35.403Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
53062026-08-31T09:34:35.403ZDEBG
53072026-08-31T09:34:35.403Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.580
53082026-08-31T09:34:35.403Z Aug 31 09:34:33.580 INFODEBGAug 31 09:34:33.580 Aug 31 09:34:33.580 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
53092026-08-31T09:34:35.403Z
53102026-08-31T09:34:35.403ZINFO
53112026-08-31T09:34:35.403Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
53122026-08-31T09:34:35.403ZAug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.580 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 } }]
53132026-08-31T09:34:35.403ZWARN Aug 31 09:34:33.580 INFODEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:34:33.580
53142026-08-31T09:34:35.403Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
53152026-08-31T09:34:35.403Z
53162026-08-31T09:34:35.403Z
53172026-08-31T09:34:35.403ZAug 31 09:34:33.580Aug 31 09:34:33.580 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
53182026-08-31T09:34:35.403Z
53192026-08-31T09:34:35.403ZAug 31 09:34:33.580 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:34:33.580
53202026-08-31T09:34:35.403ZINFOAug 31 09:34:33.580 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
53212026-08-31T09:34:35.403Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:34:33.580
53222026-08-31T09:34:35.403Z DEBGAug 31 09:34:33.580 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 } }]
53232026-08-31T09:34:35.403ZAug 31 09:34:33.580 DEBGAug 31 09:34:33.580 Aug 31 09:34:33.580 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 31 09:34:33.573
53242026-08-31T09:34:35.403Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGDEBG created new freemapreset freemap
53252026-08-31T09:34:35.403Z, , INFOunitunit ::adding route 172.17.0.1/32 -> 10.0.0.255 Aug 31 09:34:33.580freemap_route_ipv4 freemap_route_ipv4
53262026-08-31T09:34:35.403Z
53272026-08-31T09:34:35.403Ztest route::tests::identity_replace_is_noop ... ok
53282026-08-31T09:34:35.403Ztest route::tests::rollback_on_index_readd_failure ... ok
53292026-08-31T09:34:35.403Z
53302026-08-31T09:34:35.403Z INFOAug 31 09:34:33.580 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:34:33.580INFO Aug 31 09:34:33.580 DEBGAug 31 09:34:33.580
53312026-08-31T09:34:35.403Z created new freemapDEBGadding route 172.16.0.0/32 -> 10.0.0.4 initted freemap. size: 64,
53322026-08-31T09:34:35.403Z, DEBGunit unitreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.580:Aug 31 09:34:33.580:
53332026-08-31T09:34:35.403Z freemap_route_ipv6
53342026-08-31T09:34:35.404Z freemap_route_ipv6Aug 31 09:34:33.580 DEBGDEBG
53352026-08-31T09:34:35.404ZAug 31 09:34:33.580 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
53362026-08-31T09:34:35.404ZAug 31 09:34:33.580initted freemap. size: 64 INFO, DEBGadding route 172.17.0.2/32 -> 10.0.0.255 unitreset freemap
53372026-08-31T09:34:35.404Z: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 } }],
53382026-08-31T09:34:35.404Zunitfreemap_route_ipv4: freemap_route_ipv6Aug 31 09:34:33.580
53392026-08-31T09:34:35.404Z
53402026-08-31T09:34:35.404ZAug 31 09:34:33.580 INFOAug 31 09:34:33.580Aug 31 09:34:33.580 DEBG Aug 31 09:34:33.580 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 } }]INFOINFODEBG
53412026-08-31T09:34:35.405Z adding route 172.16.0.0/32 -> 10.0.0.1
53422026-08-31T09:34:35.405Zreset freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ff,
53432026-08-31T09:34:35.405Zunit:adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:34:33.580Aug 31 09:34:33.580
53442026-08-31T09:34:35.405Z freemap_route_ipv4DEBG
53452026-08-31T09:34:35.405ZAug 31 09:34:33.580 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
53462026-08-31T09:34:35.405ZDEBG Aug 31 09:34:33.580INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.17.0.3/32 -> 10.0.0.255
53472026-08-31T09:34:35.405Z
53482026-08-31T09:34:35.405ZAug 31 09:34:33.580 initted freemap. size: 64, INFOunit: Aug 31 09:34:33.580adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 09:34:33.580
53492026-08-31T09:34:35.405Z Aug 31 09:34:33.580DEBGfreemap_route_ipv6 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
53502026-08-31T09:34:35.406Z
53512026-08-31T09:34:35.406Zreplacing 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 } }]
53522026-08-31T09:34:35.406ZAug 31 09:34:33.580adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
53532026-08-31T09:34:35.406ZDEBGAug 31 09:34:33.580 Aug 31 09:34:33.580 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
53542026-08-31T09:34:35.406Z reset freemap INFO, Aug 31 09:34:33.580 unitAug 31 09:34:33.580: adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv6
53552026-08-31T09:34:35.406Z
53562026-08-31T09:34:35.406ZDEBG Aug 31 09:34:33.580 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 } }]INFOAug 31 09:34:33.580
53572026-08-31T09:34:35.407Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:34:33.580
53582026-08-31T09:34:35.407ZDEBGINFO 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 } }] INFOAug 31 09:34:33.580
53592026-08-31T09:34:35.407ZDEBGadding route 172.17.0.1/32 -> 10.0.0.255
53602026-08-31T09:34:35.407Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.580Aug 31 09:34:33.580
53612026-08-31T09:34:35.407Z INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
53622026-08-31T09:34:35.407ZAug 31 09:34:33.581replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
53632026-08-31T09:34:35.407ZDEBG
53642026-08-31T09:34:35.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 } }]
53652026-08-31T09:34:35.407ZAug 31 09:34:33.581 DEBGAug 31 09:34:33.581 Aug 31 09:34:33.581Aug 31 09:34:33.581replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.581 DEBGINFO
53662026-08-31T09:34:35.407ZINFO 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 172.16.0.0/32 -> 10.0.0.4
53672026-08-31T09:34:35.407ZAug 31 09:34:33.581 DEBGadding route 172.17.0.0/32 -> 10.0.0.255 created new freemap
53682026-08-31T09:34:35.407Z,
53692026-08-31T09:34:35.407Zunit: Aug 31 09:34:33.588freemap_route_ipv4
53702026-08-31T09:34:35.412ZAug 31 09:34:33.573Aug 31 09:34:33.588DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:34:33.588
53712026-08-31T09:34:35.412ZAug 31 09:34:33.588 DEBG DEBGcreated new freemap , created new freemapunitDEBG: replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
53722026-08-31T09:34:35.412Z
53732026-08-31T09:34:35.412Z, unitAug 31 09:34:33.588 Aug 31 09:34:33.588 DEBGDEBG Aug 31 09:34:33.588replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]created new freemap
53742026-08-31T09:34:35.412Z, INFOunit: : freemap_route_ipv6freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255
53752026-08-31T09:34:35.412Z
53762026-08-31T09:34:35.412Z
53772026-08-31T09:34:35.412ZAug 31 09:34:33.581Aug 31 09:34:33.588Aug 31 09:34:33.588 DEBG DEBGDEBGDEBG initted freemap. size: 64created new freemapAug 31 09:34:33.588 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 } }]initted freemap. size: 64DEBG, ,
53782026-08-31T09:34:35.412Zunitreplacing 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 } }]:
53792026-08-31T09:34:35.412Z, unitunitfreemap_route_ipv4:
53802026-08-31T09:34:35.412Z:Aug 31 09:34:33.588 INFO freemap_route_ipv4Aug 31 09:34:33.588adding route 172.17.0.6/32 -> 10.0.0.255
53812026-08-31T09:34:35.412Z
53822026-08-31T09:34:35.412Z freemap_route_ipv4 INFO
53832026-08-31T09:34:35.412Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:34:33.588
53842026-08-31T09:34:35.412Z Aug 31 09:34:33.588Aug 31 09:34:33.588Aug 31 09:34:33.588DEBG DEBG reset freemap , replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
53852026-08-31T09:34:35.412ZDEBG reset freemap:, unitfreemap_route_ipv4:
53862026-08-31T09:34:35.412Z freemap_route_ipv4
53872026-08-31T09:34:35.412ZINFOAug 31 09:34:33.588 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
53882026-08-31T09:34:35.412ZDEBGAug 31 09:34:33.588Aug 31 09:34:33.588 adding route 172.17.0.7/32 -> 10.0.0.255DEBGDEBG initted freemap. size: 64 , Aug 31 09:34:33.588initted freemap. size: 64
53892026-08-31T09:34:35.412Z, unitDEBGcreated new freemap :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 } }],
53902026-08-31T09:34:35.412Zunitunit:: freemap_route_ipv6Aug 31 09:34:33.588freemap_route_ipv6Aug 31 09:34:33.588
53912026-08-31T09:34:35.412Z
53922026-08-31T09:34:35.412ZINFO freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
53932026-08-31T09:34:35.412Z
53942026-08-31T09:34:35.412Z DEBG Aug 31 09:34:33.588replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.588DEBG
53952026-08-31T09:34:35.412Zinitted freemap. size: 64DEBG, Aug 31 09:34:33.588replacing 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 } }]
53962026-08-31T09:34:35.412ZunitDEBGAug 31 09:34:33.588: reset freemapfreemap_route_ipv4 , Aug 31 09:34:33.588unitINFO
53972026-08-31T09:34:35.412ZINFO: Aug 31 09:34:33.588adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
53982026-08-31T09:34:35.412Z DEBG adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6reset freemapAug 31 09:34:33.588
53992026-08-31T09:34:35.412ZAug 31 09:34:33.588
54002026-08-31T09:34:35.412Z DEBG, 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 } }]reset freemap
54012026-08-31T09:34:35.412Z, Aug 31 09:34:33.588unit :INFOAug 31 09:34:33.589 INFOfreemap_route_ipv4Aug 31 09:34:33.589 adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
54022026-08-31T09:34:35.413Z
54032026-08-31T09:34:35.413Z
54042026-08-31T09:34:35.413Z DEBGAug 31 09:34:33.589Aug 31 09:34:33.589Aug 31 09:34:33.589 DEBGDEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
54052026-08-31T09:34:35.413Z
54062026-08-31T09:34:35.413Zinitted freemap. size: 64, unit :Aug 31 09:34:33.589 Aug 31 09:34:33.589 freemap_route_ipv6INFO
54072026-08-31T09:34:35.413Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
54082026-08-31T09:34:35.413Z
54092026-08-31T09:34:35.413Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.589
54102026-08-31T09:34:35.413Z Aug 31 09:34:33.589DEBG Aug 31 09:34:33.589DEBGAug 31 09:34:33.589 reset freemapreplacing 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 } }] ,
54112026-08-31T09:34:35.413ZDEBG unitreplacing 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 } }]:
54122026-08-31T09:34:35.413ZAug 31 09:34:33.589 INFO freemap_route_ipv6adding route 172.17.0.9/32 -> 10.0.0.255INFO
54132026-08-31T09:34:35.413Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 09:34:33.589
54142026-08-31T09:34:35.413Z
54152026-08-31T09:34:35.413Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
54162026-08-31T09:34:35.413ZAug 31 09:34:33.589Aug 31 09:34:33.589 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
54172026-08-31T09:34:35.413Z
54182026-08-31T09:34:35.413ZAug 31 09:34:33.589 DEBG Aug 31 09:34:33.589replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 09:34:33.589Aug 31 09:34:33.589
54192026-08-31T09:34:35.413Z DEBGINFO 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 } }]
54202026-08-31T09:34:35.413ZAug 31 09:34:33.589adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO
54212026-08-31T09:34:35.413Z 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.16.0.0/32 -> 10.0.0.2
54222026-08-31T09:34:35.413Z
54232026-08-31T09:34:35.413ZAug 31 09:34:33.589Aug 31 09:34:33.589 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 } }]INFO
54242026-08-31T09:34:35.413Z Aug 31 09:34:33.589 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:34:33.589INFO
54252026-08-31T09:34:35.413ZDEBG adding route 172.17.0.10/32 -> 10.0.0.255
54262026-08-31T09:34:35.413ZAug 31 09:34:33.589replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:34:33.589 INFO DEBGAug 31 09:34:33.589
54272026-08-31T09:34:35.413Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54282026-08-31T09:34:35.413Z
54292026-08-31T09:34:35.413Z DEBGAug 31 09:34:33.589 Aug 31 09:34:33.589 Aug 31 09:34:33.589INFO 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
54302026-08-31T09:34:35.413ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
54312026-08-31T09:34:35.413Zreplacing 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 } }]
54322026-08-31T09:34:35.413Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:34:33.589Aug 31 09:34:33.589
54332026-08-31T09:34:35.413Z DEBGAug 31 09:34:33.589 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:34:33.589INFO
54342026-08-31T09:34:35.413Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
54352026-08-31T09:34:35.413Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54362026-08-31T09:34:35.413ZAug 31 09:34:33.589adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 09:34:33.589
54372026-08-31T09:34:35.413ZDEBGAug 31 09:34:33.589 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
54382026-08-31T09:34:35.413Z adding route 172.17.0.1/32 -> 10.0.0.255INFO
54392026-08-31T09:34:35.414Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:34:33.589
54402026-08-31T09:34:35.414ZAug 31 09:34:33.589 INFOAug 31 09:34:33.589 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 09:34:33.589
54412026-08-31T09:34:35.414Z DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
54422026-08-31T09:34:35.414Zreplacing 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 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.589
54432026-08-31T09:34:35.414Z
54442026-08-31T09:34:35.414ZDEBG Aug 31 09:34:33.589replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54452026-08-31T09:34:35.414ZAug 31 09:34:33.589DEBG INFO adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:34:33.589
54462026-08-31T09:34:35.414Z
54472026-08-31T09:34:35.414Z Aug 31 09:34:33.589INFO Aug 31 09:34:33.589adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
54482026-08-31T09:34:35.414ZAug 31 09:34:33.589 WARNDEBGINFO Aug 31 09:34:33.589 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
54492026-08-31T09:34:35.414Z
54502026-08-31T09:34:35.414ZDEBG 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.12/32 -> 10.0.0.255
54512026-08-31T09:34:35.414Z
54522026-08-31T09:34:35.414ZAug 31 09:34:33.589 Aug 31 09:34:33.589Aug 31 09:34:33.589 DEBGINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.3/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 } }]
54532026-08-31T09:34:35.414Z
54542026-08-31T09:34:35.415Z
54552026-08-31T09:34:35.415ZAug 31 09:34:33.589Aug 31 09:34:33.589Aug 31 09:34:33.589 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
54562026-08-31T09:34:35.415Z
54572026-08-31T09:34:35.415Z INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 09:34:33.589
54582026-08-31T09:34:35.415Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
54592026-08-31T09:34:35.415ZAug 31 09:34:33.589Aug 31 09:34:33.589 INFODEBG Aug 31 09:34:33.589adding route 172.17.0.4/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:34:33.589
54602026-08-31T09:34:35.415Zreplacing 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 } }]
54612026-08-31T09:34:35.415Z
54622026-08-31T09:34:35.415Z INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:34:33.589
54632026-08-31T09:34:35.415Z Aug 31 09:34:33.589DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54642026-08-31T09:34:35.415Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 09:34:33.589
54652026-08-31T09:34:35.415Z INFO Aug 31 09:34:33.589Aug 31 09:34:33.589 adding route 172.17.0.14/32 -> 10.0.0.255INFOAug 31 09:34:33.589 adding route 172.17.0.5/32 -> 10.0.0.255DEBG
54662026-08-31T09:34:35.415Z
54672026-08-31T09:34:35.415Zreplacing 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
54682026-08-31T09:34:35.415Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.589Aug 31 09:34:33.589
54692026-08-31T09:34:35.416ZDEBGINFO Aug 31 09:34:33.589replacing 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 } }]
54702026-08-31T09:34:35.420ZAug 31 09:34:33.589 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFODEBG
54712026-08-31T09:34:35.420Z adding route 172.17.0.3/32 -> 10.0.0.255
54722026-08-31T09:34:35.420ZAug 31 09:34:33.589replacing 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 } }]
54732026-08-31T09:34:35.420ZAug 31 09:34:33.589Aug 31 09:34:33.589Aug 31 09:34:33.588Aug 31 09:34:33.598 DEBG DEBGDEBG Aug 31 09:34:33.589replacing 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
54742026-08-31T09:34:35.420Z DEBG created new freemap 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 } }]
54752026-08-31T09:34:35.420Z, unit: Aug 31 09:34:33.598freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255
54762026-08-31T09:34:35.420ZAug 31 09:34:33.598
54772026-08-31T09:34:35.420Z INFOINFO Aug 31 09:34:33.598adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 09:34:33.598
54782026-08-31T09:34:35.420Z DEBGDEBGAug 31 09:34:33.598 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff created new freemap
54792026-08-31T09:34:35.420ZDEBGAug 31 09:34:33.598 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, unitreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 31 09:34:33.598
54802026-08-31T09:34:35.421Zfreemap_route_ipv6
54812026-08-31T09:34:35.421Z
54822026-08-31T09:34:35.421ZDEBGAug 31 09:34:33.598 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 } }]INFOAug 31 09:34:33.598
54832026-08-31T09:34:35.421Zadding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:34:33.598 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 } }]INFODEBG
54842026-08-31T09:34:35.421Z
54852026-08-31T09:34:35.421Zinitted freemap. size: 64 , adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 09:34:33.598
54862026-08-31T09:34:35.421Z unitINFO: Aug 31 09:34:33.598adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff freemap_route_ipv4Aug 31 09:34:33.598
54872026-08-31T09:34:35.421ZDEBG
54882026-08-31T09:34:35.421Z 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
54892026-08-31T09:34:35.421Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.598
54902026-08-31T09:34:35.421ZAug 31 09:34:33.598 DEBG Aug 31 09:34:33.598 reset freemapINFOINFOAug 31 09:34:33.598Aug 31 09:34:33.598, unitadding route 172.17.0.5/32 -> 10.0.0.255:
54912026-08-31T09:34:35.421Z DEBGfreemap_route_ipv4INFOadding route 172.17.0.4/32 -> 10.0.0.255
54922026-08-31T09:34:35.421Z
54932026-08-31T09:34:35.421Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.598adding route 172.17.0.17/32 -> 10.0.0.255
54942026-08-31T09:34:35.421Z Aug 31 09:34:33.598
54952026-08-31T09:34:35.421ZDEBG DEBGAug 31 09:34:33.598 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.598Aug 31 09:34:33.598
54962026-08-31T09:34:35.421Z INFOinitted freemap. size: 64, unitAug 31 09:34:33.598:DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
54972026-08-31T09:34:35.421Zadding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv6
54982026-08-31T09:34:35.421Z
54992026-08-31T09:34:35.421Z
55002026-08-31T09:34:35.421ZDEBGAug 31 09:34:33.598 Aug 31 09:34:33.598replacing 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 } }]INFOAug 31 09:34:33.598
55012026-08-31T09:34:35.421Z Aug 31 09:34:33.598 DEBG adding route 172.17.0.18/32 -> 10.0.0.255DEBG
55022026-08-31T09:34:35.421Z Aug 31 09:34:33.598replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
55032026-08-31T09:34:35.421Z 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 } }]
55042026-08-31T09:34:35.421Zreset freemapINFO, Aug 31 09:34:33.598unit: INFOfreemap_route_ipv6Aug 31 09:34:33.598
55052026-08-31T09:34:35.421Z DEBGadding route 172.17.0.7/32 -> 10.0.0.255Aug 31 09:34:33.598
55062026-08-31T09:34:35.422Z Aug 31 09:34:33.598 adding route 172.17.0.5/32 -> 10.0.0.255 INFOAug 31 09:34:33.598replacing 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 } }]
55072026-08-31T09:34:35.422Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
55082026-08-31T09:34:35.422Z
55092026-08-31T09:34:35.422Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
55102026-08-31T09:34:35.422Zreplacing 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 } }]
55112026-08-31T09:34:35.422ZAug 31 09:34:33.598 Aug 31 09:34:33.598Aug 31 09:34:33.598 Aug 31 09:34:33.598DEBGDEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255DEBG
55122026-08-31T09:34:35.422Z
55132026-08-31T09:34:35.422ZAug 31 09:34:33.598replacing 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 } }]
55142026-08-31T09:34:35.422Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.598
55152026-08-31T09:34:35.422Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
55162026-08-31T09:34:35.422Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 31 09:34:33.598
55172026-08-31T09:34:35.422Z Aug 31 09:34:33.598 DEBGAug 31 09:34:33.598INFO Aug 31 09:34:33.598Aug 31 09:34:33.598replacing 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 } }]
55182026-08-31T09:34:35.422ZDEBG INFO 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 } }]
55192026-08-31T09:34:35.422Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255
55202026-08-31T09:34:35.422Z
55212026-08-31T09:34:35.424Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 09:34:33.598Aug 31 09:34:33.598
55222026-08-31T09:34:35.424Z DEBG INFOAug 31 09:34:33.598replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:34:33.598 INFO
55232026-08-31T09:34:35.424Zadding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255DEBG
55242026-08-31T09:34:35.424Z
55252026-08-31T09:34:35.424Zreplacing 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 } }]
55262026-08-31T09:34:35.424ZAug 31 09:34:33.598Aug 31 09:34:33.598 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55272026-08-31T09:34:35.424Ztest route::tests::same_size_non_subset_replace ... ok
55282026-08-31T09:34:35.424ZAug 31 09:34:33.598
55292026-08-31T09:34:35.424Z DEBG Aug 31 09:34:33.598replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.598Aug 31 09:34:33.598INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
55302026-08-31T09:34:35.424Zadding route 172.17.0.10/32 -> 10.0.0.255
55312026-08-31T09:34:35.424Z
55322026-08-31T09:34:35.424Z INFOAug 31 09:34:33.598 Aug 31 09:34:33.598 Aug 31 09:34:33.598 DEBGadding route 172.17.0.7/32 -> 10.0.0.255INFO
55332026-08-31T09:34:35.424ZDEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
55342026-08-31T09:34:35.424Z
55352026-08-31T09:34:35.424Z
55362026-08-31T09:34:35.424ZAug 31 09:34:33.598 Aug 31 09:34:33.598Aug 31 09:34:33.598 INFODEBG adding route 172.17.0.11/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 } }]DEBG
55372026-08-31T09:34:35.424Z
55382026-08-31T09:34:35.424ZAug 31 09:34:33.598 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55392026-08-31T09:34:35.424Zfailed to allocate space for the new target listAug 31 09:34:33.598
55402026-08-31T09:34:35.424ZAug 31 09:34:33.598 INFODEBG Aug 31 09:34:33.598adding route 172.17.0.22/32 -> 10.0.0.255 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 } }]
55412026-08-31T09:34:35.424Z
55422026-08-31T09:34:35.424ZAug 31 09:34:33.598 DEBGINFO Aug 31 09:34:33.598Aug 31 09:34:33.598 adding route 172.17.0.8/32 -> 10.0.0.255 INFO
55432026-08-31T09:34:35.424Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
55442026-08-31T09:34:35.424Zadding route 172.17.0.12/32 -> 10.0.0.255
55452026-08-31T09:34:35.424Zreplacing 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 } }]
55462026-08-31T09:34:35.424ZAug 31 09:34:33.598Aug 31 09:34:33.598 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 } }]
55472026-08-31T09:34:35.424Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.598
55482026-08-31T09:34:35.424Z INFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255Aug 31 09:34:33.598, unitunitAug 31 09:34:33.598INFO::
55492026-08-31T09:34:35.424Z freemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255
55502026-08-31T09:34:35.424Z
55512026-08-31T09:34:35.424Z INFOfreemap_route_ipv6 adding route 172.17.0.9/32 -> 10.0.0.255
55522026-08-31T09:34:35.424ZAug 31 09:34:33.598Aug 31 09:34:33.598 DEBGDEBGAug 31 09:34:33.598 created new freemap
55532026-08-31T09:34:35.424Z, replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
55542026-08-31T09:34:35.425Z: Aug 31 09:34:33.598DEBG freemap_route_ipv6INFO
55552026-08-31T09:34:35.425Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.598 Aug 31 09:34:33.598adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
55562026-08-31T09:34:35.425ZAug 31 09:34:33.598 adding route 172.17.0.14/32 -> 10.0.0.255
55572026-08-31T09:34:35.425Z
55582026-08-31T09:34:35.425ZDEBG initted freemap. size: 64DEBG , 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 } }]unitAug 31 09:34:33.598:Aug 31 09:34:33.598 Aug 31 09:34:33.598freemap_route_ipv4
55592026-08-31T09:34:35.425Z
55602026-08-31T09:34:35.425Z DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55612026-08-31T09:34:35.425ZAug 31 09:34:33.598 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
55622026-08-31T09:34:35.425Z
55632026-08-31T09:34:35.425ZDEBGAug 31 09:34:33.598 reset freemapINFO, unitAug 31 09:34:33.598: adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:34:33.598 INFOINFO
55642026-08-31T09:34:35.426Zfreemap_route_ipv4
55652026-08-31T09:34:35.426ZAug 31 09:34:33.598 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.10/32 -> 10.0.0.255DEBG
55662026-08-31T09:34:35.426ZAug 31 09:34:33.598Aug 31 09:34:33.598 DEBG
55672026-08-31T09:34:35.426Z DEBGinitted freemap. size: 64 , 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 } }]unitreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55682026-08-31T09:34:35.426Z:
55692026-08-31T09:34:35.426Z freemap_route_ipv6
55702026-08-31T09:34:35.430ZAug 31 09:34:33.598 DEBGAug 31 09:34:33.598Aug 31 09:34:33.598Aug 31 09:34:33.598 INFODEBGreplacing 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 } }]
55712026-08-31T09:34:35.430Z INFOAug 31 09:34:33.598replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.25/32 -> 10.0.0.255reset freemap
55722026-08-31T09:34:35.430Z
55732026-08-31T09:34:35.430Z , adding route 172.17.0.16/32 -> 10.0.0.255unit:
55742026-08-31T09:34:35.430Z Aug 31 09:34:33.598freemap_route_ipv6Aug 31 09:34:33.598 Aug 31 09:34:33.598DEBG
55752026-08-31T09:34:35.430Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.598 INFO
55762026-08-31T09:34:35.430ZAug 31 09:34:33.598DEBG INFO INFO 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 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.598
55772026-08-31T09:34:35.431Z
55782026-08-31T09:34:35.431Zadding route 3fff:dead::/64 -> 2001:db8::55:3
55792026-08-31T09:34:35.431Zadding route 172.17.0.11/32 -> 10.0.0.255INFO Aug 31 09:34:33.598Aug 31 09:34:33.598 Aug 31 09:34:33.598
55802026-08-31T09:34:35.431ZDEBG 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 } }]
55812026-08-31T09:34:35.431Zadding route 172.17.0.17/32 -> 10.0.0.255
55822026-08-31T09:34:35.431Z adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 31 09:34:33.598 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOAug 31 09:34:33.598
55832026-08-31T09:34:35.431Z
55842026-08-31T09:34:35.431ZAug 31 09:34:33.598adding route 3fff:dead::/64 -> 2001:db8::55:2
55852026-08-31T09:34:35.431Z 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.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 } }]
55862026-08-31T09:34:35.431Z
55872026-08-31T09:34:35.431ZAug 31 09:34:33.598 Aug 31 09:34:33.598Aug 31 09:34:33.598DEBG INFO DEBGAug 31 09:34:33.598 adding route 3fff:dead::/64 -> 2001:db8::55:4
55882026-08-31T09:34:35.431Z 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.18/32 -> 10.0.0.255Aug 31 09:34:33.599Aug 31 09:34:33.599
55892026-08-31T09:34:35.431Z DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4
55902026-08-31T09:34:35.431ZAug 31 09:34:33.608
55912026-08-31T09:34:35.431ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.608 DEBG
55922026-08-31T09:34:35.431Z created new freemap, unit: freemap_route_ipv6
55932026-08-31T09:34:35.431ZAug 31 09:34:33.608Aug 31 09:34:33.598 DEBG INFOcreated new freemap , adding route 172.17.0.12/32 -> 10.0.0.255unit:
55942026-08-31T09:34:35.431ZAug 31 09:34:33.608 Aug 31 09:34:33.608 freemap_route_ipv6DEBG
55952026-08-31T09:34:35.431Z INFOinitted freemap. size: 64 , adding route 172.17.0.19/32 -> 10.0.0.255Aug 31 09:34:33.608unitAug 31 09:34:33.608 :DEBG
55962026-08-31T09:34:35.431Zreplacing 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 } }]
55972026-08-31T09:34:35.431Zfreemap_route_ipv4
55982026-08-31T09:34:35.431ZDEBG Aug 31 09:34:33.608initted freemap. size: 64 , INFOAug 31 09:34:33.608 adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 09:34:33.608
55992026-08-31T09:34:35.431Z DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
56002026-08-31T09:34:35.431Z :Aug 31 09:34:33.608 reset freemapDEBGfreemap_route_ipv4, unitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.608
56012026-08-31T09:34:35.432Z
56022026-08-31T09:34:35.432Z:INFO freemap_route_ipv4Aug 31 09:34:33.608adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 09:34:33.608
56032026-08-31T09:34:35.432ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
56042026-08-31T09:34:35.432Z
56052026-08-31T09:34:35.432ZDEBG Aug 31 09:34:33.608reset freemap , Aug 31 09:34:33.608DEBG Aug 31 09:34:33.608initted freemap. size: 64unit, unitDEBG: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 } }]freemap_route_ipv6
56062026-08-31T09:34:35.432Z:
56072026-08-31T09:34:35.432Zreplacing 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 } }]
56082026-08-31T09:34:35.432ZAug 31 09:34:33.608freemap_route_ipv4 Aug 31 09:34:33.608INFO
56092026-08-31T09:34:35.432Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 31 09:34:33.608
56102026-08-31T09:34:35.432ZDEBG INFO adding route 172.17.0.15/32 -> 10.0.0.255
56112026-08-31T09:34:35.432Zreset freemapAug 31 09:34:33.608 , Aug 31 09:34:33.608unitDEBG :DEBGAug 31 09:34:33.608 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 } }]DEBGfreemap_route_ipv6
56122026-08-31T09:34:35.432Zreplacing 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 } }]initted freemap. size: 64
56132026-08-31T09:34:35.432Z
56142026-08-31T09:34:35.432Z, unit:Aug 31 09:34:33.608Aug 31 09:34:33.608Aug 31 09:34:33.608 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255
56152026-08-31T09:34:35.432ZINFOfreemap_route_ipv6
56162026-08-31T09:34:35.432Zadding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.608
56172026-08-31T09:34:35.432Z DEBG
56182026-08-31T09:34:35.432Zreplacing 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 } }]
56192026-08-31T09:34:35.432ZAug 31 09:34:33.608Aug 31 09:34:33.608 DEBGDEBG Aug 31 09:34:33.608replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.608INFO
56202026-08-31T09:34:35.432Z
56212026-08-31T09:34:35.432ZDEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56222026-08-31T09:34:35.432Zreset freemapAug 31 09:34:33.608Aug 31 09:34:33.608, INFOINFO unitadding route 3fff:dead::/64 -> 2001:db8::55:3:Aug 31 09:34:33.608
56232026-08-31T09:34:35.432Zadding route 172.17.0.17/32 -> 10.0.0.255
56242026-08-31T09:34:35.432ZDEBG 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 } }]
56252026-08-31T09:34:35.432Z freemap_route_ipv6
56262026-08-31T09:34:35.432ZAug 31 09:34:33.608
56272026-08-31T09:34:35.432Z DEBG Aug 31 09:34:33.608replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
56282026-08-31T09:34:35.432Ztest route::tests::rollback_on_compact_write_failure ... ok
56292026-08-31T09:34:35.432ZINFOAug 31 09:34:33.608 adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 09:34:33.608
56302026-08-31T09:34:35.432ZINFO INFOAug 31 09:34:33.608 Aug 31 09:34:33.608adding route 172.17.0.24/32 -> 10.0.0.255 Aug 31 09:34:33.608DEBGINFO
56312026-08-31T09:34:35.432Z adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
56322026-08-31T09:34:35.433Zadding route 172.16.0.0/32 -> 10.0.0.1
56332026-08-31T09:34:35.433Z
56342026-08-31T09:34:35.433ZAug 31 09:34:33.608 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 31 09:34:33.608
56352026-08-31T09:34:35.433Z 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 } }]
56362026-08-31T09:34:35.433ZAug 31 09:34:33.608 DEBGINFOAug 31 09:34:33.608 DEBGAug 31 09:34:33.608adding route 172.17.0.18/32 -> 10.0.0.255
56372026-08-31T09:34:35.433ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.25/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 } }]
56382026-08-31T09:34:35.433Z
56392026-08-31T09:34:35.433Z
56402026-08-31T09:34:35.433ZAug 31 09:34:33.608 Aug 31 09:34:33.608DEBGAug 31 09:34:33.608 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG Aug 31 09:34:33.608replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
56412026-08-31T09:34:35.433Z
56422026-08-31T09:34:35.433Z Aug 31 09:34:33.608 INFO 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.16.0.0/32 -> 10.0.0.2DEBG
56432026-08-31T09:34:35.433Z
56442026-08-31T09:34:35.433Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
56452026-08-31T09:34:35.434Ztest transceivers::mpn_test::test_mpn_missing ... ok
56462026-08-31T09:34:35.434Ztest transceivers::mpn_test::test_mpn_present ... ok
56472026-08-31T09:34:35.434Ztest transceivers::mpn_test::test_xcvr_missing ... ok
56482026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
56492026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
56502026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
56512026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
56522026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
56532026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
56542026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
56552026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
56562026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
56572026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
56582026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
56592026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
56602026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
56612026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
56622026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
56632026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
56642026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
56652026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
56662026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
56672026-08-31T09:34:35.434Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
56682026-08-31T09:34:35.435Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
56692026-08-31T09:34:35.435Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
56702026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
56712026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
56722026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
56732026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
56742026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
56752026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
56762026-08-31T09:34:35.439Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
56772026-08-31T09:34:35.439Z 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 } }]
56782026-08-31T09:34:35.439ZAug 31 09:34:33.609 DEBG Aug 31 09:34:33.615Aug 31 09:34:33.608 created new freemapINFO , adding route 172.17.0.26/32 -> 10.0.0.255INFO
56792026-08-31T09:34:35.439Zunit: adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4
56802026-08-31T09:34:35.439Z
56812026-08-31T09:34:35.439ZAug 31 09:34:33.615 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 } }]
56822026-08-31T09:34:35.439ZAug 31 09:34:33.615Aug 31 09:34:33.615 DEBGINFO Aug 31 09:34:33.615created new freemap , adding route 172.17.0.27/32 -> 10.0.0.255unit
56832026-08-31T09:34:35.439Z: DEBG freemap_route_ipv6replacing 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 } }]
56842026-08-31T09:34:35.439ZAug 31 09:34:33.615
56852026-08-31T09:34:35.439ZDEBG Aug 31 09:34:33.615replacing 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 } }]
56862026-08-31T09:34:35.439ZDEBG initted freemap. size: 64, unitAug 31 09:34:33.615:Aug 31 09:34:33.615 INFOfreemap_route_ipv4INFO
56872026-08-31T09:34:35.439Z adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
56882026-08-31T09:34:35.439Z
56892026-08-31T09:34:35.439ZAug 31 09:34:33.615Aug 31 09:34:33.615 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.615
56902026-08-31T09:34:35.439Z DEBGreset freemap , 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 } }]unitAug 31 09:34:33.615: INFO
56912026-08-31T09:34:35.439Zfreemap_route_ipv4 adding route 172.17.0.29/32 -> 10.0.0.255
56922026-08-31T09:34:35.439Z
56932026-08-31T09:34:35.439ZAug 31 09:34:33.615 INFO Aug 31 09:34:33.615adding route 172.17.0.21/32 -> 10.0.0.255
56942026-08-31T09:34:35.439ZDEBGAug 31 09:34:33.615 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
56952026-08-31T09:34:35.439ZAug 31 09:34:33.615 DEBGAug 31 09:34:33.615initted freemap. size: 64 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:34:33.615 , 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 } }]
56962026-08-31T09:34:35.439Zunit : INFO
56972026-08-31T09:34:35.439Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 31 09:34:33.615
56982026-08-31T09:34:35.439Z DEBGfreemap_route_ipv6
56992026-08-31T09:34:35.439Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:34:33.615Aug 31 09:34:33.615
57002026-08-31T09:34:35.439Z 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.22/32 -> 10.0.0.255Aug 31 09:34:33.615
57012026-08-31T09:34:35.439Z Aug 31 09:34:33.615
57022026-08-31T09:34:35.440Z DEBGWARN reset freemapAug 31 09:34:33.615shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
57032026-08-31T09:34:35.440Z INFO Aug 31 09:34:33.615adding route 172.17.0.31/32 -> 10.0.0.255 unit
57042026-08-31T09:34:35.440ZDEBG: freemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57052026-08-31T09:34:35.440ZAug 31 09:34:33.615
57062026-08-31T09:34:35.440Z DEBG Aug 31 09:34:33.615 INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57072026-08-31T09:34:35.440Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.615
57082026-08-31T09:34:35.440Z INFOAug 31 09:34:33.615 adding route 172.17.0.23/32 -> 10.0.0.255INFO
57092026-08-31T09:34:35.440Z Aug 31 09:34:33.615adding route 172.17.0.32/32 -> 10.0.0.255
57102026-08-31T09:34:35.440ZDEBG Aug 31 09:34:33.615Aug 31 09:34:33.615 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57112026-08-31T09:34:35.440Z
57122026-08-31T09:34:35.440Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
57132026-08-31T09:34:35.440Z INFOAug 31 09:34:33.615 adding route 172.17.0.6/32 -> 10.0.0.255INFO
57142026-08-31T09:34:35.440Z Aug 31 09:34:33.615Aug 31 09:34:33.615 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOINFOAug 31 09:34:33.615
57152026-08-31T09:34:35.440Z adding route 172.17.0.33/32 -> 10.0.0.255 DEBG
57162026-08-31T09:34:35.440Zadding route 172.17.0.24/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 } }]
57172026-08-31T09:34:35.440Z
57182026-08-31T09:34:35.440ZAug 31 09:34:33.615Aug 31 09:34:33.615 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 } }]
57192026-08-31T09:34:35.440Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.615
57202026-08-31T09:34:35.440ZAug 31 09:34:33.615 DEBGINFO Aug 31 09:34:33.615Aug 31 09:34:33.615 adding route 172.17.0.7/32 -> 10.0.0.255 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 } }]
57212026-08-31T09:34:35.440Zadding route 3fff:dead::/64 -> 2001:db8::55:3
57222026-08-31T09:34:35.440Z
57232026-08-31T09:34:35.440ZINFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:34:33.615
57242026-08-31T09:34:35.440ZAug 31 09:34:33.615Aug 31 09:34:33.615 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG adding route 172.17.0.25/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 } }]
57252026-08-31T09:34:35.440Z
57262026-08-31T09:34:35.440Z
57272026-08-31T09:34:35.440ZAug 31 09:34:33.615 DEBGAug 31 09:34:33.615Aug 31 09:34:33.615 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.609
57282026-08-31T09:34:35.440ZDEBGINFO 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 } }]Aug 31 09:34:33.615created new freemapAug 31 09:34:33.615
57292026-08-31T09:34:35.440Z INFO , adding route 172.17.0.8/32 -> 10.0.0.255unitadding route 3fff:dead::/64 -> 2001:db8::55:4INFO
57302026-08-31T09:34:35.440Z:
57312026-08-31T09:34:35.440Z adding route 172.17.0.35/32 -> 10.0.0.255freemap_route_ipv4
57322026-08-31T09:34:35.440ZAug 31 09:34:33.615
57332026-08-31T09:34:35.440ZINFOAug 31 09:34:33.615Aug 31 09:34:33.615Aug 31 09:34:33.615 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57342026-08-31T09:34:35.440Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
57352026-08-31T09:34:35.440Z
57362026-08-31T09:34:35.440ZAug 31 09:34:33.615 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 } }]
57372026-08-31T09:34:35.440Z
57382026-08-31T09:34:35.440ZAug 31 09:34:33.615Aug 31 09:34:33.615 INFO adding route 172.17.0.9/32 -> 10.0.0.255INFO
57392026-08-31T09:34:35.440Z Aug 31 09:34:33.615 DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 09:34:33.615
57402026-08-31T09:34:35.440ZAug 31 09:34:33.615 created new freemapDEBGDEBG , Aug 31 09:34:33.615 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 } }]unit
57412026-08-31T09:34:35.440Z:DEBG freemap_route_ipv6replacing 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 } }]
57422026-08-31T09:34:35.441Z
57432026-08-31T09:34:35.441Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.615
57442026-08-31T09:34:35.441Z INFOAug 31 09:34:33.615 adding route 172.17.0.10/32 -> 10.0.0.255INFO
57452026-08-31T09:34:35.441ZAug 31 09:34:33.615 Aug 31 09:34:33.615INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
57462026-08-31T09:34:35.441Z
57472026-08-31T09:34:35.441Z Aug 31 09:34:33.615 initted freemap. size: 64DEBG, 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 } }]:
57482026-08-31T09:34:35.441ZAug 31 09:34:33.615 Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615replacing 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 } }]freemap_route_ipv4
57492026-08-31T09:34:35.441Z
57502026-08-31T09:34:35.441ZINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255
57512026-08-31T09:34:35.441Zreplacing 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 } }]
57522026-08-31T09:34:35.441ZAug 31 09:34:33.615 Aug 31 09:34:33.615INFO Aug 31 09:34:33.615adding route 172.17.0.38/32 -> 10.0.0.255 DEBG
57532026-08-31T09:34:35.441Z Aug 31 09:34:33.615replacing 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
57542026-08-31T09:34:35.441Z INFOreset freemap, Aug 31 09:34:33.615 unitAug 31 09:34:33.615DEBG adding route 172.17.0.28/32 -> 10.0.0.255 INFO
57552026-08-31T09:34:35.441Zreplacing 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 } }]:
57562026-08-31T09:34:35.441Z freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255
57572026-08-31T09:34:35.441Z
57582026-08-31T09:34:35.441ZAug 31 09:34:33.615 Aug 31 09:34:33.615DEBG 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 } }]INFOAug 31 09:34:33.615
57592026-08-31T09:34:35.441Z adding route 172.17.0.39/32 -> 10.0.0.255
57602026-08-31T09:34:35.441ZAug 31 09:34:33.615DEBG Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615INFO initted freemap. size: 64adding route 172.17.0.29/32 -> 10.0.0.255DEBG
57612026-08-31T09:34:35.441Z , replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
57622026-08-31T09:34:35.441Z: Aug 31 09:34:33.615freemap_route_ipv6replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.615
57632026-08-31T09:34:35.441Z
57642026-08-31T09:34:35.441Z DEBGINFO Aug 31 09:34:33.615 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.40/32 -> 10.0.0.255
57652026-08-31T09:34:35.441Z
57662026-08-31T09:34:35.441ZAug 31 09:34:33.615 DEBGINFO Aug 31 09:34:33.615adding route 172.17.0.13/32 -> 10.0.0.255 reset freemap
57672026-08-31T09:34:35.441Z, Aug 31 09:34:33.615 INFOunitDEBG: Aug 31 09:34:33.615 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6
57682026-08-31T09:34:35.441Z
57692026-08-31T09:34:35.441ZDEBG
57702026-08-31T09:34:35.445Z 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 } }]
57712026-08-31T09:34:35.445ZAug 31 09:34:33.615 INFO Aug 31 09:34:33.615adding route 172.17.0.41/32 -> 10.0.0.255
57722026-08-31T09:34:35.445ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
57732026-08-31T09:34:35.445ZAug 31 09:34:33.615Aug 31 09:34:33.615 DEBG Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615 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 } }]
57742026-08-31T09:34:35.445ZINFOreplacing 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 } }]DEBG
57752026-08-31T09:34:35.445Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:34:33.615
57762026-08-31T09:34:35.445Zadding route 172.17.0.14/32 -> 10.0.0.255 INFO
57772026-08-31T09:34:35.445Z adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:34:33.615
57782026-08-31T09:34:35.445Z Aug 31 09:34:33.615INFOAug 31 09:34:33.615 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:34:33.615
57792026-08-31T09:34:35.445Z
57802026-08-31T09:34:35.445ZDEBG
57812026-08-31T09:34:35.445Z 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 } }]
57822026-08-31T09:34:35.446ZAug 31 09:34:33.615Aug 31 09:34:33.615Aug 31 09:34:33.615 INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG
57832026-08-31T09:34:35.446ZDEBG Aug 31 09:34:33.615 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 } }]
57842026-08-31T09:34:35.446Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
57852026-08-31T09:34:35.446Z Aug 31 09:34:33.615 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
57862026-08-31T09:34:35.446Z Aug 31 09:34:33.615Aug 31 09:34:33.615replacing 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 } }]
57872026-08-31T09:34:35.446Z INFOAug 31 09:34:33.615INFO Aug 31 09:34:33.615adding route 172.17.0.32/32 -> 10.0.0.255
57882026-08-31T09:34:35.446ZDEBGINFO 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.16/32 -> 10.0.0.255Aug 31 09:34:33.616 DEBG
57892026-08-31T09:34:35.446Z created new freemap,
57902026-08-31T09:34:35.446ZAug 31 09:34:33.626 INFO Aug 31 09:34:33.626adding route 172.17.0.44/32 -> 10.0.0.255
57912026-08-31T09:34:35.446ZunitDEBGAug 31 09:34:33.626 :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
57922026-08-31T09:34:35.446Z Aug 31 09:34:33.626replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:34:33.626
57932026-08-31T09:34:35.446Z DEBGDEBGfreemap_route_ipv4
57942026-08-31T09:34:35.446Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.626
57952026-08-31T09:34:35.446Zreplacing 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 } }]
57962026-08-31T09:34:35.446ZINFO Aug 31 09:34:33.626Aug 31 09:34:33.626adding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 09:34:33.626
57972026-08-31T09:34:35.446Z Aug 31 09:34:33.626INFOINFODEBG INFO created new freemap Aug 31 09:34:33.626adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
57982026-08-31T09:34:35.446ZDEBG
57992026-08-31T09:34:35.446Z 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 } }], unit
58002026-08-31T09:34:35.446Z
58012026-08-31T09:34:35.446Z:Aug 31 09:34:33.626 Aug 31 09:34:33.626DEBG 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 } }]
58022026-08-31T09:34:35.446ZAug 31 09:34:33.626freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255
58032026-08-31T09:34:35.446Z
58042026-08-31T09:34:35.446ZAug 31 09:34:33.626 DEBG DEBGAug 31 09:34:33.626Aug 31 09:34:33.626 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626DEBG INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58052026-08-31T09:34:35.446Z
58062026-08-31T09:34:35.446Z initted freemap. size: 64, replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.626unit
58072026-08-31T09:34:35.447Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 31 09:34:33.626
58082026-08-31T09:34:35.447Z:INFO Aug 31 09:34:33.626Aug 31 09:34:33.626 freemap_route_ipv4INFOadding route 172.17.0.18/32 -> 10.0.0.255
58092026-08-31T09:34:35.447ZINFO DEBG adding route 172.17.0.2/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 } }]
58102026-08-31T09:34:35.447Z
58112026-08-31T09:34:35.447Z adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:34:33.626
58122026-08-31T09:34:35.447Z
58132026-08-31T09:34:35.447Z Aug 31 09:34:33.626 DEBGDEBG Aug 31 09:34:33.626 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
58142026-08-31T09:34:35.447Z Aug 31 09:34:33.626 Aug 31 09:34:33.626reset freemap Aug 31 09:34:33.626DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
58152026-08-31T09:34:35.447ZINFOunit : Aug 31 09:34:33.626 adding route 172.17.0.3/32 -> 10.0.0.255
58162026-08-31T09:34:35.447ZINFOreplacing 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.47/32 -> 10.0.0.255 freemap_route_ipv4
58172026-08-31T09:34:35.447Z
58182026-08-31T09:34:35.447Z
58192026-08-31T09:34:35.447Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 31 09:34:33.626 DEBG
58202026-08-31T09:34:35.447Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626
58212026-08-31T09:34:35.447ZAug 31 09:34:33.626 DEBGDEBGAug 31 09:34:33.626 Aug 31 09:34:33.626 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 } }] initted freemap. size: 64 Aug 31 09:34:33.626INFO
58222026-08-31T09:34:35.447Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
58232026-08-31T09:34:35.447Z, replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626
58242026-08-31T09:34:35.447Zunit :INFOAug 31 09:34:33.626 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:34:33.626
58252026-08-31T09:34:35.447Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
58262026-08-31T09:34:35.447ZINFO
58272026-08-31T09:34:35.447Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
58282026-08-31T09:34:35.447Z adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv6Aug 31 09:34:33.626
58292026-08-31T09:34:35.447Z 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 } }]
58302026-08-31T09:34:35.447Ztest route::tests::shrink_preserves_compacted_order ... ok
58312026-08-31T09:34:35.447Z
58322026-08-31T09:34:35.447ZAug 31 09:34:33.626Aug 31 09:34:33.626 Aug 31 09:34:33.626Aug 31 09:34:33.626INFOAug 31 09:34:33.626 adding route 172.17.0.5/32 -> 10.0.0.255
58332026-08-31T09:34:35.447Ztest route::tests::add_target_fails_full ... ok
58342026-08-31T09:34:35.447ZINFODEBG DEBGadding route 172.17.0.49/32 -> 10.0.0.255
58352026-08-31T09:34:35.448Z DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626
58362026-08-31T09:34:35.448Z 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 } }] Aug 31 09:34:33.626reset freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58372026-08-31T09:34:35.448Z
58382026-08-31T09:34:35.448Z, Aug 31 09:34:33.626DEBGunit Aug 31 09:34:33.626 INFO: INFOadding route 172.17.0.21/32 -> 10.0.0.255 freemap_route_ipv6
58392026-08-31T09:34:35.448Zadding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58402026-08-31T09:34:35.448ZAug 31 09:34:33.626
58412026-08-31T09:34:35.448Z INFO
58422026-08-31T09:34:35.448ZAug 31 09:34:33.626Aug 31 09:34:33.626 DEBGAug 31 09:34:33.626adding route 172.17.0.36/32 -> 10.0.0.255DEBG Aug 31 09:34:33.626
58432026-08-31T09:34:35.448ZINFO adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58442026-08-31T09:34:35.448Z
58452026-08-31T09:34:35.448Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626
58462026-08-31T09:34:35.448Z INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 31 09:34:33.626 DEBGAug 31 09:34:33.626INFOAug 31 09:34:33.626 INFO
58472026-08-31T09:34:35.448Zreplacing 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.7/32 -> 10.0.0.255
58482026-08-31T09:34:35.448Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 31 09:34:33.626
58492026-08-31T09:34:35.449ZDEBG DEBG
58502026-08-31T09:34:35.449Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:34:33.626
58512026-08-31T09:34:35.449Z
58522026-08-31T09:34:35.449ZAug 31 09:34:33.638 Aug 31 09:34:33.638 INFO INFODEBGadding route 172.17.0.37/32 -> 10.0.0.255 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.51/32 -> 10.0.0.255
58532026-08-31T09:34:35.449ZAug 31 09:34:33.638
58542026-08-31T09:34:35.449Z
58552026-08-31T09:34:35.449Z INFO adding route 172.16.0.0/32 -> 10.0.0.2
58562026-08-31T09:34:35.449ZAug 31 09:34:33.638 Aug 31 09:34:33.638INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
58572026-08-31T09:34:35.449ZAug 31 09:34:33.638replacing 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 } }]
58582026-08-31T09:34:35.449Z Aug 31 09:34:33.638 DEBGDEBG Aug 31 09:34:33.638 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58592026-08-31T09:34:35.449Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58602026-08-31T09:34:35.449Z
58612026-08-31T09:34:35.449Z Aug 31 09:34:33.638Aug 31 09:34:33.638 adding route 172.16.0.0/32 -> 10.0.0.3INFO
58622026-08-31T09:34:35.449ZINFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:34:33.638adding route 172.17.0.52/32 -> 10.0.0.255
58632026-08-31T09:34:35.449ZINFO
58642026-08-31T09:34:35.449ZAug 31 09:34:33.638adding route 172.17.0.9/32 -> 10.0.0.255
58652026-08-31T09:34:35.449ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 09:34:33.638Aug 31 09:34:33.638
58662026-08-31T09:34:35.449Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 09:34:33.638 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58672026-08-31T09:34:35.449ZAug 31 09:34:33.638 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 } }]
58682026-08-31T09:34:35.449ZINFO
58692026-08-31T09:34:35.449ZAug 31 09:34:33.638 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 31 09:34:33.638Aug 31 09:34:33.638 INFOINFO
58702026-08-31T09:34:35.453Zadding route 172.17.0.53/32 -> 10.0.0.255
58712026-08-31T09:34:35.453Z adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.10/32 -> 10.0.0.255
58722026-08-31T09:34:35.453Z
58732026-08-31T09:34:35.453ZAug 31 09:34:33.638 Aug 31 09:34:33.638 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:34:33.638replacing 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 } }]
58742026-08-31T09:34:35.453Z
58752026-08-31T09:34:35.453Z DEBGAug 31 09:34:33.638 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 } }]DEBGAug 31 09:34:33.638
58762026-08-31T09:34:35.453Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 31 09:34:33.638DEBG INFO
58772026-08-31T09:34:35.453Z Aug 31 09:34:33.638 replacing targets for 172.16.0.0/32 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 } }]INFOadding route 172.17.0.54/32 -> 10.0.0.255
58782026-08-31T09:34:35.453Z
58792026-08-31T09:34:35.453Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 31 09:34:33.638
58802026-08-31T09:34:35.453Z Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58812026-08-31T09:34:35.453Zreplacing targets for 172.16.0.0/32 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 } }]
58822026-08-31T09:34:35.453Z
58832026-08-31T09:34:35.453ZAug 31 09:34:33.638 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:34:33.638
58842026-08-31T09:34:35.453Z INFO adding route 172.17.0.12/32 -> 10.0.0.255
58852026-08-31T09:34:35.453ZAug 31 09:34:33.638 DEBG Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBGreplacing 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 } }]
58862026-08-31T09:34:35.453Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58872026-08-31T09:34:35.453Z
58882026-08-31T09:34:35.453ZAug 31 09:34:33.638 INFO adding route 172.17.0.56/32 -> 10.0.0.255
58892026-08-31T09:34:35.454ZAug 31 09:34:33.638Aug 31 09:34:33.638Aug 31 09:34:33.638 INFODEBGINFO 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.23/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
58902026-08-31T09:34:35.454Z
58912026-08-31T09:34:35.454Z
58922026-08-31T09:34:35.454ZAug 31 09:34:33.638 Aug 31 09:34:33.638DEBG 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 } }]
58932026-08-31T09:34:35.454Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.638
58942026-08-31T09:34:35.454Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 09:34:33.638
58952026-08-31T09:34:35.454Z Aug 31 09:34:33.638INFO INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
58962026-08-31T09:34:35.454Z
58972026-08-31T09:34:35.454ZAug 31 09:34:33.638 DEBGAug 31 09:34:33.638 Aug 31 09:34:33.638replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.638
58982026-08-31T09:34:35.454ZDEBG 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
58992026-08-31T09:34:35.454Z Aug 31 09:34:33.638 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
59002026-08-31T09:34:35.454Zadding route 172.17.0.58/32 -> 10.0.0.255INFOAug 31 09:34:33.638
59012026-08-31T09:34:35.454Z adding route 172.17.0.38/32 -> 10.0.0.255INFO
59022026-08-31T09:34:35.454Z Aug 31 09:34:33.638adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:34:33.638
59032026-08-31T09:34:35.454Z INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255 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 } }]
59042026-08-31T09:34:35.454ZAug 31 09:34:33.638
59052026-08-31T09:34:35.454Z DEBG Aug 31 09:34:33.638replacing 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 } }]
59062026-08-31T09:34:35.454ZAug 31 09:34:33.638Aug 31 09:34:33.638DEBG INFODEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.59/32 -> 10.0.0.255
59072026-08-31T09:34:35.454Z
59082026-08-31T09:34:35.454ZAug 31 09:34:33.638 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
59092026-08-31T09:34:35.454Z Aug 31 09:34:33.638adding route 172.17.0.16/32 -> 10.0.0.255 Aug 31 09:34:33.638DEBG
59102026-08-31T09:34:35.454Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.638
59112026-08-31T09:34:35.454Z Aug 31 09:34:33.638INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59122026-08-31T09:34:35.454Z
59132026-08-31T09:34:35.455ZINFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 09:34:33.638
59142026-08-31T09:34:35.455Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
59152026-08-31T09:34:35.455ZAug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBG Aug 31 09:34:33.638Aug 31 09:34:33.638replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59162026-08-31T09:34:35.455ZINFO
59172026-08-31T09:34:35.455ZDEBG adding route 172.17.0.17/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 } }]
59182026-08-31T09:34:35.455Z
59192026-08-31T09:34:35.455ZAug 31 09:34:33.638 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 09:34:33.638Aug 31 09:34:33.638
59202026-08-31T09:34:35.455ZINFODEBGAug 31 09:34:33.638 INFOadding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:34:33.638
59212026-08-31T09:34:35.455Z DEBGadding route 172.17.0.61/32 -> 10.0.0.255
59222026-08-31T09:34:35.455Zreplacing 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 } }]
59232026-08-31T09:34:35.455Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59242026-08-31T09:34:35.455Z
59252026-08-31T09:34:35.455ZAug 31 09:34:33.638 INFO
59262026-08-31T09:34:35.455ZAug 31 09:34:33.638 Aug 31 09:34:33.638INFO adding route 172.17.0.41/32 -> 10.0.0.255 INFO
59272026-08-31T09:34:35.455Z adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
59282026-08-31T09:34:35.455Z
59292026-08-31T09:34:35.455ZAug 31 09:34:33.638 DEBGAug 31 09:34:33.638 DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.638
59302026-08-31T09:34:35.456Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.638
59312026-08-31T09:34:35.456ZDEBG Aug 31 09:34:33.638replacing 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 } }]INFO
59322026-08-31T09:34:35.456Z INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 31 09:34:33.638 adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:34:33.638
59332026-08-31T09:34:35.456Z INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255
59342026-08-31T09:34:35.457Z
59352026-08-31T09:34:35.457Z
59362026-08-31T09:34:35.457ZAug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBG Aug 31 09:34:33.638Aug 31 09:34:33.638replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]DEBGDEBG
59372026-08-31T09:34:35.457Z
59382026-08-31T09:34:35.457Z 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.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 } }]
59392026-08-31T09:34:35.457Z
59402026-08-31T09:34:35.457ZAug 31 09:34:33.638Aug 31 09:34:33.638 INFOINFO
59412026-08-31T09:34:35.457ZAug 31 09:34:33.638adding route 172.17.0.30/32 -> 10.0.0.255
59422026-08-31T09:34:35.457ZDEBGadding route 172.17.0.43/32 -> 10.0.0.255 failed to allocate space for the new target list
59432026-08-31T09:34:35.457Z
59442026-08-31T09:34:35.457ZAug 31 09:34:33.638 Aug 31 09:34:33.638DEBGAug 31 09:34:33.638 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 } }]DEBG
59452026-08-31T09:34:35.457Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:34:33.638
59462026-08-31T09:34:35.457ZAug 31 09:34:33.638Aug 31 09:34:33.638 INFODEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.638
59472026-08-31T09:34:35.457Zadding route 172.17.0.31/32 -> 10.0.0.255
59482026-08-31T09:34:35.457ZDEBG adding route 172.17.0.27/32 -> 10.0.0.255INFOfailed to allocate space for the new target list adding route 172.17.0.19/32 -> 10.0.0.255
59492026-08-31T09:34:35.457ZAug 31 09:34:33.638
59502026-08-31T09:34:35.457Z
59512026-08-31T09:34:35.457ZAug 31 09:34:33.638INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255
59522026-08-31T09:34:35.457Z 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 } }]
59532026-08-31T09:34:35.457ZAug 31 09:34:33.638Aug 31 09:34:33.638Aug 31 09:34:33.638 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:34:33.638replacing 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 } }]
59542026-08-31T09:34:35.457Z
59552026-08-31T09:34:35.457Z DEBG DEBGAug 31 09:34:33.638 Aug 31 09:34:33.638 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 } }]INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
59562026-08-31T09:34:35.457Z
59572026-08-31T09:34:35.457Z
59582026-08-31T09:34:35.457ZAug 31 09:34:33.646Aug 31 09:34:33.646
59592026-08-31T09:34:35.457ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
59602026-08-31T09:34:35.457ZAug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646DEBG DEBGINFOreplacing 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 } }]
59612026-08-31T09:34:35.457Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
59622026-08-31T09:34:35.457Z
59632026-08-31T09:34:35.457ZAug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646INFO INFODEBG adding route 172.17.0.29/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 } }]
59642026-08-31T09:34:35.457Z
59652026-08-31T09:34:35.457Zadding route 172.17.0.46/32 -> 10.0.0.255
59662026-08-31T09:34:35.457ZAug 31 09:34:33.646Aug 31 09:34:33.646Aug 31 09:34:33.646 DEBGINFO DEBG adding route 172.17.0.34/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.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 } }]
59672026-08-31T09:34:35.457Z
59682026-08-31T09:34:35.457Z
59692026-08-31T09:34:35.458ZAug 31 09:34:33.646 Aug 31 09:34:33.646DEBG Aug 31 09:34:33.646INFO 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
59702026-08-31T09:34:35.462Zadding route 172.17.0.30/32 -> 10.0.0.255
59712026-08-31T09:34:35.462Zadding route 172.17.0.47/32 -> 10.0.0.255
59722026-08-31T09:34:35.462ZAug 31 09:34:33.646 INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 Aug 31 09:34:33.646adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 09:34:33.646
59732026-08-31T09:34:35.462Z
59742026-08-31T09:34:35.462Z 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 } }]DEBG
59752026-08-31T09:34:35.462Z Aug 31 09:34:33.646Aug 31 09:34:33.646replacing 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 } }]
59762026-08-31T09:34:35.462ZDEBGDEBG 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 } }]
59772026-08-31T09:34:35.463Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
59782026-08-31T09:34:35.463Z Aug 31 09:34:33.646INFO Aug 31 09:34:33.646 INFOadding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:34:33.646
59792026-08-31T09:34:35.463Z INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.36/32 -> 10.0.0.255
59802026-08-31T09:34:35.463Z
59812026-08-31T09:34:35.463Z
59822026-08-31T09:34:35.463ZAug 31 09:34:33.646 DEBGAug 31 09:34:33.646Aug 31 09:34:33.646 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 } }]DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59832026-08-31T09:34:35.463ZAug 31 09:34:33.646
59842026-08-31T09:34:35.463Zreplacing 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 } }]
59852026-08-31T09:34:35.463ZDEBG 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 } }]
59862026-08-31T09:34:35.463ZAug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646INFO INFOINFO Aug 31 09:34:33.646adding route 172.17.0.22/32 -> 10.0.0.255
59872026-08-31T09:34:35.463Zadding route 172.17.0.37/32 -> 10.0.0.255INFOadding route 172.17.0.49/32 -> 10.0.0.255
59882026-08-31T09:34:35.463Z
59892026-08-31T09:34:35.463Zadding route 172.17.0.32/32 -> 10.0.0.255
59902026-08-31T09:34:35.463ZAug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646DEBGDEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
59912026-08-31T09:34:35.463Z
59922026-08-31T09:34:35.463Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
59932026-08-31T09:34:35.463Z
59942026-08-31T09:34:35.463ZAug 31 09:34:33.646 INFOAug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646 adding route 172.17.0.23/32 -> 10.0.0.255INFOINFO
59952026-08-31T09:34:35.463Z adding route 172.17.0.38/32 -> 10.0.0.255
59962026-08-31T09:34:35.463ZINFO Aug 31 09:34:33.646 adding route 172.17.0.33/32 -> 10.0.0.255DEBGadding route 172.17.0.50/32 -> 10.0.0.255
59972026-08-31T09:34:35.463Zreplacing 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 } }]
59982026-08-31T09:34:35.463ZAug 31 09:34:33.646
59992026-08-31T09:34:35.463Z DEBG Aug 31 09:34:33.646replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.646DEBGAug 31 09:34:33.646 INFO
60002026-08-31T09:34:35.463Zreplacing 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
60012026-08-31T09:34:35.463Zadding route 172.17.0.24/32 -> 10.0.0.255
60022026-08-31T09:34:35.463Zreplacing 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 } }]
60032026-08-31T09:34:35.463ZAug 31 09:34:33.646 INFOAug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646 adding route 172.17.0.34/32 -> 10.0.0.255
60042026-08-31T09:34:35.463ZINFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
60052026-08-31T09:34:35.463ZDEBG
60062026-08-31T09:34:35.463Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
60072026-08-31T09:34:35.463Z Aug 31 09:34:33.646DEBG DEBG Aug 31 09:34:33.646 Aug 31 09:34:33.646replacing 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 } }]
60082026-08-31T09:34:35.463ZDEBG 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
60092026-08-31T09:34:35.463Zadding route 172.17.0.25/32 -> 10.0.0.255
60102026-08-31T09:34:35.463ZAug 31 09:34:33.646 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
60112026-08-31T09:34:35.463Z Aug 31 09:34:33.646adding route 172.17.0.52/32 -> 10.0.0.255
60122026-08-31T09:34:35.463ZDEBGAug 31 09:34:33.646 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
60132026-08-31T09:34:35.464Z INFOAug 31 09:34:33.646 DEBG INFOadding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:34:33.646
60142026-08-31T09:34:35.464Z INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60152026-08-31T09:34:35.464Zadding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
60162026-08-31T09:34:35.464Z
60172026-08-31T09:34:35.464ZAug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646 INFODEBGAug 31 09:34:33.646 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 } }]
60182026-08-31T09:34:35.464Zreplacing 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.53/32 -> 10.0.0.255
60192026-08-31T09:34:35.464Z
60202026-08-31T09:34:35.464ZDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
60212026-08-31T09:34:35.464Z Aug 31 09:34:33.646INFOAug 31 09:34:33.646 INFODEBG adding route 172.17.0.27/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 } }]Aug 31 09:34:33.646
60222026-08-31T09:34:35.464Zadding route 172.17.0.36/32 -> 10.0.0.255
60232026-08-31T09:34:35.464Z
60242026-08-31T09:34:35.464Z INFOAug 31 09:34:33.646 adding route 172.17.0.41/32 -> 10.0.0.255INFO
60252026-08-31T09:34:35.464ZAug 31 09:34:33.646Aug 31 09:34:33.646 adding route 172.17.0.54/32 -> 10.0.0.255 DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60262026-08-31T09:34:35.464ZAug 31 09:34:33.646replacing 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 } }]
60272026-08-31T09:34:35.464Ztest route::tests::delete_target_fragmented ... ok
60282026-08-31T09:34:35.464Ztest route::tests::delete_targets_fragmented ... ok
60292026-08-31T09:34:35.464Z
60302026-08-31T09:34:35.464Ztest route::tests::delete_targets_full ... ok
60312026-08-31T09:34:35.464Z DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646Aug 31 09:34:33.646
60322026-08-31T09:34:35.464ZDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646INFO
60332026-08-31T09:34:35.464ZINFO Aug 31 09:34:33.646adding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.17.0.28/32 -> 10.0.0.255INFO
60342026-08-31T09:34:35.464Z
60352026-08-31T09:34:35.464Z adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:34:33.646
60362026-08-31T09:34:35.464ZAug 31 09:34:33.646 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:34:33.646
60372026-08-31T09:34:35.464Z Aug 31 09:34:33.646replacing 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
60382026-08-31T09:34:35.464Z DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
60392026-08-31T09:34:35.464Z
60402026-08-31T09:34:35.464ZAug 31 09:34:33.646 DEBG INFOreplacing 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 } }]
60412026-08-31T09:34:35.464ZAug 31 09:34:33.646adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 09:34:33.646
60422026-08-31T09:34:35.464Z INFOAug 31 09:34:33.646 INFOadding route 172.17.0.38/32 -> 10.0.0.255INFO Aug 31 09:34:33.646adding route 172.17.0.56/32 -> 10.0.0.255
60432026-08-31T09:34:35.464Z
60442026-08-31T09:34:35.464Zadding route 172.17.0.43/32 -> 10.0.0.255DEBG
60452026-08-31T09:34:35.464Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
60462026-08-31T09:34:35.464Z Aug 31 09:34:33.646DEBG 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 } }]Aug 31 09:34:33.646
60472026-08-31T09:34:35.464Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646DEBG INFO
60482026-08-31T09:34:35.464Z adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60492026-08-31T09:34:35.464Z
60502026-08-31T09:34:35.464ZAug 31 09:34:33.646 INFOAug 31 09:34:33.646 Aug 31 09:34:33.646 adding route 172.17.0.57/32 -> 10.0.0.255INFOAug 31 09:34:33.646 adding route 172.17.0.39/32 -> 10.0.0.255
60512026-08-31T09:34:35.464ZINFO
60522026-08-31T09:34:35.465ZDEBGadding route 172.17.0.44/32 -> 10.0.0.255 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 } }]
60532026-08-31T09:34:35.465Z
60542026-08-31T09:34:35.465ZAug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646Aug 31 09:34:33.646 DEBG INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255DEBGreplacing 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 } }]
60552026-08-31T09:34:35.465Z
60562026-08-31T09:34:35.465Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
60572026-08-31T09:34:35.465Z
60582026-08-31T09:34:35.465ZAug 31 09:34:33.646 Aug 31 09:34:33.646DEBG INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
60592026-08-31T09:34:35.465ZAug 31 09:34:33.646Aug 31 09:34:33.646
60602026-08-31T09:34:35.465Z INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 09:34:33.646
60612026-08-31T09:34:35.465ZAug 31 09:34:33.646 DEBG
60622026-08-31T09:34:35.465ZINFO Aug 31 09:34:33.646replacing 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.32/32 -> 10.0.0.255DEBG
60632026-08-31T09:34:35.465Z
60642026-08-31T09:34:35.465Z 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 } }]
60652026-08-31T09:34:35.465ZAug 31 09:34:33.646 DEBG Aug 31 09:34:33.646replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.646
60662026-08-31T09:34:35.465Z 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 } }]Aug 31 09:34:33.646
60672026-08-31T09:34:35.466Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:34:33.646
60682026-08-31T09:34:35.466Z INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:34:33.646
60692026-08-31T09:34:35.466Z INFO INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
60702026-08-31T09:34:35.469Z
60712026-08-31T09:34:35.469ZAug 31 09:34:33.646Aug 31 09:34:33.646 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646DEBG
60722026-08-31T09:34:35.469ZDEBG 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 } }]
60732026-08-31T09:34:35.470Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646
60742026-08-31T09:34:35.470Z DEBGAug 31 09:34:33.646 Aug 31 09:34:33.646INFO Aug 31 09:34:33.646adding route 172.17.0.42/32 -> 10.0.0.255
60752026-08-31T09:34:35.470ZINFOINFO adding route 172.17.0.60/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 } }]
60762026-08-31T09:34:35.470Zadding route 172.17.0.34/32 -> 10.0.0.255
60772026-08-31T09:34:35.470Z
60782026-08-31T09:34:35.470ZAug 31 09:34:33.646 DEBGAug 31 09:34:33.646 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646 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 } }]DEBG
60792026-08-31T09:34:35.470Z 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 } }]
60802026-08-31T09:34:35.470ZAug 31 09:34:33.656
60812026-08-31T09:34:35.470ZAug 31 09:34:33.656 INFO adding route 172.17.0.35/32 -> 10.0.0.255
60822026-08-31T09:34:35.470ZAug 31 09:34:33.656 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:34:33.656
60832026-08-31T09:34:35.470Z DEBG 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 } }] Aug 31 09:34:33.656failed to allocate space for the new target list
60842026-08-31T09:34:35.470Z 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 } }]
60852026-08-31T09:34:35.470ZAug 31 09:34:33.656 INFOAug 31 09:34:33.656 INFOadding route 172.17.0.36/32 -> 10.0.0.255
60862026-08-31T09:34:35.470Zadding route 172.17.0.44/32 -> 10.0.0.255
60872026-08-31T09:34:35.471ZAug 31 09:34:33.656Aug 31 09:34:33.656 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
60882026-08-31T09:34:35.471Z
60892026-08-31T09:34:35.471Z
60902026-08-31T09:34:35.471ZAug 31 09:34:33.656Aug 31 09:34:33.656 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
60912026-08-31T09:34:35.471ZAug 31 09:34:33.656
60922026-08-31T09:34:35.471Z 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 } }]Aug 31 09:34:33.656
60932026-08-31T09:34:35.471Z DEBG Aug 31 09:34:33.656replacing 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 } }]
60942026-08-31T09:34:35.471ZDEBG 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 } }]
60952026-08-31T09:34:35.471ZAug 31 09:34:33.656Aug 31 09:34:33.656 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
60962026-08-31T09:34:35.471Z
60972026-08-31T09:34:35.471ZAug 31 09:34:33.656 Aug 31 09:34:33.656DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60982026-08-31T09:34:35.471Zreplacing 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 } }]
60992026-08-31T09:34:35.471ZAug 31 09:34:33.656Aug 31 09:34:33.656 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 31 09:34:33.656
61002026-08-31T09:34:35.471Zadding route 172.17.0.39/32 -> 10.0.0.255
61012026-08-31T09:34:35.471ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
61022026-08-31T09:34:35.471ZAug 31 09:34:33.656Aug 31 09:34:33.656 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.656replacing 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 } }]
61032026-08-31T09:34:35.472ZDEBG
61042026-08-31T09:34:35.472Z 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 } }]
61052026-08-31T09:34:35.472ZAug 31 09:34:33.656 Aug 31 09:34:33.656INFOAug 31 09:34:33.656 adding route 172.17.0.40/32 -> 10.0.0.255 INFO
61062026-08-31T09:34:35.472ZINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
61072026-08-31T09:34:35.472Z
61082026-08-31T09:34:35.472ZAug 31 09:34:33.656 DEBG Aug 31 09:34:33.656replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.656DEBG
61092026-08-31T09:34:35.472ZDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
61102026-08-31T09:34:35.472Z
61112026-08-31T09:34:35.472ZAug 31 09:34:33.656 INFO adding route 172.17.0.41/32 -> 10.0.0.255
61122026-08-31T09:34:35.472ZAug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255DEBG
61132026-08-31T09:34:35.472Z
61142026-08-31T09:34:35.472Z 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 } }]
61152026-08-31T09:34:35.472ZAug 31 09:34:33.656 Aug 31 09:34:33.656DEBGAug 31 09:34:33.656 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
61162026-08-31T09:34:35.472ZDEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61172026-08-31T09:34:35.472Z
61182026-08-31T09:34:35.473ZAug 31 09:34:33.656 INFOAug 31 09:34:33.656Aug 31 09:34:33.656 DEBG INFOadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61192026-08-31T09:34:35.473Z
61202026-08-31T09:34:35.473Zadding route 172.17.0.50/32 -> 10.0.0.255
61212026-08-31T09:34:35.473ZAug 31 09:34:33.656 Aug 31 09:34:33.656Aug 31 09:34:33.656 INFO DEBGDEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
61222026-08-31T09:34:35.473Z
61232026-08-31T09:34:35.473Z
61242026-08-31T09:34:35.473ZAug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656INFO DEBGINFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61252026-08-31T09:34:35.473Zadding route 172.17.0.51/32 -> 10.0.0.255
61262026-08-31T09:34:35.473Z
61272026-08-31T09:34:35.473Ztest route::tests::delete_target_full ... ok
61282026-08-31T09:34:35.473ZAug 31 09:34:33.656 Aug 31 09:34:33.656Aug 31 09:34:33.656DEBG INFODEBGreplacing 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 } }]
61292026-08-31T09:34:35.473Zadding route 172.17.0.44/32 -> 10.0.0.255
61302026-08-31T09:34:35.473Z
61312026-08-31T09:34:35.473Zreplacing 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 } }]
61322026-08-31T09:34:35.473Ztest result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
61332026-08-31T09:34:35.473ZAug 31 09:34:33.656 Aug 31 09:34:33.656INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
61342026-08-31T09:34:35.473Z
61352026-08-31T09:34:35.473Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.656
61362026-08-31T09:34:35.473Z INFO Aug 31 09:34:33.656adding route 172.17.0.52/32 -> 10.0.0.255 Aug 31 09:34:33.656DEBG
61372026-08-31T09:34:35.473Z INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.45/32 -> 10.0.0.255
61382026-08-31T09:34:35.473Z
61392026-08-31T09:34:35.473ZAug 31 09:34:33.656 DEBGAug 31 09:34:33.656 Aug 31 09:34:33.656replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
61402026-08-31T09:34:35.473Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
61412026-08-31T09:34:35.473Z adding route 172.17.0.53/32 -> 10.0.0.255
61422026-08-31T09:34:35.473ZAug 31 09:34:33.656 Aug 31 09:34:33.656INFO INFOAug 31 09:34:33.656 adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
61432026-08-31T09:34:35.473Z
61442026-08-31T09:34:35.473ZDEBG 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 } }]
61452026-08-31T09:34:35.473ZAug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656 DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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 } }]
61462026-08-31T09:34:35.473Zadding route 172.17.0.54/32 -> 10.0.0.255
61472026-08-31T09:34:35.473Z
61482026-08-31T09:34:35.473ZAug 31 09:34:33.656Aug 31 09:34:33.656Aug 31 09:34:33.656 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255INFO
61492026-08-31T09:34:35.473Z adding route 172.17.0.54/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 } }]
61502026-08-31T09:34:35.473Z
61512026-08-31T09:34:35.473ZAug 31 09:34:33.656 Aug 31 09:34:33.656DEBG Aug 31 09:34:33.656INFO 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 } }]
61522026-08-31T09:34:35.473Zadding route 172.17.0.55/32 -> 10.0.0.255DEBG
61532026-08-31T09:34:35.474Z 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 } }]
61542026-08-31T09:34:35.474ZAug 31 09:34:33.656 Aug 31 09:34:33.656INFO Aug 31 09:34:33.656 DEBGadding route 172.17.0.48/32 -> 10.0.0.255
61552026-08-31T09:34:35.474ZINFO 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 } }]
61562026-08-31T09:34:35.474Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:34:33.656
61572026-08-31T09:34:35.474Z DEBG Aug 31 09:34:33.656replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.656
61582026-08-31T09:34:35.474ZINFO adding route 172.17.0.56/32 -> 10.0.0.255DEBG
61592026-08-31T09:34:35.474Z Aug 31 09:34:33.656replacing 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 } }]
61602026-08-31T09:34:35.474ZINFO Aug 31 09:34:33.656adding route 172.17.0.49/32 -> 10.0.0.255
61612026-08-31T09:34:35.474ZDEBG Aug 31 09:34:33.656replacing 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 } }]
61622026-08-31T09:34:35.474ZINFOAug 31 09:34:33.656 DEBGadding route 172.17.0.56/32 -> 10.0.0.255
61632026-08-31T09:34:35.474ZAug 31 09:34:33.656 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
61642026-08-31T09:34:35.474Z Aug 31 09:34:33.656adding route 172.17.0.57/32 -> 10.0.0.255
61652026-08-31T09:34:35.474ZDEBG Aug 31 09:34:33.656replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.656
61662026-08-31T09:34:35.474ZINFO DEBG adding route 172.17.0.50/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 } }]
61672026-08-31T09:34:35.474ZAug 31 09:34:33.656
61682026-08-31T09:34:35.474Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
61692026-08-31T09:34:35.474ZAug 31 09:34:33.656 Aug 31 09:34:33.656DEBG Aug 31 09:34:33.656INFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
61702026-08-31T09:34:35.478Z
61712026-08-31T09:34:35.478Zreplacing 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 } }]
61722026-08-31T09:34:35.478ZAug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656 INFODEBG adding route 172.17.0.51/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 } }]
61732026-08-31T09:34:35.478Z
61742026-08-31T09:34:35.478ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
61752026-08-31T09:34:35.478ZAug 31 09:34:33.656Aug 31 09:34:33.656 INFODEBG adding route 172.17.0.59/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 } }]
61762026-08-31T09:34:35.478ZAug 31 09:34:33.656
61772026-08-31T09:34:35.478Z DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.656Aug 31 09:34:33.656
61782026-08-31T09:34:35.478Z DEBG 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.52/32 -> 10.0.0.255
61792026-08-31T09:34:35.478Z
61802026-08-31T09:34:35.478ZAug 31 09:34:33.656 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:34:33.656
61812026-08-31T09:34:35.478Z Aug 31 09:34:33.656INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
61822026-08-31T09:34:35.478Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.656
61832026-08-31T09:34:35.478Z DEBGAug 31 09:34:33.656 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:34:33.656 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 } }]
61842026-08-31T09:34:35.478ZINFO
61852026-08-31T09:34:35.478Z adding route 172.17.0.53/32 -> 10.0.0.255
61862026-08-31T09:34:35.478ZAug 31 09:34:33.656 Aug 31 09:34:33.656INFOAug 31 09:34:33.656 adding route 172.17.0.60/32 -> 10.0.0.255 DEBGDEBG
61872026-08-31T09:34:35.478Z failed to allocate space for the new target list
61882026-08-31T09:34:35.478Zreplacing 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 } }]
61892026-08-31T09:34:35.478ZAug 31 09:34:33.656 DEBGAug 31 09:34:33.656 Aug 31 09:34:33.656DEBGreplacing 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 } }]
61902026-08-31T09:34:35.478ZINFOreplacing targets for 172.16.0.0/32 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.54/32 -> 10.0.0.255
61912026-08-31T09:34:35.478Z
61922026-08-31T09:34:35.478ZAug 31 09:34:33.656 DEBG Aug 31 09:34:33.656failed to allocate space for the new target list
61932026-08-31T09:34:35.478ZDEBG 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 } }]
61942026-08-31T09:34:35.478ZAug 31 09:34:33.656 DEBG Aug 31 09:34:33.656replacing targets for 172.16.0.0/32 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 } }]
61952026-08-31T09:34:35.478ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
61962026-08-31T09:34:35.478ZAug 31 09:34:33.656 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 } }]
61972026-08-31T09:34:35.478ZAug 31 09:34:33.656 INFO adding route 172.17.0.56/32 -> 10.0.0.255
61982026-08-31T09:34:35.478ZAug 31 09:34:33.665 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 } }]
61992026-08-31T09:34:35.478ZAug 31 09:34:33.665 INFO adding route 172.17.0.57/32 -> 10.0.0.255
62002026-08-31T09:34:35.478ZAug 31 09:34:33.665 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 } }]
62012026-08-31T09:34:35.478ZAug 31 09:34:33.665 INFO adding route 172.17.0.58/32 -> 10.0.0.255
62022026-08-31T09:34:35.478ZAug 31 09:34:33.665 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 } }]
62032026-08-31T09:34:35.478ZAug 31 09:34:33.665 INFO adding route 172.17.0.59/32 -> 10.0.0.255
62042026-08-31T09:34:35.478ZAug 31 09:34:33.665 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 } }]
62052026-08-31T09:34:35.478ZAug 31 09:34:33.665 INFO adding route 172.17.0.60/32 -> 10.0.0.255
62062026-08-31T09:34:35.478ZAug 31 09:34:33.665 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 } }]
62072026-08-31T09:34:35.478ZAug 31 09:34:33.665 INFO adding route 172.17.0.61/32 -> 10.0.0.255
62082026-08-31T09:34:35.478ZAug 31 09:34:33.665 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 } }]
62092026-08-31T09:34:35.479ZAug 31 09:34:33.665 INFO adding route 172.17.0.62/32 -> 10.0.0.255
62102026-08-31T09:34:35.479ZAug 31 09:34:33.665 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 } }]
62112026-08-31T09:34:35.479ZAug 31 09:34:33.665 DEBG failed to allocate space for the new target list
62122026-08-31T09:34:35.479ZAug 31 09:34:33.665 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 } }]
62132026-08-31T09:34:35.479Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-325716cae2a3204c)
62142026-08-31T09:34:35.480Z
62152026-08-31T09:34:35.480Zrunning 0 tests
62162026-08-31T09:34:35.480Z
62172026-08-31T09:34:35.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62182026-08-31T09:34:35.480Z
62192026-08-31T09:34:35.480Z Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c)
62202026-08-31T09:34:35.480Z
62212026-08-31T09:34:35.480Zrunning 0 tests
62222026-08-31T09:34:35.480Z
62232026-08-31T09:34:35.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62242026-08-31T09:34:35.480Z
62252026-08-31T09:34:35.480Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8e5ff8e1b2b25bf7)
62262026-08-31T09:34:35.489Z
62272026-08-31T09:34:35.489Zrunning 6 tests
62282026-08-31T09:34:35.493Ztest tests::test_full_lot_id_lotnum_only ... ok
62292026-08-31T09:34:35.493Ztest tests::test_full_lot_id_lot_only ... ok
62302026-08-31T09:34:35.493Ztest tests::test_full_lot_id_both_present ... ok
62312026-08-31T09:34:35.496Ztest tests::test_full_lot_id_neither_present ... ok
62322026-08-31T09:34:35.496Ztest tests::test_parse_client_port_id ... ok
62332026-08-31T09:34:35.496Ztest tests::test_port_id_cmp ... ok
62342026-08-31T09:34:35.496Z
62352026-08-31T09:34:35.496Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62362026-08-31T09:34:35.496Z
62372026-08-31T09:34:35.496Z Running tests/test_all.rs (target/debug/deps/test_all-ce2b335441cbe6a6)
62382026-08-31T09:34:35.500Z
62392026-08-31T09:34:35.501Zrunning 0 tests
62402026-08-31T09:34:35.501Z
62412026-08-31T09:34:35.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-08-31T09:34:35.504Z
62432026-08-31T09:34:35.504Z Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12)
62442026-08-31T09:34:35.507Z
62452026-08-31T09:34:35.507Zrunning 0 tests
62462026-08-31T09:34:35.507Z
62472026-08-31T09:34:35.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-08-31T09:34:35.507Z
62492026-08-31T09:34:35.507Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c)
62502026-08-31T09:34:35.526Z
62512026-08-31T09:34:35.526Zrunning 15 tests
62522026-08-31T09:34:35.529Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
62532026-08-31T09:34:35.529Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
62542026-08-31T09:34:35.529Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
62552026-08-31T09:34:35.529Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
62562026-08-31T09:34:35.529Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
62572026-08-31T09:34:35.529Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
62582026-08-31T09:34:35.529Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
62592026-08-31T09:34:35.529Ztest v1::network::tests::test_equal ... ok
62602026-08-31T09:34:35.529Ztest v1::network::tests::test_eui64 ... ok
62612026-08-31T09:34:35.529Ztest v1::network::tests::test_into ... ok
62622026-08-31T09:34:35.529Ztest v1::network::tests::test_not_equal ... ok
62632026-08-31T09:34:35.529Ztest v1::network::tests::test_parse ... ok
62642026-08-31T09:34:35.529Ztest v1::port::tests::port_ids_are_ascii ... ok
62652026-08-31T09:34:35.529Ztest v1::network::tests::test_to_string ... ok
62662026-08-31T09:34:35.529Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
62672026-08-31T09:34:35.529Z
62682026-08-31T09:34:35.530Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62692026-08-31T09:34:35.530Z
62702026-08-31T09:34:35.533Z Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d)
62712026-08-31T09:34:35.554Z
62722026-08-31T09:34:35.554Zrunning 12 tests
62732026-08-31T09:34:35.557Ztest ipv6::test_ipv6_parse ... ok
62742026-08-31T09:34:35.557Ztest icmp::test_v6_checksum ... ok
62752026-08-31T09:34:35.557Ztest icmp::test_v4_checksum ... ok
62762026-08-31T09:34:35.557Ztest pbuf::test_byte ... ok
62772026-08-31T09:34:35.557Ztest pbuf::test_overflow ... ok
62782026-08-31T09:34:35.557Ztest pbuf::test_nibble ... ok
62792026-08-31T09:34:35.557Ztest lldp::test_lldp_parse ... ok
62802026-08-31T09:34:35.557Ztest pbuf::test_short ... ok
62812026-08-31T09:34:35.557Ztest pbuf::test_twelve ... ok
62822026-08-31T09:34:35.557Ztest pbuf::test_word ... ok
62832026-08-31T09:34:35.558Ztest tcp::test_checksum_ack_data ... ok
62842026-08-31T09:34:35.558Ztest tcp::test_checksum_syn_nodata ... ok
62852026-08-31T09:34:35.558Z
62862026-08-31T09:34:35.558Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62872026-08-31T09:34:35.558Z
62882026-08-31T09:34:35.561Z Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce)
62892026-08-31T09:34:35.564Z
62902026-08-31T09:34:35.564Zrunning 0 tests
62912026-08-31T09:34:35.564Z
62922026-08-31T09:34:35.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62932026-08-31T09:34:35.567Z
62942026-08-31T09:34:35.567Z Running unittests src/main.rs (target/debug/deps/swadm-b9bbcd1df1d4b64c)
62952026-08-31T09:34:35.589Z
62962026-08-31T09:34:35.589Zrunning 5 tests
62972026-08-31T09:34:35.593Ztest switchport::test::test_compute_lanes ... ok
62982026-08-31T09:34:35.596Ztest link::test_filter ... ok
62992026-08-31T09:34:35.596Ztest switchport::test::port_id_ordering ... ok
63002026-08-31T09:34:35.599Z Lane 0 Lane 1 Lane 2 Lane 3
63012026-08-31T09:34:35.599Z Rx Loss-of-lock: Yes Yes Yes Yes
63022026-08-31T09:34:35.600Z Rx Loss-of-signal: Yes Yes Yes Yes
63032026-08-31T09:34:35.600Z Rx CDR Enabled: Yes Yes Yes Yes
63042026-08-31T09:34:35.600Z Lane 0 Tx Enabled: Yes Yes Yes YesLane 1
63052026-08-31T09:34:35.600Z Tx Loss-of-lock: NoLane 2 No Lane 3No
63062026-08-31T09:34:35.600Z No
63072026-08-31T09:34:35.600Z State: Activated Tx Loss-of-signal: No ActivatedNo Activated NoActivated
63082026-08-31T09:34:35.600ZNo
63092026-08-31T09:34:35.600Z Rx Output Enabled: false Tx CDR Enabled: No falseNo false Nofalse
63102026-08-31T09:34:35.600ZNo Rx Output Status: valid
63112026-08-31T09:34:35.600Z Tx Adaptive EQ Fault: No No valid Novalid Novalid
63122026-08-31T09:34:35.600Z
63132026-08-31T09:34:35.600Z Tx Fault: Yes Rx Loss-of-lock: true Yestrue Yestrue Yes
63142026-08-31T09:34:35.600Ztrue
63152026-08-31T09:34:35.600Z Rx Loss-of-signal: false false false false
63162026-08-31T09:34:35.600ZRx Auto-squelch Disable: true true true true
63172026-08-31T09:34:35.601Z Tx Output Enabled: true true true true
63182026-08-31T09:34:35.601Z Tx Output Status: invalid invalid invalid invalid
63192026-08-31T09:34:35.601Z Tx Loss-of-lock: false false false false
63202026-08-31T09:34:35.601Z Tx Loss-of-signal: true true true true
63212026-08-31T09:34:35.601ZTx Auto-squelch Disable: false false false false
63222026-08-31T09:34:35.601Z Tx Adaptive EQ Fail: true true true true
63232026-08-31T09:34:35.601Z Tx Failure: false false false false
63242026-08-31T09:34:35.601Z Tx Force Squelch: true true true true
63252026-08-31T09:34:35.601Z Tx Input Polarity: normal normal normal normal
63262026-08-31T09:34:35.601Ztest switchport::test::test_print_cmis_datapath ... ok
63272026-08-31T09:34:35.601Ztest switchport::test::test_print_sff_datapath ... ok
63282026-08-31T09:34:35.601Z
63292026-08-31T09:34:35.601Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
63302026-08-31T09:34:35.601Z
63312026-08-31T09:34:35.604Z Running tests/counters.rs (target/debug/deps/counters-9a3971d5e12c66dd)
63322026-08-31T09:34:35.607Z
63332026-08-31T09:34:35.607Zrunning 1 test
63342026-08-31T09:34:35.607Ztest test_p4_counter_list ... ignored
63352026-08-31T09:34:35.607Z
63362026-08-31T09:34:35.607Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63372026-08-31T09:34:35.607Z
63382026-08-31T09:34:35.607Z Running tests/multicast.rs (target/debug/deps/multicast-019ec48069e8cdf7)
63392026-08-31T09:34:35.632Z
63402026-08-31T09:34:35.632Zrunning 1 test
63412026-08-31T09:34:35.632Ztest test_multicast_list_and_get ... ignored
63422026-08-31T09:34:35.632Z
63432026-08-31T09:34:35.635Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63442026-08-31T09:34:35.635Z
63452026-08-31T09:34:35.635Z Running tests/port-link.rs (target/debug/deps/port_link-5e078dc1d2752621)
63462026-08-31T09:34:35.640Z
63472026-08-31T09:34:35.640Zrunning 5 tests
63482026-08-31T09:34:35.643Ztest test_an ... ignored
63492026-08-31T09:34:35.643Ztest test_enable ... ignored
63502026-08-31T09:34:35.643Ztest test_ip_addresses ... ignored
63512026-08-31T09:34:35.643Ztest test_kr ... ignored
63522026-08-31T09:34:35.643Ztest test_mac ... ignored
63532026-08-31T09:34:35.643Z
63542026-08-31T09:34:35.643Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
63552026-08-31T09:34:35.643Z
63562026-08-31T09:34:35.643Z Running unittests src/main.rs (target/debug/deps/tfportd-cd236ee7391c5be3)
63572026-08-31T09:34:35.647Z
63582026-08-31T09:34:35.647Zrunning 3 tests
63592026-08-31T09:34:35.650Ztest linklocal::test_parse_ipadm ... ok
63602026-08-31T09:34:35.650Ztest tfport::test_parse_tfport ... ok
63612026-08-31T09:34:35.650Ztest config::tests::test_updates ... ok
63622026-08-31T09:34:35.650Z
63632026-08-31T09:34:35.650Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63642026-08-31T09:34:35.650Z
63652026-08-31T09:34:35.650Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f)
63662026-08-31T09:34:35.655Z
63672026-08-31T09:34:35.655Zrunning 0 tests
63682026-08-31T09:34:35.655Z
63692026-08-31T09:34:35.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63702026-08-31T09:34:35.658Z
63712026-08-31T09:34:35.658Z Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8)
63722026-08-31T09:34:35.669Z
63732026-08-31T09:34:35.669Zrunning 0 tests
63742026-08-31T09:34:35.669Z
63752026-08-31T09:34:35.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63762026-08-31T09:34:35.672Z
63772026-08-31T09:34:35.672Z Doc-tests aal
63782026-08-31T09:34:35.969Z
63792026-08-31T09:34:35.969Zrunning 0 tests
63802026-08-31T09:34:35.970Z
63812026-08-31T09:34:35.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63822026-08-31T09:34:35.973Z
63832026-08-31T09:34:35.993Z Doc-tests aal_macros
63842026-08-31T09:34:36.056Z
63852026-08-31T09:34:36.057Zrunning 0 tests
63862026-08-31T09:34:36.057Z
63872026-08-31T09:34:36.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63882026-08-31T09:34:36.057Z
63892026-08-31T09:34:36.065Z Doc-tests common
63902026-08-31T09:34:36.292Z
63912026-08-31T09:34:36.292Zrunning 0 tests
63922026-08-31T09:34:36.292Z
63932026-08-31T09:34:36.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63942026-08-31T09:34:36.292Z
63952026-08-31T09:34:36.316Z Doc-tests dpd_api
63962026-08-31T09:34:36.939Z
63972026-08-31T09:34:36.939Zrunning 2 tests
63982026-08-31T09:34:36.939Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
63992026-08-31T09:34:36.939Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
64002026-08-31T09:34:36.939Z
64012026-08-31T09:34:36.939Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
64022026-08-31T09:34:36.939Z
64032026-08-31T09:34:36.942Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
64042026-08-31T09:34:36.965Z Doc-tests dpd_client
64052026-08-31T09:34:38.416Z
64062026-08-31T09:34:38.417Zrunning 0 tests
64072026-08-31T09:34:38.417Z
64082026-08-31T09:34:38.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64092026-08-31T09:34:38.417Z
64102026-08-31T09:34:38.473Z Doc-tests dpd_types
64112026-08-31T09:34:38.640Z
64122026-08-31T09:34:38.640Zrunning 0 tests
64132026-08-31T09:34:38.640Z
64142026-08-31T09:34:38.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64152026-08-31T09:34:38.640Z
64162026-08-31T09:34:38.662Z Doc-tests dpd_types_versions
64172026-08-31T09:34:40.170Z
64182026-08-31T09:34:40.170Zrunning 1 test
64192026-08-31T09:34:40.170Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
64202026-08-31T09:34:40.171Z
64212026-08-31T09:34:40.171Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64222026-08-31T09:34:40.171Z
64232026-08-31T09:34:40.175Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
64242026-08-31T09:34:40.175Z Doc-tests packet
64252026-08-31T09:34:40.268Z
64262026-08-31T09:34:40.268Zrunning 0 tests
64272026-08-31T09:34:40.268Z
64282026-08-31T09:34:40.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64292026-08-31T09:34:40.268Z
64302026-08-31T09:34:40.292Z Doc-tests pcap
64312026-08-31T09:34:40.337Z
64322026-08-31T09:34:40.337Zrunning 0 tests
64332026-08-31T09:34:40.337Z
64342026-08-31T09:34:40.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64352026-08-31T09:34:40.337Z
64362026-08-31T09:34:40.401Z+ for feat in tofino_stub tofino_asic softnpu chaos
64372026-08-31T09:34:40.401Z+ RUST_BACKTRACE=full
64382026-08-31T09:34:40.401Z+ cargo test --features softnpu --no-fail-fast
64392026-08-31T09:34:41.435Z Compiling typify-impl v0.4.3
64402026-08-31T09:34:41.439Z Compiling goblin v0.10.1
64412026-08-31T09:34:41.590Z Compiling log v0.4.29
64422026-08-31T09:34:41.612Z Compiling const-oid v0.9.6
64432026-08-31T09:34:41.689Z Compiling serde_with v3.22.0
64442026-08-31T09:34:41.715Z Compiling der_derive v0.7.3
64452026-08-31T09:34:41.794Z Compiling rustls v0.23.40
64462026-08-31T09:34:41.853Z Compiling native-tls v0.2.14
64472026-08-31T09:34:42.172Z Compiling tokio-native-tls v0.3.1
64482026-08-31T09:34:42.362Z Compiling digest v0.10.7
64492026-08-31T09:34:42.378Z Compiling hyper-tls v0.6.0
64502026-08-31T09:34:42.630Z Compiling sha1 v0.10.6
64512026-08-31T09:34:42.695Z Compiling rustls v0.22.4
64522026-08-31T09:34:46.221Z Compiling dof v0.4.0
64532026-08-31T09:34:46.720Z Compiling tokio-rustls v0.26.4
64542026-08-31T09:34:47.027Z Compiling usdt-impl v0.6.0
64552026-08-31T09:34:47.089Z Compiling hyper-rustls v0.27.7
64562026-08-31T09:34:47.425Z Compiling reqwest v0.12.23
64572026-08-31T09:34:47.784Z Compiling usdt-attr-macro v0.6.0
64582026-08-31T09:34:47.853Z Compiling typify-macro v0.4.3
64592026-08-31T09:34:48.281Z Compiling usdt-macro v0.6.0
64602026-08-31T09:34:48.593Z Compiling tokio-rustls v0.25.0
64612026-08-31T09:34:48.839Z Compiling progenitor-client v0.10.0
64622026-08-31T09:34:48.912Z Compiling progenitor-client v0.11.1
64632026-08-31T09:34:49.396Z Compiling usdt v0.6.0
64642026-08-31T09:34:49.703Z Compiling dropshot v0.16.7
64652026-08-31T09:34:49.957Z Compiling typify v0.4.3
64662026-08-31T09:34:50.071Z Compiling progenitor-impl v0.11.1
64672026-08-31T09:34:53.723Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64682026-08-31T09:34:53.765Z Compiling progenitor-macro v0.11.1
64692026-08-31T09:34:54.543Z Compiling pem-rfc7468 v0.7.0
64702026-08-31T09:34:54.716Z Compiling num-integer v0.1.46
64712026-08-31T09:34:54.892Z Compiling flagset v0.4.7
64722026-08-31T09:34:55.060Z Compiling der v0.7.10
64732026-08-31T09:34:55.684Z Compiling dropshot v0.17.1
64742026-08-31T09:34:55.737Z Compiling num-rational v0.4.2
64752026-08-31T09:34:56.333Z Compiling num-iter v0.1.45
64762026-08-31T09:34:56.468Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
64772026-08-31T09:34:56.485Z Compiling num-complex v0.4.6
64782026-08-31T09:34:56.502Z Compiling spki v0.7.3
64792026-08-31T09:34:56.741Z Compiling progenitor-impl v0.10.0
64802026-08-31T09:34:56.889Z Compiling num v0.4.3
64812026-08-31T09:34:56.982Z Compiling pkcs8 v0.10.2
64822026-08-31T09:34:57.654Z Compiling num-bigint v0.4.6
64832026-08-31T09:34:58.252Z Compiling hmac v0.12.1
64842026-08-31T09:34:58.418Z Compiling goblin v0.8.2
64852026-08-31T09:34:58.814Z Compiling ff v0.13.1
64862026-08-31T09:34:58.925Z Compiling progenitor v0.11.1
64872026-08-31T09:34:59.089Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
64882026-08-31T09:34:59.727Z Compiling base16ct v0.2.0
64892026-08-31T09:34:59.943Z Compiling sec1 v0.7.3
64902026-08-31T09:35:00.347Z Compiling progenitor-macro v0.10.0
64912026-08-31T09:35:00.365Z Compiling group v0.13.0
64922026-08-31T09:35:00.561Z Compiling hkdf v0.12.4
64932026-08-31T09:35:00.733Z Compiling dof v0.3.0
64942026-08-31T09:35:01.940Z Compiling usdt-impl v0.5.0
64952026-08-31T09:35:02.605Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
64962026-08-31T09:35:02.830Z Compiling elliptic-curve v0.13.8
64972026-08-31T09:35:03.197Z Compiling usdt v0.5.0
64982026-08-31T09:35:03.270Z Compiling nix v0.31.3
64992026-08-31T09:35:03.314Z Compiling curve25519-dalek v4.1.3
65002026-08-31T09:35:04.325Z Compiling sha3 v0.10.8
65012026-08-31T09:35:04.345Z Compiling typify-impl v0.6.2
65022026-08-31T09:35:04.345Z Compiling blake2 v0.10.6
65032026-08-31T09:35:04.534Z Compiling argon2 v0.5.3
65042026-08-31T09:35:04.717Z Compiling vsss-rs v3.3.4
65052026-08-31T09:35:05.244Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65062026-08-31T09:35:05.480Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65072026-08-31T09:35:05.925Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
65082026-08-31T09:35:06.313Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
65092026-08-31T09:35:06.730Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65102026-08-31T09:35:07.170Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65112026-08-31T09:35:08.491Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65122026-08-31T09:35:08.769Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
65132026-08-31T09:35:09.120Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65142026-08-31T09:35:10.089Z Compiling typify-macro v0.6.2
65152026-08-31T09:35:10.139Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65162026-08-31T09:35:10.440Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65172026-08-31T09:35:10.744Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65182026-08-31T09:35:10.903Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65192026-08-31T09:35:11.021Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65202026-08-31T09:35:11.171Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
65212026-08-31T09:35:12.070Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65222026-08-31T09:35:12.564Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65232026-08-31T09:35:12.783Z Compiling bindgen v0.72.1
65242026-08-31T09:35:13.392Z Compiling typify v0.6.2
65252026-08-31T09:35:13.504Z Compiling progenitor v0.10.0
65262026-08-31T09:35:14.281Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
65272026-08-31T09:35:14.478Z Compiling progenitor-impl v0.14.0
65282026-08-31T09:35:14.607Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
65292026-08-31T09:35:15.699Z Compiling sha2 v0.10.9
65302026-08-31T09:35:16.601Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65312026-08-31T09:35:17.051Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65322026-08-31T09:35:17.789Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65332026-08-31T09:35:17.908Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
65342026-08-31T09:35:18.154Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65352026-08-31T09:35:18.176Z Compiling progenitor-macro v0.14.0
65362026-08-31T09:35:19.441Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65372026-08-31T09:35:20.198Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65382026-08-31T09:35:20.264Z Compiling signature v2.2.0
65392026-08-31T09:35:20.443Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
65402026-08-31T09:35:20.572Z Compiling utf-8 v0.7.6
65412026-08-31T09:35:20.745Z Compiling tungstenite v0.21.0
65422026-08-31T09:35:20.785Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65432026-08-31T09:35:21.394Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65442026-08-31T09:35:21.723Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65452026-08-31T09:35:21.862Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65462026-08-31T09:35:22.034Z Compiling tokio-dtrace v0.1.1
65472026-08-31T09:35:22.342Z Compiling reqwest v0.13.2
65482026-08-31T09:35:23.407Z Compiling bitstruct_derive v0.1.0
65492026-08-31T09:35:24.122Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65502026-08-31T09:35:25.766Z Compiling progenitor-client v0.14.0
65512026-08-31T09:35:26.013Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65522026-08-31T09:35:26.065Z Compiling oxide-tokio-rt v0.1.6
65532026-08-31T09:35:26.555Z Compiling tokio-tungstenite v0.21.0
65542026-08-31T09:35:26.914Z Compiling rfc6979 v0.4.0
65552026-08-31T09:35:27.069Z Compiling tap v1.0.1
65562026-08-31T09:35:27.210Z Compiling base64 v0.21.7
65572026-08-31T09:35:27.567Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65582026-08-31T09:35:29.509Z Compiling progenitor v0.14.0
65592026-08-31T09:35:29.685Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65602026-08-31T09:35:29.839Z Compiling wyz v0.5.1
65612026-08-31T09:35:29.865Z Compiling ecdsa v0.16.9
65622026-08-31T09:35:29.938Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65632026-08-31T09:35:30.055Z Compiling ed25519 v2.2.3
65642026-08-31T09:35:30.214Z Compiling salty v0.3.0
65652026-08-31T09:35:30.245Z Compiling radium v0.7.0
65662026-08-31T09:35:30.282Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
65672026-08-31T09:35:30.423Z Compiling primeorder v0.13.6
65682026-08-31T09:35:30.467Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65692026-08-31T09:35:30.663Z Compiling env_filter v2.0.0
65702026-08-31T09:35:30.765Z Compiling funty v2.0.0
65712026-08-31T09:35:30.913Z Compiling env_logger v0.11.11
65722026-08-31T09:35:31.052Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65732026-08-31T09:35:31.329Z Compiling bitvec v1.0.1
65742026-08-31T09:35:31.501Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
65752026-08-31T09:35:31.853Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65762026-08-31T09:35:32.086Z Compiling p384 v0.13.1
65772026-08-31T09:35:33.012Z Compiling ed25519-dalek v2.2.0
65782026-08-31T09:35:33.051Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
65792026-08-31T09:35:33.315Z Compiling x509-cert v0.2.5
65802026-08-31T09:35:33.535Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65812026-08-31T09:35:33.553Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65822026-08-31T09:35:33.703Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65832026-08-31T09:35:33.752Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65842026-08-31T09:35:33.964Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
65852026-08-31T09:35:34.606Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
65862026-08-31T09:35:34.659Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65872026-08-31T09:35:35.134Z Compiling typeid v1.0.3
65882026-08-31T09:35:35.138Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
65892026-08-31T09:35:35.291Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65902026-08-31T09:35:35.569Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65912026-08-31T09:35:35.586Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65922026-08-31T09:35:35.778Z Compiling ascii v1.1.0
65932026-08-31T09:35:35.798Z Compiling qorb v0.4.1
65942026-08-31T09:35:35.938Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65952026-08-31T09:35:36.070Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
65962026-08-31T09:35:36.649Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65972026-08-31T09:35:38.145Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
65982026-08-31T09:35:38.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
65992026-08-31T09:35:38.696Z Compiling erased-serde v0.4.8
66002026-08-31T09:35:39.193Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
66012026-08-31T09:35:39.723Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66022026-08-31T09:35:39.957Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66032026-08-31T09:35:40.072Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
66042026-08-31T09:35:40.640Z Compiling bitstruct v0.1.1
66052026-08-31T09:35:40.754Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
66062026-08-31T09:35:40.871Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
66072026-08-31T09:35:41.906Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66082026-08-31T09:35:42.413Z Compiling itertools v0.13.0
66092026-08-31T09:35:42.736Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66102026-08-31T09:35:42.974Z Compiling acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc)
66112026-08-31T09:35:43.117Z Compiling serde_arrays v0.1.0
66122026-08-31T09:35:43.259Z Compiling pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66132026-08-31T09:35:43.445Z Compiling libloading v0.7.4
66142026-08-31T09:35:43.693Z Compiling bit_field v0.10.3
66152026-08-31T09:35:43.888Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a)
66162026-08-31T09:35:44.064Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66172026-08-31T09:35:44.224Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66182026-08-31T09:35:46.068Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66192026-08-31T09:35:46.333Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66202026-08-31T09:35:46.626Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66212026-08-31T09:35:47.467Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66222026-08-31T09:35:47.558Z Compiling globset v0.4.16
66232026-08-31T09:35:47.576Z Compiling slog-dtrace v0.3.0
66242026-08-31T09:35:48.796Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66252026-08-31T09:35:49.034Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66262026-08-31T09:35:49.213Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66272026-08-31T09:35:49.731Z Compiling tough v0.20.0
66282026-08-31T09:35:50.699Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66292026-08-31T09:35:51.720Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66302026-08-31T09:35:52.033Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66312026-08-31T09:35:54.110Z Compiling git2 v0.19.0
66322026-08-31T09:35:57.252Z Compiling vergen v8.3.2
66332026-08-31T09:35:57.983Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66342026-08-31T09:36:00.884Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
66352026-08-31T09:36:01.143Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66362026-08-31T09:36:02.688Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
66372026-08-31T09:36:02.809Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66382026-08-31T09:36:03.190Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
66392026-08-31T09:36:03.472Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
66402026-08-31T09:36:06.007Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
66412026-08-31T09:36:07.644Z Compiling omicron-zone-package v0.12.2
66422026-08-31T09:36:08.519Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66432026-08-31T09:36:10.081Z Compiling dropshot-api-manager v0.7.2
66442026-08-31T09:36:11.052Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
66452026-08-31T09:36:11.925Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
66462026-08-31T09:36:14.875Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66472026-08-31T09:36:17.199Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66482026-08-31T09:36:21.773Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
66492026-08-31T09:36:22.042Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
66502026-08-31T09:36:22.832Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
66512026-08-31T09:36:27.231Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
66522026-08-31T09:36:27.235Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
66532026-08-31T09:37:37.942Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 57s
66542026-08-31T09:37:38.626Z Running unittests src/lib.rs (target/debug/deps/aal-5a6e32cdbb3a89b4)
66552026-08-31T09:37:38.641Z
66562026-08-31T09:37:38.641Zrunning 0 tests
66572026-08-31T09:37:38.641Z
66582026-08-31T09:37:38.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66592026-08-31T09:37:38.644Z
66602026-08-31T09:37:38.645Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
66612026-08-31T09:37:38.660Z
66622026-08-31T09:37:38.660Zrunning 0 tests
66632026-08-31T09:37:38.660Z
66642026-08-31T09:37:38.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66652026-08-31T09:37:38.663Z
66662026-08-31T09:37:38.664Z Running unittests src/lib.rs (target/debug/deps/asic-aca0c4d24f0cfbaf)
66672026-08-31T09:37:38.720Z
66682026-08-31T09:37:38.720Zrunning 21 tests
66692026-08-31T09:37:38.724Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
66702026-08-31T09:37:38.726Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
66712026-08-31T09:37:38.726Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
66722026-08-31T09:37:38.726Ztest softnpu::mcast::tests::group_lifecycle ... ok
66732026-08-31T09:37:38.727Ztest softnpu::mcast::tests::groups_are_independent ... ok
66742026-08-31T09:37:38.727Ztest softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok
66752026-08-31T09:37:38.727Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
66762026-08-31T09:37:38.727Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
66772026-08-31T09:37:38.727Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
66782026-08-31T09:37:38.727Ztest softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok
66792026-08-31T09:37:38.727Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
66802026-08-31T09:37:38.727Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
66812026-08-31T09:37:38.727Ztest softnpu::mcast::tests::refresh_matches_external_slot ... ok
66822026-08-31T09:37:38.727Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
66832026-08-31T09:37:38.727Ztest softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok
66842026-08-31T09:37:38.727Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
66852026-08-31T09:37:38.727Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
66862026-08-31T09:37:38.727Ztest softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok
66872026-08-31T09:37:38.731Ztest softnpu::table::tests::parse_dump_malformed_rejected ... ok
66882026-08-31T09:37:38.731Ztest softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok
66892026-08-31T09:37:38.731Ztest softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok
66902026-08-31T09:37:38.731Z
66912026-08-31T09:37:38.731Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
66922026-08-31T09:37:38.731Z
66932026-08-31T09:37:38.731Z Running unittests src/lib.rs (target/debug/deps/common-733ce0e079fe5a0a)
66942026-08-31T09:37:38.748Z
66952026-08-31T09:37:38.748Zrunning 4 tests
66962026-08-31T09:37:38.751Ztest nat::tests::test_vni ... ok
66972026-08-31T09:37:38.751Ztest network::tests::test_generate_ipv6_link_local ... ok
66982026-08-31T09:37:38.755Ztest test_purge ... ok
66992026-08-31T09:37:38.777Ztest illumos::test::address_exists_handles_missing_object ... ok
67002026-08-31T09:37:38.777Z
67012026-08-31T09:37:38.780Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
67022026-08-31T09:37:38.781Z
67032026-08-31T09:37:38.781Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d43859761558b33)
67042026-08-31T09:37:38.804Z
67052026-08-31T09:37:38.804Zrunning 1 test
67062026-08-31T09:37:38.808Z -------
67072026-08-31T09:37:38.811Z Generating OpenAPI documents from API definitions ...
67082026-08-31T09:37:38.996Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
67092026-08-31T09:37:39.081Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
67102026-08-31T09:37:40.157Z -------
67112026-08-31T09:37:40.157Z Checking 13 OpenAPI documents...
67122026-08-31T09:37:40.157Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
67132026-08-31T09:37:40.157Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
67142026-08-31T09:37:40.157Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
67152026-08-31T09:37:40.160Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
67162026-08-31T09:37:40.160Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
67172026-08-31T09:37:40.160Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
67182026-08-31T09:37:40.160Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
67192026-08-31T09:37:40.160Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
67202026-08-31T09:37:40.160Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
67212026-08-31T09:37:40.161Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
67222026-08-31T09:37:40.161Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
67232026-08-31T09:37:40.161Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
67242026-08-31T09:37:40.161Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
67252026-08-31T09:37:40.161Z Fresh dpd "latest" symlink
67262026-08-31T09:37:40.161Z -------
67272026-08-31T09:37:40.161Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
67282026-08-31T09:37:40.233Ztest test::test_apis_up_to_date ... ok
67292026-08-31T09:37:40.233Z
67302026-08-31T09:37:40.237Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.43s
67312026-08-31T09:37:40.237Z
67322026-08-31T09:37:40.297Z Running unittests src/main.rs (target/debug/deps/dpd-a5e47f691a9ebe41)
67332026-08-31T09:37:40.304Z
67342026-08-31T09:37:40.304Zrunning 61 tests
67352026-08-31T09:37:40.308Ztest freemap::test_ordering ... ok
67362026-08-31T09:37:40.308Ztest config::tests::test_updates ... ok
67372026-08-31T09:37:40.308Ztest dhcpv6::tests::test_create_duid_bytes ... ok
67382026-08-31T09:37:40.308Ztest freemap::test_split ... ok
67392026-08-31T09:37:40.312ZAug 31 09:37:38.532 Aug 31 09:37:38.532DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test
67402026-08-31T09:37:40.312Z
67412026-08-31T09:37:40.312ZAug 31 09:37:38.533 DEBG initted freemap. size: 128, unit: freemap_test
67422026-08-31T09:37:40.312ZAug 31 09:37:38.533 DEBG reset freemap, unit: freemap_test
67432026-08-31T09:37:40.314ZAug 31 09:37:38.533 DEBG initted freemap. size: 128, unit: freemap_test
67442026-08-31T09:37:40.314ZAug 31 09:37:38.533 DEBG reset freemap, unit: freemap_test
67452026-08-31T09:37:40.314ZAug 31 09:37:38.533 DEBG created new freemap, unit: freemap_test
67462026-08-31T09:37:40.314ZAug 31 09:37:38.533Aug 31 09:37:38.533 DEBGDEBG initted freemap. size: 128created new freemap, , unitunit:: freemap_testfreemap_test
67472026-08-31T09:37:40.314Z
67482026-08-31T09:37:40.314Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
67492026-08-31T09:37:40.314ZAug 31 09:37:38.533Aug 31 09:37:38.533 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
67502026-08-31T09:37:40.314Z
67512026-08-31T09:37:40.314ZAug 31 09:37:38.533 DEBG reset freemap, unit: freemap_test
67522026-08-31T09:37:40.314Ztest freemap::test_basic ... ok
67532026-08-31T09:37:40.314Ztest freemap::test_free ... ok
67542026-08-31T09:37:40.314Ztest freemap::test_exhaustion ... ok
67552026-08-31T09:37:40.314Ztest freemap::test_reclaim ... ok
67562026-08-31T09:37:40.314Ztest macaddrs::tests::test_mac_offset ... ok
67572026-08-31T09:37:40.314Ztest macaddrs::tests::test_parse_port_id ... ok
67582026-08-31T09:37:40.315Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
67592026-08-31T09:37:40.315Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
67602026-08-31T09:37:40.315Ztest mcast::tests::test_canonicalize_sources ... ok
67612026-08-31T09:37:40.315Ztest mcast::tests::test_create_port_bitmap_empty ... ok
67622026-08-31T09:37:40.315Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
67632026-08-31T09:37:40.315Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
67642026-08-31T09:37:40.315Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
67652026-08-31T09:37:40.315Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
67662026-08-31T09:37:40.315Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
67672026-08-31T09:37:40.315Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
67682026-08-31T09:37:40.315Ztest mcast::tests::test_sources_contain_any ... ok
67692026-08-31T09:37:40.315Ztest mcast::tests::test_concurrent_id_allocation ... ok
67702026-08-31T09:37:40.315Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
67712026-08-31T09:37:40.315Ztest mcast::validate::tests::test_address_validation_integrated ... ok
67722026-08-31T09:37:40.315Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
67732026-08-31T09:37:40.315Ztest mcast::validate::tests::test_ipv4_validation ... ok
67742026-08-31T09:37:40.315Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
67752026-08-31T09:37:40.315Ztest mcast::validate::tests::test_ipv6_validation ... ok
67762026-08-31T09:37:40.315Ztest mcast::validate::tests::test_is_ssm_function ... ok
67772026-08-31T09:37:40.315Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
67782026-08-31T09:37:40.315Ztest mcast::tests::test_id_range_boundaries ... ok
67792026-08-31T09:37:40.316Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
67802026-08-31T09:37:40.316Ztest mcast::validate::tests::test_validate_nat_target ... ok
67812026-08-31T09:37:40.316Ztest mcast::validate::tests::test_validate_source_addresses ... ok
67822026-08-31T09:37:40.316Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
67832026-08-31T09:37:40.316Ztest mcast::validate::tests::test_validate_tag ... ok
67842026-08-31T09:37:40.316Ztest nat::test_mapping ... ok
67852026-08-31T09:37:40.316Ztest port_map::tests::test_backplane_group ... ok
67862026-08-31T09:37:40.316ZAug 31 09:37:38.535 DEBG created new freemap, unit: freemap_test
67872026-08-31T09:37:40.316ZAug 31 09:37:38.535 DEBG initted freemap. size: 8, unit: freemap_test
67882026-08-31T09:37:40.316Ztest mcast::validate::tests::test_validate_tag_format ... ok
67892026-08-31T09:37:40.317ZAug 31 09:37:38.535 DEBG reset freemap, unit: freemap_test
67902026-08-31T09:37:40.317Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
67912026-08-31T09:37:40.317Ztest port_map::tests::test_port_map ... ok
67922026-08-31T09:37:40.317Ztest port_map::tests::dump_map ... ok
67932026-08-31T09:37:40.317ZAug 31 09:37:38.536 DEBG created new freemap, unit: freemap_test
67942026-08-31T09:37:40.317ZAug 31 09:37:38.536 DEBG initted freemap. size: 128, unit: freemap_test
67952026-08-31T09:37:40.317ZAug 31 09:37:38.536 DEBG reset freemap, unit: freemap_test
67962026-08-31T09:37:40.317Ztest freemap::test_span ... ok
67972026-08-31T09:37:40.317Ztest api_server::tests::test_build_info ... ok
67982026-08-31T09:37:40.322ZAug 31 09:37:38.536 DEBG created new freemap, unit: freemap_route_ipv4
67992026-08-31T09:37:40.322ZAug 31 09:37:38.536 DEBG created new freemap, unit: freemap_route_ipv6
68002026-08-31T09:37:40.322ZAug 31 09:37:38.536 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
68012026-08-31T09:37:40.322ZAug 31 09:37:38.536 DEBG reset freemap, unit: freemap_route_ipv4
68022026-08-31T09:37:40.322ZAug 31 09:37:38.536 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
68032026-08-31T09:37:40.322ZAug 31 09:37:38.536 DEBG reset freemap, unit: freemap_route_ipv6
68042026-08-31T09:37:40.322ZAug 31 09:37:38.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68052026-08-31T09:37:40.322ZAug 31 09:37:38.536 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 } }]
68062026-08-31T09:37:40.322ZAug 31 09:37:38.536 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
68072026-08-31T09:37:40.322ZAug 31 09:37:38.536 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 } }]
68082026-08-31T09:37:40.322ZAug 31 09:37:38.536 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
68092026-08-31T09:37:40.322ZAug 31 09:37:38.536 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 } }]
68102026-08-31T09:37:40.322ZAug 31 09:37:38.536 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68112026-08-31T09:37:40.322ZAug 31 09:37:38.536 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 } }]
68122026-08-31T09:37:40.322ZAug 31 09:37:38.536 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68132026-08-31T09:37:40.323ZAug 31 09:37:38.536 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 } }]
68142026-08-31T09:37:40.323ZAug 31 09:37:38.536 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
68152026-08-31T09:37:40.323ZAug 31 09:37:38.536 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 } }]
68162026-08-31T09:37:40.323ZAug 31 09:37:38.536 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68172026-08-31T09:37:40.323ZAug 31 09:37:38.536 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 } }]
68182026-08-31T09:37:40.323ZAug 31 09:37:38.536 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
68192026-08-31T09:37:40.323ZAug 31 09:37:38.536 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 } }]
68202026-08-31T09:37:40.323ZAug 31 09:37:38.536 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
68212026-08-31T09:37:40.323ZAug 31 09:37:38.536 DEBG Aug 31 09:37:38.536replacing 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 } }]
68222026-08-31T09:37:40.323ZDEBG created new freemap, Aug 31 09:37:38.536unit :INFO freemap_route_ipv4adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
68232026-08-31T09:37:40.323Z
68242026-08-31T09:37:40.323ZAug 31 09:37:38.536 DEBGAug 31 09:37:38.536 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
68252026-08-31T09:37:40.323Z created new freemap, unitAug 31 09:37:38.536: INFOfreemap_route_ipv6
68262026-08-31T09:37:40.323Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
68272026-08-31T09:37:40.323ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGDEBG initted freemap. size: 64replacing 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 } }],
68282026-08-31T09:37:40.323Zunit: freemap_route_ipv4
68292026-08-31T09:37:40.323ZAug 31 09:37:38.536 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 09:37:38.536
68302026-08-31T09:37:40.323Z DEBG reset freemap, Aug 31 09:37:38.536unit :DEBG freemap_route_ipv4replacing 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 } }]
68312026-08-31T09:37:40.323Z
68322026-08-31T09:37:40.323ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO initted freemap. size: 64adding route 3fff:beef:b::/64 -> 2001:db8::55:ff,
68332026-08-31T09:37:40.323Zunit: freemap_route_ipv6
68342026-08-31T09:37:40.324ZAug 31 09:37:38.536 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.536
68352026-08-31T09:37:40.324Z DEBG reset freemap, Aug 31 09:37:38.536unit :INFO freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
68362026-08-31T09:37:40.324Z
68372026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
68382026-08-31T09:37:40.324Z
68392026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:d::/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 } }]
68402026-08-31T09:37:40.324Z
68412026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
68422026-08-31T09:37:40.324Z
68432026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:e::/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 } }]
68442026-08-31T09:37:40.324Z
68452026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
68462026-08-31T09:37:40.324Z
68472026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:f::/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 } }]
68482026-08-31T09:37:40.324Z
68492026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 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:1::/64 -> 2001:db8::55:ff
68502026-08-31T09:37:40.324Z
68512026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:10::/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 } }]
68522026-08-31T09:37:40.324Z
68532026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68542026-08-31T09:37:40.324Z
68552026-08-31T09:37:40.324ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:11::/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 } }]
68562026-08-31T09:37:40.325Z
68572026-08-31T09:37:40.325ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68582026-08-31T09:37:40.325Z
68592026-08-31T09:37:40.325ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
68602026-08-31T09:37:40.325Z
68612026-08-31T09:37:40.325ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68622026-08-31T09:37:40.325Z
68632026-08-31T09:37:40.325ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:13::/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 } }]
68642026-08-31T09:37:40.325Z
68652026-08-31T09:37:40.326ZAug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68662026-08-31T09:37:40.326Z
68672026-08-31T09:37:40.326ZAug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68682026-08-31T09:37:40.326Z
68692026-08-31T09:37:40.326ZAug 31 09:37:38.536Aug 31 09:37:38.536 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 } }]
68702026-08-31T09:37:40.326Z
68712026-08-31T09:37:40.326Ztest port_map::tests::parse_softnpu_revision ... ok
68722026-08-31T09:37:40.326ZAug 31 09:37:38.536Aug 31 09:37:38.536 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
68732026-08-31T09:37:40.326Z
68742026-08-31T09:37:40.326ZAug 31 09:37:38.536Aug 31 09:37:38.536 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
68752026-08-31T09:37:40.326Z
68762026-08-31T09:37:40.326ZAug 31 09:37:38.536Aug 31 09:37:38.536 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 } }]
68772026-08-31T09:37:40.326ZAug 31 09:37:38.536
68782026-08-31T09:37:40.326Z DEBGAug 31 09:37:38.536 created new freemapDEBGAug 31 09:37:38.536, unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
68792026-08-31T09:37:40.326Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
68802026-08-31T09:37:40.326Z
68812026-08-31T09:37:40.326ZAug 31 09:37:38.536 DEBG Aug 31 09:37:38.536replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.536
68822026-08-31T09:37:40.326Z INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemap
68832026-08-31T09:37:40.326Z, Aug 31 09:37:38.536unit INFO: adding route 3fff:beef:9::/64 -> 2001:db8::55:fffreemap_route_ipv6
68842026-08-31T09:37:40.326ZAug 31 09:37:38.536
68852026-08-31T09:37:40.326Z 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 } }]
68862026-08-31T09:37:40.326ZAug 31 09:37:38.537Aug 31 09:37:38.537 DEBGDEBG Aug 31 09:37:38.537replacing 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 } }]
68872026-08-31T09:37:40.327Zinitted freemap. size: 64INFO, unit :adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 31 09:37:38.537
68882026-08-31T09:37:40.327Zfreemap_route_ipv4
68892026-08-31T09:37:40.327ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
68902026-08-31T09:37:40.328ZAug 31 09:37:38.537Aug 31 09:37:38.537 DEBGDEBGAug 31 09:37:38.537 DEBGreset 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 } }]
68912026-08-31T09:37:40.328Z, replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
68922026-08-31T09:37:40.328Z: freemap_route_ipv4Aug 31 09:37:38.537Aug 31 09:37:38.537
68932026-08-31T09:37:40.328Z INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
68942026-08-31T09:37:40.328Z
68952026-08-31T09:37:40.328ZAug 31 09:37:38.537 DEBG initted freemap. size: 64, Aug 31 09:37:38.537Aug 31 09:37:38.537unit 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 } }]
68962026-08-31T09:37:40.328Zreplacing 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
68972026-08-31T09:37:40.328Z
68982026-08-31T09:37:40.333ZAug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537 INFODEBGINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreset freemap
68992026-08-31T09:37:40.333Z , adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:37:38.537unit
69002026-08-31T09:37:40.333Z :DEBG freemap_route_ipv6Aug 31 09:37:38.537
69012026-08-31T09:37:40.333Zcreated new freemap Aug 31 09:37:38.537DEBG , 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 } }]unit
69022026-08-31T09:37:40.333ZDEBG Aug 31 09:37:38.537replacing 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 } }]
69032026-08-31T09:37:40.335ZINFO:Aug 31 09:37:38.537 freemap_route_ipv4 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
69042026-08-31T09:37:40.335Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
69052026-08-31T09:37:40.335ZAug 31 09:37:38.537
69062026-08-31T09:37:40.335ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
69072026-08-31T09:37:40.335ZAug 31 09:37:38.537Aug 31 09:37:38.537 DEBG Aug 31 09:37:38.537created new freemap Aug 31 09:37:38.537, DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69082026-08-31T09:37:40.335ZDEBG DEBG freemap_route_ipv6replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537
69092026-08-31T09:37:40.335Z
69102026-08-31T09:37:40.335Z INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGINFOAug 31 09:37:38.537 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGinitted freemap. size: 64
69112026-08-31T09:37:40.335Zcreated new freemap, unit, :unit :freemap_route_ipv4Aug 31 09:37:38.537
69122026-08-31T09:37:40.335Z DEBGfreemap_route_ipv4
69132026-08-31T09:37:40.335Zreplacing 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 } }]
69142026-08-31T09:37:40.335Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:37:38.537Aug 31 09:37:38.537
69152026-08-31T09:37:40.335ZINFODEBG created new freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ff, Aug 31 09:37:38.537
69162026-08-31T09:37:40.335ZAug 31 09:37:38.537 DEBGunit :Aug 31 09:37:38.537reset freemap , DEBGfreemap_route_ipv6unit
69172026-08-31T09:37:40.335ZDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv4
69182026-08-31T09:37:40.335Zreplacing 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 } }]
69192026-08-31T09:37:40.335Z
69202026-08-31T09:37:40.335ZAug 31 09:37:38.537 DEBG Aug 31 09:37:38.537initted freemap. size: 64Aug 31 09:37:38.537 Aug 31 09:37:38.537, INFODEBG unitinitted freemap. size: 64adding route 3fff:beef:10::/64 -> 2001:db8::55:ff:
69212026-08-31T09:37:40.336Z , freemap_route_ipv4INFOunit
69222026-08-31T09:37:40.336Z :adding route 3fff:dead::/64 -> 2001:db8::55:3
69232026-08-31T09:37:40.336Zfreemap_route_ipv6Aug 31 09:37:38.537
69242026-08-31T09:37:40.336Z Aug 31 09:37:38.537DEBG Aug 31 09:37:38.537DEBG 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 } }]reset freemapAug 31 09:37:38.537, DEBG
69252026-08-31T09:37:40.336Z unitreset freemap: , freemap_route_ipv4Aug 31 09:37:38.537unit :INFO
69262026-08-31T09:37:40.336ZDEBG freemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
69272026-08-31T09:37:40.336Z
69282026-08-31T09:37:40.336Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:37:38.537Aug 31 09:37:38.537
69292026-08-31T09:37:40.336Z DEBGAug 31 09:37:38.537 initted freemap. size: 64INFO , DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
69302026-08-31T09:37:40.336ZAug 31 09:37:38.537unit: 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
69312026-08-31T09:37:40.336Z Aug 31 09:37:38.537freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:4
69322026-08-31T09:37:40.336ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69332026-08-31T09:37:40.336Z
69342026-08-31T09:37:40.336ZAug 31 09:37:38.537 Aug 31 09:37:38.537INFO DEBGAug 31 09:37:38.537 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff reset freemapDEBG, Aug 31 09:37:38.537
69352026-08-31T09:37:40.338Zunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
69362026-08-31T09:37:40.338Z DEBG freemap_route_ipv6Aug 31 09:37:38.537replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69372026-08-31T09:37:40.338Z
69382026-08-31T09:37:40.338ZDEBG 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 } }]
69392026-08-31T09:37:40.338ZAug 31 09:37:38.537
69402026-08-31T09:37:40.338Z INFOAug 31 09:37:38.537Aug 31 09:37:38.537 adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 INFOINFO
69412026-08-31T09:37:40.338Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
69422026-08-31T09:37:40.338Z
69432026-08-31T09:37:40.338Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
69442026-08-31T09:37:40.338ZAug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537DEBG DEBG DEBGAug 31 09:37:38.537 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: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 } }]
69452026-08-31T09:37:40.338Z
69462026-08-31T09:37:40.338Z 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
69472026-08-31T09:37:40.339Z Aug 31 09:37:38.537replacing 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 } }]
69482026-08-31T09:37:40.339ZINFOAug 31 09:37:38.537 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
69492026-08-31T09:37:40.339ZAug 31 09:37:38.537adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
69502026-08-31T09:37:40.339ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537
69512026-08-31T09:37:40.339Z DEBGDEBG INFO 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:14::/64 -> 2001:db8::55:ff
69522026-08-31T09:37:40.339Zreplacing 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 } }]
69532026-08-31T09:37:40.339ZAug 31 09:37:38.537
69542026-08-31T09:37:40.339Z DEBGAug 31 09:37:38.537 Aug 31 09:37:38.537replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69552026-08-31T09:37:40.339ZINFOAug 31 09:37:38.537 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
69562026-08-31T09:37:40.339Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537
69572026-08-31T09:37:40.339Z
69582026-08-31T09:37:40.339Z INFOAug 31 09:37:38.537 Aug 31 09:37:38.537adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO
69592026-08-31T09:37:40.339Z Aug 31 09:37:38.537replacing 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:15::/64 -> 2001:db8::55:ff
69602026-08-31T09:37:40.339ZDEBGAug 31 09:37:38.537 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69612026-08-31T09:37:40.339Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:37:38.537 INFO
69622026-08-31T09:37:40.339Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
69632026-08-31T09:37:40.339ZAug 31 09:37:38.537 Aug 31 09:37:38.537INFO Aug 31 09:37:38.537DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
69642026-08-31T09:37:40.340ZINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 09:37:38.537
69652026-08-31T09:37:40.340Z
69662026-08-31T09:37:40.340ZDEBG 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 } }]
69672026-08-31T09:37:40.340ZAug 31 09:37:38.537 Aug 31 09:37:38.537INFOAug 31 09:37:38.537 INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff
69682026-08-31T09:37:40.340Z
69692026-08-31T09:37:40.340Z 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 } }]
69702026-08-31T09:37:40.340ZAug 31 09:37:38.537Aug 31 09:37:38.537 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.537replacing 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 } }]
69712026-08-31T09:37:40.340Z
69722026-08-31T09:37:40.340ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
69732026-08-31T09:37:40.340ZAug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO INFODEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
69742026-08-31T09:37:40.340Z
69752026-08-31T09:37:40.340Z
69762026-08-31T09:37:40.340ZAug 31 09:37:38.537Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGINFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69772026-08-31T09:37:40.340Z
69782026-08-31T09:37:40.340Z 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 } }]
69792026-08-31T09:37:40.340ZAug 31 09:37:38.537 Aug 31 09:37:38.537DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69802026-08-31T09:37:40.340Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 09:37:38.537
69812026-08-31T09:37:40.340Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
69822026-08-31T09:37:40.340ZAug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
69832026-08-31T09:37:40.341Zreplacing 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: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 } }]
69842026-08-31T09:37:40.341Z
69852026-08-31T09:37:40.341ZAug 31 09:37:38.537Aug 31 09:37:38.537 DEBGINFOAug 31 09:37:38.537 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
69862026-08-31T09:37:40.341Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
69872026-08-31T09:37:40.341ZAug 31 09:37:38.537 Aug 31 09:37:38.537INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
69882026-08-31T09:37:40.341Zreplacing 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 } }]
69892026-08-31T09:37:40.341Z
69902026-08-31T09:37:40.341ZAug 31 09:37:38.537 Aug 31 09:37:38.537INFO Aug 31 09:37:38.537DEBG adding route 3fff:beef:19::/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 } }]
69912026-08-31T09:37:40.341Z
69922026-08-31T09:37:40.341ZDEBG 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 } }]
69932026-08-31T09:37:40.341ZAug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG adding route 3fff:beef:8::/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 } }]
69942026-08-31T09:37:40.341Z
69952026-08-31T09:37:40.341ZAug 31 09:37:38.537 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
69962026-08-31T09:37:40.341ZAug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
69972026-08-31T09:37:40.341ZDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69982026-08-31T09:37:40.346Z
69992026-08-31T09:37:40.346ZAug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537DEBG INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
70002026-08-31T09:37:40.346Zadding route 3fff:beef:9::/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 } }]
70012026-08-31T09:37:40.347Z
70022026-08-31T09:37:40.347ZAug 31 09:37:38.537 DEBG Aug 31 09:37:38.537replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.537
70032026-08-31T09:37:40.347ZDEBG 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 } }]
70042026-08-31T09:37:40.348Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
70052026-08-31T09:37:40.348ZAug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537 INFO DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
70062026-08-31T09:37:40.348Z
70072026-08-31T09:37:40.348Z
70082026-08-31T09:37:40.348ZAug 31 09:37:38.537Aug 31 09:37:38.537Aug 31 09:37:38.537 INFO DEBGDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
70092026-08-31T09:37:40.348Z
70102026-08-31T09:37:40.348Z
70112026-08-31T09:37:40.349ZAug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537adding route 3fff:beef:24::/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 } }]
70122026-08-31T09:37:40.349Z
70132026-08-31T09:37:40.349Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 09:37:38.537
70142026-08-31T09:37:40.349ZAug 31 09:37:38.537 INFODEBG adding route 3fff:beef:1d::/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 } }]
70152026-08-31T09:37:40.349ZAug 31 09:37:38.537
70162026-08-31T09:37:40.349Z DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537Aug 31 09:37:38.537
70172026-08-31T09:37:40.349ZDEBG 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
70182026-08-31T09:37:40.349Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 09:37:38.537
70192026-08-31T09:37:40.350Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:37:38.537
70202026-08-31T09:37:40.350ZAug 31 09:37:38.537 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 } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
70212026-08-31T09:37:40.350Z
70222026-08-31T09:37:40.350ZAug 31 09:37:38.537 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537
70232026-08-31T09:37:40.350Z Aug 31 09:37:38.537DEBG 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:26::/64 -> 2001:db8::55:ff
70242026-08-31T09:37:40.351ZAug 31 09:37:38.537
70252026-08-31T09:37:40.351Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
70262026-08-31T09:37:40.351ZAug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537 adding route 3fff:beef:1f::/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
70272026-08-31T09:37:40.351Z
70282026-08-31T09:37:40.351Z 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 } }]
70292026-08-31T09:37:40.351ZAug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO DEBGINFO adding route 3fff:beef:27::/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 } }]
70302026-08-31T09:37:40.351Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
70312026-08-31T09:37:40.351Z
70322026-08-31T09:37:40.351ZAug 31 09:37:38.537Aug 31 09:37:38.537Aug 31 09:37:38.537 INFO DEBG DEBGadding route 3fff:beef:20::/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 } }]
70332026-08-31T09:37:40.351Z 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 } }]
70342026-08-31T09:37:40.351Z
70352026-08-31T09:37:40.351ZAug 31 09:37:38.537Aug 31 09:37:38.537 DEBGAug 31 09:37:38.537 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 } }]INFOINFO
70362026-08-31T09:37:40.351Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
70372026-08-31T09:37:40.351Z
70382026-08-31T09:37:40.351ZAug 31 09:37:38.537 INFO Aug 31 09:37:38.537adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
70392026-08-31T09:37:40.351ZDEBGAug 31 09:37:38.537 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70402026-08-31T09:37:40.351Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537
70412026-08-31T09:37:40.352Z DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70422026-08-31T09:37:40.352ZAug 31 09:37:38.537Aug 31 09:37:38.537 INFOINFO Aug 31 09:37:38.537adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
70432026-08-31T09:37:40.352ZINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
70442026-08-31T09:37:40.352ZAug 31 09:37:38.537 Aug 31 09:37:38.537DEBG 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 } }]
70452026-08-31T09:37:40.352Zreplacing 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 } }]
70462026-08-31T09:37:40.352Z
70472026-08-31T09:37:40.352ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFOINFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
70482026-08-31T09:37:40.352Z
70492026-08-31T09:37:40.352Zreplacing 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 } }]
70502026-08-31T09:37:40.353ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBG INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70512026-08-31T09:37:40.353Z
70522026-08-31T09:37:40.353Zreplacing 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 } }]
70532026-08-31T09:37:40.353ZAug 31 09:37:38.538Aug 31 09:37:38.538 DEBGAug 31 09:37:38.538 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70542026-08-31T09:37:40.353ZINFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
70552026-08-31T09:37:40.353Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
70562026-08-31T09:37:40.353ZAug 31 09:37:38.538 Aug 31 09:37:38.538DEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
70572026-08-31T09:37:40.353Z
70582026-08-31T09:37:40.353ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFOINFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
70592026-08-31T09:37:40.353Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
70602026-08-31T09:37:40.353Z
70612026-08-31T09:37:40.353ZAug 31 09:37:38.538Aug 31 09:37:38.538 DEBGDEBGAug 31 09:37:38.538 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 } }]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 } }]
70622026-08-31T09:37:40.353Z
70632026-08-31T09:37:40.353Zreplacing 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 } }]
70642026-08-31T09:37:40.353ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70652026-08-31T09:37:40.353Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
70662026-08-31T09:37:40.353Z
70672026-08-31T09:37:40.353ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70682026-08-31T09:37:40.354Z 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 } }]
70692026-08-31T09:37:40.354Zreplacing 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 } }]
70702026-08-31T09:37:40.354ZAug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFO
70712026-08-31T09:37:40.354Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
70722026-08-31T09:37:40.354Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
70732026-08-31T09:37:40.354ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70742026-08-31T09:37:40.354Z 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: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 } }]
70752026-08-31T09:37:40.354Z
70762026-08-31T09:37:40.354ZAug 31 09:37:38.538 INFO Aug 31 09:37:38.538Aug 31 09:37:38.538 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
70772026-08-31T09:37:40.354Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 09:37:38.538
70782026-08-31T09:37:40.354Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
70792026-08-31T09:37:40.354ZDEBG 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 } }]
70802026-08-31T09:37:40.354ZAug 31 09:37:38.538 DEBGAug 31 09:37:38.538 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70812026-08-31T09:37:40.354Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
70822026-08-31T09:37:40.354ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO DEBG DEBGadding route 3fff:beef:29::/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 } }]
70832026-08-31T09:37:40.354Z
70842026-08-31T09:37:40.354Z 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 } }]
70852026-08-31T09:37:40.354ZAug 31 09:37:38.538Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO DEBGINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
70862026-08-31T09:37:40.355ZAug 31 09:37:38.538
70872026-08-31T09:37:40.355Z
70882026-08-31T09:37:40.355Z DEBG created new freemapAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 , DEBG unitINFODEBG : 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:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
70892026-08-31T09:37:40.355Z
70902026-08-31T09:37:40.355Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
70912026-08-31T09:37:40.355Z
70922026-08-31T09:37:40.355ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
70932026-08-31T09:37:40.355Zreplacing 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
70942026-08-31T09:37:40.355Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
70952026-08-31T09:37:40.355Z Aug 31 09:37:38.538 created new freemapAug 31 09:37:38.538DEBG, Aug 31 09:37:38.538replacing 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 } }]
70962026-08-31T09:37:40.356ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunitDEBG
70972026-08-31T09:37:40.356Z Aug 31 09:37:38.538replacing 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 } }]
70982026-08-31T09:37:40.360Z: INFOfreemap_route_ipv6
70992026-08-31T09:37:40.360Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:37:38.538
71002026-08-31T09:37:40.360Z DEBGAug 31 09:37:38.538 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 31 09:37:38.538Aug 31 09:37:38.538
71012026-08-31T09:37:40.361Z 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 } }]
71022026-08-31T09:37:40.361ZINFOAug 31 09:37:38.538 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
71032026-08-31T09:37:40.361Z
71042026-08-31T09:37:40.361Z initted freemap. size: 64, unitAug 31 09:37:38.538: Aug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
71052026-08-31T09:37:40.361Z
71062026-08-31T09:37:40.361Z
71072026-08-31T09:37:40.361Z 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 } }]
71082026-08-31T09:37:40.361ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO DEBGadding route 3fff:beef:2d::/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 } }]
71092026-08-31T09:37:40.361Z
71102026-08-31T09:37:40.361Z reset freemapINFO, unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ff:
71112026-08-31T09:37:40.361ZAug 31 09:37:38.538Aug 31 09:37:38.538 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 31 09:37:38.538DEBG
71122026-08-31T09:37:40.361Z 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 } }]
71132026-08-31T09:37:40.361Z
71142026-08-31T09:37:40.361ZDEBG Aug 31 09:37:38.538replacing 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
71152026-08-31T09:37:40.361ZAug 31 09:37:38.538 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71162026-08-31T09:37:40.361ZAug 31 09:37:38.538INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
71172026-08-31T09:37:40.361ZINFO Aug 31 09:37:38.538 initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO,
71182026-08-31T09:37:40.361Zunit adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 09:37:38.538:
71192026-08-31T09:37:40.361Z DEBGfreemap_route_ipv6 Aug 31 09:37:38.538
71202026-08-31T09:37:40.361Z 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 } }]DEBGAug 31 09:37:38.538
71212026-08-31T09:37:40.361Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
71222026-08-31T09:37:40.361ZAug 31 09:37:38.538replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71232026-08-31T09:37:40.362ZDEBGAug 31 09:37:38.538 INFOreset freemap , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 31 09:37:38.538INFO
71242026-08-31T09:37:40.362Zunit INFO :Aug 31 09:37:38.538adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
71252026-08-31T09:37:40.362Z freemap_route_ipv6adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
71262026-08-31T09:37:40.362Z
71272026-08-31T09:37:40.362ZAug 31 09:37:38.538 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71282026-08-31T09:37:40.362Z 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 } }]
71292026-08-31T09:37:40.362Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:37:38.538
71302026-08-31T09:37:40.363Z INFOAug 31 09:37:38.538 Aug 31 09:37:38.538adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 31 09:37:38.538
71312026-08-31T09:37:40.363Z INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71322026-08-31T09:37:40.363Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71332026-08-31T09:37:40.363Z
71342026-08-31T09:37:40.363Z DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538Aug 31 09:37:38.538 Aug 31 09:37:38.538
71352026-08-31T09:37:40.363ZDEBGINFO 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:37::/64 -> 2001:db8::55:ff
71362026-08-31T09:37:40.363Z
71372026-08-31T09:37:40.363ZAug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
71382026-08-31T09:37:40.363ZDEBG DEBGadding route 3fff:beef:1e::/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 } }]
71392026-08-31T09:37:40.363Z
71402026-08-31T09:37:40.363Zreplacing 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 } }]
71412026-08-31T09:37:40.363ZAug 31 09:37:38.538 Aug 31 09:37:38.538DEBGAug 31 09:37:38.538 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71422026-08-31T09:37:40.363Z
71432026-08-31T09:37:40.363Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
71442026-08-31T09:37:40.363ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
71452026-08-31T09:37:40.363Z 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:32::/64 -> 2001:db8::55:ff
71462026-08-31T09:37:40.363Z
71472026-08-31T09:37:40.364ZAug 31 09:37:38.538 Aug 31 09:37:38.538DEBG Aug 31 09:37:38.538 INFODEBG 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:39::/64 -> 2001:db8::55:ff
71482026-08-31T09:37:40.364Z
71492026-08-31T09:37:40.364Zreplacing 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 } }]
71502026-08-31T09:37:40.364ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
71512026-08-31T09:37:40.364Z
71522026-08-31T09:37:40.364Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
71532026-08-31T09:37:40.364Ztest route::tests::grow_succeeds ... ok
71542026-08-31T09:37:40.364ZAug 31 09:37:38.538 Aug 31 09:37:38.538Aug 31 09:37:38.538DEBG 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 } }] replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
71552026-08-31T09:37:40.364Z
71562026-08-31T09:37:40.364Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
71572026-08-31T09:37:40.364ZAug 31 09:37:38.538 Aug 31 09:37:38.538INFOAug 31 09:37:38.538 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG
71582026-08-31T09:37:40.364ZINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
71592026-08-31T09:37:40.364Z
71602026-08-31T09:37:40.364ZAug 31 09:37:38.538 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71612026-08-31T09:37:40.364ZAug 31 09:37:38.538 DEBGINFO Aug 31 09:37:38.538replacing 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 } }]
71622026-08-31T09:37:40.364Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
71632026-08-31T09:37:40.364Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
71642026-08-31T09:37:40.364ZAug 31 09:37:38.538 Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
71652026-08-31T09:37:40.364Z
71662026-08-31T09:37:40.364ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
71672026-08-31T09:37:40.364ZAug 31 09:37:38.538 INFOAug 31 09:37:38.538Aug 31 09:37:38.538 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO
71682026-08-31T09:37:40.364Z adding route 3fff:beef:36::/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 } }]
71692026-08-31T09:37:40.365Z
71702026-08-31T09:37:40.365ZAug 31 09:37:38.538 DEBG Aug 31 09:37:38.538replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71712026-08-31T09:37:40.365Z DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.538
71722026-08-31T09:37:40.366Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
71732026-08-31T09:37:40.366Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
71742026-08-31T09:37:40.366ZAug 31 09:37:38.538 INFO Aug 31 09:37:38.538Aug 31 09:37:38.538adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
71752026-08-31T09:37:40.367Z DEBGDEBG 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: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 } }]
71762026-08-31T09:37:40.367Z
71772026-08-31T09:37:40.367ZAug 31 09:37:38.538 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 } }]
71782026-08-31T09:37:40.367ZAug 31 09:37:38.538 Aug 31 09:37:38.538INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
71792026-08-31T09:37:40.367ZINFO
71802026-08-31T09:37:40.367Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
71812026-08-31T09:37:40.367ZAug 31 09:37:38.538 DEBG Aug 31 09:37:38.538Aug 31 09:37:38.538replacing 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 } }]
71822026-08-31T09:37:40.367Z DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71832026-08-31T09:37:40.367Z
71842026-08-31T09:37:40.367Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
71852026-08-31T09:37:40.367ZAug 31 09:37:38.538 INFOAug 31 09:37:38.538Aug 31 09:37:38.538 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
71862026-08-31T09:37:40.367ZINFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
71872026-08-31T09:37:40.367Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71882026-08-31T09:37:40.367Z 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 } }]
71892026-08-31T09:37:40.367ZAug 31 09:37:38.538 DEBGAug 31 09:37:38.538 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71902026-08-31T09:37:40.367ZINFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
71912026-08-31T09:37:40.367Zfailed to allocate space for the new target listAug 31 09:37:38.538
71922026-08-31T09:37:40.367Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
71932026-08-31T09:37:40.367ZAug 31 09:37:38.538 DEBGAug 31 09:37:38.538 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
71942026-08-31T09:37:40.367Z Aug 31 09:37:38.538replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71952026-08-31T09:37:40.368ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
71962026-08-31T09:37:40.368Z INFO
71972026-08-31T09:37:40.368Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 09:37:38.538
71982026-08-31T09:37:40.372Z Aug 31 09:37:38.538DEBG INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
71992026-08-31T09:37:40.372Z
72002026-08-31T09:37:40.372ZAug 31 09:37:38.538 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538
72012026-08-31T09:37:40.372Z Aug 31 09:37:38.538DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
72022026-08-31T09:37:40.373Z
72032026-08-31T09:37:40.373ZAug 31 09:37:38.538 INFO Aug 31 09:37:38.538adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 09:37:38.538
72042026-08-31T09:37:40.373Z INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:37:38.538
72052026-08-31T09:37:40.373Z
72062026-08-31T09:37:40.373Z 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 } }]
72072026-08-31T09:37:40.373ZAug 31 09:37:38.538 Aug 31 09:37:38.538DEBG DEBGAug 31 09:37:38.538replacing 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 } }]
72082026-08-31T09:37:40.373Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
72092026-08-31T09:37:40.373Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
72102026-08-31T09:37:40.373ZAug 31 09:37:38.538 INFOAug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
72112026-08-31T09:37:40.373Zreplacing 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:3d::/64 -> 2001:db8::55:ff
72122026-08-31T09:37:40.373Z
72132026-08-31T09:37:40.373ZAug 31 09:37:38.538 Aug 31 09:37:38.538DEBG INFOAug 31 09:37:38.538 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:2a::/64 -> 2001:db8::55:ff
72142026-08-31T09:37:40.373ZDEBG
72152026-08-31T09:37:40.373Z 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 } }]
72162026-08-31T09:37:40.373ZAug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG 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 } }]
72172026-08-31T09:37:40.373Z
72182026-08-31T09:37:40.374Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
72192026-08-31T09:37:40.374ZAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBG adding route 3fff:beef:2b::/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 } }]DEBG
72202026-08-31T09:37:40.374Z 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 } }]
72212026-08-31T09:37:40.374Z
72222026-08-31T09:37:40.374ZAug 31 09:37:38.538 Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
72232026-08-31T09:37:40.374Z
72242026-08-31T09:37:40.374Z failed to allocate space for the new target list
72252026-08-31T09:37:40.374ZAug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538DEBG adding route 3fff:beef:2c::/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 } }]
72262026-08-31T09:37:40.374Z
72272026-08-31T09:37:40.374ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
72282026-08-31T09:37:40.374ZAug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBG adding route 3fff:beef:8::/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 } }]
72292026-08-31T09:37:40.374Z
72302026-08-31T09:37:40.374ZAug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
72312026-08-31T09:37:40.374Z
72322026-08-31T09:37:40.374ZAug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
72332026-08-31T09:37:40.374Z
72342026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:2e::/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 } }]
72352026-08-31T09:37:40.375Z
72362026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:a::/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 } }]
72372026-08-31T09:37:40.375Z
72382026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 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:2f::/64 -> 2001:db8::55:ff
72392026-08-31T09:37:40.375Z
72402026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:b::/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 } }]
72412026-08-31T09:37:40.375Z
72422026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
72432026-08-31T09:37:40.375Z
72442026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:c::/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 } }]
72452026-08-31T09:37:40.375Z
72462026-08-31T09:37:40.375ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:31::/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 } }]
72472026-08-31T09:37:40.376Z
72482026-08-31T09:37:40.376ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:d::/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 } }]
72492026-08-31T09:37:40.376Z
72502026-08-31T09:37:40.376ZAug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
72512026-08-31T09:37:40.376Z
72522026-08-31T09:37:40.376ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72532026-08-31T09:37:40.376Z
72542026-08-31T09:37:40.376ZAug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
72552026-08-31T09:37:40.376Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
72562026-08-31T09:37:40.377Z
72572026-08-31T09:37:40.377Ztest route::tests::rollback_on_compact_delete_failure ... ok
72582026-08-31T09:37:40.377ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:f::/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 } }]
72592026-08-31T09:37:40.377Z
72602026-08-31T09:37:40.377ZAug 31 09:37:38.539Aug 31 09:37:38.539 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:34::/64 -> 2001:db8::55:ff
72612026-08-31T09:37:40.377Z
72622026-08-31T09:37:40.377ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding 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 } }]
72632026-08-31T09:37:40.379Z
72642026-08-31T09:37:40.379ZAug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
72652026-08-31T09:37:40.379Z
72662026-08-31T09:37:40.379ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:11::/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 } }]
72672026-08-31T09:37:40.379Z
72682026-08-31T09:37:40.379ZAug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72692026-08-31T09:37:40.379Z
72702026-08-31T09:37:40.379ZAug 31 09:37:38.539Aug 31 09:37:38.539 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:12::/64 -> 2001:db8::55:ff
72712026-08-31T09:37:40.379ZAug 31 09:37:38.539Aug 31 09:37:38.539 DEBG DEBG created new freemapcreated new freemapAug 31 09:37:38.546, Aug 31 09:37:38.539 unit, :DEBGunit freemap_route_ipv4 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 } }]:
72722026-08-31T09:37:40.379Z
72732026-08-31T09:37:40.379ZDEBG freemap_route_ipv4created new freemap
72742026-08-31T09:37:40.379ZAug 31 09:37:38.546 INFO Aug 31 09:37:38.540 Aug 31 09:37:38.546DEBG DEBGcreated new freemap , created new freemapunit, Aug 31 09:37:38.546, unit: :freemap_route_ipv6
72752026-08-31T09:37:40.379Zfreemap_route_ipv4
72762026-08-31T09:37:40.379Zunit :DEBG Aug 31 09:37:38.546 freemap_route_ipv4created new freemap
72772026-08-31T09:37:40.379ZDEBG, unitAug 31 09:37:38.546initted freemap. size: 64 , DEBGunit: :created new freemapfreemap_route_ipv6,
72782026-08-31T09:37:40.379Zunit freemap_route_ipv4:
72792026-08-31T09:37:40.379Z freemap_route_ipv6Aug 31 09:37:38.546Aug 31 09:37:38.546 DEBG DEBGinitted freemap. size: 64Aug 31 09:37:38.546 created new freemapDEBG
72802026-08-31T09:37:40.379Z , reset freemap, , unitunit::unit Aug 31 09:37:38.546:freemap_route_ipv4 DEBG
72812026-08-31T09:37:40.380Z initted freemap. size: 64freemap_route_ipv4freemap_route_ipv6,
72822026-08-31T09:37:40.380Z
72832026-08-31T09:37:40.380Zunit:Aug 31 09:37:38.546 Aug 31 09:37:38.546 freemap_route_ipv4DEBGDEBGAug 31 09:37:38.546
72842026-08-31T09:37:40.380Zinitted freemap. size: 64DEBGinitted freemap. size: 64, , reset freemapunit, :unit
72852026-08-31T09:37:40.380Z freemap_route_ipv6:unit
72862026-08-31T09:37:40.380Zfreemap_route_ipv4:Aug 31 09:37:38.546
72872026-08-31T09:37:40.380Zfreemap_route_ipv4
72882026-08-31T09:37:40.380ZDEBGAug 31 09:37:38.546 DEBGreset freemap , reset freemapunit, Aug 31 09:37:38.546: DEBGfreemap_route_ipv4
72892026-08-31T09:37:40.380Zreset freemapunitAug 31 09:37:38.546:Aug 31 09:37:38.546 INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6,
72902026-08-31T09:37:40.380ZAug 31 09:37:38.546
72912026-08-31T09:37:40.380Zinitted freemap. size: 64 , DEBGunit:unit initted freemap. size: 64Aug 31 09:37:38.546: INFOfreemap_route_ipv6
72922026-08-31T09:37:40.380Z, Aug 31 09:37:38.546unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
72932026-08-31T09:37:40.380Z DEBGfreemap_route_ipv6
72942026-08-31T09:37:40.380Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.546
72952026-08-31T09:37:40.380ZAug 31 09:37:38.546 freemap_route_ipv4DEBG Aug 31 09:37:38.546DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
72962026-08-31T09:37:40.380Z reset freemapreset freemap,
72972026-08-31T09:37:40.380Zunit, unitAug 31 09:37:38.546:Aug 31 09:37:38.546 freemap_route_ipv6
72982026-08-31T09:37:40.385ZINFOINFO Aug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:2
72992026-08-31T09:37:40.385Z:Aug 31 09:37:38.546adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
73002026-08-31T09:37:40.385Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
73012026-08-31T09:37:40.385Zfreemap_route_ipv6Aug 31 09:37:38.546Aug 31 09:37:38.546 initted freemap. size: 64DEBG 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 } }]
73022026-08-31T09:37:40.385Z
73032026-08-31T09:37:40.385Z, Aug 31 09:37:38.546unit 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 } }]
73042026-08-31T09:37:40.385Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.546freemap_route_ipv6
73052026-08-31T09:37:40.385Z
73062026-08-31T09:37:40.385ZINFO Aug 31 09:37:38.546Aug 31 09:37:38.546 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
73072026-08-31T09:37:40.385Z INFOINFOAug 31 09:37:38.546Aug 31 09:37:38.546 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
73082026-08-31T09:37:40.385Z Aug 31 09:37:38.546reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGadding route 172.16.0.0/32 -> 10.0.0.1, 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 } }]
73092026-08-31T09:37:40.385Zunit
73102026-08-31T09:37:40.385Z:
73112026-08-31T09:37:40.385Zfreemap_route_ipv6
73122026-08-31T09:37:40.385ZAug 31 09:37:38.546Aug 31 09:37:38.546Aug 31 09:37:38.546 DEBGDEBG INFOAug 31 09:37:38.546 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.546replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
73132026-08-31T09:37:40.385ZINFODEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
73142026-08-31T09:37:40.387Z adding route 3fff:dead::/64 -> 2001:db8::55:1
73152026-08-31T09:37:40.387Z
73162026-08-31T09:37:40.388ZAug 31 09:37:38.546replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOAug 31 09:37:38.546 Aug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
73172026-08-31T09:37:40.389Z INFO
73182026-08-31T09:37:40.389Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.546Aug 31 09:37:38.546adding route 172.16.0.0/32 -> 10.0.0.2
73192026-08-31T09:37:40.389Z
73202026-08-31T09:37:40.389ZDEBG Aug 31 09:37:38.546 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 31 09:37:38.546
73212026-08-31T09:37:40.389Zadding route 3fff:dead::/64 -> 2001:db8::55:4
73222026-08-31T09:37:40.389Z Aug 31 09:37:38.546replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
73232026-08-31T09:37:40.389Z Aug 31 09:37:38.546DEBG Aug 31 09:37:38.546adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG
73242026-08-31T09:37:40.389Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }, NextHop { asic_port_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 } }]
73252026-08-31T09:37:40.389ZAug 31 09:37:38.546 INFO
73262026-08-31T09:37:40.389Z Aug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 09:37:38.546INFO
73272026-08-31T09:37:40.391Z INFOAug 31 09:37:38.546DEBG DEBGAug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
73282026-08-31T09:37:40.391Z
73292026-08-31T09:37:40.391Z
73302026-08-31T09:37:40.391ZDEBGadding route 172.17.0.0/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 } }, NextHop { asic_port_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 } }]
73312026-08-31T09:37:40.391Z
73322026-08-31T09:37:40.391ZAug 31 09:37:38.546Aug 31 09:37:38.546 INFODEBG Aug 31 09:37:38.546adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
73332026-08-31T09:37:40.391Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
73342026-08-31T09:37:40.391ZAug 31 09:37:38.539 Aug 31 09:37:38.546DEBGreplacing targets for 3fff:dead::/64 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 } }]
73352026-08-31T09:37:40.391ZAug 31 09:37:38.546created new freemap DEBGDEBG, unit :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.546Aug 31 09:37:38.546 freemap_route_ipv4
73362026-08-31T09:37:40.391Z
73372026-08-31T09:37:40.391ZWARN Aug 31 09:37:38.547INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.547adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
73382026-08-31T09:37:40.391Z
73392026-08-31T09:37:40.391Z failed to allocate space for the new target listcreated new freemap
73402026-08-31T09:37:40.391Z,
73412026-08-31T09:37:40.391ZunitAug 31 09:37:38.547 :Aug 31 09:37:38.547 INFOfreemap_route_ipv6Aug 31 09:37:38.547Aug 31 09:37:38.547
73422026-08-31T09:37:40.391Z ERRODEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:37:38.547 DEBG
73432026-08-31T09:37:40.391Z DEBG
73442026-08-31T09:37:40.391Zadding route 172.17.0.1/32 -> 10.0.0.255
73452026-08-31T09:37:40.391Zinitted freemap. size: 64, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:37:38.547:
73462026-08-31T09:37:40.391Z Aug 31 09:37:38.547 freemap_route_ipv4DEBG
73472026-08-31T09:37:40.391Zreplacing 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 } }]ERRO
73482026-08-31T09:37:40.392Zshrink-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
73492026-08-31T09:37:40.392ZAug 31 09:37:38.547 Aug 31 09:37:38.547DEBG INFOreset freemap , unitAug 31 09:37:38.547adding route 3fff:dead::/64 -> 2001:db8::55:4
73502026-08-31T09:37:40.392Z:INFO freemap_route_ipv4
73512026-08-31T09:37:40.392Zadding route 172.17.0.2/32 -> 10.0.0.255
73522026-08-31T09:37:40.392ZAug 31 09:37:38.547 DEBG Aug 31 09:37:38.547 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 31 09:37:38.547
73532026-08-31T09:37:40.392Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
73542026-08-31T09:37:40.392Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.547
73552026-08-31T09:37:40.392Ztest route::tests::rollback_on_compact_write_failure ... ok
73562026-08-31T09:37:40.392Z DEBGAug 31 09:37:38.547 reset freemapDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:37:38.547
73572026-08-31T09:37:40.392Z :INFO freemap_route_ipv6
73582026-08-31T09:37:40.392Ztest route::tests::rollback_on_index_readd_failure ... ok
73592026-08-31T09:37:40.392Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 31 09:37:38.547
73602026-08-31T09:37:40.392Z WARNAug 31 09:37:38.547 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:37:38.547
73612026-08-31T09:37:40.392ZINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
73622026-08-31T09:37:40.392Zreplacing 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 } }]
73632026-08-31T09:37:40.392Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 09:37:38.547
73642026-08-31T09:37:40.392Z INFOAug 31 09:37:38.547 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
73652026-08-31T09:37:40.392ZAug 31 09:37:38.547 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
73662026-08-31T09:37:40.392ZAug 31 09:37:38.547 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
73672026-08-31T09:37:40.392Z 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 } }]
73682026-08-31T09:37:40.393ZAug 31 09:37:38.547 INFOAug 31 09:37:38.547Aug 31 09:37:38.547 INFOadding route 172.17.0.0/32 -> 10.0.0.255
73692026-08-31T09:37:40.393Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
73702026-08-31T09:37:40.393Z adding route 172.17.0.5/32 -> 10.0.0.255
73712026-08-31T09:37:40.393ZAug 31 09:37:38.547Aug 31 09:37:38.547 DEBGDEBGAug 31 09:37:38.547 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73722026-08-31T09:37:40.393ZAug 31 09:37:38.547Aug 31 09:37:38.547Aug 31 09:37:38.557 DEBG DEBGINFO created new freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ffcreated new freemap,
73732026-08-31T09:37:40.393Zunit, :unit :freemap_route_ipv4
73742026-08-31T09:37:40.393Zfreemap_route_ipv4Aug 31 09:37:38.557
73752026-08-31T09:37:40.393ZAug 31 09:37:38.557 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
73762026-08-31T09:37:40.393Z, unitAug 31 09:37:38.539: DEBGfreemap_route_ipv6 Aug 31 09:37:38.557
73772026-08-31T09:37:40.393Z INFO created new freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff, Aug 31 09:37:38.557
73782026-08-31T09:37:40.393Z DEBG initted freemap. size: 64unit: , freemap_route_ipv4unitAug 31 09:37:38.557:
73792026-08-31T09:37:40.393Z DEBGfreemap_route_ipv4 Aug 31 09:37:38.557replacing 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 } }]
73802026-08-31T09:37:40.393Z
73812026-08-31T09:37:40.393ZAug 31 09:37:38.557Aug 31 09:37:38.557 DEBG INFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreset freemap
73822026-08-31T09:37:40.393Zcreated new freemap, , unitunitAug 31 09:37:38.557: :Aug 31 09:37:38.557 DEBGfreemap_route_ipv6
73832026-08-31T09:37:40.393Zcreated new freemapDEBG, freemap_route_ipv4
73842026-08-31T09:37:40.393Zunitreplacing 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 } }]:
73852026-08-31T09:37:40.393Zfreemap_route_ipv6Aug 31 09:37:38.557Aug 31 09:37:38.557Aug 31 09:37:38.557 INFODEBGDEBG
73862026-08-31T09:37:40.393Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffinitted freemap. size: 64initted freemap. size: 64,
73872026-08-31T09:37:40.393Z, unitunit::Aug 31 09:37:38.557 Aug 31 09:37:38.557freemap_route_ipv4DEBG
73882026-08-31T09:37:40.393Z freemap_route_ipv6initted freemap. size: 64DEBG,
73892026-08-31T09:37:40.394Zunit :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 } }]
73902026-08-31T09:37:40.394ZAug 31 09:37:38.557freemap_route_ipv4
73912026-08-31T09:37:40.394ZAug 31 09:37:38.557DEBGAug 31 09:37:38.557 INFODEBGreset freemapAug 31 09:37:38.557, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
73922026-08-31T09:37:40.394Z reset freemap: , reset freemapAug 31 09:37:38.557, unitfreemap_route_ipv4DEBGunit:
73932026-08-31T09:37:40.394Z : freemap_route_ipv4freemap_route_ipv6
73942026-08-31T09:37:40.394Z 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 } }]
73952026-08-31T09:37:40.394Z
73962026-08-31T09:37:40.394ZAug 31 09:37:38.557Aug 31 09:37:38.557 DEBGDEBG Aug 31 09:37:38.557initted freemap. size: 64initted freemap. size: 64 , Aug 31 09:37:38.557INFO unitINFO :, adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1unit :
73972026-08-31T09:37:40.394Z
73982026-08-31T09:37:40.399Zfreemap_route_ipv6freemap_route_ipv6
73992026-08-31T09:37:40.399Z
74002026-08-31T09:37:40.399ZAug 31 09:37:38.557Aug 31 09:37:38.557 Aug 31 09:37:38.557DEBG 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 } }] DEBG
74012026-08-31T09:37:40.399Zreset freemapAug 31 09:37:38.557, DEBGunit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] reset freemap
74022026-08-31T09:37:40.399Zfreemap_route_ipv6,
74032026-08-31T09:37:40.399ZAug 31 09:37:38.557unit: freemap_route_ipv6INFOAug 31 09:37:38.557
74042026-08-31T09:37:40.399Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
74052026-08-31T09:37:40.399Z Aug 31 09:37:38.557adding route 3fff:dead::/64 -> 2001:db8::55:1
74062026-08-31T09:37:40.399ZAug 31 09:37:38.557INFOAug 31 09:37:38.557 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 09:37:38.557adding route 3fff:dead::/64 -> 2001:db8::55:1
74072026-08-31T09:37:40.399Z
74082026-08-31T09:37:40.399Z 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
74092026-08-31T09:37:40.399Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:37:38.557
74102026-08-31T09:37:40.399ZAug 31 09:37:38.557 DEBG 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 } }]Aug 31 09:37:38.557adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 09:37:38.557
74112026-08-31T09:37:40.399Z INFO
74122026-08-31T09:37:40.399Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:37:38.557
74132026-08-31T09:37:40.399Z 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 } }]Aug 31 09:37:38.557
74142026-08-31T09:37:40.399Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:37:38.557
74152026-08-31T09:37:40.399Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.557
74162026-08-31T09:37:40.400Z
74172026-08-31T09:37:40.400ZAug 31 09:37:38.557DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:37:38.557 Aug 31 09:37:38.557
74182026-08-31T09:37:40.400Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 INFO
74192026-08-31T09:37:40.400Z adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:37:38.557
74202026-08-31T09:37:40.400Z
74212026-08-31T09:37:40.400Z INFOAug 31 09:37:38.557Aug 31 09:37:38.557Aug 31 09:37:38.557 DEBG DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
74222026-08-31T09:37:40.400Z
74232026-08-31T09:37:40.400Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
74242026-08-31T09:37:40.400ZAug 31 09:37:38.557
74252026-08-31T09:37:40.400Z Aug 31 09:37:38.557DEBG INFOAug 31 09:37:38.557 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
74262026-08-31T09:37:40.401ZINFO Aug 31 09:37:38.557adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
74272026-08-31T09:37:40.401Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:37:38.557
74282026-08-31T09:37:40.401Z
74292026-08-31T09:37:40.401Z DEBGAug 31 09:37:38.557 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
74302026-08-31T09:37:40.401Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:37:38.557
74312026-08-31T09:37:40.401Z Aug 31 09:37:38.557DEBG 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 } }]
74322026-08-31T09:37:40.401Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:37:38.557
74332026-08-31T09:37:40.401ZAug 31 09:37:38.557DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 09:37:38.557
74342026-08-31T09:37:40.401ZAug 31 09:37:38.557adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG
74352026-08-31T09:37:40.401ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:37:38.557
74362026-08-31T09:37:40.401ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
74372026-08-31T09:37:40.401ZAug 31 09:37:38.557
74382026-08-31T09:37:40.401Z Aug 31 09:37:38.557DEBG WARN 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 } }]
74392026-08-31T09:37:40.401Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:37:38.557
74402026-08-31T09:37:40.401Z DEBGAug 31 09:37:38.557 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 } }]WARN
74412026-08-31T09:37:40.401Z Aug 31 09:37:38.557shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
74422026-08-31T09:37:40.401ZINFO Aug 31 09:37:38.557adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
74432026-08-31T09:37:40.402ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
74442026-08-31T09:37:40.402ZAug 31 09:37:38.547Aug 31 09:37:38.557Aug 31 09:37:38.557 DEBGDEBG DEBG
74452026-08-31T09:37:40.402Z 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 } }]created new freemapreplacing 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 } }]
74462026-08-31T09:37:40.402Z
74472026-08-31T09:37:40.402Z, unitAug 31 09:37:38.557: Aug 31 09:37:38.557Aug 31 09:37:38.557 INFO INFOfreemap_route_ipv4 INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
74482026-08-31T09:37:40.402Z
74492026-08-31T09:37:40.402Z
74502026-08-31T09:37:40.402Z
74512026-08-31T09:37:40.402ZAug 31 09:37:38.557Aug 31 09:37:38.557 Aug 31 09:37:38.557DEBGDEBG 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 } }]
74522026-08-31T09:37:40.402ZDEBGAug 31 09:37:38.557 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: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 } }]
74532026-08-31T09:37:40.402Z Aug 31 09:37:38.557DEBG
74542026-08-31T09:37:40.402Z created new freemapINFO, Aug 31 09:37:38.557unit adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
74552026-08-31T09:37:40.402Ztest route::tests::identity_replace_is_noop ... ok
74562026-08-31T09:37:40.402ZAug 31 09:37:38.557: INFO adding route 172.17.0.2/32 -> 10.0.0.255
74572026-08-31T09:37:40.402Zfreemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
74582026-08-31T09:37:40.402Z
74592026-08-31T09:37:40.402ZAug 31 09:37:38.557 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 31 09:37:38.557
74602026-08-31T09:37:40.402Z Aug 31 09:37:38.557DEBG DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.557
74612026-08-31T09:37:40.402ZAug 31 09:37:38.557 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 } }] 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 } }]
74622026-08-31T09:37:40.402Z
74632026-08-31T09:37:40.402ZAug 31 09:37:38.557 reset freemapINFO, Aug 31 09:37:38.557adding route 172.17.0.3/32 -> 10.0.0.255unit
74642026-08-31T09:37:40.402ZAug 31 09:37:38.557 :INFO INFOfreemap_route_ipv4 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:37:38.557
74652026-08-31T09:37:40.402Z DEBG
74662026-08-31T09:37:40.403Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.557
74672026-08-31T09:37:40.403Z DEBG
74682026-08-31T09:37:40.403Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.557
74692026-08-31T09:37:40.403Z DEBGAug 31 09:37:38.557 INFOinitted freemap. size: 64 , adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:37:38.557
74702026-08-31T09:37:40.403ZAug 31 09:37:38.557 unitINFO : DEBG freemap_route_ipv6 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 09:37:38.557replacing 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 } }]
74712026-08-31T09:37:40.403Z
74722026-08-31T09:37:40.403ZDEBG 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 } }]
74732026-08-31T09:37:40.403Z
74742026-08-31T09:37:40.403ZAug 31 09:37:38.557 DEBGAug 31 09:37:38.557 reset freemapDEBG, Aug 31 09:37:38.557Aug 31 09:37:38.547 Aug 31 09:37:38.557replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO unit :
74752026-08-31T09:37:40.403ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
74762026-08-31T09:37:40.403Zadding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv6
74772026-08-31T09:37:40.403ZDEBG
74782026-08-31T09:37:40.403Zcreated new freemapAug 31 09:37:38.557Aug 31 09:37:38.557, Aug 31 09:37:38.558unit DEBG: created new freemapfreemap_route_ipv4,
74792026-08-31T09:37:40.403ZAug 31 09:37:38.557unit : INFOfreemap_route_ipv4Aug 31 09:37:38.571 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
74802026-08-31T09:37:40.403Z
74812026-08-31T09:37:40.403Z created new freemapDEBG, unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
74822026-08-31T09:37:40.403ZAug 31 09:37:38.571Aug 31 09:37:38.571 DEBGDEBG freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]created new freemap
74832026-08-31T09:37:40.404Z
74842026-08-31T09:37:40.404Z, unit: Aug 31 09:37:38.557Aug 31 09:37:38.571freemap_route_ipv6 Aug 31 09:37:38.571
74852026-08-31T09:37:40.404ZDEBG INFOinitted freemap. size: 64 , Aug 31 09:37:38.571unit:adding route 172.16.0.0/32 -> 10.0.0.2 INFO Aug 31 09:37:38.571freemap_route_ipv4
74862026-08-31T09:37:40.404Z
74872026-08-31T09:37:40.404Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO Aug 31 09:37:38.571
74882026-08-31T09:37:40.404Z DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:37:38.571
74892026-08-31T09:37:40.404ZDEBG DEBGreset 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]initted freemap. size: 64Aug 31 09:37:38.571unit :DEBG
74902026-08-31T09:37:40.404Zreplacing 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 } }]freemap_route_ipv4,
74912026-08-31T09:37:40.404Zunit
74922026-08-31T09:37:40.405Z: Aug 31 09:37:38.571freemap_route_ipv4
74932026-08-31T09:37:40.405ZAug 31 09:37:38.571Aug 31 09:37:38.571DEBG INFO INFOAug 31 09:37:38.571replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.7/32 -> 10.0.0.255
74942026-08-31T09:37:40.405ZAug 31 09:37:38.571
74952026-08-31T09:37:40.405Z
74962026-08-31T09:37:40.405ZDEBGDEBG Aug 31 09:37:38.571 initted freemap. size: 64 DEBGreset freemap, , unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]:Aug 31 09:37:38.571 freemap_route_ipv6INFO
74972026-08-31T09:37:40.405ZunitAug 31 09:37:38.571: adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
74982026-08-31T09:37:40.557Z
74992026-08-31T09:37:40.557ZAug 31 09:37:38.571DEBG DEBG reset freemapfreemap_route_ipv4, Aug 31 09:37:38.571unit
75002026-08-31T09:37:40.557Zreplacing 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 } }]:
75012026-08-31T09:37:40.557Zfreemap_route_ipv6Aug 31 09:37:38.571
75022026-08-31T09:37:40.557ZINFO 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 } }] adding route 172.16.0.0/32 -> 10.0.0.4
75032026-08-31T09:37:40.557ZAug 31 09:37:38.571Aug 31 09:37:38.571
75042026-08-31T09:37:40.557Z Aug 31 09:37:38.571DEBG Aug 31 09:37:38.571Aug 31 09:37:38.571INFOINFO initted freemap. size: 64 INFOadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
75052026-08-31T09:37:40.558ZDEBG
75062026-08-31T09:37:40.558Z, adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:37:38.571
75072026-08-31T09:37:40.558ZAug 31 09:37:38.571
75082026-08-31T09:37:40.558Z :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 } }] freemap_route_ipv6
75092026-08-31T09:37:40.558Z
75102026-08-31T09:37:40.558ZDEBGAug 31 09:37:38.571 Aug 31 09:37:38.571replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.571 INFOINFOAug 31 09:37:38.571
75112026-08-31T09:37:40.558Z adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.0/32 -> 10.0.0.255
75122026-08-31T09:37:40.558ZDEBG
75132026-08-31T09:37:40.558ZDEBG Aug 31 09:37:38.571 reset freemapreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 31 09:37:38.571INFO
75142026-08-31T09:37:40.558ZDEBGunit:Aug 31 09:37:38.571 adding route 172.17.0.9/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 } }]
75152026-08-31T09:37:40.558ZAug 31 09:37:38.571
75162026-08-31T09:37:40.558Z freemap_route_ipv6DEBG
75172026-08-31T09:37:40.558ZINFO Aug 31 09:37:38.571adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
75182026-08-31T09:37:40.558ZINFOreplacing 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.16.0.0/32 -> 10.0.0.3
75192026-08-31T09:37:40.558Z
75202026-08-31T09:37:40.558ZAug 31 09:37:38.571Aug 31 09:37:38.571Aug 31 09:37:38.571 Aug 31 09:37:38.571 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 } }]Aug 31 09:37:38.571
75212026-08-31T09:37:40.558Zadding route 172.17.0.1/32 -> 10.0.0.255 INFO
75222026-08-31T09:37:40.559ZDEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
75232026-08-31T09:37:40.559Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 09:37:38.571
75242026-08-31T09:37:40.559Z
75252026-08-31T09:37:40.559ZINFOAug 31 09:37:38.571 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 09:37:38.571
75262026-08-31T09:37:40.559ZAug 31 09:37:38.571 Aug 31 09:37:38.571DEBG INFOINFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 09:37:38.571
75272026-08-31T09:37:40.559Z
75282026-08-31T09:37:40.559Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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
75292026-08-31T09:37:40.559ZAug 31 09:37:38.571Aug 31 09:37:38.571 DEBG
75302026-08-31T09:37:40.559Zreplacing 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 } }]
75312026-08-31T09:37:40.559Z 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75322026-08-31T09:37:40.559Z
75332026-08-31T09:37:40.559ZAug 31 09:37:38.571 Aug 31 09:37:38.571INFOAug 31 09:37:38.571 INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:37:38.571adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
75342026-08-31T09:37:40.559Z DEBG Aug 31 09:37:38.571adding 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 } }, NextHop { asic_port_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 } }]
75352026-08-31T09:37:40.559Z
75362026-08-31T09:37:40.559ZAug 31 09:37:38.571INFO
75372026-08-31T09:37:40.559Z DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }]
75382026-08-31T09:37:40.559Z
75392026-08-31T09:37:40.560ZAug 31 09:37:38.571 DEBG Aug 31 09:37:38.571Aug 31 09:37:38.571 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 } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.571adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
75402026-08-31T09:37:40.560ZDEBG 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 } }]
75412026-08-31T09:37:40.560Z
75422026-08-31T09:37:40.560Z
75432026-08-31T09:37:40.560ZAug 31 09:37:38.571 Aug 31 09:37:38.571INFO DEBGAug 31 09:37:38.571Aug 31 09:37:38.571 adding route 172.17.0.3/32 -> 10.0.0.255INFO
75442026-08-31T09:37:40.560Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
75452026-08-31T09:37:40.560Z
75462026-08-31T09:37:40.560Z INFOAug 31 09:37:38.571 adding route 172.17.0.12/32 -> 10.0.0.255DEBGAug 31 09:37:38.571
75472026-08-31T09:37:40.560Z 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
75482026-08-31T09:37:40.560Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 09:37:38.571
75492026-08-31T09:37:40.560Z DEBGAug 31 09:37:38.571 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGAug 31 09:37:38.571 Aug 31 09:37:38.571
75502026-08-31T09:37:40.560Z 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
75512026-08-31T09:37:40.560ZINFO 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 } }]
75522026-08-31T09:37:40.560Zadding route 172.17.0.4/32 -> 10.0.0.255
75532026-08-31T09:37:40.560ZAug 31 09:37:38.571Aug 31 09:37:38.571 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
75542026-08-31T09:37:40.561Z Aug 31 09:37:38.571Aug 31 09:37:38.571 adding route 172.17.0.13/32 -> 10.0.0.255DEBG
75552026-08-31T09:37:40.561Ztest route::tests::shrink_preserves_compacted_order ... ok
75562026-08-31T09:37:40.561Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
75572026-08-31T09:37:40.561ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 09:37:38.571
75582026-08-31T09:37:40.561Zreplacing 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 } }]
75592026-08-31T09:37:40.561ZDEBG Aug 31 09:37:38.571replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:37:38.571
75602026-08-31T09:37:40.561ZINFO adding route 172.17.0.5/32 -> 10.0.0.255DEBG
75612026-08-31T09:37:40.561ZAug 31 09:37:38.571replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.571
75622026-08-31T09:37:40.561ZDEBG 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 } }]
75632026-08-31T09:37:40.561Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:37:38.571
75642026-08-31T09:37:40.561ZAug 31 09:37:38.571 INFODEBGAug 31 09:37:38.571 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 } }]
75652026-08-31T09:37:40.561ZINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
75662026-08-31T09:37:40.561Z
75672026-08-31T09:37:40.563ZAug 31 09:37:38.571 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:37:38.571
75682026-08-31T09:37:40.563Z DEBG Aug 31 09:37:38.571DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.571
75692026-08-31T09:37:40.563ZDEBGreplacing 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
75702026-08-31T09:37:40.563Z 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.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.571
75712026-08-31T09:37:40.563Z
75722026-08-31T09:37:40.563ZINFO Aug 31 09:37:38.571adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
75732026-08-31T09:37:40.563ZINFO Aug 31 09:37:38.571Aug 31 09:37:38.571adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
75742026-08-31T09:37:40.563ZAug 31 09:37:38.571INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255
75752026-08-31T09:37:40.563ZINFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.571
75762026-08-31T09:37:40.564Z DEBGadding route 172.17.0.15/32 -> 10.0.0.255
75772026-08-31T09:37:40.564Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.571Aug 31 09:37:38.571 DEBGINFO Aug 31 09:37:38.571
75782026-08-31T09:37:40.564Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff 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 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 } }]
75792026-08-31T09:37:40.564ZAug 31 09:37:38.572
75802026-08-31T09:37:40.564Z DEBG created new freemapAug 31 09:37:38.584, unitDEBG: replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
75812026-08-31T09:37:40.564ZAug 31 09:37:38.584
75822026-08-31T09:37:40.567Z INFOAug 31 09:37:38.584Aug 31 09:37:38.558 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffcreated new freemap
75832026-08-31T09:37:40.567Z
75842026-08-31T09:37:40.567Z, unitAug 31 09:37:38.585: DEBGfreemap_route_ipv4
75852026-08-31T09:37:40.567Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.585
75862026-08-31T09:37:40.567Z 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 } }]
75872026-08-31T09:37:40.567ZAug 31 09:37:38.572
75882026-08-31T09:37:40.567Z DEBGAug 31 09:37:38.585 Aug 31 09:37:38.585 created new freemapINFO , DEBGunit adding route 3fff:beef:28::/64 -> 2001:db8::55:ffcreated new freemap:, unitAug 31 09:37:38.585:freemap_route_ipv4
75892026-08-31T09:37:40.567Z
75902026-08-31T09:37:40.568Z freemap_route_ipv6
75912026-08-31T09:37:40.569ZAug 31 09:37:38.585 INFOINFO Aug 31 09:37:38.585adding route 172.17.0.17/32 -> 10.0.0.255
75922026-08-31T09:37:40.570ZDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.585adding route 172.17.0.8/32 -> 10.0.0.255
75932026-08-31T09:37:40.571Z
75942026-08-31T09:37:40.571ZAug 31 09:37:38.585Aug 31 09:37:38.585 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 } }] created new freemapDEBG,
75952026-08-31T09:37:40.572Z Aug 31 09:37:38.585initted freemap. size: 64unit :INFO, adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585unit
75962026-08-31T09:37:40.573Zfreemap_route_ipv6Aug 31 09:37:38.585
75972026-08-31T09:37:40.574Z: DEBG 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 } }]freemap_route_ipv4
75982026-08-31T09:37:40.584Zadding route 172.17.0.18/32 -> 10.0.0.255
75992026-08-31T09:37:40.584Z
76002026-08-31T09:37:40.584ZAug 31 09:37:38.585 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 } }]
76012026-08-31T09:37:40.584ZAug 31 09:37:38.585Aug 31 09:37:38.585 Aug 31 09:37:38.585DEBG DEBGinitted freemap. size: 64 DEBGAug 31 09:37:38.585, reset freemapINFO , 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 } }]unitunit :: freemap_route_ipv4Aug 31 09:37:38.585replacing 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_ipv4INFO
76022026-08-31T09:37:40.585Z
76032026-08-31T09:37:40.585Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255
76042026-08-31T09:37:40.585Z
76052026-08-31T09:37:40.585Z
76062026-08-31T09:37:40.585Z
76072026-08-31T09:37:40.585ZAug 31 09:37:38.585 Aug 31 09:37:38.585Aug 31 09:37:38.585Aug 31 09:37:38.585Aug 31 09:37:38.585 INFODEBG 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 } }]
76082026-08-31T09:37:40.585Zinitted freemap. size: 64Aug 31 09:37:38.585, 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 } }]INFOunit
76092026-08-31T09:37:40.585Z:DEBG Aug 31 09:37:38.585freemap_route_ipv6
76102026-08-31T09:37:40.585Z INFOadding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:37:38.585
76112026-08-31T09:37:40.585Zreset freemapadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff, adding route 172.17.0.19/32 -> 10.0.0.255
76122026-08-31T09:37:40.585ZAug 31 09:37:38.585 DEBGunit INFO
76132026-08-31T09:37:40.585Zreset freemapAug 31 09:37:38.585, unitDEBG :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 } }]
76142026-08-31T09:37:40.585Zfreemap_route_ipv6:
76152026-08-31T09:37:40.585ZAug 31 09:37:38.585 freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255DEBG
76162026-08-31T09:37:40.585Z Aug 31 09:37:38.585
76172026-08-31T09:37:40.585ZAug 31 09:37:38.585 INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585adding route 3fff:dead::/64 -> 2001:db8::55:1
76182026-08-31T09:37:40.585Z
76192026-08-31T09:37:40.585ZAug 31 09:37:38.585DEBG 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 } }]
76202026-08-31T09:37:40.585ZDEBGAug 31 09:37:38.585 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 } }]
76212026-08-31T09:37:40.586ZAug 31 09:37:38.585initted freemap. size: 64, Aug 31 09:37:38.585DEBGAug 31 09:37:38.585 unitDEBGDEBGAug 31 09:37:38.585INFO 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 } }] 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: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 } }]
76222026-08-31T09:37:40.586Z
76232026-08-31T09:37:40.586Z adding route 172.17.0.7/32 -> 10.0.0.255
76242026-08-31T09:37:40.586Z
76252026-08-31T09:37:40.586Zfreemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255
76262026-08-31T09:37:40.586Z
76272026-08-31T09:37:40.586ZAug 31 09:37:38.585 Aug 31 09:37:38.585INFO Aug 31 09:37:38.585INFOAug 31 09:37:38.585Aug 31 09:37:38.585 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
76282026-08-31T09:37:40.586ZAug 31 09:37:38.585 adding route 172.17.0.11/32 -> 10.0.0.255DEBG
76292026-08-31T09:37:40.586Z 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 } }]INFO
76302026-08-31T09:37:40.586Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585DEBG
76312026-08-31T09:37:40.586Zreplacing 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
76322026-08-31T09:37:40.586ZAug 31 09:37:38.585 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.585
76332026-08-31T09:37:40.588Z DEBGreset freemapINFO , Aug 31 09:37:38.585replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.585
76342026-08-31T09:37:40.588Z Aug 31 09:37:38.585INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255DEBG
76352026-08-31T09:37:40.588Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
76362026-08-31T09:37:40.588Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 31 09:37:38.585
76372026-08-31T09:37:40.588Z: Aug 31 09:37:38.585freemap_route_ipv6
76382026-08-31T09:37:40.588ZDEBG 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
76392026-08-31T09:37:40.588Z
76402026-08-31T09:37:40.588ZAug 31 09:37:38.585 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
76412026-08-31T09:37:40.588ZINFOAug 31 09:37:38.585 adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 31 09:37:38.585Aug 31 09:37:38.585Aug 31 09:37:38.585 INFODEBG DEBGadding route 172.17.0.9/32 -> 10.0.0.255
76422026-08-31T09:37:40.588Zadding route 172.16.0.0/32 -> 10.0.0.1
76432026-08-31T09:37:40.588Z
76442026-08-31T09:37:40.588Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
76452026-08-31T09:37:40.588Z
76462026-08-31T09:37:40.588ZAug 31 09:37:38.585 Aug 31 09:37:38.585Aug 31 09:37:38.585 Aug 31 09:37:38.585 DEBGINFO DEBGAug 31 09:37:38.585DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76472026-08-31T09:37:40.588Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76482026-08-31T09:37:40.588Z
76492026-08-31T09:37:40.588Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 09:37:38.585
76502026-08-31T09:37:40.588ZAug 31 09:37:38.585adding route 172.17.0.22/32 -> 10.0.0.255
76512026-08-31T09:37:40.588ZAug 31 09:37:38.585INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 31 09:37:38.585replacing 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 } }]
76522026-08-31T09:37:40.588Z
76532026-08-31T09:37:40.589ZINFOINFO adding route 172.17.0.10/32 -> 10.0.0.255
76542026-08-31T09:37:40.589Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 31 09:37:38.585
76552026-08-31T09:37:40.589ZAug 31 09:37:38.585 Aug 31 09:37:38.585DEBGINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585replacing 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 } }]
76562026-08-31T09:37:40.589Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.585 DEBG
76572026-08-31T09:37:40.589Ztest route::tests::same_size_non_subset_replace ... ok
76582026-08-31T09:37:40.589Z
76592026-08-31T09:37:40.589Z Aug 31 09:37:38.585DEBG 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 } }]
76602026-08-31T09:37:40.589ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.585Aug 31 09:37:38.585
76612026-08-31T09:37:40.589Z
76622026-08-31T09:37:40.589Z INFO Aug 31 09:37:38.585INFO adding route 172.17.0.23/32 -> 10.0.0.255
76632026-08-31T09:37:40.589ZINFO Aug 31 09:37:38.585adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
76642026-08-31T09:37:40.589Z
76652026-08-31T09:37:40.589Z INFO Aug 31 09:37:38.585adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585DEBGAug 31 09:37:38.585Aug 31 09:37:38.585
76662026-08-31T09:37:40.589Z 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 } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.585
76672026-08-31T09:37:40.589ZDEBG DEBG
76682026-08-31T09:37:40.589Zreplacing 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.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 } }]
76692026-08-31T09:37:40.589Z
76702026-08-31T09:37:40.589ZAug 31 09:37:38.585adding route 172.16.0.0/32 -> 10.0.0.3
76712026-08-31T09:37:40.589ZAug 31 09:37:38.585Aug 31 09:37:38.585 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO
76722026-08-31T09:37:40.589Zadding route 172.17.0.24/32 -> 10.0.0.255 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
76732026-08-31T09:37:40.589Z
76742026-08-31T09:37:40.589ZAug 31 09:37:38.585 Aug 31 09:37:38.585DEBGAug 31 09:37:38.585Aug 31 09:37:38.585 INFODEBG DEBGAug 31 09:37:38.585 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 } }] 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 } }]
76752026-08-31T09:37:40.589Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
76762026-08-31T09:37:40.589Zreplacing 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 } }]
76772026-08-31T09:37:40.589Zadding route 172.17.0.15/32 -> 10.0.0.255
76782026-08-31T09:37:40.590Z
76792026-08-31T09:37:40.590ZAug 31 09:37:38.585 Aug 31 09:37:38.585Aug 31 09:37:38.585INFO Aug 31 09:37:38.585INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
76802026-08-31T09:37:40.590Z DEBGAug 31 09:37:38.585
76812026-08-31T09:37:40.590ZINFO INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 09:37:38.585replacing 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 } }]
76822026-08-31T09:37:40.590Zadding route 172.17.0.13/32 -> 10.0.0.255DEBG
76832026-08-31T09:37:40.590Z
76842026-08-31T09:37:40.590Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.585
76852026-08-31T09:37:40.590Z DEBG Aug 31 09:37:38.585replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:37:38.585 Aug 31 09:37:38.585
76862026-08-31T09:37:40.590Z Aug 31 09:37:38.585INFO DEBGINFOadding route 172.17.0.16/32 -> 10.0.0.255
76872026-08-31T09:37:40.590ZAug 31 09:37:38.585adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG
76882026-08-31T09:37:40.590ZDEBG replacing targets for 172.16.0.0/32 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 } }]
76892026-08-31T09:37:40.590ZAug 31 09:37:38.585 Aug 31 09:37:38.585replacing 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 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 } }]
76902026-08-31T09:37:40.590Z 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 } }]
76912026-08-31T09:37:40.590Z
76922026-08-31T09:37:40.590Z 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 } }]
76932026-08-31T09:37:40.590ZAug 31 09:37:38.586Aug 31 09:37:38.585 Aug 31 09:37:38.596 DEBGINFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
76942026-08-31T09:37:40.590Z
76952026-08-31T09:37:40.590Zcreated new freemap, unitAug 31 09:37:38.585Aug 31 09:37:38.596 Aug 31 09:37:38.596DEBGINFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
76962026-08-31T09:37:40.590Zreplacing 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 } }]:
76972026-08-31T09:37:40.590Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.596Aug 31 09:37:38.596 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
76982026-08-31T09:37:40.618Z
76992026-08-31T09:37:40.618Z
77002026-08-31T09:37:40.618Zfreemap_route_ipv4
77012026-08-31T09:37:40.618ZAug 31 09:37:38.596Aug 31 09:37:38.596Aug 31 09:37:38.596 DEBGDEBGAug 31 09:37:38.596 INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77022026-08-31T09:37:40.618Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:37:38.596
77032026-08-31T09:37:40.618ZDEBG created new freemapDEBGAug 31 09:37:38.596replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.596
77042026-08-31T09:37:40.618Z 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, unitDEBG
77052026-08-31T09:37:40.618Z 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.15/32 -> 10.0.0.255
77062026-08-31T09:37:40.619Z
77072026-08-31T09:37:40.619ZAug 31 09:37:38.596: INFOAug 31 09:37:38.596 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
77082026-08-31T09:37:40.619Zfreemap_route_ipv6Aug 31 09:37:38.596
77092026-08-31T09:37:40.619Z DEBGAug 31 09:37:38.596 INFOINFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.596
77102026-08-31T09:37:40.619Z 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 } }] adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
77112026-08-31T09:37:40.619Z
77122026-08-31T09:37:40.619ZAug 31 09:37:38.596
77132026-08-31T09:37:40.619Z INFO Aug 31 09:37:38.596 Aug 31 09:37:38.596Aug 31 09:37:38.596 DEBGDEBG INFO initted freemap. size: 64 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
77142026-08-31T09:37:40.619Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255
77152026-08-31T09:37:40.619Z
77162026-08-31T09:37:40.619Zunit: Aug 31 09:37:38.596freemap_route_ipv4 Aug 31 09:37:38.596Aug 31 09:37:38.596INFO adding route 172.17.0.29/32 -> 10.0.0.255
77172026-08-31T09:37:40.619Z
77182026-08-31T09:37:40.619ZDEBG DEBGAug 31 09:37:38.596 DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77192026-08-31T09:37:40.619Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.596replacing 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 } }]
77202026-08-31T09:37:40.619ZDEBG
77212026-08-31T09:37:40.624Z Aug 31 09:37:38.596reset freemap , Aug 31 09:37:38.597DEBGunitAug 31 09:37:38.597: Aug 31 09:37:38.597INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77222026-08-31T09:37:40.624Z INFO
77232026-08-31T09:37:40.624Zreplacing 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 } }]
77242026-08-31T09:37:40.624Z freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 09:37:38.597
77252026-08-31T09:37:40.624Z
77262026-08-31T09:37:40.624Z DEBGAug 31 09:37:38.597 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 } }]DEBGAug 31 09:37:38.597
77272026-08-31T09:37:40.624Zreplacing 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 } }] INFOAug 31 09:37:38.597Aug 31 09:37:38.597
77282026-08-31T09:37:40.624Z adding route 172.17.0.30/32 -> 10.0.0.255
77292026-08-31T09:37:40.624ZDEBGAug 31 09:37:38.597Aug 31 09:37:38.597 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 } }]
77302026-08-31T09:37:40.624Z INFOAug 31 09:37:38.597 initted freemap. size: 64DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff,
77312026-08-31T09:37:40.624Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.597
77322026-08-31T09:37:40.624Z unitINFO: adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 09:37:38.597
77332026-08-31T09:37:40.624Z
77342026-08-31T09:37:40.624Zfreemap_route_ipv6 INFO Aug 31 09:37:38.597adding route 172.17.0.31/32 -> 10.0.0.255
77352026-08-31T09:37:40.624Z
77362026-08-31T09:37:40.624ZAug 31 09:37:38.597Aug 31 09:37:38.597 DEBG DEBGDEBGreplacing 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 } }]
77372026-08-31T09:37:40.624Z Aug 31 09:37:38.597replacing 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.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 } }]
77382026-08-31T09:37:40.624Z
77392026-08-31T09:37:40.624ZDEBG Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597 DEBG Aug 31 09:37:38.597INFOreset freemap replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
77402026-08-31T09:37:40.624Z, unit INFO :adding route 172.17.0.21/32 -> 10.0.0.255
77412026-08-31T09:37:40.624Zfreemap_route_ipv6Aug 31 09:37:38.597
77422026-08-31T09:37:40.625Z
77432026-08-31T09:37:40.625ZAug 31 09:37:38.597 adding route 172.17.0.19/32 -> 10.0.0.255
77442026-08-31T09:37:40.625ZDEBG 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 } }]Aug 31 09:37:38.597
77452026-08-31T09:37:40.625ZAug 31 09:37:38.597Aug 31 09:37:38.597 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.32/32 -> 10.0.0.255
77462026-08-31T09:37:40.625Z
77472026-08-31T09:37:40.625ZAug 31 09:37:38.597Aug 31 09:37:38.597 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77482026-08-31T09:37:40.625Z INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77492026-08-31T09:37:40.625Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
77502026-08-31T09:37:40.625ZAug 31 09:37:38.597 Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597DEBGDEBG 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 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 } }]
77512026-08-31T09:37:40.625ZINFOINFO
77522026-08-31T09:37:40.625Z adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
77532026-08-31T09:37:40.625Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 31 09:37:38.597
77542026-08-31T09:37:40.625ZAug 31 09:37:38.597Aug 31 09:37:38.597
77552026-08-31T09:37:40.625Z DEBG INFO Aug 31 09:37:38.597INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
77562026-08-31T09:37:40.625Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
77572026-08-31T09:37:40.625Z
77582026-08-31T09:37:40.625ZDEBG Aug 31 09:37:38.597 Aug 31 09:37:38.597 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.597Aug 31 09:37:38.597DEBG DEBG
77592026-08-31T09:37:40.625Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.597
77602026-08-31T09:37:40.625Z Aug 31 09:37:38.597replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77612026-08-31T09:37:40.625ZAug 31 09:37:38.597
77622026-08-31T09:37:40.625Z 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.21/32 -> 10.0.0.255
77632026-08-31T09:37:40.625Zfailed to allocate space for the new target list
77642026-08-31T09:37:40.625Z
77652026-08-31T09:37:40.625Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
77662026-08-31T09:37:40.625ZAug 31 09:37:38.597Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597DEBGDEBG 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 } }]replacing targets for 3fff:dead::/64 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 } }]
77672026-08-31T09:37:40.626Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
77682026-08-31T09:37:40.626Z
77692026-08-31T09:37:40.626Z Aug 31 09:37:38.597adding route 172.17.0.23/32 -> 10.0.0.255
77702026-08-31T09:37:40.626ZAug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597INFO INFO adding route 172.17.0.22/32 -> 10.0.0.255INFOINFO
77712026-08-31T09:37:40.626Z Aug 31 09:37:38.597adding route 172.17.0.34/32 -> 10.0.0.255 DEBG
77722026-08-31T09:37:40.626Z adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
77732026-08-31T09:37:40.626Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
77742026-08-31T09:37:40.626Z
77752026-08-31T09:37:40.626ZAug 31 09:37:38.597 Aug 31 09:37:38.597DEBG Aug 31 09:37:38.597DEBGAug 31 09:37:38.597 Aug 31 09:37:38.597replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
77762026-08-31T09:37:40.626ZINFOreplacing 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 } }]
77772026-08-31T09:37:40.626ZDEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77782026-08-31T09:37:40.626Z
77792026-08-31T09:37:40.626Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:37:38.597 INFO
77802026-08-31T09:37:40.626ZAug 31 09:37:38.597Aug 31 09:37:38.597 INFOAug 31 09:37:38.597 adding route 172.17.0.35/32 -> 10.0.0.255 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFOAug 31 09:37:38.597
77812026-08-31T09:37:40.627Z DEBGadding route 172.17.0.23/32 -> 10.0.0.255DEBG
77822026-08-31T09:37:40.627Z
77832026-08-31T09:37:40.627Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.597
77842026-08-31T09:37:40.627Z Aug 31 09:37:38.597Aug 31 09:37:38.597 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 } }]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 } }]
77852026-08-31T09:37:40.627Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
77862026-08-31T09:37:40.627Z
77872026-08-31T09:37:40.627ZDEBG 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 } }]
77882026-08-31T09:37:40.627ZAug 31 09:37:38.597 INFOAug 31 09:37:38.597 Aug 31 09:37:38.597INFO adding route 172.17.0.36/32 -> 10.0.0.255INFO
77892026-08-31T09:37:40.627ZAug 31 09:37:38.597 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO
77902026-08-31T09:37:40.627ZAug 31 09:37:38.597 adding route 172.17.0.24/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255
77912026-08-31T09:37:40.627Z
77922026-08-31T09:37:40.627Zreplacing 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 } }]
77932026-08-31T09:37:40.627ZAug 31 09:37:38.597 Aug 31 09:37:38.597DEBGAug 31 09:37:38.597Aug 31 09:37:38.597 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 } }]
77942026-08-31T09:37:40.627ZINFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77952026-08-31T09:37:40.627ZDEBG
77962026-08-31T09:37:40.627ZAug 31 09:37:38.597 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77972026-08-31T09:37:40.627Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 09:37:38.597
77982026-08-31T09:37:40.632Z DEBG Aug 31 09:37:38.597replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.597INFO
77992026-08-31T09:37:40.632Z INFOAug 31 09:37:38.597adding route 172.17.0.26/32 -> 10.0.0.255
78002026-08-31T09:37:40.632Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG 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 } }]
78012026-08-31T09:37:40.633Z
78022026-08-31T09:37:40.633ZAug 31 09:37:38.597 Aug 31 09:37:38.597INFOAug 31 09:37:38.597 adding route 172.17.0.38/32 -> 10.0.0.255 INFO
78032026-08-31T09:37:40.633ZDEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78042026-08-31T09:37:40.633Z
78052026-08-31T09:37:40.633ZAug 31 09:37:38.597 DEBG Aug 31 09:37:38.597replacing 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 } }]
78062026-08-31T09:37:40.633ZAug 31 09:37:38.597Aug 31 09:37:38.597 DEBG DEBGINFO Aug 31 09:37:38.597 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 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:37:38.597 DEBG
78072026-08-31T09:37:40.633Z created new freemap,
78082026-08-31T09:37:40.633Zunit: freemap_route_ipv4
78092026-08-31T09:37:40.633ZAug 31 09:37:38.584Aug 31 09:37:38.609Aug 31 09:37:38.609 INFODEBGDEBG created new freemapcreated new freemap, adding route 172.17.0.39/32 -> 10.0.0.255unit, :unit
78102026-08-31T09:37:40.633Z :freemap_route_ipv6
78112026-08-31T09:37:40.633Zfreemap_route_ipv6Aug 31 09:37:38.609
78122026-08-31T09:37:40.634ZAug 31 09:37:38.609 Aug 31 09:37:38.609DEBG 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 } }]initted freemap. size: 64
78132026-08-31T09:37:40.635Z, unitAug 31 09:37:38.609: DEBGfreemap_route_ipv4
78142026-08-31T09:37:40.635Zinitted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 31 09:37:38.609
78152026-08-31T09:37:40.635Z freemap_route_ipv4DEBG
78162026-08-31T09:37:40.635Z reset freemap, unit: freemap_route_ipv4
78172026-08-31T09:37:40.635ZAug 31 09:37:38.609 DEBG reset freemapAug 31 09:37:38.609, DEBG initted freemap. size: 64, unit: freemap_route_ipv6
78182026-08-31T09:37:40.635ZINFO Aug 31 09:37:38.609adding route 172.17.0.26/32 -> 10.0.0.255 DEBG
78192026-08-31T09:37:40.635Z reset freemapAug 31 09:37:38.609, unit :INFO Aug 31 09:37:38.609freemap_route_ipv6
78202026-08-31T09:37:40.635ZDEBGadding route 172.17.0.28/32 -> 10.0.0.255 Aug 31 09:37:38.609replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.609INFOunit
78212026-08-31T09:37:40.635Zadding route 172.16.0.0/32 -> 10.0.0.1:
78222026-08-31T09:37:40.635Z INFO
78232026-08-31T09:37:40.635Zfreemap_route_ipv4 adding route 172.17.0.40/32 -> 10.0.0.255
78242026-08-31T09:37:40.635Z
78252026-08-31T09:37:40.635ZAug 31 09:37:38.610 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 } }]Aug 31 09:37:38.610
78262026-08-31T09:37:40.635ZAug 31 09:37:38.610 Aug 31 09:37:38.610Aug 31 09:37:38.610INFO DEBG INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
78272026-08-31T09:37:40.635Z
78282026-08-31T09:37:40.635Z
78292026-08-31T09:37:40.635ZDEBG initted freemap. size: 64Aug 31 09:37:38.610, unitAug 31 09:37:38.610DEBG INFO:DEBG adding route 172.17.0.41/32 -> 10.0.0.255 freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
78302026-08-31T09:37:40.636Z
78312026-08-31T09:37:40.636Z
78322026-08-31T09:37:40.636Z Aug 31 09:37:38.610replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.610DEBG
78332026-08-31T09:37:40.636ZAug 31 09:37:38.610Aug 31 09:37:38.610 DEBGINFODEBGreplacing 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.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
78342026-08-31T09:37:40.636Zreset freemap
78352026-08-31T09:37:40.636Z, unit:Aug 31 09:37:38.610Aug 31 09:37:38.610 Aug 31 09:37:38.610DEBGfreemap_route_ipv6
78362026-08-31T09:37:40.636Zreplacing 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 } }]
78372026-08-31T09:37:40.636ZINFO
78382026-08-31T09:37:40.636Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:37:38.610Aug 31 09:37:38.610
78392026-08-31T09:37:40.636Z INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
78402026-08-31T09:37:40.636ZAug 31 09:37:38.610adding route 3fff:dead::/64 -> 2001:db8::55:1
78412026-08-31T09:37:40.636ZDEBG 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 } }]
78422026-08-31T09:37:40.636ZAug 31 09:37:38.610Aug 31 09:37:38.610 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.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 } }]
78432026-08-31T09:37:40.636ZAug 31 09:37:38.610Aug 31 09:37:38.610 adding route 172.17.0.29/32 -> 10.0.0.255INFO
78442026-08-31T09:37:40.636Z INFO
78452026-08-31T09:37:40.636ZAug 31 09:37:38.610adding route 172.17.0.28/32 -> 10.0.0.255 INFO
78462026-08-31T09:37:40.636Z adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 3fff:dead::/64 -> 2001:db8::55:2
78472026-08-31T09:37:40.637Z
78482026-08-31T09:37:40.637Z INFO Aug 31 09:37:38.610adding route 172.17.0.0/32 -> 10.0.0.255
78492026-08-31T09:37:40.637ZAug 31 09:37:38.610 DEBGDEBGAug 31 09:37:38.610Aug 31 09:37:38.610 DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.610
78502026-08-31T09:37:40.637Z
78512026-08-31T09:37:40.637Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:37:38.610
78522026-08-31T09:37:40.637ZDEBG INFO Aug 31 09:37:38.610 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.610adding route 172.17.0.44/32 -> 10.0.0.255
78532026-08-31T09:37:40.637Z
78542026-08-31T09:37:40.637Zadding route 3fff:dead::/64 -> 2001:db8::55:3
78552026-08-31T09:37:40.637ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
78562026-08-31T09:37:40.637ZAug 31 09:37:38.610replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78572026-08-31T09:37:40.637ZAug 31 09:37:38.610
78582026-08-31T09:37:40.637ZAug 31 09:37:38.610
78592026-08-31T09:37:40.637ZDEBG Aug 31 09:37:38.610replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610INFO
78602026-08-31T09:37:40.637Z INFO INFO Aug 31 09:37:38.610adding route 172.17.0.29/32 -> 10.0.0.255
78612026-08-31T09:37:40.637ZINFO Aug 31 09:37:38.610adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
78622026-08-31T09:37:40.637ZINFO
78632026-08-31T09:37:40.637Z adding route 172.17.0.2/32 -> 10.0.0.255
78642026-08-31T09:37:40.638Z
78652026-08-31T09:37:40.638ZAug 31 09:37:38.610Aug 31 09:37:38.610 Aug 31 09:37:38.610DEBG DEBGAug 31 09:37:38.610 DEBG Aug 31 09:37:38.610replacing 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
78662026-08-31T09:37:40.638Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
78672026-08-31T09:37:40.638Z 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.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 } }]
78682026-08-31T09:37:40.638Z
78692026-08-31T09:37:40.638ZAug 31 09:37:38.610
78702026-08-31T09:37:40.639Z INFO Aug 31 09:37:38.610adding route 172.17.0.46/32 -> 10.0.0.255 Aug 31 09:37:38.610DEBG
78712026-08-31T09:37:40.639Z 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:3, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
78722026-08-31T09:37:40.639ZAug 31 09:37:38.610
78732026-08-31T09:37:40.639Z Aug 31 09:37:38.610DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610
78742026-08-31T09:37:40.639Z Aug 31 09:37:38.610DEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610INFO
78752026-08-31T09:37:40.639Z INFO
78762026-08-31T09:37:40.639Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 172.17.0.47/32 -> 10.0.0.255
78772026-08-31T09:37:40.639ZINFO
78782026-08-31T09:37:40.639Z adding route 172.17.0.4/32 -> 10.0.0.255
78792026-08-31T09:37:40.639ZAug 31 09:37:38.610 Aug 31 09:37:38.610Aug 31 09:37:38.610 DEBGDEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
78802026-08-31T09:37:40.639Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610
78812026-08-31T09:37:40.639Z
78822026-08-31T09:37:40.639Z Aug 31 09:37:38.610Aug 31 09:37:38.610DEBG INFOINFO Aug 31 09:37:38.610 adding route 172.17.0.48/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
78832026-08-31T09:37:40.640Z
78842026-08-31T09:37:40.640Z adding route 172.17.0.31/32 -> 10.0.0.255
78852026-08-31T09:37:40.640Z
78862026-08-31T09:37:40.640ZAug 31 09:37:38.610Aug 31 09:37:38.610 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
78872026-08-31T09:37:40.640Z
78882026-08-31T09:37:40.640ZAug 31 09:37:38.610 Aug 31 09:37:38.610INFOAug 31 09:37:38.610 adding route 172.17.0.6/32 -> 10.0.0.255INFO Aug 31 09:37:38.610INFO
78892026-08-31T09:37:40.640Z adding route 172.17.0.49/32 -> 10.0.0.255DEBG
78902026-08-31T09:37:40.640Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:37:38.610
78912026-08-31T09:37:40.640ZDEBGAug 31 09:37:38.610 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.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 } }]
78922026-08-31T09:37:40.640ZDEBG 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 } }]
78932026-08-31T09:37:40.640Z
78942026-08-31T09:37:40.640ZAug 31 09:37:38.610Aug 31 09:37:38.610 Aug 31 09:37:38.610INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
78952026-08-31T09:37:40.640ZAug 31 09:37:38.610adding route 172.17.0.50/32 -> 10.0.0.255DEBG
78962026-08-31T09:37:40.640Z Aug 31 09:37:38.610 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78972026-08-31T09:37:40.640Z Aug 31 09:37:38.610adding route 172.17.0.32/32 -> 10.0.0.255
78982026-08-31T09:37:40.645ZDEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78992026-08-31T09:37:40.645Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610
79002026-08-31T09:37:40.645Z Aug 31 09:37:38.610INFO Aug 31 09:37:38.610INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 172.17.0.51/32 -> 10.0.0.255
79012026-08-31T09:37:40.645Z INFO
79022026-08-31T09:37:40.645Zadding route 172.17.0.8/32 -> 10.0.0.255DEBG
79032026-08-31T09:37:40.646ZAug 31 09:37:38.610 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79042026-08-31T09:37:40.646Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610
79052026-08-31T09:37:40.646Z
79062026-08-31T09:37:40.646ZAug 31 09:37:38.610DEBGAug 31 09:37:38.610 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 adding route 172.17.0.52/32 -> 10.0.0.255
79072026-08-31T09:37:40.646Z
79082026-08-31T09:37:40.646ZAug 31 09:37:38.610 INFO adding route 172.17.0.33/32 -> 10.0.0.255
79092026-08-31T09:37:40.646ZAug 31 09:37:38.610 Aug 31 09:37:38.610INFO
79102026-08-31T09:37:40.646Z DEBG adding route 172.17.0.34/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 } }]
79112026-08-31T09:37:40.646Z
79122026-08-31T09:37:40.646Z Aug 31 09:37:38.610Aug 31 09:37:38.610 INFOINFOINFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 172.17.0.9/32 -> 10.0.0.255
79132026-08-31T09:37:40.646Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
79142026-08-31T09:37:40.646ZDEBG
79152026-08-31T09:37:40.646Z Aug 31 09:37:38.610replacing 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 } }]
79162026-08-31T09:37:40.649ZDEBGAug 31 09:37:38.610 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
79172026-08-31T09:37:40.649Z 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 } }]
79182026-08-31T09:37:40.649ZAug 31 09:37:38.610 INFOAug 31 09:37:38.610 adding route 172.17.0.35/32 -> 10.0.0.255INFO
79192026-08-31T09:37:40.649Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:37:38.610Aug 31 09:37:38.610
79202026-08-31T09:37:40.649ZAug 31 09:37:38.610 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 } }] INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:37:38.610
79212026-08-31T09:37:40.649Z
79222026-08-31T09:37:40.649ZDEBG Aug 31 09:37:38.623 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.623DEBG
79232026-08-31T09:37:40.649Z INFO
79242026-08-31T09:37:40.649Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
79252026-08-31T09:37:40.649Z
79262026-08-31T09:37:40.649ZAug 31 09:37:38.623 INFOAug 31 09:37:38.623 Aug 31 09:37:38.623Aug 31 09:37:38.623adding route 172.17.0.10/32 -> 10.0.0.255 INFO
79272026-08-31T09:37:40.649ZDEBG Aug 31 09:37:38.610INFOreplacing 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 } }]
79282026-08-31T09:37:40.649Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
79292026-08-31T09:37:40.649Zadding route 172.17.0.36/32 -> 10.0.0.255
79302026-08-31T09:37:40.649ZDEBG created new freemapAug 31 09:37:38.623, Aug 31 09:37:38.623 Aug 31 09:37:38.623 INFOunitAug 31 09:37:38.623DEBG : freemap_route_ipv4DEBG
79312026-08-31T09:37:40.649Zadding route 172.17.0.37/32 -> 10.0.0.255
79322026-08-31T09:37:40.649ZDEBG 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.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: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 } }]
79332026-08-31T09:37:40.650Z
79342026-08-31T09:37:40.650ZAug 31 09:37:38.623
79352026-08-31T09:37:40.650ZAug 31 09:37:38.623 DEBGDEBG Aug 31 09:37:38.623replacing 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 } }]
79362026-08-31T09:37:40.650ZAug 31 09:37:38.623created new freemap , unitINFO: Aug 31 09:37:38.623 adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 09:37:38.623
79372026-08-31T09:37:40.650Z INFOfreemap_route_ipv6
79382026-08-31T09:37:40.650Z INFOINFOadding route 172.17.0.38/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255
79392026-08-31T09:37:40.650Z
79402026-08-31T09:37:40.650Z Aug 31 09:37:38.623Aug 31 09:37:38.623 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79412026-08-31T09:37:40.650Z Aug 31 09:37:38.623initted freemap. size: 64Aug 31 09:37:38.623 , DEBGunit
79422026-08-31T09:37:40.650Z: 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 } }]freemap_route_ipv4
79432026-08-31T09:37:40.650Z
79442026-08-31T09:37:40.650Z Aug 31 09:37:38.623replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.623DEBG
79452026-08-31T09:37:40.650Z Aug 31 09:37:38.623Aug 31 09:37:38.623 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 } }] DEBGINFO
79462026-08-31T09:37:40.650ZINFO reset freemapadding route 172.17.0.39/32 -> 10.0.0.255 , adding route 172.17.0.38/32 -> 10.0.0.255unit
79472026-08-31T09:37:40.650ZAug 31 09:37:38.623:
79482026-08-31T09:37:40.650Z INFO Aug 31 09:37:38.623freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255 Aug 31 09:37:38.623
79492026-08-31T09:37:40.650ZDEBG
79502026-08-31T09:37:40.650Zreplacing 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 } }]
79512026-08-31T09:37:40.650ZINFOAug 31 09:37:38.623Aug 31 09:37:38.623 Aug 31 09:37:38.623DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:37:38.623DEBG
79522026-08-31T09:37:40.650Z INFOinitted freemap. size: 64 , adding route 172.17.0.40/32 -> 10.0.0.255unit
79532026-08-31T09:37:40.650Z:DEBGAug 31 09:37:38.623 freemap_route_ipv6replacing 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 } }]
79542026-08-31T09:37:40.650Z
79552026-08-31T09:37:40.650ZAug 31 09:37:38.623 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 } }] DEBG
79562026-08-31T09:37:40.650Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.623
79572026-08-31T09:37:40.651Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.623 DEBG
79582026-08-31T09:37:40.651Z reset freemap, INFOunit :Aug 31 09:37:38.623 adding route 172.17.0.13/32 -> 10.0.0.255 freemap_route_ipv6
79592026-08-31T09:37:40.651ZAug 31 09:37:38.623
79602026-08-31T09:37:40.651ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
79612026-08-31T09:37:40.651ZINFOAug 31 09:37:38.623Aug 31 09:37:38.623 DEBG INFOAug 31 09:37:38.623Aug 31 09:37:38.623 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 } }]
79622026-08-31T09:37:40.652ZINFOreplacing 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 } }]
79632026-08-31T09:37:40.652Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
79642026-08-31T09:37:40.652Zadding route 172.17.0.39/32 -> 10.0.0.255
79652026-08-31T09:37:40.652ZAug 31 09:37:38.623
79662026-08-31T09:37:40.652Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
79672026-08-31T09:37:40.652Z Aug 31 09:37:38.623INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 09:37:38.623Aug 31 09:37:38.623INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG
79682026-08-31T09:37:40.652Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
79692026-08-31T09:37:40.652ZAug 31 09:37:38.623
79702026-08-31T09:37:40.652ZAug 31 09:37:38.623 DEBGDEBGAug 31 09:37:38.623 Aug 31 09:37:38.623 DEBGDEBGreplacing 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 } }]
79712026-08-31T09:37:40.652ZINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
79722026-08-31T09:37:40.652Z
79732026-08-31T09:37:40.652ZAug 31 09:37:38.623 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.43/32 -> 10.0.0.255replacing 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 } }]
79742026-08-31T09:37:40.652Z
79752026-08-31T09:37:40.652Z
79762026-08-31T09:37:40.653ZAug 31 09:37:38.623Aug 31 09:37:38.623 DEBGAug 31 09:37:38.623Aug 31 09:37:38.623 Aug 31 09:37:38.623 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFO
79772026-08-31T09:37:40.653ZINFOreplacing 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 } }]
79782026-08-31T09:37:40.653Zadding route 172.17.0.15/32 -> 10.0.0.255
79792026-08-31T09:37:40.653Z INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:37:38.623 Aug 31 09:37:38.623 Aug 31 09:37:38.623INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
79802026-08-31T09:37:40.653Z
79812026-08-31T09:37:40.653ZDEBGadding route 172.17.0.40/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.623
79822026-08-31T09:37:40.653Z 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 } }]
79832026-08-31T09:37:40.653Z
79842026-08-31T09:37:40.653ZAug 31 09:37:38.781 Aug 31 09:37:38.781INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255
79852026-08-31T09:37:40.653Zadding route 172.17.0.45/32 -> 10.0.0.255
79862026-08-31T09:37:40.653ZAug 31 09:37:38.781 DEBGAug 31 09:37:38.610Aug 31 09:37:38.781 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
79872026-08-31T09:37:40.653Z
79882026-08-31T09:37:40.653Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.781Aug 31 09:37:38.781 INFOINFO
79892026-08-31T09:37:40.653Zadding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
79902026-08-31T09:37:40.653Z
79912026-08-31T09:37:40.653ZAug 31 09:37:38.781Aug 31 09:37:38.781 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79922026-08-31T09:37:40.654Z
79932026-08-31T09:37:40.654ZAug 31 09:37:38.781 INFO
79942026-08-31T09:37:40.654ZAug 31 09:37:38.781Aug 31 09:37:38.781Aug 31 09:37:38.781 INFO INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
79952026-08-31T09:37:40.654Zadding route 172.17.0.42/32 -> 10.0.0.255
79962026-08-31T09:37:40.654Z adding route 172.17.0.53/32 -> 10.0.0.255
79972026-08-31T09:37:40.654Z
79982026-08-31T09:37:40.659ZAug 31 09:37:38.781Aug 31 09:37:38.781 Aug 31 09:37:38.781Aug 31 09:37:38.781 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4DEBG
79992026-08-31T09:37:40.659Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
80002026-08-31T09:37:40.659Z Aug 31 09:37:38.781
80012026-08-31T09:37:40.659Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 31 09:37:38.781
80022026-08-31T09:37:40.659Z 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 } }]Aug 31 09:37:38.781
80032026-08-31T09:37:40.659Z adding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 09:37:38.781INFO
80042026-08-31T09:37:40.659Z Aug 31 09:37:38.781Aug 31 09:37:38.781 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBGINFO
80052026-08-31T09:37:40.659Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 31 09:37:38.781adding route 172.17.0.43/32 -> 10.0.0.255
80062026-08-31T09:37:40.659ZDEBG
80072026-08-31T09:37:40.659Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.781replacing 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 } }]
80082026-08-31T09:37:40.659Z
80092026-08-31T09:37:40.659Z DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.781
80102026-08-31T09:37:40.660Z Aug 31 09:37:38.781DEBG 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
80112026-08-31T09:37:40.660Z Aug 31 09:37:38.781adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 09:37:38.781
80122026-08-31T09:37:40.660Z INFOINFOAug 31 09:37:38.781 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255
80132026-08-31T09:37:40.660Z
80142026-08-31T09:37:40.660Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
80152026-08-31T09:37:40.660ZAug 31 09:37:38.781Aug 31 09:37:38.781 DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.781
80162026-08-31T09:37:40.660Zreplacing 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 } }]
80172026-08-31T09:37:40.660ZDEBG Aug 31 09:37:38.781replacing 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 } }]
80182026-08-31T09:37:40.660ZDEBGAug 31 09:37:38.781 Aug 31 09:37:38.781replacing 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
80192026-08-31T09:37:40.660Z INFOAug 31 09:37:38.781 adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
80202026-08-31T09:37:40.661ZINFO
80212026-08-31T09:37:40.661Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:37:38.781
80222026-08-31T09:37:40.661Z INFOAug 31 09:37:38.781 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
80232026-08-31T09:37:40.661Z Aug 31 09:37:38.781Aug 31 09:37:38.781 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 } }]
80242026-08-31T09:37:40.661ZAug 31 09:37:38.781DEBGDEBG 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 } }]
80252026-08-31T09:37:40.662ZAug 31 09:37:38.781 DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 09:37:38.781
80262026-08-31T09:37:40.662Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }]
80272026-08-31T09:37:40.662ZINFO
80282026-08-31T09:37:40.662Zadding route 172.17.0.22/32 -> 10.0.0.255
80292026-08-31T09:37:40.662ZAug 31 09:37:38.781 Aug 31 09:37:38.781Aug 31 09:37:38.781 Aug 31 09:37:38.781DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
80302026-08-31T09:37:40.662Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
80312026-08-31T09:37:40.662Zadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255
80322026-08-31T09:37:40.662Z
80332026-08-31T09:37:40.662ZAug 31 09:37:38.781Aug 31 09:37:38.781 INFOINFOAug 31 09:37:38.781 adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
80342026-08-31T09:37:40.662Z
80352026-08-31T09:37:40.662Zreplacing 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 } }]
80362026-08-31T09:37:40.662ZAug 31 09:37:38.781Aug 31 09:37:38.782Aug 31 09:37:38.782Aug 31 09:37:38.782 DEBGDEBGINFO 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 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
80372026-08-31T09:37:40.662Zadding route 172.17.0.47/32 -> 10.0.0.255
80382026-08-31T09:37:40.662Z
80392026-08-31T09:37:40.662Zreplacing 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 } }]
80402026-08-31T09:37:40.662ZAug 31 09:37:38.782 INFOAug 31 09:37:38.782 Aug 31 09:37:38.782adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGINFO
80412026-08-31T09:37:40.662ZAug 31 09:37:38.782 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 } }]
80422026-08-31T09:37:40.662ZINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 09:37:38.782
80432026-08-31T09:37:40.662Z
80442026-08-31T09:37:40.662ZAug 31 09:37:38.782DEBG INFOAug 31 09:37:38.782Aug 31 09:37:38.782 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 } }]
80452026-08-31T09:37:40.662ZDEBGadding route 172.17.0.48/32 -> 10.0.0.255 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
80462026-08-31T09:37:40.662ZDEBG
80472026-08-31T09:37:40.663Zreplacing 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 } }]
80482026-08-31T09:37:40.663ZAug 31 09:37:38.782 INFO Aug 31 09:37:38.782adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:37:38.782
80492026-08-31T09:37:40.663Z INFO adding route 172.17.0.25/32 -> 10.0.0.255INFOAug 31 09:37:38.782
80502026-08-31T09:37:40.663Z DEBG Aug 31 09:37:38.782 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255DEBG
80512026-08-31T09:37:40.663ZAug 31 09:37:38.782 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 } }]
80522026-08-31T09:37:40.664Z
80532026-08-31T09:37:40.664ZDEBG 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 } }]
80542026-08-31T09:37:40.664ZAug 31 09:37:38.782 Aug 31 09:37:38.782Aug 31 09:37:38.782 INFOINFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 09:37:38.782
80552026-08-31T09:37:40.664Ztest route::tests::add_target_fails_full ... ok
80562026-08-31T09:37:40.664Ztest route::tests::delete_target_fragmented ... ok
80572026-08-31T09:37:40.664Z
80582026-08-31T09:37:40.664Z
80592026-08-31T09:37:40.664Z DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.782Aug 31 09:37:38.782
80602026-08-31T09:37:40.664ZDEBG Aug 31 09:37:38.782replacing 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
80612026-08-31T09:37:40.664Z DEBG Aug 31 09:37:38.782replacing 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.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 } }]
80622026-08-31T09:37:40.665Z
80632026-08-31T09:37:40.665ZAug 31 09:37:38.782INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255
80642026-08-31T09:37:40.665Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:37:38.782Aug 31 09:37:38.782
80652026-08-31T09:37:40.665ZINFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
80662026-08-31T09:37:40.665Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 31 09:37:38.782
80672026-08-31T09:37:40.665Z DEBG Aug 31 09:37:38.782Aug 31 09:37:38.782 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.782DEBG
80682026-08-31T09:37:40.665ZDEBGDEBG 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 } }]
80692026-08-31T09:37:40.665Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.782
80702026-08-31T09:37:40.665Z
80712026-08-31T09:37:40.665Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
80722026-08-31T09:37:40.665ZAug 31 09:37:38.782Aug 31 09:37:38.782 INFOAug 31 09:37:38.782 INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
80732026-08-31T09:37:40.665Z
80742026-08-31T09:37:40.665ZDEBG 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 } }]
80752026-08-31T09:37:40.665ZAug 31 09:37:38.782 Aug 31 09:37:38.782INFOAug 31 09:37:38.782 DEBG Aug 31 09:37:38.782DEBGreplacing 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 } }]
80762026-08-31T09:37:40.665Zreplacing 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.60/32 -> 10.0.0.255
80772026-08-31T09:37:40.665ZINFO
80782026-08-31T09:37:40.665Zadding route 172.17.0.29/32 -> 10.0.0.255
80792026-08-31T09:37:40.665ZAug 31 09:37:38.782 INFO Aug 31 09:37:38.782adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 09:37:38.782
80802026-08-31T09:37:40.665Z 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 } }]DEBG
80812026-08-31T09:37:40.665Z 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 } }]
80822026-08-31T09:37:40.665ZAug 31 09:37:38.782Aug 31 09:37:38.782 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 } }]Aug 31 09:37:38.782 adding route 172.17.0.52/32 -> 10.0.0.255
80832026-08-31T09:37:40.666Z
80842026-08-31T09:37:40.666ZINFOAug 31 09:37:38.782 adding route 172.17.0.30/32 -> 10.0.0.255INFO
80852026-08-31T09:37:40.666Z Aug 31 09:37:38.782adding route 172.17.0.61/32 -> 10.0.0.255
80862026-08-31T09:37:40.666ZAug 31 09:37:38.782DEBG 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 } }]
80872026-08-31T09:37:40.666ZINFOAug 31 09:37:38.782 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
80882026-08-31T09:37:40.666ZAug 31 09:37:38.782replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.782 DEBG
80892026-08-31T09:37:40.666Z INFO Aug 31 09:37:38.782 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
80902026-08-31T09:37:40.666ZDEBG
80912026-08-31T09:37:40.666ZAug 31 09:37:38.782 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
80922026-08-31T09:37:40.666ZAug 31 09:37:38.782Aug 31 09:37:38.782 INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:37:38.782 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
80932026-08-31T09:37:40.666Z
80942026-08-31T09:37:40.666Z
80952026-08-31T09:37:40.666ZAug 31 09:37:38.808 DEBGAug 31 09:37:38.808 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
80962026-08-31T09:37:40.666ZAug 31 09:37:38.808 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
80972026-08-31T09:37:40.666Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.808 INFO adding route 172.17.0.63/32 -> 10.0.0.255
80982026-08-31T09:37:40.671Z
80992026-08-31T09:37:40.671ZAug 31 09:37:38.808Aug 31 09:37:38.808 INFODEBGAug 31 09:37:38.808 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
81002026-08-31T09:37:40.673Z
81012026-08-31T09:37:40.673Z
81022026-08-31T09:37:40.673ZAug 31 09:37:38.808 DEBG failed to allocate space for the new target list
81032026-08-31T09:37:40.673ZAug 31 09:37:38.808Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808 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 } }] DEBG
81042026-08-31T09:37:40.673Zreplacing 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 } }]
81052026-08-31T09:37:40.673Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
81062026-08-31T09:37:40.673ZAug 31 09:37:38.808 DEBG failed to allocate space for the new target list
81072026-08-31T09:37:40.673ZAug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO
81082026-08-31T09:37:40.673Z adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
81092026-08-31T09:37:40.673Z
81102026-08-31T09:37:40.673ZAug 31 09:37:38.808Aug 31 09:37:38.808 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
81112026-08-31T09:37:40.674Z
81122026-08-31T09:37:40.674ZAug 31 09:37:38.808Aug 31 09:37:38.781Aug 31 09:37:38.808 Aug 31 09:37:38.808 DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
81132026-08-31T09:37:40.674Zadding route 172.17.0.34/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255
81142026-08-31T09:37:40.674Z
81152026-08-31T09:37:40.674ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
81162026-08-31T09:37:40.674ZAug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808INFODEBG DEBGadding route 172.17.0.46/32 -> 10.0.0.255
81172026-08-31T09:37:40.674Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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
81182026-08-31T09:37:40.674Z
81192026-08-31T09:37:40.674Zreplacing 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 } }]
81202026-08-31T09:37:40.674ZAug 31 09:37:38.808 DEBG Aug 31 09:37:38.808Aug 31 09:37:38.808replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.808
81212026-08-31T09:37:40.674Z INFOINFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:37:38.808
81222026-08-31T09:37:40.674Z adding route 172.17.0.55/32 -> 10.0.0.255
81232026-08-31T09:37:40.674Z
81242026-08-31T09:37:40.674ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
81252026-08-31T09:37:40.674ZAug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808DEBG DEBGDEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
81262026-08-31T09:37:40.674Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
81272026-08-31T09:37:40.674Z
81282026-08-31T09:37:40.674Z
81292026-08-31T09:37:40.674ZAug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808 INFOAug 31 09:37:38.808INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255 INFO
81302026-08-31T09:37:40.674Zadding route 172.17.0.36/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255
81312026-08-31T09:37:40.675Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
81322026-08-31T09:37:40.675Z
81332026-08-31T09:37:40.675ZAug 31 09:37:38.808Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808DEBG Aug 31 09:37:38.808replacing 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
81342026-08-31T09:37:40.675ZDEBG 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 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 } }]
81352026-08-31T09:37:40.675Z
81362026-08-31T09:37:40.675ZAug 31 09:37:38.808 Aug 31 09:37:38.808INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
81372026-08-31T09:37:40.675Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
81382026-08-31T09:37:40.675ZAug 31 09:37:38.808 INFO Aug 31 09:37:38.808adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 09:37:38.808
81392026-08-31T09:37:40.676Z DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
81402026-08-31T09:37:40.676Z
81412026-08-31T09:37:40.676ZAug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
81422026-08-31T09:37:40.676Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
81432026-08-31T09:37:40.676Z
81442026-08-31T09:37:40.676ZAug 31 09:37:38.808Aug 31 09:37:38.808 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing 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 } }]
81452026-08-31T09:37:40.676Z
81462026-08-31T09:37:40.676ZAug 31 09:37:38.808 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 } }]Aug 31 09:37:38.808Aug 31 09:37:38.808
81472026-08-31T09:37:40.676ZINFO 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 } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
81482026-08-31T09:37:40.676Z
81492026-08-31T09:37:40.676ZAug 31 09:37:38.808 INFO adding route 172.17.0.51/32 -> 10.0.0.255
81502026-08-31T09:37:40.676ZAug 31 09:37:38.808 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.808
81512026-08-31T09:37:40.676Z DEBGAug 31 09:37:38.808 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
81522026-08-31T09:37:40.676Z adding route 172.17.0.59/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 } }]
81532026-08-31T09:37:40.676Z
81542026-08-31T09:37:40.676ZAug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO Aug 31 09:37:38.808Aug 31 09:37:38.808 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
81552026-08-31T09:37:40.676ZDEBGadding route 172.17.0.52/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
81562026-08-31T09:37:40.676Z
81572026-08-31T09:37:40.676Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 31 09:37:38.808
81582026-08-31T09:37:40.676Ztest route::tests::delete_target_full ... ok
81592026-08-31T09:37:40.676Z 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 } }]Aug 31 09:37:38.808
81602026-08-31T09:37:40.677Z Aug 31 09:37:38.808INFO adding route 172.17.0.60/32 -> 10.0.0.255
81612026-08-31T09:37:40.677ZDEBGAug 31 09:37:38.808Aug 31 09:37:38.808 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 } }] DEBGINFOAug 31 09:37:38.808 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
81622026-08-31T09:37:40.677ZDEBG
81632026-08-31T09:37:40.677Zreplacing 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 } }]
81642026-08-31T09:37:40.677Z
81652026-08-31T09:37:40.677Ztest route::tests::delete_targets_full ... ok
81662026-08-31T09:37:40.677ZAug 31 09:37:38.808 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 31 09:37:38.808
81672026-08-31T09:37:40.677ZAug 31 09:37:38.808 Aug 31 09:37:38.808 DEBGINFO failed to allocate space for the new target listDEBG
81682026-08-31T09:37:40.677Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 31 09:37:38.808
81692026-08-31T09:37:40.677Z DEBGAug 31 09:37:38.808replacing 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 } }]
81702026-08-31T09:37:40.677ZDEBGreplacing 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 } }]
81712026-08-31T09:37:40.677Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
81722026-08-31T09:37:40.677ZAug 31 09:37:38.808 DEBGAug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO 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 } }]
81732026-08-31T09:37:40.677Zadding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
81742026-08-31T09:37:40.677Z
81752026-08-31T09:37:40.677ZAug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808INFODEBG DEBGadding route 172.17.0.39/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 } }]
81762026-08-31T09:37:40.677Z
81772026-08-31T09:37:40.677Zreplacing 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 } }]
81782026-08-31T09:37:40.677ZAug 31 09:37:38.808Aug 31 09:37:38.808 INFOAug 31 09:37:38.808 adding route 172.17.0.55/32 -> 10.0.0.255INFO
81792026-08-31T09:37:40.678Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
81802026-08-31T09:37:40.678Zreplacing 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 } }]
81812026-08-31T09:37:40.678ZAug 31 09:37:38.808 DEBG Aug 31 09:37:38.808replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.808 DEBG
81822026-08-31T09:37:40.678ZINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
81832026-08-31T09:37:40.678Z
81842026-08-31T09:37:40.678ZAug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255INFO
81852026-08-31T09:37:40.678Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
81862026-08-31T09:37:40.678Zreplacing 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 } }]
81872026-08-31T09:37:40.678ZAug 31 09:37:38.808 DEBG Aug 31 09:37:38.808replacing 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 } }]
81882026-08-31T09:37:40.678ZDEBGAug 31 09:37:38.808 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 } }]
81892026-08-31T09:37:40.678Zadding route 172.17.0.41/32 -> 10.0.0.255
81902026-08-31T09:37:40.678ZAug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808INFO DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
81912026-08-31T09:37:40.678Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
81922026-08-31T09:37:40.678Z
81932026-08-31T09:37:40.678ZAug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808DEBG DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
81942026-08-31T09:37:40.678Zadding route 172.17.0.42/32 -> 10.0.0.255
81952026-08-31T09:37:40.678Z
81962026-08-31T09:37:40.678ZAug 31 09:37:38.808 INFOAug 31 09:37:38.808 Aug 31 09:37:38.808adding route 172.17.0.58/32 -> 10.0.0.255 INFO
81972026-08-31T09:37:40.679Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
81982026-08-31T09:37:40.683Zreplacing 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 } }]
81992026-08-31T09:37:40.683ZAug 31 09:37:38.808 DEBGAug 31 09:37:38.808 Aug 31 09:37:38.808DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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.43/32 -> 10.0.0.255
82002026-08-31T09:37:40.683Z
82012026-08-31T09:37:40.684Z
82022026-08-31T09:37:40.684ZAug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 DEBGINFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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.59/32 -> 10.0.0.255
82032026-08-31T09:37:40.684Z
82042026-08-31T09:37:40.684Z
82052026-08-31T09:37:40.684ZAug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808DEBG DEBGINFOreplacing 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: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 } }]
82062026-08-31T09:37:40.684Z
82072026-08-31T09:37:40.685Zadding route 172.17.0.44/32 -> 10.0.0.255
82082026-08-31T09:37:40.685ZAug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255 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 } }]
82092026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]
82102026-08-31T09:37:40.685ZDEBGAug 31 09:37:38.839 failed to allocate space for the new target listINFO
82112026-08-31T09:37:40.685Z adding route 172.17.0.61/32 -> 10.0.0.255
82122026-08-31T09:37:40.685Z
82132026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]
82142026-08-31T09:37:40.685ZAug 31 09:37:38.839 INFO Aug 31 09:37:38.839adding route 172.17.0.45/32 -> 10.0.0.255 Aug 31 09:37:38.839
82152026-08-31T09:37:40.685Z INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
82162026-08-31T09:37:40.685Z
82172026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]
82182026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]Aug 31 09:37:38.839
82192026-08-31T09:37:40.685Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
82202026-08-31T09:37:40.685ZAug 31 09:37:38.839 DEBG Aug 31 09:37:38.839failed to allocate space for the new target list
82212026-08-31T09:37:40.685ZDEBG 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 } }]
82222026-08-31T09:37:40.685ZAug 31 09:37:38.839 DEBG Aug 31 09:37:38.839replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
82232026-08-31T09:37:40.685ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
82242026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]
82252026-08-31T09:37:40.685ZAug 31 09:37:38.839 INFO adding route 172.17.0.48/32 -> 10.0.0.255
82262026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]
82272026-08-31T09:37:40.685ZAug 31 09:37:38.839 INFO adding route 172.17.0.49/32 -> 10.0.0.255
82282026-08-31T09:37:40.685ZAug 31 09:37:38.839 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 } }]
82292026-08-31T09:37:40.685ZAug 31 09:37:38.839 INFO adding route 172.17.0.50/32 -> 10.0.0.255
82302026-08-31T09:37:40.686ZAug 31 09:37:38.839 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 } }]
82312026-08-31T09:37:40.686ZAug 31 09:37:38.839 INFO adding route 172.17.0.51/32 -> 10.0.0.255
82322026-08-31T09:37:40.686ZAug 31 09:37:38.839 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 } }]
82332026-08-31T09:37:40.686ZAug 31 09:37:38.839 INFO adding route 172.17.0.52/32 -> 10.0.0.255
82342026-08-31T09:37:40.686ZAug 31 09:37:38.839 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 } }]
82352026-08-31T09:37:40.686ZAug 31 09:37:38.839 INFO adding route 172.17.0.53/32 -> 10.0.0.255
82362026-08-31T09:37:40.686ZAug 31 09:37:38.839 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 } }]
82372026-08-31T09:37:40.686ZAug 31 09:37:38.839 INFO adding route 172.17.0.54/32 -> 10.0.0.255
82382026-08-31T09:37:40.686ZAug 31 09:37:38.839 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 } }]
82392026-08-31T09:37:40.687ZAug 31 09:37:38.839 INFO adding route 172.17.0.55/32 -> 10.0.0.255
82402026-08-31T09:37:40.687ZAug 31 09:37:38.839 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 } }]
82412026-08-31T09:37:40.687ZAug 31 09:37:38.839 INFO adding route 172.17.0.56/32 -> 10.0.0.255
82422026-08-31T09:37:40.687ZAug 31 09:37:38.839 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 } }]
82432026-08-31T09:37:40.687ZAug 31 09:37:38.839 INFO adding route 172.17.0.57/32 -> 10.0.0.255
82442026-08-31T09:37:40.687ZAug 31 09:37:38.839 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 } }]
82452026-08-31T09:37:40.687ZAug 31 09:37:38.839 INFO adding route 172.17.0.58/32 -> 10.0.0.255
82462026-08-31T09:37:40.687ZAug 31 09:37:38.839 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 } }]
82472026-08-31T09:37:40.687ZAug 31 09:37:38.839 INFO adding route 172.17.0.59/32 -> 10.0.0.255
82482026-08-31T09:37:40.687ZAug 31 09:37:38.839 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 } }]
82492026-08-31T09:37:40.687ZAug 31 09:37:38.839 INFO adding route 172.17.0.60/32 -> 10.0.0.255
82502026-08-31T09:37:40.687ZAug 31 09:37:38.839 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 } }]
82512026-08-31T09:37:40.687ZAug 31 09:37:38.839 DEBG failed to allocate space for the new target list
82522026-08-31T09:37:40.687ZAug 31 09:37:38.840 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 } }]
82532026-08-31T09:37:40.687ZAug 31 09:37:38.840 DEBG created new freemap, unit: freemap_route_ipv4
82542026-08-31T09:37:40.687ZAug 31 09:37:38.840 DEBG created new freemap, unit: freemap_route_ipv6
82552026-08-31T09:37:40.687ZAug 31 09:37:38.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82562026-08-31T09:37:40.687ZAug 31 09:37:38.840 DEBG reset freemap, unit: freemap_route_ipv4
82572026-08-31T09:37:40.687ZAug 31 09:37:38.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82582026-08-31T09:37:40.687ZAug 31 09:37:38.840 DEBG reset freemap, unit: freemap_route_ipv6
82592026-08-31T09:37:40.687ZAug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1
82602026-08-31T09:37:40.687ZAug 31 09:37:38.840 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 } }]
82612026-08-31T09:37:40.687ZAug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1
82622026-08-31T09:37:40.687ZAug 31 09:37:38.840 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 } }]
82632026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1
82642026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82652026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.2
82662026-08-31T09:37:40.688ZAug 31 09:37:38.840 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
82672026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.0/32 -> 10.0.0.255
82682026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82692026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.1/32 -> 10.0.0.255
82702026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82712026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.2/32 -> 10.0.0.255
82722026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82732026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.3/32 -> 10.0.0.255
82742026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82752026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.4/32 -> 10.0.0.255
82762026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82772026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.5/32 -> 10.0.0.255
82782026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82792026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.6/32 -> 10.0.0.255
82802026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82812026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.7/32 -> 10.0.0.255
82822026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82832026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.8/32 -> 10.0.0.255
82842026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82852026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.9/32 -> 10.0.0.255
82862026-08-31T09:37:40.688ZAug 31 09:37:38.840 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 } }]
82872026-08-31T09:37:40.688ZAug 31 09:37:38.840 INFO adding route 172.17.0.10/32 -> 10.0.0.255
82882026-08-31T09:37:40.689ZAug 31 09:37:38.840 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 } }]
82892026-08-31T09:37:40.689ZAug 31 09:37:38.841 INFO adding route 172.17.0.11/32 -> 10.0.0.255
82902026-08-31T09:37:40.689ZAug 31 09:37:38.841 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 } }]
82912026-08-31T09:37:40.689ZAug 31 09:37:38.841 INFO adding route 172.17.0.12/32 -> 10.0.0.255
82922026-08-31T09:37:40.689ZAug 31 09:37:38.841 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 } }]
82932026-08-31T09:37:40.689ZAug 31 09:37:38.841 INFO adding route 172.17.0.13/32 -> 10.0.0.255
82942026-08-31T09:37:40.689ZAug 31 09:37:38.841 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 } }]
82952026-08-31T09:37:40.689ZAug 31 09:37:38.841 INFO adding route 172.17.0.14/32 -> 10.0.0.255
82962026-08-31T09:37:40.689ZAug 31 09:37:38.841 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 } }]
82972026-08-31T09:37:40.689ZAug 31 09:37:38.841 INFO adding route 172.17.0.15/32 -> 10.0.0.255
82982026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
82992026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.16/32 -> 10.0.0.255
83002026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83012026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.17/32 -> 10.0.0.255
83022026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83032026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.18/32 -> 10.0.0.255
83042026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83052026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.19/32 -> 10.0.0.255
83062026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83072026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.20/32 -> 10.0.0.255
83082026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83092026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.21/32 -> 10.0.0.255
83102026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83112026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.22/32 -> 10.0.0.255
83122026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83132026-08-31T09:37:40.694ZAug 31 09:37:38.841 INFO adding route 172.17.0.23/32 -> 10.0.0.255
83142026-08-31T09:37:40.694ZAug 31 09:37:38.841 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 } }]
83152026-08-31T09:37:40.695ZAug 31 09:37:38.841 INFO adding route 172.17.0.24/32 -> 10.0.0.255
83162026-08-31T09:37:40.695ZAug 31 09:37:38.841 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 } }]
83172026-08-31T09:37:40.695ZAug 31 09:37:38.841 INFO adding route 172.17.0.25/32 -> 10.0.0.255
83182026-08-31T09:37:40.695ZAug 31 09:37:38.841 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 } }]
83192026-08-31T09:37:40.695ZAug 31 09:37:38.841 INFO adding route 172.17.0.26/32 -> 10.0.0.255
83202026-08-31T09:37:40.695ZAug 31 09:37:38.841 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 } }]
83212026-08-31T09:37:40.695ZAug 31 09:37:38.841 INFO adding route 172.17.0.27/32 -> 10.0.0.255
83222026-08-31T09:37:40.695ZAug 31 09:37:38.841 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 } }]
83232026-08-31T09:37:40.695ZAug 31 09:37:38.841 INFO adding route 172.17.0.28/32 -> 10.0.0.255
83242026-08-31T09:37:40.695ZAug 31 09:37:38.857 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 } }]
83252026-08-31T09:37:40.695ZAug 31 09:37:38.857 INFO adding route 172.17.0.29/32 -> 10.0.0.255
83262026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83272026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.30/32 -> 10.0.0.255
83282026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83292026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.31/32 -> 10.0.0.255
83302026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83312026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.32/32 -> 10.0.0.255
83322026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83332026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.33/32 -> 10.0.0.255
83342026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83352026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.34/32 -> 10.0.0.255
83362026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83372026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.35/32 -> 10.0.0.255
83382026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83392026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.36/32 -> 10.0.0.255
83402026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83412026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.37/32 -> 10.0.0.255
83422026-08-31T09:37:40.696ZAug 31 09:37:38.857 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 } }]
83432026-08-31T09:37:40.696ZAug 31 09:37:38.857 INFO adding route 172.17.0.38/32 -> 10.0.0.255
83442026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83452026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.39/32 -> 10.0.0.255
83462026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83472026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.40/32 -> 10.0.0.255
83482026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83492026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.41/32 -> 10.0.0.255
83502026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83512026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.42/32 -> 10.0.0.255
83522026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83532026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.43/32 -> 10.0.0.255
83542026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83552026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.44/32 -> 10.0.0.255
83562026-08-31T09:37:40.697Ztest route::tests::delete_targets_fragmented ... ok
83572026-08-31T09:37:40.697ZAug 31 09:37:38.857 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 } }]
83582026-08-31T09:37:40.697Z
83592026-08-31T09:37:40.697Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
83602026-08-31T09:37:40.697Z
83612026-08-31T09:37:40.697ZAug 31 09:37:38.857 INFO adding route 172.17.0.45/32 -> 10.0.0.255
83622026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83632026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.46/32 -> 10.0.0.255
83642026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83652026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.47/32 -> 10.0.0.255
83662026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83672026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.48/32 -> 10.0.0.255
83682026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83692026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.49/32 -> 10.0.0.255
83702026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83712026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.50/32 -> 10.0.0.255
83722026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83732026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.51/32 -> 10.0.0.255
83742026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83752026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.52/32 -> 10.0.0.255
83762026-08-31T09:37:40.698ZAug 31 09:37:38.857 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 } }]
83772026-08-31T09:37:40.698ZAug 31 09:37:38.857 INFO adding route 172.17.0.53/32 -> 10.0.0.255
83782026-08-31T09:37:40.699ZAug 31 09:37:38.857 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 } }]
83792026-08-31T09:37:40.699ZAug 31 09:37:38.857 INFO adding route 172.17.0.54/32 -> 10.0.0.255
83802026-08-31T09:37:40.699ZAug 31 09:37:38.857 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 } }]
83812026-08-31T09:37:40.699ZAug 31 09:37:38.857 INFO adding route 172.17.0.55/32 -> 10.0.0.255
83822026-08-31T09:37:40.699ZAug 31 09:37:38.857 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 } }]
83832026-08-31T09:37:40.699ZAug 31 09:37:38.857 INFO adding route 172.17.0.56/32 -> 10.0.0.255
83842026-08-31T09:37:40.699ZAug 31 09:37:38.857 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 } }]
83852026-08-31T09:37:40.699ZAug 31 09:37:38.857 INFO adding route 172.17.0.57/32 -> 10.0.0.255
83862026-08-31T09:37:40.699ZAug 31 09:37:38.857 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 } }]
83872026-08-31T09:37:40.699ZAug 31 09:37:38.869 INFO adding route 172.17.0.58/32 -> 10.0.0.255
83882026-08-31T09:37:40.699ZAug 31 09:37:38.869 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 } }]
83892026-08-31T09:37:40.699ZAug 31 09:37:38.869 INFO adding route 172.17.0.59/32 -> 10.0.0.255
83902026-08-31T09:37:40.699ZAug 31 09:37:38.869 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 } }]
83912026-08-31T09:37:40.699ZAug 31 09:37:38.869 INFO adding route 172.17.0.60/32 -> 10.0.0.255
83922026-08-31T09:37:40.699ZAug 31 09:37:38.869 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 } }]
83932026-08-31T09:37:40.699ZAug 31 09:37:38.869 DEBG failed to allocate space for the new target list
83942026-08-31T09:37:40.699ZAug 31 09:37:38.869 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 } }]
83952026-08-31T09:37:40.699Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b33a6c7353650928)
83962026-08-31T09:37:40.700Z
83972026-08-31T09:37:40.700Zrunning 0 tests
83982026-08-31T09:37:40.704Z
83992026-08-31T09:37:40.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84002026-08-31T09:37:40.704Z
84012026-08-31T09:37:40.704Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1b936deade55f1a7)
84022026-08-31T09:37:40.704Z
84032026-08-31T09:37:40.704Zrunning 0 tests
84042026-08-31T09:37:40.704Z
84052026-08-31T09:37:40.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84062026-08-31T09:37:40.704Z
84072026-08-31T09:37:40.704Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c58e3c606bcd92fd)
84082026-08-31T09:37:40.704Z
84092026-08-31T09:37:40.704Zrunning 6 tests
84102026-08-31T09:37:40.704Ztest tests::test_port_id_cmp ... ok
84112026-08-31T09:37:40.704Ztest tests::test_full_lot_id_neither_present ... ok
84122026-08-31T09:37:40.704Ztest tests::test_full_lot_id_lotnum_only ... ok
84132026-08-31T09:37:40.704Ztest tests::test_full_lot_id_both_present ... ok
84142026-08-31T09:37:40.705Ztest tests::test_parse_client_port_id ... ok
84152026-08-31T09:37:40.705Ztest tests::test_full_lot_id_lot_only ... ok
84162026-08-31T09:37:40.705Z
84172026-08-31T09:37:40.705Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84182026-08-31T09:37:40.705Z
84192026-08-31T09:37:40.705Z Running tests/test_all.rs (target/debug/deps/test_all-23ad4ccb303d7285)
84202026-08-31T09:37:40.709Z
84212026-08-31T09:37:40.709Zrunning 0 tests
84222026-08-31T09:37:40.709Z
84232026-08-31T09:37:40.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84242026-08-31T09:37:40.710Z
84252026-08-31T09:37:40.710Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7715dfacdf50582)
84262026-08-31T09:37:40.713Z
84272026-08-31T09:37:40.713Zrunning 0 tests
84282026-08-31T09:37:40.713Z
84292026-08-31T09:37:40.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84302026-08-31T09:37:40.713Z
84312026-08-31T09:37:40.713Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3d324a83bdecafd6)
84322026-08-31T09:37:40.736Z
84332026-08-31T09:37:40.736Zrunning 15 tests
84342026-08-31T09:37:40.739Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
84352026-08-31T09:37:40.739Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
84362026-08-31T09:37:40.739Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
84372026-08-31T09:37:40.739Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
84382026-08-31T09:37:40.739Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
84392026-08-31T09:37:40.740Ztest v1::network::tests::test_equal ... ok
84402026-08-31T09:37:40.740Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
84412026-08-31T09:37:40.740Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
84422026-08-31T09:37:40.740Ztest v1::network::tests::test_eui64 ... ok
84432026-08-31T09:37:40.740Ztest v1::network::tests::test_into ... ok
84442026-08-31T09:37:40.740Ztest v1::network::tests::test_not_equal ... ok
84452026-08-31T09:37:40.740Ztest v1::network::tests::test_to_string ... ok
84462026-08-31T09:37:40.741Ztest v1::port::tests::port_ids_are_ascii ... ok
84472026-08-31T09:37:40.741Ztest v1::network::tests::test_parse ... ok
84482026-08-31T09:37:40.744Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
84492026-08-31T09:37:40.744Z
84502026-08-31T09:37:40.744Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
84512026-08-31T09:37:40.744Z
84522026-08-31T09:37:40.745Z Running unittests src/lib.rs (target/debug/deps/packet-e9947bbf48cd2090)
84532026-08-31T09:37:40.767Z
84542026-08-31T09:37:40.767Zrunning 12 tests
84552026-08-31T09:37:40.771Ztest icmp::test_v4_checksum ... ok
84562026-08-31T09:37:40.771Ztest ipv6::test_ipv6_parse ... ok
84572026-08-31T09:37:40.771Ztest lldp::test_lldp_parse ... ok
84582026-08-31T09:37:40.771Ztest icmp::test_v6_checksum ... ok
84592026-08-31T09:37:40.771Ztest pbuf::test_byte ... ok
84602026-08-31T09:37:40.771Ztest pbuf::test_nibble ... ok
84612026-08-31T09:37:40.771Ztest pbuf::test_overflow ... ok
84622026-08-31T09:37:40.771Ztest pbuf::test_short ... ok
84632026-08-31T09:37:40.771Ztest pbuf::test_twelve ... ok
84642026-08-31T09:37:40.771Ztest pbuf::test_word ... ok
84652026-08-31T09:37:40.771Ztest tcp::test_checksum_ack_data ... ok
84662026-08-31T09:37:40.771Ztest tcp::test_checksum_syn_nodata ... ok
84672026-08-31T09:37:40.771Z
84682026-08-31T09:37:40.771Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84692026-08-31T09:37:40.772Z
84702026-08-31T09:37:40.775Z Running unittests src/lib.rs (target/debug/deps/pcap-40b532ff69700b19)
84712026-08-31T09:37:40.778Z
84722026-08-31T09:37:40.778Zrunning 0 tests
84732026-08-31T09:37:40.780Z
84742026-08-31T09:37:40.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84752026-08-31T09:37:40.780Z
84762026-08-31T09:37:40.780Z Running unittests src/main.rs (target/debug/deps/swadm-4f5f2a7ff2b0f11e)
84772026-08-31T09:37:40.802Z
84782026-08-31T09:37:40.802Zrunning 5 tests
84792026-08-31T09:37:40.806Ztest switchport::test::test_compute_lanes ... ok
84802026-08-31T09:37:40.806Ztest switchport::test::port_id_ordering ... ok
84812026-08-31T09:37:40.806Ztest link::test_filter ... ok
84822026-08-31T09:37:40.806Z Lane 0 Lane 1 Lane 2 Lane 3
84832026-08-31T09:37:40.806Z Rx Loss-of-lock: Yes Yes Yes Yes
84842026-08-31T09:37:40.806Z Rx Loss-of-signal: Yes Yes Yes Yes
84852026-08-31T09:37:40.806Z Rx CDR Enabled: Yes Yes Yes Yes
84862026-08-31T09:37:40.807Z Tx Enabled: Yes Yes Yes Yes
84872026-08-31T09:37:40.807Z Tx Loss-of-lock: No No No No
84882026-08-31T09:37:40.807Z Tx Loss-of-signal: No No No No
84892026-08-31T09:37:40.807Z Tx CDR Enabled: No No No No
84902026-08-31T09:37:40.807Z Tx Adaptive EQ Fault: No No No No
84912026-08-31T09:37:40.807Z Tx Fault: Yes Yes Yes Yes
84922026-08-31T09:37:40.807Ztest switchport::test::test_print_sff_datapath ... ok
84932026-08-31T09:37:40.807Z Lane 0 Lane 1 Lane 2 Lane 3
84942026-08-31T09:37:40.807Z State: Activated Activated Activated Activated
84952026-08-31T09:37:40.807Z Rx Output Enabled: false false false false
84962026-08-31T09:37:40.807Z Rx Output Status: valid valid valid valid
84972026-08-31T09:37:40.807Z Rx Loss-of-lock: true true true true
84982026-08-31T09:37:40.807Z Rx Loss-of-signal: false false false false
84992026-08-31T09:37:40.807ZRx Auto-squelch Disable: true true true true
85002026-08-31T09:37:40.807Z Tx Output Enabled: true true true true
85012026-08-31T09:37:40.807Z Tx Output Status: invalid invalid invalid invalid
85022026-08-31T09:37:40.807Z Tx Loss-of-lock: false false false false
85032026-08-31T09:37:40.807Z Tx Loss-of-signal: true true true true
85042026-08-31T09:37:40.807ZTx Auto-squelch Disable: false false false false
85052026-08-31T09:37:40.807Z Tx Adaptive EQ Fail: true true true true
85062026-08-31T09:37:40.808Z Tx Failure: false false false false
85072026-08-31T09:37:40.808Z Tx Force Squelch: true true true true
85082026-08-31T09:37:40.808Z Tx Input Polarity: normal normal normal normal
85092026-08-31T09:37:40.808Ztest switchport::test::test_print_cmis_datapath ... ok
85102026-08-31T09:37:40.808Z
85112026-08-31T09:37:40.808Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85122026-08-31T09:37:40.808Z
85132026-08-31T09:37:40.812Z Running tests/counters.rs (target/debug/deps/counters-84257b5bc3c48cfc)
85142026-08-31T09:37:40.815Z
85152026-08-31T09:37:40.815Zrunning 1 test
85162026-08-31T09:37:40.815Ztest test_p4_counter_list ... ignored
85172026-08-31T09:37:40.815Z
85182026-08-31T09:37:40.815Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85192026-08-31T09:37:40.815Z
85202026-08-31T09:37:40.815Z Running tests/multicast.rs (target/debug/deps/multicast-3d193d34c46c10a2)
85212026-08-31T09:37:40.841Z
85222026-08-31T09:37:40.841Zrunning 1 test
85232026-08-31T09:37:40.845Ztest test_multicast_list_and_get ... ignored
85242026-08-31T09:37:40.845Z
85252026-08-31T09:37:40.845Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85262026-08-31T09:37:40.845Z
85272026-08-31T09:37:40.845Z Running tests/port-link.rs (target/debug/deps/port_link-bbfc89aca0e9d19e)
85282026-08-31T09:37:40.850Z
85292026-08-31T09:37:40.850Zrunning 5 tests
85302026-08-31T09:37:40.853Ztest test_an ... ignored
85312026-08-31T09:37:40.853Ztest test_enable ... ignored
85322026-08-31T09:37:40.854Ztest test_ip_addresses ... ignored
85332026-08-31T09:37:40.854Ztest test_kr ... ignored
85342026-08-31T09:37:40.854Ztest test_mac ... ignored
85352026-08-31T09:37:40.854Z
85362026-08-31T09:37:40.854Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
85372026-08-31T09:37:40.854Z
85382026-08-31T09:37:40.854Z Running unittests src/main.rs (target/debug/deps/tfportd-e242e206d8f08df9)
85392026-08-31T09:37:40.886Z
85402026-08-31T09:37:40.886Zrunning 3 tests
85412026-08-31T09:37:40.890Ztest linklocal::test_parse_ipadm ... ok
85422026-08-31T09:37:40.893Ztest config::tests::test_updates ... ok
85432026-08-31T09:37:40.893Ztest tfport::test_parse_tfport ... ok
85442026-08-31T09:37:40.893Z
85452026-08-31T09:37:40.893Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85462026-08-31T09:37:40.893Z
85472026-08-31T09:37:40.893Z Running unittests src/main.rs (target/debug/deps/uplinkd-4ab98f17839c773b)
85482026-08-31T09:37:40.900Z
85492026-08-31T09:37:40.900Zrunning 0 tests
85502026-08-31T09:37:40.903Z
85512026-08-31T09:37:40.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85522026-08-31T09:37:40.904Z
85532026-08-31T09:37:40.904Z Running unittests src/main.rs (target/debug/deps/xtask-e18dbfe8377dfc73)
85542026-08-31T09:37:40.916Z
85552026-08-31T09:37:40.917Zrunning 0 tests
85562026-08-31T09:37:40.920Z
85572026-08-31T09:37:40.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85582026-08-31T09:37:40.920Z
85592026-08-31T09:37:40.920Z Doc-tests aal
85602026-08-31T09:37:42.771Z
85612026-08-31T09:37:42.771Zrunning 0 tests
85622026-08-31T09:37:42.771Z
85632026-08-31T09:37:42.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85642026-08-31T09:37:42.775Z
85652026-08-31T09:37:42.795Z Doc-tests aal_macros
85662026-08-31T09:37:42.898Z
85672026-08-31T09:37:42.898Zrunning 0 tests
85682026-08-31T09:37:42.898Z
85692026-08-31T09:37:42.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85702026-08-31T09:37:42.898Z
85712026-08-31T09:37:42.906Z Doc-tests common
85722026-08-31T09:37:43.244Z
85732026-08-31T09:37:43.244Zrunning 0 tests
85742026-08-31T09:37:43.244Z
85752026-08-31T09:37:43.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85762026-08-31T09:37:43.244Z
85772026-08-31T09:37:43.267Z Doc-tests dpd_api
85782026-08-31T09:37:44.202Z
85792026-08-31T09:37:44.202Zrunning 2 tests
85802026-08-31T09:37:44.202Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
85812026-08-31T09:37:44.202Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
85822026-08-31T09:37:44.202Z
85832026-08-31T09:37:44.202Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
85842026-08-31T09:37:44.202Z
85852026-08-31T09:37:44.205Zall doctests ran in 0.57s; merged doctests compilation took 0.57s
85862026-08-31T09:37:44.227Z Doc-tests dpd_client
85872026-08-31T09:37:45.811Z
85882026-08-31T09:37:45.811Zrunning 0 tests
85892026-08-31T09:37:45.811Z
85902026-08-31T09:37:45.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85912026-08-31T09:37:45.811Z
85922026-08-31T09:37:45.863Z Doc-tests dpd_types
85932026-08-31T09:37:46.052Z
85942026-08-31T09:37:46.053Zrunning 0 tests
85952026-08-31T09:37:46.053Z
85962026-08-31T09:37:46.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85972026-08-31T09:37:46.053Z
85982026-08-31T09:37:46.072Z Doc-tests dpd_types_versions
85992026-08-31T09:37:47.509Z
86002026-08-31T09:37:47.510Zrunning 1 test
86012026-08-31T09:37:47.510Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
86022026-08-31T09:37:47.510Z
86032026-08-31T09:37:47.510Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
86042026-08-31T09:37:47.510Z
86052026-08-31T09:37:47.514Zall doctests ran in 0.34s; merged doctests compilation took 0.33s
86062026-08-31T09:37:47.556Z Doc-tests packet
86072026-08-31T09:37:47.784Z
86082026-08-31T09:37:47.784Zrunning 0 tests
86092026-08-31T09:37:47.784Z
86102026-08-31T09:37:47.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86112026-08-31T09:37:47.784Z
86122026-08-31T09:37:47.806Z Doc-tests pcap
86132026-08-31T09:37:47.859Z
86142026-08-31T09:37:47.859Zrunning 0 tests
86152026-08-31T09:37:47.859Z
86162026-08-31T09:37:47.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86172026-08-31T09:37:47.859Z
86182026-08-31T09:37:47.975Z+ for feat in tofino_stub tofino_asic softnpu chaos
86192026-08-31T09:37:47.975Z+ RUST_BACKTRACE=full
86202026-08-31T09:37:47.975Z+ cargo test --features chaos --no-fail-fast
86212026-08-31T09:37:51.159Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
86222026-08-31T09:37:51.274Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
86232026-08-31T09:37:51.298Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
86242026-08-31T09:37:51.327Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
86252026-08-31T09:38:00.541Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
86262026-08-31T09:38:00.541Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
86272026-08-31T09:38:54.187Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
86282026-08-31T09:38:54.361Z Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da)
86292026-08-31T09:38:54.399Z
86302026-08-31T09:38:54.399Zrunning 0 tests
86312026-08-31T09:38:54.400Z
86322026-08-31T09:38:54.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86332026-08-31T09:38:54.403Z
86342026-08-31T09:38:54.403Z Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4)
86352026-08-31T09:38:54.416Z
86362026-08-31T09:38:54.417Zrunning 0 tests
86372026-08-31T09:38:54.417Z
86382026-08-31T09:38:54.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86392026-08-31T09:38:54.420Z
86402026-08-31T09:38:54.420Z Running unittests src/lib.rs (target/debug/deps/asic-d501d83017dcce1c)
86412026-08-31T09:38:54.423Z
86422026-08-31T09:38:54.423Zrunning 0 tests
86432026-08-31T09:38:54.423Z
86442026-08-31T09:38:54.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86452026-08-31T09:38:54.423Z
86462026-08-31T09:38:54.423Z Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d)
86472026-08-31T09:38:54.518Z
86482026-08-31T09:38:54.518Zrunning 4 tests
86492026-08-31T09:38:54.531Ztest nat::tests::test_vni ... ok
86502026-08-31T09:38:54.535Ztest network::tests::test_generate_ipv6_link_local ... ok
86512026-08-31T09:38:54.559Ztest test_purge ... ok
86522026-08-31T09:38:54.562Ztest illumos::test::address_exists_handles_missing_object ... ok
86532026-08-31T09:38:54.562Z
86542026-08-31T09:38:54.562Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
86552026-08-31T09:38:54.562Z
86562026-08-31T09:38:54.566Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91)
86572026-08-31T09:38:54.740Z
86582026-08-31T09:38:54.740Zrunning 1 test
86592026-08-31T09:38:54.784Z -------
86602026-08-31T09:38:54.789Z Generating OpenAPI documents from API definitions ...
86612026-08-31T09:38:55.210Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
86622026-08-31T09:38:55.265Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
86632026-08-31T09:38:56.333Z -------
86642026-08-31T09:38:56.334Z Checking 13 OpenAPI documents...
86652026-08-31T09:38:56.334Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
86662026-08-31T09:38:56.334Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
86672026-08-31T09:38:56.334Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
86682026-08-31T09:38:56.334Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
86692026-08-31T09:38:56.334Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
86702026-08-31T09:38:56.337Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
86712026-08-31T09:38:56.337Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
86722026-08-31T09:38:56.337Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
86732026-08-31T09:38:56.337Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
86742026-08-31T09:38:56.337Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
86752026-08-31T09:38:56.337Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
86762026-08-31T09:38:56.337Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
86772026-08-31T09:38:56.337Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
86782026-08-31T09:38:56.337Z Fresh dpd "latest" symlink
86792026-08-31T09:38:56.338Z -------
86802026-08-31T09:38:56.338Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
86812026-08-31T09:38:56.380Ztest test::test_apis_up_to_date ... ok
86822026-08-31T09:38:56.380Z
86832026-08-31T09:38:56.383Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.64s
86842026-08-31T09:38:56.384Z
86852026-08-31T09:38:56.443Z Running unittests src/main.rs (target/debug/deps/dpd-54b4087a28ff836d)
86862026-08-31T09:38:56.453Z
86872026-08-31T09:38:56.453Zrunning 61 tests
86882026-08-31T09:38:56.456Ztest freemap::test_ordering ... ok
86892026-08-31T09:38:56.456Ztest config::tests::test_updates ... ok
86902026-08-31T09:38:56.456Ztest dhcpv6::tests::test_create_duid_bytes ... ok
86912026-08-31T09:38:56.456Ztest freemap::test_split ... ok
86922026-08-31T09:38:56.460ZAug 31 09:38:54.681Aug 31 09:38:54.681 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
86932026-08-31T09:38:56.460Z
86942026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG initted freemap. size: 128, unit: freemap_test
86952026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG reset freemap, unitAug 31 09:38:54.681: DEBG initted freemap. size: 128 , freemap_testunit
86962026-08-31T09:38:56.460Z: freemap_test
86972026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test
86982026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG created new freemap, unit: freemap_test
86992026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG initted freemap. size: 8, unit: freemap_test
87002026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test
87012026-08-31T09:38:56.460Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
87022026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG created new freemap, unit: freemap_test
87032026-08-31T09:38:56.460Ztest freemap::test_reclaim ... ok
87042026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG initted freemap. size: 128, unit: freemap_test
87052026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test
87062026-08-31T09:38:56.460Ztest freemap::test_free ... ok
87072026-08-31T09:38:56.460Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
87082026-08-31T09:38:56.460Ztest freemap::test_exhaustion ... ok
87092026-08-31T09:38:56.460Ztest macaddrs::tests::test_mac_offset ... ok
87102026-08-31T09:38:56.460Ztest macaddrs::tests::test_parse_port_id ... ok
87112026-08-31T09:38:56.460ZAug 31 09:38:54.681 DEBG created new freemap, unit: freemap_test
87122026-08-31T09:38:56.461ZAug 31 09:38:54.681 DEBG initted freemap. size: 128, unit: freemap_test
87132026-08-31T09:38:56.461Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
87142026-08-31T09:38:56.461ZAug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test
87152026-08-31T09:38:56.461Ztest freemap::test_basic ... ok
87162026-08-31T09:38:56.461Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
87172026-08-31T09:38:56.461Ztest mcast::tests::test_create_port_bitmap_empty ... ok
87182026-08-31T09:38:56.461Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
87192026-08-31T09:38:56.461Ztest mcast::tests::test_canonicalize_sources ... ok
87202026-08-31T09:38:56.461Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
87212026-08-31T09:38:56.461Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
87222026-08-31T09:38:56.461Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
87232026-08-31T09:38:56.461Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
87242026-08-31T09:38:56.461Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
87252026-08-31T09:38:56.462Ztest mcast::tests::test_sources_contain_any ... ok
87262026-08-31T09:38:56.462Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
87272026-08-31T09:38:56.462Ztest mcast::tests::test_concurrent_id_allocation ... ok
87282026-08-31T09:38:56.462Ztest mcast::validate::tests::test_ipv4_validation ... ok
87292026-08-31T09:38:56.462Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
87302026-08-31T09:38:56.462Ztest mcast::validate::tests::test_address_validation_integrated ... ok
87312026-08-31T09:38:56.462Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
87322026-08-31T09:38:56.462Ztest mcast::validate::tests::test_ipv6_validation ... ok
87332026-08-31T09:38:56.462Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
87342026-08-31T09:38:56.462Ztest mcast::validate::tests::test_is_ssm_function ... ok
87352026-08-31T09:38:56.462Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
87362026-08-31T09:38:56.462Ztest mcast::validate::tests::test_validate_nat_target ... ok
87372026-08-31T09:38:56.462Ztest mcast::validate::tests::test_validate_source_addresses ... ok
87382026-08-31T09:38:56.462Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
87392026-08-31T09:38:56.462Ztest mcast::validate::tests::test_validate_tag ... ok
87402026-08-31T09:38:56.462Ztest nat::test_mapping ... ok
87412026-08-31T09:38:56.462Ztest port_map::tests::test_backplane_group ... ok
87422026-08-31T09:38:56.462Ztest mcast::validate::tests::test_validate_tag_format ... ok
87432026-08-31T09:38:56.462Ztest port_map::tests::test_port_map ... ok
87442026-08-31T09:38:56.462Ztest port_map::tests::dump_map ... ok
87452026-08-31T09:38:56.462Ztest mcast::tests::test_id_range_boundaries ... ok
87462026-08-31T09:38:56.462Ztest api_server::tests::test_build_info ... ok
87472026-08-31T09:38:56.462ZAug 31 09:38:54.683 DEBG created new freemap, unit: freemap_route_ipv4
87482026-08-31T09:38:56.462ZAug 31 09:38:54.683 DEBG created new freemap, unit: freemap_route_ipv6
87492026-08-31T09:38:56.462ZAug 31 09:38:54.683 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
87502026-08-31T09:38:56.462ZAug 31 09:38:54.683 DEBG reset freemap, unit: freemap_route_ipv4
87512026-08-31T09:38:56.462ZAug 31 09:38:54.683 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
87522026-08-31T09:38:56.463ZAug 31 09:38:54.683 DEBG reset freemap, unit: freemap_route_ipv6
87532026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87542026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87552026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
87562026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87572026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
87582026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87592026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
87602026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87612026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
87622026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87632026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87642026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87652026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
87662026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87672026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87682026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87692026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
87702026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87712026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
87722026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87732026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
87742026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87752026-08-31T09:38:56.463ZAug 31 09:38:54.683 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
87762026-08-31T09:38:56.463ZAug 31 09:38:54.683 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 } }]
87772026-08-31T09:38:56.464ZAug 31 09:38:54.684 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
87782026-08-31T09:38:56.464ZAug 31 09:38:54.684 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 } }]
87792026-08-31T09:38:56.464ZAug 31 09:38:54.684 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
87802026-08-31T09:38:56.464ZAug 31 09:38:54.684 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 } }]
87812026-08-31T09:38:56.468ZAug 31 09:38:54.684 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
87822026-08-31T09:38:56.468ZAug 31 09:38:54.684 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 } }]
87832026-08-31T09:38:56.468ZAug 31 09:38:54.684 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
87842026-08-31T09:38:56.468ZAug 31 09:38:54.684 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 } }]
87852026-08-31T09:38:56.468ZAug 31 09:38:54.684 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
87862026-08-31T09:38:56.468ZAug 31 09:38:54.684 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 } }]
87872026-08-31T09:38:56.468ZAug 31 09:38:54.684 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
87882026-08-31T09:38:56.468ZAug 31 09:38:54.684 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 } }]
87892026-08-31T09:38:56.468ZAug 31 09:38:54.684 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
87902026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
87912026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
87922026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
87932026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
87942026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
87952026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
87962026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
87972026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
87982026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
87992026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
88002026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
88012026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
88022026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
88032026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
88042026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
88052026-08-31T09:38:56.469ZAug 31 09:38:54.684 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
88062026-08-31T09:38:56.469ZAug 31 09:38:54.684 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 } }]
88072026-08-31T09:38:56.470ZAug 31 09:38:54.684 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
88082026-08-31T09:38:56.470ZAug 31 09:38:54.684 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 } }]
88092026-08-31T09:38:56.470ZAug 31 09:38:54.684 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
88102026-08-31T09:38:56.470ZAug 31 09:38:54.684 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 } }]
88112026-08-31T09:38:56.470ZAug 31 09:38:54.684 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
88122026-08-31T09:38:56.470ZAug 31 09:38:54.684 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 } }]
88132026-08-31T09:38:56.470ZAug 31 09:38:54.684 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
88142026-08-31T09:38:56.470ZAug 31 09:38:54.684 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 } }]
88152026-08-31T09:38:56.470ZAug 31 09:38:54.684 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
88162026-08-31T09:38:56.470ZAug 31 09:38:54.684 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 } }]
88172026-08-31T09:38:56.471ZAug 31 09:38:54.684 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
88182026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG created new freemapreplacing 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 } }]
88192026-08-31T09:38:56.471Z, unit: freemap_route_ipv4Aug 31 09:38:54.684
88202026-08-31T09:38:56.471ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
88212026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
88222026-08-31T09:38:56.471Z, unit: freemap_route_ipv6Aug 31 09:38:54.684
88232026-08-31T09:38:56.471Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
88242026-08-31T09:38:56.471ZAug 31 09:38:54.684 DEBGAug 31 09:38:54.684 initted freemap. size: 64DEBG, unitreplacing 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 } }]:
88252026-08-31T09:38:56.471Z freemap_route_ipv4
88262026-08-31T09:38:56.471ZAug 31 09:38:54.684 INFOAug 31 09:38:54.684 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
88272026-08-31T09:38:56.471Z reset freemap, unit:Aug 31 09:38:54.684 freemap_route_ipv4DEBG
88282026-08-31T09:38:56.471Z 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 } }]
88292026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO initted freemap. size: 64adding route 3fff:beef:20::/64 -> 2001:db8::55:ff,
88302026-08-31T09:38:56.471Zunit: freemap_route_ipv6
88312026-08-31T09:38:56.471ZAug 31 09:38:54.684 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.684
88322026-08-31T09:38:56.471Z DEBG reset freemap, Aug 31 09:38:54.684unit :INFO freemap_route_ipv6adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
88332026-08-31T09:38:56.471Z
88342026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 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:dead::/64 -> 2001:db8::55:1
88352026-08-31T09:38:56.471Z
88362026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:22::/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 } }]
88372026-08-31T09:38:56.471Z
88382026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
88392026-08-31T09:38:56.471Z
88402026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:23::/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 } }]
88412026-08-31T09:38:56.471Z
88422026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 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:1::/64 -> 2001:db8::55:ff
88432026-08-31T09:38:56.471Z
88442026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:24::/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 } }]
88452026-08-31T09:38:56.471Z
88462026-08-31T09:38:56.471ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
88472026-08-31T09:38:56.472Z
88482026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:25::/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 } }]
88492026-08-31T09:38:56.472Z
88502026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
88512026-08-31T09:38:56.472Z
88522026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:26::/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 } }]
88532026-08-31T09:38:56.472Z
88542026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88552026-08-31T09:38:56.472Z
88562026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:27::/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 } }]
88572026-08-31T09:38:56.472Z
88582026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88592026-08-31T09:38:56.472Z
88602026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 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:28::/64 -> 2001:db8::55:ff
88612026-08-31T09:38:56.472Z
88622026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 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:6::/64 -> 2001:db8::55:ff
88632026-08-31T09:38:56.472Z
88642026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:29::/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 } }]
88652026-08-31T09:38:56.472Z
88662026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 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:7::/64 -> 2001:db8::55:ff
88672026-08-31T09:38:56.472Z
88682026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2a::/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 } }]
88692026-08-31T09:38:56.472Z
88702026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 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:8::/64 -> 2001:db8::55:ff
88712026-08-31T09:38:56.472Z
88722026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2b::/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 } }]
88732026-08-31T09:38:56.472Z
88742026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
88752026-08-31T09:38:56.472Z
88762026-08-31T09:38:56.472Ztest port_map::tests::parse_softnpu_revision ... ok
88772026-08-31T09:38:56.472ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2c::/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 } }]
88782026-08-31T09:38:56.473Z
88792026-08-31T09:38:56.473ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
88802026-08-31T09:38:56.473Z
88812026-08-31T09:38:56.478ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88822026-08-31T09:38:56.478Z
88832026-08-31T09:38:56.479ZAug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG Aug 31 09:38:54.684 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
88842026-08-31T09:38:56.479Z
88852026-08-31T09:38:56.479Zcreated new freemap, unit:Aug 31 09:38:54.684 Aug 31 09:38:54.684freemap_route_ipv4 INFO
88862026-08-31T09:38:56.479Z DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
88872026-08-31T09:38:56.479Zreplacing 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 } }]
88882026-08-31T09:38:56.479ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO Aug 31 09:38:54.684Aug 31 09:38:54.684 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
88892026-08-31T09:38:56.479Z
88902026-08-31T09:38:56.479Z created new freemapcreated new freemap, , unitunit::Aug 31 09:38:54.684 Aug 31 09:38:54.684 freemap_route_ipv6INFO DEBGfreemap_test
88912026-08-31T09:38:56.479Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
88922026-08-31T09:38:56.479Z
88932026-08-31T09:38:56.479Zreplacing 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 } }]
88942026-08-31T09:38:56.479ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:38:54.684
88952026-08-31T09:38:56.479Z initted freemap. size: 64Aug 31 09:38:54.684, INFOunit :DEBGAug 31 09:38:54.684 freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
88962026-08-31T09:38:56.479Z
88972026-08-31T09:38:56.479Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
88982026-08-31T09:38:56.479Zinitted freemap. size: 128, Aug 31 09:38:54.684unit :DEBGAug 31 09:38:54.684 Aug 31 09:38:54.684 DEBG reset freemap, unitfreemap_test:
88992026-08-31T09:38:56.479Zfreemap_route_ipv4
89002026-08-31T09:38:56.479ZAug 31 09:38:54.684 Aug 31 09:38:54.684DEBG DEBGreset freemap , initted freemap. size: 64unit, :unit :freemap_test
89012026-08-31T09:38:56.479Zfreemap_route_ipv6
89022026-08-31T09:38:56.479ZAug 31 09:38:54.684 DEBG reset freemap, 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 } }]unit
89032026-08-31T09:38:56.479Z: freemap_route_ipv6DEBGAug 31 09:38:54.684
89042026-08-31T09:38:56.479Z 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 } }]
89052026-08-31T09:38:56.479Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
89062026-08-31T09:38:56.479ZAug 31 09:38:54.684 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
89072026-08-31T09:38:56.479ZAug 31 09:38:54.684 DEBG Aug 31 09:38:54.684replacing 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 } }]
89082026-08-31T09:38:56.479ZDEBG 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 } }]
89092026-08-31T09:38:56.479ZAug 31 09:38:54.684Aug 31 09:38:54.684Aug 31 09:38:54.684 INFOINFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
89102026-08-31T09:38:56.479Z
89112026-08-31T09:38:56.479Z
89122026-08-31T09:38:56.479ZAug 31 09:38:54.684 Aug 31 09:38:54.684DEBG Aug 31 09:38:54.684DEBGreplacing 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 } }] DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89132026-08-31T09:38:56.480Z
89142026-08-31T09:38:56.480Zreplacing 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 } }]
89152026-08-31T09:38:56.480ZAug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
89162026-08-31T09:38:56.480Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
89172026-08-31T09:38:56.480Z
89182026-08-31T09:38:56.480ZAug 31 09:38:54.684 DEBGAug 31 09:38:54.684Aug 31 09:38:54.684 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
89192026-08-31T09:38:56.480Z 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 } }]
89202026-08-31T09:38:56.480Zreplacing 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 } }]
89212026-08-31T09:38:56.480ZAug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684 INFO INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
89222026-08-31T09:38:56.480Z
89232026-08-31T09:38:56.480Zadding route 3fff:dead::/64 -> 2001:db8::55:2
89242026-08-31T09:38:56.480ZAug 31 09:38:54.684Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG 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 } }]
89252026-08-31T09:38:56.480Zreplacing 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 } }]
89262026-08-31T09:38:56.481Zreplacing 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 } }]
89272026-08-31T09:38:56.481ZAug 31 09:38:54.684 INFO Aug 31 09:38:54.684adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:38:54.684
89282026-08-31T09:38:56.481Z INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
89292026-08-31T09:38:56.481Z
89302026-08-31T09:38:56.481ZAug 31 09:38:54.684 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 } }]
89312026-08-31T09:38:56.481ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG Aug 31 09:38:54.684 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 } }]
89322026-08-31T09:38:56.481ZINFO 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:13::/64 -> 2001:db8::55:ff
89332026-08-31T09:38:56.481ZAug 31 09:38:54.684
89342026-08-31T09:38:56.481Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
89352026-08-31T09:38:56.482ZAug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO Aug 31 09:38:54.684replacing 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 } }] DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
89362026-08-31T09:38:56.482Z
89372026-08-31T09:38:56.482Zreplacing 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 } }]
89382026-08-31T09:38:56.482ZAug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
89392026-08-31T09:38:56.482Z 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:2::/64 -> 2001:db8::55:ff
89402026-08-31T09:38:56.482Z
89412026-08-31T09:38:56.482ZAug 31 09:38:54.684 DEBGAug 31 09:38:54.684 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89422026-08-31T09:38:56.482ZAug 31 09:38:54.684 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
89432026-08-31T09:38:56.482ZAug 31 09:38:54.684 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
89442026-08-31T09:38:56.482Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
89452026-08-31T09:38:56.482ZAug 31 09:38:54.684 Aug 31 09:38:54.684INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 31 09:38:54.684
89462026-08-31T09:38:56.482Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89472026-08-31T09:38:56.482Z 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 } }]
89482026-08-31T09:38:56.482ZAug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684DEBG 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 } }]
89492026-08-31T09:38:56.482Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
89502026-08-31T09:38:56.482Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
89512026-08-31T09:38:56.482ZAug 31 09:38:54.685 Aug 31 09:38:54.685INFOAug 31 09:38:54.685 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
89522026-08-31T09:38:56.482ZDEBGDEBG 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 } }]
89532026-08-31T09:38:56.482Zreplacing 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 } }]
89542026-08-31T09:38:56.482ZAug 31 09:38:54.685 DEBG Aug 31 09:38:54.685Aug 31 09:38:54.685 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 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
89552026-08-31T09:38:56.482Z
89562026-08-31T09:38:56.482Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
89572026-08-31T09:38:56.482ZAug 31 09:38:54.685 Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
89582026-08-31T09:38:56.482Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89592026-08-31T09:38:56.482Z
89602026-08-31T09:38:56.482ZAug 31 09:38:54.685 DEBG Aug 31 09:38:54.685replacing 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 } }]
89612026-08-31T09:38:56.482ZINFO Aug 31 09:38:54.685adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
89622026-08-31T09:38:56.482ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 09:38:54.685
89632026-08-31T09:38:56.482Z INFOAug 31 09:38:54.685 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGAug 31 09:38:54.685
89642026-08-31T09:38:56.482ZDEBGreplacing 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 } }]
89652026-08-31T09:38:56.482Zreplacing 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 } }]
89662026-08-31T09:38:56.482ZAug 31 09:38:54.685Aug 31 09:38:54.685 Aug 31 09:38:54.685DEBG INFOINFO 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:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89672026-08-31T09:38:56.482Z
89682026-08-31T09:38:56.482Z
89692026-08-31T09:38:56.482ZAug 31 09:38:54.685Aug 31 09:38:54.685Aug 31 09:38:54.685 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 } }]INFO
89702026-08-31T09:38:56.482Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
89712026-08-31T09:38:56.482Z
89722026-08-31T09:38:56.483ZAug 31 09:38:54.685Aug 31 09:38:54.685Aug 31 09:38:54.685 INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
89732026-08-31T09:38:56.483Z 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 } }]
89742026-08-31T09:38:56.483Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
89752026-08-31T09:38:56.483ZAug 31 09:38:54.685 Aug 31 09:38:54.685DEBG Aug 31 09:38:54.685INFO DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89762026-08-31T09:38:56.483Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89772026-08-31T09:38:56.483Z
89782026-08-31T09:38:56.483ZAug 31 09:38:54.685 INFOAug 31 09:38:54.685 Aug 31 09:38:54.685DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
89792026-08-31T09:38:56.483Zreplacing 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 } }]
89802026-08-31T09:38:56.484Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
89812026-08-31T09:38:56.487ZAug 31 09:38:54.685Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
89822026-08-31T09:38:56.487Z
89832026-08-31T09:38:56.487Zreplacing 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 } }]
89842026-08-31T09:38:56.488ZAug 31 09:38:54.685 DEBG failed to allocate space for the new target listAug 31 09:38:54.685
89852026-08-31T09:38:56.488Z Aug 31 09:38:54.685DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
89862026-08-31T09:38:56.488Z Aug 31 09:38:54.685adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
89872026-08-31T09:38:56.488ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:38:54.685Aug 31 09:38:54.685
89882026-08-31T09:38:56.488Z INFODEBG adding route 3fff:beef:a::/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 } }]
89892026-08-31T09:38:56.488Z
89902026-08-31T09:38:56.488ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:1d::/64 -> 2001:db8::55:ff
89912026-08-31T09:38:56.488Z
89922026-08-31T09:38:56.488ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89932026-08-31T09:38:56.488Z
89942026-08-31T09:38:56.488ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89952026-08-31T09:38:56.488Z
89962026-08-31T09:38:56.488ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89972026-08-31T09:38:56.488Z
89982026-08-31T09:38:56.488ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1f::/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 } }]
89992026-08-31T09:38:56.488Z
90002026-08-31T09:38:56.488ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:d::/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 } }]
90012026-08-31T09:38:56.489Z
90022026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
90032026-08-31T09:38:56.489Z
90042026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90052026-08-31T09:38:56.489Z
90062026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
90072026-08-31T09:38:56.489Z
90082026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:f::/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 } }]
90092026-08-31T09:38:56.489Z
90102026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:22::/64 -> 2001:db8::55:ff
90112026-08-31T09:38:56.489Z
90122026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
90132026-08-31T09:38:56.489Z
90142026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:23::/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 } }]
90152026-08-31T09:38:56.489Z
90162026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90172026-08-31T09:38:56.489Z
90182026-08-31T09:38:56.489ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90192026-08-31T09:38:56.489Z
90202026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
90212026-08-31T09:38:56.490Z
90222026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90232026-08-31T09:38:56.490Z
90242026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
90252026-08-31T09:38:56.490Z
90262026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:26::/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 } }]
90272026-08-31T09:38:56.490Z
90282026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90292026-08-31T09:38:56.490Z
90302026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
90312026-08-31T09:38:56.490Z
90322026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90332026-08-31T09:38:56.490Z
90342026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:28::/64 -> 2001:db8::55:ff
90352026-08-31T09:38:56.490Z
90362026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:16::/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 } }]
90372026-08-31T09:38:56.490Z
90382026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:29::/64 -> 2001:db8::55:ff
90392026-08-31T09:38:56.490Z
90402026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90412026-08-31T09:38:56.490Z
90422026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2a::/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 } }]
90432026-08-31T09:38:56.490Z
90442026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:18::/64 -> 2001:db8::55:ff
90452026-08-31T09:38:56.490Z
90462026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2b::/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 } }]
90472026-08-31T09:38:56.490Z
90482026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
90492026-08-31T09:38:56.490Z
90502026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2c::/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 } }]
90512026-08-31T09:38:56.490Z
90522026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90532026-08-31T09:38:56.490Z
90542026-08-31T09:38:56.490ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
90552026-08-31T09:38:56.490Z
90562026-08-31T09:38:56.491ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1b::/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 } }]
90572026-08-31T09:38:56.491Z
90582026-08-31T09:38:56.491ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90592026-08-31T09:38:56.491Z
90602026-08-31T09:38:56.491ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
90612026-08-31T09:38:56.491Z
90622026-08-31T09:38:56.491ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2f::/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 } }]
90632026-08-31T09:38:56.491Z
90642026-08-31T09:38:56.491ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1d::/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 } }]
90652026-08-31T09:38:56.492Z
90662026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:30::/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 } }]
90672026-08-31T09:38:56.492Z
90682026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90692026-08-31T09:38:56.492Z
90702026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:31::/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 } }]
90712026-08-31T09:38:56.492Z
90722026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1f::/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 } }]
90732026-08-31T09:38:56.492Z
90742026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
90752026-08-31T09:38:56.492Z
90762026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90772026-08-31T09:38:56.492Z
90782026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
90792026-08-31T09:38:56.492Z
90802026-08-31T09:38:56.492ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:21::/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 } }]
90812026-08-31T09:38:56.497Z
90822026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:34::/64 -> 2001:db8::55:ff
90832026-08-31T09:38:56.497Z
90842026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:22::/64 -> 2001:db8::55:ff
90852026-08-31T09:38:56.497Z
90862026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
90872026-08-31T09:38:56.497Z
90882026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:23::/64 -> 2001:db8::55:ff
90892026-08-31T09:38:56.497Z
90902026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:36::/64 -> 2001:db8::55:ff
90912026-08-31T09:38:56.497Z
90922026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:24::/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 } }]
90932026-08-31T09:38:56.497Z
90942026-08-31T09:38:56.497ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
90952026-08-31T09:38:56.498ZAug 31 09:38:54.685 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
90962026-08-31T09:38:56.498Z
90972026-08-31T09:38:56.498ZAug 31 09:38:54.685 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.685
90982026-08-31T09:38:56.498Z 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 } }]
90992026-08-31T09:38:56.498ZAug 31 09:38:54.685 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:38:54.685
91002026-08-31T09:38:56.498Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
91012026-08-31T09:38:56.498ZAug 31 09:38:54.685 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 } }]
91022026-08-31T09:38:56.498ZAug 31 09:38:54.685 DEBG Aug 31 09:38:54.685replacing 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 } }]
91032026-08-31T09:38:56.498ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
91042026-08-31T09:38:56.498ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91052026-08-31T09:38:56.498Z
91062026-08-31T09:38:56.498ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
91072026-08-31T09:38:56.498Z
91082026-08-31T09:38:56.498ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3a::/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 } }]
91092026-08-31T09:38:56.498Z
91102026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
91112026-08-31T09:38:56.499Z
91122026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91132026-08-31T09:38:56.499Z
91142026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 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:beef:2a::/64 -> 2001:db8::55:ff
91152026-08-31T09:38:56.499Z
91162026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91172026-08-31T09:38:56.499Z
91182026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
91192026-08-31T09:38:56.499Z
91202026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3d::/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 } }]
91212026-08-31T09:38:56.499Z
91222026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91232026-08-31T09:38:56.499Z
91242026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
91252026-08-31T09:38:56.499Z
91262026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91272026-08-31T09:38:56.499Z
91282026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3f::/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 } }]
91292026-08-31T09:38:56.499Z
91302026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
91312026-08-31T09:38:56.499Z
91322026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
91332026-08-31T09:38:56.499Z
91342026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
91352026-08-31T09:38:56.499Z
91362026-08-31T09:38:56.499ZAug 31 09:38:54.685Aug 31 09:38:54.685 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
91372026-08-31T09:38:56.499Z
91382026-08-31T09:38:56.499ZAug 31 09:38:54.685 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
91392026-08-31T09:38:56.499Ztest freemap::test_span ... ok
91402026-08-31T09:38:56.499ZAug 31 09:38:54.685 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 } }]
91412026-08-31T09:38:56.499ZAug 31 09:38:54.685 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
91422026-08-31T09:38:56.499ZAug 31 09:38:54.685 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 } }]
91432026-08-31T09:38:56.499ZAug 31 09:38:54.685 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
91442026-08-31T09:38:56.499ZAug 31 09:38:54.685 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 } }]
91452026-08-31T09:38:56.500ZAug 31 09:38:54.686 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
91462026-08-31T09:38:56.500ZAug 31 09:38:54.686 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 } }]
91472026-08-31T09:38:56.500ZAug 31 09:38:54.686 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
91482026-08-31T09:38:56.500ZAug 31 09:38:54.686 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91492026-08-31T09:38:56.500ZAug 31 09:38:54.686 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
91502026-08-31T09:38:56.500ZAug 31 09:38:54.686 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 } }]
91512026-08-31T09:38:56.500ZAug 31 09:38:54.686 DEBG created new freemapAug 31 09:38:54.686, unitINFO: adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4
91522026-08-31T09:38:56.500Z
91532026-08-31T09:38:56.500ZAug 31 09:38:54.686Aug 31 09:38:54.686 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
91542026-08-31T09:38:56.500Z, unit: Aug 31 09:38:54.686freemap_route_ipv6
91552026-08-31T09:38:56.500ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
91562026-08-31T09:38:56.500ZAug 31 09:38:54.686 DEBGAug 31 09:38:54.686 initted freemap. size: 64DEBG, unitreplacing 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 } }]:
91572026-08-31T09:38:56.500Z freemap_route_ipv4
91582026-08-31T09:38:56.501ZAug 31 09:38:54.686 INFOAug 31 09:38:54.686 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
91592026-08-31T09:38:56.501Z reset freemap, unitAug 31 09:38:54.686: DEBGfreemap_route_ipv4
91602026-08-31T09:38:56.501Zreplacing 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 } }]
91612026-08-31T09:38:56.501ZAug 31 09:38:54.686 Aug 31 09:38:54.686DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit
91622026-08-31T09:38:56.501Z: freemap_route_ipv6
91632026-08-31T09:38:56.501ZAug 31 09:38:54.686 DEBG Aug 31 09:38:54.686replacing 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 } }]
91642026-08-31T09:38:56.501ZDEBG reset freemap, Aug 31 09:38:54.686unit :INFO freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
91652026-08-31T09:38:56.501Z
91662026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91672026-08-31T09:38:56.501Z
91682026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 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 3fff:beef:3b::/64 -> 2001:db8::55:ff
91692026-08-31T09:38:56.501Z
91702026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 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.16.0.0/32 -> 10.0.0.2
91712026-08-31T09:38:56.501Z
91722026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
91732026-08-31T09:38:56.501Z
91742026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 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 172.16.0.0/32 -> 10.0.0.3
91752026-08-31T09:38:56.501Z
91762026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
91772026-08-31T09:38:56.501Z
91782026-08-31T09:38:56.501ZAug 31 09:38:54.686Aug 31 09:38:54.686 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
91792026-08-31T09:38:56.501Z
91802026-08-31T09:38:56.501ZAug 31 09:38:54.686 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 } }]
91812026-08-31T09:38:56.505ZAug 31 09:38:54.686 INFO adding route 172.17.0.0/32 -> 10.0.0.255
91822026-08-31T09:38:56.505ZAug 31 09:38:54.686 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 } }]
91832026-08-31T09:38:56.505ZAug 31 09:38:54.686 INFO adding route 172.17.0.1/32 -> 10.0.0.255
91842026-08-31T09:38:56.505ZAug 31 09:38:54.686 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 } }]
91852026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.2/32 -> 10.0.0.255
91862026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91872026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.3/32 -> 10.0.0.255
91882026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91892026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.4/32 -> 10.0.0.255
91902026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91912026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.5/32 -> 10.0.0.255
91922026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91932026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.6/32 -> 10.0.0.255
91942026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91952026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.7/32 -> 10.0.0.255
91962026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91972026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.8/32 -> 10.0.0.255
91982026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
91992026-08-31T09:38:56.506ZAug 31 09:38:54.686 INFO adding route 172.17.0.9/32 -> 10.0.0.255
92002026-08-31T09:38:56.506ZAug 31 09:38:54.686 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 } }]
92012026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.10/32 -> 10.0.0.255
92022026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92032026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.11/32 -> 10.0.0.255
92042026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92052026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.12/32 -> 10.0.0.255
92062026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92072026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.13/32 -> 10.0.0.255
92082026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92092026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.14/32 -> 10.0.0.255
92102026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92112026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.15/32 -> 10.0.0.255
92122026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92132026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.16/32 -> 10.0.0.255
92142026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92152026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.17/32 -> 10.0.0.255
92162026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92172026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.18/32 -> 10.0.0.255
92182026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92192026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.19/32 -> 10.0.0.255
92202026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92212026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.20/32 -> 10.0.0.255
92222026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92232026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.21/32 -> 10.0.0.255
92242026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92252026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.22/32 -> 10.0.0.255
92262026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92272026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.23/32 -> 10.0.0.255
92282026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92292026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.24/32 -> 10.0.0.255
92302026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92312026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.25/32 -> 10.0.0.255
92322026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92332026-08-31T09:38:56.507ZAug 31 09:38:54.686 INFO adding route 172.17.0.26/32 -> 10.0.0.255
92342026-08-31T09:38:56.507ZAug 31 09:38:54.686 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 } }]
92352026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.27/32 -> 10.0.0.255
92362026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92372026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.28/32 -> 10.0.0.255
92382026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92392026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.29/32 -> 10.0.0.255
92402026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92412026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.30/32 -> 10.0.0.255
92422026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92432026-08-31T09:38:56.508Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
92442026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.31/32 -> 10.0.0.255
92452026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92462026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.32/32 -> 10.0.0.255
92472026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92482026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.33/32 -> 10.0.0.255
92492026-08-31T09:38:56.508ZAug 31 09:38:54.686 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 } }]
92502026-08-31T09:38:56.508ZAug 31 09:38:54.686 INFO adding route 172.17.0.34/32 -> 10.0.0.255
92512026-08-31T09:38:56.508ZAug 31 09:38:54.686Aug 31 09:38:54.686 DEBG created new freemap, unit: freemap_route_ipv4
92522026-08-31T09:38:56.508ZAug 31 09:38:54.686 Aug 31 09:38:54.686 DEBG created new freemap, unit: freemap_route_ipv6
92532026-08-31T09:38:56.508Z DEBG Aug 31 09:38:54.686 DEBG initted freemap. size: 64replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitAug 31 09:38:54.686:
92542026-08-31T09:38:56.508Zfreemap_route_ipv4
92552026-08-31T09:38:56.508ZAug 31 09:38:54.686 DEBGAug 31 09:38:54.686 Aug 31 09:38:54.687DEBG reset freemapDEBG, unitcreated new freemap:DEBG , freemap_route_ipv4 unit
92562026-08-31T09:38:56.508Zcreated new freemap:, unitfreemap_route_ipv4:
92572026-08-31T09:38:56.508Z freemap_route_ipv4
92582026-08-31T09:38:56.508ZAug 31 09:38:54.686Aug 31 09:38:54.692Aug 31 09:38:54.686Aug 31 09:38:54.692 DEBGDEBG DEBGcreated new freemap , DEBG unitcreated new freemapcreated new freemap:created new freemap, , unit, :unit freemap_route_ipv6freemap_route_ipv6
92592026-08-31T09:38:56.508Z
92602026-08-31T09:38:56.508Zunit:: freemap_route_ipv4Aug 31 09:38:54.692
92612026-08-31T09:38:56.508Z freemap_route_ipv4Aug 31 09:38:54.692DEBG
92622026-08-31T09:38:56.508Z initted freemap. size: 64DEBG, Aug 31 09:38:54.692 initted freemap. size: 64DEBG, unitunitAug 31 09:38:54.692::created new freemap freemap_route_ipv4 ,
92632026-08-31T09:38:56.508Zfreemap_route_ipv4unit
92642026-08-31T09:38:56.508ZDEBG: created new freemapfreemap_route_ipv6,
92652026-08-31T09:38:56.508ZunitAug 31 09:38:54.692Aug 31 09:38:54.692 :DEBGDEBG reset freemap , freemap_route_ipv6reset freemap
92662026-08-31T09:38:56.508Z, unitunit:: Aug 31 09:38:54.692Aug 31 09:38:54.692 freemap_route_ipv4 freemap_route_ipv4DEBG
92672026-08-31T09:38:56.508Z
92682026-08-31T09:38:56.508Z DEBGinitted freemap. size: 64 , initted freemap. size: 64unitAug 31 09:38:54.692, :unit :freemap_route_ipv4DEBG
92692026-08-31T09:38:56.508Z Aug 31 09:38:54.692freemap_route_ipv4
92702026-08-31T09:38:56.508ZDEBG initted freemap. size: 64initted freemap. size: 64, , unitunitAug 31 09:38:54.692:: DEBGfreemap_route_ipv6freemap_route_ipv6
92712026-08-31T09:38:56.508Z
92722026-08-31T09:38:56.508Z reset freemapAug 31 09:38:54.692, Aug 31 09:38:54.692DEBGunit Aug 31 09:38:54.692:reset freemap , DEBGDEBGunit freemap_route_ipv4reset freemap
92732026-08-31T09:38:56.508Z, :unit :freemap_route_ipv4
92742026-08-31T09:38:56.509Z Aug 31 09:38:54.692reset freemapfreemap_route_ipv6, unitDEBG:
92752026-08-31T09:38:56.509Z initted freemap. size: 64Aug 31 09:38:54.692, freemap_route_ipv6unitAug 31 09:38:54.692
92762026-08-31T09:38:56.509Z: DEBGfreemap_route_ipv6
92772026-08-31T09:38:56.509Zinitted freemap. size: 64INFO, Aug 31 09:38:54.692unit adding route 3fff:dead::/64 -> 2001:db8::55:1:
92782026-08-31T09:38:56.509Z Aug 31 09:38:54.692freemap_route_ipv6
92792026-08-31T09:38:56.509ZDEBG reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:Aug 31 09:38:54.692 Aug 31 09:38:54.692freemap_route_ipv6
92802026-08-31T09:38:56.509Z DEBG
92812026-08-31T09:38:56.514Z DEBGreset 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 } }]Aug 31 09:38:54.692
92822026-08-31T09:38:56.514Zunit: DEBGfreemap_route_ipv6Aug 31 09:38:54.692 Aug 31 09:38:54.692replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
92832026-08-31T09:38:56.514Z
92842026-08-31T09:38:56.514ZINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
92852026-08-31T09:38:56.514Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.692
92862026-08-31T09:38:56.514Z INFOAug 31 09:38:54.692 Aug 31 09:38:54.692adding route 3fff:dead::/64 -> 2001:db8::55:2
92872026-08-31T09:38:56.514Z 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 } }]INFO
92882026-08-31T09:38:56.514Z Aug 31 09:38:54.692adding route 172.16.0.0/32 -> 10.0.0.1
92892026-08-31T09:38:56.514ZDEBGAug 31 09:38:54.692 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
92902026-08-31T09:38:56.514ZAug 31 09:38:54.692 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
92912026-08-31T09:38:56.514Z
92922026-08-31T09:38:56.514ZAug 31 09:38:54.692 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.692
92932026-08-31T09:38:56.514Z Aug 31 09:38:54.692Aug 31 09:38:54.692DEBG INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
92942026-08-31T09:38:56.514Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3Aug 31 09:38:54.692
92952026-08-31T09:38:56.514Z DEBG
92962026-08-31T09:38:56.514Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:38:54.692
92972026-08-31T09:38:56.514Z Aug 31 09:38:54.692INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:38:54.692
92982026-08-31T09:38:56.514Z
92992026-08-31T09:38:56.514ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.692
93002026-08-31T09:38:56.514Z DEBGAug 31 09:38:54.692Aug 31 09:38:54.692 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93012026-08-31T09:38:56.514Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93022026-08-31T09:38:56.514Z
93032026-08-31T09:38:56.515ZAug 31 09:38:54.692Aug 31 09:38:54.692 DEBGAug 31 09:38:54.692DEBG Aug 31 09:38:54.692INFOreplacing 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 } }]
93042026-08-31T09:38:56.515Z adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
93052026-08-31T09:38:56.515ZINFO
93062026-08-31T09:38:56.515Zadding route 3fff:dead::/64 -> 2001:db8::55:4
93072026-08-31T09:38:56.515ZAug 31 09:38:54.692 Aug 31 09:38:54.692Aug 31 09:38:54.692Aug 31 09:38:54.692 INFOWARN created new freemap shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.2
93082026-08-31T09:38:56.515ZDEBG
93092026-08-31T09:38:56.515Z DEBG , Aug 31 09:38:54.692replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:38:54.692unit :
93102026-08-31T09:38:56.515Zfreemap_route_ipv4ERRO
93112026-08-31T09:38:56.515ZDEBG 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 } }] rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
93122026-08-31T09:38:56.515Z
93132026-08-31T09:38:56.515ZAug 31 09:38:54.692
93142026-08-31T09:38:56.515ZDEBG Aug 31 09:38:54.692replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:38:54.692Aug 31 09:38:54.692
93152026-08-31T09:38:56.515ZAug 31 09:38:54.692 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
93162026-08-31T09:38:56.515ZAug 31 09:38:54.692
93172026-08-31T09:38:56.515Z ERRODEBG Aug 31 09:38:54.692shrink-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 itinitted freemap. size: 64
93182026-08-31T09:38:56.515Z Aug 31 09:38:54.692, DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.692unit
93192026-08-31T09:38:56.516Z:created new freemap
93202026-08-31T09:38:56.516Z, freemap_route_ipv6 unit
93212026-08-31T09:38:56.516Z:INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:38:54.692Aug 31 09:38:54.692freemap_route_ipv6
93222026-08-31T09:38:56.516Z
93232026-08-31T09:38:56.516ZINFOINFO Aug 31 09:38:54.692adding route 172.17.0.1/32 -> 10.0.0.255
93242026-08-31T09:38:56.516ZDEBGadding route 172.17.0.3/32 -> 10.0.0.255 Aug 31 09:38:54.692
93252026-08-31T09:38:56.516Zreset freemap , DEBG Aug 31 09:38:54.693unitinitted freemap. size: 64 Aug 31 09:38:54.693, unitDEBG: 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 } }]
93262026-08-31T09:38:56.516Zfreemap_route_ipv4
93272026-08-31T09:38:56.516Z :replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.693Aug 31 09:38:54.693
93282026-08-31T09:38:56.516Z INFOfreemap_route_ipv6Aug 31 09:38:54.693DEBG adding route 172.17.0.2/32 -> 10.0.0.255
93292026-08-31T09:38:56.516Z
93302026-08-31T09:38:56.516Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.693
93312026-08-31T09:38:56.516Z INFO Aug 31 09:38:54.693 Aug 31 09:38:54.693adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:38:54.693 INFO
93322026-08-31T09:38:56.516Z 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 } }]
93332026-08-31T09:38:56.516Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
93342026-08-31T09:38:56.516Z
93352026-08-31T09:38:56.516Z Aug 31 09:38:54.693Aug 31 09:38:54.693reset freemap DEBG , INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.693
93362026-08-31T09:38:56.517Z adding route 172.17.0.3/32 -> 10.0.0.255DEBGAug 31 09:38:54.693
93372026-08-31T09:38:56.517Z Aug 31 09:38:54.693replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 :
93382026-08-31T09:38:56.517Z DEBGINFO freemap_route_ipv4adding route 172.17.0.5/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 } }]
93392026-08-31T09:38:56.517Ztest route::tests::identity_replace_is_noop ... ok
93402026-08-31T09:38:56.517Z
93412026-08-31T09:38:56.517ZAug 31 09:38:54.693
93422026-08-31T09:38:56.517Z Aug 31 09:38:54.693DEBG Aug 31 09:38:54.693DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.693 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:38:54.693
93432026-08-31T09:38:56.517Z
93442026-08-31T09:38:56.517ZDEBG 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 } }] INFODEBG
93452026-08-31T09:38:56.517Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 31 09:38:54.693
93462026-08-31T09:38:56.517ZINFO adding route 172.17.0.4/32 -> 10.0.0.255initted freemap. size: 64
93472026-08-31T09:38:56.517Z, Aug 31 09:38:54.693unit :DEBG Aug 31 09:38:54.693Aug 31 09:38:54.693 freemap_route_ipv6 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 } }]
93482026-08-31T09:38:56.517ZINFODEBG 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.6/32 -> 10.0.0.255
93492026-08-31T09:38:56.517Z
93502026-08-31T09:38:56.517ZAug 31 09:38:54.693
93512026-08-31T09:38:56.518Z DEBGAug 31 09:38:54.693 INFO Aug 31 09:38:54.693Aug 31 09:38:54.693adding route 172.17.0.38/32 -> 10.0.0.255reset freemap
93522026-08-31T09:38:56.518Z, unitINFODEBG adding route 172.17.0.5/32 -> 10.0.0.255
93532026-08-31T09:38:56.518Z: Aug 31 09:38:54.693freemap_route_ipv6
93542026-08-31T09:38:56.518ZDEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.693replacing 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 } }]
93552026-08-31T09:38:56.518Z
93562026-08-31T09:38:56.518Z 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 } }]
93572026-08-31T09:38:56.518ZAug 31 09:38:54.693Aug 31 09:38:54.693 Aug 31 09:38:54.693INFOAug 31 09:38:54.693 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOadding route 172.17.0.7/32 -> 10.0.0.255
93582026-08-31T09:38:56.518Zadding route 172.17.0.6/32 -> 10.0.0.255
93592026-08-31T09:38:56.518Z
93602026-08-31T09:38:56.518Z adding route 172.17.0.39/32 -> 10.0.0.255
93612026-08-31T09:38:56.518ZAug 31 09:38:54.693Aug 31 09:38:54.693 DEBGAug 31 09:38:54.693 DEBGAug 31 09:38:54.693replacing 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 } }]
93622026-08-31T09:38:56.518Z 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 } }]Aug 31 09:38:54.693replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]
93632026-08-31T09:38:56.518Z
93642026-08-31T09:38:56.518ZAug 31 09:38:54.693 DEBG created new freemapAug 31 09:38:54.702 INFO, unitadding route 172.17.0.40/32 -> 10.0.0.255:
93652026-08-31T09:38:56.518ZAug 31 09:38:54.702 INFOfreemap_route_ipv4
93662026-08-31T09:38:56.518Zadding route 3fff:dead::/64 -> 2001:db8::55:2
93672026-08-31T09:38:56.518ZINFOAug 31 09:38:54.702 Aug 31 09:38:54.702DEBGadding route 172.17.0.8/32 -> 10.0.0.255 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93682026-08-31T09:38:56.519Z Aug 31 09:38:54.702created new freemap
93692026-08-31T09:38:56.519Z , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 09:38:54.702freemap_route_ipv6Aug 31 09:38:54.702
93702026-08-31T09:38:56.519Z
93712026-08-31T09:38:56.519ZDEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.702
93722026-08-31T09:38:56.519Z Aug 31 09:38:54.702adding route 172.17.0.41/32 -> 10.0.0.255INFO
93732026-08-31T09:38:56.519Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 09:38:54.702DEBG
93742026-08-31T09:38:56.519Z initted freemap. size: 64INFO, Aug 31 09:38:54.702adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 09:38:54.702
93752026-08-31T09:38:56.519Z DEBGunit :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 } }]
93762026-08-31T09:38:56.519ZAug 31 09:38:54.702freemap_route_ipv4
93772026-08-31T09:38:56.519ZDEBG 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
93782026-08-31T09:38:56.519ZAug 31 09:38:54.702 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.702
93792026-08-31T09:38:56.519ZAug 31 09:38:54.702 INFO INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255reset freemapAug 31 09:38:54.702, unitINFO:
93802026-08-31T09:38:56.519Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255
93812026-08-31T09:38:56.524Zfreemap_route_ipv4
93822026-08-31T09:38:56.524ZAug 31 09:38:54.703
93832026-08-31T09:38:56.524Z DEBGAug 31 09:38:54.703Aug 31 09:38:54.703 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 } }]DEBGDEBGAug 31 09:38:54.703 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 } }]
93842026-08-31T09:38:56.524ZDEBGreplacing 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 } }]
93852026-08-31T09:38:56.524Zinitted freemap. size: 64
93862026-08-31T09:38:56.524Z, unit: Aug 31 09:38:54.703freemap_route_ipv6Aug 31 09:38:54.703
93872026-08-31T09:38:56.524Z INFO Aug 31 09:38:54.703 adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 09:38:54.703
93882026-08-31T09:38:56.524Z INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 INFOAug 31 09:38:54.703 reset freemap
93892026-08-31T09:38:56.524Z, adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit:
93902026-08-31T09:38:56.524ZDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
93912026-08-31T09:38:56.524Z
93922026-08-31T09:38:56.524ZAug 31 09:38:54.703Aug 31 09:38:54.703 DEBG DEBGAug 31 09:38:54.703 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 } }]
93932026-08-31T09:38:56.524ZAug 31 09:38:54.703replacing 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 } }] INFOINFO
93942026-08-31T09:38:56.524Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.703adding route 172.17.0.12/32 -> 10.0.0.255
93952026-08-31T09:38:56.524Z
93962026-08-31T09:38:56.524ZINFO Aug 31 09:38:54.703adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
93972026-08-31T09:38:56.524ZINFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 31 09:38:54.703
93982026-08-31T09:38:56.524Z DEBGAug 31 09:38:54.703 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:38:54.703DEBG
93992026-08-31T09:38:56.524Z 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 Aug 31 09:38:54.703replacing 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 } }]
94002026-08-31T09:38:56.524ZAug 31 09:38:54.703
94012026-08-31T09:38:56.524Z DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703Aug 31 09:38:54.703adding route 172.16.0.0/32 -> 10.0.0.2
94022026-08-31T09:38:56.524Z
94032026-08-31T09:38:56.524Z INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 09:38:54.703Aug 31 09:38:54.703
94042026-08-31T09:38:56.524Z
94052026-08-31T09:38:56.524ZINFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG
94062026-08-31T09:38:56.524Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:38:54.703Aug 31 09:38:54.703
94072026-08-31T09:38:56.524Z DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:38:54.703INFO
94082026-08-31T09:38:56.524Z DEBGadding route 172.16.0.0/32 -> 10.0.0.3
94092026-08-31T09:38:56.524Zreplacing 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 } }]
94102026-08-31T09:38:56.524Z
94112026-08-31T09:38:56.524ZAug 31 09:38:54.703Aug 31 09:38:54.703 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 } }]Aug 31 09:38:54.703 INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 09:38:54.703
94122026-08-31T09:38:56.525Z INFO
94132026-08-31T09:38:56.525Z INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
94142026-08-31T09:38:56.525Z
94152026-08-31T09:38:56.525ZAug 31 09:38:54.703Aug 31 09:38:54.703 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:38:54.703replacing 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 } }]
94162026-08-31T09:38:56.525Z
94172026-08-31T09:38:56.525Z DEBG Aug 31 09:38:54.703Aug 31 09:38:54.703replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:38:54.703DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
94182026-08-31T09:38:56.525Zreplacing 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 } }]
94192026-08-31T09:38:56.525Z
94202026-08-31T09:38:56.525Z adding route 172.17.0.47/32 -> 10.0.0.255
94212026-08-31T09:38:56.525ZAug 31 09:38:54.703Aug 31 09:38:54.703 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:38:54.703
94222026-08-31T09:38:56.525Z adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:38:54.703DEBG
94232026-08-31T09:38:56.525Z INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
94242026-08-31T09:38:56.525Z
94252026-08-31T09:38:56.525ZAug 31 09:38:54.703 DEBGAug 31 09:38:54.703 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94262026-08-31T09:38:56.525Z adding route 172.17.0.48/32 -> 10.0.0.255
94272026-08-31T09:38:56.525ZAug 31 09:38:54.703Aug 31 09:38:54.703 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94282026-08-31T09:38:56.525Z
94292026-08-31T09:38:56.525ZAug 31 09:38:54.703 Aug 31 09:38:54.693DEBG
94302026-08-31T09:38:56.525Z Aug 31 09:38:54.703DEBG Aug 31 09:38:54.703created new freemap , INFOunitAug 31 09:38:54.703DEBG 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 } }]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 } }]:
94312026-08-31T09:38:56.525Zadding route 172.17.0.7/32 -> 10.0.0.255
94322026-08-31T09:38:56.525Zfreemap_route_ipv4adding route 172.17.0.49/32 -> 10.0.0.255
94332026-08-31T09:38:56.525ZAug 31 09:38:54.703
94342026-08-31T09:38:56.525Z
94352026-08-31T09:38:56.525Z Aug 31 09:38:54.703 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
94362026-08-31T09:38:56.525Zadding route 172.17.0.17/32 -> 10.0.0.255Aug 31 09:38:54.703
94372026-08-31T09:38:56.525Z Aug 31 09:38:54.703DEBG 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 } }]Aug 31 09:38:54.703
94382026-08-31T09:38:56.525Ztest route::tests::grow_succeeds ... ok
94392026-08-31T09:38:56.525ZAug 31 09:38:54.703 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
94402026-08-31T09:38:56.525Z Aug 31 09:38:54.703replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:38:54.703
94412026-08-31T09:38:56.525ZDEBGAug 31 09:38:54.703 INFOINFO 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 } }]
94422026-08-31T09:38:56.525ZDEBG created new freemap , Aug 31 09:38:54.703adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 09:38:54.703unitadding route 172.17.0.50/32 -> 10.0.0.255:
94432026-08-31T09:38:56.525ZINFO freemap_route_ipv6
94442026-08-31T09:38:56.525Z
94452026-08-31T09:38:56.525Z INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
94462026-08-31T09:38:56.525ZAug 31 09:38:54.703
94472026-08-31T09:38:56.525Z DEBGAug 31 09:38:54.703Aug 31 09:38:54.703 DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.703Aug 31 09:38:54.703DEBGinitted freemap. size: 64 , DEBG unit :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 } }]DEBG
94482026-08-31T09:38:56.525Z
94492026-08-31T09:38:56.525Zfreemap_route_ipv4replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94502026-08-31T09:38:56.526Z
94512026-08-31T09:38:56.526Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.703Aug 31 09:38:54.703Aug 31 09:38:54.703 Aug 31 09:38:54.703INFO DEBGINFO
94522026-08-31T09:38:56.526Zreset freemapINFO adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255
94532026-08-31T09:38:56.526Z
94542026-08-31T09:38:56.526ZAug 31 09:38:54.703adding route 172.17.0.9/32 -> 10.0.0.255,
94552026-08-31T09:38:56.526Zunit:Aug 31 09:38:54.703Aug 31 09:38:54.703 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 } }]DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff freemap_route_ipv4replacing 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 } }]
94562026-08-31T09:38:56.526Z
94572026-08-31T09:38:56.526ZAug 31 09:38:54.703
94582026-08-31T09:38:56.526Z DEBG
94592026-08-31T09:38:56.526Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703
94602026-08-31T09:38:56.526ZAug 31 09:38:54.703 INFOAug 31 09:38:54.703INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255Aug 31 09:38:54.703
94612026-08-31T09:38:56.526Z
94622026-08-31T09:38:56.526Z INFOinitted freemap. size: 64, Aug 31 09:38:54.703 unitadding route 172.17.0.10/32 -> 10.0.0.255
94632026-08-31T09:38:56.526ZAug 31 09:38:54.703DEBGAug 31 09:38:54.703: DEBGfreemap_route_ipv6 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94642026-08-31T09:38:56.526Z
94652026-08-31T09:38:56.526Z 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 } }]
94662026-08-31T09:38:56.526Zreplacing 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 } }]
94672026-08-31T09:38:56.526ZAug 31 09:38:54.703Aug 31 09:38:54.703Aug 31 09:38:54.703 INFODEBG DEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94682026-08-31T09:38:56.526ZAug 31 09:38:54.703Aug 31 09:38:54.693
94692026-08-31T09:38:56.526Z reset freemapDEBG , INFOunitcreated new freemap :Aug 31 09:38:54.703Aug 31 09:38:54.703, adding route 3fff:beef:a::/64 -> 2001:db8::55:ffunit
94702026-08-31T09:38:56.526Zfreemap_route_ipv6INFO
94712026-08-31T09:38:56.526Z: adding route 172.17.0.11/32 -> 10.0.0.255DEBGfreemap_route_ipv4 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 } }]
94722026-08-31T09:38:56.526Z
94732026-08-31T09:38:56.526ZAug 31 09:38:54.703
94742026-08-31T09:38:56.526Z DEBGAug 31 09:38:54.703 Aug 31 09:38:54.703replacing 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 } }]
94752026-08-31T09:38:56.526ZINFOAug 31 09:38:54.703Aug 31 09:38:54.703 DEBG INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.22/32 -> 10.0.0.255
94762026-08-31T09:38:56.526ZAug 31 09:38:54.703
94772026-08-31T09:38:56.526Zcreated new freemapadding route 172.17.0.53/32 -> 10.0.0.255Aug 31 09:38:54.703,
94782026-08-31T09:38:56.526Zunit:Aug 31 09:38:54.703 freemap_route_ipv6DEBG
94792026-08-31T09:38:56.526Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:38:54.703
94802026-08-31T09:38:56.526Z INFO Aug 31 09:38:54.703adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
94812026-08-31T09:38:56.530ZDEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94822026-08-31T09:38:56.530Zinitted freemap. size: 64, unit: freemap_route_ipv4
94832026-08-31T09:38:56.530ZAug 31 09:38:54.711Aug 31 09:38:54.711 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
94842026-08-31T09:38:56.531Z
94852026-08-31T09:38:56.531ZAug 31 09:38:54.711Aug 31 09:38:54.711 Aug 31 09:38:54.711DEBGDEBG 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 } }]reset freemap
94862026-08-31T09:38:56.531Z, unit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
94872026-08-31T09:38:56.531Zfreemap_route_ipv4
94882026-08-31T09:38:56.531ZAug 31 09:38:54.711 DEBGAug 31 09:38:54.711 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 } }] DEBG
94892026-08-31T09:38:56.531ZAug 31 09:38:54.711adding route 172.17.0.55/32 -> 10.0.0.255 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 } }]
94902026-08-31T09:38:56.531Z
94912026-08-31T09:38:56.531Zinitted freemap. size: 64, Aug 31 09:38:54.711unit Aug 31 09:38:54.711Aug 31 09:38:54.711DEBG :INFO INFOfreemap_route_ipv6
94922026-08-31T09:38:56.531Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94932026-08-31T09:38:56.531Z
94942026-08-31T09:38:56.531Z adding route 172.17.0.12/32 -> 10.0.0.255
94952026-08-31T09:38:56.531ZAug 31 09:38:54.711Aug 31 09:38:54.711 Aug 31 09:38:54.711DEBG INFOreset freemapAug 31 09:38:54.711, unitadding route 172.17.0.56/32 -> 10.0.0.255 :DEBG
94962026-08-31T09:38:56.531Z freemap_route_ipv6DEBGreplacing 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 } }]
94972026-08-31T09:38:56.531Z
94982026-08-31T09:38:56.532Zreplacing 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 } }]
94992026-08-31T09:38:56.532ZAug 31 09:38:54.711 DEBGAug 31 09:38:54.711
95002026-08-31T09:38:56.532Zreplacing 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 } }]
95012026-08-31T09:38:56.532ZAug 31 09:38:54.711 INFO Aug 31 09:38:54.711INFO INFOAug 31 09:38:54.711Aug 31 09:38:54.711adding route 172.17.0.13/32 -> 10.0.0.255
95022026-08-31T09:38:56.532ZINFOINFO adding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.23/32 -> 10.0.0.255
95032026-08-31T09:38:56.532Z
95042026-08-31T09:38:56.532ZAug 31 09:38:54.711
95052026-08-31T09:38:56.532Z DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95062026-08-31T09:38:56.532Z
95072026-08-31T09:38:56.532ZAug 31 09:38:54.711Aug 31 09:38:54.711 Aug 31 09:38:54.711DEBG DEBG DEBG Aug 31 09:38:54.711replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95082026-08-31T09:38:56.532Z
95092026-08-31T09:38:56.532Z
95102026-08-31T09:38:56.532Z Aug 31 09:38:54.711INFO DEBGAug 31 09:38:54.711adding route 172.17.0.14/32 -> 10.0.0.255 Aug 31 09:38:54.711
95112026-08-31T09:38:56.532ZAug 31 09:38:54.711 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 } }]
95122026-08-31T09:38:56.532ZINFO INFOadding route 172.17.0.24/32 -> 10.0.0.255
95132026-08-31T09:38:56.532Zadding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:38:54.711
95142026-08-31T09:38:56.532ZAug 31 09:38:54.711
95152026-08-31T09:38:56.532ZAug 31 09:38:54.711 INFODEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.712
95162026-08-31T09:38:56.532Z
95172026-08-31T09:38:56.532ZDEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95182026-08-31T09:38:56.532Z created new freemapAug 31 09:38:54.712 , Aug 31 09:38:54.712INFOunit :Aug 31 09:38:54.712INFO freemap_route_ipv4 DEBGadding route 172.17.0.25/32 -> 10.0.0.255
95192026-08-31T09:38:56.532Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
95202026-08-31T09:38:56.532Z
95212026-08-31T09:38:56.532Z
95222026-08-31T09:38:56.532ZAug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
95232026-08-31T09:38:56.533Z
95242026-08-31T09:38:56.533Z 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 } }]Aug 31 09:38:54.712
95252026-08-31T09:38:56.533Z Aug 31 09:38:54.712INFO DEBGAug 31 09:38:54.712 adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.712
95262026-08-31T09:38:56.533Z DEBG
95272026-08-31T09:38:56.533Z created new freemapINFO , adding route 172.17.0.26/32 -> 10.0.0.255unitAug 31 09:38:54.712
95282026-08-31T09:38:56.533Z:Aug 31 09:38:54.712 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6
95292026-08-31T09:38:56.533Z
95302026-08-31T09:38:56.533ZAug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712 DEBGDEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
95312026-08-31T09:38:56.533Zinitted freemap. size: 64
95322026-08-31T09:38:56.533Z, unit: freemap_route_ipv4Aug 31 09:38:54.712
95332026-08-31T09:38:56.533Z 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 } }]
95342026-08-31T09:38:56.533ZAug 31 09:38:54.712Aug 31 09:38:54.712 Aug 31 09:38:54.712adding route 172.17.0.27/32 -> 10.0.0.255 Aug 31 09:38:54.712INFO
95352026-08-31T09:38:56.533ZAug 31 09:38:54.703DEBGINFO INFO DEBG adding route 172.17.0.15/32 -> 10.0.0.255 reset freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:38:54.712
95362026-08-31T09:38:56.533Z
95372026-08-31T09:38:56.533ZDEBG, unitreplacing 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 } }]:created new freemap
95382026-08-31T09:38:56.533Ztest route::tests::delete_target_fragmented ... ok
95392026-08-31T09:38:56.534Ztest route::tests::rollback_on_compact_delete_failure ... ok
95402026-08-31T09:38:56.534Ztest route::tests::rollback_on_compact_write_failure ... ok
95412026-08-31T09:38:56.534Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:38:54.712 , DEBGfreemap_route_ipv4
95422026-08-31T09:38:56.534Z
95432026-08-31T09:38:56.534Zreplacing 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 } }]
95442026-08-31T09:38:56.534ZAug 31 09:38:54.712 unitINFO: Aug 31 09:38:54.712adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 09:38:54.712Aug 31 09:38:54.712freemap_route_ipv4
95452026-08-31T09:38:56.534Z
95462026-08-31T09:38:56.534Z DEBGINFOAug 31 09:38:54.712 DEBGAug 31 09:38:54.712 adding route 3fff:beef:13::/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 } }] DEBGDEBG
95472026-08-31T09:38:56.534Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
95482026-08-31T09:38:56.534ZAug 31 09:38:54.712 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
95492026-08-31T09:38:56.534Zinitted freemap. size: 64, unit
95502026-08-31T09:38:56.534Z :Aug 31 09:38:54.712Aug 31 09:38:54.712created new freemap DEBGINFO, Aug 31 09:38:54.712freemap_route_ipv6unit :
95512026-08-31T09:38:56.534Z INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6Aug 31 09:38:54.712adding route 172.17.0.29/32 -> 10.0.0.255
95522026-08-31T09:38:56.534ZDEBGadding route 172.17.0.16/32 -> 10.0.0.255
95532026-08-31T09:38:56.534Z
95542026-08-31T09:38:56.535Zreset freemap
95552026-08-31T09:38:56.535Z, Aug 31 09:38:54.712Aug 31 09:38:54.712unitAug 31 09:38:54.712 DEBGAug 31 09:38:54.712: 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 } }]freemap_route_ipv6
95562026-08-31T09:38:56.535Z 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 } }]
95572026-08-31T09:38:56.535Zadding route 3fff:dead::/64 -> 2001:db8::55:3DEBGAug 31 09:38:54.712
95582026-08-31T09:38:56.535Zinitted freemap. size: 64INFO, Aug 31 09:38:54.712 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
95592026-08-31T09:38:56.535ZAug 31 09:38:54.712unit :
95602026-08-31T09:38:56.535ZINFOAug 31 09:38:54.712INFO adding route 172.17.0.30/32 -> 10.0.0.255
95612026-08-31T09:38:56.535Z freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
95622026-08-31T09:38:56.535Z
95632026-08-31T09:38:56.535ZAug 31 09:38:54.712Aug 31 09:38:54.712 DEBG Aug 31 09:38:54.712Aug 31 09:38:54.712replacing 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 } }]INFOAug 31 09:38:54.712 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 } }]DEBG
95642026-08-31T09:38:56.535Z DEBGreset freemap ,
95652026-08-31T09:38:56.535Z 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:
95662026-08-31T09:38:56.535Z freemap_route_ipv4 adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 09:38:54.712replacing 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 } }]
95672026-08-31T09:38:56.535ZAug 31 09:38:54.712Aug 31 09:38:54.712
95682026-08-31T09:38:56.535ZINFO
95692026-08-31T09:38:56.535Z INFO adding route 172.17.0.31/32 -> 10.0.0.255INFO
95702026-08-31T09:38:56.535ZAug 31 09:38:54.712 Aug 31 09:38:54.712adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
95712026-08-31T09:38:56.535ZAug 31 09:38:54.712 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
95722026-08-31T09:38:56.535ZINFOAug 31 09:38:54.712Aug 31 09:38:54.712 initted freemap. size: 64DEBGDEBG , unitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
95732026-08-31T09:38:56.535Z
95742026-08-31T09:38:56.535Zreplacing 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 } }]
95752026-08-31T09:38:56.535Z:adding route 3fff:beef:15::/64 -> 2001:db8::55:ff freemap_route_ipv6
95762026-08-31T09:38:56.535Z
95772026-08-31T09:38:56.535ZAug 31 09:38:54.712 Aug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712DEBG INFOAug 31 09:38:54.712 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.32/32 -> 10.0.0.255
95782026-08-31T09:38:56.535ZDEBG
95792026-08-31T09:38:56.535Z 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
95802026-08-31T09:38:56.535Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 31 09:38:54.712reset freemap
95812026-08-31T09:38:56.540Z, Aug 31 09:38:54.712 INFO unitDEBGAug 31 09:38:54.712Aug 31 09:38:54.712: DEBGfreemap_route_ipv6
95822026-08-31T09:38:56.540Z INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95832026-08-31T09:38:56.540Z 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 } }]
95842026-08-31T09:38:56.541ZAug 31 09:38:54.712adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255INFOAug 31 09:38:54.712
95852026-08-31T09:38:56.541Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 31 09:38:54.712adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
95862026-08-31T09:38:56.541Z
95872026-08-31T09:38:56.541Z Aug 31 09:38:54.712
95882026-08-31T09:38:56.541Z adding route 172.17.0.33/32 -> 10.0.0.255INFO
95892026-08-31T09:38:56.541ZDEBGAug 31 09:38:54.712adding route 3fff:dead::/64 -> 2001:db8::55:2
95902026-08-31T09:38:56.541Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.712DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:38:54.712Aug 31 09:38:54.712
95912026-08-31T09:38:56.541ZWARN
95922026-08-31T09:38:56.541ZDEBG 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 } }]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 } }]
95932026-08-31T09:38:56.541ZAug 31 09:38:54.712Aug 31 09:38:54.712
95942026-08-31T09:38:56.541ZAug 31 09:38:54.720 DEBGAug 31 09:38:54.721 INFO 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
95952026-08-31T09:38:56.542Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
95962026-08-31T09:38:56.542Z
95972026-08-31T09:38:56.542Z Aug 31 09:38:54.721INFO Aug 31 09:38:54.721DEBGadding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:38:54.721
95982026-08-31T09:38:56.542Z DEBGDEBG failed to allocate space for the new target list
95992026-08-31T09:38:56.542Zreplacing 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96002026-08-31T09:38:56.542Z
96012026-08-31T09:38:56.542ZAug 31 09:38:54.721 Aug 31 09:38:54.721DEBG DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96022026-08-31T09:38:56.542Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96032026-08-31T09:38:56.542ZAug 31 09:38:54.721 INFO
96042026-08-31T09:38:56.542Z Aug 31 09:38:54.721adding route 172.17.0.35/32 -> 10.0.0.255
96052026-08-31T09:38:56.542ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:38:54.721
96062026-08-31T09:38:56.542ZAug 31 09:38:54.721 Aug 31 09:38:54.721INFOINFOAug 31 09:38:54.721 DEBGadding route 172.17.0.19/32 -> 10.0.0.255
96072026-08-31T09:38:56.542Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
96082026-08-31T09:38:56.542Z DEBG
96092026-08-31T09:38:56.542Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721
96102026-08-31T09:38:56.543ZAug 31 09:38:54.721 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 09:38:54.721
96112026-08-31T09:38:56.543Z
96122026-08-31T09:38:56.543Z Aug 31 09:38:54.721DEBG 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 } }]INFO
96132026-08-31T09:38:56.543ZAug 31 09:38:54.721 Aug 31 09:38:54.721 DEBGINFO Aug 31 09:38:54.721adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96142026-08-31T09:38:56.543Z
96152026-08-31T09:38:56.543ZINFO
96162026-08-31T09:38:56.543Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
96172026-08-31T09:38:56.543ZAug 31 09:38:54.721Aug 31 09:38:54.721 DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.721
96182026-08-31T09:38:56.543Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721DEBG INFOAug 31 09:38:54.721 adding route 172.17.0.37/32 -> 10.0.0.255INFO
96192026-08-31T09:38:56.543Z adding route 172.17.0.21/32 -> 10.0.0.255
96202026-08-31T09:38:56.543Zreplacing 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 } }]
96212026-08-31T09:38:56.543Z
96222026-08-31T09:38:56.543ZAug 31 09:38:54.721 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
96232026-08-31T09:38:56.543ZAug 31 09:38:54.721Aug 31 09:38:54.721 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
96242026-08-31T09:38:56.543Z
96252026-08-31T09:38:56.544ZAug 31 09:38:54.712Aug 31 09:38:54.721 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
96262026-08-31T09:38:56.544Z Aug 31 09:38:54.721adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:38:54.721 INFO
96272026-08-31T09:38:56.544ZINFOAug 31 09:38:54.721 adding route 172.17.0.22/32 -> 10.0.0.255
96282026-08-31T09:38:56.544ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
96292026-08-31T09:38:56.544Z
96302026-08-31T09:38:56.544ZAug 31 09:38:54.721Aug 31 09:38:54.721 DEBGDEBGAug 31 09:38:54.721 Aug 31 09:38:54.721 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96312026-08-31T09:38:56.544ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
96322026-08-31T09:38:56.544Z
96332026-08-31T09:38:56.544Z
96342026-08-31T09:38:56.544ZAug 31 09:38:54.721Aug 31 09:38:54.721 Aug 31 09:38:54.721INFOINFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 31 09:38:54.721
96352026-08-31T09:38:56.544Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
96362026-08-31T09:38:56.544ZINFO
96372026-08-31T09:38:56.544Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
96382026-08-31T09:38:56.544ZAug 31 09:38:54.721 Aug 31 09:38:54.721DEBG Aug 31 09:38:54.721 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 } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
96392026-08-31T09:38:56.544Zreplacing 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 } }]
96402026-08-31T09:38:56.545ZAug 31 09:38:54.721
96412026-08-31T09:38:56.545Z DEBGAug 31 09:38:54.721 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721 DEBGAug 31 09:38:54.721
96422026-08-31T09:38:56.545Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:38:54.721
96432026-08-31T09:38:56.545Z INFOINFO Aug 31 09:38:54.721adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 09:38:54.721 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
96442026-08-31T09:38:56.545Z INFO
96452026-08-31T09:38:56.545ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
96462026-08-31T09:38:56.545Z
96472026-08-31T09:38:56.545Z
96482026-08-31T09:38:56.545ZAug 31 09:38:54.721 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721
96492026-08-31T09:38:56.545Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721Aug 31 09:38:54.721
96502026-08-31T09:38:56.545Z WARN Aug 31 09:38:54.721shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
96512026-08-31T09:38:56.545ZINFOAug 31 09:38:54.721 INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG adding route 172.17.0.38/32 -> 10.0.0.255DEBG
96522026-08-31T09:38:56.545Zreplacing 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 } }]
96532026-08-31T09:38:56.545Z
96542026-08-31T09:38:56.545Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721
96552026-08-31T09:38:56.545Z Aug 31 09:38:54.721DEBG 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 } }]Aug 31 09:38:54.721
96562026-08-31T09:38:56.545Z INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.721adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
96572026-08-31T09:38:56.545ZAug 31 09:38:54.721
96582026-08-31T09:38:56.545Z INFO INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255
96592026-08-31T09:38:56.546ZAug 31 09:38:54.721
96602026-08-31T09:38:56.546ZAug 31 09:38:54.721 INFO DEBGAug 31 09:38:54.721 adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96612026-08-31T09:38:56.546ZAug 31 09:38:54.721DEBG 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
96622026-08-31T09:38:56.546Z
96632026-08-31T09:38:56.546ZAug 31 09:38:54.721 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
96642026-08-31T09:38:56.546Z Aug 31 09:38:54.721adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 31 09:38:54.721INFO
96652026-08-31T09:38:56.546Z adding route 172.17.0.27/32 -> 10.0.0.255DEBGAug 31 09:38:54.721
96662026-08-31T09:38:56.546Z INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 09:38:54.721Aug 31 09:38:54.721
96672026-08-31T09:38:56.546Z DEBG
96682026-08-31T09:38:56.546ZDEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721
96692026-08-31T09:38:56.546Z 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
96702026-08-31T09:38:56.546Z 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 } }]
96712026-08-31T09:38:56.546ZAug 31 09:38:54.721Aug 31 09:38:54.721 INFOINFO Aug 31 09:38:54.721Aug 31 09:38:54.721adding route 172.17.0.28/32 -> 10.0.0.255
96722026-08-31T09:38:56.546Zadding route 172.17.0.40/32 -> 10.0.0.255
96732026-08-31T09:38:56.546ZINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:38:54.721Aug 31 09:38:54.721
96742026-08-31T09:38:56.546Z
96752026-08-31T09:38:56.546Z DEBG 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 } }]
96762026-08-31T09:38:56.546ZAug 31 09:38:54.721replacing 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 } }]
96772026-08-31T09:38:56.546ZDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721
96782026-08-31T09:38:56.546Z Aug 31 09:38:54.721DEBG Aug 31 09:38:54.721 INFOINFOAug 31 09:38:54.721 adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
96792026-08-31T09:38:56.546ZINFO
96802026-08-31T09:38:56.546Z
96812026-08-31T09:38:56.550Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
96822026-08-31T09:38:56.550ZAug 31 09:38:54.721 DEBGAug 31 09:38:54.721 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721DEBGAug 31 09:38:54.721 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96832026-08-31T09:38:56.550Z
96842026-08-31T09:38:56.550ZDEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
96852026-08-31T09:38:56.550Zreplacing 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 } }]
96862026-08-31T09:38:56.550ZAug 31 09:38:54.721 INFOAug 31 09:38:54.721 Aug 31 09:38:54.721 Aug 31 09:38:54.721 INFODEBGadding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255
96872026-08-31T09:38:56.550Z 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 } }]
96882026-08-31T09:38:56.550ZINFO
96892026-08-31T09:38:56.550Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
96902026-08-31T09:38:56.550ZAug 31 09:38:54.721Aug 31 09:38:54.721 Aug 31 09:38:54.712Aug 31 09:38:54.721DEBG INFODEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.721DEBG
96912026-08-31T09:38:56.550Z 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 } }]created new freemap , DEBGunit
96922026-08-31T09:38:56.550Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 09:38:54.721:
96932026-08-31T09:38:56.550Z freemap_route_ipv4INFOreplacing 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 } }]
96942026-08-31T09:38:56.550ZAug 31 09:38:54.721 Aug 31 09:38:54.729DEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing 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 } }]
96952026-08-31T09:38:56.550ZDEBG
96962026-08-31T09:38:56.550Z created new freemap, unitAug 31 09:38:54.729: DEBGfreemap_route_ipv6
96972026-08-31T09:38:56.550Zreplacing 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 } }]
96982026-08-31T09:38:56.550ZAug 31 09:38:54.729 INFO
96992026-08-31T09:38:56.550ZAug 31 09:38:54.729Aug 31 09:38:54.729 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:38:54.721 DEBGadding route 172.17.0.32/32 -> 10.0.0.255 DEBGinitted freemap. size: 64
97002026-08-31T09:38:56.550Z , created new freemap
97012026-08-31T09:38:56.550Zunit, Aug 31 09:38:54.729 : INFOfreemap_route_ipv4unit
97022026-08-31T09:38:56.550ZAug 31 09:38:54.729Aug 31 09:38:54.729: freemap_route_ipv4DEBG
97032026-08-31T09:38:56.550Z Aug 31 09:38:54.729replacing 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:22::/64 -> 2001:db8::55:ff
97042026-08-31T09:38:56.550Z
97052026-08-31T09:38:56.550ZDEBGDEBG Aug 31 09:38:54.729 reset freemapINFOreplacing 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 } }] ,
97062026-08-31T09:38:56.551Zunit:Aug 31 09:38:54.729 adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv4
97072026-08-31T09:38:56.551ZAug 31 09:38:54.729DEBG INFO Aug 31 09:38:54.729
97082026-08-31T09:38:56.551Zcreated new freemapAug 31 09:38:54.729, unit adding route 172.17.0.33/32 -> 10.0.0.255DEBG :initted freemap. size: 64
97092026-08-31T09:38:56.551Z, DEBG unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:freemap_route_ipv6
97102026-08-31T09:38:56.551Zfreemap_route_ipv6Aug 31 09:38:54.729
97112026-08-31T09:38:56.551Z
97122026-08-31T09:38:56.551ZAug 31 09:38:54.729 DEBGDEBGAug 31 09:38:54.729 Aug 31 09:38:54.729replacing 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 } }]
97132026-08-31T09:38:56.551Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.729
97142026-08-31T09:38:56.551ZINFODEBGAug 31 09:38:54.729 reset freemap DEBGINFO , initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255, unitunitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
97152026-08-31T09:38:56.551Z:
97162026-08-31T09:38:56.551ZAug 31 09:38:54.729 freemap_route_ipv6freemap_route_ipv4
97172026-08-31T09:38:56.551Z
97182026-08-31T09:38:56.552Z INFOAug 31 09:38:54.729Aug 31 09:38:54.729 Aug 31 09:38:54.729adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
97192026-08-31T09:38:56.552ZINFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
97202026-08-31T09:38:56.552Z
97212026-08-31T09:38:56.552ZAug 31 09:38:54.729
97222026-08-31T09:38:56.552Z DEBG reset freemapAug 31 09:38:54.729Aug 31 09:38:54.729Aug 31 09:38:54.729 DEBGINFO 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 } }]
97232026-08-31T09:38:56.552Zadding route 172.17.0.35/32 -> 10.0.0.255, Aug 31 09:38:54.729replacing 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 } }]unit
97242026-08-31T09:38:56.552Z:
97252026-08-31T09:38:56.552Zfreemap_route_ipv4
97262026-08-31T09:38:56.552ZINFOAug 31 09:38:54.729 Aug 31 09:38:54.729 Aug 31 09:38:54.729 Aug 31 09:38:54.729 INFODEBGDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
97272026-08-31T09:38:56.552Z adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
97282026-08-31T09:38:56.552Z, 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 } }]unit
97292026-08-31T09:38:56.552Z:Aug 31 09:38:54.729 DEBGAug 31 09:38:54.729 freemap_route_ipv6replacing 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 } }]
97302026-08-31T09:38:56.552ZAug 31 09:38:54.729
97312026-08-31T09:38:56.552Z INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBG
97322026-08-31T09:38:56.552ZAug 31 09:38:54.729 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
97332026-08-31T09:38:56.552Z Aug 31 09:38:54.729Aug 31 09:38:54.729 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
97342026-08-31T09:38:56.552Z Aug 31 09:38:54.729reset freemap, unitINFO: Aug 31 09:38:54.729adding route 3fff:dead::/64 -> 2001:db8::55:3
97352026-08-31T09:38:56.552Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97362026-08-31T09:38:56.552Z freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97372026-08-31T09:38:56.552Z
97382026-08-31T09:38:56.552ZAug 31 09:38:54.729 Aug 31 09:38:54.729 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255
97392026-08-31T09:38:56.553ZAug 31 09:38:54.729Aug 31 09:38:54.729 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
97402026-08-31T09:38:56.553Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:38:54.729
97412026-08-31T09:38:56.553ZDEBG 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 3fff:beef:26::/64 -> 2001:db8::55:ff
97422026-08-31T09:38:56.553ZAug 31 09:38:54.729
97432026-08-31T09:38:56.553ZAug 31 09:38:54.729 DEBGINFO Aug 31 09:38:54.729replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:4
97442026-08-31T09:38:56.553Z
97452026-08-31T09:38:56.553ZINFO Aug 31 09:38:54.729adding route 172.17.0.38/32 -> 10.0.0.255Aug 31 09:38:54.729
97462026-08-31T09:38:56.553Z Aug 31 09:38:54.729DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.729DEBG 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 } }, NextHop { asic_port_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 } }]
97472026-08-31T09:38:56.553Ztest route::tests::rollback_on_index_readd_failure ... ok
97482026-08-31T09:38:56.553Z DEBG
97492026-08-31T09:38:56.553Zreplacing 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 } }]
97502026-08-31T09:38:56.553Z
97512026-08-31T09:38:56.553Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
97522026-08-31T09:38:56.553ZAug 31 09:38:54.729 Aug 31 09:38:54.729DEBG INFOAug 31 09:38:54.729Aug 31 09:38:54.729 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.39/32 -> 10.0.0.255
97532026-08-31T09:38:56.554Z
97542026-08-31T09:38:56.554ZINFOAug 31 09:38:54.721 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
97552026-08-31T09:38:56.554Z Aug 31 09:38:54.738DEBGAug 31 09:38:54.738 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:38:54.738
97562026-08-31T09:38:56.554Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97572026-08-31T09:38:56.554Z INFO
97582026-08-31T09:38:56.554ZAug 31 09:38:54.738 adding route 172.17.0.43/32 -> 10.0.0.255INFO
97592026-08-31T09:38:56.554Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
97602026-08-31T09:38:56.554ZAug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738WARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBGAug 31 09:38:54.738
97612026-08-31T09:38:56.554Z adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97622026-08-31T09:38:56.554Z
97632026-08-31T09:38:56.554Z DEBG Aug 31 09:38:54.738Aug 31 09:38:54.738DEBG 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 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
97642026-08-31T09:38:56.554Z
97652026-08-31T09:38:56.554Zreplacing 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.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 } }]
97662026-08-31T09:38:56.554Z
97672026-08-31T09:38:56.554ZAug 31 09:38:54.738Aug 31 09:38:54.738 DEBGAug 31 09:38:54.738 INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97682026-08-31T09:38:56.554Z
97692026-08-31T09:38:56.554Z
97702026-08-31T09:38:56.554ZAug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738DEBG Aug 31 09:38:54.738 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.41/32 -> 10.0.0.255DEBG
97712026-08-31T09:38:56.554Z
97722026-08-31T09:38:56.554Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97732026-08-31T09:38:56.554Z
97742026-08-31T09:38:56.554ZAug 31 09:38:54.738Aug 31 09:38:54.738 DEBGDEBGAug 31 09:38:54.738 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 } }]Aug 31 09:38:54.738
97752026-08-31T09:38:56.554Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 09:38:54.722replacing 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 } }]
97762026-08-31T09:38:56.555Z
97772026-08-31T09:38:56.555ZAug 31 09:38:54.738INFO adding route 172.17.0.45/32 -> 10.0.0.255
97782026-08-31T09:38:56.555Z Aug 31 09:38:54.738Aug 31 09:38:54.738INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBGINFO 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 } }]
97792026-08-31T09:38:56.555Z
97802026-08-31T09:38:56.555Z Aug 31 09:38:54.738 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
97812026-08-31T09:38:56.559Zcreated new freemapAug 31 09:38:54.738 , 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 } }]unit
97822026-08-31T09:38:56.559Z:Aug 31 09:38:54.738INFO freemap_route_ipv4DEBG
97832026-08-31T09:38:56.559Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }]
97842026-08-31T09:38:56.559Z
97852026-08-31T09:38:56.559ZAug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738Aug 31 09:38:54.738DEBG INFOINFO 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 } }]
97862026-08-31T09:38:56.559Zadding route 172.17.0.43/32 -> 10.0.0.255 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 } }]
97872026-08-31T09:38:56.559Z
97882026-08-31T09:38:56.559Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 31 09:38:54.738
97892026-08-31T09:38:56.559Z Aug 31 09:38:54.738DEBG Aug 31 09:38:54.738created new freemap INFODEBG , unitAug 31 09:38:54.738replacing 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 } }]:
97902026-08-31T09:38:56.559Z Aug 31 09:38:54.738INFOfreemap_route_ipv6
97912026-08-31T09:38:56.559Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
97922026-08-31T09:38:56.559ZDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.738Aug 31 09:38:54.738Aug 31 09:38:54.738 DEBG
97932026-08-31T09:38:56.559Z initted freemap. size: 64, INFOunit :DEBG adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4
97942026-08-31T09:38:56.559Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
97952026-08-31T09:38:56.559ZAug 31 09:38:54.738replacing 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 } }]
97962026-08-31T09:38:56.559Z
97972026-08-31T09:38:56.559Z INFOAug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738DEBG DEBGreset freemap INFO, unitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 172.17.0.47/32 -> 10.0.0.255
97982026-08-31T09:38:56.559Z
97992026-08-31T09:38:56.559Zfreemap_route_ipv4adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 09:38:54.738
98002026-08-31T09:38:56.559Z
98012026-08-31T09:38:56.559Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.738
98022026-08-31T09:38:56.559ZAug 31 09:38:54.738 Aug 31 09:38:54.738 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 09:38:54.738
98032026-08-31T09:38:56.560ZAug 31 09:38:54.738 Aug 31 09:38:54.722INFO DEBG
98042026-08-31T09:38:56.560Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
98052026-08-31T09:38:56.560ZDEBGAug 31 09:38:54.738created new freemap , DEBGDEBG Aug 31 09:38:54.738replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.738
98062026-08-31T09:38:56.560Z initted freemap. size: 64INFOunit DEBG, Aug 31 09:38:54.738:unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: INFO
98072026-08-31T09:38:56.560Zfreemap_route_ipv4 adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255freemap_route_ipv6
98082026-08-31T09:38:56.560Z
98092026-08-31T09:38:56.560Z
98102026-08-31T09:38:56.560Z
98112026-08-31T09:38:56.560Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.738
98122026-08-31T09:38:56.560Z Aug 31 09:38:54.738INFOAug 31 09:38:54.738 Aug 31 09:38:54.738Aug 31 09:38:54.738 DEBGDEBGDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 } }]reset freemap
98132026-08-31T09:38:56.560Z DEBG
98142026-08-31T09:38:56.560Z created new freemapreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 09:38:54.738Aug 31 09:38:54.738unit
98152026-08-31T09:38:56.560Z :Aug 31 09:38:54.738INFO , adding route 172.17.0.47/32 -> 10.0.0.255INFOfreemap_route_ipv6
98162026-08-31T09:38:56.560ZDEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
98172026-08-31T09:38:56.560Z
98182026-08-31T09:38:56.560Zunit Aug 31 09:38:54.738replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:38:54.738:
98192026-08-31T09:38:56.560Z Aug 31 09:38:54.738Aug 31 09:38:54.738INFO 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6
98202026-08-31T09:38:56.560Z
98212026-08-31T09:38:56.560ZAug 31 09:38:54.738DEBG
98222026-08-31T09:38:56.560ZAug 31 09:38:54.738INFO INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:38:54.738
98232026-08-31T09:38:56.560Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 31 09:38:54.738
98242026-08-31T09:38:56.560ZDEBG DEBG INFOAug 31 09:38:54.738 , 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 } }]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 } }]
98252026-08-31T09:38:56.561Zadding route 3fff:dead::/64 -> 2001:db8::55:1:
98262026-08-31T09:38:56.561ZDEBG
98272026-08-31T09:38:56.561Zreplacing 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 } }]freemap_route_ipv4
98282026-08-31T09:38:56.561ZAug 31 09:38:54.738
98292026-08-31T09:38:56.561ZAug 31 09:38:54.738 Aug 31 09:38:54.738DEBGAug 31 09:38:54.738Aug 31 09:38:54.738 INFODEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 31 09:38:54.738
98302026-08-31T09:38:56.561Z
98312026-08-31T09:38:56.561Z reset freemapINFO , Aug 31 09:38:54.738unitadding route 3fff:beef:17::/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 } }]Aug 31 09:38:54.738
98322026-08-31T09:38:56.561Z adding route 172.17.0.50/32 -> 10.0.0.255INFO
98332026-08-31T09:38:56.561Z
98342026-08-31T09:38:56.561Z :DEBG freemap_route_ipv4replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.738Aug 31 09:38:54.738
98352026-08-31T09:38:56.561Z
98362026-08-31T09:38:56.561Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
98372026-08-31T09:38:56.561ZAug 31 09:38:54.738 DEBGAug 31 09:38:54.738 DEBGINFODEBG 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:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
98382026-08-31T09:38:56.561Z
98392026-08-31T09:38:56.561ZAug 31 09:38:54.738, Aug 31 09:38:54.738 INFODEBG Aug 31 09:38:54.738adding route 172.17.0.50/32 -> 10.0.0.255unit
98402026-08-31T09:38:56.561Z: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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:38:54.738
98412026-08-31T09:38:56.561Zfreemap_route_ipv6 Aug 31 09:38:54.738
98422026-08-31T09:38:56.561Z
98432026-08-31T09:38:56.561ZDEBG 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 } }]Aug 31 09:38:54.738adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:38:54.738Aug 31 09:38:54.738
98442026-08-31T09:38:56.561Z
98452026-08-31T09:38:56.561Ztest route::tests::delete_targets_fragmented ... ok
98462026-08-31T09:38:56.561Z DEBGINFOINFO Aug 31 09:38:54.738Aug 31 09:38:54.738 INFOreset freemap adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGadding route 172.17.0.51/32 -> 10.0.0.255
98472026-08-31T09:38:56.561Z, unitadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
98482026-08-31T09:38:56.561Z:
98492026-08-31T09:38:56.561ZAug 31 09:38:54.738freemap_route_ipv6 DEBG Aug 31 09:38:54.738replacing 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 } }]
98502026-08-31T09:38:56.561Z
98512026-08-31T09:38:56.561Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
98522026-08-31T09:38:56.561Z 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.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 } }]
98532026-08-31T09:38:56.561Ztest route::tests::add_target_fails_full ... ok
98542026-08-31T09:38:56.561Z
98552026-08-31T09:38:56.561ZAug 31 09:38:54.738 Aug 31 09:38:54.738INFO Aug 31 09:38:54.738 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
98562026-08-31T09:38:56.562Z 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 } }]
98572026-08-31T09:38:56.562Zadding route 172.17.0.52/32 -> 10.0.0.255Aug 31 09:38:54.738
98582026-08-31T09:38:56.562Z INFOAug 31 09:38:54.738 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
98592026-08-31T09:38:56.562Z Aug 31 09:38:54.738adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:38:54.738 Aug 31 09:38:54.738
98602026-08-31T09:38:56.562ZDEBGDEBG 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 } }] INFO
98612026-08-31T09:38:56.562Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 31 09:38:54.738
98622026-08-31T09:38:56.562ZAug 31 09:38:54.738 DEBGDEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 09:38:54.738 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
98632026-08-31T09:38:56.562Z
98642026-08-31T09:38:56.562ZAug 31 09:38:54.738INFO INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 09:38:54.738Aug 31 09:38:54.738adding route 172.17.0.53/32 -> 10.0.0.255
98652026-08-31T09:38:56.562Z
98662026-08-31T09:38:56.562Z DEBG
98672026-08-31T09:38:56.562ZDEBG replacing targets for 3fff:dead::/64 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 } }]
98682026-08-31T09:38:56.562Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.738
98692026-08-31T09:38:56.562ZAug 31 09:38:54.738 DEBG Aug 31 09:38:54.738INFO 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 } }]
98702026-08-31T09:38:56.562Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
98712026-08-31T09:38:56.562Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
98722026-08-31T09:38:56.562ZAug 31 09:38:54.748 INFO
98732026-08-31T09:38:56.562Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 09:38:54.748Aug 31 09:38:54.748 INFODEBG
98742026-08-31T09:38:56.562Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.748adding route 172.17.0.54/32 -> 10.0.0.255
98752026-08-31T09:38:56.562ZINFO
98762026-08-31T09:38:56.562Z adding route 172.17.0.51/32 -> 10.0.0.255Aug 31 09:38:54.748
98772026-08-31T09:38:56.562Z DEBGAug 31 09:38:54.748 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:38:54.748
98782026-08-31T09:38:56.562Z Aug 31 09:38:54.748 DEBG INFODEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748
98792026-08-31T09:38:56.562Z INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98802026-08-31T09:38:56.562Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:38:54.748 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
98812026-08-31T09:38:56.566Zadding route 172.17.0.55/32 -> 10.0.0.255
98822026-08-31T09:38:56.566Z
98832026-08-31T09:38:56.566ZAug 31 09:38:54.748 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98842026-08-31T09:38:56.566ZAug 31 09:38:54.748 Aug 31 09:38:54.748 Aug 31 09:38:54.748 DEBGDEBG 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 } }]
98852026-08-31T09:38:56.566Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
98862026-08-31T09:38:56.566Z
98872026-08-31T09:38:56.566ZAug 31 09:38:54.739Aug 31 09:38:54.748 DEBGDEBGAug 31 09:38:54.748 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 } }]INFO
98882026-08-31T09:38:56.566ZAug 31 09:38:54.748 created new freemapAug 31 09:38:54.748INFO , Aug 31 09:38:54.748DEBG adding route 172.17.0.56/32 -> 10.0.0.255INFO
98892026-08-31T09:38:56.566Zunit adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff :
98902026-08-31T09:38:56.567ZAug 31 09:38:54.748
98912026-08-31T09:38:56.567Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG Aug 31 09:38:54.748Aug 31 09:38:54.748replacing 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 } }]
98922026-08-31T09:38:56.567ZDEBG
98932026-08-31T09:38:56.567Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
98942026-08-31T09:38:56.567ZDEBG
98952026-08-31T09:38:56.567ZAug 31 09:38:54.748 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 } }]
98962026-08-31T09:38:56.567ZINFOAug 31 09:38:54.748 adding route 172.17.0.57/32 -> 10.0.0.255INFO
98972026-08-31T09:38:56.567Z Aug 31 09:38:54.748adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 09:38:54.748 DEBG
98982026-08-31T09:38:56.567Z created new freemapINFO, Aug 31 09:38:54.748unit adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:38:54.748: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 } }]DEBGfreemap_route_ipv6
98992026-08-31T09:38:56.567Zreplacing 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 } }]
99002026-08-31T09:38:56.567Z
99012026-08-31T09:38:56.567Z
99022026-08-31T09:38:56.567ZAug 31 09:38:54.748 DEBGAug 31 09:38:54.748 Aug 31 09:38:54.748 DEBGINFO initted freemap. size: 64adding route 172.17.0.55/32 -> 10.0.0.255replacing 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 } }]
99032026-08-31T09:38:56.567Z
99042026-08-31T09:38:56.567Z, unitAug 31 09:38:54.748: INFOfreemap_route_ipv4Aug 31 09:38:54.748
99052026-08-31T09:38:56.567Z adding route 172.17.0.58/32 -> 10.0.0.255DEBG
99062026-08-31T09:38:56.567Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748
99072026-08-31T09:38:56.567Z Aug 31 09:38:54.748INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 09:38:54.748reset freemapAug 31 09:38:54.748 DEBG, INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
99082026-08-31T09:38:56.567Zadding route 172.17.0.56/32 -> 10.0.0.255
99092026-08-31T09:38:56.567Z
99102026-08-31T09:38:56.567Z:Aug 31 09:38:54.748 Aug 31 09:38:54.748Aug 31 09:38:54.748freemap_route_ipv4
99112026-08-31T09:38:56.567ZDEBG 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 } }] INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
99122026-08-31T09:38:56.567Z
99132026-08-31T09:38:56.568Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:38:54.748
99142026-08-31T09:38:56.568Z DEBGAug 31 09:38:54.748Aug 31 09:38:54.748 INFOINFOAug 31 09:38:54.748 adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG
99152026-08-31T09:38:56.568Z initted freemap. size: 64
99162026-08-31T09:38:56.568Zreplacing 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 } }],
99172026-08-31T09:38:56.568Zunit:Aug 31 09:38:54.748Aug 31 09:38:54.748 DEBGfreemap_route_ipv6DEBG
99182026-08-31T09:38:56.568Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748
99192026-08-31T09:38:56.568Z INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.748
99202026-08-31T09:38:56.568Z Aug 31 09:38:54.748 DEBG adding route 172.17.0.60/32 -> 10.0.0.255
99212026-08-31T09:38:56.568ZINFO adding route 172.17.0.58/32 -> 10.0.0.255reset freemap
99222026-08-31T09:38:56.568Z, unit:Aug 31 09:38:54.748 freemap_route_ipv6DEBG
99232026-08-31T09:38:56.568ZAug 31 09:38:54.748 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748DEBG
99242026-08-31T09:38:56.568Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748
99252026-08-31T09:38:56.568Z INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 09:38:54.748
99262026-08-31T09:38:56.568Zadding route 172.16.0.0/32 -> 10.0.0.1DEBG
99272026-08-31T09:38:56.568ZAug 31 09:38:54.748 INFO failed to allocate space for the new target listadding route 172.17.0.59/32 -> 10.0.0.255
99282026-08-31T09:38:56.568Z
99292026-08-31T09:38:56.568ZAug 31 09:38:54.748 Aug 31 09:38:54.748 Aug 31 09:38:54.748DEBG Aug 31 09:38:54.748DEBG 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.2, vlan_id: None } }]DEBG
99302026-08-31T09:38:56.568Z 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 } }]
99312026-08-31T09:38:56.568Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
99322026-08-31T09:38:56.568Zreplacing 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 } }]
99332026-08-31T09:38:56.568ZAug 31 09:38:54.748 INFOAug 31 09:38:54.748 adding route 172.17.0.60/32 -> 10.0.0.255INFO
99342026-08-31T09:38:56.568Zadding route 172.16.0.0/32 -> 10.0.0.2
99352026-08-31T09:38:56.568ZAug 31 09:38:54.748 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 09:38:54.738Aug 31 09:38:54.748Aug 31 09:38:54.748
99362026-08-31T09:38:56.568ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
99372026-08-31T09:38:56.568Zreplacing 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 } }]
99382026-08-31T09:38:56.568Ztest route::tests::shrink_preserves_compacted_order ... ok
99392026-08-31T09:38:56.568ZAug 31 09:38:54.748adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBGAug 31 09:38:54.748 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 } }]
99402026-08-31T09:38:56.568Z
99412026-08-31T09:38:56.568ZINFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:38:54.748
99422026-08-31T09:38:56.568Ztest route::tests::same_size_non_subset_replace ... ok
99432026-08-31T09:38:56.568Z Aug 31 09:38:54.748INFO INFOadding route 172.17.0.61/32 -> 10.0.0.255Aug 31 09:38:54.748
99442026-08-31T09:38:56.568Z DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
99452026-08-31T09:38:56.568ZAug 31 09:38:54.748
99462026-08-31T09:38:56.568Z DEBG Aug 31 09:38:54.748replacing 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 } }]
99472026-08-31T09:38:56.568ZDEBGAug 31 09:38:54.748Aug 31 09:38:54.748 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 } }]INFO
99482026-08-31T09:38:56.568Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.748adding route 172.16.0.0/32 -> 10.0.0.4
99492026-08-31T09:38:56.568Z
99502026-08-31T09:38:56.569ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
99512026-08-31T09:38:56.569ZAug 31 09:38:54.748 Aug 31 09:38:54.748Aug 31 09:38:54.748INFO Aug 31 09:38:54.748INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }]
99522026-08-31T09:38:56.569Z
99532026-08-31T09:38:56.569Z
99542026-08-31T09:38:56.569ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:38:54.748
99552026-08-31T09:38:56.569ZAug 31 09:38:54.748INFO DEBGadding route 172.17.0.63/32 -> 10.0.0.255
99562026-08-31T09:38:56.569Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.748
99572026-08-31T09:38:56.569Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.748
99582026-08-31T09:38:56.569ZAug 31 09:38:54.748 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
99592026-08-31T09:38:56.569Z
99602026-08-31T09:38:56.569ZAug 31 09:38:54.748Aug 31 09:38:54.748Aug 31 09:38:54.748 Aug 31 09:38:54.748DEBG DEBG failed to allocate space for the new target listDEBG
99612026-08-31T09:38:56.569Z 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 } }] 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.3, vlan_id: None } }]
99622026-08-31T09:38:56.569Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
99632026-08-31T09:38:56.569Z
99642026-08-31T09:38:56.569ZAug 31 09:38:54.748 DEBGAug 31 09:38:54.748 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
99652026-08-31T09:38:56.569Z 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 } }]
99662026-08-31T09:38:56.569ZAug 31 09:38:54.748 INFOAug 31 09:38:54.748 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 09:38:54.748DEBG
99672026-08-31T09:38:56.569Z failed to allocate space for the new target listINFO
99682026-08-31T09:38:56.569Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
99692026-08-31T09:38:56.569ZAug 31 09:38:54.748 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 } }]
99702026-08-31T09:38:56.569ZAug 31 09:38:54.748 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 } }]
99712026-08-31T09:38:56.570ZAug 31 09:38:54.748 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 09:38:54.748
99722026-08-31T09:38:56.570Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
99732026-08-31T09:38:56.570ZAug 31 09:38:54.748 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
99742026-08-31T09:38:56.570ZAug 31 09:38:54.748Aug 31 09:38:54.754 DEBGINFO created new freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff,
99752026-08-31T09:38:56.570ZAug 31 09:38:54.754 unitDEBG: 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 } }]freemap_route_ipv4
99762026-08-31T09:38:56.570Z
99772026-08-31T09:38:56.570Z
99782026-08-31T09:38:56.570ZAug 31 09:38:54.754 Aug 31 09:38:54.754INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
99792026-08-31T09:38:56.570ZAug 31 09:38:54.748DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
99802026-08-31T09:38:56.570Z freemap_route_ipv6Aug 31 09:38:54.754
99812026-08-31T09:38:56.574Z 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 } }]Aug 31 09:38:54.754
99822026-08-31T09:38:56.575Z INFOAug 31 09:38:54.754 DEBGAug 31 09:38:54.754 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff initted freemap. size: 64INFO
99832026-08-31T09:38:56.575Z , unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
99842026-08-31T09:38:56.575Z freemap_route_ipv4Aug 31 09:38:54.754
99852026-08-31T09:38:56.575Z DEBGAug 31 09:38:54.754 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
99862026-08-31T09:38:56.577Z 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 } }]
99872026-08-31T09:38:56.577ZAug 31 09:38:54.754Aug 31 09:38:54.754 Aug 31 09:38:54.754INFODEBG INFO reset freemapadding route 3fff:beef:28::/64 -> 2001:db8::55:ff, adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
99882026-08-31T09:38:56.577Zunit
99892026-08-31T09:38:56.577Z: freemap_route_ipv4
99902026-08-31T09:38:56.577ZAug 31 09:38:54.754 DEBG Aug 31 09:38:54.754replacing 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 } }]
99912026-08-31T09:38:56.577ZDEBG Aug 31 09:38:54.754initted freemap. size: 64 , DEBGAug 31 09:38:54.754unit :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 } }] INFOfreemap_route_ipv6
99922026-08-31T09:38:56.577Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
99932026-08-31T09:38:56.577Z
99942026-08-31T09:38:56.577ZAug 31 09:38:54.754Aug 31 09:38:54.754 DEBGDEBG reset freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.754,
99952026-08-31T09:38:56.577ZINFOunit :adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
99962026-08-31T09:38:56.577Zfreemap_route_ipv6
99972026-08-31T09:38:56.577ZAug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.1
99982026-08-31T09:38:56.577ZAug 31 09:38:54.755Aug 31 09:38:54.755 Aug 31 09:38:54.755INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
99992026-08-31T09:38:56.577Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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 } }]
100002026-08-31T09:38:56.577Z
100012026-08-31T09:38:56.577ZAug 31 09:38:54.755 DEBG Aug 31 09:38:54.755replacing 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 } }]
100022026-08-31T09:38:56.577ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
100032026-08-31T09:38:56.577ZAug 31 09:38:54.755Aug 31 09:38:54.755 INFOINFOAug 31 09:38:54.755 DEBGadding route 172.16.0.0/32 -> 10.0.0.2 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
100042026-08-31T09:38:56.577Z
100052026-08-31T09:38:56.577Z
100062026-08-31T09:38:56.577ZAug 31 09:38:54.755Aug 31 09:38:54.755 DEBGDEBG 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:38:54.755
100072026-08-31T09:38:56.577Z
100082026-08-31T09:38:56.577Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
100092026-08-31T09:38:56.577ZAug 31 09:38:54.755 Aug 31 09:38:54.755Aug 31 09:38:54.755 INFOINFODEBGAug 31 09:38:54.754 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
100102026-08-31T09:38:56.577Zadding route 172.16.0.0/32 -> 10.0.0.3replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
100112026-08-31T09:38:56.577Z
100122026-08-31T09:38:56.577Z
100132026-08-31T09:38:56.577ZAug 31 09:38:54.755 DEBGAug 31 09:38:54.755 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.755
100142026-08-31T09:38:56.577ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
100152026-08-31T09:38:56.577Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 09:38:54.755
100162026-08-31T09:38:56.577Z DEBGAug 31 09:38:54.755 failed to allocate space for the new target listAug 31 09:38:54.755INFO
100172026-08-31T09:38:56.578Z adding route 172.16.0.0/32 -> 10.0.0.4
100182026-08-31T09:38:56.578ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.755
100192026-08-31T09:38:56.578Z DEBGAug 31 09:38:54.755 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
100202026-08-31T09:38:56.578ZAug 31 09:38:54.755 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
100212026-08-31T09:38:56.578Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
100222026-08-31T09:38:56.578ZAug 31 09:38:54.755 Aug 31 09:38:54.755DEBG 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.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 } }]
100232026-08-31T09:38:56.578Zreplacing 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 } }]
100242026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
100252026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100262026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
100272026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100282026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
100292026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100302026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
100312026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100322026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
100332026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100342026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
100352026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100362026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
100372026-08-31T09:38:56.578ZAug 31 09:38:54.755 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
100382026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
100392026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100402026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
100412026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100422026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
100432026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100442026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
100452026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100462026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
100472026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100482026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
100492026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100502026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
100512026-08-31T09:38:56.578ZAug 31 09:38:54.755 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
100522026-08-31T09:38:56.578ZAug 31 09:38:54.755 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
100532026-08-31T09:38:56.578ZAug 31 09:38:54.755 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 } }]
100542026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG failed to allocate space for the new target list
100552026-08-31T09:38:56.579ZAug 31 09:38:54.755 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 } }]
100562026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv4
100572026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv6
100582026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
100592026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv4
100602026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
100612026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv6
100622026-08-31T09:38:56.579ZAug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.1
100632026-08-31T09:38:56.579ZAug 31 09:38:54.755 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 } }]
100642026-08-31T09:38:56.579ZAug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.2
100652026-08-31T09:38:56.579ZAug 31 09:38:54.755 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 } }]
100662026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
100672026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv4
100682026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv6
100692026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
100702026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv4
100712026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
100722026-08-31T09:38:56.579ZAug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv6
100732026-08-31T09:38:56.579ZAug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.1
100742026-08-31T09:38:56.580ZAug 31 09:38:54.755 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 } }]
100752026-08-31T09:38:56.580ZAug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.2
100762026-08-31T09:38:56.580ZAug 31 09:38:54.755 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 } }]
100772026-08-31T09:38:56.580ZAug 31 09:38:54.755 INFO adding route 172.17.0.0/32 -> 10.0.0.255
100782026-08-31T09:38:56.580ZAug 31 09:38:54.755 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 } }]
100792026-08-31T09:38:56.580ZAug 31 09:38:54.755 INFO adding route 172.17.0.1/32 -> 10.0.0.255
100802026-08-31T09:38:56.580ZAug 31 09:38:54.755 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 } }]
100812026-08-31T09:38:56.584ZAug 31 09:38:54.755 INFO adding route 172.17.0.2/32 -> 10.0.0.255
100822026-08-31T09:38:56.584ZAug 31 09:38:54.756 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 } }]
100832026-08-31T09:38:56.584ZAug 31 09:38:54.756 INFO adding route 172.17.0.3/32 -> 10.0.0.255
100842026-08-31T09:38:56.584ZAug 31 09:38:54.756Aug 31 09:38:54.763 DEBGDEBG 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 } }]created new freemap
100852026-08-31T09:38:56.584Z, unit:Aug 31 09:38:54.763 freemap_route_ipv4INFO
100862026-08-31T09:38:56.584Zadding route 172.17.0.4/32 -> 10.0.0.255
100872026-08-31T09:38:56.584ZAug 31 09:38:54.763 Aug 31 09:38:54.763DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
100882026-08-31T09:38:56.584Zcreated new freemap, unit: freemap_route_ipv6Aug 31 09:38:54.763
100892026-08-31T09:38:56.584Z INFO adding route 172.17.0.5/32 -> 10.0.0.255
100902026-08-31T09:38:56.584ZAug 31 09:38:54.763 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
100912026-08-31T09:38:56.584ZAug 31 09:38:54.763Aug 31 09:38:54.763 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
100922026-08-31T09:38:56.585Z, unit: freemap_route_ipv4
100932026-08-31T09:38:56.585ZAug 31 09:38:54.763 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:38:54.763
100942026-08-31T09:38:56.585Z DEBG initted freemap. size: 64, unitAug 31 09:38:54.763: DEBGfreemap_route_ipv6
100952026-08-31T09:38:56.585Zreplacing 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 } }]
100962026-08-31T09:38:56.585ZAug 31 09:38:54.763 Aug 31 09:38:54.763DEBG INFOreset freemap , adding route 172.17.0.7/32 -> 10.0.0.255unit
100972026-08-31T09:38:56.585Z: freemap_route_ipv6
100982026-08-31T09:38:56.585ZAug 31 09:38:54.763 DEBG Aug 31 09:38:54.763replacing 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 } }]
100992026-08-31T09:38:56.585ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
101002026-08-31T09:38:56.585ZAug 31 09:38:54.763 INFO Aug 31 09:38:54.763adding route 172.17.0.8/32 -> 10.0.0.255
101012026-08-31T09:38:56.585ZDEBG 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 } }]
101022026-08-31T09:38:56.585ZAug 31 09:38:54.763 DEBG Aug 31 09:38:54.763replacing 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 } }]
101032026-08-31T09:38:56.585ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
101042026-08-31T09:38:56.585ZAug 31 09:38:54.763 INFOAug 31 09:38:54.763 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
101052026-08-31T09:38:56.585Z 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 } }]
101062026-08-31T09:38:56.585ZAug 31 09:38:54.764 DEBGAug 31 09:38:54.764 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
101072026-08-31T09:38:56.585Z adding route 172.16.0.0/32 -> 10.0.0.1
101082026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
101092026-08-31T09:38:56.585Zreplacing 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 } }]
101102026-08-31T09:38:56.585ZAug 31 09:38:54.764 DEBGAug 31 09:38:54.764 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
101112026-08-31T09:38:56.585Z adding route 172.16.0.0/32 -> 10.0.0.2
101122026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255
101132026-08-31T09:38:56.585Zreplacing 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 } }]
101142026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG 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 } }]
101152026-08-31T09:38:56.585Zadding route 172.17.0.0/32 -> 10.0.0.255
101162026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255
101172026-08-31T09:38:56.585Zreplacing 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 } }]
101182026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG 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 } }]
101192026-08-31T09:38:56.585Zadding route 172.17.0.1/32 -> 10.0.0.255
101202026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255
101212026-08-31T09:38:56.585Zreplacing 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 } }]
101222026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101232026-08-31T09:38:56.585Zadding route 172.17.0.2/32 -> 10.0.0.255
101242026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255
101252026-08-31T09:38:56.585Zreplacing 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 } }]
101262026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101272026-08-31T09:38:56.585Zadding route 172.17.0.3/32 -> 10.0.0.255
101282026-08-31T09:38:56.585ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
101292026-08-31T09:38:56.586Zreplacing 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 } }]
101302026-08-31T09:38:56.586ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101312026-08-31T09:38:56.586Zadding route 172.17.0.4/32 -> 10.0.0.255
101322026-08-31T09:38:56.586ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
101332026-08-31T09:38:56.586Zreplacing 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 } }]
101342026-08-31T09:38:56.586ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG 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 } }]
101352026-08-31T09:38:56.586Zadding route 172.17.0.5/32 -> 10.0.0.255
101362026-08-31T09:38:56.586ZAug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
101372026-08-31T09:38:56.586Zreplacing 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 } }]
101382026-08-31T09:38:56.586ZAug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101392026-08-31T09:38:56.586Zadding route 172.17.0.6/32 -> 10.0.0.255
101402026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101412026-08-31T09:38:56.586Z
101422026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101432026-08-31T09:38:56.586Z
101442026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.19/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 } }]
101452026-08-31T09:38:56.586Z
101462026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
101472026-08-31T09:38:56.586Z
101482026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
101492026-08-31T09:38:56.586Z
101502026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.9/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 } }]
101512026-08-31T09:38:56.586Z
101522026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
101532026-08-31T09:38:56.586Z
101542026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.10/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 } }]
101552026-08-31T09:38:56.586Z
101562026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
101572026-08-31T09:38:56.586Z
101582026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
101592026-08-31T09:38:56.586Z
101602026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.23/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 } }]
101612026-08-31T09:38:56.586Z
101622026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 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.12/32 -> 10.0.0.255
101632026-08-31T09:38:56.586Z
101642026-08-31T09:38:56.586ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.24/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 } }]
101652026-08-31T09:38:56.586Z
101662026-08-31T09:38:56.587ZAug 31 09:38:54.764Aug 31 09:38:54.764 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.13/32 -> 10.0.0.255
101672026-08-31T09:38:56.587Z
101682026-08-31T09:38:56.587ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.25/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 } }]
101692026-08-31T09:38:56.587Z
101702026-08-31T09:38:56.587ZAug 31 09:38:54.764Aug 31 09:38:54.764 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.14/32 -> 10.0.0.255
101712026-08-31T09:38:56.587Z
101722026-08-31T09:38:56.587ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101732026-08-31T09:38:56.587Z
101742026-08-31T09:38:56.587ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
101752026-08-31T09:38:56.587Z
101762026-08-31T09:38:56.587ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.27/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 } }]
101772026-08-31T09:38:56.588Z
101782026-08-31T09:38:56.588ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
101792026-08-31T09:38:56.588Z
101802026-08-31T09:38:56.588ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101812026-08-31T09:38:56.591Z
101822026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
101832026-08-31T09:38:56.591Z
101842026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.29/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 } }]
101852026-08-31T09:38:56.591Z
101862026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 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.18/32 -> 10.0.0.255
101872026-08-31T09:38:56.591Z
101882026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101892026-08-31T09:38:56.591Z
101902026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 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.19/32 -> 10.0.0.255
101912026-08-31T09:38:56.591Z
101922026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.31/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 } }]
101932026-08-31T09:38:56.591Z
101942026-08-31T09:38:56.591ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101952026-08-31T09:38:56.591Z
101962026-08-31T09:38:56.592ZAug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.32/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 } }]
101972026-08-31T09:38:56.592Z
101982026-08-31T09:38:56.592ZAug 31 09:38:54.764Aug 31 09:38:54.764 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.21/32 -> 10.0.0.255
101992026-08-31T09:38:56.592Z
102002026-08-31T09:38:56.592ZAug 31 09:38:54.774 DEBG Aug 31 09:38:54.774replacing 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 } }]
102012026-08-31T09:38:56.592ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
102022026-08-31T09:38:56.592ZAug 31 09:38:54.774 INFO Aug 31 09:38:54.774adding route 172.17.0.22/32 -> 10.0.0.255
102032026-08-31T09:38:56.592ZDEBG 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 } }]
102042026-08-31T09:38:56.592ZAug 31 09:38:54.774 DEBG Aug 31 09:38:54.774replacing 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 } }]
102052026-08-31T09:38:56.592ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
102062026-08-31T09:38:56.592ZAug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
102072026-08-31T09:38:56.592Z 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 } }]
102082026-08-31T09:38:56.592ZAug 31 09:38:54.774 DEBGAug 31 09:38:54.774 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
102092026-08-31T09:38:56.593Z adding route 172.17.0.35/32 -> 10.0.0.255
102102026-08-31T09:38:56.593ZAug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
102112026-08-31T09:38:56.593Z 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 } }]
102122026-08-31T09:38:56.593ZAug 31 09:38:54.774 DEBGAug 31 09:38:54.774 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
102132026-08-31T09:38:56.593Z adding route 172.17.0.36/32 -> 10.0.0.255
102142026-08-31T09:38:56.593ZAug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
102152026-08-31T09:38:56.593Z 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 } }]
102162026-08-31T09:38:56.593ZAug 31 09:38:54.774 DEBGAug 31 09:38:54.774 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
102172026-08-31T09:38:56.593Z adding route 172.17.0.37/32 -> 10.0.0.255
102182026-08-31T09:38:56.593ZAug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.26/32 -> 10.0.0.255DEBG
102192026-08-31T09:38:56.593Z 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 } }]
102202026-08-31T09:38:56.593ZAug 31 09:38:54.774 DEBGAug 31 09:38:54.774 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
102212026-08-31T09:38:56.593Z adding route 172.17.0.38/32 -> 10.0.0.255
102222026-08-31T09:38:56.593ZAug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
102232026-08-31T09:38:56.593Z 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 } }]
102242026-08-31T09:38:56.593ZAug 31 09:38:54.774 Aug 31 09:38:54.774DEBG 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 } }]
102252026-08-31T09:38:56.593Zadding route 172.17.0.39/32 -> 10.0.0.255
102262026-08-31T09:38:56.593ZAug 31 09:38:54.774 Aug 31 09:38:54.774INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255
102272026-08-31T09:38:56.593Zreplacing 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 } }]
102282026-08-31T09:38:56.593ZAug 31 09:38:54.774 Aug 31 09:38:54.774DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102292026-08-31T09:38:56.593Zadding route 172.17.0.40/32 -> 10.0.0.255
102302026-08-31T09:38:56.593ZAug 31 09:38:54.774 Aug 31 09:38:54.774INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
102312026-08-31T09:38:56.593Zreplacing 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 } }]
102322026-08-31T09:38:56.594ZAug 31 09:38:54.774 Aug 31 09:38:54.774DEBG 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 } }]
102332026-08-31T09:38:56.594Zadding route 172.17.0.41/32 -> 10.0.0.255
102342026-08-31T09:38:56.594ZAug 31 09:38:54.774 Aug 31 09:38:54.774INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
102352026-08-31T09:38:56.594Zreplacing 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 } }]
102362026-08-31T09:38:56.594ZAug 31 09:38:54.774Aug 31 09:38:54.774 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.42/32 -> 10.0.0.255
102372026-08-31T09:38:56.594Z
102382026-08-31T09:38:56.594Ztest route::tests::delete_target_full ... ok
102392026-08-31T09:38:56.594Ztest route::tests::delete_targets_full ... ok
102402026-08-31T09:38:56.594Z
102412026-08-31T09:38:56.594Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
102422026-08-31T09:38:56.594Z
102432026-08-31T09:38:56.594ZAug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
102442026-08-31T09:38:56.594Z
102452026-08-31T09:38:56.594ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102462026-08-31T09:38:56.594Z
102472026-08-31T09:38:56.594ZAug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
102482026-08-31T09:38:56.594Z
102492026-08-31T09:38:56.594ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102502026-08-31T09:38:56.595Z
102512026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
102522026-08-31T09:38:56.595Z
102532026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.45/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 } }]
102542026-08-31T09:38:56.595Z
102552026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102562026-08-31T09:38:56.595Z
102572026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.46/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 } }]
102582026-08-31T09:38:56.595Z
102592026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
102602026-08-31T09:38:56.595Z
102612026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.47/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 } }]
102622026-08-31T09:38:56.595Z
102632026-08-31T09:38:56.595ZAug 31 09:38:54.774Aug 31 09:38:54.774 INFO adding route 172.17.0.36/32 -> 10.0.0.255
102642026-08-31T09:38:56.595Z DEBG Aug 31 09:38:54.783replacing 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
102652026-08-31T09:38:56.595Z 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 } }]
102662026-08-31T09:38:56.595ZAug 31 09:38:54.783 Aug 31 09:38:54.783INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255
102672026-08-31T09:38:56.595Zadding route 172.17.0.48/32 -> 10.0.0.255
102682026-08-31T09:38:56.595ZAug 31 09:38:54.783 Aug 31 09:38:54.783DEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102692026-08-31T09:38:56.595Zreplacing 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 } }]
102702026-08-31T09:38:56.595ZAug 31 09:38:54.783 INFO adding route 172.17.0.49/32 -> 10.0.0.255
102712026-08-31T09:38:56.595ZAug 31 09:38:54.783 INFOAug 31 09:38:54.783 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
102722026-08-31T09:38:56.596Z 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 } }]
102732026-08-31T09:38:56.596ZAug 31 09:38:54.783 Aug 31 09:38:54.783DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102742026-08-31T09:38:56.596Zadding route 172.17.0.50/32 -> 10.0.0.255
102752026-08-31T09:38:56.596ZAug 31 09:38:54.783 Aug 31 09:38:54.783INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
102762026-08-31T09:38:56.596Zreplacing 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 } }]
102772026-08-31T09:38:56.596ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
102782026-08-31T09:38:56.596Z
102792026-08-31T09:38:56.596ZAug 31 09:38:54.783Aug 31 09:38:54.783 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.40/32 -> 10.0.0.255
102802026-08-31T09:38:56.596Z
102812026-08-31T09:38:56.599ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
102822026-08-31T09:38:56.601Z
102832026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102842026-08-31T09:38:56.602Z
102852026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
102862026-08-31T09:38:56.602Z
102872026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.42/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 } }]
102882026-08-31T09:38:56.602Z
102892026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
102902026-08-31T09:38:56.602Z
102912026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.43/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 } }]
102922026-08-31T09:38:56.602Z
102932026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102942026-08-31T09:38:56.602Z
102952026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 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.44/32 -> 10.0.0.255
102962026-08-31T09:38:56.602Z
102972026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
102982026-08-31T09:38:56.602Z
102992026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
103002026-08-31T09:38:56.602Z
103012026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
103022026-08-31T09:38:56.602Z
103032026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
103042026-08-31T09:38:56.602Z
103052026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.58/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 } }]
103062026-08-31T09:38:56.602Z
103072026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 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.47/32 -> 10.0.0.255
103082026-08-31T09:38:56.602Z
103092026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.59/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 } }]
103102026-08-31T09:38:56.602Z
103112026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 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.48/32 -> 10.0.0.255
103122026-08-31T09:38:56.602Z
103132026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
103142026-08-31T09:38:56.602Z
103152026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
103162026-08-31T09:38:56.602Z
103172026-08-31T09:38:56.602ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
103182026-08-31T09:38:56.603Z
103192026-08-31T09:38:56.603ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
103202026-08-31T09:38:56.603Z
103212026-08-31T09:38:56.603ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
103222026-08-31T09:38:56.603Z
103232026-08-31T09:38:56.603ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
103242026-08-31T09:38:56.603Z
103252026-08-31T09:38:56.603ZAug 31 09:38:54.783Aug 31 09:38:54.783 DEBGDEBG 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 } }]
103262026-08-31T09:38:56.603Z
103272026-08-31T09:38:56.603ZAug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.52/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 } }]
103282026-08-31T09:38:56.603Z
103292026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103302026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.53/32 -> 10.0.0.255
103312026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103322026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.54/32 -> 10.0.0.255
103332026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103342026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.55/32 -> 10.0.0.255
103352026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103362026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.56/32 -> 10.0.0.255
103372026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103382026-08-31T09:38:56.603Z
103392026-08-31T09:38:56.603Zrunning 0 tests
103402026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.57/32 -> 10.0.0.255
103412026-08-31T09:38:56.603Z
103422026-08-31T09:38:56.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103432026-08-31T09:38:56.603Z
103442026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103452026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.58/32 -> 10.0.0.255
103462026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103472026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.59/32 -> 10.0.0.255
103482026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103492026-08-31T09:38:56.603ZAug 31 09:38:54.783 INFO adding route 172.17.0.60/32 -> 10.0.0.255
103502026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103512026-08-31T09:38:56.603ZAug 31 09:38:54.783 DEBG failed to allocate space for the new target list
103522026-08-31T09:38:56.603ZAug 31 09:38:54.783 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 } }]
103532026-08-31T09:38:56.603Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e61b69b793e27585)
103542026-08-31T09:38:56.603Z Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c)
103552026-08-31T09:38:56.608Z
103562026-08-31T09:38:56.609Zrunning 0 tests
103572026-08-31T09:38:56.609Z
103582026-08-31T09:38:56.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103592026-08-31T09:38:56.611Z
103602026-08-31T09:38:56.611Z Running unittests src/lib.rs (target/debug/deps/dpd_client-21a9c31b127c1888)
103612026-08-31T09:38:56.634Z
103622026-08-31T09:38:56.634Zrunning 6 tests
103632026-08-31T09:38:56.638Ztest tests::test_full_lot_id_both_present ... ok
103642026-08-31T09:38:56.638Ztest tests::test_full_lot_id_lotnum_only ... ok
103652026-08-31T09:38:56.638Ztest tests::test_full_lot_id_lot_only ... ok
103662026-08-31T09:38:56.638Ztest tests::test_full_lot_id_neither_present ... ok
103672026-08-31T09:38:56.638Ztest tests::test_parse_client_port_id ... ok
103682026-08-31T09:38:56.638Ztest tests::test_port_id_cmp ... ok
103692026-08-31T09:38:56.640Z
103702026-08-31T09:38:56.640Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103712026-08-31T09:38:56.641Z
103722026-08-31T09:38:56.641Z Running tests/test_all.rs (target/debug/deps/test_all-e714fc76d0a5e21b)
103732026-08-31T09:38:56.667Z
103742026-08-31T09:38:56.667Zrunning 6 tests
103752026-08-31T09:38:59.697Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
103762026-08-31T09:38:59.700Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
103772026-08-31T09:38:59.700Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
103782026-08-31T09:38:59.705Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
103792026-08-31T09:39:00.036Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
103802026-08-31T09:39:01.146Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
103812026-08-31T09:39:01.146Z
103822026-08-31T09:39:01.151Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s
103832026-08-31T09:39:01.151Z
103842026-08-31T09:39:01.154Z Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12)
103852026-08-31T09:39:01.191Z
103862026-08-31T09:39:01.191Zrunning 0 tests
103872026-08-31T09:39:01.191Z
103882026-08-31T09:39:01.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103892026-08-31T09:39:01.194Z
103902026-08-31T09:39:01.194Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c)
103912026-08-31T09:39:01.320Z
103922026-08-31T09:39:01.321Zrunning 15 tests
103932026-08-31T09:39:01.324Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
103942026-08-31T09:39:01.324Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
103952026-08-31T09:39:01.324Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
103962026-08-31T09:39:01.324Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
103972026-08-31T09:39:01.324Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
103982026-08-31T09:39:01.328Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
103992026-08-31T09:39:01.328Ztest v1::network::tests::test_equal ... ok
104002026-08-31T09:39:01.332Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
104012026-08-31T09:39:01.332Ztest v1::network::tests::test_eui64 ... ok
104022026-08-31T09:39:01.332Ztest v1::network::tests::test_into ... ok
104032026-08-31T09:39:01.332Ztest v1::network::tests::test_not_equal ... ok
104042026-08-31T09:39:01.335Ztest v1::network::tests::test_to_string ... ok
104052026-08-31T09:39:01.335Ztest v1::port::tests::port_ids_are_ascii ... ok
104062026-08-31T09:39:01.335Ztest v1::network::tests::test_parse ... ok
104072026-08-31T09:39:01.338Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
104082026-08-31T09:39:01.338Z
104092026-08-31T09:39:01.338Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
104102026-08-31T09:39:01.339Z
104112026-08-31T09:39:01.343Z Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d)
104122026-08-31T09:39:01.496Z
104132026-08-31T09:39:01.496Zrunning 12 tests
104142026-08-31T09:39:01.508Ztest icmp::test_v6_checksum ... ok
104152026-08-31T09:39:01.512Ztest lldp::test_lldp_parse ... ok
104162026-08-31T09:39:01.512Ztest ipv6::test_ipv6_parse ... ok
104172026-08-31T09:39:01.512Ztest icmp::test_v4_checksum ... ok
104182026-08-31T09:39:01.512Ztest pbuf::test_byte ... ok
104192026-08-31T09:39:01.512Ztest pbuf::test_overflow ... ok
104202026-08-31T09:39:01.512Ztest pbuf::test_nibble ... ok
104212026-08-31T09:39:01.512Ztest pbuf::test_short ... ok
104222026-08-31T09:39:01.512Ztest pbuf::test_twelve ... ok
104232026-08-31T09:39:01.512Ztest pbuf::test_word ... ok
104242026-08-31T09:39:01.517Ztest tcp::test_checksum_ack_data ... ok
104252026-08-31T09:39:01.517Ztest tcp::test_checksum_syn_nodata ... ok
104262026-08-31T09:39:01.517Z
104272026-08-31T09:39:01.520Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
104282026-08-31T09:39:01.520Z
104292026-08-31T09:39:01.523Z Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce)
104302026-08-31T09:39:01.527Z
104312026-08-31T09:39:01.527Zrunning 0 tests
104322026-08-31T09:39:01.527Z
104332026-08-31T09:39:01.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104342026-08-31T09:39:01.530Z
104352026-08-31T09:39:01.530Z Running unittests src/main.rs (target/debug/deps/swadm-022a12990754df63)
104362026-08-31T09:39:01.553Z
104372026-08-31T09:39:01.553Zrunning 5 tests
104382026-08-31T09:39:01.557Ztest switchport::test::test_compute_lanes ... ok
104392026-08-31T09:39:01.560Ztest switchport::test::port_id_ordering ... ok
104402026-08-31T09:39:01.560Ztest link::test_filter ... ok
104412026-08-31T09:39:01.560Z Lane 0 Lane 1 Lane 2 Lane 3
104422026-08-31T09:39:01.560Z Rx Loss-of-lock: Yes Yes Yes Yes
104432026-08-31T09:39:01.560Z Rx Loss-of-signal: Yes Yes Yes Yes
104442026-08-31T09:39:01.560Z Rx CDR Enabled: Yes Yes Yes Yes
104452026-08-31T09:39:01.560Z Tx Enabled: Yes Yes Yes Yes
104462026-08-31T09:39:01.560Z Tx Loss-of-lock: No No No No
104472026-08-31T09:39:01.560Z Tx Loss-of-signal: No No No No
104482026-08-31T09:39:01.560Z Tx CDR Enabled: No No No No
104492026-08-31T09:39:01.560Z Tx Adaptive EQ Fault: No No No No
104502026-08-31T09:39:01.560Z Tx Fault: Yes Yes Yes Yes
104512026-08-31T09:39:01.560Z Lane 0 Lane 1 Lane 2 Lane 3
104522026-08-31T09:39:01.560Z State: Activated Activated Activated Activated
104532026-08-31T09:39:01.560Z Rx Output Enabled: false false false false
104542026-08-31T09:39:01.560Z Rx Output Status: valid valid valid valid
104552026-08-31T09:39:01.561Z Rx Loss-of-lock: true true true true
104562026-08-31T09:39:01.561Z Rx Loss-of-signal: false false false false
104572026-08-31T09:39:01.561ZRx Auto-squelch Disable: true true true true
104582026-08-31T09:39:01.561Z Tx Output Enabled: true true true true
104592026-08-31T09:39:01.561Z Tx Output Status: invalid invalid invalid invalid
104602026-08-31T09:39:01.561Z Tx Loss-of-lock: false false false false
104612026-08-31T09:39:01.561Z Tx Loss-of-signal: true true true true
104622026-08-31T09:39:01.561ZTx Auto-squelch Disable: false false false false
104632026-08-31T09:39:01.561Z Tx Adaptive EQ Fail: true true true true
104642026-08-31T09:39:01.561Z Tx Failure: false false false false
104652026-08-31T09:39:01.561Z Tx Force Squelch: true true true true
104662026-08-31T09:39:01.561Z Tx Input Polarity: normal normal normal normal
104672026-08-31T09:39:01.561Ztest switchport::test::test_print_cmis_datapath ... ok
104682026-08-31T09:39:01.561Ztest switchport::test::test_print_sff_datapath ... ok
104692026-08-31T09:39:01.561Z
104702026-08-31T09:39:01.561Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
104712026-08-31T09:39:01.561Z
104722026-08-31T09:39:01.565Z Running tests/counters.rs (target/debug/deps/counters-d9efb707ba8d81ee)
104732026-08-31T09:39:01.568Z
104742026-08-31T09:39:01.569Zrunning 1 test
104752026-08-31T09:39:01.572Ztest test_p4_counter_list ... ignored
104762026-08-31T09:39:01.572Z
104772026-08-31T09:39:01.572Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104782026-08-31T09:39:01.572Z
104792026-08-31T09:39:01.572Z Running tests/multicast.rs (target/debug/deps/multicast-e8c41de14ee5ef19)
104802026-08-31T09:39:01.595Z
104812026-08-31T09:39:01.595Zrunning 1 test
104822026-08-31T09:39:01.595Ztest test_multicast_list_and_get ... ignored
104832026-08-31T09:39:01.595Z
104842026-08-31T09:39:01.598Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104852026-08-31T09:39:01.598Z
104862026-08-31T09:39:01.598Z Running tests/port-link.rs (target/debug/deps/port_link-d2840a126121da75)
104872026-08-31T09:39:01.602Z
104882026-08-31T09:39:01.602Zrunning 5 tests
104892026-08-31T09:39:01.602Ztest test_an ... ignored
104902026-08-31T09:39:01.602Ztest test_enable ... ignored
104912026-08-31T09:39:01.603Ztest test_ip_addresses ... ignored
104922026-08-31T09:39:01.603Ztest test_kr ... ignored
104932026-08-31T09:39:01.603Ztest test_mac ... ignored
104942026-08-31T09:39:01.606Z
104952026-08-31T09:39:01.606Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
104962026-08-31T09:39:01.606Z
104972026-08-31T09:39:01.606Z Running unittests src/main.rs (target/debug/deps/tfportd-e8fd6f3396ae2a65)
104982026-08-31T09:39:01.616Z
104992026-08-31T09:39:01.616Zrunning 3 tests
105002026-08-31T09:39:01.627Ztest linklocal::test_parse_ipadm ... ok
105012026-08-31T09:39:01.627Ztest tfport::test_parse_tfport ... ok
105022026-08-31T09:39:01.627Ztest config::tests::test_updates ... ok
105032026-08-31T09:39:01.627Z
105042026-08-31T09:39:01.627Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105052026-08-31T09:39:01.627Z
105062026-08-31T09:39:01.627Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f)
105072026-08-31T09:39:01.662Z
105082026-08-31T09:39:01.663Zrunning 0 tests
105092026-08-31T09:39:01.671Z
105102026-08-31T09:39:01.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112026-08-31T09:39:01.671Z
105122026-08-31T09:39:01.671Z Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8)
105132026-08-31T09:39:01.756Z
105142026-08-31T09:39:01.756Zrunning 0 tests
105152026-08-31T09:39:01.757Z
105162026-08-31T09:39:01.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105172026-08-31T09:39:01.760Z
105182026-08-31T09:39:01.760Z Doc-tests aal
105192026-08-31T09:39:03.491Z
105202026-08-31T09:39:03.491Zrunning 0 tests
105212026-08-31T09:39:03.491Z
105222026-08-31T09:39:03.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105232026-08-31T09:39:03.494Z
105242026-08-31T09:39:03.517Z Doc-tests aal_macros
105252026-08-31T09:39:03.624Z
105262026-08-31T09:39:03.624Zrunning 0 tests
105272026-08-31T09:39:03.624Z
105282026-08-31T09:39:03.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105292026-08-31T09:39:03.625Z
105302026-08-31T09:39:03.634Z Doc-tests common
105312026-08-31T09:39:03.949Z
105322026-08-31T09:39:03.950Zrunning 0 tests
105332026-08-31T09:39:03.950Z
105342026-08-31T09:39:03.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105352026-08-31T09:39:03.950Z
105362026-08-31T09:39:03.973Z Doc-tests dpd_api
105372026-08-31T09:39:04.871Z
105382026-08-31T09:39:04.871Zrunning 2 tests
105392026-08-31T09:39:04.872Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
105402026-08-31T09:39:04.872Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
105412026-08-31T09:39:04.872Z
105422026-08-31T09:39:04.872Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105432026-08-31T09:39:04.872Z
105442026-08-31T09:39:04.875Zall doctests ran in 0.54s; merged doctests compilation took 0.53s
105452026-08-31T09:39:04.899Z Doc-tests dpd_client
105462026-08-31T09:39:06.520Z
105472026-08-31T09:39:06.520Zrunning 0 tests
105482026-08-31T09:39:06.520Z
105492026-08-31T09:39:06.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105502026-08-31T09:39:06.520Z
105512026-08-31T09:39:06.573Z Doc-tests dpd_types
105522026-08-31T09:39:06.763Z
105532026-08-31T09:39:06.764Zrunning 0 tests
105542026-08-31T09:39:06.764Z
105552026-08-31T09:39:06.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105562026-08-31T09:39:06.764Z
105572026-08-31T09:39:06.785Z Doc-tests dpd_types_versions
105582026-08-31T09:39:08.209Z
105592026-08-31T09:39:08.209Zrunning 1 test
105602026-08-31T09:39:08.209Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
105612026-08-31T09:39:08.209Z
105622026-08-31T09:39:08.209Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105632026-08-31T09:39:08.209Z
105642026-08-31T09:39:08.213Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
105652026-08-31T09:39:08.257Z Doc-tests packet
105662026-08-31T09:39:08.486Z
105672026-08-31T09:39:08.486Zrunning 0 tests
105682026-08-31T09:39:08.486Z
105692026-08-31T09:39:08.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105702026-08-31T09:39:08.486Z
105712026-08-31T09:39:08.510Z Doc-tests pcap
105722026-08-31T09:39:08.561Z
105732026-08-31T09:39:08.561Zrunning 0 tests
105742026-08-31T09:39:08.561Z
105752026-08-31T09:39:08.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105762026-08-31T09:39:08.561Z
105772026-08-31T09:39:08.649Zprocess exited: duration 782134 ms, exit code 0
 
105782026-08-31T09:39:08.659Zfound 0 output files