01KXW90KFTS6EQHH02K2NK2M1W: test

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

Buildomat Job: 01KXW91145BCYPMRYT2P0HWSFR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:10:25.106Zjob assigned to worker 01KXW91AQCRAKFA5Z28RBK9DS4 [factory aws, i-0f415769ffc76c652] (queued for 1 m 0 s)
 
22026-07-19T04:10:31.694Zstarting task 0: "setup"
32026-07-19T04:10:31.699Z++ uname -s
42026-07-19T04:10:31.702Z+ kern=SunOS
52026-07-19T04:10:31.702Z+ build_user=build
62026-07-19T04:10:31.702Z+ build_uid=12345
72026-07-19T04:10:31.702Z+ work_dir=/work
82026-07-19T04:10:31.702Z+ input_dir=/input
92026-07-19T04:10:31.702Z+ [[ 0 == 12345 ]]
102026-07-19T04:10:31.702Z+ case "$kern" in
112026-07-19T04:10:31.702Z+ groupadd -g 12345 build
122026-07-19T04:10:31.705Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:10:33.716Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:10:33.813Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:10:33.817Z+ home_fs=zfs
162026-07-19T04:10:33.817Z+ [[ zfs == autofs ]]
172026-07-19T04:10:33.817Z+ mkdir -p /home/build
182026-07-19T04:10:33.817Z+ chown build:build /home/build /work
192026-07-19T04:10:35.817Z+ chmod 0700 /home/build /work
202026-07-19T04:10:35.821Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-19T04:10:35.828Zstarting task 1: "rust-toolchain"
222026-07-19T04:10:35.836Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-19T04:10:35.836Z * rust toolchain channel = "1.90.0"
242026-07-19T04:10:35.836Z * rust toolchain profile = "default"
252026-07-19T04:10:35.836Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-19T04:10:35.836Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:10:35.836Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:10:35.840Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:10:35.840Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-19T04:10:35.936Zinfo: downloading installer
312026-07-19T04:10:37.249Zwarn: It looks like you have an existing rustup settings file at:
322026-07-19T04:10:37.249Zwarn: /home/build/.rustup/settings.toml
332026-07-19T04:10:37.249Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-19T04:10:37.249Zwarn: instead of the one inferred from the default host triple.
352026-07-19T04:10:37.269Zinfo: profile set to default
362026-07-19T04:10:37.270Zinfo: default host triple is x86_64-unknown-illumos
372026-07-19T04:10:37.270Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-19T04:10:37.394Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-19T04:10:37.403Zinfo: downloading 6 components
402026-07-19T04:10:51.242Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-07-19T04:10:51.242Z
422026-07-19T04:10:51.271Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-19T04:10:51.271Z
442026-07-19T04:10:51.271Z
452026-07-19T04:10:51.271ZRust is installed now. Great!
462026-07-19T04:10:51.271Z
472026-07-19T04:10:51.274ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-19T04:10:51.274Zenvironment variable. This has not been done automatically.
492026-07-19T04:10:51.274Z
502026-07-19T04:10:51.274ZTo configure your current shell, you need to source
512026-07-19T04:10:51.274Zthe corresponding env file under $HOME/.cargo.
522026-07-19T04:10:51.274Z
532026-07-19T04:10:51.275ZThis is usually done by running one of the following (note the leading DOT):
542026-07-19T04:10:51.275Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-19T04:10:51.275Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-19T04:10:51.275Zsource "~/.cargo/env.nu" # For nushell
572026-07-19T04:10:51.275Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-19T04:10:51.275Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-19T04:10:51.275Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-19T04:10:51.275Zwarn: no default linker (`cc`) was found in your PATH
612026-07-19T04:10:51.275Zwarn: many Rust crates require a system C toolchain to build
622026-07-19T04:10:51.367Z+ rustup --version
632026-07-19T04:10:51.376Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-19T04:10:51.381Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-19T04:10:51.399Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-19T04:10:51.401Z+ cargo --version
672026-07-19T04:10:51.414Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-19T04:10:51.418Z+ rustc --version
692026-07-19T04:10:51.437Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-19T04:10:51.440Zprocess exited: duration 15612 ms, exit code 0
 
712026-07-19T04:10:51.446Zstarting task 2: "authentication"
722026-07-19T04:10:51.462Zprocess exited: duration 16 ms, exit code 0
 
732026-07-19T04:10:51.468Zstarting task 3: "clone repository"
742026-07-19T04:10:51.471Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-19T04:10:51.474Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-19T04:10:51.503ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-19T04:10:52.132Z+ cd /work/oxidecomputer/dendrite
782026-07-19T04:10:52.132Z+ git fetch origin 98469f532aada238465d3aec81b610f5c2952b4b
792026-07-19T04:10:52.378ZFrom https://github.com/oxidecomputer/dendrite
802026-07-19T04:10:52.378Z * branch 98469f532aada238465d3aec81b610f5c2952b4b -> FETCH_HEAD
812026-07-19T04:10:52.384Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-07-19T04:10:52.387Z++ git branch --show-current
832026-07-19T04:10:52.387Z+ current=main
842026-07-19T04:10:52.387Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
852026-07-19T04:10:52.387Z+ git branch -f renovate/anyhow-1.x-lockfile 98469f532aada238465d3aec81b610f5c2952b4b
862026-07-19T04:10:52.390Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-07-19T04:10:52.408ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-07-19T04:10:52.411Z+ git reset --hard 98469f532aada238465d3aec81b610f5c2952b4b
892026-07-19T04:10:52.427ZHEAD is now at 98469f5 Update Rust crate anyhow to v1.0.104
902026-07-19T04:10:52.431Zprocess exited: duration 959 ms, exit code 0
 
912026-07-19T04:10:52.436Zstarting task 4: "build"
922026-07-19T04:10:52.440Z+ source .github/buildomat/common.sh
932026-07-19T04:10:52.444Z++ TOFINO_STAGES=20
942026-07-19T04:10:52.444Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-07-19T04:10:52.444Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-07-19T04:10:52.445Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-07-19T04:10:52.445Z+++ uname -s
982026-07-19T04:10:52.445Z++ '[' SunOS == SunOS ']'
992026-07-19T04:10:52.445Z++ SERIES=illumos
1002026-07-19T04:10:52.449Z+++ uname -s
1012026-07-19T04:10:52.449Z++ '[' SunOS == SunOS ']'
1022026-07-19T04:10:52.449Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-07-19T04:10:52.449Z++ rustup show active-toolchain
1042026-07-19T04:10:52.452Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-07-19T04:10:52.452Z+ source .github/buildomat/illumos.sh
1062026-07-19T04:10:52.452Z++ banner 'sde setup'
1072026-07-19T04:10:52.452Z
1082026-07-19T04:10:52.452Z #### ##### ###### #### ###### ##### # # #####
1092026-07-19T04:10:52.452Z # # # # # # # # # # #
1102026-07-19T04:10:52.452Z #### # # ##### #### ##### # # # # #
1112026-07-19T04:10:52.452Z # # # # # # # # # #####
1122026-07-19T04:10:52.452Z # # # # # # # # # # # #
1132026-07-19T04:10:52.452Z #### ##### ###### #### ###### # #### #
1142026-07-19T04:10:52.452Z
1152026-07-19T04:10:52.452Z++ export PKG_SUCCESS_ON_NOP=1
1162026-07-19T04:10:52.452Z++ PKG_SUCCESS_ON_NOP=1
1172026-07-19T04:10:52.452Z++ export PKG=tofino_sde.p5p
1182026-07-19T04:10:52.452Z++ PKG=tofino_sde.p5p
1192026-07-19T04:10:52.452Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-07-19T04:10:52.458Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-07-19T04:10:52.458Z Dload Upload Total Spent Left Speed
1222026-07-19T04:10:53.351Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 85.43M 0 0 100 76.03M 100 76.03M 0 0 85.42M 0 0 100 76.03M 100 76.03M 0 0 85.42M 0 0
1232026-07-19T04:10:53.356Z+++ digest -a sha256 tofino_sde.p5p
1242026-07-19T04:10:53.402Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-07-19T04:10:53.405Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-07-19T04:10:53.405Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-07-19T04:10:54.601Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-19T04:10:54.786Z Startup: Caching catalogs ... Done
1292026-07-19T04:10:54.820Z Startup: Refreshing catalog 'oxide' ... Done
1302026-07-19T04:10:55.826ZPlanning: Solver setup ... Done
1312026-07-19T04:10:55.864ZPlanning: Running solver ... Done
1322026-07-19T04:10:55.890ZPlanning: Finding local manifests ... Done
1332026-07-19T04:10:55.898ZPlanning: Fetching manifests: 1/1 100% complete
1342026-07-19T04:10:55.898ZPlanning: Fetching manifests: 1/1 100% complete
1352026-07-19T04:10:55.911ZPlanning: Package planning ... Done
1362026-07-19T04:10:55.911ZPlanning: Merging actions ... Done
1372026-07-19T04:10:56.044ZPlanning: Checking for conflicting actions ... Done
1382026-07-19T04:10:56.047ZPlanning: Consolidating action changes ... Done
1392026-07-19T04:10:56.859ZPlanning: Evaluating mediators ... Done
1402026-07-19T04:10:56.862ZPlanning: Planning completed in 2.04 seconds
1412026-07-19T04:10:56.871Z Packages to install: 1
1422026-07-19T04:10:56.871Z Create boot environment: No
1432026-07-19T04:10:56.876ZCreate backup boot environment: No
1442026-07-19T04:10:56.891Z
1452026-07-19T04:10:56.891ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-07-19T04:10:57.025ZDownload: Completed 75.30 MB in 0.13 seconds (562M/s)
1472026-07-19T04:10:57.144Z Actions: 1/293 actions (Installing new actions)
1482026-07-19T04:10:58.107Z Actions: Completed 293 actions in 0.96 seconds.
1492026-07-19T04:10:58.110ZFinalize: Updating package state database ... Done
1502026-07-19T04:10:58.152ZFinalize: Updating package cache ... Done
1512026-07-19T04:10:58.199ZFinalize: Updating image state ... Done
1522026-07-19T04:11:00.684ZFinalize: Creating fast lookup database ... Done
1532026-07-19T04:11:00.759ZFinalize: Reading search index ... Done
1542026-07-19T04:11:00.786ZFinalize: Updating search index ... Done
1552026-07-19T04:11:00.992ZFinalize: Updating package cache ... Done
1562026-07-19T04:11:01.121Z++ export SDE=/opt/oxide/tofino_sde
1572026-07-19T04:11:01.121Z++ SDE=/opt/oxide/tofino_sde
1582026-07-19T04:11:01.124Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-07-19T04:11:01.124Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-07-19T04:11:01.124Z++ banner packages
1612026-07-19T04:11:01.124Z
1622026-07-19T04:11:01.124Z ##### ## #### # # ## #### ###### ####
1632026-07-19T04:11:01.124Z # # # # # # # # # # # # # #
1642026-07-19T04:11:01.124Z # # # # # #### # # # ##### ####
1652026-07-19T04:11:01.125Z ##### ###### # # # ###### # ### # #
1662026-07-19T04:11:01.125Z # # # # # # # # # # # # # #
1672026-07-19T04:11:01.125Z # # # #### # # # # #### ###### ####
1682026-07-19T04:11:01.125Z
1692026-07-19T04:11:01.125Z++ pfexec pkg install clang-15 pcap gcc14
1702026-07-19T04:11:01.389Z Startup: Refreshing catalog 'helios' ... Done
1712026-07-19T04:11:01.393Z Startup: Refreshing catalog 'oxide' ... Done
1722026-07-19T04:11:02.219ZPlanning: Solver setup ... Done
1732026-07-19T04:11:02.258ZPlanning: Running solver ... Done
1742026-07-19T04:11:02.278ZPlanning: Consolidating action changes ... Done
1752026-07-19T04:11:02.281ZPlanning: Evaluating mediators ... Done
1762026-07-19T04:11:02.281ZPlanning: Planning completed in 0.89 seconds
1772026-07-19T04:11:02.296ZNo updates necessary for this image.
1782026-07-19T04:11:02.388Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-07-19T04:11:02.605ZPlanning: Evaluating mediator changes ... Done
1802026-07-19T04:11:02.719ZPlanning: Checking for conflicting actions ... Done
1812026-07-19T04:11:02.722ZPlanning: Consolidating action changes ... Done
1822026-07-19T04:11:02.887ZPlanning: Evaluating mediators ... Done
1832026-07-19T04:11:02.890ZPlanning: Planning completed in 0.28 seconds
1842026-07-19T04:11:02.911Z Mediators to change: 2
1852026-07-19T04:11:02.911Z Create boot environment: No
1862026-07-19T04:11:02.911ZCreate backup boot environment: No
1872026-07-19T04:11:02.952ZFinalize: Updating package state database ... Done
1882026-07-19T04:11:02.952ZFinalize: Updating package cache ... Done
1892026-07-19T04:11:02.978ZFinalize: Updating image state ... Done
1902026-07-19T04:11:05.025ZFinalize: Creating fast lookup database ... Done
1912026-07-19T04:11:05.099ZFinalize: Reading search index ... Done
1922026-07-19T04:11:05.101ZFinalize: Updating search index ... Done
1932026-07-19T04:11:05.171ZFinalize: Updating package cache ... Done
1942026-07-19T04:11:05.246Z++ cargo --version
1952026-07-19T04:11:05.256Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-07-19T04:11:05.259Z++ rustc --version
1972026-07-19T04:11:05.280Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-07-19T04:11:05.283Z+ banner copyrights
1992026-07-19T04:11:05.286Z
2002026-07-19T04:11:05.286Z #### #### ##### # # ##### # #### # # ##### ####
2012026-07-19T04:11:05.286Z # # # # # # # # # # # # # # # # #
2022026-07-19T04:11:05.286Z # # # # # # # # # # ###### # ####
2032026-07-19T04:11:05.286Z # # # ##### # ##### # # ### # # # #
2042026-07-19T04:11:05.286Z # # # # # # # # # # # # # # # #
2052026-07-19T04:11:05.286Z #### #### # # # # # #### # # # ####
2062026-07-19T04:11:05.286Z
2072026-07-19T04:11:05.286Z+ ./tools/check_copyrights.sh
2082026-07-19T04:11:05.580Zcommon/src/illumos.rs: Copyright with wrong year
2092026-07-19T04:11:06.372Zdpd/p4/headers.p4: Copyright with wrong year
2102026-07-19T04:11:06.842Zpacket/src/eth.rs: Copyright with wrong year
2112026-07-19T04:11:06.934Zpcap/build.rs: Copyright with wrong year
2122026-07-19T04:11:07.108Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-07-19T04:11:07.343Z+ banner clippy
2142026-07-19T04:11:07.346Z
2152026-07-19T04:11:07.346Z #### # # ##### ##### # #
2162026-07-19T04:11:07.346Z # # # # # # # # # #
2172026-07-19T04:11:07.346Z # # # # # # # #
2182026-07-19T04:11:07.346Z # # # ##### ##### #
2192026-07-19T04:11:07.346Z # # # # # # #
2202026-07-19T04:11:07.346Z #### ###### # # # #
2212026-07-19T04:11:07.346Z
2222026-07-19T04:11:07.346Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-07-19T04:11:07.346Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-07-19T04:11:07.496Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-07-19T04:11:18.424Z Updating crates.io index
2262026-07-19T04:11:18.459Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-07-19T04:11:18.688Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-07-19T04:11:19.430Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-07-19T04:11:19.659Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-19T04:11:19.891Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-07-19T04:11:21.085Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-07-19T04:11:21.280Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-07-19T04:11:21.729Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-07-19T04:11:22.017Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-07-19T04:11:22.424Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-07-19T04:11:22.655Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-07-19T04:11:23.008Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-07-19T04:11:23.683Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-07-19T04:11:23.964Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-07-19T04:11:24.290Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-07-19T04:11:24.940Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-19T04:11:25.248Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-19T04:11:25.528Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-19T04:11:26.515Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-07-19T04:11:26.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-07-19T04:11:27.456Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-07-19T04:11:28.254Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-07-19T04:11:28.675Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-19T04:11:29.161Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-19T04:11:30.908Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-19T04:11:31.495Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-19T04:11:31.707Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-19T04:11:32.085Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-07-19T04:11:33.709Z Downloading crates ...
2552026-07-19T04:11:33.764Z Downloaded adler2 v2.0.1
2562026-07-19T04:11:33.768Z Downloaded anstyle-parse v1.0.0
2572026-07-19T04:11:33.778Z Downloaded arrayref v0.3.9
2582026-07-19T04:11:33.784Z Downloaded cargo-platform v0.1.9
2592026-07-19T04:11:33.791Z Downloaded atomic-waker v1.1.2
2602026-07-19T04:11:33.791Z Downloaded bit-vec v0.8.0
2612026-07-19T04:11:33.797Z Downloaded bit-set v0.8.0
2622026-07-19T04:11:33.797Z Downloaded darling_macro v0.21.3
2632026-07-19T04:11:33.797Z Downloaded const_format_proc_macros v0.2.34
2642026-07-19T04:11:33.797Z Downloaded bcs v0.1.6
2652026-07-19T04:11:33.808Z Downloaded crossbeam-utils v0.8.21
2662026-07-19T04:11:33.808Z Downloaded ciborium-ll v0.2.2
2672026-07-19T04:11:33.816Z Downloaded bitflags v2.11.1
2682026-07-19T04:11:33.816Z Downloaded backoff v0.4.0
2692026-07-19T04:11:33.816Z Downloaded anstream v1.0.0
2702026-07-19T04:11:33.816Z Downloaded base16ct v0.2.0
2712026-07-19T04:11:33.821Z Downloaded colorchoice v1.0.4
2722026-07-19T04:11:33.821Z Downloaded dtrace-parser v0.2.0
2732026-07-19T04:11:33.821Z Downloaded enum-as-inner v0.6.1
2742026-07-19T04:11:33.825Z Downloaded critical-section v1.2.0
2752026-07-19T04:11:33.825Z Downloaded hash32 v0.3.1
2762026-07-19T04:11:33.833Z Downloaded embedded-io v0.6.1
2772026-07-19T04:11:33.833Z Downloaded data-encoding v2.9.0
2782026-07-19T04:11:33.833Z Downloaded futures-macro v0.3.32
2792026-07-19T04:11:33.841Z Downloaded embedded-io v0.4.0
2802026-07-19T04:11:33.841Z Downloaded heck v0.4.1
2812026-07-19T04:11:33.841Z Downloaded either v1.15.0
2822026-07-19T04:11:33.846Z Downloaded async-stream v0.3.6
2832026-07-19T04:11:33.847Z Downloaded dropshot_endpoint v0.17.1
2842026-07-19T04:11:33.847Z Downloaded foreign-types-macros v0.2.3
2852026-07-19T04:11:33.847Z Downloaded elliptic-curve v0.13.8
2862026-07-19T04:11:33.851Z Downloaded block-buffer v0.12.0
2872026-07-19T04:11:33.851Z Downloaded foreign-types-shared v0.3.1
2882026-07-19T04:11:33.854Z Downloaded futures-sink v0.3.32
2892026-07-19T04:11:33.854Z Downloaded constant_time_eq v0.3.1
2902026-07-19T04:11:33.856Z Downloaded form_urlencoded v1.2.2
2912026-07-19T04:11:33.856Z Downloaded fnv v1.0.7
2922026-07-19T04:11:33.859Z Downloaded ff v0.13.1
2932026-07-19T04:11:33.862Z Downloaded anstyle-query v1.1.4
2942026-07-19T04:11:33.865Z Downloaded futures-core v0.3.32
2952026-07-19T04:11:33.865Z Downloaded http-body-util v0.1.3
2962026-07-19T04:11:33.868Z Downloaded clap_lex v1.1.0
2972026-07-19T04:11:33.868Z Downloaded crypto-common v0.1.6
2982026-07-19T04:11:33.871Z Downloaded aead v0.5.2
2992026-07-19T04:11:33.875Z Downloaded compression-core v0.4.32
3002026-07-19T04:11:33.875Z Downloaded hex v0.4.3
3012026-07-19T04:11:33.890Z Downloaded cobs v0.3.0
3022026-07-19T04:11:33.890Z Downloaded foreign-types-shared v0.1.1
3032026-07-19T04:11:33.890Z Downloaded cfg_aliases v0.2.1
3042026-07-19T04:11:33.890Z Downloaded http-body v1.0.1
3052026-07-19T04:11:33.890Z Downloaded curve25519-dalek-derive v0.1.1
3062026-07-19T04:11:33.909Z Downloaded cpufeatures v0.2.17
3072026-07-19T04:11:33.909Z Downloaded crucible-workspace-hack v0.1.0
3082026-07-19T04:11:33.909Z Downloaded cstr-argument v0.1.2
3092026-07-19T04:11:33.909Z Downloaded cfg-if v1.0.4
3102026-07-19T04:11:33.909Z Downloaded generic-array v0.14.7
3112026-07-19T04:11:33.909Z Downloaded hubpack_derive v0.1.1
3122026-07-19T04:11:33.909Z Downloaded debug-ignore v1.0.5
3132026-07-19T04:11:33.909Z Downloaded bitflags v1.3.2
3142026-07-19T04:11:33.909Z Downloaded fixedbitset v0.4.2
3152026-07-19T04:11:33.909Z Downloaded git-stub-vcs v0.1.0
3162026-07-19T04:11:33.914Z Downloaded autocfg v1.5.0
3172026-07-19T04:11:33.914Z Downloaded filetime v0.2.26
3182026-07-19T04:11:33.914Z Downloaded csv-core v0.1.12
3192026-07-19T04:11:33.914Z Downloaded foreign-types v0.5.0
3202026-07-19T04:11:33.914Z Downloaded errno v0.3.14
3212026-07-19T04:11:33.919Z Downloaded defmt v0.3.100
3222026-07-19T04:11:33.919Z Downloaded dof v0.3.0
3232026-07-19T04:11:33.919Z Downloaded hubpack v0.1.2
3242026-07-19T04:11:33.936Z Downloaded git-stub v1.0.0
3252026-07-19T04:11:33.936Z Downloaded float-ord v0.3.2
3262026-07-19T04:11:33.936Z Downloaded httpdate v1.0.3
3272026-07-19T04:11:33.936Z Downloaded foreign-types v0.3.2
3282026-07-19T04:11:33.936Z Downloaded indent_write v2.2.0
3292026-07-19T04:11:33.936Z Downloaded instant v0.1.13
3302026-07-19T04:11:33.936Z Downloaded hyper-tls v0.6.0
3312026-07-19T04:11:33.936Z Downloaded inout v0.1.4
3322026-07-19T04:11:33.936Z Downloaded idna_adapter v1.2.1
3332026-07-19T04:11:33.936Z Downloaded compression-codecs v0.4.32
3342026-07-19T04:11:33.942Z Downloaded dropshot-api-manager-types v0.7.2
3352026-07-19T04:11:33.942Z Downloaded argon2 v0.5.3
3362026-07-19T04:11:33.942Z Downloaded heck v0.5.0
3372026-07-19T04:11:33.950Z Downloaded cargo_metadata v0.18.1
3382026-07-19T04:11:33.950Z Downloaded itoa v1.0.15
3392026-07-19T04:11:33.950Z Downloaded hostname v0.3.1
3402026-07-19T04:11:33.950Z Downloaded cexpr v0.6.0
3412026-07-19T04:11:33.955Z Downloaded internet-checksum v0.2.1
3422026-07-19T04:11:33.955Z Downloaded cmake v0.1.54
3432026-07-19T04:11:33.955Z Downloaded ident_case v1.0.1
3442026-07-19T04:11:33.955Z Downloaded futures-io v0.3.32
3452026-07-19T04:11:33.959Z Downloaded base64ct v1.8.0
3462026-07-19T04:11:33.959Z Downloaded futures-executor v0.3.32
3472026-07-19T04:11:33.962Z Downloaded is-terminal v0.4.16
3482026-07-19T04:11:33.962Z Downloaded find-msvc-tools v0.1.9
3492026-07-19T04:11:33.967Z Downloaded console v0.15.11
3502026-07-19T04:11:33.967Z Downloaded group v0.13.0
3512026-07-19T04:11:33.974Z Downloaded glob v0.3.3
3522026-07-19T04:11:33.974Z Downloaded is_ci v1.2.0
3532026-07-19T04:11:33.974Z Downloaded kstat-rs v0.2.4
3542026-07-19T04:11:33.981Z Downloaded keccak v0.1.6
3552026-07-19T04:11:33.981Z Downloaded is_terminal_polyfill v1.70.1
3562026-07-19T04:11:33.981Z Downloaded futures v0.3.32
3572026-07-19T04:11:33.994Z Downloaded managed v0.8.0
3582026-07-19T04:11:33.994Z Downloaded macaddr v1.0.1
3592026-07-19T04:11:33.994Z Downloaded linked-hash-map v0.5.6
3602026-07-19T04:11:33.994Z Downloaded libscf-sys v1.2.0
3612026-07-19T04:11:33.994Z Downloaded crypto-common v0.2.2
3622026-07-19T04:11:33.999Z Downloaded ciborium v0.2.2
3632026-07-19T04:11:33.999Z Downloaded foldhash v0.2.0
3642026-07-19T04:11:33.999Z Downloaded fixedbitset v0.5.7
3652026-07-19T04:11:33.999Z Downloaded lru-slab v0.1.2
3662026-07-19T04:11:33.999Z Downloaded memmap v0.7.0
3672026-07-19T04:11:33.999Z Downloaded erased-serde v0.3.31
3682026-07-19T04:11:33.999Z Downloaded deranged v0.5.3
3692026-07-19T04:11:34.003Z Downloaded newtype-uuid-macros v0.1.0
3702026-07-19T04:11:34.003Z Downloaded memoffset v0.9.1
3712026-07-19T04:11:34.004Z Downloaded ingot v0.1.1
3722026-07-19T04:11:34.007Z Downloaded hostname v0.4.2
3732026-07-19T04:11:34.007Z Downloaded fs_extra v1.3.0
3742026-07-19T04:11:34.010Z Downloaded digest v0.11.3
3752026-07-19T04:11:34.014Z Downloaded fs-err v3.1.2
3762026-07-19T04:11:34.014Z Downloaded displaydoc v0.2.5
3772026-07-19T04:11:34.020Z Downloaded ipnet v2.11.0
3782026-07-19T04:11:34.020Z Downloaded crossbeam-deque v0.8.6
3792026-07-19T04:11:34.024Z Downloaded cookie v0.18.1
3802026-07-19T04:11:34.024Z Downloaded ingot-types v0.1.2
3812026-07-19T04:11:34.024Z Downloaded newline-converter v0.3.0
3822026-07-19T04:11:34.030Z Downloaded highway v1.3.0
3832026-07-19T04:11:34.030Z Downloaded flate2 v1.1.2
3842026-07-19T04:11:34.037Z Downloaded camino v1.2.3
3852026-07-19T04:11:34.037Z Downloaded num-derive v0.4.2
3862026-07-19T04:11:34.037Z Downloaded num_enum_derive v0.5.11
3872026-07-19T04:11:34.041Z Downloaded num-iter v0.1.45
3882026-07-19T04:11:34.041Z Downloaded opaque-debug v0.3.1
3892026-07-19T04:11:34.042Z Downloaded getrandom v0.3.3
3902026-07-19T04:11:34.042Z Downloaded lru-cache v0.1.2
3912026-07-19T04:11:34.046Z Downloaded openssl-probe v0.1.6
3922026-07-19T04:11:34.046Z Downloaded jobserver v0.1.34
3932026-07-19T04:11:34.049Z Downloaded openssl-macros v0.1.1
3942026-07-19T04:11:34.049Z Downloaded omicron-workspace-hack v0.1.0
3952026-07-19T04:11:34.049Z Downloaded libloading v0.8.9
3962026-07-19T04:11:34.054Z Downloaded linear-map v1.2.0
3972026-07-19T04:11:34.054Z Downloaded libsw-core v0.3.2
3982026-07-19T04:11:34.057Z Downloaded hyper-rustls v0.27.7
3992026-07-19T04:11:34.057Z Downloaded percent-encoding v2.3.2
4002026-07-19T04:11:34.057Z Downloaded plain v0.2.3
4012026-07-19T04:11:34.062Z Downloaded mime v0.3.17
4022026-07-19T04:11:34.062Z Downloaded iana-time-zone v0.1.64
4032026-07-19T04:11:34.066Z Downloaded olpc-cjson v0.1.4
4042026-07-19T04:11:34.066Z Downloaded num_threads v0.1.7
4052026-07-19T04:11:34.066Z Downloaded hmac v0.12.1
4062026-07-19T04:11:34.071Z Downloaded parse-display v0.10.0
4072026-07-19T04:11:34.071Z Downloaded lazy_static v1.5.0
4082026-07-19T04:11:34.071Z Downloaded lock_api v0.4.14
4092026-07-19T04:11:34.076Z Downloaded libsw v3.5.0
4102026-07-19T04:11:34.076Z Downloaded derive-ex v0.1.8
4112026-07-19T04:11:34.080Z Downloaded phf_shared v0.12.1
4122026-07-19T04:11:34.081Z Downloaded num-conv v0.2.1
4132026-07-19T04:11:34.081Z Downloaded num v0.4.3
4142026-07-19T04:11:34.081Z Downloaded httparse v1.10.1
4152026-07-19T04:11:34.085Z Downloaded newtype-uuid v1.3.2
4162026-07-19T04:11:34.085Z Downloaded native-tls v0.2.14
4172026-07-19T04:11:34.085Z Downloaded const-oid v0.10.2
4182026-07-19T04:11:34.089Z Downloaded powerfmt v0.2.0
4192026-07-19T04:11:34.089Z Downloaded newtype_derive v0.1.6
4202026-07-19T04:11:34.094Z Downloaded multer v3.1.0
4212026-07-19T04:11:34.094Z Downloaded clap v4.6.1
4222026-07-19T04:11:34.100Z Downloaded ingot-macros v0.1.1
4232026-07-19T04:11:34.104Z Downloaded potential_utf v0.1.3
4242026-07-19T04:11:34.104Z Downloaded futures-channel v0.3.32
4252026-07-19T04:11:34.104Z Downloaded proc-macro-error-attr2 v2.0.0
4262026-07-19T04:11:34.104Z Downloaded num-integer v0.1.46
4272026-07-19T04:11:34.107Z Downloaded num_enum_derive v0.7.5
4282026-07-19T04:11:34.107Z Downloaded proc-macro-crate v1.3.1
4292026-07-19T04:11:34.107Z Downloaded num_enum v0.7.5
4302026-07-19T04:11:34.110Z Downloaded progenitor-client v0.14.0
4312026-07-19T04:11:34.113Z Downloaded proc-macro-error-attr v1.0.4
4322026-07-19T04:11:34.113Z Downloaded litemap v0.8.0
4332026-07-19T04:11:34.118Z Downloaded num_enum v0.5.11
4342026-07-19T04:11:34.122Z Downloaded oxide-tokio-rt v0.1.2
4352026-07-19T04:11:34.122Z Downloaded progenitor-client v0.10.0
4362026-07-19T04:11:34.122Z Downloaded progenitor-client v0.11.1
4372026-07-19T04:11:34.125Z Downloaded progenitor-macro v0.11.1
4382026-07-19T04:11:34.125Z Downloaded progenitor-macro v0.14.0
4392026-07-19T04:11:34.125Z Downloaded progenitor-macro v0.10.0
4402026-07-19T04:11:34.130Z Downloaded oxnet v0.1.6
4412026-07-19T04:11:34.130Z Downloaded num-complex v0.4.6
4422026-07-19T04:11:34.134Z Downloaded num-rational v0.4.2
4432026-07-19T04:11:34.134Z Downloaded darling_core v0.21.3
4442026-07-19T04:11:34.138Z Downloaded hybrid-array v0.4.12
4452026-07-19T04:11:34.138Z Downloaded memmap2 v0.9.8
4462026-07-19T04:11:34.148Z Downloaded pretty-hex v0.4.1
4472026-07-19T04:11:34.148Z Downloaded dropshot_endpoint v0.16.7
4482026-07-19T04:11:34.152Z Downloaded pin-project-internal v1.1.10
4492026-07-19T04:11:34.152Z Downloaded rand_chacha v0.3.1
4502026-07-19T04:11:34.152Z Downloaded pest_generator v2.8.2
4512026-07-19T04:11:34.152Z Downloaded pem v3.0.5
4522026-07-19T04:11:34.152Z Downloaded paste v1.0.15
4532026-07-19T04:11:34.152Z Downloaded ref-cast-impl v1.0.25
4542026-07-19T04:11:34.155Z Downloaded half v2.7.1
4552026-07-19T04:11:34.155Z Downloaded ref-cast v1.0.25
4562026-07-19T04:11:34.155Z Downloaded rand_xorshift v0.4.0
4572026-07-19T04:11:34.159Z Downloaded const_format v0.2.34
4582026-07-19T04:11:34.163Z Downloaded ipnetwork v0.21.1
4592026-07-19T04:11:34.163Z Downloaded icu_properties v2.0.1
4602026-07-19T04:11:34.163Z Downloaded allocator-api2 v0.2.21
4612026-07-19T04:11:34.168Z Downloaded chacha20poly1305 v0.10.1
4622026-07-19T04:11:34.171Z Downloaded ppv-lite86 v0.2.21
4632026-07-19T04:11:34.171Z Downloaded pkg-config v0.3.32
4642026-07-19T04:11:34.171Z Downloaded icu_provider v2.0.0
4652026-07-19T04:11:34.180Z Downloaded derive_more v0.99.20
4662026-07-19T04:11:34.181Z Downloaded rustc-hash v2.1.1
4672026-07-19T04:11:34.186Z Downloaded poly1305 v0.8.0
4682026-07-19T04:11:34.186Z Downloaded pin-project-lite v0.2.16
4692026-07-19T04:11:34.186Z Downloaded rustc_version v0.4.1
4702026-07-19T04:11:34.186Z Downloaded proc-macro-error v1.0.4
4712026-07-19T04:11:34.186Z Downloaded proc-macro-error2 v2.0.1
4722026-07-19T04:11:34.191Z Downloaded crossbeam-channel v0.5.15
4732026-07-19T04:11:34.195Z Downloaded same-file v1.0.6
4742026-07-19T04:11:34.195Z Downloaded once_cell v1.21.3
4752026-07-19T04:11:34.198Z Downloaded omicron-zone-package v0.12.2
4762026-07-19T04:11:34.198Z Downloaded progenitor v0.14.0
4772026-07-19T04:11:34.205Z Downloaded progenitor v0.11.1
4782026-07-19T04:11:34.205Z Downloaded log v0.4.29
4792026-07-19T04:11:34.209Z Downloaded owo-colors v4.3.0
4802026-07-19T04:11:34.209Z Downloaded serde-big-array v0.5.1
4812026-07-19T04:11:34.209Z Downloaded secrecy v0.10.3
4822026-07-19T04:11:34.209Z Downloaded scroll_derive v0.12.1
4832026-07-19T04:11:34.209Z Downloaded blake2 v0.10.6
4842026-07-19T04:11:34.213Z Downloaded scroll_derive v0.13.1
4852026-07-19T04:11:34.213Z Downloaded search_path v0.1.4
4862026-07-19T04:11:34.213Z Downloaded icu_normalizer_data v2.0.0
4872026-07-19T04:11:34.217Z Downloaded indexmap v1.9.3
4882026-07-19T04:11:34.217Z Downloaded serde_spanned v1.1.1
4892026-07-19T04:11:34.217Z Downloaded semver v0.1.20
4902026-07-19T04:11:34.220Z Downloaded scopeguard v1.2.0
4912026-07-19T04:11:34.220Z Downloaded rand_chacha v0.9.0
4922026-07-19T04:11:34.223Z Downloaded pest_derive v2.8.2
4932026-07-19T04:11:34.223Z Downloaded serde_repr v0.1.20
4942026-07-19T04:11:34.227Z Downloaded quote v1.0.45
4952026-07-19T04:11:34.227Z Downloaded phf v0.12.1
4962026-07-19T04:11:34.230Z Downloaded serde_spanned v0.6.9
4972026-07-19T04:11:34.231Z Downloaded derive-where v1.6.0
4982026-07-19T04:11:34.234Z Downloaded sha1 v0.10.6
4992026-07-19T04:11:34.234Z Downloaded getrandom v0.4.2
5002026-07-19T04:11:34.237Z Downloaded parse-display-derive v0.10.0
5012026-07-19T04:11:34.237Z Downloaded parking_lot_core v0.9.12
5022026-07-19T04:11:34.240Z Downloaded parking_lot v0.12.5
5032026-07-19T04:11:34.240Z Downloaded icu_normalizer v2.0.0
5042026-07-19T04:11:34.243Z Downloaded postcard v1.1.3
5052026-07-19T04:11:34.245Z Downloaded serde_urlencoded v0.7.1
5062026-07-19T04:11:34.245Z Downloaded serde_plain v1.0.2
5072026-07-19T04:11:34.248Z Downloaded icu_locale_core v2.0.0
5082026-07-19T04:11:34.252Z Downloaded rustversion v1.0.22
5092026-07-19T04:11:34.257Z Downloaded num-traits v0.2.19
5102026-07-19T04:11:34.257Z Downloaded hickory-resolver v0.25.2
5112026-07-19T04:11:34.260Z Downloaded progenitor v0.10.0
5122026-07-19T04:11:34.260Z Downloaded resolv-conf v0.7.5
5132026-07-19T04:11:34.260Z Downloaded cc v1.2.64
5142026-07-19T04:11:34.263Z Downloaded rand_core v0.6.4
5152026-07-19T04:11:34.266Z Downloaded quick-error v1.2.3
5162026-07-19T04:11:34.266Z Downloaded rustc_version v0.1.7
5172026-07-19T04:11:34.266Z Downloaded heapless v0.8.0
5182026-07-19T04:11:34.272Z Downloaded rusty-fork v0.3.0
5192026-07-19T04:11:34.275Z Downloaded signal-hook-tokio v0.4.0
5202026-07-19T04:11:34.275Z Downloaded scroll v0.13.0
5212026-07-19T04:11:34.275Z Downloaded siphasher v1.0.1
5222026-07-19T04:11:34.275Z Downloaded smawk v0.3.2
5232026-07-19T04:11:34.275Z Downloaded sigpipe v0.1.3
5242026-07-19T04:11:34.276Z Downloaded scroll v0.12.0
5252026-07-19T04:11:34.281Z Downloaded schemars_derive v0.8.22
5262026-07-19T04:11:34.282Z Downloaded rustls-pemfile v2.2.0
5272026-07-19T04:11:34.285Z Downloaded password-hash v0.5.0
5282026-07-19T04:11:34.286Z Downloaded getrandom v0.2.16
5292026-07-19T04:11:34.286Z Downloaded drift v0.2.0
5302026-07-19T04:11:34.289Z Downloaded quinn-udp v0.5.14
5312026-07-19T04:11:34.293Z Downloaded pin-project v1.1.10
5322026-07-19T04:11:34.296Z Downloaded structmeta v0.3.0
5332026-07-19T04:11:34.299Z Downloaded strsim v0.11.1
5342026-07-19T04:11:34.299Z Downloaded stable_deref_trait v1.2.0
5352026-07-19T04:11:34.301Z Downloaded serde_derive_internals v0.29.1
5362026-07-19T04:11:34.302Z Downloaded sync_wrapper v1.0.2
5372026-07-19T04:11:34.307Z Downloaded strum v0.27.2
5382026-07-19T04:11:34.307Z Downloaded swrite v0.1.0
5392026-07-19T04:11:34.307Z Downloaded serde_tokenstream v0.2.3
5402026-07-19T04:11:34.310Z Downloaded strum v0.26.3
5412026-07-19T04:11:34.310Z Downloaded structmeta-derive v0.3.0
5422026-07-19T04:11:34.310Z Downloaded strum v0.28.0
5432026-07-19T04:11:34.310Z Downloaded rand_core v0.9.3
5442026-07-19T04:11:34.310Z Downloaded icu_collections v2.0.0
5452026-07-19T04:11:34.314Z Downloaded crypto-bigint v0.5.5
5462026-07-19T04:11:34.317Z Downloaded curl v0.4.50
5472026-07-19T04:11:34.320Z Downloaded shlex v2.0.1
5482026-07-19T04:11:34.323Z Downloaded tabled_derive v0.7.0
5492026-07-19T04:11:34.323Z Downloaded colored v3.1.1
5502026-07-19T04:11:34.326Z Downloaded pest_meta v2.8.2
5512026-07-19T04:11:34.326Z Downloaded clap_derive v4.6.1
5522026-07-19T04:11:34.329Z Downloaded daft-derive v0.1.5
5532026-07-19T04:11:34.329Z Downloaded testing_table v0.3.0
5542026-07-19T04:11:34.333Z Downloaded supports-color v3.0.2
5552026-07-19T04:11:34.333Z Downloaded thiserror-impl-no-std v2.0.2
5562026-07-19T04:11:34.336Z Downloaded tagptr v0.2.0
5572026-07-19T04:11:34.336Z Downloaded miniz_oxide v0.8.9
5582026-07-19T04:11:34.336Z Downloaded progenitor-impl v0.11.1
5592026-07-19T04:11:34.338Z Downloaded openssl-sys v0.9.117
5602026-07-19T04:11:34.342Z Downloaded serde_path_to_error v0.1.20
5612026-07-19T04:11:34.344Z Downloaded slog-term v2.9.2
5622026-07-19T04:11:34.345Z Downloaded slog-json v2.6.1
5632026-07-19T04:11:34.345Z Downloaded tabwriter v1.4.1
5642026-07-19T04:11:34.347Z Downloaded snafu-derive v0.8.9
5652026-07-19T04:11:34.347Z Downloaded shlex v1.3.0
5662026-07-19T04:11:34.351Z Downloaded sha1 v0.11.0
5672026-07-19T04:11:34.351Z Downloaded time-core v0.1.8
5682026-07-19T04:11:34.355Z Downloaded thread-id v4.2.2
5692026-07-19T04:11:34.355Z Downloaded proc-macro2 v1.0.106
5702026-07-19T04:11:34.355Z Downloaded thread-id v5.0.0
5712026-07-19T04:11:34.355Z Downloaded slab v0.4.11
5722026-07-19T04:11:34.358Z Downloaded smf v0.2.3
5732026-07-19T04:11:34.358Z Downloaded slog-async v2.8.0
5742026-07-19T04:11:34.358Z Downloaded papergrid v0.11.0
5752026-07-19T04:11:34.362Z Downloaded take_mut v0.2.2
5762026-07-19T04:11:34.364Z Downloaded slog-dtrace v0.3.0
5772026-07-19T04:11:34.364Z Downloaded sha2 v0.10.9
5782026-07-19T04:11:34.365Z Downloaded subtle v2.6.1
5792026-07-19T04:11:34.368Z Downloaded strum_macros v0.26.4
5802026-07-19T04:11:34.368Z Downloaded jiff-static v0.2.15
5812026-07-19T04:11:34.371Z Downloaded tinyvec_macros v0.1.1
5822026-07-19T04:11:34.371Z Downloaded tabled_derive v0.11.0
5832026-07-19T04:11:34.371Z Downloaded minimal-lexical v0.2.1
5842026-07-19T04:11:34.376Z Downloaded termtree v0.5.1
5852026-07-19T04:11:34.376Z Downloaded terminal_size v0.4.3
5862026-07-19T04:11:34.379Z Downloaded progenitor-impl v0.14.0
5872026-07-19T04:11:34.379Z Downloaded async-compression v0.4.33
5882026-07-19T04:11:34.382Z Downloaded papergrid v0.17.0
5892026-07-19T04:11:34.385Z Downloaded signal-hook-registry v1.4.6
5902026-07-19T04:11:34.385Z Downloaded crc32fast v1.5.0
5912026-07-19T04:11:34.388Z Downloaded chacha20 v0.9.1
5922026-07-19T04:11:34.388Z Downloaded darling v0.21.3
5932026-07-19T04:11:34.393Z Downloaded tokio-macros v2.7.0
5942026-07-19T04:11:34.393Z Downloaded static_assertions v1.1.0
5952026-07-19T04:11:34.397Z Downloaded ryu v1.0.20
5962026-07-19T04:11:34.397Z Downloaded prettyplease v0.2.37
5972026-07-19T04:11:34.400Z Downloaded expectorate v1.2.0
5982026-07-19T04:11:34.401Z Downloaded crossbeam-epoch v0.9.18
5992026-07-19T04:11:34.401Z Downloaded memchr v2.7.5
6002026-07-19T04:11:34.405Z Downloaded toml_datetime v0.6.11
6012026-07-19T04:11:34.405Z Downloaded indexmap v2.14.0
6022026-07-19T04:11:34.410Z Downloaded tower-layer v0.3.3
6032026-07-19T04:11:34.410Z Downloaded match_cfg v0.1.0
6042026-07-19T04:11:34.410Z Downloaded humantime v2.3.0
6052026-07-19T04:11:34.415Z Downloaded defmt-macros v1.0.1
6062026-07-19T04:11:34.415Z Downloaded cancel-safe-futures v0.1.5
6072026-07-19T04:11:34.415Z Downloaded slog-bunyan v2.5.0
6082026-07-19T04:11:34.419Z Downloaded progenitor-impl v0.10.0
6092026-07-19T04:11:34.419Z Downloaded semver v1.0.28
6102026-07-19T04:11:34.419Z Downloaded strum_macros v0.28.0
6112026-07-19T04:11:34.422Z Downloaded thiserror-impl v2.0.18
6122026-07-19T04:11:34.423Z Downloaded try-lock v0.2.5
6132026-07-19T04:11:34.423Z Downloaded toml_write v0.1.2
6142026-07-19T04:11:34.423Z Downloaded hashbrown v0.12.3
6152026-07-19T04:11:34.426Z Downloaded synstructure v0.13.2
6162026-07-19T04:11:34.426Z Downloaded anyhow v1.0.104
6172026-07-19T04:11:34.431Z Downloaded tower-service v0.3.3
6182026-07-19T04:11:34.431Z Downloaded spin v0.9.8
6192026-07-19T04:11:34.431Z Downloaded serde_yaml v0.9.34+deprecated
6202026-07-19T04:11:34.435Z Downloaded thiserror-impl v1.0.69
6212026-07-19T04:11:34.435Z Downloaded tokio-dtrace v0.1.1
6222026-07-19T04:11:34.435Z Downloaded tokio-rustls v0.25.0
6232026-07-19T04:11:34.438Z Downloaded unarray v0.1.4
6242026-07-19T04:11:34.438Z Downloaded time-macros v0.2.27
6252026-07-19T04:11:34.438Z Downloaded smallvec v1.15.1
6262026-07-19T04:11:34.442Z Downloaded mio v1.2.1
6272026-07-19T04:11:34.445Z Downloaded thread_local v1.1.9
6282026-07-19T04:11:34.445Z Downloaded thiserror-no-std v2.0.2
6292026-07-19T04:11:34.445Z Downloaded thiserror v1.0.69
6302026-07-19T04:11:34.448Z Downloaded unicode-linebreak v0.1.5
6312026-07-19T04:11:34.450Z Downloaded rustls-pki-types v1.12.0
6322026-07-19T04:11:34.453Z Downloaded topological-sort v0.2.2
6332026-07-19T04:11:34.453Z Downloaded serde_with_macros v3.14.1
6342026-07-19T04:11:34.455Z Downloaded typify-macro v0.4.3
6352026-07-19T04:11:34.455Z Downloaded hyper-util v0.1.20
6362026-07-19T04:11:34.458Z Downloaded typify-macro v0.6.2
6372026-07-19T04:11:34.458Z Downloaded rayon-core v1.13.0
6382026-07-19T04:11:34.461Z Downloaded untrusted v0.7.1
6392026-07-19T04:11:34.462Z Downloaded tokio-native-tls v0.3.1
6402026-07-19T04:11:34.466Z Downloaded usdt-attr-macro v0.6.0
6412026-07-19T04:11:34.466Z Downloaded signal-hook v0.4.4
6422026-07-19T04:11:34.466Z Downloaded usdt-attr-macro v0.5.0
6432026-07-19T04:11:34.469Z Downloaded tinystr v0.8.1
6442026-07-19T04:11:34.469Z Downloaded untrusted v0.9.0
6452026-07-19T04:11:34.469Z Downloaded unicode-xid v0.2.6
6462026-07-19T04:11:34.469Z Downloaded usdt v0.6.0
6472026-07-19T04:11:34.472Z Downloaded usdt v0.5.0
6482026-07-19T04:11:34.472Z Downloaded serde_derive v1.0.228
6492026-07-19T04:11:34.472Z Downloaded strum_macros v0.27.2
6502026-07-19T04:11:34.476Z Downloaded universal-hash v0.5.1
6512026-07-19T04:11:34.477Z Downloaded foldhash v0.1.5
6522026-07-19T04:11:34.477Z Downloaded defmt v1.0.1
6532026-07-19T04:11:34.479Z Downloaded http v1.4.2
6542026-07-19T04:11:34.480Z Downloaded cipher v0.4.4
6552026-07-19T04:11:34.483Z Downloaded usdt-macro v0.5.0
6562026-07-19T04:11:34.483Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6572026-07-19T04:11:34.483Z Downloaded byteorder v1.5.0
6582026-07-19T04:11:34.487Z Downloaded utf8parse v0.2.2
6592026-07-19T04:11:34.487Z Downloaded usdt-macro v0.6.0
6602026-07-19T04:11:34.487Z Downloaded block-buffer v0.10.4
6612026-07-19T04:11:34.487Z Downloaded camino-tempfile v1.4.1
6622026-07-19T04:11:34.490Z Downloaded anstyle v1.0.14
6632026-07-19T04:11:34.490Z Downloaded toml_writer v1.1.1+spec-1.1.0
6642026-07-19T04:11:34.490Z Downloaded defmt-parser v1.0.0
6652026-07-19T04:11:34.490Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6662026-07-19T04:11:34.494Z Downloaded fastrand v2.3.0
6672026-07-19T04:11:34.494Z Downloaded base64 v0.22.1
6682026-07-19T04:11:34.497Z Downloaded bytes v1.12.0
6692026-07-19T04:11:34.500Z Downloaded utf8_iter v1.0.4
6702026-07-19T04:11:34.500Z Downloaded waitgroup v0.1.2
6712026-07-19T04:11:34.500Z Downloaded wait-timeout v0.2.1
6722026-07-19T04:11:34.503Z Downloaded hickory-resolver v0.24.4
6732026-07-19T04:11:34.510Z Downloaded want v0.3.1
6742026-07-19T04:11:34.510Z Downloaded term v1.2.0
6752026-07-19T04:11:34.514Z Downloaded bytecount v0.6.9
6762026-07-19T04:11:34.514Z Downloaded arrayvec v0.7.6
6772026-07-19T04:11:34.514Z Downloaded atomicwrites v0.4.4
6782026-07-19T04:11:34.514Z Downloaded thiserror v2.0.18
6792026-07-19T04:11:34.514Z Downloaded version_check v0.9.5
6802026-07-19T04:11:34.517Z Downloaded dof v0.4.0
6812026-07-19T04:11:34.517Z Downloaded convert_case v0.4.0
6822026-07-19T04:11:34.517Z Downloaded futures-task v0.3.32
6832026-07-19T04:11:34.520Z Downloaded globset v0.4.16
6842026-07-19T04:11:34.520Z Downloaded yoke-derive v0.8.0
6852026-07-19T04:11:34.520Z Downloaded digest v0.10.7
6862026-07-19T04:11:34.523Z Downloaded cpufeatures v0.3.0
6872026-07-19T04:11:34.523Z Downloaded equivalent v1.0.2
6882026-07-19T04:11:34.523Z Downloaded dtrace-parser v0.3.0
6892026-07-19T04:11:34.523Z Downloaded crc8 v0.1.1
6902026-07-19T04:11:34.526Z Downloaded ciborium-io v0.2.2
6912026-07-19T04:11:34.526Z Downloaded gethostname v0.5.0
6922026-07-19T04:11:34.526Z Downloaded schemars v0.9.0
6932026-07-19T04:11:34.540Z Downloaded schemars v0.8.22
6942026-07-19T04:11:34.544Z Downloaded tokio-stream v0.1.17
6952026-07-19T04:11:34.544Z Downloaded xattr v1.6.1
6962026-07-19T04:11:34.544Z Downloaded nom v7.1.3
6972026-07-19T04:11:34.547Z Downloaded zone v0.3.1
6982026-07-19T04:11:34.547Z Downloaded zerofrom-derive v0.1.6
6992026-07-19T04:11:34.550Z Downloaded usdt-impl v0.6.0
7002026-07-19T04:11:34.550Z Downloaded toml v0.8.23
7012026-07-19T04:11:34.554Z Downloaded tempfile v3.27.0
7022026-07-19T04:11:34.554Z Downloaded tokio-rustls v0.26.4
7032026-07-19T04:11:34.558Z Downloaded serde_core v1.0.228
7042026-07-19T04:11:34.558Z Downloaded usdt-impl v0.5.0
7052026-07-19T04:11:34.558Z Downloaded zeroize_derive v1.4.3
7062026-07-19T04:11:34.561Z Downloaded zerofrom v0.1.6
7072026-07-19T04:11:34.561Z Downloaded toml_parser v1.1.2+spec-1.1.0
7082026-07-19T04:11:34.561Z Downloaded zone_cfg_derive v0.3.1
7092026-07-19T04:11:34.561Z Downloaded similar v2.7.0
7102026-07-19T04:11:34.566Z Downloaded snafu v0.8.9
7112026-07-19T04:11:34.569Z Downloaded textwrap v0.16.2
7122026-07-19T04:11:34.573Z Downloaded walkdir v2.5.0
7132026-07-19T04:11:34.574Z Downloaded vsss-rs v3.3.4
7142026-07-19T04:11:34.574Z Downloaded test-strategy v0.4.3
7152026-07-19T04:11:34.579Z Downloaded rand v0.9.3
7162026-07-19T04:11:34.579Z Downloaded socket2 v0.6.4
7172026-07-19T04:11:34.583Z Downloaded slog v2.8.2
7182026-07-19T04:11:34.583Z Downloaded rustls-webpki v0.103.6
7192026-07-19T04:11:34.583Z Downloaded tracing-attributes v0.1.30
7202026-07-19T04:11:34.587Z Downloaded hashbrown v0.16.1
7212026-07-19T04:11:34.591Z Downloaded yoke v0.8.0
7222026-07-19T04:11:34.591Z Downloaded qorb v0.4.1
7232026-07-19T04:11:34.594Z Downloaded writeable v0.6.1
7242026-07-19T04:11:34.594Z Downloaded rand v0.8.5
7252026-07-19T04:11:34.598Z Downloaded hashbrown v0.17.1
7262026-07-19T04:11:34.602Z Downloaded toml v0.9.12+spec-1.1.0
7272026-07-19T04:11:34.602Z Downloaded serde v1.0.228
7282026-07-19T04:11:34.607Z Downloaded whoami v1.6.1
7292026-07-19T04:11:34.607Z Downloaded zmij v1.0.17
7302026-07-19T04:11:34.607Z Downloaded hashbrown v0.15.5
7312026-07-19T04:11:34.611Z Downloaded schemars v1.2.0
7322026-07-19T04:11:34.617Z Downloaded zerovec-derive v0.11.1
7332026-07-19T04:11:34.620Z Downloaded dropshot-api-manager v0.7.2
7342026-07-19T04:11:34.624Z Downloaded tar v0.4.45
7352026-07-19T04:11:34.624Z Downloaded iri-string v0.7.8
7362026-07-19T04:11:34.627Z Downloaded vergen v8.3.2
7372026-07-19T04:11:34.630Z Downloaded zeroize v1.8.1
7382026-07-19T04:11:34.630Z Downloaded toml v1.1.2+spec-1.1.0
7392026-07-19T04:11:34.634Z Downloaded icu_properties_data v2.0.1
7402026-07-19T04:11:34.638Z Downloaded typify v0.6.2
7412026-07-19T04:11:34.642Z Downloaded typify v0.4.3
7422026-07-19T04:11:34.642Z Downloaded pest v2.8.2
7432026-07-19T04:11:34.646Z Downloaded ucd-trie v0.1.7
7442026-07-19T04:11:34.655Z Downloaded unicode-ident v1.0.24
7452026-07-19T04:11:34.655Z Downloaded zerocopy-derive v0.7.35
7462026-07-19T04:11:34.655Z Downloaded tinyvec v1.10.0
7472026-07-19T04:11:34.659Z Downloaded clap_builder v4.6.0
7482026-07-19T04:11:34.659Z Downloaded iddqd v0.3.18
7492026-07-19T04:11:34.662Z Downloaded unsafe-libyaml v0.2.11
7502026-07-19T04:11:34.662Z Downloaded hyper v1.10.1
7512026-07-19T04:11:34.665Z Downloaded steno v0.4.1
7522026-07-19T04:11:34.668Z Downloaded hkdf v0.12.4
7532026-07-19T04:11:34.671Z Downloaded toml v0.7.8
7542026-07-19T04:11:34.671Z Downloaded idna v1.1.0
7552026-07-19T04:11:34.674Z Downloaded libm v0.2.15
7562026-07-19T04:11:34.679Z Downloaded tracing-core v0.1.34
7572026-07-19T04:11:34.682Z Downloaded itertools v0.14.0
7582026-07-19T04:11:34.685Z Downloaded itertools v0.12.1
7592026-07-19T04:11:34.689Z Downloaded scuffle v0.1.0
7602026-07-19T04:11:34.691Z Downloaded quinn v0.11.9
7612026-07-19T04:11:34.697Z Downloaded h2 v0.4.14
7622026-07-19T04:11:34.699Z Downloaded uuid v1.23.3
7632026-07-19T04:11:34.699Z Downloaded daft v0.1.5
7642026-07-19T04:11:34.702Z Downloaded clang-sys v1.8.1
7652026-07-19T04:11:34.702Z Downloaded async-stream-impl v0.3.6
7662026-07-19T04:11:34.702Z Downloaded async-recursion v1.1.1
7672026-07-19T04:11:34.707Z Downloaded dyn-clone v1.0.20
7682026-07-19T04:11:34.707Z Downloaded dunce v1.0.5
7692026-07-19T04:11:34.710Z Downloaded async-trait v0.1.89
7702026-07-19T04:11:34.714Z Downloaded tracing v0.1.41
7712026-07-19T04:11:34.718Z Downloaded toml_edit v0.22.27
7722026-07-19T04:11:34.724Z Downloaded url v2.5.7
7732026-07-19T04:11:34.727Z Downloaded aho-corasick v1.1.3
7742026-07-19T04:11:34.730Z Downloaded zerotrie v0.2.2
7752026-07-19T04:11:34.733Z Downloaded futures-util v0.3.32
7762026-07-19T04:11:34.737Z Downloaded bstr v1.12.0
7772026-07-19T04:11:34.762Z Downloaded zerocopy-derive v0.8.27
7782026-07-19T04:11:34.768Z Downloaded toml_edit v0.19.15
7792026-07-19T04:11:34.775Z Downloaded reqwest v0.12.23
7802026-07-19T04:11:34.778Z Downloaded regex v1.12.4
7812026-07-19T04:11:34.781Z Downloaded tower v0.5.2
7822026-07-19T04:11:34.788Z Downloaded goblin v0.10.1
7832026-07-19T04:11:34.791Z Downloaded rayon v1.11.0
7842026-07-19T04:11:34.796Z Downloaded git2 v0.19.0
7852026-07-19T04:11:34.800Z Downloaded blake3 v1.8.2
7862026-07-19T04:11:34.805Z Downloaded iddqd v0.4.5
7872026-07-19T04:11:34.811Z Downloaded goblin v0.8.2
7882026-07-19T04:11:34.815Z Downloaded typenum v1.20.1
7892026-07-19T04:11:34.818Z Downloaded aws-lc-rs v1.16.2
7902026-07-19T04:11:34.821Z Downloaded unicode-segmentation v1.12.0
7912026-07-19T04:11:34.824Z Downloaded typed-path v0.9.3
7922026-07-19T04:11:34.828Z Downloaded reqwest v0.13.2
7932026-07-19T04:11:34.834Z Downloaded tokio-util v0.7.16
7942026-07-19T04:11:34.841Z Downloaded serde_json v1.0.150
7952026-07-19T04:11:34.858Z Downloaded unicode-normalization v0.1.24
7962026-07-19T04:11:34.872Z Downloaded serde_with v3.14.1
7972026-07-19T04:11:34.878Z Downloaded portable-atomic v1.11.1
7982026-07-19T04:11:34.887Z Downloaded tough v0.20.0
7992026-07-19T04:11:34.892Z Downloaded winnow v0.5.40
8002026-07-19T04:11:34.901Z Downloaded proptest v1.8.0
8012026-07-19T04:11:34.905Z Downloaded zerovec v0.11.4
8022026-07-19T04:11:34.905Z Downloaded chrono v0.4.45
8032026-07-19T04:11:34.909Z Downloaded bindgen v0.72.1
8042026-07-19T04:11:34.912Z Downloaded rustls-webpki v0.102.8
8052026-07-19T04:11:34.925Z Downloaded tower-http v0.6.8
8062026-07-19T04:11:34.939Z Downloaded moka v0.12.11
8072026-07-19T04:11:34.946Z Downloaded winnow v1.0.3
8082026-07-19T04:11:34.949Z Downloaded zerocopy v0.7.35
8092026-07-19T04:11:34.957Z Downloaded quinn-proto v0.11.14
8102026-07-19T04:11:34.961Z Downloaded hickory-proto v0.24.4
8112026-07-19T04:11:34.970Z Downloaded winnow v0.7.14
8122026-07-19T04:11:34.975Z Downloaded time v0.3.47
8132026-07-19T04:11:34.984Z Downloaded tabled v0.15.0
8142026-07-19T04:11:34.992Z Downloaded dropshot v0.16.7
8152026-07-19T04:11:35.004Z Downloaded tabled v0.20.0
8162026-07-19T04:11:35.014Z Downloaded vcpkg v0.2.15
8172026-07-19T04:11:35.038Z Downloaded syn v1.0.109
8182026-07-19T04:11:35.044Z Downloaded nix v0.30.1
8192026-07-19T04:11:35.050Z Downloaded rustls v0.22.4
8202026-07-19T04:11:35.058Z Downloaded regress v0.10.5
8212026-07-19T04:11:35.064Z Downloaded hickory-proto v0.25.2
8222026-07-19T04:11:35.073Z Downloaded webpki-roots v1.0.2
8232026-07-19T04:11:35.076Z Downloaded zerocopy v0.8.27
8242026-07-19T04:11:35.089Z Downloaded unicode-width v0.1.14
8252026-07-19T04:11:35.094Z Downloaded unicode-width v0.2.1
8262026-07-19T04:11:35.097Z Downloaded smoltcp v0.11.0
8272026-07-19T04:11:35.107Z Downloaded syn v2.0.118
8282026-07-19T04:11:35.114Z Downloaded rustix v1.1.4
8292026-07-19T04:11:35.125Z Downloaded openapiv3 v2.2.0
8302026-07-19T04:11:35.135Z Downloaded rustls v0.23.40
8312026-07-19T04:11:35.141Z Downloaded rustix v0.38.44
8322026-07-19T04:11:35.155Z Downloaded regress v0.11.1
8332026-07-19T04:11:35.163Z Downloaded regex-syntax v0.8.11
8342026-07-19T04:11:35.166Z Downloaded dropshot v0.17.1
8352026-07-19T04:11:35.179Z Downloaded openssl v0.10.81
8362026-07-19T04:11:35.185Z Downloaded curve25519-dalek v4.1.3
8372026-07-19T04:11:35.210Z Downloaded typify-impl v0.6.2
8382026-07-19T04:11:35.229Z Downloaded typify-impl v0.4.3
8392026-07-19T04:11:35.237Z Downloaded petgraph v0.6.5
8402026-07-19T04:11:35.256Z Downloaded petgraph v0.8.2
8412026-07-19T04:11:35.268Z Downloaded libc v0.2.186
8422026-07-19T04:11:35.286Z Downloaded regex-automata v0.4.13
8432026-07-19T04:11:35.295Z Downloaded libz-sys v1.1.22
8442026-07-19T04:11:35.306Z Downloaded sha3 v0.10.8
8452026-07-19T04:11:35.323Z Downloaded jiff v0.2.15
8462026-07-19T04:11:35.352Z Downloaded encoding_rs v0.8.35
8472026-07-19T04:11:35.362Z Downloaded chrono-tz v0.10.4
8482026-07-19T04:11:35.381Z Downloaded csv v1.4.0
8492026-07-19T04:11:35.393Z Downloaded libgit2-sys v0.17.0+1.8.1
8502026-07-19T04:11:35.439Z Downloaded tokio v1.52.3
8512026-07-19T04:11:35.546Z Downloaded ring v0.17.14
8522026-07-19T04:11:35.593Z Downloaded curl-sys v0.4.89+curl-8.20.0
8532026-07-19T04:11:36.145Z Downloaded aws-lc-sys v0.39.1
8542026-07-19T04:11:36.469Z Compiling proc-macro2 v1.0.106
8552026-07-19T04:11:36.469Z Compiling quote v1.0.45
8562026-07-19T04:11:36.469Z Compiling unicode-ident v1.0.24
8572026-07-19T04:11:36.474Z Compiling serde_core v1.0.228
8582026-07-19T04:11:36.474Z Compiling serde v1.0.228
8592026-07-19T04:11:36.474Z Compiling libc v0.2.186
8602026-07-19T04:11:36.474Z Checking cfg-if v1.0.4
8612026-07-19T04:11:36.764Z Compiling zmij v1.0.17
8622026-07-19T04:11:36.802Z Compiling autocfg v1.5.0
8632026-07-19T04:11:37.136Z Compiling memchr v2.7.5
8642026-07-19T04:11:37.151Z Compiling libm v0.2.15
8652026-07-19T04:11:37.498Z Compiling getrandom v0.4.2
8662026-07-19T04:11:37.530Z Checking smallvec v1.15.1
8672026-07-19T04:11:37.585Z Compiling thiserror v2.0.18
8682026-07-19T04:11:37.706Z Compiling version_check v0.9.5
8692026-07-19T04:11:37.718Z Checking itoa v1.0.15
8702026-07-19T04:11:37.721Z Compiling jobserver v0.1.34
8712026-07-19T04:11:37.864Z Compiling find-msvc-tools v0.1.9
8722026-07-19T04:11:37.944Z Compiling syn v2.0.118
8732026-07-19T04:11:37.978Z Compiling shlex v2.0.1
8742026-07-19T04:11:38.013Z Compiling icu_normalizer_data v2.0.0
8752026-07-19T04:11:38.050Z Compiling icu_properties_data v2.0.1
8762026-07-19T04:11:38.102Z Compiling cc v1.2.64
8772026-07-19T04:11:38.155Z Compiling parking_lot_core v0.9.12
8782026-07-19T04:11:38.251Z Checking stable_deref_trait v1.2.0
8792026-07-19T04:11:38.268Z Compiling serde_json v1.0.150
8802026-07-19T04:11:38.327Z Compiling heck v0.5.0
8812026-07-19T04:11:38.530Z Checking writeable v0.6.1
8822026-07-19T04:11:38.541Z Checking litemap v0.8.0
8832026-07-19T04:11:38.696Z Compiling num-traits v0.2.19
8842026-07-19T04:11:38.710Z Checking percent-encoding v2.3.2
8852026-07-19T04:11:38.918Z Checking form_urlencoded v1.2.2
8862026-07-19T04:11:39.045Z Checking utf8_iter v1.0.4
8872026-07-19T04:11:39.080Z Compiling zerocopy v0.8.27
8882026-07-19T04:11:39.099Z Checking pin-project-lite v0.2.16
8892026-07-19T04:11:39.172Z Checking iana-time-zone v0.1.64
8902026-07-19T04:11:39.192Z Compiling log v0.4.29
8912026-07-19T04:11:39.206Z Compiling rustversion v1.0.22
8922026-07-19T04:11:39.279Z Compiling equivalent v1.0.2
8932026-07-19T04:11:39.368Z Compiling semver v1.0.28
8942026-07-19T04:11:39.383Z Checking socket2 v0.6.4
8952026-07-19T04:11:39.405Z Checking uuid v1.23.3
8962026-07-19T04:11:39.515Z Checking scopeguard v1.2.0
8972026-07-19T04:11:39.621Z Checking lock_api v0.4.14
8982026-07-19T04:11:39.692Z Checking signal-hook-registry v1.4.6
8992026-07-19T04:11:39.772Z Checking mio v1.2.1
9002026-07-19T04:11:39.817Z Checking getrandom v0.2.16
9012026-07-19T04:11:39.836Z Checking parking_lot v0.12.5
9022026-07-19T04:11:39.839Z Compiling schemars v0.8.22
9032026-07-19T04:11:39.839Z Checking dyn-clone v1.0.20
9042026-07-19T04:11:39.941Z Checking bitflags v2.11.1
9052026-07-19T04:11:40.065Z Compiling portable-atomic v1.11.1
9062026-07-19T04:11:40.117Z Checking futures-core v0.3.32
9072026-07-19T04:11:40.206Z Checking critical-section v1.2.0
9082026-07-19T04:11:40.222Z Compiling ring v0.17.14
9092026-07-19T04:11:40.304Z Compiling hashbrown v0.17.1
9102026-07-19T04:11:40.307Z Compiling thiserror v1.0.69
9112026-07-19T04:11:40.438Z Compiling httparse v1.10.1
9122026-07-19T04:11:40.793Z Compiling synstructure v0.13.2
9132026-07-19T04:11:40.817Z Compiling serde_derive_internals v0.29.1
9142026-07-19T04:11:40.848Z Compiling indexmap v2.14.0
9152026-07-19T04:11:41.051Z Checking once_cell v1.21.3
9162026-07-19T04:11:41.154Z Compiling regex-syntax v0.8.11
9172026-07-19T04:11:41.234Z Checking futures-sink v0.3.32
9182026-07-19T04:11:41.339Z Checking slab v0.4.11
9192026-07-19T04:11:41.510Z Compiling rustix v1.1.4
9202026-07-19T04:11:41.514Z Compiling aho-corasick v1.1.3
9212026-07-19T04:11:41.581Z Checking subtle v2.6.1
9222026-07-19T04:11:41.711Z Compiling ucd-trie v0.1.7
9232026-07-19T04:11:41.735Z Checking futures-channel v0.3.32
9242026-07-19T04:11:41.932Z Compiling anyhow v1.0.104
9252026-07-19T04:11:41.947Z Checking rand_core v0.6.4
9262026-07-19T04:11:42.035Z Compiling serde_derive v1.0.228
9272026-07-19T04:11:42.092Z Compiling zerofrom-derive v0.1.6
9282026-07-19T04:11:42.106Z Compiling yoke-derive v0.8.0
9292026-07-19T04:11:42.109Z Compiling zerovec-derive v0.11.1
9302026-07-19T04:11:42.252Z Compiling displaydoc v0.2.5
9312026-07-19T04:11:42.964Z Compiling thiserror-impl v2.0.18
9322026-07-19T04:11:42.994Z Compiling schemars_derive v0.8.22
9332026-07-19T04:11:43.146Z Compiling tokio-macros v2.7.0
9342026-07-19T04:11:43.198Z Compiling zerocopy-derive v0.8.27
9352026-07-19T04:11:43.286Z Compiling futures-macro v0.3.32
9362026-07-19T04:11:43.300Z Checking zerofrom v0.1.6
9372026-07-19T04:11:43.423Z Checking yoke v0.8.0
9382026-07-19T04:11:43.601Z Checking zerovec v0.11.4
9392026-07-19T04:11:43.855Z Checking zerotrie v0.2.2
9402026-07-19T04:11:44.076Z Compiling zeroize_derive v1.4.3
9412026-07-19T04:11:44.101Z Compiling thiserror-impl v1.0.69
9422026-07-19T04:11:44.271Z Compiling regex-automata v0.4.13
9432026-07-19T04:11:44.284Z Compiling pest v2.8.2
9442026-07-19T04:11:44.328Z Checking tinystr v0.8.1
9452026-07-19T04:11:44.384Z Checking potential_utf v0.1.3
9462026-07-19T04:11:44.505Z Checking icu_locale_core v2.0.0
9472026-07-19T04:11:44.520Z Checking icu_collections v2.0.0
9482026-07-19T04:11:44.801Z Checking zeroize v1.8.1
9492026-07-19T04:11:44.973Z Checking icu_provider v2.0.0
9502026-07-19T04:11:45.075Z Checking bytes v1.12.0
9512026-07-19T04:11:45.264Z Checking chrono v0.4.45
9522026-07-19T04:11:45.279Z Checking icu_normalizer v2.0.0
9532026-07-19T04:11:45.293Z Checking icu_properties v2.0.1
9542026-07-19T04:11:45.558Z Compiling serde_tokenstream v0.2.3
9552026-07-19T04:11:45.575Z Checking tokio v1.52.3
9562026-07-19T04:11:45.840Z Compiling pest_meta v2.8.2
9572026-07-19T04:11:46.118Z Checking idna_adapter v1.2.1
9582026-07-19T04:11:46.135Z Compiling regex v1.12.4
9592026-07-19T04:11:46.266Z Checking idna v1.1.0
9602026-07-19T04:11:46.289Z Checking typenum v1.20.1
9612026-07-19T04:11:46.384Z Checking futures-task v0.3.32
9622026-07-19T04:11:46.514Z Checking url v2.5.7
9632026-07-19T04:11:46.530Z Checking futures-io v0.3.32
9642026-07-19T04:11:46.563Z Compiling pest_generator v2.8.2
9652026-07-19T04:11:46.871Z Checking futures-util v0.3.32
9662026-07-19T04:11:46.909Z Compiling getrandom v0.3.3
9672026-07-19T04:11:47.064Z Compiling tracing-attributes v0.1.30
9682026-07-19T04:11:47.185Z Checking tracing-core v0.1.34
9692026-07-19T04:11:47.204Z Compiling pest_derive v2.8.2
9702026-07-19T04:11:47.268Z Compiling pkg-config v0.3.32
9712026-07-19T04:11:47.486Z Compiling foldhash v0.2.0
9722026-07-19T04:11:47.598Z Compiling allocator-api2 v0.2.21
9732026-07-19T04:11:47.715Z Checking fnv v1.0.7
9742026-07-19T04:11:47.717Z Checking http v1.4.2
9752026-07-19T04:11:47.758Z Compiling generic-array v0.14.7
9762026-07-19T04:11:47.915Z Compiling hashbrown v0.16.1
9772026-07-19T04:11:47.930Z Compiling vcpkg v0.2.15
9782026-07-19T04:11:48.272Z Checking tracing v0.1.41
9792026-07-19T04:11:48.288Z Compiling time-core v0.1.8
9802026-07-19T04:11:48.291Z Compiling num-conv v0.2.1
9812026-07-19T04:11:48.445Z Compiling byteorder v1.5.0
9822026-07-19T04:11:48.462Z Compiling time-macros v0.2.27
9832026-07-19T04:11:48.671Z Checking errno v0.3.14
9842026-07-19T04:11:48.767Z Checking ipnet v2.11.0
9852026-07-19T04:11:48.786Z Checking base64 v0.22.1
9862026-07-19T04:11:48.800Z Checking tokio-util v0.7.16
9872026-07-19T04:11:48.867Z Compiling scroll_derive v0.13.1
9882026-07-19T04:11:48.990Z Compiling camino v1.2.3
9892026-07-19T04:11:49.019Z Checking crypto-common v0.1.6
9902026-07-19T04:11:49.151Z Checking http-body v1.0.1
9912026-07-19T04:11:49.296Z Checking atomic-waker v1.1.2
9922026-07-19T04:11:49.312Z Compiling crossbeam-utils v0.8.21
9932026-07-19T04:11:49.375Z Checking ppv-lite86 v0.2.21
9942026-07-19T04:11:49.504Z Compiling slog v2.8.2
9952026-07-19T04:11:49.635Z Checking tower-layer v0.3.3
9962026-07-19T04:11:49.668Z Checking tower-service v0.3.3
9972026-07-19T04:11:49.684Z Compiling paste v1.0.15
9982026-07-19T04:11:49.699Z Checking try-lock v0.2.5
9992026-07-19T04:11:49.760Z Checking h2 v0.4.14
10002026-07-19T04:11:49.783Z Checking ipnetwork v0.21.1
10012026-07-19T04:11:49.798Z Checking want v0.3.1
10022026-07-19T04:11:49.919Z Checking erased-serde v0.3.31
10032026-07-19T04:11:49.987Z Checking rustls-pki-types v1.12.0
10042026-07-19T04:11:50.002Z Checking ryu v1.0.20
10052026-07-19T04:11:50.005Z Checking httpdate v1.0.3
10062026-07-19T04:11:50.030Z Checking pretty-hex v0.4.1
10072026-07-19T04:11:50.166Z Compiling async-trait v0.1.89
10082026-07-19T04:11:50.192Z Checking untrusted v0.9.0
10092026-07-19T04:11:50.272Z Compiling scroll v0.13.0
10102026-07-19T04:11:50.418Z Compiling usdt-impl v0.6.0
10112026-07-19T04:11:50.603Z Compiling plain v0.2.3
10122026-07-19T04:11:50.622Z Checking http-body-util v0.1.3
10132026-07-19T04:11:50.692Z Compiling openssl-sys v0.9.117
10142026-07-19T04:11:50.713Z Compiling goblin v0.10.1
10152026-07-19T04:11:50.729Z Compiling cmake v0.1.54
10162026-07-19T04:11:50.857Z Compiling fs_extra v1.3.0
10172026-07-19T04:11:51.016Z Compiling strsim v0.11.1
10182026-07-19T04:11:51.119Z Compiling dunce v1.0.5
10192026-07-19T04:11:51.152Z Compiling slog-async v2.8.0
10202026-07-19T04:11:51.316Z Compiling aws-lc-sys v0.39.1
10212026-07-19T04:11:51.332Z Checking rand_core v0.9.3
10222026-07-19T04:11:51.345Z Checking serde_urlencoded v0.7.1
10232026-07-19T04:11:51.494Z Checking oxnet v0.1.6
10242026-07-19T04:11:51.509Z Checking block-buffer v0.10.4
10252026-07-19T04:11:51.512Z Compiling regress v0.10.5
10262026-07-19T04:11:51.551Z Compiling dtrace-parser v0.3.0
10272026-07-19T04:11:51.648Z Compiling openapiv3 v2.2.0
10282026-07-19T04:11:51.715Z Checking hyper v1.10.1
10292026-07-19T04:11:51.754Z Compiling thread-id v5.0.0
10302026-07-19T04:11:52.175Z Checking digest v0.10.7
10312026-07-19T04:11:52.322Z Compiling omicron-workspace-hack v0.1.0
10322026-07-19T04:11:52.368Z Compiling ident_case v1.0.1
10332026-07-19T04:11:52.496Z Compiling darling_core v0.21.3
10342026-07-19T04:11:52.555Z Checking rand_chacha v0.9.0
10352026-07-19T04:11:52.622Z Checking hyper-util v0.1.20
10362026-07-19T04:11:52.739Z Compiling daft-derive v0.1.5
10372026-07-19T04:11:53.153Z Compiling typify-impl v0.4.3
10382026-07-19T04:11:53.177Z Checking powerfmt v0.2.0
10392026-07-19T04:11:53.450Z Compiling dof v0.4.0
10402026-07-19T04:11:53.486Z Compiling aws-lc-rs v1.16.2
10412026-07-19T04:11:53.795Z Checking deranged v0.5.3
10422026-07-19T04:11:54.180Z Checking rand v0.9.3
10432026-07-19T04:11:54.361Z Compiling unsafe-libyaml v0.2.11
10442026-07-19T04:11:54.438Z Compiling syn v1.0.109
10452026-07-19T04:11:54.544Z Compiling usdt-macro v0.6.0
10462026-07-19T04:11:54.572Z Compiling darling_macro v0.21.3
10472026-07-19T04:11:54.627Z Compiling usdt-attr-macro v0.6.0
10482026-07-19T04:11:54.755Z Checking num_threads v0.1.7
10492026-07-19T04:11:54.891Z Compiling serde_yaml v0.9.34+deprecated
10502026-07-19T04:11:54.938Z Checking time v0.3.47
10512026-07-19T04:11:55.111Z Compiling darling v0.21.3
10522026-07-19T04:11:55.200Z Checking sync_wrapper v1.0.2
10532026-07-19T04:11:55.364Z Checking encoding_rs v0.8.35
10542026-07-19T04:11:55.490Z Checking mime v0.3.17
10552026-07-19T04:11:55.669Z Checking cpufeatures v0.2.17
10562026-07-19T04:11:55.744Z Checking untrusted v0.7.1
10572026-07-19T04:11:55.865Z Checking tower v0.5.2
10582026-07-19T04:11:56.199Z Checking crossbeam-channel v0.5.15
10592026-07-19T04:11:56.254Z Checking futures-executor v0.3.32
10602026-07-19T04:11:56.317Z Compiling structmeta-derive v0.3.0
10612026-07-19T04:11:56.331Z Compiling multer v3.1.0
10622026-07-19T04:11:56.399Z Compiling rustls v0.22.4
10632026-07-19T04:11:56.517Z Checking iri-string v0.7.8
10642026-07-19T04:11:56.548Z Compiling rustls v0.23.40
10652026-07-19T04:11:56.580Z Compiling typify-macro v0.4.3
10662026-07-19T04:11:56.607Z Checking futures v0.3.32
10672026-07-19T04:11:56.684Z Compiling async-stream-impl v0.3.6
10682026-07-19T04:11:56.755Z Checking thread_local v1.1.9
10692026-07-19T04:11:56.885Z Compiling openssl v0.10.81
10702026-07-19T04:11:56.917Z Checking fastrand v2.3.0
10712026-07-19T04:11:57.095Z Checking hex v0.4.3
10722026-07-19T04:11:57.153Z Checking unicode-width v0.2.1
10732026-07-19T04:11:57.291Z Checking foreign-types-shared v0.1.1
10742026-07-19T04:11:57.333Z Checking tempfile v3.27.0
10752026-07-19T04:11:57.349Z Compiling structmeta v0.3.0
10762026-07-19T04:11:57.381Z Checking foreign-types v0.3.2
10772026-07-19T04:11:57.446Z Compiling strum_macros v0.26.4
10782026-07-19T04:11:57.513Z Checking tower-http v0.6.8
10792026-07-19T04:11:57.527Z Compiling openssl-macros v0.1.1
10802026-07-19T04:11:57.542Z Checking is-terminal v0.4.16
10812026-07-19T04:11:57.622Z Checking memmap2 v0.9.8
10822026-07-19T04:11:57.638Z Checking take_mut v0.2.2
10832026-07-19T04:11:57.780Z Checking term v1.2.0
10842026-07-19T04:11:57.784Z Checking match_cfg v0.1.0
10852026-07-19T04:11:57.860Z Checking openssl-probe v0.1.6
10862026-07-19T04:11:57.966Z Compiling native-tls v0.2.14
10872026-07-19T04:11:58.004Z Checking slog-term v2.9.2
10882026-07-19T04:11:58.068Z Compiling typify v0.4.3
10892026-07-19T04:11:58.082Z Checking hostname v0.3.1
10902026-07-19T04:11:58.259Z Checking slog-json v2.6.1
10912026-07-19T04:11:58.332Z Compiling newtype-uuid-macros v0.1.0
10922026-07-19T04:11:58.410Z Compiling ref-cast v1.0.25
10932026-07-19T04:11:58.495Z Checking slog-bunyan v2.5.0
10942026-07-19T04:11:58.769Z Compiling ref-cast-impl v1.0.25
10952026-07-19T04:11:58.839Z Compiling dropshot v0.16.7
10962026-07-19T04:11:59.094Z Compiling derive-ex v0.1.8
10972026-07-19T04:11:59.112Z Checking webpki-roots v1.0.2
10982026-07-19T04:11:59.126Z Compiling dropshot_endpoint v0.16.7
10992026-07-19T04:11:59.231Z Compiling strum_macros v0.27.2
11002026-07-19T04:11:59.352Z Checking winnow v0.7.14
11012026-07-19T04:12:00.326Z Checking tokio-native-tls v0.3.1
11022026-07-19T04:12:00.598Z Checking hyper-tls v0.6.0
11032026-07-19T04:12:00.691Z Compiling progenitor-impl v0.11.1
11042026-07-19T04:12:00.706Z Compiling test-strategy v0.4.3
11052026-07-19T04:12:00.780Z Checking newtype-uuid v1.3.2
11062026-07-19T04:12:00.784Z Checking winnow v1.0.3
11072026-07-19T04:12:00.833Z Checking either v1.15.0
11082026-07-19T04:12:01.017Z Checking daft v0.1.5
11092026-07-19T04:12:01.044Z Compiling serde_with_macros v3.14.1
11102026-07-19T04:12:01.076Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-07-19T04:12:01.209Z Checking usdt v0.6.0
11122026-07-19T04:12:01.249Z Checking serde_spanned v1.1.1
11132026-07-19T04:12:01.299Z Checking debug-ignore v1.0.5
11142026-07-19T04:12:01.369Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-07-19T04:12:01.534Z Checking spin v0.9.8
11162026-07-19T04:12:01.554Z Compiling parse-display-derive v0.10.0
11172026-07-19T04:12:01.681Z Checking async-stream v0.3.6
11182026-07-19T04:12:01.861Z Checking rustls-webpki v0.102.8
11192026-07-19T04:12:01.883Z Checking rustls-pemfile v2.2.0
11202026-07-19T04:12:02.025Z Checking waitgroup v0.1.2
11212026-07-19T04:12:02.057Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-07-19T04:12:02.127Z Checking serde_path_to_error v0.1.20
11232026-07-19T04:12:02.147Z Checking hostname v0.4.2
11242026-07-19T04:12:02.396Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-07-19T04:12:02.514Z Checking strum v0.26.3
11262026-07-19T04:12:02.624Z Checking rand_chacha v0.3.1
11272026-07-19T04:12:02.711Z Compiling toml_datetime v0.6.11
11282026-07-19T04:12:02.786Z Compiling progenitor-macro v0.11.1
11292026-07-19T04:12:02.814Z Checking macaddr v1.0.1
11302026-07-19T04:12:02.949Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-07-19T04:12:02.995Z Checking wait-timeout v0.2.1
11322026-07-19T04:12:03.066Z Checking quick-error v1.2.3
11332026-07-19T04:12:03.081Z Checking bit-vec v0.8.0
11342026-07-19T04:12:03.137Z Checking lazy_static v1.5.0
11352026-07-19T04:12:03.167Z Checking rusty-fork v0.3.0
11362026-07-19T04:12:03.241Z Checking toml v0.9.12+spec-1.1.0
11372026-07-19T04:12:03.268Z Checking bit-set v0.8.0
11382026-07-19T04:12:03.336Z Checking rand v0.8.5
11392026-07-19T04:12:03.415Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-07-19T04:12:03.651Z Checking tokio-rustls v0.25.0
11412026-07-19T04:12:03.706Z Checking tabwriter v1.4.1
11422026-07-19T04:12:03.801Z Checking sha1 v0.10.6
11432026-07-19T04:12:03.847Z Checking rand_xorshift v0.4.0
11442026-07-19T04:12:03.849Z Compiling clap_derive v4.6.1
11452026-07-19T04:12:03.965Z Checking colored v3.1.1
11462026-07-19T04:12:03.968Z Checking utf8parse v0.2.2
11472026-07-19T04:12:04.047Z Checking unarray v0.1.4
11482026-07-19T04:12:04.092Z Checking anstyle-parse v1.0.0
11492026-07-19T04:12:04.153Z Checking proptest v1.8.0
11502026-07-19T04:12:04.182Z Checking strum v0.27.2
11512026-07-19T04:12:04.292Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-07-19T04:12:04.340Z Checking terminal_size v0.4.3
11532026-07-19T04:12:04.732Z Checking anstyle-query v1.1.4
11542026-07-19T04:12:04.758Z Checking anstyle v1.0.14
11552026-07-19T04:12:04.830Z Checking is_terminal_polyfill v1.70.1
11562026-07-19T04:12:04.846Z Checking colorchoice v1.0.4
11572026-07-19T04:12:04.952Z Checking anstream v1.0.0
11582026-07-19T04:12:05.141Z Checking itertools v0.14.0
11592026-07-19T04:12:05.181Z Checking clap_lex v1.1.0
11602026-07-19T04:12:05.832Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-07-19T04:12:05.962Z Checking clap_builder v4.6.0
11622026-07-19T04:12:06.422Z Checking serde_with v3.14.1
11632026-07-19T04:12:07.067Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-07-19T04:12:07.194Z Checking clap v4.6.1
11652026-07-19T04:12:07.234Z Checking instant v0.1.13
11662026-07-19T04:12:07.273Z Checking rustc-hash v2.1.1
11672026-07-19T04:12:07.389Z Checking iddqd v0.3.18
11682026-07-19T04:12:07.453Z Checking backoff v0.4.0
11692026-07-19T04:12:07.621Z Checking parse-display v0.10.0
11702026-07-19T04:12:07.765Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-07-19T04:12:07.768Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-07-19T04:12:09.267Z Compiling num-derive v0.4.2
11732026-07-19T04:12:09.781Z Compiling rustls-webpki v0.103.6
11742026-07-19T04:12:10.267Z Compiling prettyplease v0.2.37
11752026-07-19T04:12:12.305Z Checking serde_spanned v0.6.9
11762026-07-19T04:12:12.433Z Compiling memoffset v0.9.1
11772026-07-19T04:12:12.720Z Compiling cfg_aliases v0.2.1
11782026-07-19T04:12:12.837Z Compiling nix v0.30.1
11792026-07-19T04:12:13.167Z Compiling tokio-rustls v0.26.4
11802026-07-19T04:12:13.710Z Compiling hyper-rustls v0.27.7
11812026-07-19T04:12:13.954Z Compiling reqwest v0.12.23
11822026-07-19T04:12:14.946Z Checking crossbeam-epoch v0.9.18
11832026-07-19T04:12:15.149Z Compiling progenitor-client v0.11.1
11842026-07-19T04:12:15.402Z Compiling winnow v0.5.40
11852026-07-19T04:12:16.747Z Compiling toml_edit v0.19.15
11862026-07-19T04:12:16.777Z Compiling progenitor v0.11.1
11872026-07-19T04:12:17.604Z Compiling num-integer v0.1.46
11882026-07-19T04:12:18.024Z Compiling proc-macro-crate v1.3.1
11892026-07-19T04:12:18.206Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-07-19T04:12:18.411Z Compiling progenitor-client v0.10.0
11912026-07-19T04:12:19.056Z Compiling hubpack_derive v0.1.1
11922026-07-19T04:12:19.289Z Compiling rayon-core v1.13.0
11932026-07-19T04:12:19.441Z Checking toml_write v0.1.2
11942026-07-19T04:12:19.611Z Checking toml_edit v0.22.27
11952026-07-19T04:12:19.627Z Checking hubpack v0.1.2
11962026-07-19T04:12:19.711Z Checking num-rational v0.4.2
11972026-07-19T04:12:19.789Z Checking num-iter v0.1.45
11982026-07-19T04:12:20.054Z Compiling zerocopy-derive v0.7.35
11992026-07-19T04:12:20.105Z Compiling num-complex v0.4.6
12002026-07-19T04:12:20.489Z Checking static_assertions v1.1.0
12012026-07-19T04:12:20.565Z Checking num v0.4.3
12022026-07-19T04:12:20.732Z Checking toml v0.8.23
12032026-07-19T04:12:20.782Z Checking crossbeam-deque v0.8.6
12042026-07-19T04:12:20.932Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12052026-07-19T04:12:20.968Z Checking float-ord v0.3.2
12062026-07-19T04:12:21.058Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-07-19T04:12:21.205Z Compiling proc-macro-error-attr v1.0.4
12082026-07-19T04:12:21.334Z Compiling heapless v0.8.0
12092026-07-19T04:12:21.435Z Checking bytecount v0.6.9
12102026-07-19T04:12:21.557Z Checking libscf-sys v1.2.0
12112026-07-19T04:12:21.688Z Compiling ingot-macros v0.1.1
12122026-07-19T04:12:21.755Z Checking hash32 v0.3.1
12132026-07-19T04:12:21.807Z Compiling proc-macro-error v1.0.4
12142026-07-19T04:12:21.883Z Compiling smoltcp v0.11.0
12152026-07-19T04:12:22.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12162026-07-19T04:12:22.592Z Compiling zerocopy v0.7.35
12172026-07-19T04:12:22.700Z Compiling num_enum_derive v0.7.5
12182026-07-19T04:12:22.863Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12192026-07-19T04:12:22.951Z Checking cobs v0.3.0
12202026-07-19T04:12:23.098Z Compiling foreign-types-macros v0.2.3
12212026-07-19T04:12:23.141Z Compiling scroll_derive v0.12.1
12222026-07-19T04:12:23.168Z Compiling usdt-impl v0.5.0
12232026-07-19T04:12:23.424Z Compiling crucible-workspace-hack v0.1.0
12242026-07-19T04:12:23.427Z Checking managed v0.8.0
12252026-07-19T04:12:23.630Z Checking bitflags v1.3.2
12262026-07-19T04:12:23.645Z Checking foreign-types-shared v0.3.1
12272026-07-19T04:12:23.744Z Checking num_enum v0.7.5
12282026-07-19T04:12:23.747Z Checking foreign-types v0.5.0
12292026-07-19T04:12:23.830Z Checking scroll v0.12.0
12302026-07-19T04:12:23.834Z Checking postcard v1.1.3
12312026-07-19T04:12:23.860Z Compiling dof v0.3.0
12322026-07-19T04:12:24.125Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12332026-07-19T04:12:24.164Z Compiling dtrace-parser v0.2.0
12342026-07-19T04:12:24.212Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12352026-07-19T04:12:24.249Z Checking camino-tempfile v1.4.1
12362026-07-19T04:12:24.316Z Checking ingot-types v0.1.2
12372026-07-19T04:12:24.332Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-07-19T04:12:24.411Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12392026-07-19T04:12:24.544Z Checking cstr-argument v0.1.2
12402026-07-19T04:12:24.645Z Compiling thread-id v4.2.2
12412026-07-19T04:12:24.660Z Checking ingot v0.1.1
12422026-07-19T04:12:24.676Z Compiling minimal-lexical v0.2.1
12432026-07-19T04:12:24.690Z Compiling heck v0.4.1
12442026-07-19T04:12:24.778Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-07-19T04:12:24.882Z Compiling nom v7.1.3
12462026-07-19T04:12:24.885Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12472026-07-19T04:12:24.926Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12482026-07-19T04:12:24.959Z Checking goblin v0.8.2
12492026-07-19T04:12:25.068Z Checking rayon v1.11.0
12502026-07-19T04:12:25.331Z Compiling num_enum_derive v0.5.11
12512026-07-19T04:12:25.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-07-19T04:12:26.007Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-07-19T04:12:26.198Z Compiling rustc_version v0.4.1
12542026-07-19T04:12:26.213Z Compiling proc-macro-error-attr2 v2.0.0
12552026-07-19T04:12:26.481Z Compiling convert_case v0.4.0
12562026-07-19T04:12:26.527Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12572026-07-19T04:12:26.603Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-07-19T04:12:26.624Z Checking tinyvec_macros v0.1.1
12592026-07-19T04:12:26.710Z Compiling rustix v0.38.44
12602026-07-19T04:12:26.769Z Checking tinyvec v1.10.0
12612026-07-19T04:12:26.786Z Compiling derive_more v0.99.20
12622026-07-19T04:12:27.049Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-07-19T04:12:27.099Z Compiling proc-macro-error2 v2.0.1
12642026-07-19T04:12:27.178Z Checking num_enum v0.5.11
12652026-07-19T04:12:27.250Z Compiling libz-sys v1.1.22
12662026-07-19T04:12:27.291Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-07-19T04:12:27.447Z Compiling crc32fast v1.5.0
12682026-07-19T04:12:27.668Z Compiling tabled_derive v0.11.0
12692026-07-19T04:12:27.727Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12702026-07-19T04:12:27.794Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-07-19T04:12:28.281Z Compiling usdt-attr-macro v0.5.0
12722026-07-19T04:12:28.367Z Compiling usdt-macro v0.5.0
12732026-07-19T04:12:28.589Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12742026-07-19T04:12:28.679Z Compiling zone_cfg_derive v0.3.1
12752026-07-19T04:12:28.753Z Checking papergrid v0.17.0
12762026-07-19T04:12:28.994Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-07-19T04:12:29.020Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-07-19T04:12:29.042Z Checking itertools v0.12.1
12792026-07-19T04:12:29.198Z Checking testing_table v0.3.0
12802026-07-19T04:12:29.297Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-07-19T04:12:29.345Z Checking memmap v0.7.0
12822026-07-19T04:12:29.361Z Checking sigpipe v0.1.3
12832026-07-19T04:12:29.443Z Checking glob v0.3.3
12842026-07-19T04:12:29.483Z Checking adler2 v2.0.1
12852026-07-19T04:12:29.523Z Checking jiff v0.2.15
12862026-07-19T04:12:29.526Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-07-19T04:12:29.593Z Checking miniz_oxide v0.8.9
12882026-07-19T04:12:29.623Z Checking tabled v0.20.0
12892026-07-19T04:12:29.743Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12902026-07-19T04:12:29.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-07-19T04:12:29.835Z Checking usdt v0.5.0
12922026-07-19T04:12:29.930Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-07-19T04:12:29.997Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-07-19T04:12:30.025Z Checking zone v0.3.1
12952026-07-19T04:12:30.261Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-07-19T04:12:30.394Z Checking smf v0.2.3
12972026-07-19T04:12:30.438Z Checking secrecy v0.10.3
12982026-07-19T04:12:30.481Z Checking bstr v1.12.0
12992026-07-19T04:12:30.625Z Checking whoami v1.6.1
13002026-07-19T04:12:30.694Z Checking flate2 v1.1.2
13012026-07-19T04:12:30.799Z Compiling curve25519-dalek v4.1.3
13022026-07-19T04:12:30.820Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-07-19T04:12:30.895Z Compiling clang-sys v1.8.1
13042026-07-19T04:12:30.984Z Checking hmac v0.12.1
13052026-07-19T04:12:31.083Z Checking inout v0.1.4
13062026-07-19T04:12:31.124Z Checking hybrid-array v0.4.12
13072026-07-19T04:12:31.219Z Checking ff v0.13.1
13082026-07-19T04:12:31.271Z Compiling enum-as-inner v0.6.1
13092026-07-19T04:12:31.350Z Compiling semver v0.1.20
13102026-07-19T04:12:31.585Z Checking data-encoding v2.9.0
13112026-07-19T04:12:31.610Z Compiling rustc_version v0.1.7
13122026-07-19T04:12:31.612Z Checking group v0.13.0
13132026-07-19T04:12:31.757Z Checking cipher v0.4.4
13142026-07-19T04:12:31.817Z Checking hkdf v0.12.4
13152026-07-19T04:12:31.856Z Checking atomicwrites v0.4.4
13162026-07-19T04:12:31.909Z Compiling thiserror-impl-no-std v2.0.2
13172026-07-19T04:12:31.954Z Checking universal-hash v0.5.1
13182026-07-19T04:12:31.957Z Checking crypto-bigint v0.5.5
13192026-07-19T04:12:31.983Z Compiling regress v0.11.1
13202026-07-19T04:12:31.986Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13212026-07-19T04:12:32.081Z Checking half v2.7.1
13222026-07-19T04:12:32.157Z Compiling curve25519-dalek-derive v0.1.1
13232026-07-19T04:12:32.194Z Checking base64ct v1.8.0
13242026-07-19T04:12:32.331Z Checking opaque-debug v0.3.1
13252026-07-19T04:12:32.408Z Checking indent_write v2.2.0
13262026-07-19T04:12:32.430Z Checking ciborium-io v0.2.2
13272026-07-19T04:12:32.528Z Checking base16ct v0.2.0
13282026-07-19T04:12:32.543Z Checking ciborium-ll v0.2.2
13292026-07-19T04:12:32.654Z Checking password-hash v0.5.0
13302026-07-19T04:12:32.720Z Checking poly1305 v0.8.0
13312026-07-19T04:12:32.881Z Checking chacha20 v0.9.1
13322026-07-19T04:12:32.951Z Compiling newtype_derive v0.1.6
13332026-07-19T04:12:32.977Z Checking thiserror-no-std v2.0.2
13342026-07-19T04:12:33.001Z Checking elliptic-curve v0.13.8
13352026-07-19T04:12:33.069Z Checking crypto-common v0.2.2
13362026-07-19T04:12:33.085Z Checking block-buffer v0.12.0
13372026-07-19T04:12:33.179Z Checking similar v2.7.0
13382026-07-19T04:12:33.229Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-07-19T04:12:33.255Z Checking blake2 v0.10.6
13402026-07-19T04:12:33.471Z Checking aead v0.5.2
13412026-07-19T04:12:33.474Z Compiling libloading v0.8.9
13422026-07-19T04:12:33.488Z Checking keccak v0.1.6
13432026-07-19T04:12:33.518Z Compiling typify-impl v0.6.2
13442026-07-19T04:12:33.521Z Checking compression-core v0.4.32
13452026-07-19T04:12:33.611Z Compiling owo-colors v4.3.0
13462026-07-19T04:12:33.646Z Checking linked-hash-map v0.5.6
13472026-07-19T04:12:33.662Z Compiling bindgen v0.72.1
13482026-07-19T04:12:33.679Z Checking resolv-conf v0.7.5
13492026-07-19T04:12:33.697Z Checking const-oid v0.10.2
13502026-07-19T04:12:33.817Z Checking lru-cache v0.1.2
13512026-07-19T04:12:33.858Z Checking digest v0.11.3
13522026-07-19T04:12:33.876Z Checking sha3 v0.10.8
13532026-07-19T04:12:33.938Z Checking compression-codecs v0.4.32
13542026-07-19T04:12:34.005Z Checking chacha20poly1305 v0.10.1
13552026-07-19T04:12:34.018Z Checking vsss-rs v3.3.4
13562026-07-19T04:12:34.069Z Checking argon2 v0.5.3
13572026-07-19T04:12:34.131Z Checking ciborium v0.2.2
13582026-07-19T04:12:34.164Z Checking hickory-proto v0.24.4
13592026-07-19T04:12:34.396Z Checking tokio-dtrace v0.1.1
13602026-07-19T04:12:34.551Z Compiling cexpr v0.6.0
13612026-07-19T04:12:34.581Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-07-19T04:12:34.873Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-07-19T04:12:35.101Z Checking serde-big-array v0.5.1
13642026-07-19T04:12:35.116Z Compiling derive-where v1.6.0
13652026-07-19T04:12:35.131Z Compiling serde_repr v0.1.20
13662026-07-19T04:12:35.262Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-07-19T04:12:35.478Z Compiling dropshot v0.17.1
13682026-07-19T04:12:35.566Z Checking siphasher v1.0.1
13692026-07-19T04:12:35.723Z Compiling shlex v1.3.0
13702026-07-19T04:12:35.740Z Checking cpufeatures v0.3.0
13712026-07-19T04:12:35.757Z Checking same-file v1.0.6
13722026-07-19T04:12:35.760Z Checking unicode-segmentation v1.12.0
13732026-07-19T04:12:35.817Z Checking sha1 v0.11.0
13742026-07-19T04:12:35.883Z Checking walkdir v2.5.0
13752026-07-19T04:12:36.020Z Checking hickory-resolver v0.24.4
13762026-07-19T04:12:36.058Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13772026-07-19T04:12:36.100Z Checking newline-converter v0.3.0
13782026-07-19T04:12:36.217Z Checking phf_shared v0.12.1
13792026-07-19T04:12:36.420Z Checking toml v1.1.2+spec-1.1.0
13802026-07-19T04:12:36.440Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-07-19T04:12:36.700Z Checking oxide-tokio-rt v0.1.2
13822026-07-19T04:12:36.846Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-07-19T04:12:37.023Z Checking async-compression v0.4.33
13842026-07-19T04:12:37.066Z Compiling typify-macro v0.6.2
13852026-07-19T04:12:37.086Z Compiling progenitor-impl v0.10.0
13862026-07-19T04:12:37.264Z Checking console v0.15.11
13872026-07-19T04:12:37.546Z Checking tokio-stream v0.1.17
13882026-07-19T04:12:37.645Z Compiling dropshot_endpoint v0.17.1
13892026-07-19T04:12:37.700Z Compiling pin-project-internal v1.1.10
13902026-07-19T04:12:37.923Z Compiling slog-dtrace v0.3.0
13912026-07-19T04:12:38.168Z Checking csv-core v0.1.12
13922026-07-19T04:12:38.284Z Compiling unicode-xid v0.2.6
13932026-07-19T04:12:38.358Z Checking smawk v0.3.2
13942026-07-19T04:12:38.416Z Checking foldhash v0.1.5
13952026-07-19T04:12:38.500Z Checking unicode-linebreak v0.1.5
13962026-07-19T04:12:38.562Z Checking swrite v0.1.0
13972026-07-19T04:12:38.596Z Compiling cancel-safe-futures v0.1.5
13982026-07-19T04:12:38.659Z Checking unicode-width v0.1.14
13992026-07-19T04:12:38.721Z Compiling chrono-tz v0.10.4
14002026-07-19T04:12:38.783Z Checking pin-project v1.1.10
14012026-07-19T04:12:38.885Z Checking textwrap v0.16.2
14022026-07-19T04:12:38.888Z Checking hashbrown v0.15.5
14032026-07-19T04:12:38.916Z Compiling const_format_proc_macros v0.2.34
14042026-07-19T04:12:38.962Z Checking csv v1.4.0
14052026-07-19T04:12:39.109Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-07-19T04:12:39.157Z Compiling progenitor-macro v0.10.0
14072026-07-19T04:12:39.373Z Checking qorb v0.4.1
14082026-07-19T04:12:39.389Z Checking expectorate v1.2.0
14092026-07-19T04:12:39.526Z Checking phf v0.12.1
14102026-07-19T04:12:39.674Z Checking unicode-normalization v0.1.24
14112026-07-19T04:12:39.713Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-07-19T04:12:40.370Z Checking libsw-core v0.3.2
14132026-07-19T04:12:40.524Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-07-19T04:12:40.618Z Compiling snafu-derive v0.8.9
14152026-07-19T04:12:40.638Z Compiling async-recursion v1.1.1
14162026-07-19T04:12:40.972Z Compiling cookie v0.18.1
14172026-07-19T04:12:41.020Z Compiling moka v0.12.11
14182026-07-19T04:12:41.214Z Checking fixedbitset v0.5.7
14192026-07-19T04:12:41.249Z Checking fixedbitset v0.4.2
14202026-07-19T04:12:41.268Z Checking highway v1.3.0
14212026-07-19T04:12:41.408Z Checking petgraph v0.6.5
14222026-07-19T04:12:41.423Z Checking petgraph v0.8.2
14232026-07-19T04:12:42.352Z Checking snafu v0.8.9
14242026-07-19T04:12:42.580Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-07-19T04:12:42.599Z Checking libsw v3.5.0
14262026-07-19T04:12:42.656Z Checking olpc-cjson v0.1.4
14272026-07-19T04:12:42.738Z Checking const_format v0.2.34
14282026-07-19T04:12:42.797Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-07-19T04:12:42.856Z Checking papergrid v0.11.0
14302026-07-19T04:12:42.992Z Compiling typify v0.6.2
14312026-07-19T04:12:43.091Z Checking globset v0.4.16
14322026-07-19T04:12:43.205Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-07-19T04:12:43.205Z Checking gethostname v0.5.0
14342026-07-19T04:12:43.315Z Checking progenitor v0.10.0
14352026-07-19T04:12:43.337Z Compiling tabled_derive v0.7.0
14362026-07-19T04:12:43.409Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-07-19T04:12:43.451Z Checking reqwest v0.13.2
14382026-07-19T04:12:43.467Z Checking bcs v0.1.6
14392026-07-19T04:12:43.705Z Checking pem v3.0.5
14402026-07-19T04:12:43.705Z Checking serde_plain v1.0.2
14412026-07-19T04:12:43.737Z Checking humantime v2.3.0
14422026-07-19T04:12:43.869Z Checking tagptr v0.2.0
14432026-07-19T04:12:43.870Z Checking crc8 v0.1.1
14442026-07-19T04:12:43.923Z Checking termtree v0.5.1
14452026-07-19T04:12:43.972Z Checking linear-map v1.2.0
14462026-07-19T04:12:43.996Z Compiling signal-hook v0.4.4
14472026-07-19T04:12:44.026Z Checking typed-path v0.9.3
14482026-07-19T04:12:44.146Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-07-19T04:12:44.237Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-07-19T04:12:44.285Z Checking tabled v0.15.0
14512026-07-19T04:12:44.680Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-07-19T04:12:44.781Z Checking tough v0.20.0
14532026-07-19T04:12:44.847Z Compiling progenitor-impl v0.14.0
14542026-07-19T04:12:45.460Z Checking steno v0.4.1
14552026-07-19T04:12:45.750Z Checking hickory-proto v0.25.2
14562026-07-19T04:12:46.418Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-07-19T04:12:46.454Z Compiling cargo-platform v0.1.9
14582026-07-19T04:12:46.702Z Compiling vergen v8.3.2
14592026-07-19T04:12:46.790Z Compiling fs-err v3.1.2
14602026-07-19T04:12:46.848Z Compiling cargo_metadata v0.18.1
14612026-07-19T04:12:47.005Z Compiling progenitor-macro v0.14.0
14622026-07-19T04:12:47.151Z Checking progenitor-client v0.14.0
14632026-07-19T04:12:47.335Z Checking dropshot-api-manager-types v0.7.2
14642026-07-19T04:12:47.339Z Checking hickory-resolver v0.25.2
14652026-07-19T04:12:47.370Z Checking sha2 v0.10.9
14662026-07-19T04:12:47.513Z Compiling blake3 v1.8.2
14672026-07-19T04:12:47.977Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14682026-07-19T04:12:48.148Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-07-19T04:12:48.366Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-07-19T04:12:48.696Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-07-19T04:12:49.126Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-07-19T04:12:49.285Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14732026-07-19T04:12:49.468Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-07-19T04:12:49.679Z Checking git-stub v1.0.0
14752026-07-19T04:12:49.697Z Compiling strum_macros v0.28.0
14762026-07-19T04:12:49.816Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-07-19T04:12:49.832Z Checking filetime v0.2.26
14782026-07-19T04:12:49.899Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-07-19T04:12:49.963Z Checking constant_time_eq v0.3.1
14802026-07-19T04:12:50.063Z Checking arrayref v0.3.9
14812026-07-19T04:12:50.158Z Checking arrayvec v0.7.6
14822026-07-19T04:12:50.282Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-07-19T04:12:50.355Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-07-19T04:12:50.385Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-07-19T04:12:50.483Z Compiling curl v0.4.50
14862026-07-19T04:12:50.641Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14872026-07-19T04:12:50.743Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14882026-07-19T04:12:51.081Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14892026-07-19T04:12:51.099Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-07-19T04:12:51.192Z Checking progenitor v0.14.0
14912026-07-19T04:12:51.323Z Checking is_ci v1.2.0
14922026-07-19T04:12:51.339Z Checking xattr v1.6.1
14932026-07-19T04:12:51.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14942026-07-19T04:12:51.477Z Checking tar v0.4.45
14952026-07-19T04:12:51.525Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-07-19T04:12:51.555Z Checking strum v0.28.0
14972026-07-19T04:12:51.625Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14982026-07-19T04:12:51.672Z Checking supports-color v3.0.2
14992026-07-19T04:12:51.691Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15002026-07-19T04:12:52.122Z Checking toml v0.7.8
15012026-07-19T04:12:52.430Z Checking git-stub-vcs v0.1.0
15022026-07-19T04:12:52.627Z Checking drift v0.2.0
15032026-07-19T04:12:52.794Z Checking kstat-rs v0.2.4
15042026-07-19T04:12:52.916Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-07-19T04:12:52.938Z Checking topological-sort v0.2.2
15062026-07-19T04:12:52.987Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-07-19T04:12:53.078Z Checking omicron-zone-package v0.12.2
15082026-07-19T04:12:53.317Z Checking dropshot-api-manager v0.7.2
15092026-07-19T04:12:54.319Z Checking signal-hook-tokio v0.4.0
15102026-07-19T04:12:54.449Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-07-19T04:12:54.823Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15122026-07-19T04:12:54.973Z Checking scuffle v0.1.0
15132026-07-19T04:12:54.996Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-07-19T04:12:55.265Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-07-19T04:12:55.583Z Checking iddqd v0.4.5
15162026-07-19T04:12:55.821Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15172026-07-19T04:12:55.863Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-07-19T04:12:56.025Z Checking internet-checksum v0.2.1
15192026-07-19T04:12:56.151Z Checking search_path v0.1.4
15202026-07-19T04:12:56.250Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15212026-07-19T04:12:56.296Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-07-19T04:12:56.363Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-07-19T04:12:56.759Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-07-19T04:12:57.235Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-07-19T04:12:57.371Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-07-19T04:12:57.652Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-07-19T04:12:58.814Z Compiling git2 v0.19.0
15282026-07-19T04:12:59.791Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-07-19T04:13:01.116Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-07-19T04:13:08.763Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-07-19T04:13:10.050Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-07-19T04:13:15.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
15332026-07-19T04:13:15.364Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-07-19T04:13:15.364Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-07-19T04:13:15.859Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-07-19T04:13:15.859Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-07-19T04:13:15.937Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15382026-07-19T04:13:15.940Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-07-19T04:13:23.016Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15402026-07-19T04:13:23.019Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-07-19T04:13:25.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
15422026-07-19T04:13:25.687Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-07-19T04:13:25.687Z+ cargo clippy --features softnpu -- --deny warnings
15442026-07-19T04:13:25.992Z Downloading crates ...
15452026-07-19T04:13:26.130Z Downloaded erased-serde v0.4.8
15462026-07-19T04:13:26.134Z Downloaded funty v2.0.0
15472026-07-19T04:13:26.141Z Downloaded wyz v0.5.1
15482026-07-19T04:13:26.144Z Downloaded bitstruct v0.1.1
15492026-07-19T04:13:26.144Z Downloaded ascii v1.1.0
15502026-07-19T04:13:26.147Z Downloaded typeid v1.0.3
15512026-07-19T04:13:26.150Z Downloaded tap v1.0.1
15522026-07-19T04:13:26.150Z Downloaded radium v0.7.0
15532026-07-19T04:13:26.150Z Downloaded libloading v0.7.4
15542026-07-19T04:13:26.150Z Downloaded serde_arrays v0.1.0
15552026-07-19T04:13:26.155Z Downloaded num-bigint v0.4.6
15562026-07-19T04:13:26.158Z Downloaded bitstruct_derive v0.1.0
15572026-07-19T04:13:26.163Z Downloaded bitvec v1.0.1
15582026-07-19T04:13:26.292Z Checking num-integer v0.1.46
15592026-07-19T04:13:26.373Z Checking num-complex v0.4.6
15602026-07-19T04:13:26.385Z Compiling radium v0.7.0
15612026-07-19T04:13:26.390Z Checking tap v1.0.1
15622026-07-19T04:13:26.398Z Checking funty v2.0.0
15632026-07-19T04:13:26.403Z Compiling typeid v1.0.3
15642026-07-19T04:13:26.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-07-19T04:13:26.416Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-07-19T04:13:26.475Z Checking wyz v0.5.1
15672026-07-19T04:13:26.573Z Checking num-bigint v0.4.6
15682026-07-19T04:13:26.576Z Checking num-iter v0.1.45
15692026-07-19T04:13:26.625Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-07-19T04:13:26.642Z Compiling erased-serde v0.4.8
15712026-07-19T04:13:26.695Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-07-19T04:13:26.703Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-07-19T04:13:26.729Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-07-19T04:13:26.776Z Compiling bitstruct_derive v0.1.0
15752026-07-19T04:13:26.802Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-07-19T04:13:26.821Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-07-19T04:13:26.842Z Checking bitvec v1.0.1
15782026-07-19T04:13:26.847Z Checking ascii v1.1.0
15792026-07-19T04:13:26.847Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-07-19T04:13:26.906Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-07-19T04:13:27.004Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15822026-07-19T04:13:27.013Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-07-19T04:13:27.023Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-07-19T04:13:27.023Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-07-19T04:13:27.300Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-07-19T04:13:27.325Z Checking serde_arrays v0.1.0
15872026-07-19T04:13:27.398Z Checking num-rational v0.4.2
15882026-07-19T04:13:27.424Z Checking libloading v0.7.4
15892026-07-19T04:13:27.433Z Checking bitstruct v0.1.1
15902026-07-19T04:13:27.453Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-07-19T04:13:27.668Z Checking num v0.4.3
15922026-07-19T04:13:27.737Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-07-19T04:13:28.278Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-07-19T04:13:28.559Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-07-19T04:13:28.559Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-07-19T04:13:28.752Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-07-19T04:13:28.971Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-07-19T04:13:28.971Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-07-19T04:13:29.437Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-07-19T04:13:29.657Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-07-19T04:13:29.657Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-07-19T04:13:29.660Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-07-19T04:13:29.660Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-07-19T04:13:30.041Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-07-19T04:13:30.499Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-07-19T04:13:31.331Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-07-19T04:13:33.569Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-07-19T04:13:33.925Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-07-19T04:13:34.802Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-07-19T04:13:35.583Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-07-19T04:13:35.703Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-07-19T04:13:42.066Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-07-19T04:13:43.338Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-07-19T04:13:43.876Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-07-19T04:13:48.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.53s
16162026-07-19T04:13:48.412Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-07-19T04:13:48.412Z+ cargo clippy --features chaos -- --deny warnings
16182026-07-19T04:13:48.895Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-07-19T04:13:48.898Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-07-19T04:13:48.898Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-07-19T04:13:56.018Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16222026-07-19T04:13:56.018Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16232026-07-19T04:13:58.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
16242026-07-19T04:13:58.640Z+ banner fmt
16252026-07-19T04:13:58.643Z
16262026-07-19T04:13:58.643Z ###### # # #####
16272026-07-19T04:13:58.643Z # ## ## #
16282026-07-19T04:13:58.643Z ##### # ## # #
16292026-07-19T04:13:58.643Z # # # #
16302026-07-19T04:13:58.643Z # # # #
16312026-07-19T04:13:58.643Z # # # #
16322026-07-19T04:13:58.643Z
16332026-07-19T04:13:58.643Z+ cargo fmt -- --check
16342026-07-19T04:13:59.103Z+ banner test
16352026-07-19T04:13:59.108Z
16362026-07-19T04:13:59.109Z ##### ###### #### #####
16372026-07-19T04:13:59.109Z # # # #
16382026-07-19T04:13:59.109Z # ##### #### #
16392026-07-19T04:13:59.109Z # # # #
16402026-07-19T04:13:59.109Z # # # # #
16412026-07-19T04:13:59.109Z # ###### #### #
16422026-07-19T04:13:59.109Z
16432026-07-19T04:13:59.109Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-07-19T04:13:59.109Z+ RUST_BACKTRACE=full
16452026-07-19T04:13:59.109Z+ cargo test --features tofino_stub --no-fail-fast
16462026-07-19T04:13:59.945Z Compiling unicode-ident v1.0.24
16472026-07-19T04:13:59.945Z Compiling cfg-if v1.0.4
16482026-07-19T04:13:59.945Z Compiling memchr v2.7.5
16492026-07-19T04:13:59.948Z Compiling serde_core v1.0.228
16502026-07-19T04:14:00.062Z Compiling itoa v1.0.15
16512026-07-19T04:14:00.073Z Compiling libc v0.2.186
16522026-07-19T04:14:00.081Z Compiling zmij v1.0.17
16532026-07-19T04:14:00.112Z Compiling libm v0.2.15
16542026-07-19T04:14:00.180Z Compiling proc-macro2 v1.0.106
16552026-07-19T04:14:00.205Z Compiling heck v0.5.0
16562026-07-19T04:14:00.356Z Compiling equivalent v1.0.2
16572026-07-19T04:14:00.501Z Compiling log v0.4.29
16582026-07-19T04:14:00.602Z Compiling quote v1.0.45
16592026-07-19T04:14:00.615Z Compiling smallvec v1.15.1
16602026-07-19T04:14:00.692Z Compiling iana-time-zone v0.1.64
16612026-07-19T04:14:00.835Z Compiling syn v2.0.118
16622026-07-19T04:14:00.847Z Compiling dyn-clone v1.0.20
16632026-07-19T04:14:00.905Z Compiling hashbrown v0.17.1
16642026-07-19T04:14:00.918Z Compiling stable_deref_trait v1.2.0
16652026-07-19T04:14:00.929Z Compiling pin-project-lite v0.2.16
16662026-07-19T04:14:01.002Z Compiling percent-encoding v2.3.2
16672026-07-19T04:14:01.006Z Compiling writeable v0.6.1
16682026-07-19T04:14:01.027Z Compiling litemap v0.8.0
16692026-07-19T04:14:01.191Z Compiling fnv v1.0.7
16702026-07-19T04:14:01.245Z Compiling icu_properties_data v2.0.1
16712026-07-19T04:14:01.260Z Compiling icu_normalizer_data v2.0.0
16722026-07-19T04:14:01.292Z Compiling regex-syntax v0.8.11
16732026-07-19T04:14:01.305Z Compiling form_urlencoded v1.2.2
16742026-07-19T04:14:01.338Z Compiling utf8_iter v1.0.4
16752026-07-19T04:14:01.380Z Compiling scopeguard v1.2.0
16762026-07-19T04:14:01.469Z Compiling lock_api v0.4.14
16772026-07-19T04:14:01.490Z Compiling num-traits v0.2.19
16782026-07-19T04:14:01.502Z Compiling getrandom v0.4.2
16792026-07-19T04:14:01.650Z Compiling aho-corasick v1.1.3
16802026-07-19T04:14:01.703Z Compiling ucd-trie v0.1.7
16812026-07-19T04:14:01.906Z Compiling semver v1.0.28
16822026-07-19T04:14:02.011Z Compiling serde_json v1.0.150
16832026-07-19T04:14:02.098Z Compiling indexmap v2.14.0
16842026-07-19T04:14:02.165Z Compiling byteorder v1.5.0
16852026-07-19T04:14:02.249Z Compiling futures-core v0.3.32
16862026-07-19T04:14:02.258Z Compiling uuid v1.23.3
16872026-07-19T04:14:02.392Z Compiling allocator-api2 v0.2.21
16882026-07-19T04:14:02.695Z Compiling foldhash v0.2.0
16892026-07-19T04:14:02.719Z Compiling regex-automata v0.4.13
16902026-07-19T04:14:02.731Z Compiling num-conv v0.2.1
16912026-07-19T04:14:02.885Z Compiling time-core v0.1.8
16922026-07-19T04:14:02.938Z Compiling hashbrown v0.16.1
16932026-07-19T04:14:02.942Z Compiling futures-sink v0.3.32
16942026-07-19T04:14:03.040Z Compiling time-macros v0.2.27
16952026-07-19T04:14:03.051Z Compiling ryu v1.0.20
16962026-07-19T04:14:03.244Z Compiling pretty-hex v0.4.1
16972026-07-19T04:14:03.389Z Compiling slab v0.4.11
16982026-07-19T04:14:03.543Z Compiling plain v0.2.3
16992026-07-19T04:14:03.569Z Compiling strsim v0.11.1
17002026-07-19T04:14:03.654Z Compiling synstructure v0.13.2
17012026-07-19T04:14:03.683Z Compiling serde_derive_internals v0.29.1
17022026-07-19T04:14:03.938Z Compiling futures-channel v0.3.32
17032026-07-19T04:14:03.982Z Compiling futures-io v0.3.32
17042026-07-19T04:14:04.034Z Compiling futures-task v0.3.32
17052026-07-19T04:14:04.104Z Compiling socket2 v0.6.4
17062026-07-19T04:14:04.162Z Compiling parking_lot_core v0.9.12
17072026-07-19T04:14:04.166Z Compiling signal-hook-registry v1.4.6
17082026-07-19T04:14:04.209Z Compiling thread-id v5.0.0
17092026-07-19T04:14:04.298Z Compiling mio v1.2.1
17102026-07-19T04:14:04.426Z Compiling regex v1.12.4
17112026-07-19T04:14:04.457Z Compiling parking_lot v0.12.5
17122026-07-19T04:14:04.559Z Compiling regress v0.10.5
17132026-07-19T04:14:04.584Z Compiling darling_core v0.21.3
17142026-07-19T04:14:04.642Z Compiling base64 v0.22.1
17152026-07-19T04:14:04.827Z Compiling bitflags v2.11.1
17162026-07-19T04:14:04.863Z Compiling serde_derive v1.0.228
17172026-07-19T04:14:04.874Z Compiling zerofrom-derive v0.1.6
17182026-07-19T04:14:04.894Z Compiling yoke-derive v0.8.0
17192026-07-19T04:14:04.994Z Compiling zerovec-derive v0.11.1
17202026-07-19T04:14:05.073Z Compiling displaydoc v0.2.5
17212026-07-19T04:14:05.345Z Compiling thiserror-impl v2.0.18
17222026-07-19T04:14:05.895Z Compiling schemars_derive v0.8.22
17232026-07-19T04:14:06.018Z Compiling tokio-macros v2.7.0
17242026-07-19T04:14:06.133Z Compiling zerocopy-derive v0.8.27
17252026-07-19T04:14:06.136Z Compiling zeroize_derive v1.4.3
17262026-07-19T04:14:06.625Z Compiling thiserror v2.0.18
17272026-07-19T04:14:06.740Z Compiling futures-macro v0.3.32
17282026-07-19T04:14:06.784Z Compiling zerofrom v0.1.6
17292026-07-19T04:14:06.787Z Compiling thiserror-impl v1.0.69
17302026-07-19T04:14:06.838Z Compiling tracing-attributes v0.1.30
17312026-07-19T04:14:06.919Z Compiling yoke v0.8.0
17322026-07-19T04:14:07.116Z Compiling zerovec v0.11.4
17332026-07-19T04:14:07.140Z Compiling zerotrie v0.2.2
17342026-07-19T04:14:07.414Z Compiling zerocopy v0.8.27
17352026-07-19T04:14:07.467Z Compiling pest v2.8.2
17362026-07-19T04:14:07.619Z Compiling scroll_derive v0.13.1
17372026-07-19T04:14:07.631Z Compiling serde v1.0.228
17382026-07-19T04:14:07.993Z Compiling tinystr v0.8.1
17392026-07-19T04:14:08.092Z Compiling bytes v1.12.0
17402026-07-19T04:14:08.169Z Compiling serde_tokenstream v0.2.3
17412026-07-19T04:14:08.201Z Compiling icu_locale_core v2.0.0
17422026-07-19T04:14:08.456Z Compiling potential_utf v0.1.3
17432026-07-19T04:14:08.478Z Compiling chrono v0.4.45
17442026-07-19T04:14:08.546Z Compiling http v1.4.2
17452026-07-19T04:14:08.629Z Compiling icu_collections v2.0.0
17462026-07-19T04:14:08.739Z Compiling icu_provider v2.0.0
17472026-07-19T04:14:08.771Z Compiling pest_meta v2.8.2
17482026-07-19T04:14:08.930Z Compiling async-trait v0.1.89
17492026-07-19T04:14:09.054Z Compiling icu_normalizer v2.0.0
17502026-07-19T04:14:09.071Z Compiling icu_properties v2.0.1
17512026-07-19T04:14:09.161Z Compiling scroll v0.13.0
17522026-07-19T04:14:09.431Z Compiling pest_generator v2.8.2
17532026-07-19T04:14:09.532Z Compiling schemars v0.8.22
17542026-07-19T04:14:09.664Z Compiling goblin v0.10.1
17552026-07-19T04:14:09.928Z Compiling idna_adapter v1.2.1
17562026-07-19T04:14:10.004Z Compiling thiserror v1.0.69
17572026-07-19T04:14:10.066Z Compiling idna v1.1.0
17582026-07-19T04:14:10.080Z Compiling pest_derive v2.8.2
17592026-07-19T04:14:10.083Z Compiling tokio v1.52.3
17602026-07-19T04:14:10.109Z Compiling openapiv3 v2.2.0
17612026-07-19T04:14:10.350Z Compiling daft-derive v0.1.5
17622026-07-19T04:14:10.678Z Compiling url v2.5.7
17632026-07-19T04:14:10.727Z Compiling dtrace-parser v0.3.0
17642026-07-19T04:14:10.939Z Compiling typify-impl v0.4.3
17652026-07-19T04:14:11.104Z Compiling darling_macro v0.21.3
17662026-07-19T04:14:11.151Z Compiling http-body v1.0.1
17672026-07-19T04:14:11.587Z Compiling ppv-lite86 v0.2.21
17682026-07-19T04:14:11.634Z Compiling erased-serde v0.3.31
17692026-07-19T04:14:11.719Z Compiling darling v0.21.3
17702026-07-19T04:14:11.806Z Compiling serde_yaml v0.9.34+deprecated
17712026-07-19T04:14:11.819Z Compiling openssl-macros v0.1.1
17722026-07-19T04:14:11.916Z Compiling getrandom v0.2.16
17732026-07-19T04:14:12.141Z Compiling ipnet v2.11.0
17742026-07-19T04:14:12.301Z Compiling atomic-waker v1.1.2
17752026-07-19T04:14:12.684Z Compiling dof v0.4.0
17762026-07-19T04:14:12.826Z Compiling httparse v1.10.1
17772026-07-19T04:14:13.074Z Compiling tower-service v0.3.3
17782026-07-19T04:14:13.144Z Compiling usdt-impl v0.6.0
17792026-07-19T04:14:13.177Z Compiling untrusted v0.9.0
17802026-07-19T04:14:13.278Z Compiling tower-layer v0.3.3
17812026-07-19T04:14:13.309Z Compiling anyhow v1.0.104
17822026-07-19T04:14:13.447Z Compiling try-lock v0.2.5
17832026-07-19T04:14:13.468Z Compiling syn v1.0.109
17842026-07-19T04:14:13.565Z Compiling want v0.3.1
17852026-07-19T04:14:13.714Z Compiling zeroize v1.8.1
17862026-07-19T04:14:13.743Z Compiling httpdate v1.0.3
17872026-07-19T04:14:13.853Z Compiling portable-atomic v1.11.1
17882026-07-19T04:14:14.287Z Compiling structmeta-derive v0.3.0
17892026-07-19T04:14:14.388Z Compiling async-stream-impl v0.3.6
17902026-07-19T04:14:14.469Z Compiling critical-section v1.2.0
17912026-07-19T04:14:14.536Z Compiling usdt-macro v0.6.0
17922026-07-19T04:14:14.586Z Compiling usdt-attr-macro v0.6.0
17932026-07-19T04:14:15.288Z Compiling once_cell v1.21.3
17942026-07-19T04:14:15.387Z Compiling structmeta v0.3.0
17952026-07-19T04:14:15.520Z Compiling newtype-uuid-macros v0.1.0
17962026-07-19T04:14:15.601Z Compiling strum_macros v0.26.4
17972026-07-19T04:14:15.825Z Compiling powerfmt v0.2.0
17982026-07-19T04:14:16.040Z Compiling deranged v0.5.3
17992026-07-19T04:14:16.194Z Compiling num_threads v0.1.7
18002026-07-19T04:14:16.941Z Compiling http-body-util v0.1.3
18012026-07-19T04:14:16.954Z Compiling omicron-workspace-hack v0.1.0
18022026-07-19T04:14:17.031Z Compiling dropshot_endpoint v0.16.7
18032026-07-19T04:14:17.132Z Compiling serde_urlencoded v0.7.1
18042026-07-19T04:14:17.167Z Compiling typify-macro v0.4.3
18052026-07-19T04:14:17.192Z Compiling ref-cast-impl v1.0.25
18062026-07-19T04:14:17.378Z Compiling derive-ex v0.1.8
18072026-07-19T04:14:17.393Z Compiling strum_macros v0.27.2
18082026-07-19T04:14:17.410Z Compiling sync_wrapper v1.0.2
18092026-07-19T04:14:17.520Z Compiling serde_with_macros v3.14.1
18102026-07-19T04:14:17.523Z Compiling subtle v2.6.1
18112026-07-19T04:14:17.809Z Compiling thread_local v1.1.9
18122026-07-19T04:14:18.059Z Compiling iri-string v0.7.8
18132026-07-19T04:14:18.081Z Compiling futures-util v0.3.32
18142026-07-19T04:14:18.669Z Compiling match_cfg v0.1.0
18152026-07-19T04:14:18.748Z Compiling rand_core v0.6.4
18162026-07-19T04:14:18.762Z Compiling term v1.2.0
18172026-07-19T04:14:18.958Z Compiling test-strategy v0.4.3
18182026-07-19T04:14:18.979Z Compiling typenum v1.20.1
18192026-07-19T04:14:19.237Z Compiling typify v0.4.3
18202026-07-19T04:14:19.250Z Compiling take_mut v0.2.2
18212026-07-19T04:14:19.333Z Compiling progenitor-impl v0.11.1
18222026-07-19T04:14:19.478Z Compiling parse-display-derive v0.10.0
18232026-07-19T04:14:19.696Z Compiling tracing-core v0.1.34
18242026-07-19T04:14:19.796Z Compiling toml_datetime v0.6.11
18252026-07-19T04:14:19.810Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-07-19T04:14:20.084Z Compiling tracing v0.1.41
18272026-07-19T04:14:20.285Z Compiling camino v1.2.3
18282026-07-19T04:14:20.382Z Compiling clap_derive v4.6.1
18292026-07-19T04:14:20.507Z Compiling encoding_rs v0.8.35
18302026-07-19T04:14:20.691Z Compiling fastrand v2.3.0
18312026-07-19T04:14:20.691Z Compiling cpufeatures v0.2.17
18322026-07-19T04:14:20.719Z Compiling mime v0.3.17
18332026-07-19T04:14:20.939Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18342026-07-19T04:14:21.226Z Compiling unicode-width v0.2.1
18352026-07-19T04:14:21.524Z Compiling errno v0.3.14
18362026-07-19T04:14:21.688Z Compiling hex v0.4.3
18372026-07-19T04:14:21.851Z Compiling generic-array v0.14.7
18382026-07-19T04:14:21.961Z Compiling ipnetwork v0.21.1
18392026-07-19T04:14:22.153Z Compiling crossbeam-utils v0.8.21
18402026-07-19T04:14:22.369Z Compiling tokio-util v0.7.16
18412026-07-19T04:14:22.416Z Compiling slog v2.8.2
18422026-07-19T04:14:22.694Z Compiling rustix v1.1.4
18432026-07-19T04:14:22.826Z Compiling getrandom v0.3.3
18442026-07-19T04:14:22.867Z Compiling winnow v0.7.14
18452026-07-19T04:14:22.939Z Compiling progenitor-macro v0.11.1
18462026-07-19T04:14:23.014Z Compiling rand_core v0.9.3
18472026-07-19T04:14:23.026Z Compiling h2 v0.4.14
18482026-07-19T04:14:23.080Z Compiling crypto-common v0.1.6
18492026-07-19T04:14:23.219Z Compiling oxnet v0.1.6
18502026-07-19T04:14:23.235Z Compiling itertools v0.14.0
18512026-07-19T04:14:23.910Z Compiling winnow v1.0.3
18522026-07-19T04:14:24.234Z Compiling toml_parser v1.1.2+spec-1.1.0
18532026-07-19T04:14:24.276Z Compiling num-derive v0.4.2
18542026-07-19T04:14:24.363Z Compiling serde_spanned v1.1.1
18552026-07-19T04:14:24.525Z Compiling spin v0.9.8
18562026-07-19T04:14:24.602Z Compiling debug-ignore v1.0.5
18572026-07-19T04:14:24.651Z Compiling toml_writer v1.1.1+spec-1.1.0
18582026-07-19T04:14:24.873Z Compiling rand_chacha v0.9.0
18592026-07-19T04:14:24.931Z Compiling rustls-pki-types v1.12.0
18602026-07-19T04:14:24.945Z Compiling quick-error v1.2.3
18612026-07-19T04:14:25.058Z Compiling tabwriter v1.4.1
18622026-07-19T04:14:25.296Z Compiling hyper v1.10.1
18632026-07-19T04:14:25.343Z Compiling rand v0.9.3
18642026-07-19T04:14:25.410Z Compiling async-stream v0.3.6
18652026-07-19T04:14:25.461Z Compiling waitgroup v0.1.2
18662026-07-19T04:14:25.596Z Compiling serde_path_to_error v0.1.20
18672026-07-19T04:14:25.615Z Compiling lazy_static v1.5.0
18682026-07-19T04:14:25.726Z Compiling colored v3.1.1
18692026-07-19T04:14:25.965Z Compiling bit-vec v0.8.0
18702026-07-19T04:14:25.978Z Compiling strum v0.26.3
18712026-07-19T04:14:26.002Z Compiling time v0.3.47
18722026-07-19T04:14:26.111Z Compiling ring v0.17.14
18732026-07-19T04:14:26.212Z Compiling bit-set v0.8.0
18742026-07-19T04:14:26.245Z Compiling toml_datetime v0.7.5+spec-1.1.0
18752026-07-19T04:14:26.497Z Compiling hyper-util v0.1.20
18762026-07-19T04:14:26.561Z Compiling unarray v0.1.4
18772026-07-19T04:14:26.680Z Compiling anstyle v1.0.14
18782026-07-19T04:14:26.912Z Compiling toml v0.9.12+spec-1.1.0
18792026-07-19T04:14:27.111Z Compiling crossbeam-channel v0.5.15
18802026-07-19T04:14:27.593Z Compiling macaddr v1.0.1
18812026-07-19T04:14:27.605Z Compiling utf8parse v0.2.2
18822026-07-19T04:14:27.726Z Compiling anstyle-parse v1.0.0
18832026-07-19T04:14:27.751Z Compiling block-buffer v0.10.4
18842026-07-19T04:14:27.818Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-07-19T04:14:27.830Z Compiling ref-cast v1.0.25
18862026-07-19T04:14:27.909Z Compiling anstyle-query v1.1.4
18872026-07-19T04:14:27.922Z Compiling colorchoice v1.0.4
18882026-07-19T04:14:27.937Z Compiling is_terminal_polyfill v1.70.1
18892026-07-19T04:14:28.003Z Compiling digest v0.10.7
18902026-07-19T04:14:28.021Z Compiling strum v0.27.2
18912026-07-19T04:14:28.033Z Compiling anstream v1.0.0
18922026-07-19T04:14:28.044Z Compiling is-terminal v0.4.16
18932026-07-19T04:14:28.067Z Compiling clap_lex v1.1.0
18942026-07-19T04:14:28.139Z Compiling slog-term v2.9.2
18952026-07-19T04:14:28.142Z Compiling slog-async v2.8.0
18962026-07-19T04:14:28.163Z Compiling slog-json v2.6.1
18972026-07-19T04:14:28.226Z Compiling hostname v0.3.1
18982026-07-19T04:14:28.364Z Compiling slog-bunyan v2.5.0
18992026-07-19T04:14:28.376Z Compiling futures-executor v0.3.32
19002026-07-19T04:14:28.438Z Compiling tower v0.5.2
19012026-07-19T04:14:28.472Z Compiling instant v0.1.13
19022026-07-19T04:14:28.684Z Compiling futures v0.3.32
19032026-07-19T04:14:28.696Z Compiling aws-lc-sys v0.39.1
19042026-07-19T04:14:28.781Z Compiling untrusted v0.7.1
19052026-07-19T04:14:28.819Z Compiling openssl-sys v0.9.117
19062026-07-19T04:14:28.910Z Compiling tower-http v0.6.8
19072026-07-19T04:14:29.310Z Compiling aws-lc-rs v1.16.2
19082026-07-19T04:14:29.337Z Compiling memmap2 v0.9.8
19092026-07-19T04:14:30.324Z Compiling rustls-webpki v0.103.6
19102026-07-19T04:14:30.376Z Compiling foreign-types-shared v0.1.1
19112026-07-19T04:14:30.470Z Compiling foreign-types v0.3.2
19122026-07-19T04:14:30.843Z Compiling rustls v0.23.40
19132026-07-19T04:14:30.859Z Compiling tempfile v3.27.0
19142026-07-19T04:14:31.305Z Compiling openssl-probe v0.1.6
19152026-07-19T04:14:31.612Z Compiling openssl v0.10.81
19162026-07-19T04:14:32.307Z Compiling usdt v0.6.0
19172026-07-19T04:14:32.395Z Compiling either v1.15.0
19182026-07-19T04:14:32.611Z Compiling webpki-roots v1.0.2
19192026-07-19T04:14:32.761Z Compiling newtype-uuid v1.3.2
19202026-07-19T04:14:33.118Z Compiling daft v0.1.5
19212026-07-19T04:14:33.912Z Compiling tokio-rustls v0.26.4
19222026-07-19T04:14:33.977Z Compiling native-tls v0.2.14
19232026-07-19T04:14:34.189Z Compiling tokio-native-tls v0.3.1
19242026-07-19T04:14:34.300Z Compiling hyper-rustls v0.27.7
19252026-07-19T04:14:34.374Z Compiling hyper-tls v0.6.0
19262026-07-19T04:14:34.600Z Compiling reqwest v0.12.23
19272026-07-19T04:14:35.665Z Compiling rustls-webpki v0.102.8
19282026-07-19T04:14:35.751Z Compiling rustls-pemfile v2.2.0
19292026-07-19T04:14:35.968Z Compiling multer v3.1.0
19302026-07-19T04:14:36.312Z Compiling hostname v0.4.2
19312026-07-19T04:14:36.501Z Compiling rustls v0.22.4
19322026-07-19T04:14:36.606Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-07-19T04:14:37.183Z Compiling terminal_size v0.4.3
19342026-07-19T04:14:37.336Z Compiling rand_chacha v0.3.1
19352026-07-19T04:14:37.378Z Compiling wait-timeout v0.2.1
19362026-07-19T04:14:37.969Z Compiling rand v0.8.5
19372026-07-19T04:14:38.015Z Compiling rusty-fork v0.3.0
19382026-07-19T04:14:38.395Z Compiling tokio-rustls v0.25.0
19392026-07-19T04:14:39.444Z Compiling sha1 v0.10.6
19402026-07-19T04:14:39.686Z Compiling rand_xorshift v0.4.0
19412026-07-19T04:14:40.321Z Compiling hubpack_derive v0.1.1
19422026-07-19T04:14:40.998Z Compiling proptest v1.8.0
19432026-07-19T04:14:41.019Z Compiling dropshot v0.16.7
19442026-07-19T04:14:41.637Z Compiling clap_builder v4.6.0
19452026-07-19T04:14:42.158Z Compiling serde_spanned v0.6.9
19462026-07-19T04:14:42.715Z Compiling prettyplease v0.2.37
19472026-07-19T04:14:43.193Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-07-19T04:14:43.232Z Compiling clap v4.6.1
19492026-07-19T04:14:44.118Z Compiling progenitor-client v0.11.1
19502026-07-19T04:14:44.292Z Compiling progenitor-client v0.10.0
19512026-07-19T04:14:44.606Z Compiling serde_with v3.14.1
19522026-07-19T04:14:45.327Z Compiling progenitor v0.11.1
19532026-07-19T04:14:46.364Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-07-19T04:14:46.445Z Compiling rustc-hash v2.1.1
19552026-07-19T04:14:46.585Z Compiling iddqd v0.3.18
19562026-07-19T04:14:46.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-07-19T04:14:47.628Z Compiling backoff v0.4.0
19582026-07-19T04:14:47.742Z Compiling parse-display v0.10.0
19592026-07-19T04:14:47.797Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-07-19T04:14:47.840Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-07-19T04:14:47.974Z Compiling toml_write v0.1.2
19622026-07-19T04:14:47.987Z Compiling winnow v0.5.40
19632026-07-19T04:14:48.157Z Compiling toml_edit v0.22.27
19642026-07-19T04:14:49.502Z Compiling num-integer v0.1.46
19652026-07-19T04:14:49.523Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-07-19T04:14:49.917Z Compiling float-ord v0.3.2
19672026-07-19T04:14:50.070Z Compiling toml v0.8.23
19682026-07-19T04:14:53.725Z Compiling num-iter v0.1.45
19692026-07-19T04:14:53.856Z Compiling num-rational v0.4.2
19702026-07-19T04:14:54.402Z Compiling num-complex v0.4.6
19712026-07-19T04:14:54.801Z Compiling num v0.4.3
19722026-07-19T04:14:55.287Z Compiling toml_edit v0.19.15
19732026-07-19T04:14:56.857Z Compiling proc-macro-crate v1.3.1
19742026-07-19T04:14:58.529Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-07-19T04:14:59.351Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-07-19T04:14:59.914Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-07-19T04:15:00.248Z Compiling zerocopy-derive v0.7.35
19782026-07-19T04:15:01.144Z Compiling memoffset v0.9.1
19792026-07-19T04:15:01.262Z Compiling libscf-sys v1.2.0
19802026-07-19T04:15:01.417Z Compiling ingot-macros v0.1.1
19812026-07-19T04:15:01.444Z Compiling proc-macro-error-attr2 v2.0.0
19822026-07-19T04:15:01.599Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-07-19T04:15:02.613Z Compiling proc-macro-error2 v2.0.1
19842026-07-19T04:15:02.787Z Compiling nix v0.30.1
19852026-07-19T04:15:03.296Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-07-19T04:15:03.780Z Compiling scroll_derive v0.12.1
19872026-07-19T04:15:04.304Z Compiling tabled_derive v0.11.0
19882026-07-19T04:15:04.646Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-07-19T04:15:06.536Z Compiling zerocopy v0.7.35
19902026-07-19T04:15:06.969Z Compiling num_enum_derive v0.7.5
19912026-07-19T04:15:07.100Z Compiling hubpack v0.1.2
19922026-07-19T04:15:07.182Z Compiling foreign-types-macros v0.2.3
19932026-07-19T04:15:07.334Z Compiling static_assertions v1.1.0
19942026-07-19T04:15:08.084Z Compiling glob v0.3.3
19952026-07-19T04:15:08.131Z Compiling proc-macro-error-attr v1.0.4
19962026-07-19T04:15:08.350Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-07-19T04:15:08.473Z Compiling dtrace-parser v0.2.0
19982026-07-19T04:15:08.672Z Compiling bytecount v0.6.9
19992026-07-19T04:15:08.827Z Compiling proc-macro-error v1.0.4
20002026-07-19T04:15:08.881Z Compiling dof v0.3.0
20012026-07-19T04:15:09.676Z Compiling num_enum_derive v0.5.11
20022026-07-19T04:15:10.817Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-07-19T04:15:11.116Z Compiling thread-id v4.2.2
20042026-07-19T04:15:11.238Z Compiling usdt-impl v0.5.0
20052026-07-19T04:15:11.788Z Compiling derive_more v0.99.20
20062026-07-19T04:15:12.170Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-07-19T04:15:12.194Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20082026-07-19T04:15:12.679Z Compiling minimal-lexical v0.2.1
20092026-07-19T04:15:12.951Z Compiling nom v7.1.3
20102026-07-19T04:15:13.010Z Compiling usdt-macro v0.5.0
20112026-07-19T04:15:13.144Z Compiling usdt-attr-macro v0.5.0
20122026-07-19T04:15:13.318Z Compiling zone_cfg_derive v0.3.1
20132026-07-19T04:15:13.796Z Compiling papergrid v0.17.0
20142026-07-19T04:15:13.981Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-07-19T04:15:14.023Z Compiling testing_table v0.3.0
20162026-07-19T04:15:14.060Z Compiling rustc_version v0.4.1
20172026-07-19T04:15:14.193Z Compiling crossbeam-epoch v0.9.18
20182026-07-19T04:15:14.304Z Compiling dropshot_endpoint v0.17.1
20192026-07-19T04:15:14.345Z Compiling adler2 v2.0.1
20202026-07-19T04:15:14.492Z Compiling miniz_oxide v0.8.9
20212026-07-19T04:15:14.550Z Compiling crc32fast v1.5.0
20222026-07-19T04:15:14.753Z Compiling tabled v0.20.0
20232026-07-19T04:15:14.864Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20242026-07-19T04:15:14.985Z Compiling enum-as-inner v0.6.1
20252026-07-19T04:15:15.297Z Compiling regress v0.11.1
20262026-07-19T04:15:15.603Z Compiling flate2 v1.1.2
20272026-07-19T04:15:15.688Z Compiling curve25519-dalek v4.1.3
20282026-07-19T04:15:15.990Z Compiling hybrid-array v0.4.12
20292026-07-19T04:15:16.120Z Compiling crossbeam-deque v0.8.6
20302026-07-19T04:15:16.132Z Compiling thiserror-impl-no-std v2.0.2
20312026-07-19T04:15:16.324Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20322026-07-19T04:15:16.482Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-19T04:15:16.543Z Compiling block-buffer v0.12.0
20342026-07-19T04:15:16.716Z Compiling crypto-common v0.2.2
20352026-07-19T04:15:17.202Z Compiling typify-impl v0.6.2
20362026-07-19T04:15:17.289Z Compiling rayon-core v1.13.0
20372026-07-19T04:15:17.334Z Compiling clang-sys v1.8.1
20382026-07-19T04:15:17.634Z Compiling const-oid v0.10.2
20392026-07-19T04:15:17.649Z Compiling compression-core v0.4.32
20402026-07-19T04:15:17.757Z Compiling scroll v0.12.0
20412026-07-19T04:15:17.822Z Compiling digest v0.11.3
20422026-07-19T04:15:17.860Z Compiling compression-codecs v0.4.32
20432026-07-19T04:15:18.030Z Compiling hash32 v0.3.1
20442026-07-19T04:15:18.056Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-07-19T04:15:18.141Z Compiling cpufeatures v0.3.0
20462026-07-19T04:15:18.208Z Compiling sha1 v0.11.0
20472026-07-19T04:15:18.224Z Compiling heapless v0.8.0
20482026-07-19T04:15:18.236Z Compiling async-compression v0.4.33
20492026-07-19T04:15:18.274Z Compiling toml v1.1.2+spec-1.1.0
20502026-07-19T04:15:18.381Z Compiling goblin v0.8.2
20512026-07-19T04:15:18.469Z Compiling ingot-types v0.1.2
20522026-07-19T04:15:18.658Z Compiling cobs v0.3.0
20532026-07-19T04:15:18.719Z Compiling libloading v0.8.9
20542026-07-19T04:15:18.864Z Compiling bitflags v1.3.2
20552026-07-19T04:15:18.867Z Compiling foreign-types-shared v0.3.1
20562026-07-19T04:15:18.922Z Compiling managed v0.8.0
20572026-07-19T04:15:18.949Z Compiling foreign-types v0.5.0
20582026-07-19T04:15:18.976Z Compiling dropshot v0.17.1
20592026-07-19T04:15:19.037Z Compiling bindgen v0.72.1
20602026-07-19T04:15:19.147Z Compiling smoltcp v0.11.0
20612026-07-19T04:15:19.436Z Compiling ingot v0.1.1
20622026-07-19T04:15:19.834Z Compiling postcard v1.1.3
20632026-07-19T04:15:20.673Z Compiling cexpr v0.6.0
20642026-07-19T04:15:21.136Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-07-19T04:15:21.283Z Compiling num_enum v0.7.5
20662026-07-19T04:15:21.419Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-07-19T04:15:21.955Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-07-19T04:15:21.958Z Compiling camino-tempfile v1.4.1
20692026-07-19T04:15:22.077Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-07-19T04:15:22.080Z Compiling derive-where v1.6.0
20712026-07-19T04:15:22.213Z Compiling serde_repr v0.1.20
20722026-07-19T04:15:22.351Z Compiling cstr-argument v0.1.2
20732026-07-19T04:15:22.520Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-07-19T04:15:22.792Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-07-19T04:15:23.381Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20762026-07-19T04:15:23.578Z Compiling rayon v1.11.0
20772026-07-19T04:15:23.591Z Compiling typify-macro v0.6.2
20782026-07-19T04:15:23.982Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-07-19T04:15:24.025Z Compiling crucible-workspace-hack v0.1.0
20802026-07-19T04:15:24.649Z Compiling memmap v0.7.0
20812026-07-19T04:15:24.789Z Compiling tinyvec_macros v0.1.1
20822026-07-19T04:15:24.866Z Compiling tinyvec v1.10.0
20832026-07-19T04:15:24.878Z Compiling usdt v0.5.0
20842026-07-19T04:15:25.160Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-07-19T04:15:25.696Z Compiling typify v0.6.2
20862026-07-19T04:15:25.700Z Compiling num_enum v0.5.11
20872026-07-19T04:15:26.051Z Compiling pin-project-internal v1.1.10
20882026-07-19T04:15:27.011Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-07-19T04:15:27.083Z Compiling progenitor-impl v0.14.0
20902026-07-19T04:15:27.200Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-07-19T04:15:27.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-07-19T04:15:27.350Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-07-19T04:15:27.401Z Compiling rustix v0.38.44
20942026-07-19T04:15:27.921Z Compiling itertools v0.12.1
20952026-07-19T04:15:27.933Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-07-19T04:15:28.099Z Compiling progenitor-impl v0.10.0
20972026-07-19T04:15:28.287Z Compiling sigpipe v0.1.3
20982026-07-19T04:15:28.336Z Compiling jiff v0.2.15
20992026-07-19T04:15:28.428Z Compiling const_format_proc_macros v0.2.34
21002026-07-19T04:15:29.011Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-07-19T04:15:29.171Z Compiling zone v0.3.1
21022026-07-19T04:15:29.247Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21032026-07-19T04:15:30.280Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-07-19T04:15:30.615Z Compiling progenitor-macro v0.14.0
21052026-07-19T04:15:30.900Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-07-19T04:15:31.327Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-07-19T04:15:31.629Z Compiling progenitor-macro v0.10.0
21082026-07-19T04:15:31.831Z Compiling secrecy v0.10.3
21092026-07-19T04:15:31.941Z Compiling smf v0.2.3
21102026-07-19T04:15:32.007Z Compiling async-recursion v1.1.1
21112026-07-19T04:15:32.073Z Compiling snafu-derive v0.8.9
21122026-07-19T04:15:32.325Z Compiling bstr v1.12.0
21132026-07-19T04:15:32.367Z Compiling whoami v1.6.1
21142026-07-19T04:15:32.718Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-07-19T04:15:33.843Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-07-19T04:15:34.401Z Compiling hmac v0.12.1
21172026-07-19T04:15:34.561Z Compiling inout v0.1.4
21182026-07-19T04:15:34.716Z Compiling ff v0.13.1
21192026-07-19T04:15:34.864Z Compiling crc8 v0.1.1
21202026-07-19T04:15:34.993Z Compiling data-encoding v2.9.0
21212026-07-19T04:15:35.039Z Compiling group v0.13.0
21222026-07-19T04:15:35.195Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-07-19T04:15:35.934Z Compiling cipher v0.4.4
21242026-07-19T04:15:36.023Z Compiling hkdf v0.12.4
21252026-07-19T04:15:36.512Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-07-19T04:15:36.612Z Compiling atomicwrites v0.4.4
21272026-07-19T04:15:36.825Z Compiling tokio-dtrace v0.1.1
21282026-07-19T04:15:36.997Z Compiling tabled_derive v0.7.0
21292026-07-19T04:15:37.412Z Compiling reqwest v0.13.2
21302026-07-19T04:15:37.413Z Compiling universal-hash v0.5.1
21312026-07-19T04:15:37.533Z Compiling crypto-bigint v0.5.5
21322026-07-19T04:15:37.557Z Compiling half v2.7.1
21332026-07-19T04:15:37.852Z Compiling ciborium-io v0.2.2
21342026-07-19T04:15:37.960Z Compiling base16ct v0.2.0
21352026-07-19T04:15:37.973Z Compiling base64ct v1.8.0
21362026-07-19T04:15:38.139Z Compiling indent_write v2.2.0
21372026-07-19T04:15:38.287Z Compiling opaque-debug v0.3.1
21382026-07-19T04:15:38.371Z Compiling progenitor-client v0.14.0
21392026-07-19T04:15:38.677Z Compiling elliptic-curve v0.13.8
21402026-07-19T04:15:38.690Z Compiling poly1305 v0.8.0
21412026-07-19T04:15:38.704Z Compiling password-hash v0.5.0
21422026-07-19T04:15:38.875Z Compiling ciborium-ll v0.2.2
21432026-07-19T04:15:39.237Z Compiling oxide-tokio-rt v0.1.2
21442026-07-19T04:15:39.352Z Compiling chacha20 v0.9.1
21452026-07-19T04:15:39.740Z Compiling similar v2.7.0
21462026-07-19T04:15:40.072Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-07-19T04:15:40.214Z Compiling thiserror-no-std v2.0.2
21482026-07-19T04:15:40.880Z Compiling blake2 v0.10.6
21492026-07-19T04:15:41.313Z Compiling aead v0.5.2
21502026-07-19T04:15:41.373Z Compiling strum_macros v0.28.0
21512026-07-19T04:15:41.485Z Compiling linked-hash-map v0.5.6
21522026-07-19T04:15:41.725Z Compiling resolv-conf v0.7.5
21532026-07-19T04:15:41.828Z Compiling keccak v0.1.6
21542026-07-19T04:15:41.989Z Compiling sha3 v0.10.8
21552026-07-19T04:15:42.134Z Compiling lru-cache v0.1.2
21562026-07-19T04:15:42.302Z Compiling chacha20poly1305 v0.10.1
21572026-07-19T04:15:42.337Z Compiling argon2 v0.5.3
21582026-07-19T04:15:42.377Z Compiling vsss-rs v3.3.4
21592026-07-19T04:15:42.390Z Compiling progenitor v0.14.0
21602026-07-19T04:15:42.533Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-07-19T04:15:42.685Z Compiling ciborium v0.2.2
21622026-07-19T04:15:42.884Z Compiling hickory-proto v0.24.4
21632026-07-19T04:15:43.276Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-07-19T04:15:43.287Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-07-19T04:15:43.738Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-07-19T04:15:43.791Z Compiling serde-big-array v0.5.1
21672026-07-19T04:15:44.045Z Compiling unicode-segmentation v1.12.0
21682026-07-19T04:15:44.067Z Compiling siphasher v1.0.1
21692026-07-19T04:15:44.137Z Compiling same-file v1.0.6
21702026-07-19T04:15:44.274Z Compiling walkdir v2.5.0
21712026-07-19T04:15:44.318Z Compiling phf_shared v0.12.1
21722026-07-19T04:15:44.458Z Compiling newline-converter v0.3.0
21732026-07-19T04:15:44.497Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-07-19T04:15:44.538Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-07-19T04:15:44.768Z Compiling hickory-resolver v0.24.4
21762026-07-19T04:15:44.854Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-07-19T04:15:45.291Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-07-19T04:15:46.437Z Compiling newtype_derive v0.1.6
21792026-07-19T04:15:46.531Z Compiling owo-colors v4.3.0
21802026-07-19T04:15:46.631Z Compiling tokio-stream v0.1.17
21812026-07-19T04:15:46.769Z Compiling console v0.15.11
21822026-07-19T04:15:47.098Z Compiling csv-core v0.1.12
21832026-07-19T04:15:47.128Z Compiling humantime v2.3.0
21842026-07-19T04:15:47.303Z Compiling unicode-linebreak v0.1.5
21852026-07-19T04:15:47.381Z Compiling termtree v0.5.1
21862026-07-19T04:15:47.542Z Compiling unicode-width v0.1.14
21872026-07-19T04:15:47.600Z Compiling smawk v0.3.2
21882026-07-19T04:15:47.615Z Compiling foldhash v0.1.5
21892026-07-19T04:15:47.667Z Compiling swrite v0.1.0
21902026-07-19T04:15:47.746Z Compiling hashbrown v0.15.5
21912026-07-19T04:15:47.776Z Compiling textwrap v0.16.2
21922026-07-19T04:15:47.849Z Compiling csv v1.4.0
21932026-07-19T04:15:47.979Z Compiling expectorate v1.2.0
21942026-07-19T04:15:48.003Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-07-19T04:15:48.137Z Compiling qorb v0.4.1
21962026-07-19T04:15:48.312Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-07-19T04:15:49.680Z Compiling phf v0.12.1
21982026-07-19T04:15:49.847Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-07-19T04:15:50.371Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-07-19T04:15:50.395Z Compiling pin-project v1.1.10
22012026-07-19T04:15:50.466Z Compiling unicode-normalization v0.1.24
22022026-07-19T04:15:50.510Z Compiling libz-sys v1.1.22
22032026-07-19T04:15:50.684Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-07-19T04:15:51.691Z Compiling libsw-core v0.3.2
22052026-07-19T04:15:52.135Z Compiling highway v1.3.0
22062026-07-19T04:15:52.432Z Compiling fixedbitset v0.5.7
22072026-07-19T04:15:52.481Z Compiling fixedbitset v0.4.2
22082026-07-19T04:15:52.732Z Compiling petgraph v0.8.2
22092026-07-19T04:15:52.778Z Compiling petgraph v0.6.5
22102026-07-19T04:15:54.107Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-07-19T04:15:54.288Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-07-19T04:15:54.556Z Compiling progenitor v0.10.0
22132026-07-19T04:15:55.256Z Compiling libsw v3.5.0
22142026-07-19T04:15:55.885Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-07-19T04:15:56.277Z Compiling olpc-cjson v0.1.4
22162026-07-19T04:15:56.359Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-07-19T04:15:56.464Z Compiling snafu v0.8.9
22182026-07-19T04:15:56.870Z Compiling chrono-tz v0.10.4
22192026-07-19T04:15:57.219Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-07-19T04:15:57.423Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-07-19T04:15:57.830Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-07-19T04:15:58.279Z Compiling papergrid v0.11.0
22232026-07-19T04:15:58.319Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-07-19T04:15:58.402Z Compiling strum v0.28.0
22252026-07-19T04:15:58.546Z Compiling globset v0.4.16
22262026-07-19T04:15:58.605Z Compiling const_format v0.2.34
22272026-07-19T04:15:58.696Z Compiling slog-dtrace v0.3.0
22282026-07-19T04:15:58.936Z Compiling cancel-safe-futures v0.1.5
22292026-07-19T04:15:59.035Z Compiling gethostname v0.5.0
22302026-07-19T04:15:59.374Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-07-19T04:15:59.940Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-07-19T04:16:00.251Z Compiling dropshot-api-manager-types v0.7.2
22332026-07-19T04:16:00.283Z Compiling bcs v0.1.6
22342026-07-19T04:16:00.588Z Compiling serde_plain v1.0.2
22352026-07-19T04:16:00.641Z Compiling cargo-platform v0.1.9
22362026-07-19T04:16:00.657Z Compiling pem v3.0.5
22372026-07-19T04:16:00.892Z Compiling linear-map v1.2.0
22382026-07-19T04:16:00.992Z Compiling tagptr v0.2.0
22392026-07-19T04:16:01.061Z Compiling typed-path v0.9.3
22402026-07-19T04:16:01.151Z Compiling moka v0.12.11
22412026-07-19T04:16:01.965Z Compiling tough v0.20.0
22422026-07-19T04:16:02.895Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-07-19T04:16:03.389Z Compiling cargo_metadata v0.18.1
22442026-07-19T04:16:03.644Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-07-19T04:16:04.714Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-07-19T04:16:04.869Z Compiling tabled v0.15.0
22472026-07-19T04:16:04.939Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-07-19T04:16:05.586Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-07-19T04:16:05.801Z Compiling git2 v0.19.0
22502026-07-19T04:16:07.635Z Compiling steno v0.4.1
22512026-07-19T04:16:08.572Z Compiling cookie v0.18.1
22522026-07-19T04:16:08.758Z Compiling hickory-proto v0.25.2
22532026-07-19T04:16:10.751Z Compiling hickory-resolver v0.25.2
22542026-07-19T04:16:11.295Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-07-19T04:16:13.371Z Compiling vergen v8.3.2
22562026-07-19T04:16:15.270Z Compiling signal-hook v0.4.4
22572026-07-19T04:16:15.824Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-07-19T04:16:16.408Z Compiling predicates-core v1.0.9
22592026-07-19T04:16:16.422Z Compiling mockall_derive v0.14.0
22602026-07-19T04:16:16.713Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-07-19T04:16:16.726Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-07-19T04:16:16.791Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-07-19T04:16:16.820Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-07-19T04:16:17.181Z Compiling sha2 v0.10.9
22652026-07-19T04:16:18.021Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-07-19T04:16:18.845Z Compiling yansi v1.0.1
22672026-07-19T04:16:18.884Z Compiling mockall v0.14.0
22682026-07-19T04:16:18.932Z Compiling diff v0.1.13
22692026-07-19T04:16:19.114Z Compiling pretty_assertions v1.4.1
22702026-07-19T04:16:19.403Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-07-19T04:16:20.215Z Compiling predicates v3.1.3
22722026-07-19T04:16:20.413Z Compiling predicates-tree v1.0.12
22732026-07-19T04:16:20.698Z Compiling fs-err v3.1.2
22742026-07-19T04:16:21.283Z Compiling git-stub v1.0.0
22752026-07-19T04:16:21.555Z Compiling filetime v0.2.26
22762026-07-19T04:16:21.584Z Compiling is_ci v1.2.0
22772026-07-19T04:16:21.748Z Compiling arrayvec v0.7.6
22782026-07-19T04:16:21.763Z Compiling arrayref v0.3.9
22792026-07-19T04:16:21.850Z Compiling xattr v1.6.1
22802026-07-19T04:16:21.969Z Compiling downcast v0.11.0
22812026-07-19T04:16:22.045Z Compiling fragile v2.0.1
22822026-07-19T04:16:22.134Z Compiling constant_time_eq v0.3.1
22832026-07-19T04:16:22.263Z Compiling blake3 v1.8.2
22842026-07-19T04:16:22.362Z Compiling tar v0.4.45
22852026-07-19T04:16:22.504Z Compiling toml v0.7.8
22862026-07-19T04:16:22.854Z Compiling supports-color v3.0.2
22872026-07-19T04:16:23.062Z Compiling git-stub-vcs v0.1.0
22882026-07-19T04:16:23.387Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-07-19T04:16:23.540Z Compiling signal-hook-tokio v0.4.0
22902026-07-19T04:16:23.837Z Compiling scuffle v0.1.0
22912026-07-19T04:16:24.783Z Compiling drift v0.2.0
22922026-07-19T04:16:25.357Z Compiling kstat-rs v0.2.4
22932026-07-19T04:16:25.560Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-07-19T04:16:25.696Z Compiling topological-sort v0.2.2
22952026-07-19T04:16:25.855Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-07-19T04:16:25.868Z Compiling hex-literal v1.1.0
22972026-07-19T04:16:25.964Z Compiling omicron-zone-package v0.12.2
22982026-07-19T04:16:25.994Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-07-19T04:16:26.769Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-07-19T04:16:28.163Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23012026-07-19T04:16:28.411Z Compiling dropshot-api-manager v0.7.2
23022026-07-19T04:16:28.841Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-07-19T04:16:29.282Z Compiling curl v0.4.50
23042026-07-19T04:16:29.450Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-07-19T04:16:29.537Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-07-19T04:16:29.784Z Compiling iddqd v0.4.5
23072026-07-19T04:16:30.129Z Compiling internet-checksum v0.2.1
23082026-07-19T04:16:30.286Z Compiling search_path v0.1.4
23092026-07-19T04:16:30.305Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-07-19T04:16:30.707Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-07-19T04:16:33.755Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-07-19T04:16:35.578Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-07-19T04:17:20.078Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
23142026-07-19T04:17:20.206Z Running unittests src/lib.rs (target/debug/deps/aal-504aff372e2bff9a)
23152026-07-19T04:17:20.209Z
23162026-07-19T04:17:20.209Zrunning 5 tests
23172026-07-19T04:17:20.212Ztest fuse::tests::chip_revision_b1 ... ok
23182026-07-19T04:17:20.212Ztest fuse::tests::chip_revision_a0 ... ok
23192026-07-19T04:17:20.212Ztest fuse::tests::chip_revision_b0 ... ok
23202026-07-19T04:17:20.212Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23212026-07-19T04:17:20.212Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-07-19T04:17:20.212Z
23232026-07-19T04:17:20.212Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-07-19T04:17:20.212Z
23252026-07-19T04:17:20.212Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-07-19T04:17:20.215Z
23272026-07-19T04:17:20.215Zrunning 0 tests
23282026-07-19T04:17:20.215Z
23292026-07-19T04:17:20.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-07-19T04:17:20.215Z
23312026-07-19T04:17:20.215Z Running unittests src/lib.rs (target/debug/deps/asic-88caec5ec36d59bf)
23322026-07-19T04:17:20.218Z
23332026-07-19T04:17:20.218Zrunning 0 tests
23342026-07-19T04:17:20.218Z
23352026-07-19T04:17:20.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-07-19T04:17:20.218Z
23372026-07-19T04:17:20.218Z Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428)
23382026-07-19T04:17:20.218Z
23392026-07-19T04:17:20.218Zrunning 10 tests
23402026-07-19T04:17:20.221Ztest nat::tests::test_vni ... ok
23412026-07-19T04:17:20.221Ztest network::tests::test_equal ... ok
23422026-07-19T04:17:20.221Ztest network::tests::test_eui64 ... ok
23432026-07-19T04:17:20.221Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-07-19T04:17:20.221Ztest network::tests::test_into ... ok
23452026-07-19T04:17:20.221Ztest network::tests::test_not_equal ... ok
23462026-07-19T04:17:20.221Ztest network::tests::test_parse ... ok
23472026-07-19T04:17:20.221Ztest network::tests::test_to_string ... ok
23482026-07-19T04:17:20.221Ztest test_purge ... ok
23492026-07-19T04:17:20.224Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-07-19T04:17:20.224Z
23512026-07-19T04:17:20.224Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-07-19T04:17:20.224Z
23532026-07-19T04:17:20.224Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f3bf3377c822793d)
23542026-07-19T04:17:20.228Z
23552026-07-19T04:17:20.228Zrunning 1 test
23562026-07-19T04:17:20.231Z -------
23572026-07-19T04:17:20.231Z Generating OpenAPI documents from API definitions ...
23582026-07-19T04:17:20.367Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-07-19T04:17:20.435Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-07-19T04:17:21.437Z -------
23612026-07-19T04:17:21.437Z Checking 12 OpenAPI documents...
23622026-07-19T04:17:21.437Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-07-19T04:17:21.437Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-07-19T04:17:21.437Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-07-19T04:17:21.437Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-07-19T04:17:21.441Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-07-19T04:17:21.441Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-07-19T04:17:21.441Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-07-19T04:17:21.442Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-07-19T04:17:21.442Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-07-19T04:17:21.442Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-07-19T04:17:21.442Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-07-19T04:17:21.442Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-07-19T04:17:21.442Z Fresh dpd "latest" symlink
23752026-07-19T04:17:21.442Z -------
23762026-07-19T04:17:21.442Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-07-19T04:17:21.503Ztest test::test_apis_up_to_date ... ok
23782026-07-19T04:17:21.503Z
23792026-07-19T04:17:21.503Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23802026-07-19T04:17:21.503Z
23812026-07-19T04:17:21.558Z Running unittests src/main.rs (target/debug/deps/dpd-f9bcea46b86bda34)
23822026-07-19T04:17:21.563Z
23832026-07-19T04:17:21.563Zrunning 34 tests
23842026-07-19T04:17:21.567Ztest freemap::test_ordering ... ok
23852026-07-19T04:17:21.567Ztest config::tests::test_updates ... ok
23862026-07-19T04:17:21.567Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23872026-07-19T04:17:21.567Ztest freemap::test_split ... ok
23882026-07-19T04:17:21.567Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23892026-07-19T04:17:21.568Ztest macaddrs::tests::test_mac_offset ... ok
23902026-07-19T04:17:21.568Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-07-19T04:17:21.568ZJul 19 04:17:20.080Jul 19 04:17:20.080 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
23922026-07-19T04:17:21.568Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-07-19T04:17:21.568Z
23942026-07-19T04:17:21.568ZJul 19 04:17:20.080Jul 19 04:17:20.080 DEBG initted freemap. size: 128Jul 19 04:17:20.080, DEBG created new freemap, unit: freemap_test
23952026-07-19T04:17:21.568ZJul 19 04:17:20.080unit DEBG: initted freemap. size: 128freemap_test,
23962026-07-19T04:17:21.568Zunit: freemap_test
23972026-07-19T04:17:21.572Ztest nat::test_mapping ... ok
23982026-07-19T04:17:21.572ZJul 19 04:17:20.080Jul 19 04:17:20.080 DEBGDEBG reset freemapreset freemap, unit, :unit :freemap_test
23992026-07-19T04:17:21.572Zfreemap_test
24002026-07-19T04:17:21.572ZDEBG initted freemap. size: 128, unit: freemap_test
24012026-07-19T04:17:21.572ZJul 19 04:17:20.080 DEBG reset freemap, unit: freemap_test
24022026-07-19T04:17:21.572ZJul 19 04:17:20.080 DEBG created new freemap, unit: freemap_test
24032026-07-19T04:17:21.572ZJul 19 04:17:20.080 DEBG initted freemap. size: 128, unit: freemap_test
24042026-07-19T04:17:21.572ZJul 19 04:17:20.080 DEBG reset freemap, unit: freemap_test
24052026-07-19T04:17:21.572Ztest freemap::test_free ... ok
24062026-07-19T04:17:21.573Ztest freemap::test_reclaim ... ok
24072026-07-19T04:17:21.573Ztest freemap::test_exhaustion ... ok
24082026-07-19T04:17:21.573Ztest freemap::test_basic ... ok
24092026-07-19T04:17:21.573Ztest port_map::tests::test_backplane_group ... ok
24102026-07-19T04:17:21.573Ztest port_map::tests::test_port_map ... ok
24112026-07-19T04:17:21.573Ztest port_map::tests::dump_map ... ok
24122026-07-19T04:17:21.573ZJul 19 04:17:20.081 DEBG created new freemap, unit: freemap_test
24132026-07-19T04:17:21.573ZJul 19 04:17:20.081 DEBG initted freemap. size: 8, unit: freemap_test
24142026-07-19T04:17:21.573ZJul 19 04:17:20.081 DEBG reset freemap, unit: freemap_test
24152026-07-19T04:17:21.573Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24162026-07-19T04:17:21.573ZJul 19 04:17:20.082 DEBG created new freemap, unit: freemap_route_ipv4
24172026-07-19T04:17:21.573ZJul 19 04:17:20.082 DEBG created new freemap, unitJul 19 04:17:20.082: DEBGfreemap_route_ipv6
24182026-07-19T04:17:21.573Zcreated new freemap, unit:Jul 19 04:17:20.082 freemap_testDEBG
24192026-07-19T04:17:21.573Z initted freemap. size: 64, unit: Jul 19 04:17:20.082freemap_route_ipv4
24202026-07-19T04:17:21.573ZJul 19 04:17:20.082DEBG initted freemap. size: 128DEBGJul 19 04:17:20.082 , unitcreated new freemap:, unitDEBG:freemap_test
24212026-07-19T04:17:21.573Zfreemap_route_ipv4
24222026-07-19T04:17:21.573Zreset freemap, Jul 19 04:17:20.082unit :DEBGJul 19 04:17:20.082 freemap_route_ipv4reset freemapDEBG
24232026-07-19T04:17:21.573Z, unitcreated new freemap:, unitJul 19 04:17:20.082: freemap_testDEBG
24242026-07-19T04:17:21.573Z initted freemap. size: 64 , unitfreemap_route_ipv6:
24252026-07-19T04:17:21.573Z freemap_route_ipv6
24262026-07-19T04:17:21.573ZJul 19 04:17:20.082 Jul 19 04:17:20.082DEBG DEBGinitted freemap. size: 64 , reset freemapunit, :unit :freemap_route_ipv4
24272026-07-19T04:17:21.573Zfreemap_route_ipv6
24282026-07-19T04:17:21.573ZJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1,
24292026-07-19T04:17:21.573Zunit: freemap_route_ipv4
24302026-07-19T04:17:21.573ZJul 19 04:17:20.082 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.082
24312026-07-19T04:17:21.573Z DEBG initted freemap. size: 64, Jul 19 04:17:20.082unit :INFO freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff
24322026-07-19T04:17:21.573Ztest api_server::tests::test_build_info ... ok
24332026-07-19T04:17:21.573Z
24342026-07-19T04:17:21.573ZJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG reset freemapreplacing 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 } }],
24352026-07-19T04:17:21.573Zunit: freemap_route_ipv6
24362026-07-19T04:17:21.573ZJul 19 04:17:20.082 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
24372026-07-19T04:17:21.573Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24382026-07-19T04:17:21.573ZJul 19 04:17:20.082 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
24392026-07-19T04:17:21.573Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.082
24402026-07-19T04:17:21.573Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24412026-07-19T04:17:21.573ZJul 19 04:17:20.082 INFO Jul 19 04:17:20.082adding route 3fff:dead::/64 -> 2001:db8::55:2
24422026-07-19T04:17:21.573ZDEBG 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 } }]
24432026-07-19T04:17:21.573ZJul 19 04:17:20.082 DEBG Jul 19 04:17:20.082replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
24442026-07-19T04:17:21.574ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24452026-07-19T04:17:21.574ZJul 19 04:17:20.082 INFO Jul 19 04:17:20.082adding route 3fff:dead::/64 -> 2001:db8::55:3
24462026-07-19T04:17:21.574ZDEBG 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 } }]
24472026-07-19T04:17:21.574ZJul 19 04:17:20.082 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:20.082
24482026-07-19T04:17:21.574Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24492026-07-19T04:17:21.574ZJul 19 04:17:20.082 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:20.082
24502026-07-19T04:17:21.574Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
24512026-07-19T04:17:21.574Z 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 } }]Jul 19 04:17:20.082
24522026-07-19T04:17:21.574Z Jul 19 04:17:20.082INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:17:20.082DEBG
24532026-07-19T04:17:21.574Z INFOcreated new freemap adding route 3fff:beef::/64 -> 2001:db8::55:ff,
24542026-07-19T04:17:21.574ZunitJul 19 04:17:20.082: DEBGfreemap_route_ipv4 Jul 19 04:17:20.082replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24552026-07-19T04:17:21.574ZDEBG
24562026-07-19T04:17:21.574Z 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 } }]
24572026-07-19T04:17:21.574ZJul 19 04:17:20.082 INFOJul 19 04:17:20.082 Jul 19 04:17:20.082 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGINFO
24582026-07-19T04:17:21.574Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap
24592026-07-19T04:17:21.574Z, unitJul 19 04:17:20.082: Jul 19 04:17:20.082 DEBGDEBG 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 } }]
24602026-07-19T04:17:21.574Zreplacing 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 } }]
24612026-07-19T04:17:21.574Z
24622026-07-19T04:17:21.574ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
24632026-07-19T04:17:21.574Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffinitted freemap. size: 64
24642026-07-19T04:17:21.574Z, Jul 19 04:17:20.082unit :DEBG Jul 19 04:17:20.082 freemap_route_ipv4replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24652026-07-19T04:17:21.574Z
24662026-07-19T04:17:21.574Zreplacing 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 } }]
24672026-07-19T04:17:21.574ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24682026-07-19T04:17:21.574Z
24692026-07-19T04:17:21.574Zreset freemap, unit: Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24702026-07-19T04:17:21.574Zreplacing 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 } }]
24712026-07-19T04:17:21.575Z
24722026-07-19T04:17:21.575ZJul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24732026-07-19T04:17:21.575ZDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24742026-07-19T04:17:21.575Zinitted freemap. size: 64, unitJul 19 04:17:20.082Jul 19 04:17:20.082 : DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
24752026-07-19T04:17:21.575Zfreemap_route_ipv6
24762026-07-19T04:17:21.575Z
24772026-07-19T04:17:21.575ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFODEBG INFO reset freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff,
24782026-07-19T04:17:21.575Z
24792026-07-19T04:17:21.575Zunit: Jul 19 04:17:20.082Jul 19 04:17:20.082 freemap_route_ipv6DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24802026-07-19T04:17:21.575Z
24812026-07-19T04:17:21.575Z
24822026-07-19T04:17:21.575ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
24832026-07-19T04:17:21.575Z
24842026-07-19T04:17:21.575Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24852026-07-19T04:17:21.575ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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
24862026-07-19T04:17:21.575Z
24872026-07-19T04:17:21.575Z 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 } }]
24882026-07-19T04:17:21.575ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
24892026-07-19T04:17:21.575Z
24902026-07-19T04:17:21.575Z adding route 3fff:dead::/64 -> 2001:db8::55:2
24912026-07-19T04:17:21.575ZJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGJul 19 04:17:20.082 DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24922026-07-19T04:17:21.575Z 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 } }]
24932026-07-19T04:17:21.575Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.082
24942026-07-19T04:17:21.575Z INFOJul 19 04:17:20.082 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
24952026-07-19T04:17:21.575Z Jul 19 04:17:20.082adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24962026-07-19T04:17:21.575ZINFOJul 19 04:17:20.082 DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
24972026-07-19T04:17:21.581Zreplacing 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 } }]
24982026-07-19T04:17:21.581ZJul 19 04:17:20.082 DEBGJul 19 04:17:20.082Jul 19 04:17:20.082 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24992026-07-19T04:17:21.581ZINFO
25002026-07-19T04:17:21.581Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25012026-07-19T04:17:21.581ZJul 19 04:17:20.082 INFOJul 19 04:17:20.082 Jul 19 04:17:20.082adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25022026-07-19T04:17:21.581ZDEBG 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 } }]
25032026-07-19T04:17:21.581ZJul 19 04:17:20.082adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG
25042026-07-19T04:17:21.581Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25052026-07-19T04:17:21.581Z INFO Jul 19 04:17:20.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25062026-07-19T04:17:21.581ZJul 19 04:17:20.082DEBG 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
25072026-07-19T04:17:21.581Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
25082026-07-19T04:17:21.581Z DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.082INFO
25092026-07-19T04:17:21.581Z DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25102026-07-19T04:17:21.581Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25112026-07-19T04:17:21.581Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
25122026-07-19T04:17:21.581ZJul 19 04:17:20.082 DEBGINFO adding route 3fff:beef:10::/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 } }]Jul 19 04:17:20.082
25132026-07-19T04:17:21.581Z DEBG
25142026-07-19T04:17:21.582Z 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 } }]
25152026-07-19T04:17:21.582ZJul 19 04:17:20.082 Jul 19 04:17:20.082DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25162026-07-19T04:17:21.582Ztest port_map::tests::parse_softnpu_revision ... ok
25172026-07-19T04:17:21.582ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25182026-07-19T04:17:21.582Z
25192026-07-19T04:17:21.582ZJul 19 04:17:20.082 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25202026-07-19T04:17:21.582ZJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG Jul 19 04:17:20.082 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25212026-07-19T04:17:21.582Z
25222026-07-19T04:17:21.582Zreplacing 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 } }]
25232026-07-19T04:17:21.582ZJul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFOJul 19 04:17:20.082 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25242026-07-19T04:17:21.582ZINFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25252026-07-19T04:17:21.582Z
25262026-07-19T04:17:21.582ZJul 19 04:17:20.082 DEBGJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25272026-07-19T04:17:21.582Zreplacing 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
25282026-07-19T04:17:21.582Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25292026-07-19T04:17:21.582Z Jul 19 04:17:20.082INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25302026-07-19T04:17:21.582Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
25312026-07-19T04:17:21.582Z INFOJul 19 04:17:20.082 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:17:20.082DEBG
25322026-07-19T04:17:21.582Z 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
25332026-07-19T04:17:21.582Z 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 } }]
25342026-07-19T04:17:21.582ZJul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBG INFOINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25352026-07-19T04:17:21.582Z
25362026-07-19T04:17:21.582Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25372026-07-19T04:17:21.582ZJul 19 04:17:20.082 Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGINFO 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 } }]
25382026-07-19T04:17:21.583Zadding route 3fff:beef:6::/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 } }]
25392026-07-19T04:17:21.583Z
25402026-07-19T04:17:21.583ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25412026-07-19T04:17:21.583Z
25422026-07-19T04:17:21.583ZDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25432026-07-19T04:17:21.583Z DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.082
25442026-07-19T04:17:21.583ZDEBG 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 } }]
25452026-07-19T04:17:21.583ZJul 19 04:17:20.082 INFOINFO Jul 19 04:17:20.082adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
25462026-07-19T04:17:21.583Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
25472026-07-19T04:17:21.583Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25482026-07-19T04:17:21.583ZJul 19 04:17:20.082 Jul 19 04:17:20.082DEBGJul 19 04:17:20.082 DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25492026-07-19T04:17:21.583Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25502026-07-19T04:17:21.583Z
25512026-07-19T04:17:21.583ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25522026-07-19T04:17:21.583Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25532026-07-19T04:17:21.583Z
25542026-07-19T04:17:21.583ZJul 19 04:17:20.082 DEBG Jul 19 04:17:20.082Jul 19 04:17:20.082replacing 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 } }]
25552026-07-19T04:17:21.583ZDEBG DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25562026-07-19T04:17:21.583Z
25572026-07-19T04:17:21.583ZJul 19 04:17:20.082 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
25582026-07-19T04:17:21.583ZJul 19 04:17:20.082 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:17:20.082adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25592026-07-19T04:17:21.583ZDEBG
25602026-07-19T04:17:21.583Z 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 } }]
25612026-07-19T04:17:21.583ZJul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25622026-07-19T04:17:21.583Z
25632026-07-19T04:17:21.583Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
25642026-07-19T04:17:21.583Z Jul 19 04:17:20.082INFO INFOJul 19 04:17:20.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25652026-07-19T04:17:21.584Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBG
25662026-07-19T04:17:21.584Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25672026-07-19T04:17:21.584Z Jul 19 04:17:20.082DEBG 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 } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25682026-07-19T04:17:21.584Z
25692026-07-19T04:17:21.584ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:17:20.082
25702026-07-19T04:17:21.584ZJul 19 04:17:20.082 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25712026-07-19T04:17:21.584ZJul 19 04:17:20.082
25722026-07-19T04:17:21.584Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082
25732026-07-19T04:17:21.584Z DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.082
25742026-07-19T04:17:21.584ZDEBG INFOJul 19 04:17:20.082replacing 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 } }]
25752026-07-19T04:17:21.584ZINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
25762026-07-19T04:17:21.584Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
25772026-07-19T04:17:21.584ZJul 19 04:17:20.082 INFOJul 19 04:17:20.082Jul 19 04:17:20.082 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
25782026-07-19T04:17:21.584Z DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25792026-07-19T04:17:21.584Zreplacing 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 } }]
25802026-07-19T04:17:21.584ZJul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25812026-07-19T04:17:21.584ZDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
25822026-07-19T04:17:21.584Zreplacing 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 } }]
25832026-07-19T04:17:21.584ZJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGJul 19 04:17:20.082 DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25842026-07-19T04:17:21.584ZINFO 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:d::/64 -> 2001:db8::55:ff
25852026-07-19T04:17:21.584Z
25862026-07-19T04:17:21.584ZJul 19 04:17:20.082 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
25872026-07-19T04:17:21.584ZJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGINFO Jul 19 04:17:20.082 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25882026-07-19T04:17:21.584Z
25892026-07-19T04:17:21.584Zreplacing 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 } }]
25902026-07-19T04:17:21.584ZJul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25912026-07-19T04:17:21.584Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
25922026-07-19T04:17:21.584ZJul 19 04:17:20.083 Jul 19 04:17:20.083DEBG 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 } }]
25932026-07-19T04:17:21.584ZDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
25942026-07-19T04:17:21.584Z
25952026-07-19T04:17:21.584ZJul 19 04:17:20.083 INFOJul 19 04:17:20.083Jul 19 04:17:20.083 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
25962026-07-19T04:17:21.584Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25972026-07-19T04:17:21.590Z
25982026-07-19T04:17:21.590ZJul 19 04:17:20.083 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 } }]Jul 19 04:17:20.083
25992026-07-19T04:17:21.590ZJul 19 04:17:20.083 DEBG DEBGJul 19 04:17:20.083replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
26002026-07-19T04:17:21.590Z
26012026-07-19T04:17:21.590Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26022026-07-19T04:17:21.590ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
26032026-07-19T04:17:21.590Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
26042026-07-19T04:17:21.590ZJul 19 04:17:20.083replacing 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 } }]
26052026-07-19T04:17:21.590ZDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
26062026-07-19T04:17:21.590ZJul 19 04:17:20.083 INFODEBG adding route 3fff:beef:11::/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 } }]Jul 19 04:17:20.083
26072026-07-19T04:17:21.590Z
26082026-07-19T04:17:21.590ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26092026-07-19T04:17:21.590ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083 INFO DEBG adding route 3fff:beef:1b::/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 } }]DEBG
26102026-07-19T04:17:21.590Z
26112026-07-19T04:17:21.590Zreplacing 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 } }]
26122026-07-19T04:17:21.591ZJul 19 04:17:20.083 Jul 19 04:17:20.083DEBGJul 19 04:17:20.083 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 } }] INFOINFO
26132026-07-19T04:17:21.591Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26142026-07-19T04:17:21.591Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26152026-07-19T04:17:21.591ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO DEBGDEBG adding route 3fff:beef:1c::/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 } }]
26162026-07-19T04:17:21.591Z
26172026-07-19T04:17:21.591Z 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 } }]
26182026-07-19T04:17:21.591ZJul 19 04:17:20.083Jul 19 04:17:20.083 DEBGINFOJul 19 04:17:20.083 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
26192026-07-19T04:17:21.591Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26202026-07-19T04:17:21.591Z
26212026-07-19T04:17:21.591ZJul 19 04:17:20.083 Jul 19 04:17:20.083Jul 19 04:17:20.083INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26222026-07-19T04:17:21.591ZDEBGreplacing 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: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 } }]
26232026-07-19T04:17:21.591Z
26242026-07-19T04:17:21.591ZJul 19 04:17:20.083 DEBGJul 19 04:17:20.083Jul 19 04:17:20.083 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 } }]INFOINFO
26252026-07-19T04:17:21.591Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26262026-07-19T04:17:21.591Z
26272026-07-19T04:17:21.591ZJul 19 04:17:20.083 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:17:20.083Jul 19 04:17:20.083
26282026-07-19T04:17:21.591ZDEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26292026-07-19T04:17:21.591Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
26302026-07-19T04:17:21.591Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083Jul 19 04:17:20.083
26312026-07-19T04:17:21.591ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
26322026-07-19T04:17:21.591Z Jul 19 04:17:20.083adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26332026-07-19T04:17:21.591ZJul 19 04:17:20.083 INFODEBG Jul 19 04:17:20.083adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26342026-07-19T04:17:21.591Zreplacing 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 } }]
26352026-07-19T04:17:21.591ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
26362026-07-19T04:17:21.591ZJul 19 04:17:20.083 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 } }]INFO
26372026-07-19T04:17:21.591Z Jul 19 04:17:20.083adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
26382026-07-19T04:17:21.591ZINFO Jul 19 04:17:20.083adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 19 04:17:20.083INFO
26392026-07-19T04:17:21.591Ztest freemap::test_span ... ok
26402026-07-19T04:17:21.591Z DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26412026-07-19T04:17:21.591Zreplacing 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 } }]
26422026-07-19T04:17:21.591ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
26432026-07-19T04:17:21.591Z 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 } }]
26442026-07-19T04:17:21.591ZINFO Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOJul 19 04:17:20.083 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26452026-07-19T04:17:21.591ZDEBG
26462026-07-19T04:17:21.591Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff created new freemap
26472026-07-19T04:17:21.592Z, Jul 19 04:17:20.083 unitDEBG: Jul 19 04:17:20.083freemap_route_ipv4
26482026-07-19T04:17:21.592Zreplacing 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
26492026-07-19T04:17:21.592Z 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 } }]
26502026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 DEBGJul 19 04:17:20.083 created new freemapJul 19 04:17:20.083, DEBGunit :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 } }]
26512026-07-19T04:17:21.592Zadding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6INFO
26522026-07-19T04:17:21.592Z
26532026-07-19T04:17:21.592Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26542026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 INFODEBG Jul 19 04:17:20.083 initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff,
26552026-07-19T04:17:21.592ZJul 19 04:17:20.083DEBG unit:replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
26562026-07-19T04:17:21.592ZJul 19 04:17:20.083 DEBG reset freemap, unit: freemap_route_ipv4
26572026-07-19T04:17:21.592ZJul 19 04:17:20.083 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
26582026-07-19T04:17:21.592ZJul 19 04:17:20.083 DEBG reset freemap, unit: freemap_route_ipv6
26592026-07-19T04:17:21.592ZJul 19 04:17:20.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26602026-07-19T04:17:21.592ZJul 19 04:17:20.083 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 } }]
26612026-07-19T04:17:21.592ZJul 19 04:17:20.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26622026-07-19T04:17:21.592ZJul 19 04:17:20.083 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26632026-07-19T04:17:21.592Z
26642026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26652026-07-19T04:17:21.592Z
26662026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
26672026-07-19T04:17:21.592Z
26682026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26692026-07-19T04:17:21.592Z
26702026-07-19T04:17:21.592ZJul 19 04:17:20.083 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 } }]Jul 19 04:17:20.083
26712026-07-19T04:17:21.592Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.083
26722026-07-19T04:17:21.592ZJul 19 04:17:20.083 DEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26732026-07-19T04:17:21.592Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
26742026-07-19T04:17:21.592Z INFO Jul 19 04:17:20.083adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG
26752026-07-19T04:17:21.592Z 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 } }]
26762026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083 DEBGINFOINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
26772026-07-19T04:17:21.592Z
26782026-07-19T04:17:21.592Z
26792026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFODEBG DEBG adding route 3fff:beef:1::/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 } }]
26802026-07-19T04:17:21.592Zreplacing 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 } }]
26812026-07-19T04:17:21.592Z
26822026-07-19T04:17:21.592ZJul 19 04:17:20.083Jul 19 04:17:20.083 INFODEBGJul 19 04:17:20.083 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
26832026-07-19T04:17:21.592Z adding route 3fff:beef:27::/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 } }]
26842026-07-19T04:17:21.592Z
26852026-07-19T04:17:21.592ZJul 19 04:17:20.083 Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26862026-07-19T04:17:21.593ZDEBG 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 } }]
26872026-07-19T04:17:21.593Z
26882026-07-19T04:17:21.593ZJul 19 04:17:20.083 INFO Jul 19 04:17:20.083adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:17:20.083
26892026-07-19T04:17:21.593Z Jul 19 04:17:20.083INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Jul 19 04:17:20.083replacing 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
26902026-07-19T04:17:21.593Z
26912026-07-19T04:17:21.593Z DEBGcreated new freemap Jul 19 04:17:20.083replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
26922026-07-19T04:17:21.593Z INFODEBG , replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26932026-07-19T04:17:21.593Z
26942026-07-19T04:17:21.593ZunitJul 19 04:17:20.083 :INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:17:20.083
26952026-07-19T04:17:21.593ZJul 19 04:17:20.083INFO DEBG freemap_route_ipv4Jul 19 04:17:20.083replacing 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 } }]
26962026-07-19T04:17:21.593Z
26972026-07-19T04:17:21.597Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
26982026-07-19T04:17:21.597Zreplacing 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 } }]
26992026-07-19T04:17:21.597ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBG INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27002026-07-19T04:17:21.597Z created new freemap
27012026-07-19T04:17:21.597ZDEBG, Jul 19 04:17:20.083unit DEBGJul 19 04:17:20.083 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 } }]
27022026-07-19T04:17:21.597Zreplacing 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
27032026-07-19T04:17:21.597Z: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 } }]
27042026-07-19T04:17:21.597Z freemap_route_ipv6Jul 19 04:17:20.083
27052026-07-19T04:17:21.597ZJul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
27062026-07-19T04:17:21.597ZINFO Jul 19 04:17:20.083adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27072026-07-19T04:17:21.597ZJul 19 04:17:20.083
27082026-07-19T04:17:21.597Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Jul 19 04:17:20.083
27092026-07-19T04:17:21.597Z Jul 19 04:17:20.083DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , replacing targets for 3fff:beef: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 } }]
27102026-07-19T04:17:21.597Zunit:
27112026-07-19T04:17:21.598ZJul 19 04:17:20.083 Jul 19 04:17:20.083 INFOINFOfreemap_route_ipv4 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:17:20.083adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27122026-07-19T04:17:21.598Z
27132026-07-19T04:17:21.598Z
27142026-07-19T04:17:21.598Z Jul 19 04:17:20.083INFO Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBG DEBGDEBG adding route 3fff:beef:2e::/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 } }]
27152026-07-19T04:17:21.598Z
27162026-07-19T04:17:21.598Zreset freemap replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 19 04:17:20.083
27172026-07-19T04:17:21.598Zunit :INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff freemap_route_ipv4
27182026-07-19T04:17:21.598ZJul 19 04:17:20.083
27192026-07-19T04:17:21.598Z INFOJul 19 04:17:20.083 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27202026-07-19T04:17:21.598ZJul 19 04:17:20.083DEBGJul 19 04:17:20.083 DEBG 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 } }]Jul 19 04:17:20.083replacing 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 } }]
27212026-07-19T04:17:21.598Z initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27222026-07-19T04:17:21.598Z
27232026-07-19T04:17:21.598Z: freemap_route_ipv6Jul 19 04:17:20.083
27242026-07-19T04:17:21.598ZJul 19 04:17:20.083 Jul 19 04:17:20.083 INFOINFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
27252026-07-19T04:17:21.598Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27262026-07-19T04:17:21.598ZJul 19 04:17:20.083
27272026-07-19T04:17:21.598Z DEBGJul 19 04:17:20.083 reset freemap , DEBGJul 19 04:17:20.083Jul 19 04:17:20.083unit DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG
27282026-07-19T04:17:21.598Z 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 } }]
27292026-07-19T04:17:21.598Zreplacing 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 } }]
27302026-07-19T04:17:21.598Zfreemap_route_ipv6
27312026-07-19T04:17:21.598ZJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27322026-07-19T04:17:21.598Z
27332026-07-19T04:17:21.598ZINFOJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 } }]DEBG
27342026-07-19T04:17:21.598Z
27352026-07-19T04:17:21.598Z 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 } }]
27362026-07-19T04:17:21.598ZJul 19 04:17:20.083 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
27372026-07-19T04:17:21.598ZJul 19 04:17:20.083adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Jul 19 04:17:20.083
27382026-07-19T04:17:21.598Z Jul 19 04:17:20.083INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27392026-07-19T04:17:21.598Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 DEBGDEBG
27402026-07-19T04:17:21.598Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.083
27412026-07-19T04:17:21.598Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
27422026-07-19T04:17:21.598Z INFO 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27432026-07-19T04:17:21.598Z
27442026-07-19T04:17:21.598ZJul 19 04:17:20.083Jul 19 04:17:20.083 INFOJul 19 04:17:20.083 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27452026-07-19T04:17:21.598ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
27462026-07-19T04:17:21.598ZJul 19 04:17:20.083Jul 19 04:17:20.083 adding route 3fff:dead::/64 -> 2001:db8::55:2
27472026-07-19T04:17:21.598Z DEBGJul 19 04:17:20.083 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083
27482026-07-19T04:17:21.598Z
27492026-07-19T04:17:21.598ZDEBGreplacing 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 } }]
27502026-07-19T04:17:21.599Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.083Jul 19 04:17:20.083
27512026-07-19T04:17:21.599Z INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27522026-07-19T04:17:21.599Z
27532026-07-19T04:17:21.599ZJul 19 04:17:20.083 INFOJul 19 04:17:20.083 Jul 19 04:17:20.083adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:17:20.083
27542026-07-19T04:17:21.599Z INFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27552026-07-19T04:17:21.599Z 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:3Jul 19 04:17:20.083
27562026-07-19T04:17:21.599Z
27572026-07-19T04:17:21.599Z DEBGJul 19 04:17:20.083 Jul 19 04:17:20.083replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083INFO
27582026-07-19T04:17:21.599ZINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27592026-07-19T04:17:21.599Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
27602026-07-19T04:17:21.599ZJul 19 04:17:20.083 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOJul 19 04:17:20.083Jul 19 04:17:20.083
27612026-07-19T04:17:21.599Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBGDEBG
27622026-07-19T04:17:21.599Z 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: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 } }]
27632026-07-19T04:17:21.600Z
27642026-07-19T04:17:21.600ZJul 19 04:17:20.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:20.083
27652026-07-19T04:17:21.600ZJul 19 04:17:20.083 INFO Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBGDEBG
27662026-07-19T04:17:21.600Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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: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 } }]
27672026-07-19T04:17:21.600ZJul 19 04:17:20.083
27682026-07-19T04:17:21.600Z
27692026-07-19T04:17:21.600Z DEBGJul 19 04:17:20.083 Jul 19 04:17:20.083 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
27702026-07-19T04:17:21.600ZJul 19 04:17:20.083DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27712026-07-19T04:17:21.600ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
27722026-07-19T04:17:21.600ZJul 19 04:17:20.083replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.083
27732026-07-19T04:17:21.600Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
27742026-07-19T04:17:21.600ZJul 19 04:17:20.083 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
27752026-07-19T04:17:21.600Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
27762026-07-19T04:17:21.600Z 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 } }]Jul 19 04:17:20.084
27772026-07-19T04:17:21.600ZJul 19 04:17:20.084 DEBGINFO Jul 19 04:17:20.084replacing 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 } }]
27782026-07-19T04:17:21.600ZINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
27792026-07-19T04:17:21.600Z
27802026-07-19T04:17:21.600ZJul 19 04:17:20.084 INFOJul 19 04:17:20.084Jul 19 04:17:20.084 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27812026-07-19T04:17:21.600ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27822026-07-19T04:17:21.600Z
27832026-07-19T04:17:21.600ZJul 19 04:17:20.084 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 } }]Jul 19 04:17:20.084
27842026-07-19T04:17:21.600Z Jul 19 04:17:20.084INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
27852026-07-19T04:17:21.600Z INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27862026-07-19T04:17:21.600Z
27872026-07-19T04:17:21.600ZJul 19 04:17:20.084 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 } }]
27882026-07-19T04:17:21.600ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084DEBG 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: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 } }]
27892026-07-19T04:17:21.600Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27902026-07-19T04:17:21.600Z
27912026-07-19T04:17:21.600ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG Jul 19 04:17:20.084 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
27922026-07-19T04:17:21.600Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27932026-07-19T04:17:21.600Z
27942026-07-19T04:17:21.600ZJul 19 04:17:20.084 Jul 19 04:17:20.084INFOJul 19 04:17:20.084 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBG
27952026-07-19T04:17:21.600ZDEBG 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: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 } }]
27962026-07-19T04:17:21.600Z
27972026-07-19T04:17:21.605ZJul 19 04:17:20.084 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 } }]Jul 19 04:17:20.084
27982026-07-19T04:17:21.605ZJul 19 04:17:20.084 INFOINFO Jul 19 04:17:20.084adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27992026-07-19T04:17:21.605Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
28002026-07-19T04:17:21.605Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
28012026-07-19T04:17:21.605Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084
28022026-07-19T04:17:21.605ZJul 19 04:17:20.084 DEBGDEBG Jul 19 04:17:20.084 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 } }]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 } }]
28032026-07-19T04:17:21.605Z
28042026-07-19T04:17:21.605Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28052026-07-19T04:17:21.605ZJul 19 04:17:20.084 Jul 19 04:17:20.084INFO Jul 19 04:17:20.084adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
28062026-07-19T04:17:21.605Zreplacing 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
28072026-07-19T04:17:21.605Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
28082026-07-19T04:17:21.605Z DEBG Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBG 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 } }]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 } }]
28092026-07-19T04:17:21.605Z
28102026-07-19T04:17:21.605Z DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28112026-07-19T04:17:21.605ZJul 19 04:17:20.084
28122026-07-19T04:17:21.605Z Jul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28132026-07-19T04:17:21.605ZINFO
28142026-07-19T04:17:21.606ZJul 19 04:17:20.084 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28152026-07-19T04:17:21.606ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBGJul 19 04:17:20.084 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 } }]
28162026-07-19T04:17:21.606ZDEBG 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:16::/64 -> 2001:db8::55:ffINFOJul 19 04:17:20.084
28172026-07-19T04:17:21.606Z
28182026-07-19T04:17:21.606ZDEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffailed to allocate space for the new target listJul 19 04:17:20.084
28192026-07-19T04:17:21.606Z INFOJul 19 04:17:20.084 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28202026-07-19T04:17:21.606Z
28212026-07-19T04:17:21.606ZJul 19 04:17:20.084DEBG 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 } }]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 } }]
28222026-07-19T04:17:21.606ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG
28232026-07-19T04:17:21.606Z DEBGJul 19 04:17:20.084 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
28242026-07-19T04:17:21.606Z 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:17::/64 -> 2001:db8::55:ff
28252026-07-19T04:17:21.606Z
28262026-07-19T04:17:21.606ZJul 19 04:17:20.084 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG
28272026-07-19T04:17:21.606Z 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:1b::/64 -> 2001:db8::55:ff
28282026-07-19T04:17:21.606Z
28292026-07-19T04:17:21.606ZJul 19 04:17:20.084 DEBGJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
28302026-07-19T04:17:21.606Zreplacing 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: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 } }]
28312026-07-19T04:17:21.606Z
28322026-07-19T04:17:21.606ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28332026-07-19T04:17:21.606Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28342026-07-19T04:17:21.606Z
28352026-07-19T04:17:21.606ZJul 19 04:17:20.084 INFO Jul 19 04:17:20.084adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
28362026-07-19T04:17:21.606Z DEBGDEBG Jul 19 04:17:20.084 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 } }]
28372026-07-19T04:17:21.607Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28382026-07-19T04:17:21.607Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084
28392026-07-19T04:17:21.607Z Jul 19 04:17:20.084INFO Jul 19 04:17:20.084 INFOINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28402026-07-19T04:17:21.607Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28412026-07-19T04:17:21.607Z
28422026-07-19T04:17:21.607ZJul 19 04:17:20.084Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGDEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28432026-07-19T04:17:21.607Z
28442026-07-19T04:17:21.607Zreplacing 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 } }]
28452026-07-19T04:17:21.607ZJul 19 04:17:20.084 Jul 19 04:17:20.084INFOJul 19 04:17:20.084 INFOINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28462026-07-19T04:17:21.607Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28472026-07-19T04:17:21.607Z
28482026-07-19T04:17:21.607ZJul 19 04:17:20.084 DEBGJul 19 04:17:20.084 Jul 19 04:17:20.084replacing 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 } }]
28492026-07-19T04:17:21.607ZDEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28502026-07-19T04:17:21.607Z
28512026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28522026-07-19T04:17:21.607ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
28532026-07-19T04:17:21.607ZDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28542026-07-19T04:17:21.607Zreplacing 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 } }]
28552026-07-19T04:17:21.607Ztest route::tests::identity_replace_is_noop ... ok
28562026-07-19T04:17:21.607ZJul 19 04:17:20.084Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFO 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:1d::/64 -> 2001:db8::55:ff
28572026-07-19T04:17:21.607ZJul 19 04:17:20.084 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28582026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28592026-07-19T04:17:21.607ZJul 19 04:17:20.084 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28602026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28612026-07-19T04:17:21.607ZJul 19 04:17:20.084 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 } }]
28622026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
28632026-07-19T04:17:21.607ZJul 19 04:17:20.084 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 } }]
28642026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28652026-07-19T04:17:21.607ZJul 19 04:17:20.084 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 } }]
28662026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28672026-07-19T04:17:21.607ZJul 19 04:17:20.084 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 } }]
28682026-07-19T04:17:21.607ZJul 19 04:17:20.084 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28692026-07-19T04:17:21.607ZDEBGJul 19 04:17:20.084 DEBGreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28702026-07-19T04:17:21.607Zreplacing 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 } }]
28712026-07-19T04:17:21.608Z
28722026-07-19T04:17:21.608ZJul 19 04:17:20.084 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28732026-07-19T04:17:21.608ZJul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
28742026-07-19T04:17:21.608Z 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 } }]
28752026-07-19T04:17:21.608ZJul 19 04:17:20.084Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084DEBG failed to allocate space for the new target list
28762026-07-19T04:17:21.608ZINFOreplacing 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 } }]
28772026-07-19T04:17:21.608Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28782026-07-19T04:17:21.608ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBGJul 19 04:17:20.084 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
28792026-07-19T04:17:21.608Z 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 } }]
28802026-07-19T04:17:21.608Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28812026-07-19T04:17:21.608ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084failed to allocate space for the new target listINFO
28822026-07-19T04:17:21.609Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
28832026-07-19T04:17:21.609Z 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 } }]
28842026-07-19T04:17:21.609ZJul 19 04:17:20.084 DEBGJul 19 04:17:20.084 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
28852026-07-19T04:17:21.609Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28862026-07-19T04:17:21.609ZJul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
28872026-07-19T04:17:21.609Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28882026-07-19T04:17:21.609ZJul 19 04:17:20.084 DEBGJul 19 04:17:20.084 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28892026-07-19T04:17:21.609Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28902026-07-19T04:17:21.609ZJul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
28912026-07-19T04:17:21.609Z 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 } }]
28922026-07-19T04:17:21.609ZJul 19 04:17:20.084 DEBGJul 19 04:17:20.084 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
28932026-07-19T04:17:21.609Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28942026-07-19T04:17:21.609ZJul 19 04:17:20.084 Jul 19 04:17:20.084INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28952026-07-19T04:17:21.609Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28962026-07-19T04:17:21.609ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28972026-07-19T04:17:21.615Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28982026-07-19T04:17:21.615ZJul 19 04:17:20.084 Jul 19 04:17:20.084INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28992026-07-19T04:17:21.615Zreplacing 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 } }]
29002026-07-19T04:17:21.615ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG 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 } }]
29012026-07-19T04:17:21.615Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29022026-07-19T04:17:21.615ZJul 19 04:17:20.084 Jul 19 04:17:20.084INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
29032026-07-19T04:17:21.615Zreplacing 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 } }]
29042026-07-19T04:17:21.615ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG 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 } }]
29052026-07-19T04:17:21.615Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29062026-07-19T04:17:21.615ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:2c::/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 } }]
29072026-07-19T04:17:21.615Z
29082026-07-19T04:17:21.615ZJul 19 04:17:20.084Jul 19 04:17:20.084 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:28::/64 -> 2001:db8::55:ff
29092026-07-19T04:17:21.616Z
29102026-07-19T04:17:21.616ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBGJul 19 04:17:20.084 created new freemapDEBG , INFOunitreplacing 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 } }]:
29112026-07-19T04:17:21.616Z freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29122026-07-19T04:17:21.616Z
29132026-07-19T04:17:21.616ZJul 19 04:17:20.084 INFO Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG created new freemapreplacing 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 } }],
29142026-07-19T04:17:21.616Z
29152026-07-19T04:17:21.616Zunit: freemap_route_ipv6
29162026-07-19T04:17:21.616ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFOJul 19 04:17:20.084DEBG 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 } }]
29172026-07-19T04:17:21.616Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64
29182026-07-19T04:17:21.616Z, unit: freemap_route_ipv4Jul 19 04:17:20.084
29192026-07-19T04:17:21.616ZJul 19 04:17:20.084 DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29202026-07-19T04:17:21.616ZDEBG reset freemap
29212026-07-19T04:17:21.616Z, unitJul 19 04:17:20.084: Jul 19 04:17:20.084freemap_route_ipv4INFO
29222026-07-19T04:17:21.616ZDEBG 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:2f::/64 -> 2001:db8::55:ff
29232026-07-19T04:17:21.616Z
29242026-07-19T04:17:21.616ZJul 19 04:17:20.084 DEBG Jul 19 04:17:20.084initted freemap. size: 64Jul 19 04:17:20.084, unitINFO : DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }]
29252026-07-19T04:17:21.616Z
29262026-07-19T04:17:21.616Z
29272026-07-19T04:17:21.616ZJul 19 04:17:20.084Jul 19 04:17:20.084 DEBGDEBG reset freemapreplacing 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 } }],
29282026-07-19T04:17:21.616ZJul 19 04:17:20.084unit : INFOfreemap_route_ipv6
29292026-07-19T04:17:21.616Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:17:20.084
29302026-07-19T04:17:21.616Z INFOJul 19 04:17:20.084 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOJul 19 04:17:20.084
29312026-07-19T04:17:21.616Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
29322026-07-19T04:17:21.616Z 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 } }]
29332026-07-19T04:17:21.616ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29342026-07-19T04:17:21.616Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29352026-07-19T04:17:21.616Z
29362026-07-19T04:17:21.616ZJul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 172.16.0.0/32 -> 10.0.0.2DEBGJul 19 04:17:20.084
29372026-07-19T04:17:21.616Z INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29382026-07-19T04:17:21.616Z
29392026-07-19T04:17:21.616ZJul 19 04:17:20.084 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 } }]Jul 19 04:17:20.084
29402026-07-19T04:17:21.616ZJul 19 04:17:20.084 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 } }]Jul 19 04:17:20.084adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29412026-07-19T04:17:21.616Z
29422026-07-19T04:17:21.616ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
29432026-07-19T04:17:21.616ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFOJul 19 04:17:20.084DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29442026-07-19T04:17:21.616Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29452026-07-19T04:17:21.616Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
29462026-07-19T04:17:21.616ZJul 19 04:17:20.084Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGINFO INFOadding route 172.16.0.0/32 -> 10.0.0.4
29472026-07-19T04:17:21.617Zadding route 3fff:beef:33::/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 } }]
29482026-07-19T04:17:21.617Z
29492026-07-19T04:17:21.617ZJul 19 04:17:20.084 DEBG Jul 19 04:17:20.084Jul 19 04:17:20.084replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
29502026-07-19T04:17:21.617ZINFO DEBG adding route 3fff:beef:2f::/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 } }]
29512026-07-19T04:17:21.617Z
29522026-07-19T04:17:21.617ZJul 19 04:17:20.084 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:17:20.084Jul 19 04:17:20.084
29532026-07-19T04:17:21.617Z INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29542026-07-19T04:17:21.617Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29552026-07-19T04:17:21.617Zreplacing 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 } }]
29562026-07-19T04:17:21.617ZJul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29572026-07-19T04:17:21.617Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29582026-07-19T04:17:21.617ZJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:35::/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 } }]
29592026-07-19T04:17:21.617Z
29602026-07-19T04:17:21.617ZJul 19 04:17:20.085Jul 19 04:17:20.085 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:31::/64 -> 2001:db8::55:ff
29612026-07-19T04:17:21.617Z
29622026-07-19T04:17:21.617ZJul 19 04:17:20.085Jul 19 04:17:20.085 INFODEBG adding route 3fff:beef:36::/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 } }]
29632026-07-19T04:17:21.617ZJul 19 04:17:20.086 Jul 19 04:17:20.085Jul 19 04:17:20.092 DEBG DEBG DEBG created new freemapcreated new freemapreplacing 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 } }], ,
29642026-07-19T04:17:21.617Zunitunit:: freemap_route_ipv4Jul 19 04:17:20.092
29652026-07-19T04:17:21.617ZINFO Jul 19 04:17:20.085adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
29662026-07-19T04:17:21.617ZDEBG created new freemapJul 19 04:17:20.092, unit
29672026-07-19T04:17:21.617Z:Jul 19 04:17:20.092DEBG DEBGcreated new freemap , 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
29682026-07-19T04:17:21.617Zunit:
29692026-07-19T04:17:21.617Z freemap_route_ipv6Jul 19 04:17:20.092Jul 19 04:17:20.092
29702026-07-19T04:17:21.617Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:17:20.092
29712026-07-19T04:17:21.617ZJul 19 04:17:20.092 DEBG DEBGcreated new freemapJul 19 04:17:20.092, unit :INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29722026-07-19T04:17:21.617Z 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_ipv6initted freemap. size: 64
29732026-07-19T04:17:21.617Z
29742026-07-19T04:17:21.617Z, Jul 19 04:17:20.092unit DEBG:Jul 19 04:17:20.092 Jul 19 04:17:20.092replacing 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 } }] INFOfreemap_route_ipv4
29752026-07-19T04:17:21.617ZDEBG
29762026-07-19T04:17:21.617Zinitted freemap. size: 64adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:17:20.092, unit
29772026-07-19T04:17:21.617Z :Jul 19 04:17:20.092INFO freemap_route_ipv4
29782026-07-19T04:17:21.617ZDEBGJul 19 04:17:20.092 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29792026-07-19T04:17:21.617Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.092
29802026-07-19T04:17:21.617Zreset freemap Jul 19 04:17:20.092, unitDEBGJul 19 04:17:20.092: INFO reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, freemap_route_ipv4DEBG
29812026-07-19T04:17:21.617Zunit
29822026-07-19T04:17:21.617Z 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 } }]:
29832026-07-19T04:17:21.617Z Jul 19 04:17:20.092freemap_route_ipv4 DEBG
29842026-07-19T04:17:21.617Z Jul 19 04:17:20.092replacing 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 } }]
29852026-07-19T04:17:21.618ZINFOJul 19 04:17:20.092 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:17:20.092
29862026-07-19T04:17:21.618Z Jul 19 04:17:20.092DEBGDEBG initted freemap. size: 64INFOJul 19 04:17:20.092 , DEBGunitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
29872026-07-19T04:17:21.618Z initted freemap. size: 64freemap_route_ipv6,
29882026-07-19T04:17:21.618Z
29892026-07-19T04:17:21.618Zunit:Jul 19 04:17:20.092 Jul 19 04:17:20.092freemap_route_ipv6 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29902026-07-19T04:17:21.618ZJul 19 04:17:20.092replacing 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 } }]
29912026-07-19T04:17:21.618Z
29922026-07-19T04:17:21.618ZDEBG Jul 19 04:17:20.092Jul 19 04:17:20.092 Jul 19 04:17:20.092DEBGreset freemap , 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 } }]unitINFO DEBG
29932026-07-19T04:17:21.618Z reset freemap:, unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6
29942026-07-19T04:17:21.618Z: freemap_route_ipv6Jul 19 04:17:20.092
29952026-07-19T04:17:21.618Z
29962026-07-19T04:17:21.618ZJul 19 04:17:20.092INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 19 04:17:20.092
29972026-07-19T04:17:21.622Zreplacing 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 } }]
29982026-07-19T04:17:21.622Z INFOJul 19 04:17:20.092 Jul 19 04:17:20.092adding route 172.16.0.0/32 -> 10.0.0.1
29992026-07-19T04:17:21.622ZDEBGINFO Jul 19 04:17:20.092replacing 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 } }]
30002026-07-19T04:17:21.622ZDEBG Jul 19 04:17:20.092 adding route 3fff:dead::/64 -> 2001:db8::55:1failed to allocate space for the new target listDEBG
30012026-07-19T04:17:21.622Z
30022026-07-19T04:17:21.622ZJul 19 04:17:20.092 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 } }]
30032026-07-19T04:17:21.622Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:17:20.092
30042026-07-19T04:17:21.622ZJul 19 04:17:20.092 DEBGJul 19 04:17:20.092DEBG Jul 19 04:17:20.092DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 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 } }]
30052026-07-19T04:17:21.622Zadding 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:1, vlan_id: None } }]
30062026-07-19T04:17:21.622Z
30072026-07-19T04:17:21.622Z
30082026-07-19T04:17:21.622ZJul 19 04:17:20.092 Jul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30092026-07-19T04:17:21.622Z
30102026-07-19T04:17:21.622Z
30112026-07-19T04:17:21.622ZJul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.3Jul 19 04:17:20.092
30122026-07-19T04:17:21.622Z
30132026-07-19T04:17:21.622Z DEBG Jul 19 04:17:20.092 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30142026-07-19T04:17:21.622Z
30152026-07-19T04:17:21.622Z Jul 19 04:17:20.092Jul 19 04:17:20.092freemap_route_ipv4 INFOINFO
30162026-07-19T04:17:21.622Z adding route 172.16.0.0/32 -> 10.0.0.4
30172026-07-19T04:17:21.622Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30182026-07-19T04:17:21.622ZJul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFOJul 19 04:17:20.092 created new freemapDEBG Jul 19 04:17:20.092replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30192026-07-19T04:17:21.623Z, adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGunit
30202026-07-19T04:17:21.623Zreplacing 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 } }]:
30212026-07-19T04:17:21.623ZJul 19 04:17:20.092 INFOfreemap_route_ipv6
30222026-07-19T04:17:21.623ZJul 19 04:17:20.092Jul 19 04:17:20.092 adding route 172.17.0.0/32 -> 10.0.0.255 INFOJul 19 04:17:20.092DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
30232026-07-19T04:17:21.623Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30242026-07-19T04:17:21.623Z
30252026-07-19T04:17:21.623Z DEBG initted freemap. size: 64Jul 19 04:17:20.092Jul 19 04:17:20.092 , DEBGunit replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
30262026-07-19T04:17:21.623Zfreemap_route_ipv4replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.092
30272026-07-19T04:17:21.623Z
30282026-07-19T04:17:21.623Z INFOJul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4reset freemap
30292026-07-19T04:17:21.623Z, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:17:20.092
30302026-07-19T04:17:21.623Zunit: INFOfreemap_route_ipv4Jul 19 04:17:20.092
30312026-07-19T04:17:21.623Zadding route 172.17.0.1/32 -> 10.0.0.255
30322026-07-19T04:17:21.623ZJul 19 04:17:20.092DEBG DEBGJul 19 04:17:20.092replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.092
30332026-07-19T04:17:21.623ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 initted freemap. size: 64
30342026-07-19T04:17:21.623Zreplacing 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 } }],
30352026-07-19T04:17:21.623ZunitJul 19 04:17:20.092: freemap_route_ipv6
30362026-07-19T04:17:21.623ZINFOJul 19 04:17:20.092Jul 19 04:17:20.092 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO
30372026-07-19T04:17:21.623ZJul 19 04:17:20.092adding route 172.17.0.2/32 -> 10.0.0.255DEBG DEBG
30382026-07-19T04:17:21.623Zreplacing targets for 3fff:dead::/64 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 } }]reset freemap
30392026-07-19T04:17:21.623ZJul 19 04:17:20.092, unit:DEBG Jul 19 04:17:20.092replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
30402026-07-19T04:17:21.623Z
30412026-07-19T04:17:21.623ZDEBGJul 19 04:17:20.092 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 } }]WARNJul 19 04:17:20.092
30422026-07-19T04:17:21.623ZJul 19 04:17:20.092 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
30432026-07-19T04:17:21.623Z adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
30442026-07-19T04:17:21.624Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:17:20.092
30452026-07-19T04:17:21.624Z Jul 19 04:17:20.092INFOJul 19 04:17:20.092 DEBGadding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:17:20.092
30462026-07-19T04:17:21.624Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
30472026-07-19T04:17:21.624ZERRO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.092
30482026-07-19T04:17:21.624Z DEBGJul 19 04:17:20.092 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
30492026-07-19T04:17:21.624Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:20.092
30502026-07-19T04:17:21.624Z
30512026-07-19T04:17:21.624Z INFO Jul 19 04:17:20.092adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
30522026-07-19T04:17:21.624ZJul 19 04:17:20.092INFO adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:17:20.092
30532026-07-19T04:17:21.624Z Jul 19 04:17:20.092DEBG 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 } }]ERRO
30542026-07-19T04:17:21.624Ztest route::tests::rollback_on_compact_write_failure ... ok
30552026-07-19T04:17:21.624Z shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing targets for 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 } }]
30562026-07-19T04:17:21.624Z
30572026-07-19T04:17:21.624ZJul 19 04:17:20.092Jul 19 04:17:20.092 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
30582026-07-19T04:17:21.624Z Jul 19 04:17:20.092replacing 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 } }]
30592026-07-19T04:17:21.624ZDEBG failed to allocate space for the new target listJul 19 04:17:20.092
30602026-07-19T04:17:21.624Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:20.092Jul 19 04:17:20.092
30612026-07-19T04:17:21.624Z 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 } }]
30622026-07-19T04:17:21.624ZJul 19 04:17:20.092adding route 172.17.0.5/32 -> 10.0.0.255
30632026-07-19T04:17:21.624ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
30642026-07-19T04:17:21.624ZJul 19 04:17:20.085 Jul 19 04:17:20.092DEBG Jul 19 04:17:20.092DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }],
30652026-07-19T04:17:21.624ZunitDEBG: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
30662026-07-19T04:17:21.624ZJul 19 04:17:20.093Jul 19 04:17:20.093 DEBG
30672026-07-19T04:17:21.624Z created new freemap, unitDEBG: created new freemapfreemap_route_ipv4
30682026-07-19T04:17:21.624Z, unitJul 19 04:17:20.101Jul 19 04:17:20.101 INFO:Jul 19 04:17:20.101 DEBG freemap_route_ipv4created new freemap , adding route 172.17.0.6/32 -> 10.0.0.255DEBG
30692026-07-19T04:17:21.624Z unit:created new freemap , freemap_route_ipv6unit
30702026-07-19T04:17:21.624Z: freemap_route_ipv6
30712026-07-19T04:17:21.624ZJul 19 04:17:20.101 DEBG initted freemap. size: 64, Jul 19 04:17:20.101Jul 19 04:17:20.093Jul 19 04:17:20.101unit DEBG:
30722026-07-19T04:17:21.624Z DEBGfreemap_route_ipv4 created new freemapDEBGcreated new 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:
30732026-07-19T04:17:21.624Z,
30742026-07-19T04:17:21.624Zfreemap_route_ipv6unit
30752026-07-19T04:17:21.624ZJul 19 04:17:20.101:Jul 19 04:17:20.101 Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBG DEBGDEBGINFO initted freemap. size: 64 freemap_route_ipv4 initted freemap. size: 64
30762026-07-19T04:17:21.624Zreset freemap, , unit:adding route 172.17.0.7/32 -> 10.0.0.255 unit
30772026-07-19T04:17:21.624Z:freemap_route_ipv4
30782026-07-19T04:17:21.624Z, freemap_route_ipv4unit
30792026-07-19T04:17:21.624Z:Jul 19 04:17:20.101 freemap_route_ipv4
30802026-07-19T04:17:21.624ZJul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBGDEBG Jul 19 04:17:20.101created new freemap , reset freemapDEBGunitJul 19 04:17:20.101, :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 } }]initted freemap. size: 64unit, :freemap_route_ipv6unit
30812026-07-19T04:17:21.624Z :freemap_route_ipv4
30822026-07-19T04:17:21.624Z
30832026-07-19T04:17:21.625Z DEBGfreemap_route_ipv6 reset freemap
30842026-07-19T04:17:21.625Z, unitJul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBGJul 19 04:17:20.101 initted freemap. size: 64Jul 19 04:17:20.101:INFO freemap_route_ipv4initted freemap. size: 64DEBGadding route 172.17.0.8/32 -> 10.0.0.255, ,
30852026-07-19T04:17:21.625Zreset freemap
30862026-07-19T04:17:21.625Zunit, :unitunit:: Jul 19 04:17:20.101freemap_route_ipv4
30872026-07-19T04:17:21.625Zfreemap_route_ipv6
30882026-07-19T04:17:21.625Z DEBG freemap_route_ipv6Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBGinitted freemap. size: 64Jul 19 04:17:20.101INFO DEBGreset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1
30892026-07-19T04:17:21.625Z, , 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 } }]unitunit
30902026-07-19T04:17:21.625Z
30912026-07-19T04:17:21.625Z: freemap_route_ipv4:
30922026-07-19T04:17:21.625ZJul 19 04:17:20.101 INFOJul 19 04:17:20.101 Jul 19 04:17:20.101DEBG freemap_route_ipv6
30932026-07-19T04:17:21.625Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.101adding route 172.17.0.9/32 -> 10.0.0.255DEBG
30942026-07-19T04:17:21.625Z initted freemap. size: 64Jul 19 04:17:20.101,
30952026-07-19T04:17:21.625Z DEBGunit :Jul 19 04:17:20.101reset freemap Jul 19 04:17:20.101 , DEBGfreemap_route_ipv6
30962026-07-19T04:17:21.625Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit
30972026-07-19T04:17:21.630Z: DEBGfreemap_route_ipv6DEBG
30982026-07-19T04:17:21.630Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.101
30992026-07-19T04:17:21.630Z DEBG reset freemapreset freemap, Jul 19 04:17:20.101unitJul 19 04:17:20.101 : , INFO freemap_route_ipv6unitadding route 172.17.0.10/32 -> 10.0.0.255
31002026-07-19T04:17:21.630Z
31012026-07-19T04:17:21.630Z: INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Jul 19 04:17:20.101
31022026-07-19T04:17:21.630Z DEBG
31032026-07-19T04:17:21.630Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.101Jul 19 04:17:20.101
31042026-07-19T04:17:21.630Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:20.101
31052026-07-19T04:17:21.630ZJul 19 04:17:20.101
31062026-07-19T04:17:21.630ZINFO DEBG Jul 19 04:17:20.101 adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
31072026-07-19T04:17:21.630Z
31082026-07-19T04:17:21.630Z Jul 19 04:17:20.101replacing 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
31092026-07-19T04:17:21.630Z Jul 19 04:17:20.101 Jul 19 04:17:20.101replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
31102026-07-19T04:17:21.630ZDEBGINFOJul 19 04:17:20.101 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
31112026-07-19T04:17:21.630ZINFO
31122026-07-19T04:17:21.630ZJul 19 04:17:20.101 adding route 172.16.0.0/32 -> 10.0.0.1INFO
31132026-07-19T04:17:21.630Z adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:17:20.101
31142026-07-19T04:17:21.630Z Jul 19 04:17:20.101Jul 19 04:17:20.101DEBG 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 172.17.0.12/32 -> 10.0.0.255DEBG
31152026-07-19T04:17:21.630Z
31162026-07-19T04:17:21.630Zreplacing 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 } }]
31172026-07-19T04:17:21.630ZJul 19 04:17:20.101Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31182026-07-19T04:17:21.630Z
31192026-07-19T04:17:21.630Z INFO Jul 19 04:17:20.101adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:20.101
31202026-07-19T04:17:21.630Z Jul 19 04:17:20.101 INFOINFOJul 19 04:17:20.101 adding route 172.16.0.0/32 -> 10.0.0.1INFODEBG
31212026-07-19T04:17:21.630Z adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
31222026-07-19T04:17:21.630Z
31232026-07-19T04:17:21.630Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31242026-07-19T04:17:21.630ZJul 19 04:17:20.101 Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBG DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.101
31252026-07-19T04:17:21.630Z 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 } }]
31262026-07-19T04:17:21.630Z
31272026-07-19T04:17:21.630Zadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:20.101
31282026-07-19T04:17:21.630Z INFOJul 19 04:17:20.101 Jul 19 04:17:20.101 adding route 172.17.0.14/32 -> 10.0.0.255INFOJul 19 04:17:20.101 adding route 172.17.0.1/32 -> 10.0.0.255DEBG
31292026-07-19T04:17:21.630ZINFO
31302026-07-19T04:17:21.631Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:17:20.101
31312026-07-19T04:17:21.631Zadding route 172.16.0.0/32 -> 10.0.0.2
31322026-07-19T04:17:21.631ZDEBG Jul 19 04:17:20.101Jul 19 04:17:20.101 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 Jul 19 04:17:20.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG
31332026-07-19T04:17:21.631Z
31342026-07-19T04:17:21.631ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
31352026-07-19T04:17:21.631ZJul 19 04:17:20.101
31362026-07-19T04:17:21.631Z Jul 19 04:17:20.101Jul 19 04:17:20.101 WARN INFO INFOJul 19 04:17:20.101shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 172.17.0.2/32 -> 10.0.0.255
31372026-07-19T04:17:21.631ZINFO
31382026-07-19T04:17:21.631Z adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
31392026-07-19T04:17:21.631Z
31402026-07-19T04:17:21.631ZJul 19 04:17:20.101 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 } }]
31412026-07-19T04:17:21.631ZJul 19 04:17:20.101Jul 19 04:17:20.085 Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBGINFO DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31422026-07-19T04:17:21.631Z created new freemapadding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31432026-07-19T04:17:21.631Z
31442026-07-19T04:17:21.631Z, unit:Jul 19 04:17:20.101 Jul 19 04:17:20.101INFO Jul 19 04:17:20.101 freemap_route_ipv4
31452026-07-19T04:17:21.631Zadding route 172.17.0.16/32 -> 10.0.0.255DEBG
31462026-07-19T04:17:21.631ZINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
31472026-07-19T04:17:21.631ZJul 19 04:17:20.101
31482026-07-19T04:17:21.631ZJul 19 04:17:20.101 DEBG 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 } }]created new freemap
31492026-07-19T04:17:21.631ZJul 19 04:17:20.101, unit:DEBG freemap_route_ipv6Jul 19 04:17:20.101
31502026-07-19T04:17:21.631Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
31512026-07-19T04:17:21.631ZJul 19 04:17:20.101 INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:17:20.101
31522026-07-19T04:17:21.631Z adding route 172.17.0.4/32 -> 10.0.0.255INFO
31532026-07-19T04:17:21.631Z adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:17:20.101
31542026-07-19T04:17:21.631Z Jul 19 04:17:20.101DEBG DEBGJul 19 04:17:20.101 initted freemap. size: 64replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:17:20.102unit
31552026-07-19T04:17:21.631Z : DEBGDEBG freemap_route_ipv4replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.102
31562026-07-19T04:17:21.631Z INFO
31572026-07-19T04:17:21.631Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.102adding route 172.17.0.18/32 -> 10.0.0.255
31582026-07-19T04:17:21.631ZINFO
31592026-07-19T04:17:21.631Z adding route 172.17.0.3/32 -> 10.0.0.255
31602026-07-19T04:17:21.631ZJul 19 04:17:20.102 Jul 19 04:17:20.102INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:17:20.102 DEBG
31612026-07-19T04:17:21.631ZJul 19 04:17:20.102reset freemap , 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 } }]unitJul 19 04:17:20.102DEBG
31622026-07-19T04:17:21.631Z 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 } }]
31632026-07-19T04:17:21.631Zfreemap_route_ipv4Jul 19 04:17:20.102
31642026-07-19T04:17:21.631Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31652026-07-19T04:17:21.631Z Jul 19 04:17:20.102adding route 172.17.0.19/32 -> 10.0.0.255
31662026-07-19T04:17:21.631ZINFOJul 19 04:17:20.102 Jul 19 04:17:20.102adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:17:20.102
31672026-07-19T04:17:21.631Z INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
31682026-07-19T04:17:21.631Ztest route::tests::rollback_on_index_readd_failure ... ok
31692026-07-19T04:17:21.632ZDEBGJul 19 04:17:20.102 DEBGJul 19 04:17:20.102replacing 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 } }]initted freemap. size: 64
31702026-07-19T04:17:21.632Z, unit :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 } }]
31712026-07-19T04:17:21.632Z 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 } }]freemap_route_ipv6Jul 19 04:17:20.102
31722026-07-19T04:17:21.632Z
31732026-07-19T04:17:21.632Z INFOJul 19 04:17:20.102 Jul 19 04:17:20.102 Jul 19 04:17:20.102adding route 172.17.0.20/32 -> 10.0.0.255 DEBG
31742026-07-19T04:17:21.632Z INFO adding route 172.17.0.7/32 -> 10.0.0.255reset freemap
31752026-07-19T04:17:21.632ZINFOJul 19 04:17:20.102 , unit :adding route 172.17.0.5/32 -> 10.0.0.255 Jul 19 04:17:20.102
31762026-07-19T04:17:21.632Zfreemap_route_ipv6
31772026-07-19T04:17:21.632ZDEBGDEBG Jul 19 04:17:20.102replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.102
31782026-07-19T04:17:21.632Zreplacing 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
31792026-07-19T04:17:21.632Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31802026-07-19T04:17:21.632Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:20.102
31812026-07-19T04:17:21.632Z Jul 19 04:17:20.102INFO Jul 19 04:17:20.102 adding route 172.17.0.21/32 -> 10.0.0.255INFOINFO
31822026-07-19T04:17:21.632Z Jul 19 04:17:20.102adding route 172.17.0.6/32 -> 10.0.0.255
31832026-07-19T04:17:21.632Z Jul 19 04:17:20.102DEBGadding route 172.17.0.8/32 -> 10.0.0.255
31842026-07-19T04:17:21.632Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG Jul 19 04:17:20.102replacing 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 } }]
31852026-07-19T04:17:21.632ZJul 19 04:17:20.102 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 } }]Jul 19 04:17:20.109
31862026-07-19T04:17:21.632Zcreated new freemap DEBG, Jul 19 04:17:20.109 unit :INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
31872026-07-19T04:17:21.632Zadding route 172.17.0.22/32 -> 10.0.0.255
31882026-07-19T04:17:21.632Z
31892026-07-19T04:17:21.632ZJul 19 04:17:20.109 DEBGJul 19 04:17:20.109 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
31902026-07-19T04:17:21.632Z created new freemap, Jul 19 04:17:20.109 INFOunit:Jul 19 04:17:20.109 INFOfreemap_route_ipv6
31912026-07-19T04:17:21.632Zadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:17:20.085
31922026-07-19T04:17:21.632Z
31932026-07-19T04:17:21.632Z DEBGJul 19 04:17:20.109Jul 19 04:17:20.109 DEBGDEBGJul 19 04:17:20.109 initted freemap. size: 64 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 } }],
31942026-07-19T04:17:21.632Zcreated new freemapDEBGunit :, unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
31952026-07-19T04:17:21.632Z
31962026-07-19T04:17:21.632ZJul 19 04:17:20.109 INFO: Jul 19 04:17:20.109adding route 172.17.0.24/32 -> 10.0.0.255
31972026-07-19T04:17:21.661ZJul 19 04:17:20.109 freemap_route_ipv4 INFO
31982026-07-19T04:17:21.661ZJul 19 04:17:20.109DEBG DEBGadding route 172.17.0.10/32 -> 10.0.0.255 reset freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
31992026-07-19T04:17:21.661Zunit
32002026-07-19T04:17:21.661Z: Jul 19 04:17:20.109 freemap_route_ipv4DEBGJul 19 04:17:20.109
32012026-07-19T04:17:21.661ZJul 19 04:17:20.109 DEBG INFOcreated new freemapJul 19 04:17:20.109 adding route 172.17.0.25/32 -> 10.0.0.255,
32022026-07-19T04:17:21.661Zunit: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 } }]initted freemap. size: 64
32032026-07-19T04:17:21.661ZJul 19 04:17:20.110, unitDEBG: 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 } }]freemap_route_ipv6
32042026-07-19T04:17:21.661Z
32052026-07-19T04:17:21.661Z freemap_route_ipv6
32062026-07-19T04:17:21.661ZJul 19 04:17:20.110Jul 19 04:17:20.110 INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
32072026-07-19T04:17:21.661Zreset freemapJul 19 04:17:20.110 , Jul 19 04:17:20.110unitJul 19 04:17:20.110:INFO freemap_route_ipv6 DEBGadding route 172.17.0.11/32 -> 10.0.0.255
32082026-07-19T04:17:21.661Z DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32092026-07-19T04:17:21.661Z
32102026-07-19T04:17:21.661Zinitted freemap. size: 64, Jul 19 04:17:20.110Jul 19 04:17:20.110 INFOunit :INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
32112026-07-19T04:17:21.661Z
32122026-07-19T04:17:21.661ZJul 19 04:17:20.110 DEBGfreemap_route_ipv4 Jul 19 04:17:20.110
32132026-07-19T04:17:21.661ZJul 19 04:17:20.110 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 } }]DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32142026-07-19T04:17:21.661ZJul 19 04:17:20.110
32152026-07-19T04:17:21.661Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.110
32162026-07-19T04:17:21.661Z reset freemapINFO , adding route 172.17.0.28/32 -> 10.0.0.255unitJul 19 04:17:20.110
32172026-07-19T04:17:21.661Z:Jul 19 04:17:20.110 INFO INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
32182026-07-19T04:17:21.661Zadding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:17:20.110
32192026-07-19T04:17:21.661ZDEBG 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 } }]
32202026-07-19T04:17:21.661ZJul 19 04:17:20.110
32212026-07-19T04:17:21.661Z Jul 19 04:17:20.110DEBG DEBGJul 19 04:17:20.110replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:17:20.110INFO
32222026-07-19T04:17:21.661ZDEBG initted freemap. size: 64adding route 172.17.0.29/32 -> 10.0.0.255,
32232026-07-19T04:17:21.661Zunit: Jul 19 04:17:20.110replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6Jul 19 04:17:20.110
32242026-07-19T04:17:21.661ZINFO
32252026-07-19T04:17:21.661Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
32262026-07-19T04:17:21.661Z
32272026-07-19T04:17:21.661ZJul 19 04:17:20.110Jul 19 04:17:20.110Jul 19 04:17:20.110 INFO Jul 19 04:17:20.110INFO adding route 172.17.0.30/32 -> 10.0.0.255DEBGJul 19 04:17:20.109 DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
32282026-07-19T04:17:21.661Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32292026-07-19T04:17:21.661Z
32302026-07-19T04:17:21.661Zreset freemap
32312026-07-19T04:17:21.661Z, unitJul 19 04:17:20.110: DEBGJul 19 04:17:20.110Jul 19 04:17:20.110 Jul 19 04:17:20.110 freemap_route_ipv6 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 INFO
32322026-07-19T04:17:21.662Z
32332026-07-19T04:17:21.662Zreplacing 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 } }]
32342026-07-19T04:17:21.662Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG 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 } }]Jul 19 04:17:20.110
32352026-07-19T04:17:21.662ZJul 19 04:17:20.110Jul 19 04:17:20.110
32362026-07-19T04:17:21.662Z INFOINFO Jul 19 04:17:20.110INFO DEBG adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
32372026-07-19T04:17:21.662Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32382026-07-19T04:17:21.662Zadding route 172.16.0.0/32 -> 10.0.0.1
32392026-07-19T04:17:21.662Z
32402026-07-19T04:17:21.662ZJul 19 04:17:20.110 DEBGJul 19 04:17:20.110 Jul 19 04:17:20.110replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110
32412026-07-19T04:17:21.662Z DEBGINFO DEBGJul 19 04:17:20.110 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 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 } }]Jul 19 04:17:20.110
32422026-07-19T04:17:21.662Z INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255
32432026-07-19T04:17:21.662Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.9/32 -> 10.0.0.255
32442026-07-19T04:17:21.662Z
32452026-07-19T04:17:21.662Z
32462026-07-19T04:17:21.662ZJul 19 04:17:20.110 Jul 19 04:17:20.110WARN INFO Jul 19 04:17:20.110 Jul 19 04:17:20.110DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.32/32 -> 10.0.0.255
32472026-07-19T04:17:21.662Z
32482026-07-19T04:17:21.662Z 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 } }]
32492026-07-19T04:17:21.662ZJul 19 04:17:20.110INFO Jul 19 04:17:20.110DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110
32502026-07-19T04:17:21.662Z INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
32512026-07-19T04:17:21.662ZJul 19 04:17:20.110DEBG 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 } }]
32522026-07-19T04:17:21.662Z
32532026-07-19T04:17:21.662Zadding route 172.17.0.33/32 -> 10.0.0.255
32542026-07-19T04:17:21.662ZJul 19 04:17:20.110Jul 19 04:17:20.110 DEBGJul 19 04:17:20.110 DEBG Jul 19 04:17:20.110replacing 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 } }]
32552026-07-19T04:17:21.662Z 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 } }]
32562026-07-19T04:17:21.662Zreplacing 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 } }]
32572026-07-19T04:17:21.662ZINFO Jul 19 04:17:20.110Jul 19 04:17:20.110 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
32582026-07-19T04:17:21.662Zadding route 172.17.0.1/32 -> 10.0.0.255
32592026-07-19T04:17:21.662Z
32602026-07-19T04:17:21.662ZJul 19 04:17:20.110 Jul 19 04:17:20.110INFOJul 19 04:17:20.110Jul 19 04:17:20.110 DEBGadding route 172.17.0.34/32 -> 10.0.0.255
32612026-07-19T04:17:21.662Zreplacing 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 } }]
32622026-07-19T04:17:21.662Z
32632026-07-19T04:17:21.662Z DEBGDEBGJul 19 04:17:20.110 Jul 19 04:17:20.110 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32642026-07-19T04:17:21.662ZINFODEBG
32652026-07-19T04:17:21.662ZJul 19 04:17:20.110 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110
32662026-07-19T04:17:21.662Zadding route 172.17.0.12/32 -> 10.0.0.255
32672026-07-19T04:17:21.662Ztest route::tests::rollback_on_compact_delete_failure ... ok
32682026-07-19T04:17:21.662Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:20.110 Jul 19 04:17:20.110
32692026-07-19T04:17:21.662ZINFO Jul 19 04:17:20.110DEBG adding route 172.17.0.2/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
32702026-07-19T04:17:21.662Ztest route::tests::grow_succeeds ... ok
32712026-07-19T04:17:21.663Z adding route 172.17.0.35/32 -> 10.0.0.255
32722026-07-19T04:17:21.663Z
32732026-07-19T04:17:21.663Z
32742026-07-19T04:17:21.663ZJul 19 04:17:20.110 DEBGJul 19 04:17:20.110 Jul 19 04:17:20.110INFO Jul 19 04:17:20.110DEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32752026-07-19T04:17:21.663ZDEBG 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 } }]
32762026-07-19T04:17:21.663Z
32772026-07-19T04:17:21.663ZJul 19 04:17:20.110Jul 19 04:17:20.110 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32782026-07-19T04:17:21.663ZDEBG 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 } }]
32792026-07-19T04:17:21.663Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110Jul 19 04:17:20.110 INFO Jul 19 04:17:20.110
32802026-07-19T04:17:21.663Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
32812026-07-19T04:17:21.663ZINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
32822026-07-19T04:17:21.663ZJul 19 04:17:20.110Jul 19 04:17:20.110 Jul 19 04:17:20.110
32832026-07-19T04:17:21.663ZDEBG INFOJul 19 04:17:20.110 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 } }] INFODEBGJul 19 04:17:20.110 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.3/32 -> 10.0.0.255
32842026-07-19T04:17:21.663ZDEBG
32852026-07-19T04:17:21.663Z
32862026-07-19T04:17:21.663Zadding route 172.17.0.17/32 -> 10.0.0.255
32872026-07-19T04:17:21.663Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110
32882026-07-19T04:17:21.663ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:17:20.110Jul 19 04:17:20.110
32892026-07-19T04:17:21.663Z Jul 19 04:17:20.110DEBG Jul 19 04:17:20.110INFOreplacing 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 } }]
32902026-07-19T04:17:21.663Z Jul 19 04:17:20.110INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 DEBG
32912026-07-19T04:17:21.663Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
32922026-07-19T04:17:21.663ZJul 19 04:17:20.110 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
32932026-07-19T04:17:21.663Z
32942026-07-19T04:17:21.663Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110
32952026-07-19T04:17:21.663Z Jul 19 04:17:20.110INFOJul 19 04:17:20.110 Jul 19 04:17:20.110 Jul 19 04:17:20.110INFO INFODEBGINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
32962026-07-19T04:17:21.663Z
32972026-07-19T04:17:21.670Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
32982026-07-19T04:17:21.670ZJul 19 04:17:20.110 DEBG adding route 172.17.0.4/32 -> 10.0.0.255
32992026-07-19T04:17:21.670ZJul 19 04:17:20.117 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 } }]Jul 19 04:17:20.117
33002026-07-19T04:17:21.670ZJul 19 04:17:20.117Jul 19 04:17:20.102created new freemap DEBG DEBGJul 19 04:17:20.117DEBG, unit :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 } }]
33012026-07-19T04:17:21.670Z INFOfreemap_route_ipv4
33022026-07-19T04:17:21.670Zadding route 172.17.0.39/32 -> 10.0.0.255
33032026-07-19T04:17:21.670ZJul 19 04:17:20.117 INFOcreated new freemap adding route 172.17.0.5/32 -> 10.0.0.255,
33042026-07-19T04:17:21.670Zunit Jul 19 04:17:20.117: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 } }]
33052026-07-19T04:17:21.670Z 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 } }]freemap_route_ipv4
33062026-07-19T04:17:21.670ZJul 19 04:17:20.117
33072026-07-19T04:17:21.670Z Jul 19 04:17:20.117DEBGJul 19 04:17:20.117 Jul 19 04:17:20.117 DEBG INFODEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117
33082026-07-19T04:17:21.670Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Jul 19 04:17:20.117
33092026-07-19T04:17:21.670ZJul 19 04:17:20.117 INFO created new freemapINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBGadding route 172.17.0.6/32 -> 10.0.0.255
33102026-07-19T04:17:21.670Z,
33112026-07-19T04:17:21.670Zunitadding route 172.17.0.40/32 -> 10.0.0.255 Jul 19 04:17:20.117
33122026-07-19T04:17:21.671Z WARNcreated new freemapJul 19 04:17:20.117 , Jul 19 04:17:20.117unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):
33132026-07-19T04:17:21.671Z:Jul 19 04:17:20.117 DEBGDEBG freemap_route_ipv6 freemap_route_ipv6
33142026-07-19T04:17:21.671Zreplacing 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 } }]
33152026-07-19T04:17:21.671ZDEBG
33162026-07-19T04:17:21.671Zreplacing 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 } }]
33172026-07-19T04:17:21.671Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117
33182026-07-19T04:17:21.671Z Jul 19 04:17:20.117 INFOINFO Jul 19 04:17:20.117Jul 19 04:17:20.117Jul 19 04:17:20.117adding route 172.17.0.18/32 -> 10.0.0.255
33192026-07-19T04:17:21.671Z INFOadding route 172.17.0.7/32 -> 10.0.0.255
33202026-07-19T04:17:21.671ZDEBG initted freemap. size: 64adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:17:20.117
33212026-07-19T04:17:21.671Z Jul 19 04:17:20.117 , DEBGunit Jul 19 04:17:20.117: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 } }]
33222026-07-19T04:17:21.671ZDEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4replacing 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 } }]
33232026-07-19T04:17:21.671ZJul 19 04:17:20.117
33242026-07-19T04:17:21.671Z
33252026-07-19T04:17:21.671Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
33262026-07-19T04:17:21.671ZJul 19 04:17:20.117 Jul 19 04:17:20.117 Jul 19 04:17:20.117 INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255DEBGDEBG
33272026-07-19T04:17:21.671Zadding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:17:20.117 DEBG
33282026-07-19T04:17:21.671Zinitted freemap. size: 64 reset freemap, Jul 19 04:17:20.117unit, 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
33292026-07-19T04:17:21.671Z: freemap_route_ipv4Jul 19 04:17:20.117 Jul 19 04:17:20.117replacing 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 } }]
33302026-07-19T04:17:21.671Z
33312026-07-19T04:17:21.671Z INFODEBG 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.255unit
33322026-07-19T04:17:21.671Z:
33332026-07-19T04:17:21.671ZJul 19 04:17:20.117 freemap_route_ipv4
33342026-07-19T04:17:21.671ZJul 19 04:17:20.117INFO Jul 19 04:17:20.117 DEBGJul 19 04:17:20.117 INFO DEBG adding route 172.17.0.43/32 -> 10.0.0.255 initted freemap. size: 64replacing 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.9/32 -> 10.0.0.255Jul 19 04:17:20.117
33352026-07-19T04:17:21.671Z
33362026-07-19T04:17:21.671Z
33372026-07-19T04:17:21.671Z, unitJul 19 04:17:20.117DEBG Jul 19 04:17:20.117DEBG: 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 } }]reset freemapDEBG
33382026-07-19T04:17:21.671Z , freemap_route_ipv6Jul 19 04:17:20.117 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
33392026-07-19T04:17:21.671Zunit
33402026-07-19T04:17:21.671Zadding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:20.117
33412026-07-19T04:17:21.671Z: INFOJul 19 04:17:20.117Jul 19 04:17:20.117freemap_route_ipv4Jul 19 04:17:20.117 INFOadding route 172.17.0.10/32 -> 10.0.0.255DEBG
33422026-07-19T04:17:21.671Z
33432026-07-19T04:17:21.671Z adding route 172.17.0.44/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 } }]
33442026-07-19T04:17:21.671Z DEBG
33452026-07-19T04:17:21.671ZJul 19 04:17:20.117Jul 19 04:17:20.117reset freemap , DEBGDEBG 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 } }]: Jul 19 04:17:20.117 freemap_route_ipv6INFO
33462026-07-19T04:17:21.671Z
33472026-07-19T04:17:21.671Zadding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33482026-07-19T04:17:21.671Z
33492026-07-19T04:17:21.671ZJul 19 04:17:20.117Jul 19 04:17:20.117 INFODEBG Jul 19 04:17:20.117initted freemap. size: 64, adding route 172.17.0.11/32 -> 10.0.0.255
33502026-07-19T04:17:21.671ZINFOJul 19 04:17:20.117unit : adding route 172.17.0.45/32 -> 10.0.0.255
33512026-07-19T04:17:21.672ZDEBGJul 19 04:17:20.117 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 } }]Jul 19 04:17:20.117
33522026-07-19T04:17:21.672Zreplacing 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 Jul 19 04:17:20.117
33532026-07-19T04:17:21.672ZDEBG
33542026-07-19T04:17:21.672ZJul 19 04:17:20.117replacing 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 } }]
33552026-07-19T04:17:21.672ZJul 19 04:17:20.117INFO INFO Jul 19 04:17:20.117adding route 172.17.0.23/32 -> 10.0.0.255
33562026-07-19T04:17:21.672Ztest route::tests::delete_target_fragmented ... ok
33572026-07-19T04:17:21.672ZINFOadding route 172.17.0.12/32 -> 10.0.0.255INFO
33582026-07-19T04:17:21.672Z Jul 19 04:17:20.117adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:20.117
33592026-07-19T04:17:21.672Z Jul 19 04:17:20.117DEBG DEBG
33602026-07-19T04:17:21.672ZJul 19 04:17:20.117 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 } }]
33612026-07-19T04:17:21.672Zreplacing 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
33622026-07-19T04:17:21.672Zreset freemapDEBGJul 19 04:17:20.117 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 } }],
33632026-07-19T04:17:21.672Zadding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:17:20.117Jul 19 04:17:20.117
33642026-07-19T04:17:21.672Zunit INFOJul 19 04:17:20.117 adding route 172.17.0.13/32 -> 10.0.0.255INFO
33652026-07-19T04:17:21.672Z :adding route 172.17.0.47/32 -> 10.0.0.255DEBG Jul 19 04:17:20.117
33662026-07-19T04:17:21.672Zfreemap_route_ipv6DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
33672026-07-19T04:17:21.672ZJul 19 04:17:20.117replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 DEBG
33682026-07-19T04:17:21.672Z Jul 19 04:17:20.117
33692026-07-19T04:17:21.672Zreplacing 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 } }]
33702026-07-19T04:17:21.672ZINFODEBG Jul 19 04:17:20.117adding route 3fff:dead::/64 -> 2001:db8::55:1
33712026-07-19T04:17:21.672ZJul 19 04:17:20.117 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 } }]INFOINFO Jul 19 04:17:20.117adding route 172.17.0.48/32 -> 10.0.0.255
33722026-07-19T04:17:21.672Zadding route 172.17.0.25/32 -> 10.0.0.255
33732026-07-19T04:17:21.672ZDEBG
33742026-07-19T04:17:21.672Z Jul 19 04:17:20.117Jul 19 04:17:20.117Jul 19 04:17:20.117replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGDEBGJul 19 04:17:20.117 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.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
33752026-07-19T04:17:21.672Z
33762026-07-19T04:17:21.672Zadding route 172.17.0.14/32 -> 10.0.0.255DEBG
33772026-07-19T04:17:21.672Z
33782026-07-19T04:17:21.672Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.117
33792026-07-19T04:17:21.672Z Jul 19 04:17:20.117INFOJul 19 04:17:20.117 DEBG adding route 172.17.0.49/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 } }]INFO
33802026-07-19T04:17:21.672Z
33812026-07-19T04:17:21.672ZJul 19 04:17:20.117 adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:17:20.117INFO
33822026-07-19T04:17:21.672ZDEBG Jul 19 04:17:20.117 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
33832026-07-19T04:17:21.672Z
33842026-07-19T04:17:21.672ZJul 19 04:17:20.117INFO adding route 172.17.0.15/32 -> 10.0.0.255
33852026-07-19T04:17:21.672ZDEBG Jul 19 04:17:20.117replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117
33862026-07-19T04:17:21.672Z INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG
33872026-07-19T04:17:21.672Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.117
33882026-07-19T04:17:21.672ZINFOJul 19 04:17:20.117Jul 19 04:17:20.117 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
33892026-07-19T04:17:21.672Z 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
33902026-07-19T04:17:21.672Z 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 } }]
33912026-07-19T04:17:21.673ZJul 19 04:17:20.117 Jul 19 04:17:20.117DEBG Jul 19 04:17:20.117INFOreplacing 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 } }]
33922026-07-19T04:17:21.673Zadding route 172.17.0.51/32 -> 10.0.0.255 DEBG
33932026-07-19T04:17:21.673Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:20.117Jul 19 04:17:20.117
33942026-07-19T04:17:21.673ZINFOJul 19 04:17:20.117 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
33952026-07-19T04:17:21.673Z 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 } }]
33962026-07-19T04:17:21.673ZINFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:17:20.118
33972026-07-19T04:17:21.680Z DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.118
33982026-07-19T04:17:21.680Z
33992026-07-19T04:17:21.680ZJul 19 04:17:20.118 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:17:20.118Jul 19 04:17:20.118
34002026-07-19T04:17:21.680Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34012026-07-19T04:17:21.680Zadding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:17:20.118
34022026-07-19T04:17:21.680ZJul 19 04:17:20.118 Jul 19 04:17:20.118 DEBGINFO DEBGINFO Jul 19 04:17:20.118replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.29/32 -> 10.0.0.255
34032026-07-19T04:17:21.680ZDEBG
34042026-07-19T04:17:21.680Z
34052026-07-19T04:17:21.680Zadding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34062026-07-19T04:17:21.680Z
34072026-07-19T04:17:21.680ZJul 19 04:17:20.118 INFO Jul 19 04:17:20.118Jul 19 04:17:20.118 Jul 19 04:17:20.118 INFOJul 19 04:17:20.118INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
34082026-07-19T04:17:21.680Zreplacing 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
34092026-07-19T04:17:21.680Zadding route 172.17.0.53/32 -> 10.0.0.255
34102026-07-19T04:17:21.680Z
34112026-07-19T04:17:21.680ZJul 19 04:17:20.118DEBG Jul 19 04:17:20.118 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.118Jul 19 04:17:20.118INFODEBG DEBGadding route 172.17.0.30/32 -> 10.0.0.255
34122026-07-19T04:17:21.680Z 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 Jul 19 04:17:20.118 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34132026-07-19T04:17:21.680Z created new freemap, unit
34142026-07-19T04:17:21.680Z: freemap_route_ipv4
34152026-07-19T04:17:21.680Z
34162026-07-19T04:17:21.680ZJul 19 04:17:20.128 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:17:20.128
34172026-07-19T04:17:21.681Z Jul 19 04:17:20.128DEBG Jul 19 04:17:20.128 Jul 19 04:17:20.128INFOcreated new freemap DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34182026-07-19T04:17:21.681Z
34192026-07-19T04:17:21.681Zunit: freemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255
34202026-07-19T04:17:21.681ZJul 19 04:17:20.128Jul 19 04:17:20.128
34212026-07-19T04:17:21.681Z Jul 19 04:17:20.128INFO adding route 172.17.0.55/32 -> 10.0.0.255DEBGDEBG
34222026-07-19T04:17:21.681Zinitted freemap. size: 64Jul 19 04:17:20.128, unitDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]:
34232026-07-19T04:17:21.681Z
34242026-07-19T04:17:21.681ZJul 19 04:17:20.128 DEBG freemap_route_ipv4
34252026-07-19T04:17:21.681Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128
34262026-07-19T04:17:21.681Z INFOJul 19 04:17:20.128 adding route 172.17.0.20/32 -> 10.0.0.255INFOJul 19 04:17:20.128Jul 19 04:17:20.128
34272026-07-19T04:17:21.681Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGINFOJul 19 04:17:20.128
34282026-07-19T04:17:21.681Z reset freemapDEBG, adding route 172.17.0.56/32 -> 10.0.0.255 unit:replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34292026-07-19T04:17:21.681Zfreemap_route_ipv4
34302026-07-19T04:17:21.681Z
34312026-07-19T04:17:21.681ZJul 19 04:17:20.128 Jul 19 04:17:20.128Jul 19 04:17:20.128 INFODEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255
34322026-07-19T04:17:21.681Z
34332026-07-19T04:17:21.681Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.128
34342026-07-19T04:17:21.681ZJul 19 04:17:20.128Jul 19 04:17:20.128 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255initted freemap. size: 64
34352026-07-19T04:17:21.681Z
34362026-07-19T04:17:21.681Z, unit: Jul 19 04:17:20.128Jul 19 04:17:20.128 DEBGINFO freemap_route_ipv6adding route 172.17.0.22/32 -> 10.0.0.255
34372026-07-19T04:17:21.681Z
34382026-07-19T04:17:21.681ZJul 19 04:17:20.128replacing 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 } }]
34392026-07-19T04:17:21.681ZJul 19 04:17:20.128 Jul 19 04:17:20.128INFO DEBG DEBGJul 19 04:17:20.128 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
34402026-07-19T04:17:21.681Z adding route 172.17.0.58/32 -> 10.0.0.255reset freemap
34412026-07-19T04:17:21.681Z, adding route 3fff:beef:3::/64 -> 2001:db8::55:ffunit:
34422026-07-19T04:17:21.681Z Jul 19 04:17:20.128freemap_route_ipv6
34432026-07-19T04:17:21.681ZJul 19 04:17:20.128INFO adding route 172.17.0.23/32 -> 10.0.0.255
34442026-07-19T04:17:21.681ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128
34452026-07-19T04:17:21.681Z Jul 19 04:17:20.128Jul 19 04:17:20.128INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG
34462026-07-19T04:17:21.681Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34472026-07-19T04:17:21.681Z
34482026-07-19T04:17:21.681ZJul 19 04:17:20.128 Jul 19 04:17:20.128Jul 19 04:17:20.128INFO adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:17:20.128
34492026-07-19T04:17:21.681Z INFOJul 19 04:17:20.118 INFODEBGDEBG Jul 19 04:17:20.128adding route 172.17.0.24/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 } }]created new freemapDEBG
34502026-07-19T04:17:21.681Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
34512026-07-19T04:17:21.681Z,
34522026-07-19T04:17:21.681ZJul 19 04:17:20.128unitreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128 DEBG
34532026-07-19T04:17:21.681Zreplacing 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: Jul 19 04:17:20.128Jul 19 04:17:20.128adding route 3fff:dead::/64 -> 2001:db8::55:2
34542026-07-19T04:17:21.681ZINFO
34552026-07-19T04:17:21.681Z adding route 172.17.0.60/32 -> 10.0.0.255 freemap_route_ipv4
34562026-07-19T04:17:21.682ZJul 19 04:17:20.128Jul 19 04:17:20.128
34572026-07-19T04:17:21.682Z DEBGDEBG Jul 19 04:17:20.128replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
34582026-07-19T04:17:21.682ZDEBGJul 19 04:17:20.128 DEBG Jul 19 04:17:20.128replacing 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 } }]created new freemap
34592026-07-19T04:17:21.682Z, adding route 172.17.0.25/32 -> 10.0.0.255
34602026-07-19T04:17:21.682ZINFOunit: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.128adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv6
34612026-07-19T04:17:21.682ZDEBG
34622026-07-19T04:17:21.682Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128
34632026-07-19T04:17:21.682ZDEBG failed to allocate space for the new target listJul 19 04:17:20.128
34642026-07-19T04:17:21.682Z Jul 19 04:17:20.128
34652026-07-19T04:17:21.682Z Jul 19 04:17:20.128DEBG Jul 19 04:17:20.128INFOinitted freemap. size: 64DEBG Jul 19 04:17:20.128, adding route 172.17.0.26/32 -> 10.0.0.255 DEBGunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
34662026-07-19T04:17:21.682Z freemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
34672026-07-19T04:17:21.682Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:17:20.128
34682026-07-19T04:17:21.682Z
34692026-07-19T04:17:21.682ZDEBG Jul 19 04:17:20.128replacing 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
34702026-07-19T04:17:21.682Z
34712026-07-19T04:17:21.682Z reset freemap, Jul 19 04:17:20.128Jul 19 04:17:20.128 INFO adding route 172.17.0.27/32 -> 10.0.0.255
34722026-07-19T04:17:21.682Z Jul 19 04:17:20.128replacing 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 } }]
34732026-07-19T04:17:21.682ZDEBG Jul 19 04:17:20.134replacing 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 } }]
34742026-07-19T04:17:21.682ZDEBG 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 } }]
34752026-07-19T04:17:21.682Z INFOJul 19 04:17:20.134Jul 19 04:17:20.134 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
34762026-07-19T04:17:21.682Z adding route 172.17.0.20/32 -> 10.0.0.255INFO
34772026-07-19T04:17:21.682Z adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:17:20.134
34782026-07-19T04:17:21.682Z DEBG Jul 19 04:17:20.134replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34792026-07-19T04:17:21.682ZDEBGJul 19 04:17:20.134 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.134
34802026-07-19T04:17:21.682Z DEBG INFOJul 19 04:17:20.134replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.134 DEBGINFO
34812026-07-19T04:17:21.682Z Jul 19 04:17:20.134adding route 172.17.0.21/32 -> 10.0.0.255
34822026-07-19T04:17:21.682Zreplacing targets for 3fff:dead::/64 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 3fff:beef:6::/64 -> 2001:db8::55:ff
34832026-07-19T04:17:21.682Z
34842026-07-19T04:17:21.682ZJul 19 04:17:20.134 DEBGJul 19 04:17:20.134 DEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34852026-07-19T04:17:21.682ZJul 19 04:17:20.134
34862026-07-19T04:17:21.682Zreplacing 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 } }]
34872026-07-19T04:17:21.682Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.134
34882026-07-19T04:17:21.682ZJul 19 04:17:20.134 Jul 19 04:17:20.134INFO INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.134adding route 172.17.0.31/32 -> 10.0.0.255
34892026-07-19T04:17:21.682Z
34902026-07-19T04:17:21.682Z
34912026-07-19T04:17:21.682Z INFOJul 19 04:17:20.134 Jul 19 04:17:20.134DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34922026-07-19T04:17:21.682Zadding route 172.17.0.30/32 -> 10.0.0.255 Jul 19 04:17:20.134
34932026-07-19T04:17:21.682Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
34942026-07-19T04:17:21.682ZJul 19 04:17:20.135Jul 19 04:17:20.135 DEBGINFODEBGJul 19 04:17:20.135 adding route 172.17.0.23/32 -> 10.0.0.255
34952026-07-19T04:17:21.682Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34962026-07-19T04:17:21.683Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
34972026-07-19T04:17:21.688Z
34982026-07-19T04:17:21.689ZJul 19 04:17:20.135Jul 19 04:17:20.135Jul 19 04:17:20.135 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255
34992026-07-19T04:17:21.689Zadding route 172.17.0.32/32 -> 10.0.0.255DEBG
35002026-07-19T04:17:21.689Z 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 } }]
35012026-07-19T04:17:21.689ZJul 19 04:17:20.135Jul 19 04:17:20.135 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35022026-07-19T04:17:21.689Z
35032026-07-19T04:17:21.689ZJul 19 04:17:20.135Jul 19 04:17:20.135 Jul 19 04:17:20.135INFOunit DEBG :adding route 172.17.0.24/32 -> 10.0.0.255 Jul 19 04:17:20.135
35042026-07-19T04:17:21.689ZDEBGfreemap_route_ipv4replacing 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
35052026-07-19T04:17:21.689Z
35062026-07-19T04:17:21.689Z adding route 172.17.0.32/32 -> 10.0.0.255replacing 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 } }]
35072026-07-19T04:17:21.689Z
35082026-07-19T04:17:21.689ZJul 19 04:17:20.135Jul 19 04:17:20.135 DEBGJul 19 04:17:20.135INFO 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
35092026-07-19T04:17:21.689Zadding route 172.17.0.33/32 -> 10.0.0.255
35102026-07-19T04:17:21.689ZJul 19 04:17:20.135adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
35112026-07-19T04:17:21.689ZDEBGJul 19 04:17:20.135 initted freemap. size: 64DEBGJul 19 04:17:20.135, DEBGunit:Jul 19 04:17:20.135 freemap_route_ipv6replacing 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 } }]
35122026-07-19T04:17:21.689Z Jul 19 04:17:20.135
35132026-07-19T04:17:21.689Z DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35142026-07-19T04:17:21.689Z INFOJul 19 04:17:20.135 Jul 19 04:17:20.135replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.135
35152026-07-19T04:17:21.689Z DEBG INFO reset freemapadding route 172.17.0.25/32 -> 10.0.0.255INFO Jul 19 04:17:20.135
35162026-07-19T04:17:21.689Z, adding route 172.17.0.33/32 -> 10.0.0.255unitadding route 172.17.0.34/32 -> 10.0.0.255 INFO
35172026-07-19T04:17:21.689Z:adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:17:20.135
35182026-07-19T04:17:21.689Z DEBG
35192026-07-19T04:17:21.689ZJul 19 04:17:20.135freemap_route_ipv6
35202026-07-19T04:17:21.689Zreplacing 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 } }]DEBGJul 19 04:17:20.135 Jul 19 04:17:20.135replacing 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 } }]
35212026-07-19T04:17:21.689Z
35222026-07-19T04:17:21.689Z DEBGDEBG Jul 19 04:17:20.135Jul 19 04:17:20.135 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 } }]INFOJul 19 04:17:20.135 INFO
35232026-07-19T04:17:21.689Zadding route 172.17.0.34/32 -> 10.0.0.255replacing 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 } }]
35242026-07-19T04:17:21.689Z
35252026-07-19T04:17:21.689ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.26/32 -> 10.0.0.255
35262026-07-19T04:17:21.689Z
35272026-07-19T04:17:21.689ZJul 19 04:17:20.135Jul 19 04:17:20.135 Jul 19 04:17:20.135 Jul 19 04:17:20.135DEBGDEBGJul 19 04:17:20.135 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 } }]
35282026-07-19T04:17:21.689Zreplacing 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 } }]INFODEBG
35292026-07-19T04:17:21.689Z INFOJul 19 04:17:20.135replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
35302026-07-19T04:17:21.689ZINFO Jul 19 04:17:20.135 adding route 172.17.0.35/32 -> 10.0.0.255INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
35312026-07-19T04:17:21.689Z
35322026-07-19T04:17:21.689Zadding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:17:20.135adding route 172.17.0.35/32 -> 10.0.0.255 INFO
35332026-07-19T04:17:21.689ZJul 19 04:17:20.135
35342026-07-19T04:17:21.689Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:20.135
35352026-07-19T04:17:21.689ZDEBGJul 19 04:17:20.135 DEBGJul 19 04:17:20.135 DEBG Jul 19 04:17:20.135replacing 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: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 } }]DEBGDEBG
35362026-07-19T04:17:21.690Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
35372026-07-19T04:17:21.690Z
35382026-07-19T04:17:21.690Z 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 } }]
35392026-07-19T04:17:21.690Z
35402026-07-19T04:17:21.690ZJul 19 04:17:20.135 INFOJul 19 04:17:20.135Jul 19 04:17:20.135 Jul 19 04:17:20.135INFO adding route 172.17.0.28/32 -> 10.0.0.255INFO
35412026-07-19T04:17:21.690ZINFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:17:20.135adding route 3fff:dead::/64 -> 2001:db8::55:3
35422026-07-19T04:17:21.690Z
35432026-07-19T04:17:21.690ZJul 19 04:17:20.135adding route 172.17.0.36/32 -> 10.0.0.255
35442026-07-19T04:17:21.690ZJul 19 04:17:20.135DEBG Jul 19 04:17:20.135 INFO DEBG Jul 19 04:17:20.135adding route 3fff:beef:c::/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 } }]DEBG
35452026-07-19T04:17:21.690Zreplacing 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 } }]
35462026-07-19T04:17:21.690Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
35472026-07-19T04:17:21.690Z
35482026-07-19T04:17:21.690Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.135Jul 19 04:17:20.135
35492026-07-19T04:17:21.690ZJul 19 04:17:20.135 INFOINFOJul 19 04:17:20.135INFO adding route 172.17.0.37/32 -> 10.0.0.255
35502026-07-19T04:17:21.690Zadding route 172.17.0.29/32 -> 10.0.0.255
35512026-07-19T04:17:21.690ZDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.135adding route 3fff:dead::/64 -> 2001:db8::55:4
35522026-07-19T04:17:21.690Z
35532026-07-19T04:17:21.690Z Jul 19 04:17:20.135 INFOJul 19 04:17:20.135DEBGJul 19 04:17:20.135Jul 19 04:17:20.135 DEBG 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 } }] INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
35542026-07-19T04:17:21.690Z
35552026-07-19T04:17:21.690Z 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.37/32 -> 10.0.0.255Jul 19 04:17:20.135
35562026-07-19T04:17:21.690Z Jul 19 04:17:20.135INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 172.17.0.38/32 -> 10.0.0.255DEBG
35572026-07-19T04:17:21.690Z
35582026-07-19T04:17:21.690Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.135
35592026-07-19T04:17:21.690Z
35602026-07-19T04:17:21.690ZJul 19 04:17:20.135 DEBGINFOJul 19 04:17:20.135 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 } }]
35612026-07-19T04:17:21.690ZDEBGadding route 172.17.0.30/32 -> 10.0.0.255 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 } }]
35622026-07-19T04:17:21.690Z
35632026-07-19T04:17:21.690ZJul 19 04:17:20.135 DEBGJul 19 04:17:20.135 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 } }]INFOJul 19 04:17:20.135Jul 19 04:17:20.135
35642026-07-19T04:17:21.690Z adding route 172.17.0.39/32 -> 10.0.0.255
35652026-07-19T04:17:21.690ZDEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35662026-07-19T04:17:21.690Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:17:20.135
35672026-07-19T04:17:21.690Z DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.135
35682026-07-19T04:17:21.690Z INFOJul 19 04:17:20.135 adding route 172.17.0.31/32 -> 10.0.0.255
35692026-07-19T04:17:21.690Ztest route::tests::same_size_non_subset_replace ... ok
35702026-07-19T04:17:21.690ZINFOJul 19 04:17:20.135Jul 19 04:17:20.135 adding route 172.17.0.38/32 -> 10.0.0.255
35712026-07-19T04:17:21.691Z Jul 19 04:17:20.135DEBG INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }]
35722026-07-19T04:17:21.691Zreplacing 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 } }]
35732026-07-19T04:17:21.691Z
35742026-07-19T04:17:21.691ZJul 19 04:17:20.135 Jul 19 04:17:20.135DEBG DEBGJul 19 04:17:20.135replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.135
35752026-07-19T04:17:21.691Z
35762026-07-19T04:17:21.691Z INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
35772026-07-19T04:17:21.691Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
35782026-07-19T04:17:21.691ZJul 19 04:17:20.135
35792026-07-19T04:17:21.691Z INFOJul 19 04:17:20.135 adding route 172.17.0.41/32 -> 10.0.0.255
35802026-07-19T04:17:21.691ZINFOJul 19 04:17:20.135 DEBG Jul 19 04:17:20.135Jul 19 04:17:20.135 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
35812026-07-19T04:17:21.691Z DEBGcreated new freemap , created new freemapJul 19 04:17:20.141 INFO adding route 172.17.0.33/32 -> 10.0.0.255
35822026-07-19T04:17:21.691Zunit: Jul 19 04:17:20.141adding route 172.17.0.39/32 -> 10.0.0.255
35832026-07-19T04:17:21.691ZJul 19 04:17:20.135DEBG , unitreplacing 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 } }]freemap_route_ipv4:
35842026-07-19T04:17:21.691Z
35852026-07-19T04:17:21.691Z freemap_route_ipv4Jul 19 04:17:20.142
35862026-07-19T04:17:21.691Z Jul 19 04:17:20.142DEBG 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 172.17.0.34/32 -> 10.0.0.255
35872026-07-19T04:17:21.691Z
35882026-07-19T04:17:21.691ZJul 19 04:17:20.142 Jul 19 04:17:20.142DEBGJul 19 04:17:20.142 DEBG Jul 19 04:17:20.142INFOcreated new freemap created new freemapDEBG adding route 172.17.0.40/32 -> 10.0.0.255, , 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 } }]unitunit::
35892026-07-19T04:17:21.691Z
35902026-07-19T04:17:21.691Zfreemap_route_ipv6freemap_route_ipv6
35912026-07-19T04:17:21.691Z
35922026-07-19T04:17:21.691ZJul 19 04:17:20.142Jul 19 04:17:20.142Jul 19 04:17:20.142 DEBGDEBG initted freemap. size: 64initted freemap. size: 64 , DEBGJul 19 04:17:20.142 unit, 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 } }]: INFOfreemap_route_ipv4
35932026-07-19T04:17:21.691Z
35942026-07-19T04:17:21.691Zunit :adding route 172.17.0.35/32 -> 10.0.0.255 Jul 19 04:17:20.142
35952026-07-19T04:17:21.691Z freemap_route_ipv4Jul 19 04:17:20.142INFO Jul 19 04:17:20.142DEBGadding route 172.17.0.41/32 -> 10.0.0.255
35962026-07-19T04:17:21.691ZDEBG reset freemapreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:17:20.142
35972026-07-19T04:17:21.705Z 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 } }]
35982026-07-19T04:17:21.705Z
35992026-07-19T04:17:21.705Z Jul 19 04:17:20.142 INFOfreemap_route_ipv4
36002026-07-19T04:17:21.705ZJul 19 04:17:20.142adding route 172.17.0.36/32 -> 10.0.0.255
36012026-07-19T04:17:21.705ZINFO Jul 19 04:17:20.142adding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:17:20.142
36022026-07-19T04:17:21.705Z Jul 19 04:17:20.142 DEBGDEBG Jul 19 04:17:20.142replacing 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 initted freemap. size: 64
36032026-07-19T04:17:21.705Z, DEBG unitreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :
36042026-07-19T04:17:21.705Z Jul 19 04:17:20.142reset freemap , freemap_route_ipv6INFOunit
36052026-07-19T04:17:21.705Z: Jul 19 04:17:20.142adding route 172.17.0.37/32 -> 10.0.0.255
36062026-07-19T04:17:21.705Z INFOJul 19 04:17:20.142freemap_route_ipv4 adding route 172.17.0.43/32 -> 10.0.0.255DEBG reset freemap
36072026-07-19T04:17:21.705Z,
36082026-07-19T04:17:21.705ZJul 19 04:17:20.142unit: Jul 19 04:17:20.142DEBGJul 19 04:17:20.142 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 } }]freemap_route_ipv6
36092026-07-19T04:17:21.705Z 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 } }]
36102026-07-19T04:17:21.705Z
36112026-07-19T04:17:21.705Z Jul 19 04:17:20.142DEBG Jul 19 04:17:20.142INFO Jul 19 04:17:20.142 initted freemap. size: 64INFOadding route 172.17.0.38/32 -> 10.0.0.255
36122026-07-19T04:17:21.705ZINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.44/32 -> 10.0.0.255
36132026-07-19T04:17:21.706Z
36142026-07-19T04:17:21.706Z, Jul 19 04:17:20.142 unit:DEBGJul 19 04:17:20.142 Jul 19 04:17:20.142replacing 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 } }]
36152026-07-19T04:17:21.706ZDEBG freemap_route_ipv6DEBG
36162026-07-19T04:17:21.706Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:17:20.142
36172026-07-19T04:17:21.706Z INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:17:20.142
36182026-07-19T04:17:21.706Zreplacing 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 } }]
36192026-07-19T04:17:21.706ZINFO Jul 19 04:17:20.142adding route 172.16.0.0/32 -> 10.0.0.2
36202026-07-19T04:17:21.706ZJul 19 04:17:20.142 DEBGDEBGJul 19 04:17:20.142 Jul 19 04:17:20.142INFOreplacing 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.45/32 -> 10.0.0.255
36212026-07-19T04:17:21.706Z
36222026-07-19T04:17:21.706ZDEBGreset freemap Jul 19 04:17:20.142replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] ,
36232026-07-19T04:17:21.706ZJul 19 04:17:20.142DEBG unitINFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.142
36242026-07-19T04:17:21.706Zadding route 172.17.0.40/32 -> 10.0.0.255
36252026-07-19T04:17:21.706ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]:
36262026-07-19T04:17:21.706Z freemap_route_ipv6Jul 19 04:17:20.142
36272026-07-19T04:17:21.706ZJul 19 04:17:20.142 DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36282026-07-19T04:17:21.706ZJul 19 04:17:20.142adding route 172.17.0.46/32 -> 10.0.0.255
36292026-07-19T04:17:21.706ZINFO Jul 19 04:17:20.142adding route 172.16.0.0/32 -> 10.0.0.1
36302026-07-19T04:17:21.706ZINFOJul 19 04:17:20.142 DEBG adding route 172.17.0.41/32 -> 10.0.0.255DEBG
36312026-07-19T04:17:21.706Z 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 } }]
36322026-07-19T04:17:21.706ZJul 19 04:17:20.136 DEBG created new freemap, unitJul 19 04:17:20.142Jul 19 04:17:20.142 : INFO DEBGfreemap_route_ipv4
36332026-07-19T04:17:21.706Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36342026-07-19T04:17:21.706ZJul 19 04:17:20.142 Jul 19 04:17:20.142DEBGJul 19 04:17:20.142 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
36352026-07-19T04:17:21.706Z
36362026-07-19T04:17:21.706Z
36372026-07-19T04:17:21.706ZJul 19 04:17:20.142 DEBGJul 19 04:17:20.142Jul 19 04:17:20.142 INFOINFOcreated new freemap adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255,
36382026-07-19T04:17:21.706ZJul 19 04:17:20.142
36392026-07-19T04:17:21.706Z
36402026-07-19T04:17:21.706ZDEBG unitJul 19 04:17:20.142:Jul 19 04:17:20.142replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:17:20.142
36412026-07-19T04:17:21.706Z DEBG freemap_route_ipv6DEBGDEBG
36422026-07-19T04:17:21.706Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
36432026-07-19T04:17:21.706Zreplacing 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 } }]
36442026-07-19T04:17:21.706Z
36452026-07-19T04:17:21.706ZJul 19 04:17:20.142Jul 19 04:17:20.142Jul 19 04:17:20.142 INFOINFOINFOJul 19 04:17:20.142 Jul 19 04:17:20.142adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
36462026-07-19T04:17:21.706Z
36472026-07-19T04:17:21.706Z
36482026-07-19T04:17:21.706Z DEBG Jul 19 04:17:20.142INFOJul 19 04:17:20.142Jul 19 04:17:20.142 initted freemap. size: 64DEBG, DEBGadding route 172.16.0.0/32 -> 10.0.0.3unit 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 } }]
36492026-07-19T04:17:21.706Z
36502026-07-19T04:17:21.706Zreplacing 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 } }] :
36512026-07-19T04:17:21.706ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.142freemap_route_ipv4
36522026-07-19T04:17:21.707ZJul 19 04:17:20.142Jul 19 04:17:20.142 INFODEBG INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:17:20.142
36532026-07-19T04:17:21.707Z
36542026-07-19T04:17:21.707Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.49/32 -> 10.0.0.255
36552026-07-19T04:17:21.707Z
36562026-07-19T04:17:21.707Z INFO Jul 19 04:17:20.142adding route 172.17.0.44/32 -> 10.0.0.255
36572026-07-19T04:17:21.707Ztest route::tests::shrink_preserves_compacted_order ... ok
36582026-07-19T04:17:21.707ZDEBGJul 19 04:17:20.142 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 } }] Jul 19 04:17:20.142Jul 19 04:17:20.142reset freemap
36592026-07-19T04:17:21.707ZJul 19 04:17:20.142 , DEBGDEBG INFOunitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.142:
36602026-07-19T04:17:21.707Z 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 } }]
36612026-07-19T04:17:21.707ZINFOadding route 172.16.0.0/32 -> 10.0.0.4 freemap_route_ipv4
36622026-07-19T04:17:21.707ZJul 19 04:17:20.142Jul 19 04:17:20.142adding route 172.17.0.45/32 -> 10.0.0.255
36632026-07-19T04:17:21.707Ztest route::tests::delete_targets_full ... ok
36642026-07-19T04:17:21.707Z
36652026-07-19T04:17:21.707ZINFO adding route 172.17.0.45/32 -> 10.0.0.255INFO
36662026-07-19T04:17:21.707Z adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:17:20.142
36672026-07-19T04:17:21.707Z Jul 19 04:17:20.142 DEBGJul 19 04:17:20.142DEBGJul 19 04:17:20.142 Jul 19 04:17:20.142 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
36682026-07-19T04:17:21.707Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36692026-07-19T04:17:21.707Z
36702026-07-19T04:17:21.707Zreplacing 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 } }]
36712026-07-19T04:17:21.707ZJul 19 04:17:20.142Jul 19 04:17:20.142 DEBGJul 19 04:17:20.142INFO INFOJul 19 04:17:20.142 INFO adding route 172.17.0.46/32 -> 10.0.0.255
36722026-07-19T04:17:21.707Zinitted freemap. size: 64DEBGadding route 172.17.0.51/32 -> 10.0.0.255,
36732026-07-19T04:17:21.707Z adding route 172.17.0.46/32 -> 10.0.0.255
36742026-07-19T04:17:21.707Zreplacing targets for 172.16.0.0/32 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 } }]unit:
36752026-07-19T04:17:21.707Z freemap_route_ipv6Jul 19 04:17:20.142
36762026-07-19T04:17:21.707Z Jul 19 04:17:20.142Jul 19 04:17:20.142DEBG DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36772026-07-19T04:17:21.707Z
36782026-07-19T04:17:21.707Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36792026-07-19T04:17:21.707ZJul 19 04:17:20.142Jul 19 04:17:20.142Jul 19 04:17:20.142 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 } }] INFO
36802026-07-19T04:17:21.707Z adding route 172.17.0.47/32 -> 10.0.0.255
36812026-07-19T04:17:21.707Zadding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:17:20.142Jul 19 04:17:20.142 Jul 19 04:17:20.142 INFO 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.52/32 -> 10.0.0.255
36822026-07-19T04:17:21.707Z
36832026-07-19T04:17:21.707Z Jul 19 04:17:20.142Jul 19 04:17:20.142 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
36842026-07-19T04:17:21.707Z
36852026-07-19T04:17:21.707Zreplacing 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 } }]
36862026-07-19T04:17:21.707Z Jul 19 04:17:20.142Jul 19 04:17:20.142 Jul 19 04:17:20.142DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.53/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 } }]
36872026-07-19T04:17:21.707Z
36882026-07-19T04:17:21.707Z
36892026-07-19T04:17:21.708ZDEBG reset freemap, unitJul 19 04:17:20.142Jul 19 04:17:20.142: Jul 19 04:17:20.142 freemap_route_ipv6DEBGINFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
36902026-07-19T04:17:21.708Zreplacing 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 } }]
36912026-07-19T04:17:21.708Z
36922026-07-19T04:17:21.708Z
36932026-07-19T04:17:21.708ZJul 19 04:17:20.142Jul 19 04:17:20.142 DEBGINFO Jul 19 04:17:20.142 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:17:20.142
36942026-07-19T04:17:21.708Z
36952026-07-19T04:17:21.708ZDEBG 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
36962026-07-19T04:17:21.708Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:20.142
36972026-07-19T04:17:21.717Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
36982026-07-19T04:17:21.717ZJul 19 04:17:20.142 INFOJul 19 04:17:20.142 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
36992026-07-19T04:17:21.717Z 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 } }]
37002026-07-19T04:17:21.717ZJul 19 04:17:20.142Jul 19 04:17:20.142 Jul 19 04:17:20.149DEBGJul 19 04:17:20.149 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 } }]
37012026-07-19T04:17:21.717ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
37022026-07-19T04:17:21.717Z
37032026-07-19T04:17:21.717ZJul 19 04:17:20.149 INFO DEBGJul 19 04:17:20.149adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:20.149
37042026-07-19T04:17:21.717Z 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 } }] Jul 19 04:17:20.149
37052026-07-19T04:17:21.717Z 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
37062026-07-19T04:17:21.717ZDEBG Jul 19 04:17:20.149replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
37072026-07-19T04:17:21.717ZINFO
37082026-07-19T04:17:21.718Z adding route 172.16.0.0/32 -> 10.0.0.2
37092026-07-19T04:17:21.718ZJul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37102026-07-19T04:17:21.718Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
37112026-07-19T04:17:21.718Z Jul 19 04:17:20.149 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:17:20.149INFO
37122026-07-19T04:17:21.718Z DEBGadding route 172.17.0.52/32 -> 10.0.0.255 Jul 19 04:17:20.149replacing 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 } }]
37132026-07-19T04:17:21.718Zadding route 172.17.0.48/32 -> 10.0.0.255
37142026-07-19T04:17:21.718ZINFO Jul 19 04:17:20.149adding route 172.17.0.55/32 -> 10.0.0.255 INFOJul 19 04:17:20.149
37152026-07-19T04:17:21.718Z
37162026-07-19T04:17:21.718Z adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:17:20.149
37172026-07-19T04:17:21.718ZINFO DEBG Jul 19 04:17:20.149 Jul 19 04:17:20.149replacing 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
37182026-07-19T04:17:21.718Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 19 04:17:20.149 DEBG DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37192026-07-19T04:17:21.718Z
37202026-07-19T04:17:21.718Z
37212026-07-19T04:17:21.718ZJul 19 04:17:20.149 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37222026-07-19T04:17:21.718Z Jul 19 04:17:20.149Jul 19 04:17:20.149Jul 19 04:17:20.149 adding route 172.17.0.53/32 -> 10.0.0.255
37232026-07-19T04:17:21.718ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG
37242026-07-19T04:17:21.718Z Jul 19 04:17:20.149 adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149
37252026-07-19T04:17:21.718ZDEBG
37262026-07-19T04:17:21.718Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:17:20.149
37272026-07-19T04:17:21.718Z INFOJul 19 04:17:20.149replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149 Jul 19 04:17:20.149 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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.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 } }]
37282026-07-19T04:17:21.718Z
37292026-07-19T04:17:21.718Z
37302026-07-19T04:17:21.718Zadding route 172.17.0.49/32 -> 10.0.0.255 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
37312026-07-19T04:17:21.718Z
37322026-07-19T04:17:21.718ZJul 19 04:17:20.149 INFOJul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149adding route 172.17.0.57/32 -> 10.0.0.255 DEBG
37332026-07-19T04:17:21.718Zadding route 172.17.0.54/32 -> 10.0.0.255 DEBG
37342026-07-19T04:17:21.718Z 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 } }]
37352026-07-19T04:17:21.718Zreplacing 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 } }]
37362026-07-19T04:17:21.718ZJul 19 04:17:20.149Jul 19 04:17:20.149 DEBG 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 } }]Jul 19 04:17:20.149Jul 19 04:17:20.149
37372026-07-19T04:17:21.718Z INFO 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 } }]INFOJul 19 04:17:20.149
37382026-07-19T04:17:21.718Z INFOadding route 172.17.0.50/32 -> 10.0.0.255
37392026-07-19T04:17:21.718Zadding route 172.17.0.58/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
37402026-07-19T04:17:21.718Z
37412026-07-19T04:17:21.718ZJul 19 04:17:20.149Jul 19 04:17:20.149Jul 19 04:17:20.149 Jul 19 04:17:20.149DEBG 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 } }] 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 } }]
37422026-07-19T04:17:21.718Zadding route 172.17.0.55/32 -> 10.0.0.255DEBG
37432026-07-19T04:17:21.718Z
37442026-07-19T04:17:21.718Zreplacing 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 } }]
37452026-07-19T04:17:21.718ZJul 19 04:17:20.149 Jul 19 04:17:20.149Jul 19 04:17:20.149INFOJul 19 04:17:20.149 adding route 172.17.0.59/32 -> 10.0.0.255DEBG INFOINFOreplacing 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 } }]
37462026-07-19T04:17:21.718Z
37472026-07-19T04:17:21.718Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
37482026-07-19T04:17:21.719Zadding route 172.17.0.51/32 -> 10.0.0.255
37492026-07-19T04:17:21.719ZJul 19 04:17:20.149 Jul 19 04:17:20.149Jul 19 04:17:20.149Jul 19 04:17:20.149 INFODEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37502026-07-19T04:17:21.719Zadding route 172.17.0.56/32 -> 10.0.0.255replacing 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 } }]
37512026-07-19T04:17:21.719Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37522026-07-19T04:17:21.719Z
37532026-07-19T04:17:21.719ZJul 19 04:17:20.149Jul 19 04:17:20.149 INFOINFO Jul 19 04:17:20.149adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Jul 19 04:17:20.149 DEBG
37542026-07-19T04:17:21.719Zadding route 172.17.0.60/32 -> 10.0.0.255
37552026-07-19T04:17:21.719Ztest route::tests::add_target_fails_full ... ok
37562026-07-19T04:17:21.719Zreplacing 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 } }]
37572026-07-19T04:17:21.719Ztest route::tests::delete_target_full ... ok
37582026-07-19T04:17:21.719Z INFO Jul 19 04:17:20.149Jul 19 04:17:20.149adding route 172.17.0.52/32 -> 10.0.0.255 Jul 19 04:17:20.149DEBG DEBG 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 } }]
37592026-07-19T04:17:21.719Z
37602026-07-19T04:17:21.719Zadding route 172.17.0.57/32 -> 10.0.0.255
37612026-07-19T04:17:21.719Zreplacing 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 } }]
37622026-07-19T04:17:21.719ZJul 19 04:17:20.149 DEBGJul 19 04:17:20.149 failed to allocate space for the new target list Jul 19 04:17:20.149
37632026-07-19T04:17:21.719ZJul 19 04:17:20.149 DEBG 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 } }] Jul 19 04:17:20.149
37642026-07-19T04:17:21.719Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGDEBG
37652026-07-19T04:17:21.719Z replacing targets for 172.16.0.0/32 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 } }]
37662026-07-19T04:17:21.719Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149
37672026-07-19T04:17:21.719Z INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:17:20.149
37682026-07-19T04:17:21.719Z Jul 19 04:17:20.149DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
37692026-07-19T04:17:21.719Z adding route 172.17.0.58/32 -> 10.0.0.255
37702026-07-19T04:17:21.719ZJul 19 04:17:20.149Jul 19 04:17:20.149 DEBGINFOJul 19 04:17:20.149 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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
37712026-07-19T04:17:21.719Z
37722026-07-19T04:17:21.719Zreplacing 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 } }]
37732026-07-19T04:17:21.719ZJul 19 04:17:20.149Jul 19 04:17:20.149 Jul 19 04:17:20.149 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 } }]
37742026-07-19T04:17:21.719ZINFOadding route 172.17.0.59/32 -> 10.0.0.255
37752026-07-19T04:17:21.719Zadding route 172.17.0.54/32 -> 10.0.0.255
37762026-07-19T04:17:21.719ZJul 19 04:17:20.149 Jul 19 04:17:20.149INFO Jul 19 04:17:20.149adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
37772026-07-19T04:17:21.719ZDEBGDEBG 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.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149
37782026-07-19T04:17:21.719Z
37792026-07-19T04:17:21.719Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37802026-07-19T04:17:21.719ZJul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255
37812026-07-19T04:17:21.719Z
37822026-07-19T04:17:21.719Z
37832026-07-19T04:17:21.719ZJul 19 04:17:20.149Jul 19 04:17:20.149 Jul 19 04:17:20.149 DEBGDEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37842026-07-19T04:17:21.719Zreplacing 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 } }]
37852026-07-19T04:17:21.719Z
37862026-07-19T04:17:21.719ZJul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
37872026-07-19T04:17:21.720Z adding route 172.17.0.61/32 -> 10.0.0.255
37882026-07-19T04:17:21.720Zadding route 172.17.0.56/32 -> 10.0.0.255
37892026-07-19T04:17:21.720ZJul 19 04:17:20.149 Jul 19 04:17:20.149DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149
37902026-07-19T04:17:21.720Z 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 } }]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 } }]
37912026-07-19T04:17:21.720Z
37922026-07-19T04:17:21.720ZJul 19 04:17:20.149 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:17:20.149
37932026-07-19T04:17:21.720ZJul 19 04:17:20.149 INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255
37942026-07-19T04:17:21.720Zadding route 172.17.0.57/32 -> 10.0.0.255
37952026-07-19T04:17:21.720ZJul 19 04:17:20.149 DEBGJul 19 04:17:20.149 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149DEBG
37962026-07-19T04:17:21.720ZDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37972026-07-19T04:17:21.724Z
37982026-07-19T04:17:21.724ZJul 19 04:17:20.149 Jul 19 04:17:20.149INFOJul 19 04:17:20.149 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO
37992026-07-19T04:17:21.724Z adding route 172.17.0.63/32 -> 10.0.0.255INFO
38002026-07-19T04:17:21.724Z adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:17:20.149
38012026-07-19T04:17:21.724Z Jul 19 04:17:20.149DEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149
38022026-07-19T04:17:21.724Z 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 } }]
38032026-07-19T04:17:21.724ZDEBG Jul 19 04:17:20.149replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38042026-07-19T04:17:21.724ZINFO Jul 19 04:17:20.149 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
38052026-07-19T04:17:21.724ZJul 19 04:17:20.149 failed to allocate space for the new target listINFO
38062026-07-19T04:17:21.724Zadding route 172.17.0.59/32 -> 10.0.0.255
38072026-07-19T04:17:21.724ZJul 19 04:17:20.149 DEBGJul 19 04:17:20.149Jul 19 04:17:20.149 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
38082026-07-19T04:17:21.724Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38092026-07-19T04:17:21.724ZJul 19 04:17:20.149 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:17:20.180
38102026-07-19T04:17:21.724Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
38112026-07-19T04:17:21.724ZJul 19 04:17:20.180 DEBG Jul 19 04:17:20.180replacing 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 } }]
38122026-07-19T04:17:21.724Z
38132026-07-19T04:17:21.724ZJul 19 04:17:20.180 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
38142026-07-19T04:17:21.724ZDEBGJul 19 04:17:20.180 Jul 19 04:17:20.180replacing 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
38152026-07-19T04:17:21.724Z 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
38162026-07-19T04:17:21.724Zfailed to allocate space for the new target list
38172026-07-19T04:17:21.724ZJul 19 04:17:20.180 Jul 19 04:17:20.180INFO INFOadding route 172.17.0.61/32 -> 10.0.0.255
38182026-07-19T04:17:21.724Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
38192026-07-19T04:17:21.724ZJul 19 04:17:20.180 Jul 19 04:17:20.180DEBG DEBGreplacing 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 } }]
38202026-07-19T04:17:21.724Zreplacing 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 } }]
38212026-07-19T04:17:21.724ZJul 19 04:17:20.180 Jul 19 04:17:20.180INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255
38222026-07-19T04:17:21.724Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
38232026-07-19T04:17:21.724ZJul 19 04:17:20.180 Jul 19 04:17:20.180DEBG DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38242026-07-19T04:17:21.724Zreplacing 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 } }]
38252026-07-19T04:17:21.725ZJul 19 04:17:20.180Jul 19 04:17:20.180 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
38262026-07-19T04:17:21.725Z DEBG failed to allocate space for the new target list
38272026-07-19T04:17:21.725ZJul 19 04:17:20.180 Jul 19 04:17:20.180DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38282026-07-19T04:17:21.725Z 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 } }]
38292026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
38302026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38312026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
38322026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38332026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
38342026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38352026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
38362026-07-19T04:17:21.725ZJul 19 04:17:20.180 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
38372026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
38382026-07-19T04:17:21.725ZJul 19 04:17:20.180 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
38392026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
38402026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38412026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
38422026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38432026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
38442026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38452026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
38462026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38472026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
38482026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38492026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
38502026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38512026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
38522026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38532026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
38542026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38552026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
38562026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38572026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
38582026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38592026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
38602026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38612026-07-19T04:17:21.725ZJul 19 04:17:20.180 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
38622026-07-19T04:17:21.725ZJul 19 04:17:20.180 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 } }]
38632026-07-19T04:17:21.726ZJul 19 04:17:20.180 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
38642026-07-19T04:17:21.726ZJul 19 04:17:20.180 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 } }]
38652026-07-19T04:17:21.726ZJul 19 04:17:20.180 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
38662026-07-19T04:17:21.726ZJul 19 04:17:20.180 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 } }]
38672026-07-19T04:17:21.726ZJul 19 04:17:20.180 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
38682026-07-19T04:17:21.726ZJul 19 04:17:20.180 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 } }]
38692026-07-19T04:17:21.726ZJul 19 04:17:20.180 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
38702026-07-19T04:17:21.726ZJul 19 04:17:20.180 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 } }]
38712026-07-19T04:17:21.726ZJul 19 04:17:20.180 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
38722026-07-19T04:17:21.726ZJul 19 04:17:20.180 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 } }]
38732026-07-19T04:17:21.726ZJul 19 04:17:20.180 DEBG failed to allocate space for the new target list
38742026-07-19T04:17:21.726ZJul 19 04:17:20.180 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 } }]
38752026-07-19T04:17:21.726ZJul 19 04:17:20.181 DEBG created new freemap, unit: freemap_route_ipv4
38762026-07-19T04:17:21.726ZJul 19 04:17:20.181 DEBG created new freemap, unit: freemap_route_ipv6
38772026-07-19T04:17:21.726ZJul 19 04:17:20.181 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
38782026-07-19T04:17:21.726ZJul 19 04:17:20.181 DEBG reset freemap, unit: freemap_route_ipv4
38792026-07-19T04:17:21.726ZJul 19 04:17:20.181 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
38802026-07-19T04:17:21.726ZJul 19 04:17:20.181 DEBG reset freemap, unit: freemap_route_ipv6
38812026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38822026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38832026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38842026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38852026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38862026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38872026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.2
38882026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38892026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.17.0.0/32 -> 10.0.0.255
38902026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38912026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.17.0.1/32 -> 10.0.0.255
38922026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38932026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.17.0.2/32 -> 10.0.0.255
38942026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38952026-07-19T04:17:21.726ZJul 19 04:17:20.181 INFO adding route 172.17.0.3/32 -> 10.0.0.255
38962026-07-19T04:17:21.726ZJul 19 04:17:20.181 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 } }]
38972026-07-19T04:17:21.730ZJul 19 04:17:20.181 INFO adding route 172.17.0.4/32 -> 10.0.0.255
38982026-07-19T04:17:21.730ZJul 19 04:17:20.181 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 } }]
38992026-07-19T04:17:21.730ZJul 19 04:17:20.181 INFO adding route 172.17.0.5/32 -> 10.0.0.255
39002026-07-19T04:17:21.730ZJul 19 04:17:20.181 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 } }]
39012026-07-19T04:17:21.730ZJul 19 04:17:20.181 INFO adding route 172.17.0.6/32 -> 10.0.0.255
39022026-07-19T04:17:21.730ZJul 19 04:17:20.181 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 } }]
39032026-07-19T04:17:21.730ZJul 19 04:17:20.181 INFO adding route 172.17.0.7/32 -> 10.0.0.255
39042026-07-19T04:17:21.730ZJul 19 04:17:20.181 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 } }]
39052026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.8/32 -> 10.0.0.255
39062026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39072026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.9/32 -> 10.0.0.255
39082026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39092026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.10/32 -> 10.0.0.255
39102026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39112026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.11/32 -> 10.0.0.255
39122026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39132026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.12/32 -> 10.0.0.255
39142026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39152026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.13/32 -> 10.0.0.255
39162026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39172026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39182026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39192026-07-19T04:17:21.731ZJul 19 04:17:20.181 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39202026-07-19T04:17:21.731ZJul 19 04:17:20.181 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 } }]
39212026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39222026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39232026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39242026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39252026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39262026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39272026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39282026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39292026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39302026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39312026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39322026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39332026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39342026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39352026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39362026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39372026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39382026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39392026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39402026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39412026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39422026-07-19T04:17:21.731ZJul 19 04:17:20.190 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 } }]
39432026-07-19T04:17:21.731ZJul 19 04:17:20.190 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39442026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39452026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39462026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39472026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39482026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39492026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39502026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39512026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39522026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39532026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39542026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39552026-07-19T04:17:21.732Ztest route::tests::delete_targets_fragmented ... ok
39562026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39572026-07-19T04:17:21.732Z
39582026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39592026-07-19T04:17:21.732Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
39602026-07-19T04:17:21.732Z
39612026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39622026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39632026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39642026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39652026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39662026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39672026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39682026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39692026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39702026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39712026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39722026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39732026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39742026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39752026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39762026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39772026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39782026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39792026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39802026-07-19T04:17:21.732ZJul 19 04:17:20.190 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 } }]
39812026-07-19T04:17:21.732ZJul 19 04:17:20.190 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39822026-07-19T04:17:21.733ZJul 19 04:17:20.190 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 } }]
39832026-07-19T04:17:21.733ZJul 19 04:17:20.190 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39842026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39852026-07-19T04:17:21.733ZJul 19 04:17:20.199 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39862026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39872026-07-19T04:17:21.733ZJul 19 04:17:20.199 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39882026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39892026-07-19T04:17:21.733ZJul 19 04:17:20.199 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39902026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39912026-07-19T04:17:21.733ZJul 19 04:17:20.199 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39922026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39932026-07-19T04:17:21.733ZJul 19 04:17:20.199 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39942026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39952026-07-19T04:17:21.733ZJul 19 04:17:20.199 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39962026-07-19T04:17:21.733ZJul 19 04:17:20.199 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 } }]
39972026-07-19T04:17:21.736ZJul 19 04:17:20.199 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39982026-07-19T04:17:21.736ZJul 19 04:17:20.199 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 } }]
39992026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40002026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40012026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40022026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40032026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40042026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40052026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40062026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40072026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40082026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40092026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40102026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40112026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40122026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40132026-07-19T04:17:21.737ZJul 19 04:17:20.199 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40142026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40152026-07-19T04:17:21.737ZJul 19 04:17:20.199 DEBG failed to allocate space for the new target list
40162026-07-19T04:17:21.737ZJul 19 04:17:20.199 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 } }]
40172026-07-19T04:17:21.737Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d80d01e044321376)
40182026-07-19T04:17:21.737Z
40192026-07-19T04:17:21.737Zrunning 0 tests
40202026-07-19T04:17:21.737Z
40212026-07-19T04:17:21.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-07-19T04:17:21.737Z
40232026-07-19T04:17:21.737Z Running unittests src/lib.rs (target/debug/deps/dpd_api-03e4d7ef1e7776bf)
40242026-07-19T04:17:21.737Z
40252026-07-19T04:17:21.737Zrunning 0 tests
40262026-07-19T04:17:21.737Z
40272026-07-19T04:17:21.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40282026-07-19T04:17:21.737Z
40292026-07-19T04:17:21.737Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b74d4903650599a4)
40302026-07-19T04:17:21.737Z
40312026-07-19T04:17:21.737Zrunning 6 tests
40322026-07-19T04:17:21.737Ztest tests::test_full_lot_id_neither_present ... ok
40332026-07-19T04:17:21.737Ztest tests::test_full_lot_id_lotnum_only ... ok
40342026-07-19T04:17:21.737Ztest tests::test_full_lot_id_lot_only ... ok
40352026-07-19T04:17:21.737Ztest tests::test_full_lot_id_both_present ... ok
40362026-07-19T04:17:21.737Ztest tests::test_parse_client_port_id ... ok
40372026-07-19T04:17:21.737Ztest tests::test_port_id_cmp ... ok
40382026-07-19T04:17:21.738Z
40392026-07-19T04:17:21.738Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-07-19T04:17:21.738Z
40412026-07-19T04:17:21.738Z Running tests/test_all.rs (target/debug/deps/test_all-89b13a58034a1aa4)
40422026-07-19T04:17:21.738Z
40432026-07-19T04:17:21.738Zrunning 0 tests
40442026-07-19T04:17:21.738Z
40452026-07-19T04:17:21.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-07-19T04:17:21.738Z
40472026-07-19T04:17:21.738Z Running unittests src/lib.rs (target/debug/deps/dpd_types-073f63e8fe3edb2d)
40482026-07-19T04:17:21.738Z
40492026-07-19T04:17:21.738Zrunning 0 tests
40502026-07-19T04:17:21.738Z
40512026-07-19T04:17:21.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40522026-07-19T04:17:21.738Z
40532026-07-19T04:17:21.738Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-df939c530e55054a)
40542026-07-19T04:17:21.738Z Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc)
40552026-07-19T04:17:21.738Z
40562026-07-19T04:17:21.738Zrunning 0 tests
40572026-07-19T04:17:21.738Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40582026-07-19T04:17:21.738Z Running unittests src/main.rs (target/debug/deps/swadm-89da2881c552a1a6)
40592026-07-19T04:17:21.738Z Running tests/counters.rs (target/debug/deps/counters-78ada8944d556c51)
40602026-07-19T04:17:21.738Z
40612026-07-19T04:17:21.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40622026-07-19T04:17:21.738Z
40632026-07-19T04:17:21.738Z
40642026-07-19T04:17:21.738Zrunning 12 tests
40652026-07-19T04:17:21.738Ztest icmp::test_v6_checksum ... ok
40662026-07-19T04:17:21.738Ztest icmp::test_v4_checksum ... ok
40672026-07-19T04:17:21.738Ztest pbuf::test_byte ... ok
40682026-07-19T04:17:21.738Ztest lldp::test_lldp_parse ... ok
40692026-07-19T04:17:21.738Ztest ipv6::test_ipv6_parse ... ok
40702026-07-19T04:17:21.738Ztest pbuf::test_nibble ... ok
40712026-07-19T04:17:21.738Ztest pbuf::test_short ... ok
40722026-07-19T04:17:21.738Ztest pbuf::test_overflow ... ok
40732026-07-19T04:17:21.738Ztest pbuf::test_twelve ... ok
40742026-07-19T04:17:21.738Ztest pbuf::test_word ... ok
40752026-07-19T04:17:21.738Ztest tcp::test_checksum_ack_data ... ok
40762026-07-19T04:17:21.738Ztest tcp::test_checksum_syn_nodata ... ok
40772026-07-19T04:17:21.739Z
40782026-07-19T04:17:21.739Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40792026-07-19T04:17:21.739Z
40802026-07-19T04:17:21.739Z
40812026-07-19T04:17:21.739Zrunning 0 tests
40822026-07-19T04:17:21.739Z
40832026-07-19T04:17:21.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40842026-07-19T04:17:21.739Z
40852026-07-19T04:17:21.739Z
40862026-07-19T04:17:21.739Zrunning 5 tests
40872026-07-19T04:17:21.739Ztest switchport::test::test_compute_lanes ... ok
40882026-07-19T04:17:21.739Ztest switchport::test::port_id_ordering ... ok
40892026-07-19T04:17:21.739Z Lane 0 Lane 1 Lane 2 Lane 3
40902026-07-19T04:17:21.739Z Rx Loss-of-lock: Yes Yes Yes Yes
40912026-07-19T04:17:21.739Z Rx Loss-of-signal: Yes Lane 0 Yes Yes Lane 1Yes
40922026-07-19T04:17:21.739Z Rx CDR Enabled: YesLane 2 Lane 3Yes
40932026-07-19T04:17:21.739Z Yes Yes State: Activated
40942026-07-19T04:17:21.739Z Tx Enabled: YesActivated Yes ActivatedYes ActivatedYes
40952026-07-19T04:17:21.739Z
40962026-07-19T04:17:21.739Z Rx Output Enabled: false Tx Loss-of-lock: No Nofalse Nofalse Nofalse
40972026-07-19T04:17:21.746Z
40982026-07-19T04:17:21.746Z Tx Loss-of-signal: No No Rx Output Status: valid No validNo
40992026-07-19T04:17:21.746Zvalid Tx CDR Enabled: No valid
41002026-07-19T04:17:21.747ZNo Rx Loss-of-lock: true No trueNo
41012026-07-19T04:17:21.747Ztrue Tx Adaptive EQ Fault: Notrue
41022026-07-19T04:17:21.747ZNo Rx Loss-of-signal: falseNo No
41032026-07-19T04:17:21.747Zfalse Tx Fault: Yes Yesfalse falseYes
41042026-07-19T04:17:21.747ZYes
41052026-07-19T04:17:21.747ZRx Auto-squelch Disable: true true true true
41062026-07-19T04:17:21.747Z Tx Output Enabled: true true true true
41072026-07-19T04:17:21.747Z Tx Output Status: invalid invalid invalid invalid
41082026-07-19T04:17:21.747Z Tx Loss-of-lock: false false false false
41092026-07-19T04:17:21.747Z Tx Loss-of-signal: true true true true
41102026-07-19T04:17:21.747ZTx Auto-squelch Disable: false false false false
41112026-07-19T04:17:21.747Z Tx Adaptive EQ Fail: true true true true
41122026-07-19T04:17:21.747Z Tx Failure: false false false false
41132026-07-19T04:17:21.747Z Tx Force Squelch: true true true true
41142026-07-19T04:17:21.747Z Tx Input Polarity: normal normal normal normal
41152026-07-19T04:17:21.747Ztest switchport::test::test_print_sff_datapath ... ok
41162026-07-19T04:17:21.747Ztest switchport::test::test_print_cmis_datapath ... ok
41172026-07-19T04:17:21.747Ztest link::test_filter ... ok
41182026-07-19T04:17:21.747Z
41192026-07-19T04:17:21.747Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41202026-07-19T04:17:21.747Z
41212026-07-19T04:17:21.747Z
41222026-07-19T04:17:21.747Zrunning 1 test
41232026-07-19T04:17:21.747Ztest test_p4_counter_list ... ignored
41242026-07-19T04:17:21.747Z
41252026-07-19T04:17:21.747Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41262026-07-19T04:17:21.747Z
41272026-07-19T04:17:21.747Z Running tests/port-link.rs (target/debug/deps/port_link-8dc1078385fd6fa4)
41282026-07-19T04:17:21.747Z
41292026-07-19T04:17:21.747Zrunning 5 tests
41302026-07-19T04:17:21.747Ztest test_an ... ignored
41312026-07-19T04:17:21.747Ztest test_enable ... ignored
41322026-07-19T04:17:21.747Ztest test_ip_addresses ... ignored
41332026-07-19T04:17:21.747Ztest test_kr ... ignored
41342026-07-19T04:17:21.747Ztest test_mac ... ignored
41352026-07-19T04:17:21.747Z
41362026-07-19T04:17:21.747Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41372026-07-19T04:17:21.747Z
41382026-07-19T04:17:21.747Z Running unittests src/main.rs (target/debug/deps/tfportd-d97b046dad23809e)
41392026-07-19T04:17:21.748Z
41402026-07-19T04:17:21.748Zrunning 3 tests
41412026-07-19T04:17:21.748Ztest linklocal::test_parse_ipadm ... ok
41422026-07-19T04:17:21.748Ztest tfport::test_parse_tfport ... ok
41432026-07-19T04:17:21.748Ztest config::tests::test_updates ... ok
41442026-07-19T04:17:21.748Z
41452026-07-19T04:17:21.748Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-07-19T04:17:21.748Z
41472026-07-19T04:17:21.748Z Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a)
41482026-07-19T04:17:21.748Z
41492026-07-19T04:17:21.748Zrunning 0 tests
41502026-07-19T04:17:21.748Z
41512026-07-19T04:17:21.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-07-19T04:17:21.748Z
41532026-07-19T04:17:21.748Z Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea)
41542026-07-19T04:17:21.748Z
41552026-07-19T04:17:21.748Zrunning 0 tests
41562026-07-19T04:17:21.748Z
41572026-07-19T04:17:21.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-07-19T04:17:21.748Z
41592026-07-19T04:17:21.748Z Doc-tests aal
41602026-07-19T04:17:21.861Z
41612026-07-19T04:17:21.861Zrunning 0 tests
41622026-07-19T04:17:21.861Z
41632026-07-19T04:17:21.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-07-19T04:17:21.861Z
41652026-07-19T04:17:21.878Z Doc-tests aal_macros
41662026-07-19T04:17:21.948Z
41672026-07-19T04:17:21.948Zrunning 0 tests
41682026-07-19T04:17:21.948Z
41692026-07-19T04:17:21.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-07-19T04:17:21.948Z
41712026-07-19T04:17:21.960Z Doc-tests common
41722026-07-19T04:17:22.197Z
41732026-07-19T04:17:22.197Zrunning 0 tests
41742026-07-19T04:17:22.197Z
41752026-07-19T04:17:22.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41762026-07-19T04:17:22.197Z
41772026-07-19T04:17:22.219Z Doc-tests dpd_api
41782026-07-19T04:17:22.965Z
41792026-07-19T04:17:22.965Zrunning 2 tests
41802026-07-19T04:17:22.965Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41812026-07-19T04:17:22.965Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41822026-07-19T04:17:22.965Z
41832026-07-19T04:17:22.965Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-07-19T04:17:22.966Z
41852026-07-19T04:17:22.997Z Doc-tests dpd_client
41862026-07-19T04:17:24.271Z
41872026-07-19T04:17:24.272Zrunning 0 tests
41882026-07-19T04:17:24.272Z
41892026-07-19T04:17:24.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-07-19T04:17:24.272Z
41912026-07-19T04:17:24.312Z Doc-tests dpd_types
41922026-07-19T04:17:24.526Z
41932026-07-19T04:17:24.527Zrunning 0 tests
41942026-07-19T04:17:24.527Z
41952026-07-19T04:17:24.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41962026-07-19T04:17:24.527Z
41972026-07-19T04:17:24.554Z Doc-tests dpd_types_versions
41982026-07-19T04:17:25.764Z
41992026-07-19T04:17:25.764Zrunning 1 test
42002026-07-19T04:17:25.764Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42012026-07-19T04:17:25.764Z
42022026-07-19T04:17:25.764Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-07-19T04:17:25.764Z
42042026-07-19T04:17:25.806Z Doc-tests packet
42052026-07-19T04:17:25.921Z
42062026-07-19T04:17:25.921Zrunning 0 tests
42072026-07-19T04:17:25.921Z
42082026-07-19T04:17:25.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-07-19T04:17:25.921Z
42102026-07-19T04:17:25.937Z Doc-tests pcap
42112026-07-19T04:17:25.989Z
42122026-07-19T04:17:25.989Zrunning 0 tests
42132026-07-19T04:17:25.989Z
42142026-07-19T04:17:25.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42152026-07-19T04:17:25.989Z
42162026-07-19T04:17:26.060Z+ for feat in tofino_stub tofino_asic softnpu chaos
42172026-07-19T04:17:26.061Z+ RUST_BACKTRACE=full
42182026-07-19T04:17:26.061Z+ cargo test --features tofino_asic --no-fail-fast
42192026-07-19T04:17:26.662Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42202026-07-19T04:17:26.743Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42212026-07-19T04:17:26.750Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42222026-07-19T04:17:26.758Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42232026-07-19T04:17:35.339Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42242026-07-19T04:17:35.758Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42252026-07-19T04:18:17.193Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.12s
42262026-07-19T04:18:17.307Z Running unittests src/lib.rs (target/debug/deps/aal-504aff372e2bff9a)
42272026-07-19T04:18:17.310Z
42282026-07-19T04:18:17.310Zrunning 5 tests
42292026-07-19T04:18:17.313Ztest fuse::tests::chip_revision_a0 ... ok
42302026-07-19T04:18:17.313Ztest fuse::tests::chip_revision_b1 ... ok
42312026-07-19T04:18:17.313Ztest fuse::tests::chip_revision_b0 ... ok
42322026-07-19T04:18:17.313Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42332026-07-19T04:18:17.313Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42342026-07-19T04:18:17.313Z
42352026-07-19T04:18:17.313Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-07-19T04:18:17.313Z
42372026-07-19T04:18:17.313Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42382026-07-19T04:18:17.316Z
42392026-07-19T04:18:17.316Zrunning 0 tests
42402026-07-19T04:18:17.316Z
42412026-07-19T04:18:17.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-07-19T04:18:17.316Z
42432026-07-19T04:18:17.316Z Running unittests src/lib.rs (target/debug/deps/asic-3f081f1d3ddd966f)
42442026-07-19T04:18:17.415Z
42452026-07-19T04:18:17.415Zrunning 8 tests
42462026-07-19T04:18:17.418Ztest tofino_asic::qsfp::tests::fix_link ... ok
42472026-07-19T04:18:17.418Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42482026-07-19T04:18:17.418Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42492026-07-19T04:18:17.418Ztest tofino_asic::stats::constants_sanity_check ... ok
42502026-07-19T04:18:17.418Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42512026-07-19T04:18:17.418Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42522026-07-19T04:18:17.426Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42532026-07-19T04:18:17.917Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42542026-07-19T04:18:17.917Z
42552026-07-19T04:18:17.917Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42562026-07-19T04:18:17.917Z
42572026-07-19T04:18:17.926Z Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428)
42582026-07-19T04:18:17.929Z
42592026-07-19T04:18:17.929Zrunning 10 tests
42602026-07-19T04:18:17.932Ztest nat::tests::test_vni ... ok
42612026-07-19T04:18:17.932Ztest network::tests::test_eui64 ... ok
42622026-07-19T04:18:17.932Ztest network::tests::test_equal ... ok
42632026-07-19T04:18:17.932Ztest network::tests::test_into ... ok
42642026-07-19T04:18:17.932Ztest network::tests::test_generate_ipv6_link_local ... ok
42652026-07-19T04:18:17.932Ztest network::tests::test_not_equal ... ok
42662026-07-19T04:18:17.932Ztest network::tests::test_parse ... ok
42672026-07-19T04:18:17.932Ztest network::tests::test_to_string ... ok
42682026-07-19T04:18:17.932Ztest test_purge ... ok
42692026-07-19T04:18:17.935Ztest illumos::test::address_exists_handles_missing_object ... ok
42702026-07-19T04:18:17.935Z
42712026-07-19T04:18:17.935Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42722026-07-19T04:18:17.935Z
42732026-07-19T04:18:17.935Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f3bf3377c822793d)
42742026-07-19T04:18:17.938Z
42752026-07-19T04:18:17.938Zrunning 1 test
42762026-07-19T04:18:17.940Z -------
42772026-07-19T04:18:17.940Z Generating OpenAPI documents from API definitions ...
42782026-07-19T04:18:18.077Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42792026-07-19T04:18:18.144Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42802026-07-19T04:18:19.151Z -------
42812026-07-19T04:18:19.151Z Checking 12 OpenAPI documents...
42822026-07-19T04:18:19.151Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-07-19T04:18:19.151Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-07-19T04:18:19.151Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-07-19T04:18:19.151Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-07-19T04:18:19.151Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-07-19T04:18:19.154Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-07-19T04:18:19.154Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-07-19T04:18:19.154Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-07-19T04:18:19.154Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-07-19T04:18:19.154Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-07-19T04:18:19.154Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-07-19T04:18:19.155Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-07-19T04:18:19.155Z Fresh dpd "latest" symlink
42952026-07-19T04:18:19.155Z -------
42962026-07-19T04:18:19.155Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42972026-07-19T04:18:19.213Ztest test::test_apis_up_to_date ... ok
42982026-07-19T04:18:19.213Z
42992026-07-19T04:18:19.213Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
43002026-07-19T04:18:19.213Z
43012026-07-19T04:18:19.273Z Running unittests src/main.rs (target/debug/deps/dpd-879c989602f4ed4f)
43022026-07-19T04:18:19.340Z
43032026-07-19T04:18:19.340Zrunning 66 tests
43042026-07-19T04:18:19.343Ztest freemap::test_ordering ... ok
43052026-07-19T04:18:19.343Ztest config::tests::test_updates ... ok
43062026-07-19T04:18:19.343Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-07-19T04:18:19.343Ztest freemap::test_split ... ok
43082026-07-19T04:18:19.346Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-07-19T04:18:19.346Ztest macaddrs::tests::test_mac_offset ... ok
43102026-07-19T04:18:19.346Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG created new freemap, Jul 19 04:18:17.857unit :DEBG freemap_testcreated new freemap,
43122026-07-19T04:18:19.346Zunit: freemap_test
43132026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG initted freemap. size: 128, unit:Jul 19 04:18:17.857 freemap_testDEBG
43142026-07-19T04:18:19.346Ztest macaddrs::tests::test_parse_port_id ... ok
43152026-07-19T04:18:19.346Z initted freemap. size: 128, Jul 19 04:18:17.857unit :DEBG freemap_testreset freemap
43162026-07-19T04:18:19.346Z, unit: freemap_test
43172026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test
43182026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG created new freemap, unit: freemap_test
43192026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG initted freemap. size: 128, unit: freemap_test
43202026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test
43212026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG created new freemap, unit: freemap_test
43222026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG initted freemap. size: 128, unit: freemap_test
43232026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test
43242026-07-19T04:18:19.346Ztest nat::test_mapping ... ok
43252026-07-19T04:18:19.346Ztest freemap::test_basic ... ok
43262026-07-19T04:18:19.346Ztest freemap::test_free ... ok
43272026-07-19T04:18:19.346Ztest freemap::test_reclaim ... ok
43282026-07-19T04:18:19.346Ztest freemap::test_exhaustion ... ok
43292026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG created new freemap, unit: freemap_test
43302026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG initted freemap. size: 8, unit: freemap_test
43312026-07-19T04:18:19.346ZJul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test
43322026-07-19T04:18:19.347Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43332026-07-19T04:18:19.347Ztest port_map::tests::test_backplane_group ... ok
43342026-07-19T04:18:19.347Ztest port_map::tests::test_port_map ... ok
43352026-07-19T04:18:19.347Ztest port_map::tests::dump_map ... ok
43362026-07-19T04:18:19.347ZJul 19 04:18:17.858 DEBG created new freemap, unit: freemap_test
43372026-07-19T04:18:19.347ZJul 19 04:18:17.858 DEBG initted freemap. size: 128, unit: freemap_test
43382026-07-19T04:18:19.347ZJul 19 04:18:17.858 DEBG reset freemap, unit: freemap_test
43392026-07-19T04:18:19.347Ztest freemap::test_span ... ok
43402026-07-19T04:18:19.352Ztest api_server::tests::test_build_info ... ok
43412026-07-19T04:18:19.352ZJul 19 04:18:17.859 DEBG created new freemap, unit: freemap_route_ipv4
43422026-07-19T04:18:19.352ZJul 19 04:18:17.859 Jul 19 04:18:17.859DEBG DEBGcreated new freemap , unitcreated new freemap: , freemap_route_ipv4unit:
43432026-07-19T04:18:19.352Z freemap_route_ipv4
43442026-07-19T04:18:19.352ZJul 19 04:18:17.859 DEBG created new freemapJul 19 04:18:17.859, unitDEBG: created new freemapfreemap_route_ipv6,
43452026-07-19T04:18:19.353Zunit: freemap_route_ipv6
43462026-07-19T04:18:19.353ZJul 19 04:18:17.859 DEBG initted freemap. size: 64Jul 19 04:18:17.859, unitDEBG: initted freemap. size: 64freemap_route_ipv4,
43472026-07-19T04:18:19.353Zunit: freemap_route_ipv4
43482026-07-19T04:18:19.353ZJul 19 04:18:17.859 DEBG reset freemapJul 19 04:18:17.859, unitDEBG: reset freemapfreemap_route_ipv4,
43492026-07-19T04:18:19.353Zunit:Jul 19 04:18:17.859 freemap_route_ipv4DEBG
43502026-07-19T04:18:19.353Z Jul 19 04:18:17.859Jul 19 04:18:17.859created new freemap , DEBGDEBG initted freemap. size: 64created new freemap, unit, unitunit:: freemap_route_ipv6freemap_route_ipv4:
43512026-07-19T04:18:19.353Z
43522026-07-19T04:18:19.353Zfreemap_route_ipv6
43532026-07-19T04:18:19.353ZJul 19 04:18:17.859 DEBG reset freemap, Jul 19 04:18:17.859unit :DEBG freemap_route_ipv6initted freemap. size: 64
43542026-07-19T04:18:19.353Z, unit: freemap_route_ipv4
43552026-07-19T04:18:19.353ZJul 19 04:18:17.859 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.859
43562026-07-19T04:18:19.353Z DEBGJul 19 04:18:17.859 Jul 19 04:18:17.859reset freemap DEBG, unitDEBG:Jul 19 04:18:17.859 created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
43572026-07-19T04:18:19.353Z freemap_route_ipv4created new freemap
43582026-07-19T04:18:19.353Z, , Jul 19 04:18:17.859unit :unitINFOJul 19 04:18:17.859 :adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
43592026-07-19T04:18:19.353ZDEBG
43602026-07-19T04:18:19.353Z initted freemap. size: 64 , Jul 19 04:18:17.859 unitDEBGfreemap_route_ipv6: Jul 19 04:18:17.859replacing 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 } }]freemap_route_ipv6
43612026-07-19T04:18:19.353Z
43622026-07-19T04:18:19.353ZDEBG
43632026-07-19T04:18:19.353Ztest port_map::tests::parse_softnpu_revision ... ok
43642026-07-19T04:18:19.353Zcreated new freemap, unitJul 19 04:18:17.859: Jul 19 04:18:17.859INFOfreemap_route_ipv6
43652026-07-19T04:18:19.353ZJul 19 04:18:17.859 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
43662026-07-19T04:18:19.353Z reset freemapJul 19 04:18:17.859, unit DEBGDEBGJul 19 04:18:17.859 :DEBG freemap_route_ipv6initted freemap. size: 64
43672026-07-19T04:18:19.353Zreplacing 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 } }]initted freemap. size: 64
43682026-07-19T04:18:19.353Z, unit, :unit Jul 19 04:18:17.859freemap_route_ipv4Jul 19 04:18:17.859
43692026-07-19T04:18:19.353Z :INFOINFO freemap_route_ipv4
43702026-07-19T04:18:19.353Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2
43712026-07-19T04:18:19.353Z
43722026-07-19T04:18:19.353ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43732026-07-19T04:18:19.353Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
43742026-07-19T04:18:19.353Z reset freemapreset freemap, Jul 19 04:18:17.859, unitunit :: INFOfreemap_route_ipv4Jul 19 04:18:17.859
43752026-07-19T04:18:19.353Zfreemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
43762026-07-19T04:18:19.353Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
43772026-07-19T04:18:19.353Z
43782026-07-19T04:18:19.353ZJul 19 04:18:17.859 Jul 19 04:18:17.859DEBG Jul 19 04:18:17.859replacing 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 DEBGinitted freemap. size: 64Jul 19 04:18:17.859, unit :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 } }]
43792026-07-19T04:18:19.353Z DEBG
43802026-07-19T04:18:19.353Zinitted freemap. size: 64freemap_route_ipv6,
43812026-07-19T04:18:19.353ZunitJul 19 04:18:17.859: INFOJul 19 04:18:17.859Jul 19 04:18:17.859 freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43822026-07-19T04:18:19.353ZINFO
43832026-07-19T04:18:19.354Z DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Jul 19 04:18:17.859reset freemap
43842026-07-19T04:18:19.354ZDEBG, unitreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859:
43852026-07-19T04:18:19.354Z freemap_route_ipv6DEBGJul 19 04:18:17.859
43862026-07-19T04:18:19.354Z INFO reset freemapJul 19 04:18:17.859, adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBGunitJul 19 04:18:17.859:
43872026-07-19T04:18:19.354ZINFO 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:dead::/64 -> 2001:db8::55:1
43882026-07-19T04:18:19.354ZJul 19 04:18:17.859 DEBG
43892026-07-19T04:18:19.354Zfreemap_route_ipv6 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 } }]
43902026-07-19T04:18:19.354ZJul 19 04:18:17.859
43912026-07-19T04:18:19.354Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:18:17.859
43922026-07-19T04:18:19.354Z Jul 19 04:18:17.859DEBGJul 19 04:18:17.859 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 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:18:17.859INFO
43932026-07-19T04:18:19.354Z
43942026-07-19T04:18:19.354Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
43952026-07-19T04:18:19.354Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859
43962026-07-19T04:18:19.354Z DEBGJul 19 04:18:17.859 Jul 19 04:18:17.859replacing 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 } }]
43972026-07-19T04:18:19.354ZDEBGJul 19 04:18:17.859DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }]
43982026-07-19T04:18:19.354Z
43992026-07-19T04:18:19.354ZINFO Jul 19 04:18:17.859adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO
44002026-07-19T04:18:19.354Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44012026-07-19T04:18:19.354ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44022026-07-19T04:18:19.354ZINFO
44032026-07-19T04:18:19.354Z adding route 3fff:dead::/64 -> 2001:db8::55:2
44042026-07-19T04:18:19.354ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFO 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:4::/64 -> 2001:db8::55:ff
44052026-07-19T04:18:19.354Z
44062026-07-19T04:18:19.354Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44072026-07-19T04:18:19.354ZJul 19 04:18:17.859Jul 19 04:18:17.859 INFOJul 19 04:18:17.859 DEBGDEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44082026-07-19T04:18:19.354Z
44092026-07-19T04:18:19.354Z 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 } }]
44102026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859INFO DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44112026-07-19T04:18:19.355Z
44122026-07-19T04:18:19.355ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44132026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFO DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:1::/64 -> 2001:db8::55:ff
44142026-07-19T04:18:19.355Z
44152026-07-19T04:18:19.355Z
44162026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOINFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44172026-07-19T04:18:19.355Zreplacing 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 } }]
44182026-07-19T04:18:19.355Z
44192026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBG DEBGINFOreplacing 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 } }]
44202026-07-19T04:18:19.355Zreplacing 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:2::/64 -> 2001:db8::55:ff
44212026-07-19T04:18:19.355Z
44222026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFODEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44232026-07-19T04:18:19.355Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44242026-07-19T04:18:19.355Z
44252026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859 INFODEBGJul 19 04:18:17.859 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44262026-07-19T04:18:19.355ZDEBG
44272026-07-19T04:18:19.355Zreplacing 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 } }]
44282026-07-19T04:18:19.355ZJul 19 04:18:17.859 DEBGJul 19 04:18:17.859Jul 19 04:18:17.859 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 } }]
44292026-07-19T04:18:19.355ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44302026-07-19T04:18:19.355Z
44312026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859 DEBGINFO Jul 19 04:18:17.859adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44322026-07-19T04:18:19.355ZDEBG
44332026-07-19T04:18:19.355Z 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 } }]Jul 19 04:18:17.859
44342026-07-19T04:18:19.355Z Jul 19 04:18:17.859INFO Jul 19 04:18:17.859DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44352026-07-19T04:18:19.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 } }]
44362026-07-19T04:18:19.355ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44372026-07-19T04:18:19.355ZJul 19 04:18:17.859Jul 19 04:18:17.859 DEBGINFOJul 19 04:18:17.859 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44382026-07-19T04:18:19.355Z
44392026-07-19T04:18:19.355Z 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 } }]
44402026-07-19T04:18:19.360ZJul 19 04:18:17.859 Jul 19 04:18:17.859INFO Jul 19 04:18:17.859adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44412026-07-19T04:18:19.360ZINFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44422026-07-19T04:18:19.360Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859
44432026-07-19T04:18:19.360Z DEBG Jul 19 04:18:17.859replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859
44442026-07-19T04:18:19.360Z 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 } }]INFOJul 19 04:18:17.859
44452026-07-19T04:18:19.360Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44462026-07-19T04:18:19.360ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44472026-07-19T04:18:19.360ZJul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859 DEBGINFO 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 } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44482026-07-19T04:18:19.360Z
44492026-07-19T04:18:19.360Zreplacing 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 } }]
44502026-07-19T04:18:19.360ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOINFODEBG 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:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44512026-07-19T04:18:19.360Z
44522026-07-19T04:18:19.360Z
44532026-07-19T04:18:19.360ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFODEBG DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44542026-07-19T04:18:19.360Zreplacing 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 } }]
44552026-07-19T04:18:19.360Zreplacing 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 } }]
44562026-07-19T04:18:19.360ZJul 19 04:18:17.859 DEBGJul 19 04:18:17.859 Jul 19 04:18:17.859 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
44572026-07-19T04:18:19.360Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44582026-07-19T04:18:19.360Z
44592026-07-19T04:18:19.360ZJul 19 04:18:17.859 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:18:17.859
44602026-07-19T04:18:19.360ZJul 19 04:18:17.859 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
44612026-07-19T04:18:19.360Z
44622026-07-19T04:18:19.360ZJul 19 04:18:17.859 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 } }]
44632026-07-19T04:18:19.360ZJul 19 04:18:17.859Jul 19 04:18:17.859 INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Jul 19 04:18:17.859
44642026-07-19T04:18:19.361Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
44652026-07-19T04:18:19.361Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44662026-07-19T04:18:19.361ZJul 19 04:18:17.859 Jul 19 04:18:17.859DEBGJul 19 04:18:17.859 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 } }]DEBG
44672026-07-19T04:18:19.361Zreplacing 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: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 } }]
44682026-07-19T04:18:19.361Z
44692026-07-19T04:18:19.361ZJul 19 04:18:17.859 Jul 19 04:18:17.859Jul 19 04:18:17.859INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44702026-07-19T04:18:19.361Z
44712026-07-19T04:18:19.361Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44722026-07-19T04:18:19.361ZJul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBG 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 } }] DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44732026-07-19T04:18:19.361Z
44742026-07-19T04:18:19.361Zreplacing 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 } }]
44752026-07-19T04:18:19.361ZJul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOINFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44762026-07-19T04:18:19.361Z
44772026-07-19T04:18:19.361Z
44782026-07-19T04:18:19.361ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44792026-07-19T04:18:19.361Z DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
44802026-07-19T04:18:19.361Z
44812026-07-19T04:18:19.361ZJul 19 04:18:17.860 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
44822026-07-19T04:18:19.361ZJul 19 04:18:17.860 INFOINFO Jul 19 04:18:17.860adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44832026-07-19T04:18:19.361ZDEBG
44842026-07-19T04:18:19.361Z 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 } }]
44852026-07-19T04:18:19.361ZJul 19 04:18:17.860Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860 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 } }]INFODEBG
44862026-07-19T04:18:19.361Z adding route 3fff:beef:12::/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 } }]
44872026-07-19T04:18:19.361ZJul 19 04:18:17.860
44882026-07-19T04:18:19.361Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
44892026-07-19T04:18:19.361ZJul 19 04:18:17.860 DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.860adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44902026-07-19T04:18:19.361Z
44912026-07-19T04:18:19.361Z 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 } }]
44922026-07-19T04:18:19.361ZJul 19 04:18:17.860 Jul 19 04:18:17.860INFO Jul 19 04:18:17.860DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44932026-07-19T04:18:19.361Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44942026-07-19T04:18:19.361Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44952026-07-19T04:18:19.361ZJul 19 04:18:17.860 Jul 19 04:18:17.860DEBGJul 19 04:18:17.860 INFODEBGreplacing 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 } }]
44962026-07-19T04:18:19.361Z adding route 3fff:beef:e::/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 } }]
44972026-07-19T04:18:19.361Z
44982026-07-19T04:18:19.361ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
44992026-07-19T04:18:19.361Zadding route 3fff:beef:15::/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 } }]
45002026-07-19T04:18:19.361Z
45012026-07-19T04:18:19.362ZJul 19 04:18:17.860 DEBG Jul 19 04:18:17.860Jul 19 04:18:17.860replacing 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 } }]
45022026-07-19T04:18:19.362Z DEBG 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 } }]
45032026-07-19T04:18:19.362Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
45042026-07-19T04:18:19.362Z INFO Jul 19 04:18:17.860adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 19 04:18:17.860
45052026-07-19T04:18:19.362ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
45062026-07-19T04:18:19.362ZJul 19 04:18:17.860 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 } }]
45072026-07-19T04:18:19.362Zreplacing 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 } }]
45082026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFO DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45092026-07-19T04:18:19.362Z
45102026-07-19T04:18:19.362Zreplacing 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 } }]
45112026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFODEBG 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: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 } }]
45122026-07-19T04:18:19.362Z
45132026-07-19T04:18:19.362Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45142026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
45152026-07-19T04:18:19.362Z
45162026-07-19T04:18:19.362Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45172026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFOJul 19 04:18:17.860 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:18::/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 } }]
45182026-07-19T04:18:19.362Z
45192026-07-19T04:18:19.362Z
45202026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:18::/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 } }]
45212026-07-19T04:18:19.362ZINFO
45222026-07-19T04:18:19.362Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45232026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:19::/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 } }]
45242026-07-19T04:18:19.362Z
45252026-07-19T04:18:19.362Z 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 } }]
45262026-07-19T04:18:19.362ZJul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFO Jul 19 04:18:17.860replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45272026-07-19T04:18:19.362ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45282026-07-19T04:18:19.362Z
45292026-07-19T04:18:19.362ZJul 19 04:18:17.860 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
45302026-07-19T04:18:19.362ZJul 19 04:18:17.860 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45312026-07-19T04:18:19.362Z
45322026-07-19T04:18:19.362ZJul 19 04:18:17.860 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860
45332026-07-19T04:18:19.363ZJul 19 04:18:17.860 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45342026-07-19T04:18:19.363Z
45352026-07-19T04:18:19.363ZJul 19 04:18:17.860 Jul 19 04:18:17.860INFOJul 19 04:18:17.860 DEBGDEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45362026-07-19T04:18:19.363Zreplacing 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 } }]
45372026-07-19T04:18:19.363Zreplacing 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 } }]
45382026-07-19T04:18:19.363ZJul 19 04:18:17.860 DEBGJul 19 04:18:17.860Jul 19 04:18:17.860 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
45392026-07-19T04:18:19.363Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
45402026-07-19T04:18:19.368Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
45412026-07-19T04:18:19.368Z INFOJul 19 04:18:17.860 Jul 19 04:18:17.860adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG
45422026-07-19T04:18:19.368ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860
45432026-07-19T04:18:19.368Z DEBG
45442026-07-19T04:18:19.368Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860
45452026-07-19T04:18:19.368ZJul 19 04:18:17.860 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45462026-07-19T04:18:19.368Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45472026-07-19T04:18:19.368ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
45482026-07-19T04:18:19.368Z 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: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 } }]
45492026-07-19T04:18:19.368Z
45502026-07-19T04:18:19.368ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBG INFO 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 } }]
45512026-07-19T04:18:19.368Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45522026-07-19T04:18:19.368Z
45532026-07-19T04:18:19.368ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBGINFO 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:1e::/64 -> 2001:db8::55:ff
45542026-07-19T04:18:19.368Z
45552026-07-19T04:18:19.368ZDEBG 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 } }]
45562026-07-19T04:18:19.368ZJul 19 04:18:17.860 Jul 19 04:18:17.860DEBGJul 19 04:18:17.860 INFOINFOreplacing 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 } }]
45572026-07-19T04:18:19.369Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45582026-07-19T04:18:19.369Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45592026-07-19T04:18:19.369ZJul 19 04:18:17.860 INFOJul 19 04:18:17.860 Jul 19 04:18:17.860 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
45602026-07-19T04:18:19.369ZDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45612026-07-19T04:18:19.369ZJul 19 04:18:17.860
45622026-07-19T04:18:19.369Z 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 } }]
45632026-07-19T04:18:19.369ZJul 19 04:18:17.860Jul 19 04:18:17.860 INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45642026-07-19T04:18:19.369Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
45652026-07-19T04:18:19.369Z INFO Jul 19 04:18:17.860adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Jul 19 04:18:17.860
45662026-07-19T04:18:19.369Z DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45672026-07-19T04:18:19.369Z
45682026-07-19T04:18:19.369ZJul 19 04:18:17.860 DEBGJul 19 04:18:17.860 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
45692026-07-19T04:18:19.369ZJul 19 04:18:17.860 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
45702026-07-19T04:18:19.369Z Jul 19 04:18:17.860adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO
45712026-07-19T04:18:19.369Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
45722026-07-19T04:18:19.369Z DEBGJul 19 04:18:17.860 Jul 19 04:18:17.860replacing 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 } }]
45732026-07-19T04:18:19.369ZDEBG 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 } }]
45742026-07-19T04:18:19.369Zreplacing 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 } }]
45752026-07-19T04:18:19.369ZJul 19 04:18:17.860 Jul 19 04:18:17.860INFOJul 19 04:18:17.860 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45762026-07-19T04:18:19.369Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45772026-07-19T04:18:19.369Z
45782026-07-19T04:18:19.369ZJul 19 04:18:17.860 Jul 19 04:18:17.860DEBGJul 19 04:18:17.860 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45792026-07-19T04:18:19.369Z
45802026-07-19T04:18:19.369Z
45812026-07-19T04:18:19.369ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45822026-07-19T04:18:19.369Z
45832026-07-19T04:18:19.369Z
45842026-07-19T04:18:19.369ZJul 19 04:18:17.860Jul 19 04:18:17.860 DEBGDEBG Jul 19 04:18:17.860replacing 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 } }]
45852026-07-19T04:18:19.369Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45862026-07-19T04:18:19.369ZJul 19 04:18:17.860
45872026-07-19T04:18:19.369Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45882026-07-19T04:18:19.369ZJul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFOJul 19 04:18:17.860 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
45892026-07-19T04:18:19.369Z adding route 3fff:beef:23::/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 } }]
45902026-07-19T04:18:19.369Z
45912026-07-19T04:18:19.369ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFODEBG adding route 3fff:beef:25::/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 } }]
45922026-07-19T04:18:19.369Z
45932026-07-19T04:18:19.369Zreplacing 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 } }]
45942026-07-19T04:18:19.369ZJul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBG Jul 19 04:18:17.860adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45952026-07-19T04:18:19.369ZINFO 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
45962026-07-19T04:18:19.370Z
45972026-07-19T04:18:19.370ZJul 19 04:18:17.860 DEBGJul 19 04:18:17.860Jul 19 04:18:17.860 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45982026-07-19T04:18:19.370Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
45992026-07-19T04:18:19.370Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860
46002026-07-19T04:18:19.370Z Jul 19 04:18:17.860INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
46012026-07-19T04:18:19.370Z Jul 19 04:18:17.860replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.860
46022026-07-19T04:18:19.370Z 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:1f::/64 -> 2001:db8::55:ff
46032026-07-19T04:18:19.370Z
46042026-07-19T04:18:19.370ZJul 19 04:18:17.860 INFOJul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46052026-07-19T04:18:19.370Zreplacing 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 } }]
46062026-07-19T04:18:19.370Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46072026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46082026-07-19T04:18:19.370Z
46092026-07-19T04:18:19.370ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46102026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFOJul 19 04:18:17.860 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46112026-07-19T04:18:19.370ZDEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46122026-07-19T04:18:19.370Zreplacing 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 } }]
46132026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
46142026-07-19T04:18:19.370Z
46152026-07-19T04:18:19.370Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46162026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46172026-07-19T04:18:19.370Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46182026-07-19T04:18:19.370Z
46192026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 INFODEBGDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46202026-07-19T04:18:19.370Zreplacing 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 } }]
46212026-07-19T04:18:19.370Z
46222026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46232026-07-19T04:18:19.370ZINFO adding route 3fff:beef:2a::/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 } }]
46242026-07-19T04:18:19.370Z
46252026-07-19T04:18:19.370ZJul 19 04:18:17.860 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860
46262026-07-19T04:18:19.370Z Jul 19 04:18:17.860INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46272026-07-19T04:18:19.370Zreplacing 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 } }]
46282026-07-19T04:18:19.370ZJul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46292026-07-19T04:18:19.370ZINFOreplacing 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:2b::/64 -> 2001:db8::55:ff
46302026-07-19T04:18:19.370Z
46312026-07-19T04:18:19.371ZJul 19 04:18:17.860 DEBGJul 19 04:18:17.860 Jul 19 04:18:17.860replacing 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 } }]
46322026-07-19T04:18:19.371ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
46332026-07-19T04:18:19.371Z Jul 19 04:18:17.860replacing 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 } }]
46342026-07-19T04:18:19.371ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
46352026-07-19T04:18:19.371ZJul 19 04:18:17.860 INFODEBG 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:2c::/64 -> 2001:db8::55:ff
46362026-07-19T04:18:19.371Z
46372026-07-19T04:18:19.371ZJul 19 04:18:17.860 DEBG Jul 19 04:18:17.860replacing 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 } }]
46382026-07-19T04:18:19.371ZDEBG Jul 19 04:18:17.860replacing 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 } }]
46392026-07-19T04:18:19.371ZINFOJul 19 04:18:17.860 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46402026-07-19T04:18:19.375ZJul 19 04:18:17.860
46412026-07-19T04:18:19.375Z INFO Jul 19 04:18:17.860adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46422026-07-19T04:18:19.375ZJul 19 04:18:17.860DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46432026-07-19T04:18:19.375ZJul 19 04:18:17.860replacing 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 } }]
46442026-07-19T04:18:19.375ZDEBG 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 } }]
46452026-07-19T04:18:19.375ZJul 19 04:18:17.860 Jul 19 04:18:17.860INFO Jul 19 04:18:17.860INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46462026-07-19T04:18:19.375Z
46472026-07-19T04:18:19.375ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46482026-07-19T04:18:19.375ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 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 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 } }]
46492026-07-19T04:18:19.375Z
46502026-07-19T04:18:19.375Zreplacing 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 } }]
46512026-07-19T04:18:19.375ZJul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
46522026-07-19T04:18:19.375Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46532026-07-19T04:18:19.375Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46542026-07-19T04:18:19.375ZJul 19 04:18:17.860Jul 19 04:18:17.860 DEBGDEBG Jul 19 04:18:17.860replacing 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 } }]
46552026-07-19T04:18:19.375Z 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 } }]
46562026-07-19T04:18:19.375Zreplacing 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 } }]
46572026-07-19T04:18:19.375ZJul 19 04:18:17.860 INFOJul 19 04:18:17.860 Jul 19 04:18:17.860INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46582026-07-19T04:18:19.375Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
46592026-07-19T04:18:19.375Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
46602026-07-19T04:18:19.375Z DEBG Jul 19 04:18:17.860replacing 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 } }]
46612026-07-19T04:18:19.375ZDEBG 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 } }]
46622026-07-19T04:18:19.375ZJul 19 04:18:17.860 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:18:17.860
46632026-07-19T04:18:19.375Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46642026-07-19T04:18:19.375ZJul 19 04:18:17.860 DEBGJul 19 04:18:17.860Jul 19 04:18:17.860 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 } }]
46652026-07-19T04:18:19.375ZDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46662026-07-19T04:18:19.375Z
46672026-07-19T04:18:19.375ZJul 19 04:18:17.860 INFO Jul 19 04:18:17.860adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46682026-07-19T04:18:19.375ZINFOJul 19 04:18:17.860 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
46692026-07-19T04:18:19.375Z Jul 19 04:18:17.860adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46702026-07-19T04:18:19.375ZDEBG Jul 19 04:18:17.860replacing 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 } }]
46712026-07-19T04:18:19.375ZDEBGJul 19 04:18:17.860 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46722026-07-19T04:18:19.375Z 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 } }]
46732026-07-19T04:18:19.375ZJul 19 04:18:17.860 Jul 19 04:18:17.860INFO Jul 19 04:18:17.860 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOINFO
46742026-07-19T04:18:19.375Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46752026-07-19T04:18:19.376Z
46762026-07-19T04:18:19.376ZJul 19 04:18:17.860Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGDEBG DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861
46772026-07-19T04:18:19.376Zreplacing 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 freemapDEBG
46782026-07-19T04:18:19.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 } }]unit
46792026-07-19T04:18:19.376Z:Jul 19 04:18:17.861 INFOJul 19 04:18:17.861freemap_route_ipv4 Jul 19 04:18:17.861adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46802026-07-19T04:18:19.376Z
46812026-07-19T04:18:19.376ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46822026-07-19T04:18:19.376ZINFO Jul 19 04:18:17.861adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46832026-07-19T04:18:19.376ZJul 19 04:18:17.861DEBG Jul 19 04:18:17.861 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 } }]
46842026-07-19T04:18:19.376ZDEBGreplacing 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 } }]
46852026-07-19T04:18:19.376Zcreated new freemapJul 19 04:18:17.861, Jul 19 04:18:17.861unit : DEBGINFOJul 19 04:18:17.861 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
46862026-07-19T04:18:19.376Zfreemap_route_ipv6 adding route 3fff:beef:34::/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 } }]
46872026-07-19T04:18:19.376Z
46882026-07-19T04:18:19.376Z
46892026-07-19T04:18:19.376ZJul 19 04:18:17.861 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 } }]Jul 19 04:18:17.861
46902026-07-19T04:18:19.376Z Jul 19 04:18:17.861Jul 19 04:18:17.861DEBG 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 } }]initted freemap. size: 64
46912026-07-19T04:18:19.376ZINFO, unit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:18:17.861
46922026-07-19T04:18:19.376Z freemap_route_ipv4INFO
46932026-07-19T04:18:19.376ZJul 19 04:18:17.861 Jul 19 04:18:17.861DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46942026-07-19T04:18:19.376ZINFOreplacing 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:35::/64 -> 2001:db8::55:ff
46952026-07-19T04:18:19.376ZJul 19 04:18:17.861
46962026-07-19T04:18:19.376Z Jul 19 04:18:17.861 DEBGDEBG 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 } }]reset freemapJul 19 04:18:17.861,
46972026-07-19T04:18:19.376ZunitJul 19 04:18:17.861: DEBG INFOJul 19 04:18:17.861freemap_route_ipv4
46982026-07-19T04:18:19.376Ztest route::tests::grow_succeeds ... ok
46992026-07-19T04:18:19.376Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
47002026-07-19T04:18:19.376Zreplacing 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 } }]
47012026-07-19T04:18:19.376Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 19 04:18:17.861
47022026-07-19T04:18:19.376Z DEBGJul 19 04:18:17.861Jul 19 04:18:17.861 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:36::/64 -> 2001:db8::55:ff
47032026-07-19T04:18:19.376ZJul 19 04:18:17.861
47042026-07-19T04:18:19.376Z DEBG 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 } }]Jul 19 04:18:17.861
47052026-07-19T04:18:19.376Z DEBG, unitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861
47062026-07-19T04:18:19.376Z: INFOJul 19 04:18:17.861 Jul 19 04:18:17.861 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
47072026-07-19T04:18:19.377Zfreemap_route_ipv6 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47082026-07-19T04:18:19.377ZJul 19 04:18:17.861
47092026-07-19T04:18:19.377Z
47102026-07-19T04:18:19.377Z DEBGJul 19 04:18:17.861 Jul 19 04:18:17.861DEBGreplacing 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 } }]
47112026-07-19T04:18:19.377Zreplacing 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
47122026-07-19T04:18:19.377Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861
47132026-07-19T04:18:19.377Z Jul 19 04:18:17.861Jul 19 04:18:17.861DEBG reset freemapINFOJul 19 04:18:17.861, INFOunit : adding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv6
47142026-07-19T04:18:19.377Z
47152026-07-19T04:18:19.377ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47162026-07-19T04:18:19.377ZJul 19 04:18:17.861
47172026-07-19T04:18:19.377Z 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 } }]
47182026-07-19T04:18:19.378ZJul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.859DEBG INFOJul 19 04:18:17.861 Jul 19 04:18:17.861 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.1
47192026-07-19T04:18:19.378ZDEBG
47202026-07-19T04:18:19.378Z 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 } }] adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47212026-07-19T04:18:19.378Z
47222026-07-19T04:18:19.378ZJul 19 04:18:17.861 INFOinitted freemap. size: 64Jul 19 04:18:17.861Jul 19 04:18:17.861 , DEBG unitINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
47232026-07-19T04:18:19.378Z 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:31::/64 -> 2001:db8::55:ffJul 19 04:18:17.861
47242026-07-19T04:18:19.378Z
47252026-07-19T04:18:19.378Zfreemap_route_ipv6Jul 19 04:18:17.861 DEBG
47262026-07-19T04:18:19.378ZJul 19 04:18:17.861Jul 19 04:18:17.861DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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 } }]
47272026-07-19T04:18:19.378Z
47282026-07-19T04:18:19.378ZDEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47292026-07-19T04:18:19.378Z
47302026-07-19T04:18:19.378ZJul 19 04:18:17.861Jul 19 04:18:17.861 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:18:17.861
47312026-07-19T04:18:19.378ZDEBGJul 19 04:18:17.861Jul 19 04:18:17.861 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 } }]INFODEBG
47322026-07-19T04:18:19.378Z reset freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff,
47332026-07-19T04:18:19.378Zunit: 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 } }]
47342026-07-19T04:18:19.378Zfreemap_route_ipv6Jul 19 04:18:17.861
47352026-07-19T04:18:19.378Z DEBGJul 19 04:18:17.861 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861
47362026-07-19T04:18:19.378Z 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:3b::/64 -> 2001:db8::55:ff
47372026-07-19T04:18:19.378Z
47382026-07-19T04:18:19.378ZJul 19 04:18:17.861Jul 19 04:18:17.861 INFO Jul 19 04:18:17.861Jul 19 04:18:17.861 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47392026-07-19T04:18:19.378Z
47402026-07-19T04:18:19.382Z
47412026-07-19T04:18:19.382ZDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.861DEBG 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 } }]
47422026-07-19T04:18:19.382Z
47432026-07-19T04:18:19.382ZDEBG 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: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 } }]
47442026-07-19T04:18:19.382ZJul 19 04:18:17.861
47452026-07-19T04:18:19.383ZINFOJul 19 04:18:17.861 adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:18:17.861INFO Jul 19 04:18:17.861 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47462026-07-19T04:18:19.383Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47472026-07-19T04:18:19.383Z
47482026-07-19T04:18:19.383ZINFO Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGDEBG Jul 19 04:18:17.861replacing 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 } }]
47492026-07-19T04:18:19.383ZDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }]
47502026-07-19T04:18:19.383Z
47512026-07-19T04:18:19.383Z
47522026-07-19T04:18:19.383ZJul 19 04:18:17.861Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.861 DEBG DEBGfailed to allocate space for the new target list
47532026-07-19T04:18:19.383Z 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 } }]INFOINFO
47542026-07-19T04:18:19.383Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:18:17.861
47552026-07-19T04:18:19.383Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
47562026-07-19T04:18:19.383Z Jul 19 04:18:17.861replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.861
47572026-07-19T04:18:19.383Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG Jul 19 04:18:17.861
47582026-07-19T04:18:19.383Z 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 } }]DEBG
47592026-07-19T04:18:19.383Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
47602026-07-19T04:18:19.383ZJul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.861 DEBGINFOINFO 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:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47612026-07-19T04:18:19.383Z
47622026-07-19T04:18:19.383Z
47632026-07-19T04:18:19.383ZJul 19 04:18:17.861Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGJul 19 04:18:17.861INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap
47642026-07-19T04:18:19.383Z 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 } }],
47652026-07-19T04:18:19.383Zunit:DEBG Jul 19 04:18:17.861freemap_route_ipv4Jul 19 04:18:17.861
47662026-07-19T04:18:19.383Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
47672026-07-19T04:18:19.383Z 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 } }]
47682026-07-19T04:18:19.383Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
47692026-07-19T04:18:19.383ZJul 19 04:18:17.861Jul 19 04:18:17.861Jul 19 04:18:17.861 INFODEBG Jul 19 04:18:17.861INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47702026-07-19T04:18:19.383Z
47712026-07-19T04:18:19.383Z
47722026-07-19T04:18:19.383Zcreated new freemapJul 19 04:18:17.861, unitJul 19 04:18:17.861DEBG :DEBG Jul 19 04:18:17.861 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 } }] failed to allocate space for the new target list
47732026-07-19T04:18:19.383Z
47742026-07-19T04:18:19.383Zfreemap_route_ipv6
47752026-07-19T04:18:19.383ZDEBG 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 } }]
47762026-07-19T04:18:19.383ZJul 19 04:18:17.861 Jul 19 04:18:17.861INFOJul 19 04:18:17.861Jul 19 04:18:17.861 DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ff,
47772026-07-19T04:18:19.383ZDEBGunit
47782026-07-19T04:18:19.383Z :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
47792026-07-19T04:18:19.383Z freemap_route_ipv4Jul 19 04:18:17.861
47802026-07-19T04:18:19.383ZJul 19 04:18:17.861 Jul 19 04:18:17.861DEBGDEBG DEBG Jul 19 04:18:17.861 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 } }] failed to allocate space for the new target listreplacing 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 } }]
47812026-07-19T04:18:19.383Z
47822026-07-19T04:18:19.383Z
47832026-07-19T04:18:19.383ZDEBG reset freemapJul 19 04:18:17.861, Jul 19 04:18:17.861unit :INFO freemap_route_ipv4INFO
47842026-07-19T04:18:19.384Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47852026-07-19T04:18:19.384Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
47862026-07-19T04:18:19.384ZJul 19 04:18:17.861 Jul 19 04:18:17.861DEBGJul 19 04:18:17.861 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
47872026-07-19T04:18:19.384Z DEBG freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47882026-07-19T04:18:19.384ZJul 19 04:18:17.861
47892026-07-19T04:18:19.384Z INFO Jul 19 04:18:17.861Jul 19 04:18:17.861 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFODEBG
47902026-07-19T04:18:19.384Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap
47912026-07-19T04:18:19.384Z, Jul 19 04:18:17.861unit :DEBG Jul 19 04:18:17.861freemap_route_ipv6replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47922026-07-19T04:18:19.384Z
47932026-07-19T04:18:19.384ZDEBG 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 } }]
47942026-07-19T04:18:19.384ZJul 19 04:18:17.861Jul 19 04:18:17.861 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.861INFO
47952026-07-19T04:18:19.384Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
47962026-07-19T04:18:19.384Z Jul 19 04:18:17.861adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
47972026-07-19T04:18:19.384ZDEBG 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 } }]
47982026-07-19T04:18:19.384ZJul 19 04:18:17.861Jul 19 04:18:17.861 DEBGDEBG Jul 19 04:18:17.861replacing 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: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
47992026-07-19T04:18:19.384Z
48002026-07-19T04:18:19.384Z adding route 3fff:dead::/64 -> 2001:db8::55:1
48012026-07-19T04:18:19.384ZJul 19 04:18:17.861 Jul 19 04:18:17.861INFOJul 19 04:18:17.861 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
48022026-07-19T04:18:19.384Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48032026-07-19T04:18:19.384ZDEBG Jul 19 04:18:17.861replacing 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 } }]
48042026-07-19T04:18:19.384ZJul 19 04:18:17.861DEBG 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 } }]
48052026-07-19T04:18:19.384Zreplacing 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 } }]
48062026-07-19T04:18:19.384ZJul 19 04:18:17.861 Jul 19 04:18:17.861INFO Jul 19 04:18:17.861 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
48072026-07-19T04:18:19.384Z
48082026-07-19T04:18:19.384ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
48092026-07-19T04:18:19.384ZJul 19 04:18:17.862 Jul 19 04:18:17.862Jul 19 04:18:17.862 DEBGDEBG Jul 19 04:18:17.863created new freemap , 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 } }]
48102026-07-19T04:18:19.384Zcreated new freemapDEBG, unitcreated new freemap:, unit: Jul 19 04:18:17.863freemap_route_ipv4
48112026-07-19T04:18:19.384ZINFO freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48122026-07-19T04:18:19.384Z
48132026-07-19T04:18:19.384ZJul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.863DEBGJul 19 04:18:17.863 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 } }]DEBG Jul 19 04:18:17.863 DEBGcreated 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 } }] , DEBGunit
48142026-07-19T04:18:19.384Z: 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 } }]DEBGfreemap_route_ipv6 created new freemap
48152026-07-19T04:18:19.385Z, unit
48162026-07-19T04:18:19.385Z: Jul 19 04:18:17.863freemap_route_ipv6 DEBG
48172026-07-19T04:18:19.385ZJul 19 04:18:17.863 initted freemap. size: 64 , Jul 19 04:18:17.863unitJul 19 04:18:17.863 INFOINFO :adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
48182026-07-19T04:18:19.385Z
48192026-07-19T04:18:19.385ZDEBG freemap_route_ipv4
48202026-07-19T04:18:19.385Zinitted freemap. size: 64Jul 19 04:18:17.863Jul 19 04:18:17.863, DEBGunit DEBG:replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
48212026-07-19T04:18:19.385Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863
48222026-07-19T04:18:19.385Z
48232026-07-19T04:18:19.385ZDEBG reset freemap, Jul 19 04:18:17.863Jul 19 04:18:17.863 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunitfailed to allocate space for the new target list:
48242026-07-19T04:18:19.385Z
48252026-07-19T04:18:19.385Z freemap_route_ipv4
48262026-07-19T04:18:19.385ZJul 19 04:18:17.863
48272026-07-19T04:18:19.385ZJul 19 04:18:17.863 DEBGDEBGJul 19 04:18:17.863 Jul 19 04:18:17.863replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
48282026-07-19T04:18:19.385Z DEBG reset freemapinitted freemap. size: 64, , unitJul 19 04:18:17.863unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
48292026-07-19T04:18:19.385Z Jul 19 04:18:17.863freemap_route_ipv6freemap_route_ipv4
48302026-07-19T04:18:19.385Z
48312026-07-19T04:18:19.385ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
48322026-07-19T04:18:19.385ZJul 19 04:18:17.863 Jul 19 04:18:17.863adding route 3fff:dead::/64 -> 2001:db8::55:2
48332026-07-19T04:18:19.385ZJul 19 04:18:17.863 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48342026-07-19T04:18:19.385ZJul 19 04:18:17.863, unit reset freemap:, DEBGJul 19 04:18:17.863freemap_route_ipv6 unit
48352026-07-19T04:18:19.385ZINFO :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6
48362026-07-19T04:18:19.385Z
48372026-07-19T04:18:19.386Z
48382026-07-19T04:18:19.386ZJul 19 04:18:17.863Jul 19 04:18:17.863Jul 19 04:18:17.863 DEBGINFO Jul 19 04:18:17.863reset freemapadding route 172.16.0.0/32 -> 10.0.0.1 ,
48392026-07-19T04:18:19.386Z unit:DEBGINFO Jul 19 04:18:17.863 freemap_route_ipv6DEBG
48402026-07-19T04:18:19.391Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
48412026-07-19T04:18:19.391Z
48422026-07-19T04:18:19.392Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
48432026-07-19T04:18:19.392ZJul 19 04:18:17.863Jul 19 04:18:17.863 INFOJul 19 04:18:17.863 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
48442026-07-19T04:18:19.392Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48452026-07-19T04:18:19.392Z Jul 19 04:18:17.863adding route 172.16.0.0/32 -> 10.0.0.1
48462026-07-19T04:18:19.392ZINFO Jul 19 04:18:17.863adding route 172.17.0.0/32 -> 10.0.0.255
48472026-07-19T04:18:19.392ZJul 19 04:18:17.863Jul 19 04:18:17.863 INFODEBG DEBGJul 19 04:18:17.863 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48482026-07-19T04:18:19.392Z
48492026-07-19T04:18:19.392Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
48502026-07-19T04:18:19.392Z
48512026-07-19T04:18:19.392ZJul 19 04:18:17.863Jul 19 04:18:17.863Jul 19 04:18:17.863 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:18:17.863
48522026-07-19T04:18:19.392ZINFO
48532026-07-19T04:18:19.392Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
48542026-07-19T04:18:19.392Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863Jul 19 04:18:17.863 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
48552026-07-19T04:18:19.392Z
48562026-07-19T04:18:19.392ZJul 19 04:18:17.863
48572026-07-19T04:18:19.392ZDEBG Jul 19 04:18:17.863Jul 19 04:18:17.863 INFOJul 19 04:18:17.863 INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.2/32 -> 10.0.0.255
48582026-07-19T04:18:19.392Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48592026-07-19T04:18:19.392Z
48602026-07-19T04:18:19.392Z
48612026-07-19T04:18:19.392ZJul 19 04:18:17.863Jul 19 04:18:17.863Jul 19 04:18:17.863 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 19 04:18:17.863replacing 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 } }]
48622026-07-19T04:18:19.392Z
48632026-07-19T04:18:19.392ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
48642026-07-19T04:18:19.392ZDEBGJul 19 04:18:17.863 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.863
48652026-07-19T04:18:19.392ZINFOJul 19 04:18:17.863INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
48662026-07-19T04:18:19.392Z adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863
48672026-07-19T04:18:19.392Z INFOJul 19 04:18:17.863
48682026-07-19T04:18:19.392Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG
48692026-07-19T04:18:19.392Z Jul 19 04:18:17.863replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.863DEBG
48702026-07-19T04:18:19.392Z INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
48712026-07-19T04:18:19.392ZJul 19 04:18:17.863adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG
48722026-07-19T04:18:19.392Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.863Jul 19 04:18:17.863
48732026-07-19T04:18:19.392Z 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 } }]Jul 19 04:18:17.863
48742026-07-19T04:18:19.392Z Jul 19 04:18:17.863 INFOINFO INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
48752026-07-19T04:18:19.392Z
48762026-07-19T04:18:19.392ZJul 19 04:18:17.864 INFO
48772026-07-19T04:18:19.392Z Jul 19 04:18:17.864adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:18:17.864
48782026-07-19T04:18:19.393Z DEBG DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.864
48792026-07-19T04:18:19.393ZJul 19 04:18:17.864 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 } }]
48802026-07-19T04:18:19.393ZDEBGDEBG Jul 19 04:18:17.864replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.864
48812026-07-19T04:18:19.393Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO
48822026-07-19T04:18:19.393Z Jul 19 04:18:17.864adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48832026-07-19T04:18:19.393Z
48842026-07-19T04:18:19.393ZINFO Jul 19 04:18:17.864adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48852026-07-19T04:18:19.393ZINFO Jul 19 04:18:17.864adding route 172.17.0.5/32 -> 10.0.0.255 Jul 19 04:18:17.864
48862026-07-19T04:18:19.393Z DEBGDEBGJul 19 04:18:17.864 Jul 19 04:18:17.862 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 } }] replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.864
48872026-07-19T04:18:19.393Z DEBGDEBGreplacing 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 } }]
48882026-07-19T04:18:19.393Z
48892026-07-19T04:18:19.393Zcreated new freemap , 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 } }]unitJul 19 04:18:17.864Jul 19 04:18:17.864: Jul 19 04:18:17.864INFOINFOfreemap_route_ipv4
48902026-07-19T04:18:19.393Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
48912026-07-19T04:18:19.393Z
48922026-07-19T04:18:19.393Z INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 172.17.0.2/32 -> 10.0.0.255
48932026-07-19T04:18:19.393Z
48942026-07-19T04:18:19.393ZJul 19 04:18:17.864 Jul 19 04:18:17.864DEBG Jul 19 04:18:17.864DEBG 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 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:18:17.864
48952026-07-19T04:18:19.393ZJul 19 04:18:17.864 DEBG
48962026-07-19T04:18:19.393ZDEBG Jul 19 04:18:17.864replacing 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
48972026-07-19T04:18:19.393Zreplacing 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 } }]
48982026-07-19T04:18:19.393ZJul 19 04:18:17.864
48992026-07-19T04:18:19.393Z INFOcreated new freemapJul 19 04:18:17.864, INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
49002026-07-19T04:18:19.393Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit
49012026-07-19T04:18:19.393Z:Jul 19 04:18:17.864 freemap_route_ipv6INFOJul 19 04:18:17.864Jul 19 04:18:17.864
49022026-07-19T04:18:19.393ZDEBGadding route 172.17.0.7/32 -> 10.0.0.255 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 } }]
49032026-07-19T04:18:19.393Z Jul 19 04:18:17.864
49042026-07-19T04:18:19.393ZINFO Jul 19 04:18:17.864adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:18:17.864
49052026-07-19T04:18:19.393Ztest route::tests::rollback_on_compact_delete_failure ... ok
49062026-07-19T04:18:19.393ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.864DEBG
49072026-07-19T04:18:19.393Z INFO 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
49082026-07-19T04:18:19.393Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:18:17.864
49092026-07-19T04:18:19.393Z Jul 19 04:18:17.864 initted freemap. size: 64DEBG Jul 19 04:18:17.864INFO, replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
49102026-07-19T04:18:19.393Z
49112026-07-19T04:18:19.393ZJul 19 04:18:17.864unit Jul 19 04:18:17.864: Jul 19 04:18:17.864DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255INFO
49122026-07-19T04:18:19.394Z
49132026-07-19T04:18:19.394Zadding route 172.17.0.4/32 -> 10.0.0.255DEBG
49142026-07-19T04:18:19.394Zreplacing 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 } }]
49152026-07-19T04:18:19.394ZJul 19 04:18:17.864freemap_route_ipv4Jul 19 04:18:17.864
49162026-07-19T04:18:19.394ZJul 19 04:18:17.864INFO Jul 19 04:18:17.864 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
49172026-07-19T04:18:19.394Z 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 } }]INFO
49182026-07-19T04:18:19.394Z Jul 19 04:18:17.864Jul 19 04:18:17.864adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
49192026-07-19T04:18:19.394Zreplacing 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 } }]
49202026-07-19T04:18:19.394ZJul 19 04:18:17.864DEBGDEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap, unit:
49212026-07-19T04:18:19.394ZJul 19 04:18:17.864
49222026-07-19T04:18:19.394Z freemap_route_ipv4
49232026-07-19T04:18:19.394Z DEBGJul 19 04:18:17.872 Jul 19 04:18:17.872created new freemapJul 19 04:18:17.872 , INFOunit :DEBG DEBGfreemap_route_ipv4initted freemap. size: 64adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
49242026-07-19T04:18:19.394Z
49252026-07-19T04:18:19.394Z, 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 } }]:
49262026-07-19T04:18:19.394Zfreemap_route_ipv6
49272026-07-19T04:18:19.394ZJul 19 04:18:17.872Jul 19 04:18:17.872 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872
49282026-07-19T04:18:19.394ZJul 19 04:18:17.872 Jul 19 04:18:17.864 INFODEBGDEBG Jul 19 04:18:17.872adding route 172.17.0.6/32 -> 10.0.0.255 reset freemap , DEBGunit
49292026-07-19T04:18:19.394Z: INFO created new freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunitfreemap_route_ipv6
49302026-07-19T04:18:19.394Z:
49312026-07-19T04:18:19.394Z Jul 19 04:18:17.872
49322026-07-19T04:18:19.394Z Jul 19 04:18:17.872DEBG INFOJul 19 04:18:17.872Jul 19 04:18:17.872replacing 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_ipv6
49332026-07-19T04:18:19.394Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
49342026-07-19T04:18:19.394ZDEBG
49352026-07-19T04:18:19.394Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
49362026-07-19T04:18:19.394ZJul 19 04:18:17.872 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872
49372026-07-19T04:18:19.394Z Jul 19 04:18:17.872DEBG Jul 19 04:18:17.872 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 } }]DEBG adding route 172.17.0.7/32 -> 10.0.0.255
49382026-07-19T04:18:19.394Z
49392026-07-19T04:18:19.394Zreplacing 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 } }]
49402026-07-19T04:18:19.399Z Jul 19 04:18:17.872Jul 19 04:18:17.872Jul 19 04:18:17.872Jul 19 04:18:17.872 INFOinitted freemap. size: 64 , DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit INFO
49412026-07-19T04:18:19.399Z: INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
49422026-07-19T04:18:19.399Z
49432026-07-19T04:18:19.399Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
49442026-07-19T04:18:19.399Zadding route 3fff:dead::/64 -> 2001:db8::55:2
49452026-07-19T04:18:19.399ZJul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872Jul 19 04:18:17.872DEBGJul 19 04:18:17.872 INFODEBG DEBG adding route 172.17.0.8/32 -> 10.0.0.255reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
49462026-07-19T04:18:19.399Z
49472026-07-19T04:18:19.399ZunitDEBG :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 } }]
49482026-07-19T04:18:19.400ZJul 19 04:18:17.872freemap_route_ipv4replacing 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 } }]
49492026-07-19T04:18:19.400ZJul 19 04:18:17.872 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:18:17.872
49502026-07-19T04:18:19.400Z
49512026-07-19T04:18:19.400Z 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 } }]
49522026-07-19T04:18:19.400Zinitted freemap. size: 64Jul 19 04:18:17.872, Jul 19 04:18:17.872unit :DEBG freemap_route_ipv6Jul 19 04:18:17.872
49532026-07-19T04:18:19.400Z INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49542026-07-19T04:18:19.400Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
49552026-07-19T04:18:19.400ZJul 19 04:18:17.872adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
49562026-07-19T04:18:19.400ZJul 19 04:18:17.872INFO adding route 172.17.0.9/32 -> 10.0.0.255
49572026-07-19T04:18:19.400ZINFOJul 19 04:18:17.872 Jul 19 04:18:17.872 adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:18:17.872 DEBG
49582026-07-19T04:18:19.400Z DEBGreset freemapJul 19 04:18:17.872, DEBGunit :replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872
49592026-07-19T04:18:19.400ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49602026-07-19T04:18:19.400Z
49612026-07-19T04:18:19.400Z freemap_route_ipv6Jul 19 04:18:17.872DEBG
49622026-07-19T04:18:19.400ZJul 19 04:18:17.872 INFO 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
49632026-07-19T04:18:19.400Z Jul 19 04:18:17.872adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
49642026-07-19T04:18:19.400ZINFOreplacing targets for 3fff:dead::/64 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 } }]
49652026-07-19T04:18:19.400Zadding route 172.16.0.0/32 -> 10.0.0.1
49662026-07-19T04:18:19.400ZJul 19 04:18:17.872Jul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872 DEBG WARNINFO INFO Jul 19 04:18:17.872 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
49672026-07-19T04:18:19.400Z adding route 172.17.0.10/32 -> 10.0.0.255
49682026-07-19T04:18:19.400Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
49692026-07-19T04:18:19.400Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49702026-07-19T04:18:19.400Z
49712026-07-19T04:18:19.400ZJul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
49722026-07-19T04:18:19.400Zreplacing 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
49732026-07-19T04:18:19.400Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872
49742026-07-19T04:18:19.400Z DEBGJul 19 04:18:17.872 Jul 19 04:18:17.872 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 } }] INFOINFO
49752026-07-19T04:18:19.400Z Jul 19 04:18:17.872adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 Jul 19 04:18:17.872INFO
49762026-07-19T04:18:19.400Z
49772026-07-19T04:18:19.400Z INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
49782026-07-19T04:18:19.400ZJul 19 04:18:17.872adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:18:17.872 DEBG
49792026-07-19T04:18:19.400ZDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49802026-07-19T04:18:19.400Z
49812026-07-19T04:18:19.400ZJul 19 04:18:17.872 Jul 19 04:18:17.872DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49822026-07-19T04:18:19.400Z Jul 19 04:18:17.872replacing 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 } }]
49832026-07-19T04:18:19.400ZINFOJul 19 04:18:17.872 INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.872adding route 172.17.0.0/32 -> 10.0.0.255Jul 19 04:18:17.872
49842026-07-19T04:18:19.400Z
49852026-07-19T04:18:19.400Z INFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
49862026-07-19T04:18:19.401ZJul 19 04:18:17.872
49872026-07-19T04:18:19.401ZJul 19 04:18:17.872 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.872replacing 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 } }]
49882026-07-19T04:18:19.401Z
49892026-07-19T04:18:19.401ZJul 19 04:18:17.872DEBG DEBGJul 19 04:18:17.872 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 } }]Jul 19 04:18:17.872
49902026-07-19T04:18:19.401Z 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
49912026-07-19T04:18:19.401Z INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
49922026-07-19T04:18:19.401Z
49932026-07-19T04:18:19.401ZJul 19 04:18:17.872 Jul 19 04:18:17.872 INFOINFO Jul 19 04:18:17.872 Jul 19 04:18:17.872DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.872
49942026-07-19T04:18:19.401Z 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 } }]
49952026-07-19T04:18:19.401ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
49962026-07-19T04:18:19.401Zadding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:18:17.872
49972026-07-19T04:18:19.401Z
49982026-07-19T04:18:19.401Z INFOJul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872 Jul 19 04:18:17.872adding route 172.17.0.2/32 -> 10.0.0.255INFO
49992026-07-19T04:18:19.401Z DEBG adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:18:17.872DEBG
50002026-07-19T04:18:19.401Zreplacing 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 } }]
50012026-07-19T04:18:19.401Zreplacing 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 } }]
50022026-07-19T04:18:19.401Ztest route::tests::rollback_on_compact_write_failure ... ok
50032026-07-19T04:18:19.401Z DEBGDEBGJul 19 04:18:17.872Jul 19 04:18:17.872 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 } }]DEBGJul 19 04:18:17.872
50042026-07-19T04:18:19.401Z 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 } }]INFO
50052026-07-19T04:18:19.401Zadding route 172.17.0.10/32 -> 10.0.0.255
50062026-07-19T04:18:19.401Zadding route 3fff:beef:12::/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 } }]
50072026-07-19T04:18:19.401ZJul 19 04:18:17.872
50082026-07-19T04:18:19.401Z INFOJul 19 04:18:17.872 Jul 19 04:18:17.872adding route 172.17.0.15/32 -> 10.0.0.255
50092026-07-19T04:18:19.401ZJul 19 04:18:17.872INFO adding route 172.17.0.3/32 -> 10.0.0.255 Jul 19 04:18:17.872DEBG
50102026-07-19T04:18:19.401Z INFODEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:18:17.872replacing 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
50112026-07-19T04:18:19.401Z
50122026-07-19T04:18:19.401ZJul 19 04:18:17.872 DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50132026-07-19T04:18:19.401Z
50142026-07-19T04:18:19.401ZJul 19 04:18:17.872 Jul 19 04:18:17.872INFO Jul 19 04:18:17.872replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
50152026-07-19T04:18:19.401ZINFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
50162026-07-19T04:18:19.401Z
50172026-07-19T04:18:19.401Z
50182026-07-19T04:18:19.401ZJul 19 04:18:17.872 Jul 19 04:18:17.872DEBGJul 19 04:18:17.872 Jul 19 04:18:17.872replacing 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 } }]
50192026-07-19T04:18:19.401ZDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.872
50202026-07-19T04:18:19.401ZINFO Jul 19 04:18:17.872 DEBGDEBG adding route 172.17.0.4/32 -> 10.0.0.255 INFO
50212026-07-19T04:18:19.401Zreplacing 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 } }]
50222026-07-19T04:18:19.401Z 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 } }]
50232026-07-19T04:18:19.401ZJul 19 04:18:17.872adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:18:17.872
50242026-07-19T04:18:19.402Z Jul 19 04:18:17.872 INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBGJul 19 04:18:17.872
50252026-07-19T04:18:19.402Z 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 } }]DEBGJul 19 04:18:17.872
50262026-07-19T04:18:19.402Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
50272026-07-19T04:18:19.402ZINFO
50282026-07-19T04:18:19.402Z Jul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872INFO Jul 19 04:18:17.872 DEBGDEBGadding route 172.17.0.5/32 -> 10.0.0.255INFO
50292026-07-19T04:18:19.402Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
50302026-07-19T04:18:19.402Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
50312026-07-19T04:18:19.402Z
50322026-07-19T04:18:19.402ZJul 19 04:18:17.873Jul 19 04:18:17.879Jul 19 04:18:17.872 DEBGDEBG created new freemap Jul 19 04:18:17.879replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG,
50332026-07-19T04:18:19.402Zunit : 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 } }]INFO
50342026-07-19T04:18:19.402Z
50352026-07-19T04:18:19.402Z Jul 19 04:18:17.879adding route 172.17.0.13/32 -> 10.0.0.255
50362026-07-19T04:18:19.402ZINFOJul 19 04:18:17.879Jul 19 04:18:17.879 adding route 172.17.0.6/32 -> 10.0.0.255INFO
50372026-07-19T04:18:19.402Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:18:17.872 DEBG DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
50382026-07-19T04:18:19.402Z
50392026-07-19T04:18:19.402Z
50402026-07-19T04:18:19.406ZJul 19 04:18:17.879 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 } }]Jul 19 04:18:17.879
50412026-07-19T04:18:19.406ZJul 19 04:18:17.879Jul 19 04:18:17.879 INFO DEBG Jul 19 04:18:17.879adding route 172.17.0.14/32 -> 10.0.0.255DEBG Jul 19 04:18:17.879INFO
50422026-07-19T04:18:19.406Z INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
50432026-07-19T04:18:19.406Z
50442026-07-19T04:18:19.406Z
50452026-07-19T04:18:19.406Zcreated new freemap, Jul 19 04:18:17.879unit :DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879
50462026-07-19T04:18:19.406Zfreemap_route_ipv6Jul 19 04:18:17.879Jul 19 04:18:17.879
50472026-07-19T04:18:19.406Z DEBGDEBGJul 19 04:18:17.879 Jul 19 04:18:17.879 INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
50482026-07-19T04:18:19.406Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
50492026-07-19T04:18:19.406Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50502026-07-19T04:18:19.406Zinitted freemap. size: 64
50512026-07-19T04:18:19.406Z, unitJul 19 04:18:17.879: DEBGJul 19 04:18:17.879 Jul 19 04:18:17.879 INFO freemap_route_ipv4adding route 172.17.0.8/32 -> 10.0.0.255INFO
50522026-07-19T04:18:19.406Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.879
50532026-07-19T04:18:19.406Z
50542026-07-19T04:18:19.406ZDEBGJul 19 04:18:17.879 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
50552026-07-19T04:18:19.406ZJul 19 04:18:17.879
50562026-07-19T04:18:19.406Z 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
50572026-07-19T04:18:19.406Z Jul 19 04:18:17.879Jul 19 04:18:17.879reset freemapJul 19 04:18:17.879, unit: INFOINFODEBGJul 19 04:18:17.879freemap_route_ipv4 INFOadding route 172.17.0.16/32 -> 10.0.0.255
50582026-07-19T04:18:19.406Z 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 172.17.0.9/32 -> 10.0.0.255
50592026-07-19T04:18:19.407Z
50602026-07-19T04:18:19.407Z
50612026-07-19T04:18:19.407Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:18:17.879
50622026-07-19T04:18:19.407ZJul 19 04:18:17.879 Jul 19 04:18:17.879 Jul 19 04:18:17.879DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
50632026-07-19T04:18:19.407ZDEBGJul 19 04:18:17.879INFO 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 } }]
50642026-07-19T04:18:19.407Zinitted freemap. size: 64 , DEBGunit 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:18::/64 -> 2001:db8::55:ff:
50652026-07-19T04:18:19.407ZJul 19 04:18:17.879 INFO
50662026-07-19T04:18:19.407Z Jul 19 04:18:17.879Jul 19 04:18:17.879adding route 172.17.0.17/32 -> 10.0.0.255 INFOINFO
50672026-07-19T04:18:19.407Zadding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv6
50682026-07-19T04:18:19.407Z
50692026-07-19T04:18:19.407Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
50702026-07-19T04:18:19.407ZJul 19 04:18:17.879Jul 19 04:18:17.879Jul 19 04:18:17.879Jul 19 04:18:17.879 DEBGDEBGDEBG reset freemapreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
50712026-07-19T04:18:19.407Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879 DEBGunitDEBG :Jul 19 04:18:17.879replacing 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 } }]
50722026-07-19T04:18:19.407Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO
50732026-07-19T04:18:19.407Z
50742026-07-19T04:18:19.407ZJul 19 04:18:17.879
50752026-07-19T04:18:19.407Zadding route 172.17.0.18/32 -> 10.0.0.255
50762026-07-19T04:18:19.407ZINFOJul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:18:17.879
50772026-07-19T04:18:19.407Z
50782026-07-19T04:18:19.407Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
50792026-07-19T04:18:19.407Z
50802026-07-19T04:18:19.407Z Jul 19 04:18:17.879replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.879
50812026-07-19T04:18:19.407ZJul 19 04:18:17.879DEBG Jul 19 04:18:17.879replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50822026-07-19T04:18:19.407ZDEBG Jul 19 04:18:17.879 DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.879
50832026-07-19T04:18:19.407Z 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 } }]INFO
50842026-07-19T04:18:19.407Z adding route 172.17.0.19/32 -> 10.0.0.255DEBG
50852026-07-19T04:18:19.407Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.879replacing 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 } }]
50862026-07-19T04:18:19.407ZJul 19 04:18:17.879 INFODEBGJul 19 04:18:17.879 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 } }]
50872026-07-19T04:18:19.407ZINFO Jul 19 04:18:17.879 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
50882026-07-19T04:18:19.407Z
50892026-07-19T04:18:19.407Z
50902026-07-19T04:18:19.407ZDEBGJul 19 04:18:17.879 Jul 19 04:18:17.879Jul 19 04:18:17.879Jul 19 04:18:17.879 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 } }]INFO
50912026-07-19T04:18:19.407Z adding route 172.17.0.12/32 -> 10.0.0.255DEBG
50922026-07-19T04:18:19.407Z Jul 19 04:18:17.879replacing 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
50932026-07-19T04:18:19.407ZINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
50942026-07-19T04:18:19.408Z
50952026-07-19T04:18:19.408ZJul 19 04:18:17.879replacing 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 } }]
50962026-07-19T04:18:19.408ZDEBGJul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879 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 } }]
50972026-07-19T04:18:19.408ZDEBG Jul 19 04:18:17.879replacing 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 } }]DEBGINFO
50982026-07-19T04:18:19.408Z 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50992026-07-19T04:18:19.408Z
51002026-07-19T04:18:19.408Ztest route::tests::rollback_on_index_readd_failure ... ok
51012026-07-19T04:18:19.408ZINFOJul 19 04:18:17.879 Jul 19 04:18:17.879adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:18:17.879 Jul 19 04:18:17.879 INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255
51022026-07-19T04:18:19.408ZINFOINFO
51032026-07-19T04:18:19.408Z adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:18:17.879adding route 172.17.0.21/32 -> 10.0.0.255
51042026-07-19T04:18:19.408ZDEBGreplacing 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 } }]
51052026-07-19T04:18:19.408Z
51062026-07-19T04:18:19.408Zreplacing 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 } }]
51072026-07-19T04:18:19.408ZJul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879DEBGDEBG 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 } }]Jul 19 04:18:17.879replacing 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 } }]
51082026-07-19T04:18:19.408ZINFO
51092026-07-19T04:18:19.408Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.879adding route 172.17.0.14/32 -> 10.0.0.255
51102026-07-19T04:18:19.408ZINFO
51112026-07-19T04:18:19.408ZJul 19 04:18:17.879 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.879
51122026-07-19T04:18:19.408Z adding route 172.17.0.22/32 -> 10.0.0.255DEBGJul 19 04:18:17.879
51132026-07-19T04:18:19.408Z 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 } }]
51142026-07-19T04:18:19.408ZJul 19 04:18:17.879DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.879
51152026-07-19T04:18:19.408ZJul 19 04:18:17.879 DEBGJul 19 04:18:17.879 INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
51162026-07-19T04:18:19.408Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
51172026-07-19T04:18:19.408Z
51182026-07-19T04:18:19.408Zadding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:18:17.879
51192026-07-19T04:18:19.408Z WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:18:17.879
51202026-07-19T04:18:19.408Z Jul 19 04:18:17.879Jul 19 04:18:17.879INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:18:17.879INFO
51212026-07-19T04:18:19.408Zreplacing 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 } }]
51222026-07-19T04:18:19.408Zadding route 172.17.0.23/32 -> 10.0.0.255DEBG
51232026-07-19T04:18:19.408Z Jul 19 04:18:17.879Jul 19 04:18:17.879 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 } }]DEBGINFOJul 19 04:18:17.879 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 } }]
51242026-07-19T04:18:19.408Z
51252026-07-19T04:18:19.408Zadding route 172.17.0.16/32 -> 10.0.0.255
51262026-07-19T04:18:19.408ZDEBG 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 } }]
51272026-07-19T04:18:19.408ZJul 19 04:18:17.879 Jul 19 04:18:17.879
51282026-07-19T04:18:19.408Z INFOINFOJul 19 04:18:17.879 Jul 19 04:18:17.879 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51292026-07-19T04:18:19.408Z
51302026-07-19T04:18:19.408ZDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51312026-07-19T04:18:19.408Z adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.879Jul 19 04:18:17.879
51322026-07-19T04:18:19.408ZDEBG Jul 19 04:18:17.879Jul 19 04:18:17.879DEBGreplacing 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 } }]
51332026-07-19T04:18:19.409ZJul 19 04:18:17.879INFO 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
51342026-07-19T04:18:19.409Z INFOadding route 172.17.0.18/32 -> 10.0.0.255
51352026-07-19T04:18:19.409Zadding route 172.17.0.17/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 } }]
51362026-07-19T04:18:19.409Z
51372026-07-19T04:18:19.409ZJul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879 Jul 19 04:18:17.879DEBGJul 19 04:18:17.879INFO INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255
51382026-07-19T04:18:19.409Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
51392026-07-19T04:18:19.409Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879
51402026-07-19T04:18:19.413Z
51412026-07-19T04:18:19.413ZDEBG
51422026-07-19T04:18:19.413Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879Jul 19 04:18:17.879
51432026-07-19T04:18:19.413ZJul 19 04:18:17.880 Jul 19 04:18:17.879Jul 19 04:18:17.887 DEBGINFOINFO adding route 172.17.0.26/32 -> 10.0.0.255
51442026-07-19T04:18:19.413Zadding route 172.17.0.19/32 -> 10.0.0.255created new freemapINFO, adding route 172.17.0.18/32 -> 10.0.0.255unit
51452026-07-19T04:18:19.413Z:Jul 19 04:18:17.887 freemap_route_ipv4
51462026-07-19T04:18:19.413Z DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887
51472026-07-19T04:18:19.413Z Jul 19 04:18:17.887DEBGJul 19 04:18:17.862unit 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 } }]
51482026-07-19T04:18:19.413Z Jul 19 04:18:17.887 created new freemap , INFOfreemap_route_ipv4unitJul 19 04:18:17.887
51492026-07-19T04:18:19.413Zadding route 172.17.0.27/32 -> 10.0.0.255INFODEBG
51502026-07-19T04:18:19.413Zcreated new freemap: , adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv6unit
51512026-07-19T04:18:19.413Z
51522026-07-19T04:18:19.413ZJul 19 04:18:17.887 DEBGJul 19 04:18:17.887: Jul 19 04:18:17.887DEBGreplacing 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 freemapfreemap_route_ipv4,
51532026-07-19T04:18:19.413ZunitDEBG
51542026-07-19T04:18:19.413Z:replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887Jul 19 04:18:17.887 freemap_route_ipv6DEBG INFO
51552026-07-19T04:18:19.413Z adding route 172.17.0.28/32 -> 10.0.0.255
51562026-07-19T04:18:19.413Z initted freemap. size: 64
51572026-07-19T04:18:19.413Z, Jul 19 04:18:17.887 DEBGunitJul 19 04:18:17.887: initted freemap. size: 64freemap_route_ipv4, unit
51582026-07-19T04:18:19.413ZDEBGJul 19 04:18:17.887: freemap_route_ipv4Jul 19 04:18:17.887
51592026-07-19T04:18:19.413ZDEBG Jul 19 04:18:17.887 created new freemapINFO DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
51602026-07-19T04:18:19.414Z ,
51612026-07-19T04:18:19.414ZunitJul 19 04:18:17.887:Jul 19 04:18:17.887 DEBGreset freemap Jul 19 04:18:17.887reset freemapfreemap_route_ipv6,
51622026-07-19T04:18:19.414Zunit: INFOfreemap_route_ipv4
51632026-07-19T04:18:19.414ZJul 19 04:18:17.887 adding route 172.17.0.29/32 -> 10.0.0.255,
51642026-07-19T04:18:19.414ZDEBG unit 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 } }]Jul 19 04:18:17.887:
51652026-07-19T04:18:19.414Z freemap_route_ipv4initted freemap. size: 64 , DEBGJul 19 04:18:17.887 Jul 19 04:18:17.887unit
51662026-07-19T04:18:19.414Z initted freemap. size: 64INFODEBG , 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.21/32 -> 10.0.0.255
51672026-07-19T04:18:19.414Z
51682026-07-19T04:18:19.414Zunit: freemap_route_ipv6:Jul 19 04:18:17.887
51692026-07-19T04:18:19.414Z 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 } }]Jul 19 04:18:17.887
51702026-07-19T04:18:19.414ZJul 19 04:18:17.887 freemap_route_ipv4Jul 19 04:18:17.887DEBG
51712026-07-19T04:18:19.414Z INFOJul 19 04:18:17.887 reset freemapadding route 172.17.0.30/32 -> 10.0.0.255 , INFOunitJul 19 04:18:17.887 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
51722026-07-19T04:18:19.414ZDEBG:
51732026-07-19T04:18:19.414Z freemap_route_ipv6
51742026-07-19T04:18:19.414Zinitted freemap. size: 64Jul 19 04:18:17.887, unitJul 19 04:18:17.887Jul 19 04:18:17.887: 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 } }]
51752026-07-19T04:18:19.414Zfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
51762026-07-19T04:18:19.414Z
51772026-07-19T04:18:19.414Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887
51782026-07-19T04:18:19.414ZJul 19 04:18:17.887 Jul 19 04:18:17.887INFO Jul 19 04:18:17.887reset freemap DEBGINFODEBGadding route 172.17.0.23/32 -> 10.0.0.255
51792026-07-19T04:18:19.414Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 freemapadding route 172.17.0.31/32 -> 10.0.0.255,
51802026-07-19T04:18:19.414Z
51812026-07-19T04:18:19.414Zunit, :unit :Jul 19 04:18:17.887Jul 19 04:18:17.887freemap_route_ipv6 DEBGINFO
51822026-07-19T04:18:19.414ZJul 19 04:18:17.887 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51832026-07-19T04:18:19.414ZDEBGfreemap_route_ipv4
51842026-07-19T04:18:19.414Z
51852026-07-19T04:18:19.414Z Jul 19 04:18:17.887replacing 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 } }]
51862026-07-19T04:18:19.414ZDEBGJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.887
51872026-07-19T04:18:19.414Z Jul 19 04:18:17.887INFOJul 19 04:18:17.887 INFOINFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.887
51882026-07-19T04:18:19.414Zadding route 3fff:dead::/64 -> 2001:db8::55:1
51892026-07-19T04:18:19.414Z INFOinitted freemap. size: 64Jul 19 04:18:17.887adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.887 , unitDEBG: adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51902026-07-19T04:18:19.414Z
51912026-07-19T04:18:19.414Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51922026-07-19T04:18:19.414Z
51932026-07-19T04:18:19.414Z freemap_route_ipv6Jul 19 04:18:17.887
51942026-07-19T04:18:19.415Z Jul 19 04:18:17.887 Jul 19 04:18:17.887DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 19 04:18:17.887Jul 19 04:18:17.887replacing 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 } }]
51952026-07-19T04:18:19.415Z
51962026-07-19T04:18:19.415ZINFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255
51972026-07-19T04:18:19.415ZJul 19 04:18:17.887Jul 19 04:18:17.887reset freemap , INFO INFOunit Jul 19 04:18:17.887adding route 3fff:dead::/64 -> 2001:db8::55:4INFO:
51982026-07-19T04:18:19.415Zadding route 3fff:dead::/64 -> 2001:db8::55:2
51992026-07-19T04:18:19.415ZDEBGadding route 172.17.0.25/32 -> 10.0.0.255
52002026-07-19T04:18:19.415Z freemap_route_ipv6replacing 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 } }]
52012026-07-19T04:18:19.415Z
52022026-07-19T04:18:19.415ZJul 19 04:18:17.887Jul 19 04:18:17.887 Jul 19 04:18:17.887 DEBGJul 19 04:18:17.887 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 } }] Jul 19 04:18:17.887DEBG
52032026-07-19T04:18:19.415Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
52042026-07-19T04:18:19.415Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]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 } }]
52052026-07-19T04:18:19.415Z
52062026-07-19T04:18:19.415ZINFOJul 19 04:18:17.887 adding route 172.17.0.34/32 -> 10.0.0.255INFO
52072026-07-19T04:18:19.415Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.26/32 -> 10.0.0.255
52082026-07-19T04:18:19.415ZJul 19 04:18:17.887
52092026-07-19T04:18:19.415Z DEBGJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.887INFOJul 19 04:18:17.887
52102026-07-19T04:18:19.415Z Jul 19 04:18:17.887 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 } }]
52112026-07-19T04:18:19.415Zreplacing 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 } }]
52122026-07-19T04:18:19.415Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52132026-07-19T04:18:19.415Z
52142026-07-19T04:18:19.415ZJul 19 04:18:17.887Jul 19 04:18:17.887 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.887
52152026-07-19T04:18:19.415Z INFO adding route 172.17.0.35/32 -> 10.0.0.255INFOJul 19 04:18:17.887
52162026-07-19T04:18:19.415Z Jul 19 04:18:17.887adding route 172.17.0.27/32 -> 10.0.0.255
52172026-07-19T04:18:19.415ZDEBGDEBGJul 19 04:18:17.887 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:18:17.887replacing 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 } }]
52182026-07-19T04:18:19.415Z
52192026-07-19T04:18:19.415Z
52202026-07-19T04:18:19.415ZDEBG Jul 19 04:18:17.887Jul 19 04:18:17.887 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.36/32 -> 10.0.0.255
52212026-07-19T04:18:19.415Z
52222026-07-19T04:18:19.415ZJul 19 04:18:17.887 INFO Jul 19 04:18:17.887adding route 3fff:dead::/64 -> 2001:db8::55:3
52232026-07-19T04:18:19.415ZDEBG Jul 19 04:18:17.887replacing 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 } }]
52242026-07-19T04:18:19.415ZDEBGJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
52252026-07-19T04:18:19.415ZJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887
52262026-07-19T04:18:19.415Z
52272026-07-19T04:18:19.415Z adding route 172.17.0.37/32 -> 10.0.0.255
52282026-07-19T04:18:19.415ZDEBG Jul 19 04:18:17.887Jul 19 04:18:17.887 INFOINFOJul 19 04:18:17.887replacing targets for 3fff:dead::/64 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:dead::/64 -> 2001:db8::55:4
52292026-07-19T04:18:19.415Z
52302026-07-19T04:18:19.415Zadding route 172.17.0.28/32 -> 10.0.0.255 DEBG
52312026-07-19T04:18:19.415Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887
52322026-07-19T04:18:19.415Z Jul 19 04:18:17.887 DEBGWARN Jul 19 04:18:17.887shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 19 04:18:17.887DEBG
52332026-07-19T04:18:19.416Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] 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.38/32 -> 10.0.0.255
52342026-07-19T04:18:19.416Z
52352026-07-19T04:18:19.416Z
52362026-07-19T04:18:19.416ZJul 19 04:18:17.887Jul 19 04:18:17.887 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52372026-07-19T04:18:19.416Z
52382026-07-19T04:18:19.416Z Jul 19 04:18:17.887DEBG Jul 19 04:18:17.887Jul 19 04:18:17.887 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 } }]
52392026-07-19T04:18:19.416Z adding route 172.17.0.39/32 -> 10.0.0.255DEBG
52402026-07-19T04:18:19.420Zreplacing 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
52412026-07-19T04:18:19.420Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.887Jul 19 04:18:17.887
52422026-07-19T04:18:19.420ZDEBG INFO Jul 19 04:18:17.887adding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887 WARN Jul 19 04:18:17.888
52432026-07-19T04:18:19.420Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG created new freemap
52442026-07-19T04:18:19.420Z
52452026-07-19T04:18:19.420Z, unitJul 19 04:18:17.895: INFOfreemap_route_ipv4
52462026-07-19T04:18:19.420Zadding route 172.17.0.40/32 -> 10.0.0.255
52472026-07-19T04:18:19.420ZINFOJul 19 04:18:17.895 ERROJul 19 04:18:17.895adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:18:17.895 Jul 19 04:18:17.895 DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52482026-07-19T04:18:19.420Z
52492026-07-19T04:18:19.420Z DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52502026-07-19T04:18:19.420Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.895DEBG
52512026-07-19T04:18:19.420ZJul 19 04:18:17.895Jul 19 04:18:17.895created new freemap ERROINFO, unit Jul 19 04:18:17.895adding route 3fff:beef:21::/64 -> 2001:db8::55:ff :shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itINFO
52522026-07-19T04:18:19.420Z adding route 172.17.0.41/32 -> 10.0.0.255
52532026-07-19T04:18:19.420Z
52542026-07-19T04:18:19.420Zfreemap_route_ipv6DEBG
52552026-07-19T04:18:19.420Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.895
52562026-07-19T04:18:19.420ZJul 19 04:18:17.895 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.895 DEBGJul 19 04:18:17.895
52572026-07-19T04:18:19.420Zreplacing 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
52582026-07-19T04:18:19.420Z initted freemap. size: 64INFO, unitJul 19 04:18:17.895:adding route 172.17.0.31/32 -> 10.0.0.255
52592026-07-19T04:18:19.420Zfreemap_route_ipv4
52602026-07-19T04:18:19.420ZINFO Jul 19 04:18:17.895adding route 172.17.0.42/32 -> 10.0.0.255
52612026-07-19T04:18:19.420ZINFO Jul 19 04:18:17.895adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
52622026-07-19T04:18:19.420ZJul 19 04:18:17.895DEBGJul 19 04:18:17.895 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 } }]DEBG
52632026-07-19T04:18:19.420Z reset freemapreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:18:17.895
52642026-07-19T04:18:19.420Z DEBGunit replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.895:
52652026-07-19T04:18:19.420ZINFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.895freemap_route_ipv4
52662026-07-19T04:18:19.420Z
52672026-07-19T04:18:19.420ZJul 19 04:18:17.895 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
52682026-07-19T04:18:19.420ZJul 19 04:18:17.895Jul 19 04:18:17.895
52692026-07-19T04:18:19.420Z DEBGJul 19 04:18:17.895 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52702026-07-19T04:18:19.421Zinitted freemap. size: 64DEBG, Jul 19 04:18:17.895 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 } }]unitDEBG
52712026-07-19T04:18:19.421Z :replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.895
52722026-07-19T04:18:19.421Zfreemap_route_ipv6
52732026-07-19T04:18:19.421ZJul 19 04:18:17.895INFO adding route 172.17.0.33/32 -> 10.0.0.255INFOJul 19 04:18:17.895
52742026-07-19T04:18:19.421Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
52752026-07-19T04:18:19.421Z Jul 19 04:18:17.895adding route 172.17.0.44/32 -> 10.0.0.255
52762026-07-19T04:18:19.421ZDEBGJul 19 04:18:17.895 reset freemapJul 19 04:18:17.895DEBG Jul 19 04:18:17.895DEBG , 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 } }]unit
52772026-07-19T04:18:19.421Z: replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_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 } }]
52782026-07-19T04:18:19.421Z
52792026-07-19T04:18:19.421Z
52802026-07-19T04:18:19.421ZJul 19 04:18:17.895 INFOJul 19 04:18:17.895Jul 19 04:18:17.895 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
52812026-07-19T04:18:19.421Z
52822026-07-19T04:18:19.421ZJul 19 04:18:17.895 INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:18:17.895Jul 19 04:18:17.895
52832026-07-19T04:18:19.421Z
52842026-07-19T04:18:19.421Z DEBGDEBG
52852026-07-19T04:18:19.421ZJul 19 04:18:17.895 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 19 04:18:17.895replacing 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
52862026-07-19T04:18:19.421Z DEBGJul 19 04:18:17.895replacing 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 } }]
52872026-07-19T04:18:19.421Z
52882026-07-19T04:18:19.421Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.895 DEBG
52892026-07-19T04:18:19.421ZINFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.895
52902026-07-19T04:18:19.421Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:18:17.895
52912026-07-19T04:18:19.421Z
52922026-07-19T04:18:19.421ZJul 19 04:18:17.895Jul 19 04:18:17.895 INFOINFO Jul 19 04:18:17.895Jul 19 04:18:17.895 INFO DEBG DEBGadding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
52932026-07-19T04:18:19.421Z
52942026-07-19T04:18:19.421Zadding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
52952026-07-19T04:18:19.421Z
52962026-07-19T04:18:19.421Zreplacing 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 } }]
52972026-07-19T04:18:19.421ZJul 19 04:18:17.895 Jul 19 04:18:17.895Jul 19 04:18:17.895 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 } }]INFO
52982026-07-19T04:18:19.421ZJul 19 04:18:17.895adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Jul 19 04:18:17.888Jul 19 04:18:17.895
52992026-07-19T04:18:19.421Z INFOJul 19 04:18:17.895 adding route 172.17.0.36/32 -> 10.0.0.255
53002026-07-19T04:18:19.421Z Jul 19 04:18:17.895DEBGreplacing 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 } }] INFODEBGcreated new freemap
53012026-07-19T04:18:19.421Z , Jul 19 04:18:17.895 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGunit adding route 172.17.0.21/32 -> 10.0.0.255
53022026-07-19T04:18:19.421Z: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 } }] freemap_route_ipv4
53032026-07-19T04:18:19.421Z
53042026-07-19T04:18:19.421ZJul 19 04:18:17.895
53052026-07-19T04:18:19.421ZJul 19 04:18:17.902DEBGJul 19 04:18:17.902 INFOcreated new freemap , adding route 172.17.0.37/32 -> 10.0.0.255unit
53062026-07-19T04:18:19.422Z:Jul 19 04:18:17.902 freemap_route_ipv4 DEBGDEBG created new freemapreplacing 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 } }]
53072026-07-19T04:18:19.422Z, unit
53082026-07-19T04:18:19.422Z: freemap_route_ipv6
53092026-07-19T04:18:19.422ZJul 19 04:18:17.902Jul 19 04:18:17.902 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 } }]
53102026-07-19T04:18:19.422ZJul 19 04:18:17.902INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 Jul 19 04:18:17.902created new freemap DEBG,
53112026-07-19T04:18:19.422ZINFO Jul 19 04:18:17.902unitreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255:DEBG freemap_route_ipv6
53122026-07-19T04:18:19.422Zinitted freemap. size: 64Jul 19 04:18:17.902
53132026-07-19T04:18:19.422Z DEBG, unit Jul 19 04:18:17.902replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.902: DEBGfreemap_route_ipv4DEBG
53142026-07-19T04:18:19.422Z initted freemap. size: 64
53152026-07-19T04:18:19.422Z,
53162026-07-19T04:18:19.422Zunitreplacing 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 } }]:
53172026-07-19T04:18:19.422ZJul 19 04:18:17.902freemap_route_ipv4Jul 19 04:18:17.902 Jul 19 04:18:17.902
53182026-07-19T04:18:19.422ZINFO DEBGINFO reset freemap , unit:adding route 172.17.0.23/32 -> 10.0.0.255 Jul 19 04:18:17.902Jul 19 04:18:17.902adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
53192026-07-19T04:18:19.422Z
53202026-07-19T04:18:19.422ZDEBG INFOfreemap_route_ipv4reset freemap
53212026-07-19T04:18:19.422Z, Jul 19 04:18:17.902adding route 172.17.0.39/32 -> 10.0.0.255 Jul 19 04:18:17.902DEBGJul 19 04:18:17.902
53222026-07-19T04:18:19.422Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
53232026-07-19T04:18:19.422Z:DEBG freemap_route_ipv4DEBG Jul 19 04:18:17.902Jul 19 04:18:17.902 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 } }]
53242026-07-19T04:18:19.422Z
53252026-07-19T04:18:19.422ZINFO initted freemap. size: 64 adding route 172.17.0.24/32 -> 10.0.0.255, DEBG
53262026-07-19T04:18:19.422ZJul 19 04:18:17.902unitJul 19 04:18:17.902: freemap_route_ipv6 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 } }]
53272026-07-19T04:18:19.422Z Jul 19 04:18:17.902DEBG
53282026-07-19T04:18:19.422ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG Jul 19 04:18:17.902Jul 19 04:18:17.902
53292026-07-19T04:18:19.422Zinitted 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 } }]INFODEBG
53302026-07-19T04:18:19.422Z Jul 19 04:18:17.902 reset freemap , DEBGunitunit :adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }]
53312026-07-19T04:18:19.422Z:
53322026-07-19T04:18:19.422Zfreemap_route_ipv6Jul 19 04:18:17.902 INFO
53332026-07-19T04:18:19.422Z Jul 19 04:18:17.902 adding route 172.17.0.25/32 -> 10.0.0.255INFO
53342026-07-19T04:18:19.422Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv6
53352026-07-19T04:18:19.422ZJul 19 04:18:17.903
53362026-07-19T04:18:19.422Z Jul 19 04:18:17.903Jul 19 04:18:17.903DEBGJul 19 04:18:17.903 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
53372026-07-19T04:18:19.422ZDEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.903adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
53382026-07-19T04:18:19.422Z
53392026-07-19T04:18:19.422Z
53402026-07-19T04:18:19.427ZINFOJul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903Jul 19 04:18:17.903 INFODEBG INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.41/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 } }]
53412026-07-19T04:18:19.427Z
53422026-07-19T04:18:19.427Z
53432026-07-19T04:18:19.427Z adding route 172.17.0.26/32 -> 10.0.0.255DEBG
53442026-07-19T04:18:19.427ZJul 19 04:18:17.903 reset freemap, Jul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903DEBGunit 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 } }]
53452026-07-19T04:18:19.427Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
53462026-07-19T04:18:19.427Z : 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 } }]DEBGJul 19 04:18:17.903
53472026-07-19T04:18:19.427Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.903freemap_route_ipv6Jul 19 04:18:17.903
53482026-07-19T04:18:19.427Z
53492026-07-19T04:18:19.427ZINFODEBG adding route 172.17.0.27/32 -> 10.0.0.255INFO
53502026-07-19T04:18:19.427Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.903
53512026-07-19T04:18:19.427Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.903Jul 19 04:18:17.903Jul 19 04:18:17.903
53522026-07-19T04:18:19.427Z
53532026-07-19T04:18:19.427Z INFO DEBGJul 19 04:18:17.903Jul 19 04:18:17.903DEBG 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:3, 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 } }]
53542026-07-19T04:18:19.427ZDEBG
53552026-07-19T04:18:19.427Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
53562026-07-19T04:18:19.427Z
53572026-07-19T04:18:19.427ZJul 19 04:18:17.903
53582026-07-19T04:18:19.427Z INFO Jul 19 04:18:17.903Jul 19 04:18:17.903 INFOJul 19 04:18:17.903 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.28/32 -> 10.0.0.255 INFO
53592026-07-19T04:18:19.427Z DEBG
53602026-07-19T04:18:19.427Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }]
53612026-07-19T04:18:19.427Z
53622026-07-19T04:18:19.427ZJul 19 04:18:17.903 Jul 19 04:18:17.903DEBG Jul 19 04:18:17.903 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.903DEBG
53632026-07-19T04:18:19.427Z 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 } }]DEBGadding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:18:17.903
53642026-07-19T04:18:19.427Z
53652026-07-19T04:18:19.427Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
53662026-07-19T04:18:19.427Z Jul 19 04:18:17.903adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:18:17.903
53672026-07-19T04:18:19.427Z INFO Jul 19 04:18:17.903 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
53682026-07-19T04:18:19.428Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Jul 19 04:18:17.903replacing 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 } }]
53692026-07-19T04:18:19.428Z DEBG
53702026-07-19T04:18:19.428Zreplacing 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 } }]
53712026-07-19T04:18:19.428ZJul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.879 DEBGINFO 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 } }] DEBG
53722026-07-19T04:18:19.428Zadding route 172.17.0.30/32 -> 10.0.0.255
53732026-07-19T04:18:19.428Zadding route 172.17.0.44/32 -> 10.0.0.255
53742026-07-19T04:18:19.428ZJul 19 04:18:17.903replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
53752026-07-19T04:18:19.428Z 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 } }]
53762026-07-19T04:18:19.428ZJul 19 04:18:17.903Jul 19 04:18:17.903 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGJul 19 04:18:17.903 DEBGINFO Jul 19 04:18:17.903replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53772026-07-19T04:18:19.428Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
53782026-07-19T04:18:19.428Z
53792026-07-19T04:18:19.428ZINFO
53802026-07-19T04:18:19.428ZJul 19 04:18:17.903 adding route 3fff:dead::/64 -> 2001:db8::55:4
53812026-07-19T04:18:19.428ZINFOJul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.903DEBG adding route 172.17.0.31/32 -> 10.0.0.255 DEBGINFO
53822026-07-19T04:18:19.428Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.903adding route 172.17.0.45/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 } }]
53832026-07-19T04:18:19.428Z DEBG
53842026-07-19T04:18:19.428Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
53852026-07-19T04:18:19.428Z
53862026-07-19T04:18:19.428ZJul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.903DEBGDEBGJul 19 04:18:17.903 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 } }]
53872026-07-19T04:18:19.428ZINFOINFO Jul 19 04:18:17.903 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
53882026-07-19T04:18:19.428ZDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
53892026-07-19T04:18:19.428Zreplacing targets for 3fff:dead::/64 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 } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.903
53902026-07-19T04:18:19.428Z
53912026-07-19T04:18:19.428ZJul 19 04:18:17.903 Jul 19 04:18:17.903 DEBG INFOJul 19 04:18:17.903 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
53922026-07-19T04:18:19.428ZINFO adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
53932026-07-19T04:18:19.428Z
53942026-07-19T04:18:19.428Z
53952026-07-19T04:18:19.428ZJul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903Jul 19 04:18:17.903 INFOINFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
53962026-07-19T04:18:19.428Z
53972026-07-19T04:18:19.428Zreplacing 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
53982026-07-19T04:18:19.428Z 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 } }]
53992026-07-19T04:18:19.428ZJul 19 04:18:17.903Jul 19 04:18:17.903 INFODEBG Jul 19 04:18:17.903 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255
54002026-07-19T04:18:19.428ZDEBG
54012026-07-19T04:18:19.428Ztest route::tests::identity_replace_is_noop ... ok
54022026-07-19T04:18:19.428Zreplacing 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 } }]
54032026-07-19T04:18:19.428ZJul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }]
54042026-07-19T04:18:19.429Z
54052026-07-19T04:18:19.429ZJul 19 04:18:17.903 Jul 19 04:18:17.903INFO Jul 19 04:18:17.903DEBG INFOINFOreplacing 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:2d::/64 -> 2001:db8::55:ff
54062026-07-19T04:18:19.429Z
54072026-07-19T04:18:19.429Zadding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
54082026-07-19T04:18:19.429Z
54092026-07-19T04:18:19.429ZJul 19 04:18:17.903Jul 19 04:18:17.903 DEBGINFO Jul 19 04:18:17.903 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:33::/64 -> 2001:db8::55:ff
54102026-07-19T04:18:19.429ZJul 19 04:18:17.903 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.903
54112026-07-19T04:18:19.429Zreplacing 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 } }]
54122026-07-19T04:18:19.429Z
54132026-07-19T04:18:19.429ZINFO Jul 19 04:18:17.903Jul 19 04:18:17.903 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255
54142026-07-19T04:18:19.429ZJul 19 04:18:17.903
54152026-07-19T04:18:19.429ZJul 19 04:18:17.911 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
54162026-07-19T04:18:19.429Z Jul 19 04:18:17.911created new freemap
54172026-07-19T04:18:19.430Z, unitINFO:Jul 19 04:18:17.911 Jul 19 04:18:17.911adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:18:17.911freemap_route_ipv4
54182026-07-19T04:18:19.430Z
54192026-07-19T04:18:19.430ZDEBG INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
54202026-07-19T04:18:19.430Z
54212026-07-19T04:18:19.430ZJul 19 04:18:17.911Jul 19 04:18:17.911
54222026-07-19T04:18:19.430ZJul 19 04:18:17.911 DEBG DEBG Jul 19 04:18:17.911Jul 19 04:18:17.911 created new freemap , INFOINFOunit : adding route 172.17.0.36/32 -> 10.0.0.255 Jul 19 04:18:17.911
54232026-07-19T04:18:19.430Zfreemap_route_ipv6 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 } }]
54242026-07-19T04:18:19.430Z
54252026-07-19T04:18:19.430Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
54262026-07-19T04:18:19.430Z 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 } }] Jul 19 04:18:17.911
54272026-07-19T04:18:19.430ZDEBGadding route 172.17.0.49/32 -> 10.0.0.255 Jul 19 04:18:17.911Jul 19 04:18:17.911replacing 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 } }]
54282026-07-19T04:18:19.430Z Jul 19 04:18:17.911 DEBG
54292026-07-19T04:18:19.430Z 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 } }]
54302026-07-19T04:18:19.430ZINFODEBGJul 19 04:18:17.911 initted freemap. size: 64INFO, Jul 19 04:18:17.911 Jul 19 04:18:17.911adding route 172.17.0.48/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
54312026-07-19T04:18:19.430Zunit INFODEBG:
54322026-07-19T04:18:19.430Z Jul 19 04:18:17.911 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
54332026-07-19T04:18:19.430Z
54342026-07-19T04:18:19.430ZDEBG freemap_route_ipv4 Jul 19 04:18:17.911replacing 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 } }]
54352026-07-19T04:18:19.430Z INFOJul 19 04:18:17.911
54362026-07-19T04:18:19.430Z Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911DEBG adding route 172.17.0.50/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:18:17.911replacing 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 } }]
54372026-07-19T04:18:19.430ZJul 19 04:18:17.911
54382026-07-19T04:18:19.430ZDEBG INFO
54392026-07-19T04:18:19.430Z reset freemap , INFOJul 19 04:18:17.911 Jul 19 04:18:17.911 adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
54402026-07-19T04:18:19.434ZINFO DEBGunit
54412026-07-19T04:18:19.434Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911
54422026-07-19T04:18:19.434Z
54432026-07-19T04:18:19.434Z Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911 : 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 } }]Jul 19 04:18:17.911
54442026-07-19T04:18:19.434Z freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911
54452026-07-19T04:18:19.434ZJul 19 04:18:17.911replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54462026-07-19T04:18:19.434ZINFODEBGINFO
54472026-07-19T04:18:19.434Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
54482026-07-19T04:18:19.434Zadding route 172.17.0.50/32 -> 10.0.0.255
54492026-07-19T04:18:19.434Z
54502026-07-19T04:18:19.435ZJul 19 04:18:17.911Jul 19 04:18:17.911 Jul 19 04:18:17.911INFO INFODEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
54512026-07-19T04:18:19.435ZJul 19 04:18:17.911 DEBGJul 19 04:18:17.911 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.38/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 } }]
54522026-07-19T04:18:19.435Z
54532026-07-19T04:18:19.435ZJul 19 04:18:17.911
54542026-07-19T04:18:19.435Z DEBGJul 19 04:18:17.911 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 } }]
54552026-07-19T04:18:19.435Z DEBGINFOJul 19 04:18:17.911 Jul 19 04:18:17.911 Jul 19 04:18:17.911INFO initted freemap. size: 64 adding route 172.17.0.51/32 -> 10.0.0.255INFO, DEBG
54562026-07-19T04:18:19.435Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255unit
54572026-07-19T04:18:19.435Z
54582026-07-19T04:18:19.435Z: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_ipv6
54592026-07-19T04:18:19.435Z
54602026-07-19T04:18:19.435ZJul 19 04:18:17.911 Jul 19 04:18:17.911 DEBGDEBG Jul 19 04:18:17.911replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.911
54612026-07-19T04:18:19.435Z
54622026-07-19T04:18:19.435ZINFODEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911adding route 172.17.0.39/32 -> 10.0.0.255
54632026-07-19T04:18:19.436ZJul 19 04:18:17.911INFO
54642026-07-19T04:18:19.436Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG INFOJul 19 04:18:17.911
54652026-07-19T04:18:19.436Z DEBGreset freemap Jul 19 04:18:17.911, adding route 172.17.0.52/32 -> 10.0.0.255unitreplacing 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 } }]
54662026-07-19T04:18:19.436Z
54672026-07-19T04:18:19.436ZINFO: adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:18:17.911
54682026-07-19T04:18:19.436Zfreemap_route_ipv6Jul 19 04:18:17.911
54692026-07-19T04:18:19.436ZDEBG 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
54702026-07-19T04:18:19.436Z Jul 19 04:18:17.911Jul 19 04:18:17.911 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
54712026-07-19T04:18:19.436ZJul 19 04:18:17.911
54722026-07-19T04:18:19.436Z Jul 19 04:18:17.911 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255INFO Jul 19 04:18:17.911Jul 19 04:18:17.911adding route 172.16.0.0/32 -> 10.0.0.1
54732026-07-19T04:18:19.436Z
54742026-07-19T04:18:19.436Zadding route 172.17.0.53/32 -> 10.0.0.255
54752026-07-19T04:18:19.436Z INFOJul 19 04:18:17.911 Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
54762026-07-19T04:18:19.436Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 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 } }]
54772026-07-19T04:18:19.436Zreplacing 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
54782026-07-19T04:18:19.436ZJul 19 04:18:17.911 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
54792026-07-19T04:18:19.436ZDEBGJul 19 04:18:17.911 Jul 19 04:18:17.911
54802026-07-19T04:18:19.436Z INFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:18:17.911
54812026-07-19T04:18:19.436Z
54822026-07-19T04:18:19.436ZDEBGJul 19 04:18:17.911 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
54832026-07-19T04:18:19.436ZJul 19 04:18:17.911 adding route 172.17.0.54/32 -> 10.0.0.255 INFO INFOJul 19 04:18:17.911
54842026-07-19T04:18:19.436Z Jul 19 04:18:17.911adding route 172.17.0.41/32 -> 10.0.0.255 INFO
54852026-07-19T04:18:19.436Zadding route 172.17.0.55/32 -> 10.0.0.255 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
54862026-07-19T04:18:19.436ZJul 19 04:18:17.911
54872026-07-19T04:18:19.436ZDEBGDEBG Jul 19 04:18:17.911replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54882026-07-19T04:18:19.436ZJul 19 04:18:17.911 Jul 19 04:18:17.911 DEBG
54892026-07-19T04:18:19.436Z 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 } }]
54902026-07-19T04:18:19.436ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54912026-07-19T04:18:19.437Z
54922026-07-19T04:18:19.437ZJul 19 04:18:17.911Jul 19 04:18:17.911 Jul 19 04:18:17.911INFOJul 19 04:18:17.911 INFOINFOadding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:18:17.911
54932026-07-19T04:18:19.437ZINFO
54942026-07-19T04:18:19.437Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255
54952026-07-19T04:18:19.437Z
54962026-07-19T04:18:19.437ZINFO Jul 19 04:18:17.911adding route 172.17.0.56/32 -> 10.0.0.255
54972026-07-19T04:18:19.437ZJul 19 04:18:17.911Jul 19 04:18:17.911Jul 19 04:18:17.911DEBG 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 } }]Jul 19 04:18:17.911
54982026-07-19T04:18:19.437Zreplacing 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 } }]
54992026-07-19T04:18:19.437Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55002026-07-19T04:18:19.437ZJul 19 04:18:17.911 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 } }]
55012026-07-19T04:18:19.437ZINFOJul 19 04:18:17.911 DEBG INFOJul 19 04:18:17.911 Jul 19 04:18:17.911 adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255INFOINFO
55022026-07-19T04:18:19.437Zadding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55032026-07-19T04:18:19.437Z
55042026-07-19T04:18:19.437Zadding route 172.16.0.0/32 -> 10.0.0.4
55052026-07-19T04:18:19.437Z
55062026-07-19T04:18:19.437ZJul 19 04:18:17.911Jul 19 04:18:17.911Jul 19 04:18:17.911Jul 19 04:18:17.911 Jul 19 04:18:17.911 DEBGDEBG 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 } }]
55072026-07-19T04:18:19.437Zreplacing 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 } }]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 } }]
55082026-07-19T04:18:19.437Z
55092026-07-19T04:18:19.437ZINFO Jul 19 04:18:17.911adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
55102026-07-19T04:18:19.437ZJul 19 04:18:17.911 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55112026-07-19T04:18:19.437Z INFOadding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:18:17.911
55122026-07-19T04:18:19.437Ztest route::tests::shrink_preserves_compacted_order ... ok
55132026-07-19T04:18:19.437ZJul 19 04:18:17.911 adding route 172.17.0.58/32 -> 10.0.0.255
55142026-07-19T04:18:19.437Z DEBGJul 19 04:18:17.911 INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55152026-07-19T04:18:19.437Zadding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:18:17.911
55162026-07-19T04:18:19.437ZJul 19 04:18:17.911 Jul 19 04:18:17.911DEBG 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 } }]DEBGDEBG
55172026-07-19T04:18:19.437ZINFO Jul 19 04:18:17.911 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 } }]
55182026-07-19T04:18:19.437Ztest transceivers::mpn_test::test_mpn_missing ... ok
55192026-07-19T04:18:19.437Ztest transceivers::mpn_test::test_mpn_present ... ok
55202026-07-19T04:18:19.437Ztest transceivers::mpn_test::test_xcvr_missing ... ok
55212026-07-19T04:18:19.437Ztest route::tests::add_target_fails_full ... ok
55222026-07-19T04:18:19.437Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
55232026-07-19T04:18:19.437Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
55242026-07-19T04:18:19.437Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
55252026-07-19T04:18:19.437Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
55262026-07-19T04:18:19.437Ztest route::tests::delete_target_full ... ok
55272026-07-19T04:18:19.437Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
55282026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
55292026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
55302026-07-19T04:18:19.438Ztest route::tests::same_size_non_subset_replace ... ok
55312026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
55322026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
55332026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
55342026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
55352026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
55362026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
55372026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
55382026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
55392026-07-19T04:18:19.438Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
55402026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
55412026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
55422026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
55432026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
55442026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
55452026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
55462026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
55472026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
55482026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
55492026-07-19T04:18:19.442Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
55502026-07-19T04:18:19.443Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
55512026-07-19T04:18:19.443Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
55522026-07-19T04:18:19.443Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
55532026-07-19T04:18:19.443ZDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 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 } }]
55542026-07-19T04:18:19.443Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
55552026-07-19T04:18:19.443ZJul 19 04:18:17.918Jul 19 04:18:17.911 INFOINFO
55562026-07-19T04:18:19.443Z Jul 19 04:18:17.918adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:18:17.903
55572026-07-19T04:18:19.443Z DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
55582026-07-19T04:18:19.443Zreplacing 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 } }]
55592026-07-19T04:18:19.443Z
55602026-07-19T04:18:19.443ZJul 19 04:18:17.918Jul 19 04:18:17.918Jul 19 04:18:17.918 DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]Jul 19 04:18:17.918
55612026-07-19T04:18:19.443Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
55622026-07-19T04:18:19.443Z
55632026-07-19T04:18:19.443ZINFOJul 19 04:18:17.918 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
55642026-07-19T04:18:19.443Z adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:18:17.918
55652026-07-19T04:18:19.443ZJul 19 04:18:17.918 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:18:17.918DEBG
55662026-07-19T04:18:19.443Z Jul 19 04:18:17.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 } }]
55672026-07-19T04:18:19.443ZDEBGDEBG 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 } }]Jul 19 04:18:17.918replacing 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 } }]
55682026-07-19T04:18:19.443ZDEBG
55692026-07-19T04:18:19.443Z Jul 19 04:18:17.918replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.918
55702026-07-19T04:18:19.443Z Jul 19 04:18:17.918INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
55712026-07-19T04:18:19.443ZJul 19 04:18:17.918 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
55722026-07-19T04:18:19.443ZINFOJul 19 04:18:17.918INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
55732026-07-19T04:18:19.443Z
55742026-07-19T04:18:19.443Zreplacing 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 } }]
55752026-07-19T04:18:19.443ZJul 19 04:18:17.918Jul 19 04:18:17.918 DEBG Jul 19 04:18:17.918 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 } }] DEBGINFO Jul 19 04:18:17.918replacing 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 } }]
55762026-07-19T04:18:19.443Z
55772026-07-19T04:18:19.443Z DEBGadding route 172.17.0.61/32 -> 10.0.0.255
55782026-07-19T04:18:19.443Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.918
55792026-07-19T04:18:19.443Z Jul 19 04:18:17.918INFO Jul 19 04:18:17.918 Jul 19 04:18:17.918adding route 172.17.0.48/32 -> 10.0.0.255
55802026-07-19T04:18:19.443ZDEBGINFOJul 19 04:18:17.918 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.918replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
55812026-07-19T04:18:19.443Z
55822026-07-19T04:18:19.443Zadding route 172.17.0.59/32 -> 10.0.0.255INFO
55832026-07-19T04:18:19.443Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.918
55842026-07-19T04:18:19.443Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.918Jul 19 04:18:17.918 adding route 172.17.0.62/32 -> 10.0.0.255
55852026-07-19T04:18:19.443ZDEBG
55862026-07-19T04:18:19.443ZDEBG Jul 19 04:18:17.918replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.918Jul 19 04:18:17.918
55872026-07-19T04:18:19.443Z INFO
55882026-07-19T04:18:19.444Zadding route 172.17.0.49/32 -> 10.0.0.255DEBG
55892026-07-19T04:18:19.444ZDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
55902026-07-19T04:18:19.444Z
55912026-07-19T04:18:19.444ZJul 19 04:18:17.918Jul 19 04:18:17.918 Jul 19 04:18:17.918 Jul 19 04:18:17.918DEBG INFOINFO INFOadding route 172.17.0.63/32 -> 10.0.0.255 Jul 19 04:18:17.918
55922026-07-19T04:18:19.444Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55932026-07-19T04:18:19.444Z
55942026-07-19T04:18:19.444ZDEBG adding route 172.17.0.60/32 -> 10.0.0.255failed to allocate space for the new target list
55952026-07-19T04:18:19.444ZJul 19 04:18:17.918Jul 19 04:18:17.918
55962026-07-19T04:18:19.444Z Jul 19 04:18:17.918INFODEBG 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.50/32 -> 10.0.0.255
55972026-07-19T04:18:19.444Z Jul 19 04:18:17.918
55982026-07-19T04:18:19.444ZDEBGreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.918
55992026-07-19T04:18:19.444Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:18:17.918
56002026-07-19T04:18:19.444Z Jul 19 04:18:17.918DEBG 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 } }]failed to allocate space for the new target listreplacing 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 } }]
56012026-07-19T04:18:19.444Z
56022026-07-19T04:18:19.444Z
56032026-07-19T04:18:19.444Ztest route::tests::delete_targets_fragmented ... ok
56042026-07-19T04:18:19.444ZJul 19 04:18:17.918 DEBGJul 19 04:18:17.918 Jul 19 04:18:17.918replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.918
56052026-07-19T04:18:19.444Z DEBG 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56062026-07-19T04:18:19.444ZJul 19 04:18:17.918
56072026-07-19T04:18:19.444Z INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:18:17.918
56082026-07-19T04:18:19.444ZJul 19 04:18:17.918 adding route 172.17.0.61/32 -> 10.0.0.255DEBG Jul 19 04:18:17.918
56092026-07-19T04:18:19.444Z failed to allocate space for the new target listDEBG
56102026-07-19T04:18:19.444Z 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
56112026-07-19T04:18:19.444Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:18:17.918
56122026-07-19T04:18:19.444Z 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 } }]Jul 19 04:18:17.918
56132026-07-19T04:18:19.444ZJul 19 04:18:17.918 Jul 19 04:18:17.903DEBGINFO DEBG Jul 19 04:18:17.918created new freemap replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
56142026-07-19T04:18:19.444Z , adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255unit
56152026-07-19T04:18:19.444Z
56162026-07-19T04:18:19.444Z: freemap_route_ipv4
56172026-07-19T04:18:19.444ZJul 19 04:18:17.919 Jul 19 04:18:17.919INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:18:17.919
56182026-07-19T04:18:19.444Z DEBGJul 19 04:18:17.911 created new freemapreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.919, unit
56192026-07-19T04:18:19.444Z: Jul 19 04:18:17.919 DEBGDEBGfreemap_route_ipv6DEBG Jul 19 04:18:17.919
56202026-07-19T04:18:19.444Zreplacing 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 } }]
56212026-07-19T04:18:19.444Z DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
56222026-07-19T04:18:19.444Z , Jul 19 04:18:17.919failed to allocate space for the new target listJul 19 04:18:17.919
56232026-07-19T04:18:19.444Z Jul 19 04:18:17.919 INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255unitDEBG
56242026-07-19T04:18:19.444Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
56252026-07-19T04:18:19.444Z freemap_route_ipv4initted freemap. size: 64,
56262026-07-19T04:18:19.444ZunitJul 19 04:18:17.919Jul 19 04:18:17.919: Jul 19 04:18:17.919 freemap_route_ipv4DEBG Jul 19 04:18:17.919 DEBG
56272026-07-19T04:18:19.444ZDEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
56282026-07-19T04:18:19.445Z created new freemap
56292026-07-19T04:18:19.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 } }], unit
56302026-07-19T04:18:19.445Z:Jul 19 04:18:17.919Jul 19 04:18:17.919 freemap_route_ipv6DEBG
56312026-07-19T04:18:19.445Z Jul 19 04:18:17.919reset freemap , INFOJul 19 04:18:17.919 unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG:
56322026-07-19T04:18:19.445Zinitted freemap. size: 64freemap_route_ipv4INFO
56332026-07-19T04:18:19.445Zadding route 172.17.0.54/32 -> 10.0.0.255, unitJul 19 04:18:17.919:
56342026-07-19T04:18:19.445ZDEBGfreemap_route_ipv4Jul 19 04:18:17.919
56352026-07-19T04:18:19.445Z 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 } }]Jul 19 04:18:17.919 Jul 19 04:18:17.919
56362026-07-19T04:18:19.445Z DEBGinitted freemap. size: 64 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBG
56372026-07-19T04:18:19.445Zunit reset freemap:, freemap_route_ipv6unitJul 19 04:18:17.919
56382026-07-19T04:18:19.445Z DEBG: failed to allocate space for the new target listJul 19 04:18:17.919freemap_route_ipv4
56392026-07-19T04:18:19.445ZINFO
56402026-07-19T04:18:19.449Z adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:18:17.919
56412026-07-19T04:18:19.449Z Jul 19 04:18:17.919DEBG Jul 19 04:18:17.919Jul 19 04:18:17.919 DEBGDEBGDEBG initted freemap. size: 64 reset freemap, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unitreplacing 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 } }], :
56422026-07-19T04:18:19.449Z
56432026-07-19T04:18:19.449Zfreemap_route_ipv6
56442026-07-19T04:18:19.450Zunit: Jul 19 04:18:17.919freemap_route_ipv6 Jul 19 04:18:17.919
56452026-07-19T04:18:19.450ZINFO DEBG adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.919
56462026-07-19T04:18:19.450Zreset freemap , INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:18:17.919freemap_route_ipv6
56472026-07-19T04:18:19.450ZDEBG
56482026-07-19T04:18:19.450Zreplacing 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 } }]
56492026-07-19T04:18:19.450ZJul 19 04:18:17.919 Jul 19 04:18:17.919DEBG Jul 19 04:18:17.919 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 } }]
56502026-07-19T04:18:19.450Zadding route 3fff:dead::/64 -> 2001:db8::55:1
56512026-07-19T04:18:19.450ZINFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:18:17.919
56522026-07-19T04:18:19.450Z Jul 19 04:18:17.919INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 Jul 19 04:18:17.919replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
56532026-07-19T04:18:19.450Z
56542026-07-19T04:18:19.450ZDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.919
56552026-07-19T04:18:19.450ZJul 19 04:18:17.919 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 } }]Jul 19 04:18:17.919adding route 3fff:dead::/64 -> 2001:db8::55:2
56562026-07-19T04:18:19.450ZINFO
56572026-07-19T04:18:19.450Z adding route 172.17.0.58/32 -> 10.0.0.255
56582026-07-19T04:18:19.450ZJul 19 04:18:17.919Jul 19 04:18:17.919 Jul 19 04:18:17.919 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
56592026-07-19T04:18:19.450Z
56602026-07-19T04:18:19.450ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56612026-07-19T04:18:19.450ZJul 19 04:18:17.919 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:18:17.919
56622026-07-19T04:18:19.450Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
56632026-07-19T04:18:19.450ZJul 19 04:18:17.919 DEBG Jul 19 04:18:17.919replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
56642026-07-19T04:18:19.450ZDEBG 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 } }]
56652026-07-19T04:18:19.450ZJul 19 04:18:17.919 Jul 19 04:18:17.919INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
56662026-07-19T04:18:19.450Zadding route 172.17.0.60/32 -> 10.0.0.255
56672026-07-19T04:18:19.450ZJul 19 04:18:17.919 Jul 19 04:18:17.919DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.919
56682026-07-19T04:18:19.450Z DEBG created new freemap, unit: Jul 19 04:18:17.925 freemap_route_ipv4DEBG
56692026-07-19T04:18:19.450Z failed to allocate space for the new target list
56702026-07-19T04:18:19.450Z
56712026-07-19T04:18:19.450ZJul 19 04:18:17.925 DEBG created new freemap, unit: freemap_route_ipv6
56722026-07-19T04:18:19.450ZJul 19 04:18:17.925 DEBGJul 19 04:18:17.925 replacing targets for 172.16.0.0/32 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
56732026-07-19T04:18:19.450Z initted freemap. size: 64Jul 19 04:18:17.925, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
56742026-07-19T04:18:19.450Z
56752026-07-19T04:18:19.450ZJul 19 04:18:17.925Jul 19 04:18:17.919 DEBG DEBGreset freemap , created new freemapunit: , freemap_route_ipv4unit
56762026-07-19T04:18:19.450Z: freemap_route_ipv4
56772026-07-19T04:18:19.450ZJul 19 04:18:17.925 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
56782026-07-19T04:18:19.450ZJul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
56792026-07-19T04:18:19.450Z
56802026-07-19T04:18:19.450ZJul 19 04:18:17.925Jul 19 04:18:17.925 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64
56812026-07-19T04:18:19.450Z, unit: freemap_route_ipv4Jul 19 04:18:17.925
56822026-07-19T04:18:19.451Z 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 } }]
56832026-07-19T04:18:19.451ZJul 19 04:18:17.925 DEBG reset freemapJul 19 04:18:17.925, unitINFO: adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4
56842026-07-19T04:18:19.451Z
56852026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. size: 64
56862026-07-19T04:18:19.451Z, unit: freemap_route_ipv6Jul 19 04:18:17.925
56872026-07-19T04:18:19.451Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
56882026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 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 } }]DEBG
56892026-07-19T04:18:19.451Z reset freemap, unit:Jul 19 04:18:17.925 INFO adding route 172.16.0.0/32 -> 10.0.0.2
56902026-07-19T04:18:19.451Zfreemap_route_ipv6
56912026-07-19T04:18:19.451ZJul 19 04:18:17.925 Jul 19 04:18:17.925INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
56922026-07-19T04:18:19.451Zreplacing 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 } }]
56932026-07-19T04:18:19.451ZJul 19 04:18:17.925 Jul 19 04:18:17.925DEBG 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 } }]
56942026-07-19T04:18:19.451Zadding route 172.17.0.0/32 -> 10.0.0.255
56952026-07-19T04:18:19.451ZJul 19 04:18:17.925 Jul 19 04:18:17.925INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
56962026-07-19T04:18:19.451Zreplacing 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 } }]
56972026-07-19T04:18:19.451ZJul 19 04:18:17.925 Jul 19 04:18:17.925DEBG 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 } }]
56982026-07-19T04:18:19.451ZJul 19 04:18:17.925 INFOadding route 172.17.0.1/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3
56992026-07-19T04:18:19.451Z
57002026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57012026-07-19T04:18:19.451Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
57022026-07-19T04:18:19.451Z
57032026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
57042026-07-19T04:18:19.451Z
57052026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
57062026-07-19T04:18:19.451Z
57072026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
57082026-07-19T04:18:19.451Z
57092026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 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 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 } }]
57102026-07-19T04:18:19.451Z
57112026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
57122026-07-19T04:18:19.451Z
57132026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
57142026-07-19T04:18:19.451Z
57152026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
57162026-07-19T04:18:19.451Z
57172026-07-19T04:18:19.451ZJul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57182026-07-19T04:18:19.451ZJul 19 04:18:17.926 DEBG created new freemap, unit: freemap_route_ipv4Jul 19 04:18:17.932
57192026-07-19T04:18:19.451Z INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:18:17.932
57202026-07-19T04:18:19.451Z DEBG created new freemap
57212026-07-19T04:18:19.452Z, Jul 19 04:18:17.932unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
57222026-07-19T04:18:19.452Z
57232026-07-19T04:18:19.452Z INFO adding route 172.17.0.6/32 -> 10.0.0.255
57242026-07-19T04:18:19.452ZJul 19 04:18:17.932Jul 19 04:18:17.932 DEBGINFO initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:18:17.932
57252026-07-19T04:18:19.452Z , DEBGunit :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 } }]
57262026-07-19T04:18:19.452Zfreemap_route_ipv4
57272026-07-19T04:18:19.452ZJul 19 04:18:17.932Jul 19 04:18:17.932Jul 19 04:18:17.932 DEBG reset freemap, unit: freemap_route_ipv4
57282026-07-19T04:18:19.452Z DEBG Jul 19 04:18:17.932 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
57292026-07-19T04:18:19.452Z initted freemap. size: 64, unitJul 19 04:18:17.932: INFOfreemap_route_ipv6
57302026-07-19T04:18:19.452Zadding route 172.17.0.5/32 -> 10.0.0.255
57312026-07-19T04:18:19.452ZJul 19 04:18:17.932 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 } }]
57322026-07-19T04:18:19.452ZJul 19 04:18:17.932 DEBG Jul 19 04:18:17.932reset freemap , INFOunit :adding route 172.17.0.6/32 -> 10.0.0.255
57332026-07-19T04:18:19.452Zfreemap_route_ipv6
57342026-07-19T04:18:19.452ZJul 19 04:18:17.932 INFO adding route 172.16.0.0/32 -> 10.0.0.1
57352026-07-19T04:18:19.452ZJul 19 04:18:17.932 Jul 19 04:18:17.932DEBG 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 } }]
57362026-07-19T04:18:19.452Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
57372026-07-19T04:18:19.452ZJul 19 04:18:17.932 INFO adding route 172.16.0.0/32 -> 10.0.0.2
57382026-07-19T04:18:19.452ZJul 19 04:18:17.932 INFOJul 19 04:18:17.932 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
57392026-07-19T04:18:19.452Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
57402026-07-19T04:18:19.497ZJul 19 04:18:17.932 INFO adding route 172.16.0.0/32 -> 10.0.0.3
57412026-07-19T04:18:19.497ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57422026-07-19T04:18:19.497Z 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 } }]
57432026-07-19T04:18:19.498ZJul 19 04:18:17.932Jul 19 04:18:17.932 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
57442026-07-19T04:18:19.498Z
57452026-07-19T04:18:19.498ZJul 19 04:18:17.932 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 } }]
57462026-07-19T04:18:19.498ZJul 19 04:18:17.932 Jul 19 04:18:17.932DEBG 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 } }]
57472026-07-19T04:18:19.498Zreplacing targets for 172.16.0.0/32 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 } }]
57482026-07-19T04:18:19.498ZJul 19 04:18:17.932 INFO adding route 172.17.0.9/32 -> 10.0.0.255
57492026-07-19T04:18:19.498Z INFO Jul 19 04:18:17.932adding route 172.17.0.7/32 -> 10.0.0.255
57502026-07-19T04:18:19.498ZDEBG 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 } }]
57512026-07-19T04:18:19.498ZJul 19 04:18:17.932 Jul 19 04:18:17.932DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57522026-07-19T04:18:19.498Zadding route 172.17.0.10/32 -> 10.0.0.255
57532026-07-19T04:18:19.498ZJul 19 04:18:17.932Jul 19 04:18:17.932 INFODEBG adding route 172.17.0.8/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 } }]
57542026-07-19T04:18:19.498Z
57552026-07-19T04:18:19.498ZJul 19 04:18:17.932Jul 19 04:18:17.932 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.11/32 -> 10.0.0.255
57562026-07-19T04:18:19.498Z
57572026-07-19T04:18:19.498ZJul 19 04:18:17.932Jul 19 04:18:17.932 INFODEBG adding route 172.17.0.9/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 } }]
57582026-07-19T04:18:19.498Z
57592026-07-19T04:18:19.498ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57602026-07-19T04:18:19.498Z INFO adding route 172.17.0.12/32 -> 10.0.0.255
57612026-07-19T04:18:19.498ZJul 19 04:18:17.932Jul 19 04:18:17.932 INFODEBG 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 } }]
57622026-07-19T04:18:19.498Z adding route 172.17.0.10/32 -> 10.0.0.255Jul 19 04:18:17.932
57632026-07-19T04:18:19.498Z INFO adding route 172.17.0.13/32 -> 10.0.0.255
57642026-07-19T04:18:19.498ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57652026-07-19T04:18:19.498Z 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 } }]
57662026-07-19T04:18:19.498ZJul 19 04:18:17.932 INFO adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:18:17.932
57672026-07-19T04:18:19.498Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
57682026-07-19T04:18:19.498ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
57692026-07-19T04:18:19.498Z 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 } }]
57702026-07-19T04:18:19.498ZJul 19 04:18:17.932 INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.932
57712026-07-19T04:18:19.498Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
57722026-07-19T04:18:19.498ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57732026-07-19T04:18:19.498Z 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 } }]
57742026-07-19T04:18:19.498ZJul 19 04:18:17.932 INFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:18:17.932
57752026-07-19T04:18:19.498Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
57762026-07-19T04:18:19.498ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57772026-07-19T04:18:19.498Z 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 } }]
57782026-07-19T04:18:19.498ZJul 19 04:18:17.932 INFO adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:18:17.932
57792026-07-19T04:18:19.498Z INFO adding route 172.17.0.17/32 -> 10.0.0.255
57802026-07-19T04:18:19.498ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
57812026-07-19T04:18:19.499Z 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 } }]
57822026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:18:17.932
57832026-07-19T04:18:19.499Z INFO adding route 172.17.0.18/32 -> 10.0.0.255
57842026-07-19T04:18:19.499ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57852026-07-19T04:18:19.499Z 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 } }]
57862026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:18:17.932
57872026-07-19T04:18:19.499Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
57882026-07-19T04:18:19.499ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
57892026-07-19T04:18:19.499Z 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 } }]
57902026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:18:17.932
57912026-07-19T04:18:19.499Z INFO adding route 172.17.0.20/32 -> 10.0.0.255
57922026-07-19T04:18:19.499ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
57932026-07-19T04:18:19.499Z 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 } }]
57942026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:18:17.932
57952026-07-19T04:18:19.499Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
57962026-07-19T04:18:19.499ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
57972026-07-19T04:18:19.499Z 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 } }]
57982026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:18:17.932
57992026-07-19T04:18:19.499Z INFO adding route 172.17.0.22/32 -> 10.0.0.255
58002026-07-19T04:18:19.499ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
58012026-07-19T04:18:19.499Z 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 } }]
58022026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:18:17.932
58032026-07-19T04:18:19.499Z INFO adding route 172.17.0.23/32 -> 10.0.0.255
58042026-07-19T04:18:19.499ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
58052026-07-19T04:18:19.499Z 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 } }]
58062026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:18:17.932
58072026-07-19T04:18:19.499Z INFO adding route 172.17.0.24/32 -> 10.0.0.255
58082026-07-19T04:18:19.499ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
58092026-07-19T04:18:19.499Z 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 } }]
58102026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:18:17.932
58112026-07-19T04:18:19.499Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
58122026-07-19T04:18:19.499ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
58132026-07-19T04:18:19.499Z 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 } }]
58142026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 19 04:18:17.932
58152026-07-19T04:18:19.499Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
58162026-07-19T04:18:19.499ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
58172026-07-19T04:18:19.499Z 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 } }]
58182026-07-19T04:18:19.499ZJul 19 04:18:17.932 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.932
58192026-07-19T04:18:19.499Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
58202026-07-19T04:18:19.500ZJul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932
58212026-07-19T04:18:19.500Z 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 } }]
58222026-07-19T04:18:19.500ZJul 19 04:18:17.932 INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:18:17.932
58232026-07-19T04:18:19.500Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
58242026-07-19T04:18:19.500ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
58252026-07-19T04:18:19.500Z 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 } }]
58262026-07-19T04:18:19.500ZJul 19 04:18:17.932 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:18:17.932
58272026-07-19T04:18:19.500Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
58282026-07-19T04:18:19.500ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
58292026-07-19T04:18:19.500Z 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 } }]
58302026-07-19T04:18:19.500ZJul 19 04:18:17.932 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:18:17.932
58312026-07-19T04:18:19.500Z INFO adding route 172.17.0.30/32 -> 10.0.0.255
58322026-07-19T04:18:19.500ZJul 19 04:18:17.932 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932
58332026-07-19T04:18:19.500Z 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 } }]
58342026-07-19T04:18:19.500ZJul 19 04:18:17.939 INFO adding route 172.17.0.31/32 -> 10.0.0.255
58352026-07-19T04:18:19.500ZJul 19 04:18:17.939 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 } }]
58362026-07-19T04:18:19.500ZJul 19 04:18:17.939 INFO adding route 172.17.0.32/32 -> 10.0.0.255
58372026-07-19T04:18:19.500ZJul 19 04:18:17.939 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 } }]
58382026-07-19T04:18:19.500ZJul 19 04:18:17.939 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:18:17.932
58392026-07-19T04:18:19.500Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
58402026-07-19T04:18:19.506ZJul 19 04:18:17.939 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 } }]
58412026-07-19T04:18:19.506ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58422026-07-19T04:18:19.506Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
58432026-07-19T04:18:19.506ZJul 19 04:18:17.939 INFO adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:18:17.939
58442026-07-19T04:18:19.506Z 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 } }]
58452026-07-19T04:18:19.506ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58462026-07-19T04:18:19.506Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
58472026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:18:17.939
58482026-07-19T04:18:19.507Z 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 } }]
58492026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58502026-07-19T04:18:19.507Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
58512026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:18:17.939
58522026-07-19T04:18:19.507Z 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 } }]
58532026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58542026-07-19T04:18:19.507Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
58552026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.939
58562026-07-19T04:18:19.507Z 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 } }]
58572026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58582026-07-19T04:18:19.507Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
58592026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:18:17.939
58602026-07-19T04:18:19.507Z 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 } }]
58612026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58622026-07-19T04:18:19.507Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
58632026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:18:17.939
58642026-07-19T04:18:19.507Z 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 } }]
58652026-07-19T04:18:19.507ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
58662026-07-19T04:18:19.507Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
58672026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:18:17.939
58682026-07-19T04:18:19.507Z 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 } }]
58692026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58702026-07-19T04:18:19.507Z INFO adding route 172.17.0.41/32 -> 10.0.0.255
58712026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:18:17.939
58722026-07-19T04:18:19.507Z 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 } }]
58732026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58742026-07-19T04:18:19.507Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
58752026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:18:17.939
58762026-07-19T04:18:19.507Z 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 } }]
58772026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58782026-07-19T04:18:19.507Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
58792026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:18:17.939
58802026-07-19T04:18:19.507Z 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 } }]
58812026-07-19T04:18:19.507ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58822026-07-19T04:18:19.507Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
58832026-07-19T04:18:19.507ZJul 19 04:18:17.939 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:18:17.939
58842026-07-19T04:18:19.507Z 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 } }]
58852026-07-19T04:18:19.507ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
58862026-07-19T04:18:19.508Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
58872026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:18:17.939
58882026-07-19T04:18:19.508Z 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 } }]
58892026-07-19T04:18:19.508ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
58902026-07-19T04:18:19.508Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
58912026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:18:17.939
58922026-07-19T04:18:19.508Z 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 } }]
58932026-07-19T04:18:19.508ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
58942026-07-19T04:18:19.508Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
58952026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:18:17.939
58962026-07-19T04:18:19.508Z 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 } }]
58972026-07-19T04:18:19.508ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
58982026-07-19T04:18:19.508Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
58992026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:18:17.939
59002026-07-19T04:18:19.508Ztest route::tests::delete_target_fragmented ... ok
59012026-07-19T04:18:19.508Z 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 } }]
59022026-07-19T04:18:19.508ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
59032026-07-19T04:18:19.508Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
59042026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:18:17.939
59052026-07-19T04:18:19.508Z 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 } }]
59062026-07-19T04:18:19.508ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
59072026-07-19T04:18:19.508Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
59082026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:18:17.939
59092026-07-19T04:18:19.508Ztest route::tests::delete_targets_full ... ok
59102026-07-19T04:18:19.508Z 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 } }]
59112026-07-19T04:18:19.508Z
59122026-07-19T04:18:19.508ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
59132026-07-19T04:18:19.508Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
59142026-07-19T04:18:19.508Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
59152026-07-19T04:18:19.508Z
59162026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:18:17.939
59172026-07-19T04:18:19.508Z 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 } }]
59182026-07-19T04:18:19.508ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59192026-07-19T04:18:19.508Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
59202026-07-19T04:18:19.508ZJul 19 04:18:17.939 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:18:17.939
59212026-07-19T04:18:19.508Z 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 } }]
59222026-07-19T04:18:19.509ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59232026-07-19T04:18:19.509Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
59242026-07-19T04:18:19.509ZJul 19 04:18:17.939 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:18:17.939
59252026-07-19T04:18:19.509Z 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 } }]
59262026-07-19T04:18:19.509ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59272026-07-19T04:18:19.509Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
59282026-07-19T04:18:19.509ZJul 19 04:18:17.939 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:18:17.939
59292026-07-19T04:18:19.509Z DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59302026-07-19T04:18:19.509Z 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 } }]
59312026-07-19T04:18:19.509ZJul 19 04:18:17.939 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:18:17.939
59322026-07-19T04:18:19.509Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
59332026-07-19T04:18:19.509ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59342026-07-19T04:18:19.509Z 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 } }]
59352026-07-19T04:18:19.509ZJul 19 04:18:17.939 INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.939
59362026-07-19T04:18:19.509Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
59372026-07-19T04:18:19.509ZJul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939
59382026-07-19T04:18:19.509Z 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 } }]Jul 19 04:18:17.939
59392026-07-19T04:18:19.509Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
59402026-07-19T04:18:19.513ZJul 19 04:18:17.939 INFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:18:17.939
59412026-07-19T04:18:19.513Z 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 } }]
59422026-07-19T04:18:19.513ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59432026-07-19T04:18:19.513Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
59442026-07-19T04:18:19.514ZJul 19 04:18:17.939 INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:18:17.939
59452026-07-19T04:18:19.514Z 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 } }]
59462026-07-19T04:18:19.514ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59472026-07-19T04:18:19.514Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
59482026-07-19T04:18:19.514ZJul 19 04:18:17.939 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:18:17.939
59492026-07-19T04:18:19.514Z 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 } }]
59502026-07-19T04:18:19.514ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59512026-07-19T04:18:19.514Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
59522026-07-19T04:18:19.514ZJul 19 04:18:17.939 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:18:17.939
59532026-07-19T04:18:19.514Z DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59542026-07-19T04:18:19.514Z DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939
59552026-07-19T04:18:19.514Z DEBG failed to allocate space for the new target list
59562026-07-19T04:18:19.514ZJul 19 04:18:17.939 INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.939
59572026-07-19T04:18:19.514Z 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 } }]
59582026-07-19T04:18:19.514ZJul 19 04:18:17.939 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59592026-07-19T04:18:19.514ZJul 19 04:18:17.946 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59602026-07-19T04:18:19.514ZJul 19 04:18:17.946 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59612026-07-19T04:18:19.514ZJul 19 04:18:17.946 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59622026-07-19T04:18:19.514ZJul 19 04:18:17.946 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59632026-07-19T04:18:19.514ZJul 19 04:18:17.946 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59642026-07-19T04:18:19.514ZJul 19 04:18:17.946 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59652026-07-19T04:18:19.514ZJul 19 04:18:17.946 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59662026-07-19T04:18:19.514ZJul 19 04:18:17.946 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59672026-07-19T04:18:19.514ZJul 19 04:18:17.946 DEBG failed to allocate space for the new target list
59682026-07-19T04:18:19.514ZJul 19 04:18:17.946 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
59692026-07-19T04:18:19.514Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-57718306204a8432)
59702026-07-19T04:18:19.514Z
59712026-07-19T04:18:19.514Zrunning 0 tests
59722026-07-19T04:18:19.514Z
59732026-07-19T04:18:19.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-07-19T04:18:19.514Z
59752026-07-19T04:18:19.514Z Running unittests src/lib.rs (target/debug/deps/dpd_api-03e4d7ef1e7776bf)
59762026-07-19T04:18:19.514Z
59772026-07-19T04:18:19.514Zrunning 0 tests
59782026-07-19T04:18:19.514Z
59792026-07-19T04:18:19.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-07-19T04:18:19.514Z
59812026-07-19T04:18:19.514Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1aebac0d8152084e)
59822026-07-19T04:18:19.514Z
59832026-07-19T04:18:19.514Zrunning 6 tests
59842026-07-19T04:18:19.515Ztest tests::test_full_lot_id_neither_present ... ok
59852026-07-19T04:18:19.515Ztest tests::test_full_lot_id_lotnum_only ... ok
59862026-07-19T04:18:19.515Ztest tests::test_full_lot_id_both_present ... ok
59872026-07-19T04:18:19.515Ztest tests::test_full_lot_id_lot_only ... ok
59882026-07-19T04:18:19.515Ztest tests::test_parse_client_port_id ... ok
59892026-07-19T04:18:19.515Ztest tests::test_port_id_cmp ... ok
59902026-07-19T04:18:19.515Z
59912026-07-19T04:18:19.515Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-07-19T04:18:19.515Z
59932026-07-19T04:18:19.515Z Running tests/test_all.rs (target/debug/deps/test_all-86fb014b774c9a94)
59942026-07-19T04:18:19.515Z
59952026-07-19T04:18:19.515Zrunning 0 tests
59962026-07-19T04:18:19.515Z
59972026-07-19T04:18:19.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-07-19T04:18:19.515Z
59992026-07-19T04:18:19.515Z Running unittests src/lib.rs (target/debug/deps/dpd_types-073f63e8fe3edb2d)
60002026-07-19T04:18:19.515Z
60012026-07-19T04:18:19.515Zrunning 0 tests
60022026-07-19T04:18:19.515Z
60032026-07-19T04:18:19.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-07-19T04:18:19.515Z
60052026-07-19T04:18:19.515Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-df939c530e55054a)
60062026-07-19T04:18:19.515Z
60072026-07-19T04:18:19.515Zrunning 0 tests
60082026-07-19T04:18:19.515Z
60092026-07-19T04:18:19.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60102026-07-19T04:18:19.515Z
60112026-07-19T04:18:19.515Z Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc)
60122026-07-19T04:18:19.515Z
60132026-07-19T04:18:19.515Zrunning 12 tests
60142026-07-19T04:18:19.515Ztest icmp::test_v6_checksum ... ok
60152026-07-19T04:18:19.515Ztest icmp::test_v4_checksum ... ok
60162026-07-19T04:18:19.515Ztest lldp::test_lldp_parse ... ok
60172026-07-19T04:18:19.515Ztest ipv6::test_ipv6_parse ... ok
60182026-07-19T04:18:19.516Ztest pbuf::test_byte ... ok
60192026-07-19T04:18:19.516Ztest pbuf::test_nibble ... ok
60202026-07-19T04:18:19.516Ztest pbuf::test_overflow ... ok
60212026-07-19T04:18:19.516Ztest pbuf::test_short ... ok
60222026-07-19T04:18:19.516Ztest pbuf::test_twelve ... ok
60232026-07-19T04:18:19.516Ztest pbuf::test_word ... ok
60242026-07-19T04:18:19.516Ztest tcp::test_checksum_ack_data ... ok
60252026-07-19T04:18:19.516Ztest tcp::test_checksum_syn_nodata ... ok
60262026-07-19T04:18:19.516Z
60272026-07-19T04:18:19.516Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-07-19T04:18:19.516Z
60292026-07-19T04:18:19.516Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60302026-07-19T04:18:19.516Z
60312026-07-19T04:18:19.516Zrunning 0 tests
60322026-07-19T04:18:19.516Z
60332026-07-19T04:18:19.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342026-07-19T04:18:19.516Z
60352026-07-19T04:18:19.516Z Running unittests src/main.rs (target/debug/deps/swadm-6cf97abe0d54d7a6)
60362026-07-19T04:18:19.516Z
60372026-07-19T04:18:19.516Zrunning 5 tests
60382026-07-19T04:18:19.516Ztest switchport::test::test_compute_lanes ... ok
60392026-07-19T04:18:19.516Ztest switchport::test::port_id_ordering ... ok
60402026-07-19T04:18:19.521Z Lane 0 Lane 1 Lane 2 Lane 3
60412026-07-19T04:18:19.521Z Rx Loss-of-lock: Yes Lane 0 Yes Yes Lane 1Yes
60422026-07-19T04:18:19.521ZLane 2 Rx Loss-of-signal: Yes Lane 3Yes
60432026-07-19T04:18:19.521ZYes Yes State: Activated
60442026-07-19T04:18:19.521Z Rx CDR Enabled: YesActivated Yes ActivatedYes ActivatedYes
60452026-07-19T04:18:19.521Z
60462026-07-19T04:18:19.521Z Tx Enabled: Yes Rx Output Enabled: false Yes false Yes Yesfalse
60472026-07-19T04:18:19.521Z Tx Loss-of-lock: Nofalse
60482026-07-19T04:18:19.521ZNo Rx Output Status: valid Novalid Novalid
60492026-07-19T04:18:19.521Z valid Tx Loss-of-signal: No
60502026-07-19T04:18:19.521Z No Rx Loss-of-lock: true trueNo No
60512026-07-19T04:18:19.521Ztrue Tx CDR Enabled: No true
60522026-07-19T04:18:19.521ZNo No Rx Loss-of-signal: false Nofalse
60532026-07-19T04:18:19.521Z Tx Adaptive EQ Fault: Nofalse Nofalse
60542026-07-19T04:18:19.521ZNo Rx Auto-squelch Disable: trueNo
60552026-07-19T04:18:19.521Ztrue Tx Fault: Yestrue true
60562026-07-19T04:18:19.521ZYes Tx Output Enabled: trueYes Yes
60572026-07-19T04:18:19.521Ztrue true true
60582026-07-19T04:18:19.521Z Tx Output Status: invalid invalid invalid invalid
60592026-07-19T04:18:19.521Z Tx Loss-of-lock: false false false false
60602026-07-19T04:18:19.521Z Tx Loss-of-signal: true true true true
60612026-07-19T04:18:19.521ZTx Auto-squelch Disable: false false false false
60622026-07-19T04:18:19.521Z Tx Adaptive EQ Fail: true true true true
60632026-07-19T04:18:19.521Z Tx Failure: false false false false
60642026-07-19T04:18:19.521Z Tx Force Squelch: true true true true
60652026-07-19T04:18:19.521Z Tx Input Polarity: normal normal normal normal
60662026-07-19T04:18:19.522Ztest switchport::test::test_print_sff_datapath ... ok
60672026-07-19T04:18:19.522Ztest switchport::test::test_print_cmis_datapath ... ok
60682026-07-19T04:18:19.522Ztest link::test_filter ... ok
60692026-07-19T04:18:19.522Z
60702026-07-19T04:18:19.522Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60712026-07-19T04:18:19.522Z
60722026-07-19T04:18:19.522Z Running tests/counters.rs (target/debug/deps/counters-5243b102b29341bc)
60732026-07-19T04:18:19.522Z
60742026-07-19T04:18:19.522Zrunning 1 test
60752026-07-19T04:18:19.522Ztest test_p4_counter_list ... ignored
60762026-07-19T04:18:19.522Z
60772026-07-19T04:18:19.522Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-07-19T04:18:19.522Z
60792026-07-19T04:18:19.522Z Running tests/port-link.rs (target/debug/deps/port_link-59282b7ee4ab4215)
60802026-07-19T04:18:19.522Z
60812026-07-19T04:18:19.522Zrunning 5 tests
60822026-07-19T04:18:19.522Ztest test_an ... ignored
60832026-07-19T04:18:19.522Ztest test_enable ... ignored
60842026-07-19T04:18:19.522Ztest test_ip_addresses ... ignored
60852026-07-19T04:18:19.522Ztest test_kr ... ignored
60862026-07-19T04:18:19.522Ztest test_mac ... ignored
60872026-07-19T04:18:19.522Z
60882026-07-19T04:18:19.522Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892026-07-19T04:18:19.522Z
60902026-07-19T04:18:19.522Z Running unittests src/main.rs (target/debug/deps/tfportd-25c710778444a5a9)
60912026-07-19T04:18:19.522Z
60922026-07-19T04:18:19.522Zrunning 3 tests
60932026-07-19T04:18:19.522Ztest linklocal::test_parse_ipadm ... ok
60942026-07-19T04:18:19.522Ztest tfport::test_parse_tfport ... ok
60952026-07-19T04:18:19.522Ztest config::tests::test_updates ... ok
60962026-07-19T04:18:19.522Z
60972026-07-19T04:18:19.522Z Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a)
60982026-07-19T04:18:19.522Z Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea)
60992026-07-19T04:18:19.522Z Doc-tests aal
61002026-07-19T04:18:19.522Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61012026-07-19T04:18:19.522Z
61022026-07-19T04:18:19.522Z
61032026-07-19T04:18:19.522Zrunning 0 tests
61042026-07-19T04:18:19.522Z
61052026-07-19T04:18:19.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61062026-07-19T04:18:19.523Z
61072026-07-19T04:18:19.523Z
61082026-07-19T04:18:19.523Zrunning 0 tests
61092026-07-19T04:18:19.523Z
61102026-07-19T04:18:19.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112026-07-19T04:18:19.523Z
61122026-07-19T04:18:19.617Z
61132026-07-19T04:18:19.617Zrunning 0 tests
61142026-07-19T04:18:19.617Z
61152026-07-19T04:18:19.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-07-19T04:18:19.617Z
61172026-07-19T04:18:19.635Z Doc-tests aal_macros
61182026-07-19T04:18:19.709Z
61192026-07-19T04:18:19.709Zrunning 0 tests
61202026-07-19T04:18:19.709Z
61212026-07-19T04:18:19.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-07-19T04:18:19.709Z
61232026-07-19T04:18:19.719Z Doc-tests common
61242026-07-19T04:18:19.958Z
61252026-07-19T04:18:19.958Zrunning 0 tests
61262026-07-19T04:18:19.958Z
61272026-07-19T04:18:19.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-07-19T04:18:19.958Z
61292026-07-19T04:18:19.980Z Doc-tests dpd_api
61302026-07-19T04:18:20.733Z
61312026-07-19T04:18:20.733Zrunning 2 tests
61322026-07-19T04:18:20.733Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61332026-07-19T04:18:20.733Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61342026-07-19T04:18:20.734Z
61352026-07-19T04:18:20.734Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-07-19T04:18:20.734Z
61372026-07-19T04:18:20.766Z Doc-tests dpd_client
61382026-07-19T04:18:22.045Z
61392026-07-19T04:18:22.045Zrunning 0 tests
61402026-07-19T04:18:22.045Z
61412026-07-19T04:18:22.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-07-19T04:18:22.045Z
61432026-07-19T04:18:22.094Z Doc-tests dpd_types
61442026-07-19T04:18:22.308Z
61452026-07-19T04:18:22.308Zrunning 0 tests
61462026-07-19T04:18:22.308Z
61472026-07-19T04:18:22.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-07-19T04:18:22.308Z
61492026-07-19T04:18:22.335Z Doc-tests dpd_types_versions
61502026-07-19T04:18:23.543Z
61512026-07-19T04:18:23.543Zrunning 1 test
61522026-07-19T04:18:23.543Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61532026-07-19T04:18:23.543Z
61542026-07-19T04:18:23.543Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-07-19T04:18:23.543Z
61562026-07-19T04:18:23.590Z Doc-tests packet
61572026-07-19T04:18:23.705Z
61582026-07-19T04:18:23.705Zrunning 0 tests
61592026-07-19T04:18:23.705Z
61602026-07-19T04:18:23.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-07-19T04:18:23.705Z
61622026-07-19T04:18:23.721Z Doc-tests pcap
61632026-07-19T04:18:23.773Z
61642026-07-19T04:18:23.773Zrunning 0 tests
61652026-07-19T04:18:23.773Z
61662026-07-19T04:18:23.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61672026-07-19T04:18:23.774Z
61682026-07-19T04:18:23.821Z+ for feat in tofino_stub tofino_asic softnpu chaos
61692026-07-19T04:18:23.821Z+ RUST_BACKTRACE=full
61702026-07-19T04:18:23.821Z+ cargo test --features softnpu --no-fail-fast
61712026-07-19T04:18:24.472Z Compiling num-integer v0.1.46
61722026-07-19T04:18:24.560Z Compiling num-complex v0.4.6
61732026-07-19T04:18:24.609Z Compiling bitstruct_derive v0.1.0
61742026-07-19T04:18:24.612Z Compiling tap v1.0.1
61752026-07-19T04:18:24.734Z Compiling wyz v0.5.1
61762026-07-19T04:18:24.854Z Compiling num-iter v0.1.45
61772026-07-19T04:18:24.894Z Compiling num-rational v0.4.2
61782026-07-19T04:18:24.908Z Compiling num-bigint v0.4.6
61792026-07-19T04:18:24.990Z Compiling radium v0.7.0
61802026-07-19T04:18:25.003Z Compiling funty v2.0.0
61812026-07-19T04:18:25.093Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61822026-07-19T04:18:25.105Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-07-19T04:18:25.198Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61842026-07-19T04:18:25.306Z Compiling num v0.4.3
61852026-07-19T04:18:25.321Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-07-19T04:18:25.334Z Compiling bitvec v1.0.1
61872026-07-19T04:18:25.394Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61882026-07-19T04:18:25.404Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-07-19T04:18:25.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61902026-07-19T04:18:25.625Z Compiling typeid v1.0.3
61912026-07-19T04:18:25.659Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-07-19T04:18:25.670Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-07-19T04:18:25.745Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-07-19T04:18:26.009Z Compiling ascii v1.1.0
61952026-07-19T04:18:26.443Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-07-19T04:18:26.525Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-07-19T04:18:26.636Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-07-19T04:18:26.666Z Compiling erased-serde v0.4.8
61992026-07-19T04:18:26.849Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62002026-07-19T04:18:26.971Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62012026-07-19T04:18:27.010Z Compiling bitstruct v0.1.1
62022026-07-19T04:18:27.090Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62032026-07-19T04:18:27.113Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62042026-07-19T04:18:27.374Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62052026-07-19T04:18:27.600Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-07-19T04:18:27.637Z Compiling serde_arrays v0.1.0
62072026-07-19T04:18:27.659Z Compiling libloading v0.7.4
62082026-07-19T04:18:27.922Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-07-19T04:18:28.441Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62102026-07-19T04:18:28.725Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62112026-07-19T04:18:28.822Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62122026-07-19T04:18:29.838Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62132026-07-19T04:18:30.698Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62142026-07-19T04:18:37.028Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-07-19T04:18:37.264Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62162026-07-19T04:18:37.270Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-07-19T04:18:37.330Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62182026-07-19T04:18:37.618Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-07-19T04:18:37.875Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62202026-07-19T04:18:39.986Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62212026-07-19T04:18:40.009Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-07-19T04:18:42.460Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62232026-07-19T04:18:43.089Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62242026-07-19T04:18:44.455Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-07-19T04:18:46.627Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62262026-07-19T04:18:46.693Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62272026-07-19T04:18:47.401Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62282026-07-19T04:18:54.772Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-07-19T04:18:57.381Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-07-19T04:19:00.997Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-07-19T04:19:41.318Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
62322026-07-19T04:19:41.439Z Running unittests src/lib.rs (target/debug/deps/aal-b6ec39446a808010)
62332026-07-19T04:19:41.442Z
62342026-07-19T04:19:41.442Zrunning 5 tests
62352026-07-19T04:19:41.446Ztest fuse::tests::chip_revision_a0 ... ok
62362026-07-19T04:19:41.446Ztest fuse::tests::chip_revision_b0 ... ok
62372026-07-19T04:19:41.446Ztest fuse::tests::chip_revision_b1 ... ok
62382026-07-19T04:19:41.446Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62392026-07-19T04:19:41.446Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62402026-07-19T04:19:41.446Z
62412026-07-19T04:19:41.446Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-07-19T04:19:41.446Z
62432026-07-19T04:19:41.446Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62442026-07-19T04:19:41.449Z
62452026-07-19T04:19:41.449Zrunning 0 tests
62462026-07-19T04:19:41.450Z
62472026-07-19T04:19:41.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-07-19T04:19:41.450Z
62492026-07-19T04:19:41.450Z Running unittests src/lib.rs (target/debug/deps/asic-2dcc4eacd25d6c46)
62502026-07-19T04:19:41.453Z
62512026-07-19T04:19:41.453Zrunning 0 tests
62522026-07-19T04:19:41.453Z
62532026-07-19T04:19:41.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542026-07-19T04:19:41.453Z
62552026-07-19T04:19:41.453Z Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428)
62562026-07-19T04:19:41.457Z
62572026-07-19T04:19:41.457Zrunning 10 tests
62582026-07-19T04:19:41.460Ztest nat::tests::test_vni ... ok
62592026-07-19T04:19:41.460Ztest network::tests::test_equal ... ok
62602026-07-19T04:19:41.460Ztest network::tests::test_eui64 ... ok
62612026-07-19T04:19:41.460Ztest network::tests::test_not_equal ... ok
62622026-07-19T04:19:41.460Ztest network::tests::test_into ... ok
62632026-07-19T04:19:41.460Ztest network::tests::test_generate_ipv6_link_local ... ok
62642026-07-19T04:19:41.460Ztest network::tests::test_parse ... ok
62652026-07-19T04:19:41.460Ztest network::tests::test_to_string ... ok
62662026-07-19T04:19:41.460Ztest test_purge ... ok
62672026-07-19T04:19:41.463Ztest illumos::test::address_exists_handles_missing_object ... ok
62682026-07-19T04:19:41.463Z
62692026-07-19T04:19:41.463Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62702026-07-19T04:19:41.463Z
62712026-07-19T04:19:41.467Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-28f48e1977ca5b48)
62722026-07-19T04:19:41.470Z
62732026-07-19T04:19:41.470Zrunning 1 test
62742026-07-19T04:19:41.473Z -------
62752026-07-19T04:19:41.473Z Generating OpenAPI documents from API definitions ...
62762026-07-19T04:19:41.615Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62772026-07-19T04:19:41.684Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62782026-07-19T04:19:42.849Z -------
62792026-07-19T04:19:42.849Z Checking 12 OpenAPI documents...
62802026-07-19T04:19:42.849Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-07-19T04:19:42.849Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-07-19T04:19:42.849Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-07-19T04:19:42.849Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-07-19T04:19:42.849Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-07-19T04:19:42.849Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-07-19T04:19:42.849Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-07-19T04:19:42.849Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-07-19T04:19:42.867Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-07-19T04:19:42.867Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-07-19T04:19:42.867Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-07-19T04:19:42.868Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-07-19T04:19:42.868Z Fresh dpd "latest" symlink
62932026-07-19T04:19:42.868Z -------
62942026-07-19T04:19:42.868Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62952026-07-19T04:19:42.868Ztest test::test_apis_up_to_date ... ok
62962026-07-19T04:19:42.868Z
62972026-07-19T04:19:42.868Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
62982026-07-19T04:19:42.868Z
62992026-07-19T04:19:42.868Z Running unittests src/main.rs (target/debug/deps/dpd-ff4d0dced6a3a8f6)
63002026-07-19T04:19:42.868Z
63012026-07-19T04:19:42.868Zrunning 34 tests
63022026-07-19T04:19:42.868Ztest freemap::test_ordering ... ok
63032026-07-19T04:19:42.868Ztest config::tests::test_updates ... ok
63042026-07-19T04:19:42.868Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63052026-07-19T04:19:42.868Ztest freemap::test_split ... ok
63062026-07-19T04:19:42.868Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63072026-07-19T04:19:42.868Ztest macaddrs::tests::test_mac_offset ... ok
63082026-07-19T04:19:42.868Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63092026-07-19T04:19:42.868Ztest macaddrs::tests::test_parse_port_id ... ok
63102026-07-19T04:19:42.868Ztest nat::test_mapping ... ok
63112026-07-19T04:19:42.869Ztest port_map::tests::dump_map ... ok
63122026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBG created new freemapJul 19 04:19:41.345 DEBG , created new freemapunit:, unitfreemap_test: freemap_test
63132026-07-19T04:19:42.869Z
63142026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBGJul 19 04:19:41.345 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
63152026-07-19T04:19:42.869Z Jul 19 04:19:41.345freemap_test
63162026-07-19T04:19:42.869ZDEBGJul 19 04:19:41.345 created new freemapDEBG , Jul 19 04:19:41.345unitreset freemap , :unit DEBG:freemap_test reset freemapfreemap_test,
63172026-07-19T04:19:42.869Zunit
63182026-07-19T04:19:42.869Z: freemap_test
63192026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBG initted freemap. size: 128, unit: freemap_test
63202026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBG reset freemap, unit: freemap_test
63212026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBG created new freemap, unit: freemap_test
63222026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBG initted freemap. size: 128, unit: freemap_test
63232026-07-19T04:19:42.869ZJul 19 04:19:41.345 DEBG reset freemap, unit: freemap_test
63242026-07-19T04:19:42.869Ztest freemap::test_free ... ok
63252026-07-19T04:19:42.869Ztest freemap::test_exhaustion ... ok
63262026-07-19T04:19:42.869Ztest freemap::test_basic ... ok
63272026-07-19T04:19:42.869Ztest freemap::test_reclaim ... ok
63282026-07-19T04:19:42.869Ztest port_map::tests::test_backplane_group ... ok
63292026-07-19T04:19:42.869Ztest port_map::tests::test_port_map ... ok
63302026-07-19T04:19:42.869ZJul 19 04:19:41.346 DEBG created new freemap, unit: freemap_test
63312026-07-19T04:19:42.869ZJul 19 04:19:41.346 DEBG initted freemap. size: 8, unit: freemap_test
63322026-07-19T04:19:42.869ZJul 19 04:19:41.346 DEBG reset freemap, unit: freemap_test
63332026-07-19T04:19:42.869Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63342026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG created new freemap, unit: freemap_test
63352026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG initted freemap. size: 128, unit: freemap_test
63362026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG reset freemap, unit: freemap_test
63372026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG created new freemap, unit: freemap_route_ipv4
63382026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG created new freemap, Jul 19 04:19:41.346unit :DEBG freemap_route_ipv4created new freemap
63392026-07-19T04:19:42.870Z, unit: freemap_route_ipv6
63402026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG created new freemapJul 19 04:19:41.346, unitDEBG: initted freemap. size: 64freemap_route_ipv6,
63412026-07-19T04:19:42.870Zunit: freemap_route_ipv4
63422026-07-19T04:19:42.870ZJul 19 04:19:41.346 DEBG initted freemap. size: 64Jul 19 04:19:41.346, unitDEBG: reset freemapfreemap_route_ipv4,
63432026-07-19T04:19:42.870Zunit: freemap_route_ipv4Jul 19 04:19:41.346
63442026-07-19T04:19:42.870Z DEBG reset freemap, unitJul 19 04:19:41.346: DEBGfreemap_route_ipv4
63452026-07-19T04:19:42.870Zinitted freemap. size: 64, unit: Jul 19 04:19:41.346freemap_route_ipv6
63462026-07-19T04:19:42.870ZDEBG initted freemap. size: 64, unitJul 19 04:19:41.346: DEBGfreemap_route_ipv6
63472026-07-19T04:19:42.870Zreset freemap, unit: Jul 19 04:19:41.346freemap_route_ipv6
63482026-07-19T04:19:42.870ZDEBG reset freemap, unitJul 19 04:19:41.346: INFOfreemap_route_ipv6
63492026-07-19T04:19:42.870Zadding route 3fff:dead::/64 -> 2001:db8::55:1
63502026-07-19T04:19:42.870ZJul 19 04:19:41.346Jul 19 04:19:41.346 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63512026-07-19T04:19:42.870Z
63522026-07-19T04:19:42.870ZJul 19 04:19:41.346Jul 19 04:19:41.346 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
63532026-07-19T04:19:42.870Z
63542026-07-19T04:19:42.870ZJul 19 04:19:41.346Jul 19 04:19:41.346 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
63552026-07-19T04:19:42.870Z
63562026-07-19T04:19:42.870ZJul 19 04:19:41.346Jul 19 04:19:41.346 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:1::/64 -> 2001:db8::55:ff
63572026-07-19T04:19:42.870Z
63582026-07-19T04:19:42.871ZJul 19 04:19:41.346 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 } }]
63592026-07-19T04:19:42.871ZJul 19 04:19:41.346 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63602026-07-19T04:19:42.871ZJul 19 04:19:41.346 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 } }]
63612026-07-19T04:19:42.871ZJul 19 04:19:41.346 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63622026-07-19T04:19:42.871ZJul 19 04:19:41.346 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 } }]
63632026-07-19T04:19:42.871ZJul 19 04:19:41.346 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63642026-07-19T04:19:42.871ZJul 19 04:19:41.346 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 } }]
63652026-07-19T04:19:42.871ZJul 19 04:19:41.346 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63662026-07-19T04:19:42.871ZJul 19 04:19:41.346 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 } }]
63672026-07-19T04:19:42.871ZJul 19 04:19:41.346 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63682026-07-19T04:19:42.871ZJul 19 04:19:41.346Jul 19 04:19:41.346 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
63692026-07-19T04:19:42.871Z, unit:Jul 19 04:19:41.346 freemap_route_ipv4INFO
63702026-07-19T04:19:42.871Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63712026-07-19T04:19:42.871ZJul 19 04:19:41.346Jul 19 04:19:41.346 DEBGDEBG created new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
63722026-07-19T04:19:42.871Zunit: freemap_route_ipv6
63732026-07-19T04:19:42.871ZJul 19 04:19:41.346 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63742026-07-19T04:19:42.871ZJul 19 04:19:41.346 Jul 19 04:19:41.346DEBG Jul 19 04:19:41.346INFOinitted freemap. size: 64 , DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3unit
63752026-07-19T04:19:42.871Z: freemap_route_ipv4
63762026-07-19T04:19:42.871ZJul 19 04:19:41.347Jul 19 04:19:41.346 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 } }] DEBG
63772026-07-19T04:19:42.872Zreset freemap, unit: freemap_route_ipv4Jul 19 04:19:41.347
63782026-07-19T04:19:42.872Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
63792026-07-19T04:19:42.872ZJul 19 04:19:41.347 DEBG initted freemap. size: 64Jul 19 04:19:41.347, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv6
63802026-07-19T04:19:42.872Z
63812026-07-19T04:19:42.872ZJul 19 04:19:41.347 Jul 19 04:19:41.347DEBG INFOreset freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
63822026-07-19T04:19:42.872Z: freemap_route_ipv6
63832026-07-19T04:19:42.872ZJul 19 04:19:41.347 DEBG Jul 19 04:19:41.347replacing 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 } }]
63842026-07-19T04:19:42.872Ztest api_server::tests::test_build_info ... ok
63852026-07-19T04:19:42.872ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63862026-07-19T04:19:42.872ZJul 19 04:19:41.347 INFO Jul 19 04:19:41.347adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63872026-07-19T04:19:42.872ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63882026-07-19T04:19:42.881ZJul 19 04:19:41.347 DEBG Jul 19 04:19:41.347replacing 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 } }]
63892026-07-19T04:19:42.882ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63902026-07-19T04:19:42.882ZJul 19 04:19:41.347 INFO Jul 19 04:19:41.347adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63912026-07-19T04:19:42.882ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
63922026-07-19T04:19:42.882ZJul 19 04:19:41.347 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
63932026-07-19T04:19:42.882Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63942026-07-19T04:19:42.882ZJul 19 04:19:41.347 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
63952026-07-19T04:19:42.882Z 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 } }]
63962026-07-19T04:19:42.882ZJul 19 04:19:41.347 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
63972026-07-19T04:19:42.882Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63982026-07-19T04:19:42.882ZJul 19 04:19:41.347 Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63992026-07-19T04:19:42.882Ztest freemap::test_span ... ok
64002026-07-19T04:19:42.882Zreplacing 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 } }]
64012026-07-19T04:19:42.882ZJul 19 04:19:41.347 Jul 19 04:19:41.347DEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64022026-07-19T04:19:42.882Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64032026-07-19T04:19:42.882ZJul 19 04:19:41.347 Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64042026-07-19T04:19:42.882Zreplacing 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 } }]
64052026-07-19T04:19:42.882ZJul 19 04:19:41.347 Jul 19 04:19:41.347DEBG 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 } }]
64062026-07-19T04:19:42.882Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64072026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:6::/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 } }]
64082026-07-19T04:19:42.882Z
64092026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 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:4::/64 -> 2001:db8::55:ff
64102026-07-19T04:19:42.882Z
64112026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 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:7::/64 -> 2001:db8::55:ff
64122026-07-19T04:19:42.882Z
64132026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:5::/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 } }]
64142026-07-19T04:19:42.882Z
64152026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 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:8::/64 -> 2001:db8::55:ff
64162026-07-19T04:19:42.882Z
64172026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:6::/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 } }]
64182026-07-19T04:19:42.882Z
64192026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:9::/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 } }]
64202026-07-19T04:19:42.882Z
64212026-07-19T04:19:42.882ZJul 19 04:19:41.347Jul 19 04:19:41.347 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:7::/64 -> 2001:db8::55:ff
64222026-07-19T04:19:42.883Z
64232026-07-19T04:19:42.883Zreplacing 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 } }]
64242026-07-19T04:19:42.883Ztest port_map::tests::parse_softnpu_revision ... ok
64252026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG Jul 19 04:19:41.347created new freemap , unit: freemap_route_ipv4
64262026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG created new freemap, unit: freemap_route_ipv6
64272026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG initted freemap. size: 64DEBG, unit: 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 } }]freemap_route_ipv4
64282026-07-19T04:19:42.883Z
64292026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG reset freemap, unit:Jul 19 04:19:41.347 INFOfreemap_route_ipv4
64302026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
64312026-07-19T04:19:42.883ZJul 19 04:19:41.347 Jul 19 04:19:41.347 DEBG reset freemap, unit: freemap_route_ipv6
64322026-07-19T04:19:42.883ZJul 19 04:19:41.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64332026-07-19T04:19:42.883ZJul 19 04:19:41.347 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 } }]
64342026-07-19T04:19:42.883ZJul 19 04:19:41.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64352026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64362026-07-19T04:19:42.883ZJul 19 04:19:41.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64372026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64382026-07-19T04:19:42.883Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
64392026-07-19T04:19:42.883Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
64402026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64412026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBGJul 19 04:19:41.347 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
64422026-07-19T04:19:42.883Z 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 } }]
64432026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBGJul 19 04:19:41.347 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 } }]
64442026-07-19T04:19:42.883ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64452026-07-19T04:19:42.883ZJul 19 04:19:41.347 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 } }]
64462026-07-19T04:19:42.883ZJul 19 04:19:41.347 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64472026-07-19T04:19:42.883Z
64482026-07-19T04:19:42.883ZJul 19 04:19:41.347 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 } }]
64492026-07-19T04:19:42.883ZJul 19 04:19:41.347 DEBGJul 19 04:19:41.347 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64502026-07-19T04:19:42.883Z 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 } }]
64512026-07-19T04:19:42.883ZJul 19 04:19:41.347 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 } }]
64522026-07-19T04:19:42.883ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64532026-07-19T04:19:42.883ZINFOJul 19 04:19:41.347 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
64542026-07-19T04:19:42.883Z
64552026-07-19T04:19:42.883ZJul 19 04:19:41.347 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64562026-07-19T04:19:42.883ZJul 19 04:19:41.347 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 } }]
64572026-07-19T04:19:42.883ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64582026-07-19T04:19:42.883Z INFO Jul 19 04:19:41.347 DEBG 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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64592026-07-19T04:19:42.884Z
64602026-07-19T04:19:42.884ZJul 19 04:19:41.347 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 } }]
64612026-07-19T04:19:42.884ZJul 19 04:19:41.347 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64622026-07-19T04:19:42.884ZJul 19 04:19:41.347 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
64632026-07-19T04:19:42.884Z 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 } }]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 } }]
64642026-07-19T04:19:42.884ZJul 19 04:19:41.347
64652026-07-19T04:19:42.884Z 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 } }]Jul 19 04:19:41.347
64662026-07-19T04:19:42.884Z Jul 19 04:19:41.347INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64672026-07-19T04:19:42.884ZINFOJul 19 04:19:41.347 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
64682026-07-19T04:19:42.884ZJul 19 04:19:41.347 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
64692026-07-19T04:19:42.884Z 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 } }]
64702026-07-19T04:19:42.884ZJul 19 04:19:41.347Jul 19 04:19:41.347Jul 19 04:19:41.347 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 } }]
64712026-07-19T04:19:42.884Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
64722026-07-19T04:19:42.884Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
64732026-07-19T04:19:42.884Z Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:c::/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 } }]
64742026-07-19T04:19:42.884Z
64752026-07-19T04:19:42.884ZJul 19 04:19:41.347 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:19:41.347Jul 19 04:19:41.347
64762026-07-19T04:19:42.884ZDEBGINFO adding route 3fff:beef:f::/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 } }]
64772026-07-19T04:19:42.884Z
64782026-07-19T04:19:42.884ZJul 19 04:19:41.347 DEBGJul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBGreplacing 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 } }]
64792026-07-19T04:19:42.884Zreplacing 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:d::/64 -> 2001:db8::55:ff
64802026-07-19T04:19:42.884Z
64812026-07-19T04:19:42.884ZJul 19 04:19:41.347Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBGINFO 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:10::/64 -> 2001:db8::55:ffINFO
64822026-07-19T04:19:42.884Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64832026-07-19T04:19:42.884Z
64842026-07-19T04:19:42.884ZJul 19 04:19:41.347Jul 19 04:19:41.347 Jul 19 04:19:41.347INFODEBG adding route 3fff:beef:e::/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 } }]
64852026-07-19T04:19:42.884Z
64862026-07-19T04:19:42.884ZDEBG 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 } }]
64872026-07-19T04:19:42.884ZJul 19 04:19:41.347 Jul 19 04:19:41.347DEBG Jul 19 04:19:41.347INFO 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:11::/64 -> 2001:db8::55:ff
64882026-07-19T04:19:42.895Z
64892026-07-19T04:19:42.895ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64902026-07-19T04:19:42.895ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64912026-07-19T04:19:42.895Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
64922026-07-19T04:19:42.895Z DEBG Jul 19 04:19:41.347replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.347
64932026-07-19T04:19:42.895ZDEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64942026-07-19T04:19:42.895Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
64952026-07-19T04:19:42.895Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64962026-07-19T04:19:42.895ZJul 19 04:19:41.347Jul 19 04:19:41.347 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64972026-07-19T04:19:42.895Z
64982026-07-19T04:19:42.895ZJul 19 04:19:41.347Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBG INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64992026-07-19T04:19:42.895Z
65002026-07-19T04:19:42.895Zreplacing 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 } }]
65012026-07-19T04:19:42.895ZJul 19 04:19:41.347Jul 19 04:19:41.347 INFOINFO Jul 19 04:19:41.347adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65022026-07-19T04:19:42.896ZDEBG 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:c::/64 -> 2001:db8::55:ff
65032026-07-19T04:19:42.896Z
65042026-07-19T04:19:42.896ZJul 19 04:19:41.347 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
65052026-07-19T04:19:42.896Z Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65062026-07-19T04:19:42.896ZJul 19 04:19:41.347replacing 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 } }]
65072026-07-19T04:19:42.896ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
65082026-07-19T04:19:42.896Z DEBGJul 19 04:19:41.347 Jul 19 04:19:41.347INFO 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 } }]
65092026-07-19T04:19:42.896ZDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65102026-07-19T04:19:42.896ZJul 19 04:19:41.347
65112026-07-19T04:19:42.896ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
65122026-07-19T04:19:42.896ZJul 19 04:19:41.347 INFODEBGJul 19 04:19:41.347 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
65132026-07-19T04:19:42.896Z 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 } }]
65142026-07-19T04:19:42.896Zreplacing 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 } }]
65152026-07-19T04:19:42.896ZJul 19 04:19:41.347 DEBGJul 19 04:19:41.347 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
65162026-07-19T04:19:42.896Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
65172026-07-19T04:19:42.896Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
65182026-07-19T04:19:42.896Z Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65192026-07-19T04:19:42.896ZJul 19 04:19:41.347replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
65202026-07-19T04:19:42.896Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347
65212026-07-19T04:19:42.896ZJul 19 04:19:41.347 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:17::/64 -> 2001:db8::55:ff
65222026-07-19T04:19:42.896Z
65232026-07-19T04:19:42.897ZJul 19 04:19:41.347 Jul 19 04:19:41.347INFOJul 19 04:19:41.347 DEBG INFOadding route 3fff:beef:f::/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 } }]
65242026-07-19T04:19:42.897Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65252026-07-19T04:19:42.897Z
65262026-07-19T04:19:42.897ZJul 19 04:19:41.347 Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:19:41.347
65272026-07-19T04:19:42.897Zreplacing 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 } }]
65282026-07-19T04:19:42.897ZDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347Jul 19 04:19:41.347
65292026-07-19T04:19:42.897Z 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 } }]
65302026-07-19T04:19:42.897ZJul 19 04:19:41.347 Jul 19 04:19:41.348INFO INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65312026-07-19T04:19:42.897Z
65322026-07-19T04:19:42.897Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65332026-07-19T04:19:42.897ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBGDEBG 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 } }]
65342026-07-19T04:19:42.897Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65352026-07-19T04:19:42.897Z
65362026-07-19T04:19:42.897ZJul 19 04:19:41.348 INFOJul 19 04:19:41.348 Jul 19 04:19:41.348 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65372026-07-19T04:19:42.897ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
65382026-07-19T04:19:42.897Z Jul 19 04:19:41.348adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65392026-07-19T04:19:42.897ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
65402026-07-19T04:19:42.897Z DEBGJul 19 04:19:41.348 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 } }]Jul 19 04:19:41.348
65412026-07-19T04:19:42.897Z 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
65422026-07-19T04:19:42.897Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
65432026-07-19T04:19:42.897Z Jul 19 04:19:41.348INFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65442026-07-19T04:19:42.897Z
65452026-07-19T04:19:42.897ZJul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
65462026-07-19T04:19:42.898Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 DEBG INFOJul 19 04:19:41.348created new freemap, INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit
65472026-07-19T04:19:42.898Z: DEBGfreemap_route_ipv4
65482026-07-19T04:19:42.898Z
65492026-07-19T04:19:42.898Z 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 } }]
65502026-07-19T04:19:42.898ZJul 19 04:19:41.348 DEBG created new freemapJul 19 04:19:41.348, unitJul 19 04:19:41.348: freemap_route_ipv6
65512026-07-19T04:19:42.898ZDEBG 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
65522026-07-19T04:19:42.898ZJul 19 04:19:41.348 DEBG initted freemap. size: 64, unitJul 19 04:19:41.348: freemap_route_ipv4
65532026-07-19T04:19:42.898ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65542026-07-19T04:19:42.898ZJul 19 04:19:41.348 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
65552026-07-19T04:19:42.898Z reset freemap, Jul 19 04:19:41.348unit INFO: freemap_route_ipv4
65562026-07-19T04:19:42.898Z Jul 19 04:19:41.348 DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
65572026-07-19T04:19:42.898Z, adding route 3fff:beef:13::/64 -> 2001:db8::55:ffunitJul 19 04:19:41.348Jul 19 04:19:41.348
65582026-07-19T04:19:42.898Z: freemap_route_ipv6
65592026-07-19T04:19:42.898Z 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 } }]Jul 19 04:19:41.348 DEBG reset freemap, unit: freemap_route_ipv6
65602026-07-19T04:19:42.898ZJul 19 04:19:41.348 Jul 19 04:19:41.348 DEBGDEBG INFOJul 19 04:19:41.348 adding route 3fff:dead::/64 -> 2001:db8::55:1
65612026-07-19T04:19:42.898Zreplacing 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 } }]
65622026-07-19T04:19:42.898ZDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 DEBG
65632026-07-19T04:19:42.898Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65642026-07-19T04:19:42.898Z
65652026-07-19T04:19:42.898Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]
65662026-07-19T04:19:42.898Z
65672026-07-19T04:19:42.898Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65682026-07-19T04:19:42.899ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65692026-07-19T04:19:42.899Z
65702026-07-19T04:19:42.899Zreplacing 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 } }]
65712026-07-19T04:19:42.899ZJul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]Jul 19 04:19:41.348adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65722026-07-19T04:19:42.899ZDEBG
65732026-07-19T04:19:42.899Z 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 } }]
65742026-07-19T04:19:42.899ZJul 19 04:19:41.348Jul 19 04:19:41.348 DEBGJul 19 04:19:41.348 INFO INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65752026-07-19T04:19:42.899Z
65762026-07-19T04:19:42.899Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65772026-07-19T04:19:42.899ZJul 19 04:19:41.348 Jul 19 04:19:41.348Jul 19 04:19:41.348INFO DEBGDEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65782026-07-19T04:19:42.899Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65792026-07-19T04:19:42.899Z
65802026-07-19T04:19:42.899ZJul 19 04:19:41.348 DEBGJul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]INFOINFO
65812026-07-19T04:19:42.899Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65822026-07-19T04:19:42.899Z
65832026-07-19T04:19:42.899ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBG 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 } }]
65842026-07-19T04:19:42.899ZDEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
65852026-07-19T04:19:42.900Z
65862026-07-19T04:19:42.900ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65872026-07-19T04:19:42.900ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]INFO
65882026-07-19T04:19:42.909Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65892026-07-19T04:19:42.909Z
65902026-07-19T04:19:42.909ZJul 19 04:19:41.348 INFO Jul 19 04:19:41.348adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65912026-07-19T04:19:42.909ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
65922026-07-19T04:19:42.909Z INFO Jul 19 04:19:41.348adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65932026-07-19T04:19:42.909ZDEBGJul 19 04:19:41.348 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65942026-07-19T04:19:42.909Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65952026-07-19T04:19:42.909ZJul 19 04:19:41.348 Jul 19 04:19:41.348DEBG INFOJul 19 04:19:41.348 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 } }]DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65962026-07-19T04:19:42.909Z
65972026-07-19T04:19:42.909Zreplacing 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 } }]
65982026-07-19T04:19:42.909ZJul 19 04:19:41.348 DEBG Jul 19 04:19:41.348replacing 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 } }]
65992026-07-19T04:19:42.909ZJul 19 04:19:41.348INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
66002026-07-19T04:19:42.909Z INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66012026-07-19T04:19:42.909Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
66022026-07-19T04:19:42.909Z DEBGJul 19 04:19:41.348 Jul 19 04:19:41.348DEBGreplacing 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: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 } }]
66032026-07-19T04:19:42.909ZDEBG
66042026-07-19T04:19:42.909Z 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 } }]
66052026-07-19T04:19:42.909ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 INFO INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66062026-07-19T04:19:42.909Z
66072026-07-19T04:19:42.909Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66082026-07-19T04:19:42.910ZJul 19 04:19:41.348 Jul 19 04:19:41.348DEBG Jul 19 04:19:41.348 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 } }]DEBG
66092026-07-19T04:19:42.910Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
66102026-07-19T04:19:42.910Z
66112026-07-19T04:19:42.910ZJul 19 04:19:41.348 INFO Jul 19 04:19:41.348adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
66122026-07-19T04:19:42.910Z INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66132026-07-19T04:19:42.910ZJul 19 04:19:41.348adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66142026-07-19T04:19:42.910ZDEBGJul 19 04:19:41.348 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
66152026-07-19T04:19:42.910Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
66162026-07-19T04:19:42.910Z DEBGJul 19 04:19:41.348 Jul 19 04:19:41.348 INFOINFO 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:26::/64 -> 2001:db8::55:ff
66172026-07-19T04:19:42.910Z
66182026-07-19T04:19:42.910Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66192026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348DEBG DEBGINFOreplacing 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: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 } }]
66202026-07-19T04:19:42.910Z
66212026-07-19T04:19:42.910Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66222026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66232026-07-19T04:19:42.910ZINFO
66242026-07-19T04:19:42.910Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66252026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]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 } }]
66262026-07-19T04:19:42.910Z
66272026-07-19T04:19:42.910Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66282026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Jul 19 04:19:41.348adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66292026-07-19T04:19:42.910Z
66302026-07-19T04:19:42.910Z 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 } }]
66312026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG Jul 19 04:19:41.348replacing 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: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 } }]
66322026-07-19T04:19:42.910Z
66332026-07-19T04:19:42.910ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66342026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66352026-07-19T04:19:42.910Z
66362026-07-19T04:19:42.910ZJul 19 04:19:41.348 DEBGJul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]
66372026-07-19T04:19:42.910ZDEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66382026-07-19T04:19:42.910Z
66392026-07-19T04:19:42.910ZJul 19 04:19:41.348 Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66402026-07-19T04:19:42.910Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66412026-07-19T04:19:42.910Z
66422026-07-19T04:19:42.910ZJul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348 DEBGDEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66432026-07-19T04:19:42.910Z
66442026-07-19T04:19:42.911Zreplacing 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 } }]
66452026-07-19T04:19:42.911Ztest route::tests::grow_succeeds ... ok
66462026-07-19T04:19:42.911ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66472026-07-19T04:19:42.911Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66482026-07-19T04:19:42.911Z
66492026-07-19T04:19:42.911ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG Jul 19 04:19:41.348 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66502026-07-19T04:19:42.911Z 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 } }]
66512026-07-19T04:19:42.911Zreplacing 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
66522026-07-19T04:19:42.911ZJul 19 04:19:41.348 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
66532026-07-19T04:19:42.911ZJul 19 04:19:41.348 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
66542026-07-19T04:19:42.911Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66552026-07-19T04:19:42.911ZJul 19 04:19:41.348
66562026-07-19T04:19:42.911ZDEBGJul 19 04:19:41.348 Jul 19 04:19:41.348DEBG Jul 19 04:19:41.348 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 } }]DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
66572026-07-19T04:19:42.911Zreplacing 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 } }]
66582026-07-19T04:19:42.911Z
66592026-07-19T04:19:42.911Z 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 } }]
66602026-07-19T04:19:42.911ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66612026-07-19T04:19:42.911Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66622026-07-19T04:19:42.911Z
66632026-07-19T04:19:42.911Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66642026-07-19T04:19:42.911ZJul 19 04:19:41.348 Jul 19 04:19:41.348Jul 19 04:19:41.348DEBG Jul 19 04:19:41.348DEBGreplacing 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 } }]
66652026-07-19T04:19:42.911Z DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66662026-07-19T04:19:42.911Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66672026-07-19T04:19:42.911Z Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO 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:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
66682026-07-19T04:19:42.911Z
66692026-07-19T04:19:42.911Z
66702026-07-19T04:19:42.911ZINFO Jul 19 04:19:41.348adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66712026-07-19T04:19:42.911ZDEBGJul 19 04:19:41.348 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 } }]Jul 19 04:19:41.348
66722026-07-19T04:19:42.911ZDEBG Jul 19 04:19:41.348 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.348INFO
66732026-07-19T04:19:42.911ZDEBG INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66742026-07-19T04:19:42.911ZJul 19 04:19:41.348
66752026-07-19T04:19:42.911Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66762026-07-19T04:19:42.911Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66772026-07-19T04:19:42.911Z
66782026-07-19T04:19:42.911ZJul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348INFOINFODEBG 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 } }]
66792026-07-19T04:19:42.911Z
66802026-07-19T04:19:42.912Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
66812026-07-19T04:19:42.912Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
66822026-07-19T04:19:42.912ZDEBG Jul 19 04:19:41.348replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.348
66832026-07-19T04:19:42.912Z INFODEBG Jul 19 04:19:41.348replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348
66842026-07-19T04:19:42.912Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO INFO
66852026-07-19T04:19:42.912Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66862026-07-19T04:19:42.912Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:19:41.348
66872026-07-19T04:19:42.912Z INFOJul 19 04:19:41.348 Jul 19 04:19:41.349adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66882026-07-19T04:19:42.921ZDEBGJul 19 04:19:41.349 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.349
66892026-07-19T04:19:42.921ZDEBG DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.349
66902026-07-19T04:19:42.922Z 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 } }]
66912026-07-19T04:19:42.922Zreplacing 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 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
66922026-07-19T04:19:42.922Z
66932026-07-19T04:19:42.922ZJul 19 04:19:41.349Jul 19 04:19:41.349 Jul 19 04:19:41.349Jul 19 04:19:41.349INFO INFO DEBG adding route 3fff:beef:1c::/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 } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
66942026-07-19T04:19:42.922Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66952026-07-19T04:19:42.922Z
66962026-07-19T04:19:42.922Z
66972026-07-19T04:19:42.922ZJul 19 04:19:41.349 INFOJul 19 04:19:41.349 Jul 19 04:19:41.349 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG Jul 19 04:19:41.349DEBG
66982026-07-19T04:19:42.922Z 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 } }]
66992026-07-19T04:19:42.922ZDEBGJul 19 04:19:41.349 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67002026-07-19T04:19:42.922Z 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 } }]
67012026-07-19T04:19:42.922Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349Jul 19 04:19:41.349
67022026-07-19T04:19:42.922Z INFOJul 19 04:19:41.349 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67032026-07-19T04:19:42.922Z
67042026-07-19T04:19:42.922ZJul 19 04:19:41.349
67052026-07-19T04:19:42.922Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:19:41.349Jul 19 04:19:41.349
67062026-07-19T04:19:42.922Z DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67072026-07-19T04:19:42.922ZJul 19 04:19:41.349replacing 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 } }]
67082026-07-19T04:19:42.922ZDEBGJul 19 04:19:41.349 Jul 19 04:19:41.349replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67092026-07-19T04:19:42.922Z INFODEBG Jul 19 04:19:41.349adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:19:41.349Jul 19 04:19:41.349
67102026-07-19T04:19:42.922Z INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67112026-07-19T04:19:42.922Zcreated new freemapJul 19 04:19:41.349replacing 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 } }] ,
67122026-07-19T04:19:42.922ZunitDEBGJul 19 04:19:41.349:INFO DEBGfreemap_route_ipv4replacing 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 } }]
67132026-07-19T04:19:42.922Z
67142026-07-19T04:19:42.922Zreplacing 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:1e::/64 -> 2001:db8::55:ff
67152026-07-19T04:19:42.922Z
67162026-07-19T04:19:42.922ZJul 19 04:19:41.349Jul 19 04:19:41.349 Jul 19 04:19:41.349Jul 19 04:19:41.349 INFO INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGJul 19 04:19:41.349 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67172026-07-19T04:19:42.922Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap
67182026-07-19T04:19:42.922Z,
67192026-07-19T04:19:42.922Z unit: freemap_route_ipv6DEBGJul 19 04:19:41.349 Jul 19 04:19:41.349
67202026-07-19T04:19:42.923ZJul 19 04:19:41.349DEBG DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349
67212026-07-19T04:19:42.923Z
67222026-07-19T04:19:42.923Zreplacing 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
67232026-07-19T04:19:42.923ZDEBG initted freemap. size: 64, Jul 19 04:19:41.349unitJul 19 04:19:41.349 INFO: adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:19:41.349
67242026-07-19T04:19:42.923Zfreemap_route_ipv4
67252026-07-19T04:19:42.923ZINFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349
67262026-07-19T04:19:42.923Z DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349
67272026-07-19T04:19:42.923Z DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreset freemap
67282026-07-19T04:19:42.923ZJul 19 04:19:41.349, Jul 19 04:19:41.349unit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4Jul 19 04:19:41.349
67292026-07-19T04:19:42.923Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67302026-07-19T04:19:42.923Z
67312026-07-19T04:19:42.923ZDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349
67322026-07-19T04:19:42.923Z Jul 19 04:19:41.349 Jul 19 04:19:41.349DEBG initted freemap. size: 64DEBG, Jul 19 04:19:41.349replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
67332026-07-19T04:19:42.923Z INFO:DEBG freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:19:41.349
67342026-07-19T04:19:42.923Z
67352026-07-19T04:19:42.923Z INFO adding route 3fff:beef:39::/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 } }]
67362026-07-19T04:19:42.923Z
67372026-07-19T04:19:42.923ZJul 19 04:19:41.349Jul 19 04:19:41.349 DEBG DEBGJul 19 04:19:41.349 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 freemapDEBG
67382026-07-19T04:19:42.923Z, unit:Jul 19 04:19:41.349 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
67392026-07-19T04:19:42.923Z
67402026-07-19T04:19:42.923ZJul 19 04:19:41.349 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:19:41.349
67412026-07-19T04:19:42.923ZJul 19 04:19:41.349 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
67422026-07-19T04:19:42.923Z
67432026-07-19T04:19:42.923Zadding route 172.16.0.0/32 -> 10.0.0.1
67442026-07-19T04:19:42.923ZJul 19 04:19:41.349 DEBG Jul 19 04:19:41.349Jul 19 04:19:41.349 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
67452026-07-19T04:19:42.923Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
67462026-07-19T04:19:42.923Ztest route::tests::rollback_on_compact_delete_failure ... ok
67472026-07-19T04:19:42.923ZDEBG Jul 19 04:19:41.349replacing 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 } }]
67482026-07-19T04:19:42.923ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
67492026-07-19T04:19:42.923Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349 INFO
67502026-07-19T04:19:42.923ZJul 19 04:19:41.349 Jul 19 04:19:41.349adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67512026-07-19T04:19:42.923ZDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67522026-07-19T04:19:42.923Z
67532026-07-19T04:19:42.923ZJul 19 04:19:41.349Jul 19 04:19:41.349 Jul 19 04:19:41.349 DEBGINFO 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: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 } }]
67542026-07-19T04:19:42.923Z
67552026-07-19T04:19:42.923Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67562026-07-19T04:19:42.923ZJul 19 04:19:41.349 INFO Jul 19 04:19:41.349adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67572026-07-19T04:19:42.923ZJul 19 04:19:41.349DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.349adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67582026-07-19T04:19:42.924Z
67592026-07-19T04:19:42.924ZDEBG 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 } }]
67602026-07-19T04:19:42.924ZJul 19 04:19:41.349 INFOJul 19 04:19:41.349 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
67612026-07-19T04:19:42.924Z Jul 19 04:19:41.349failed to allocate space for the new target list
67622026-07-19T04:19:42.924ZDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349Jul 19 04:19:41.349 DEBG Jul 19 04:19:41.350Jul 19 04:19:41.350 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67632026-07-19T04:19:42.924Z DEBGcreated new freemap , unitDEBGcreated new freemap:Jul 19 04:19:41.364 INFO, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit:freemap_route_ipv4
67642026-07-19T04:19:42.924Z
67652026-07-19T04:19:42.924Zfreemap_route_ipv4
67662026-07-19T04:19:42.924Z Jul 19 04:19:41.364replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.364 Jul 19 04:19:41.364
67672026-07-19T04:19:42.924ZDEBG DEBGDEBG created new freemapcreated new freemap, replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitunit
67682026-07-19T04:19:42.924Z:: freemap_route_ipv6freemap_route_ipv6
67692026-07-19T04:19:42.924Z
67702026-07-19T04:19:42.924ZJul 19 04:19:41.364Jul 19 04:19:41.364 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 19 04:19:41.364initted freemap. size: 64 ,
67712026-07-19T04:19:42.924ZDEBG initted freemap. size: 64unit, :unitJul 19 04:19:41.364 freemap_route_ipv4:
67722026-07-19T04:19:42.924ZDEBG freemap_route_ipv4replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67732026-07-19T04:19:42.924Z
67742026-07-19T04:19:42.924ZJul 19 04:19:41.364 DEBG Jul 19 04:19:41.364reset freemapJul 19 04:19:41.364, unitDEBGINFO: adding route 3fff:beef:25::/64 -> 2001:db8::55:ff freemap_route_ipv4reset freemap
67752026-07-19T04:19:42.924Z,
67762026-07-19T04:19:42.924Zunit:Jul 19 04:19:41.364Jul 19 04:19:41.364
67772026-07-19T04:19:42.924Z 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 } }]
67782026-07-19T04:19:42.924Z DEBG initted freemap. size: 64Jul 19 04:19:41.349, Jul 19 04:19:41.364unit :INFO freemap_route_ipv6 Jul 19 04:19:41.364DEBG
67792026-07-19T04:19:42.924Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff created new freemapJul 19 04:19:41.364
67802026-07-19T04:19:42.924Z INFODEBGfreemap_route_ipv4
67812026-07-19T04:19:42.924Zreset freemap, Jul 19 04:19:41.364 , DEBGunit Jul 19 04:19:41.364unit:adding route 3fff:beef:30::/64 -> 2001:db8::55:ff :DEBG freemap_route_ipv4initted freemap. size: 64freemap_route_ipv6, 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
67822026-07-19T04:19:42.924Z
67832026-07-19T04:19:42.924Z:
67842026-07-19T04:19:42.924Z Jul 19 04:19:41.364freemap_route_ipv6
67852026-07-19T04:19:42.924ZINFO
67862026-07-19T04:19:42.924ZJul 19 04:19:41.364 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
67872026-07-19T04:19:42.924ZJul 19 04:19:41.364 Jul 19 04:19:41.364DEBG Jul 19 04:19:41.364Jul 19 04:19:41.364 created new freemap 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 } }]unitreset freemap
67882026-07-19T04:19:42.986ZDEBG, unit::adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 19 04:19:41.365
67892026-07-19T04:19:42.986Zfreemap_route_ipv6 INFOfreemap_route_ipv6
67902026-07-19T04:19:42.986Zreplacing 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 } }]
67912026-07-19T04:19:42.986Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:19:41.365
67922026-07-19T04:19:42.986Z
67932026-07-19T04:19:42.986ZDEBG 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 } }]Jul 19 04:19:41.365Jul 19 04:19:41.365Jul 19 04:19:41.365
67942026-07-19T04:19:42.986Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
67952026-07-19T04:19:42.986Z
67962026-07-19T04:19:42.986Z Jul 19 04:19:41.365 DEBG Jul 19 04:19:41.365 INFOJul 19 04:19:41.365INFO Jul 19 04:19:41.365INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:3
67972026-07-19T04:19:42.987Z unitDEBG: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.365
67982026-07-19T04:19:42.987Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67992026-07-19T04:19:42.987ZDEBG
68002026-07-19T04:19:42.987Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
68012026-07-19T04:19:42.987Z
68022026-07-19T04:19:42.987ZJul 19 04:19:41.365Jul 19 04:19:41.365 Jul 19 04:19:41.365Jul 19 04:19:41.365Jul 19 04:19:41.365 DEBGINFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
68032026-07-19T04:19:42.987Z
68042026-07-19T04:19:42.987Zadding route 3fff:dead::/64 -> 2001:db8::55:2reset freemapDEBG
68052026-07-19T04:19:42.987Z, 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 } }]unitJul 19 04:19:41.365Jul 19 04:19:41.365Jul 19 04:19:41.365 :
68062026-07-19T04:19:42.987ZDEBG freemap_route_ipv4DEBG
68072026-07-19T04:19:42.987ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68082026-07-19T04:19:42.987Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68092026-07-19T04:19:42.987Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:19:41.365
68102026-07-19T04:19:42.987Z Jul 19 04:19:41.365DEBG Jul 19 04:19:41.365Jul 19 04:19:41.365INFOJul 19 04:19:41.365 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68112026-07-19T04:19:42.987Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
68122026-07-19T04:19:42.987Z
68132026-07-19T04:19:42.987Z Jul 19 04:19:41.365Jul 19 04:19:41.365 initted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff, Jul 19 04:19:41.365
68142026-07-19T04:19:42.987ZWARN INFO DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) unit
68152026-07-19T04:19:42.987Z:adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv6
68162026-07-19T04:19:42.987ZJul 19 04:19:41.365
68172026-07-19T04:19:42.987Z
68182026-07-19T04:19:42.987ZERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:19:41.365Jul 19 04:19:41.365
68192026-07-19T04:19:42.987Z INFO Jul 19 04:19:41.365DEBGJul 19 04:19:41.365 ERROadding route 3fff:dead::/64 -> 2001:db8::55:4
68202026-07-19T04:19:42.987Zshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itJul 19 04:19:41.365DEBG
68212026-07-19T04:19:42.987Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365DEBG
68222026-07-19T04:19:42.987ZDEBGreplacing 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 } }]
68232026-07-19T04:19:42.987Zreset freemapJul 19 04:19:41.365, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
68242026-07-19T04:19:42.987Z INFO freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 19 04:19:41.365
68252026-07-19T04:19:42.987Z
68262026-07-19T04:19:42.987Z INFOJul 19 04:19:41.365 Jul 19 04:19:41.365DEBGJul 19 04:19:41.365adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68272026-07-19T04:19:42.988Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
68282026-07-19T04:19:42.988Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365
68292026-07-19T04:19:42.988Z DEBGJul 19 04:19:41.365
68302026-07-19T04:19:42.988ZWARNreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.365
68312026-07-19T04:19:42.988Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOJul 19 04:19:41.365
68322026-07-19T04:19:42.988Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:19:41.365
68332026-07-19T04:19:42.988ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
68342026-07-19T04:19:42.988Z Jul 19 04:19:41.365adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68352026-07-19T04:19:42.988ZDEBG Jul 19 04:19:41.365replacing 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
68362026-07-19T04:19:42.988Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.365
68372026-07-19T04:19:42.988ZDEBGJul 19 04:19:41.350Jul 19 04:19:41.365 DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemap
68382026-07-19T04:19:42.988Z, unitJul 19 04:19:41.365adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff :DEBG
68392026-07-19T04:19:42.988Z 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 } }]freemap_route_ipv4
68402026-07-19T04:19:42.988Z
68412026-07-19T04:19:42.988ZJul 19 04:19:41.365 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 } }]Jul 19 04:19:41.365
68422026-07-19T04:19:42.988Z Jul 19 04:19:41.365Jul 19 04:19:41.365 DEBGJul 19 04:19:41.365INFO INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
68432026-07-19T04:19:42.988ZunitINFO
68442026-07-19T04:19:42.988Z: freemap_route_ipv6Jul 19 04:19:41.365adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
68452026-07-19T04:19:42.988Ztest route::tests::rollback_on_compact_write_failure ... ok
68462026-07-19T04:19:42.988ZDEBGJul 19 04:19:41.365 DEBG
68472026-07-19T04:19:42.988Z 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 } }] Jul 19 04:19:41.365
68482026-07-19T04:19:42.988ZJul 19 04:19:41.365replacing 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 } }]
68492026-07-19T04:19:42.988ZDEBG Jul 19 04:19:41.365initted freemap. size: 64 , INFODEBG unit adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:19:41.365: INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68502026-07-19T04:19:42.988Z
68512026-07-19T04:19:42.988Z freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
68522026-07-19T04:19:42.988Z
68532026-07-19T04:19:42.988ZJul 19 04:19:41.365 Jul 19 04:19:41.365Jul 19 04:19:41.365DEBG Jul 19 04:19:41.365DEBG INFODEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68542026-07-19T04:19:42.988Z reset freemapreplacing 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 } }],
68552026-07-19T04:19:42.988Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68562026-07-19T04:19:42.988ZunitJul 19 04:19:41.365:
68572026-07-19T04:19:42.988Zfreemap_route_ipv4INFOJul 19 04:19:41.365
68582026-07-19T04:19:42.989Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68592026-07-19T04:19:42.989ZDEBGJul 19 04:19:41.365 Jul 19 04:19:41.365DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365Jul 19 04:19:41.365
68602026-07-19T04:19:42.989Zinitted freemap. size: 64INFO, unit :DEBG freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff
68612026-07-19T04:19:42.989Zreplacing 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 } }]
68622026-07-19T04:19:42.989Z
68632026-07-19T04:19:42.989ZDEBG Jul 19 04:19:41.365 DEBG Jul 19 04:19:41.365reset freemap DEBG, unitcreated new freemap:, Jul 19 04:19:41.365 freemap_route_ipv6unit
68642026-07-19T04:19:42.989Z: freemap_route_ipv4
68652026-07-19T04:19:42.989ZJul 19 04:19:41.365 Jul 19 04:19:41.388DEBG DEBGcreated new freemap , created new freemapJul 19 04:19:41.388unit, : freemap_route_ipv4
68662026-07-19T04:19:42.989ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1unit
68672026-07-19T04:19:42.989Z: 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 } }]
68682026-07-19T04:19:42.989ZJul 19 04:19:41.388Jul 19 04:19:41.366 freemap_route_ipv6Jul 19 04:19:41.388DEBG DEBGDEBG
68692026-07-19T04:19:42.989Z created new freemapcreated new freemapJul 19 04:19:41.388, unitINFO: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:37::/64 -> 2001:db8::55:ffJul 19 04:19:41.388 unit
68702026-07-19T04:19:42.989Z DEBGfreemap_route_ipv6
68712026-07-19T04:19:42.989Z
68722026-07-19T04:19:42.989Zinitted freemap. size: 64:, unit :freemap_route_ipv4
68732026-07-19T04:19:42.989ZJul 19 04:19:41.388Jul 19 04:19:41.388 freemap_route_ipv4DEBG INFO
68742026-07-19T04:19:42.989Z Jul 19 04:19:41.388replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68752026-07-19T04:19:42.989Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
68762026-07-19T04:19:42.989ZJul 19 04:19:41.388Jul 19 04:19:41.388 Jul 19 04:19:41.388DEBGJul 19 04:19:41.388initted freemap. size: 64 reset freemapINFO, , unitunit:DEBG : freemap_route_ipv4 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68772026-07-19T04:19:42.989Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68782026-07-19T04:19:42.989Z
68792026-07-19T04:19:42.989ZDEBG
68802026-07-19T04:19:42.989Z created new freemap, Jul 19 04:19:41.388Jul 19 04:19:41.388 Jul 19 04:19:41.388INFO DEBGunit adding route 3fff:dead::/64 -> 2001:db8::55:3
68812026-07-19T04:19:42.989Z :Jul 19 04:19:41.365initted freemap. size: 64DEBG, unit:reset freemap Jul 19 04:19:41.388freemap_route_ipv6
68822026-07-19T04:19:42.989ZINFO Jul 19 04:19:41.388 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff, Jul 19 04:19:41.388 DEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
68832026-07-19T04:19:42.989Z
68842026-07-19T04:19:42.989Zreset freemap:, freemap_route_ipv6 freemap_route_ipv4unit
68852026-07-19T04:19:42.989Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Jul 19 04:19:41.388
68862026-07-19T04:19:42.989Z INFOfreemap_route_ipv6
68872026-07-19T04:19:42.989Zadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:19:41.388
68882026-07-19T04:19:43.000ZDEBG
68892026-07-19T04:19:43.000ZJul 19 04:19:41.388 Jul 19 04:19:41.388replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.388
68902026-07-19T04:19:43.000Z Jul 19 04:19:41.388INFO Jul 19 04:19:41.388 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG
68912026-07-19T04:19:43.000ZJul 19 04:19:41.388 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
68922026-07-19T04:19:43.000Z INFOINFO Jul 19 04:19:41.388 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:19:41.388
68932026-07-19T04:19:43.000Z initted freemap. size: 64DEBG
68942026-07-19T04:19:43.000Zinitted freemap. size: 64, , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
68952026-07-19T04:19:43.000Zunit: Jul 19 04:19:41.388freemap_route_ipv6 DEBGDEBG :Jul 19 04:19:41.388
68962026-07-19T04:19:43.000Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68972026-07-19T04:19:43.000Z
68982026-07-19T04:19:43.000ZDEBG 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 } }]
68992026-07-19T04:19:43.000Z Jul 19 04:19:41.388 Jul 19 04:19:41.388Jul 19 04:19:41.388Jul 19 04:19:41.388INFO freemap_route_ipv4INFO
69002026-07-19T04:19:43.000Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
69012026-07-19T04:19:43.000Z
69022026-07-19T04:19:43.000ZINFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
69032026-07-19T04:19:43.000ZJul 19 04:19:41.388: Jul 19 04:19:41.388Jul 19 04:19:41.388 DEBG DEBGfreemap_route_ipv6replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69042026-07-19T04:19:43.000Z
69052026-07-19T04:19:43.000ZDEBGJul 19 04:19:41.388replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.388DEBGJul 19 04:19:41.388
69062026-07-19T04:19:43.000Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 reset freemapINFO
69072026-07-19T04:19:43.000Zadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
69082026-07-19T04:19:43.000Z
69092026-07-19T04:19:43.001Z, unitJul 19 04:19:41.388Jul 19 04:19:41.388 Jul 19 04:19:41.388INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
69102026-07-19T04:19:43.001ZINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
69112026-07-19T04:19:43.001Z
69122026-07-19T04:19:43.001ZJul 19 04:19:41.388Jul 19 04:19:41.388 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 } }]: Jul 19 04:19:41.388replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69132026-07-19T04:19:43.001ZINFOJul 19 04:19:41.388
69142026-07-19T04:19:43.001ZDEBGJul 19 04:19:41.388 INFO freemap_route_ipv4adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.388
69152026-07-19T04:19:43.001Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69162026-07-19T04:19:43.001Zadding route 172.16.0.0/32 -> 10.0.0.2INFO Jul 19 04:19:41.388adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69172026-07-19T04:19:43.001ZJul 19 04:19:41.388DEBG INFO
69182026-07-19T04:19:43.001Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69192026-07-19T04:19:43.001Zadding route 3fff:dead::/64 -> 2001:db8::55:4
69202026-07-19T04:19:43.001ZJul 19 04:19:41.388 DEBG Jul 19 04:19:41.388replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.388Jul 19 04:19:41.388
69212026-07-19T04:19:43.001Z DEBGDEBG 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
69222026-07-19T04:19:43.001Z
69232026-07-19T04:19:43.001Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69242026-07-19T04:19:43.001Zfailed to allocate space for the new target listJul 19 04:19:41.388
69252026-07-19T04:19:43.001Z INFOJul 19 04:19:41.388Jul 19 04:19:41.388Jul 19 04:19:41.388Jul 19 04:19:41.388 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69262026-07-19T04:19:43.001Zadding route 172.16.0.0/32 -> 10.0.0.3
69272026-07-19T04:19:43.001ZDEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:36::/64 -> 2001:db8::55:ff
69282026-07-19T04:19:43.001Z, Jul 19 04:19:41.388unit
69292026-07-19T04:19:43.001Z DEBG: freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:19:41.388
69302026-07-19T04:19:43.001Z
69312026-07-19T04:19:43.001ZJul 19 04:19:41.388 WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:19:41.388
69322026-07-19T04:19:43.001ZJul 19 04:19:41.388DEBG 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 } }]
69332026-07-19T04:19:43.001Z reset freemapadding route 172.16.0.0/32 -> 10.0.0.4, unit
69342026-07-19T04:19:43.002Z: Jul 19 04:19:41.388freemap_route_ipv6
69352026-07-19T04:19:43.002ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69362026-07-19T04:19:43.002ZJul 19 04:19:41.388 DEBG Jul 19 04:19:41.388replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Jul 19 04:19:41.388DEBG
69372026-07-19T04:19:43.002Z 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
69382026-07-19T04:19:43.002Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.388 INFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 19 04:19:41.365
69392026-07-19T04:19:43.002ZJul 19 04:19:41.388
69402026-07-19T04:19:43.002ZDEBGINFO adding route 3fff:beef:38::/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 } }]
69412026-07-19T04:19:43.002Z
69422026-07-19T04:19:43.002ZJul 19 04:19:41.388 Jul 19 04:19:41.388DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69432026-07-19T04:19:43.002Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.388Jul 19 04:19:41.388
69442026-07-19T04:19:43.002Z DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.388
69452026-07-19T04:19:43.002Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
69462026-07-19T04:19:43.002ZJul 19 04:19:41.388INFO Jul 19 04:19:41.388 adding route 172.17.0.1/32 -> 10.0.0.255 Jul 19 04:19:41.388 INFODEBG 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 } }]
69472026-07-19T04:19:43.002Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69482026-07-19T04:19:43.002ZINFO Jul 19 04:19:41.388Jul 19 04:19:41.388adding route 3fff:dead::/64 -> 2001:db8::55:2 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:2::/64 -> 2001:db8::55:ff
69492026-07-19T04:19:43.002Ztest route::tests::rollback_on_index_readd_failure ... ok
69502026-07-19T04:19:43.002Z
69512026-07-19T04:19:43.002Z
69522026-07-19T04:19:43.002Ztest route::tests::identity_replace_is_noop ... ok
69532026-07-19T04:19:43.002ZJul 19 04:19:41.388 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69542026-07-19T04:19:43.002ZJul 19 04:19:41.388 Jul 19 04:19:41.388Jul 19 04:19:41.388DEBG 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 } }]
69552026-07-19T04:19:43.002Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
69562026-07-19T04:19:43.002Z
69572026-07-19T04:19:43.002ZJul 19 04:19:41.388Jul 19 04:19:41.388 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
69582026-07-19T04:19:43.002Z
69592026-07-19T04:19:43.002ZJul 19 04:19:41.389 INFOJul 19 04:19:41.389 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
69602026-07-19T04:19:43.002Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69612026-07-19T04:19:43.003ZJul 19 04:19:41.389 Jul 19 04:19:41.389DEBG Jul 19 04:19:41.389replacing 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 Jul 19 04:19:41.389adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:19:41.389Jul 19 04:19:41.389
69622026-07-19T04:19:43.003Z DEBGDEBGDEBG created new freemapcreated new freemapJul 19 04:19:41.400, , unitunitcreated new freemap:, DEBG unit ::freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69632026-07-19T04:19:43.003Z
69642026-07-19T04:19:43.003Zfreemap_route_ipv4 freemap_route_ipv4
69652026-07-19T04:19:43.003Z
69662026-07-19T04:19:43.003ZJul 19 04:19:41.400 Jul 19 04:19:41.400 DEBG created new freemapDEBG, Jul 19 04:19:41.400unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
69672026-07-19T04:19:43.003Z DEBGJul 19 04:19:41.400freemap_route_ipv6 DEBG
69682026-07-19T04:19:43.003Z created new freemapJul 19 04:19:41.400created new freemap, Jul 19 04:19:41.400, unitDEBG:unit : initted freemap. size: 64 freemap_route_ipv6,
69692026-07-19T04:19:43.003Zunitfreemap_route_ipv6WARN
69702026-07-19T04:19:43.003Z :Jul 19 04:19:41.400 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBGfreemap_route_ipv4
69712026-07-19T04:19:43.003Z
69722026-07-19T04:19:43.003Zinitted freemap. size: 64, Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBGDEBG unitreset freemapinitted freemap. size: 64, , unitunit::: freemap_route_ipv4
69732026-07-19T04:19:43.003Zfreemap_route_ipv4freemap_route_ipv4
69742026-07-19T04:19:43.003Z
69752026-07-19T04:19:43.003ZJul 19 04:19:41.400 DEBG initted freemap. size: 64, unit: Jul 19 04:19:41.400freemap_route_ipv6
69762026-07-19T04:19:43.003ZDEBG reset freemap
69772026-07-19T04:19:43.003Z, Jul 19 04:19:41.400unit :DEBG freemap_route_ipv4reset freemap
69782026-07-19T04:19:43.003Z, unitJul 19 04:19:41.400 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 } }]
69792026-07-19T04:19:43.003Z: Jul 19 04:19:41.400freemap_route_ipv6Jul 19 04:19:41.400
69802026-07-19T04:19:43.003Z INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255reset freemap
69812026-07-19T04:19:43.003Z, unitJul 19 04:19:41.400: freemap_route_ipv4Jul 19 04:19:41.400
69822026-07-19T04:19:43.003Z INFOJul 19 04:19:41.400DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG 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 } }]
69832026-07-19T04:19:43.003Zinitted freemap. size: 64
69842026-07-19T04:19:43.003ZJul 19 04:19:41.400, unitJul 19 04:19:41.400DEBG DEBG Jul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. size: 64
69852026-07-19T04:19:43.004Z, unit INFO
69862026-07-19T04:19:43.004ZJul 19 04:19:41.400 INFOadding route 172.17.0.3/32 -> 10.0.0.255: adding route 172.16.0.0/32 -> 10.0.0.2
69872026-07-19T04:19:43.004Z
69882026-07-19T04:19:43.152Z freemap_route_ipv6INFO
69892026-07-19T04:19:43.152Z Jul 19 04:19:41.400adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFOJul 19 04:19:41.400
69902026-07-19T04:19:43.152Z DEBG adding route 3fff:beef:3c::/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 } }]
69912026-07-19T04:19:43.152Z
69922026-07-19T04:19:43.152ZJul 19 04:19:41.400 Jul 19 04:19:41.400 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 } }] Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBGINFOreset freemap
69932026-07-19T04:19:43.152ZJul 19 04:19:41.400adding route 172.17.0.4/32 -> 10.0.0.255, unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
69942026-07-19T04:19:43.152Z freemap_route_ipv6
69952026-07-19T04:19:43.152Z
69962026-07-19T04:19:43.152ZDEBGJul 19 04:19:41.400 INFO Jul 19 04:19:41.400Jul 19 04:19:41.400adding route 172.16.0.0/32 -> 10.0.0.3 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
69972026-07-19T04:19:43.153Z
69982026-07-19T04:19:43.153Zreplacing 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 } }]
69992026-07-19T04:19:43.153ZJul 19 04:19:41.400 INFOINFO Jul 19 04:19:41.400Jul 19 04:19:41.400 adding route 172.16.0.0/32 -> 10.0.0.1INFO
70002026-07-19T04:19:43.153Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
70012026-07-19T04:19:43.153Zadding route 172.17.0.5/32 -> 10.0.0.255
70022026-07-19T04:19:43.153ZDEBGJul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
70032026-07-19T04:19:43.153ZJul 19 04:19:41.400INFO DEBGJul 19 04:19:41.400adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Jul 19 04:19:41.400replacing 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 } }]
70042026-07-19T04:19:43.153ZINFOJul 19 04:19:41.400 DEBG
70052026-07-19T04:19:43.153Z adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.400DEBG
70062026-07-19T04:19:43.153ZINFO
70072026-07-19T04:19:43.153Z 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 } }]
70082026-07-19T04:19:43.153Zadding route 172.17.0.6/32 -> 10.0.0.255
70092026-07-19T04:19:43.153ZJul 19 04:19:41.400Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBGINFO Jul 19 04:19:41.400 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
70102026-07-19T04:19:43.153Z
70112026-07-19T04:19:43.153Z Jul 19 04:19:41.400DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.400
70122026-07-19T04:19:43.153Z
70132026-07-19T04:19:43.153Z DEBGJul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
70142026-07-19T04:19:43.153ZINFOJul 19 04:19:41.400 adding route 172.16.0.0/32 -> 10.0.0.1INFO
70152026-07-19T04:19:43.153ZDEBGadding route 172.17.0.7/32 -> 10.0.0.255Jul 19 04:19:41.400 INFO
70162026-07-19T04:19:43.153Z Jul 19 04:19:41.400adding route 3fff:beef:25::/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 } }]
70172026-07-19T04:19:43.153ZDEBG
70182026-07-19T04:19:43.153ZJul 19 04:19:41.400 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
70192026-07-19T04:19:43.153ZJul 19 04:19:41.400Jul 19 04:19:41.400 INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70202026-07-19T04:19:43.153ZDEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
70212026-07-19T04:19:43.153Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.400 Jul 19 04:19:41.400INFO
70222026-07-19T04:19:43.153Z Jul 19 04:19:41.400adding route 172.17.0.8/32 -> 10.0.0.255
70232026-07-19T04:19:43.153ZDEBG 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 } }]INFOJul 19 04:19:41.400
70242026-07-19T04:19:43.153Z 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
70252026-07-19T04:19:43.153Z
70262026-07-19T04:19:43.153ZJul 19 04:19:41.400Jul 19 04:19:41.400 DEBG failed to allocate space for the new target listJul 19 04:19:41.400INFO
70272026-07-19T04:19:43.153Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70282026-07-19T04:19:43.154ZJul 19 04:19:41.400 DEBGJul 19 04:19:41.401 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 } }]
70292026-07-19T04:19:43.154ZINFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255
70302026-07-19T04:19:43.154Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:19:41.401Jul 19 04:19:41.401
70312026-07-19T04:19:43.154Z 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 172.16.0.0/32 -> 10.0.0.2
70322026-07-19T04:19:43.154Z
70332026-07-19T04:19:43.154ZJul 19 04:19:41.401Jul 19 04:19:41.401 DEBG DEBGJul 19 04:19:41.401failed to allocate space for the new target list
70342026-07-19T04:19:43.154Zreplacing 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
70352026-07-19T04:19:43.154Z 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 } }]Jul 19 04:19:41.401 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
70362026-07-19T04:19:43.154Z
70372026-07-19T04:19:43.154ZJul 19 04:19:41.401Jul 19 04:19:41.401 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
70382026-07-19T04:19:43.154Z
70392026-07-19T04:19:43.154ZJul 19 04:19:41.401 INFO adding route 172.17.0.0/32 -> 10.0.0.255
70402026-07-19T04:19:43.154ZJul 19 04:19:41.401Jul 19 04:19:41.401 Jul 19 04:19:41.401DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70412026-07-19T04:19:43.154ZINFO
70422026-07-19T04:19:43.154Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
70432026-07-19T04:19:43.154ZJul 19 04:19:41.401 INFO adding route 172.17.0.1/32 -> 10.0.0.255
70442026-07-19T04:19:43.154ZJul 19 04:19:41.401Jul 19 04:19:41.401 Jul 19 04:19:41.401 DEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
70452026-07-19T04:19:43.154ZDEBG
70462026-07-19T04:19:43.154Z 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 } }]
70472026-07-19T04:19:43.154ZJul 19 04:19:41.401 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 } }]
70482026-07-19T04:19:43.154ZJul 19 04:19:41.401Jul 19 04:19:41.401 INFOINFOJul 19 04:19:41.401 adding route 172.17.0.12/32 -> 10.0.0.255INFOadding route 172.17.0.2/32 -> 10.0.0.255
70492026-07-19T04:19:43.154Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
70502026-07-19T04:19:43.154Z
70512026-07-19T04:19:43.154ZJul 19 04:19:41.401Jul 19 04:19:41.401 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.401
70522026-07-19T04:19:43.154Z
70532026-07-19T04:19:43.154Z DEBGJul 19 04:19:41.401 INFOJul 19 04:19:41.401 adding route 172.17.0.13/32 -> 10.0.0.255 INFO
70542026-07-19T04:19:43.154Zreplacing 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.17.0.3/32 -> 10.0.0.255
70552026-07-19T04:19:43.154Z
70562026-07-19T04:19:43.154ZJul 19 04:19:41.401: Jul 19 04:19:41.401DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70572026-07-19T04:19:43.154Zfreemap_route_ipv6 Jul 19 04:19:41.401 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 } }]INFOJul 19 04:19:41.401
70582026-07-19T04:19:43.154Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
70592026-07-19T04:19:43.154Z
70602026-07-19T04:19:43.154Z
70612026-07-19T04:19:43.155ZJul 19 04:19:41.401Jul 19 04:19:41.401 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.401Jul 19 04:19:41.401
70622026-07-19T04:19:43.155Zreplacing 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
70632026-07-19T04:19:43.155Z DEBG adding route 172.17.0.4/32 -> 10.0.0.255reset freemap
70642026-07-19T04:19:43.155ZJul 19 04:19:41.401, unitJul 19 04:19:41.401:Jul 19 04:19:41.401 INFOfreemap_route_ipv6
70652026-07-19T04:19:43.155Zadding route 172.17.0.15/32 -> 10.0.0.255 INFO
70662026-07-19T04:19:43.155ZDEBGJul 19 04:19:41.401 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
70672026-07-19T04:19:43.155ZJul 19 04:19:41.401 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.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 } }]
70682026-07-19T04:19:43.155ZJul 19 04:19:41.401Jul 19 04:19:41.401 Jul 19 04:19:41.416 DEBGINFO created new freemapadding route 172.17.0.16/32 -> 10.0.0.255,
70692026-07-19T04:19:43.155Zunit: DEBGfreemap_route_ipv4
70702026-07-19T04:19:43.155Zcreated new freemap, Jul 19 04:19:41.416unitJul 19 04:19:41.416adding route 3fff:dead::/64 -> 2001:db8::55:1:
70712026-07-19T04:19:43.155Z DEBG freemap_route_ipv4
70722026-07-19T04:19:43.155Zcreated new freemapDEBG, Jul 19 04:19:41.416unitreplacing 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 } }] :
70732026-07-19T04:19:43.155ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6
70742026-07-19T04:19:43.155Z
70752026-07-19T04:19:43.155ZJul 19 04:19:41.416Jul 19 04:19:41.416 Jul 19 04:19:41.416Jul 19 04:19:41.416 INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255DEBG
70762026-07-19T04:19:43.155Z initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:2,
70772026-07-19T04:19:43.155Zunit :DEBG Jul 19 04:19:41.416created new freemapJul 19 04:19:41.416 , DEBGunitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:freemap_route_ipv4replacing 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 } }]
70782026-07-19T04:19:43.155Z
70792026-07-19T04:19:43.155Z
70802026-07-19T04:19:43.155Z freemap_route_ipv6
70812026-07-19T04:19:43.155ZJul 19 04:19:41.416 Jul 19 04:19:41.416DEBG DEBGreset freemap , unitJul 19 04:19:41.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.416:
70822026-07-19T04:19:43.155Z INFODEBGfreemap_route_ipv4 adding route 172.17.0.18/32 -> 10.0.0.255
70832026-07-19T04:19:43.155Zinitted freemap. size: 64
70842026-07-19T04:19:43.155Z, unit:Jul 19 04:19:41.416 freemap_route_ipv4
70852026-07-19T04:19:43.155Z DEBGJul 19 04:19:41.416 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
70862026-07-19T04:19:43.155ZJul 19 04:19:41.416 DEBG initted freemap. size: 64reset freemapJul 19 04:19:41.416, unitINFO: , adding route 172.17.0.19/32 -> 10.0.0.255unit
70872026-07-19T04:19:43.155Z: freemap_route_ipv6freemap_route_ipv4
70882026-07-19T04:19:43.172Z
70892026-07-19T04:19:43.172ZJul 19 04:19:41.416 DEBG Jul 19 04:19:41.416replacing 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 } }]
70902026-07-19T04:19:43.172ZDEBG Jul 19 04:19:41.416initted freemap. size: 64 DEBG, unitreset freemapJul 19 04:19:41.416:, unitINFO:Jul 19 04:19:41.416 freemap_route_ipv6 freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255
70912026-07-19T04:19:43.172Z
70922026-07-19T04:19:43.172Z
70932026-07-19T04:19:43.172Z DEBGJul 19 04:19:41.416Jul 19 04:19:41.416 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
70942026-07-19T04:19:43.172Z Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBGDEBG DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
70952026-07-19T04:19:43.173Z
70962026-07-19T04:19:43.173Z , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70972026-07-19T04:19:43.173Z
70982026-07-19T04:19:43.173Zunit: freemap_route_ipv6Jul 19 04:19:41.416 Jul 19 04:19:41.416INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
70992026-07-19T04:19:43.173Z Jul 19 04:19:41.416adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:19:41.416INFO
71002026-07-19T04:19:43.173ZINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
71012026-07-19T04:19:43.173Z
71022026-07-19T04:19:43.173Z
71032026-07-19T04:19:43.173ZJul 19 04:19:41.416 Jul 19 04:19:41.416DEBG Jul 19 04:19:41.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGJul 19 04:19:41.416
71042026-07-19T04:19:43.173Z 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 } }]DEBGINFO
71052026-07-19T04:19:43.173ZJul 19 04:19:41.416 DEBG Jul 19 04:19:41.416replacing 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: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 } }]
71062026-07-19T04:19:43.173Z
71072026-07-19T04:19:43.173Z INFOadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.416
71082026-07-19T04:19:43.173Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:19:41.416
71092026-07-19T04:19:43.173ZJul 19 04:19:41.416Jul 19 04:19:41.416 DEBGadding route 172.17.0.22/32 -> 10.0.0.255INFO
71102026-07-19T04:19:43.173ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71112026-07-19T04:19:43.173ZJul 19 04:19:41.416Jul 19 04:19:41.416 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }]
71122026-07-19T04:19:43.173Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71132026-07-19T04:19:43.173Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
71142026-07-19T04:19:43.173ZJul 19 04:19:41.416
71152026-07-19T04:19:43.173ZJul 19 04:19:41.416Jul 19 04:19:41.416 INFOJul 19 04:19:41.416 DEBG INFO 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 } }] Jul 19 04:19:41.416
71162026-07-19T04:19:43.173Zadding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
71172026-07-19T04:19:43.174Zadding route 172.17.0.23/32 -> 10.0.0.255
71182026-07-19T04:19:43.174Z
71192026-07-19T04:19:43.174Z Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 Jul 19 04:19:41.416DEBG DEBG 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 } }]
71202026-07-19T04:19:43.174Z DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
71212026-07-19T04:19:43.174Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71222026-07-19T04:19:43.174Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
71232026-07-19T04:19:43.174ZJul 19 04:19:41.416
71242026-07-19T04:19:43.174ZINFO Jul 19 04:19:41.416 adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:19:41.416
71252026-07-19T04:19:43.174ZDEBGJul 19 04:19:41.416 INFO 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 } }]Jul 19 04:19:41.416 Jul 19 04:19:41.416DEBG
71262026-07-19T04:19:43.174Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
71272026-07-19T04:19:43.174Zreplacing targets for 3fff:dead::/64 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.1/32 -> 10.0.0.255
71282026-07-19T04:19:43.174Z
71292026-07-19T04:19:43.174ZJul 19 04:19:41.416
71302026-07-19T04:19:43.174Z Jul 19 04:19:41.416 INFO INFOadding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:19:41.416
71312026-07-19T04:19:43.174Z Jul 19 04:19:41.416 DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
71322026-07-19T04:19:43.174Z Jul 19 04:19:41.416replacing 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 } }]
71332026-07-19T04:19:43.174Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGJul 19 04:19:41.416
71342026-07-19T04:19:43.174Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71352026-07-19T04:19:43.174Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.416 INFO
71362026-07-19T04:19:43.174Z Jul 19 04:19:41.416adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO
71372026-07-19T04:19:43.174Z adding route 172.17.0.26/32 -> 10.0.0.255
71382026-07-19T04:19:43.174ZJul 19 04:19:41.416 Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBG
71392026-07-19T04:19:43.174ZJul 19 04:19:41.416 INFODEBGINFO Jul 19 04:19:41.416replacing 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 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 } }]
71402026-07-19T04:19:43.175Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
71412026-07-19T04:19:43.175Z
71422026-07-19T04:19:43.175Z INFO adding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.2/32 -> 10.0.0.255
71432026-07-19T04:19:43.175Z
71442026-07-19T04:19:43.175ZJul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 INFO adding route 172.17.0.27/32 -> 10.0.0.255DEBG INFO
71452026-07-19T04:19:43.175Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.416
71462026-07-19T04:19:43.175ZJul 19 04:19:41.416 Jul 19 04:19:41.416 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }]
71472026-07-19T04:19:43.175Z
71482026-07-19T04:19:43.175Z DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71492026-07-19T04:19:43.175ZJul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 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 } }]INFO
71502026-07-19T04:19:43.175Z adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:19:41.416replacing 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 } }]
71512026-07-19T04:19:43.175Z INFOINFO Jul 19 04:19:41.416 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
71522026-07-19T04:19:43.175Z
71532026-07-19T04:19:43.175ZJul 19 04:19:41.416
71542026-07-19T04:19:43.175Z DEBG INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:19:41.416Jul 19 04:19:41.416
71552026-07-19T04:19:43.175Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
71562026-07-19T04:19:43.175ZINFODEBGreplacing 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.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
71572026-07-19T04:19:43.175Z
71582026-07-19T04:19:43.175ZJul 19 04:19:41.416
71592026-07-19T04:19:43.175Z 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 } }]Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416
71602026-07-19T04:19:43.175Z DEBG INFOINFO Jul 19 04:19:41.416Jul 19 04:19:41.416 adding route 172.17.0.29/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 } }]adding route 172.17.0.7/32 -> 10.0.0.255
71612026-07-19T04:19:43.175Z
71622026-07-19T04:19:43.175ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
71632026-07-19T04:19:43.176ZDEBGJul 19 04:19:41.416Jul 19 04:19:41.416
71642026-07-19T04:19:43.176Z 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 } }]DEBGDEBG
71652026-07-19T04:19:43.176Z Jul 19 04:19:41.416 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.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 } }]
71662026-07-19T04:19:43.176ZDEBGJul 19 04:19:41.416 Jul 19 04:19:41.416
71672026-07-19T04:19:43.176Zreplacing 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 } }]
71682026-07-19T04:19:43.176ZJul 19 04:19:41.416Jul 19 04:19:41.416 INFOINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 INFOadding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:19:41.416
71692026-07-19T04:19:43.176Z
71702026-07-19T04:19:43.176ZINFOadding route 172.17.0.8/32 -> 10.0.0.255 Jul 19 04:19:41.416
71712026-07-19T04:19:43.176Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
71722026-07-19T04:19:43.176Z
71732026-07-19T04:19:43.176Zreplacing 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 } }]
71742026-07-19T04:19:43.176ZJul 19 04:19:41.416 Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBG DEBGINFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.416
71752026-07-19T04:19:43.176Z adding route 172.17.0.31/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 } }]
71762026-07-19T04:19:43.176ZDEBG 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 } }]
71772026-07-19T04:19:43.176Z
71782026-07-19T04:19:43.176Z Jul 19 04:19:41.416DEBG Jul 19 04:19:41.416Jul 19 04:19:41.416replacing 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 } }] INFODEBG
71792026-07-19T04:19:43.176Z 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.9/32 -> 10.0.0.255
71802026-07-19T04:19:43.176Z
71812026-07-19T04:19:43.176ZJul 19 04:19:41.427 Jul 19 04:19:41.417Jul 19 04:19:41.427 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
71822026-07-19T04:19:43.176Z Jul 19 04:19:41.427INFO , INFOunit : adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
71832026-07-19T04:19:43.176Z
71842026-07-19T04:19:43.176Zfreemap_route_ipv4
71852026-07-19T04:19:43.176ZINFOJul 19 04:19:41.427Jul 19 04:19:41.427 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGDEBG Jul 19 04:19:41.427replacing 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 } }]
71862026-07-19T04:19:43.176Z
71872026-07-19T04:19:43.176Z INFO adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71882026-07-19T04:19:43.185ZJul 19 04:19:41.427
71892026-07-19T04:19:43.185Z Jul 19 04:19:41.427INFO adding route 172.17.0.33/32 -> 10.0.0.255
71902026-07-19T04:19:43.185ZDEBGJul 19 04:19:41.427Jul 19 04:19:41.427 Jul 19 04:19:41.427Jul 19 04:19:41.427DEBGINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffcreated new freemapDEBGDEBG , 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 } }]
71912026-07-19T04:19:43.185Z
71922026-07-19T04:19:43.185Z 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
71932026-07-19T04:19:43.185Z:Jul 19 04:19:41.427Jul 19 04:19:41.427 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 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 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 } }]
71942026-07-19T04:19:43.185Z
71952026-07-19T04:19:43.185Z
71962026-07-19T04:19:43.185Z
71972026-07-19T04:19:43.185ZJul 19 04:19:41.427Jul 19 04:19:41.427 INFODEBGJul 19 04:19:41.427 Jul 19 04:19:41.427INFO 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 3fff:beef:e::/64 -> 2001:db8::55:ff
71982026-07-19T04:19:43.185ZJul 19 04:19:41.427
71992026-07-19T04:19:43.185Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
72002026-07-19T04:19:43.185ZINFODEBG Jul 19 04:19:41.427adding route 172.17.0.11/32 -> 10.0.0.255 Jul 19 04:19:41.427INFO
72012026-07-19T04:19:43.185Z Jul 19 04:19:41.427 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
72022026-07-19T04:19:43.185Z DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
72032026-07-19T04:19:43.185Z
72042026-07-19T04:19:43.185Z: Jul 19 04:19:41.427freemap_route_ipv4
72052026-07-19T04:19:43.185ZDEBGJul 19 04:19:41.427 DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.427
72062026-07-19T04:19:43.186ZJul 19 04:19:41.427 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 } }] INFOINFO
72072026-07-19T04:19:43.186Z Jul 19 04:19:41.427adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
72082026-07-19T04:19:43.186ZJul 19 04:19:41.427adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBGINFOJul 19 04:19:41.427
72092026-07-19T04:19:43.186Zreset freemap, adding route 172.17.0.36/32 -> 10.0.0.255 Jul 19 04:19:41.427
72102026-07-19T04:19:43.186ZDEBG INFOunit :replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.427 freemap_route_ipv4
72112026-07-19T04:19:43.186Z Jul 19 04:19:41.427DEBG DEBG adding route 172.17.0.12/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 } }]
72122026-07-19T04:19:43.186Z
72132026-07-19T04:19:43.186Z
72142026-07-19T04:19:43.186Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.427
72152026-07-19T04:19:43.186ZJul 19 04:19:41.427 DEBGJul 19 04:19:41.427 initted freemap. size: 64Jul 19 04:19:41.427, Jul 19 04:19:41.427 INFODEBGINFOunit :INFO adding route 172.17.0.37/32 -> 10.0.0.255
72162026-07-19T04:19:43.186Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
72172026-07-19T04:19:43.186Z
72182026-07-19T04:19:43.186Z 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 } }]
72192026-07-19T04:19:43.186ZJul 19 04:19:41.427freemap_route_ipv6 DEBGJul 19 04:19:41.427
72202026-07-19T04:19:43.186ZJul 19 04:19:41.427 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72212026-07-19T04:19:43.186ZDEBGJul 19 04:19:41.427 Jul 19 04:19:41.427 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 } }] INFOJul 19 04:19:41.427replacing 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
72222026-07-19T04:19:43.186ZINFO reset freemapadding route 172.17.0.13/32 -> 10.0.0.255, unit
72232026-07-19T04:19:43.186Z
72242026-07-19T04:19:43.186Z:adding route 172.17.0.38/32 -> 10.0.0.255
72252026-07-19T04:19:43.186Z freemap_route_ipv6
72262026-07-19T04:19:43.186ZJul 19 04:19:41.428 Jul 19 04:19:41.428Jul 19 04:19:41.428Jul 19 04:19:41.428INFO INFODEBG 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 Jul 19 04:19:41.428adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
72272026-07-19T04:19:43.186Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
72282026-07-19T04:19:43.186Z 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 } }]
72292026-07-19T04:19:43.187ZJul 19 04:19:41.428
72302026-07-19T04:19:43.187Z INFOINFOJul 19 04:19:41.428 Jul 19 04:19:41.428 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.39/32 -> 10.0.0.255
72312026-07-19T04:19:43.187Z
72322026-07-19T04:19:43.187ZDEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
72332026-07-19T04:19:43.187ZJul 19 04:19:41.428
72342026-07-19T04:19:43.187Z Jul 19 04:19:41.428 DEBGINFO Jul 19 04:19:41.428Jul 19 04:19:41.428replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 19 04:19:41.428
72352026-07-19T04:19:43.187Z INFO DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
72362026-07-19T04:19:43.187Z
72372026-07-19T04:19:43.187Z adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.428
72382026-07-19T04:19:43.187Z
72392026-07-19T04:19:43.187Z Jul 19 04:19:41.428 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
72402026-07-19T04:19:43.187ZJul 19 04:19:41.428
72412026-07-19T04:19:43.187Z Jul 19 04:19:41.428Jul 19 04:19:41.428 Jul 19 04:19:41.428DEBGJul 19 04:19:41.428DEBG 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 } }] DEBG
72422026-07-19T04:19:43.187Z 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 } }]
72432026-07-19T04:19:43.187Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.428
72442026-07-19T04:19:43.187Z 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 } }]INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72452026-07-19T04:19:43.187Z Jul 19 04:19:41.428
72462026-07-19T04:19:43.187Z adding route 172.17.0.41/32 -> 10.0.0.255INFO
72472026-07-19T04:19:43.187ZJul 19 04:19:41.428 adding route 172.16.0.0/32 -> 10.0.0.3INFO Jul 19 04:19:41.428adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:19:41.428
72482026-07-19T04:19:43.187Z Jul 19 04:19:41.428
72492026-07-19T04:19:43.187Z DEBG INFOINFOJul 19 04:19:41.428 Jul 19 04:19:41.428adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72502026-07-19T04:19:43.187Zadding route 172.17.0.15/32 -> 10.0.0.255DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72512026-07-19T04:19:43.187Z
72522026-07-19T04:19:43.188Zreplacing 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 } }]
72532026-07-19T04:19:43.188ZJul 19 04:19:41.428
72542026-07-19T04:19:43.188Ztest route::tests::same_size_non_subset_replace ... ok
72552026-07-19T04:19:43.188ZINFOJul 19 04:19:41.428 Jul 19 04:19:41.428INFOadding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:19:41.428adding route 172.16.0.0/32 -> 10.0.0.4
72562026-07-19T04:19:43.188Z
72572026-07-19T04:19:43.188ZINFO DEBGJul 19 04:19:41.428adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
72582026-07-19T04:19:43.188Z DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.428replacing 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 } }]
72592026-07-19T04:19:43.188Z
72602026-07-19T04:19:43.188ZDEBG Jul 19 04:19:41.428Jul 19 04:19:41.428Jul 19 04:19:41.428 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 } }]INFODEBG
72612026-07-19T04:19:43.188Zadding route 172.17.0.43/32 -> 10.0.0.255 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 } }]
72622026-07-19T04:19:43.188Z
72632026-07-19T04:19:43.188Ztest route::tests::delete_target_fragmented ... ok
72642026-07-19T04:19:43.188ZJul 19 04:19:41.428 INFOJul 19 04:19:41.428 DEBGJul 19 04:19:41.428 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 } }]Jul 19 04:19:41.428 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72652026-07-19T04:19:43.188Z
72662026-07-19T04:19:43.188Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
72672026-07-19T04:19:43.188ZINFO
72682026-07-19T04:19:43.188Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.428Jul 19 04:19:41.428 DEBGINFO Jul 19 04:19:41.428 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 172.17.0.44/32 -> 10.0.0.255Jul 19 04:19:41.428
72692026-07-19T04:19:43.188Z DEBG
72702026-07-19T04:19:43.188Z
72712026-07-19T04:19:43.188ZDEBGJul 19 04:19:41.428 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
72722026-07-19T04:19:43.188Z Jul 19 04:19:41.428replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 19 04:19:41.428
72732026-07-19T04:19:43.188ZJul 19 04:19:41.428 DEBG DEBG
72742026-07-19T04:19:43.188Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.428
72752026-07-19T04:19:43.188Z 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 } }] DEBG
72762026-07-19T04:19:43.188ZJul 19 04:19:41.428 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO 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 } }]
72772026-07-19T04:19:43.189Z
72782026-07-19T04:19:43.189Zadding route 172.17.0.45/32 -> 10.0.0.255
72792026-07-19T04:19:43.189ZJul 19 04:19:41.428Jul 19 04:19:41.428Jul 19 04:19:41.428 INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
72802026-07-19T04:19:43.189ZJul 19 04:19:41.428adding route 172.17.0.17/32 -> 10.0.0.255 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.428replacing 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 } }]
72812026-07-19T04:19:43.189Z
72822026-07-19T04:19:43.189ZDEBG 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 } }]
72832026-07-19T04:19:43.189ZJul 19 04:19:41.428 INFOJul 19 04:19:41.428 Jul 19 04:19:41.428adding route 172.17.0.46/32 -> 10.0.0.255INFO
72842026-07-19T04:19:43.189Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
72852026-07-19T04:19:43.189ZJul 19 04:19:41.428adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
72862026-07-19T04:19:43.189ZDEBG 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 } }]
72872026-07-19T04:19:43.189ZJul 19 04:19:41.428 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 } }]
72882026-07-19T04:19:43.198ZJul 19 04:19:41.428 Jul 19 04:19:41.428Jul 19 04:19:41.428DEBG 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 } }] Jul 19 04:19:41.416
72892026-07-19T04:19:43.198Zadding route 172.17.0.47/32 -> 10.0.0.255 INFO
72902026-07-19T04:19:43.198Z INFOJul 19 04:19:41.428adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
72912026-07-19T04:19:43.198ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:19:41.428
72922026-07-19T04:19:43.198Zadding route 172.17.0.5/32 -> 10.0.0.255 DEBG
72932026-07-19T04:19:43.198Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.428
72942026-07-19T04:19:43.199Z Jul 19 04:19:41.428DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.428 INFO adding route 172.17.0.48/32 -> 10.0.0.255
72952026-07-19T04:19:43.199ZJul 19 04:19:41.416
72962026-07-19T04:19:43.199ZJul 19 04:19:41.401 Jul 19 04:19:41.440 DEBGDEBGDEBG 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 } }]
72972026-07-19T04:19:43.199ZJul 19 04:19:41.440 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffcreated new freemap
72982026-07-19T04:19:43.199Zcreated new freemap, Jul 19 04:19:41.440, unitINFO:unit :Jul 19 04:19:41.440freemap_route_ipv4adding route 172.17.0.49/32 -> 10.0.0.255
72992026-07-19T04:19:43.199Z
73002026-07-19T04:19:43.199Z DEBGfreemap_route_ipv4 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 } }]
73012026-07-19T04:19:43.199Z
73022026-07-19T04:19:43.199ZJul 19 04:19:41.440Jul 19 04:19:41.440 DEBG created new freemap, unit :DEBG Jul 19 04:19:41.440freemap_route_ipv6Jul 19 04:19:41.440
73032026-07-19T04:19:43.199Z 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
73042026-07-19T04:19:43.199Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
73052026-07-19T04:19:43.199Z created new freemapJul 19 04:19:41.440, unitJul 19 04:19:41.440:INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBGJul 19 04:19:41.440
73062026-07-19T04:19:43.199Z DEBGfreemap_route_ipv6initted freemap. size: 64 , Jul 19 04:19:41.440replacing 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 } }]
73072026-07-19T04:19:43.199Z
73082026-07-19T04:19:43.199ZDEBG unitreplacing 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 } }]:
73092026-07-19T04:19:43.199ZJul 19 04:19:41.440 Jul 19 04:19:41.440 freemap_route_ipv4
73102026-07-19T04:19:43.199ZINFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:19:41.440
73112026-07-19T04:19:43.199Z INFOinitted freemap. size: 64 adding route 172.17.0.51/32 -> 10.0.0.255,
73122026-07-19T04:19:43.199Zunit: Jul 19 04:19:41.440Jul 19 04:19:41.440freemap_route_ipv4 Jul 19 04:19:41.440
73132026-07-19T04:19:43.199Z DEBG DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
73142026-07-19T04:19:43.199Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.440reset freemap
73152026-07-19T04:19:43.199Z Jul 19 04:19:41.440 INFODEBG, Jul 19 04:19:41.440unitreset freemap: , INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv4
73162026-07-19T04:19:43.199Z
73172026-07-19T04:19:43.199Zunit
73182026-07-19T04:19:43.199Z: freemap_route_ipv4Jul 19 04:19:41.440Jul 19 04:19:41.440 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73192026-07-19T04:19:43.199Z
73202026-07-19T04:19:43.199Z DEBGJul 19 04:19:41.440 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.440INFO
73212026-07-19T04:19:43.199ZJul 19 04:19:41.440 DEBG initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:19:41.440,
73222026-07-19T04:19:43.199Zunit INFO :adding route 172.17.0.53/32 -> 10.0.0.255
73232026-07-19T04:19:43.199ZDEBGfreemap_route_ipv6Jul 19 04:19:41.440 DEBG initted freemap. size: 64Jul 19 04:19:41.440replacing 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 } }]
73242026-07-19T04:19:43.199Z
73252026-07-19T04:19:43.199Z, DEBGunit :replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.440
73262026-07-19T04:19:43.199Z INFOfreemap_route_ipv6Jul 19 04:19:41.440
73272026-07-19T04:19:43.200Z Jul 19 04:19:41.440DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff reset freemapINFO,
73282026-07-19T04:19:43.200ZunitJul 19 04:19:41.440adding route 172.17.0.54/32 -> 10.0.0.255
73292026-07-19T04:19:43.200ZDEBG reset freemap:, unitJul 19 04:19:41.441: Jul 19 04:19:41.441DEBG freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
73302026-07-19T04:19:43.200Z
73312026-07-19T04:19:43.200ZDEBG
73322026-07-19T04:19:43.200Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441
73332026-07-19T04:19:43.200Z INFOJul 19 04:19:41.441 adding route 172.17.0.55/32 -> 10.0.0.255INFO
73342026-07-19T04:19:43.200Z adding route 172.16.0.0/32 -> 10.0.0.1
73352026-07-19T04:19:43.200ZJul 19 04:19:41.441 INFO Jul 19 04:19:41.441Jul 19 04:19:41.441 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
73362026-07-19T04:19:43.200ZDEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Jul 19 04:19:41.441
73372026-07-19T04:19:43.200Z 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 } }]DEBG
73382026-07-19T04:19:43.200ZJul 19 04:19:41.441 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 } }]
73392026-07-19T04:19:43.200ZDEBGJul 19 04:19:41.441
73402026-07-19T04:19:43.200Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.441DEBG
73412026-07-19T04:19:43.200Z INFO Jul 19 04:19:41.441adding route 172.17.0.56/32 -> 10.0.0.255
73422026-07-19T04:19:43.200ZJul 19 04:19:41.441 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441 INFO
73432026-07-19T04:19:43.200Z Jul 19 04:19:41.441 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO
73442026-07-19T04:19:43.200ZJul 19 04:19:41.441 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
73452026-07-19T04:19:43.200ZINFO Jul 19 04:19:41.441 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 } }]DEBG
73462026-07-19T04:19:43.200Z adding route 3fff:beef:21::/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 } }]Jul 19 04:19:41.441
73472026-07-19T04:19:43.200ZJul 19 04:19:41.441
73482026-07-19T04:19:43.200Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG INFO
73492026-07-19T04:19:43.200ZJul 19 04:19:41.441replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73502026-07-19T04:19:43.200ZDEBGJul 19 04:19:41.441 adding route 172.17.0.57/32 -> 10.0.0.255
73512026-07-19T04:19:43.200ZDEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441 failed to allocate space for the new target list
73522026-07-19T04:19:43.200Z
73532026-07-19T04:19:43.200ZJul 19 04:19:41.441 Jul 19 04:19:41.441DEBG DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.441
73542026-07-19T04:19:43.200Ztest route::tests::shrink_preserves_compacted_order ... ok
73552026-07-19T04:19:43.200ZJul 19 04:19:41.441 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
73562026-07-19T04:19:43.200Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.441INFO INFO
73572026-07-19T04:19:43.200ZJul 19 04:19:41.441 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
73582026-07-19T04:19:43.200Z
73592026-07-19T04:19:43.200ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.441
73602026-07-19T04:19:43.200Z
73612026-07-19T04:19:43.200Z Jul 19 04:19:41.441DEBG 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 } }]
73622026-07-19T04:19:43.200ZDEBG Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
73632026-07-19T04:19:43.200Z
73642026-07-19T04:19:43.200ZJul 19 04:19:41.441 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.3, vlan_id: None } }]Jul 19 04:19:41.441
73652026-07-19T04:19:43.200Z Jul 19 04:19:41.441adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
73662026-07-19T04:19:43.200Zadding route 172.17.0.59/32 -> 10.0.0.255
73672026-07-19T04:19:43.201ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
73682026-07-19T04:19:43.201ZJul 19 04:19:41.441 Jul 19 04:19:41.441DEBG Jul 19 04:19:41.441replacing 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 } }] DEBGDEBG
73692026-07-19T04:19:43.201Zreplacing 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:dead::/64 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 } }]
73702026-07-19T04:19:43.201Z
73712026-07-19T04:19:43.201ZJul 19 04:19:41.441Jul 19 04:19:41.441 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.60/32 -> 10.0.0.255
73722026-07-19T04:19:43.201Z
73732026-07-19T04:19:43.201ZJul 19 04:19:41.441Jul 19 04:19:41.441Jul 19 04:19:41.441 DEBGDEBG
73742026-07-19T04:19:43.201Zreplacing 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 } }]
73752026-07-19T04:19:43.201Zreplacing 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 } }]
73762026-07-19T04:19:43.201ZDEBG 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 } }]
73772026-07-19T04:19:43.201ZJul 19 04:19:41.441Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO INFOJul 19 04:19:41.441DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBGfailed to allocate space for the new target list
73782026-07-19T04:19:43.201Z
73792026-07-19T04:19:43.201Zreplacing 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:25::/64 -> 2001:db8::55:ff
73802026-07-19T04:19:43.201Z
73812026-07-19T04:19:43.201ZJul 19 04:19:41.441 DEBGJul 19 04:19:41.441 Jul 19 04:19:41.441replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73822026-07-19T04:19:43.201ZDEBGJul 19 04:19:41.441 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 } }] INFO
73832026-07-19T04:19:43.201Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
73842026-07-19T04:19:43.201Z
73852026-07-19T04:19:43.201ZJul 19 04:19:41.441 INFOJul 19 04:19:41.441Jul 19 04:19:41.441 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
73862026-07-19T04:19:43.201Z 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.17.0.7/32 -> 10.0.0.255
73872026-07-19T04:19:43.201Z
73882026-07-19T04:19:43.210ZJul 19 04:19:41.441 DEBG Jul 19 04:19:41.441replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441
73892026-07-19T04:19:43.210Z DEBGINFO 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.19/32 -> 10.0.0.255
73902026-07-19T04:19:43.210Z
73912026-07-19T04:19:43.210ZJul 19 04:19:41.441 Jul 19 04:19:41.441INFO Jul 19 04:19:41.441INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
73922026-07-19T04:19:43.210ZDEBGadding route 172.17.0.8/32 -> 10.0.0.255
73932026-07-19T04:19:43.210Zreplacing 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 } }]
73942026-07-19T04:19:43.210ZJul 19 04:19:41.441 DEBGJul 19 04:19:41.441 Jul 19 04:19:41.441replacing 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
73952026-07-19T04:19:43.210Z 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
73962026-07-19T04:19:43.210Z adding route 172.17.0.20/32 -> 10.0.0.255
73972026-07-19T04:19:43.210ZJul 19 04:19:41.441Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO INFODEBGadding route 172.17.0.9/32 -> 10.0.0.255
73982026-07-19T04:19:43.210Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73992026-07-19T04:19:43.210Z
74002026-07-19T04:19:43.210ZJul 19 04:19:41.441 DEBGJul 19 04:19:41.441Jul 19 04:19:41.441 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 } }]INFO
74012026-07-19T04:19:43.210Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
74022026-07-19T04:19:43.210Z
74032026-07-19T04:19:43.210ZJul 19 04:19:41.441 INFO Jul 19 04:19:41.441adding route 172.17.0.10/32 -> 10.0.0.255
74042026-07-19T04:19:43.210ZDEBGJul 19 04:19:41.441 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
74052026-07-19T04:19:43.210ZJul 19 04:19:41.441Jul 19 04:19:41.441 DEBGJul 19 04:19:41.506 DEBGcreated new freemapDEBG , created new freemapunit, :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 } }] unitfreemap_route_ipv4:
74062026-07-19T04:19:43.210Z
74072026-07-19T04:19:43.210Zfreemap_route_ipv4
74082026-07-19T04:19:43.210ZJul 19 04:19:41.506 DEBG created new freemap, unit: Jul 19 04:19:41.507Jul 19 04:19:41.507freemap_route_ipv6
74092026-07-19T04:19:43.210Z INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffcreated new freemapJul 19 04:19:41.507,
74102026-07-19T04:19:43.210ZunitDEBG :initted freemap. size: 64 , Jul 19 04:19:41.507unitfreemap_route_ipv6:
74112026-07-19T04:19:43.210Z DEBGfreemap_route_ipv4
74122026-07-19T04:19:43.210Zreplacing 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 } }]
74132026-07-19T04:19:43.210ZJul 19 04:19:41.507 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
74142026-07-19T04:19:43.210ZJul 19 04:19:41.507Jul 19 04:19:41.507Jul 19 04:19:41.507 INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG
74152026-07-19T04:19:43.210Zreset freemap reset freemap, , unitunit::Jul 19 04:19:41.507 DEBGfreemap_route_ipv4
74162026-07-19T04:19:43.211Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
74172026-07-19T04:19:43.211Z
74182026-07-19T04:19:43.211ZJul 19 04:19:41.507 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Jul 19 04:19:41.507Jul 19 04:19:41.507
74192026-07-19T04:19:43.211Z DEBG INFO initted freemap. size: 64Jul 19 04:19:41.507, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unit
74202026-07-19T04:19:43.211Z:DEBG freemap_route_ipv6reset freemap
74212026-07-19T04:19:43.211Z, unit: Jul 19 04:19:41.507 DEBG reset freemap, unit:freemap_route_ipv6 Jul 19 04:19:41.507
74222026-07-19T04:19:43.211Zfreemap_route_ipv6 DEBG
74232026-07-19T04:19:43.211Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.507
74242026-07-19T04:19:43.211ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.507
74252026-07-19T04:19:43.211Z Jul 19 04:19:41.507INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.507
74262026-07-19T04:19:43.211Z 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:19:41.507
74272026-07-19T04:19:43.211Z DEBG
74282026-07-19T04:19:43.211Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:19:41.507 INFO adding route 172.16.0.0/32 -> 10.0.0.2
74292026-07-19T04:19:43.211Z
74302026-07-19T04:19:43.211ZJul 19 04:19:41.507Jul 19 04:19:41.507 DEBGDEBGJul 19 04:19:41.507 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74312026-07-19T04:19:43.211Z adding route 172.16.0.0/32 -> 10.0.0.2 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 } }]
74322026-07-19T04:19:43.211Z
74332026-07-19T04:19:43.211ZJul 19 04:19:41.507 INFO adding route 172.17.0.0/32 -> 10.0.0.255
74342026-07-19T04:19:43.211ZJul 19 04:19:41.507 DEBGJul 19 04:19:41.507Jul 19 04:19:41.507 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74352026-07-19T04:19:43.211Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74362026-07-19T04:19:43.211Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:19:41.507 INFO adding route 172.17.0.1/32 -> 10.0.0.255
74372026-07-19T04:19:43.211Z
74382026-07-19T04:19:43.211ZJul 19 04:19:41.507 Jul 19 04:19:41.507DEBG Jul 19 04:19:41.507replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3
74392026-07-19T04:19:43.211Z
74402026-07-19T04:19:43.211Z 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 } }]Jul 19 04:19:41.507Jul 19 04:19:41.507 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 } }]
74412026-07-19T04:19:43.211Z
74422026-07-19T04:19:43.211Zadding route 172.17.0.2/32 -> 10.0.0.255
74432026-07-19T04:19:43.211Z
74442026-07-19T04:19:43.211ZJul 19 04:19:41.507Jul 19 04:19:41.507 DEBGINFO Jul 19 04:19:41.507adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74452026-07-19T04:19:43.211ZINFO
74462026-07-19T04:19:43.211Z adding route 172.16.0.0/32 -> 10.0.0.4
74472026-07-19T04:19:43.211ZJul 19 04:19:41.507Jul 19 04:19:41.507 INFOINFOJul 19 04:19:41.507 Jul 19 04:19:41.507 adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255DEBG
74482026-07-19T04:19:43.211Z
74492026-07-19T04:19:43.211Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
74502026-07-19T04:19:43.211ZDEBG Jul 19 04:19:41.507Jul 19 04:19:41.507replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG
74512026-07-19T04:19:43.212Z 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 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 } }]
74522026-07-19T04:19:43.212ZJul 19 04:19:41.507Jul 19 04:19:41.441Jul 19 04:19:41.507 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.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 } }]
74532026-07-19T04:19:43.212ZDEBG Jul 19 04:19:41.507
74542026-07-19T04:19:43.212Z 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
74552026-07-19T04:19:43.212Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.4/32 -> 10.0.0.255
74562026-07-19T04:19:43.212Z
74572026-07-19T04:19:43.212ZJul 19 04:19:41.507 INFOJul 19 04:19:41.507Jul 19 04:19:41.507 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
74582026-07-19T04:19:43.212Z adding route 172.17.0.23/32 -> 10.0.0.255
74592026-07-19T04:19:43.212ZJul 19 04:19:41.507Jul 19 04:19:41.520 INFOINFO Jul 19 04:19:41.520 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
74602026-07-19T04:19:43.212Z 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 } }]
74612026-07-19T04:19:43.212Zadding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:19:41.520
74622026-07-19T04:19:43.212ZJul 19 04:19:41.520 INFODEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
74632026-07-19T04:19:43.212Z
74642026-07-19T04:19:43.212ZJul 19 04:19:41.520 Jul 19 04:19:41.520DEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.520replacing 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 } }]
74652026-07-19T04:19:43.212Z
74662026-07-19T04:19:43.212ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
74672026-07-19T04:19:43.212ZJul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:19:41.520replacing 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 } }]
74682026-07-19T04:19:43.212Z
74692026-07-19T04:19:43.212ZINFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:19:41.520Jul 19 04:19:41.520
74702026-07-19T04:19:43.212Z 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 } }]
74712026-07-19T04:19:43.212Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 19 04:19:41.520
74722026-07-19T04:19:43.212Z 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 } }]
74732026-07-19T04:19:43.212ZJul 19 04:19:41.520 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:19:41.520
74742026-07-19T04:19:43.212Z INFOJul 19 04:19:41.520 Jul 19 04:19:41.520DEBGadding route 172.17.0.13/32 -> 10.0.0.255
74752026-07-19T04:19:43.212ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
74762026-07-19T04:19:43.212Z
74772026-07-19T04:19:43.212ZJul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG Jul 19 04:19:41.520adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74782026-07-19T04:19:43.212ZINFO
74792026-07-19T04:19:43.212Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
74802026-07-19T04:19:43.212ZJul 19 04:19:41.520 DEBGJul 19 04:19:41.520 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
74812026-07-19T04:19:43.212Z 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 } }]Jul 19 04:19:41.520
74822026-07-19T04:19:43.212Z Jul 19 04:19:41.520INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 Jul 19 04:19:41.520adding route 172.17.0.28/32 -> 10.0.0.255
74832026-07-19T04:19:43.212ZINFO
74842026-07-19T04:19:43.212Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
74852026-07-19T04:19:43.212ZJul 19 04:19:41.520 DEBGJul 19 04:19:41.520 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
74862026-07-19T04:19:43.212Z Jul 19 04:19:41.520replacing 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 } }]
74872026-07-19T04:19:43.212ZDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.520
74882026-07-19T04:19:43.217Z Jul 19 04:19:41.520INFO INFOJul 19 04:19:41.520 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
74892026-07-19T04:19:43.217Z
74902026-07-19T04:19:43.217ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBGDEBG
74912026-07-19T04:19:43.217Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
74922026-07-19T04:19:43.217Z
74932026-07-19T04:19:43.217ZJul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520 INFODEBG INFOadding route 172.17.0.30/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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
74942026-07-19T04:19:43.218Z
74952026-07-19T04:19:43.218Z
74962026-07-19T04:19:43.218ZJul 19 04:19:41.520Jul 19 04:19:41.520 DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.520replacing 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 } }]
74972026-07-19T04:19:43.218Z
74982026-07-19T04:19:43.218ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
74992026-07-19T04:19:43.218ZJul 19 04:19:41.520 INFO Jul 19 04:19:41.520adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG
75002026-07-19T04:19:43.218Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.520
75012026-07-19T04:19:43.218Z Jul 19 04:19:41.520INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBGJul 19 04:19:41.520 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 } }]
75022026-07-19T04:19:43.218ZINFO
75032026-07-19T04:19:43.218Z Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBGINFOadding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75042026-07-19T04:19:43.218Z
75052026-07-19T04:19:43.218Z
75062026-07-19T04:19:43.218ZJul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520 DEBGDEBG 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 } }]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 } }]
75072026-07-19T04:19:43.218Z
75082026-07-19T04:19:43.218Z adding route 172.17.0.32/32 -> 10.0.0.255
75092026-07-19T04:19:43.218ZJul 19 04:19:41.520 INFO Jul 19 04:19:41.520adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
75102026-07-19T04:19:43.218ZDEBGJul 19 04:19:41.520 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
75112026-07-19T04:19:43.219Z adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:19:41.520
75122026-07-19T04:19:43.219Z DEBG Jul 19 04:19:41.520replacing 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 } }]
75132026-07-19T04:19:43.219ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
75142026-07-19T04:19:43.219ZJul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520DEBGINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
75152026-07-19T04:19:43.219Zreplacing 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 } }]
75162026-07-19T04:19:43.219Z
75172026-07-19T04:19:43.219ZJul 19 04:19:41.520Jul 19 04:19:41.520 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:19:41.520
75182026-07-19T04:19:43.219Z DEBG
75192026-07-19T04:19:43.219Z 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 } }]
75202026-07-19T04:19:43.219ZJul 19 04:19:41.520 Jul 19 04:19:41.520DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75212026-07-19T04:19:43.219Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.520
75222026-07-19T04:19:43.219ZDEBG Jul 19 04:19:41.520replacing 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 } }]
75232026-07-19T04:19:43.219ZINFO Jul 19 04:19:41.520adding route 172.17.0.35/32 -> 10.0.0.255
75242026-07-19T04:19:43.219ZDEBGJul 19 04:19:41.520 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
75252026-07-19T04:19:43.219Z adding route 172.17.0.20/32 -> 10.0.0.255
75262026-07-19T04:19:43.219ZJul 19 04:19:41.520 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 } }]Jul 19 04:19:41.520
75272026-07-19T04:19:43.220Z 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 } }]
75282026-07-19T04:19:43.220ZJul 19 04:19:41.520Jul 19 04:19:41.520 DEBG INFOfailed to allocate space for the new target list
75292026-07-19T04:19:43.220ZJul 19 04:19:41.520adding route 172.17.0.36/32 -> 10.0.0.255
75302026-07-19T04:19:43.220ZINFO Jul 19 04:19:41.520adding route 172.17.0.21/32 -> 10.0.0.255
75312026-07-19T04:19:43.220ZDEBG replacing targets for 3fff:dead::/64 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 } }]
75322026-07-19T04:19:43.220ZJul 19 04:19:41.520 DEBG Jul 19 04:19:41.520replacing 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 } }]
75332026-07-19T04:19:43.220ZDEBG 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 } }]
75342026-07-19T04:19:43.220ZJul 19 04:19:41.520 INFO Jul 19 04:19:41.520adding route 172.17.0.22/32 -> 10.0.0.255
75352026-07-19T04:19:43.220ZINFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:19:41.520 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 } }]
75362026-07-19T04:19:43.220Z
75372026-07-19T04:19:43.220ZJul 19 04:19:41.520 Jul 19 04:19:41.520INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
75382026-07-19T04:19:43.220Zreplacing 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 } }]
75392026-07-19T04:19:43.220ZJul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG adding route 172.17.0.38/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 } }]
75402026-07-19T04:19:43.220Z
75412026-07-19T04:19:43.221ZJul 19 04:19:41.520 INFO adding route 172.17.0.24/32 -> 10.0.0.255
75422026-07-19T04:19:43.221ZJul 19 04:19:41.520Jul 19 04:19:41.520 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
75432026-07-19T04:19:43.221Z
75442026-07-19T04:19:43.221ZJul 19 04:19:41.520 INFO adding route 172.17.0.25/32 -> 10.0.0.255
75452026-07-19T04:19:43.221ZJul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG adding route 172.17.0.39/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 } }]
75462026-07-19T04:19:43.221Z
75472026-07-19T04:19:43.221ZJul 19 04:19:41.520 INFO adding route 172.17.0.26/32 -> 10.0.0.255
75482026-07-19T04:19:43.221ZJul 19 04:19:41.520 Jul 19 04:19:41.520DEBG DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75492026-07-19T04:19:43.221Zreplacing 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 } }]
75502026-07-19T04:19:43.221ZJul 19 04:19:41.520 INFO adding route 172.17.0.27/32 -> 10.0.0.255
75512026-07-19T04:19:43.221ZJul 19 04:19:41.520 Jul 19 04:19:41.520INFO
75522026-07-19T04:19:43.221Zadding route 172.17.0.40/32 -> 10.0.0.255DEBG
75532026-07-19T04:19:43.221Zreplacing 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 } }]
75542026-07-19T04:19:43.221ZJul 19 04:19:41.520 Jul 19 04:19:41.520Jul 19 04:19:41.520DEBG INFOINFOreplacing 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 } }]
75552026-07-19T04:19:43.221Zadding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
75562026-07-19T04:19:43.221Z
75572026-07-19T04:19:43.222ZJul 19 04:19:41.520Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBGDEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75582026-07-19T04:19:43.222Z
75592026-07-19T04:19:43.222Z
75602026-07-19T04:19:43.222ZJul 19 04:19:41.520Jul 19 04:19:41.520 INFOJul 19 04:19:41.520 adding route 172.17.0.6/32 -> 10.0.0.255INFO
75612026-07-19T04:19:43.222Z DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
75622026-07-19T04:19:43.222Z
75632026-07-19T04:19:43.222ZJul 19 04:19:41.520 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 } }]Jul 19 04:19:41.520
75642026-07-19T04:19:43.222Z Jul 19 04:19:41.520 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 } }]Jul 19 04:19:41.520adding route 172.17.0.42/32 -> 10.0.0.255
75652026-07-19T04:19:43.222Z INFO
75662026-07-19T04:19:43.222Z adding route 172.17.0.7/32 -> 10.0.0.255
75672026-07-19T04:19:43.222ZJul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255DEBG
75682026-07-19T04:19:43.222Z 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.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 } }]
75692026-07-19T04:19:43.222Z
75702026-07-19T04:19:43.222ZJul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520 DEBGINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75712026-07-19T04:19:43.222Zadding route 172.17.0.43/32 -> 10.0.0.255
75722026-07-19T04:19:43.222Z
75732026-07-19T04:19:43.222ZJul 19 04:19:41.520 Jul 19 04:19:41.520DEBG Jul 19 04:19:41.520INFO 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.31/32 -> 10.0.0.255
75742026-07-19T04:19:43.223Z
75752026-07-19T04:19:43.223ZDEBG 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 } }]
75762026-07-19T04:19:43.223ZJul 19 04:19:41.520 INFO adding route 172.17.0.9/32 -> 10.0.0.255
75772026-07-19T04:19:43.223ZJul 19 04:19:41.521Jul 19 04:19:41.671 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 } }]
75782026-07-19T04:19:43.223Z DEBG Jul 19 04:19:41.671created new freemap Jul 19 04:19:41.520, INFOunit :DEBG adding route 172.17.0.10/32 -> 10.0.0.255
75792026-07-19T04:19:43.223Zfreemap_route_ipv4replacing 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 } }]
75802026-07-19T04:19:43.223ZJul 19 04:19:41.520
75812026-07-19T04:19:43.223Z INFOJul 19 04:19:41.671 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
75822026-07-19T04:19:43.223Z Jul 19 04:19:41.671 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.671INFO
75832026-07-19T04:19:43.223Z DEBGadding route 172.17.0.32/32 -> 10.0.0.255
75842026-07-19T04:19:43.223Zcreated new freemap, Jul 19 04:19:41.671unit Jul 19 04:19:41.671INFO: Jul 19 04:19:41.671 adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6DEBG
75852026-07-19T04:19:43.223Z 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 } }]
75862026-07-19T04:19:43.223Z
75872026-07-19T04:19:43.223ZDEBGJul 19 04:19:41.671 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75882026-07-19T04:19:43.228Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.671Jul 19 04:19:41.671
75892026-07-19T04:19:43.228Z Jul 19 04:19:41.671 DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255initted freemap. size: 64Jul 19 04:19:41.671, unitINFO:
75902026-07-19T04:19:43.228Zadding route 172.17.0.12/32 -> 10.0.0.255
75912026-07-19T04:19:43.228Zfreemap_route_ipv4INFO
75922026-07-19T04:19:43.228Z Jul 19 04:19:41.671Jul 19 04:19:41.671 adding route 172.17.0.45/32 -> 10.0.0.255DEBG DEBGJul 19 04:19:41.671
75932026-07-19T04:19:43.228Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
75942026-07-19T04:19:43.229Z
75952026-07-19T04:19:43.229ZDEBG reset freemapJul 19 04:19:41.671Jul 19 04:19:41.671, Jul 19 04:19:41.671 INFODEBG INFOunitadding route 172.17.0.13/32 -> 10.0.0.255
75962026-07-19T04:19:43.229Zadding route 172.17.0.34/32 -> 10.0.0.255
75972026-07-19T04:19:43.229Z :replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.671Jul 19 04:19:41.671
75982026-07-19T04:19:43.229Zfreemap_route_ipv4DEBG
75992026-07-19T04:19:43.229Z 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 } }]
76002026-07-19T04:19:43.229Zreplacing 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 } }]
76012026-07-19T04:19:43.229ZJul 19 04:19:41.671 DEBGJul 19 04:19:41.671 initted freemap. size: 64Jul 19 04:19:41.671, Jul 19 04:19:41.671INFOunit INFOINFO: adding route 172.17.0.14/32 -> 10.0.0.255
76022026-07-19T04:19:43.229Zadding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255freemap_route_ipv6
76032026-07-19T04:19:43.229Z
76042026-07-19T04:19:43.229Z
76052026-07-19T04:19:43.229ZJul 19 04:19:41.671 DEBG Jul 19 04:19:41.671Jul 19 04:19:41.671Jul 19 04:19:41.671 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 } }]DEBGDEBG
76062026-07-19T04:19:43.229Z reset freemap , DEBGunitJul 19 04:19:41.671replacing 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 } }] INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76072026-07-19T04:19:43.229Z:
76082026-07-19T04:19:43.229Z adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv6
76092026-07-19T04:19:43.229Z
76102026-07-19T04:19:43.229ZJul 19 04:19:41.671Jul 19 04:19:41.671Jul 19 04:19:41.671 INFOINFOJul 19 04:19:41.671 INFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.47/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 } }]
76112026-07-19T04:19:43.229Z
76122026-07-19T04:19:43.229Z
76132026-07-19T04:19:43.229Zadding route 172.16.0.0/32 -> 10.0.0.1
76142026-07-19T04:19:43.230ZJul 19 04:19:41.671Jul 19 04:19:41.671 Jul 19 04:19:41.671INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.671DEBG
76152026-07-19T04:19:43.230Zreplacing 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.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
76162026-07-19T04:19:43.230Z Jul 19 04:19:41.671replacing 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 } }]
76172026-07-19T04:19:43.230Z
76182026-07-19T04:19:43.230Z 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 } }]
76192026-07-19T04:19:43.230ZJul 19 04:19:41.671Jul 19 04:19:41.671 Jul 19 04:19:41.671 Jul 19 04:19:41.671 INFOINFOINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255
76202026-07-19T04:19:43.230Z
76212026-07-19T04:19:43.230Zadding route 172.17.0.48/32 -> 10.0.0.255
76222026-07-19T04:19:43.230Z
76232026-07-19T04:19:43.230ZJul 19 04:19:41.671 Jul 19 04:19:41.671DEBG Jul 19 04:19:41.671Jul 19 04:19:41.671DEBG 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.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 } }]
76242026-07-19T04:19:43.230Z
76252026-07-19T04:19:43.230ZDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
76262026-07-19T04:19:43.230ZJul 19 04:19:41.671
76272026-07-19T04:19:43.230ZJul 19 04:19:41.671 INFO INFO Jul 19 04:19:41.671adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
76282026-07-19T04:19:43.230Z
76292026-07-19T04:19:43.230ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
76302026-07-19T04:19:43.230ZJul 19 04:19:41.671Jul 19 04:19:41.671 DEBGDEBGJul 19 04:19:41.671 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76312026-07-19T04:19:43.231ZJul 19 04:19:41.671INFO DEBG
76322026-07-19T04:19:43.231Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:19:41.671
76332026-07-19T04:19:43.231Z INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
76342026-07-19T04:19:43.231Z
76352026-07-19T04:19:43.231ZJul 19 04:19:41.671 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.671
76362026-07-19T04:19:43.231Z Jul 19 04:19:41.671 INFOJul 19 04:19:41.671 DEBGadding route 172.16.0.0/32 -> 10.0.0.2
76372026-07-19T04:19:43.231Zreplacing 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 } }]
76382026-07-19T04:19:43.231Z DEBG Jul 19 04:19:41.672replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.672DEBGJul 19 04:19:41.672
76392026-07-19T04:19:43.231ZINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76402026-07-19T04:19:43.231Zadding route 172.17.0.20/32 -> 10.0.0.255
76412026-07-19T04:19:43.231Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.672
76422026-07-19T04:19:43.231ZJul 19 04:19:41.672INFOJul 19 04:19:41.672 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Jul 19 04:19:41.672replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
76432026-07-19T04:19:43.231ZINFO
76442026-07-19T04:19:43.231Z adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
76452026-07-19T04:19:43.231Z
76462026-07-19T04:19:43.231ZJul 19 04:19:41.672Jul 19 04:19:41.672 Jul 19 04:19:41.672INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255
76472026-07-19T04:19:43.231ZDEBGJul 19 04:19:41.672 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76482026-07-19T04:19:43.231ZJul 19 04:19:41.672
76492026-07-19T04:19:43.232ZDEBGDEBG Jul 19 04:19:41.672replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
76502026-07-19T04:19:43.232Z
76512026-07-19T04:19:43.232ZINFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:19:41.672
76522026-07-19T04:19:43.232ZJul 19 04:19:41.672 Jul 19 04:19:41.672INFO adding route 172.17.0.22/32 -> 10.0.0.255INFO
76532026-07-19T04:19:43.232Z INFO Jul 19 04:19:41.672adding route 172.17.0.51/32 -> 10.0.0.255 Jul 19 04:19:41.672
76542026-07-19T04:19:43.232Z adding route 172.17.0.1/32 -> 10.0.0.255DEBGDEBG
76552026-07-19T04:19:43.232Ztest route::tests::delete_targets_full ... ok
76562026-07-19T04:19:43.232Z 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.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 } }]
76572026-07-19T04:19:43.232Z
76582026-07-19T04:19:43.232ZJul 19 04:19:41.672Jul 19 04:19:41.672Jul 19 04:19:41.672 Jul 19 04:19:41.672INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255
76592026-07-19T04:19:43.232Z DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/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 } }]
76602026-07-19T04:19:43.232Z
76612026-07-19T04:19:43.232ZJul 19 04:19:41.672 DEBG
76622026-07-19T04:19:43.232Z Jul 19 04:19:41.672replacing 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 } }]
76632026-07-19T04:19:43.232ZJul 19 04:19:41.672INFO adding route 172.17.0.2/32 -> 10.0.0.255
76642026-07-19T04:19:43.232ZDEBGJul 19 04:19:41.672 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.672INFO
76652026-07-19T04:19:43.232ZJul 19 04:19:41.672adding route 172.17.0.24/32 -> 10.0.0.255 DEBG
76662026-07-19T04:19:43.232ZINFO 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 } }]
76672026-07-19T04:19:43.232Zadding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:19:41.672
76682026-07-19T04:19:43.233ZJul 19 04:19:41.672 DEBGINFOJul 19 04:19:41.672 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 } }]
76692026-07-19T04:19:43.233Z Jul 19 04:19:41.672adding route 172.17.0.43/32 -> 10.0.0.255INFO
76702026-07-19T04:19:43.233Z Jul 19 04:19:41.672DEBGadding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:19:41.672
76712026-07-19T04:19:43.233Z 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.25/32 -> 10.0.0.255
76722026-07-19T04:19:43.233Z
76732026-07-19T04:19:43.233Z Jul 19 04:19:41.672 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 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.672
76742026-07-19T04:19:43.233ZDEBG 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 } }]
76752026-07-19T04:19:43.233Z
76762026-07-19T04:19:43.233ZJul 19 04:19:41.672 Jul 19 04:19:41.672INFOJul 19 04:19:41.672Jul 19 04:19:41.672 INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255INFOadding route 172.17.0.26/32 -> 10.0.0.255
76772026-07-19T04:19:43.233Zadding route 172.17.0.44/32 -> 10.0.0.255
76782026-07-19T04:19:43.233Z
76792026-07-19T04:19:43.233Z adding route 172.17.0.53/32 -> 10.0.0.255
76802026-07-19T04:19:43.233ZJul 19 04:19:41.672 Jul 19 04:19:41.672DEBGJul 19 04:19:41.672 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 } }]DEBGJul 19 04:19:41.672
76812026-07-19T04:19:43.233Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76822026-07-19T04:19:43.233Z Jul 19 04:19:41.672 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 } }]INFO
76832026-07-19T04:19:43.233Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
76842026-07-19T04:19:43.233Z
76852026-07-19T04:19:43.234ZJul 19 04:19:41.672 INFO Jul 19 04:19:41.672adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:19:41.672
76862026-07-19T04:19:43.234Z Jul 19 04:19:41.672DEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76872026-07-19T04:19:43.234Z adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
76882026-07-19T04:19:43.239ZJul 19 04:19:41.672
76892026-07-19T04:19:43.239Z Jul 19 04:19:41.672 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.672 adding route 172.17.0.28/32 -> 10.0.0.255
76902026-07-19T04:19:43.239Z
76912026-07-19T04:19:43.239ZJul 19 04:19:41.672DEBG 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 } }]Jul 19 04:19:41.672 DEBG
76922026-07-19T04:19:43.239Z Jul 19 04:19:41.672replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.46/32 -> 10.0.0.255
76932026-07-19T04:19:43.239Zreplacing 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 } }]
76942026-07-19T04:19:43.239Z
76952026-07-19T04:19:43.239ZJul 19 04:19:41.692Jul 19 04:19:41.692 INFODEBG Jul 19 04:19:41.692 adding route 172.17.0.6/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 } }]INFO
76962026-07-19T04:19:43.239Z adding route 172.17.0.29/32 -> 10.0.0.255
76972026-07-19T04:19:43.239Z
76982026-07-19T04:19:43.239ZJul 19 04:19:41.692 Jul 19 04:19:41.692INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
76992026-07-19T04:19:43.239Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.692
77002026-07-19T04:19:43.239ZDEBG 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 } }]Jul 19 04:19:41.692
77012026-07-19T04:19:43.239Z Jul 19 04:19:41.692DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77022026-07-19T04:19:43.239Z adding route 172.17.0.30/32 -> 10.0.0.255
77032026-07-19T04:19:43.240ZJul 19 04:19:41.692 INFOJul 19 04:19:41.692 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
77042026-07-19T04:19:43.240Zreplacing 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 } }]
77052026-07-19T04:19:43.240ZJul 19 04:19:41.692 Jul 19 04:19:41.692 INFOJul 19 04:19:41.692 DEBGINFOJul 19 04:19:41.692adding route 172.17.0.48/32 -> 10.0.0.255
77062026-07-19T04:19:43.240Zadding route 172.17.0.31/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 } }]
77072026-07-19T04:19:43.240Z
77082026-07-19T04:19:43.240ZINFO Jul 19 04:19:41.692Jul 19 04:19:41.692adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:19:41.692
77092026-07-19T04:19:43.240Z 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 } }]
77102026-07-19T04:19:43.240ZINFO DEBGJul 19 04:19:41.692 adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:19:41.692
77112026-07-19T04:19:43.240Z DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
77122026-07-19T04:19:43.240Z
77132026-07-19T04:19:43.240Zreplacing 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 } }]
77142026-07-19T04:19:43.240ZJul 19 04:19:41.692Jul 19 04:19:41.692Jul 19 04:19:41.692Jul 19 04:19:41.692 DEBGINFO 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255
77152026-07-19T04:19:43.240ZINFOreplacing 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 } }]
77162026-07-19T04:19:43.240Z
77172026-07-19T04:19:43.240Z adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:19:41.692
77182026-07-19T04:19:43.240ZJul 19 04:19:41.692 Jul 19 04:19:41.692INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77192026-07-19T04:19:43.240Z
77202026-07-19T04:19:43.240Z adding route 172.17.0.9/32 -> 10.0.0.255
77212026-07-19T04:19:43.240ZJul 19 04:19:41.692 Jul 19 04:19:41.692Jul 19 04:19:41.692 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 } }]INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77222026-07-19T04:19:43.241Zadding route 172.17.0.50/32 -> 10.0.0.255
77232026-07-19T04:19:43.241ZJul 19 04:19:41.692
77242026-07-19T04:19:43.241Z DEBGJul 19 04:19:41.692 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.692INFOJul 19 04:19:41.692 adding route 172.17.0.34/32 -> 10.0.0.255
77252026-07-19T04:19:43.241Z
77262026-07-19T04:19:43.241ZDEBG 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 } }]
77272026-07-19T04:19:43.241ZJul 19 04:19:41.692INFO Jul 19 04:19:41.692 DEBGadding route 172.17.0.57/32 -> 10.0.0.255
77282026-07-19T04:19:43.241ZINFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.692
77292026-07-19T04:19:43.241Zadding route 172.17.0.10/32 -> 10.0.0.255
77302026-07-19T04:19:43.241ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
77312026-07-19T04:19:43.241ZJul 19 04:19:41.692Jul 19 04:19:41.692Jul 19 04:19:41.692 DEBG 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.35/32 -> 10.0.0.255
77322026-07-19T04:19:43.241Z
77332026-07-19T04:19:43.241Z Jul 19 04:19:41.692 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77342026-07-19T04:19:43.241Z
77352026-07-19T04:19:43.241ZJul 19 04:19:41.692 Jul 19 04:19:41.692INFO Jul 19 04:19:41.692DEBG adding route 172.17.0.11/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.692
77362026-07-19T04:19:43.241Zadding route 172.17.0.52/32 -> 10.0.0.255
77372026-07-19T04:19:43.241ZINFO
77382026-07-19T04:19:43.241Z adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:19:41.692
77392026-07-19T04:19:43.241ZJul 19 04:19:41.692 INFODEBGJul 19 04:19:41.692 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255DEBG
77402026-07-19T04:19:43.242Z
77412026-07-19T04:19:43.242Z Jul 19 04:19:41.692replacing 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 } }]
77422026-07-19T04:19:43.242Z DEBG Jul 19 04:19:41.692replacing 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 } }]
77432026-07-19T04:19:43.242ZDEBGJul 19 04:19:41.692 Jul 19 04:19:41.692replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
77442026-07-19T04:19:43.242Z adding route 172.17.0.53/32 -> 10.0.0.255INFO
77452026-07-19T04:19:43.242Z adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:19:41.693Jul 19 04:19:41.693 Jul 19 04:19:41.693INFO
77462026-07-19T04:19:43.242Z adding route 172.17.0.37/32 -> 10.0.0.255INFO
77472026-07-19T04:19:43.242ZDEBGadding route 172.17.0.59/32 -> 10.0.0.255
77482026-07-19T04:19:43.242ZJul 19 04:19:41.693replacing 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 } }] DEBGJul 19 04:19:41.693
77492026-07-19T04:19:43.242Z Jul 19 04:19:41.693DEBGreplacing 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 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 } }]
77502026-07-19T04:19:43.242Z Jul 19 04:19:41.693
77512026-07-19T04:19:43.242Ztest route::tests::add_target_fails_full ... ok
77522026-07-19T04:19:43.242Z 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.54/32 -> 10.0.0.255
77532026-07-19T04:19:43.242ZJul 19 04:19:41.693
77542026-07-19T04:19:43.242ZINFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:19:41.693
77552026-07-19T04:19:43.242ZJul 19 04:19:41.693 Jul 19 04:19:41.693INFO Jul 19 04:19:41.693DEBG DEBGadding route 172.17.0.60/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 } }] INFO
77562026-07-19T04:19:43.242Zreplacing 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 } }]
77572026-07-19T04:19:43.242Z
77582026-07-19T04:19:43.242Z adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:19:41.693
77592026-07-19T04:19:43.243Z Jul 19 04:19:41.693 INFOINFOJul 19 04:19:41.693 adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.693
77602026-07-19T04:19:43.243Z adding route 172.17.0.55/32 -> 10.0.0.255 DEBGDEBG
77612026-07-19T04:19:43.243Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693
77622026-07-19T04:19:43.243Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77632026-07-19T04:19:43.243Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693Jul 19 04:19:41.693
77642026-07-19T04:19:43.243Z DEBG DEBGJul 19 04:19:41.693replacing 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 } }]
77652026-07-19T04:19:43.243Zfailed to allocate space for the new target listINFO
77662026-07-19T04:19:43.243ZJul 19 04:19:41.693 INFOadding route 172.17.0.40/32 -> 10.0.0.255
77672026-07-19T04:19:43.243ZJul 19 04:19:41.693 adding route 172.17.0.14/32 -> 10.0.0.255
77682026-07-19T04:19:43.243ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:19:41.693
77692026-07-19T04:19:43.243Z Jul 19 04:19:41.693DEBGJul 19 04:19:41.693 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 } }] DEBGDEBG
77702026-07-19T04:19:43.243Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:19:41.693
77712026-07-19T04:19:43.244Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693DEBG
77722026-07-19T04:19:43.244Z INFO adding route 172.17.0.41/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 } }]
77732026-07-19T04:19:43.244Z
77742026-07-19T04:19:43.244ZJul 19 04:19:41.693 INFO Jul 19 04:19:41.693adding route 172.17.0.15/32 -> 10.0.0.255 Jul 19 04:19:41.693DEBG 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 } }]
77752026-07-19T04:19:43.244Zadding route 172.17.0.57/32 -> 10.0.0.255
77762026-07-19T04:19:43.244Z
77772026-07-19T04:19:43.244ZJul 19 04:19:41.693 Jul 19 04:19:41.693Jul 19 04:19:41.693INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255DEBG
77782026-07-19T04:19:43.244Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77792026-07-19T04:19:43.244Z
77802026-07-19T04:19:43.244ZJul 19 04:19:41.693 DEBGJul 19 04:19:41.693Jul 19 04:19:41.693 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 } }]INFO
77812026-07-19T04:19:43.244Z INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.693
77822026-07-19T04:19:43.244Z
77832026-07-19T04:19:43.244Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
77842026-07-19T04:19:43.244ZJul 19 04:19:41.693Jul 19 04:19:41.693 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693replacing 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 } }]
77852026-07-19T04:19:43.244ZDEBG 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 } }]
77862026-07-19T04:19:43.244Z
77872026-07-19T04:19:43.244ZJul 19 04:19:41.693 INFO Jul 19 04:19:41.693adding route 172.17.0.59/32 -> 10.0.0.255
77882026-07-19T04:19:43.321ZINFOJul 19 04:19:41.693 adding route 172.17.0.44/32 -> 10.0.0.255INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:19:41.693
77892026-07-19T04:19:43.321Z 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 } }]
77902026-07-19T04:19:43.321ZJul 19 04:19:41.693 DEBG Jul 19 04:19:41.693replacing 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 } }]
77912026-07-19T04:19:43.321ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
77922026-07-19T04:19:43.321ZJul 19 04:19:41.693 Jul 19 04:19:41.693INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
77932026-07-19T04:19:43.321Zreplacing 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 } }]
77942026-07-19T04:19:43.321ZJul 19 04:19:41.693 INFO adding route 172.17.0.61/32 -> 10.0.0.255
77952026-07-19T04:19:43.321ZJul 19 04:19:41.693 DEBGJul 19 04:19:41.693 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
77962026-07-19T04:19:43.321Z 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 } }]
77972026-07-19T04:19:43.321Z
77982026-07-19T04:19:43.321ZJul 19 04:19:41.693Jul 19 04:19:41.693 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:19:41.693
77992026-07-19T04:19:43.321Z
78002026-07-19T04:19:43.321ZDEBG 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 } }]
78012026-07-19T04:19:43.321ZJul 19 04:19:41.693Jul 19 04:19:41.693 DEBGDEBGJul 19 04:19:41.693 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 } }]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 } }]
78022026-07-19T04:19:43.321Zadding route 172.17.0.45/32 -> 10.0.0.255
78032026-07-19T04:19:43.321Z
78042026-07-19T04:19:43.321ZJul 19 04:19:41.693Jul 19 04:19:41.693Jul 19 04:19:41.693 DEBGINFO 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 } }]
78052026-07-19T04:19:43.321Zadding route 172.17.0.63/32 -> 10.0.0.255
78062026-07-19T04:19:43.321Zadding route 172.17.0.20/32 -> 10.0.0.255
78072026-07-19T04:19:43.321ZJul 19 04:19:41.693 INFOJul 19 04:19:41.693 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
78082026-07-19T04:19:43.321Z Jul 19 04:19:41.693replacing 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 } }]
78092026-07-19T04:19:43.321ZDEBGJul 19 04:19:41.693 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 } }]
78102026-07-19T04:19:43.321ZDEBG 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 } }]
78112026-07-19T04:19:43.321ZJul 19 04:19:41.705 INFO adding route 172.17.0.47/32 -> 10.0.0.255
78122026-07-19T04:19:43.321ZJul 19 04:19:41.693Jul 19 04:19:41.705 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.21/32 -> 10.0.0.255
78132026-07-19T04:19:43.321Z
78142026-07-19T04:19:43.321ZJul 19 04:19:41.705 DEBGJul 19 04:19:41.705 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78152026-07-19T04:19:43.321Z adding route 172.17.0.48/32 -> 10.0.0.255
78162026-07-19T04:19:43.321ZJul 19 04:19:41.705 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 } }]
78172026-07-19T04:19:43.321ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
78182026-07-19T04:19:43.321Z
78192026-07-19T04:19:43.322ZJul 19 04:19:41.705 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 } }]
78202026-07-19T04:19:43.322ZJul 19 04:19:41.705 Jul 19 04:19:41.705DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78212026-07-19T04:19:43.322Zadding route 172.17.0.23/32 -> 10.0.0.255
78222026-07-19T04:19:43.322ZJul 19 04:19:41.705 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 } }]
78232026-07-19T04:19:43.322ZJul 19 04:19:41.705 Jul 19 04:19:41.705INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
78242026-07-19T04:19:43.322Zadding route 172.17.0.24/32 -> 10.0.0.255
78252026-07-19T04:19:43.322ZJul 19 04:19:41.705 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 } }]
78262026-07-19T04:19:43.322ZJul 19 04:19:41.705 DEBGJul 19 04:19:41.705 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78272026-07-19T04:19:43.322Z adding route 172.17.0.25/32 -> 10.0.0.255
78282026-07-19T04:19:43.322ZJul 19 04:19:41.705 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 } }]
78292026-07-19T04:19:43.322ZJul 19 04:19:41.705 INFO Jul 19 04:19:41.705adding route 172.17.0.51/32 -> 10.0.0.255
78302026-07-19T04:19:43.322ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
78312026-07-19T04:19:43.322ZJul 19 04:19:41.693Jul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBGDEBG 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 } }]
78322026-07-19T04:19:43.322Zfailed to allocate space for the new target listreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78332026-07-19T04:19:43.322Z
78342026-07-19T04:19:43.322ZJul 19 04:19:41.705 INFOJul 19 04:19:41.705 adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:19:41.705
78352026-07-19T04:19:43.322Z INFO adding route 172.17.0.27/32 -> 10.0.0.255DEBG
78362026-07-19T04:19:43.322Z Jul 19 04:19:41.705replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
78372026-07-19T04:19:43.322ZDEBGJul 19 04:19:41.705 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 } }]
78382026-07-19T04:19:43.322Zreplacing 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 } }]
78392026-07-19T04:19:43.322ZJul 19 04:19:41.705 DEBGJul 19 04:19:41.705 Jul 19 04:19:41.705failed to allocate space for the new target list
78402026-07-19T04:19:43.322ZINFO INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
78412026-07-19T04:19:43.322Z
78422026-07-19T04:19:43.322ZJul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBG 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.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 } }]
78432026-07-19T04:19:43.322Z
78442026-07-19T04:19:43.322ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
78452026-07-19T04:19:43.322Ztest route::tests::delete_target_full ... ok
78462026-07-19T04:19:43.323Ztest route::tests::delete_targets_fragmented ... ok
78472026-07-19T04:19:43.323Z
78482026-07-19T04:19:43.323Z
78492026-07-19T04:19:43.323Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
78502026-07-19T04:19:43.323Z
78512026-07-19T04:19:43.323Z
78522026-07-19T04:19:43.323Zrunning 0 tests
78532026-07-19T04:19:43.323Z
78542026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78552026-07-19T04:19:43.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78562026-07-19T04:19:43.323Z
78572026-07-19T04:19:43.323Z
78582026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78592026-07-19T04:19:43.323Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
78602026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 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 } }]
78612026-07-19T04:19:43.323ZDEBG 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 } }]
78622026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
78632026-07-19T04:19:43.323Z
78642026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78652026-07-19T04:19:43.323Z
78662026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
78672026-07-19T04:19:43.323Z
78682026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78692026-07-19T04:19:43.323Z
78702026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
78712026-07-19T04:19:43.323Z
78722026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78732026-07-19T04:19:43.323Z
78742026-07-19T04:19:43.323ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
78752026-07-19T04:19:43.323Z
78762026-07-19T04:19:43.324ZJul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78772026-07-19T04:19:43.324Z
78782026-07-19T04:19:43.324ZJul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
78792026-07-19T04:19:43.324Z
78802026-07-19T04:19:43.324ZJul 19 04:19:41.705 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 } }]
78812026-07-19T04:19:43.324ZJul 19 04:19:41.717 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78822026-07-19T04:19:43.324ZJul 19 04:19:41.717 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 } }]
78832026-07-19T04:19:43.324ZJul 19 04:19:41.705Jul 19 04:19:41.717 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255
78842026-07-19T04:19:43.324Zreplacing 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 } }]
78852026-07-19T04:19:43.324ZJul 19 04:19:41.717 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 } }]
78862026-07-19T04:19:43.324ZJul 19 04:19:41.717 INFO adding route 172.17.0.61/32 -> 10.0.0.255Jul 19 04:19:41.717
78872026-07-19T04:19:43.324Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
78882026-07-19T04:19:43.330ZJul 19 04:19:41.717 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 } }]Jul 19 04:19:41.717
78892026-07-19T04:19:43.331Z 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 } }]
78902026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.62/32 -> 10.0.0.255Jul 19 04:19:41.717
78912026-07-19T04:19:43.331Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
78922026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]Jul 19 04:19:41.717
78932026-07-19T04:19:43.331Z 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 } }]
78942026-07-19T04:19:43.331ZJul 19 04:19:41.717 DEBG Jul 19 04:19:41.717failed to allocate space for the new target list
78952026-07-19T04:19:43.331ZINFO adding route 172.17.0.40/32 -> 10.0.0.255
78962026-07-19T04:19:43.331ZJul 19 04:19:41.717 DEBG Jul 19 04:19:41.717replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
78972026-07-19T04:19:43.331ZDEBG 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 } }]
78982026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78992026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79002026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79012026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79022026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79032026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79042026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79052026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79062026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79072026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79082026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79092026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79102026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79112026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79122026-07-19T04:19:43.331ZJul 19 04:19:41.717 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79132026-07-19T04:19:43.331ZJul 19 04:19:41.717 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 } }]
79142026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79152026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79162026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79172026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79182026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79192026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79202026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79212026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79222026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79232026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79242026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79252026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79262026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79272026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79282026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79292026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79302026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79312026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79322026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79332026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79342026-07-19T04:19:43.332ZJul 19 04:19:41.717 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79352026-07-19T04:19:43.332ZJul 19 04:19:41.717 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 } }]
79362026-07-19T04:19:43.333ZJul 19 04:19:41.717 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79372026-07-19T04:19:43.333ZJul 19 04:19:41.717 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 } }]
79382026-07-19T04:19:43.333ZJul 19 04:19:41.717 DEBG failed to allocate space for the new target list
79392026-07-19T04:19:43.333ZJul 19 04:19:41.717 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 } }]
79402026-07-19T04:19:43.333Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f29c62758238b847)
79412026-07-19T04:19:43.333Z Running unittests src/lib.rs (target/debug/deps/dpd_api-6f0e3dbf2309a2cd)
79422026-07-19T04:19:43.333Z
79432026-07-19T04:19:43.333Zrunning 0 tests
79442026-07-19T04:19:43.333Z
79452026-07-19T04:19:43.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79462026-07-19T04:19:43.333Z
79472026-07-19T04:19:43.333Z
79482026-07-19T04:19:43.333Zrunning 6 tests
79492026-07-19T04:19:43.333Ztest tests::test_full_lot_id_neither_present ... ok
79502026-07-19T04:19:43.333Ztest tests::test_parse_client_port_id ... ok
79512026-07-19T04:19:43.333Ztest tests::test_full_lot_id_lot_only ... ok
79522026-07-19T04:19:43.333Ztest tests::test_full_lot_id_both_present ... ok
79532026-07-19T04:19:43.333Z Running unittests src/lib.rs (target/debug/deps/dpd_client-adca6976d3a4136e)
79542026-07-19T04:19:43.333Ztest tests::test_full_lot_id_lotnum_only ... ok
79552026-07-19T04:19:43.333Ztest tests::test_port_id_cmp ... ok
79562026-07-19T04:19:43.333Z
79572026-07-19T04:19:43.333Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582026-07-19T04:19:43.333Z
79592026-07-19T04:19:43.334Z
79602026-07-19T04:19:43.334Zrunning 0 tests
79612026-07-19T04:19:43.334Z
79622026-07-19T04:19:43.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-07-19T04:19:43.334Z
79642026-07-19T04:19:43.334Z
79652026-07-19T04:19:43.334Zrunning 0 tests
79662026-07-19T04:19:43.334Z Running tests/test_all.rs (target/debug/deps/test_all-af2842070a5f6c77)
79672026-07-19T04:19:43.334Z
79682026-07-19T04:19:43.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79692026-07-19T04:19:43.334Z Running unittests src/lib.rs (target/debug/deps/dpd_types-447d3f4491467126)
79702026-07-19T04:19:43.334Z
79712026-07-19T04:19:43.334Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-63d9083c9c568129)
79722026-07-19T04:19:43.334Z
79732026-07-19T04:19:43.334Zrunning 0 tests
79742026-07-19T04:19:43.334Z Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc)
79752026-07-19T04:19:43.334Z
79762026-07-19T04:19:43.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79772026-07-19T04:19:43.334Z
79782026-07-19T04:19:43.334Z
79792026-07-19T04:19:43.334Zrunning 12 tests
79802026-07-19T04:19:43.334Ztest icmp::test_v6_checksum ... ok
79812026-07-19T04:19:43.334Ztest icmp::test_v4_checksum ... ok
79822026-07-19T04:19:43.334Ztest ipv6::test_ipv6_parse ... ok
79832026-07-19T04:19:43.334Ztest lldp::test_lldp_parse ... ok
79842026-07-19T04:19:43.335Ztest pbuf::test_byte ... ok
79852026-07-19T04:19:43.335Ztest pbuf::test_nibble ... ok
79862026-07-19T04:19:43.335Ztest pbuf::test_overflow ... ok
79872026-07-19T04:19:43.335Ztest pbuf::test_twelve ... ok
79882026-07-19T04:19:43.341Ztest pbuf::test_short ... ok
79892026-07-19T04:19:43.341Ztest pbuf::test_word ... ok
79902026-07-19T04:19:43.341Ztest tcp::test_checksum_syn_nodata ... ok
79912026-07-19T04:19:43.341Ztest tcp::test_checksum_ack_data ... ok
79922026-07-19T04:19:43.341Z
79932026-07-19T04:19:43.341Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942026-07-19T04:19:43.341Z
79952026-07-19T04:19:43.341Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79962026-07-19T04:19:43.341Z
79972026-07-19T04:19:43.341Zrunning 0 tests
79982026-07-19T04:19:43.341Z
79992026-07-19T04:19:43.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80002026-07-19T04:19:43.341Z
80012026-07-19T04:19:43.341Z Running unittests src/main.rs (target/debug/deps/swadm-89da2881c552a1a6)
80022026-07-19T04:19:43.341Z
80032026-07-19T04:19:43.341Zrunning 5 tests
80042026-07-19T04:19:43.341Ztest switchport::test::test_compute_lanes ... ok
80052026-07-19T04:19:43.341Ztest switchport::test::port_id_ordering ... ok
80062026-07-19T04:19:43.342Z Lane 0 Lane 1 Lane 2 Lane 3
80072026-07-19T04:19:43.342Z Rx Loss-of-lock: Yes Yes Yes Yes
80082026-07-19T04:19:43.342Z Rx Loss-of-signal: Yes Yes Yes Yes
80092026-07-19T04:19:43.342Z Rx CDR Enabled: Yes Yes Yes Yes
80102026-07-19T04:19:43.342Z Tx Enabled: Yes Yes Yes Yes
80112026-07-19T04:19:43.342Z Lane 0 Tx Loss-of-lock: No No No Lane 1No
80122026-07-19T04:19:43.342ZLane 2 Tx Loss-of-signal: No NoLane 3 No
80132026-07-19T04:19:43.342Z No
80142026-07-19T04:19:43.342Z State: Activated Tx CDR Enabled: No NoActivated No ActivatedNo
80152026-07-19T04:19:43.342Z Activated
80162026-07-19T04:19:43.342Z Tx Adaptive EQ Fault: No Rx Output Enabled: falseNo false No falseNo
80172026-07-19T04:19:43.342Z false Tx Fault: Yes
80182026-07-19T04:19:43.342Z Rx Output Status: valid Yes valid Yes validYes
80192026-07-19T04:19:43.342Zvalid
80202026-07-19T04:19:43.342Z Rx Loss-of-lock: true true true true
80212026-07-19T04:19:43.342Z Rx Loss-of-signal: false false false false
80222026-07-19T04:19:43.342ZRx Auto-squelch Disable: true true true true
80232026-07-19T04:19:43.342Z Tx Output Enabled: true true true true
80242026-07-19T04:19:43.342Z Tx Output Status: invalid invalid invalid invalid
80252026-07-19T04:19:43.342Z Tx Loss-of-lock: false false false false
80262026-07-19T04:19:43.342Z Tx Loss-of-signal: true true true true
80272026-07-19T04:19:43.342ZTx Auto-squelch Disable: false false false false
80282026-07-19T04:19:43.342Z Tx Adaptive EQ Fail: true true true true
80292026-07-19T04:19:43.342Z Tx Failure: false false false false
80302026-07-19T04:19:43.343Z Tx Force Squelch: true true true true
80312026-07-19T04:19:43.343Z Tx Input Polarity: normal normal normal normal
80322026-07-19T04:19:43.343Ztest switchport::test::test_print_cmis_datapath ... ok
80332026-07-19T04:19:43.343Ztest switchport::test::test_print_sff_datapath ... ok
80342026-07-19T04:19:43.343Ztest link::test_filter ... ok
80352026-07-19T04:19:43.343Z
80362026-07-19T04:19:43.343Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80372026-07-19T04:19:43.343Z
80382026-07-19T04:19:43.343Z Running tests/counters.rs (target/debug/deps/counters-78ada8944d556c51)
80392026-07-19T04:19:43.343Z
80402026-07-19T04:19:43.343Zrunning 1 test
80412026-07-19T04:19:43.343Ztest test_p4_counter_list ... ignored
80422026-07-19T04:19:43.343Z
80432026-07-19T04:19:43.343Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442026-07-19T04:19:43.343Z
80452026-07-19T04:19:43.343Z Running tests/port-link.rs (target/debug/deps/port_link-8dc1078385fd6fa4)
80462026-07-19T04:19:43.343Z
80472026-07-19T04:19:43.343Zrunning 5 tests
80482026-07-19T04:19:43.343Ztest test_an ... ignored
80492026-07-19T04:19:43.343Ztest test_enable ... ignored
80502026-07-19T04:19:43.343Ztest test_ip_addresses ... ignored
80512026-07-19T04:19:43.343Ztest test_kr ... ignored
80522026-07-19T04:19:43.343Ztest test_mac ... ignored
80532026-07-19T04:19:43.343Z
80542026-07-19T04:19:43.343Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80552026-07-19T04:19:43.344Z
80562026-07-19T04:19:43.344Z Running unittests src/main.rs (target/debug/deps/tfportd-13d1dfe97b1194fa)
80572026-07-19T04:19:43.344Z
80582026-07-19T04:19:43.344Zrunning 3 tests
80592026-07-19T04:19:43.344Ztest linklocal::test_parse_ipadm ... ok
80602026-07-19T04:19:43.344Ztest tfport::test_parse_tfport ... ok
80612026-07-19T04:19:43.344Ztest config::tests::test_updates ... ok
80622026-07-19T04:19:43.344Z
80632026-07-19T04:19:43.344Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-07-19T04:19:43.344Z
80652026-07-19T04:19:43.344Z Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a)
80662026-07-19T04:19:43.344Z
80672026-07-19T04:19:43.344Zrunning 0 tests
80682026-07-19T04:19:43.344Z
80692026-07-19T04:19:43.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-07-19T04:19:43.344Z
80712026-07-19T04:19:43.344Z Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea)
80722026-07-19T04:19:43.344Z
80732026-07-19T04:19:43.344Zrunning 0 tests
80742026-07-19T04:19:43.344Z
80752026-07-19T04:19:43.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-07-19T04:19:43.344Z
80772026-07-19T04:19:43.344Z Doc-tests aal
80782026-07-19T04:19:43.418Z
80792026-07-19T04:19:43.419Zrunning 0 tests
80802026-07-19T04:19:43.419Z
80812026-07-19T04:19:43.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-07-19T04:19:43.445Z
80832026-07-19T04:19:43.448Z Doc-tests aal_macros
80842026-07-19T04:19:43.509Z
80852026-07-19T04:19:43.510Zrunning 0 tests
80862026-07-19T04:19:43.510Z
80872026-07-19T04:19:43.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-07-19T04:19:43.510Z
80892026-07-19T04:19:43.522Z Doc-tests common
80902026-07-19T04:19:43.757Z
80912026-07-19T04:19:43.757Zrunning 0 tests
80922026-07-19T04:19:43.757Z
80932026-07-19T04:19:43.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-07-19T04:19:43.757Z
80952026-07-19T04:19:43.779Z Doc-tests dpd_api
80962026-07-19T04:19:44.536Z
80972026-07-19T04:19:44.536Zrunning 2 tests
80982026-07-19T04:19:44.537Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80992026-07-19T04:19:44.537Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81002026-07-19T04:19:44.537Z
81012026-07-19T04:19:44.537Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-07-19T04:19:44.537Z
81032026-07-19T04:19:44.617Z Doc-tests dpd_client
81042026-07-19T04:19:45.879Z
81052026-07-19T04:19:45.879Zrunning 0 tests
81062026-07-19T04:19:45.879Z
81072026-07-19T04:19:45.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-07-19T04:19:45.880Z
81092026-07-19T04:19:45.929Z Doc-tests dpd_types
81102026-07-19T04:19:46.142Z
81112026-07-19T04:19:46.142Zrunning 0 tests
81122026-07-19T04:19:46.142Z
81132026-07-19T04:19:46.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-07-19T04:19:46.143Z
81152026-07-19T04:19:46.170Z Doc-tests dpd_types_versions
81162026-07-19T04:19:47.385Z
81172026-07-19T04:19:47.385Zrunning 1 test
81182026-07-19T04:19:47.385Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81192026-07-19T04:19:47.385Z
81202026-07-19T04:19:47.386Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-07-19T04:19:47.386Z
81222026-07-19T04:19:47.432Z Doc-tests packet
81232026-07-19T04:19:47.549Z
81242026-07-19T04:19:47.549Zrunning 0 tests
81252026-07-19T04:19:47.549Z
81262026-07-19T04:19:47.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-07-19T04:19:47.550Z
81282026-07-19T04:19:47.566Z Doc-tests pcap
81292026-07-19T04:19:47.620Z
81302026-07-19T04:19:47.620Zrunning 0 tests
81312026-07-19T04:19:47.620Z
81322026-07-19T04:19:47.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81332026-07-19T04:19:47.620Z
81342026-07-19T04:19:47.674Z+ for feat in tofino_stub tofino_asic softnpu chaos
81352026-07-19T04:19:47.674Z+ RUST_BACKTRACE=full
81362026-07-19T04:19:47.674Z+ cargo test --features chaos --no-fail-fast
81372026-07-19T04:19:48.282Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81382026-07-19T04:19:48.364Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81392026-07-19T04:19:48.372Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81402026-07-19T04:19:56.675Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81412026-07-19T04:19:57.279Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81422026-07-19T04:20:32.115Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.42s
81432026-07-19T04:20:32.232Z Running unittests src/lib.rs (target/debug/deps/aal-504aff372e2bff9a)
81442026-07-19T04:20:32.236Z
81452026-07-19T04:20:32.236Zrunning 5 tests
81462026-07-19T04:20:32.239Ztest fuse::tests::chip_revision_b1 ... ok
81472026-07-19T04:20:32.239Ztest fuse::tests::chip_revision_b0 ... ok
81482026-07-19T04:20:32.239Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81492026-07-19T04:20:32.239Ztest fuse::tests::chip_revision_a0 ... ok
81502026-07-19T04:20:32.239Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81512026-07-19T04:20:32.239Z
81522026-07-19T04:20:32.239Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-07-19T04:20:32.239Z
81542026-07-19T04:20:32.239Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-07-19T04:20:32.243Z
81562026-07-19T04:20:32.243Zrunning 0 tests
81572026-07-19T04:20:32.243Z
81582026-07-19T04:20:32.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-07-19T04:20:32.243Z
81602026-07-19T04:20:32.243Z Running unittests src/lib.rs (target/debug/deps/asic-ede84328ff8a10df)
81612026-07-19T04:20:32.252Z
81622026-07-19T04:20:32.253Zrunning 0 tests
81632026-07-19T04:20:32.253Z
81642026-07-19T04:20:32.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-07-19T04:20:32.256Z
81662026-07-19T04:20:32.256Z Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428)
81672026-07-19T04:20:32.256Z
81682026-07-19T04:20:32.256Zrunning 10 tests
81692026-07-19T04:20:32.256Ztest nat::tests::test_vni ... ok
81702026-07-19T04:20:32.259Ztest network::tests::test_equal ... ok
81712026-07-19T04:20:32.259Ztest network::tests::test_eui64 ... ok
81722026-07-19T04:20:32.259Ztest network::tests::test_not_equal ... ok
81732026-07-19T04:20:32.259Ztest network::tests::test_into ... ok
81742026-07-19T04:20:32.259Ztest network::tests::test_generate_ipv6_link_local ... ok
81752026-07-19T04:20:32.259Ztest network::tests::test_parse ... ok
81762026-07-19T04:20:32.259Ztest network::tests::test_to_string ... ok
81772026-07-19T04:20:32.259Ztest test_purge ... ok
81782026-07-19T04:20:32.263Ztest illumos::test::address_exists_handles_missing_object ... ok
81792026-07-19T04:20:32.263Z
81802026-07-19T04:20:32.263Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81812026-07-19T04:20:32.263Z
81822026-07-19T04:20:32.263Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f3bf3377c822793d)
81832026-07-19T04:20:32.286Z
81842026-07-19T04:20:32.286Zrunning 1 test
81852026-07-19T04:20:32.290Z -------
81862026-07-19T04:20:32.293Z Generating OpenAPI documents from API definitions ...
81872026-07-19T04:20:32.452Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81882026-07-19T04:20:32.520Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81892026-07-19T04:20:33.568Z -------
81902026-07-19T04:20:33.568Z Checking 12 OpenAPI documents...
81912026-07-19T04:20:33.568Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-07-19T04:20:33.568Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-07-19T04:20:33.568Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-07-19T04:20:33.571Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-07-19T04:20:33.572Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-07-19T04:20:33.572Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-07-19T04:20:33.572Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-07-19T04:20:33.572Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-07-19T04:20:33.572Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-07-19T04:20:33.572Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-07-19T04:20:33.572Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-07-19T04:20:33.572Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-07-19T04:20:33.572Z Fresh dpd "latest" symlink
82042026-07-19T04:20:33.572Z -------
82052026-07-19T04:20:33.572Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82062026-07-19T04:20:33.633Ztest test::test_apis_up_to_date ... ok
82072026-07-19T04:20:33.633Z
82082026-07-19T04:20:33.633Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
82092026-07-19T04:20:33.633Z
82102026-07-19T04:20:33.692Z Running unittests src/main.rs (target/debug/deps/dpd-2b11096140f3310d)
82112026-07-19T04:20:33.698Z
82122026-07-19T04:20:33.698Zrunning 34 tests
82132026-07-19T04:20:33.701Ztest freemap::test_ordering ... ok
82142026-07-19T04:20:33.701Ztest config::tests::test_updates ... ok
82152026-07-19T04:20:33.701Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82162026-07-19T04:20:33.701Ztest freemap::test_split ... ok
82172026-07-19T04:20:33.706Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82182026-07-19T04:20:33.706Ztest macaddrs::tests::test_mac_offset ... ok
82192026-07-19T04:20:33.706Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82202026-07-19T04:20:33.706Ztest macaddrs::tests::test_parse_port_id ... ok
82212026-07-19T04:20:33.706ZJul 19 04:20:32.214 DEBG created new freemapJul 19 04:20:32.214 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
82222026-07-19T04:20:33.706Z
82232026-07-19T04:20:33.706ZJul 19 04:20:32.214 DEBG initted freemap. size: 128, unit: freemap_test
82242026-07-19T04:20:33.706ZJul 19 04:20:32.214 DEBGJul 19 04:20:32.214 Jul 19 04:20:32.214reset freemap DEBG, DEBG created new freemapinitted freemap. size: 128unit, , unitunit::: freemap_testfreemap_testfreemap_test
82252026-07-19T04:20:33.706Z
82262026-07-19T04:20:33.706Z
82272026-07-19T04:20:33.706ZJul 19 04:20:32.214Jul 19 04:20:32.214 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82282026-07-19T04:20:33.706Z
82292026-07-19T04:20:33.706ZJul 19 04:20:32.214Jul 19 04:20:32.214 DEBG DEBGreset freemap , created new freemapunit: , freemap_testunit
82302026-07-19T04:20:33.706Z: freemap_test
82312026-07-19T04:20:33.706Ztest nat::test_mapping ... ok
82322026-07-19T04:20:33.706ZJul 19 04:20:32.214 DEBG initted freemap. size: 128, unit: freemap_test
82332026-07-19T04:20:33.706ZJul 19 04:20:32.214 DEBG reset freemap, unit: freemap_test
82342026-07-19T04:20:33.706Ztest freemap::test_free ... ok
82352026-07-19T04:20:33.706Ztest freemap::test_exhaustion ... ok
82362026-07-19T04:20:33.706Ztest freemap::test_basic ... ok
82372026-07-19T04:20:33.706Ztest freemap::test_reclaim ... ok
82382026-07-19T04:20:33.706Ztest port_map::tests::test_backplane_group ... ok
82392026-07-19T04:20:33.707Ztest port_map::tests::test_port_map ... ok
82402026-07-19T04:20:33.707Ztest port_map::tests::dump_map ... ok
82412026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG created new freemap, unit: freemap_test
82422026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG initted freemap. size: 8, unit: freemap_test
82432026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG reset freemap, unit: freemap_test
82442026-07-19T04:20:33.707Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82452026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG created new freemap, unit: freemap_test
82462026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG initted freemap. size: 128, unit: freemap_test
82472026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG reset freemap, unit: freemap_test
82482026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG created new freemap, unit: freemap_route_ipv4
82492026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG created new freemap, unit: freemap_route_ipv6
82502026-07-19T04:20:33.707Ztest freemap::test_span ... ok
82512026-07-19T04:20:33.707ZJul 19 04:20:32.215 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82522026-07-19T04:20:33.707Ztest api_server::tests::test_build_info ... ok
82532026-07-19T04:20:33.707ZJul 19 04:20:32.216 DEBG reset freemap, unit: freemap_route_ipv4
82542026-07-19T04:20:33.707ZJul 19 04:20:32.216 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82552026-07-19T04:20:33.707ZJul 19 04:20:32.216 DEBG reset freemap, unit: freemap_route_ipv6
82562026-07-19T04:20:33.707ZJul 19 04:20:32.216 INFO Jul 19 04:20:32.216adding route 3fff:dead::/64 -> 2001:db8::55:1
82572026-07-19T04:20:33.707ZDEBG created new freemap, unitJul 19 04:20:32.216: DEBGfreemap_route_ipv4
82582026-07-19T04:20:33.707Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82592026-07-19T04:20:33.707ZJul 19 04:20:32.216Jul 19 04:20:32.216 DEBGINFO created new freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff,
82602026-07-19T04:20:33.707Zunit: freemap_route_ipv6
82612026-07-19T04:20:33.707ZJul 19 04:20:32.216 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
82622026-07-19T04:20:33.707Z DEBG initted freemap. size: 64, Jul 19 04:20:32.216unit :INFO freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82632026-07-19T04:20:33.707Z
82642026-07-19T04:20:33.707ZJul 19 04:20:32.216Jul 19 04:20:32.216 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
82652026-07-19T04:20:33.707Z, unit: freemap_route_ipv4Jul 19 04:20:32.216
82662026-07-19T04:20:33.707Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82672026-07-19T04:20:33.707ZJul 19 04:20:32.216 DEBG initted freemap. size: 64Jul 19 04:20:32.216, unitDEBG: replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
82682026-07-19T04:20:33.707Z
82692026-07-19T04:20:33.707ZJul 19 04:20:32.216Jul 19 04:20:32.216 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap
82702026-07-19T04:20:33.707Z, unit: freemap_route_ipv6Jul 19 04:20:32.216
82712026-07-19T04:20:33.707Z DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
82722026-07-19T04:20:33.707Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82732026-07-19T04:20:33.707ZJul 19 04:20:32.216 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
82742026-07-19T04:20:33.707Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.216
82752026-07-19T04:20:33.707Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
82762026-07-19T04:20:33.707Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:20:32.216
82772026-07-19T04:20:33.708Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82782026-07-19T04:20:33.708ZJul 19 04:20:32.216 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.216
82792026-07-19T04:20:33.708Z 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 } }]
82802026-07-19T04:20:33.708ZJul 19 04:20:32.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:20:32.216
82812026-07-19T04:20:33.708Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82822026-07-19T04:20:33.708ZJul 19 04:20:32.216 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:20:32.216
82832026-07-19T04:20:33.708Z 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 } }]
82842026-07-19T04:20:33.708ZJul 19 04:20:32.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:20:32.216
82852026-07-19T04:20:33.708Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82862026-07-19T04:20:33.708ZJul 19 04:20:32.216 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 } }]Jul 19 04:20:32.216
82872026-07-19T04:20:33.708Z DEBG Jul 19 04:20:32.216replacing 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 } }]
82882026-07-19T04:20:33.708ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82892026-07-19T04:20:33.708ZJul 19 04:20:32.216 INFOJul 19 04:20:32.216 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
82902026-07-19T04:20:33.708Z 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 } }]
82912026-07-19T04:20:33.708ZJul 19 04:20:32.216 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 } }]Jul 19 04:20:32.216
82922026-07-19T04:20:33.708Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82932026-07-19T04:20:33.708ZJul 19 04:20:32.216 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
82942026-07-19T04:20:33.708Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
82952026-07-19T04:20:33.708Z 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 } }]Jul 19 04:20:32.216
82962026-07-19T04:20:33.708Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82972026-07-19T04:20:33.708ZJul 19 04:20:32.216 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
82982026-07-19T04:20:33.708Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
82992026-07-19T04:20:33.708Z 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 } }]Jul 19 04:20:32.216
83002026-07-19T04:20:33.708Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83012026-07-19T04:20:33.712ZJul 19 04:20:32.216 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83022026-07-19T04:20:33.712Z DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83032026-07-19T04:20:33.713Z DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83042026-07-19T04:20:33.713Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83052026-07-19T04:20:33.713Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83062026-07-19T04:20:33.713Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83072026-07-19T04:20:33.713Z 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 } }]
83082026-07-19T04:20:33.713ZJul 19 04:20:32.216 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83092026-07-19T04:20:33.713Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83102026-07-19T04:20:33.713ZJul 19 04:20:32.216 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 } }]Jul 19 04:20:32.216
83112026-07-19T04:20:33.713Z 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 } }]
83122026-07-19T04:20:33.713ZJul 19 04:20:32.216 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83132026-07-19T04:20:33.713Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83142026-07-19T04:20:33.713Z 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 } }]
83152026-07-19T04:20:33.713ZJul 19 04:20:32.216 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 } }]Jul 19 04:20:32.216
83162026-07-19T04:20:33.713Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83172026-07-19T04:20:33.713Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83182026-07-19T04:20:33.713ZJul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83192026-07-19T04:20:33.713Z 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 } }]
83202026-07-19T04:20:33.713ZJul 19 04:20:32.216 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83212026-07-19T04:20:33.713Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83222026-07-19T04:20:33.713Z 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 } }]
83232026-07-19T04:20:33.713ZJul 19 04:20:32.216 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 } }]Jul 19 04:20:32.216
83242026-07-19T04:20:33.713Ztest port_map::tests::parse_softnpu_revision ... ok
83252026-07-19T04:20:33.713Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83262026-07-19T04:20:33.713ZJul 19 04:20:32.216 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83272026-07-19T04:20:33.713Z 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 } }]
83282026-07-19T04:20:33.713ZJul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83292026-07-19T04:20:33.713Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83302026-07-19T04:20:33.713ZJul 19 04:20:32.216 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83312026-07-19T04:20:33.713Z 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 } }]Jul 19 04:20:32.216
83322026-07-19T04:20:33.713Z DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83332026-07-19T04:20:33.713Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83342026-07-19T04:20:33.713ZJul 19 04:20:32.216 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83352026-07-19T04:20:33.713Z 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 } }]
83362026-07-19T04:20:33.713ZJul 19 04:20:32.216 Jul 19 04:20:32.216DEBG INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83372026-07-19T04:20:33.713Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83382026-07-19T04:20:33.714ZJul 19 04:20:32.216 Jul 19 04:20:32.216INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83392026-07-19T04:20:33.714Zreplacing 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 } }]
83402026-07-19T04:20:33.714ZJul 19 04:20:32.216 Jul 19 04:20:32.216DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83412026-07-19T04:20:33.714Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83422026-07-19T04:20:33.714ZJul 19 04:20:32.216 INFOJul 19 04:20:32.216 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
83432026-07-19T04:20:33.714Z 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 } }]
83442026-07-19T04:20:33.714ZJul 19 04:20:32.216 DEBGJul 19 04:20:32.216 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
83452026-07-19T04:20:33.714Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83462026-07-19T04:20:33.714ZJul 19 04:20:32.216 INFOJul 19 04:20:32.216 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
83472026-07-19T04:20:33.714Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
83482026-07-19T04:20:33.714Z Jul 19 04:20:32.216DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitJul 19 04:20:32.216
83492026-07-19T04:20:33.714Z:Jul 19 04:20:32.216 INFO freemap_route_ipv4DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83502026-07-19T04:20:33.714Z
83512026-07-19T04:20:33.714Z Jul 19 04:20:32.216created new freemap Jul 19 04:20:32.216INFOJul 19 04:20:32.216 , adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83522026-07-19T04:20:33.714ZDEBGDEBGunit : 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 } }]created new freemapfreemap_route_ipv4, Jul 19 04:20:32.216
83532026-07-19T04:20:33.714Z unitDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83542026-07-19T04:20:33.714Z:
83552026-07-19T04:20:33.714Z freemap_route_ipv6Jul 19 04:20:32.216
83562026-07-19T04:20:33.714Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83572026-07-19T04:20:33.714Z INFOJul 19 04:20:32.216 Jul 19 04:20:32.216adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
83582026-07-19T04:20:33.714ZJul 19 04:20:32.216DEBG DEBG created new freemap 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 } }]initted freemap. size: 64
83592026-07-19T04:20:33.714Z, Jul 19 04:20:32.216unit, : DEBGunit freemap_route_ipv6Jul 19 04:20:32.216:
83602026-07-19T04:20:33.714Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4INFO
83612026-07-19T04:20:33.714Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83622026-07-19T04:20:33.714Z
83632026-07-19T04:20:33.714ZJul 19 04:20:32.216 DEBGJul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216initted freemap. size: 64DEBG INFO, DEBG unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:
83642026-07-19T04:20:33.714Z 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 } }]reset freemapfreemap_route_ipv4,
83652026-07-19T04:20:33.714ZunitJul 19 04:20:32.216
83662026-07-19T04:20:33.714Z :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 } }] freemap_route_ipv4
83672026-07-19T04:20:33.714Z
83682026-07-19T04:20:33.714ZJul 19 04:20:32.216 Jul 19 04:20:32.216Jul 19 04:20:32.216DEBG Jul 19 04:20:32.216INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83692026-07-19T04:20:33.714Zinitted freemap. size: 64INFOreset freemap, unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:20:32.216, :unit
83702026-07-19T04:20:33.714Z : DEBGfreemap_route_ipv6 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 } }]
83712026-07-19T04:20:33.714Z
83722026-07-19T04:20:33.714Zfreemap_route_ipv4
83732026-07-19T04:20:33.714ZJul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216Jul 19 04:20:32.216 DEBGDEBG DEBG reset freemapINFOreplacing 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 } }],
83742026-07-19T04:20:33.714Zunit initted freemap. size: 64 :adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, Jul 19 04:20:32.216
83752026-07-19T04:20:33.714Zfreemap_route_ipv6 unitINFO:
83762026-07-19T04:20:33.714Zfreemap_route_ipv6adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83772026-07-19T04:20:33.714Z
83782026-07-19T04:20:33.715ZJul 19 04:20:32.216 DEBGJul 19 04:20:32.216 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 } }]INFOJul 19 04:20:32.216 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
83792026-07-19T04:20:33.715ZJul 19 04:20:32.216
83802026-07-19T04:20:33.715Z reset freemap , DEBGJul 19 04:20:32.216unit replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216DEBG
83812026-07-19T04:20:33.715Z: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 19 04:20:32.216 freemap_route_ipv6
83822026-07-19T04:20:33.715ZINFO
83832026-07-19T04:20:33.715ZINFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Jul 19 04:20:32.216adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83842026-07-19T04:20:33.715Z Jul 19 04:20:32.216
83852026-07-19T04:20:33.715Z INFOINFO Jul 19 04:20:32.216adding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 19 04:20:32.216 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGDEBG
83862026-07-19T04:20:33.715Z
83872026-07-19T04:20:33.715Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83882026-07-19T04:20:33.715ZJul 19 04:20:32.216Jul 19 04:20:32.216
83892026-07-19T04:20:33.715Z DEBGDEBG Jul 19 04:20:32.216replacing 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 } }]
83902026-07-19T04:20:33.715Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.216
83912026-07-19T04:20:33.715ZINFO Jul 19 04:20:32.216adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:20:32.216INFO
83922026-07-19T04:20:33.715Z INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83932026-07-19T04:20:33.715Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO Jul 19 04:20:32.216
83942026-07-19T04:20:33.715Z adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
83952026-07-19T04:20:33.715Z DEBGJul 19 04:20:32.216 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83962026-07-19T04:20:33.715ZDEBG Jul 19 04:20:32.216replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83972026-07-19T04:20:33.715Z
83982026-07-19T04:20:33.715ZDEBG Jul 19 04:20:32.216replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
83992026-07-19T04:20:33.715Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
84002026-07-19T04:20:33.715Z INFOJul 19 04:20:32.216 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOJul 19 04:20:32.216 Jul 19 04:20:32.216adding route 3fff:dead::/64 -> 2001:db8::55:1
84012026-07-19T04:20:33.719ZDEBG
84022026-07-19T04:20:33.719Z INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.216
84032026-07-19T04:20:33.719Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
84042026-07-19T04:20:33.719Z DEBG Jul 19 04:20:32.216replacing 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 } }]
84052026-07-19T04:20:33.719ZINFODEBG Jul 19 04:20:32.216adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
84062026-07-19T04:20:33.720Z
84072026-07-19T04:20:33.720Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
84082026-07-19T04:20:33.720Zreplacing 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 } }]
84092026-07-19T04:20:33.720ZJul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216INFO Jul 19 04:20:32.216DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
84102026-07-19T04:20:33.720Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84112026-07-19T04:20:33.720Zreplacing 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 } }]
84122026-07-19T04:20:33.720Z
84132026-07-19T04:20:33.720ZJul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
84142026-07-19T04:20:33.720ZJul 19 04:20:32.216Jul 19 04:20:32.216 INFODEBG Jul 19 04:20:32.216replacing 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 } }]INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84152026-07-19T04:20:33.720Z
84162026-07-19T04:20:33.720Z INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff Jul 19 04:20:32.216adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84172026-07-19T04:20:33.720ZJul 19 04:20:32.216
84182026-07-19T04:20:33.720Z 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 } }]
84192026-07-19T04:20:33.720Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
84202026-07-19T04:20:33.720Z Jul 19 04:20:32.216DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84212026-07-19T04:20:33.720Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216
84222026-07-19T04:20:33.720Z Jul 19 04:20:32.216DEBG Jul 19 04:20:32.216Jul 19 04:20:32.216 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84232026-07-19T04:20:33.720Z INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84242026-07-19T04:20:33.720Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.216
84252026-07-19T04:20:33.720Z
84262026-07-19T04:20:33.720ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84272026-07-19T04:20:33.720ZJul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216DEBGJul 19 04:20:32.216 DEBGDEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84282026-07-19T04:20:33.720Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84292026-07-19T04:20:33.720Z
84302026-07-19T04:20:33.720Z
84312026-07-19T04:20:33.720ZJul 19 04:20:32.216 Jul 19 04:20:32.216INFO INFOJul 19 04:20:32.216 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:20:32.216INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84322026-07-19T04:20:33.720Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84332026-07-19T04:20:33.720Z
84342026-07-19T04:20:33.720Z
84352026-07-19T04:20:33.720ZJul 19 04:20:32.216Jul 19 04:20:32.216Jul 19 04:20:32.216 DEBG Jul 19 04:20:32.216DEBG DEBG 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 } }]
84362026-07-19T04:20:33.720Zreplacing 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: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 } }]
84372026-07-19T04:20:33.720Zreplacing 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 } }]
84382026-07-19T04:20:33.720Z
84392026-07-19T04:20:33.720ZJul 19 04:20:32.216 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:20:32.216Jul 19 04:20:32.216Jul 19 04:20:32.216
84402026-07-19T04:20:33.720Z INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84412026-07-19T04:20:33.720Z
84422026-07-19T04:20:33.720ZJul 19 04:20:32.216 Jul 19 04:20:32.217DEBGJul 19 04:20:32.217 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 } }]DEBGDEBG
84432026-07-19T04:20:33.721Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef: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 } }]
84442026-07-19T04:20:33.721Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84452026-07-19T04:20:33.721Z
84462026-07-19T04:20:33.721ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
84472026-07-19T04:20:33.721ZINFO
84482026-07-19T04:20:33.721Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
84492026-07-19T04:20:33.721Z Jul 19 04:20:32.217replacing 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 } }]
84502026-07-19T04:20:33.721ZDEBG Jul 19 04:20:32.217replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.217DEBGJul 19 04:20:32.217
84512026-07-19T04:20:33.721Z INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84522026-07-19T04:20:33.721Z Jul 19 04:20:32.217 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.217adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84532026-07-19T04:20:33.721Z
84542026-07-19T04:20:33.721ZINFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84552026-07-19T04:20:33.721ZJul 19 04:20:32.217adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84562026-07-19T04:20:33.721ZINFOJul 19 04:20:32.217 Jul 19 04:20:32.217 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84572026-07-19T04:20:33.721ZJul 19 04:20:32.217replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 19 04:20:32.217DEBG
84582026-07-19T04:20:33.721Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84592026-07-19T04:20:33.721Zreplacing 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 } }]
84602026-07-19T04:20:33.721Zcreated new freemapJul 19 04:20:32.217Jul 19 04:20:32.217 , Jul 19 04:20:32.217 unitINFOINFO Jul 19 04:20:32.217adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG
84612026-07-19T04:20:33.721Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff: INFOfreemap_route_ipv4
84622026-07-19T04:20:33.721ZJul 19 04:20:32.217
84632026-07-19T04:20:33.721Zreplacing 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
84642026-07-19T04:20:33.721Z 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:6::/64 -> 2001:db8::55:ff
84652026-07-19T04:20:33.721Z
84662026-07-19T04:20:33.721ZJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBG Jul 19 04:20:32.217Jul 19 04:20:32.217 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 } }]
84672026-07-19T04:20:33.721Zcreated new freemap , INFO unitINFOJul 19 04:20:32.217:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84682026-07-19T04:20:33.721Z INFOfreemap_route_ipv6adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84692026-07-19T04:20:33.721ZJul 19 04:20:32.217
84702026-07-19T04:20:33.721Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGJul 19 04:20:32.217 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 } }]DEBGJul 19 04:20:32.217 Jul 19 04:20:32.217initted freemap. size: 64 , DEBGDEBG
84712026-07-19T04:20:33.721Zunitreplacing 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: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 } }]
84722026-07-19T04:20:33.721Z:
84732026-07-19T04:20:33.721Z freemap_route_ipv4Jul 19 04:20:32.217
84742026-07-19T04:20:33.721Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
84752026-07-19T04:20:33.721ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217INFODEBGINFO reset freemapadding route 3fff:beef:20::/64 -> 2001:db8::55:ff, unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff:
84762026-07-19T04:20:33.721ZDEBG freemap_route_ipv4
84772026-07-19T04:20:33.721Z
84782026-07-19T04:20:33.721Zreplacing 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 } }]
84792026-07-19T04:20:33.721ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217 DEBGDEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84802026-07-19T04:20:33.721Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84812026-07-19T04:20:33.722Zinitted freemap. size: 64 , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit
84822026-07-19T04:20:33.722Z: Jul 19 04:20:32.217Jul 19 04:20:32.217freemap_route_ipv6
84832026-07-19T04:20:33.722Z INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84842026-07-19T04:20:33.722Z
84852026-07-19T04:20:33.722ZDEBG reset freemapJul 19 04:20:32.217, unitJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBGDEBG: replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
84862026-07-19T04:20:33.722Zreplacing 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: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 } }]
84872026-07-19T04:20:33.722Z
84882026-07-19T04:20:33.722Z
84892026-07-19T04:20:33.722ZJul 19 04:20:32.217 Jul 19 04:20:32.217INFOJul 19 04:20:32.217 Jul 19 04:20:32.217INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84902026-07-19T04:20:33.722Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
84912026-07-19T04:20:33.722Z
84922026-07-19T04:20:33.722ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84932026-07-19T04:20:33.722ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBG Jul 19 04:20:32.217 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
84942026-07-19T04:20:33.722ZDEBG
84952026-07-19T04:20:33.722ZDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84962026-07-19T04:20:33.722Z
84972026-07-19T04:20:33.722ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217Jul 19 04:20:32.217DEBG INFO INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
84982026-07-19T04:20:33.722Z
84992026-07-19T04:20:33.722Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85002026-07-19T04:20:33.722Z
85012026-07-19T04:20:33.726ZJul 19 04:20:32.217 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 } }]
85022026-07-19T04:20:33.726ZJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBG Jul 19 04:20:32.217 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
85032026-07-19T04:20:33.726Z 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:b::/64 -> 2001:db8::55:ff
85042026-07-19T04:20:33.726Z
85052026-07-19T04:20:33.726ZJul 19 04:20:32.217 INFO Jul 19 04:20:32.217adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85062026-07-19T04:20:33.727Z 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 } }]
85072026-07-19T04:20:33.727ZJul 19 04:20:32.217 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85082026-07-19T04:20:33.727ZJul 19 04:20:32.217 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 } }]
85092026-07-19T04:20:33.727ZJul 19 04:20:32.217 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85102026-07-19T04:20:33.727ZINFOJul 19 04:20:32.217 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
85112026-07-19T04:20:33.727Z 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 } }]
85122026-07-19T04:20:33.727ZJul 19 04:20:32.217Jul 19 04:20:32.217 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:e::/64 -> 2001:db8::55:ff
85132026-07-19T04:20:33.727Z
85142026-07-19T04:20:33.727ZJul 19 04:20:32.217Jul 19 04:20:32.217 INFODEBG adding route 3fff:beef:25::/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 } }]
85152026-07-19T04:20:33.727Z
85162026-07-19T04:20:33.727Z
85172026-07-19T04:20:33.727ZJul 19 04:20:32.217 Jul 19 04:20:32.217INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85182026-07-19T04:20:33.727Z 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 } }]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 } }]
85192026-07-19T04:20:33.727Z
85202026-07-19T04:20:33.727ZJul 19 04:20:32.217 DEBGJul 19 04:20:32.217Jul 19 04:20:32.217 INFOINFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85212026-07-19T04:20:33.727Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85222026-07-19T04:20:33.727Z
85232026-07-19T04:20:33.727ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217INFODEBG DEBG adding route 3fff:beef:10::/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 } }]
85242026-07-19T04:20:33.727Z
85252026-07-19T04:20:33.727Zreplacing 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 } }]
85262026-07-19T04:20:33.727ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217DEBGINFO INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85272026-07-19T04:20:33.727Z
85282026-07-19T04:20:33.727Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85292026-07-19T04:20:33.727ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217INFO DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85302026-07-19T04:20:33.727Zreplacing 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 } }]
85312026-07-19T04:20:33.727Z
85322026-07-19T04:20:33.727ZJul 19 04:20:32.217 Jul 19 04:20:32.217DEBG Jul 19 04:20:32.217INFO INFOadding 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 } }]
85332026-07-19T04:20:33.727Z
85342026-07-19T04:20:33.727Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85352026-07-19T04:20:33.727ZJul 19 04:20:32.217 Jul 19 04:20:32.217Jul 19 04:20:32.217INFO DEBG DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85362026-07-19T04:20:33.727Zreplacing 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: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 } }]
85372026-07-19T04:20:33.727Z
85382026-07-19T04:20:33.727ZJul 19 04:20:32.217 DEBG Jul 19 04:20:32.217Jul 19 04:20:32.217 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85392026-07-19T04:20:33.727Z INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85402026-07-19T04:20:33.727Z
85412026-07-19T04:20:33.727ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:20:32.217Jul 19 04:20:32.217
85422026-07-19T04:20:33.728ZDEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85432026-07-19T04:20:33.728ZJul 19 04:20:32.217replacing 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 } }]
85442026-07-19T04:20:33.728ZDEBG 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 } }]
85452026-07-19T04:20:33.728ZJul 19 04:20:32.217 Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85462026-07-19T04:20:33.728Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
85472026-07-19T04:20:33.728Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85482026-07-19T04:20:33.728Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85492026-07-19T04:20:33.728ZJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBGJul 19 04:20:32.217 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 } }] INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85502026-07-19T04:20:33.728Z
85512026-07-19T04:20:33.728Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85522026-07-19T04:20:33.728ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217 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:15::/64 -> 2001:db8::55:ff
85532026-07-19T04:20:33.728Z
85542026-07-19T04:20:33.728ZJul 19 04:20:32.217Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85552026-07-19T04:20:33.728ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85562026-07-19T04:20:33.728Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.217
85572026-07-19T04:20:33.728Z 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 } }]Jul 19 04:20:32.217
85582026-07-19T04:20:33.728ZJul 19 04:20:32.217 DEBGINFO Jul 19 04:20:32.217replacing 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 } }]
85592026-07-19T04:20:33.728Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
85602026-07-19T04:20:33.728Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85612026-07-19T04:20:33.728Z Jul 19 04:20:32.217INFO DEBGJul 19 04:20:32.217adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85622026-07-19T04:20:33.728Z
85632026-07-19T04:20:33.728Zreplacing 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 } }]
85642026-07-19T04:20:33.728ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217 INFOINFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85652026-07-19T04:20:33.728Z
85662026-07-19T04:20:33.728Zreplacing 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 } }]
85672026-07-19T04:20:33.728ZJul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217DEBG INFODEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/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 } }]
85682026-07-19T04:20:33.728Z
85692026-07-19T04:20:33.728Z
85702026-07-19T04:20:33.728ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 INFODEBG 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 } }]
85712026-07-19T04:20:33.728Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85722026-07-19T04:20:33.728Z
85732026-07-19T04:20:33.728ZJul 19 04:20:32.217 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85742026-07-19T04:20:33.728Z Jul 19 04:20:32.217DEBG Jul 19 04:20:32.217 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
85752026-07-19T04:20:33.728Z 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
85762026-07-19T04:20:33.728Z Jul 19 04:20:32.217replacing 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 } }]
85772026-07-19T04:20:33.728ZINFO Jul 19 04:20:32.217adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85782026-07-19T04:20:33.728ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85792026-07-19T04:20:33.728Z Jul 19 04:20:32.217INFO DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85802026-07-19T04:20:33.728Z 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
85812026-07-19T04:20:33.729Z Jul 19 04:20:32.217replacing 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 } }]
85822026-07-19T04:20:33.729ZDEBG Jul 19 04:20:32.217replacing 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 } }]
85832026-07-19T04:20:33.729ZINFO Jul 19 04:20:32.217adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217
85842026-07-19T04:20:33.729ZINFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85852026-07-19T04:20:33.729Z
85862026-07-19T04:20:33.729Z 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 } }]
85872026-07-19T04:20:33.729ZJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGJul 19 04:20:32.217DEBG 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 } }]
85882026-07-19T04:20:33.729Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85892026-07-19T04:20:33.729Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:20:32.217
85902026-07-19T04:20:33.729Z Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85912026-07-19T04:20:33.729Z
85922026-07-19T04:20:33.729ZDEBG 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 } }]
85932026-07-19T04:20:33.729ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBGINFO 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:16::/64 -> 2001:db8::55:ff
85942026-07-19T04:20:33.729Z
85952026-07-19T04:20:33.729Zreplacing 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 } }]
85962026-07-19T04:20:33.729ZJul 19 04:20:32.217Jul 19 04:20:32.217 INFODEBGJul 19 04:20:32.217 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85972026-07-19T04:20:33.729Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85982026-07-19T04:20:33.729Z
85992026-07-19T04:20:33.729ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGINFODEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86002026-07-19T04:20:33.729Z
86012026-07-19T04:20:33.733Zreplacing 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 } }]
86022026-07-19T04:20:33.733ZJul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBG INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86032026-07-19T04:20:33.733Zadding route 3fff:beef:34::/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 } }]
86042026-07-19T04:20:33.733Z
86052026-07-19T04:20:33.733ZJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGINFO Jul 19 04:20:32.217replacing 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 } }]
86062026-07-19T04:20:33.733Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
86072026-07-19T04:20:33.733Z 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 } }]Jul 19 04:20:32.217
86082026-07-19T04:20:33.733Z Jul 19 04:20:32.217INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86092026-07-19T04:20:33.734Z
86102026-07-19T04:20:33.734ZJul 19 04:20:32.217 Jul 19 04:20:32.217Jul 19 04:20:32.217INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
86112026-07-19T04:20:33.734Z 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 } }]
86122026-07-19T04:20:33.734Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
86132026-07-19T04:20:33.734Z DEBGJul 19 04:20:32.218 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86142026-07-19T04:20:33.734Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
86152026-07-19T04:20:33.734ZJul 19 04:20:32.218 INFODEBG Jul 19 04:20:32.218replacing 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:36::/64 -> 2001:db8::55:ffDEBG
86162026-07-19T04:20:33.734Z
86172026-07-19T04:20:33.734Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218
86182026-07-19T04:20:33.734Z INFOJul 19 04:20:32.218 Jul 19 04:20:32.218adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
86192026-07-19T04:20:33.734ZINFOreplacing 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 } }]
86202026-07-19T04:20:33.734Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86212026-07-19T04:20:33.734ZJul 19 04:20:32.218Jul 19 04:20:32.218 Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86222026-07-19T04:20:33.734ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86232026-07-19T04:20:33.734Z
86242026-07-19T04:20:33.734ZJul 19 04:20:32.218 DEBG Jul 19 04:20:32.218Jul 19 04:20:32.218 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 } }]INFOINFO
86252026-07-19T04:20:33.734Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86262026-07-19T04:20:33.734Z
86272026-07-19T04:20:33.734ZJul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBGINFODEBG 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:38::/64 -> 2001:db8::55:ff
86282026-07-19T04:20:33.734Z 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 } }]
86292026-07-19T04:20:33.734Z
86302026-07-19T04:20:33.734ZJul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 INFOINFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86312026-07-19T04:20:33.734Z
86322026-07-19T04:20:33.734Zreplacing 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 } }]
86332026-07-19T04:20:33.734ZJul 19 04:20:32.218Jul 19 04:20:32.218 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218
86342026-07-19T04:20:33.734Z 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 } }] Jul 19 04:20:32.218
86352026-07-19T04:20:33.734ZJul 19 04:20:32.218Jul 19 04:20:32.217 DEBG Jul 19 04:20:32.218DEBG created new freemap , 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 } }]
86362026-07-19T04:20:33.734ZunitINFO: freemap_route_ipv4
86372026-07-19T04:20:33.734ZINFOJul 19 04:20:32.218 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
86382026-07-19T04:20:33.734Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86392026-07-19T04:20:33.734ZJul 19 04:20:32.218adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
86402026-07-19T04:20:33.734ZDEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86412026-07-19T04:20:33.734Zcreated new freemapJul 19 04:20:32.218, unit: Jul 19 04:20:32.218DEBGfreemap_route_ipv6
86422026-07-19T04:20:33.734ZDEBG 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 } }]
86432026-07-19T04:20:33.734Z Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
86442026-07-19T04:20:33.734ZJul 19 04:20:32.218 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 } }]
86452026-07-19T04:20:33.735Zreset freemap , unit:Jul 19 04:20:32.218 DEBGfreemap_route_ipv4
86462026-07-19T04:20:33.735Z 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: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 } }]
86472026-07-19T04:20:33.735ZJul 19 04:20:32.218 INFODEBG initted freemap. size: 64, unitJul 19 04:20:32.218: freemap_route_ipv6
86482026-07-19T04:20:33.735Z
86492026-07-19T04:20:33.735ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86502026-07-19T04:20:33.735ZJul 19 04:20:32.218adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86512026-07-19T04:20:33.735ZJul 19 04:20:32.218Jul 19 04:20:32.218 DEBGDEBG reset freemap , unit:Jul 19 04:20:32.218 freemap_route_ipv6INFO
86522026-07-19T04:20:33.735Zreplacing 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 } }]
86532026-07-19T04:20:33.735ZJul 19 04:20:32.218 INFO adding route 172.16.0.0/32 -> 10.0.0.1
86542026-07-19T04:20:33.735Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
86552026-07-19T04:20:33.735Z INFOJul 19 04:20:32.218INFOJul 19 04:20:32.218 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
86562026-07-19T04:20:33.735Z 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 } }]
86572026-07-19T04:20:33.735Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86582026-07-19T04:20:33.735ZJul 19 04:20:32.218 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 } }]
86592026-07-19T04:20:33.735Ztest route::tests::grow_succeeds ... ok
86602026-07-19T04:20:33.735ZJul 19 04:20:32.218 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 } }]
86612026-07-19T04:20:33.735Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218Jul 19 04:20:32.218
86622026-07-19T04:20:33.735Z 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:26::/64 -> 2001:db8::55:ff
86632026-07-19T04:20:33.735Z
86642026-07-19T04:20:33.735ZJul 19 04:20:32.218 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
86652026-07-19T04:20:33.735Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86662026-07-19T04:20:33.735ZJul 19 04:20:32.218 Jul 19 04:20:32.218DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218
86672026-07-19T04:20:33.735Z DEBGreplacing 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 } }]
86682026-07-19T04:20:33.735Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218
86692026-07-19T04:20:33.735Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
86702026-07-19T04:20:33.735Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:20:32.218Jul 19 04:20:32.218
86712026-07-19T04:20:33.735Z 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 } }]Jul 19 04:20:32.218
86722026-07-19T04:20:33.735Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86732026-07-19T04:20:33.735ZDEBGJul 19 04:20:32.218 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
86742026-07-19T04:20:33.735Z Jul 19 04:20:32.218failed to allocate space for the new target list
86752026-07-19T04:20:33.735ZDEBGJul 19 04:20:32.218 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 } }]INFOJul 19 04:20:32.218
86762026-07-19T04:20:33.735Z DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86772026-07-19T04:20:33.735Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:20:32.218
86782026-07-19T04:20:33.735Z Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86792026-07-19T04:20:33.735Zreplacing 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 } }]
86802026-07-19T04:20:33.735ZJul 19 04:20:32.218Jul 19 04:20:32.218 INFODEBG adding route 3fff:beef:31::/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 } }]
86812026-07-19T04:20:33.735Z
86822026-07-19T04:20:33.735ZJul 19 04:20:32.218 Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86832026-07-19T04:20:33.735Zreplacing 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 } }]
86842026-07-19T04:20:33.735ZJul 19 04:20:32.218 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86852026-07-19T04:20:33.736ZJul 19 04:20:32.218 DEBG Jul 19 04:20:32.218 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86862026-07-19T04:20:33.736Z 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 } }]
86872026-07-19T04:20:33.736ZJul 19 04:20:32.218 Jul 19 04:20:32.218INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86882026-07-19T04:20:33.736Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86892026-07-19T04:20:33.736ZJul 19 04:20:32.218 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 } }]
86902026-07-19T04:20:33.736ZJul 19 04:20:32.218 DEBG Jul 19 04:20:32.218replacing 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 } }]
86912026-07-19T04:20:33.736ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86922026-07-19T04:20:33.736ZJul 19 04:20:32.218 Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86932026-07-19T04:20:33.736Zreplacing 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 } }]
86942026-07-19T04:20:33.736ZJul 19 04:20:32.218Jul 19 04:20:32.218 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:35::/64 -> 2001:db8::55:ff
86952026-07-19T04:20:33.736Z
86962026-07-19T04:20:33.736ZJul 19 04:20:32.218Jul 19 04:20:32.218 Jul 19 04:20:32.218 DEBG created new freemapJul 19 04:20:32.218, unit :DEBG freemap_route_ipv4
86972026-07-19T04:20:33.736ZDEBG Jul 19 04:20:32.218INFO DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86982026-07-19T04:20:33.736Zcreated new freemap, unit: freemap_route_ipv6
86992026-07-19T04:20:33.736ZJul 19 04:20:32.218 Jul 19 04:20:32.218 INFO DEBG initted freemap. size: 64adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff, unit :
87002026-07-19T04:20:33.736Z freemap_route_ipv4
87012026-07-19T04:20:33.740Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218
87022026-07-19T04:20:33.740Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
87032026-07-19T04:20:33.740Z reset freemap, unitJul 19 04:20:32.218: freemap_route_ipv4
87042026-07-19T04:20:33.740ZJul 19 04:20:32.218 Jul 19 04:20:32.218 DEBG DEBGinitted freemap. size: 64INFO, Jul 19 04:20:32.218unit 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_ipv6
87052026-07-19T04:20:33.740Z DEBG Jul 19 04:20:32.218replacing 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 } }]
87062026-07-19T04:20:33.740Z DEBG reset freemap, unit : freemap_route_ipv6Jul 19 04:20:32.218
87072026-07-19T04:20:33.740Z
87082026-07-19T04:20:33.740ZJul 19 04:20:32.218 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87092026-07-19T04:20:33.740ZJul 19 04:20:32.218 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
87102026-07-19T04:20:33.740Z
87112026-07-19T04:20:33.740Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
87122026-07-19T04:20:33.740ZJul 19 04:20:32.218Jul 19 04:20:32.218 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87132026-07-19T04:20:33.740Z
87142026-07-19T04:20:33.740ZJul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
87152026-07-19T04:20:33.740Z DEBG Jul 19 04:20:32.218DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
87162026-07-19T04:20:33.740Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218replacing 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 } }]
87172026-07-19T04:20:33.740ZDEBG 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 } }]
87182026-07-19T04:20:33.740Z
87192026-07-19T04:20:33.740Z
87202026-07-19T04:20:33.740ZJul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
87212026-07-19T04:20:33.740Z INFO Jul 19 04:20:32.218 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87222026-07-19T04:20:33.740Z
87232026-07-19T04:20:33.740ZJul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
87242026-07-19T04:20:33.741Z INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87252026-07-19T04:20:33.741ZJul 19 04:20:32.218 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 } }]INFO
87262026-07-19T04:20:33.741ZJul 19 04:20:32.218 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87272026-07-19T04:20:33.741Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.218
87282026-07-19T04:20:33.741ZJul 19 04:20:32.218 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 } }]
87292026-07-19T04:20:33.741Zreplacing 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 } }]
87302026-07-19T04:20:33.741ZJul 19 04:20:32.218 INFOJul 19 04:20:32.218 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
87312026-07-19T04:20:33.741ZJul 19 04:20:32.218Jul 19 04:20:32.218 DEBG 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 } }]
87322026-07-19T04:20:33.741Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBGJul 19 04:20:32.218 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87332026-07-19T04:20:33.741Z Jul 19 04:20:32.218
87342026-07-19T04:20:33.741Z 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 } }] replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87352026-07-19T04:20:33.741Z
87362026-07-19T04:20:33.741ZJul 19 04:20:32.218 Jul 19 04:20:32.218INFO
87372026-07-19T04:20:33.741Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
87382026-07-19T04:20:33.741Z INFO Jul 19 04:20:32.218Jul 19 04:20:32.218 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 } }]
87392026-07-19T04:20:33.741ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87402026-07-19T04:20:33.741ZJul 19 04:20:32.218Jul 19 04:20:32.218 INFOJul 19 04:20:32.218 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
87412026-07-19T04:20:33.741Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 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 } }]DEBG
87422026-07-19T04:20:33.741ZDEBG
87432026-07-19T04:20:33.741Z Jul 19 04:20:32.219 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:6::/64 -> 2001:db8::55:ff
87442026-07-19T04:20:33.741Z
87452026-07-19T04:20:33.741Z 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 } }]
87462026-07-19T04:20:33.741ZJul 19 04:20:32.219 DEBGJul 19 04:20:32.219 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 } }]
87472026-07-19T04:20:33.741Z Jul 19 04:20:32.219Jul 19 04:20:32.219 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87482026-07-19T04:20:33.741Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
87492026-07-19T04:20:33.741ZJul 19 04:20:32.219Jul 19 04:20:32.219 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 } }]
87502026-07-19T04:20:33.741Z DEBG Jul 19 04:20:32.219DEBG INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:20:32.219
87512026-07-19T04:20:33.741Zreplacing 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 } }]
87522026-07-19T04:20:33.741ZJul 19 04:20:32.219 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 } }]
87532026-07-19T04:20:33.741Z Jul 19 04:20:32.219INFOJul 19 04:20:32.219 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
87542026-07-19T04:20:33.741Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.219 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 } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87552026-07-19T04:20:33.741Z
87562026-07-19T04:20:33.741ZJul 19 04:20:32.219
87572026-07-19T04:20:33.741Z INFOJul 19 04:20:32.219 Jul 19 04:20:32.219adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
87582026-07-19T04:20:33.741Z INFOJul 19 04:20:32.219 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 } }]INFO
87592026-07-19T04:20:33.741Z DEBG Jul 19 04:20:32.219adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87602026-07-19T04:20:33.742ZINFOreplacing 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 } }]
87612026-07-19T04:20:33.742ZJul 19 04:20:32.219 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
87622026-07-19T04:20:33.742ZINFOJul 19 04:20:32.219 DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87632026-07-19T04:20:33.742Z Jul 19 04:20:32.219replacing 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 } }]
87642026-07-19T04:20:33.742Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.219 INFO Jul 19 04:20:32.219 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
87652026-07-19T04:20:33.742Ztest route::tests::rollback_on_compact_delete_failure ... ok
87662026-07-19T04:20:33.742Z Jul 19 04:20:32.219DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
87672026-07-19T04:20:33.742ZJul 19 04:20:32.220 DEBGJul 19 04:20:32.219 created new freemapDEBGJul 19 04:20:32.223, Jul 19 04:20:32.219 unitINFO : DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
87682026-07-19T04:20:33.742Zcreated new freemap, created new freemapJul 19 04:20:32.223 , DEBGunit unitreplacing 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 } }]::
87692026-07-19T04:20:33.742Zfreemap_route_ipv4freemap_route_ipv4
87702026-07-19T04:20:33.742Z
87712026-07-19T04:20:33.742ZJul 19 04:20:32.223 Jul 19 04:20:32.223Jul 19 04:20:32.223 INFODEBG DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
87722026-07-19T04:20:33.742Zcreated new freemap created new freemap, freemap_route_ipv4, unit
87732026-07-19T04:20:33.742Z:unit :freemap_route_ipv6
87742026-07-19T04:20:33.742Zfreemap_route_ipv6
87752026-07-19T04:20:33.742ZJul 19 04:20:32.223 Jul 19 04:20:32.223DEBG 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 } }]Jul 19 04:20:32.223
87762026-07-19T04:20:33.742Zcreated new freemapDEBG, Jul 19 04:20:32.223 DEBGunit :initted freemap. size: 64 initted freemap. size: 64, freemap_route_ipv6unit,
87772026-07-19T04:20:33.742Zunit:: freemap_route_ipv4
87782026-07-19T04:20:33.742Zfreemap_route_ipv4
87792026-07-19T04:20:33.742ZJul 19 04:20:32.223Jul 19 04:20:32.223 DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:20:32.223unit :DEBGJul 19 04:20:32.223
87802026-07-19T04:20:33.742Zfreemap_route_ipv4
87812026-07-19T04:20:33.742Zreset freemapDEBG, unit :reset freemap , Jul 19 04:20:32.223Jul 19 04:20:32.223freemap_route_ipv4 unit :DEBGDEBG freemap_route_ipv4reset freemapreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
87822026-07-19T04:20:33.742Zunit
87832026-07-19T04:20:33.742Z:
87842026-07-19T04:20:33.742Z freemap_route_ipv4
87852026-07-19T04:20:33.742ZJul 19 04:20:32.223Jul 19 04:20:32.223 DEBGDEBG Jul 19 04:20:32.219 Jul 19 04:20:32.223 initted freemap. size: 64
87862026-07-19T04:20:33.742Z initted freemap. size: 64Jul 19 04:20:32.223DEBG , initted freemap. size: 64INFOunitDEBG:, unit, :created new freemapunitfreemap_route_ipv6Jul 19 04:20:32.223,
87872026-07-19T04:20:33.742Z unitfreemap_route_ipv6:
87882026-07-19T04:20:33.742Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
87892026-07-19T04:20:33.742Z :Jul 19 04:20:32.223 DEBGDEBGJul 19 04:20:32.223 freemap_route_ipv4freemap_route_ipv6
87902026-07-19T04:20:33.742Zreset freemap , 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 } }]unitDEBGJul 19 04:20:32.223
87912026-07-19T04:20:33.742Z:reset freemap , unit
87922026-07-19T04:20:33.742ZDEBG:freemap_route_ipv6 Jul 19 04:20:32.223freemap_route_ipv6Jul 19 04:20:32.223
87932026-07-19T04:20:33.742Z
87942026-07-19T04:20:33.742Zreplacing 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-07-19T04:20:33.742ZINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.223Jul 19 04:20:32.223DEBG Jul 19 04:20:32.223Jul 19 04:20:32.223
87962026-07-19T04:20:33.742Z INFO DEBGcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1,
87972026-07-19T04:20:33.743Zreset freemap , unitunit::INFO Jul 19 04:20:32.223freemap_route_ipv6freemap_route_ipv6INFO
87982026-07-19T04:20:33.743Z
87992026-07-19T04:20:33.743Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:20:32.223 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
88002026-07-19T04:20:33.743Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88012026-07-19T04:20:33.747ZJul 19 04:20:32.223 DEBG
88022026-07-19T04:20:33.747ZJul 19 04:20:32.223Jul 19 04:20:32.223
88032026-07-19T04:20:33.747Z Jul 19 04:20:32.223 INFOINFO DEBGadding 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
88042026-07-19T04:20:33.747Z
88052026-07-19T04:20:33.747Zinitted freemap. size: 64
88062026-07-19T04:20:33.747ZJul 19 04:20:32.223, Jul 19 04:20:32.223DEBGJul 19 04:20:32.223Jul 19 04:20:32.223 INFODEBG INFOadding 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 } }]
88072026-07-19T04:20:33.747Z
88082026-07-19T04:20:33.747Zunit 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:3c::/64 -> 2001:db8::55:ff
88092026-07-19T04:20:33.747Z:
88102026-07-19T04:20:33.747Zfreemap_route_ipv4Jul 19 04:20:32.223Jul 19 04:20:32.223 Jul 19 04:20:32.223
88112026-07-19T04:20:33.747ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 19 04:20:32.223
88122026-07-19T04:20:33.747ZDEBG Jul 19 04:20:32.223replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:20:32.223
88132026-07-19T04:20:33.747ZDEBG Jul 19 04:20:32.223reset freemap , unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88142026-07-19T04:20:33.747Z DEBGfreemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
88152026-07-19T04:20:33.747Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88162026-07-19T04:20:33.747Z
88172026-07-19T04:20:33.747ZJul 19 04:20:32.223replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.223DEBGJul 19 04:20:32.223
88182026-07-19T04:20:33.747Z INFOINFO Jul 19 04:20:32.223adding route 3fff:dead::/64 -> 2001:db8::55:4
88192026-07-19T04:20:33.747ZJul 19 04:20:32.223 Jul 19 04:20:32.223 DEBGINFOINFO Jul 19 04:20:32.223 adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2DEBGreplacing 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 } }]
88202026-07-19T04:20:33.748Zinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }],
88212026-07-19T04:20:33.748Zunit
88222026-07-19T04:20:33.748Z:
88232026-07-19T04:20:33.748ZJul 19 04:20:32.223
88242026-07-19T04:20:33.748ZJul 19 04:20:32.223 freemap_route_ipv6
88252026-07-19T04:20:33.748ZDEBG Jul 19 04:20:32.223DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.223
88262026-07-19T04:20:33.748ZJul 19 04:20:32.223DEBGreplacing 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 } }]
88272026-07-19T04:20:33.748Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
88282026-07-19T04:20:33.748Z DEBG DEBGJul 19 04:20:32.223 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] reset freemapINFO
88292026-07-19T04:20:33.748Z , unitJul 19 04:20:32.223adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:20:32.223
88302026-07-19T04:20:33.748Z: freemap_route_ipv6Jul 19 04:20:32.223 INFOINFOJul 19 04:20:32.223
88312026-07-19T04:20:33.748ZINFO DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
88322026-07-19T04:20:33.748Z
88332026-07-19T04:20:33.748Z
88342026-07-19T04:20:33.748Z
88352026-07-19T04:20:33.748ZJul 19 04:20:32.223 Jul 19 04:20:32.223INFO Jul 19 04:20:32.223DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1
88362026-07-19T04:20:33.748ZDEBGJul 19 04:20:32.223 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.223replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88372026-07-19T04:20:33.748Z
88382026-07-19T04:20:33.748Z Jul 19 04:20:32.223DEBGINFO Jul 19 04:20:32.223replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.223INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
88392026-07-19T04:20:33.748Z
88402026-07-19T04:20:33.748Z DEBG adding route 172.16.0.0/32 -> 10.0.0.4DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88412026-07-19T04:20:33.748Z
88422026-07-19T04:20:33.748Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.223
88432026-07-19T04:20:33.748Z Jul 19 04:20:32.223 DEBGJul 19 04:20:32.223DEBG Jul 19 04:20:32.223replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:20:32.223replacing 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 } }]
88442026-07-19T04:20:33.748Z
88452026-07-19T04:20:33.748ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
88462026-07-19T04:20:33.748ZWARNJul 19 04:20:32.223 INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOJul 19 04:20:32.223
88472026-07-19T04:20:33.748Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:20:32.223
88482026-07-19T04:20:33.748Z DEBGDEBGadding route 172.17.0.0/32 -> 10.0.0.255
88492026-07-19T04:20:33.748Zreplacing 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 } }]failed to allocate space for the new target listJul 19 04:20:32.223
88502026-07-19T04:20:33.748Z
88512026-07-19T04:20:33.748Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.223Jul 19 04:20:32.223
88522026-07-19T04:20:33.748Z INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.224
88532026-07-19T04:20:33.748Z
88542026-07-19T04:20:33.748ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
88552026-07-19T04:20:33.748ZJul 19 04:20:32.224Jul 19 04:20:32.224 Jul 19 04:20:32.224DEBG 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 } }]DEBGJul 19 04:20:32.224DEBG DEBG failed to allocate space for the new target list
88562026-07-19T04:20:33.748Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88572026-07-19T04:20:33.748Zreplacing 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 } }]
88582026-07-19T04:20:33.748Ztest route::tests::rollback_on_compact_write_failure ... ok
88592026-07-19T04:20:33.748Z
88602026-07-19T04:20:33.749Ztest route::tests::identity_replace_is_noop ... ok
88612026-07-19T04:20:33.749ZJul 19 04:20:32.224 INFOJul 19 04:20:32.224 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
88622026-07-19T04:20:33.749Z Jul 19 04:20:32.224adding route 3fff:dead::/64 -> 2001:db8::55:4
88632026-07-19T04:20:33.749ZINFO Jul 19 04:20:32.224 Jul 19 04:20:32.224DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.1/32 -> 10.0.0.255
88642026-07-19T04:20:33.749Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88652026-07-19T04:20:33.749ZJul 19 04:20:32.224Jul 19 04:20:32.230Jul 19 04:20:32.224 DEBGDEBG created new freemapcreated new freemap, , unitunit: Jul 19 04:20:32.224freemap_route_ipv4:
88662026-07-19T04:20:33.749Z freemap_route_ipv4DEBG
88672026-07-19T04:20:33.749Z created new freemapDEBG, 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 } }]:Jul 19 04:20:32.230Jul 19 04:20:32.230 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
88682026-07-19T04:20:33.749Z
88692026-07-19T04:20:33.749Z Jul 19 04:20:32.230freemap_route_ipv4
88702026-07-19T04:20:33.749ZDEBG Jul 19 04:20:32.230initted freemap. size: 64 , DEBGunit :initted freemap. size: 64 , freemap_route_ipv4unit
88712026-07-19T04:20:33.749Z: freemap_route_ipv4 Jul 19 04:20:32.230
88722026-07-19T04:20:33.749Zreplacing 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 Jul 19 04:20:32.230
88732026-07-19T04:20:33.749ZJul 19 04:20:32.230 created new freemapDEBG, DEBG unitreset freemap , :reset freemapunit :freemap_route_ipv6 Jul 19 04:20:32.230freemap_route_ipv4,
88742026-07-19T04:20:33.749Zunit
88752026-07-19T04:20:33.749Z:INFO freemap_route_ipv4Jul 19 04:20:32.230
88762026-07-19T04:20:33.749ZJul 19 04:20:32.230 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
88772026-07-19T04:20:33.749Z initted freemap. size: 64initted freemap. size: 64, Jul 19 04:20:32.230unit :DEBG freemap_route_ipv6initted freemap. size: 64
88782026-07-19T04:20:33.749Z, Jul 19 04:20:32.230, DEBGunit 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 } }]unit
88792026-07-19T04:20:33.749Z::Jul 19 04:20:32.230 freemap_route_ipv4 freemap_route_ipv6
88802026-07-19T04:20:33.749ZDEBGJul 19 04:20:32.230
88812026-07-19T04:20:33.749Z Jul 19 04:20:32.230INFO reset freemap DEBG, unitreset freemap:, adding route 3fff:beef:25::/64 -> 2001:db8::55:ff unitfreemap_route_ipv6
88822026-07-19T04:20:33.749Z
88832026-07-19T04:20:33.749Z: Jul 19 04:20:32.230Jul 19 04:20:32.230 DEBG reset freemapDEBGfreemap_route_ipv6
88842026-07-19T04:20:33.749Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.230
88852026-07-19T04:20:33.749Z INFO, unitadding route 172.16.0.0/32 -> 10.0.0.1:Jul 19 04:20:32.230
88862026-07-19T04:20:33.749Z Jul 19 04:20:32.230INFO freemap_route_ipv4 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
88872026-07-19T04:20:33.749ZJul 19 04:20:32.230
88882026-07-19T04:20:33.749Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88892026-07-19T04:20:33.749Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.230
88902026-07-19T04:20:33.749Z DEBGJul 19 04:20:32.230 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
88912026-07-19T04:20:33.749ZJul 19 04:20:32.230Jul 19 04:20:32.230 INFO adding route 172.17.0.0/32 -> 10.0.0.255initted freemap. size: 64Jul 19 04:20:32.230,
88922026-07-19T04:20:33.749Z DEBGunitINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:27::/64 -> 2001:db8::55:ff
88932026-07-19T04:20:33.749Z
88942026-07-19T04:20:33.749Zfreemap_route_ipv6
88952026-07-19T04:20:33.749ZJul 19 04:20:32.230Jul 19 04:20:32.230Jul 19 04:20:32.230 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 } }] INFOJul 19 04:20:32.230
88962026-07-19T04:20:33.749Zreplacing 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 } }]
88972026-07-19T04:20:33.749Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap
88982026-07-19T04:20:33.750Z, Jul 19 04:20:32.230unitJul 19 04:20:32.230 :INFOINFO freemap_route_ipv6 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
88992026-07-19T04:20:33.750Z
89002026-07-19T04:20:33.750Z
89012026-07-19T04:20:33.754ZJul 19 04:20:32.230Jul 19 04:20:32.230Jul 19 04:20:32.230 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.230
89022026-07-19T04:20:33.754ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89032026-07-19T04:20:33.754Zreplacing 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 } }]
89042026-07-19T04:20:33.754Z INFOJul 19 04:20:32.230 adding route 172.16.0.0/32 -> 10.0.0.1
89052026-07-19T04:20:33.754ZJul 19 04:20:32.230 Jul 19 04:20:32.230INFO DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
89062026-07-19T04:20:33.754Zadding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:20:32.230
89072026-07-19T04:20:33.754Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOJul 19 04:20:32.230Jul 19 04:20:32.230
89082026-07-19T04:20:33.754Z Jul 19 04:20:32.230adding route 3fff:dead::/64 -> 2001:db8::55:3
89092026-07-19T04:20:33.754Z DEBGINFO 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
89102026-07-19T04:20:33.754Zreplacing 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 } }]
89112026-07-19T04:20:33.754Z
89122026-07-19T04:20:33.754ZJul 19 04:20:32.230Jul 19 04:20:32.230Jul 19 04:20:32.230 Jul 19 04:20:32.230 Jul 19 04:20:32.230INFO DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2INFO
89132026-07-19T04:20:33.754Z
89142026-07-19T04:20:33.754Z 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:2a::/64 -> 2001:db8::55:ff
89152026-07-19T04:20:33.755Z
89162026-07-19T04:20:33.755Zadding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:20:32.230 INFO
89172026-07-19T04:20:33.755Z adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:20:32.230Jul 19 04:20:32.230
89182026-07-19T04:20:33.755ZDEBGINFOJul 19 04:20:32.231 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89192026-07-19T04:20:33.755Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
89202026-07-19T04:20:33.755Z
89212026-07-19T04:20:33.755ZJul 19 04:20:32.230 DEBG Jul 19 04:20:32.231Jul 19 04:20:32.231replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89222026-07-19T04:20:33.755ZJul 19 04:20:32.231DEBGJul 19 04:20:32.231 INFO INFODEBGreplacing 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 } }]
89232026-07-19T04:20:33.755Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:2b::/64 -> 2001:db8::55:ff
89242026-07-19T04:20:33.755Zadding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:20:32.231
89252026-07-19T04:20:33.755Z
89262026-07-19T04:20:33.755Z INFO Jul 19 04:20:32.231 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
89272026-07-19T04:20:33.755ZJul 19 04:20:32.231 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 } }]INFOJul 19 04:20:32.231Jul 19 04:20:32.231Jul 19 04:20:32.231
89282026-07-19T04:20:33.755ZDEBGDEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89292026-07-19T04:20:33.755Z
89302026-07-19T04:20:33.755Z
89312026-07-19T04:20:33.755ZJul 19 04:20:32.231
89322026-07-19T04:20:33.755Z Jul 19 04:20:32.231INFOJul 19 04:20:32.231Jul 19 04:20:32.231 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO
89332026-07-19T04:20:33.755ZINFO WARNJul 19 04:20:32.231adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 172.17.0.5/32 -> 10.0.0.255
89342026-07-19T04:20:33.755ZJul 19 04:20:32.231
89352026-07-19T04:20:33.755Z DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
89362026-07-19T04:20:33.755ZJul 19 04:20:32.231DEBG Jul 19 04:20:32.231 DEBG
89372026-07-19T04:20:33.755Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
89382026-07-19T04:20:33.755Z
89392026-07-19T04:20:33.755ZJul 19 04:20:32.231replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89402026-07-19T04:20:33.755ZINFOJul 19 04:20:32.231 Jul 19 04:20:32.231adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO
89412026-07-19T04:20:33.755ZINFO Jul 19 04:20:32.231 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
89422026-07-19T04:20:33.755Z
89432026-07-19T04:20:33.755Z INFOJul 19 04:20:32.231 adding route 172.16.0.0/32 -> 10.0.0.4Jul 19 04:20:32.231DEBG
89442026-07-19T04:20:33.755Z DEBGJul 19 04:20:32.231 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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
89452026-07-19T04:20:33.755Z
89462026-07-19T04:20:33.755Z 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 } }]
89472026-07-19T04:20:33.755ZJul 19 04:20:32.231Jul 19 04:20:32.231 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255Jul 19 04:20:32.231
89482026-07-19T04:20:33.755ZJul 19 04:20:32.231
89492026-07-19T04:20:33.755ZINFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.231
89502026-07-19T04:20:33.755Z DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89512026-07-19T04:20:33.755ZJul 19 04:20:32.231
89522026-07-19T04:20:33.755Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:20:32.231
89532026-07-19T04:20:33.755Z Jul 19 04:20:32.231DEBG Jul 19 04:20:32.231INFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89542026-07-19T04:20:33.756Z
89552026-07-19T04:20:33.756Zreplacing 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 } }]
89562026-07-19T04:20:33.756ZJul 19 04:20:32.231Jul 19 04:20:32.231Jul 19 04:20:32.231
89572026-07-19T04:20:33.756Z INFOINFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
89582026-07-19T04:20:33.756Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89592026-07-19T04:20:33.756Z
89602026-07-19T04:20:33.756ZJul 19 04:20:32.231 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.231
89612026-07-19T04:20:33.756Z Jul 19 04:20:32.231INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 Jul 19 04:20:32.231
89622026-07-19T04:20:33.756Z 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
89632026-07-19T04:20:33.756Z Jul 19 04:20:32.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.231
89642026-07-19T04:20:33.756ZINFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89652026-07-19T04:20:33.756ZJul 19 04:20:32.231
89662026-07-19T04:20:33.756Z Jul 19 04:20:32.231 INFO WARNadding route 3fff:beef:30::/64 -> 2001:db8::55:ff shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89672026-07-19T04:20:33.756ZJul 19 04:20:32.231 Jul 19 04:20:32.231
89682026-07-19T04:20:33.756Z
89692026-07-19T04:20:33.756ZJul 19 04:20:32.237 DEBGERRO Jul 19 04:20:32.237created new freemap , INFOunit :adding route 172.17.0.2/32 -> 10.0.0.255
89702026-07-19T04:20:33.756Zfreemap_route_ipv4
89712026-07-19T04:20:33.756ZJul 19 04:20:32.237 DEBGJul 19 04:20:32.237Jul 19 04:20:32.237 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 } }]DEBG created new freemap
89722026-07-19T04:20:33.756Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.237, unit :DEBG
89732026-07-19T04:20:33.756ZJul 19 04:20:32.237freemap_route_ipv6
89742026-07-19T04:20:33.756Z 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
89752026-07-19T04:20:33.756Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:20:32.237
89762026-07-19T04:20:33.756Z Jul 19 04:20:32.237DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.3/32 -> 10.0.0.255unitJul 19 04:20:32.237
89772026-07-19T04:20:33.756Z: freemap_route_ipv4Jul 19 04:20:32.237INFO
89782026-07-19T04:20:33.756Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
89792026-07-19T04:20:33.756ZJul 19 04:20:32.237Jul 19 04:20:32.237 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 } }]DEBGDEBG Jul 19 04:20:32.237 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 } }]reset freemap , DEBGunit
89802026-07-19T04:20:33.756Z :
89812026-07-19T04:20:33.756Z 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 } }]
89822026-07-19T04:20:33.756Z
89832026-07-19T04:20:33.756ZJul 19 04:20:32.237 INFOJul 19 04:20:32.237 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
89842026-07-19T04:20:33.756Z initted freemap. size: 64, Jul 19 04:20:32.237unitJul 19 04:20:32.237:Jul 19 04:20:32.237 DEBG freemap_route_ipv6INFO INFO
89852026-07-19T04:20:33.756Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89862026-07-19T04:20:33.756Z
89872026-07-19T04:20:33.756Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
89882026-07-19T04:20:33.756ZJul 19 04:20:32.237 Jul 19 04:20:32.237 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 } }]
89892026-07-19T04:20:33.756ZJul 19 04:20:32.237 DEBGDEBG reset freemapreplacing 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 } }],
89902026-07-19T04:20:33.756Zunit:DEBGJul 19 04:20:32.237 INFOcreated new freemapfreemap_route_ipv6 , adding route 172.17.0.5/32 -> 10.0.0.255unit
89912026-07-19T04:20:33.756ZJul 19 04:20:32.237:
89922026-07-19T04:20:33.757Z INFO Jul 19 04:20:32.237freemap_route_ipv4 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 19 04:20:32.237Jul 19 04:20:32.237INFO DEBG
89932026-07-19T04:20:33.757Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89942026-07-19T04:20:33.757Z
89952026-07-19T04:20:33.757Z
89962026-07-19T04:20:33.757Z INFOJul 19 04:20:32.237Jul 19 04:20:32.237 Jul 19 04:20:32.237DEBGJul 19 04:20:32.237 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }]
89972026-07-19T04:20:33.757Zadding route 172.17.0.6/32 -> 10.0.0.255
89982026-07-19T04:20:33.757Zcreated new freemap
89992026-07-19T04:20:33.757Zreplacing 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 } }],
90002026-07-19T04:20:33.757ZJul 19 04:20:32.237unit :INFO freemap_route_ipv6
90012026-07-19T04:20:33.761ZJul 19 04:20:32.237Jul 19 04:20:32.237 adding route 3fff:dead::/64 -> 2001:db8::55:2
90022026-07-19T04:20:33.761ZDEBGJul 19 04:20:32.237Jul 19 04:20:32.237 INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.237 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
90032026-07-19T04:20:33.761ZDEBGDEBGreplacing 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 } }]
90042026-07-19T04:20:33.761Zinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.237
90052026-07-19T04:20:33.761Z , DEBG
90062026-07-19T04:20:33.761Z 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 } }]:Jul 19 04:20:32.237
90072026-07-19T04:20:33.761ZJul 19 04:20:32.237 INFO DEBG freemap_route_ipv4Jul 19 04:20:32.237replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90082026-07-19T04:20:33.761ZJul 19 04:20:32.237
90092026-07-19T04:20:33.761Z INFO Jul 19 04:20:32.237adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
90102026-07-19T04:20:33.761Z DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255
90112026-07-19T04:20:33.761Zreset freemap
90122026-07-19T04:20:33.761Z, unit:Jul 19 04:20:32.237Jul 19 04:20:32.237 Jul 19 04:20:32.231DEBGJul 19 04:20:32.237 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 } }]INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90132026-07-19T04:20:33.761Z
90142026-07-19T04:20:33.761Z
90152026-07-19T04:20:33.761ZDEBGfreemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255
90162026-07-19T04:20:33.761Z
90172026-07-19T04:20:33.761Zreplacing 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 } }]
90182026-07-19T04:20:33.761ZJul 19 04:20:32.237Jul 19 04:20:32.237 INFOJul 19 04:20:32.237Jul 19 04:20:32.237Jul 19 04:20:32.237Jul 19 04:20:32.237 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
90192026-07-19T04:20:33.761Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255
90202026-07-19T04:20:33.761Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGJul 19 04:20:32.237
90212026-07-19T04:20:33.761ZINFO 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 } }] initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
90222026-07-19T04:20:33.761ZDEBGJul 19 04:20:32.237
90232026-07-19T04:20:33.761Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.237,
90242026-07-19T04:20:33.761ZunitDEBG 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 } }]:
90252026-07-19T04:20:33.761ZDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.237freemap_route_ipv6
90262026-07-19T04:20:33.761ZINFOJul 19 04:20:32.237
90272026-07-19T04:20:33.762ZJul 19 04:20:32.237 Jul 19 04:20:32.237 DEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90282026-07-19T04:20:33.762ZJul 19 04:20:32.237 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
90292026-07-19T04:20:33.762ZJul 19 04:20:32.237
90302026-07-19T04:20:33.762Z INFOINFOreset freemap adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:20:32.237, unitJul 19 04:20:32.237:adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
90312026-07-19T04:20:33.762Z
90322026-07-19T04:20:33.762ZJul 19 04:20:32.237 DEBGINFO Jul 19 04:20:32.237 Jul 19 04:20:32.237 DEBGfreemap_route_ipv6DEBGreplacing 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 } }]
90332026-07-19T04:20:33.762Z 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 } }]
90342026-07-19T04:20:33.762Z
90352026-07-19T04:20:33.762Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
90362026-07-19T04:20:33.762Z
90372026-07-19T04:20:33.762Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.237Jul 19 04:20:32.237 Jul 19 04:20:32.237
90382026-07-19T04:20:33.762Z INFOINFOJul 19 04:20:32.237 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
90392026-07-19T04:20:33.762Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:20:32.238
90402026-07-19T04:20:33.762Z
90412026-07-19T04:20:33.762Z INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:20:32.238
90422026-07-19T04:20:33.762Zadding route 172.17.0.10/32 -> 10.0.0.255 Jul 19 04:20:32.238DEBG Jul 19 04:20:32.238 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 } }]DEBGJul 19 04:20:32.238
90432026-07-19T04:20:33.762Z
90442026-07-19T04:20:33.762Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.238
90452026-07-19T04:20:33.762ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90462026-07-19T04:20:33.762ZJul 19 04:20:32.238 DEBGINFO Jul 19 04:20:32.238DEBGreplacing 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 } }]
90472026-07-19T04:20:33.762ZINFOJul 19 04:20:32.238 Jul 19 04:20:32.238adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
90482026-07-19T04:20:33.762Zadding route 3fff:dead::/64 -> 2001:db8::55:2
90492026-07-19T04:20:33.762ZJul 19 04:20:32.238 INFO
90502026-07-19T04:20:33.762ZJul 19 04:20:32.238 adding route 172.17.0.13/32 -> 10.0.0.255DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.238 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 } }]
90512026-07-19T04:20:33.762Z
90522026-07-19T04:20:33.762ZDEBGJul 19 04:20:32.238
90532026-07-19T04:20:33.762Z 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
90542026-07-19T04:20:33.762Zreplacing 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 } }]
90552026-07-19T04:20:33.762Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.238Jul 19 04:20:32.238 Jul 19 04:20:32.238 INFO
90562026-07-19T04:20:33.762ZINFO INFOJul 19 04:20:32.238 adding route 172.17.0.11/32 -> 10.0.0.255 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
90572026-07-19T04:20:33.762ZINFOJul 19 04:20:32.238
90582026-07-19T04:20:33.762Z Jul 19 04:20:32.238adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
90592026-07-19T04:20:33.762ZINFO 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 } }]
90602026-07-19T04:20:33.762Z
90612026-07-19T04:20:33.762ZJul 19 04:20:32.238 DEBGJul 19 04:20:32.238Jul 19 04:20:32.238 Jul 19 04:20:32.238replacing 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 } }]
90622026-07-19T04:20:33.762Z Jul 19 04:20:32.238 DEBGDEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGadding route 172.17.0.14/32 -> 10.0.0.255
90632026-07-19T04:20:33.762Z
90642026-07-19T04:20:33.762ZJul 19 04:20:32.238 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90652026-07-19T04:20:33.762Ztest route::tests::rollback_on_index_readd_failure ... ok
90662026-07-19T04:20:33.763Ztest route::tests::same_size_non_subset_replace ... ok
90672026-07-19T04:20:33.763Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.238
90682026-07-19T04:20:33.763ZJul 19 04:20:32.238 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
90692026-07-19T04:20:33.763Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
90702026-07-19T04:20:33.763Z
90712026-07-19T04:20:33.763Zreplacing 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
90722026-07-19T04:20:33.763Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:20:32.238Jul 19 04:20:32.238
90732026-07-19T04:20:33.763Z INFO Jul 19 04:20:32.238 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 19 04:20:32.238replacing 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 } }]
90742026-07-19T04:20:33.763ZINFOJul 19 04:20:32.238 adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:20:32.238
90752026-07-19T04:20:33.763Z INFO
90762026-07-19T04:20:33.763Z INFOadding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:20:32.238
90772026-07-19T04:20:33.763ZDEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing 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 } }]
90782026-07-19T04:20:33.763ZJul 19 04:20:32.238 INFO
90792026-07-19T04:20:33.763Z INFO Jul 19 04:20:32.238adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Jul 19 04:20:32.238Jul 19 04:20:32.238
90802026-07-19T04:20:33.763ZJul 19 04:20:32.238INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG DEBG
90812026-07-19T04:20:33.763Z Jul 19 04:20:32.238replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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
90822026-07-19T04:20:33.763ZJul 19 04:20:32.238
90832026-07-19T04:20:33.763Zreplacing 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 Jul 19 04:20:32.238 adding route 3fff:beef:38::/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 } }]
90842026-07-19T04:20:33.763Z
90852026-07-19T04:20:33.763Z
90862026-07-19T04:20:33.763ZJul 19 04:20:32.244 Jul 19 04:20:32.244DEBG Jul 19 04:20:32.244Jul 19 04:20:32.244 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
90872026-07-19T04:20:33.763Z
90882026-07-19T04:20:33.763Zreplacing 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 } }]
90892026-07-19T04:20:33.763Zreplacing targets for 3fff:dead::/64 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 } }]Jul 19 04:20:32.244
90902026-07-19T04:20:33.763Z Jul 19 04:20:32.244DEBGJul 19 04:20:32.244 INFODEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90912026-07-19T04:20:33.763Z
90922026-07-19T04:20:33.763Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.244
90932026-07-19T04:20:33.763Z Jul 19 04:20:32.244WARN Jul 19 04:20:32.244INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
90942026-07-19T04:20:33.763Z
90952026-07-19T04:20:33.763Z
90962026-07-19T04:20:33.763ZJul 19 04:20:32.244 Jul 19 04:20:32.244Jul 19 04:20:32.244DEBG DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
90972026-07-19T04:20:33.763Z
90982026-07-19T04:20:33.763Zreplacing 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 } }]
90992026-07-19T04:20:33.763ZJul 19 04:20:32.244 INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Jul 19 04:20:32.244Jul 19 04:20:32.244
91002026-07-19T04:20:33.763Zcreated 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 } }], INFOunit
91012026-07-19T04:20:33.768Z: INFO freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
91022026-07-19T04:20:33.768Z
91032026-07-19T04:20:33.768Z
91042026-07-19T04:20:33.768ZJul 19 04:20:32.244 INFOJul 19 04:20:32.244 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.244
91052026-07-19T04:20:33.768ZJul 19 04:20:32.244 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGcreated new freemap , replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
91062026-07-19T04:20:33.768Z
91072026-07-19T04:20:33.768Z: freemap_route_ipv6Jul 19 04:20:32.244
91082026-07-19T04:20:33.768Z DEBGJul 19 04:20:32.244Jul 19 04:20:32.244 Jul 19 04:20:32.244 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 19 04:20:32.244INFO DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91092026-07-19T04:20:33.768Z
91102026-07-19T04:20:33.768Zinitted freemap. size: 64INFO, unitadding route 172.17.0.16/32 -> 10.0.0.255: adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.244
91112026-07-19T04:20:33.768Z
91122026-07-19T04:20:33.768ZJul 19 04:20:32.244 freemap_route_ipv4INFOJul 19 04:20:32.244
91132026-07-19T04:20:33.768Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.244
91142026-07-19T04:20:33.768ZDEBG DEBGJul 19 04:20:32.244replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO 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
91152026-07-19T04:20:33.768Z
91162026-07-19T04:20:33.768Zreset freemapJul 19 04:20:32.244, unitDEBG : replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
91172026-07-19T04:20:33.768Z
91182026-07-19T04:20:33.768ZJul 19 04:20:32.244Jul 19 04:20:32.244adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
91192026-07-19T04:20:33.768Z INFOJul 19 04:20:32.244Jul 19 04:20:32.244 INFOadding route 172.17.0.17/32 -> 10.0.0.255
91202026-07-19T04:20:33.768Z DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
91212026-07-19T04:20:33.768Z Jul 19 04:20:32.244initted freemap. size: 64 , DEBGINFOJul 19 04:20:32.244 Jul 19 04:20:32.244unitreplacing 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
91222026-07-19T04:20:33.768Z freemap_route_ipv6DEBG
91232026-07-19T04:20:33.768Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.244
91242026-07-19T04:20:33.768Zreplacing 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 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.244INFO
91252026-07-19T04:20:33.768Z DEBG
91262026-07-19T04:20:33.768Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Jul 19 04:20:32.244reset freemapJul 19 04:20:32.244
91272026-07-19T04:20:33.768Z, Jul 19 04:20:32.244unit :INFO freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
91282026-07-19T04:20:33.768Z
91292026-07-19T04:20:33.769ZDEBGINFO Jul 19 04:20:32.244Jul 19 04:20:32.244adding route 172.17.0.18/32 -> 10.0.0.255 DEBG
91302026-07-19T04:20:33.769ZINFOreplacing 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.1 Jul 19 04:20:32.244
91312026-07-19T04:20:33.769ZJul 19 04:20:32.244 DEBG
91322026-07-19T04:20:33.769Z DEBGJul 19 04:20:32.244 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.244
91332026-07-19T04:20:33.769ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
91342026-07-19T04:20:33.769Z
91352026-07-19T04:20:33.769Z
91362026-07-19T04:20:33.769ZJul 19 04:20:32.244INFO Jul 19 04:20:32.244Jul 19 04:20:32.244Jul 19 04:20:32.244 INFOINFO INFOINFOadding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
91372026-07-19T04:20:33.769Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
91382026-07-19T04:20:33.769Z
91392026-07-19T04:20:33.769Z
91402026-07-19T04:20:33.769Z Jul 19 04:20:32.244adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
91412026-07-19T04:20:33.769ZDEBGJul 19 04:20:32.244Jul 19 04:20:32.244 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 } }]
91422026-07-19T04:20:33.769ZDEBGJul 19 04:20:32.244 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
91432026-07-19T04:20:33.769ZJul 19 04:20:32.244 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.244
91442026-07-19T04:20:33.769Z 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 } }]DEBG
91452026-07-19T04:20:33.769Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 19 04:20:32.244Jul 19 04:20:32.244 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
91462026-07-19T04:20:33.769Z
91472026-07-19T04:20:33.769Z DEBGJul 19 04:20:32.244 adding route 172.17.0.20/32 -> 10.0.0.255
91482026-07-19T04:20:33.769ZINFOJul 19 04:20:32.244failed to allocate space for the new target list
91492026-07-19T04:20:33.769ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:20:32.244Jul 19 04:20:32.244 DEBG
91502026-07-19T04:20:33.769Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91512026-07-19T04:20:33.769Z
91522026-07-19T04:20:33.769Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.244
91532026-07-19T04:20:33.769ZJul 19 04:20:32.244 INFOJul 19 04:20:32.244DEBG adding route 172.17.0.21/32 -> 10.0.0.255DEBG
91542026-07-19T04:20:33.769Z replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
91552026-07-19T04:20:33.769Z
91562026-07-19T04:20:33.769ZJul 19 04:20:32.244 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 } }]
91572026-07-19T04:20:33.769ZJul 19 04:20:32.244 Jul 19 04:20:32.244INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255
91582026-07-19T04:20:33.769Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
91592026-07-19T04:20:33.769ZJul 19 04:20:32.244Jul 19 04:20:32.244 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
91602026-07-19T04:20:33.769Z
91612026-07-19T04:20:33.769ZJul 19 04:20:32.244Jul 19 04:20:32.244 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255failed to allocate space for the new target listJul 19 04:20:32.244
91622026-07-19T04:20:33.769Z
91632026-07-19T04:20:33.769Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
91642026-07-19T04:20:33.769ZJul 19 04:20:32.244 Jul 19 04:20:32.244DEBG Jul 19 04:20:32.244 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91652026-07-19T04:20:33.769ZDEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
91662026-07-19T04:20:33.769Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91672026-07-19T04:20:33.769Z
91682026-07-19T04:20:33.770ZJul 19 04:20:32.244 Jul 19 04:20:32.244 INFO adding route 172.17.0.24/32 -> 10.0.0.255
91692026-07-19T04:20:33.770ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
91702026-07-19T04:20:33.770ZJul 19 04:20:32.244Jul 19 04:20:32.244 DEBGJul 19 04:20:32.244ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
91712026-07-19T04:20:33.770Z
91722026-07-19T04:20:33.770Z
91732026-07-19T04:20:33.770ZJul 19 04:20:32.245 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
91742026-07-19T04:20:33.770ZJul 19 04:20:32.245Jul 19 04:20:32.245 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91752026-07-19T04:20:33.770Z
91762026-07-19T04:20:33.770ZJul 19 04:20:32.245Jul 19 04:20:32.245 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91772026-07-19T04:20:33.770Z
91782026-07-19T04:20:33.770ZJul 19 04:20:32.245 Jul 19 04:20:32.245INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
91792026-07-19T04:20:33.770Zreplacing 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 } }]
91802026-07-19T04:20:33.770ZJul 19 04:20:32.245Jul 19 04:20:32.245 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 3fff:beef:38::/64 -> 2001:db8::55:ff
91812026-07-19T04:20:33.770Z
91822026-07-19T04:20:33.770ZJul 19 04:20:32.245Jul 19 04:20:32.245 Jul 19 04:20:32.245INFODEBG INFOadding route 172.17.0.27/32 -> 10.0.0.255
91832026-07-19T04:20:33.770Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
91842026-07-19T04:20:33.770Z
91852026-07-19T04:20:33.770ZJul 19 04:20:32.245 DEBG Jul 19 04:20:32.245Jul 19 04:20:32.245replacing 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 } }]
91862026-07-19T04:20:33.770ZDEBGINFO 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:beef:39::/64 -> 2001:db8::55:ff
91872026-07-19T04:20:33.770Z
91882026-07-19T04:20:33.770ZJul 19 04:20:32.245 INFO adding route 172.17.0.28/32 -> 10.0.0.255
91892026-07-19T04:20:33.770ZJul 19 04:20:32.245Jul 19 04:20:32.245 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.245
91902026-07-19T04:20:33.770Z
91912026-07-19T04:20:33.770ZDEBG 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 } }]
91922026-07-19T04:20:33.770ZJul 19 04:20:32.245 Jul 19 04:20:32.245DEBGJul 19 04:20:32.245 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 INFOadding route 172.17.0.29/32 -> 10.0.0.255
91932026-07-19T04:20:33.770Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
91942026-07-19T04:20:33.770Z
91952026-07-19T04:20:33.770ZJul 19 04:20:32.245Jul 19 04:20:32.245Jul 19 04:20:32.245 DEBG INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
91962026-07-19T04:20:33.770ZJul 19 04:20:32.245 DEBG
91972026-07-19T04:20:33.770Zcreated new freemapJul 19 04:20:32.251, unitINFO: adding route 172.17.0.30/32 -> 10.0.0.255
91982026-07-19T04:20:33.770Zfreemap_route_ipv4Jul 19 04:20:32.251
91992026-07-19T04:20:33.770Z DEBGJul 19 04:20:32.245 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 } }]
92002026-07-19T04:20:33.770ZDEBGJul 19 04:20:32.251 created new freemapDEBGJul 19 04:20:32.251 , created new freemapINFO, unitunitadding route 172.17.0.31/32 -> 10.0.0.255::
92012026-07-19T04:20:33.775Z freemap_route_ipv4freemap_route_ipv6
92022026-07-19T04:20:33.776Z
92032026-07-19T04:20:33.776ZJul 19 04:20:32.251 DEBGJul 19 04:20:32.251 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 } }]
92042026-07-19T04:20:33.776ZJul 19 04:20:32.251 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:20:32.251initted freemap. size: 64 , DEBGunit :
92052026-07-19T04:20:33.776Zcreated new freemap , freemap_route_ipv4unit
92062026-07-19T04:20:33.776Z: Jul 19 04:20:32.251freemap_route_ipv6
92072026-07-19T04:20:33.776ZDEBG 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 } }]
92082026-07-19T04:20:33.776ZJul 19 04:20:32.251 INFO Jul 19 04:20:32.251adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:20:32.251 DEBG
92092026-07-19T04:20:33.776ZDEBG initted freemap. size: 64reset freemap, , unitunit:: Jul 19 04:20:32.251 freemap_route_ipv4freemap_route_ipv4
92102026-07-19T04:20:33.776Z
92112026-07-19T04:20:33.776ZDEBG 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 } }]
92122026-07-19T04:20:33.776ZJul 19 04:20:32.251Jul 19 04:20:32.251 DEBG initted freemap. size: 64DEBG, unitreset freemap:, Jul 19 04:20:32.251unit :INFO freemap_route_ipv4adding route 172.17.0.34/32 -> 10.0.0.255
92132026-07-19T04:20:33.776Zfreemap_route_ipv6
92142026-07-19T04:20:33.776Z
92152026-07-19T04:20:33.776ZJul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
92162026-07-19T04:20:33.776Z, unit : freemap_route_ipv6
92172026-07-19T04:20:33.776Z
92182026-07-19T04:20:33.776ZDEBGJul 19 04:20:32.251 initted freemap. size: 64Jul 19 04:20:32.251, Jul 19 04:20:32.251unit INFOINFOINFO: adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.35/32 -> 10.0.0.255
92192026-07-19T04:20:33.776Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
92202026-07-19T04:20:33.776Z freemap_route_ipv6
92212026-07-19T04:20:33.776Z
92222026-07-19T04:20:33.776ZJul 19 04:20:32.251Jul 19 04:20:32.251 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 } }]
92232026-07-19T04:20:33.776ZJul 19 04:20:32.251Jul 19 04:20:32.251 Jul 19 04:20:32.251 Jul 19 04:20:32.245DEBGDEBG 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
92242026-07-19T04:20:33.776Z 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 } }]
92252026-07-19T04:20:33.776Z Jul 19 04:20:32.251 adding route 172.17.0.36/32 -> 10.0.0.255INFOreset freemapcreated new freemap , , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit
92262026-07-19T04:20:33.776Z:Jul 19 04:20:32.251
92272026-07-19T04:20:33.776Zunit : freemap_route_ipv4INFO
92282026-07-19T04:20:33.776Z Jul 19 04:20:32.251freemap_route_ipv6Jul 19 04:20:32.251 DEBG
92292026-07-19T04:20:33.776Z adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92302026-07-19T04:20:33.776Z
92312026-07-19T04:20:33.776Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251Jul 19 04:20:32.251 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:20:32.251
92322026-07-19T04:20:33.776Z Jul 19 04:20:32.251DEBG DEBGcreated new freemap , failed to allocate space for the new target listJul 19 04:20:32.251
92332026-07-19T04:20:33.776Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
92342026-07-19T04:20:33.776Z Jul 19 04:20:32.251replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] unitDEBG :
92352026-07-19T04:20:33.776Z
92362026-07-19T04:20:33.776Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv6
92372026-07-19T04:20:33.776Z
92382026-07-19T04:20:33.776ZJul 19 04:20:32.251Jul 19 04:20:32.251 INFOJul 19 04:20:32.251INFO Jul 19 04:20:32.251adding route 3fff:dead::/64 -> 2001:db8::55:2
92392026-07-19T04:20:33.776Zadding route 172.17.0.0/32 -> 10.0.0.255 DEBGINFO initted freemap. size: 64
92402026-07-19T04:20:33.776ZJul 19 04:20:32.251 adding route 172.17.0.37/32 -> 10.0.0.255, DEBGunit Jul 19 04:20:32.251:
92412026-07-19T04:20:33.777Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGfreemap_route_ipv4
92422026-07-19T04:20:33.777Z
92432026-07-19T04:20:33.777Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251
92442026-07-19T04:20:33.777Z DEBGJul 19 04:20:32.251 Jul 19 04:20:32.251Jul 19 04:20:32.251replacing 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 } }]
92452026-07-19T04:20:33.777ZINFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.1/32 -> 10.0.0.255Jul 19 04:20:32.251
92462026-07-19T04:20:33.777Z
92472026-07-19T04:20:33.777Zreset freemapINFO, unitadding route 172.17.0.38/32 -> 10.0.0.255:Jul 19 04:20:32.251Jul 19 04:20:32.251
92482026-07-19T04:20:33.777Z DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
92492026-07-19T04:20:33.777ZJul 19 04:20:32.251
92502026-07-19T04:20:33.777Z DEBG
92512026-07-19T04:20:33.777Z 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 } }]
92522026-07-19T04:20:33.777ZJul 19 04:20:32.251Jul 19 04:20:32.251 DEBGINFO initted freemap. size: 64adding route 172.17.0.2/32 -> 10.0.0.255, Jul 19 04:20:32.251
92532026-07-19T04:20:33.777Z unitINFO:Jul 19 04:20:32.245 adding route 3fff:dead::/64 -> 2001:db8::55:4 freemap_route_ipv6
92542026-07-19T04:20:33.777Z
92552026-07-19T04:20:33.777ZDEBG Jul 19 04:20:32.251created new freemap Jul 19 04:20:32.251Jul 19 04:20:32.251, DEBG unitDEBGDEBG: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
92562026-07-19T04:20:33.777Zreplacing 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 } }]reset freemap
92572026-07-19T04:20:33.777Z,
92582026-07-19T04:20:33.777ZJul 19 04:20:32.251unit:Jul 19 04:20:32.251 DEBGINFOJul 19 04:20:32.251Jul 19 04:20:32.251freemap_route_ipv6 INFODEBGcreated new freemap
92592026-07-19T04:20:33.777Zadding route 172.17.0.3/32 -> 10.0.0.255, 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:3, vlan_id: None } }]
92602026-07-19T04:20:33.777Z:
92612026-07-19T04:20:33.777Zfreemap_route_ipv6
92622026-07-19T04:20:33.777Z adding route 172.17.0.39/32 -> 10.0.0.255
92632026-07-19T04:20:33.777ZJul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBGINFODEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
92642026-07-19T04:20:33.777Z
92652026-07-19T04:20:33.777Z,
92662026-07-19T04:20:33.777Ztest route::tests::shrink_preserves_compacted_order ... ok
92672026-07-19T04:20:33.777Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
92682026-07-19T04:20:33.777Zunit: freemap_route_ipv4Jul 19 04:20:32.251
92692026-07-19T04:20:33.777Z Jul 19 04:20:32.251DEBGJul 19 04:20:32.251 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
92702026-07-19T04:20:33.777Z Jul 19 04:20:32.251adding route 172.17.0.40/32 -> 10.0.0.255 DEBG
92712026-07-19T04:20:33.777ZINFO reset freemapJul 19 04:20:32.251adding route 172.17.0.4/32 -> 10.0.0.255,
92722026-07-19T04:20:33.777ZunitJul 19 04:20:32.251:INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
92732026-07-19T04:20:33.777Z
92742026-07-19T04:20:33.777ZDEBGJul 19 04:20:32.251 Jul 19 04:20:32.251DEBG Jul 19 04:20:32.251DEBG 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 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
92752026-07-19T04:20:33.777Z,
92762026-07-19T04:20:33.778Zunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
92772026-07-19T04:20:33.778Z freemap_route_ipv6Jul 19 04:20:32.251
92782026-07-19T04:20:33.778Z Jul 19 04:20:32.251INFO Jul 19 04:20:32.251Jul 19 04:20:32.251 INFO DEBG INFO reset freemapadding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3, adding route 172.17.0.41/32 -> 10.0.0.255unit
92792026-07-19T04:20:33.778Z:
92802026-07-19T04:20:33.778Z
92812026-07-19T04:20:33.778Zfreemap_route_ipv6
92822026-07-19T04:20:33.778ZJul 19 04:20:32.251Jul 19 04:20:32.251 DEBGJul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBG DEBGINFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92832026-07-19T04:20:33.778Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
92842026-07-19T04:20:33.778Z 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 } }]
92852026-07-19T04:20:33.778Zadding route 172.16.0.0/32 -> 10.0.0.1
92862026-07-19T04:20:33.778ZJul 19 04:20:32.251
92872026-07-19T04:20:33.778Z INFOJul 19 04:20:32.251Jul 19 04:20:32.251 adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:20:32.251 INFOINFOJul 19 04:20:32.251 INFO
92882026-07-19T04:20:33.778Z adding route 172.17.0.19/32 -> 10.0.0.255
92892026-07-19T04:20:33.778Zadding route 172.17.0.42/32 -> 10.0.0.255 DEBG
92902026-07-19T04:20:33.778Z 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 } }]Jul 19 04:20:32.251
92912026-07-19T04:20:33.778Z Jul 19 04:20:32.251adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
92922026-07-19T04:20:33.778ZJul 19 04:20:32.251DEBGreplacing 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.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251INFO
92932026-07-19T04:20:33.778Z
92942026-07-19T04:20:33.778ZJul 19 04:20:32.251 DEBG DEBG 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 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 } }]
92952026-07-19T04:20:33.778Z
92962026-07-19T04:20:33.778ZJul 19 04:20:32.251
92972026-07-19T04:20:33.778Z INFOJul 19 04:20:32.251Jul 19 04:20:32.251 Jul 19 04:20:32.251 adding route 172.17.0.20/32 -> 10.0.0.255INFODEBG
92982026-07-19T04:20:33.778Zadding route 172.17.0.43/32 -> 10.0.0.255 INFO
92992026-07-19T04:20:33.778ZJul 19 04:20:32.251 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
93002026-07-19T04:20:33.778ZDEBGJul 19 04:20:32.251
93012026-07-19T04:20:33.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: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
93022026-07-19T04:20:33.783Z Jul 19 04:20:32.251replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251
93032026-07-19T04:20:33.783ZJul 19 04:20:32.251 INFODEBGDEBG Jul 19 04:20:32.251 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
93042026-07-19T04:20:33.783ZINFO
93052026-07-19T04:20:33.783Z adding route 172.17.0.21/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 } }]
93062026-07-19T04:20:33.783ZJul 19 04:20:32.251
93072026-07-19T04:20:33.783Z Jul 19 04:20:32.251INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 Jul 19 04:20:32.251
93082026-07-19T04:20:33.783Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.252Jul 19 04:20:32.252
93092026-07-19T04:20:33.783Z DEBG DEBGcreated new freemap , Jul 19 04:20:32.258created new freemap unit, :unit :INFO freemap_route_ipv4freemap_route_ipv4adding route 172.17.0.22/32 -> 10.0.0.255
93102026-07-19T04:20:33.783Z
93112026-07-19T04:20:33.783Z
93122026-07-19T04:20:33.783ZJul 19 04:20:32.251Jul 19 04:20:32.258 INFODEBG 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.8/32 -> 10.0.0.255
93132026-07-19T04:20:33.783Z
93142026-07-19T04:20:33.783ZJul 19 04:20:32.258Jul 19 04:20:32.258 DEBGDEBGJul 19 04:20:32.258 Jul 19 04:20:32.258 created new freemapDEBG, created new freemap 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 } }]unit,
93152026-07-19T04:20:33.783Zunitadding route 172.17.0.23/32 -> 10.0.0.255:
93162026-07-19T04:20:33.783Z: freemap_route_ipv6Jul 19 04:20:32.258
93172026-07-19T04:20:33.783Z INFOfreemap_route_ipv6 adding route 172.17.0.9/32 -> 10.0.0.255
93182026-07-19T04:20:33.783ZJul 19 04:20:32.258
93192026-07-19T04:20:33.783ZJul 19 04:20:32.258 DEBGDEBGJul 19 04:20:32.258 initted freemap. size: 64replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
93202026-07-19T04:20:33.783ZJul 19 04:20:32.258unitDEBG: freemap_route_ipv4initted freemap. size: 64
93212026-07-19T04:20:33.783ZDEBG Jul 19 04:20:32.258replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:20:32.258INFO
93222026-07-19T04:20:33.783Z unitDEBG :adding route 172.17.0.24/32 -> 10.0.0.255reset freemapJul 19 04:20:32.258,
93232026-07-19T04:20:33.783Z unitINFOfreemap_route_ipv4 : adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4
93242026-07-19T04:20:33.783ZJul 19 04:20:32.258
93252026-07-19T04:20:33.783Z
93262026-07-19T04:20:33.783ZDEBG 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 } }]
93272026-07-19T04:20:33.783ZJul 19 04:20:32.258Jul 19 04:20:32.258 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 } }]
93282026-07-19T04:20:33.783ZJul 19 04:20:32.258 Jul 19 04:20:32.258DEBGJul 19 04:20:32.258 INFOinitted freemap. size: 64 INFODEBG , adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
93292026-07-19T04:20:33.783Zreset freemap
93302026-07-19T04:20:33.783Z, unitunit:Jul 19 04:20:32.258 :Jul 19 04:20:32.258freemap_route_ipv6
93312026-07-19T04:20:33.783Z DEBG freemap_route_ipv4replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGJul 19 04:20:32.258
93322026-07-19T04:20:33.783ZDEBGreplacing 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 } }]
93332026-07-19T04:20:33.783Z
93342026-07-19T04:20:33.783Zreset freemap, unit:Jul 19 04:20:32.258Jul 19 04:20:32.258 INFO adding route 172.17.0.12/32 -> 10.0.0.255
93352026-07-19T04:20:33.784Z freemap_route_ipv6
93362026-07-19T04:20:33.784ZJul 19 04:20:32.258Jul 19 04:20:32.258 Jul 19 04:20:32.252DEBG INFO Jul 19 04:20:32.258replacing 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
93372026-07-19T04:20:33.784ZINFOadding route 172.17.0.26/32 -> 10.0.0.255 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
93382026-07-19T04:20:33.784Z
93392026-07-19T04:20:33.784Zinitted freemap. size: 64Jul 19 04:20:32.258, Jul 19 04:20:32.258created new freemap INFO, unitJul 19 04:20:32.258unit DEBGadding route 172.17.0.13/32 -> 10.0.0.255 ::
93402026-07-19T04:20:33.784Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
93412026-07-19T04:20:33.784Z freemap_route_ipv6DEBG
93422026-07-19T04:20:33.784Z Jul 19 04:20:32.258freemap_route_ipv4replacing 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 } }]
93432026-07-19T04:20:33.784ZJul 19 04:20:32.258
93442026-07-19T04:20:33.784ZDEBGJul 19 04:20:32.258 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 } }] Jul 19 04:20:32.258
93452026-07-19T04:20:33.784Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
93462026-07-19T04:20:33.784Z created new freemap Jul 19 04:20:32.258, DEBGunit Jul 19 04:20:32.258 reset freemap :DEBGJul 19 04:20:32.258 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
93472026-07-19T04:20:33.784Z
93482026-07-19T04:20:33.784Z adding route 172.17.0.27/32 -> 10.0.0.255,
93492026-07-19T04:20:33.784ZunitJul 19 04:20:32.258freemap_route_ipv6Jul 19 04:20:32.258
93502026-07-19T04:20:33.784Z Jul 19 04:20:32.258DEBGINFO : adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
93512026-07-19T04:20:33.784ZJul 19 04:20:32.258freemap_route_ipv6DEBG
93522026-07-19T04:20:33.784Z
93532026-07-19T04:20:33.784Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.258DEBG
93542026-07-19T04:20:33.784ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.258initted freemap. size: 64
93552026-07-19T04:20:33.784Z Jul 19 04:20:32.258INFO , adding route 172.17.0.15/32 -> 10.0.0.255unit
93562026-07-19T04:20:33.784Z:Jul 19 04:20:32.258Jul 19 04:20:32.258 Jul 19 04:20:32.258INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 172.16.0.0/32 -> 10.0.0.4 freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255
93572026-07-19T04:20:33.784Z
93582026-07-19T04:20:33.784Z
93592026-07-19T04:20:33.784Z
93602026-07-19T04:20:33.784Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.258
93612026-07-19T04:20:33.784Z Jul 19 04:20:32.258Jul 19 04:20:32.258 DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:20:32.258
93622026-07-19T04:20:33.784ZJul 19 04:20:32.258 INFO reset freemapreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:20:32.258
93632026-07-19T04:20:33.784Z DEBG DEBG
93642026-07-19T04:20:33.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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.258unit
93652026-07-19T04:20:33.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 } }]Jul 19 04:20:32.258 freemap_route_ipv4 INFODEBG
93662026-07-19T04:20:33.784Z adding route 172.17.0.29/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 } }]
93672026-07-19T04:20:33.784Z
93682026-07-19T04:20:33.784Z
93692026-07-19T04:20:33.784ZJul 19 04:20:32.258 Jul 19 04:20:32.258 Jul 19 04:20:32.258DEBG DEBGinitted freemap. size: 64 , 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 } }] Jul 19 04:20:32.258adding route 172.16.0.0/32 -> 10.0.0.2
93702026-07-19T04:20:33.784Z
93712026-07-19T04:20:33.784Z unit: INFOfreemap_route_ipv6 Jul 19 04:20:32.258adding route 172.17.0.17/32 -> 10.0.0.255 Jul 19 04:20:32.258
93722026-07-19T04:20:33.785Z DEBG
93732026-07-19T04:20:33.785Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOJul 19 04:20:32.258
93742026-07-19T04:20:33.785Z DEBGadding route 172.17.0.30/32 -> 10.0.0.255 Jul 19 04:20:32.258Jul 19 04:20:32.258 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
93752026-07-19T04:20:33.785Z
93762026-07-19T04:20:33.785Z reset freemapINFO, Jul 19 04:20:32.258Jul 19 04:20:32.258unit :DEBG INFO freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255
93772026-07-19T04:20:33.785Zadding route 172.16.0.0/32 -> 10.0.0.3
93782026-07-19T04:20:33.785Zreplacing 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 } }]
93792026-07-19T04:20:33.785Z
93802026-07-19T04:20:33.785ZJul 19 04:20:32.258Jul 19 04:20:32.258Jul 19 04:20:32.258 Jul 19 04:20:32.258 INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
93812026-07-19T04:20:33.785ZDEBG adding route 172.17.0.31/32 -> 10.0.0.255
93822026-07-19T04:20:33.785Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.258
93832026-07-19T04:20:33.785Z Jul 19 04:20:32.258
93842026-07-19T04:20:33.785Z DEBGJul 19 04:20:32.258DEBG 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 } }]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 } }]
93852026-07-19T04:20:33.785Z
93862026-07-19T04:20:33.785Zadding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:20:32.258
93872026-07-19T04:20:33.785Z INFOJul 19 04:20:32.258Jul 19 04:20:32.258 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.32/32 -> 10.0.0.255
93882026-07-19T04:20:33.785ZJul 19 04:20:32.258
93892026-07-19T04:20:33.785Zadding route 172.16.0.0/32 -> 10.0.0.4 DEBG
93902026-07-19T04:20:33.785Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.258
93912026-07-19T04:20:33.785Z DEBGJul 19 04:20:32.258 Jul 19 04:20:32.258Jul 19 04:20:32.258DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:20:32.258replacing 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 } }]
93922026-07-19T04:20:33.785Z
93932026-07-19T04:20:33.785Z
93942026-07-19T04:20:33.785Z
93952026-07-19T04:20:33.785Z 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 } }]Jul 19 04:20:32.258Jul 19 04:20:32.258
93962026-07-19T04:20:33.785Z DEBGINFO Jul 19 04:20:32.258replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.258adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.258
93972026-07-19T04:20:33.785Z
93982026-07-19T04:20:33.785ZINFOINFO adding route 172.17.0.33/32 -> 10.0.0.255 DEBG
93992026-07-19T04:20:33.785Zadding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:20:32.258Jul 19 04:20:32.258 INFO DEBGJul 19 04:20:32.258 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 } }]
94002026-07-19T04:20:33.785Z
94012026-07-19T04:20:33.791ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Jul 19 04:20:32.258Jul 19 04:20:32.258 DEBGINFO
94022026-07-19T04:20:33.791Zadding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
94032026-07-19T04:20:33.791Z
94042026-07-19T04:20:33.791Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
94052026-07-19T04:20:33.791Z
94062026-07-19T04:20:33.791ZJul 19 04:20:32.258Jul 19 04:20:32.258 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
94072026-07-19T04:20:33.791Z
94082026-07-19T04:20:33.791ZJul 19 04:20:32.258 INFO Jul 19 04:20:32.258adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:20:32.258
94092026-07-19T04:20:33.791Z DEBGDEBGJul 19 04:20:32.258 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.258
94102026-07-19T04:20:33.791Z
94112026-07-19T04:20:33.791Z DEBGINFO Jul 19 04:20:32.258 Jul 19 04:20:32.258INFOreplacing 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 } }]
94122026-07-19T04:20:33.791ZINFOadding route 172.17.0.0/32 -> 10.0.0.255
94132026-07-19T04:20:33.791Z adding route 172.17.0.47/32 -> 10.0.0.255
94142026-07-19T04:20:33.791Zadding route 172.17.0.22/32 -> 10.0.0.255
94152026-07-19T04:20:33.791ZJul 19 04:20:32.258 Jul 19 04:20:32.258Jul 19 04:20:32.258 INFODEBGDEBG Jul 19 04:20:32.258replacing 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 } }]
94162026-07-19T04:20:33.791Z adding route 172.17.0.35/32 -> 10.0.0.255
94172026-07-19T04:20:33.792Z 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 } }]Jul 19 04:20:32.265
94182026-07-19T04:20:33.792ZJul 19 04:20:32.265 DEBGINFO 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.48/32 -> 10.0.0.255
94192026-07-19T04:20:33.792Z
94202026-07-19T04:20:33.792ZJul 19 04:20:32.265 INFO adding route 172.17.0.23/32 -> 10.0.0.255
94212026-07-19T04:20:33.792ZJul 19 04:20:32.265 Jul 19 04:20:32.265DEBG 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 } }] Jul 19 04:20:32.265replacing 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 } }]
94222026-07-19T04:20:33.792Z
94232026-07-19T04:20:33.792ZINFO Jul 19 04:20:32.265 INFO adding route 172.17.0.49/32 -> 10.0.0.255
94242026-07-19T04:20:33.792Zadding route 172.17.0.36/32 -> 10.0.0.255
94252026-07-19T04:20:33.792ZJul 19 04:20:32.265Jul 19 04:20:32.265 INFODEBG Jul 19 04:20:32.265 adding route 172.17.0.24/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 } }]
94262026-07-19T04:20:33.792Z
94272026-07-19T04:20:33.792ZDEBGDEBG 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.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 } }]
94282026-07-19T04:20:33.792ZJul 19 04:20:32.265
94292026-07-19T04:20:33.792Z Jul 19 04:20:32.265DEBG 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 172.17.0.50/32 -> 10.0.0.255Jul 19 04:20:32.265
94302026-07-19T04:20:33.792Z
94312026-07-19T04:20:33.792ZJul 19 04:20:32.265 INFO INFOJul 19 04:20:32.265adding route 172.17.0.1/32 -> 10.0.0.255
94322026-07-19T04:20:33.792ZDEBG Jul 19 04:20:32.265replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
94332026-07-19T04:20:33.792ZINFO
94342026-07-19T04:20:33.792Z Jul 19 04:20:32.265adding route 172.17.0.25/32 -> 10.0.0.255
94352026-07-19T04:20:33.792ZDEBGJul 19 04:20:32.265 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
94362026-07-19T04:20:33.792ZJul 19 04:20:32.265
94372026-07-19T04:20:33.792Z Jul 19 04:20:32.265DEBGJul 19 04:20:32.265 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 } }]INFOJul 19 04:20:32.265
94382026-07-19T04:20:33.792Z DEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94392026-07-19T04:20:33.792Z
94402026-07-19T04:20:33.792ZDEBGJul 19 04:20:32.265 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 } }]Jul 19 04:20:32.265
94412026-07-19T04:20:33.792Zadding route 172.17.0.38/32 -> 10.0.0.255INFO
94422026-07-19T04:20:33.792Z adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:20:32.265
94432026-07-19T04:20:33.792Z Jul 19 04:20:32.265 DEBGJul 19 04:20:32.265INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255
94442026-07-19T04:20:33.792Z
94452026-07-19T04:20:33.792ZDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265
94462026-07-19T04:20:33.792ZJul 19 04:20:32.265 Jul 19 04:20:32.265DEBG INFOJul 19 04:20:32.265replacing 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 } }] INFOadding route 172.17.0.3/32 -> 10.0.0.255 DEBG
94472026-07-19T04:20:33.792Z
94482026-07-19T04:20:33.792Z adding route 172.17.0.39/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 } }]
94492026-07-19T04:20:33.792Z
94502026-07-19T04:20:33.792ZJul 19 04:20:32.265Jul 19 04:20:32.265 DEBGJul 19 04:20:32.265INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255INFO
94512026-07-19T04:20:33.792Z
94522026-07-19T04:20:33.792Zadding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:20:32.265
94532026-07-19T04:20:33.793Z Jul 19 04:20:32.265DEBG DEBGJul 19 04:20:32.265 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.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265
94542026-07-19T04:20:33.793ZDEBG
94552026-07-19T04:20:33.793Zreplacing 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
94562026-07-19T04:20:33.793ZJul 19 04:20:32.265 Jul 19 04:20:32.265adding route 172.17.0.4/32 -> 10.0.0.255 INFO
94572026-07-19T04:20:33.793Z INFOadding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:20:32.265
94582026-07-19T04:20:33.793Z INFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
94592026-07-19T04:20:33.793Z
94602026-07-19T04:20:33.793ZJul 19 04:20:32.265Jul 19 04:20:32.265 Jul 19 04:20:32.265DEBGDEBGJul 19 04:20:32.265 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 } }]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 } }]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 } }]
94612026-07-19T04:20:33.793Zreplacing 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 } }]
94622026-07-19T04:20:33.793Z
94632026-07-19T04:20:33.793Z
94642026-07-19T04:20:33.793ZJul 19 04:20:32.265 INFOJul 19 04:20:32.265Jul 19 04:20:32.265 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255
94652026-07-19T04:20:33.793Z Jul 19 04:20:32.265
94662026-07-19T04:20:33.793Z adding route 172.17.0.5/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255
94672026-07-19T04:20:33.793Z
94682026-07-19T04:20:33.793Zadding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:20:32.265
94692026-07-19T04:20:33.793Z Jul 19 04:20:32.265DEBGJul 19 04:20:32.265 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 } }]
94702026-07-19T04:20:33.793Z Jul 19 04:20:32.265 INFODEBGDEBGJul 19 04:20:32.265 Jul 19 04:20:32.265replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94712026-07-19T04:20:33.793Ztest route::tests::delete_target_fragmented ... ok
94722026-07-19T04:20:33.793Z 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2
94732026-07-19T04:20:33.793Z adding route 172.17.0.56/32 -> 10.0.0.255
94742026-07-19T04:20:33.793Z
94752026-07-19T04:20:33.793Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265
94762026-07-19T04:20:33.793Z Jul 19 04:20:32.265 DEBG Jul 19 04:20:32.272replacing 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 } }]
94772026-07-19T04:20:33.793ZINFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
94782026-07-19T04:20:33.793Z
94792026-07-19T04:20:33.793ZJul 19 04:20:32.272 INFOJul 19 04:20:32.272Jul 19 04:20:32.272 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255
94802026-07-19T04:20:33.793ZDEBG
94812026-07-19T04:20:33.793Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272
94822026-07-19T04:20:33.793ZJul 19 04:20:32.272 Jul 19 04:20:32.265 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94832026-07-19T04:20:33.793Zadding 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: "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 } }]
94842026-07-19T04:20:33.793ZJul 19 04:20:32.272
94852026-07-19T04:20:33.793Z INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:20:32.272
94862026-07-19T04:20:33.793Z Jul 19 04:20:32.272DEBG 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 } }]
94872026-07-19T04:20:33.793ZJul 19 04:20:32.272Jul 19 04:20:32.272adding route 172.17.0.58/32 -> 10.0.0.255
94882026-07-19T04:20:33.793ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
94892026-07-19T04:20:33.793ZDEBGJul 19 04:20:32.272 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 } }]Jul 19 04:20:32.272
94902026-07-19T04:20:33.794Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.272
94912026-07-19T04:20:33.794Z INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94922026-07-19T04:20:33.794Z
94932026-07-19T04:20:33.794ZJul 19 04:20:32.272Jul 19 04:20:32.272 INFOJul 19 04:20:32.272Jul 19 04:20:32.272 INFODEBG 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.59/32 -> 10.0.0.255INFO
94942026-07-19T04:20:33.794Z
94952026-07-19T04:20:33.794Z adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
94962026-07-19T04:20:33.794Z
94972026-07-19T04:20:33.794ZJul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272 DEBGINFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG
94982026-07-19T04:20:33.794Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.272
94992026-07-19T04:20:33.794Z 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 } }]DEBGJul 19 04:20:32.272
95002026-07-19T04:20:33.794Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272
95012026-07-19T04:20:33.800Z INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG
95022026-07-19T04:20:33.800Z Jul 19 04:20:32.272replacing 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 } }]
95032026-07-19T04:20:33.800ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:20:32.272Jul 19 04:20:32.272
95042026-07-19T04:20:33.800ZINFODEBG 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.33/32 -> 10.0.0.255
95052026-07-19T04:20:33.800ZJul 19 04:20:32.272
95062026-07-19T04:20:33.800ZJul 19 04:20:32.272Jul 19 04:20:32.265 DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95072026-07-19T04:20:33.800ZJul 19 04:20:32.272INFOadding route 172.17.0.46/32 -> 10.0.0.255 DEBG
95082026-07-19T04:20:33.800Z failed to allocate space for the new target listJul 19 04:20:32.272
95092026-07-19T04:20:33.800Z INFO Jul 19 04:20:32.272 Jul 19 04:20:32.272Jul 19 04:20:32.272adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
95102026-07-19T04:20:33.800Z 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 } }]
95112026-07-19T04:20:33.800Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.272
95122026-07-19T04:20:33.800Z 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 } }]
95132026-07-19T04:20:33.800Z
95142026-07-19T04:20:33.800ZJul 19 04:20:32.272replacing 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 } }]
95152026-07-19T04:20:33.800ZDEBG Jul 19 04:20:32.272replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.272Jul 19 04:20:32.272
95162026-07-19T04:20:33.800Z INFO adding route 172.17.0.47/32 -> 10.0.0.255INFOINFO
95172026-07-19T04:20:33.800ZJul 19 04:20:32.272 adding route 172.17.0.4/32 -> 10.0.0.255INFO
95182026-07-19T04:20:33.800Z adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
95192026-07-19T04:20:33.800Z
95202026-07-19T04:20:33.800ZJul 19 04:20:32.272 Jul 19 04:20:32.272DEBG Jul 19 04:20:32.272Jul 19 04:20:32.272 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 } }]
95212026-07-19T04:20:33.800Z DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95222026-07-19T04:20:33.800Zreplacing 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 } }]
95232026-07-19T04:20:33.800Z
95242026-07-19T04:20:33.800ZJul 19 04:20:32.272 INFOJul 19 04:20:32.272 Jul 19 04:20:32.272Jul 19 04:20:32.272INFOadding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.8/32 -> 10.0.0.255INFO
95252026-07-19T04:20:33.800Z
95262026-07-19T04:20:33.800Z adding route 172.17.0.48/32 -> 10.0.0.255
95272026-07-19T04:20:33.800ZINFO Jul 19 04:20:32.272adding route 172.17.0.35/32 -> 10.0.0.255 Jul 19 04:20:32.272
95282026-07-19T04:20:33.800Z DEBGDEBG Jul 19 04:20:32.272Jul 19 04:20:32.272 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95292026-07-19T04:20:33.800ZDEBGDEBG
95302026-07-19T04:20:33.801Zreplacing 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.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 } }]
95312026-07-19T04:20:33.801Z
95322026-07-19T04:20:33.801ZJul 19 04:20:32.272 INFOJul 19 04:20:32.272Jul 19 04:20:32.272Jul 19 04:20:32.272 adding route 172.17.0.9/32 -> 10.0.0.255INFO
95332026-07-19T04:20:33.801ZINFO INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:20:32.272
95342026-07-19T04:20:33.801Z
95352026-07-19T04:20:33.801Z DEBG
95362026-07-19T04:20:33.801Zreplacing 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 } }]
95372026-07-19T04:20:33.801ZJul 19 04:20:32.272 Jul 19 04:20:32.272Jul 19 04:20:32.272DEBGJul 19 04:20:32.272 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 } }]DEBGINFO
95382026-07-19T04:20:33.801Z adding route 172.17.0.10/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 } }]
95392026-07-19T04:20:33.801Z
95402026-07-19T04:20:33.801ZDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272
95412026-07-19T04:20:33.801Z Jul 19 04:20:32.272INFOJul 19 04:20:32.272 INFO adding route 172.17.0.50/32 -> 10.0.0.255
95422026-07-19T04:20:33.801ZDEBGJul 19 04:20:32.272adding route 172.17.0.7/32 -> 10.0.0.255
95432026-07-19T04:20:33.801Zreplacing 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 adding route 172.17.0.37/32 -> 10.0.0.255
95442026-07-19T04:20:33.801Z
95452026-07-19T04:20:33.801ZJul 19 04:20:32.272 DEBG Jul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272DEBGreplacing 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 } }]
95462026-07-19T04:20:33.801Z DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
95472026-07-19T04:20:33.801Z
95482026-07-19T04:20:33.801Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272
95492026-07-19T04:20:33.801Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
95502026-07-19T04:20:33.801ZJul 19 04:20:32.272Jul 19 04:20:32.272Jul 19 04:20:32.272 DEBGINFO INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
95512026-07-19T04:20:33.801Z
95522026-07-19T04:20:33.801Zadding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:20:32.272
95532026-07-19T04:20:33.801Z DEBG Jul 19 04:20:32.272replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272
95542026-07-19T04:20:33.801Z DEBGJul 19 04:20:32.272 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 } }]DEBG
95552026-07-19T04:20:33.801Z adding route 172.17.0.12/32 -> 10.0.0.255
95562026-07-19T04:20:33.801Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272
95572026-07-19T04:20:33.801Z INFOJul 19 04:20:32.272 adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:20:32.272
95582026-07-19T04:20:33.801Z INFODEBG Jul 19 04:20:32.272replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:20:32.272INFO
95592026-07-19T04:20:33.801Z
95602026-07-19T04:20:33.801Ztest route::tests::add_target_fails_full ... ok
95612026-07-19T04:20:33.801ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
95622026-07-19T04:20:33.801ZJul 19 04:20:32.272
95632026-07-19T04:20:33.801Z DEBGJul 19 04:20:32.272 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 } }]INFOJul 19 04:20:32.272 adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:20:32.272INFO
95642026-07-19T04:20:33.801Z adding route 172.17.0.10/32 -> 10.0.0.255
95652026-07-19T04:20:33.801Z
95662026-07-19T04:20:33.801ZDEBG Jul 19 04:20:32.272replacing 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 } }]
95672026-07-19T04:20:33.802ZDEBG Jul 19 04:20:32.272replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 Jul 19 04:20:32.272DEBG
95682026-07-19T04:20:33.802Zreplacing 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 } }]INFOINFO
95692026-07-19T04:20:33.802Zadding route 172.17.0.40/32 -> 10.0.0.255
95702026-07-19T04:20:33.802Zadding route 172.17.0.53/32 -> 10.0.0.255
95712026-07-19T04:20:33.802ZJul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272INFOINFOJul 19 04:20:32.272 DEBG adding route 172.17.0.14/32 -> 10.0.0.255
95722026-07-19T04:20:33.802ZDEBG adding route 172.17.0.11/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 } }]
95732026-07-19T04:20:33.802Z
95742026-07-19T04:20:33.802Zreplacing 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 } }]
95752026-07-19T04:20:33.802ZJul 19 04:20:32.272 DEBGJul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272replacing 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
95762026-07-19T04:20:33.802Z INFO INFOadding route 172.17.0.54/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 } }]
95772026-07-19T04:20:33.802Z
95782026-07-19T04:20:33.802Zadding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:20:32.272
95792026-07-19T04:20:33.802Z INFOJul 19 04:20:32.272 Jul 19 04:20:32.272DEBGadding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:20:32.272
95802026-07-19T04:20:33.802Z INFO 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 } }]
95812026-07-19T04:20:33.802ZJul 19 04:20:32.272DEBG adding route 172.17.0.12/32 -> 10.0.0.255 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 } }] 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 } }]
95822026-07-19T04:20:33.802Z
95832026-07-19T04:20:33.802Z
95842026-07-19T04:20:33.802ZJul 19 04:20:32.272 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:20:32.272
95852026-07-19T04:20:33.802Z Jul 19 04:20:32.272DEBG Jul 19 04:20:32.272 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 } }]Jul 19 04:20:32.272 adding route 172.17.0.16/32 -> 10.0.0.255INFO
95862026-07-19T04:20:33.802Z
95872026-07-19T04:20:33.802ZDEBG 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 } }]
95882026-07-19T04:20:33.802ZJul 19 04:20:32.272adding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:20:32.272
95892026-07-19T04:20:33.802Z DEBGINFO Jul 19 04:20:32.272 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Jul 19 04:20:32.272 DEBG adding route 172.17.0.56/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 } }]
95902026-07-19T04:20:33.802Z
95912026-07-19T04:20:33.802ZJul 19 04:20:32.279Jul 19 04:20:32.279 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.43/32 -> 10.0.0.255
95922026-07-19T04:20:33.802Z
95932026-07-19T04:20:33.802ZJul 19 04:20:32.279 Jul 19 04:20:32.279adding route 172.17.0.13/32 -> 10.0.0.255
95942026-07-19T04:20:33.802Z INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
95952026-07-19T04:20:33.802Zreplacing 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 } }]
95962026-07-19T04:20:33.802ZJul 19 04:20:32.279Jul 19 04:20:32.279 Jul 19 04:20:32.279DEBG 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 } }]DEBGINFO
95972026-07-19T04:20:33.802Zreplacing 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 } }]
95982026-07-19T04:20:33.802Zadding route 172.17.0.44/32 -> 10.0.0.255
95992026-07-19T04:20:33.802ZJul 19 04:20:32.279 INFOJul 19 04:20:32.279 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
96002026-07-19T04:20:33.802Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279
96012026-07-19T04:20:33.809Z INFOJul 19 04:20:32.279 Jul 19 04:20:32.279adding route 172.17.0.14/32 -> 10.0.0.255
96022026-07-19T04:20:33.809ZINFODEBG 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.45/32 -> 10.0.0.255Jul 19 04:20:32.279
96032026-07-19T04:20:33.809Z
96042026-07-19T04:20:33.809Z 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 } }]
96052026-07-19T04:20:33.809ZJul 19 04:20:32.279 INFO Jul 19 04:20:32.279adding route 172.17.0.59/32 -> 10.0.0.255
96062026-07-19T04:20:33.809ZINFO Jul 19 04:20:32.279adding route 172.17.0.15/32 -> 10.0.0.255
96072026-07-19T04:20:33.809ZDEBG 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 } }]
96082026-07-19T04:20:33.809ZJul 19 04:20:32.279Jul 19 04:20:32.279 DEBGJul 19 04:20:32.279DEBG INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
96092026-07-19T04:20:33.809Z
96102026-07-19T04:20:33.809Z
96112026-07-19T04:20:33.809ZJul 19 04:20:32.279Jul 19 04:20:32.279 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.60/32 -> 10.0.0.255
96122026-07-19T04:20:33.809Z
96132026-07-19T04:20:33.809ZJul 19 04:20:32.279
96142026-07-19T04:20:33.809ZINFOJul 19 04:20:32.279 Jul 19 04:20:32.279adding route 172.17.0.16/32 -> 10.0.0.255 INFOJul 19 04:20:32.279
96152026-07-19T04:20:33.809Z adding route 172.17.0.47/32 -> 10.0.0.255INFODEBG 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 } }]
96162026-07-19T04:20:33.809Z
96172026-07-19T04:20:33.809ZJul 19 04:20:32.279 DEBG
96182026-07-19T04:20:33.809Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279
96192026-07-19T04:20:33.809Z Jul 19 04:20:32.279Jul 19 04:20:32.279DEBG INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
96202026-07-19T04:20:33.809ZJul 19 04:20:32.279
96212026-07-19T04:20:33.810ZINFO Jul 19 04:20:32.279DEBG adding route 172.17.0.17/32 -> 10.0.0.255DEBG
96222026-07-19T04:20:33.810ZJul 19 04:20:32.279replacing 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 } }]
96232026-07-19T04:20:33.810ZINFOreplacing 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.18/32 -> 10.0.0.255
96242026-07-19T04:20:33.810Z
96252026-07-19T04:20:33.810ZJul 19 04:20:32.279 Jul 19 04:20:32.279INFO Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBG adding route 172.17.0.62/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 } }]DEBG
96262026-07-19T04:20:33.810Z
96272026-07-19T04:20:33.810ZINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
96282026-07-19T04:20:33.810Z
96292026-07-19T04:20:33.810ZJul 19 04:20:32.279 Jul 19 04:20:32.279DEBG Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
96302026-07-19T04:20:33.810Z
96312026-07-19T04:20:33.810ZINFO
96322026-07-19T04:20:33.810Z adding route 172.17.0.18/32 -> 10.0.0.255
96332026-07-19T04:20:33.810ZJul 19 04:20:32.279 Jul 19 04:20:32.279INFOJul 19 04:20:32.279Jul 19 04:20:32.279 INFODEBG DEBG adding route 172.17.0.49/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
96342026-07-19T04:20:33.810Z
96352026-07-19T04:20:33.810Z
96362026-07-19T04:20:33.810Zadding route 172.17.0.63/32 -> 10.0.0.255
96372026-07-19T04:20:33.810ZJul 19 04:20:32.279Jul 19 04:20:32.279Jul 19 04:20:32.279 Jul 19 04:20:32.279 INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255DEBG
96382026-07-19T04:20:33.810Z 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 } }]adding route 172.17.0.20/32 -> 10.0.0.255
96392026-07-19T04:20:33.810Zreplacing 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 } }]
96402026-07-19T04:20:33.810Z
96412026-07-19T04:20:33.810ZJul 19 04:20:32.279Jul 19 04:20:32.279 DEBGJul 19 04:20:32.279 Jul 19 04:20:32.279 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 } }]DEBGINFO
96422026-07-19T04:20:33.810Z adding route 172.17.0.50/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 } }]
96432026-07-19T04:20:33.810Z
96442026-07-19T04:20:33.810Z DEBG failed to allocate space for the new target listJul 19 04:20:32.279
96452026-07-19T04:20:33.810Z Jul 19 04:20:32.279Jul 19 04:20:32.279INFO DEBG INFO adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279adding route 172.17.0.21/32 -> 10.0.0.255
96462026-07-19T04:20:33.810Z
96472026-07-19T04:20:33.810ZDEBG
96482026-07-19T04:20:33.810Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:20:32.279
96492026-07-19T04:20:33.810ZJul 19 04:20:32.279Jul 19 04:20:32.279 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOJul 19 04:20:32.279
96502026-07-19T04:20:33.810Z
96512026-07-19T04:20:33.810ZDEBGadding route 172.17.0.51/32 -> 10.0.0.255
96522026-07-19T04:20:33.810Zfailed to allocate space for the new target listJul 19 04:20:32.279Jul 19 04:20:32.279
96532026-07-19T04:20:33.810Z INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255
96542026-07-19T04:20:33.810Z adding route 172.17.0.21/32 -> 10.0.0.255
96552026-07-19T04:20:33.810ZJul 19 04:20:32.279 Jul 19 04:20:32.279DEBG Jul 19 04:20:32.279 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96562026-07-19T04:20:33.810Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96572026-07-19T04:20:33.811Z
96582026-07-19T04:20:33.811ZJul 19 04:20:32.279 Jul 19 04:20:32.279Jul 19 04:20:32.279INFO adding route 172.17.0.52/32 -> 10.0.0.255INFO
96592026-07-19T04:20:33.811Z INFOadding route 172.17.0.23/32 -> 10.0.0.255
96602026-07-19T04:20:33.811Zadding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:20:32.279
96612026-07-19T04:20:33.811Z DEBG Jul 19 04:20:32.279replacing 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 } }]
96622026-07-19T04:20:33.811Ztest route::tests::delete_target_full ... ok
96632026-07-19T04:20:33.811ZDEBGJul 19 04:20:32.279 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
96642026-07-19T04:20:33.811Z Jul 19 04:20:32.279replacing 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 } }]
96652026-07-19T04:20:33.811ZINFO Jul 19 04:20:32.279adding route 172.17.0.53/32 -> 10.0.0.255
96662026-07-19T04:20:33.811ZINFO Jul 19 04:20:32.279adding route 172.17.0.24/32 -> 10.0.0.255
96672026-07-19T04:20:33.811ZINFOJul 19 04:20:32.279 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
96682026-07-19T04:20:33.811Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279
96692026-07-19T04:20:33.811Z DEBGJul 19 04:20:32.279 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 } }]DEBGJul 19 04:20:32.279
96702026-07-19T04:20:33.811Z 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
96712026-07-19T04:20:33.811Z Jul 19 04:20:32.279adding route 172.17.0.54/32 -> 10.0.0.255
96722026-07-19T04:20:33.811ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:20:32.279
96732026-07-19T04:20:33.811Z Jul 19 04:20:32.279INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255
96742026-07-19T04:20:33.811Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279
96752026-07-19T04:20:33.811Z DEBGJul 19 04:20:32.279 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96762026-07-19T04:20:33.811ZJul 19 04:20:32.279 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
96772026-07-19T04:20:33.811ZJul 19 04:20:32.279 adding route 172.17.0.55/32 -> 10.0.0.255
96782026-07-19T04:20:33.811ZINFO Jul 19 04:20:32.279adding route 172.17.0.26/32 -> 10.0.0.255
96792026-07-19T04:20:33.811ZJul 19 04:20:32.279INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Jul 19 04:20:32.279
96802026-07-19T04:20:33.811Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
96812026-07-19T04:20:33.811Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279
96822026-07-19T04:20:33.811Z Jul 19 04:20:32.279DEBG 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
96832026-07-19T04:20:33.811ZJul 19 04:20:32.279 adding route 172.17.0.56/32 -> 10.0.0.255INFOJul 19 04:20:32.279
96842026-07-19T04:20:33.811Z adding route 172.17.0.27/32 -> 10.0.0.255INFO
96852026-07-19T04:20:33.811Z adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:20:32.279
96862026-07-19T04:20:33.811Z DEBGJul 19 04:20:32.279 Jul 19 04:20:32.279replacing 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 } }]
96872026-07-19T04:20:33.811ZDEBGDEBG 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.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 } }]
96882026-07-19T04:20:33.811Z
96892026-07-19T04:20:33.811ZJul 19 04:20:32.279 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:20:32.279
96902026-07-19T04:20:33.811Z Jul 19 04:20:32.279INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255
96912026-07-19T04:20:33.811Zadding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:20:32.279
96922026-07-19T04:20:33.811Z DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96932026-07-19T04:20:33.811ZJul 19 04:20:32.279Jul 19 04:20:32.279 DEBGDEBG Jul 19 04:20:32.279replacing 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.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 } }]
96942026-07-19T04:20:33.811Z
96952026-07-19T04:20:33.811ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
96962026-07-19T04:20:33.812ZJul 19 04:20:32.279Jul 19 04:20:32.279 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
96972026-07-19T04:20:33.812ZJul 19 04:20:32.279
96982026-07-19T04:20:33.812Z 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 } }]
96992026-07-19T04:20:33.812ZJul 19 04:20:32.279Jul 19 04:20:32.279 DEBGDEBGJul 19 04:20:32.279 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.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 } }]
97002026-07-19T04:20:33.812ZINFO
97012026-07-19T04:20:33.816Z adding route 172.17.0.59/32 -> 10.0.0.255
97022026-07-19T04:20:33.816ZJul 19 04:20:32.279Jul 19 04:20:32.279 Jul 19 04:20:32.279INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255INFO
97032026-07-19T04:20:33.816Z adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97042026-07-19T04:20:33.816Z
97052026-07-19T04:20:33.816ZJul 19 04:20:32.279 DEBG Jul 19 04:20:32.279Jul 19 04:20:32.279 INFODEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
97062026-07-19T04:20:33.816Z
97072026-07-19T04:20:33.816Zreplacing 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 } }]
97082026-07-19T04:20:33.816ZJul 19 04:20:32.285 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97092026-07-19T04:20:33.816ZJul 19 04:20:32.279 DEBGJul 19 04:20:32.285 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
97102026-07-19T04:20:33.816Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285
97112026-07-19T04:20:33.816Z INFO adding route 172.17.0.61/32 -> 10.0.0.255Jul 19 04:20:32.285
97122026-07-19T04:20:33.816Z INFO Jul 19 04:20:32.285adding route 172.17.0.32/32 -> 10.0.0.255
97132026-07-19T04:20:33.816ZDEBG 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 } }]
97142026-07-19T04:20:33.816ZJul 19 04:20:32.285 DEBG Jul 19 04:20:32.285replacing 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 } }]
97152026-07-19T04:20:33.816ZINFO Jul 19 04:20:32.279adding route 172.17.0.62/32 -> 10.0.0.255Jul 19 04:20:32.285
97162026-07-19T04:20:33.816Z INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
97172026-07-19T04:20:33.817Z
97182026-07-19T04:20:33.817ZJul 19 04:20:32.285 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 } }]
97192026-07-19T04:20:33.817ZJul 19 04:20:32.285Jul 19 04:20:32.285 DEBGDEBG Jul 19 04:20:32.285replacing 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 } }]
97202026-07-19T04:20:33.817Z DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97212026-07-19T04:20:33.817Zfailed to allocate space for the new target list
97222026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFOJul 19 04:20:32.285Jul 19 04:20:32.285 adding route 172.17.0.34/32 -> 10.0.0.255INFO
97232026-07-19T04:20:33.817Z DEBGadding route 172.17.0.31/32 -> 10.0.0.255
97242026-07-19T04:20:33.817Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.285
97252026-07-19T04:20:33.817Z DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285
97262026-07-19T04:20:33.817Z 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 } }]
97272026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:20:32.285
97282026-07-19T04:20:33.817Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
97292026-07-19T04:20:33.817ZJul 19 04:20:32.285 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 } }]Jul 19 04:20:32.285
97302026-07-19T04:20:33.817Z 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 } }]
97312026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:20:32.285
97322026-07-19T04:20:33.817Z INFO adding route 172.17.0.33/32 -> 10.0.0.255
97332026-07-19T04:20:33.817ZJul 19 04:20:32.285 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 } }]Jul 19 04:20:32.285 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 } }]
97342026-07-19T04:20:33.817Z
97352026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:20:32.285
97362026-07-19T04:20:33.817Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
97372026-07-19T04:20:33.817ZJul 19 04:20:32.285 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 } }]Jul 19 04:20:32.285
97382026-07-19T04:20:33.817Z 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 } }]
97392026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:20:32.285
97402026-07-19T04:20:33.817Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
97412026-07-19T04:20:33.817ZJul 19 04:20:32.285 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 } }]Jul 19 04:20:32.285
97422026-07-19T04:20:33.817Z 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 } }]
97432026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:20:32.285
97442026-07-19T04:20:33.817Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
97452026-07-19T04:20:33.817ZJul 19 04:20:32.285 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285
97462026-07-19T04:20:33.817Z 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 } }]
97472026-07-19T04:20:33.817ZJul 19 04:20:32.285 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:20:32.285
97482026-07-19T04:20:33.817Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
97492026-07-19T04:20:33.817ZJul 19 04:20:32.285 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285
97502026-07-19T04:20:33.817Z 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 } }]
97512026-07-19T04:20:33.817ZJul 19 04:20:32.286 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:20:32.286 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97522026-07-19T04:20:33.817Z
97532026-07-19T04:20:33.818ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
97542026-07-19T04:20:33.818Z 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 } }]
97552026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:20:32.286
97562026-07-19T04:20:33.818Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
97572026-07-19T04:20:33.818ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
97582026-07-19T04:20:33.818Z 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 } }]
97592026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:20:32.286
97602026-07-19T04:20:33.818Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
97612026-07-19T04:20:33.818ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
97622026-07-19T04:20:33.818Z 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 } }]
97632026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:20:32.286
97642026-07-19T04:20:33.818Z INFO adding route 172.17.0.41/32 -> 10.0.0.255
97652026-07-19T04:20:33.818ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
97662026-07-19T04:20:33.818Ztest route::tests::delete_targets_fragmented ... ok
97672026-07-19T04:20:33.818Ztest route::tests::delete_targets_full ... ok
97682026-07-19T04:20:33.818Z
97692026-07-19T04:20:33.818Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
97702026-07-19T04:20:33.818Z
97712026-07-19T04:20:33.818Z 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 } }]
97722026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:20:32.286
97732026-07-19T04:20:33.818Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
97742026-07-19T04:20:33.818ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
97752026-07-19T04:20:33.818Z 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 } }]
97762026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:20:32.286
97772026-07-19T04:20:33.818Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
97782026-07-19T04:20:33.818ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
97792026-07-19T04:20:33.818Z 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 } }]
97802026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:20:32.286
97812026-07-19T04:20:33.818Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
97822026-07-19T04:20:33.818ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
97832026-07-19T04:20:33.818Z 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 } }]
97842026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:20:32.286
97852026-07-19T04:20:33.818Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
97862026-07-19T04:20:33.818ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
97872026-07-19T04:20:33.818Z 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 } }]
97882026-07-19T04:20:33.818ZJul 19 04:20:32.286 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:20:32.286
97892026-07-19T04:20:33.818Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
97902026-07-19T04:20:33.818ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
97912026-07-19T04:20:33.819Z 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 } }]
97922026-07-19T04:20:33.819ZJul 19 04:20:32.286 INFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:20:32.286
97932026-07-19T04:20:33.819Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
97942026-07-19T04:20:33.819ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
97952026-07-19T04:20:33.819Z 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 } }]
97962026-07-19T04:20:33.819ZJul 19 04:20:32.286 INFO adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:20:32.286
97972026-07-19T04:20:33.819Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
97982026-07-19T04:20:33.819ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
97992026-07-19T04:20:33.819Z 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 } }]
98002026-07-19T04:20:33.819ZJul 19 04:20:32.286 INFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:20:32.286
98012026-07-19T04:20:33.851Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
98022026-07-19T04:20:33.851ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
98032026-07-19T04:20:33.851Z 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 } }]
98042026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:20:32.286
98052026-07-19T04:20:33.852Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
98062026-07-19T04:20:33.852ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
98072026-07-19T04:20:33.852Z 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 } }]
98082026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:20:32.286
98092026-07-19T04:20:33.852Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
98102026-07-19T04:20:33.852ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
98112026-07-19T04:20:33.852Z 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 } }]
98122026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:20:32.286
98132026-07-19T04:20:33.852Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
98142026-07-19T04:20:33.852ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
98152026-07-19T04:20:33.852Z 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 } }]
98162026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:20:32.286
98172026-07-19T04:20:33.852Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
98182026-07-19T04:20:33.852ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
98192026-07-19T04:20:33.852Z 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 } }]
98202026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:20:32.286
98212026-07-19T04:20:33.852Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
98222026-07-19T04:20:33.852ZJul 19 04:20:32.286 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286
98232026-07-19T04:20:33.852Z 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 } }]
98242026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:20:32.286
98252026-07-19T04:20:33.852Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
98262026-07-19T04:20:33.852ZJul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286
98272026-07-19T04:20:33.852Z 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 } }]
98282026-07-19T04:20:33.852ZJul 19 04:20:32.286 INFO adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:20:32.286
98292026-07-19T04:20:33.852Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
98302026-07-19T04:20:33.852ZJul 19 04:20:32.286 DEBG Jul 19 04:20:32.286replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG 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 } }]
98312026-07-19T04:20:33.852ZJul 19 04:20:32.293 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98322026-07-19T04:20:33.852Z
98332026-07-19T04:20:33.852ZJul 19 04:20:32.293 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 } }]
98342026-07-19T04:20:33.852ZJul 19 04:20:32.293 INFO adding route 172.17.0.60/32 -> 10.0.0.255Jul 19 04:20:32.293
98352026-07-19T04:20:33.852Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
98362026-07-19T04:20:33.852ZJul 19 04:20:32.293 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.293
98372026-07-19T04:20:33.852Z DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98382026-07-19T04:20:33.852ZJul 19 04:20:32.293 DEBG failed to allocate space for the new target listJul 19 04:20:32.293
98392026-07-19T04:20:33.852Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
98402026-07-19T04:20:33.852ZJul 19 04:20:32.293 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:20:32.293
98412026-07-19T04:20:33.853Z DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-07-19T04:20:33.853ZJul 19 04:20:32.293 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98432026-07-19T04:20:33.853ZJul 19 04:20:32.293 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98442026-07-19T04:20:33.853ZJul 19 04:20:32.293 DEBG failed to allocate space for the new target list
98452026-07-19T04:20:33.853ZJul 19 04:20:32.293 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98462026-07-19T04:20:33.853Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-68b1cc0d60ff40f0)
98472026-07-19T04:20:33.853Z
98482026-07-19T04:20:33.853Zrunning 0 tests
98492026-07-19T04:20:33.853Z
98502026-07-19T04:20:33.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-07-19T04:20:33.853Z
98522026-07-19T04:20:33.853Z Running unittests src/lib.rs (target/debug/deps/dpd_api-03e4d7ef1e7776bf)
98532026-07-19T04:20:33.853Z
98542026-07-19T04:20:33.853Zrunning 0 tests
98552026-07-19T04:20:33.853Z
98562026-07-19T04:20:33.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572026-07-19T04:20:33.853Z
98582026-07-19T04:20:33.853Z Running unittests src/lib.rs (target/debug/deps/dpd_client-aa38309b8bc2d43d)
98592026-07-19T04:20:33.853Z
98602026-07-19T04:20:33.853Zrunning 6 tests
98612026-07-19T04:20:33.853Ztest tests::test_full_lot_id_neither_present ... ok
98622026-07-19T04:20:33.853Ztest tests::test_full_lot_id_lotnum_only ... ok
98632026-07-19T04:20:33.853Ztest tests::test_full_lot_id_lot_only ... ok
98642026-07-19T04:20:33.853Ztest tests::test_full_lot_id_both_present ... ok
98652026-07-19T04:20:33.853Ztest tests::test_port_id_cmp ... ok
98662026-07-19T04:20:33.853Ztest tests::test_parse_client_port_id ... ok
98672026-07-19T04:20:33.853Z
98682026-07-19T04:20:33.853Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-07-19T04:20:33.853Z
98702026-07-19T04:20:33.853Z Running tests/test_all.rs (target/debug/deps/test_all-4d519ff3734fb8cd)
98712026-07-19T04:20:33.853Z
98722026-07-19T04:20:33.853Zrunning 6 tests
98732026-07-19T04:20:36.828Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98742026-07-19T04:20:36.832Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98752026-07-19T04:20:36.832Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98762026-07-19T04:20:36.837Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98772026-07-19T04:20:37.164Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98782026-07-19T04:20:40.188Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98792026-07-19T04:20:40.189Z
98802026-07-19T04:20:40.189Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.37s
98812026-07-19T04:20:40.189Z
98822026-07-19T04:20:40.195Z Running unittests src/lib.rs (target/debug/deps/dpd_types-073f63e8fe3edb2d)
98832026-07-19T04:20:40.202Z
98842026-07-19T04:20:40.202Zrunning 0 tests
98852026-07-19T04:20:40.202Z
98862026-07-19T04:20:40.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-07-19T04:20:40.208Z
98882026-07-19T04:20:40.208Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-df939c530e55054a)
98892026-07-19T04:20:40.208Z
98902026-07-19T04:20:40.208Zrunning 0 tests
98912026-07-19T04:20:40.208Z
98922026-07-19T04:20:40.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932026-07-19T04:20:40.208Z
98942026-07-19T04:20:40.214Z Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc)
98952026-07-19T04:20:40.217Z
98962026-07-19T04:20:40.217Zrunning 12 tests
98972026-07-19T04:20:40.220Ztest icmp::test_v6_checksum ... ok
98982026-07-19T04:20:40.220Ztest lldp::test_lldp_parse ... ok
98992026-07-19T04:20:40.220Ztest icmp::test_v4_checksum ... ok
99002026-07-19T04:20:40.220Ztest ipv6::test_ipv6_parse ... ok
99012026-07-19T04:20:40.220Ztest pbuf::test_byte ... ok
99022026-07-19T04:20:40.220Ztest pbuf::test_nibble ... ok
99032026-07-19T04:20:40.220Ztest pbuf::test_short ... ok
99042026-07-19T04:20:40.220Ztest pbuf::test_overflow ... ok
99052026-07-19T04:20:40.220Ztest pbuf::test_twelve ... ok
99062026-07-19T04:20:40.220Ztest pbuf::test_word ... ok
99072026-07-19T04:20:40.220Ztest tcp::test_checksum_ack_data ... ok
99082026-07-19T04:20:40.220Ztest tcp::test_checksum_syn_nodata ... ok
99092026-07-19T04:20:40.220Z
99102026-07-19T04:20:40.220Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99112026-07-19T04:20:40.220Z
99122026-07-19T04:20:40.225Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99132026-07-19T04:20:40.225Z
99142026-07-19T04:20:40.225Zrunning 0 tests
99152026-07-19T04:20:40.225Z
99162026-07-19T04:20:40.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99172026-07-19T04:20:40.225Z
99182026-07-19T04:20:40.231Z Running unittests src/main.rs (target/debug/deps/swadm-49cc028c563caafd)
99192026-07-19T04:20:40.231Z
99202026-07-19T04:20:40.231Zrunning 5 tests
99212026-07-19T04:20:40.231Ztest switchport::test::test_compute_lanes ... ok
99222026-07-19T04:20:40.235Ztest switchport::test::port_id_ordering ... ok
99232026-07-19T04:20:40.236Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
99242026-07-19T04:20:40.236ZLane 1 Rx Loss-of-lock: Yes Lane 2 Lane 3Yes
99252026-07-19T04:20:40.236ZYes Yes State: Activated
99262026-07-19T04:20:40.236Z Activated Rx Loss-of-signal: Yes Activated YesActivated
99272026-07-19T04:20:40.236ZYes Rx Output Enabled: false Yes
99282026-07-19T04:20:40.236Zfalse Rx CDR Enabled: Yes false falseYes
99292026-07-19T04:20:40.236Z Rx Output Status: valid Yes validYes
99302026-07-19T04:20:40.236Zvalid Tx Enabled: Yes valid
99312026-07-19T04:20:40.236ZYes Rx Loss-of-lock: trueYes true Yes
99322026-07-19T04:20:40.236Ztrue true
99332026-07-19T04:20:40.236Z Tx Loss-of-lock: No Rx Loss-of-signal: false No falseNo falseNo
99342026-07-19T04:20:40.236Zfalse
99352026-07-19T04:20:40.236Z Tx Loss-of-signal: No Rx Auto-squelch Disable: true No true Notrue trueNo
99362026-07-19T04:20:40.236Z
99372026-07-19T04:20:40.236Z Tx Output Enabled: true Tx CDR Enabled: No trueNo true Notrue
99382026-07-19T04:20:40.236ZNo
99392026-07-19T04:20:40.236Z Tx Output Status: invalid Tx Adaptive EQ Fault: No invalidNo Noinvalid Noinvalid
99402026-07-19T04:20:40.236Z
99412026-07-19T04:20:40.236Z Tx Fault: Yes Tx Loss-of-lock: false Yesfalse Yesfalse Yesfalse
99422026-07-19T04:20:40.236Z
99432026-07-19T04:20:40.236Z Tx Loss-of-signal: true true true true
99442026-07-19T04:20:40.236ZTx Auto-squelch Disable: false false false false
99452026-07-19T04:20:40.236Z Tx Adaptive EQ Fail: true true true true
99462026-07-19T04:20:40.236Z Tx Failure: false false false false
99472026-07-19T04:20:40.236Z Tx Force Squelch: true true true true
99482026-07-19T04:20:40.236Z Tx Input Polarity: normal normal normal normal
99492026-07-19T04:20:40.236Ztest switchport::test::test_print_sff_datapath ... ok
99502026-07-19T04:20:40.236Ztest switchport::test::test_print_cmis_datapath ... ok
99512026-07-19T04:20:40.236Ztest link::test_filter ... ok
99522026-07-19T04:20:40.236Z
99532026-07-19T04:20:40.236Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542026-07-19T04:20:40.236Z
99552026-07-19T04:20:40.236Z Running tests/counters.rs (target/debug/deps/counters-2fce940c3486be95)
99562026-07-19T04:20:40.241Z
99572026-07-19T04:20:40.241Zrunning 1 test
99582026-07-19T04:20:40.241Ztest test_p4_counter_list ... ignored
99592026-07-19T04:20:40.241Z
99602026-07-19T04:20:40.241Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-07-19T04:20:40.241Z
99622026-07-19T04:20:40.241Z Running tests/port-link.rs (target/debug/deps/port_link-847929411bb40870)
99632026-07-19T04:20:40.241Z
99642026-07-19T04:20:40.241Zrunning 5 tests
99652026-07-19T04:20:40.241Ztest test_an ... ignored
99662026-07-19T04:20:40.241Ztest test_enable ... ignored
99672026-07-19T04:20:40.241Ztest test_ip_addresses ... ignored
99682026-07-19T04:20:40.241Ztest test_kr ... ignored
99692026-07-19T04:20:40.241Ztest test_mac ... ignored
99702026-07-19T04:20:40.241Z
99712026-07-19T04:20:40.241Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-07-19T04:20:40.241Z
99732026-07-19T04:20:40.241Z Running unittests src/main.rs (target/debug/deps/tfportd-ecc295ce29aad259)
99742026-07-19T04:20:40.246Z
99752026-07-19T04:20:40.246Zrunning 3 tests
99762026-07-19T04:20:40.250Ztest linklocal::test_parse_ipadm ... ok
99772026-07-19T04:20:40.250Ztest tfport::test_parse_tfport ... ok
99782026-07-19T04:20:40.250Ztest config::tests::test_updates ... ok
99792026-07-19T04:20:40.250Z
99802026-07-19T04:20:40.250Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-07-19T04:20:40.250Z
99822026-07-19T04:20:40.250Z Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a)
99832026-07-19T04:20:40.256Z
99842026-07-19T04:20:40.256Zrunning 0 tests
99852026-07-19T04:20:40.256Z
99862026-07-19T04:20:40.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-07-19T04:20:40.256Z
99882026-07-19T04:20:40.256Z Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea)
99892026-07-19T04:20:40.259Z
99902026-07-19T04:20:40.259Zrunning 0 tests
99912026-07-19T04:20:40.259Z
99922026-07-19T04:20:40.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-07-19T04:20:40.259Z
99942026-07-19T04:20:40.259Z Doc-tests aal
99952026-07-19T04:20:40.434Z
99962026-07-19T04:20:40.434Zrunning 0 tests
99972026-07-19T04:20:40.434Z
99982026-07-19T04:20:40.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-07-19T04:20:40.438Z
100002026-07-19T04:20:40.454Z Doc-tests aal_macros
100012026-07-19T04:20:40.531Z
100022026-07-19T04:20:40.531Zrunning 0 tests
100032026-07-19T04:20:40.531Z
100042026-07-19T04:20:40.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-07-19T04:20:40.531Z
100062026-07-19T04:20:40.541Z Doc-tests common
100072026-07-19T04:20:40.788Z
100082026-07-19T04:20:40.788Zrunning 0 tests
100092026-07-19T04:20:40.788Z
100102026-07-19T04:20:40.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-07-19T04:20:40.788Z
100122026-07-19T04:20:40.810Z Doc-tests dpd_api
100132026-07-19T04:20:41.653Z
100142026-07-19T04:20:41.653Zrunning 2 tests
100152026-07-19T04:20:41.653Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100162026-07-19T04:20:41.653Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100172026-07-19T04:20:41.653Z
100182026-07-19T04:20:41.653Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-07-19T04:20:41.653Z
100202026-07-19T04:20:41.686Z Doc-tests dpd_client
100212026-07-19T04:20:42.994Z
100222026-07-19T04:20:42.994Zrunning 0 tests
100232026-07-19T04:20:42.994Z
100242026-07-19T04:20:42.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-07-19T04:20:42.994Z
100262026-07-19T04:20:43.043Z Doc-tests dpd_types
100272026-07-19T04:20:43.257Z
100282026-07-19T04:20:43.257Zrunning 0 tests
100292026-07-19T04:20:43.257Z
100302026-07-19T04:20:43.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-07-19T04:20:43.257Z
100322026-07-19T04:20:43.285Z Doc-tests dpd_types_versions
100332026-07-19T04:20:44.515Z
100342026-07-19T04:20:44.515Zrunning 1 test
100352026-07-19T04:20:44.515Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100362026-07-19T04:20:44.515Z
100372026-07-19T04:20:44.515Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-07-19T04:20:44.515Z
100392026-07-19T04:20:44.561Z Doc-tests packet
100402026-07-19T04:20:44.680Z
100412026-07-19T04:20:44.680Zrunning 0 tests
100422026-07-19T04:20:44.680Z
100432026-07-19T04:20:44.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-07-19T04:20:44.680Z
100452026-07-19T04:20:44.699Z Doc-tests pcap
100462026-07-19T04:20:44.752Z
100472026-07-19T04:20:44.752Zrunning 0 tests
100482026-07-19T04:20:44.752Z
100492026-07-19T04:20:44.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-07-19T04:20:44.752Z
100512026-07-19T04:20:44.806Zprocess exited: duration 592363 ms, exit code 0
 
100522026-07-19T04:20:44.814Zfound 0 output files