01KXW9153CPX7839HDZ4SF7YDN: test

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

Buildomat Job: 01KXW91JQ80VZJW0AR8TT6YGWQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:10:29.121Zjob assigned to worker 01KXW91Q123Z15VD6TXQVF7V2E [factory aws, i-01321b7681fb12a41] (queued for 46 s)
 
22026-07-19T04:10:35.981Zstarting task 0: "setup"
32026-07-19T04:10:35.984Z++ uname -s
42026-07-19T04:10:35.989Z+ kern=SunOS
52026-07-19T04:10:35.989Z+ build_user=build
62026-07-19T04:10:35.989Z+ build_uid=12345
72026-07-19T04:10:35.989Z+ work_dir=/work
82026-07-19T04:10:35.989Z+ input_dir=/input
92026-07-19T04:10:35.989Z+ [[ 0 == 12345 ]]
102026-07-19T04:10:35.989Z+ case "$kern" in
112026-07-19T04:10:35.989Z+ groupadd -g 12345 build
122026-07-19T04:10:35.989Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:10:37.993Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:10:38.104Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:10:38.107Z+ home_fs=zfs
162026-07-19T04:10:38.107Z+ [[ zfs == autofs ]]
172026-07-19T04:10:38.107Z+ mkdir -p /home/build
182026-07-19T04:10:38.107Z+ chown build:build /home/build /work
192026-07-19T04:10:39.108Z+ chmod 0700 /home/build /work
202026-07-19T04:10:39.111Zprocess exited: duration 3130 ms, exit code 0
 
212026-07-19T04:10:39.117Zstarting task 1: "rust-toolchain"
222026-07-19T04:10:39.120Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-19T04:10:39.120Z * rust toolchain channel = "1.90.0"
242026-07-19T04:10:39.120Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-19T04:10:39.120Z * rust toolchain profile = "default"
262026-07-19T04:10:39.123Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:10:39.123Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:10:39.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:10:39.123Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-19T04:10:39.225Zinfo: downloading installer
312026-07-19T04:10:40.516Zwarn: It looks like you have an existing rustup settings file at:
322026-07-19T04:10:40.516Zwarn: /home/build/.rustup/settings.toml
332026-07-19T04:10:40.516Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-19T04:10:40.516Zwarn: instead of the one inferred from the default host triple.
352026-07-19T04:10:40.528Zinfo: profile set to default
362026-07-19T04:10:40.528Zinfo: default host triple is x86_64-unknown-illumos
372026-07-19T04:10:40.531Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-19T04:10:40.667Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-19T04:10:40.670Zinfo: downloading 6 components
402026-07-19T04:10:54.065Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-07-19T04:10:54.065Z
422026-07-19T04:10:54.097Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-19T04:10:54.097Z
442026-07-19T04:10:54.097Z
452026-07-19T04:10:54.097ZRust is installed now. Great!
462026-07-19T04:10:54.097Z
472026-07-19T04:10:54.097ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-19T04:10:54.097Zenvironment variable. This has not been done automatically.
492026-07-19T04:10:54.097Z
502026-07-19T04:10:54.097ZTo configure your current shell, you need to source
512026-07-19T04:10:54.097Zthe corresponding env file under $HOME/.cargo.
522026-07-19T04:10:54.098Z
532026-07-19T04:10:54.098ZThis is usually done by running one of the following (note the leading DOT):
542026-07-19T04:10:54.098Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-19T04:10:54.107Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-19T04:10:54.107Zsource "~/.cargo/env.nu" # For nushell
572026-07-19T04:10:54.107Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-19T04:10:54.107Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-19T04:10:54.107Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-19T04:10:54.107Zwarn: no default linker (`cc`) was found in your PATH
612026-07-19T04:10:54.107Zwarn: many Rust crates require a system C toolchain to build
622026-07-19T04:10:54.175Z+ rustup --version
632026-07-19T04:10:54.183Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-19T04:10:54.185Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-19T04:10:54.204Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-19T04:10:54.207Z+ cargo --version
672026-07-19T04:10:54.223Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-19T04:10:54.231Z+ rustc --version
692026-07-19T04:10:54.245Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-19T04:10:54.248Zprocess exited: duration 15131 ms, exit code 0
 
712026-07-19T04:10:54.254Zstarting task 2: "authentication"
722026-07-19T04:10:54.277Zprocess exited: duration 18 ms, exit code 0
 
732026-07-19T04:10:54.296Zstarting task 3: "clone repository"
742026-07-19T04:10:54.302Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-19T04:10:54.302Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-19T04:10:54.340ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-19T04:10:54.846Z+ cd /work/oxidecomputer/dendrite
782026-07-19T04:10:54.846Z+ git fetch origin e9ccf88b592668fdd96b2fe6aa1b75fcadc53baa
792026-07-19T04:10:55.058ZFrom https://github.com/oxidecomputer/dendrite
802026-07-19T04:10:55.058Z * branch e9ccf88b592668fdd96b2fe6aa1b75fcadc53baa -> FETCH_HEAD
812026-07-19T04:10:55.066Z+ [[ -n '' ]]
822026-07-19T04:10:55.066Z+ git reset --hard e9ccf88b592668fdd96b2fe6aa1b75fcadc53baa
832026-07-19T04:10:55.087ZHEAD is now at e9ccf88 Update Rust crate quote to v1.0.47
842026-07-19T04:10:55.091Zprocess exited: duration 796 ms, exit code 0
 
852026-07-19T04:10:55.097Zstarting task 4: "build"
862026-07-19T04:10:55.101Z+ source .github/buildomat/common.sh
872026-07-19T04:10:55.104Z++ TOFINO_STAGES=20
882026-07-19T04:10:55.104Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
892026-07-19T04:10:55.104Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
902026-07-19T04:10:55.104Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
912026-07-19T04:10:55.104Z+++ uname -s
922026-07-19T04:10:55.104Z++ '[' SunOS == SunOS ']'
932026-07-19T04:10:55.104Z++ SERIES=illumos
942026-07-19T04:10:55.104Z+++ uname -s
952026-07-19T04:10:55.107Z++ '[' SunOS == SunOS ']'
962026-07-19T04:10:55.107Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
972026-07-19T04:10:55.107Z++ rustup show active-toolchain
982026-07-19T04:10:55.111Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
992026-07-19T04:10:55.115Z+ source .github/buildomat/illumos.sh
1002026-07-19T04:10:55.115Z++ banner 'sde setup'
1012026-07-19T04:10:55.115Z
1022026-07-19T04:10:55.116Z #### ##### ###### #### ###### ##### # # #####
1032026-07-19T04:10:55.116Z # # # # # # # # # # #
1042026-07-19T04:10:55.116Z #### # # ##### #### ##### # # # # #
1052026-07-19T04:10:55.116Z # # # # # # # # # #####
1062026-07-19T04:10:55.116Z # # # # # # # # # # # #
1072026-07-19T04:10:55.116Z #### ##### ###### #### ###### # #### #
1082026-07-19T04:10:55.116Z
1092026-07-19T04:10:55.116Z++ export PKG_SUCCESS_ON_NOP=1
1102026-07-19T04:10:55.116Z++ PKG_SUCCESS_ON_NOP=1
1112026-07-19T04:10:55.116Z++ export PKG=tofino_sde.p5p
1122026-07-19T04:10:55.116Z++ PKG=tofino_sde.p5p
1132026-07-19T04:10:55.116Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1142026-07-19T04:10:55.120Z % Total % Received % Xferd Average Speed Time Time Time Current
1152026-07-19T04:10:55.124Z Dload Upload Total Spent Left Speed
1162026-07-19T04:10:56.010Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 85.34M 0 0 100 76.03M 100 76.03M 0 0 85.33M 0 0 100 76.03M 100 76.03M 0 0 85.33M 0 0
1172026-07-19T04:10:56.015Z+++ digest -a sha256 tofino_sde.p5p
1182026-07-19T04:10:56.065Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1192026-07-19T04:10:56.068Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1202026-07-19T04:10:56.068Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1212026-07-19T04:10:57.859Z Startup: Refreshing catalog 'helios' ... Done
1222026-07-19T04:10:58.041Z Startup: Caching catalogs ... Done
1232026-07-19T04:10:58.084Z Startup: Refreshing catalog 'oxide' ... Done
1242026-07-19T04:10:59.065ZPlanning: Solver setup ... Done
1252026-07-19T04:10:59.099ZPlanning: Running solver ... Done
1262026-07-19T04:10:59.119ZPlanning: Finding local manifests ... Done
1272026-07-19T04:10:59.130ZPlanning: Fetching manifests: 1/1 100% complete
1282026-07-19T04:10:59.136ZPlanning: Fetching manifests: 1/1 100% complete
1292026-07-19T04:10:59.140ZPlanning: Package planning ... Done
1302026-07-19T04:10:59.144ZPlanning: Merging actions ... Done
1312026-07-19T04:10:59.278ZPlanning: Checking for conflicting actions ... Done
1322026-07-19T04:10:59.281ZPlanning: Consolidating action changes ... Done
1332026-07-19T04:11:00.050ZPlanning: Evaluating mediators ... Done
1342026-07-19T04:11:00.053ZPlanning: Planning completed in 1.96 seconds
1352026-07-19T04:11:00.058Z Packages to install: 1
1362026-07-19T04:11:00.058Z Create boot environment: No
1372026-07-19T04:11:00.061ZCreate backup boot environment: No
1382026-07-19T04:11:00.084Z
1392026-07-19T04:11:00.084ZDownload: 0/242 items 0.0/75.3MB 0% complete
1402026-07-19T04:11:00.220ZDownload: Completed 75.30 MB in 0.14 seconds (555M/s)
1412026-07-19T04:11:00.385Z Actions: 1/293 actions (Installing new actions)
1422026-07-19T04:11:01.337Z Actions: Completed 293 actions in 0.95 seconds.
1432026-07-19T04:11:01.340ZFinalize: Updating package state database ... Done
1442026-07-19T04:11:01.381ZFinalize: Updating package cache ... Done
1452026-07-19T04:11:01.429ZFinalize: Updating image state ... Done
1462026-07-19T04:11:03.971ZFinalize: Creating fast lookup database ... Done
1472026-07-19T04:11:04.045ZFinalize: Reading search index ... Done
1482026-07-19T04:11:04.048ZFinalize: Updating search index ... Done
1492026-07-19T04:11:04.307ZFinalize: Updating package cache ... Done
1502026-07-19T04:11:04.432Z++ export SDE=/opt/oxide/tofino_sde
1512026-07-19T04:11:04.432Z++ SDE=/opt/oxide/tofino_sde
1522026-07-19T04:11:04.435Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1532026-07-19T04:11:04.436Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1542026-07-19T04:11:04.436Z++ banner packages
1552026-07-19T04:11:04.436Z
1562026-07-19T04:11:04.436Z ##### ## #### # # ## #### ###### ####
1572026-07-19T04:11:04.436Z # # # # # # # # # # # # # #
1582026-07-19T04:11:04.436Z # # # # # #### # # # ##### ####
1592026-07-19T04:11:04.436Z ##### ###### # # # ###### # ### # #
1602026-07-19T04:11:04.436Z # # # # # # # # # # # # # #
1612026-07-19T04:11:04.436Z # # # #### # # # # #### ###### ####
1622026-07-19T04:11:04.436Z
1632026-07-19T04:11:04.436Z++ pfexec pkg install clang-15 pcap gcc14
1642026-07-19T04:11:04.697Z Startup: Refreshing catalog 'helios' ... Done
1652026-07-19T04:11:04.700Z Startup: Refreshing catalog 'oxide' ... Done
1662026-07-19T04:11:05.549ZPlanning: Solver setup ... Done
1672026-07-19T04:11:05.589ZPlanning: Running solver ... Done
1682026-07-19T04:11:05.610ZPlanning: Consolidating action changes ... Done
1692026-07-19T04:11:05.613ZPlanning: Evaluating mediators ... Done
1702026-07-19T04:11:05.613ZPlanning: Planning completed in 0.91 seconds
1712026-07-19T04:11:05.629ZNo updates necessary for this image.
1722026-07-19T04:11:05.719Z++ pfexec pkg set-mediator -V 15 clang llvm
1732026-07-19T04:11:05.938ZPlanning: Evaluating mediator changes ... Done
1742026-07-19T04:11:06.056ZPlanning: Checking for conflicting actions ... Done
1752026-07-19T04:11:06.058ZPlanning: Consolidating action changes ... Done
1762026-07-19T04:11:06.218ZPlanning: Evaluating mediators ... Done
1772026-07-19T04:11:06.221ZPlanning: Planning completed in 0.28 seconds
1782026-07-19T04:11:06.242Z Mediators to change: 2
1792026-07-19T04:11:06.242Z Create boot environment: No
1802026-07-19T04:11:06.244ZCreate backup boot environment: No
1812026-07-19T04:11:06.293ZFinalize: Updating package state database ... Done
1822026-07-19T04:11:06.293ZFinalize: Updating package cache ... Done
1832026-07-19T04:11:06.318ZFinalize: Updating image state ... Done
1842026-07-19T04:11:08.383ZFinalize: Creating fast lookup database ... Done
1852026-07-19T04:11:08.454ZFinalize: Reading search index ... Done
1862026-07-19T04:11:08.458ZFinalize: Updating search index ... Done
1872026-07-19T04:11:08.520ZFinalize: Updating package cache ... Done
1882026-07-19T04:11:08.596Z++ cargo --version
1892026-07-19T04:11:08.606Zcargo 1.90.0 (840b83a10 2025-07-30)
1902026-07-19T04:11:08.609Z++ rustc --version
1912026-07-19T04:11:08.631Zrustc 1.90.0 (1159e78c4 2025-09-14)
1922026-07-19T04:11:08.634Z+ banner copyrights
1932026-07-19T04:11:08.634Z
1942026-07-19T04:11:08.634Z #### #### ##### # # ##### # #### # # ##### ####
1952026-07-19T04:11:08.634Z # # # # # # # # # # # # # # # # #
1962026-07-19T04:11:08.634Z # # # # # # # # # # ###### # ####
1972026-07-19T04:11:08.634Z # # # ##### # ##### # # ### # # # #
1982026-07-19T04:11:08.634Z # # # # # # # # # # # # # # # #
1992026-07-19T04:11:08.634Z #### #### # # # # # #### # # # ####
2002026-07-19T04:11:08.634Z
2012026-07-19T04:11:08.634Z+ ./tools/check_copyrights.sh
2022026-07-19T04:11:08.928Zcommon/src/illumos.rs: Copyright with wrong year
2032026-07-19T04:11:09.719Zdpd/p4/headers.p4: Copyright with wrong year
2042026-07-19T04:11:10.214Zpacket/src/eth.rs: Copyright with wrong year
2052026-07-19T04:11:10.293Zpcap/build.rs: Copyright with wrong year
2062026-07-19T04:11:10.450Ztfportd/src/linklocal.rs: Copyright with wrong year
2072026-07-19T04:11:10.682Z+ banner clippy
2082026-07-19T04:11:10.685Z
2092026-07-19T04:11:10.685Z #### # # ##### ##### # #
2102026-07-19T04:11:10.685Z # # # # # # # # # #
2112026-07-19T04:11:10.685Z # # # # # # # #
2122026-07-19T04:11:10.685Z # # # ##### ##### #
2132026-07-19T04:11:10.685Z # # # # # # #
2142026-07-19T04:11:10.685Z #### ###### # # # #
2152026-07-19T04:11:10.685Z
2162026-07-19T04:11:10.685Z+ for feat in tofino_stub tofino_asic softnpu chaos
2172026-07-19T04:11:10.685Z+ cargo clippy --features tofino_stub -- --deny warnings
2182026-07-19T04:11:10.833Z Updating git repository `https://github.com/oxidecomputer/omicron`
2192026-07-19T04:11:21.251Z Updating crates.io index
2202026-07-19T04:11:21.282Z Updating git repository `https://github.com/illumos/smf-rs`
2212026-07-19T04:11:21.517Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-19T04:11:22.207Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2232026-07-19T04:11:22.490Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-07-19T04:11:22.717Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2252026-07-19T04:11:23.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2262026-07-19T04:11:24.230Z Updating git repository `https://github.com/oxidecomputer/ispf`
2272026-07-19T04:11:24.477Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2282026-07-19T04:11:24.776Z Updating git repository `https://github.com/oxidecomputer/lldp`
2292026-07-19T04:11:25.137Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2302026-07-19T04:11:25.364Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2312026-07-19T04:11:25.697Z Updating git repository `https://github.com/oxidecomputer/p4`
2322026-07-19T04:11:26.534Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-07-19T04:11:27.462Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-07-19T04:11:27.476Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352026-07-19T04:11:27.985Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362026-07-19T04:11:28.012Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2372026-07-19T04:11:28.282Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2382026-07-19T04:11:28.869Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2392026-07-19T04:11:29.195Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2402026-07-19T04:11:29.452Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2412026-07-19T04:11:30.827Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-07-19T04:11:31.246Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-19T04:11:31.709Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-07-19T04:11:33.321Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-07-19T04:11:33.903Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-07-19T04:11:34.178Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-07-19T04:11:34.636Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-07-19T04:11:36.305Z Downloading crates ...
2492026-07-19T04:11:36.390Z Downloaded cobs v0.3.0
2502026-07-19T04:11:36.393Z Downloaded anstyle-query v1.1.4
2512026-07-19T04:11:36.401Z Downloaded block-buffer v0.12.0
2522026-07-19T04:11:36.404Z Downloaded dtrace-parser v0.2.0
2532026-07-19T04:11:36.407Z Downloaded digest v0.11.3
2542026-07-19T04:11:36.411Z Downloaded futures-io v0.3.32
2552026-07-19T04:11:36.414Z Downloaded erased-serde v0.3.31
2562026-07-19T04:11:36.414Z Downloaded hash32 v0.3.1
2572026-07-19T04:11:36.417Z Downloaded group v0.13.0
2582026-07-19T04:11:36.420Z Downloaded darling_macro v0.21.3
2592026-07-19T04:11:36.420Z Downloaded cargo_metadata v0.18.1
2602026-07-19T04:11:36.423Z Downloaded camino-tempfile v1.4.1
2612026-07-19T04:11:36.425Z Downloaded hmac v0.12.1
2622026-07-19T04:11:36.428Z Downloaded crucible-workspace-hack v0.1.0
2632026-07-19T04:11:36.428Z Downloaded cpufeatures v0.3.0
2642026-07-19T04:11:36.433Z Downloaded futures-sink v0.3.32
2652026-07-19T04:11:36.433Z Downloaded enum-as-inner v0.6.1
2662026-07-19T04:11:36.436Z Downloaded dyn-clone v1.0.20
2672026-07-19T04:11:36.436Z Downloaded cexpr v0.6.0
2682026-07-19T04:11:36.439Z Downloaded elliptic-curve v0.13.8
2692026-07-19T04:11:36.442Z Downloaded git-stub v1.0.0
2702026-07-19T04:11:36.444Z Downloaded dunce v1.0.5
2712026-07-19T04:11:36.447Z Downloaded arrayref v0.3.9
2722026-07-19T04:11:36.449Z Downloaded flate2 v1.1.2
2732026-07-19T04:11:36.452Z Downloaded hex v0.4.3
2742026-07-19T04:11:36.455Z Downloaded fixedbitset v0.4.2
2752026-07-19T04:11:36.455Z Downloaded futures-macro v0.3.32
2762026-07-19T04:11:36.458Z Downloaded constant_time_eq v0.3.1
2772026-07-19T04:11:36.460Z Downloaded foreign-types v0.5.0
2782026-07-19T04:11:36.460Z Downloaded fixedbitset v0.5.7
2792026-07-19T04:11:36.463Z Downloaded defmt v0.3.100
2802026-07-19T04:11:36.468Z Downloaded equivalent v1.0.2
2812026-07-19T04:11:36.468Z Downloaded foreign-types-shared v0.1.1
2822026-07-19T04:11:36.471Z Downloaded form_urlencoded v1.2.2
2832026-07-19T04:11:36.471Z Downloaded dtrace-parser v0.3.0
2842026-07-19T04:11:36.475Z Downloaded dof v0.4.0
2852026-07-19T04:11:36.475Z Downloaded getrandom v0.2.16
2862026-07-19T04:11:36.478Z Downloaded hostname v0.4.2
2872026-07-19T04:11:36.478Z Downloaded crc32fast v1.5.0
2882026-07-19T04:11:36.481Z Downloaded backoff v0.4.0
2892026-07-19T04:11:36.483Z Downloaded atomicwrites v0.4.4
2902026-07-19T04:11:36.487Z Downloaded debug-ignore v1.0.5
2912026-07-19T04:11:36.487Z Downloaded atomic-waker v1.1.2
2922026-07-19T04:11:36.490Z Downloaded http-body v1.0.1
2932026-07-19T04:11:36.490Z Downloaded futures-task v0.3.32
2942026-07-19T04:11:36.493Z Downloaded embedded-io v0.4.0
2952026-07-19T04:11:36.496Z Downloaded deranged v0.5.3
2962026-07-19T04:11:36.496Z Downloaded defmt v1.0.1
2972026-07-19T04:11:36.499Z Downloaded crypto-common v0.1.6
2982026-07-19T04:11:36.502Z Downloaded dropshot-api-manager-types v0.7.2
2992026-07-19T04:11:36.504Z Downloaded crc8 v0.1.1
3002026-07-19T04:11:36.504Z Downloaded cfg_aliases v0.2.1
3012026-07-19T04:11:36.508Z Downloaded adler2 v2.0.1
3022026-07-19T04:11:36.508Z Downloaded curve25519-dalek-derive v0.1.1
3032026-07-19T04:11:36.511Z Downloaded crypto-common v0.2.2
3042026-07-19T04:11:36.511Z Downloaded gethostname v0.5.0
3052026-07-19T04:11:36.514Z Downloaded convert_case v0.4.0
3062026-07-19T04:11:36.516Z Downloaded heck v0.5.0
3072026-07-19T04:11:36.516Z Downloaded hubpack_derive v0.1.1
3082026-07-19T04:11:36.519Z Downloaded fnv v1.0.7
3092026-07-19T04:11:36.519Z Downloaded hostname v0.3.1
3102026-07-19T04:11:36.524Z Downloaded hyper-tls v0.6.0
3112026-07-19T04:11:36.527Z Downloaded compression-codecs v0.4.32
3122026-07-19T04:11:36.527Z Downloaded futures-executor v0.3.32
3132026-07-19T04:11:36.530Z Downloaded ff v0.13.1
3142026-07-19T04:11:36.530Z Downloaded heck v0.4.1
3152026-07-19T04:11:36.532Z Downloaded futures-core v0.3.32
3162026-07-19T04:11:36.535Z Downloaded cipher v0.4.4
3172026-07-19T04:11:36.535Z Downloaded anstyle v1.0.14
3182026-07-19T04:11:36.538Z Downloaded foreign-types-macros v0.2.3
3192026-07-19T04:11:36.538Z Downloaded httpdate v1.0.3
3202026-07-19T04:11:36.540Z Downloaded cpufeatures v0.2.17
3212026-07-19T04:11:36.543Z Downloaded is_ci v1.2.0
3222026-07-19T04:11:36.543Z Downloaded git-stub-vcs v0.1.0
3232026-07-19T04:11:36.546Z Downloaded find-msvc-tools v0.1.9
3242026-07-19T04:11:36.549Z Downloaded defmt-macros v1.0.1
3252026-07-19T04:11:36.551Z Downloaded indent_write v2.2.0
3262026-07-19T04:11:36.551Z Downloaded crossbeam-deque v0.8.6
3272026-07-19T04:11:36.554Z Downloaded highway v1.3.0
3282026-07-19T04:11:36.557Z Downloaded keccak v0.1.6
3292026-07-19T04:11:36.557Z Downloaded lazy_static v1.5.0
3302026-07-19T04:11:36.560Z Downloaded kstat-rs v0.2.4
3312026-07-19T04:11:36.563Z Downloaded is_terminal_polyfill v1.70.1
3322026-07-19T04:11:36.563Z Downloaded linked-hash-map v0.5.6
3332026-07-19T04:11:36.565Z Downloaded ident_case v1.0.1
3342026-07-19T04:11:36.565Z Downloaded itoa v1.0.15
3352026-07-19T04:11:36.568Z Downloaded hickory-resolver v0.25.2
3362026-07-19T04:11:36.571Z Downloaded idna_adapter v1.2.1
3372026-07-19T04:11:36.574Z Downloaded instant v0.1.13
3382026-07-19T04:11:36.574Z Downloaded is-terminal v0.4.16
3392026-07-19T04:11:36.576Z Downloaded csv-core v0.1.12
3402026-07-19T04:11:36.579Z Downloaded globset v0.4.16
3412026-07-19T04:11:36.579Z Downloaded filetime v0.2.26
3422026-07-19T04:11:36.582Z Downloaded critical-section v1.2.0
3432026-07-19T04:11:36.585Z Downloaded cstr-argument v0.1.2
3442026-07-19T04:11:36.585Z Downloaded bytecount v0.6.9
3452026-07-19T04:11:36.590Z Downloaded lru-cache v0.1.2
3462026-07-19T04:11:36.590Z Downloaded http-body-util v0.1.3
3472026-07-19T04:11:36.593Z Downloaded derive-ex v0.1.8
3482026-07-19T04:11:36.593Z Downloaded futures-channel v0.3.32
3492026-07-19T04:11:36.593Z Downloaded memoffset v0.9.1
3502026-07-19T04:11:36.599Z Downloaded lru-slab v0.1.2
3512026-07-19T04:11:36.599Z Downloaded memmap v0.7.0
3522026-07-19T04:11:36.602Z Downloaded const_format_proc_macros v0.2.34
3532026-07-19T04:11:36.602Z Downloaded digest v0.10.7
3542026-07-19T04:11:36.602Z Downloaded managed v0.8.0
3552026-07-19T04:11:36.605Z Downloaded humantime v2.3.0
3562026-07-19T04:11:36.605Z Downloaded bit-vec v0.8.0
3572026-07-19T04:11:36.608Z Downloaded clap_lex v1.1.0
3582026-07-19T04:11:36.608Z Downloaded arrayvec v0.7.6
3592026-07-19T04:11:36.613Z Downloaded newline-converter v0.3.0
3602026-07-19T04:11:36.617Z Downloaded macaddr v1.0.1
3612026-07-19T04:11:36.617Z Downloaded omicron-workspace-hack v0.1.0
3622026-07-19T04:11:36.617Z Downloaded num-derive v0.4.2
3632026-07-19T04:11:36.620Z Downloaded match_cfg v0.1.0
3642026-07-19T04:11:36.620Z Downloaded ingot v0.1.1
3652026-07-19T04:11:36.620Z Downloaded daft v0.1.5
3662026-07-19T04:11:36.622Z Downloaded anstyle-parse v1.0.0
3672026-07-19T04:11:36.625Z Downloaded camino v1.2.3
3682026-07-19T04:11:36.626Z Downloaded linear-map v1.2.0
3692026-07-19T04:11:36.628Z Downloaded newtype_derive v0.1.6
3702026-07-19T04:11:36.628Z Downloaded newtype-uuid-macros v0.1.0
3712026-07-19T04:11:36.632Z Downloaded mime v0.3.17
3722026-07-19T04:11:36.634Z Downloaded opaque-debug v0.3.1
3732026-07-19T04:11:36.634Z Downloaded olpc-cjson v0.1.4
3742026-07-19T04:11:36.634Z Downloaded openssl-probe v0.1.6
3752026-07-19T04:11:36.637Z Downloaded num-iter v0.1.45
3762026-07-19T04:11:36.640Z Downloaded futures v0.3.32
3772026-07-19T04:11:36.643Z Downloaded num-conv v0.2.1
3782026-07-19T04:11:36.643Z Downloaded num v0.4.3
3792026-07-19T04:11:36.645Z Downloaded blake2 v0.10.6
3802026-07-19T04:11:36.645Z Downloaded openssl-macros v0.1.1
3812026-07-19T04:11:36.649Z Downloaded num_threads v0.1.7
3822026-07-19T04:11:36.649Z Downloaded jobserver v0.1.34
3832026-07-19T04:11:36.652Z Downloaded displaydoc v0.2.5
3842026-07-19T04:11:36.654Z Downloaded ingot-types v0.1.2
3852026-07-19T04:11:36.654Z Downloaded ipnetwork v0.21.1
3862026-07-19T04:11:36.657Z Downloaded fs_extra v1.3.0
3872026-07-19T04:11:36.660Z Downloaded num_enum_derive v0.5.11
3882026-07-19T04:11:36.660Z Downloaded ipnet v2.11.0
3892026-07-19T04:11:36.662Z Downloaded hyper-rustls v0.27.7
3902026-07-19T04:11:36.665Z Downloaded crossbeam-epoch v0.9.18
3912026-07-19T04:11:36.668Z Downloaded httparse v1.10.1
3922026-07-19T04:11:36.668Z Downloaded percent-encoding v2.3.2
3932026-07-19T04:11:36.671Z Downloaded parse-display v0.10.0
3942026-07-19T04:11:36.671Z Downloaded clap_derive v4.6.1
3952026-07-19T04:11:36.674Z Downloaded async-trait v0.1.89
3962026-07-19T04:11:36.677Z Downloaded libloading v0.8.9
3972026-07-19T04:11:36.680Z Downloaded iana-time-zone v0.1.64
3982026-07-19T04:11:36.680Z Downloaded newtype-uuid v1.3.2
3992026-07-19T04:11:36.683Z Downloaded multer v3.1.0
4002026-07-19T04:11:36.687Z Downloaded libsw v3.5.0
4012026-07-19T04:11:36.687Z Downloaded lock_api v0.4.14
4022026-07-19T04:11:36.690Z Downloaded daft-derive v0.1.5
4032026-07-19T04:11:36.690Z Downloaded clang-sys v1.8.1
4042026-07-19T04:11:36.693Z Downloaded proc-macro-crate v1.3.1
4052026-07-19T04:11:36.698Z Downloaded chacha20 v0.9.1
4062026-07-19T04:11:36.698Z Downloaded dropshot_endpoint v0.16.7
4072026-07-19T04:11:36.701Z Downloaded phf_shared v0.12.1
4082026-07-19T04:11:36.701Z Downloaded ciborium v0.2.2
4092026-07-19T04:11:36.701Z Downloaded num_enum v0.7.5
4102026-07-19T04:11:36.704Z Downloaded libsw-core v0.3.2
4112026-07-19T04:11:36.707Z Downloaded const-oid v0.10.2
4122026-07-19T04:11:36.710Z Downloaded pretty-hex v0.4.1
4132026-07-19T04:11:36.710Z Downloaded cmake v0.1.54
4142026-07-19T04:11:36.713Z Downloaded allocator-api2 v0.2.21
4152026-07-19T04:11:36.715Z Downloaded progenitor-client v0.11.1
4162026-07-19T04:11:36.715Z Downloaded powerfmt v0.2.0
4172026-07-19T04:11:36.718Z Downloaded plain v0.2.3
4182026-07-19T04:11:36.718Z Downloaded potential_utf v0.1.3
4192026-07-19T04:11:36.721Z Downloaded owo-colors v4.3.0
4202026-07-19T04:11:36.721Z Downloaded num-rational v0.4.2
4212026-07-19T04:11:36.723Z Downloaded proc-macro-error-attr2 v2.0.0
4222026-07-19T04:11:36.724Z Downloaded num_enum_derive v0.7.5
4232026-07-19T04:11:36.726Z Downloaded clap v4.6.1
4242026-07-19T04:11:36.730Z Downloaded progenitor-client v0.10.0
4252026-07-19T04:11:36.733Z Downloaded drift v0.2.0
4262026-07-19T04:11:36.738Z Downloaded num_enum v0.5.11
4272026-07-19T04:11:36.741Z Downloaded memmap2 v0.9.8
4282026-07-19T04:11:36.744Z Downloaded quick-error v1.2.3
4292026-07-19T04:11:36.746Z Downloaded rand_chacha v0.3.1
4302026-07-19T04:11:36.746Z Downloaded progenitor-macro v0.11.1
4312026-07-19T04:11:36.749Z Downloaded progenitor-macro v0.14.0
4322026-07-19T04:11:36.749Z Downloaded progenitor-macro v0.10.0
4332026-07-19T04:11:36.752Z Downloaded password-hash v0.5.0
4342026-07-19T04:11:36.752Z Downloaded parse-display-derive v0.10.0
4352026-07-19T04:11:36.754Z Downloaded icu_normalizer v2.0.0
4362026-07-19T04:11:36.757Z Downloaded hybrid-array v0.4.12
4372026-07-19T04:11:36.757Z Downloaded dropshot_endpoint v0.17.1
4382026-07-19T04:11:36.760Z Downloaded pest_generator v2.8.2
4392026-07-19T04:11:36.763Z Downloaded http v1.4.2
4402026-07-19T04:11:36.766Z Downloaded ref-cast v1.0.25
4412026-07-19T04:11:36.770Z Downloaded ref-cast-impl v1.0.25
4422026-07-19T04:11:36.770Z Downloaded paste v1.0.15
4432026-07-19T04:11:36.774Z Downloaded oxide-tokio-rt v0.1.2
4442026-07-19T04:11:36.774Z Downloaded pin-project-internal v1.1.10
4452026-07-19T04:11:36.774Z Downloaded rand_xorshift v0.4.0
4462026-07-19T04:11:36.776Z Downloaded indexmap v1.9.3
4472026-07-19T04:11:36.776Z Downloaded pem v3.0.5
4482026-07-19T04:11:36.780Z Downloaded derive_more v0.99.20
4492026-07-19T04:11:36.784Z Downloaded getrandom v0.4.2
4502026-07-19T04:11:36.786Z Downloaded rustc-hash v2.1.1
4512026-07-19T04:11:36.786Z Downloaded progenitor v0.14.0
4522026-07-19T04:11:36.787Z Downloaded proc-macro-error2 v2.0.1
4532026-07-19T04:11:36.789Z Downloaded rustc_version v0.4.1
4542026-07-19T04:11:36.792Z Downloaded same-file v1.0.6
4552026-07-19T04:11:36.792Z Downloaded ppv-lite86 v0.2.21
4562026-07-19T04:11:36.795Z Downloaded base64 v0.22.1
4572026-07-19T04:11:36.799Z Downloaded pkg-config v0.3.32
4582026-07-19T04:11:36.799Z Downloaded icu_locale_core v2.0.0
4592026-07-19T04:11:36.804Z Downloaded native-tls v0.2.14
4602026-07-19T04:11:36.807Z Downloaded half v2.7.1
4612026-07-19T04:11:36.808Z Downloaded rustc_version v0.1.7
4622026-07-19T04:11:36.808Z Downloaded progenitor v0.11.1
4632026-07-19T04:11:36.810Z Downloaded crossbeam-channel v0.5.15
4642026-07-19T04:11:36.810Z Downloaded phf v0.12.1
4652026-07-19T04:11:36.813Z Downloaded parking_lot_core v0.9.12
4662026-07-19T04:11:36.815Z Downloaded log v0.4.29
4672026-07-19T04:11:36.815Z Downloaded heapless v0.8.0
4682026-07-19T04:11:36.818Z Downloaded rand_core v0.6.4
4692026-07-19T04:11:36.821Z Downloaded rand_chacha v0.9.0
4702026-07-19T04:11:36.821Z Downloaded chacha20poly1305 v0.10.1
4712026-07-19T04:11:36.823Z Downloaded proc-macro-error v1.0.4
4722026-07-19T04:11:36.826Z Downloaded pest_derive v2.8.2
4732026-07-19T04:11:36.829Z Downloaded pest_meta v2.8.2
4742026-07-19T04:11:36.829Z Downloaded once_cell v1.21.3
4752026-07-19T04:11:36.831Z Downloaded progenitor-client v0.14.0
4762026-07-19T04:11:36.837Z Downloaded resolv-conf v0.7.5
4772026-07-19T04:11:36.837Z Downloaded serde_plain v1.0.2
4782026-07-19T04:11:36.839Z Downloaded serde-big-array v0.5.1
4792026-07-19T04:11:36.839Z Downloaded semver v0.1.20
4802026-07-19T04:11:36.839Z Downloaded icu_provider v2.0.0
4812026-07-19T04:11:36.839Z Downloaded sha1 v0.11.0
4822026-07-19T04:11:36.843Z Downloaded bitflags v2.11.1
4832026-07-19T04:11:36.845Z Downloaded search_path v0.1.4
4842026-07-19T04:11:36.845Z Downloaded secrecy v0.10.3
4852026-07-19T04:11:36.850Z Downloaded scroll_derive v0.13.1
4862026-07-19T04:11:36.850Z Downloaded omicron-zone-package v0.12.2
4872026-07-19T04:11:36.854Z Downloaded num-traits v0.2.19
4882026-07-19T04:11:36.854Z Downloaded progenitor v0.10.0
4892026-07-19T04:11:36.854Z Downloaded scroll_derive v0.12.1
4902026-07-19T04:11:36.857Z Downloaded scopeguard v1.2.0
4912026-07-19T04:11:36.857Z Downloaded hashbrown v0.12.3
4922026-07-19T04:11:36.860Z Downloaded sigpipe v0.1.3
4932026-07-19T04:11:36.860Z Downloaded litemap v0.8.0
4942026-07-19T04:11:36.863Z Downloaded oxnet v0.1.6
4952026-07-19T04:11:36.863Z Downloaded quote v1.0.47
4962026-07-19T04:11:36.865Z Downloaded rand_core v0.9.3
4972026-07-19T04:11:36.865Z Downloaded serde_spanned v1.1.1
4982026-07-19T04:11:36.868Z Downloaded hickory-resolver v0.24.4
4992026-07-19T04:11:36.879Z Downloaded ingot-macros v0.1.1
5002026-07-19T04:11:36.879Z Downloaded getrandom v0.3.3
5012026-07-19T04:11:36.879Z Downloaded proc-macro-error-attr v1.0.4
5022026-07-19T04:11:36.879Z Downloaded siphasher v1.0.1
5032026-07-19T04:11:36.879Z Downloaded num-complex v0.4.6
5042026-07-19T04:11:36.879Z Downloaded num-integer v0.1.46
5052026-07-19T04:11:36.882Z Downloaded anyhow v1.0.102
5062026-07-19T04:11:36.882Z Downloaded serde_spanned v0.6.9
5072026-07-19T04:11:36.882Z Downloaded serde_repr v0.1.20
5082026-07-19T04:11:36.885Z Downloaded signal-hook-tokio v0.4.0
5092026-07-19T04:11:36.885Z Downloaded strsim v0.11.1
5102026-07-19T04:11:36.888Z Downloaded smawk v0.3.2
5112026-07-19T04:11:36.888Z Downloaded slog-bunyan v2.5.0
5122026-07-19T04:11:36.888Z Downloaded sha1 v0.10.6
5132026-07-19T04:11:36.891Z Downloaded curl v0.4.50
5142026-07-19T04:11:36.894Z Downloaded strum v0.28.0
5152026-07-19T04:11:36.894Z Downloaded stable_deref_trait v1.2.0
5162026-07-19T04:11:36.897Z Downloaded icu_collections v2.0.0
5172026-07-19T04:11:36.899Z Downloaded darling_core v0.21.3
5182026-07-19T04:11:36.902Z Downloaded postcard v1.1.3
5192026-07-19T04:11:36.908Z Downloaded poly1305 v0.8.0
5202026-07-19T04:11:36.908Z Downloaded rusty-fork v0.3.0
5212026-07-19T04:11:36.912Z Downloaded structmeta-derive v0.3.0
5222026-07-19T04:11:36.912Z Downloaded structmeta v0.3.0
5232026-07-19T04:11:36.912Z Downloaded serde_tokenstream v0.2.3
5242026-07-19T04:11:36.912Z Downloaded rustls-pemfile v2.2.0
5252026-07-19T04:11:36.912Z Downloaded pin-project-lite v0.2.16
5262026-07-19T04:11:36.915Z Downloaded icu_properties v2.0.1
5272026-07-19T04:11:36.917Z Downloaded icu_normalizer_data v2.0.0
5282026-07-19T04:11:36.920Z Downloaded serde_urlencoded v0.7.1
5292026-07-19T04:11:36.920Z Downloaded proc-macro2 v1.0.106
5302026-07-19T04:11:36.923Z Downloaded scroll v0.13.0
5312026-07-19T04:11:36.923Z Downloaded ryu v1.0.20
5322026-07-19T04:11:36.926Z Downloaded rustversion v1.0.22
5332026-07-19T04:11:36.928Z Downloaded signal-hook-registry v1.4.6
5342026-07-19T04:11:36.928Z Downloaded schemars_derive v0.8.22
5352026-07-19T04:11:36.931Z Downloaded swrite v0.1.0
5362026-07-19T04:11:36.931Z Downloaded supports-color v3.0.2
5372026-07-19T04:11:36.931Z Downloaded strum v0.27.2
5382026-07-19T04:11:36.936Z Downloaded strum v0.26.3
5392026-07-19T04:11:36.936Z Downloaded slab v0.4.11
5402026-07-19T04:11:36.939Z Downloaded scroll v0.12.0
5412026-07-19T04:11:36.939Z Downloaded subtle v2.6.1
5422026-07-19T04:11:36.939Z Downloaded parking_lot v0.12.5
5432026-07-19T04:11:36.939Z Downloaded darling v0.21.3
5442026-07-19T04:11:36.942Z Downloaded crypto-bigint v0.5.5
5452026-07-19T04:11:36.945Z Downloaded slog-async v2.8.0
5462026-07-19T04:11:36.949Z Downloaded quinn-udp v0.5.14
5472026-07-19T04:11:36.949Z Downloaded termtree v0.5.1
5482026-07-19T04:11:36.954Z Downloaded take_mut v0.2.2
5492026-07-19T04:11:36.954Z Downloaded tagptr v0.2.0
5502026-07-19T04:11:36.954Z Downloaded papergrid v0.11.0
5512026-07-19T04:11:36.958Z Downloaded terminal_size v0.4.3
5522026-07-19T04:11:36.958Z Downloaded tabled_derive v0.11.0
5532026-07-19T04:11:36.958Z Downloaded tabwriter v1.4.1
5542026-07-19T04:11:36.962Z Downloaded cc v1.2.64
5552026-07-19T04:11:36.962Z Downloaded tabled_derive v0.7.0
5562026-07-19T04:11:36.962Z Downloaded sync_wrapper v1.0.2
5572026-07-19T04:11:36.965Z Downloaded hyper-util v0.1.20
5582026-07-19T04:11:36.965Z Downloaded static_assertions v1.1.0
5592026-07-19T04:11:36.968Z Downloaded snafu-derive v0.8.9
5602026-07-19T04:11:36.968Z Downloaded smf v0.2.3
5612026-07-19T04:11:36.968Z Downloaded slog-json v2.6.1
5622026-07-19T04:11:36.971Z Downloaded serde_path_to_error v0.1.20
5632026-07-19T04:11:36.971Z Downloaded serde_derive_internals v0.29.1
5642026-07-19T04:11:36.974Z Downloaded shlex v1.3.0
5652026-07-19T04:11:36.974Z Downloaded slog-dtrace v0.3.0
5662026-07-19T04:11:36.976Z Downloaded thread-id v4.2.2
5672026-07-19T04:11:36.977Z Downloaded shlex v2.0.1
5682026-07-19T04:11:36.977Z Downloaded serde_with_macros v3.14.1
5692026-07-19T04:11:36.979Z Downloaded semver v1.0.28
5702026-07-19T04:11:36.979Z Downloaded papergrid v0.17.0
5712026-07-19T04:11:36.982Z Downloaded prettyplease v0.2.37
5722026-07-19T04:11:36.986Z Downloaded miniz_oxide v0.8.9
5732026-07-19T04:11:36.990Z Downloaded sha2 v0.10.9
5742026-07-19T04:11:36.990Z Downloaded signal-hook v0.4.4
5752026-07-19T04:11:36.993Z Downloaded tokio-macros v2.7.0
5762026-07-19T04:11:36.993Z Downloaded pin-project v1.1.10
5772026-07-19T04:11:36.997Z Downloaded toml_datetime v0.6.11
5782026-07-19T04:11:37.000Z Downloaded memchr v2.7.5
5792026-07-19T04:11:37.004Z Downloaded thread-id v5.0.0
5802026-07-19T04:11:37.004Z Downloaded testing_table v0.3.0
5812026-07-19T04:11:37.004Z Downloaded openssl-sys v0.9.117
5822026-07-19T04:11:37.007Z Downloaded expectorate v1.2.0
5832026-07-19T04:11:37.010Z Downloaded jiff-static v0.2.15
5842026-07-19T04:11:37.010Z Downloaded progenitor-impl v0.10.0
5852026-07-19T04:11:37.013Z Downloaded const_format v0.2.34
5862026-07-19T04:11:37.016Z Downloaded topological-sort v0.2.2
5872026-07-19T04:11:37.016Z Downloaded progenitor-impl v0.14.0
5882026-07-19T04:11:37.018Z Downloaded thiserror-impl-no-std v2.0.2
5892026-07-19T04:11:37.018Z Downloaded thiserror-impl v2.0.18
5902026-07-19T04:11:37.018Z Downloaded slog-term v2.9.2
5912026-07-19T04:11:37.021Z Downloaded hashbrown v0.17.1
5922026-07-19T04:11:37.024Z Downloaded tower-service v0.3.3
5932026-07-19T04:11:37.024Z Downloaded tower-layer v0.3.3
5942026-07-19T04:11:37.028Z Downloaded tinyvec_macros v0.1.1
5952026-07-19T04:11:37.028Z Downloaded time-core v0.1.8
5962026-07-19T04:11:37.028Z Downloaded thread_local v1.1.9
5972026-07-19T04:11:37.033Z Downloaded indexmap v2.14.0
5982026-07-19T04:11:37.033Z Downloaded strum_macros v0.28.0
5992026-07-19T04:11:37.033Z Downloaded strum_macros v0.27.2
6002026-07-19T04:11:37.035Z Downloaded rayon-core v1.13.0
6012026-07-19T04:11:37.035Z Downloaded try-lock v0.2.5
6022026-07-19T04:11:37.038Z Downloaded async-compression v0.4.33
6032026-07-19T04:11:37.041Z Downloaded tinystr v0.8.1
6042026-07-19T04:11:37.041Z Downloaded strum_macros v0.26.4
6052026-07-19T04:11:37.043Z Downloaded thiserror-no-std v2.0.2
6062026-07-19T04:11:37.047Z Downloaded toml_write v0.1.2
6072026-07-19T04:11:37.047Z Downloaded tokio-native-tls v0.3.1
6082026-07-19T04:11:37.050Z Downloaded bytes v1.12.0
6092026-07-19T04:11:37.050Z Downloaded colored v3.1.1
6102026-07-19T04:11:37.053Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6112026-07-19T04:11:37.053Z Downloaded unarray v0.1.4
6122026-07-19T04:11:37.053Z Downloaded cancel-safe-futures v0.1.5
6132026-07-19T04:11:37.056Z Downloaded usdt-attr-macro v0.5.0
6142026-07-19T04:11:37.056Z Downloaded untrusted v0.9.0
6152026-07-19T04:11:37.059Z Downloaded untrusted v0.7.1
6162026-07-19T04:11:37.059Z Downloaded unicode-linebreak v0.1.5
6172026-07-19T04:11:37.059Z Downloaded usdt-macro v0.6.0
6182026-07-19T04:11:37.059Z Downloaded similar v2.7.0
6192026-07-19T04:11:37.061Z Downloaded hashbrown v0.15.5
6202026-07-19T04:11:37.064Z Downloaded synstructure v0.13.2
6212026-07-19T04:11:37.067Z Downloaded slog v2.8.2
6222026-07-19T04:11:37.067Z Downloaded quinn v0.11.9
6232026-07-19T04:11:37.071Z Downloaded progenitor-impl v0.11.1
6242026-07-19T04:11:37.074Z Downloaded usdt v0.5.0
6252026-07-19T04:11:37.074Z Downloaded tokio-rustls v0.25.0
6262026-07-19T04:11:37.074Z Downloaded usdt-attr-macro v0.6.0
6272026-07-19T04:11:37.074Z Downloaded thiserror-impl v1.0.69
6282026-07-19T04:11:37.077Z Downloaded thiserror v1.0.69
6292026-07-19T04:11:37.080Z Downloaded usdt v0.6.0
6302026-07-19T04:11:37.080Z Downloaded term v1.2.0
6312026-07-19T04:11:37.082Z Downloaded waitgroup v0.1.2
6322026-07-19T04:11:37.082Z Downloaded rustls-pki-types v1.12.0
6332026-07-19T04:11:37.085Z Downloaded version_check v0.9.5
6342026-07-19T04:11:37.085Z Downloaded toml_writer v1.1.1+spec-1.1.0
6352026-07-19T04:11:37.085Z Downloaded internet-checksum v0.2.1
6362026-07-19T04:11:37.088Z Downloaded either v1.15.0
6372026-07-19T04:11:37.088Z Downloaded mio v1.2.1
6382026-07-19T04:11:37.091Z Downloaded inout v0.1.4
6392026-07-19T04:11:37.091Z Downloaded universal-hash v0.5.1
6402026-07-19T04:11:37.094Z Downloaded typify-macro v0.6.2
6412026-07-19T04:11:37.094Z Downloaded typify-macro v0.4.3
6422026-07-19T04:11:37.094Z Downloaded glob v0.3.3
6432026-07-19T04:11:37.094Z Downloaded want v0.3.1
6442026-07-19T04:11:37.097Z Downloaded libscf-sys v1.2.0
6452026-07-19T04:11:37.097Z Downloaded hubpack v0.1.2
6462026-07-19T04:11:37.097Z Downloaded bitflags v1.3.2
6472026-07-19T04:11:37.099Z Downloaded bcs v0.1.6
6482026-07-19T04:11:37.099Z Downloaded async-recursion v1.1.1
6492026-07-19T04:11:37.102Z Downloaded usdt-macro v0.5.0
6502026-07-19T04:11:37.102Z Downloaded cfg-if v1.0.4
6512026-07-19T04:11:37.102Z Downloaded colorchoice v1.0.4
6522026-07-19T04:11:37.105Z Downloaded ciborium-io v0.2.2
6532026-07-19T04:11:37.105Z Downloaded smallvec v1.15.1
6542026-07-19T04:11:37.105Z Downloaded foreign-types-shared v0.3.1
6552026-07-19T04:11:37.108Z Downloaded dropshot-api-manager v0.7.2
6562026-07-19T04:11:37.111Z Downloaded foldhash v0.2.0
6572026-07-19T04:11:37.111Z Downloaded bit-set v0.8.0
6582026-07-19T04:11:37.111Z Downloaded base16ct v0.2.0
6592026-07-19T04:11:37.114Z Downloaded spin v0.9.8
6602026-07-19T04:11:37.114Z Downloaded async-stream-impl v0.3.6
6612026-07-19T04:11:37.114Z Downloaded utf8parse v0.2.2
6622026-07-19T04:11:37.117Z Downloaded tokio-dtrace v0.1.1
6632026-07-19T04:11:37.117Z Downloaded ciborium-ll v0.2.2
6642026-07-19T04:11:37.117Z Downloaded utf8_iter v1.0.4
6652026-07-19T04:11:37.120Z Downloaded serde_core v1.0.228
6662026-07-19T04:11:37.120Z Downloaded autocfg v1.5.0
6672026-07-19T04:11:37.122Z Downloaded aead v0.5.2
6682026-07-19T04:11:37.122Z Downloaded yoke-derive v0.8.0
6692026-07-19T04:11:37.123Z Downloaded float-ord v0.3.2
6702026-07-19T04:11:37.123Z Downloaded fastrand v2.3.0
6712026-07-19T04:11:37.125Z Downloaded errno v0.3.14
6722026-07-19T04:11:37.125Z Downloaded embedded-io v0.6.1
6732026-07-19T04:11:37.125Z Downloaded compression-core v0.4.32
6742026-07-19T04:11:37.128Z Downloaded generic-array v0.14.7
6752026-07-19T04:11:37.128Z Downloaded crossbeam-utils v0.8.21
6762026-07-19T04:11:37.128Z Downloaded console v0.15.11
6772026-07-19T04:11:37.132Z Downloaded block-buffer v0.10.4
6782026-07-19T04:11:37.132Z Downloaded byteorder v1.5.0
6792026-07-19T04:11:37.134Z Downloaded qorb v0.4.1
6802026-07-19T04:11:37.134Z Downloaded wait-timeout v0.2.1
6812026-07-19T04:11:37.138Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6822026-07-19T04:11:37.138Z Downloaded hashbrown v0.16.1
6832026-07-19T04:11:37.141Z Downloaded zone_cfg_derive v0.3.1
6842026-07-19T04:11:37.141Z Downloaded zeroize_derive v1.4.3
6852026-07-19T04:11:37.141Z Downloaded tempfile v3.27.0
6862026-07-19T04:11:37.144Z Downloaded xattr v1.6.1
6872026-07-19T04:11:37.144Z Downloaded test-strategy v0.4.3
6882026-07-19T04:11:37.146Z Downloaded usdt-impl v0.5.0
6892026-07-19T04:11:37.146Z Downloaded serde_derive v1.0.228
6902026-07-19T04:11:37.150Z Downloaded zone v0.3.1
6912026-07-19T04:11:37.150Z Downloaded argon2 v0.5.3
6922026-07-19T04:11:37.154Z Downloaded vsss-rs v3.3.4
6932026-07-19T04:11:37.154Z Downloaded nom v7.1.3
6942026-07-19T04:11:37.156Z Downloaded serde_yaml v0.9.34+deprecated
6952026-07-19T04:11:37.156Z Downloaded anstream v1.0.0
6962026-07-19T04:11:37.160Z Downloaded scuffle v0.1.0
6972026-07-19T04:11:37.163Z Downloaded cookie v0.18.1
6982026-07-19T04:11:37.163Z Downloaded foreign-types v0.3.2
6992026-07-19T04:11:37.163Z Downloaded derive-where v1.6.0
7002026-07-19T04:11:37.166Z Downloaded zerofrom-derive v0.1.6
7012026-07-19T04:11:37.166Z Downloaded whoami v1.6.1
7022026-07-19T04:11:37.166Z Downloaded writeable v0.6.1
7032026-07-19T04:11:37.169Z Downloaded thiserror v2.0.18
7042026-07-19T04:11:37.172Z Downloaded minimal-lexical v0.2.1
7052026-07-19T04:11:37.175Z Downloaded itertools v0.12.1
7062026-07-19T04:11:37.177Z Downloaded cargo-platform v0.1.9
7072026-07-19T04:11:37.177Z Downloaded base64ct v1.8.0
7082026-07-19T04:11:37.180Z Downloaded toml v0.7.8
7092026-07-19T04:11:37.180Z Downloaded schemars v0.8.22
7102026-07-19T04:11:37.186Z Downloaded unicode-xid v0.2.6
7112026-07-19T04:11:37.190Z Downloaded toml v1.1.2+spec-1.1.0
7122026-07-19T04:11:37.190Z Downloaded tokio-stream v0.1.17
7132026-07-19T04:11:37.193Z Downloaded usdt-impl v0.6.0
7142026-07-19T04:11:37.193Z Downloaded zeroize v1.8.1
7152026-07-19T04:11:37.193Z Downloaded async-stream v0.3.6
7162026-07-19T04:11:37.196Z Downloaded fs-err v3.1.2
7172026-07-19T04:11:37.196Z Downloaded foldhash v0.1.5
7182026-07-19T04:11:37.199Z Downloaded data-encoding v2.9.0
7192026-07-19T04:11:37.199Z Downloaded dof v0.3.0
7202026-07-19T04:11:37.199Z Downloaded defmt-parser v1.0.0
7212026-07-19T04:11:37.203Z Downloaded snafu v0.8.9
7222026-07-19T04:11:37.206Z Downloaded zmij v1.0.17
7232026-07-19T04:11:37.209Z Downloaded time-macros v0.2.27
7242026-07-19T04:11:37.209Z Downloaded zerovec-derive v0.11.1
7252026-07-19T04:11:37.212Z Downloaded vergen v8.3.2
7262026-07-19T04:11:37.212Z Downloaded tracing-core v0.1.34
7272026-07-19T04:11:37.215Z Downloaded pest v2.8.2
7282026-07-19T04:11:37.217Z Downloaded typify v0.6.2
7292026-07-19T04:11:37.222Z Downloaded toml v0.8.23
7302026-07-19T04:11:37.224Z Downloaded tokio-rustls v0.26.4
7312026-07-19T04:11:37.227Z Downloaded walkdir v2.5.0
7322026-07-19T04:11:37.230Z Downloaded itertools v0.14.0
7332026-07-19T04:11:37.238Z Downloaded unicode-ident v1.0.24
7342026-07-19T04:11:37.241Z Downloaded zerocopy-derive v0.7.35
7352026-07-19T04:11:37.247Z Downloaded hyper v1.10.1
7362026-07-19T04:11:37.251Z Downloaded tracing-attributes v0.1.30
7372026-07-19T04:11:37.253Z Downloaded toml_parser v1.1.2+spec-1.1.0
7382026-07-19T04:11:37.257Z Downloaded zerofrom v0.1.6
7392026-07-19T04:11:37.266Z Downloaded schemars v0.9.0
7402026-07-19T04:11:37.271Z Downloaded textwrap v0.16.2
7412026-07-19T04:11:37.273Z Downloaded goblin v0.8.2
7422026-07-19T04:11:37.276Z Downloaded hkdf v0.12.4
7432026-07-19T04:11:37.279Z Downloaded futures-util v0.3.32
7442026-07-19T04:11:37.283Z Downloaded rand v0.8.5
7452026-07-19T04:11:37.286Z Downloaded rustls-webpki v0.103.6
7462026-07-19T04:11:37.292Z Downloaded socket2 v0.6.4
7472026-07-19T04:11:37.302Z Downloaded tracing v0.1.41
7482026-07-19T04:11:37.305Z Downloaded iddqd v0.4.5
7492026-07-19T04:11:37.315Z Downloaded serde v1.0.228
7502026-07-19T04:11:37.325Z Downloaded yoke v0.8.0
7512026-07-19T04:11:37.329Z Downloaded zerotrie v0.2.2
7522026-07-19T04:11:37.332Z Downloaded tar v0.4.45
7532026-07-19T04:11:37.339Z Downloaded ucd-trie v0.1.7
7542026-07-19T04:11:37.342Z Downloaded typify v0.4.3
7552026-07-19T04:11:37.345Z Downloaded iri-string v0.7.8
7562026-07-19T04:11:37.348Z Downloaded iddqd v0.3.18
7572026-07-19T04:11:37.353Z Downloaded schemars v1.2.0
7582026-07-19T04:11:37.359Z Downloaded uuid v1.23.3
7592026-07-19T04:11:37.362Z Downloaded url v2.5.7
7602026-07-19T04:11:37.365Z Downloaded tinyvec v1.10.0
7612026-07-19T04:11:37.365Z Downloaded steno v0.4.1
7622026-07-19T04:11:37.368Z Downloaded rand v0.9.3
7632026-07-19T04:11:37.371Z Downloaded toml v0.9.12+spec-1.1.0
7642026-07-19T04:11:37.371Z Downloaded h2 v0.4.14
7652026-07-19T04:11:37.374Z Downloaded reqwest v0.13.2
7662026-07-19T04:11:37.377Z Downloaded regex v1.12.4
7672026-07-19T04:11:37.384Z Downloaded typed-path v0.9.3
7682026-07-19T04:11:37.387Z Downloaded tokio-util v0.7.16
7692026-07-19T04:11:37.392Z Downloaded unicode-segmentation v1.12.0
7702026-07-19T04:11:37.399Z Downloaded git2 v0.19.0
7712026-07-19T04:11:37.403Z Downloaded unsafe-libyaml v0.2.11
7722026-07-19T04:11:37.408Z Downloaded portable-atomic v1.11.1
7732026-07-19T04:11:37.422Z Downloaded toml_edit v0.22.27
7742026-07-19T04:11:37.425Z Downloaded libm v0.2.15
7752026-07-19T04:11:37.429Z Downloaded aho-corasick v1.1.3
7762026-07-19T04:11:37.432Z Downloaded toml_edit v0.19.15
7772026-07-19T04:11:37.441Z Downloaded goblin v0.10.1
7782026-07-19T04:11:37.457Z Downloaded tough v0.20.0
7792026-07-19T04:11:37.461Z Downloaded idna v1.1.0
7802026-07-19T04:11:37.464Z Downloaded icu_properties_data v2.0.1
7812026-07-19T04:11:37.474Z Downloaded serde_with v3.14.1
7822026-07-19T04:11:37.482Z Downloaded zerovec v0.11.4
7832026-07-19T04:11:37.492Z Downloaded zerocopy-derive v0.8.27
7842026-07-19T04:11:37.496Z Downloaded winnow v0.5.40
7852026-07-19T04:11:37.500Z Downloaded clap_builder v4.6.0
7862026-07-19T04:11:37.522Z Downloaded zerocopy v0.7.35
7872026-07-19T04:11:37.536Z Downloaded tabled v0.15.0
7882026-07-19T04:11:37.544Z Downloaded tower v0.5.2
7892026-07-19T04:11:37.549Z Downloaded bindgen v0.72.1
7902026-07-19T04:11:37.554Z Downloaded typenum v1.20.1
7912026-07-19T04:11:37.557Z Downloaded tabled v0.20.0
7922026-07-19T04:11:37.568Z Downloaded syn v1.0.109
7932026-07-19T04:11:37.571Z Downloaded aws-lc-rs v1.16.2
7942026-07-19T04:11:37.577Z Downloaded serde_json v1.0.150
7952026-07-19T04:11:37.581Z Downloaded reqwest v0.12.23
7962026-07-19T04:11:37.586Z Downloaded rayon v1.11.0
7972026-07-19T04:11:37.593Z Downloaded unicode-normalization v0.1.24
7982026-07-19T04:11:37.597Z Downloaded blake3 v1.8.2
7992026-07-19T04:11:37.610Z Downloaded dropshot v0.16.7
8002026-07-19T04:11:37.622Z Downloaded tower-http v0.6.8
8012026-07-19T04:11:37.629Z Downloaded proptest v1.8.0
8022026-07-19T04:11:37.636Z Downloaded chrono v0.4.45
8032026-07-19T04:11:37.640Z Downloaded dropshot v0.17.1
8042026-07-19T04:11:37.652Z Downloaded unicode-width v0.1.14
8052026-07-19T04:11:37.655Z Downloaded zerocopy v0.8.27
8062026-07-19T04:11:37.667Z Downloaded vcpkg v0.2.15
8072026-07-19T04:11:37.689Z Downloaded rustls v0.23.40
8082026-07-19T04:11:37.695Z Downloaded rustls v0.22.4
8092026-07-19T04:11:37.702Z Downloaded moka v0.12.11
8102026-07-19T04:11:37.708Z Downloaded unicode-width v0.2.1
8112026-07-19T04:11:37.711Z Downloaded hickory-proto v0.25.2
8122026-07-19T04:11:37.722Z Downloaded winnow v1.0.3
8132026-07-19T04:11:37.725Z Downloaded winnow v0.7.14
8142026-07-19T04:11:37.731Z Downloaded webpki-roots v1.0.2
8152026-07-19T04:11:37.734Z Downloaded syn v2.0.118
8162026-07-19T04:11:37.740Z Downloaded quinn-proto v0.11.14
8172026-07-19T04:11:37.745Z Downloaded curve25519-dalek v4.1.3
8182026-07-19T04:11:37.749Z Downloaded hickory-proto v0.24.4
8192026-07-19T04:11:37.758Z Downloaded rustls-webpki v0.102.8
8202026-07-19T04:11:37.767Z Downloaded time v0.3.47
8212026-07-19T04:11:37.773Z Downloaded nix v0.30.1
8222026-07-19T04:11:37.797Z Downloaded regex-automata v0.4.13
8232026-07-19T04:11:37.806Z Downloaded openssl v0.10.81
8242026-07-19T04:11:37.812Z Downloaded jiff v0.2.15
8252026-07-19T04:11:37.821Z Downloaded bstr v1.12.0
8262026-07-19T04:11:37.826Z Downloaded petgraph v0.6.5
8272026-07-19T04:11:37.847Z Downloaded libc v0.2.186
8282026-07-19T04:11:37.866Z Downloaded smoltcp v0.11.0
8292026-07-19T04:11:37.872Z Downloaded regress v0.10.5
8302026-07-19T04:11:37.886Z Downloaded regex-syntax v0.8.11
8312026-07-19T04:11:37.886Z Downloaded libz-sys v1.1.22
8322026-07-19T04:11:37.893Z Downloaded regress v0.11.1
8332026-07-19T04:11:37.898Z Downloaded openapiv3 v2.2.0
8342026-07-19T04:11:37.913Z Downloaded rustix v0.38.44
8352026-07-19T04:11:37.945Z Downloaded rustix v1.1.4
8362026-07-19T04:11:37.964Z Downloaded encoding_rs v0.8.35
8372026-07-19T04:11:37.991Z Downloaded libgit2-sys v0.17.0+1.8.1
8382026-07-19T04:11:38.022Z Downloaded typify-impl v0.6.2
8392026-07-19T04:11:38.057Z Downloaded typify-impl v0.4.3
8402026-07-19T04:11:38.169Z Downloaded chrono-tz v0.10.4
8412026-07-19T04:11:38.179Z Downloaded petgraph v0.8.2
8422026-07-19T04:11:38.228Z Downloaded csv v1.4.0
8432026-07-19T04:11:38.253Z Downloaded sha3 v0.10.8
8442026-07-19T04:11:38.261Z Downloaded tokio v1.52.3
8452026-07-19T04:11:38.397Z Downloaded ring v0.17.14
8462026-07-19T04:11:38.439Z Downloaded curl-sys v0.4.89+curl-8.20.0
8472026-07-19T04:11:39.064Z Downloaded aws-lc-sys v0.39.1
8482026-07-19T04:11:39.384Z Compiling proc-macro2 v1.0.106
8492026-07-19T04:11:39.385Z Compiling quote v1.0.47
8502026-07-19T04:11:39.387Z Compiling unicode-ident v1.0.24
8512026-07-19T04:11:39.388Z Compiling serde_core v1.0.228
8522026-07-19T04:11:39.388Z Compiling serde v1.0.228
8532026-07-19T04:11:39.388Z Compiling libc v0.2.186
8542026-07-19T04:11:39.388Z Checking cfg-if v1.0.4
8552026-07-19T04:11:39.693Z Compiling zmij v1.0.17
8562026-07-19T04:11:39.722Z Compiling autocfg v1.5.0
8572026-07-19T04:11:40.002Z Compiling memchr v2.7.5
8582026-07-19T04:11:40.019Z Compiling libm v0.2.15
8592026-07-19T04:11:40.396Z Compiling getrandom v0.4.2
8602026-07-19T04:11:40.504Z Checking smallvec v1.15.1
8612026-07-19T04:11:40.521Z Compiling thiserror v2.0.18
8622026-07-19T04:11:40.586Z Compiling version_check v0.9.5
8632026-07-19T04:11:40.617Z Checking itoa v1.0.15
8642026-07-19T04:11:40.684Z Compiling jobserver v0.1.34
8652026-07-19T04:11:40.754Z Compiling find-msvc-tools v0.1.9
8662026-07-19T04:11:40.873Z Compiling shlex v2.0.1
8672026-07-19T04:11:40.906Z Compiling syn v2.0.118
8682026-07-19T04:11:40.968Z Compiling icu_normalizer_data v2.0.0
8692026-07-19T04:11:41.002Z Compiling icu_properties_data v2.0.1
8702026-07-19T04:11:41.042Z Compiling cc v1.2.64
8712026-07-19T04:11:41.091Z Compiling parking_lot_core v0.9.12
8722026-07-19T04:11:41.201Z Checking stable_deref_trait v1.2.0
8732026-07-19T04:11:41.252Z Compiling serde_json v1.0.150
8742026-07-19T04:11:41.286Z Compiling heck v0.5.0
8752026-07-19T04:11:41.492Z Checking writeable v0.6.1
8762026-07-19T04:11:41.528Z Checking litemap v0.8.0
8772026-07-19T04:11:41.645Z Compiling num-traits v0.2.19
8782026-07-19T04:11:41.691Z Checking percent-encoding v2.3.2
8792026-07-19T04:11:41.929Z Checking form_urlencoded v1.2.2
8802026-07-19T04:11:42.051Z Checking utf8_iter v1.0.4
8812026-07-19T04:11:42.067Z Compiling zerocopy v0.8.27
8822026-07-19T04:11:42.083Z Checking pin-project-lite v0.2.16
8832026-07-19T04:11:42.178Z Checking iana-time-zone v0.1.64
8842026-07-19T04:11:42.181Z Compiling log v0.4.29
8852026-07-19T04:11:42.213Z Compiling rustversion v1.0.22
8862026-07-19T04:11:42.292Z Compiling equivalent v1.0.2
8872026-07-19T04:11:42.329Z Compiling semver v1.0.28
8882026-07-19T04:11:42.372Z Checking socket2 v0.6.4
8892026-07-19T04:11:42.389Z Checking uuid v1.23.3
8902026-07-19T04:11:42.506Z Checking scopeguard v1.2.0
8912026-07-19T04:11:42.626Z Checking lock_api v0.4.14
8922026-07-19T04:11:42.682Z Checking signal-hook-registry v1.4.6
8932026-07-19T04:11:42.759Z Checking mio v1.2.1
8942026-07-19T04:11:42.824Z Checking getrandom v0.2.16
8952026-07-19T04:11:42.840Z Checking parking_lot v0.12.5
8962026-07-19T04:11:42.844Z Compiling schemars v0.8.22
8972026-07-19T04:11:42.844Z Checking dyn-clone v1.0.20
8982026-07-19T04:11:42.931Z Checking bitflags v2.11.1
8992026-07-19T04:11:43.062Z Compiling portable-atomic v1.11.1
9002026-07-19T04:11:43.113Z Checking futures-core v0.3.32
9012026-07-19T04:11:43.132Z Checking critical-section v1.2.0
9022026-07-19T04:11:43.160Z Compiling ring v0.17.14
9032026-07-19T04:11:43.233Z Compiling hashbrown v0.17.1
9042026-07-19T04:11:43.251Z Compiling httparse v1.10.1
9052026-07-19T04:11:43.368Z Compiling thiserror v1.0.69
9062026-07-19T04:11:43.686Z Compiling regex-syntax v0.8.11
9072026-07-19T04:11:43.719Z Compiling synstructure v0.13.2
9082026-07-19T04:11:43.739Z Compiling serde_derive_internals v0.29.1
9092026-07-19T04:11:44.014Z Compiling indexmap v2.14.0
9102026-07-19T04:11:44.043Z Checking once_cell v1.21.3
9112026-07-19T04:11:44.244Z Checking futures-sink v0.3.32
9122026-07-19T04:11:44.430Z Checking slab v0.4.11
9132026-07-19T04:11:44.514Z Compiling rustix v1.1.4
9142026-07-19T04:11:44.547Z Compiling aho-corasick v1.1.3
9152026-07-19T04:11:44.591Z Checking subtle v2.6.1
9162026-07-19T04:11:44.743Z Compiling ucd-trie v0.1.7
9172026-07-19T04:11:44.760Z Checking futures-channel v0.3.32
9182026-07-19T04:11:44.961Z Compiling anyhow v1.0.102
9192026-07-19T04:11:44.977Z Checking rand_core v0.6.4
9202026-07-19T04:11:44.992Z Compiling serde_derive v1.0.228
9212026-07-19T04:11:45.090Z Compiling zerofrom-derive v0.1.6
9222026-07-19T04:11:45.128Z Compiling yoke-derive v0.8.0
9232026-07-19T04:11:45.146Z Compiling zerovec-derive v0.11.1
9242026-07-19T04:11:45.277Z Compiling displaydoc v0.2.5
9252026-07-19T04:11:45.810Z Compiling thiserror-impl v2.0.18
9262026-07-19T04:11:45.983Z Compiling schemars_derive v0.8.22
9272026-07-19T04:11:46.014Z Compiling tokio-macros v2.7.0
9282026-07-19T04:11:46.154Z Compiling zerocopy-derive v0.8.27
9292026-07-19T04:11:46.221Z Compiling futures-macro v0.3.32
9302026-07-19T04:11:46.283Z Checking zerofrom v0.1.6
9312026-07-19T04:11:46.410Z Checking yoke v0.8.0
9322026-07-19T04:11:46.587Z Checking zerovec v0.11.4
9332026-07-19T04:11:46.739Z Checking zerotrie v0.2.2
9342026-07-19T04:11:47.001Z Compiling zeroize_derive v1.4.3
9352026-07-19T04:11:47.131Z Compiling thiserror-impl v1.0.69
9362026-07-19T04:11:47.148Z Compiling regex-automata v0.4.13
9372026-07-19T04:11:47.152Z Compiling pest v2.8.2
9382026-07-19T04:11:47.287Z Checking tinystr v0.8.1
9392026-07-19T04:11:47.343Z Checking potential_utf v0.1.3
9402026-07-19T04:11:47.470Z Checking icu_locale_core v2.0.0
9412026-07-19T04:11:47.487Z Checking icu_collections v2.0.0
9422026-07-19T04:11:47.776Z Checking zeroize v1.8.1
9432026-07-19T04:11:47.920Z Checking icu_provider v2.0.0
9442026-07-19T04:11:48.014Z Checking bytes v1.12.0
9452026-07-19T04:11:48.135Z Checking chrono v0.4.45
9462026-07-19T04:11:48.164Z Checking icu_normalizer v2.0.0
9472026-07-19T04:11:48.280Z Checking icu_properties v2.0.1
9482026-07-19T04:11:48.456Z Compiling serde_tokenstream v0.2.3
9492026-07-19T04:11:48.490Z Checking tokio v1.52.3
9502026-07-19T04:11:48.799Z Compiling pest_meta v2.8.2
9512026-07-19T04:11:48.997Z Compiling regex v1.12.4
9522026-07-19T04:11:49.140Z Checking idna_adapter v1.2.1
9532026-07-19T04:11:49.266Z Checking typenum v1.20.1
9542026-07-19T04:11:49.284Z Checking idna v1.1.0
9552026-07-19T04:11:49.333Z Checking futures-io v0.3.32
9562026-07-19T04:11:49.403Z Checking futures-task v0.3.32
9572026-07-19T04:11:49.456Z Compiling pest_generator v2.8.2
9582026-07-19T04:11:49.534Z Checking url v2.5.7
9592026-07-19T04:11:49.762Z Checking futures-util v0.3.32
9602026-07-19T04:11:49.899Z Compiling getrandom v0.3.3
9612026-07-19T04:11:50.055Z Compiling tracing-attributes v0.1.30
9622026-07-19T04:11:50.116Z Checking tracing-core v0.1.34
9632026-07-19T04:11:50.144Z Compiling pest_derive v2.8.2
9642026-07-19T04:11:50.269Z Compiling allocator-api2 v0.2.21
9652026-07-19T04:11:50.415Z Compiling foldhash v0.2.0
9662026-07-19T04:11:50.588Z Compiling pkg-config v0.3.32
9672026-07-19T04:11:50.617Z Compiling hashbrown v0.16.1
9682026-07-19T04:11:50.654Z Checking fnv v1.0.7
9692026-07-19T04:11:50.694Z Checking http v1.4.2
9702026-07-19T04:11:50.763Z Compiling generic-array v0.14.7
9712026-07-19T04:11:51.003Z Compiling vcpkg v0.2.15
9722026-07-19T04:11:51.202Z Compiling time-core v0.1.8
9732026-07-19T04:11:51.229Z Compiling num-conv v0.2.1
9742026-07-19T04:11:51.254Z Checking tracing v0.1.41
9752026-07-19T04:11:51.257Z Compiling byteorder v1.5.0
9762026-07-19T04:11:51.385Z Compiling time-macros v0.2.27
9772026-07-19T04:11:51.563Z Checking errno v0.3.14
9782026-07-19T04:11:51.652Z Checking base64 v0.22.1
9792026-07-19T04:11:51.685Z Checking ipnet v2.11.0
9802026-07-19T04:11:51.752Z Checking tokio-util v0.7.16
9812026-07-19T04:11:51.880Z Compiling scroll_derive v0.13.1
9822026-07-19T04:11:51.897Z Compiling camino v1.2.3
9832026-07-19T04:11:52.001Z Checking crypto-common v0.1.6
9842026-07-19T04:11:52.142Z Checking http-body v1.0.1
9852026-07-19T04:11:52.245Z Compiling crossbeam-utils v0.8.21
9862026-07-19T04:11:52.272Z Checking atomic-waker v1.1.2
9872026-07-19T04:11:52.289Z Checking ppv-lite86 v0.2.21
9882026-07-19T04:11:52.476Z Compiling slog v2.8.2
9892026-07-19T04:11:52.579Z Compiling paste v1.0.15
9902026-07-19T04:11:52.597Z Checking try-lock v0.2.5
9912026-07-19T04:11:52.601Z Checking tower-service v0.3.3
9922026-07-19T04:11:52.698Z Checking tower-layer v0.3.3
9932026-07-19T04:11:52.698Z Checking want v0.3.1
9942026-07-19T04:11:52.768Z Checking h2 v0.4.14
9952026-07-19T04:11:52.831Z Checking ipnetwork v0.21.1
9962026-07-19T04:11:52.884Z Checking erased-serde v0.3.31
9972026-07-19T04:11:52.916Z Checking rustls-pki-types v1.12.0
9982026-07-19T04:11:52.947Z Checking httpdate v1.0.3
9992026-07-19T04:11:52.964Z Checking pretty-hex v0.4.1
10002026-07-19T04:11:53.039Z Checking ryu v1.0.20
10012026-07-19T04:11:53.103Z Compiling async-trait v0.1.89
10022026-07-19T04:11:53.181Z Checking untrusted v0.9.0
10032026-07-19T04:11:53.196Z Compiling scroll v0.13.0
10042026-07-19T04:11:53.442Z Compiling usdt-impl v0.6.0
10052026-07-19T04:11:53.459Z Checking plain v0.2.3
10062026-07-19T04:11:53.567Z Checking http-body-util v0.1.3
10072026-07-19T04:11:53.586Z Compiling openssl-sys v0.9.117
10082026-07-19T04:11:53.642Z Compiling goblin v0.10.1
10092026-07-19T04:11:53.745Z Compiling cmake v0.1.54
10102026-07-19T04:11:53.801Z Compiling strsim v0.11.1
10112026-07-19T04:11:53.924Z Compiling slog-async v2.8.0
10122026-07-19T04:11:54.106Z Compiling dunce v1.0.5
10132026-07-19T04:11:54.140Z Compiling fs_extra v1.3.0
10142026-07-19T04:11:54.278Z Checking rand_core v0.9.3
10152026-07-19T04:11:54.312Z Checking serde_urlencoded v0.7.1
10162026-07-19T04:11:54.315Z Checking oxnet v0.1.6
10172026-07-19T04:11:54.409Z Checking block-buffer v0.10.4
10182026-07-19T04:11:54.411Z Compiling aws-lc-sys v0.39.1
10192026-07-19T04:11:54.473Z Compiling regress v0.10.5
10202026-07-19T04:11:54.531Z Compiling dtrace-parser v0.3.0
10212026-07-19T04:11:54.553Z Compiling openapiv3 v2.2.0
10222026-07-19T04:11:54.610Z Compiling thread-id v5.0.0
10232026-07-19T04:11:54.692Z Checking hyper v1.10.1
10242026-07-19T04:11:55.157Z Checking digest v0.10.7
10252026-07-19T04:11:55.353Z Compiling omicron-workspace-hack v0.1.0
10262026-07-19T04:11:55.394Z Compiling ident_case v1.0.1
10272026-07-19T04:11:55.522Z Compiling darling_core v0.21.3
10282026-07-19T04:11:55.587Z Checking rand_chacha v0.9.0
10292026-07-19T04:11:55.608Z Checking hyper-util v0.1.20
10302026-07-19T04:11:55.775Z Compiling daft-derive v0.1.5
10312026-07-19T04:11:56.011Z Compiling typify-impl v0.4.3
10322026-07-19T04:11:56.092Z Compiling aws-lc-rs v1.16.2
10332026-07-19T04:11:56.396Z Compiling dof v0.4.0
10342026-07-19T04:11:56.499Z Checking powerfmt v0.2.0
10352026-07-19T04:11:56.673Z Checking deranged v0.5.3
10362026-07-19T04:11:57.151Z Checking rand v0.9.3
10372026-07-19T04:11:57.344Z Checking num_threads v0.1.7
10382026-07-19T04:11:57.435Z Compiling unsafe-libyaml v0.2.11
10392026-07-19T04:11:57.453Z Compiling syn v1.0.109
10402026-07-19T04:11:57.529Z Compiling usdt-attr-macro v0.6.0
10412026-07-19T04:11:57.570Z Compiling darling_macro v0.21.3
10422026-07-19T04:11:57.600Z Compiling usdt-macro v0.6.0
10432026-07-19T04:11:57.804Z Checking time v0.3.47
10442026-07-19T04:11:58.085Z Compiling serde_yaml v0.9.34+deprecated
10452026-07-19T04:11:58.113Z Compiling darling v0.21.3
10462026-07-19T04:11:58.199Z Checking sync_wrapper v1.0.2
10472026-07-19T04:11:58.366Z Checking encoding_rs v0.8.35
10482026-07-19T04:11:58.391Z Checking cpufeatures v0.2.17
10492026-07-19T04:11:58.466Z Checking untrusted v0.7.1
10502026-07-19T04:11:58.606Z Checking mime v0.3.17
10512026-07-19T04:11:58.787Z Checking tower v0.5.2
10522026-07-19T04:11:59.159Z Checking crossbeam-channel v0.5.15
10532026-07-19T04:11:59.179Z Checking futures-executor v0.3.32
10542026-07-19T04:11:59.330Z Compiling structmeta-derive v0.3.0
10552026-07-19T04:11:59.360Z Compiling multer v3.1.0
10562026-07-19T04:11:59.376Z Compiling rustls v0.23.40
10572026-07-19T04:11:59.392Z Compiling rustls v0.22.4
10582026-07-19T04:11:59.409Z Compiling typify-macro v0.4.3
10592026-07-19T04:11:59.487Z Checking iri-string v0.7.8
10602026-07-19T04:11:59.596Z Checking futures v0.3.32
10612026-07-19T04:11:59.648Z Compiling async-stream-impl v0.3.6
10622026-07-19T04:11:59.675Z Checking thread_local v1.1.9
10632026-07-19T04:11:59.842Z Checking unicode-width v0.2.1
10642026-07-19T04:11:59.874Z Compiling openssl v0.10.81
10652026-07-19T04:12:00.095Z Checking hex v0.4.3
10662026-07-19T04:12:00.143Z Checking fastrand v2.3.0
10672026-07-19T04:12:00.257Z Checking foreign-types-shared v0.1.1
10682026-07-19T04:12:00.328Z Checking tempfile v3.27.0
10692026-07-19T04:12:00.343Z Checking foreign-types v0.3.2
10702026-07-19T04:12:00.359Z Compiling structmeta v0.3.0
10712026-07-19T04:12:00.408Z Compiling openssl-macros v0.1.1
10722026-07-19T04:12:00.486Z Checking tower-http v0.6.8
10732026-07-19T04:12:00.520Z Compiling strum_macros v0.26.4
10742026-07-19T04:12:00.557Z Checking is-terminal v0.4.16
10752026-07-19T04:12:00.614Z Checking memmap2 v0.9.8
10762026-07-19T04:12:00.650Z Checking term v1.2.0
10772026-07-19T04:12:00.757Z Checking take_mut v0.2.2
10782026-07-19T04:12:00.777Z Compiling native-tls v0.2.14
10792026-07-19T04:12:00.856Z Checking match_cfg v0.1.0
10802026-07-19T04:12:00.874Z Checking openssl-probe v0.1.6
10812026-07-19T04:12:00.907Z Compiling typify v0.4.3
10822026-07-19T04:12:00.977Z Checking hostname v0.3.1
10832026-07-19T04:12:01.000Z Checking slog-term v2.9.2
10842026-07-19T04:12:01.186Z Checking slog-json v2.6.1
10852026-07-19T04:12:01.256Z Compiling newtype-uuid-macros v0.1.0
10862026-07-19T04:12:01.340Z Compiling ref-cast v1.0.25
10872026-07-19T04:12:01.402Z Checking slog-bunyan v2.5.0
10882026-07-19T04:12:01.703Z Compiling ref-cast-impl v1.0.25
10892026-07-19T04:12:01.752Z Compiling dropshot v0.16.7
10902026-07-19T04:12:02.061Z Compiling derive-ex v0.1.8
10912026-07-19T04:12:02.077Z Checking webpki-roots v1.0.2
10922026-07-19T04:12:02.129Z Compiling dropshot_endpoint v0.16.7
10932026-07-19T04:12:02.200Z Compiling strum_macros v0.27.2
10942026-07-19T04:12:02.604Z Checking winnow v0.7.14
10952026-07-19T04:12:03.320Z Checking tokio-native-tls v0.3.1
10962026-07-19T04:12:03.499Z Checking hyper-tls v0.6.0
10972026-07-19T04:12:03.587Z Compiling test-strategy v0.4.3
10982026-07-19T04:12:03.696Z Compiling progenitor-impl v0.11.1
10992026-07-19T04:12:03.755Z Checking newtype-uuid v1.3.2
11002026-07-19T04:12:03.784Z Checking winnow v1.0.3
11012026-07-19T04:12:03.803Z Checking either v1.15.0
11022026-07-19T04:12:03.987Z Checking daft v0.1.5
11032026-07-19T04:12:04.015Z Compiling serde_with_macros v3.14.1
11042026-07-19T04:12:04.068Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-07-19T04:12:04.120Z Checking usdt v0.6.0
11062026-07-19T04:12:04.215Z Checking serde_spanned v1.1.1
11072026-07-19T04:12:04.350Z Checking debug-ignore v1.0.5
11082026-07-19T04:12:04.380Z Checking toml_writer v1.1.1+spec-1.1.0
11092026-07-19T04:12:04.453Z Checking spin v0.9.8
11102026-07-19T04:12:04.564Z Compiling parse-display-derive v0.10.0
11112026-07-19T04:12:04.597Z Checking async-stream v0.3.6
11122026-07-19T04:12:04.799Z Checking rustls-webpki v0.102.8
11132026-07-19T04:12:04.816Z Checking rustls-pemfile v2.2.0
11142026-07-19T04:12:04.950Z Checking waitgroup v0.1.2
11152026-07-19T04:12:04.969Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11162026-07-19T04:12:05.057Z Checking serde_path_to_error v0.1.20
11172026-07-19T04:12:05.114Z Checking hostname v0.4.2
11182026-07-19T04:12:05.325Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11192026-07-19T04:12:05.419Z Checking strum v0.26.3
11202026-07-19T04:12:05.535Z Checking rand_chacha v0.3.1
11212026-07-19T04:12:05.637Z Compiling toml_datetime v0.6.11
11222026-07-19T04:12:05.737Z Checking macaddr v1.0.1
11232026-07-19T04:12:05.784Z Compiling progenitor-macro v0.11.1
11242026-07-19T04:12:05.882Z Checking toml_datetime v0.7.5+spec-1.1.0
11252026-07-19T04:12:05.920Z Checking wait-timeout v0.2.1
11262026-07-19T04:12:06.049Z Checking quick-error v1.2.3
11272026-07-19T04:12:06.083Z Checking lazy_static v1.5.0
11282026-07-19T04:12:06.109Z Checking bit-vec v0.8.0
11292026-07-19T04:12:06.155Z Checking rusty-fork v0.3.0
11302026-07-19T04:12:06.178Z Checking toml v0.9.12+spec-1.1.0
11312026-07-19T04:12:06.303Z Checking bit-set v0.8.0
11322026-07-19T04:12:06.325Z Checking rand v0.8.5
11332026-07-19T04:12:06.406Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11342026-07-19T04:12:06.582Z Checking tokio-rustls v0.25.0
11352026-07-19T04:12:06.715Z Checking tabwriter v1.4.1
11362026-07-19T04:12:06.752Z Checking sha1 v0.10.6
11372026-07-19T04:12:06.780Z Checking rand_xorshift v0.4.0
11382026-07-19T04:12:06.858Z Compiling clap_derive v4.6.1
11392026-07-19T04:12:06.899Z Checking colored v3.1.1
11402026-07-19T04:12:06.916Z Checking utf8parse v0.2.2
11412026-07-19T04:12:07.020Z Checking unarray v0.1.4
11422026-07-19T04:12:07.037Z Checking anstyle-parse v1.0.0
11432026-07-19T04:12:07.097Z Checking strum v0.27.2
11442026-07-19T04:12:07.128Z Checking proptest v1.8.0
11452026-07-19T04:12:07.211Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11462026-07-19T04:12:07.295Z Checking terminal_size v0.4.3
11472026-07-19T04:12:07.677Z Checking is_terminal_polyfill v1.70.1
11482026-07-19T04:12:07.770Z Checking anstyle v1.0.14
11492026-07-19T04:12:07.786Z Checking colorchoice v1.0.4
11502026-07-19T04:12:07.790Z Checking anstyle-query v1.1.4
11512026-07-19T04:12:07.957Z Checking anstream v1.0.0
11522026-07-19T04:12:08.119Z Checking itertools v0.14.0
11532026-07-19T04:12:08.615Z Checking clap_lex v1.1.0
11542026-07-19T04:12:08.795Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11552026-07-19T04:12:08.959Z Checking clap_builder v4.6.0
11562026-07-19T04:12:09.419Z Checking serde_with v3.14.1
11572026-07-19T04:12:10.036Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11582026-07-19T04:12:10.213Z Checking clap v4.6.1
11592026-07-19T04:12:10.231Z Checking instant v0.1.13
11602026-07-19T04:12:10.319Z Checking rustc-hash v2.1.1
11612026-07-19T04:12:10.435Z Checking iddqd v0.3.18
11622026-07-19T04:12:10.465Z Checking backoff v0.4.0
11632026-07-19T04:12:10.637Z Checking parse-display v0.10.0
11642026-07-19T04:12:10.767Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11652026-07-19T04:12:10.786Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11662026-07-19T04:12:12.249Z Compiling num-derive v0.4.2
11672026-07-19T04:12:12.802Z Compiling rustls-webpki v0.103.6
11682026-07-19T04:12:13.249Z Compiling prettyplease v0.2.37
11692026-07-19T04:12:15.502Z Checking serde_spanned v0.6.9
11702026-07-19T04:12:15.557Z Compiling memoffset v0.9.1
11712026-07-19T04:12:15.793Z Compiling cfg_aliases v0.2.1
11722026-07-19T04:12:15.888Z Compiling nix v0.30.1
11732026-07-19T04:12:16.064Z Compiling tokio-rustls v0.26.4
11742026-07-19T04:12:16.771Z Compiling hyper-rustls v0.27.7
11752026-07-19T04:12:17.001Z Compiling reqwest v0.12.23
11762026-07-19T04:12:18.021Z Checking crossbeam-epoch v0.9.18
11772026-07-19T04:12:18.123Z Compiling progenitor-client v0.11.1
11782026-07-19T04:12:18.730Z Compiling winnow v0.5.40
11792026-07-19T04:12:19.768Z Compiling progenitor v0.11.1
11802026-07-19T04:12:20.048Z Compiling toml_edit v0.19.15
11812026-07-19T04:12:20.606Z Compiling num-integer v0.1.46
11822026-07-19T04:12:21.121Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11832026-07-19T04:12:21.149Z Compiling proc-macro-crate v1.3.1
11842026-07-19T04:12:21.490Z Compiling progenitor-client v0.10.0
11852026-07-19T04:12:22.134Z Compiling hubpack_derive v0.1.1
11862026-07-19T04:12:22.366Z Compiling rayon-core v1.13.0
11872026-07-19T04:12:22.620Z Checking toml_write v0.1.2
11882026-07-19T04:12:22.637Z Checking hubpack v0.1.2
11892026-07-19T04:12:22.698Z Checking num-iter v0.1.45
11902026-07-19T04:12:22.786Z Checking toml_edit v0.22.27
11912026-07-19T04:12:22.803Z Checking num-rational v0.4.2
11922026-07-19T04:12:23.135Z Compiling zerocopy-derive v0.7.35
11932026-07-19T04:12:23.215Z Compiling num-complex v0.4.6
11942026-07-19T04:12:23.584Z Checking static_assertions v1.1.0
11952026-07-19T04:12:23.616Z Compiling num v0.4.3
11962026-07-19T04:12:23.764Z Checking crossbeam-deque v0.8.6
11972026-07-19T04:12:23.924Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11982026-07-19T04:12:23.953Z Checking toml v0.8.23
11992026-07-19T04:12:23.998Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12002026-07-19T04:12:24.251Z Checking float-ord v0.3.2
12012026-07-19T04:12:24.400Z Compiling proc-macro-error-attr v1.0.4
12022026-07-19T04:12:24.417Z Compiling heapless v0.8.0
12032026-07-19T04:12:24.628Z Checking bytecount v0.6.9
12042026-07-19T04:12:24.712Z Checking libscf-sys v1.2.0
12052026-07-19T04:12:24.743Z Compiling ingot-macros v0.1.1
12062026-07-19T04:12:24.842Z Checking hash32 v0.3.1
12072026-07-19T04:12:24.892Z Compiling proc-macro-error v1.0.4
12082026-07-19T04:12:24.974Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12092026-07-19T04:12:25.123Z Compiling smoltcp v0.11.0
12102026-07-19T04:12:25.745Z Compiling zerocopy v0.7.35
12112026-07-19T04:12:25.820Z Compiling num_enum_derive v0.7.5
12122026-07-19T04:12:25.915Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12132026-07-19T04:12:26.061Z Checking cobs v0.3.0
12142026-07-19T04:12:26.212Z Compiling scroll_derive v0.12.1
12152026-07-19T04:12:26.250Z Compiling foreign-types-macros v0.2.3
12162026-07-19T04:12:26.289Z Compiling usdt-impl v0.5.0
12172026-07-19T04:12:26.480Z Checking foreign-types-shared v0.3.1
12182026-07-19T04:12:26.549Z Checking managed v0.8.0
12192026-07-19T04:12:26.577Z Compiling crucible-workspace-hack v0.1.0
12202026-07-19T04:12:26.745Z Checking bitflags v1.3.2
12212026-07-19T04:12:26.862Z Checking num_enum v0.7.5
12222026-07-19T04:12:26.878Z Checking foreign-types v0.5.0
12232026-07-19T04:12:26.910Z Checking scroll v0.12.0
12242026-07-19T04:12:26.927Z Compiling dof v0.3.0
12252026-07-19T04:12:26.955Z Checking postcard v1.1.3
12262026-07-19T04:12:27.234Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12272026-07-19T04:12:27.268Z Compiling dtrace-parser v0.2.0
12282026-07-19T04:12:27.285Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12292026-07-19T04:12:27.348Z Checking camino-tempfile v1.4.1
12302026-07-19T04:12:27.383Z Checking ingot-types v0.1.2
12312026-07-19T04:12:27.449Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12322026-07-19T04:12:27.509Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12332026-07-19T04:12:27.662Z Checking cstr-argument v0.1.2
12342026-07-19T04:12:27.723Z Checking ingot v0.1.1
12352026-07-19T04:12:27.748Z Compiling thread-id v4.2.2
12362026-07-19T04:12:27.770Z Compiling heck v0.4.1
12372026-07-19T04:12:27.786Z Compiling minimal-lexical v0.2.1
12382026-07-19T04:12:27.875Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12392026-07-19T04:12:27.968Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12402026-07-19T04:12:28.000Z Compiling nom v7.1.3
12412026-07-19T04:12:28.048Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12422026-07-19T04:12:28.079Z Checking goblin v0.8.2
12432026-07-19T04:12:28.168Z Checking rayon v1.11.0
12442026-07-19T04:12:28.365Z Compiling num_enum_derive v0.5.11
12452026-07-19T04:12:28.695Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-07-19T04:12:29.014Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-07-19T04:12:29.200Z Compiling rustc_version v0.4.1
12482026-07-19T04:12:29.332Z Compiling proc-macro-error-attr2 v2.0.0
12492026-07-19T04:12:29.481Z Compiling rustix v0.38.44
12502026-07-19T04:12:29.642Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12512026-07-19T04:12:29.672Z Checking tinyvec_macros v0.1.1
12522026-07-19T04:12:29.744Z Compiling convert_case v0.4.0
12532026-07-19T04:12:29.761Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12542026-07-19T04:12:29.937Z Checking tinyvec v1.10.0
12552026-07-19T04:12:30.004Z Compiling proc-macro-error2 v2.0.1
12562026-07-19T04:12:30.057Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-07-19T04:12:30.095Z Compiling derive_more v0.99.20
12582026-07-19T04:12:30.258Z Checking num_enum v0.5.11
12592026-07-19T04:12:30.276Z Compiling libz-sys v1.1.22
12602026-07-19T04:12:30.368Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12612026-07-19T04:12:30.471Z Compiling crc32fast v1.5.0
12622026-07-19T04:12:30.731Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12632026-07-19T04:12:30.764Z Compiling tabled_derive v0.11.0
12642026-07-19T04:12:30.807Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-07-19T04:12:31.231Z Compiling usdt-macro v0.5.0
12662026-07-19T04:12:31.509Z Compiling usdt-attr-macro v0.5.0
12672026-07-19T04:12:31.528Z Compiling zone_cfg_derive v0.3.1
12682026-07-19T04:12:31.679Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12692026-07-19T04:12:31.844Z Checking papergrid v0.17.0
12702026-07-19T04:12:31.907Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12712026-07-19T04:12:32.196Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12722026-07-19T04:12:32.240Z Checking itertools v0.12.1
12732026-07-19T04:12:32.324Z Checking testing_table v0.3.0
12742026-07-19T04:12:32.342Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12752026-07-19T04:12:32.368Z Checking memmap v0.7.0
12762026-07-19T04:12:32.420Z Checking sigpipe v0.1.3
12772026-07-19T04:12:32.502Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12782026-07-19T04:12:32.505Z Checking glob v0.3.3
12792026-07-19T04:12:32.568Z Checking jiff v0.2.15
12802026-07-19T04:12:32.604Z Checking adler2 v2.0.1
12812026-07-19T04:12:32.668Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12822026-07-19T04:12:32.701Z Checking tabled v0.20.0
12832026-07-19T04:12:32.718Z Checking miniz_oxide v0.8.9
12842026-07-19T04:12:32.807Z Checking usdt v0.5.0
12852026-07-19T04:12:32.837Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-07-19T04:12:32.972Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12872026-07-19T04:12:33.058Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12882026-07-19T04:12:33.214Z Checking zone v0.3.1
12892026-07-19T04:12:33.273Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12902026-07-19T04:12:33.401Z Checking smf v0.2.3
12912026-07-19T04:12:33.537Z Checking secrecy v0.10.3
12922026-07-19T04:12:33.563Z Checking bstr v1.12.0
12932026-07-19T04:12:33.581Z Checking whoami v1.6.1
12942026-07-19T04:12:33.678Z Checking flate2 v1.1.2
12952026-07-19T04:12:33.750Z Compiling curve25519-dalek v4.1.3
12962026-07-19T04:12:33.903Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12972026-07-19T04:12:33.965Z Checking hmac v0.12.1
12982026-07-19T04:12:34.003Z Compiling clang-sys v1.8.1
12992026-07-19T04:12:34.033Z Checking inout v0.1.4
13002026-07-19T04:12:34.102Z Checking hybrid-array v0.4.12
13012026-07-19T04:12:34.172Z Checking ff v0.13.1
13022026-07-19T04:12:34.303Z Compiling enum-as-inner v0.6.1
13032026-07-19T04:12:34.378Z Compiling semver v0.1.20
13042026-07-19T04:12:34.565Z Checking data-encoding v2.9.0
13052026-07-19T04:12:34.642Z Compiling rustc_version v0.1.7
13062026-07-19T04:12:34.759Z Checking group v0.13.0
13072026-07-19T04:12:34.840Z Checking cipher v0.4.4
13082026-07-19T04:12:34.858Z Checking hkdf v0.12.4
13092026-07-19T04:12:34.875Z Checking atomicwrites v0.4.4
13102026-07-19T04:12:34.973Z Compiling thiserror-impl-no-std v2.0.2
13112026-07-19T04:12:34.993Z Checking universal-hash v0.5.1
13122026-07-19T04:12:35.011Z Checking crypto-bigint v0.5.5
13132026-07-19T04:12:35.039Z Compiling regress v0.11.1
13142026-07-19T04:12:35.065Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13152026-07-19T04:12:35.120Z Checking half v2.7.1
13162026-07-19T04:12:35.226Z Compiling curve25519-dalek-derive v0.1.1
13172026-07-19T04:12:35.298Z Checking opaque-debug v0.3.1
13182026-07-19T04:12:35.372Z Checking base64ct v1.8.0
13192026-07-19T04:12:35.389Z Checking base16ct v0.2.0
13202026-07-19T04:12:35.518Z Checking indent_write v2.2.0
13212026-07-19T04:12:35.615Z Checking ciborium-io v0.2.2
13222026-07-19T04:12:35.654Z Checking password-hash v0.5.0
13232026-07-19T04:12:35.712Z Checking ciborium-ll v0.2.2
13242026-07-19T04:12:35.892Z Checking poly1305 v0.8.0
13252026-07-19T04:12:35.909Z Checking chacha20 v0.9.1
13262026-07-19T04:12:36.026Z Checking elliptic-curve v0.13.8
13272026-07-19T04:12:36.050Z Checking thiserror-no-std v2.0.2
13282026-07-19T04:12:36.105Z Compiling newtype_derive v0.1.6
13292026-07-19T04:12:36.127Z Checking block-buffer v0.12.0
13302026-07-19T04:12:36.144Z Checking crypto-common v0.2.2
13312026-07-19T04:12:36.273Z Checking similar v2.7.0
13322026-07-19T04:12:36.291Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-07-19T04:12:36.334Z Checking blake2 v0.10.6
13342026-07-19T04:12:36.539Z Checking aead v0.5.2
13352026-07-19T04:12:36.558Z Compiling typify-impl v0.6.2
13362026-07-19T04:12:36.561Z Compiling libloading v0.8.9
13372026-07-19T04:12:36.607Z Checking const-oid v0.10.2
13382026-07-19T04:12:36.611Z Checking compression-core v0.4.32
13392026-07-19T04:12:36.674Z Compiling owo-colors v4.3.0
13402026-07-19T04:12:36.754Z Checking resolv-conf v0.7.5
13412026-07-19T04:12:36.771Z Compiling bindgen v0.72.1
13422026-07-19T04:12:36.774Z Checking linked-hash-map v0.5.6
13432026-07-19T04:12:36.774Z Checking keccak v0.1.6
13442026-07-19T04:12:36.938Z Checking digest v0.11.3
13452026-07-19T04:12:36.956Z Checking lru-cache v0.1.2
13462026-07-19T04:12:36.959Z Checking sha3 v0.10.8
13472026-07-19T04:12:37.071Z Checking compression-codecs v0.4.32
13482026-07-19T04:12:37.104Z Checking chacha20poly1305 v0.10.1
13492026-07-19T04:12:37.107Z Checking vsss-rs v3.3.4
13502026-07-19T04:12:37.169Z Checking argon2 v0.5.3
13512026-07-19T04:12:37.251Z Checking ciborium v0.2.2
13522026-07-19T04:12:37.287Z Checking hickory-proto v0.24.4
13532026-07-19T04:12:37.485Z Checking tokio-dtrace v0.1.1
13542026-07-19T04:12:37.667Z Compiling cexpr v0.6.0
13552026-07-19T04:12:37.672Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13562026-07-19T04:12:37.964Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13572026-07-19T04:12:38.193Z Checking serde-big-array v0.5.1
13582026-07-19T04:12:38.211Z Compiling derive-where v1.6.0
13592026-07-19T04:12:38.281Z Compiling serde_repr v0.1.20
13602026-07-19T04:12:38.335Z Checking toml_datetime v1.1.1+spec-1.1.0
13612026-07-19T04:12:38.593Z Compiling dropshot v0.17.1
13622026-07-19T04:12:38.620Z Checking same-file v1.0.6
13632026-07-19T04:12:38.749Z Compiling shlex v1.3.0
13642026-07-19T04:12:38.834Z Checking unicode-segmentation v1.12.0
13652026-07-19T04:12:38.879Z Checking siphasher v1.0.1
13662026-07-19T04:12:38.896Z Checking cpufeatures v0.3.0
13672026-07-19T04:12:38.952Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-07-19T04:12:38.976Z Checking sha1 v0.11.0
13692026-07-19T04:12:39.052Z Checking phf_shared v0.12.1
13702026-07-19T04:12:39.162Z Checking newline-converter v0.3.0
13712026-07-19T04:12:39.198Z Checking hickory-resolver v0.24.4
13722026-07-19T04:12:39.338Z Checking walkdir v2.5.0
13732026-07-19T04:12:39.508Z Checking toml v1.1.2+spec-1.1.0
13742026-07-19T04:12:39.527Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13752026-07-19T04:12:39.915Z Checking oxide-tokio-rt v0.1.2
13762026-07-19T04:12:40.060Z Compiling typify-macro v0.6.2
13772026-07-19T04:12:40.078Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13782026-07-19T04:12:40.114Z Checking async-compression v0.4.33
13792026-07-19T04:12:40.277Z Compiling progenitor-impl v0.10.0
13802026-07-19T04:12:40.359Z Checking console v0.15.11
13812026-07-19T04:12:40.641Z Checking tokio-stream v0.1.17
13822026-07-19T04:12:40.763Z Compiling dropshot_endpoint v0.17.1
13832026-07-19T04:12:40.781Z Compiling pin-project-internal v1.1.10
13842026-07-19T04:12:41.022Z Compiling slog-dtrace v0.3.0
13852026-07-19T04:12:41.202Z Checking csv-core v0.1.12
13862026-07-19T04:12:41.267Z Compiling chrono-tz v0.10.4
13872026-07-19T04:12:41.390Z Checking foldhash v0.1.5
13882026-07-19T04:12:41.492Z Checking smawk v0.3.2
13892026-07-19T04:12:41.533Z Checking swrite v0.1.0
13902026-07-19T04:12:41.606Z Compiling unicode-xid v0.2.6
13912026-07-19T04:12:41.626Z Checking unicode-width v0.1.14
13922026-07-19T04:12:41.631Z Checking unicode-linebreak v0.1.5
13932026-07-19T04:12:41.735Z Compiling cancel-safe-futures v0.1.5
13942026-07-19T04:12:41.859Z Checking pin-project v1.1.10
13952026-07-19T04:12:41.862Z Checking textwrap v0.16.2
13962026-07-19T04:12:41.894Z Compiling const_format_proc_macros v0.2.34
13972026-07-19T04:12:41.978Z Checking hashbrown v0.15.5
13982026-07-19T04:12:42.055Z Checking csv v1.4.0
13992026-07-19T04:12:42.134Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-07-19T04:12:42.323Z Compiling progenitor-macro v0.10.0
14012026-07-19T04:12:42.419Z Checking qorb v0.4.1
14022026-07-19T04:12:42.452Z Checking expectorate v1.2.0
14032026-07-19T04:12:42.586Z Checking phf v0.12.1
14042026-07-19T04:12:42.681Z Checking unicode-normalization v0.1.24
14052026-07-19T04:12:42.736Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-07-19T04:12:43.388Z Checking libsw-core v0.3.2
14072026-07-19T04:12:43.577Z Compiling libgit2-sys v0.17.0+1.8.1
14082026-07-19T04:12:43.619Z Compiling async-recursion v1.1.1
14092026-07-19T04:12:43.800Z Compiling snafu-derive v0.8.9
14102026-07-19T04:12:44.025Z Compiling cookie v0.18.1
14112026-07-19T04:12:44.171Z Checking fixedbitset v0.5.7
14122026-07-19T04:12:44.310Z Checking fixedbitset v0.4.2
14132026-07-19T04:12:44.328Z Checking highway v1.3.0
14142026-07-19T04:12:44.379Z Compiling moka v0.12.11
14152026-07-19T04:12:44.472Z Checking petgraph v0.6.5
14162026-07-19T04:12:44.563Z Checking petgraph v0.8.2
14172026-07-19T04:12:45.534Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-07-19T04:12:45.551Z Checking snafu v0.8.9
14192026-07-19T04:12:45.698Z Checking libsw v3.5.0
14202026-07-19T04:12:45.740Z Checking olpc-cjson v0.1.4
14212026-07-19T04:12:45.851Z Checking const_format v0.2.34
14222026-07-19T04:12:45.882Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-07-19T04:12:46.080Z Checking papergrid v0.11.0
14242026-07-19T04:12:46.114Z Compiling typify v0.6.2
14252026-07-19T04:12:46.180Z Checking globset v0.4.16
14262026-07-19T04:12:46.213Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14272026-07-19T04:12:46.270Z Checking gethostname v0.5.0
14282026-07-19T04:12:46.425Z Compiling tabled_derive v0.7.0
14292026-07-19T04:12:46.467Z Checking progenitor v0.10.0
14302026-07-19T04:12:46.484Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-07-19T04:12:46.604Z Checking reqwest v0.13.2
14322026-07-19T04:12:46.673Z Checking bcs v0.1.6
14332026-07-19T04:12:46.697Z Checking pem v3.0.5
14342026-07-19T04:12:46.816Z Checking serde_plain v1.0.2
14352026-07-19T04:12:46.858Z Compiling signal-hook v0.4.4
14362026-07-19T04:12:46.904Z Checking linear-map v1.2.0
14372026-07-19T04:12:46.965Z Checking humantime v2.3.0
14382026-07-19T04:12:47.078Z Checking termtree v0.5.1
14392026-07-19T04:12:47.081Z Checking typed-path v0.9.3
14402026-07-19T04:12:47.143Z Checking tagptr v0.2.0
14412026-07-19T04:12:47.160Z Checking crc8 v0.1.1
14422026-07-19T04:12:47.258Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-07-19T04:12:47.276Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-07-19T04:12:47.357Z Checking tabled v0.15.0
14452026-07-19T04:12:47.825Z Checking tough v0.20.0
14462026-07-19T04:12:47.899Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-07-19T04:12:48.068Z Compiling progenitor-impl v0.14.0
14482026-07-19T04:12:48.509Z Checking steno v0.4.1
14492026-07-19T04:12:48.842Z Checking hickory-proto v0.25.2
14502026-07-19T04:12:49.418Z Compiling curl-sys v0.4.89+curl-8.20.0
14512026-07-19T04:12:49.514Z Compiling cargo-platform v0.1.9
14522026-07-19T04:12:49.764Z Compiling vergen v8.3.2
14532026-07-19T04:12:49.784Z Compiling fs-err v3.1.2
14542026-07-19T04:12:49.848Z Compiling cargo_metadata v0.18.1
14552026-07-19T04:12:50.153Z Checking progenitor-client v0.14.0
14562026-07-19T04:12:50.203Z Compiling progenitor-macro v0.14.0
14572026-07-19T04:12:50.335Z Checking dropshot-api-manager-types v0.7.2
14582026-07-19T04:12:50.371Z Checking sha2 v0.10.9
14592026-07-19T04:12:50.428Z Checking hickory-resolver v0.25.2
14602026-07-19T04:12:50.507Z Compiling blake3 v1.8.2
14612026-07-19T04:12:50.899Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-07-19T04:12:50.927Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-07-19T04:12:51.445Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14642026-07-19T04:12:51.860Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-07-19T04:12:52.004Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-07-19T04:12:52.022Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14672026-07-19T04:12:52.237Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14682026-07-19T04:12:52.396Z Checking git-stub v1.0.0
14692026-07-19T04:12:52.554Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-07-19T04:12:52.584Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-07-19T04:12:52.918Z Compiling strum_macros v0.28.0
14722026-07-19T04:12:53.017Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-07-19T04:12:53.059Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-07-19T04:12:53.262Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-07-19T04:12:53.304Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14762026-07-19T04:12:53.546Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14772026-07-19T04:12:53.771Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14782026-07-19T04:12:53.862Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-07-19T04:12:54.117Z Checking filetime v0.2.26
14802026-07-19T04:12:54.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14812026-07-19T04:12:54.427Z Checking progenitor v0.14.0
14822026-07-19T04:12:54.452Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14832026-07-19T04:12:54.496Z Checking arrayvec v0.7.6
14842026-07-19T04:12:54.520Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-07-19T04:12:54.555Z Compiling curl v0.4.50
14862026-07-19T04:12:54.679Z Checking arrayref v0.3.9
14872026-07-19T04:12:54.756Z Checking xattr v1.6.1
14882026-07-19T04:12:54.803Z Checking constant_time_eq v0.3.1
14892026-07-19T04:12:54.833Z Checking is_ci v1.2.0
14902026-07-19T04:12:54.889Z Checking tar v0.4.45
14912026-07-19T04:12:54.938Z Checking supports-color v3.0.2
14922026-07-19T04:12:55.070Z Checking strum v0.28.0
14932026-07-19T04:12:55.192Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14942026-07-19T04:12:55.290Z Checking toml v0.7.8
14952026-07-19T04:12:55.308Z Checking git-stub-vcs v0.1.0
14962026-07-19T04:12:55.635Z Checking drift v0.2.0
14972026-07-19T04:12:55.782Z Checking kstat-rs v0.2.4
14982026-07-19T04:12:55.950Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14992026-07-19T04:12:55.971Z Checking topological-sort v0.2.2
15002026-07-19T04:12:56.109Z Checking omicron-zone-package v0.12.2
15012026-07-19T04:12:56.356Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-07-19T04:12:56.592Z Checking dropshot-api-manager v0.7.2
15032026-07-19T04:12:57.528Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15042026-07-19T04:12:57.583Z Checking signal-hook-tokio v0.4.0
15052026-07-19T04:12:57.711Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15062026-07-19T04:12:57.920Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15072026-07-19T04:12:58.227Z Checking scuffle v0.1.0
15082026-07-19T04:12:58.656Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15092026-07-19T04:12:58.791Z Checking iddqd v0.4.5
15102026-07-19T04:12:58.832Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-07-19T04:12:58.893Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15122026-07-19T04:12:58.919Z Checking search_path v0.1.4
15132026-07-19T04:12:59.063Z Checking internet-checksum v0.2.1
15142026-07-19T04:12:59.094Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15152026-07-19T04:12:59.186Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15162026-07-19T04:12:59.452Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15172026-07-19T04:12:59.742Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-07-19T04:13:00.099Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15192026-07-19T04:13:00.237Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-07-19T04:13:00.613Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-07-19T04:13:01.812Z Compiling git2 v0.19.0
15222026-07-19T04:13:03.270Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-07-19T04:13:04.094Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15242026-07-19T04:13:11.542Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-07-19T04:13:12.810Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-07-19T04:13:17.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15272026-07-19T04:13:18.051Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-07-19T04:13:18.051Z+ cargo clippy --features tofino_asic -- --deny warnings
15292026-07-19T04:13:18.550Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15302026-07-19T04:13:18.553Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15312026-07-19T04:13:18.637Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-07-19T04:13:18.645Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-07-19T04:13:25.749Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15342026-07-19T04:13:25.749Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15352026-07-19T04:13:28.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s
15362026-07-19T04:13:28.412Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-07-19T04:13:28.412Z+ cargo clippy --features softnpu -- --deny warnings
15382026-07-19T04:13:28.716Z Downloading crates ...
15392026-07-19T04:13:28.848Z Downloaded tap v1.0.1
15402026-07-19T04:13:28.851Z Downloaded radium v0.7.0
15412026-07-19T04:13:28.851Z Downloaded typeid v1.0.3
15422026-07-19T04:13:28.856Z Downloaded wyz v0.5.1
15432026-07-19T04:13:28.861Z Downloaded funty v2.0.0
15442026-07-19T04:13:28.864Z Downloaded libloading v0.7.4
15452026-07-19T04:13:28.864Z Downloaded serde_arrays v0.1.0
15462026-07-19T04:13:28.864Z Downloaded bitstruct_derive v0.1.0
15472026-07-19T04:13:28.867Z Downloaded bitstruct v0.1.1
15482026-07-19T04:13:28.869Z Downloaded erased-serde v0.4.8
15492026-07-19T04:13:28.872Z Downloaded ascii v1.1.0
15502026-07-19T04:13:28.881Z Downloaded bitvec v1.0.1
15512026-07-19T04:13:28.889Z Downloaded num-bigint v0.4.6
15522026-07-19T04:13:29.013Z Checking num-integer v0.1.46
15532026-07-19T04:13:29.095Z Checking num-complex v0.4.6
15542026-07-19T04:13:29.106Z Compiling radium v0.7.0
15552026-07-19T04:13:29.114Z Checking tap v1.0.1
15562026-07-19T04:13:29.120Z Checking funty v2.0.0
15572026-07-19T04:13:29.128Z Compiling typeid v1.0.3
15582026-07-19T04:13:29.131Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15592026-07-19T04:13:29.142Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-07-19T04:13:29.198Z Checking wyz v0.5.1
15612026-07-19T04:13:29.292Z Checking num-bigint v0.4.6
15622026-07-19T04:13:29.295Z Checking num-iter v0.1.45
15632026-07-19T04:13:29.349Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-07-19T04:13:29.363Z Compiling erased-serde v0.4.8
15652026-07-19T04:13:29.416Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-07-19T04:13:29.419Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-07-19T04:13:29.445Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-07-19T04:13:29.495Z Compiling bitstruct_derive v0.1.0
15692026-07-19T04:13:29.538Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-07-19T04:13:29.548Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-07-19T04:13:29.551Z Checking bitvec v1.0.1
15722026-07-19T04:13:29.551Z Checking ascii v1.1.0
15732026-07-19T04:13:29.551Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15742026-07-19T04:13:29.628Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-07-19T04:13:29.724Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-07-19T04:13:29.734Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15772026-07-19T04:13:29.742Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15782026-07-19T04:13:29.751Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-07-19T04:13:30.007Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-07-19T04:13:30.043Z Checking serde_arrays v0.1.0
15812026-07-19T04:13:30.107Z Checking num-rational v0.4.2
15822026-07-19T04:13:30.127Z Checking bitstruct v0.1.1
15832026-07-19T04:13:30.140Z Checking libloading v0.7.4
15842026-07-19T04:13:30.160Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15852026-07-19T04:13:30.372Z Checking num v0.4.3
15862026-07-19T04:13:30.438Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-07-19T04:13:31.009Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15882026-07-19T04:13:31.303Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15892026-07-19T04:13:31.306Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15902026-07-19T04:13:31.493Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-07-19T04:13:31.652Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-07-19T04:13:31.652Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-07-19T04:13:32.117Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-07-19T04:13:32.333Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15952026-07-19T04:13:32.333Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-07-19T04:13:32.336Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-07-19T04:13:32.336Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-07-19T04:13:32.715Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15992026-07-19T04:13:33.126Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16002026-07-19T04:13:33.987Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-07-19T04:13:36.189Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16022026-07-19T04:13:36.537Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16032026-07-19T04:13:37.405Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16042026-07-19T04:13:38.128Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16052026-07-19T04:13:38.245Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-07-19T04:13:44.662Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-07-19T04:13:45.916Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-07-19T04:13:46.445Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-07-19T04:13:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.37s
16102026-07-19T04:13:50.984Z+ for feat in tofino_stub tofino_asic softnpu chaos
16112026-07-19T04:13:50.984Z+ cargo clippy --features chaos -- --deny warnings
16122026-07-19T04:13:51.458Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16132026-07-19T04:13:51.463Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16142026-07-19T04:13:51.463Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16152026-07-19T04:13:58.590Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-07-19T04:13:58.593Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16172026-07-19T04:14:01.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s
16182026-07-19T04:14:01.184Z+ banner fmt
16192026-07-19T04:14:01.189Z
16202026-07-19T04:14:01.189Z ###### # # #####
16212026-07-19T04:14:01.189Z # ## ## #
16222026-07-19T04:14:01.189Z ##### # ## # #
16232026-07-19T04:14:01.189Z # # # #
16242026-07-19T04:14:01.189Z # # # #
16252026-07-19T04:14:01.189Z # # # #
16262026-07-19T04:14:01.189Z
16272026-07-19T04:14:01.189Z+ cargo fmt -- --check
16282026-07-19T04:14:01.629Z+ banner test
16292026-07-19T04:14:01.631Z
16302026-07-19T04:14:01.631Z ##### ###### #### #####
16312026-07-19T04:14:01.632Z # # # #
16322026-07-19T04:14:01.632Z # ##### #### #
16332026-07-19T04:14:01.632Z # # # #
16342026-07-19T04:14:01.632Z # # # # #
16352026-07-19T04:14:01.632Z # ###### #### #
16362026-07-19T04:14:01.632Z
16372026-07-19T04:14:01.632Z+ for feat in tofino_stub tofino_asic softnpu chaos
16382026-07-19T04:14:01.632Z+ RUST_BACKTRACE=full
16392026-07-19T04:14:01.632Z+ cargo test --features tofino_stub --no-fail-fast
16402026-07-19T04:14:02.472Z Compiling unicode-ident v1.0.24
16412026-07-19T04:14:02.472Z Compiling cfg-if v1.0.4
16422026-07-19T04:14:02.472Z Compiling memchr v2.7.5
16432026-07-19T04:14:02.476Z Compiling serde_core v1.0.228
16442026-07-19T04:14:02.593Z Compiling itoa v1.0.15
16452026-07-19T04:14:02.600Z Compiling libc v0.2.186
16462026-07-19T04:14:02.608Z Compiling zmij v1.0.17
16472026-07-19T04:14:02.636Z Compiling libm v0.2.15
16482026-07-19T04:14:02.685Z Compiling proc-macro2 v1.0.106
16492026-07-19T04:14:02.730Z Compiling heck v0.5.0
16502026-07-19T04:14:02.877Z Compiling equivalent v1.0.2
16512026-07-19T04:14:02.997Z Compiling log v0.4.29
16522026-07-19T04:14:03.086Z Compiling quote v1.0.47
16532026-07-19T04:14:03.098Z Compiling smallvec v1.15.1
16542026-07-19T04:14:03.179Z Compiling iana-time-zone v0.1.64
16552026-07-19T04:14:03.299Z Compiling syn v2.0.118
16562026-07-19T04:14:03.312Z Compiling dyn-clone v1.0.20
16572026-07-19T04:14:03.374Z Compiling hashbrown v0.17.1
16582026-07-19T04:14:03.387Z Compiling stable_deref_trait v1.2.0
16592026-07-19T04:14:03.399Z Compiling pin-project-lite v0.2.16
16602026-07-19T04:14:03.450Z Compiling percent-encoding v2.3.2
16612026-07-19T04:14:03.464Z Compiling fnv v1.0.7
16622026-07-19T04:14:03.511Z Compiling writeable v0.6.1
16632026-07-19T04:14:03.574Z Compiling litemap v0.8.0
16642026-07-19T04:14:03.652Z Compiling icu_properties_data v2.0.1
16652026-07-19T04:14:03.752Z Compiling icu_normalizer_data v2.0.0
16662026-07-19T04:14:03.784Z Compiling regex-syntax v0.8.11
16672026-07-19T04:14:03.796Z Compiling form_urlencoded v1.2.2
16682026-07-19T04:14:03.816Z Compiling utf8_iter v1.0.4
16692026-07-19T04:14:03.829Z Compiling scopeguard v1.2.0
16702026-07-19T04:14:03.937Z Compiling lock_api v0.4.14
16712026-07-19T04:14:03.949Z Compiling num-traits v0.2.19
16722026-07-19T04:14:03.964Z Compiling getrandom v0.4.2
16732026-07-19T04:14:04.109Z Compiling aho-corasick v1.1.3
16742026-07-19T04:14:04.169Z Compiling byteorder v1.5.0
16752026-07-19T04:14:04.394Z Compiling semver v1.0.28
16762026-07-19T04:14:04.418Z Compiling serde_json v1.0.150
16772026-07-19T04:14:04.558Z Compiling indexmap v2.14.0
16782026-07-19T04:14:04.628Z Compiling ucd-trie v0.1.7
16792026-07-19T04:14:04.738Z Compiling futures-core v0.3.32
16802026-07-19T04:14:04.785Z Compiling uuid v1.23.3
16812026-07-19T04:14:04.889Z Compiling allocator-api2 v0.2.21
16822026-07-19T04:14:05.175Z Compiling num-conv v0.2.1
16832026-07-19T04:14:05.206Z Compiling regex-automata v0.4.13
16842026-07-19T04:14:05.208Z Compiling time-core v0.1.8
16852026-07-19T04:14:05.327Z Compiling foldhash v0.2.0
16862026-07-19T04:14:05.340Z Compiling futures-sink v0.3.32
16872026-07-19T04:14:05.367Z Compiling time-macros v0.2.27
16882026-07-19T04:14:05.443Z Compiling ryu v1.0.20
16892026-07-19T04:14:05.526Z Compiling hashbrown v0.16.1
16902026-07-19T04:14:05.628Z Compiling pretty-hex v0.4.1
16912026-07-19T04:14:05.767Z Compiling slab v0.4.11
16922026-07-19T04:14:06.048Z Compiling synstructure v0.13.2
16932026-07-19T04:14:06.098Z Compiling serde_derive_internals v0.29.1
16942026-07-19T04:14:06.110Z Compiling plain v0.2.3
16952026-07-19T04:14:06.183Z Compiling strsim v0.11.1
16962026-07-19T04:14:06.360Z Compiling futures-channel v0.3.32
16972026-07-19T04:14:06.442Z Compiling futures-task v0.3.32
16982026-07-19T04:14:06.550Z Compiling futures-io v0.3.32
16992026-07-19T04:14:06.563Z Compiling socket2 v0.6.4
17002026-07-19T04:14:06.575Z Compiling parking_lot_core v0.9.12
17012026-07-19T04:14:06.610Z Compiling signal-hook-registry v1.4.6
17022026-07-19T04:14:06.708Z Compiling thread-id v5.0.0
17032026-07-19T04:14:06.795Z Compiling parking_lot v0.12.5
17042026-07-19T04:14:06.829Z Compiling mio v1.2.1
17052026-07-19T04:14:06.873Z Compiling regex v1.12.4
17062026-07-19T04:14:06.999Z Compiling regress v0.10.5
17072026-07-19T04:14:07.020Z Compiling darling_core v0.21.3
17082026-07-19T04:14:07.082Z Compiling base64 v0.22.1
17092026-07-19T04:14:07.211Z Compiling bitflags v2.11.1
17102026-07-19T04:14:07.287Z Compiling serde_derive v1.0.228
17112026-07-19T04:14:07.340Z Compiling zerofrom-derive v0.1.6
17122026-07-19T04:14:07.353Z Compiling yoke-derive v0.8.0
17132026-07-19T04:14:07.430Z Compiling zerovec-derive v0.11.1
17142026-07-19T04:14:07.449Z Compiling displaydoc v0.2.5
17152026-07-19T04:14:07.754Z Compiling thiserror-impl v2.0.18
17162026-07-19T04:14:08.204Z Compiling schemars_derive v0.8.22
17172026-07-19T04:14:08.404Z Compiling tokio-macros v2.7.0
17182026-07-19T04:14:08.536Z Compiling zerocopy-derive v0.8.27
17192026-07-19T04:14:08.576Z Compiling zeroize_derive v1.4.3
17202026-07-19T04:14:09.065Z Compiling thiserror v2.0.18
17212026-07-19T04:14:09.175Z Compiling futures-macro v0.3.32
17222026-07-19T04:14:09.187Z Compiling zerofrom v0.1.6
17232026-07-19T04:14:09.218Z Compiling thiserror-impl v1.0.69
17242026-07-19T04:14:09.281Z Compiling tracing-attributes v0.1.30
17252026-07-19T04:14:09.317Z Compiling yoke v0.8.0
17262026-07-19T04:14:09.460Z Compiling pest v2.8.2
17272026-07-19T04:14:09.510Z Compiling zerovec v0.11.4
17282026-07-19T04:14:09.811Z Compiling zerocopy v0.8.27
17292026-07-19T04:14:10.030Z Compiling zerotrie v0.2.2
17302026-07-19T04:14:10.043Z Compiling serde v1.0.228
17312026-07-19T04:14:10.357Z Compiling tinystr v0.8.1
17322026-07-19T04:14:10.402Z Compiling potential_utf v0.1.3
17332026-07-19T04:14:10.525Z Compiling bytes v1.12.0
17342026-07-19T04:14:10.559Z Compiling serde_tokenstream v0.2.3
17352026-07-19T04:14:10.561Z Compiling icu_locale_core v2.0.0
17362026-07-19T04:14:10.584Z Compiling icu_collections v2.0.0
17372026-07-19T04:14:10.765Z Compiling pest_meta v2.8.2
17382026-07-19T04:14:10.841Z Compiling chrono v0.4.45
17392026-07-19T04:14:10.853Z Compiling scroll_derive v0.13.1
17402026-07-19T04:14:11.095Z Compiling icu_provider v2.0.0
17412026-07-19T04:14:11.161Z Compiling http v1.4.2
17422026-07-19T04:14:11.289Z Compiling async-trait v0.1.89
17432026-07-19T04:14:11.405Z Compiling icu_normalizer v2.0.0
17442026-07-19T04:14:11.439Z Compiling icu_properties v2.0.1
17452026-07-19T04:14:11.520Z Compiling pest_generator v2.8.2
17462026-07-19T04:14:12.014Z Compiling schemars v0.8.22
17472026-07-19T04:14:12.069Z Compiling scroll v0.13.0
17482026-07-19T04:14:12.134Z Compiling thiserror v1.0.69
17492026-07-19T04:14:12.148Z Compiling pest_derive v2.8.2
17502026-07-19T04:14:12.237Z Compiling tokio v1.52.3
17512026-07-19T04:14:12.270Z Compiling openapiv3 v2.2.0
17522026-07-19T04:14:12.332Z Compiling idna_adapter v1.2.1
17532026-07-19T04:14:12.349Z Compiling goblin v0.10.1
17542026-07-19T04:14:12.479Z Compiling idna v1.1.0
17552026-07-19T04:14:12.627Z Compiling daft-derive v0.1.5
17562026-07-19T04:14:12.707Z Compiling dtrace-parser v0.3.0
17572026-07-19T04:14:13.118Z Compiling url v2.5.7
17582026-07-19T04:14:13.237Z Compiling typify-impl v0.4.3
17592026-07-19T04:14:13.380Z Compiling darling_macro v0.21.3
17602026-07-19T04:14:13.576Z Compiling http-body v1.0.1
17612026-07-19T04:14:13.731Z Compiling ppv-lite86 v0.2.21
17622026-07-19T04:14:13.941Z Compiling serde_yaml v0.9.34+deprecated
17632026-07-19T04:14:14.040Z Compiling darling v0.21.3
17642026-07-19T04:14:14.051Z Compiling erased-serde v0.3.31
17652026-07-19T04:14:14.063Z Compiling openssl-macros v0.1.1
17662026-07-19T04:14:14.119Z Compiling getrandom v0.2.16
17672026-07-19T04:14:14.534Z Compiling ipnet v2.11.0
17682026-07-19T04:14:14.548Z Compiling atomic-waker v1.1.2
17692026-07-19T04:14:15.090Z Compiling httparse v1.10.1
17702026-07-19T04:14:15.159Z Compiling dof v0.4.0
17712026-07-19T04:14:15.214Z Compiling untrusted v0.9.0
17722026-07-19T04:14:15.343Z Compiling tower-layer v0.3.3
17732026-07-19T04:14:15.385Z Compiling tower-service v0.3.3
17742026-07-19T04:14:15.486Z Compiling anyhow v1.0.102
17752026-07-19T04:14:15.513Z Compiling try-lock v0.2.5
17762026-07-19T04:14:15.534Z Compiling syn v1.0.109
17772026-07-19T04:14:15.624Z Compiling usdt-impl v0.6.0
17782026-07-19T04:14:15.682Z Compiling want v0.3.1
17792026-07-19T04:14:15.856Z Compiling zeroize v1.8.1
17802026-07-19T04:14:15.884Z Compiling httpdate v1.0.3
17812026-07-19T04:14:16.126Z Compiling portable-atomic v1.11.1
17822026-07-19T04:14:16.574Z Compiling async-stream-impl v0.3.6
17832026-07-19T04:14:16.647Z Compiling structmeta-derive v0.3.0
17842026-07-19T04:14:16.817Z Compiling critical-section v1.2.0
17852026-07-19T04:14:17.135Z Compiling usdt-macro v0.6.0
17862026-07-19T04:14:17.148Z Compiling usdt-attr-macro v0.6.0
17872026-07-19T04:14:17.326Z Compiling once_cell v1.21.3
17882026-07-19T04:14:17.548Z Compiling newtype-uuid-macros v0.1.0
17892026-07-19T04:14:17.699Z Compiling structmeta v0.3.0
17902026-07-19T04:14:17.915Z Compiling strum_macros v0.26.4
17912026-07-19T04:14:18.264Z Compiling powerfmt v0.2.0
17922026-07-19T04:14:18.434Z Compiling deranged v0.5.3
17932026-07-19T04:14:18.454Z Compiling num_threads v0.1.7
17942026-07-19T04:14:19.008Z Compiling http-body-util v0.1.3
17952026-07-19T04:14:19.180Z Compiling omicron-workspace-hack v0.1.0
17962026-07-19T04:14:19.253Z Compiling dropshot_endpoint v0.16.7
17972026-07-19T04:14:19.266Z Compiling serde_urlencoded v0.7.1
17982026-07-19T04:14:19.464Z Compiling typify-macro v0.4.3
17992026-07-19T04:14:19.533Z Compiling ref-cast-impl v1.0.25
18002026-07-19T04:14:19.593Z Compiling derive-ex v0.1.8
18012026-07-19T04:14:19.631Z Compiling strum_macros v0.27.2
18022026-07-19T04:14:19.647Z Compiling sync_wrapper v1.0.2
18032026-07-19T04:14:19.755Z Compiling serde_with_macros v3.14.1
18042026-07-19T04:14:20.143Z Compiling subtle v2.6.1
18052026-07-19T04:14:20.231Z Compiling thread_local v1.1.9
18062026-07-19T04:14:20.314Z Compiling iri-string v0.7.8
18072026-07-19T04:14:20.498Z Compiling futures-util v0.3.32
18082026-07-19T04:14:20.664Z Compiling match_cfg v0.1.0
18092026-07-19T04:14:20.926Z Compiling rand_core v0.6.4
18102026-07-19T04:14:20.960Z Compiling typenum v1.20.1
18112026-07-19T04:14:21.161Z Compiling take_mut v0.2.2
18122026-07-19T04:14:21.200Z Compiling test-strategy v0.4.3
18132026-07-19T04:14:21.274Z Compiling term v1.2.0
18142026-07-19T04:14:21.526Z Compiling typify v0.4.3
18152026-07-19T04:14:21.622Z Compiling progenitor-impl v0.11.1
18162026-07-19T04:14:21.774Z Compiling parse-display-derive v0.10.0
18172026-07-19T04:14:21.912Z Compiling tracing-core v0.1.34
18182026-07-19T04:14:21.928Z Compiling toml_datetime v0.6.11
18192026-07-19T04:14:21.969Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-07-19T04:14:22.202Z Compiling camino v1.2.3
18212026-07-19T04:14:22.381Z Compiling tracing v0.1.41
18222026-07-19T04:14:22.583Z Compiling clap_derive v4.6.1
18232026-07-19T04:14:22.623Z Compiling encoding_rs v0.8.35
18242026-07-19T04:14:22.784Z Compiling mime v0.3.17
18252026-07-19T04:14:22.833Z Compiling cpufeatures v0.2.17
18262026-07-19T04:14:22.884Z Compiling fastrand v2.3.0
18272026-07-19T04:14:23.041Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-07-19T04:14:23.398Z Compiling unicode-width v0.2.1
18292026-07-19T04:14:23.812Z Compiling errno v0.3.14
18302026-07-19T04:14:23.969Z Compiling hex v0.4.3
18312026-07-19T04:14:23.982Z Compiling generic-array v0.14.7
18322026-07-19T04:14:24.236Z Compiling ipnetwork v0.21.1
18332026-07-19T04:14:24.345Z Compiling crossbeam-utils v0.8.21
18342026-07-19T04:14:24.485Z Compiling tokio-util v0.7.16
18352026-07-19T04:14:24.660Z Compiling slog v2.8.2
18362026-07-19T04:14:24.879Z Compiling rustix v1.1.4
18372026-07-19T04:14:25.023Z Compiling getrandom v0.3.3
18382026-07-19T04:14:25.123Z Compiling winnow v0.7.14
18392026-07-19T04:14:25.163Z Compiling rand_core v0.9.3
18402026-07-19T04:14:25.186Z Compiling progenitor-macro v0.11.1
18412026-07-19T04:14:25.208Z Compiling h2 v0.4.14
18422026-07-19T04:14:25.215Z Compiling oxnet v0.1.6
18432026-07-19T04:14:25.382Z Compiling crypto-common v0.1.6
18442026-07-19T04:14:25.520Z Compiling itertools v0.14.0
18452026-07-19T04:14:26.074Z Compiling winnow v1.0.3
18462026-07-19T04:14:26.223Z Compiling num-derive v0.4.2
18472026-07-19T04:14:26.430Z Compiling toml_parser v1.1.2+spec-1.1.0
18482026-07-19T04:14:26.605Z Compiling serde_spanned v1.1.1
18492026-07-19T04:14:26.747Z Compiling spin v0.9.8
18502026-07-19T04:14:26.870Z Compiling debug-ignore v1.0.5
18512026-07-19T04:14:26.881Z Compiling toml_writer v1.1.1+spec-1.1.0
18522026-07-19T04:14:27.104Z Compiling rand_chacha v0.9.0
18532026-07-19T04:14:27.136Z Compiling rustls-pki-types v1.12.0
18542026-07-19T04:14:27.197Z Compiling quick-error v1.2.3
18552026-07-19T04:14:27.209Z Compiling tabwriter v1.4.1
18562026-07-19T04:14:27.309Z Compiling hyper v1.10.1
18572026-07-19T04:14:27.453Z Compiling rand v0.9.3
18582026-07-19T04:14:27.592Z Compiling async-stream v0.3.6
18592026-07-19T04:14:27.620Z Compiling waitgroup v0.1.2
18602026-07-19T04:14:27.765Z Compiling serde_path_to_error v0.1.20
18612026-07-19T04:14:27.768Z Compiling lazy_static v1.5.0
18622026-07-19T04:14:27.883Z Compiling bit-vec v0.8.0
18632026-07-19T04:14:28.052Z Compiling colored v3.1.1
18642026-07-19T04:14:28.086Z Compiling bit-set v0.8.0
18652026-07-19T04:14:28.126Z Compiling strum v0.26.3
18662026-07-19T04:14:28.129Z Compiling time v0.3.47
18672026-07-19T04:14:28.248Z Compiling ring v0.17.14
18682026-07-19T04:14:28.333Z Compiling toml_datetime v0.7.5+spec-1.1.0
18692026-07-19T04:14:28.444Z Compiling hyper-util v0.1.20
18702026-07-19T04:14:28.690Z Compiling anstyle v1.0.14
18712026-07-19T04:14:28.923Z Compiling unarray v0.1.4
18722026-07-19T04:14:29.105Z Compiling toml v0.9.12+spec-1.1.0
18732026-07-19T04:14:29.159Z Compiling crossbeam-channel v0.5.15
18742026-07-19T04:14:29.637Z Compiling macaddr v1.0.1
18752026-07-19T04:14:29.774Z Compiling utf8parse v0.2.2
18762026-07-19T04:14:29.866Z Compiling block-buffer v0.10.4
18772026-07-19T04:14:29.892Z Compiling anstyle-parse v1.0.0
18782026-07-19T04:14:29.895Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-07-19T04:14:29.935Z Compiling ref-cast v1.0.25
18802026-07-19T04:14:30.019Z Compiling is_terminal_polyfill v1.70.1
18812026-07-19T04:14:30.046Z Compiling anstyle-query v1.1.4
18822026-07-19T04:14:30.080Z Compiling colorchoice v1.0.4
18832026-07-19T04:14:30.094Z Compiling digest v0.10.7
18842026-07-19T04:14:30.117Z Compiling strum v0.27.2
18852026-07-19T04:14:30.159Z Compiling anstream v1.0.0
18862026-07-19T04:14:30.197Z Compiling is-terminal v0.4.16
18872026-07-19T04:14:30.226Z Compiling clap_lex v1.1.0
18882026-07-19T04:14:30.245Z Compiling slog-async v2.8.0
18892026-07-19T04:14:30.290Z Compiling slog-term v2.9.2
18902026-07-19T04:14:30.306Z Compiling slog-json v2.6.1
18912026-07-19T04:14:30.320Z Compiling hostname v0.3.1
18922026-07-19T04:14:30.486Z Compiling slog-bunyan v2.5.0
18932026-07-19T04:14:30.499Z Compiling futures-executor v0.3.32
18942026-07-19T04:14:30.556Z Compiling tower v0.5.2
18952026-07-19T04:14:30.625Z Compiling instant v0.1.13
18962026-07-19T04:14:30.790Z Compiling futures v0.3.32
18972026-07-19T04:14:30.827Z Compiling aws-lc-sys v0.39.1
18982026-07-19T04:14:30.895Z Compiling untrusted v0.7.1
18992026-07-19T04:14:30.945Z Compiling tower-http v0.6.8
19002026-07-19T04:14:31.021Z Compiling openssl-sys v0.9.117
19012026-07-19T04:14:31.436Z Compiling aws-lc-rs v1.16.2
19022026-07-19T04:14:31.479Z Compiling memmap2 v0.9.8
19032026-07-19T04:14:32.333Z Compiling foreign-types-shared v0.1.1
19042026-07-19T04:14:32.426Z Compiling rustls-webpki v0.103.6
19052026-07-19T04:14:32.525Z Compiling foreign-types v0.3.2
19062026-07-19T04:14:32.896Z Compiling tempfile v3.27.0
19072026-07-19T04:14:32.930Z Compiling rustls v0.23.40
19082026-07-19T04:14:33.329Z Compiling openssl-probe v0.1.6
19092026-07-19T04:14:33.815Z Compiling openssl v0.10.81
19102026-07-19T04:14:34.313Z Compiling usdt v0.6.0
19112026-07-19T04:14:34.417Z Compiling either v1.15.0
19122026-07-19T04:14:34.628Z Compiling webpki-roots v1.0.2
19132026-07-19T04:14:34.831Z Compiling newtype-uuid v1.3.2
19142026-07-19T04:14:35.188Z Compiling daft v0.1.5
19152026-07-19T04:14:35.989Z Compiling tokio-rustls v0.26.4
19162026-07-19T04:14:36.248Z Compiling native-tls v0.2.14
19172026-07-19T04:14:36.261Z Compiling hyper-rustls v0.27.7
19182026-07-19T04:14:36.569Z Compiling tokio-native-tls v0.3.1
19192026-07-19T04:14:36.744Z Compiling hyper-tls v0.6.0
19202026-07-19T04:14:36.984Z Compiling reqwest v0.12.23
19212026-07-19T04:14:37.665Z Compiling rustls-webpki v0.102.8
19222026-07-19T04:14:37.693Z Compiling rustls-pemfile v2.2.0
19232026-07-19T04:14:37.899Z Compiling multer v3.1.0
19242026-07-19T04:14:38.358Z Compiling hostname v0.4.2
19252026-07-19T04:14:38.548Z Compiling rustls v0.22.4
19262026-07-19T04:14:38.591Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19272026-07-19T04:14:39.221Z Compiling terminal_size v0.4.3
19282026-07-19T04:14:39.370Z Compiling rand_chacha v0.3.1
19292026-07-19T04:14:39.515Z Compiling wait-timeout v0.2.1
19302026-07-19T04:14:40.141Z Compiling rusty-fork v0.3.0
19312026-07-19T04:14:40.158Z Compiling rand v0.8.5
19322026-07-19T04:14:40.379Z Compiling tokio-rustls v0.25.0
19332026-07-19T04:14:41.645Z Compiling sha1 v0.10.6
19342026-07-19T04:14:41.887Z Compiling rand_xorshift v0.4.0
19352026-07-19T04:14:42.335Z Compiling hubpack_derive v0.1.1
19362026-07-19T04:14:42.879Z Compiling proptest v1.8.0
19372026-07-19T04:14:42.892Z Compiling dropshot v0.16.7
19382026-07-19T04:14:42.905Z Compiling clap_builder v4.6.0
19392026-07-19T04:14:44.385Z Compiling serde_spanned v0.6.9
19402026-07-19T04:14:44.743Z Compiling clap v4.6.1
19412026-07-19T04:14:44.937Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19422026-07-19T04:14:44.983Z Compiling prettyplease v0.2.37
19432026-07-19T04:14:46.379Z Compiling progenitor-client v0.11.1
19442026-07-19T04:14:46.561Z Compiling progenitor-client v0.10.0
19452026-07-19T04:14:46.688Z Compiling serde_with v3.14.1
19462026-07-19T04:14:47.145Z Compiling progenitor v0.11.1
19472026-07-19T04:14:48.215Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19482026-07-19T04:14:48.395Z Compiling rustc-hash v2.1.1
19492026-07-19T04:14:48.561Z Compiling iddqd v0.3.18
19502026-07-19T04:14:48.693Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19512026-07-19T04:14:49.693Z Compiling backoff v0.4.0
19522026-07-19T04:14:49.793Z Compiling parse-display v0.10.0
19532026-07-19T04:14:49.806Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542026-07-19T04:14:49.885Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19552026-07-19T04:14:50.013Z Compiling toml_write v0.1.2
19562026-07-19T04:14:50.030Z Compiling winnow v0.5.40
19572026-07-19T04:14:50.216Z Compiling toml_edit v0.22.27
19582026-07-19T04:14:51.476Z Compiling num-integer v0.1.46
19592026-07-19T04:14:51.546Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19602026-07-19T04:14:51.925Z Compiling float-ord v0.3.2
19612026-07-19T04:14:52.052Z Compiling toml v0.8.23
19622026-07-19T04:14:55.573Z Compiling num-rational v0.4.2
19632026-07-19T04:14:55.702Z Compiling num-iter v0.1.45
19642026-07-19T04:14:56.212Z Compiling num-complex v0.4.6
19652026-07-19T04:14:56.610Z Compiling num v0.4.3
19662026-07-19T04:14:57.159Z Compiling toml_edit v0.19.15
19672026-07-19T04:14:58.729Z Compiling proc-macro-crate v1.3.1
19682026-07-19T04:15:00.390Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-07-19T04:15:01.432Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-07-19T04:15:01.902Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-07-19T04:15:01.995Z Compiling zerocopy-derive v0.7.35
19722026-07-19T04:15:02.875Z Compiling memoffset v0.9.1
19732026-07-19T04:15:02.970Z Compiling libscf-sys v1.2.0
19742026-07-19T04:15:03.122Z Compiling ingot-macros v0.1.1
19752026-07-19T04:15:03.179Z Compiling proc-macro-error-attr2 v2.0.0
19762026-07-19T04:15:03.633Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-07-19T04:15:04.401Z Compiling proc-macro-error2 v2.0.1
19782026-07-19T04:15:04.727Z Compiling nix v0.30.1
19792026-07-19T04:15:05.344Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-07-19T04:15:05.628Z Compiling scroll_derive v0.12.1
19812026-07-19T04:15:06.175Z Compiling tabled_derive v0.11.0
19822026-07-19T04:15:06.361Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19832026-07-19T04:15:08.263Z Compiling zerocopy v0.7.35
19842026-07-19T04:15:08.803Z Compiling num_enum_derive v0.7.5
19852026-07-19T04:15:08.901Z Compiling hubpack v0.1.2
19862026-07-19T04:15:09.006Z Compiling foreign-types-macros v0.2.3
19872026-07-19T04:15:09.381Z Compiling static_assertions v1.1.0
19882026-07-19T04:15:09.904Z Compiling glob v0.3.3
19892026-07-19T04:15:09.919Z Compiling proc-macro-error-attr v1.0.4
19902026-07-19T04:15:10.133Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912026-07-19T04:15:10.240Z Compiling dtrace-parser v0.2.0
19922026-07-19T04:15:10.584Z Compiling bytecount v0.6.9
19932026-07-19T04:15:10.653Z Compiling proc-macro-error v1.0.4
19942026-07-19T04:15:10.729Z Compiling dof v0.3.0
19952026-07-19T04:15:11.340Z Compiling num_enum_derive v0.5.11
19962026-07-19T04:15:12.807Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19972026-07-19T04:15:12.820Z Compiling thread-id v4.2.2
19982026-07-19T04:15:12.984Z Compiling usdt-impl v0.5.0
19992026-07-19T04:15:13.644Z Compiling derive_more v0.99.20
20002026-07-19T04:15:13.942Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20012026-07-19T04:15:14.044Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-07-19T04:15:14.524Z Compiling minimal-lexical v0.2.1
20032026-07-19T04:15:14.796Z Compiling nom v7.1.3
20042026-07-19T04:15:14.836Z Compiling usdt-attr-macro v0.5.0
20052026-07-19T04:15:15.104Z Compiling usdt-macro v0.5.0
20062026-07-19T04:15:15.123Z Compiling zone_cfg_derive v0.3.1
20072026-07-19T04:15:15.687Z Compiling papergrid v0.17.0
20082026-07-19T04:15:15.840Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-07-19T04:15:15.900Z Compiling testing_table v0.3.0
20102026-07-19T04:15:15.945Z Compiling rustc_version v0.4.1
20112026-07-19T04:15:16.071Z Compiling crossbeam-epoch v0.9.18
20122026-07-19T04:15:16.171Z Compiling dropshot_endpoint v0.17.1
20132026-07-19T04:15:16.237Z Compiling adler2 v2.0.1
20142026-07-19T04:15:16.383Z Compiling miniz_oxide v0.8.9
20152026-07-19T04:15:16.425Z Compiling crc32fast v1.5.0
20162026-07-19T04:15:16.540Z Compiling enum-as-inner v0.6.1
20172026-07-19T04:15:16.743Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20182026-07-19T04:15:16.848Z Compiling tabled v0.20.0
20192026-07-19T04:15:17.092Z Compiling regress v0.11.1
20202026-07-19T04:15:17.131Z Compiling flate2 v1.1.2
20212026-07-19T04:15:17.405Z Compiling curve25519-dalek v4.1.3
20222026-07-19T04:15:17.655Z Compiling hybrid-array v0.4.12
20232026-07-19T04:15:17.780Z Compiling crossbeam-deque v0.8.6
20242026-07-19T04:15:17.858Z Compiling thiserror-impl-no-std v2.0.2
20252026-07-19T04:15:17.971Z Compiling curve25519-dalek-derive v0.1.1
20262026-07-19T04:15:18.140Z Compiling crypto-common v0.2.2
20272026-07-19T04:15:18.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20282026-07-19T04:15:18.701Z Compiling typify-impl v0.6.2
20292026-07-19T04:15:19.029Z Compiling block-buffer v0.12.0
20302026-07-19T04:15:19.060Z Compiling rayon-core v1.13.0
20312026-07-19T04:15:19.204Z Compiling clang-sys v1.8.1
20322026-07-19T04:15:19.337Z Compiling const-oid v0.10.2
20332026-07-19T04:15:19.564Z Compiling compression-core v0.4.32
20342026-07-19T04:15:19.625Z Compiling digest v0.11.3
20352026-07-19T04:15:19.655Z Compiling scroll v0.12.0
20362026-07-19T04:15:19.725Z Compiling compression-codecs v0.4.32
20372026-07-19T04:15:19.829Z Compiling hash32 v0.3.1
20382026-07-19T04:15:19.933Z Compiling toml_datetime v1.1.1+spec-1.1.0
20392026-07-19T04:15:19.992Z Compiling cpufeatures v0.3.0
20402026-07-19T04:15:20.030Z Compiling heapless v0.8.0
20412026-07-19T04:15:20.068Z Compiling sha1 v0.11.0
20422026-07-19T04:15:20.080Z Compiling async-compression v0.4.33
20432026-07-19T04:15:20.091Z Compiling goblin v0.8.2
20442026-07-19T04:15:20.261Z Compiling toml v1.1.2+spec-1.1.0
20452026-07-19T04:15:20.324Z Compiling ingot-types v0.1.2
20462026-07-19T04:15:20.471Z Compiling cobs v0.3.0
20472026-07-19T04:15:20.557Z Compiling libloading v0.8.9
20482026-07-19T04:15:20.678Z Compiling managed v0.8.0
20492026-07-19T04:15:20.716Z Compiling bitflags v1.3.2
20502026-07-19T04:15:20.759Z Compiling foreign-types-shared v0.3.1
20512026-07-19T04:15:20.858Z Compiling smoltcp v0.11.0
20522026-07-19T04:15:20.899Z Compiling foreign-types v0.5.0
20532026-07-19T04:15:20.986Z Compiling dropshot v0.17.1
20542026-07-19T04:15:21.236Z Compiling bindgen v0.72.1
20552026-07-19T04:15:21.255Z Compiling ingot v0.1.1
20562026-07-19T04:15:21.817Z Compiling postcard v1.1.3
20572026-07-19T04:15:22.779Z Compiling cexpr v0.6.0
20582026-07-19T04:15:22.791Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20592026-07-19T04:15:23.363Z Compiling num_enum v0.7.5
20602026-07-19T04:15:23.442Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20612026-07-19T04:15:23.616Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20622026-07-19T04:15:23.742Z Compiling camino-tempfile v1.4.1
20632026-07-19T04:15:23.835Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-07-19T04:15:23.935Z Compiling serde_repr v0.1.20
20652026-07-19T04:15:23.957Z Compiling derive-where v1.6.0
20662026-07-19T04:15:24.083Z Compiling cstr-argument v0.1.2
20672026-07-19T04:15:24.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-07-19T04:15:24.503Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20692026-07-19T04:15:25.034Z Compiling typify-macro v0.6.2
20702026-07-19T04:15:25.254Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20712026-07-19T04:15:25.448Z Compiling rayon v1.11.0
20722026-07-19T04:15:25.675Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732026-07-19T04:15:25.804Z Compiling crucible-workspace-hack v0.1.0
20742026-07-19T04:15:26.428Z Compiling memmap v0.7.0
20752026-07-19T04:15:26.440Z Compiling tinyvec_macros v0.1.1
20762026-07-19T04:15:26.611Z Compiling usdt v0.5.0
20772026-07-19T04:15:26.624Z Compiling tinyvec v1.10.0
20782026-07-19T04:15:26.895Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-07-19T04:15:27.141Z Compiling typify v0.6.2
20802026-07-19T04:15:27.241Z Compiling num_enum v0.5.11
20812026-07-19T04:15:27.659Z Compiling pin-project-internal v1.1.10
20822026-07-19T04:15:28.822Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832026-07-19T04:15:28.841Z Compiling progenitor-impl v0.14.0
20842026-07-19T04:15:28.844Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-07-19T04:15:28.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20862026-07-19T04:15:28.934Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20872026-07-19T04:15:29.174Z Compiling rustix v0.38.44
20882026-07-19T04:15:29.647Z Compiling itertools v0.12.1
20892026-07-19T04:15:29.715Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20902026-07-19T04:15:29.841Z Compiling progenitor-impl v0.10.0
20912026-07-19T04:15:30.076Z Compiling sigpipe v0.1.3
20922026-07-19T04:15:30.098Z Compiling jiff v0.2.15
20932026-07-19T04:15:30.169Z Compiling const_format_proc_macros v0.2.34
20942026-07-19T04:15:30.697Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-07-19T04:15:30.877Z Compiling zone v0.3.1
20962026-07-19T04:15:30.962Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20972026-07-19T04:15:31.969Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-07-19T04:15:32.318Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-07-19T04:15:32.375Z Compiling progenitor-macro v0.14.0
21002026-07-19T04:15:32.895Z Compiling secrecy v0.10.3
21012026-07-19T04:15:33.065Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21022026-07-19T04:15:33.303Z Compiling progenitor-macro v0.10.0
21032026-07-19T04:15:33.437Z Compiling smf v0.2.3
21042026-07-19T04:15:33.684Z Compiling snafu-derive v0.8.9
21052026-07-19T04:15:33.791Z Compiling async-recursion v1.1.1
21062026-07-19T04:15:33.939Z Compiling bstr v1.12.0
21072026-07-19T04:15:34.092Z Compiling whoami v1.6.1
21082026-07-19T04:15:34.454Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-07-19T04:15:35.511Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-07-19T04:15:36.061Z Compiling hmac v0.12.1
21112026-07-19T04:15:36.270Z Compiling inout v0.1.4
21122026-07-19T04:15:36.380Z Compiling ff v0.13.1
21132026-07-19T04:15:36.521Z Compiling data-encoding v2.9.0
21142026-07-19T04:15:36.735Z Compiling crc8 v0.1.1
21152026-07-19T04:15:37.054Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-07-19T04:15:37.629Z Compiling group v0.13.0
21172026-07-19T04:15:37.652Z Compiling cipher v0.4.4
21182026-07-19T04:15:37.763Z Compiling hkdf v0.12.4
21192026-07-19T04:15:37.922Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21202026-07-19T04:15:38.497Z Compiling atomicwrites v0.4.4
21212026-07-19T04:15:38.511Z Compiling tokio-dtrace v0.1.1
21222026-07-19T04:15:38.744Z Compiling tabled_derive v0.7.0
21232026-07-19T04:15:39.177Z Compiling reqwest v0.13.2
21242026-07-19T04:15:39.205Z Compiling universal-hash v0.5.1
21252026-07-19T04:15:39.235Z Compiling crypto-bigint v0.5.5
21262026-07-19T04:15:39.345Z Compiling half v2.7.1
21272026-07-19T04:15:39.653Z Compiling base16ct v0.2.0
21282026-07-19T04:15:39.666Z Compiling opaque-debug v0.3.1
21292026-07-19T04:15:39.725Z Compiling indent_write v2.2.0
21302026-07-19T04:15:39.828Z Compiling ciborium-io v0.2.2
21312026-07-19T04:15:39.875Z Compiling base64ct v1.8.0
21322026-07-19T04:15:39.936Z Compiling ciborium-ll v0.2.2
21332026-07-19T04:15:40.174Z Compiling progenitor-client v0.14.0
21342026-07-19T04:15:40.195Z Compiling password-hash v0.5.0
21352026-07-19T04:15:40.459Z Compiling elliptic-curve v0.13.8
21362026-07-19T04:15:40.484Z Compiling poly1305 v0.8.0
21372026-07-19T04:15:41.067Z Compiling oxide-tokio-rt v0.1.2
21382026-07-19T04:15:41.274Z Compiling chacha20 v0.9.1
21392026-07-19T04:15:41.417Z Compiling similar v2.7.0
21402026-07-19T04:15:41.501Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-07-19T04:15:41.872Z Compiling thiserror-no-std v2.0.2
21422026-07-19T04:15:42.559Z Compiling blake2 v0.10.6
21432026-07-19T04:15:42.895Z Compiling aead v0.5.2
21442026-07-19T04:15:43.039Z Compiling strum_macros v0.28.0
21452026-07-19T04:15:43.094Z Compiling linked-hash-map v0.5.6
21462026-07-19T04:15:43.121Z Compiling keccak v0.1.6
21472026-07-19T04:15:43.173Z Compiling resolv-conf v0.7.5
21482026-07-19T04:15:43.643Z Compiling sha3 v0.10.8
21492026-07-19T04:15:43.722Z Compiling lru-cache v0.1.2
21502026-07-19T04:15:43.893Z Compiling chacha20poly1305 v0.10.1
21512026-07-19T04:15:43.952Z Compiling argon2 v0.5.3
21522026-07-19T04:15:44.034Z Compiling vsss-rs v3.3.4
21532026-07-19T04:15:44.071Z Compiling progenitor v0.14.0
21542026-07-19T04:15:44.085Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-07-19T04:15:44.379Z Compiling ciborium v0.2.2
21562026-07-19T04:15:44.449Z Compiling hickory-proto v0.24.4
21572026-07-19T04:15:44.949Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21582026-07-19T04:15:44.974Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21592026-07-19T04:15:45.383Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21602026-07-19T04:15:45.483Z Compiling serde-big-array v0.5.1
21612026-07-19T04:15:45.496Z Compiling siphasher v1.0.1
21622026-07-19T04:15:45.634Z Compiling unicode-segmentation v1.12.0
21632026-07-19T04:15:45.719Z Compiling same-file v1.0.6
21642026-07-19T04:15:45.847Z Compiling walkdir v2.5.0
21652026-07-19T04:15:45.964Z Compiling newline-converter v0.3.0
21662026-07-19T04:15:46.041Z Compiling phf_shared v0.12.1
21672026-07-19T04:15:46.087Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21682026-07-19T04:15:46.195Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21692026-07-19T04:15:46.341Z Compiling hickory-resolver v0.24.4
21702026-07-19T04:15:46.510Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-07-19T04:15:46.844Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-07-19T04:15:48.006Z Compiling newtype_derive v0.1.6
21732026-07-19T04:15:48.093Z Compiling owo-colors v4.3.0
21742026-07-19T04:15:48.130Z Compiling tokio-stream v0.1.17
21752026-07-19T04:15:48.507Z Compiling console v0.15.11
21762026-07-19T04:15:48.627Z Compiling csv-core v0.1.12
21772026-07-19T04:15:48.881Z Compiling swrite v0.1.0
21782026-07-19T04:15:48.908Z Compiling unicode-width v0.1.14
21792026-07-19T04:15:48.911Z Compiling smawk v0.3.2
21802026-07-19T04:15:49.067Z Compiling termtree v0.5.1
21812026-07-19T04:15:49.162Z Compiling unicode-linebreak v0.1.5
21822026-07-19T04:15:49.202Z Compiling foldhash v0.1.5
21832026-07-19T04:15:49.235Z Compiling humantime v2.3.0
21842026-07-19T04:15:49.368Z Compiling textwrap v0.16.2
21852026-07-19T04:15:49.390Z Compiling hashbrown v0.15.5
21862026-07-19T04:15:49.452Z Compiling expectorate v1.2.0
21872026-07-19T04:15:49.519Z Compiling csv v1.4.0
21882026-07-19T04:15:49.610Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-07-19T04:15:49.693Z Compiling qorb v0.4.1
21902026-07-19T04:15:49.959Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-07-19T04:15:51.134Z Compiling phf v0.12.1
21922026-07-19T04:15:51.296Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21932026-07-19T04:15:51.846Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21942026-07-19T04:15:51.857Z Compiling pin-project v1.1.10
21952026-07-19T04:15:51.965Z Compiling unicode-normalization v0.1.24
21962026-07-19T04:15:52.033Z Compiling libz-sys v1.1.22
21972026-07-19T04:15:52.291Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-07-19T04:15:53.229Z Compiling libsw-core v0.3.2
21992026-07-19T04:15:53.727Z Compiling highway v1.3.0
22002026-07-19T04:15:53.889Z Compiling fixedbitset v0.4.2
22012026-07-19T04:15:54.036Z Compiling fixedbitset v0.5.7
22022026-07-19T04:15:54.386Z Compiling petgraph v0.8.2
22032026-07-19T04:15:54.424Z Compiling petgraph v0.6.5
22042026-07-19T04:15:55.403Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-07-19T04:15:55.965Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-07-19T04:15:56.114Z Compiling progenitor v0.10.0
22072026-07-19T04:15:56.822Z Compiling libsw v3.5.0
22082026-07-19T04:15:57.431Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-07-19T04:15:57.848Z Compiling olpc-cjson v0.1.4
22102026-07-19T04:15:57.887Z Compiling libgit2-sys v0.17.0+1.8.1
22112026-07-19T04:15:58.168Z Compiling snafu v0.8.9
22122026-07-19T04:15:58.755Z Compiling chrono-tz v0.10.4
22132026-07-19T04:15:58.797Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-07-19T04:15:59.004Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-07-19T04:15:59.455Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-07-19T04:15:59.569Z Compiling papergrid v0.11.0
22172026-07-19T04:15:59.653Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-07-19T04:15:59.905Z Compiling strum v0.28.0
22192026-07-19T04:15:59.938Z Compiling globset v0.4.16
22202026-07-19T04:16:00.045Z Compiling const_format v0.2.34
22212026-07-19T04:16:00.149Z Compiling slog-dtrace v0.3.0
22222026-07-19T04:16:00.372Z Compiling cancel-safe-futures v0.1.5
22232026-07-19T04:16:00.484Z Compiling gethostname v0.5.0
22242026-07-19T04:16:00.754Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-07-19T04:16:01.339Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-07-19T04:16:01.654Z Compiling dropshot-api-manager-types v0.7.2
22272026-07-19T04:16:01.746Z Compiling bcs v0.1.6
22282026-07-19T04:16:01.942Z Compiling cargo-platform v0.1.9
22292026-07-19T04:16:02.044Z Compiling serde_plain v1.0.2
22302026-07-19T04:16:02.073Z Compiling pem v3.0.5
22312026-07-19T04:16:02.197Z Compiling linear-map v1.2.0
22322026-07-19T04:16:02.448Z Compiling tagptr v0.2.0
22332026-07-19T04:16:02.490Z Compiling typed-path v0.9.3
22342026-07-19T04:16:02.605Z Compiling moka v0.12.11
22352026-07-19T04:16:03.368Z Compiling tough v0.20.0
22362026-07-19T04:16:04.286Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22372026-07-19T04:16:04.475Z Compiling cargo_metadata v0.18.1
22382026-07-19T04:16:04.683Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-07-19T04:16:05.809Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-07-19T04:16:06.090Z Compiling tabled v0.15.0
22412026-07-19T04:16:06.347Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-07-19T04:16:06.835Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-07-19T04:16:07.043Z Compiling git2 v0.19.0
22442026-07-19T04:16:08.814Z Compiling steno v0.4.1
22452026-07-19T04:16:09.984Z Compiling cookie v0.18.1
22462026-07-19T04:16:09.997Z Compiling hickory-proto v0.25.2
22472026-07-19T04:16:11.978Z Compiling hickory-resolver v0.25.2
22482026-07-19T04:16:13.369Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-07-19T04:16:14.747Z Compiling vergen v8.3.2
22502026-07-19T04:16:16.717Z Compiling signal-hook v0.4.4
22512026-07-19T04:16:17.197Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-07-19T04:16:17.211Z Compiling mockall_derive v0.14.0
22532026-07-19T04:16:17.374Z Compiling predicates-core v1.0.9
22542026-07-19T04:16:17.728Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-07-19T04:16:18.010Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-07-19T04:16:18.093Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-07-19T04:16:18.208Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-07-19T04:16:18.575Z Compiling sha2 v0.10.9
22592026-07-19T04:16:19.089Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-07-19T04:16:19.911Z Compiling mockall v0.14.0
22612026-07-19T04:16:20.263Z Compiling yansi v1.0.1
22622026-07-19T04:16:20.287Z Compiling diff v0.1.13
22632026-07-19T04:16:20.592Z Compiling pretty_assertions v1.4.1
22642026-07-19T04:16:20.604Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22652026-07-19T04:16:20.965Z Compiling fs-err v3.1.2
22662026-07-19T04:16:21.276Z Compiling predicates-tree v1.0.12
22672026-07-19T04:16:21.557Z Compiling predicates v3.1.3
22682026-07-19T04:16:22.323Z Compiling git-stub v1.0.0
22692026-07-19T04:16:22.603Z Compiling filetime v0.2.26
22702026-07-19T04:16:22.619Z Compiling xattr v1.6.1
22712026-07-19T04:16:22.799Z Compiling is_ci v1.2.0
22722026-07-19T04:16:22.811Z Compiling constant_time_eq v0.3.1
22732026-07-19T04:16:22.934Z Compiling arrayvec v0.7.6
22742026-07-19T04:16:22.957Z Compiling downcast v0.11.0
22752026-07-19T04:16:23.126Z Compiling fragile v2.0.1
22762026-07-19T04:16:23.154Z Compiling arrayref v0.3.9
22772026-07-19T04:16:23.238Z Compiling blake3 v1.8.2
22782026-07-19T04:16:23.441Z Compiling supports-color v3.0.2
22792026-07-19T04:16:23.638Z Compiling tar v0.4.45
22802026-07-19T04:16:23.892Z Compiling toml v0.7.8
22812026-07-19T04:16:24.541Z Compiling git-stub-vcs v0.1.0
22822026-07-19T04:16:24.683Z Compiling curl-sys v0.4.89+curl-8.20.0
22832026-07-19T04:16:24.935Z Compiling signal-hook-tokio v0.4.0
22842026-07-19T04:16:25.229Z Compiling scuffle v0.1.0
22852026-07-19T04:16:26.157Z Compiling drift v0.2.0
22862026-07-19T04:16:26.503Z Compiling kstat-rs v0.2.4
22872026-07-19T04:16:26.830Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22882026-07-19T04:16:26.890Z Compiling hex-literal v1.1.0
22892026-07-19T04:16:27.018Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22902026-07-19T04:16:27.159Z Compiling topological-sort v0.2.2
22912026-07-19T04:16:27.263Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22922026-07-19T04:16:27.317Z Compiling omicron-zone-package v0.12.2
22932026-07-19T04:16:27.948Z Compiling dropshot-api-manager v0.7.2
22942026-07-19T04:16:29.256Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-07-19T04:16:29.400Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22962026-07-19T04:16:30.230Z Compiling curl v0.4.50
22972026-07-19T04:16:30.426Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22982026-07-19T04:16:30.874Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22992026-07-19T04:16:31.068Z Compiling iddqd v0.4.5
23002026-07-19T04:16:31.127Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-07-19T04:16:31.855Z Compiling search_path v0.1.4
23022026-07-19T04:16:31.938Z Compiling internet-checksum v0.2.1
23032026-07-19T04:16:31.972Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23042026-07-19T04:16:32.262Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23052026-07-19T04:16:35.178Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23062026-07-19T04:16:35.498Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23072026-07-19T04:17:21.112Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23082026-07-19T04:17:21.237Z Running unittests src/lib.rs (target/debug/deps/aal-b1d30bbde0274ea7)
23092026-07-19T04:17:21.240Z
23102026-07-19T04:17:21.240Zrunning 5 tests
23112026-07-19T04:17:21.242Ztest fuse::tests::chip_revision_a0 ... ok
23122026-07-19T04:17:21.243Ztest fuse::tests::chip_revision_b0 ... ok
23132026-07-19T04:17:21.243Ztest fuse::tests::chip_revision_b1 ... ok
23142026-07-19T04:17:21.243Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23152026-07-19T04:17:21.243Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23162026-07-19T04:17:21.243Z
23172026-07-19T04:17:21.243Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-07-19T04:17:21.243Z
23192026-07-19T04:17:21.243Z Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7)
23202026-07-19T04:17:21.245Z
23212026-07-19T04:17:21.245Zrunning 0 tests
23222026-07-19T04:17:21.245Z
23232026-07-19T04:17:21.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-07-19T04:17:21.246Z
23252026-07-19T04:17:21.246Z Running unittests src/lib.rs (target/debug/deps/asic-a2191a7a2cbc3ddf)
23262026-07-19T04:17:21.248Z
23272026-07-19T04:17:21.248Zrunning 0 tests
23282026-07-19T04:17:21.248Z
23292026-07-19T04:17:21.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-07-19T04:17:21.248Z
23312026-07-19T04:17:21.248Z Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353)
23322026-07-19T04:17:21.248Z
23332026-07-19T04:17:21.248Zrunning 10 tests
23342026-07-19T04:17:21.251Ztest nat::tests::test_vni ... ok
23352026-07-19T04:17:21.251Ztest network::tests::test_eui64 ... ok
23362026-07-19T04:17:21.251Ztest network::tests::test_equal ... ok
23372026-07-19T04:17:21.251Ztest network::tests::test_into ... ok
23382026-07-19T04:17:21.251Ztest network::tests::test_generate_ipv6_link_local ... ok
23392026-07-19T04:17:21.251Ztest network::tests::test_not_equal ... ok
23402026-07-19T04:17:21.251Ztest network::tests::test_to_string ... ok
23412026-07-19T04:17:21.251Ztest network::tests::test_parse ... ok
23422026-07-19T04:17:21.251Ztest test_purge ... ok
23432026-07-19T04:17:21.254Ztest illumos::test::address_exists_handles_missing_object ... ok
23442026-07-19T04:17:21.254Z
23452026-07-19T04:17:21.254Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462026-07-19T04:17:21.254Z
23472026-07-19T04:17:21.254Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-363b31f15c3fc8cb)
23482026-07-19T04:17:21.260Z
23492026-07-19T04:17:21.260Zrunning 1 test
23502026-07-19T04:17:21.262Z -------
23512026-07-19T04:17:21.262Z Generating OpenAPI documents from API definitions ...
23522026-07-19T04:17:21.401Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23532026-07-19T04:17:21.469Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23542026-07-19T04:17:22.474Z -------
23552026-07-19T04:17:22.474Z Checking 12 OpenAPI documents...
23562026-07-19T04:17:22.474Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-07-19T04:17:22.474Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-07-19T04:17:22.474Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-07-19T04:17:22.475Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-07-19T04:17:22.475Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-07-19T04:17:22.475Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-07-19T04:17:22.478Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-07-19T04:17:22.478Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-07-19T04:17:22.478Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-07-19T04:17:22.478Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-07-19T04:17:22.478Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-07-19T04:17:22.478Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-07-19T04:17:22.478Z Fresh dpd "latest" symlink
23692026-07-19T04:17:22.478Z -------
23702026-07-19T04:17:22.478Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23712026-07-19T04:17:22.534Ztest test::test_apis_up_to_date ... ok
23722026-07-19T04:17:22.534Z
23732026-07-19T04:17:22.534Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23742026-07-19T04:17:22.534Z
23752026-07-19T04:17:22.590Z Running unittests src/main.rs (target/debug/deps/dpd-08a1c782b9532044)
23762026-07-19T04:17:22.596Z
23772026-07-19T04:17:22.596Zrunning 34 tests
23782026-07-19T04:17:22.598Ztest freemap::test_ordering ... ok
23792026-07-19T04:17:22.598Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23802026-07-19T04:17:22.598Ztest config::tests::test_updates ... ok
23812026-07-19T04:17:22.598Ztest freemap::test_split ... ok
23822026-07-19T04:17:22.601Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23832026-07-19T04:17:22.601Ztest macaddrs::tests::test_mac_offset ... ok
23842026-07-19T04:17:22.601Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23852026-07-19T04:17:22.601Ztest macaddrs::tests::test_parse_port_id ... ok
23862026-07-19T04:17:22.601ZJul 19 04:17:21.534Jul 19 04:17:21.534 DEBGDEBG created new freemapcreated new freemap, unit, : unitfreemap_test: freemap_test
23872026-07-19T04:17:22.601Z
23882026-07-19T04:17:22.601ZJul 19 04:17:21.534 DEBG initted freemap. size: 128, unit: freemap_test
23892026-07-19T04:17:22.601ZJul 19 04:17:21.534 DEBG Jul 19 04:17:21.534initted freemap. size: 128 , DEBGunit :reset freemap , freemap_testunit
23902026-07-19T04:17:22.601Z: freemap_test
23912026-07-19T04:17:22.601ZJul 19 04:17:21.534 DEBG reset freemap, unit: freemap_test
23922026-07-19T04:17:22.601ZJul 19 04:17:21.534 DEBG created new freemap, unit: freemap_test
23932026-07-19T04:17:22.601ZJul 19 04:17:21.534 DEBG initted freemap. size: 128, unit: freemap_test
23942026-07-19T04:17:22.601ZJul 19 04:17:21.534 DEBG reset freemap, unit: freemap_test
23952026-07-19T04:17:22.602Ztest nat::test_mapping ... ok
23962026-07-19T04:17:22.602ZJul 19 04:17:21.534 DEBG created new freemap, unit: freemap_test
23972026-07-19T04:17:22.602ZJul 19 04:17:21.534 DEBG initted freemap. size: 128, unit: freemap_test
23982026-07-19T04:17:22.602ZJul 19 04:17:21.534 DEBG reset freemap, unit: freemap_test
23992026-07-19T04:17:22.602Ztest freemap::test_exhaustion ... ok
24002026-07-19T04:17:22.602Ztest freemap::test_free ... ok
24012026-07-19T04:17:22.602Ztest freemap::test_basic ... ok
24022026-07-19T04:17:22.602Ztest freemap::test_reclaim ... ok
24032026-07-19T04:17:22.602Ztest port_map::tests::test_backplane_group ... ok
24042026-07-19T04:17:22.602Ztest port_map::tests::test_port_map ... ok
24052026-07-19T04:17:22.602Ztest port_map::tests::dump_map ... ok
24062026-07-19T04:17:22.602ZJul 19 04:17:21.535 DEBG created new freemap, unit: freemap_test
24072026-07-19T04:17:22.602ZJul 19 04:17:21.535 DEBG initted freemap. size: 8, unit: freemap_test
24082026-07-19T04:17:22.602ZJul 19 04:17:21.535 DEBG reset freemap, unit: freemap_test
24092026-07-19T04:17:22.602Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24102026-07-19T04:17:22.602ZJul 19 04:17:21.535 DEBG created new freemap, unit: freemap_test
24112026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG initted freemap. size: 128, unit: freemap_test
24122026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG reset freemap, unit: freemap_test
24132026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG created new freemap, unit: freemap_route_ipv4
24142026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG created new freemap, unit: freemap_route_ipv6
24152026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24162026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG reset freemap, unit: freemap_route_ipv4
24172026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24182026-07-19T04:17:22.606ZJul 19 04:17:21.535 DEBG reset freemap, unit: freemap_route_ipv6
24192026-07-19T04:17:22.606ZJul 19 04:17:21.535 Jul 19 04:17:21.535DEBG INFOcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1,
24202026-07-19T04:17:22.606Zunit: freemap_route_ipv4Jul 19 04:17:21.535
24212026-07-19T04:17:22.606Z 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 } }]
24222026-07-19T04:17:22.606ZJul 19 04:17:21.535 Jul 19 04:17:21.535DEBG INFOcreated new freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
24232026-07-19T04:17:22.606Z: freemap_route_ipv6
24242026-07-19T04:17:22.606ZJul 19 04:17:21.535 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:17:21.535
24252026-07-19T04:17:22.606Z DEBG initted freemap. size: 64, Jul 19 04:17:21.535unit :INFO freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24262026-07-19T04:17:22.606Z
24272026-07-19T04:17:22.606ZJul 19 04:17:21.535Jul 19 04:17:21.535 DEBGDEBG reset freemapreplacing 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 } }],
24282026-07-19T04:17:22.606Zunit: freemap_route_ipv4
24292026-07-19T04:17:22.606ZJul 19 04:17:21.535 INFO Jul 19 04:17:21.535adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24302026-07-19T04:17:22.606ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24312026-07-19T04:17:22.606ZJul 19 04:17:21.536 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24322026-07-19T04:17:22.606ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24332026-07-19T04:17:22.606ZJul 19 04:17:21.536 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24342026-07-19T04:17:22.606ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24352026-07-19T04:17:22.606ZJul 19 04:17:21.536 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24362026-07-19T04:17:22.606ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24372026-07-19T04:17:22.606ZJul 19 04:17:21.536 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24382026-07-19T04:17:22.606ZDEBG initted freemap. size: 64Jul 19 04:17:21.536, unitDEBG: 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 } }]freemap_route_ipv6
24392026-07-19T04:17:22.606Z
24402026-07-19T04:17:22.606ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap
24412026-07-19T04:17:22.607Z, unit: freemap_route_ipv6Jul 19 04:17:21.536
24422026-07-19T04:17:22.607Z 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 } }]
24432026-07-19T04:17:22.607ZJul 19 04:17:21.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:21.536
24442026-07-19T04:17:22.607Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24452026-07-19T04:17:22.607ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:21.536
24462026-07-19T04:17:22.607Z 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 } }]
24472026-07-19T04:17:22.607ZJul 19 04:17:21.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.536
24482026-07-19T04:17:22.607Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24492026-07-19T04:17:22.607ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:21.536
24502026-07-19T04:17:22.607Z 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 } }]
24512026-07-19T04:17:22.607ZJul 19 04:17:21.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:21.536
24522026-07-19T04:17:22.607Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24532026-07-19T04:17:22.607ZJul 19 04:17:21.536 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:21.536
24542026-07-19T04:17:22.607Z 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 } }]
24552026-07-19T04:17:22.607ZJul 19 04:17:21.536 INFO Jul 19 04:17:21.536adding route 3fff:dead::/64 -> 2001:db8::55:4
24562026-07-19T04:17:22.607ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24572026-07-19T04:17:22.607ZJul 19 04:17:21.536 Jul 19 04:17:21.536DEBG 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 } }]
24582026-07-19T04:17:22.607Zreplacing 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 } }]
24592026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24602026-07-19T04:17:22.607Z
24612026-07-19T04:17:22.607Ztest api_server::tests::test_build_info ... ok
24622026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24632026-07-19T04:17:22.607Z
24642026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24652026-07-19T04:17:22.607Z
24662026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24672026-07-19T04:17:22.607Z
24682026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24692026-07-19T04:17:22.607Z
24702026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24712026-07-19T04:17:22.607Z
24722026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24732026-07-19T04:17:22.607Ztest freemap::test_span ... ok
24742026-07-19T04:17:22.607Z
24752026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 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: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 } }]
24762026-07-19T04:17:22.607Z
24772026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24782026-07-19T04:17:22.607Z
24792026-07-19T04:17:22.607ZJul 19 04:17:21.536Jul 19 04:17:21.536 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: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 } }]
24802026-07-19T04:17:22.608Z
24812026-07-19T04:17:22.608ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24822026-07-19T04:17:22.608Ztest port_map::tests::parse_softnpu_revision ... ok
24832026-07-19T04:17:22.608Z
24842026-07-19T04:17:22.608ZJul 19 04:17:21.536Jul 19 04:17:21.536 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: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 } }]
24852026-07-19T04:17:22.608Z
24862026-07-19T04:17:22.608ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24872026-07-19T04:17:22.608Z
24882026-07-19T04:17:22.608ZJul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
24892026-07-19T04:17:22.608Z
24902026-07-19T04:17:22.608Z, unit: freemap_route_ipv4Jul 19 04:17:21.536Jul 19 04:17:21.536
24912026-07-19T04:17:22.608ZINFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24922026-07-19T04:17:22.608Z
24932026-07-19T04:17:22.608ZJul 19 04:17:21.536 Jul 19 04:17:21.536DEBG Jul 19 04:17:21.536created new freemapJul 19 04:17:21.536, DEBGunit :DEBGcreated new freemap DEBG, freemap_route_ipv4replacing 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 } }]unit
24942026-07-19T04:17:22.608Z:
24952026-07-19T04:17:22.608Z freemap_route_ipv6replacing 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 } }]
24962026-07-19T04:17:22.608ZJul 19 04:17:21.536
24972026-07-19T04:17:22.608Z INFO Jul 19 04:17:21.536adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Jul 19 04:17:21.536
24982026-07-19T04:17:22.608Z INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64Jul 19 04:17:21.536Jul 19 04:17:21.536
24992026-07-19T04:17:22.608Z, unitDEBG: 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
25002026-07-19T04:17:22.608Z
25012026-07-19T04:17:22.608ZJul 19 04:17:21.536DEBG DEBG created new freemapJul 19 04:17:21.536, unitreplacing 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 } }]INFOJul 19 04:17:21.536
25022026-07-19T04:17:22.608Z: freemap_route_ipv6adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
25032026-07-19T04:17:22.608Z
25042026-07-19T04:17:22.608Z reset freemap, Jul 19 04:17:21.536unitJul 19 04:17:21.536: Jul 19 04:17:21.536DEBGfreemap_route_ipv4
25052026-07-19T04:17:22.608ZDEBGINFO 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 } }]initted freemap. size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:17:21.536
25062026-07-19T04:17:22.608Z
25072026-07-19T04:17:22.608Z , DEBGJul 19 04:17:21.536 initted freemap. size: 64Jul 19 04:17:21.536unit, : DEBGfreemap_route_ipv4 INFO
25082026-07-19T04:17:22.608Zunitreplacing 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 } }]:
25092026-07-19T04:17:22.608Z freemap_route_ipv6adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25102026-07-19T04:17:22.608ZJul 19 04:17:21.536
25112026-07-19T04:17:22.612Z Jul 19 04:17:21.536INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:17:21.536DEBG
25122026-07-19T04:17:22.612Z DEBG reset freemapreset freemapJul 19 04:17:21.536, DEBG, unitunit: Jul 19 04:17:21.536replacing 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 } }]:
25132026-07-19T04:17:22.612Z freemap_route_ipv6DEBG
25142026-07-19T04:17:22.612Zfreemap_route_ipv4
25152026-07-19T04:17:22.612Zreplacing 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:17:21.536Jul 19 04:17:21.536
25162026-07-19T04:17:22.612ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:17:21.536
25172026-07-19T04:17:22.612ZINFO Jul 19 04:17:21.536adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGINFO Jul 19 04:17:21.536initted freemap. size: 64
25182026-07-19T04:17:22.612Z DEBG, adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
25192026-07-19T04:17:22.612Z:Jul 19 04:17:21.536 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 } }]freemap_route_ipv6DEBG
25202026-07-19T04:17:22.612Z Jul 19 04:17:21.536
25212026-07-19T04:17:22.612Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
25222026-07-19T04:17:22.612Zreplacing 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:17:21.536
25232026-07-19T04:17:22.612Z DEBG Jul 19 04:17:21.536reset freemap , Jul 19 04:17:21.536unit Jul 19 04:17:21.536INFO: INFOINFO freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25242026-07-19T04:17:22.613Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
25252026-07-19T04:17:22.613Z
25262026-07-19T04:17:22.613Zadding route 3fff:dead::/64 -> 2001:db8::55:2
25272026-07-19T04:17:22.613ZJul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 INFODEBGDEBG Jul 19 04:17:21.536replacing 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 } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
25282026-07-19T04:17:22.613Z
25292026-07-19T04:17:22.613Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25302026-07-19T04:17:22.613Z
25312026-07-19T04:17:22.613ZJul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFOJul 19 04:17:21.536 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOINFOreplacing 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 } }]
25322026-07-19T04:17:22.613Z
25332026-07-19T04:17:22.613Zadding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25342026-07-19T04:17:22.613Z
25352026-07-19T04:17:22.613ZJul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536DEBG Jul 19 04:17:21.536 INFO 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 } }]
25362026-07-19T04:17:22.613Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
25372026-07-19T04:17:22.613Z
25382026-07-19T04:17:22.613ZDEBGJul 19 04:17:21.536 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 } }]Jul 19 04:17:21.536 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.536
25392026-07-19T04:17:22.613Z
25402026-07-19T04:17:22.613Z DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:21.536
25412026-07-19T04:17:22.613Z
25422026-07-19T04:17:22.613ZJul 19 04:17:21.536 DEBGINFO Jul 19 04:17:21.536replacing 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:21.536
25432026-07-19T04:17:22.613Z DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:21.536
25442026-07-19T04:17:22.613ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25452026-07-19T04:17:22.613Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25462026-07-19T04:17:22.613Z
25472026-07-19T04:17:22.613ZJul 19 04:17:21.536 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:17:21.536Jul 19 04:17:21.536
25482026-07-19T04:17:22.613ZDEBG DEBGJul 19 04:17:21.536 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: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 } }]
25492026-07-19T04:17:22.613Z
25502026-07-19T04:17:22.613ZJul 19 04:17:21.536DEBG 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
25512026-07-19T04:17:22.613ZJul 19 04:17:21.536replacing 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 } }]
25522026-07-19T04:17:22.613ZJul 19 04:17:21.536INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.536
25532026-07-19T04:17:22.613Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:17:21.536
25542026-07-19T04:17:22.613ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25552026-07-19T04:17:22.613ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:17:21.536Jul 19 04:17:21.536
25562026-07-19T04:17:22.613Z 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 } }]Jul 19 04:17:21.536
25572026-07-19T04:17:22.613ZJul 19 04:17:21.536 DEBGDEBG Jul 19 04:17:21.536 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]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 } }]
25582026-07-19T04:17:22.613Z
25592026-07-19T04:17:22.614Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
25602026-07-19T04:17:22.614Z
25612026-07-19T04:17:22.614ZJul 19 04:17:21.536 Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFO
25622026-07-19T04:17:22.614Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25632026-07-19T04:17:22.614ZJul 19 04:17:21.536INFO
25642026-07-19T04:17:22.614Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
25652026-07-19T04:17:22.614ZDEBGJul 19 04:17:21.536 Jul 19 04:17:21.536 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25662026-07-19T04:17:22.614Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.536 Jul 19 04:17:21.536
25672026-07-19T04:17:22.614Zreplacing 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 } }]
25682026-07-19T04:17:22.614Z DEBG Jul 19 04:17:21.536INFO DEBGadding route 3fff:beef:11::/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 } }]Jul 19 04:17:21.536
25692026-07-19T04:17:22.614Z 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 } }]
25702026-07-19T04:17:22.614Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25712026-07-19T04:17:22.614Z
25722026-07-19T04:17:22.614ZJul 19 04:17:21.536 Jul 19 04:17:21.536Jul 19 04:17:21.536INFO INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25732026-07-19T04:17:22.614Zreplacing 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 } }]
25742026-07-19T04:17:22.614ZJul 19 04:17:21.536
25752026-07-19T04:17:22.614Z Jul 19 04:17:21.536DEBG DEBGJul 19 04:17:21.536replacing 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:17:21.536DEBG
25762026-07-19T04:17:22.614Z 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 } }]
25772026-07-19T04:17:22.614ZINFOreplacing 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 } }]
25782026-07-19T04:17:22.614Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25792026-07-19T04:17:22.614ZJul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536 INFO INFOINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25802026-07-19T04:17:22.614Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25812026-07-19T04:17:22.614Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:17:21.536Jul 19 04:17:21.536
25822026-07-19T04:17:22.614ZDEBGDEBG 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:17:21.536
25832026-07-19T04:17:22.614Zreplacing 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 } }]
25842026-07-19T04:17:22.614ZJul 19 04:17:21.536DEBG DEBG Jul 19 04:17:21.536 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:17:21.536
25852026-07-19T04:17:22.614Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25862026-07-19T04:17:22.614Z INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:21.536
25872026-07-19T04:17:22.614Z
25882026-07-19T04:17:22.614ZJul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25892026-07-19T04:17:22.614Z
25902026-07-19T04:17:22.614ZJul 19 04:17:21.536 DEBGJul 19 04:17:21.536 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 } }]DEBGDEBG
25912026-07-19T04:17:22.614Zreplacing 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: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:21.536
25922026-07-19T04:17:22.614Z
25932026-07-19T04:17:22.614Z 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:17:21.536Jul 19 04:17:21.536 INFO
25942026-07-19T04:17:22.614Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25952026-07-19T04:17:22.614ZJul 19 04:17:21.536
25962026-07-19T04:17:22.614Z INFOJul 19 04:17:21.536 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff INFO
25972026-07-19T04:17:22.614Z Jul 19 04:17:21.536 DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25982026-07-19T04:17:22.615ZJul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
25992026-07-19T04:17:22.615Z
26002026-07-19T04:17:22.615Zreplacing 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 } }]
26012026-07-19T04:17:22.615ZJul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFO DEBGINFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26022026-07-19T04:17:22.615Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26032026-07-19T04:17:22.615Z
26042026-07-19T04:17:22.615Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26052026-07-19T04:17:22.615ZJul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFO DEBG DEBGDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26062026-07-19T04:17:22.615Z 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: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 } }]
26072026-07-19T04:17:22.615Z
26082026-07-19T04:17:22.615Zreplacing 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:21.536
26092026-07-19T04:17:22.615Z Jul 19 04:17:21.536DEBGJul 19 04:17:21.536 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 } }]INFO
26102026-07-19T04:17:22.615Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26112026-07-19T04:17:22.619Z
26122026-07-19T04:17:22.619ZJul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536Jul 19 04:17:21.536INFODEBG 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 } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26132026-07-19T04:17:22.619Z
26142026-07-19T04:17:22.619ZINFO 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:6::/64 -> 2001:db8::55:ff
26152026-07-19T04:17:22.619Z
26162026-07-19T04:17:22.619ZJul 19 04:17:21.536 INFOJul 19 04:17:21.536Jul 19 04:17:21.536 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
26172026-07-19T04:17:22.619Z Jul 19 04:17:21.536replacing 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 } }]
26182026-07-19T04:17:22.619ZDEBG Jul 19 04:17:21.536replacing 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 } }]
26192026-07-19T04:17:22.619ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.537
26202026-07-19T04:17:22.619Z INFOJul 19 04:17:21.537replacing 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:21.537 INFODEBG
26212026-07-19T04:17:22.619Z 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 } }]
26222026-07-19T04:17:22.619Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26232026-07-19T04:17:22.619Z
26242026-07-19T04:17:22.619ZJul 19 04:17:21.537 INFO Jul 19 04:17:21.537adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:17:21.537Jul 19 04:17:21.537
26252026-07-19T04:17:22.619Z DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
26262026-07-19T04:17:22.619Z
26272026-07-19T04:17:22.619ZJul 19 04:17:21.537 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 } }]Jul 19 04:17:21.537Jul 19 04:17:21.537 INFO
26282026-07-19T04:17:22.619Zreplacing 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 } }]
26292026-07-19T04:17:22.619Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
26302026-07-19T04:17:22.619Z 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 } }]Jul 19 04:17:21.537
26312026-07-19T04:17:22.619Z Jul 19 04:17:21.537Jul 19 04:17:21.537 INFO Jul 19 04:17:21.537DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26322026-07-19T04:17:22.619ZINFOINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26332026-07-19T04:17:22.619Z
26342026-07-19T04:17:22.619Z
26352026-07-19T04:17:22.619ZJul 19 04:17:21.537 DEBG Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 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
26362026-07-19T04:17:22.619Z DEBGDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
26372026-07-19T04:17:22.619Z 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: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
26382026-07-19T04:17:22.619Z
26392026-07-19T04:17:22.619Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26402026-07-19T04:17:22.619ZJul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 INFOINFO Jul 19 04:17:21.537DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26412026-07-19T04:17:22.619Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
26422026-07-19T04:17:22.619Z 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: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:21.537Jul 19 04:17:21.537
26432026-07-19T04:17:22.619Z
26442026-07-19T04:17:22.619ZDEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26452026-07-19T04:17:22.620Z
26462026-07-19T04:17:22.620ZJul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 INFOINFOJul 19 04:17:21.537 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOINFO
26472026-07-19T04:17:22.620Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26482026-07-19T04:17:22.620ZDEBG
26492026-07-19T04:17:22.620Z created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:17:21.537Jul 19 04:17:21.537, unitDEBG
26502026-07-19T04:17:22.620ZJul 19 04:17:21.537DEBG 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: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 } }]
26512026-07-19T04:17:22.620ZJul 19 04:17:21.537
26522026-07-19T04:17:22.620Z 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 } }]
26532026-07-19T04:17:22.620ZDEBG Jul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 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
26542026-07-19T04:17:22.620ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26552026-07-19T04:17:22.620ZJul 19 04:17:21.537freemap_route_ipv4
26562026-07-19T04:17:22.620Z
26572026-07-19T04:17:22.620ZINFO Jul 19 04:17:21.537 Jul 19 04:17:21.537adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG
26582026-07-19T04:17:22.620Z 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 } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26592026-07-19T04:17:22.620Z
26602026-07-19T04:17:22.620Z Jul 19 04:17:21.537adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537
26612026-07-19T04:17:22.620ZDEBGJul 19 04:17:21.537 INFOJul 19 04:17:21.537 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOcreated new freemap
26622026-07-19T04:17:22.620Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:17:21.537DEBG, 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 } }]
26632026-07-19T04:17:22.620Z
26642026-07-19T04:17:22.620ZunitJul 19 04:17:21.537DEBG:Jul 19 04:17:21.537 Jul 19 04:17:21.537DEBGfreemap_route_ipv6
26652026-07-19T04:17:22.620Z 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 } }] DEBG
26662026-07-19T04:17:22.620Z INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26672026-07-19T04:17:22.620Z Jul 19 04:17:21.537Jul 19 04:17:21.537adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO
26682026-07-19T04:17:22.620Z 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:17:21.537
26692026-07-19T04:17:22.620Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
26702026-07-19T04:17:22.620ZDEBG Jul 19 04:17:21.537INFO initted freemap. size: 64DEBG, Jul 19 04:17:21.537replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26712026-07-19T04:17:22.620ZunitDEBG: Jul 19 04:17:21.537freemap_route_ipv4 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 } }]
26722026-07-19T04:17:22.620Z
26732026-07-19T04:17:22.620ZJul 19 04:17:21.537 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
26742026-07-19T04:17:22.620Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
26752026-07-19T04:17:22.620Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.537 INFO
26762026-07-19T04:17:22.620Zreset freemap , unitJul 19 04:17:21.537:Jul 19 04:17:21.537adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
26772026-07-19T04:17:22.620Zfreemap_route_ipv4
26782026-07-19T04:17:22.620Z Jul 19 04:17:21.537Jul 19 04:17:21.537DEBG Jul 19 04:17:21.537replacing 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
26792026-07-19T04:17:22.620Z 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
26802026-07-19T04:17:22.620Z DEBGDEBGreplacing 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 } }]
26812026-07-19T04:17:22.620ZJul 19 04:17:21.537 Jul 19 04:17:21.537 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 initted freemap. size: 64
26822026-07-19T04:17:22.620Z, INFO Jul 19 04:17:21.537unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff:
26832026-07-19T04:17:22.620Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 INFOJul 19 04:17:21.537freemap_route_ipv6 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
26842026-07-19T04:17:22.620Z
26852026-07-19T04:17:22.621Z
26862026-07-19T04:17:22.621ZDEBG 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 } }]
26872026-07-19T04:17:22.621ZJul 19 04:17:21.537 Jul 19 04:17:21.537DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537
26882026-07-19T04:17:22.621ZDEBG Jul 19 04:17:21.537 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:21.537adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }]reset freemap
26892026-07-19T04:17:22.621Z
26902026-07-19T04:17:22.621Z
26912026-07-19T04:17:22.621Z, DEBGJul 19 04:17:21.537 unitINFOJul 19 04:17:21.537:Jul 19 04:17:21.537 DEBGfreemap_route_ipv6 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
26922026-07-19T04:17:22.621Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26932026-07-19T04:17:22.621Z
26942026-07-19T04:17:22.621Z
26952026-07-19T04:17:22.621ZJul 19 04:17:21.537Jul 19 04:17:21.537
26962026-07-19T04:17:22.621ZDEBGINFOJul 19 04:17:21.537 adding route 3fff:beef:30::/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 } }]
26972026-07-19T04:17:22.621Z
26982026-07-19T04:17:22.621ZJul 19 04:17:21.537Jul 19 04:17:21.537 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:21.537Jul 19 04:17:21.537replacing 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 } }]
26992026-07-19T04:17:22.621Z
27002026-07-19T04:17:22.621ZINFO DEBG Jul 19 04:17:21.537replacing 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:15::/64 -> 2001:db8::55:ff
27012026-07-19T04:17:22.621Z
27022026-07-19T04:17:22.621ZDEBGJul 19 04:17:21.537 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
27032026-07-19T04:17:22.621ZINFO Jul 19 04:17:21.537adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27042026-07-19T04:17:22.621ZJul 19 04:17:21.537INFO Jul 19 04:17:21.537adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
27052026-07-19T04:17:22.621ZDEBG DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
27062026-07-19T04:17:22.621Z Jul 19 04:17:21.537
27072026-07-19T04:17:22.621Zadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
27082026-07-19T04:17:22.621ZJul 19 04:17:21.537 Jul 19 04:17:21.537 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27092026-07-19T04:17:22.621ZJul 19 04:17:21.537 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27102026-07-19T04:17:22.621ZINFODEBG Jul 19 04:17:21.537adding route 3fff:beef:16::/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 } }]Jul 19 04:17:21.537
27112026-07-19T04:17:22.625Z
27122026-07-19T04:17:22.625Z DEBGINFO adding route 3fff:beef:32::/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 } }]Jul 19 04:17:21.537
27132026-07-19T04:17:22.625Z
27142026-07-19T04:17:22.625Z Jul 19 04:17:21.537INFO DEBGJul 19 04:17:21.537Jul 19 04:17:21.537 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 } }]DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:3
27152026-07-19T04:17:22.625Zreplacing 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:12::/64 -> 2001:db8::55:ff
27162026-07-19T04:17:22.625Z
27172026-07-19T04:17:22.625Z
27182026-07-19T04:17:22.625ZJul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 Jul 19 04:17:21.537INFO DEBGINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27192026-07-19T04:17:22.625Z DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27202026-07-19T04:17:22.625Z Jul 19 04:17:21.537replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
27212026-07-19T04:17:22.625Z
27222026-07-19T04:17:22.625ZDEBGJul 19 04:17:21.537 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 } }]
27232026-07-19T04:17:22.625ZJul 19 04:17:21.537Jul 19 04:17:21.537 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 } }]
27242026-07-19T04:17:22.625ZINFOJul 19 04:17:21.537 INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:17:21.537 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27252026-07-19T04:17:22.625Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
27262026-07-19T04:17:22.625Z
27272026-07-19T04:17:22.625Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27282026-07-19T04:17:22.625ZJul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 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 } }]DEBG
27292026-07-19T04:17:22.625ZJul 19 04:17:21.537 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
27302026-07-19T04:17:22.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 } }, NextHop { asic_port_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:21.537replacing 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 } }]
27312026-07-19T04:17:22.625Z
27322026-07-19T04:17:22.625ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
27332026-07-19T04:17:22.625ZJul 19 04:17:21.537 Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
27342026-07-19T04:17:22.625Z
27352026-07-19T04:17:22.625Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27362026-07-19T04:17:22.625Z
27372026-07-19T04:17:22.625ZJul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 DEBGINFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff WARN
27382026-07-19T04:17:22.625Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
27392026-07-19T04:17:22.625Z
27402026-07-19T04:17:22.625Z
27412026-07-19T04:17:22.625ZJul 19 04:17:21.537 DEBG Jul 19 04:17:21.537replacing 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:17:21.537Jul 19 04:17:21.537ERRO
27422026-07-19T04:17:22.625Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
27432026-07-19T04:17:22.626ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27442026-07-19T04:17:22.626Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27452026-07-19T04:17:22.626ZJul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537ERRO 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 } }]
27462026-07-19T04:17:22.626Zshrink-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
27472026-07-19T04:17:22.626Z
27482026-07-19T04:17:22.626Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.537
27492026-07-19T04:17:22.626ZJul 19 04:17:21.537 INFODEBG adding route 3fff:beef:1b::/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:17:21.537
27502026-07-19T04:17:22.626Z
27512026-07-19T04:17:22.626Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
27522026-07-19T04:17:22.626Z Jul 19 04:17:21.537DEBG INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27532026-07-19T04:17:22.626ZJul 19 04:17:21.537
27542026-07-19T04:17:22.626Z 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 } }]
27552026-07-19T04:17:22.626ZJul 19 04:17:21.537Jul 19 04:17:21.537 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27562026-07-19T04:17:22.626ZJul 19 04:17:21.537
27572026-07-19T04:17:22.626Z INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
27582026-07-19T04:17:22.626Z
27592026-07-19T04:17:22.626Z INFO Jul 19 04:17:21.537adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537DEBG
27602026-07-19T04:17:22.626Z DEBGJul 19 04:17:21.537 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: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:17:21.537
27612026-07-19T04:17:22.626Z
27622026-07-19T04:17:22.626Z DEBGJul 19 04:17:21.537 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:1d::/64 -> 2001:db8::55:ff
27632026-07-19T04:17:22.626Zreplacing 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 } }]
27642026-07-19T04:17:22.626ZJul 19 04:17:21.537
27652026-07-19T04:17:22.626ZINFOJul 19 04:17:21.537 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
27662026-07-19T04:17:22.626ZJul 19 04:17:21.537INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27672026-07-19T04:17:22.626Z
27682026-07-19T04:17:22.626ZJul 19 04:17:21.537adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27692026-07-19T04:17:22.626Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
27702026-07-19T04:17:22.626Z DEBG Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537replacing 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 } }]
27712026-07-19T04:17:22.626ZINFODEBG DEBG adding route 3fff:beef:1e::/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 } }]Jul 19 04:17:21.537replacing 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 } }]
27722026-07-19T04:17:22.626Z
27732026-07-19T04:17:22.626Z
27742026-07-19T04:17:22.626ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27752026-07-19T04:17:22.626ZJul 19 04:17:21.537Jul 19 04:17:21.537 INFOJul 19 04:17:21.537Jul 19 04:17:21.537 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27762026-07-19T04:17:22.626Z
27772026-07-19T04:17:22.626Z
27782026-07-19T04:17:22.626Z 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 } }]
27792026-07-19T04:17:22.626ZJul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27802026-07-19T04:17:22.626Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27812026-07-19T04:17:22.626ZDEBG 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:17:21.537
27822026-07-19T04:17:22.626Z Jul 19 04:17:21.537INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27832026-07-19T04:17:22.627ZJul 19 04:17:21.537 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 } }]
27842026-07-19T04:17:22.627Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
27852026-07-19T04:17:22.627Z
27862026-07-19T04:17:22.627ZDEBG 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 } }]Jul 19 04:17:21.537
27872026-07-19T04:17:22.627Z Jul 19 04:17:21.537Jul 19 04:17:21.537 DEBGDEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.537
27882026-07-19T04:17:22.627Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO
27892026-07-19T04:17:22.627Z Jul 19 04:17:21.537adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27902026-07-19T04:17:22.627ZINFO 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:3d::/64 -> 2001:db8::55:ffJul 19 04:17:21.537
27912026-07-19T04:17:22.627ZJul 19 04:17:21.537
27922026-07-19T04:17:22.627Z DEBG Jul 19 04:17:21.537DEBG 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 } }] 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 } }]
27932026-07-19T04:17:22.627Z
27942026-07-19T04:17:22.627Z 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 } }]
27952026-07-19T04:17:22.627ZJul 19 04:17:21.537Jul 19 04:17:21.537 INFO Jul 19 04:17:21.538adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.538
27962026-07-19T04:17:22.627ZINFO INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:17:21.538
27972026-07-19T04:17:22.627Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
27982026-07-19T04:17:22.627ZDEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27992026-07-19T04:17:22.627Zreplacing 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 } }]
28002026-07-19T04:17:22.627ZJul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBG DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:17:21.538
28012026-07-19T04:17:22.627Z
28022026-07-19T04:17:22.627Z INFO
28032026-07-19T04:17:22.627Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:17:21.538
28042026-07-19T04:17:22.627Z Jul 19 04:17:21.538 Jul 19 04:17:21.538INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28052026-07-19T04:17:22.627ZINFO
28062026-07-19T04:17:22.627Z Jul 19 04:17:21.538adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28072026-07-19T04:17:22.627ZJul 19 04:17:21.538Jul 19 04:17:21.538DEBG 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 } }] DEBGJul 19 04:17:21.538
28082026-07-19T04:17:22.627Zreplacing 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 } }] 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 } }]
28092026-07-19T04:17:22.627Z
28102026-07-19T04:17:22.627Zreplacing 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:17:21.538
28112026-07-19T04:17:22.631ZJul 19 04:17:21.538Jul 19 04:17:21.538 DEBG failed to allocate space for the new target list
28122026-07-19T04:17:22.631ZINFOJul 19 04:17:21.538INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.538
28132026-07-19T04:17:22.631Z
28142026-07-19T04:17:22.631Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
28152026-07-19T04:17:22.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 } }]Jul 19 04:17:21.538
28162026-07-19T04:17:22.631Z Jul 19 04:17:21.538Jul 19 04:17:21.538DEBG DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
28172026-07-19T04:17:22.631ZJul 19 04:17:21.538
28182026-07-19T04:17:22.631Z 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 } }]
28192026-07-19T04:17:22.631Zfailed to allocate space for the new target listJul 19 04:17:21.538
28202026-07-19T04:17:22.631Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:17:21.538
28212026-07-19T04:17:22.631ZJul 19 04:17:21.538 INFOJul 19 04:17:21.538INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
28222026-07-19T04:17:22.631Z adding route 3fff:beef:24::/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 } }]
28232026-07-19T04:17:22.631Z
28242026-07-19T04:17:22.631ZJul 19 04:17:21.538 DEBG Jul 19 04:17:21.538Jul 19 04:17:21.538replacing 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 } }]
28252026-07-19T04:17:22.631ZDEBGINFO 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:27::/64 -> 2001:db8::55:ff
28262026-07-19T04:17:22.631Z
28272026-07-19T04:17:22.631ZJul 19 04:17:21.538Jul 19 04:17:21.538 INFODEBG Jul 19 04:17:21.538replacing 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:1f::/64 -> 2001:db8::55:ff
28282026-07-19T04:17:22.631Z
28292026-07-19T04:17:22.631ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 19 04:17:21.538
28302026-07-19T04:17:22.631ZJul 19 04:17:21.538 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.538adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28312026-07-19T04:17:22.631Z
28322026-07-19T04:17:22.631ZDEBG 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 } }]
28332026-07-19T04:17:22.631ZJul 19 04:17:21.538Jul 19 04:17:21.538 INFODEBG adding route 3fff:beef:20::/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 } }]Jul 19 04:17:21.538
28342026-07-19T04:17:22.632Z
28352026-07-19T04:17:22.632Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:17:21.538
28362026-07-19T04:17:22.632Z DEBGJul 19 04:17:21.538 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
28372026-07-19T04:17:22.632ZJul 19 04:17:21.538 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28382026-07-19T04:17:22.632ZDEBG Jul 19 04:17:21.538replacing 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 } }]
28392026-07-19T04:17:22.632ZJul 19 04:17:21.538INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Jul 19 04:17:21.538
28402026-07-19T04:17:22.632Z 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
28412026-07-19T04:17:22.632Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28422026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538 DEBGINFO Jul 19 04:17:21.538 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 } }]
28432026-07-19T04:17:22.632Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
28442026-07-19T04:17:22.632Z 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:17:21.538
28452026-07-19T04:17:22.632ZJul 19 04:17:21.538 INFODEBG Jul 19 04:17:21.538 adding route 3fff:beef:22::/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 } }]INFO
28462026-07-19T04:17:22.632Z
28472026-07-19T04:17:22.632Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28482026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBGDEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28492026-07-19T04:17:22.632Z
28502026-07-19T04:17:22.632Zreplacing 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 } }]
28512026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
28522026-07-19T04:17:22.632Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28532026-07-19T04:17:22.632Z
28542026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538 INFOJul 19 04:17:21.538 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGDEBG
28552026-07-19T04:17:22.632Z 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 } }]
28562026-07-19T04:17:22.632Zreplacing 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 } }]Jul 19 04:17:21.538
28572026-07-19T04:17:22.632ZJul 19 04:17:21.538 DEBGINFO Jul 19 04:17:21.538replacing 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:2a::/64 -> 2001:db8::55:ff
28582026-07-19T04:17:22.632Z
28592026-07-19T04:17:22.632ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28602026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538 DEBGJul 19 04:17:21.538INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
28612026-07-19T04:17:22.632Z
28622026-07-19T04:17:22.632Z
28632026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 INFOINFO DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28642026-07-19T04:17:22.632Z
28652026-07-19T04:17:22.632Z 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 } }]
28662026-07-19T04:17:22.632ZJul 19 04:17:21.538Jul 19 04:17:21.538 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.538
28672026-07-19T04:17:22.632Zreplacing 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 } }]
28682026-07-19T04:17:22.632ZJul 19 04:17:21.538INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
28692026-07-19T04:17:22.632Z Jul 19 04:17:21.538adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28702026-07-19T04:17:22.632ZINFO Jul 19 04:17:21.538adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 19 04:17:21.538DEBG
28712026-07-19T04:17:22.632ZDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28722026-07-19T04:17:22.632Z
28732026-07-19T04:17:22.632ZJul 19 04:17:21.538 DEBG Jul 19 04:17:21.538replacing 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:17:21.538
28742026-07-19T04:17:22.633Z INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:17:21.538
28752026-07-19T04:17:22.633Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28762026-07-19T04:17:22.633ZJul 19 04:17:21.538INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28772026-07-19T04:17:22.633Zreplacing 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:17:21.538
28782026-07-19T04:17:22.633Z 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:17:21.538Jul 19 04:17:21.538
28792026-07-19T04:17:22.633Z 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:30::/64 -> 2001:db8::55:ff
28802026-07-19T04:17:22.633ZJul 19 04:17:21.538 DEBG Jul 19 04:17:21.539created new freemap , DEBGunit: 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 } }]freemap_route_ipv4
28812026-07-19T04:17:22.633Z
28822026-07-19T04:17:22.633ZJul 19 04:17:21.538 Jul 19 04:17:21.539 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
28832026-07-19T04:17:22.633Z
28842026-07-19T04:17:22.633ZJul 19 04:17:21.539 DEBG created new freemap, unit:Jul 19 04:17:21.539 freemap_route_ipv6DEBG
28852026-07-19T04:17:22.633Z initted freemap. size: 64, unit:
28862026-07-19T04:17:22.633Zfreemap_route_ipv4Jul 19 04:17:21.539
28872026-07-19T04:17:22.633Z DEBGJul 19 04:17:21.539 initted freemap. size: 64INFOJul 19 04:17:21.539 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.539
28882026-07-19T04:17:22.633Z, unitINFO: adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:17:21.539
28892026-07-19T04:17:22.633Zreset freemap freemap_route_ipv4DEBG
28902026-07-19T04:17:22.633Z , 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 } }]unit
28912026-07-19T04:17:22.633ZJul 19 04:17:21.539: Jul 19 04:17:21.539 freemap_route_ipv4DEBG
28922026-07-19T04:17:22.633Z Jul 19 04:17:21.539 INFODEBGreplacing 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:21.539
28932026-07-19T04:17:22.633Z DEBGreset freemap adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:17:21.539
28942026-07-19T04:17:22.633Zinitted freemap. size: 64 INFO , adding route 3fff:beef:29::/64 -> 2001:db8::55:ffunit
28952026-07-19T04:17:22.633Z, Jul 19 04:17:21.539unit :DEBG freemap_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 } }]
28962026-07-19T04:17:22.633Z freemap_route_ipv4
28972026-07-19T04:17:22.633Z
28982026-07-19T04:17:22.633ZJul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64
28992026-07-19T04:17:22.633Z, unit DEBG:DEBG freemap_route_ipv6reset freemap , Jul 19 04:17:21.539
29002026-07-19T04:17:22.633Zunitreplacing 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 freemap_route_ipv6replacing 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 } }]
29012026-07-19T04:17:22.633Z
29022026-07-19T04:17:22.633Z
29032026-07-19T04:17:22.633ZJul 19 04:17:21.539 Jul 19 04:17:21.539DEBG INFOreset freemap , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunitJul 19 04:17:21.539:
29042026-07-19T04:17:22.633Z freemap_route_ipv6
29052026-07-19T04:17:22.633ZINFO Jul 19 04:17:21.539adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29062026-07-19T04:17:22.633ZDEBG 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:17:21.539
29072026-07-19T04:17:22.633Z Jul 19 04:17:21.539INFOJul 19 04:17:21.539 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOJul 19 04:17:21.539DEBG
29082026-07-19T04:17:22.633Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
29092026-07-19T04:17:22.633Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29102026-07-19T04:17:22.633Z
29112026-07-19T04:17:22.637ZJul 19 04:17:21.539Jul 19 04:17:21.539 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 } }]Jul 19 04:17:21.539replacing 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 } }]
29122026-07-19T04:17:22.637Z
29132026-07-19T04:17:22.637Z Jul 19 04:17:21.539DEBG Jul 19 04:17:21.539INFOreplacing 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 } }]
29142026-07-19T04:17:22.637Z INFOJul 19 04:17:21.539 adding route 172.17.0.0/32 -> 10.0.0.255INFO
29152026-07-19T04:17:22.637ZJul 19 04:17:21.539 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
29162026-07-19T04:17:22.637ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29172026-07-19T04:17:22.637Z
29182026-07-19T04:17:22.637ZJul 19 04:17:21.539 Jul 19 04:17:21.539DEBG Jul 19 04:17:21.538replacing 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 } }]DEBGJul 19 04:17:21.539 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 } }] created new freemapDEBG
29192026-07-19T04:17:22.637Z,
29202026-07-19T04:17:22.637Zunit: freemap_route_ipv4replacing 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 } }]
29212026-07-19T04:17:22.637ZJul 19 04:17:21.539
29222026-07-19T04:17:22.637Z Jul 19 04:17:21.539INFO adding route 172.17.0.1/32 -> 10.0.0.255INFO
29232026-07-19T04:17:22.637ZJul 19 04:17:21.539Jul 19 04:17:21.539 DEBG INFOJul 19 04:17:21.539adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGJul 19 04:17:21.539
29242026-07-19T04:17:22.637Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing 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 } }]
29252026-07-19T04:17:22.637ZDEBGreplacing 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 } }]
29262026-07-19T04:17:22.637Z
29272026-07-19T04:17:22.637ZJul 19 04:17:21.539created new freemap , Jul 19 04:17:21.539unit Jul 19 04:17:21.539:INFO DEBG INFO adding route 172.17.0.2/32 -> 10.0.0.255
29282026-07-19T04:17:22.637Zfreemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
29292026-07-19T04:17:22.637Z
29302026-07-19T04:17:22.637Zreplacing 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 } }]Jul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539 DEBG
29312026-07-19T04:17:22.638ZDEBG initted freemap. size: 64replacing 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:21.539, unit
29322026-07-19T04:17:22.638Z DEBG 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 } }] Jul 19 04:17:21.539Jul 19 04:17:21.539
29332026-07-19T04:17:22.638Z 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 :
29342026-07-19T04:17:22.638Z freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255
29352026-07-19T04:17:22.638ZINFO
29362026-07-19T04:17:22.638Z Jul 19 04:17:21.539adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.539
29372026-07-19T04:17:22.638Z INFOJul 19 04:17:21.539 DEBGINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29382026-07-19T04:17:22.638Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:17:21.539
29392026-07-19T04:17:22.638Z DEBGJul 19 04:17:21.539reset freemapJul 19 04:17:21.539 Jul 19 04:17:21.539, 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:17:21.539unit :DEBG
29402026-07-19T04:17:22.638ZDEBG freemap_route_ipv4 DEBGcreated new freemap Jul 19 04:17:21.539
29412026-07-19T04:17:22.638Z, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO : 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 } }]
29422026-07-19T04:17:22.638Zadding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4
29432026-07-19T04:17:22.638Z
29442026-07-19T04:17:22.638Z
29452026-07-19T04:17:22.638ZDEBG 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:21.539
29462026-07-19T04:17:22.638ZJul 19 04:17:21.539 Jul 19 04:17:21.539 INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 19 04:17:21.539DEBG
29472026-07-19T04:17:22.638Z created new freemapinitted freemap. size: 64, Jul 19 04:17:21.539, unitunit :INFODEBG Jul 19 04:17:21.539 freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff
29482026-07-19T04:17:22.638Z:
29492026-07-19T04:17:22.638Z 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 Jul 19 04:17:21.539
29502026-07-19T04:17:22.638Zreplacing 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 } }]
29512026-07-19T04:17:22.638Zfreemap_route_ipv6
29522026-07-19T04:17:22.638ZDEBG Jul 19 04:17:21.539initted freemap. size: 64 , DEBGJul 19 04:17:21.539unit Jul 19 04:17:21.539INFOJul 19 04:17:21.539 :adding route 172.17.0.5/32 -> 10.0.0.255 INFO DEBG
29532026-07-19T04:17:22.638Z freemap_route_ipv4reset freemapJul 19 04:17:21.539, adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunitreplacing 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 } }]:
29542026-07-19T04:17:22.638Z
29552026-07-19T04:17:22.638ZJul 19 04:17:21.539 freemap_route_ipv6
29562026-07-19T04:17:22.638Z
29572026-07-19T04:17:22.638ZDEBG Jul 19 04:17:21.539 Jul 19 04:17:21.539DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]DEBGJul 19 04:17:21.539
29582026-07-19T04:17:22.638Z reset freemap , unitINFOJul 19 04:17:21.539
29592026-07-19T04:17:22.638Z :INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
29602026-07-19T04:17:22.638Z
29612026-07-19T04:17:22.638Z INFO Jul 19 04:17:21.539adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539
29622026-07-19T04:17:22.638Z INFO DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255DEBGINFO
29632026-07-19T04:17:22.638Z
29642026-07-19T04:17:22.638Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] initted freemap. size: 64
29652026-07-19T04:17:22.638Z Jul 19 04:17:21.539, unitJul 19 04:17:21.539 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff:DEBG
29662026-07-19T04:17:22.638Zfreemap_route_ipv6Jul 19 04:17:21.539DEBG Jul 19 04:17:21.539replacing 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 } }]
29672026-07-19T04:17:22.638Z
29682026-07-19T04:17:22.638Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.539Jul 19 04:17:21.539
29692026-07-19T04:17:22.638ZJul 19 04:17:21.539replacing 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 } }] 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 } }]DEBGadding route 172.17.0.7/32 -> 10.0.0.255
29702026-07-19T04:17:22.638ZDEBGreplacing 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 } }]
29712026-07-19T04:17:22.639ZJul 19 04:17:21.539
29722026-07-19T04:17:22.639Z
29732026-07-19T04:17:22.639Zreset freemapJul 19 04:17:21.539, DEBGunit 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 } }]:
29742026-07-19T04:17:22.639Zreplacing 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:17:21.539
29752026-07-19T04:17:22.639ZJul 19 04:17:21.539 INFOINFOfreemap_route_ipv6 Jul 19 04:17:21.539 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
29762026-07-19T04:17:22.639ZJul 19 04:17:21.539adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29772026-07-19T04:17:22.639Ztest route::tests::rollback_on_compact_delete_failure ... ok
29782026-07-19T04:17:22.639Z INFO
29792026-07-19T04:17:22.639Z adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:17:21.540
29802026-07-19T04:17:22.639ZJul 19 04:17:21.540Jul 19 04:17:21.539 INFODEBG Jul 19 04:17:21.540adding route 3fff:dead::/64 -> 2001:db8::55:1
29812026-07-19T04:17:22.639Z INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
29822026-07-19T04:17:22.639Z
29832026-07-19T04:17:22.639ZINFODEBGJul 19 04:17:21.540 Jul 19 04:17:21.540DEBG Jul 19 04:17:21.540 INFO DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29842026-07-19T04:17:22.639Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29852026-07-19T04:17:22.639Z
29862026-07-19T04:17:22.639Z
29872026-07-19T04:17:22.639Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:17:21.540Jul 19 04:17:21.540Jul 19 04:17:21.540 INFO
29882026-07-19T04:17:22.639Ztest route::tests::grow_succeeds ... ok
29892026-07-19T04:17:22.639ZJul 19 04:17:21.540DEBG adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:17:21.540 DEBG
29902026-07-19T04:17:22.639Z Jul 19 04:17:21.540INFODEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
29912026-07-19T04:17:22.639Z
29922026-07-19T04:17:22.639Z
29932026-07-19T04:17:22.639ZDEBG
29942026-07-19T04:17:22.639ZJul 19 04:17:21.540 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:17:21.540Jul 19 04:17:21.540 DEBGJul 19 04:17:21.540INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff 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 } }]
29952026-07-19T04:17:22.639Z
29962026-07-19T04:17:22.639Z adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
29972026-07-19T04:17:22.639Z
29982026-07-19T04:17:22.639Z 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 } }]
29992026-07-19T04:17:22.639ZJul 19 04:17:21.540Jul 19 04:17:21.546 Jul 19 04:17:21.540INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
30002026-07-19T04:17:22.639Z
30012026-07-19T04:17:22.639ZJul 19 04:17:21.540Jul 19 04:17:21.546 Jul 19 04:17:21.546 DEBG Jul 19 04:17:21.540DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
30022026-07-19T04:17:22.639Z
30032026-07-19T04:17:22.639Zreplacing 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 } }]
30042026-07-19T04:17:22.639ZDEBG Jul 19 04:17:21.546Jul 19 04:17:21.546 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
30052026-07-19T04:17:22.639Zcreated new freemap
30062026-07-19T04:17:22.639ZJul 19 04:17:21.546, INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:17:21.546Jul 19 04:17:21.546 DEBG
30072026-07-19T04:17:22.639ZWARNfreemap_route_ipv4 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30082026-07-19T04:17:22.639Z
30092026-07-19T04:17:22.639ZJul 19 04:17:21.546
30102026-07-19T04:17:22.640Z DEBGJul 19 04:17:21.546 Jul 19 04:17:21.540INFO 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
30112026-07-19T04:17:22.643Z adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30122026-07-19T04:17:22.643ZJul 19 04:17:21.546
30132026-07-19T04:17:22.643ZJul 19 04:17:21.546 DEBGINFO created new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 19 04:17:21.546, Jul 19 04:17:21.546 unitINFO: DEBGfreemap_route_ipv6 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30142026-07-19T04:17:22.643Z
30152026-07-19T04:17:22.643Zreplacing 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 } }]
30162026-07-19T04:17:22.643Z
30172026-07-19T04:17:22.643ZJul 19 04:17:21.546Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG DEBGDEBGreplacing 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 } }]
30182026-07-19T04:17:22.643Zreplacing 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:17:21.546 INFOinitted freemap. size: 64
30192026-07-19T04:17:22.643Z adding route 172.17.0.13/32 -> 10.0.0.255, Jul 19 04:17:21.546
30202026-07-19T04:17:22.643Zunit Jul 19 04:17:21.546:INFO Jul 19 04:17:21.546INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv4
30212026-07-19T04:17:22.643Z DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
30222026-07-19T04:17:22.643Z
30232026-07-19T04:17:22.644Z 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 } }]
30242026-07-19T04:17:22.644ZJul 19 04:17:21.546Jul 19 04:17:21.546 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.546
30252026-07-19T04:17:22.644Z reset freemapINFO, Jul 19 04:17:21.546unitadding route 172.17.0.14/32 -> 10.0.0.255:
30262026-07-19T04:17:22.644Z DEBGfreemap_route_ipv4 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 } }]
30272026-07-19T04:17:22.644ZJul 19 04:17:21.546
30282026-07-19T04:17:22.644Z Jul 19 04:17:21.546 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:17:21.546replacing 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:17:21.546 DEBGINFO
30292026-07-19T04:17:22.644Z
30302026-07-19T04:17:22.644Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffinitted freemap. size: 64
30312026-07-19T04:17:22.644Z, Jul 19 04:17:21.546unit :Jul 19 04:17:21.546INFO freemap_route_ipv6DEBG adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:17:21.546
30322026-07-19T04:17:22.644Z
30332026-07-19T04:17:22.644Z DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
30342026-07-19T04:17:22.644ZJul 19 04:17:21.546
30352026-07-19T04:17:22.644Z DEBG Jul 19 04:17:21.546Jul 19 04:17:21.546 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
30362026-07-19T04:17:22.644Z,
30372026-07-19T04:17:22.644ZunitJul 19 04:17:21.546: DEBGfreemap_route_ipv6
30382026-07-19T04:17:22.644Zfailed to allocate space for the new target listJul 19 04:17:21.546
30392026-07-19T04:17:22.644Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
30402026-07-19T04:17:22.644ZJul 19 04:17:21.546 Jul 19 04:17:21.546DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:17:21.546
30412026-07-19T04:17:22.644Z 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 } }]
30422026-07-19T04:17:22.644ZJul 19 04:17:21.546adding route 172.16.0.0/32 -> 10.0.0.1 DEBGJul 19 04:17:21.546
30432026-07-19T04:17:22.644Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOJul 19 04:17:21.546
30442026-07-19T04:17:22.644Z adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:17:21.546
30452026-07-19T04:17:22.644ZDEBG 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 } }]
30462026-07-19T04:17:22.644Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30472026-07-19T04:17:22.644ZJul 19 04:17:21.546 Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG 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 } }]
30482026-07-19T04:17:22.644ZDEBGJul 19 04:17:21.539 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
30492026-07-19T04:17:22.644Z
30502026-07-19T04:17:22.644ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:17:21.546 Jul 19 04:17:21.546INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
30512026-07-19T04:17:22.644Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
30522026-07-19T04:17:22.644ZDEBG
30532026-07-19T04:17:22.644Z Jul 19 04:17:21.546created new freemapJul 19 04:17:21.546 , DEBGDEBG Jul 19 04:17:21.546 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]unit
30542026-07-19T04:17:22.644Z DEBG
30552026-07-19T04:17:22.644Z: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:17:21.546
30562026-07-19T04:17:22.644Z INFOfreemap_route_ipv4
30572026-07-19T04:17:22.644ZJul 19 04:17:21.546adding route 172.17.0.19/32 -> 10.0.0.255 Jul 19 04:17:21.546
30582026-07-19T04:17:22.644Z INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
30592026-07-19T04:17:22.644ZJul 19 04:17:21.546Jul 19 04:17:21.546
30602026-07-19T04:17:22.644Z DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30612026-07-19T04:17:22.644Zcreated new freemapJul 19 04:17:21.546, DEBGJul 19 04:17:21.546 unitreplacing 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:21.546
30622026-07-19T04:17:22.644Z DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.546
30632026-07-19T04:17:22.645Z adding route 172.17.0.20/32 -> 10.0.0.255INFO
30642026-07-19T04:17:22.645Z : adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6
30652026-07-19T04:17:22.645ZJul 19 04:17:21.546
30662026-07-19T04:17:22.645ZJul 19 04:17:21.546 INFODEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30672026-07-19T04:17:22.645ZJul 19 04:17:21.546Jul 19 04:17:21.546
30682026-07-19T04:17:22.645Ztest route::tests::rollback_on_index_readd_failure ... ok
30692026-07-19T04:17:22.645Z DEBGDEBG Jul 19 04:17:21.546Jul 19 04:17:21.546replacing 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 } }]
30702026-07-19T04:17:22.645Z 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 } }]initted freemap. size: 64INFO,
30712026-07-19T04:17:22.645Z unitadding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:21.546
30722026-07-19T04:17:22.645Z INFO Jul 19 04:17:21.546adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
30732026-07-19T04:17:22.645ZINFOJul 19 04:17:21.546: DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30742026-07-19T04:17:22.645Zreplacing 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 } }]
30752026-07-19T04:17:22.645Zfreemap_route_ipv4Jul 19 04:17:21.546
30762026-07-19T04:17:22.645Z Jul 19 04:17:21.546 DEBGDEBG Jul 19 04:17:21.546replacing 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 } }]
30772026-07-19T04:17:22.645Z INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.546
30782026-07-19T04:17:22.645Zadding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:17:21.546
30792026-07-19T04:17:22.645Z DEBG INFOreset freemapJul 19 04:17:21.546 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 19 04:17:21.546
30802026-07-19T04:17:22.645Z 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 } }] unit
30812026-07-19T04:17:22.645Z:Jul 19 04:17:21.546adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30822026-07-19T04:17:22.645Z DEBG Jul 19 04:17:21.546replacing 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 } }]
30832026-07-19T04:17:22.645Zfreemap_route_ipv4INFO
30842026-07-19T04:17:22.645Z Jul 19 04:17:21.546adding route 172.17.0.23/32 -> 10.0.0.255
30852026-07-19T04:17:22.645ZJul 19 04:17:21.546DEBG 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 } }]INFOJul 19 04:17:21.546Jul 19 04:17:21.546
30862026-07-19T04:17:22.645Z DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30872026-07-19T04:17:22.645ZDEBGJul 19 04:17:21.546
30882026-07-19T04:17:22.645Z INFO initted freemap. size: 64adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:17:21.546Jul 19 04:17:21.546
30892026-07-19T04:17:22.645Z , unit DEBG: Jul 19 04:17:21.546replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv6 adding route 172.17.0.24/32 -> 10.0.0.255
30902026-07-19T04:17:22.645Z
30912026-07-19T04:17:22.645ZDEBG
30922026-07-19T04:17:22.645Z Jul 19 04:17:21.546Jul 19 04:17:21.546 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:17:21.546
30932026-07-19T04:17:22.645Z
30942026-07-19T04:17:22.645Z DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreset freemap
30952026-07-19T04:17:22.645Z, unit:Jul 19 04:17:21.546 Jul 19 04:17:21.546 freemap_route_ipv6
30962026-07-19T04:17:22.645ZINFO INFOJul 19 04:17:21.546 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255
30972026-07-19T04:17:22.645Z
30982026-07-19T04:17:22.645ZDEBG 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:17:21.546Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG
30992026-07-19T04:17:22.645ZINFODEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55: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 } }]
31002026-07-19T04:17:22.645Z
31012026-07-19T04:17:22.645Z
31022026-07-19T04:17:22.646ZJul 19 04:17:21.546 INFOJul 19 04:17:21.546 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.546Jul 19 04:17:21.546 DEBGINFO
31032026-07-19T04:17:22.646Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.26/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
31042026-07-19T04:17:22.646Z
31052026-07-19T04:17:22.646Z
31062026-07-19T04:17:22.646ZJul 19 04:17:21.546 Jul 19 04:17:21.546Jul 19 04:17:21.546DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31072026-07-19T04:17:22.646ZINFO 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:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.546
31082026-07-19T04:17:22.646Z
31092026-07-19T04:17:22.646ZDEBGJul 19 04:17:21.546 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 } }]
31102026-07-19T04:17:22.646Zadding route 172.17.0.27/32 -> 10.0.0.255
31112026-07-19T04:17:22.650ZJul 19 04:17:21.546 DEBGJul 19 04:17:21.546 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:21.546 Jul 19 04:17:21.547DEBG Jul 19 04:17:21.547 DEBG DEBGcreated new freemap , created new freemapunitreplacing 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 } }], :
31122026-07-19T04:17:22.650Zunit :freemap_route_ipv4
31132026-07-19T04:17:22.650Zfreemap_route_ipv4
31142026-07-19T04:17:22.650Z
31152026-07-19T04:17:22.650ZJul 19 04:17:21.552 INFOJul 19 04:17:21.552 adding route 172.17.0.28/32 -> 10.0.0.255INFO
31162026-07-19T04:17:22.650Z adding route 3fff:dead::/64 -> 2001:db8::55:3
31172026-07-19T04:17:22.650ZJul 19 04:17:21.552 Jul 19 04:17:21.552Jul 19 04:17:21.552DEBG DEBGcreated new freemap , 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 } }]unit
31182026-07-19T04:17:22.650Z: freemap_route_ipv6
31192026-07-19T04:17:22.650ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31202026-07-19T04:17:22.650ZJul 19 04:17:21.552Jul 19 04:17:21.552 INFOJul 19 04:17:21.540Jul 19 04:17:21.552 Jul 19 04:17:21.552DEBG adding route 172.17.0.29/32 -> 10.0.0.255INFOinitted freemap. size: 64DEBG
31212026-07-19T04:17:22.650ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4,
31222026-07-19T04:17:22.650Z Jul 19 04:17:21.552created new freemap unit, adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGunit:
31232026-07-19T04:17:22.650Z 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 } }]:
31242026-07-19T04:17:22.650Z freemap_route_ipv4freemap_route_ipv6
31252026-07-19T04:17:22.650Z
31262026-07-19T04:17:22.650ZJul 19 04:17:21.552Jul 19 04:17:21.552 DEBGJul 19 04:17:21.552 INFODEBG Jul 19 04:17:21.552 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
31272026-07-19T04:17:22.650Z Jul 19 04:17:21.552Jul 19 04:17:21.547adding route 172.17.0.30/32 -> 10.0.0.255
31282026-07-19T04:17:22.650Zreset freemap
31292026-07-19T04:17:22.650Z, unit: Jul 19 04:17:21.552freemap_route_ipv4
31302026-07-19T04:17:22.650ZDEBGDEBG initted freemap. size: 64Jul 19 04:17:21.552DEBG 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 } }], Jul 19 04:17:21.552adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
31312026-07-19T04:17:22.650Zunit
31322026-07-19T04:17:22.650Zcreated new freemap:Jul 19 04:17:21.553 DEBGJul 19 04:17:21.553 DEBGfreemap_route_ipv4,
31332026-07-19T04:17:22.650Z 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 } }]initted freemap. size: 64unit, :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 } }]
31342026-07-19T04:17:22.650ZJul 19 04:17:21.553
31352026-07-19T04:17:22.650Zunitfreemap_route_ipv4: Jul 19 04:17:21.553freemap_route_ipv6
31362026-07-19T04:17:22.650Z
31372026-07-19T04:17:22.650Z INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255reset freemap
31382026-07-19T04:17:22.650ZJul 19 04:17:21.553Jul 19 04:17:21.553Jul 19 04:17:21.553, DEBGunit INFO:DEBG freemap_route_ipv4created new freemap
31392026-07-19T04:17:22.650Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:17:21.553
31402026-07-19T04:17:22.650Z, unit: freemap_route_ipv6
31412026-07-19T04:17:22.650Zreset freemapJul 19 04:17:21.553DEBG, unitDEBG: 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 } }]
31422026-07-19T04:17:22.650Zinitted freemap. size: 64Jul 19 04:17:21.553, freemap_route_ipv6 unitDEBG
31432026-07-19T04:17:22.650Zreplacing 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:21.553:
31442026-07-19T04:17:22.651ZJul 19 04:17:21.553freemap_route_ipv6Jul 19 04:17:21.553 INFO INFODEBG
31452026-07-19T04:17:22.651Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.32/32 -> 10.0.0.255
31462026-07-19T04:17:22.651Z
31472026-07-19T04:17:22.651ZJul 19 04:17:21.553 INFOJul 19 04:17:21.553initted freemap. size: 64 Jul 19 04:17:21.553 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Jul 19 04:17:21.553DEBG, unitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31482026-07-19T04:17:22.651Z reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] ,
31492026-07-19T04:17:22.651Z
31502026-07-19T04:17:22.651Zunitfreemap_route_ipv4:Jul 19 04:17:21.553
31512026-07-19T04:17:22.651Z DEBGJul 19 04:17:21.553 freemap_route_ipv6Jul 19 04:17:21.553replacing 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:17:21.553
31522026-07-19T04:17:22.651Z
31532026-07-19T04:17:22.651ZINFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255 reset freemapINFOJul 19 04:17:21.553
31542026-07-19T04:17:22.651Z INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1:
31552026-07-19T04:17:22.651Z
31562026-07-19T04:17:22.651Z freemap_route_ipv4Jul 19 04:17:21.553
31572026-07-19T04:17:22.651Z Jul 19 04:17:21.553Jul 19 04:17:21.553DEBG Jul 19 04:17:21.553 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 } }]INFODEBGJul 19 04:17:21.553
31582026-07-19T04:17:22.651ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }]
31592026-07-19T04:17:22.651ZDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Jul 19 04:17:21.553
31602026-07-19T04:17:22.651ZINFO initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:17:21.553, Jul 19 04:17:21.553unit INFO:
31612026-07-19T04:17:22.651Zadding route 3fff:dead::/64 -> 2001:db8::55:3
31622026-07-19T04:17:22.651Z
31632026-07-19T04:17:22.651Zfreemap_route_ipv6INFO
31642026-07-19T04:17:22.651Z Jul 19 04:17:21.553adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:17:21.553
31652026-07-19T04:17:22.651ZDEBGDEBG 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 } }]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:17:21.553
31662026-07-19T04:17:22.651Z Jul 19 04:17:21.553 Jul 19 04:17:21.553DEBG
31672026-07-19T04:17:22.651ZDEBGDEBG Jul 19 04:17:21.553reset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFO
31682026-07-19T04:17:22.651Z Jul 19 04:17:21.553adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
31692026-07-19T04:17:22.651Z
31702026-07-19T04:17:22.651ZINFO, adding route 172.17.0.35/32 -> 10.0.0.255unit
31712026-07-19T04:17:22.651ZJul 19 04:17:21.553Jul 19 04:17:21.553Jul 19 04:17:21.553 :INFO INFO freemap_route_ipv6 adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:21.553
31722026-07-19T04:17:22.651ZDEBG
31732026-07-19T04:17:22.651Z
31742026-07-19T04:17:22.651ZDEBGreplacing 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 } }]
31752026-07-19T04:17:22.651ZJul 19 04:17:21.553 Jul 19 04:17:21.553replacing 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
31762026-07-19T04:17:22.651Z Jul 19 04:17:21.553 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 } }]DEBGJul 19 04:17:21.553INFO
31772026-07-19T04:17:22.651Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
31782026-07-19T04:17:22.651Z Jul 19 04:17:21.553Jul 19 04:17:21.553
31792026-07-19T04:17:22.651Ztest route::tests::rollback_on_compact_write_failure ... ok
31802026-07-19T04:17:22.651Ztest route::tests::identity_replace_is_noop ... ok
31812026-07-19T04:17:22.651Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:21.553INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255
31822026-07-19T04:17:22.651Z
31832026-07-19T04:17:22.651Zadding route 172.17.0.1/32 -> 10.0.0.255 DEBG
31842026-07-19T04:17:22.652ZJul 19 04:17:21.553 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 } }]Jul 19 04:17:21.553DEBGJul 19 04:17:21.553 DEBG DEBG
31852026-07-19T04:17:22.652Zreplacing 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31862026-07-19T04:17:22.652ZJul 19 04:17:21.553 replacing targets for 3fff:dead::/64 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
31872026-07-19T04:17:22.652ZJul 19 04:17:21.553
31882026-07-19T04:17:22.652ZJul 19 04:17:21.553replacing 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 } }] INFOINFO Jul 19 04:17:21.553Jul 19 04:17:21.553adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255
31892026-07-19T04:17:22.652Z
31902026-07-19T04:17:22.652Z
31912026-07-19T04:17:22.652ZWARNINFOJul 19 04:17:21.553 Jul 19 04:17:21.553adding route 3fff:dead::/64 -> 2001:db8::55:2
31922026-07-19T04:17:22.652Z INFODEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 19 04:17:21.553
31932026-07-19T04:17:22.652Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255
31942026-07-19T04:17:22.652ZJul 19 04:17:21.553
31952026-07-19T04:17:22.652Z DEBGDEBG Jul 19 04:17:21.553Jul 19 04:17:21.553 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
31962026-07-19T04:17:22.652Z adding route 172.17.0.38/32 -> 10.0.0.255DEBGreplacing 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 } }]
31972026-07-19T04:17:22.652ZJul 19 04:17:21.553 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOJul 19 04:17:21.553
31982026-07-19T04:17:22.652Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
31992026-07-19T04:17:22.652Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32002026-07-19T04:17:22.652ZJul 19 04:17:21.553 Jul 19 04:17:21.553DEBGJul 19 04:17:21.553 Jul 19 04:17:21.546 DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32012026-07-19T04:17:22.652Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32022026-07-19T04:17:22.652Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
32032026-07-19T04:17:22.652ZJul 19 04:17:21.553
32042026-07-19T04:17:22.652Z INFOJul 19 04:17:21.553 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:17:21.553INFO
32052026-07-19T04:17:22.652Z DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
32062026-07-19T04:17:22.652Zreplacing 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:21.553Jul 19 04:17:21.553
32072026-07-19T04:17:22.652Z DEBGINFO Jul 19 04:17:21.553 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 } }]
32082026-07-19T04:17:22.652ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
32092026-07-19T04:17:22.652Zreplacing 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:21.553
32102026-07-19T04:17:22.652Z INFOJul 19 04:17:21.553 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
32112026-07-19T04:17:22.656Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
32122026-07-19T04:17:22.656ZJul 19 04:17:21.553Jul 19 04:17:21.553Jul 19 04:17:21.553 DEBGJul 19 04:17:21.553
32132026-07-19T04:17:22.656ZINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
32142026-07-19T04:17:22.656Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32152026-07-19T04:17:22.656Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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:17:21.554
32162026-07-19T04:17:22.656Z DEBG created new freemapJul 19 04:17:21.553, Jul 19 04:17:21.558unit: freemap_route_ipv4INFO
32172026-07-19T04:17:22.656Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32182026-07-19T04:17:22.656ZDEBG Jul 19 04:17:21.559replacing 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 } }] DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32192026-07-19T04:17:22.656Z
32202026-07-19T04:17:22.656Zcreated new freemap, unitJul 19 04:17:21.559: Jul 19 04:17:21.559Jul 19 04:17:21.559 DEBG freemap_route_ipv6
32212026-07-19T04:17:22.656Zreplacing 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 adding route 172.17.0.3/32 -> 10.0.0.255INFO
32222026-07-19T04:17:22.656Z Jul 19 04:17:21.559
32232026-07-19T04:17:22.656Zadding route 172.17.0.39/32 -> 10.0.0.255
32242026-07-19T04:17:22.656ZDEBGJul 19 04:17:21.559 Jul 19 04:17:21.559DEBGinitted freemap. size: 64Jul 19 04:17:21.559, unitINFODEBG: 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:3c::/64 -> 2001:db8::55:ff
32252026-07-19T04:17:22.656Z
32262026-07-19T04:17:22.656Zfreemap_route_ipv4
32272026-07-19T04:17:22.656Z 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:21.559Jul 19 04:17:21.559 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32282026-07-19T04:17:22.656ZJul 19 04:17:21.559
32292026-07-19T04:17:22.656Z DEBG
32302026-07-19T04:17:22.656Z reset freemapJul 19 04:17:21.559, unitDEBG:Jul 19 04:17:21.553 Jul 19 04:17:21.559replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
32312026-07-19T04:17:22.656Z
32322026-07-19T04:17:22.656ZDEBGJul 19 04:17:21.559 INFOcreated new freemap adding route 172.17.0.40/32 -> 10.0.0.255DEBGJul 19 04:17:21.559Jul 19 04:17:21.559,
32332026-07-19T04:17:22.656Z unitfailed to allocate space for the new target listDEBG initted freemap. size: 64INFO
32342026-07-19T04:17:22.656Z, Jul 19 04:17:21.559: unitadding route 172.17.0.5/32 -> 10.0.0.255
32352026-07-19T04:17:22.656Zfreemap_route_ipv4DEBG:
32362026-07-19T04:17:22.657Zreplacing 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 } }] freemap_route_ipv6
32372026-07-19T04:17:22.657Z
32382026-07-19T04:17:22.657ZJul 19 04:17:21.559Jul 19 04:17:21.559 DEBGINFOJul 19 04:17:21.559 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 } }] Jul 19 04:17:21.559adding route 172.17.0.41/32 -> 10.0.0.255
32392026-07-19T04:17:22.657ZDEBG Jul 19 04:17:21.559
32402026-07-19T04:17:22.657Z DEBGDEBGJul 19 04:17:21.559 created new freemapINFO Jul 19 04:17:21.559 , DEBGreset freemapunit, :unit 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 } }]:freemap_route_ipv6
32412026-07-19T04:17:22.657Zadding route 172.17.0.6/32 -> 10.0.0.255
32422026-07-19T04:17:22.657Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
32432026-07-19T04:17:22.657Z
32442026-07-19T04:17:22.657Z
32452026-07-19T04:17:22.657ZJul 19 04:17:21.559Jul 19 04:17:21.559 Jul 19 04:17:21.559DEBG 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 } }]
32462026-07-19T04:17:22.657ZJul 19 04:17:21.559 initted freemap. size: 64INFO, Jul 19 04:17:21.559adding route 3fff:dead::/64 -> 2001:db8::55:1unit
32472026-07-19T04:17:22.657ZINFO adding route 172.17.0.42/32 -> 10.0.0.255: Jul 19 04:17:21.559INFOfreemap_route_ipv4
32482026-07-19T04:17:22.657Z adding route 172.17.0.7/32 -> 10.0.0.255DEBG
32492026-07-19T04:17:22.657Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32502026-07-19T04:17:22.657Z
32512026-07-19T04:17:22.657ZJul 19 04:17:21.559Jul 19 04:17:21.559 DEBGDEBG reset freemap , 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 } }]unitJul 19 04:17:21.559: INFOfreemap_route_ipv4Jul 19 04:17:21.559
32522026-07-19T04:17:22.657Zadding route 3fff:dead::/64 -> 2001:db8::55:2
32532026-07-19T04:17:22.657Z
32542026-07-19T04:17:22.657Z DEBGJul 19 04:17:21.559Jul 19 04:17:21.559 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
32552026-07-19T04:17:22.657Z adding route 172.17.0.8/32 -> 10.0.0.255DEBGJul 19 04:17:21.559 initted freemap. size: 64
32562026-07-19T04:17:22.657Z, 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 } }] Jul 19 04:17:21.559
32572026-07-19T04:17:22.657Zfreemap_route_ipv6
32582026-07-19T04:17:22.657ZINFO Jul 19 04:17:21.559adding route 172.17.0.43/32 -> 10.0.0.255 Jul 19 04:17:21.559DEBG
32592026-07-19T04:17:22.657Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:21.559
32602026-07-19T04:17:22.657Z
32612026-07-19T04:17:22.657Z DEBGJul 19 04:17:21.559
32622026-07-19T04:17:22.657Z Jul 19 04:17:21.559 DEBG INFOreset freemap , adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
32632026-07-19T04:17:22.657Z
32642026-07-19T04:17:22.657Z:Jul 19 04:17:21.559 freemap_route_ipv6DEBG
32652026-07-19T04:17:22.657ZJul 19 04:17:21.559Jul 19 04:17:21.559 replacing targets for 3fff:dead::/64 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:21.559DEBG INFOINFO
32662026-07-19T04:17:22.657Z adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1
32672026-07-19T04:17:22.657Z
32682026-07-19T04:17:22.657Z
32692026-07-19T04:17:22.657ZJul 19 04:17:21.559 Jul 19 04:17:21.559Jul 19 04:17:21.559 INFOJul 19 04:17:21.559DEBG 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 } }] WARN
32702026-07-19T04:17:22.657Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.10/32 -> 10.0.0.255
32712026-07-19T04:17:22.657Z
32722026-07-19T04:17:22.657ZJul 19 04:17:21.558 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
32732026-07-19T04:17:22.657ZJul 19 04:17:21.559Jul 19 04:17:21.559 Jul 19 04:17:21.559 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 } }]INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
32742026-07-19T04:17:22.657Z
32752026-07-19T04:17:22.658Zadding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.45/32 -> 10.0.0.255
32762026-07-19T04:17:22.658Z
32772026-07-19T04:17:22.658ZJul 19 04:17:21.559 Jul 19 04:17:21.559DEBGJul 19 04:17:21.559 Jul 19 04:17:21.559 INFO DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
32782026-07-19T04:17:22.658Zadding route 172.17.0.11/32 -> 10.0.0.255
32792026-07-19T04:17:22.658Z
32802026-07-19T04:17:22.658Z 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:17:21.559
32812026-07-19T04:17:22.658Z Jul 19 04:17:21.559Jul 19 04:17:21.559INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
32822026-07-19T04:17:22.658Z adding route 172.16.0.0/32 -> 10.0.0.3DEBG
32832026-07-19T04:17:22.658ZJul 19 04:17:21.559 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 } }]INFOJul 19 04:17:21.559 Jul 19 04:17:21.559 DEBG
32842026-07-19T04:17:22.658Z 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
32852026-07-19T04:17:22.658Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
32862026-07-19T04:17:22.658Z
32872026-07-19T04:17:22.658ZJul 19 04:17:21.559Jul 19 04:17:21.559Jul 19 04:17:21.559 INFODEBG INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
32882026-07-19T04:17:22.658Z adding route 172.16.0.0/32 -> 10.0.0.4
32892026-07-19T04:17:22.658Z
32902026-07-19T04:17:22.658ZJul 19 04:17:21.559Jul 19 04:17:21.559 INFOINFO Jul 19 04:17:21.559 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:17:21.559
32912026-07-19T04:17:22.658ZDEBG adding route 172.17.0.12/32 -> 10.0.0.255DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.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 } }]
32922026-07-19T04:17:22.658Z
32932026-07-19T04:17:22.658Z
32942026-07-19T04:17:22.658ZJul 19 04:17:21.559 DEBGJul 19 04:17:21.559Jul 19 04:17:21.559 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
32952026-07-19T04:17:22.658Z DEBGadding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:17:21.559
32962026-07-19T04:17:22.658ZDEBG 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 } }, 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:21.559
32972026-07-19T04:17:22.658ZJul 19 04:17:21.559
32982026-07-19T04:17:22.658Z INFODEBG Jul 19 04:17:21.559replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
32992026-07-19T04:17:22.658ZINFO
33002026-07-19T04:17:22.658ZJul 19 04:17:21.559 INFO adding route 172.17.0.49/32 -> 10.0.0.255
33012026-07-19T04:17:22.658Zadding route 172.17.0.13/32 -> 10.0.0.255
33022026-07-19T04:17:22.658ZJul 19 04:17:21.559Jul 19 04:17:21.559 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 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 } }]
33032026-07-19T04:17:22.658Z
33042026-07-19T04:17:22.658ZJul 19 04:17:21.559 DEBG Jul 19 04:17:21.559replacing 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 } }]
33052026-07-19T04:17:22.658ZINFOJul 19 04:17:21.559 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
33062026-07-19T04:17:22.658Z Jul 19 04:17:21.559adding route 172.17.0.50/32 -> 10.0.0.255
33072026-07-19T04:17:22.658ZINFO Jul 19 04:17:21.559adding route 172.17.0.14/32 -> 10.0.0.255
33082026-07-19T04:17:22.658ZDEBG 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 } }]
33092026-07-19T04:17:22.658ZJul 19 04:17:21.559Jul 19 04:17:21.559 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.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 } }]
33102026-07-19T04:17:22.658Z
33112026-07-19T04:17:22.662ZJul 19 04:17:21.559 INFO Jul 19 04:17:21.559adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Jul 19 04:17:21.559INFO
33122026-07-19T04:17:22.662Z INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
33132026-07-19T04:17:22.662Z
33142026-07-19T04:17:22.662ZJul 19 04:17:21.559 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33152026-07-19T04:17:22.662ZJul 19 04:17:21.559Jul 19 04:17:21.559 DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33162026-07-19T04:17:22.662Zreplacing 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:17:21.559
33172026-07-19T04:17:22.662Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
33182026-07-19T04:17:22.662ZJul 19 04:17:21.559 Jul 19 04:17:21.559INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255
33192026-07-19T04:17:22.662ZJul 19 04:17:21.559adding route 172.17.0.16/32 -> 10.0.0.255
33202026-07-19T04:17:22.662ZDEBG Jul 19 04:17:21.559Jul 19 04:17:21.559replacing 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 } }] DEBGJul 19 04:17:21.560 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:17:21.560
33212026-07-19T04:17:22.662Z DEBGDEBG Jul 19 04:17:21.565created new freemap created new freemap, INFOunit, : adding route 172.17.0.53/32 -> 10.0.0.255freemap_route_ipv4
33222026-07-19T04:17:22.662Zunit
33232026-07-19T04:17:22.662Z: freemap_route_ipv4
33242026-07-19T04:17:22.662ZJul 19 04:17:21.565Jul 19 04:17:21.565Jul 19 04:17:21.559 DEBG DEBG DEBGcreated new freemap , created new freemap 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:17:21.565
33252026-07-19T04:17:22.662Z, unitunit:DEBG DEBGfreemap_route_ipv6:
33262026-07-19T04:17:22.662Z created new freemap , replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitJul 19 04:17:21.565Jul 19 04:17:21.565
33272026-07-19T04:17:22.662Z :freemap_route_ipv4DEBG freemap_route_ipv6 INFO
33282026-07-19T04:17:22.662Zinitted freemap. size: 64
33292026-07-19T04:17:22.662Zadding route 172.17.0.54/32 -> 10.0.0.255,
33302026-07-19T04:17:22.662Zunit: Jul 19 04:17:21.565Jul 19 04:17:21.565 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 } }]freemap_route_ipv4
33312026-07-19T04:17:22.663Zinitted freemap. size: 64
33322026-07-19T04:17:22.663ZJul 19 04:17:21.565 DEBG
33332026-07-19T04:17:22.663Z, Jul 19 04:17:21.565unit INFO adding route 172.17.0.55/32 -> 10.0.0.255:Jul 19 04:17:21.565
33342026-07-19T04:17:22.663Z Jul 19 04:17:21.565INFO Jul 19 04:17:21.565created new freemap adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff,
33352026-07-19T04:17:22.663Zfreemap_route_ipv4 Jul 19 04:17:21.565INFO DEBG
33362026-07-19T04:17:22.663Z DEBG unitadding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33372026-07-19T04:17:22.663ZJul 19 04:17:21.565:
33382026-07-19T04:17:22.663ZDEBGJul 19 04:17:21.565 reset freemapfreemap_route_ipv6, unit DEBG
33392026-07-19T04:17:22.663Z:Jul 19 04:17:21.565replacing 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:17:21.565 INFO DEBGreset freemapfreemap_route_ipv4
33402026-07-19T04:17:22.663Z
33412026-07-19T04:17:22.663Z , adding route 172.17.0.56/32 -> 10.0.0.255unitJul 19 04:17:21.565
33422026-07-19T04:17:22.663Z:Jul 19 04:17:21.565 freemap_route_ipv4DEBGJul 19 04:17:21.565 INFOJul 19 04:17:21.565
33432026-07-19T04:17:22.663Z DEBGinitted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff ,
33442026-07-19T04:17:22.663Zunit: DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6replacing 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 } }]initted freemap. size: 64
33452026-07-19T04:17:22.663ZJul 19 04:17:21.565
33462026-07-19T04:17:22.663Z DEBG,
33472026-07-19T04:17:22.663ZJul 19 04:17:21.565 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:21.565
33482026-07-19T04:17:22.663Z Jul 19 04:17:21.565 INFODEBGunit Jul 19 04:17:21.565reset freemap , INFOJul 19 04:17:21.565unit adding route 172.17.0.57/32 -> 10.0.0.255 :INFO
33492026-07-19T04:17:22.663Z :adding route 172.17.0.18/32 -> 10.0.0.255
33502026-07-19T04:17:22.663Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff freemap_route_ipv6
33512026-07-19T04:17:22.663Z
33522026-07-19T04:17:22.663ZJul 19 04:17:21.565DEBG DEBG Jul 19 04:17:21.565initted freemap. size: 64replacing 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 } }],
33532026-07-19T04:17:22.663Z DEBGunit Jul 19 04:17:21.565: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 } }]
33542026-07-19T04:17:22.663ZINFO freemap_route_ipv4Jul 19 04:17:21.565
33552026-07-19T04:17:22.663Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:21.565
33562026-07-19T04:17:22.663ZINFOJul 19 04:17:21.565freemap_route_ipv6 INFO
33572026-07-19T04:17:22.663Z DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
33582026-07-19T04:17:22.663Zadding route 172.17.0.58/32 -> 10.0.0.255
33592026-07-19T04:17:22.663ZJul 19 04:17:21.565Jul 19 04:17:21.565 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 } }]
33602026-07-19T04:17:22.663ZJul 19 04:17:21.565DEBG Jul 19 04:17:21.565Jul 19 04:17:21.565 reset freemap DEBGDEBGJul 19 04:17:21.565, 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 } }] INFOunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33612026-07-19T04:17:22.663ZDEBGadding route 172.17.0.19/32 -> 10.0.0.255 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 } }]reset freemap
33622026-07-19T04:17:22.663Z:
33632026-07-19T04:17:22.663Z,
33642026-07-19T04:17:22.663Zunit: Jul 19 04:17:21.565Jul 19 04:17:21.565 freemap_route_ipv6Jul 19 04:17:21.565
33652026-07-19T04:17:22.663ZINFO DEBG freemap_route_ipv4
33662026-07-19T04:17:22.663Zadding route 172.17.0.59/32 -> 10.0.0.255
33672026-07-19T04:17:22.663ZINFO Jul 19 04:17:21.565 Jul 19 04:17:21.565Jul 19 04:17:21.565Jul 19 04:17:21.565 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
33682026-07-19T04:17:22.663Zinitted freemap. size: 64
33692026-07-19T04:17:22.663Z
33702026-07-19T04:17:22.664Z
33712026-07-19T04:17:22.664Z, unitreplacing 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:17:21.565 Jul 19 04:17:21.565 Jul 19 04:17:21.565Jul 19 04:17:21.565freemap_route_ipv6 INFO
33722026-07-19T04:17:22.664ZDEBG adding route 172.17.0.60/32 -> 10.0.0.255
33732026-07-19T04:17:22.664Zreplacing 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 } }]
33742026-07-19T04:17:22.664Z DEBGJul 19 04:17:21.565
33752026-07-19T04:17:22.664ZDEBG Jul 19 04:17:21.565 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:21.565DEBG
33762026-07-19T04:17:22.664ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 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 } }]reset freemap
33772026-07-19T04:17:22.664Z,
33782026-07-19T04:17:22.664Zunit:adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33792026-07-19T04:17:22.664ZJul 19 04:17:21.565 freemap_route_ipv6INFO Jul 19 04:17:21.565adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:21.565
33802026-07-19T04:17:22.664Z DEBGJul 19 04:17:21.565
33812026-07-19T04:17:22.664Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33822026-07-19T04:17:22.664ZJul 19 04:17:21.565 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:17:21.565adding route 172.17.0.61/32 -> 10.0.0.255
33832026-07-19T04:17:22.664ZJul 19 04:17:21.565adding route 172.17.0.20/32 -> 10.0.0.255
33842026-07-19T04:17:22.664Ztest route::tests::add_target_fails_full ... ok
33852026-07-19T04:17:22.664Z
33862026-07-19T04:17:22.664Z INFO Jul 19 04:17:21.565adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
33872026-07-19T04:17:22.664Z 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 } }] 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 } }]
33882026-07-19T04:17:22.664ZJul 19 04:17:21.565 Jul 19 04:17:21.571 DEBGDEBG
33892026-07-19T04:17:22.664Zreplacing 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: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 } }]
33902026-07-19T04:17:22.664ZJul 19 04:17:21.571
33912026-07-19T04:17:22.664ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
33922026-07-19T04:17:22.664ZJul 19 04:17:21.571 INFOJul 19 04:17:21.571 Jul 19 04:17:21.571adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOJul 19 04:17:21.571
33932026-07-19T04:17:22.664Z DEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255
33942026-07-19T04:17:22.664Z
33952026-07-19T04:17:22.664ZJul 19 04:17:21.571 adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:21.571DEBGJul 19 04:17:21.571Jul 19 04:17:21.571 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
33962026-07-19T04:17:22.664ZDEBG adding route 172.17.0.63/32 -> 10.0.0.255
33972026-07-19T04:17:22.664Zreplacing 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:17:21.571
33982026-07-19T04:17:22.664ZDEBG
33992026-07-19T04:17:22.664Z Jul 19 04:17:21.571 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 } }]DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
34002026-07-19T04:17:22.664ZJul 19 04:17:21.571
34012026-07-19T04:17:22.664Z Jul 19 04:17:21.571 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 } }]
34022026-07-19T04:17:22.664ZINFO DEBGJul 19 04:17:21.571 Jul 19 04:17:21.571replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGJul 19 04:17:21.571adding route 172.17.0.22/32 -> 10.0.0.255 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 } }]
34032026-07-19T04:17:22.664Z
34042026-07-19T04:17:22.664ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
34052026-07-19T04:17:22.664ZDEBG
34062026-07-19T04:17:22.664Z failed to allocate space for the new target listJul 19 04:17:21.571
34072026-07-19T04:17:22.664ZJul 19 04:17:21.571Jul 19 04:17:21.571 DEBGJul 19 04:17:21.571 INFOJul 19 04:17:21.571 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG 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
34082026-07-19T04:17:22.664Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34092026-07-19T04:17:22.664Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2
34102026-07-19T04:17:22.665Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34112026-07-19T04:17:22.668Z
34122026-07-19T04:17:22.668ZJul 19 04:17:21.571 INFOJul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255DEBG 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 } }]
34132026-07-19T04:17:22.668Z
34142026-07-19T04:17:22.668Zfailed to allocate space for the new target list DEBG
34152026-07-19T04:17:22.668Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:21.571adding route 3fff:dead::/64 -> 2001:db8::55:4
34162026-07-19T04:17:22.668Z
34172026-07-19T04:17:22.668ZDEBG 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:17:21.571Jul 19 04:17:21.571 INFO adding route 172.16.0.0/32 -> 10.0.0.3
34182026-07-19T04:17:22.668Z
34192026-07-19T04:17:22.668ZJul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 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 } }]INFO
34202026-07-19T04:17:22.668Z DEBG Jul 19 04:17:21.571 INFO adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
34212026-07-19T04:17:22.668Z
34222026-07-19T04:17:22.668Zadding route 3fff:dead::/64 -> 2001:db8::55:4
34232026-07-19T04:17:22.669Z
34242026-07-19T04:17:22.669ZJul 19 04:17:21.571Jul 19 04:17:21.571 Jul 19 04:17:21.571DEBGJul 19 04:17:21.571DEBG Jul 19 04:17:21.571 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: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 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 } }]
34252026-07-19T04:17:22.669Z
34262026-07-19T04:17:22.669ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34272026-07-19T04:17:22.669Z 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:17:21.571
34282026-07-19T04:17:22.669Z Jul 19 04:17:21.571INFOadding route 172.16.0.0/32 -> 10.0.0.4
34292026-07-19T04:17:22.669ZDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34302026-07-19T04:17:22.669Zreplacing targets for 3fff:dead::/64 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 } }]
34312026-07-19T04:17:22.669ZJul 19 04:17:21.571 Jul 19 04:17:21.571Jul 19 04:17:21.571 INFODEBG DEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
34322026-07-19T04:17:22.669Z
34332026-07-19T04:17:22.669Z
34342026-07-19T04:17:22.669ZJul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:17:21.571adding route 172.17.0.0/32 -> 10.0.0.255
34352026-07-19T04:17:22.669ZDEBG
34362026-07-19T04:17:22.669Zreplacing 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 } }]
34372026-07-19T04:17:22.669ZJul 19 04:17:21.571Jul 19 04:17:21.571 DEBGJul 19 04:17:21.571 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 } }] INFO
34382026-07-19T04:17:22.669Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
34392026-07-19T04:17:22.669Z
34402026-07-19T04:17:22.669ZJul 19 04:17:21.571 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
34412026-07-19T04:17:22.669ZJul 19 04:17:21.571 Jul 19 04:17:21.571DEBG 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 } }]Jul 19 04:17:21.571
34422026-07-19T04:17:22.669Z 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
34432026-07-19T04:17:22.669Z adding route 172.17.0.1/32 -> 10.0.0.255Jul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255
34442026-07-19T04:17:22.669Z
34452026-07-19T04:17:22.669Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
34462026-07-19T04:17:22.669ZJul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 DEBGDEBGDEBG 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 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 } }]
34472026-07-19T04:17:22.669Z
34482026-07-19T04:17:22.669Z 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:17:21.571Jul 19 04:17:21.571 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
34492026-07-19T04:17:22.669Z
34502026-07-19T04:17:22.669Z
34512026-07-19T04:17:22.669ZJul 19 04:17:21.559Jul 19 04:17:21.571Jul 19 04:17:21.571 Jul 19 04:17:21.571 DEBG 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 } }]INFO
34522026-07-19T04:17:22.669Zreplacing 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 } }]created new freemap
34532026-07-19T04:17:22.669Z, unitadding route 172.17.0.28/32 -> 10.0.0.255:
34542026-07-19T04:17:22.669Z Jul 19 04:17:21.571freemap_route_ipv4 INFO
34552026-07-19T04:17:22.669ZJul 19 04:17:21.571 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:17:21.571
34562026-07-19T04:17:22.669Z INFOJul 19 04:17:21.571 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.3/32 -> 10.0.0.255DEBG
34572026-07-19T04:17:22.669Z
34582026-07-19T04:17:22.669Zcreated new freemapJul 19 04:17:21.571, unitDEBGJul 19 04:17:21.571: 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:21.571INFO
34592026-07-19T04:17:22.669Z freemap_route_ipv6DEBG
34602026-07-19T04:17:22.669Z 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.29/32 -> 10.0.0.255
34612026-07-19T04:17:22.669ZJul 19 04:17:21.571
34622026-07-19T04:17:22.670ZINFO Jul 19 04:17:21.571adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
34632026-07-19T04:17:22.670ZJul 19 04:17:21.571DEBG Jul 19 04:17:21.571 INFOinitted freemap. size: 64DEBG , adding route 172.17.0.4/32 -> 10.0.0.255 Jul 19 04:17:21.571
34642026-07-19T04:17:22.670Zunit:replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4DEBGJul 19 04:17:21.571 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 } }]
34652026-07-19T04:17:22.670ZDEBG 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 } }]
34662026-07-19T04:17:22.670Z
34672026-07-19T04:17:22.670Z
34682026-07-19T04:17:22.670ZJul 19 04:17:21.571 Jul 19 04:17:21.571 DEBGJul 19 04:17:21.571Jul 19 04:17:21.571 INFO reset freemap INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
34692026-07-19T04:17:22.670Zadding route 172.17.0.30/32 -> 10.0.0.255, INFO
34702026-07-19T04:17:22.670Zunit: Jul 19 04:17:21.571 Jul 19 04:17:21.571freemap_route_ipv4DEBG DEBG
34712026-07-19T04:17:22.670Z adding route 172.17.0.5/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 } }]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 } }]
34722026-07-19T04:17:22.670Z
34732026-07-19T04:17:22.670Z
34742026-07-19T04:17:22.670ZJul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFOJul 19 04:17:21.571 DEBGDEBG initted freemap. size: 64adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
34752026-07-19T04:17:22.670Z
34762026-07-19T04:17:22.670Zunit:
34772026-07-19T04:17:22.670Zfreemap_route_ipv6
34782026-07-19T04:17:22.670ZJul 19 04:17:21.571 Jul 19 04:17:21.571DEBG Jul 19 04:17:21.571INFO 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 adding route 172.17.0.6/32 -> 10.0.0.255
34792026-07-19T04:17:22.670Ztest route::tests::same_size_non_subset_replace ... ok
34802026-07-19T04:17:22.670Z
34812026-07-19T04:17:22.670Zreset freemapJul 19 04:17:21.571, unitJul 19 04:17:21.571DEBG Jul 19 04:17:21.571DEBG: 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 } }]freemap_route_ipv6replacing 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 } }]
34822026-07-19T04:17:22.670Z
34832026-07-19T04:17:22.670Ztest route::tests::shrink_preserves_compacted_order ... ok
34842026-07-19T04:17:22.670Z
34852026-07-19T04:17:22.670ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
34862026-07-19T04:17:22.670Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
34872026-07-19T04:17:22.670ZJul 19 04:17:21.571Jul 19 04:17:21.571 Jul 19 04:17:21.571INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.32/32 -> 10.0.0.255
34882026-07-19T04:17:22.670ZINFOJul 19 04:17:21.571
34892026-07-19T04:17:22.670Z DEBGadding route 172.17.0.7/32 -> 10.0.0.255
34902026-07-19T04:17:22.670Zreplacing 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:17:21.571 DEBG Jul 19 04:17:21.572Jul 19 04:17:21.572 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
34912026-07-19T04:17:22.670Z DEBG created new freemap , created new freemapunit, unitJul 19 04:17:21.577: INFOfreemap_route_ipv4:
34922026-07-19T04:17:22.670Z freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.2
34932026-07-19T04:17:22.670Z
34942026-07-19T04:17:22.670ZJul 19 04:17:21.577 DEBG Jul 19 04:17:21.553Jul 19 04:17:21.577 Jul 19 04:17:21.577DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] created new freemapDEBG
34952026-07-19T04:17:22.670Zreplacing 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 } }], unitcreated new freemap
34962026-07-19T04:17:22.670Z:, freemap_route_ipv6unit
34972026-07-19T04:17:22.670Z:Jul 19 04:17:21.577 freemap_route_ipv6DEBG
34982026-07-19T04:17:22.670Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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:21.577
34992026-07-19T04:17:22.670Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:17:21.577
35002026-07-19T04:17:22.670Z DEBG initted freemap. size: 64, unit: freemap_route_ipv4
35012026-07-19T04:17:22.671ZJul 19 04:17:21.577 Jul 19 04:17:21.577DEBGJul 19 04:17:21.577 initted freemap. size: 64 , DEBGunitDEBG: freemap_route_ipv4replacing 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 } }]
35022026-07-19T04:17:22.671Zreset freemap
35032026-07-19T04:17:22.671Z, unitJul 19 04:17:21.577: freemap_route_ipv4
35042026-07-19T04:17:22.671ZDEBGJul 19 04:17:21.571 Jul 19 04:17:21.577 INFODEBG 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 } }]reset freemap
35052026-07-19T04:17:22.671ZJul 19 04:17:21.577Jul 19 04:17:21.577 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
35062026-07-19T04:17:22.671ZDEBGreplacing 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: 64, , unitJul 19 04:17:21.577
35072026-07-19T04:17:22.671Z: unitfreemap_route_ipv4:Jul 19 04:17:21.577DEBG 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 } }]
35082026-07-19T04:17:22.671ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
35092026-07-19T04:17:22.671ZJul 19 04:17:21.577freemap_route_ipv6Jul 19 04:17:21.577
35102026-07-19T04:17:22.671Z DEBG
35112026-07-19T04:17:22.675ZJul 19 04:17:21.577INFOinitted freemap. size: 64 adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:17:21.577
35122026-07-19T04:17:22.675ZDEBGJul 19 04:17:21.577 DEBG reset freemapfailed to allocate space for the new target listJul 19 04:17:21.577, ,
35132026-07-19T04:17:22.675Zunit: DEBGfreemap_route_ipv6
35142026-07-19T04:17:22.675ZunitJul 19 04:17:21.577 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG:
35152026-07-19T04:17:22.675Z freemap_route_ipv6
35162026-07-19T04:17:22.675Z replacing targets for 3fff:dead::/64 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:17:21.577
35172026-07-19T04:17:22.675Z Jul 19 04:17:21.577DEBG reset freemapINFO DEBG, adding route 172.17.0.34/32 -> 10.0.0.255unit :
35182026-07-19T04:17:22.675Z freemap_route_ipv6Jul 19 04:17:21.577
35192026-07-19T04:17:22.675Zreplacing 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 } }]
35202026-07-19T04:17:22.675ZJul 19 04:17:21.577INFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
35212026-07-19T04:17:22.675Z
35222026-07-19T04:17:22.675ZJul 19 04:17:21.577 INFO Jul 19 04:17:21.577adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:17:21.577INFO
35232026-07-19T04:17:22.675Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255
35242026-07-19T04:17:22.675ZJul 19 04:17:21.577replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35252026-07-19T04:17:22.675ZINFOJul 19 04:17:21.577 adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:17:21.577
35262026-07-19T04:17:22.675Z 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 } }]Jul 19 04:17:21.577replacing 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 } }]
35272026-07-19T04:17:22.675Z Jul 19 04:17:21.577
35282026-07-19T04:17:22.675Z INFODEBG Jul 19 04:17:21.577adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:17:21.577
35292026-07-19T04:17:22.675Z 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 } }] INFOINFO
35302026-07-19T04:17:22.675Z adding route 172.16.0.0/32 -> 10.0.0.2
35312026-07-19T04:17:22.675Zadding route 172.17.0.10/32 -> 10.0.0.255Jul 19 04:17:21.577
35322026-07-19T04:17:22.675ZJul 19 04:17:21.577 DEBGINFO Jul 19 04:17:21.577replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:21.577
35332026-07-19T04:17:22.675Z DEBGDEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
35342026-07-19T04:17:22.675ZJul 19 04:17:21.577
35352026-07-19T04:17:22.675Z
35362026-07-19T04:17:22.675Z INFO Jul 19 04:17:21.577adding route 172.16.0.0/32 -> 10.0.0.3 Jul 19 04:17:21.577DEBG
35372026-07-19T04:17:22.675Z 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 } }]INFO
35382026-07-19T04:17:22.675ZJul 19 04:17:21.577adding route 172.17.0.11/32 -> 10.0.0.255 Jul 19 04:17:21.577
35392026-07-19T04:17:22.675Z INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 Jul 19 04:17:21.577replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35402026-07-19T04:17:22.675Z
35412026-07-19T04:17:22.675Z Jul 19 04:17:21.577 INFODEBG Jul 19 04:17:21.577Jul 19 04:17:21.577replacing 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.37/32 -> 10.0.0.255
35422026-07-19T04:17:22.675ZINFODEBG
35432026-07-19T04:17:22.675Z adding route 172.16.0.0/32 -> 10.0.0.4
35442026-07-19T04:17:22.675Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35452026-07-19T04:17:22.675ZJul 19 04:17:21.577 Jul 19 04:17:21.577Jul 19 04:17:21.577DEBG 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 } }]
35462026-07-19T04:17:22.675Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:21.577
35472026-07-19T04:17:22.675ZINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO
35482026-07-19T04:17:22.675ZJul 19 04:17:21.577 Jul 19 04:17:21.577INFO adding route 172.16.0.0/32 -> 10.0.0.4DEBGadding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:17:21.577
35492026-07-19T04:17:22.676Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35502026-07-19T04:17:22.676Zreplacing 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 } }]
35512026-07-19T04:17:22.676Z
35522026-07-19T04:17:22.676ZJul 19 04:17:21.577 Jul 19 04:17:21.577DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Jul 19 04:17:21.577replacing 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 } }]
35532026-07-19T04:17:22.676ZINFO
35542026-07-19T04:17:22.676Zadding route 172.17.0.13/32 -> 10.0.0.255
35552026-07-19T04:17:22.676Z
35562026-07-19T04:17:22.676ZJul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577 INFODEBG adding route 172.17.0.39/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 } }]DEBG
35572026-07-19T04:17:22.676Z
35582026-07-19T04:17:22.676Z replacing targets for 172.16.0.0/32 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:17:21.577
35592026-07-19T04:17:22.676Z INFOJul 19 04:17:21.577 Jul 19 04:17:21.577DEBGadding route 3fff:beef:32::/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 } }]INFO
35602026-07-19T04:17:22.676Z
35612026-07-19T04:17:22.676Zadding route 172.17.0.14/32 -> 10.0.0.255
35622026-07-19T04:17:22.676ZJul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35632026-07-19T04:17:22.676Z 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 } }]
35642026-07-19T04:17:22.676Z
35652026-07-19T04:17:22.676ZJul 19 04:17:21.577 Jul 19 04:17:21.577DEBGJul 19 04:17:21.577 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35662026-07-19T04:17:22.676Z INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
35672026-07-19T04:17:22.676Zadding route 172.17.0.15/32 -> 10.0.0.255
35682026-07-19T04:17:22.676ZJul 19 04:17:21.577Jul 19 04:17:21.577 INFOJul 19 04:17:21.577DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
35692026-07-19T04:17:22.676Z
35702026-07-19T04:17:22.676Zreplacing 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 } }]
35712026-07-19T04:17:22.676ZJul 19 04:17:21.577 Jul 19 04:17:21.577Jul 19 04:17:21.577DEBG INFO 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 } }]
35722026-07-19T04:17:22.676Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255
35732026-07-19T04:17:22.676Z
35742026-07-19T04:17:22.676ZJul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577INFO DEBG adding route 172.17.0.42/32 -> 10.0.0.255
35752026-07-19T04:17:22.676ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35762026-07-19T04:17:22.676Z
35772026-07-19T04:17:22.676ZJul 19 04:17:21.577 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:17:21.577
35782026-07-19T04:17:22.676ZJul 19 04:17:21.577 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
35792026-07-19T04:17:22.676Z
35802026-07-19T04:17:22.676ZJul 19 04:17:21.577 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:17:21.577
35812026-07-19T04:17:22.676Z Jul 19 04:17:21.577DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.577
35822026-07-19T04:17:22.676Ztest route::tests::delete_target_full ... ok
35832026-07-19T04:17:22.676ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35842026-07-19T04:17:22.676Z
35852026-07-19T04:17:22.676ZJul 19 04:17:21.577Jul 19 04:17:21.577 INFOJul 19 04:17:21.577 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOINFO
35862026-07-19T04:17:22.676Zadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
35872026-07-19T04:17:22.676Z
35882026-07-19T04:17:22.677ZJul 19 04:17:21.577Jul 19 04:17:21.577 DEBGJul 19 04:17:21.577 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
35892026-07-19T04:17:22.677ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35902026-07-19T04:17:22.677ZJul 19 04:17:21.577
35912026-07-19T04:17:22.677Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
35922026-07-19T04:17:22.677ZJul 19 04:17:21.577Jul 19 04:17:21.577 INFOINFO Jul 19 04:17:21.577adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255
35932026-07-19T04:17:22.677ZDEBG
35942026-07-19T04:17:22.677Zreplacing 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 } }]
35952026-07-19T04:17:22.677ZJul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577 DEBG DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
35962026-07-19T04:17:22.677ZJul 19 04:17:21.578 DEBG created new freemap Jul 19 04:17:21.583, unit:adding route 172.17.0.46/32 -> 10.0.0.255
35972026-07-19T04:17:22.677Z INFOfreemap_route_ipv4
35982026-07-19T04:17:22.677ZJul 19 04:17:21.583adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
35992026-07-19T04:17:22.677ZDEBG
36002026-07-19T04:17:22.677Z 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 } }]
36012026-07-19T04:17:22.677ZJul 19 04:17:21.583 Jul 19 04:17:21.583DEBGJul 19 04:17:21.583Jul 19 04:17:21.583 INFO created new freemapDEBG, unitadding route 172.17.0.47/32 -> 10.0.0.255:
36022026-07-19T04:17:22.677Z freemap_route_ipv6
36032026-07-19T04:17:22.677ZINFO 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.20/32 -> 10.0.0.255
36042026-07-19T04:17:22.677ZJul 19 04:17:21.583
36052026-07-19T04:17:22.677ZJul 19 04:17:21.583 DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:17:21.583initted freemap. size: 64 , Jul 19 04:17:21.583unit :
36062026-07-19T04:17:22.677Z freemap_route_ipv4DEBG
36072026-07-19T04:17:22.677Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36082026-07-19T04:17:22.677Z Jul 19 04:17:21.583adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
36092026-07-19T04:17:22.677ZINFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:17:21.583
36102026-07-19T04:17:22.677Z Jul 19 04:17:21.583Jul 19 04:17:21.583 INFODEBG reset freemap , adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:21.583DEBG
36112026-07-19T04:17:22.681ZDEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
36122026-07-19T04:17:22.681Zreplacing 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 } }]:
36132026-07-19T04:17:22.681Zfreemap_route_ipv4Jul 19 04:17:21.583
36142026-07-19T04:17:22.681ZDEBG Jul 19 04:17:21.583Jul 19 04:17:21.583replacing 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 } }]
36152026-07-19T04:17:22.681ZINFO INFOJul 19 04:17:21.583 adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:17:21.583
36162026-07-19T04:17:22.681Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFODEBG
36172026-07-19T04:17:22.681Z adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:17:21.583
36182026-07-19T04:17:22.681Z DEBG Jul 19 04:17:21.583initted freemap. size: 64 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36192026-07-19T04:17:22.681Z, unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.583Jul 19 04:17:21.583:
36202026-07-19T04:17:22.681ZDEBGINFO freemap_route_ipv6 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.50/32 -> 10.0.0.255
36212026-07-19T04:17:22.681ZJul 19 04:17:21.583
36222026-07-19T04:17:22.681Z
36232026-07-19T04:17:22.681Z INFO Jul 19 04:17:21.583Jul 19 04:17:21.583 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff INFODEBG
36242026-07-19T04:17:22.681Z adding route 172.17.0.23/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 } }]
36252026-07-19T04:17:22.681Z
36262026-07-19T04:17:22.681ZJul 19 04:17:21.583 DEBG reset freemapJul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255,
36272026-07-19T04:17:22.681Z 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 } }]unitDEBG
36282026-07-19T04:17:22.681Z 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:17:21.583
36292026-07-19T04:17:22.681Z: Jul 19 04:17:21.583 freemap_route_ipv6INFODEBG 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.24/32 -> 10.0.0.255
36302026-07-19T04:17:22.681Z
36312026-07-19T04:17:22.681Z
36322026-07-19T04:17:22.681ZJul 19 04:17:21.583 INFO Jul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG
36332026-07-19T04:17:22.681Z INFO 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 adding route 172.17.0.52/32 -> 10.0.0.255
36342026-07-19T04:17:22.681Zadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:21.583
36352026-07-19T04:17:22.681Z
36362026-07-19T04:17:22.681ZDEBG 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 } }]
36372026-07-19T04:17:22.681ZJul 19 04:17:21.583Jul 19 04:17:21.583 Jul 19 04:17:21.583Jul 19 04:17:21.583DEBGINFO 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 } }]
36382026-07-19T04:17:22.681ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
36392026-07-19T04:17:22.681Z
36402026-07-19T04:17:22.682ZDEBGJul 19 04:17:21.583 failed to allocate space for the new target listJul 19 04:17:21.583INFO
36412026-07-19T04:17:22.682Z Jul 19 04:17:21.583adding route 172.17.0.53/32 -> 10.0.0.255
36422026-07-19T04:17:22.682ZDEBG 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 } }]
36432026-07-19T04:17:22.682ZINFOJul 19 04:17:21.583 adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:17:21.583DEBG 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 } }]Jul 19 04:17:21.583
36442026-07-19T04:17:22.682Z 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 } }]adding route 172.17.0.26/32 -> 10.0.0.255
36452026-07-19T04:17:22.682ZJul 19 04:17:21.583
36462026-07-19T04:17:22.682Z
36472026-07-19T04:17:22.682ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
36482026-07-19T04:17:22.682ZJul 19 04:17:21.583 Jul 19 04:17:21.583DEBG Jul 19 04:17:21.583 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36492026-07-19T04:17:22.682Z 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
36502026-07-19T04:17:22.682Z 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 } }]
36512026-07-19T04:17:22.682ZJul 19 04:17:21.583 Jul 19 04:17:21.583INFO Jul 19 04:17:21.583adding route 172.17.0.27/32 -> 10.0.0.255INFO
36522026-07-19T04:17:22.682Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
36532026-07-19T04:17:22.682Z adding route 172.17.0.55/32 -> 10.0.0.255
36542026-07-19T04:17:22.682ZJul 19 04:17:21.583Jul 19 04:17:21.583 Jul 19 04:17:21.583 DEBGDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36552026-07-19T04:17:22.682Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36562026-07-19T04:17:22.682Z
36572026-07-19T04:17:22.682ZJul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 INFOINFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
36582026-07-19T04:17:22.682Z
36592026-07-19T04:17:22.682Zadding route 172.16.0.0/32 -> 10.0.0.2
36602026-07-19T04:17:22.682ZJul 19 04:17:21.583Jul 19 04:17:21.583 Jul 19 04:17:21.583DEBG 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 } }]
36612026-07-19T04:17:22.682Zreplacing 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 } }]DEBG
36622026-07-19T04:17:22.682Z 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 } }]
36632026-07-19T04:17:22.682ZJul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 INFO INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
36642026-07-19T04:17:22.682Z
36652026-07-19T04:17:22.682Z
36662026-07-19T04:17:22.682ZJul 19 04:17:21.584Jul 19 04:17:21.584 DEBGDEBGJul 19 04:17:21.584 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 } }]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 } }]
36672026-07-19T04:17:22.682Zreplacing 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 } }]
36682026-07-19T04:17:22.682Z
36692026-07-19T04:17:22.682ZJul 19 04:17:21.584Jul 19 04:17:21.584 Jul 19 04:17:21.584 INFOINFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
36702026-07-19T04:17:22.682Zadding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
36712026-07-19T04:17:22.682Z
36722026-07-19T04:17:22.682ZJul 19 04:17:21.584 DEBG Jul 19 04:17:21.584replacing 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:21.584
36732026-07-19T04:17:22.682ZDEBG 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 } }]
36742026-07-19T04:17:22.682Zreplacing 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:17:21.584
36752026-07-19T04:17:22.682Z Jul 19 04:17:21.584INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255
36762026-07-19T04:17:22.682ZJul 19 04:17:21.584adding route 172.17.0.31/32 -> 10.0.0.255
36772026-07-19T04:17:22.682ZINFO Jul 19 04:17:21.584adding route 172.17.0.2/32 -> 10.0.0.255 Jul 19 04:17:21.584DEBG DEBG
36782026-07-19T04:17:22.682Zreplacing 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 } }]
36792026-07-19T04:17:22.683Zreplacing 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 } }]
36802026-07-19T04:17:22.683ZJul 19 04:17:21.584 DEBGJul 19 04:17:21.584 Jul 19 04:17:21.584INFOreplacing 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 } }]
36812026-07-19T04:17:22.683Zadding route 172.17.0.60/32 -> 10.0.0.255
36822026-07-19T04:17:22.683ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
36832026-07-19T04:17:22.683ZJul 19 04:17:21.584Jul 19 04:17:21.584 Jul 19 04:17:21.584INFO DEBG DEBGadding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36842026-07-19T04:17:22.683Z
36852026-07-19T04:17:22.683Zreplacing 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 } }]
36862026-07-19T04:17:22.683ZJul 19 04:17:21.584Jul 19 04:17:21.584Jul 19 04:17:21.584 INFO INFODEBG 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.33/32 -> 10.0.0.255
36872026-07-19T04:17:22.683Zadding route 172.17.0.61/32 -> 10.0.0.255
36882026-07-19T04:17:22.683Z
36892026-07-19T04:17:22.683ZJul 19 04:17:21.584Jul 19 04:17:21.584Jul 19 04:17:21.584 DEBG INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
36902026-07-19T04:17:22.683Z
36912026-07-19T04:17:22.683Z
36922026-07-19T04:17:22.683ZJul 19 04:17:21.584Jul 19 04:17:21.584Jul 19 04:17:21.584 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255
36932026-07-19T04:17:22.683Zadding route 172.17.0.62/32 -> 10.0.0.255DEBG
36942026-07-19T04:17:22.683Zreplacing 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 } }]
36952026-07-19T04:17:22.683ZJul 19 04:17:21.584 DEBG Jul 19 04:17:21.584replacing 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 } }]
36962026-07-19T04:17:22.683ZINFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:17:21.584
36972026-07-19T04:17:22.683Z DEBG failed to allocate space for the new target listJul 19 04:17:21.584
36982026-07-19T04:17:22.683Z 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 } }]Jul 19 04:17:21.584
36992026-07-19T04:17:22.683Z 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 } }]Jul 19 04:17:21.584
37002026-07-19T04:17:22.683Z Jul 19 04:17:21.584INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
37012026-07-19T04:17:22.683Z 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 } }]
37022026-07-19T04:17:22.683ZJul 19 04:17:21.584 DEBGJul 19 04:17:21.584 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 } }]INFO
37032026-07-19T04:17:22.683Z adding route 172.17.0.35/32 -> 10.0.0.255
37042026-07-19T04:17:22.683ZJul 19 04:17:21.584 INFOJul 19 04:17:21.584 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
37052026-07-19T04:17:22.683Z 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 } }]
37062026-07-19T04:17:22.683ZJul 19 04:17:21.584 DEBGJul 19 04:17:21.584 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37072026-07-19T04:17:22.683Z adding route 172.17.0.36/32 -> 10.0.0.255
37082026-07-19T04:17:22.683ZJul 19 04:17:21.584 Jul 19 04:17:21.584INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
37092026-07-19T04:17:22.683Zreplacing 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 } }]
37102026-07-19T04:17:22.683ZJul 19 04:17:21.584Jul 19 04:17:21.584 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.37/32 -> 10.0.0.255
37112026-07-19T04:17:22.687ZJul 19 04:17:21.584 DEBGJul 19 04:17:21.590 created new freemapDEBG, unitreplacing 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 } }]:
37122026-07-19T04:17:22.687Z freemap_route_ipv4
37132026-07-19T04:17:22.687ZJul 19 04:17:21.590
37142026-07-19T04:17:22.687Z INFOJul 19 04:17:21.590 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
37152026-07-19T04:17:22.687Z Jul 19 04:17:21.590created new freemap , INFOunit :adding route 172.17.0.9/32 -> 10.0.0.255
37162026-07-19T04:17:22.687Zfreemap_route_ipv6Jul 19 04:17:21.590 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 } }]
37172026-07-19T04:17:22.687Z
37182026-07-19T04:17:22.687ZJul 19 04:17:21.590 INFO adding route 172.17.0.39/32 -> 10.0.0.255
37192026-07-19T04:17:22.687ZJul 19 04:17:21.590Jul 19 04:17:21.590 DEBG DEBGreplacing 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 } }]
37202026-07-19T04:17:22.687ZJul 19 04:17:21.590initted freemap. size: 64 , DEBGunit :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 } }]
37212026-07-19T04:17:22.687Zfreemap_route_ipv4
37222026-07-19T04:17:22.687ZJul 19 04:17:21.590 INFOJul 19 04:17:21.590 Jul 19 04:17:21.590adding route 172.17.0.10/32 -> 10.0.0.255
37232026-07-19T04:17:22.687ZDEBG INFOreset freemap , adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:17:21.590unit
37242026-07-19T04:17:22.687Z :DEBG freemap_route_ipv4replacing 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 } }]
37252026-07-19T04:17:22.687Z
37262026-07-19T04:17:22.687ZJul 19 04:17:21.590 DEBGJul 19 04:17:21.590Jul 19 04:17:21.590 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 } }]
37272026-07-19T04:17:22.687ZINFOinitted freemap. size: 64 , adding route 172.17.0.11/32 -> 10.0.0.255unit
37282026-07-19T04:17:22.687Z:Jul 19 04:17:21.590 INFOfreemap_route_ipv6
37292026-07-19T04:17:22.687Zadding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:17:21.590
37302026-07-19T04:17:22.688Z 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:17:21.590
37312026-07-19T04:17:22.688ZJul 19 04:17:21.590 DEBG DEBGJul 19 04:17:21.590reset freemap 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 } }],
37322026-07-19T04:17:22.688ZunitINFO: adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:17:21.590freemap_route_ipv6
37332026-07-19T04:17:22.688ZINFO
37342026-07-19T04:17:22.688Z adding route 172.17.0.42/32 -> 10.0.0.255
37352026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG
37362026-07-19T04:17:22.688Zreplacing 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.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 } }]
37372026-07-19T04:17:22.688Z
37382026-07-19T04:17:22.688ZJul 19 04:17:21.590 DEBGJul 19 04:17:21.590 Jul 19 04:17:21.590INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255INFO
37392026-07-19T04:17:22.688Z
37402026-07-19T04:17:22.688Zadding route 172.17.0.43/32 -> 10.0.0.255
37412026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590 INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1
37422026-07-19T04:17:22.688Zreplacing 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.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 } }]
37432026-07-19T04:17:22.688Z
37442026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
37452026-07-19T04:17:22.688Z
37462026-07-19T04:17:22.688ZJul 19 04:17:21.590 INFO Jul 19 04:17:21.590adding route 172.17.0.14/32 -> 10.0.0.255 Jul 19 04:17:21.590INFO
37472026-07-19T04:17:22.688Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1
37482026-07-19T04:17:22.688ZJul 19 04:17:21.590replacing 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 } }]
37492026-07-19T04:17:22.688ZDEBG 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:17:21.590
37502026-07-19T04:17:22.688ZJul 19 04:17:21.590 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:17:21.590
37512026-07-19T04:17:22.688Z adding route 172.17.0.45/32 -> 10.0.0.255INFO
37522026-07-19T04:17:22.688Z adding route 172.17.0.15/32 -> 10.0.0.255
37532026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 INFODEBGJul 19 04:17:21.590 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 } }]
37542026-07-19T04:17:22.688Zadding route 172.16.0.0/32 -> 10.0.0.2DEBG
37552026-07-19T04:17:22.688Z 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 } }]
37562026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590DEBGINFO 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
37572026-07-19T04:17:22.688Z
37582026-07-19T04:17:22.688Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
37592026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37602026-07-19T04:17:22.688Z
37612026-07-19T04:17:22.688Z 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 } }]
37622026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
37632026-07-19T04:17:22.688Z
37642026-07-19T04:17:22.688Z 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 } }]
37652026-07-19T04:17:22.688ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590 DEBG INFODEBGreplacing 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 } }]
37662026-07-19T04:17:22.689Zadding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37672026-07-19T04:17:22.689Z
37682026-07-19T04:17:22.689Ztest route::tests::delete_target_fragmented ... ok
37692026-07-19T04:17:22.689ZJul 19 04:17:21.590 INFOJul 19 04:17:21.590 adding route 172.17.0.48/32 -> 10.0.0.255DEBGJul 19 04:17:21.590
37702026-07-19T04:17:22.689Z INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37712026-07-19T04:17:22.689Zadding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:17:21.590
37722026-07-19T04:17:22.689Z DEBGJul 19 04:17:21.590 Jul 19 04:17:21.590INFOreplacing 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 } }]
37732026-07-19T04:17:22.689Z DEBG adding route 172.17.0.2/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 } }]
37742026-07-19T04:17:22.689Z
37752026-07-19T04:17:22.689ZJul 19 04:17:21.590 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:17:21.590Jul 19 04:17:21.590
37762026-07-19T04:17:22.689Z INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37772026-07-19T04:17:22.689ZJul 19 04:17:21.590
37782026-07-19T04:17:22.689Z 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 } }]
37792026-07-19T04:17:22.689ZJul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:21.590adding route 172.17.0.3/32 -> 10.0.0.255
37802026-07-19T04:17:22.689Z
37812026-07-19T04:17:22.689Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
37822026-07-19T04:17:22.689ZJul 19 04:17:21.590Jul 19 04:17:21.590 INFODEBG Jul 19 04:17:21.590 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 } }]DEBGadding route 172.17.0.20/32 -> 10.0.0.255
37832026-07-19T04:17:22.689Z
37842026-07-19T04:17:22.689Z 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 } }]
37852026-07-19T04:17:22.689ZJul 19 04:17:21.590 Jul 19 04:17:21.590INFO Jul 19 04:17:21.590adding route 172.17.0.4/32 -> 10.0.0.255DEBG INFO
37862026-07-19T04:17:22.689Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
37872026-07-19T04:17:22.689Z
37882026-07-19T04:17:22.689ZJul 19 04:17:21.590 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 } }]Jul 19 04:17:21.590
37892026-07-19T04:17:22.689Z Jul 19 04:17:21.590DEBG 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 } }]
37902026-07-19T04:17:22.689Zadding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:21.590
37912026-07-19T04:17:22.689Z INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:17:21.590
37922026-07-19T04:17:22.689ZJul 19 04:17:21.590 INFODEBGJul 19 04:17:21.590 adding route 172.17.0.52/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 } }]
37932026-07-19T04:17:22.689Z
37942026-07-19T04:17:22.689Z 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 } }]
37952026-07-19T04:17:22.689ZJul 19 04:17:21.590Jul 19 04:17:21.590 INFODEBG Jul 19 04:17:21.590adding route 172.17.0.22/32 -> 10.0.0.255
37962026-07-19T04:17:22.689ZINFOreplacing 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 } }]
37972026-07-19T04:17:22.689Zadding route 172.17.0.6/32 -> 10.0.0.255
37982026-07-19T04:17:22.689ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
37992026-07-19T04:17:22.689Z
38002026-07-19T04:17:22.689Z 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 } }]
38012026-07-19T04:17:22.689ZJul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFO Jul 19 04:17:21.590adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38022026-07-19T04:17:22.689ZINFO
38032026-07-19T04:17:22.689Z adding route 172.17.0.7/32 -> 10.0.0.255
38042026-07-19T04:17:22.689ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590DEBG 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 } }]
38052026-07-19T04:17:22.689ZINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
38062026-07-19T04:17:22.690Z
38072026-07-19T04:17:22.690ZJul 19 04:17:21.590 INFOJul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFOadding route 172.17.0.24/32 -> 10.0.0.255
38082026-07-19T04:17:22.690Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
38092026-07-19T04:17:22.690Z
38102026-07-19T04:17:22.690ZJul 19 04:17:21.590 Jul 19 04:17:21.590Jul 19 04:17:21.590DEBG DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38112026-07-19T04:17:22.694Zadding route 172.17.0.55/32 -> 10.0.0.255
38122026-07-19T04:17:22.694Z
38132026-07-19T04:17:22.694ZJul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255
38142026-07-19T04:17:22.694Zreplacing 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 } }]
38152026-07-19T04:17:22.694ZINFO Jul 19 04:17:21.590adding route 172.17.0.9/32 -> 10.0.0.255
38162026-07-19T04:17:22.694ZDEBG 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 } }]
38172026-07-19T04:17:22.694ZJul 19 04:17:21.590 Jul 19 04:17:21.590INFOJul 19 04:17:21.590 INFODEBGadding route 172.17.0.56/32 -> 10.0.0.255
38182026-07-19T04:17:22.694Zreplacing 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.26/32 -> 10.0.0.255
38192026-07-19T04:17:22.694Z
38202026-07-19T04:17:22.694ZJul 19 04:17:21.590Jul 19 04:17:21.590Jul 19 04:17:21.590 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 } }]INFO
38212026-07-19T04:17:22.694Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
38222026-07-19T04:17:22.694Z
38232026-07-19T04:17:22.694ZJul 19 04:17:21.590 INFOJul 19 04:17:21.590 adding route 172.17.0.57/32 -> 10.0.0.255DEBG
38242026-07-19T04:17:22.694Z 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:17:21.590
38252026-07-19T04:17:22.694Z Jul 19 04:17:21.590INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
38262026-07-19T04:17:22.694Zreplacing 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:21.590 INFO adding route 172.17.0.11/32 -> 10.0.0.255
38272026-07-19T04:17:22.694Z
38282026-07-19T04:17:22.694ZJul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG Jul 19 04:17:21.596replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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
38292026-07-19T04:17:22.694Z
38302026-07-19T04:17:22.694Zadding route 172.17.0.58/32 -> 10.0.0.255
38312026-07-19T04:17:22.694ZJul 19 04:17:21.596Jul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255
38322026-07-19T04:17:22.694Zreplacing 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.28/32 -> 10.0.0.255
38332026-07-19T04:17:22.694Z
38342026-07-19T04:17:22.694ZJul 19 04:17:21.596Jul 19 04:17:21.596 DEBGJul 19 04:17:21.596 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG 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 } }]
38352026-07-19T04:17:22.694Z
38362026-07-19T04:17:22.694ZJul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
38372026-07-19T04:17:22.694Z
38382026-07-19T04:17:22.694ZJul 19 04:17:21.596 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 } }]
38392026-07-19T04:17:22.694ZJul 19 04:17:21.596 DEBGJul 19 04:17:21.596 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38402026-07-19T04:17:22.694Z adding route 172.17.0.30/32 -> 10.0.0.255
38412026-07-19T04:17:22.695ZJul 19 04:17:21.596 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 } }]
38422026-07-19T04:17:22.695ZJul 19 04:17:21.596 INFO adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:17:21.596
38432026-07-19T04:17:22.695Z INFO adding route 172.17.0.31/32 -> 10.0.0.255
38442026-07-19T04:17:22.695ZINFOJul 19 04:17:21.596 adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:17:21.596
38452026-07-19T04:17:22.695Z 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.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 } }]
38462026-07-19T04:17:22.695Z
38472026-07-19T04:17:22.695ZJul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596
38482026-07-19T04:17:22.695ZJul 19 04:17:21.596 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:17:21.596
38492026-07-19T04:17:22.695Z
38502026-07-19T04:17:22.695ZINFO adding route 172.17.0.60/32 -> 10.0.0.255Jul 19 04:17:21.596
38512026-07-19T04:17:22.695ZJul 19 04:17:21.596 DEBGDEBG Jul 19 04:17:21.596 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 } }]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 } }]
38522026-07-19T04:17:22.695Z
38532026-07-19T04:17:22.695Zreplacing 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 } }]
38542026-07-19T04:17:22.695ZJul 19 04:17:21.596Jul 19 04:17:21.596 INFOJul 19 04:17:21.596 INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255DEBG
38552026-07-19T04:17:22.695Z
38562026-07-19T04:17:22.695Z failed to allocate space for the new target list
38572026-07-19T04:17:22.695ZJul 19 04:17:21.596Jul 19 04:17:21.596Jul 19 04:17:21.596 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 } }]DEBG
38582026-07-19T04:17:22.695Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38592026-07-19T04:17:22.695Zreplacing 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 } }]
38602026-07-19T04:17:22.695ZJul 19 04:17:21.596 Jul 19 04:17:21.596INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255
38612026-07-19T04:17:22.695Zadding route 172.17.0.17/32 -> 10.0.0.255
38622026-07-19T04:17:22.695ZJul 19 04:17:21.596 Jul 19 04:17:21.596DEBG DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38632026-07-19T04:17:22.695Zreplacing 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 } }]
38642026-07-19T04:17:22.695ZJul 19 04:17:21.596 Jul 19 04:17:21.596INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255
38652026-07-19T04:17:22.695Zadding route 172.17.0.18/32 -> 10.0.0.255
38662026-07-19T04:17:22.695ZJul 19 04:17:21.596 Jul 19 04:17:21.596DEBG 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 } }]
38672026-07-19T04:17:22.695Zreplacing 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 } }]
38682026-07-19T04:17:22.695ZJul 19 04:17:21.596 Jul 19 04:17:21.596INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255
38692026-07-19T04:17:22.695Zadding route 172.17.0.19/32 -> 10.0.0.255
38702026-07-19T04:17:22.695ZJul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38712026-07-19T04:17:22.695Z
38722026-07-19T04:17:22.695ZJul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
38732026-07-19T04:17:22.695Z
38742026-07-19T04:17:22.695ZJul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38752026-07-19T04:17:22.696Z
38762026-07-19T04:17:22.696ZJul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
38772026-07-19T04:17:22.696Z
38782026-07-19T04:17:22.696ZJul 19 04:17:21.596Jul 19 04:17:21.596 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.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 } }]
38792026-07-19T04:17:22.696Z
38802026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.39/32 -> 10.0.0.255
38812026-07-19T04:17:22.696Ztest route::tests::delete_targets_full ... ok
38822026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:17:21.596 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 } }]
38832026-07-19T04:17:22.696Z
38842026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:21.596
38852026-07-19T04:17:22.696Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
38862026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 19 04:17:21.596
38872026-07-19T04:17:22.696Z 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 } }]
38882026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:17:21.596
38892026-07-19T04:17:22.696Z INFO adding route 172.17.0.41/32 -> 10.0.0.255
38902026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:17:21.596
38912026-07-19T04:17:22.696Z 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 } }]
38922026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:17:21.596
38932026-07-19T04:17:22.696Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
38942026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:17:21.596
38952026-07-19T04:17:22.696Z 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 } }]
38962026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:17:21.596
38972026-07-19T04:17:22.696Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
38982026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:17:21.596
38992026-07-19T04:17:22.696Z 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 } }]
39002026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:17:21.596
39012026-07-19T04:17:22.696Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
39022026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:17:21.596
39032026-07-19T04:17:22.696Z 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 } }]
39042026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:17:21.596
39052026-07-19T04:17:22.696Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
39062026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:17:21.596
39072026-07-19T04:17:22.696Z 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 } }]
39082026-07-19T04:17:22.696ZJul 19 04:17:21.596 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:17:21.596
39092026-07-19T04:17:22.696Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
39102026-07-19T04:17:22.696ZJul 19 04:17:21.596 INFO adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:17:21.596
39112026-07-19T04:17:22.700Z 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 } }]
39122026-07-19T04:17:22.700ZJul 19 04:17:21.596 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:17:21.596
39132026-07-19T04:17:22.700Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
39142026-07-19T04:17:22.700ZJul 19 04:17:21.596 INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:17:21.596
39152026-07-19T04:17:22.700Z 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 } }]
39162026-07-19T04:17:22.700ZJul 19 04:17:21.596 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:17:21.596
39172026-07-19T04:17:22.700Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
39182026-07-19T04:17:22.700ZJul 19 04:17:21.596 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:17:21.596
39192026-07-19T04:17:22.700Z 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 } }]
39202026-07-19T04:17:22.700ZJul 19 04:17:21.596 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:17:21.596
39212026-07-19T04:17:22.700Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
39222026-07-19T04:17:22.701ZJul 19 04:17:21.596 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:17:21.596
39232026-07-19T04:17:22.701Z 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 } }]
39242026-07-19T04:17:22.701ZJul 19 04:17:21.596 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:17:21.596
39252026-07-19T04:17:22.701Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
39262026-07-19T04:17:22.701ZJul 19 04:17:21.596 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:17:21.596
39272026-07-19T04:17:22.701Z 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 } }]
39282026-07-19T04:17:22.701ZJul 19 04:17:21.596 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:17:21.596
39292026-07-19T04:17:22.701Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
39302026-07-19T04:17:22.701ZJul 19 04:17:21.596 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:17:21.596
39312026-07-19T04:17:22.701Z 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 } }]
39322026-07-19T04:17:22.701ZJul 19 04:17:21.596 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:17:21.596
39332026-07-19T04:17:22.701Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
39342026-07-19T04:17:22.701ZJul 19 04:17:21.596 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:17:21.596
39352026-07-19T04:17:22.701Z 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 } }]
39362026-07-19T04:17:22.701ZJul 19 04:17:21.596 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:17:21.596
39372026-07-19T04:17:22.701Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
39382026-07-19T04:17:22.701ZJul 19 04:17:21.596 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:17:21.596
39392026-07-19T04:17:22.701Z 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 } }]
39402026-07-19T04:17:22.701ZJul 19 04:17:21.596 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:17:21.596
39412026-07-19T04:17:22.701Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
39422026-07-19T04:17:22.701ZJul 19 04:17:21.596 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:17:21.596
39432026-07-19T04:17:22.701Z 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 } }]
39442026-07-19T04:17:22.701ZJul 19 04:17:21.596Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
39452026-07-19T04:17:22.701Z
39462026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
39472026-07-19T04:17:22.701Z
39482026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.56/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 } }]
39492026-07-19T04:17:22.701Z
39502026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 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.39/32 -> 10.0.0.255
39512026-07-19T04:17:22.701Z
39522026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39532026-07-19T04:17:22.701Z
39542026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
39552026-07-19T04:17:22.701Z
39562026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39572026-07-19T04:17:22.701Z
39582026-07-19T04:17:22.701ZJul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
39592026-07-19T04:17:22.701Z
39602026-07-19T04:17:22.702ZJul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39612026-07-19T04:17:22.702Z
39622026-07-19T04:17:22.702ZJul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
39632026-07-19T04:17:22.702Z
39642026-07-19T04:17:22.702ZJul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.60/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 } }]
39652026-07-19T04:17:22.702Z
39662026-07-19T04:17:22.702ZJul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
39672026-07-19T04:17:22.702Z
39682026-07-19T04:17:22.702Ztest route::tests::delete_targets_fragmented ... ok
39692026-07-19T04:17:22.702Z
39702026-07-19T04:17:22.702Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
39712026-07-19T04:17:22.702Z
39722026-07-19T04:17:22.702ZJul 19 04:17:21.602Jul 19 04:17:21.602 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
39732026-07-19T04:17:22.702Z
39742026-07-19T04:17:22.702ZJul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
39752026-07-19T04:17:22.702Z
39762026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39772026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39782026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39792026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39802026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39812026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39822026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39832026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39842026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39852026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39862026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39872026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39882026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39892026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39902026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39912026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39922026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39932026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39942026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39952026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39962026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39972026-07-19T04:17:22.702ZJul 19 04:17:21.602 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39982026-07-19T04:17:22.702ZJul 19 04:17:21.602 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 } }]
39992026-07-19T04:17:22.703ZJul 19 04:17:21.602 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40002026-07-19T04:17:22.703ZJul 19 04:17:21.602 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 } }]
40012026-07-19T04:17:22.703ZJul 19 04:17:21.602 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40022026-07-19T04:17:22.703ZJul 19 04:17:21.602 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 } }]
40032026-07-19T04:17:22.703ZJul 19 04:17:21.602 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40042026-07-19T04:17:22.703ZJul 19 04:17:21.602 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 } }]
40052026-07-19T04:17:22.703ZJul 19 04:17:21.602 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40062026-07-19T04:17:22.703ZJul 19 04:17:21.602 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 } }]
40072026-07-19T04:17:22.703ZJul 19 04:17:21.608 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40082026-07-19T04:17:22.703ZJul 19 04:17:21.608 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 } }]
40092026-07-19T04:17:22.703ZJul 19 04:17:21.608 DEBG failed to allocate space for the new target list
40102026-07-19T04:17:22.703ZJul 19 04:17:21.608 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 } }]
40112026-07-19T04:17:22.706Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-27e208b5798fd205)
40122026-07-19T04:17:22.706Z
40132026-07-19T04:17:22.706Zrunning 0 tests
40142026-07-19T04:17:22.706Z
40152026-07-19T04:17:22.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40162026-07-19T04:17:22.706Z
40172026-07-19T04:17:22.706Z Running unittests src/lib.rs (target/debug/deps/dpd_api-8530a30046b353e1)
40182026-07-19T04:17:22.706Z
40192026-07-19T04:17:22.706Zrunning 0 tests
40202026-07-19T04:17:22.706Z
40212026-07-19T04:17:22.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-07-19T04:17:22.706Z
40232026-07-19T04:17:22.706Z Running unittests src/lib.rs (target/debug/deps/dpd_client-9db74ad87b18fd54)
40242026-07-19T04:17:22.707Z
40252026-07-19T04:17:22.707Zrunning 6 tests
40262026-07-19T04:17:22.707Ztest tests::test_full_lot_id_neither_present ... ok
40272026-07-19T04:17:22.707Ztest tests::test_full_lot_id_lotnum_only ... ok
40282026-07-19T04:17:22.707Ztest tests::test_full_lot_id_lot_only ... ok
40292026-07-19T04:17:22.707Ztest tests::test_full_lot_id_both_present ... ok
40302026-07-19T04:17:22.707Ztest tests::test_parse_client_port_id ... ok
40312026-07-19T04:17:22.707Ztest tests::test_port_id_cmp ... ok
40322026-07-19T04:17:22.707Z
40332026-07-19T04:17:22.707Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40342026-07-19T04:17:22.707Z
40352026-07-19T04:17:22.707Z Running tests/test_all.rs (target/debug/deps/test_all-ddb8443576be9a78)
40362026-07-19T04:17:22.707Z
40372026-07-19T04:17:22.707Zrunning 0 tests
40382026-07-19T04:17:22.707Z
40392026-07-19T04:17:22.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-07-19T04:17:22.707Z
40412026-07-19T04:17:22.707Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7a0206a3af5fc96f)
40422026-07-19T04:17:22.707Z
40432026-07-19T04:17:22.707Zrunning 0 tests
40442026-07-19T04:17:22.707Z
40452026-07-19T04:17:22.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-07-19T04:17:22.707Z
40472026-07-19T04:17:22.707Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9373ecd659b223f5)
40482026-07-19T04:17:22.707Z
40492026-07-19T04:17:22.707Zrunning 0 tests
40502026-07-19T04:17:22.707Z
40512026-07-19T04:17:22.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40522026-07-19T04:17:22.707Z
40532026-07-19T04:17:22.707Z Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863)
40542026-07-19T04:17:22.707Z
40552026-07-19T04:17:22.707Zrunning 12 tests
40562026-07-19T04:17:22.707Ztest icmp::test_v6_checksum ... ok
40572026-07-19T04:17:22.707Ztest lldp::test_lldp_parse ... ok
40582026-07-19T04:17:22.707Ztest pbuf::test_byte ... ok
40592026-07-19T04:17:22.707Ztest ipv6::test_ipv6_parse ... ok
40602026-07-19T04:17:22.707Ztest icmp::test_v4_checksum ... ok
40612026-07-19T04:17:22.707Ztest pbuf::test_nibble ... ok
40622026-07-19T04:17:22.707Ztest pbuf::test_overflow ... ok
40632026-07-19T04:17:22.708Ztest pbuf::test_short ... ok
40642026-07-19T04:17:22.708Ztest pbuf::test_twelve ... ok
40652026-07-19T04:17:22.708Ztest pbuf::test_word ... ok
40662026-07-19T04:17:22.708Ztest tcp::test_checksum_ack_data ... ok
40672026-07-19T04:17:22.708Ztest tcp::test_checksum_syn_nodata ... ok
40682026-07-19T04:17:22.708Z
40692026-07-19T04:17:22.708Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40702026-07-19T04:17:22.708Z
40712026-07-19T04:17:22.708Z Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a)
40722026-07-19T04:17:22.708Z
40732026-07-19T04:17:22.708Zrunning 0 tests
40742026-07-19T04:17:22.708Z
40752026-07-19T04:17:22.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40762026-07-19T04:17:22.708Z
40772026-07-19T04:17:22.708Z Running unittests src/main.rs (target/debug/deps/swadm-adca04301a4b6728)
40782026-07-19T04:17:22.708Z
40792026-07-19T04:17:22.708Zrunning 5 tests
40802026-07-19T04:17:22.708Ztest switchport::test::test_compute_lanes ... ok
40812026-07-19T04:17:22.708Ztest switchport::test::port_id_ordering ... ok
40822026-07-19T04:17:22.708Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
40832026-07-19T04:17:22.708ZLane 1 State: ActivatedLane 2 ActivatedLane 3
40842026-07-19T04:17:22.708ZActivated Rx Loss-of-lock: YesActivated
40852026-07-19T04:17:22.708ZYes Rx Output Enabled: false Yes falseYes
40862026-07-19T04:17:22.708Zfalse false Rx Loss-of-signal: Yes
40872026-07-19T04:17:22.708Z Rx Output Status: valid Yes valid Yesvalid Yes
40882026-07-19T04:17:22.708Zvalid
40892026-07-19T04:17:22.708Z Rx CDR Enabled: Yes Rx Loss-of-lock: true Yestrue Yes trueYes
40902026-07-19T04:17:22.708Ztrue
40912026-07-19T04:17:22.708Z Tx Enabled: Yes Rx Loss-of-signal: false Yes false Yes Yesfalse
40922026-07-19T04:17:22.708Z false Tx Loss-of-lock: No
40932026-07-19T04:17:22.708Z NoRx Auto-squelch Disable: true Notrue No
40942026-07-19T04:17:22.708Ztrue true
40952026-07-19T04:17:22.708Z Tx Loss-of-signal: No Tx Output Enabled: true Notrue true Notrue
40962026-07-19T04:17:22.708ZNo
40972026-07-19T04:17:22.708Z Tx Output Status: invalid Tx CDR Enabled: Noinvalid Noinvalid invalidNo
40982026-07-19T04:17:22.708Z Tx Loss-of-lock: falseNo
40992026-07-19T04:17:22.708Zfalse Tx Adaptive EQ Fault: Nofalse Nofalse
41002026-07-19T04:17:22.708ZNo Tx Loss-of-signal: trueNo
41012026-07-19T04:17:22.708Ztrue Tx Fault: Yes true Yes true
41022026-07-19T04:17:22.708ZYes YesTx Auto-squelch Disable: false
41032026-07-19T04:17:22.709Z false false false
41042026-07-19T04:17:22.709Z Tx Adaptive EQ Fail: true true true true
41052026-07-19T04:17:22.709Z Tx Failure: false false false false
41062026-07-19T04:17:22.709Z Tx Force Squelch: true true true true
41072026-07-19T04:17:22.709Z Tx Input Polarity: normal normal normal normal
41082026-07-19T04:17:22.709Ztest switchport::test::test_print_sff_datapath ... ok
41092026-07-19T04:17:22.709Ztest switchport::test::test_print_cmis_datapath ... ok
41102026-07-19T04:17:22.709Ztest link::test_filter ... ok
41112026-07-19T04:17:22.712Z
41122026-07-19T04:17:22.712Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41132026-07-19T04:17:22.712Z
41142026-07-19T04:17:22.712Z Running tests/counters.rs (target/debug/deps/counters-60a75bbd7c1d9b76)
41152026-07-19T04:17:22.712Z
41162026-07-19T04:17:22.712Zrunning 1 test
41172026-07-19T04:17:22.712Ztest test_p4_counter_list ... ignored
41182026-07-19T04:17:22.712Z
41192026-07-19T04:17:22.712Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41202026-07-19T04:17:22.712Z
41212026-07-19T04:17:22.712Z Running tests/port-link.rs (target/debug/deps/port_link-15ead423ead1320b)
41222026-07-19T04:17:22.712Z
41232026-07-19T04:17:22.712Zrunning 5 tests
41242026-07-19T04:17:22.712Ztest test_an ... ignored
41252026-07-19T04:17:22.712Ztest test_enable ... ignored
41262026-07-19T04:17:22.712Ztest test_ip_addresses ... ignored
41272026-07-19T04:17:22.712Ztest test_kr ... ignored
41282026-07-19T04:17:22.712Ztest test_mac ... ignored
41292026-07-19T04:17:22.712Z
41302026-07-19T04:17:22.712Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41312026-07-19T04:17:22.712Z
41322026-07-19T04:17:22.712Z Running unittests src/main.rs (target/debug/deps/tfportd-e422f86794163927)
41332026-07-19T04:17:22.712Z
41342026-07-19T04:17:22.712Zrunning 3 tests
41352026-07-19T04:17:22.715Ztest linklocal::test_parse_ipadm ... ok
41362026-07-19T04:17:22.715Ztest tfport::test_parse_tfport ... ok
41372026-07-19T04:17:22.715Ztest config::tests::test_updates ... ok
41382026-07-19T04:17:22.715Z
41392026-07-19T04:17:22.715Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41402026-07-19T04:17:22.715Z
41412026-07-19T04:17:22.715Z Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee)
41422026-07-19T04:17:22.716Z
41432026-07-19T04:17:22.716Zrunning 0 tests
41442026-07-19T04:17:22.716Z
41452026-07-19T04:17:22.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-07-19T04:17:22.716Z
41472026-07-19T04:17:22.716Z Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d)
41482026-07-19T04:17:22.718Z
41492026-07-19T04:17:22.718Zrunning 0 tests
41502026-07-19T04:17:22.718Z
41512026-07-19T04:17:22.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-07-19T04:17:22.718Z
41532026-07-19T04:17:22.718Z Doc-tests aal
41542026-07-19T04:17:22.845Z
41552026-07-19T04:17:22.845Zrunning 0 tests
41562026-07-19T04:17:22.845Z
41572026-07-19T04:17:22.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-07-19T04:17:22.845Z
41592026-07-19T04:17:22.862Z Doc-tests aal_macros
41602026-07-19T04:17:22.930Z
41612026-07-19T04:17:22.930Zrunning 0 tests
41622026-07-19T04:17:22.930Z
41632026-07-19T04:17:22.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-07-19T04:17:22.930Z
41652026-07-19T04:17:22.940Z Doc-tests common
41662026-07-19T04:17:23.172Z
41672026-07-19T04:17:23.172Zrunning 0 tests
41682026-07-19T04:17:23.172Z
41692026-07-19T04:17:23.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-07-19T04:17:23.172Z
41712026-07-19T04:17:23.193Z Doc-tests dpd_api
41722026-07-19T04:17:23.952Z
41732026-07-19T04:17:23.952Zrunning 2 tests
41742026-07-19T04:17:23.952Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41752026-07-19T04:17:23.952Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41762026-07-19T04:17:23.952Z
41772026-07-19T04:17:23.952Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41782026-07-19T04:17:23.952Z
41792026-07-19T04:17:23.983Z Doc-tests dpd_client
41802026-07-19T04:17:25.277Z
41812026-07-19T04:17:25.277Zrunning 0 tests
41822026-07-19T04:17:25.277Z
41832026-07-19T04:17:25.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-07-19T04:17:25.277Z
41852026-07-19T04:17:25.323Z Doc-tests dpd_types
41862026-07-19T04:17:25.539Z
41872026-07-19T04:17:25.539Zrunning 0 tests
41882026-07-19T04:17:25.539Z
41892026-07-19T04:17:25.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-07-19T04:17:25.539Z
41912026-07-19T04:17:25.565Z Doc-tests dpd_types_versions
41922026-07-19T04:17:26.785Z
41932026-07-19T04:17:26.785Zrunning 1 test
41942026-07-19T04:17:26.785Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41952026-07-19T04:17:26.785Z
41962026-07-19T04:17:26.785Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41972026-07-19T04:17:26.785Z
41982026-07-19T04:17:26.829Z Doc-tests packet
41992026-07-19T04:17:26.943Z
42002026-07-19T04:17:26.943Zrunning 0 tests
42012026-07-19T04:17:26.943Z
42022026-07-19T04:17:26.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-07-19T04:17:26.943Z
42042026-07-19T04:17:26.959Z Doc-tests pcap
42052026-07-19T04:17:27.012Z
42062026-07-19T04:17:27.012Zrunning 0 tests
42072026-07-19T04:17:27.012Z
42082026-07-19T04:17:27.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-07-19T04:17:27.012Z
42102026-07-19T04:17:27.080Z+ for feat in tofino_stub tofino_asic softnpu chaos
42112026-07-19T04:17:27.080Z+ RUST_BACKTRACE=full
42122026-07-19T04:17:27.080Z+ cargo test --features tofino_asic --no-fail-fast
42132026-07-19T04:17:27.675Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42142026-07-19T04:17:27.758Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42152026-07-19T04:17:27.763Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42162026-07-19T04:17:27.771Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42172026-07-19T04:17:36.311Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42182026-07-19T04:17:37.255Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42192026-07-19T04:18:16.239Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.14s
42202026-07-19T04:18:16.359Z Running unittests src/lib.rs (target/debug/deps/aal-b1d30bbde0274ea7)
42212026-07-19T04:18:16.362Z
42222026-07-19T04:18:16.362Zrunning 5 tests
42232026-07-19T04:18:16.365Ztest fuse::tests::chip_revision_a0 ... ok
42242026-07-19T04:18:16.365Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42252026-07-19T04:18:16.365Ztest fuse::tests::chip_revision_b1 ... ok
42262026-07-19T04:18:16.365Ztest fuse::tests::chip_revision_b0 ... ok
42272026-07-19T04:18:16.365Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42282026-07-19T04:18:16.365Z
42292026-07-19T04:18:16.365Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42302026-07-19T04:18:16.365Z
42312026-07-19T04:18:16.365Z Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7)
42322026-07-19T04:18:16.368Z
42332026-07-19T04:18:16.368Zrunning 0 tests
42342026-07-19T04:18:16.368Z
42352026-07-19T04:18:16.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-07-19T04:18:16.368Z
42372026-07-19T04:18:16.368Z Running unittests src/lib.rs (target/debug/deps/asic-726b9206a2c61c2f)
42382026-07-19T04:18:16.468Z
42392026-07-19T04:18:16.468Zrunning 8 tests
42402026-07-19T04:18:16.470Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42412026-07-19T04:18:16.470Ztest tofino_asic::qsfp::tests::fix_link ... ok
42422026-07-19T04:18:16.470Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42432026-07-19T04:18:16.471Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42442026-07-19T04:18:16.471Ztest tofino_asic::stats::constants_sanity_check ... ok
42452026-07-19T04:18:16.471Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42462026-07-19T04:18:16.478Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42472026-07-19T04:18:16.969Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42482026-07-19T04:18:16.969Z
42492026-07-19T04:18:16.969Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42502026-07-19T04:18:16.969Z
42512026-07-19T04:18:16.978Z Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353)
42522026-07-19T04:18:16.981Z
42532026-07-19T04:18:16.981Zrunning 10 tests
42542026-07-19T04:18:16.983Ztest nat::tests::test_vni ... ok
42552026-07-19T04:18:16.984Ztest network::tests::test_equal ... ok
42562026-07-19T04:18:16.984Ztest network::tests::test_eui64 ... ok
42572026-07-19T04:18:16.984Ztest network::tests::test_generate_ipv6_link_local ... ok
42582026-07-19T04:18:16.984Ztest network::tests::test_into ... ok
42592026-07-19T04:18:16.984Ztest network::tests::test_not_equal ... ok
42602026-07-19T04:18:16.984Ztest network::tests::test_to_string ... ok
42612026-07-19T04:18:16.984Ztest network::tests::test_parse ... ok
42622026-07-19T04:18:16.984Ztest test_purge ... ok
42632026-07-19T04:18:16.986Ztest illumos::test::address_exists_handles_missing_object ... ok
42642026-07-19T04:18:16.986Z
42652026-07-19T04:18:16.986Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42662026-07-19T04:18:16.986Z
42672026-07-19T04:18:16.986Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-363b31f15c3fc8cb)
42682026-07-19T04:18:16.990Z
42692026-07-19T04:18:16.990Zrunning 1 test
42702026-07-19T04:18:16.993Z -------
42712026-07-19T04:18:16.993Z Generating OpenAPI documents from API definitions ...
42722026-07-19T04:18:17.129Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42732026-07-19T04:18:17.197Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42742026-07-19T04:18:18.185Z -------
42752026-07-19T04:18:18.185Z Checking 12 OpenAPI documents...
42762026-07-19T04:18:18.186Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-07-19T04:18:18.186Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-07-19T04:18:18.188Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-07-19T04:18:18.188Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-07-19T04:18:18.188Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-07-19T04:18:18.188Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-07-19T04:18:18.188Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-07-19T04:18:18.189Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-07-19T04:18:18.189Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-07-19T04:18:18.189Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-07-19T04:18:18.189Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-07-19T04:18:18.189Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-07-19T04:18:18.189Z Fresh dpd "latest" symlink
42892026-07-19T04:18:18.189Z -------
42902026-07-19T04:18:18.189Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42912026-07-19T04:18:18.253Ztest test::test_apis_up_to_date ... ok
42922026-07-19T04:18:18.253Z
42932026-07-19T04:18:18.253Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
42942026-07-19T04:18:18.253Z
42952026-07-19T04:18:18.310Z Running unittests src/main.rs (target/debug/deps/dpd-694a74fc8efcf897)
42962026-07-19T04:18:18.378Z
42972026-07-19T04:18:18.378Zrunning 66 tests
42982026-07-19T04:18:18.380Ztest freemap::test_ordering ... ok
42992026-07-19T04:18:18.380Ztest config::tests::test_updates ... ok
43002026-07-19T04:18:18.381Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43012026-07-19T04:18:18.381Ztest freemap::test_split ... ok
43022026-07-19T04:18:18.384Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43032026-07-19T04:18:18.384Ztest macaddrs::tests::test_mac_offset ... ok
43042026-07-19T04:18:18.384Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43052026-07-19T04:18:18.384Ztest macaddrs::tests::test_parse_port_id ... ok
43062026-07-19T04:18:18.384Ztest nat::test_mapping ... ok
43072026-07-19T04:18:18.384ZJul 19 04:18:17.316 DEBG created new freemap, unit: freemap_testJul 19 04:18:17.316Jul 19 04:18:17.316
43082026-07-19T04:18:18.384Z DEBGDEBG created new freemapcreated new freemap, unit: Jul 19 04:18:17.316freemap_test
43092026-07-19T04:18:18.384ZDEBG initted freemap. size: 128, unit: freemap_test
43102026-07-19T04:18:18.384Z, unitJul 19 04:18:17.316: DEBGfreemap_test reset freemap
43112026-07-19T04:18:18.384Z, unit: freemap_test
43122026-07-19T04:18:18.384ZJul 19 04:18:17.316 DEBG created new freemapJul 19 04:18:17.316, unit : DEBGfreemap_test
43132026-07-19T04:18:18.384Zcreated new freemap, Jul 19 04:18:17.316unitJul 19 04:18:17.316 : DEBGDEBGfreemap_test
43142026-07-19T04:18:18.384Zinitted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
43152026-07-19T04:18:18.384Z
43162026-07-19T04:18:18.384ZJul 19 04:18:17.316 DEBG reset freemap, unit: Jul 19 04:18:17.316Jul 19 04:18:17.316 freemap_testDEBGDEBG reset freemapinitted freemap. size: 8
43172026-07-19T04:18:18.384Z, , unitunit:: freemap_testfreemap_test
43182026-07-19T04:18:18.384Z
43192026-07-19T04:18:18.384ZJul 19 04:18:17.316 DEBG reset freemap, unit: freemap_test
43202026-07-19T04:18:18.384Ztest freemap::test_basic ... ok
43212026-07-19T04:18:18.384ZJul 19 04:18:17.316 DEBG initted freemap. size: 128, unit: freemap_test
43222026-07-19T04:18:18.384ZJul 19 04:18:17.316 DEBG reset freemap, unit: freemap_test
43232026-07-19T04:18:18.384Ztest freemap::test_reclaim ... ok
43242026-07-19T04:18:18.384Ztest freemap::test_exhaustion ... ok
43252026-07-19T04:18:18.384Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43262026-07-19T04:18:18.384Ztest freemap::test_free ... ok
43272026-07-19T04:18:18.384Ztest port_map::tests::test_backplane_group ... ok
43282026-07-19T04:18:18.384Ztest port_map::tests::dump_map ... ok
43292026-07-19T04:18:18.384Ztest port_map::tests::test_port_map ... ok
43302026-07-19T04:18:18.384ZJul 19 04:18:17.317 DEBG created new freemap, unit: freemap_test
43312026-07-19T04:18:18.384ZJul 19 04:18:17.317 DEBG initted freemap. size: 128, unit: freemap_test
43322026-07-19T04:18:18.384ZJul 19 04:18:17.317 DEBG reset freemap, unit: freemap_test
43332026-07-19T04:18:18.384Ztest freemap::test_span ... ok
43342026-07-19T04:18:18.384Ztest api_server::tests::test_build_info ... ok
43352026-07-19T04:18:18.384ZJul 19 04:18:17.317 DEBG created new freemap, unit: freemap_route_ipv4
43362026-07-19T04:18:18.388ZJul 19 04:18:17.317 DEBG created new freemap, unit: freemap_route_ipv6
43372026-07-19T04:18:18.389ZJul 19 04:18:17.317 DEBGJul 19 04:18:17.317 initted freemap. size: 64DEBG, unitcreated new freemap: , freemap_route_ipv4unit
43382026-07-19T04:18:18.389Z: freemap_route_ipv4
43392026-07-19T04:18:18.389ZJul 19 04:18:17.317 Jul 19 04:18:17.317DEBG DEBGreset freemap , created new freemapunit, unit: freemap_route_ipv6
43402026-07-19T04:18:18.389ZJul 19 04:18:17.317 DEBG initted freemap. size: 64, :unit :freemap_route_ipv4
43412026-07-19T04:18:18.389Zfreemap_route_ipv4
43422026-07-19T04:18:18.389ZJul 19 04:18:17.318 DEBGJul 19 04:18:17.318 initted freemap. size: 64DEBG, unit: freemap_route_ipv6
43432026-07-19T04:18:18.389Zreset freemap, unitJul 19 04:18:17.318: DEBGfreemap_route_ipv4
43442026-07-19T04:18:18.389Zreset freemap, unit: Jul 19 04:18:17.318freemap_route_ipv6
43452026-07-19T04:18:18.389ZDEBG initted freemap. size: 64, unitJul 19 04:18:17.318: INFOfreemap_route_ipv6
43462026-07-19T04:18:18.389Zadding route 3fff:dead::/64 -> 2001:db8::55:1
43472026-07-19T04:18:18.389ZJul 19 04:18:17.318 Jul 19 04:18:17.318DEBG DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
43482026-07-19T04:18:18.389Z: freemap_route_ipv6
43492026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1
43502026-07-19T04:18:18.389Z
43512026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43522026-07-19T04:18:18.389Z
43532026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3
43542026-07-19T04:18:18.389Z
43552026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff: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 } }]
43562026-07-19T04:18:18.389Z
43572026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:1
43582026-07-19T04:18:18.389Z
43592026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }]
43602026-07-19T04:18:18.389Z
43612026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
43622026-07-19T04:18:18.389Z
43632026-07-19T04:18:18.389ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43642026-07-19T04:18:18.389Z
43652026-07-19T04:18:18.389ZJul 19 04:18:17.318 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43662026-07-19T04:18:18.389ZJul 19 04:18:17.318 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 } }]
43672026-07-19T04:18:18.389ZJul 19 04:18:17.318 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43682026-07-19T04:18:18.389ZJul 19 04:18:17.318 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 } }]
43692026-07-19T04:18:18.389ZJul 19 04:18:17.318 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43702026-07-19T04:18:18.389ZJul 19 04:18:17.318 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 } }]
43712026-07-19T04:18:18.389ZJul 19 04:18:17.318 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43722026-07-19T04:18:18.389ZJul 19 04:18:17.318 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 } }]
43732026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43742026-07-19T04:18:18.390ZJul 19 04:18:17.318 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 } }]
43752026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43762026-07-19T04:18:18.390Ztest port_map::tests::parse_softnpu_revision ... ok
43772026-07-19T04:18:18.390ZJul 19 04:18:17.318 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 } }]
43782026-07-19T04:18:18.390ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
43792026-07-19T04:18:18.390Z
43802026-07-19T04:18:18.390ZJul 19 04:18:17.318 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:18:17.318
43812026-07-19T04:18:18.390Z 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 } }]
43822026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43832026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:18:17.318
43842026-07-19T04:18:18.390Z 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:18:17.318
43852026-07-19T04:18:18.390Z 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 } }]
43862026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:18:17.318
43872026-07-19T04:18:18.390Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43882026-07-19T04:18:18.390ZJul 19 04:18:17.318 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:18:17.318
43892026-07-19T04:18:18.390Z 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:18:17.318
43902026-07-19T04:18:18.390Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43912026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO Jul 19 04:18:17.318adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43922026-07-19T04:18:18.390ZDEBG 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 } }]
43932026-07-19T04:18:18.390ZJul 19 04:18:17.318 DEBG Jul 19 04:18:17.318replacing 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.318
43942026-07-19T04:18:18.390Z DEBGINFOJul 19 04:18:17.318 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffcreated new freemap , unit
43952026-07-19T04:18:18.390ZDEBGJul 19 04:18:17.318 INFO created new freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff:, Jul 19 04:18:17.318
43962026-07-19T04:18:18.390Z freemap_route_ipv4unitDEBG
43972026-07-19T04:18:18.390Z :Jul 19 04:18:17.318 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 } }]DEBGfreemap_route_ipv4 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 } }]
43982026-07-19T04:18:18.390Z
43992026-07-19T04:18:18.390Z
44002026-07-19T04:18:18.390ZJul 19 04:18:17.318 DEBG created new freemapJul 19 04:18:17.318, Jul 19 04:18:17.318unit :DEBG INFOfreemap_route_ipv6
44012026-07-19T04:18:18.390Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44022026-07-19T04:18:18.390ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
44032026-07-19T04:18:18.390Z, unit: freemap_route_ipv4
44042026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO Jul 19 04:18:17.318adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44052026-07-19T04:18:18.390ZDEBG reset freemap, Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBG 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 } }]
44062026-07-19T04:18:18.390Zunitadding route 3fff:beef:5::/64 -> 2001:db8::55:ff:
44072026-07-19T04:18:18.390Z freemap_route_ipv4
44082026-07-19T04:18:18.390ZJul 19 04:18:17.318 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44092026-07-19T04:18:18.390ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG Jul 19 04:18:17.318initted freemap. size: 64 Jul 19 04:18:17.318, unitDEBGcreated new freemap:, unitfreemap_route_ipv6
44102026-07-19T04:18:18.390Z: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 } }]
44112026-07-19T04:18:18.390ZDEBGfreemap_route_ipv4
44122026-07-19T04:18:18.391Zreplacing 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.318
44132026-07-19T04:18:18.391ZDEBG Jul 19 04:18:17.318reset freemapJul 19 04:18:17.318, unit :INFODEBGJul 19 04:18:17.318 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFOcreated new freemap
44142026-07-19T04:18:18.391Z, freemap_route_ipv6adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunit
44152026-07-19T04:18:18.391Z:
44162026-07-19T04:18:18.391Z freemap_route_ipv6Jul 19 04:18:17.318Jul 19 04:18:17.318
44172026-07-19T04:18:18.391ZDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44182026-07-19T04:18:18.391Z Jul 19 04:18:17.318Jul 19 04:18:17.318adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGDEBG Jul 19 04:18:17.318replacing 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 } }]
44192026-07-19T04:18:18.391Z
44202026-07-19T04:18:18.391ZINFO initted freemap. size: 64adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:18:17.318,
44212026-07-19T04:18:18.391ZJul 19 04:18:17.318 unitINFO: adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
44222026-07-19T04:18:18.391Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44232026-07-19T04:18:18.391ZJul 19 04:18:17.318freemap_route_ipv4
44242026-07-19T04:18:18.391ZJul 19 04:18:17.318DEBG 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 } }]
44252026-07-19T04:18:18.391ZJul 19 04:18:17.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
44262026-07-19T04:18:18.391ZDEBG Jul 19 04:18:17.318 reset freemapINFO, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ff:
44272026-07-19T04:18:18.391Z freemap_route_ipv4Jul 19 04:18:17.318 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 } }]
44282026-07-19T04:18:18.391Z
44292026-07-19T04:18:18.391ZJul 19 04:18:17.318Jul 19 04:18:17.318 DEBGINFO initted freemap. size: 64adding route 3fff:beef:9::/64 -> 2001:db8::55:ff,
44302026-07-19T04:18:18.391Zunit: freemap_route_ipv6
44312026-07-19T04:18:18.391ZJul 19 04:18:17.318 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:18:17.318
44322026-07-19T04:18:18.391Z DEBG reset freemap, unit:Jul 19 04:18:17.318 freemap_route_ipv6INFO
44332026-07-19T04:18:18.391Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44342026-07-19T04:18:18.391ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
44352026-07-19T04:18:18.391Z
44362026-07-19T04:18:18.395ZJul 19 04:18:17.318 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:18:17.318Jul 19 04:18:17.318
44372026-07-19T04:18:18.395ZINFODEBG adding route 3fff:beef:b::/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 } }]
44382026-07-19T04:18:18.395Z
44392026-07-19T04:18:18.395ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFODEBGJul 19 04:18:17.318 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44402026-07-19T04:18:18.395Z
44412026-07-19T04:18:18.395ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.318Jul 19 04:18:17.318
44422026-07-19T04:18:18.395Z DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44432026-07-19T04:18:18.395Z
44442026-07-19T04:18:18.395ZJul 19 04:18:17.318Jul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318replacing 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 } }]
44452026-07-19T04:18:18.395Z
44462026-07-19T04:18:18.395ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44472026-07-19T04:18:18.395ZJul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44482026-07-19T04:18:18.395Zadding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44492026-07-19T04:18:18.395Z
44502026-07-19T04:18:18.395ZJul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318DEBGDEBG 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 } }]
44512026-07-19T04:18:18.395Zadding route 3fff:beef:13::/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 } }]
44522026-07-19T04:18:18.395Z
44532026-07-19T04:18:18.395ZJul 19 04:18:17.318 INFOJul 19 04:18:17.318Jul 19 04:18:17.318 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
44542026-07-19T04:18:18.395Z DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44552026-07-19T04:18:18.395Zreplacing 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:18:17.318
44562026-07-19T04:18:18.395Z DEBGJul 19 04:18:17.318 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:18:17.318
44572026-07-19T04:18:18.395Z DEBG Jul 19 04:18:17.318replacing 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 } }]
44582026-07-19T04:18:18.395ZINFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44592026-07-19T04:18:18.395Z
44602026-07-19T04:18:18.395ZJul 19 04:18:17.318 INFOJul 19 04:18:17.318 Jul 19 04:18:17.318DEBG DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff 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 } }]
44612026-07-19T04:18:18.395Zreplacing 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 } }]
44622026-07-19T04:18:18.396Z
44632026-07-19T04:18:18.396ZJul 19 04:18:17.318Jul 19 04:18:17.318 INFOJul 19 04:18:17.318 INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44642026-07-19T04:18:18.396Zreplacing 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 } }]
44652026-07-19T04:18:18.396Z
44662026-07-19T04:18:18.396ZJul 19 04:18:17.318 DEBGJul 19 04:18:17.318 Jul 19 04:18:17.318INFOreplacing 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 } }]
44672026-07-19T04:18:18.396ZDEBG adding route 3fff:beef:3::/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 } }]
44682026-07-19T04:18:18.396ZJul 19 04:18:17.318
44692026-07-19T04:18:18.396Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:18:17.318Jul 19 04:18:17.318
44702026-07-19T04:18:18.396Z DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:18:17.318
44712026-07-19T04:18:18.396Z
44722026-07-19T04:18:18.396Z DEBG Jul 19 04:18:17.318replacing 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 } }]
44732026-07-19T04:18:18.396ZDEBG Jul 19 04:18:17.318replacing 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 } }]
44742026-07-19T04:18:18.396ZJul 19 04:18:17.318INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44752026-07-19T04:18:18.396Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44762026-07-19T04:18:18.396ZJul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44772026-07-19T04:18:18.396ZDEBG 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: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 } }]
44782026-07-19T04:18:18.396Z
44792026-07-19T04:18:18.396ZJul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318INFO INFODEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44802026-07-19T04:18:18.396Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44812026-07-19T04:18:18.396Z
44822026-07-19T04:18:18.396ZJul 19 04:18:17.318Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG 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 } }] 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 } }]
44832026-07-19T04:18:18.396Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44842026-07-19T04:18:18.396Z
44852026-07-19T04:18:18.396ZJul 19 04:18:17.318 Jul 19 04:18:17.318Jul 19 04:18:17.318INFO INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44862026-07-19T04:18:18.396Z
44872026-07-19T04:18:18.396Zreplacing 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 } }]
44882026-07-19T04:18:18.396ZJul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318 DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44892026-07-19T04:18:18.396Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44902026-07-19T04:18:18.396Zreplacing 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 } }]
44912026-07-19T04:18:18.396ZJul 19 04:18:17.318 Jul 19 04:18:17.318INFO Jul 19 04:18:17.318adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
44922026-07-19T04:18:18.396Z 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 } }]
44932026-07-19T04:18:18.396Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44942026-07-19T04:18:18.396ZJul 19 04:18:17.318 Jul 19 04:18:17.318Jul 19 04:18:17.318DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44952026-07-19T04:18:18.396Z INFO 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.318
44962026-07-19T04:18:18.396Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
44972026-07-19T04:18:18.396Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:18:17.318
44982026-07-19T04:18:18.396Z INFOJul 19 04:18:17.318 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
44992026-07-19T04:18:18.396Z 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 } }]
45002026-07-19T04:18:18.396ZJul 19 04:18:17.318Jul 19 04:18:17.318 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: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 } }]
45012026-07-19T04:18:18.397Z
45022026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45032026-07-19T04:18:18.397Z
45042026-07-19T04:18:18.397ZJul 19 04:18:17.318 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
45052026-07-19T04:18:18.397Z Jul 19 04:18:17.319DEBG 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 } }]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 } }]
45062026-07-19T04:18:18.397ZJul 19 04:18:17.319
45072026-07-19T04:18:18.397Z DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.319
45082026-07-19T04:18:18.397ZJul 19 04:18:17.319 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:18:17.319adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45092026-07-19T04:18:18.397Z
45102026-07-19T04:18:18.397ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45112026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBGDEBG 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 } }]DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45122026-07-19T04:18:18.397Z
45132026-07-19T04:18:18.397Zreplacing 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 } }]
45142026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 INFOINFO Jul 19 04:18:17.319adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45152026-07-19T04:18:18.397Z
45162026-07-19T04:18:18.397ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45172026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 DEBGJul 19 04:18:17.319 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
45182026-07-19T04:18:18.397Zreplacing 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 } }]
45192026-07-19T04:18:18.397Z
45202026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 INFOJul 19 04:18:17.319 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45212026-07-19T04:18:18.397ZINFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45222026-07-19T04:18:18.397Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45232026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBG DEBGDEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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: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 } }]
45242026-07-19T04:18:18.397Z
45252026-07-19T04:18:18.397Z
45262026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45272026-07-19T04:18:18.397Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45282026-07-19T04:18:18.397ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45292026-07-19T04:18:18.397ZJul 19 04:18:17.319Jul 19 04:18:17.319 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: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 } }]
45302026-07-19T04:18:18.397Z
45312026-07-19T04:18:18.397ZJul 19 04:18:17.319 DEBG Jul 19 04:18:17.319Jul 19 04:18:17.319 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
45322026-07-19T04:18:18.397Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
45332026-07-19T04:18:18.397Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45342026-07-19T04:18:18.397ZJul 19 04:18:17.319 Jul 19 04:18:17.319INFOJul 19 04:18:17.319 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
45352026-07-19T04:18:18.397ZDEBG 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: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 } }]
45362026-07-19T04:18:18.401Z
45372026-07-19T04:18:18.401ZJul 19 04:18:17.319 DEBG Jul 19 04:18:17.319replacing 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 } }]
45382026-07-19T04:18:18.401ZJul 19 04:18:17.319INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
45392026-07-19T04:18:18.401Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
45402026-07-19T04:18:18.401Z INFOJul 19 04:18:17.319 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 19 04:18:17.319DEBG
45412026-07-19T04:18:18.401Z 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 } }]
45422026-07-19T04:18:18.401Zreplacing 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:18:17.319
45432026-07-19T04:18:18.401Z DEBG Jul 19 04:18:17.319replacing 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 } }]
45442026-07-19T04:18:18.401ZINFOJul 19 04:18:17.319 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
45452026-07-19T04:18:18.401Z Jul 19 04:18:17.319adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45462026-07-19T04:18:18.401ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
45472026-07-19T04:18:18.401Z Jul 19 04:18:17.319DEBG 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 } }]DEBGJul 19 04:18:17.319
45482026-07-19T04:18:18.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 } }]DEBG
45492026-07-19T04:18:18.401Zreplacing 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 } }]
45502026-07-19T04:18:18.402ZJul 19 04:18:17.319 INFOJul 19 04:18:17.319 Jul 19 04:18:17.319 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOINFO
45512026-07-19T04:18:18.402Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45522026-07-19T04:18:18.402Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
45532026-07-19T04:18:18.402Z 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:18:17.319
45542026-07-19T04:18:18.402Z Jul 19 04:18:17.319DEBG Jul 19 04:18:17.319replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45552026-07-19T04:18:18.402Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45562026-07-19T04:18:18.402Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
45572026-07-19T04:18:18.402Z Jul 19 04:18:17.319INFO Jul 19 04:18:17.319INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45582026-07-19T04:18:18.402Zreplacing 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:20::/64 -> 2001:db8::55:ff
45592026-07-19T04:18:18.402Z
45602026-07-19T04:18:18.402ZJul 19 04:18:17.318Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBGDEBG INFO 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 } }] created new freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45612026-07-19T04:18:18.402Z , DEBG
45622026-07-19T04:18:18.402Z 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 } }]unit
45632026-07-19T04:18:18.402Z: Jul 19 04:18:17.319freemap_route_ipv4Jul 19 04:18:17.319
45642026-07-19T04:18:18.402ZJul 19 04:18:17.319 DEBG 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 } }] INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45652026-07-19T04:18:18.402Z
45662026-07-19T04:18:18.402ZJul 19 04:18:17.319 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 19 04:18:17.319DEBG Jul 19 04:18:17.319INFO
45672026-07-19T04:18:18.402ZDEBG created new freemapadding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 19 04:18:17.319
45682026-07-19T04:18:18.402Z
45692026-07-19T04:18:18.402Zunit :DEBG freemap_route_ipv6Jul 19 04:18:17.319
45702026-07-19T04:18:18.402Z DEBGJul 19 04:18:17.319 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45712026-07-19T04:18:18.402ZINFO
45722026-07-19T04:18:18.402ZJul 19 04:18:17.319 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45732026-07-19T04:18:18.402Z DEBG Jul 19 04:18:17.319initted freemap. size: 64 Jul 19 04:18:17.319INFOJul 19 04:18:17.319 DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
45742026-07-19T04:18:18.402ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:18:17.319Jul 19 04:18:17.319 DEBGDEBG created new freemapunit,
45752026-07-19T04:18:18.402Zunit : freemap_route_ipv4
45762026-07-19T04:18:18.402Z created new freemap, unit:Jul 19 04:18:17.319 :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 } }]created new freemap
45772026-07-19T04:18:18.402Z, unitJul 19 04:18:17.319: freemap_route_ipv6
45782026-07-19T04:18:18.402Z freemap_route_ipv6Jul 19 04:18:17.319 freemap_route_ipv4Jul 19 04:18:17.319DEBG initted freemap. size: 64, unit:DEBG
45792026-07-19T04:18:18.402Zfreemap_route_ipv4replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45802026-07-19T04:18:18.402Z
45812026-07-19T04:18:18.402Zreplacing 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 } }]
45822026-07-19T04:18:18.402ZJul 19 04:18:17.319 DEBG reset freemap,
45832026-07-19T04:18:18.402Zunit : freemap_route_ipv4
45842026-07-19T04:18:18.402ZJul 19 04:18:17.319 DEBG initted freemap. size: 64Jul 19 04:18:17.319, unitJul 19 04:18:17.319: DEBG initted freemap. size: 64, unit INFOfreemap_route_ipv6
45852026-07-19T04:18:18.402Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
45862026-07-19T04:18:18.402Z freemap_route_ipv4Jul 19 04:18:17.319Jul 19 04:18:17.319 DEBG reset freemap, INFO unit
45872026-07-19T04:18:18.402Z: freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
45882026-07-19T04:18:18.403Z
45892026-07-19T04:18:18.403ZJul 19 04:18:17.319 Jul 19 04:18:17.319DEBG reset freemap, INFOJul 19 04:18:17.319 unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45902026-07-19T04:18:18.403ZDEBG: freemap_route_ipv4replacing 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 } }] Jul 19 04:18:17.319INFO adding route 172.16.0.0/32 -> 10.0.0.1
45912026-07-19T04:18:18.403Z Jul 19 04:18:17.319DEBG 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 } }]
45922026-07-19T04:18:18.403ZJul 19 04:18:17.319 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 } }]reset freemap
45932026-07-19T04:18:18.403Z, unit: Jul 19 04:18:17.319
45942026-07-19T04:18:18.403Z Jul 19 04:18:17.319
45952026-07-19T04:18:18.403ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
45962026-07-19T04:18:18.403Z DEBGJul 19 04:18:17.319 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:18:17.319
45972026-07-19T04:18:18.403Z 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 } }]DEBG
45982026-07-19T04:18:18.403ZJul 19 04:18:17.319 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
45992026-07-19T04:18:18.403ZDEBG 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.319initted freemap. size: 64
46002026-07-19T04:18:18.403Z , DEBGunit :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 } }]Jul 19 04:18:17.319 Jul 19 04:18:17.319freemap_route_ipv6
46012026-07-19T04:18:18.403ZINFO
46022026-07-19T04:18:18.403Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
46032026-07-19T04:18:18.403Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
46042026-07-19T04:18:18.403Z INFO Jul 19 04:18:17.319adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:18:17.319Jul 19 04:18:17.319
46052026-07-19T04:18:18.403Z 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 } }]DEBG
46062026-07-19T04:18:18.403Z reset freemapJul 19 04:18:17.319replacing 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
46072026-07-19T04:18:18.403Z 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 } }]unit
46082026-07-19T04:18:18.403ZJul 19 04:18:17.319: INFO Jul 19 04:18:17.319adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46092026-07-19T04:18:18.403ZJul 19 04:18:17.319INFO INFO freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
46102026-07-19T04:18:18.403Z
46112026-07-19T04:18:18.403Z
46122026-07-19T04:18:18.403ZDEBG Jul 19 04:18:17.319replacing 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 } }]
46132026-07-19T04:18:18.403Ztest route::tests::grow_succeeds ... ok
46142026-07-19T04:18:18.403Z DEBGJul 19 04:18:17.319 Jul 19 04:18:17.319replacing 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 } }]DEBGJul 19 04:18:17.319
46152026-07-19T04:18:18.403Z INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46162026-07-19T04:18:18.403Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46172026-07-19T04:18:18.403ZJul 19 04:18:17.319adding route 3fff:dead::/64 -> 2001:db8::55:1
46182026-07-19T04:18:18.403ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46192026-07-19T04:18:18.403ZJul 19 04:18:17.319Jul 19 04:18:17.319Jul 19 04:18:17.319 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 } }]Jul 19 04:18:17.319
46202026-07-19T04:18:18.403ZINFO adding route 3fff:beef:26::/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:18:17.319
46212026-07-19T04:18:18.403Z INFODEBG
46222026-07-19T04:18:18.403Z 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.319adding route 3fff:beef::/64 -> 2001:db8::55:ff
46232026-07-19T04:18:18.403Z
46242026-07-19T04:18:18.403Z Jul 19 04:18:17.319 Jul 19 04:18:17.319INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
46252026-07-19T04:18:18.403Z Jul 19 04:18:17.319adding route 3fff:beef:2c::/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 } }] Jul 19 04:18:17.319
46262026-07-19T04:18:18.403ZDEBG
46272026-07-19T04:18:18.403Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
46282026-07-19T04:18:18.404ZJul 19 04:18:17.319Jul 19 04:18:17.319replacing 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 } }]
46292026-07-19T04:18:18.404ZINFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 19 04:18:17.319Jul 19 04:18:17.319
46302026-07-19T04:18:18.404Z 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 } }]
46312026-07-19T04:18:18.404Z INFOINFOJul 19 04:18:17.319Jul 19 04:18:17.319 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:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46322026-07-19T04:18:18.404Z
46332026-07-19T04:18:18.404Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46342026-07-19T04:18:18.404Z
46352026-07-19T04:18:18.404ZJul 19 04:18:17.319Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319 DEBGINFO DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46362026-07-19T04:18:18.408Zreplacing 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
46372026-07-19T04:18:18.408Z Jul 19 04:18:17.319adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46382026-07-19T04:18:18.408Z
46392026-07-19T04:18:18.408ZINFO Jul 19 04:18:17.319 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.319Jul 19 04:18:17.319 DEBG
46402026-07-19T04:18:18.408Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46412026-07-19T04:18:18.408ZINFOreplacing 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 } }]
46422026-07-19T04:18:18.408ZJul 19 04:18:17.319adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46432026-07-19T04:18:18.408ZDEBG Jul 19 04:18:17.319replacing 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.319 Jul 19 04:18:17.319
46442026-07-19T04:18:18.408Z DEBGDEBG INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.319adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46452026-07-19T04:18:18.408Z
46462026-07-19T04:18:18.408Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46472026-07-19T04:18:18.408Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
46482026-07-19T04:18:18.408Z Jul 19 04:18:17.319INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46492026-07-19T04:18:18.408Zreplacing 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.319
46502026-07-19T04:18:18.408Z INFOJul 19 04:18:17.319Jul 19 04:18:17.319 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBGDEBG
46512026-07-19T04:18:18.408Z 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: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.319
46522026-07-19T04:18:18.408Z
46532026-07-19T04:18:18.408Z INFOJul 19 04:18:17.319 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGJul 19 04:18:17.319
46542026-07-19T04:18:18.409Z Jul 19 04:18:17.319INFOreplacing 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:1f::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
46552026-07-19T04:18:18.409Z
46562026-07-19T04:18:18.409ZINFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:18:17.319
46572026-07-19T04:18:18.409ZJul 19 04:18:17.319 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.319DEBG
46582026-07-19T04:18:18.409Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46592026-07-19T04:18:18.409Z 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 } }]
46602026-07-19T04:18:18.409ZJul 19 04:18:17.319Jul 19 04:18:17.319 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46612026-07-19T04:18:18.409Z
46622026-07-19T04:18:18.409ZJul 19 04:18:17.320Jul 19 04:18:17.320 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
46632026-07-19T04:18:18.409Z 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 } }] Jul 19 04:18:17.320adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Jul 19 04:18:17.320DEBG
46642026-07-19T04:18:18.409Z DEBG
46652026-07-19T04:18:18.409Z 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: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:18:17.320
46662026-07-19T04:18:18.409Z
46672026-07-19T04:18:18.409ZJul 19 04:18:17.320INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46682026-07-19T04:18:18.409ZJul 19 04:18:17.320Jul 19 04:18:17.320 INFOINFOJul 19 04:18:17.320 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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
46692026-07-19T04:18:18.409Z
46702026-07-19T04:18:18.409Z
46712026-07-19T04:18:18.409Zreplacing 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 } }]
46722026-07-19T04:18:18.409ZJul 19 04:18:17.320 Jul 19 04:18:17.320DEBG Jul 19 04:18:17.320 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 } }]
46732026-07-19T04:18:18.409Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
46742026-07-19T04:18:18.409Z 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 } }] Jul 19 04:18:17.320INFO
46752026-07-19T04:18:18.409Z Jul 19 04:18:17.320DEBG 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:32::/64 -> 2001:db8::55:ff
46762026-07-19T04:18:18.409ZINFOJul 19 04:18:17.320 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46772026-07-19T04:18:18.409Z
46782026-07-19T04:18:18.409Z Jul 19 04:18:17.320INFO INFOJul 19 04:18:17.320 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
46792026-07-19T04:18:18.409Z 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 } }]
46802026-07-19T04:18:18.409ZDEBG
46812026-07-19T04:18:18.409Z Jul 19 04:18:17.320replacing 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.320 Jul 19 04:18:17.320 DEBGINFO
46822026-07-19T04:18:18.409Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46832026-07-19T04:18:18.409Z
46842026-07-19T04:18:18.409ZDEBG 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:18:17.320
46852026-07-19T04:18:18.409Z Jul 19 04:18:17.320INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
46862026-07-19T04:18:18.409ZJul 19 04:18:17.320 INFOINFO DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
46872026-07-19T04:18:18.409Z DEBG adding route 3fff:beef:2e::/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 } }]Jul 19 04:18:17.320
46882026-07-19T04:18:18.409Zreplacing 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 } }]
46892026-07-19T04:18:18.409Z
46902026-07-19T04:18:18.409ZJul 19 04:18:17.320DEBGJul 19 04:18:17.320 Jul 19 04:18:17.320INFODEBG INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:34::/64 -> 2001:db8::55:ff
46912026-07-19T04:18:18.409Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46922026-07-19T04:18:18.410Z
46932026-07-19T04:18:18.410Ztest route::tests::rollback_on_compact_delete_failure ... ok
46942026-07-19T04:18:18.410Z
46952026-07-19T04:18:18.410ZJul 19 04:18:17.320 Jul 19 04:18:17.320INFO Jul 19 04:18:17.320Jul 19 04:18:17.320 DEBGDEBG INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff: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:9::/64 -> 2001:db8::55:ff
46962026-07-19T04:18:18.410Z
46972026-07-19T04:18:18.410Z
46982026-07-19T04:18:18.410Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46992026-07-19T04:18:18.410ZJul 19 04:18:17.320Jul 19 04:18:17.320 DEBGINFOJul 19 04:18:17.320 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 } }]
47002026-07-19T04:18:18.410ZDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47012026-07-19T04:18:18.410Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47022026-07-19T04:18:18.410ZJul 19 04:18:17.320 INFO Jul 19 04:18:17.320adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
47032026-07-19T04:18:18.410Z INFOJul 19 04:18:17.320 DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFOJul 19 04:18:17.320
47042026-07-19T04:18:18.410Z 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:30::/64 -> 2001:db8::55:ff
47052026-07-19T04:18:18.410Z
47062026-07-19T04:18:18.410Z Jul 19 04:18:17.320Jul 19 04:18:17.320Jul 19 04:18:17.320 DEBG DEBGDEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47072026-07-19T04:18:18.410Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47082026-07-19T04:18:18.410Z
47092026-07-19T04:18:18.410Z Jul 19 04:18:17.320 Jul 19 04:18:17.320INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47102026-07-19T04:18:18.410Zreplacing 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.320replacing 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 } }]
47112026-07-19T04:18:18.410ZINFO Jul 19 04:18:17.320
47122026-07-19T04:18:18.410Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
47132026-07-19T04:18:18.410ZJul 19 04:18:17.320 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47142026-07-19T04:18:18.410Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47152026-07-19T04:18:18.410ZJul 19 04:18:17.320 Jul 19 04:18:17.320Jul 19 04:18:17.320INFO DEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
47162026-07-19T04:18:18.410ZJul 19 04:18:17.320replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBG
47172026-07-19T04:18:18.410Z Jul 19 04:18:17.320replacing 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 } }]
47182026-07-19T04:18:18.410Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
47192026-07-19T04:18:18.410Z Jul 19 04:18:17.320replacing 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 } }]
47202026-07-19T04:18:18.410ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
47212026-07-19T04:18:18.410Z Jul 19 04:18:17.320INFO DEBG adding route 3fff:beef:28::/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 } }]
47222026-07-19T04:18:18.410Z
47232026-07-19T04:18:18.410ZJul 19 04:18:17.320 DEBG Jul 19 04:18:17.320replacing 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.320 INFO
47242026-07-19T04:18:18.410ZJul 19 04:18:17.320 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47252026-07-19T04:18:18.410Z
47262026-07-19T04:18:18.410Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
47272026-07-19T04:18:18.410Z INFOJul 19 04:18:17.320 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:18:17.320INFO
47282026-07-19T04:18:18.410Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
47292026-07-19T04:18:18.410Z DEBGDEBG Jul 19 04:18:17.320 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:18:17.320
47302026-07-19T04:18:18.411Z DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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.320replacing 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 } }]
47312026-07-19T04:18:18.411ZINFO
47322026-07-19T04:18:18.411Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47332026-07-19T04:18:18.411Z
47342026-07-19T04:18:18.411ZJul 19 04:18:17.320Jul 19 04:18:17.320 INFOJul 19 04:18:17.320INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
47352026-07-19T04:18:18.411Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
47362026-07-19T04:18:18.415Z 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 } }]
47372026-07-19T04:18:18.415Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 Jul 19 04:18:17.320DEBGJul 19 04:18:17.320 INFO
47382026-07-19T04:18:18.415Z DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47392026-07-19T04:18:18.415Z
47402026-07-19T04:18:18.415Zreplacing 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 } }]
47412026-07-19T04:18:18.415ZJul 19 04:18:17.320 Jul 19 04:18:17.320Jul 19 04:18:17.320DEBG DEBGJul 19 04:18:17.320 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 } }]
47422026-07-19T04:18:18.415Z 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 } }]INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47432026-07-19T04:18:18.415Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47442026-07-19T04:18:18.415Z
47452026-07-19T04:18:18.415ZJul 19 04:18:17.320 INFO Jul 19 04:18:17.320adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47462026-07-19T04:18:18.415ZJul 19 04:18:17.320Jul 19 04:18:17.320DEBG 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 } }]Jul 19 04:18:17.320Jul 19 04:18:17.320
47472026-07-19T04:18:18.415Z DEBGDEBG DEBGfreemap_route_ipv4
47482026-07-19T04:18:18.415Zcreated new 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 } }],
47492026-07-19T04:18:18.415ZJul 19 04:18:17.320unitreplacing 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 } }]:
47502026-07-19T04:18:18.415Z DEBG freemap_route_ipv4
47512026-07-19T04:18:18.415ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:18:17.320
47522026-07-19T04:18:18.415Zinitted freemap. size: 64 , DEBG created new freemap, unit: freemap_route_ipv6
47532026-07-19T04:18:18.415ZunitJul 19 04:18:17.320 DEBG Jul 19 04:18:17.320initted freemap. size: 64Jul 19 04:18:17.320, unit : :freemap_route_ipv4Jul 19 04:18:17.320
47542026-07-19T04:18:18.415Z Jul 19 04:18:17.320Jul 19 04:18:17.320 INFODEBG reset freemapfreemap_route_ipv6INFO
47552026-07-19T04:18:18.415Z , unit:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47562026-07-19T04:18:18.415ZINFOfreemap_route_ipv4
47572026-07-19T04:18:18.415Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47582026-07-19T04:18:18.415ZJul 19 04:18:17.320 DEBGDEBG Jul 19 04:18:17.320 initted freemap. size: 64Jul 19 04:18:17.320, DEBG unit:DEBG freemap_route_ipv6
47592026-07-19T04:18:18.415Zreplacing 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 } }]
47602026-07-19T04:18:18.415Zreplacing 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 } }]
47612026-07-19T04:18:18.415ZJul 19 04:18:17.320 DEBG Jul 19 04:18:17.320Jul 19 04:18:17.320reset freemap , Jul 19 04:18:17.320unit : freemap_route_ipv6INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap
47622026-07-19T04:18:18.415Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:18:17.320Jul 19 04:18:17.320
47632026-07-19T04:18:18.415Z INFO
47642026-07-19T04:18:18.415Z Jul 19 04:18:17.320adding route 3fff:dead::/64 -> 2001:db8::55:1
47652026-07-19T04:18:18.415ZINFO , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunitJul 19 04:18:17.320 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 } }]
47662026-07-19T04:18:18.415ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
47672026-07-19T04:18:18.415Z:Jul 19 04:18:17.320Jul 19 04:18:17.320
47682026-07-19T04:18:18.415Z freemap_route_ipv6INFO
47692026-07-19T04:18:18.415Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
47702026-07-19T04:18:18.415Z 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 } }]
47712026-07-19T04:18:18.415ZJul 19 04:18:17.320 DEBGJul 19 04:18:17.320 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
47722026-07-19T04:18:18.416ZJul 19 04:18:17.320DEBG INFOcreated new freemap adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47732026-07-19T04:18:18.416Z INFOJul 19 04:18:17.320 Jul 19 04:18:17.320INFO Jul 19 04:18:17.320adding route 3fff:dead::/64 -> 2001:db8::55:3
47742026-07-19T04:18:18.416ZINFO DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47752026-07-19T04:18:18.416ZJul 19 04:18:17.320, unitDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1
47762026-07-19T04:18:18.416Z:Jul 19 04:18:17.320 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
47772026-07-19T04:18:18.416Z adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv4
47782026-07-19T04:18:18.416ZJul 19 04:18:17.320 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:18:17.320
47792026-07-19T04:18:18.416Z
47802026-07-19T04:18:18.416Z
47812026-07-19T04:18:18.416ZJul 19 04:18:17.320Jul 19 04:18:17.320Jul 19 04:18:17.320 Jul 19 04:18:17.320DEBGJul 19 04:18:17.320 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
47822026-07-19T04:18:18.416Z DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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.320 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
47832026-07-19T04:18:18.416Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
47842026-07-19T04:18:18.416Z
47852026-07-19T04:18:18.416Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47862026-07-19T04:18:18.416ZJul 19 04:18:17.320 Jul 19 04:18:17.320Jul 19 04:18:17.320 WARN INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
47872026-07-19T04:18:18.416Z
47882026-07-19T04:18:18.416ZDEBGJul 19 04:18:17.320 Jul 19 04:18:17.320replacing 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 } }]
47892026-07-19T04:18:18.416ZDEBGINFO failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:2
47902026-07-19T04:18:18.416Z
47912026-07-19T04:18:18.416ZJul 19 04:18:17.320 INFOJul 19 04:18:17.320 Jul 19 04:18:17.320adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGDEBG
47922026-07-19T04:18:18.416Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
47932026-07-19T04:18:18.416Ztest route::tests::rollback_on_compact_write_failure ... ok
47942026-07-19T04:18:18.416Z
47952026-07-19T04:18:18.416ZJul 19 04:18:17.320 Jul 19 04:18:17.320 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:dead::/64 -> 2001:db8::55:3
47962026-07-19T04:18:18.416Z
47972026-07-19T04:18:18.416Zcreated new freemap Jul 19 04:18:17.320, unitJul 19 04:18:17.320INFO INFODEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47982026-07-19T04:18:18.416Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47992026-07-19T04:18:18.416ZJul 19 04:18:17.321Jul 19 04:18:17.321 Jul 19 04:18:17.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG
48002026-07-19T04:18:18.416Z created new freemap
48012026-07-19T04:18:18.416Zcreated new freemap, Jul 19 04:18:17.322, unitDEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
48022026-07-19T04:18:18.416ZJul 19 04:18:17.322 Jul 19 04:18:17.322DEBG 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 } }]
48032026-07-19T04:18:18.416Z 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 } }]
48042026-07-19T04:18:18.416Zfreemap_route_ipv4:
48052026-07-19T04:18:18.416Z freemap_route_ipv4Jul 19 04:18:17.322 Jul 19 04:18:17.322 DEBGINFO freemap_route_ipv6created new freemap
48062026-07-19T04:18:18.416Z,
48072026-07-19T04:18:18.416Zunit:adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48082026-07-19T04:18:18.416Zfreemap_route_ipv6
48092026-07-19T04:18:18.416ZJul 19 04:18:17.322 DEBG created new freemapJul 19 04:18:17.322Jul 19 04:18:17.322Jul 19 04:18:17.322 , DEBG unitDEBGinitted freemap. size: 64 , :unit DEBG:initted freemap. size: 64 , freemap_route_ipv4 freemap_route_ipv6
48102026-07-19T04:18:18.416Zunit
48112026-07-19T04:18:18.417Z: 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 } }]freemap_route_ipv4Jul 19 04:18:17.322Jul 19 04:18:17.322
48122026-07-19T04:18:18.417ZDEBG
48132026-07-19T04:18:18.417Z DEBGJul 19 04:18:17.322 initted freemap. size: 64DEBGJul 19 04:18:17.322 , reset freemapreset freemap, , unitunitINFO:: freemap_route_ipv4unitfreemap_route_ipv4:
48142026-07-19T04:18:18.417Z freemap_route_ipv4
48152026-07-19T04:18:18.417Z
48162026-07-19T04:18:18.417Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
48172026-07-19T04:18:18.417ZJul 19 04:18:17.322 DEBG reset freemap, unit: freemap_route_ipv4
48182026-07-19T04:18:18.417ZJul 19 04:18:17.322Jul 19 04:18:17.322 DEBGJul 19 04:18:17.322DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64unit, initted freemap. size: 64unit:: , freemap_route_ipv6freemap_route_ipv6
48192026-07-19T04:18:18.417Zunit
48202026-07-19T04:18:18.417Z: freemap_route_ipv6Jul 19 04:18:17.322
48212026-07-19T04:18:18.417Z Jul 19 04:18:17.322Jul 19 04:18:17.322 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapDEBG,
48222026-07-19T04:18:18.417Z Jul 19 04:18:17.322reset freemapunit: , DEBG freemap_route_ipv6reset freemapunit
48232026-07-19T04:18:18.417Z: , freemap_route_ipv6unit
48242026-07-19T04:18:18.417ZJul 19 04:18:17.322Jul 19 04:18:17.322: INFOINFO Jul 19 04:18:17.322adding route 172.16.0.0/32 -> 10.0.0.1
48252026-07-19T04:18:18.417Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
48262026-07-19T04:18:18.417Zfreemap_route_ipv6
48272026-07-19T04:18:18.417Zadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.322
48282026-07-19T04:18:18.417Z DEBGJul 19 04:18:17.322 Jul 19 04:18:17.322DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:18:17.322
48292026-07-19T04:18:18.417Z adding route 3fff:dead::/64 -> 2001:db8::55:1
48302026-07-19T04:18:18.417ZDEBGreplacing 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 } }]
48312026-07-19T04:18:18.417ZJul 19 04:18:17.322replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48322026-07-19T04:18:18.417Z Jul 19 04:18:17.322INFO Jul 19 04:18:17.322Jul 19 04:18:17.322adding route 172.16.0.0/32 -> 10.0.0.2 INFO
48332026-07-19T04:18:18.417ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
48342026-07-19T04:18:18.417Z
48352026-07-19T04:18:18.417Zreplacing 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 } }]Jul 19 04:18:17.322
48362026-07-19T04:18:18.423Z DEBGJul 19 04:18:17.322Jul 19 04:18:17.322 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
48372026-07-19T04:18:18.423ZJul 19 04:18:17.322
48382026-07-19T04:18:18.423Z DEBG Jul 19 04:18:17.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
48392026-07-19T04:18:18.423Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
48402026-07-19T04:18:18.423ZJul 19 04:18:17.322Jul 19 04:18:17.322 DEBGJul 19 04:18:17.322 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] adding route 172.16.0.0/32 -> 10.0.0.3
48412026-07-19T04:18:18.423Z
48422026-07-19T04:18:18.423Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48432026-07-19T04:18:18.423Z
48442026-07-19T04:18:18.423ZJul 19 04:18:17.322Jul 19 04:18:17.322 INFOJul 19 04:18:17.322DEBG 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.322
48452026-07-19T04:18:18.423Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
48462026-07-19T04:18:18.423Z
48472026-07-19T04:18:18.423ZJul 19 04:18:17.322 INFOINFOJul 19 04:18:17.322 adding route 172.16.0.0/32 -> 10.0.0.4DEBGJul 19 04:18:17.322
48482026-07-19T04:18:18.423Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
48492026-07-19T04:18:18.423ZDEBG
48502026-07-19T04:18:18.423Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.322Jul 19 04:18:17.322
48512026-07-19T04:18:18.423Z DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48522026-07-19T04:18:18.423ZJul 19 04:18:17.322Jul 19 04:18:17.322 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
48532026-07-19T04:18:18.423Z
48542026-07-19T04:18:18.423Z
48552026-07-19T04:18:18.423ZJul 19 04:18:17.322Jul 19 04:18:17.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
48562026-07-19T04:18:18.423ZJul 19 04:18:17.322 Jul 19 04:18:17.322INFO DEBG Jul 19 04:18:17.322DEBG adding route 172.17.0.0/32 -> 10.0.0.255WARN
48572026-07-19T04:18:18.423Z 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 } }]
48582026-07-19T04:18:18.423Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
48592026-07-19T04:18:18.423Z
48602026-07-19T04:18:18.423ZJul 19 04:18:17.322 Jul 19 04:18:17.322Jul 19 04:18:17.322 INFOINFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
48612026-07-19T04:18:18.423Z
48622026-07-19T04:18:18.423Z
48632026-07-19T04:18:18.423ZJul 19 04:18:17.322Jul 19 04:18:17.322Jul 19 04:18:17.322 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }]
48642026-07-19T04:18:18.423Z
48652026-07-19T04:18:18.423Z DEBGJul 19 04:18:17.322 DEBGJul 19 04:18:17.322 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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
48662026-07-19T04:18:18.423Z
48672026-07-19T04:18:18.423Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
48682026-07-19T04:18:18.424ZJul 19 04:18:17.322 INFOJul 19 04:18:17.322 adding route 172.17.0.2/32 -> 10.0.0.255INFO
48692026-07-19T04:18:18.424Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48702026-07-19T04:18:18.424Z Jul 19 04:18:17.322Jul 19 04:18:17.322 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:18:17.322DEBGDEBG 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 } }]
48712026-07-19T04:18:18.424Zreplacing 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 } }]
48722026-07-19T04:18:18.424ZDEBG
48732026-07-19T04:18:18.424Z 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 } }]
48742026-07-19T04:18:18.424ZJul 19 04:18:17.322Jul 19 04:18:17.322 Jul 19 04:18:17.322INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255INFO
48752026-07-19T04:18:18.424Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.322
48762026-07-19T04:18:18.424Z
48772026-07-19T04:18:18.424ZJul 19 04:18:17.322INFO DEBG Jul 19 04:18:17.322adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:18:17.322 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 } }]
48782026-07-19T04:18:18.424ZDEBG
48792026-07-19T04:18:18.424ZINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:18:17.322
48802026-07-19T04:18:18.424ZJul 19 04:18:17.322 INFO
48812026-07-19T04:18:18.424Zadding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:18:17.322
48822026-07-19T04:18:18.424Z DEBG 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:18:17.322
48832026-07-19T04:18:18.424Z Jul 19 04:18:17.322replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48842026-07-19T04:18:18.424ZDEBG adding route 3fff:beef:3::/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 } }]
48852026-07-19T04:18:18.424Z
48862026-07-19T04:18:18.424ZJul 19 04:18:17.322Jul 19 04:18:17.322 INFOJul 19 04:18:17.322 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:18:17.322DEBG
48872026-07-19T04:18:18.424Z 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 } }]
48882026-07-19T04:18:18.424Zadding route 172.17.0.5/32 -> 10.0.0.255
48892026-07-19T04:18:18.424ZJul 19 04:18:17.322Jul 19 04:18:17.322 Jul 19 04:18:17.322 DEBG INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing 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 } }]
48902026-07-19T04:18:18.424Zreplacing 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 } }]
48912026-07-19T04:18:18.424Z
48922026-07-19T04:18:18.424ZINFOJul 19 04:18:17.322Jul 19 04:18:17.322 Jul 19 04:18:17.322INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing 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
48932026-07-19T04:18:18.424Ztest route::tests::rollback_on_index_readd_failure ... ok
48942026-07-19T04:18:18.424Z
48952026-07-19T04:18:18.424Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
48962026-07-19T04:18:18.424Z
48972026-07-19T04:18:18.424ZJul 19 04:18:17.322 Jul 19 04:18:17.322DEBG Jul 19 04:18:17.322replacing 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:18.424ZDEBGJul 19 04:18:17.322 INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.323 DEBGDEBG created new freemap, unit: freemap_route_ipv4
48992026-07-19T04:18:18.424Zreplacing 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 } }]
49002026-07-19T04:18:18.424ZJul 19 04:18:17.322Jul 19 04:18:17.328 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255created new freemap
49012026-07-19T04:18:18.424Z, unit:Jul 19 04:18:17.328
49022026-07-19T04:18:18.424ZJul 19 04:18:17.328 freemap_route_ipv6DEBG
49032026-07-19T04:18:18.424Z 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 } }]
49042026-07-19T04:18:18.424Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
49052026-07-19T04:18:18.424ZJul 19 04:18:17.328 Jul 19 04:18:17.328DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.8/32 -> 10.0.0.255unit
49062026-07-19T04:18:18.424Z:Jul 19 04:18:17.328 freemap_route_ipv4DEBG
49072026-07-19T04:18:18.425Z Jul 19 04:18:17.328replacing 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 } }]
49082026-07-19T04:18:18.425ZDEBG Jul 19 04:18:17.328Jul 19 04:18:17.328replacing 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 } }] INFOJul 19 04:18:17.328DEBG reset freemapINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff,
49092026-07-19T04:18:18.425Zunit
49102026-07-19T04:18:18.425Z: freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
49112026-07-19T04:18:18.425Z
49122026-07-19T04:18:18.425ZJul 19 04:18:17.329 Jul 19 04:18:17.329INFO Jul 19 04:18:17.329Jul 19 04:18:17.329 adding route 172.17.0.9/32 -> 10.0.0.255 DEBGDEBG
49132026-07-19T04:18:18.425Z initted freemap. size: 64replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] ,
49142026-07-19T04:18:18.425ZDEBG Jul 19 04:18:17.329unit 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 } }] Jul 19 04:18:17.329
49152026-07-19T04:18:18.425Zreplacing 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
49162026-07-19T04:18:18.425Z freemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
49172026-07-19T04:18:18.425Z
49182026-07-19T04:18:18.425ZJul 19 04:18:17.329Jul 19 04:18:17.329 INFOINFO Jul 19 04:18:17.329adding route 172.17.0.10/32 -> 10.0.0.255 Jul 19 04:18:17.329DEBG
49192026-07-19T04:18:18.425Zreset freemapDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff, unitreplacing 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 } }]
49202026-07-19T04:18:18.425ZJul 19 04:18:17.329:
49212026-07-19T04:18:18.425Z freemap_route_ipv6DEBGJul 19 04:18:17.329
49222026-07-19T04:18:18.425Zreplacing 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
49232026-07-19T04:18:18.425ZJul 19 04:18:17.329 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 } }]
49242026-07-19T04:18:18.425ZJul 19 04:18:17.329Jul 19 04:18:17.329INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOadding route 172.17.0.11/32 -> 10.0.0.255
49252026-07-19T04:18:18.425Z adding route 3fff:dead::/64 -> 2001:db8::55:1
49262026-07-19T04:18:18.425Z
49272026-07-19T04:18:18.425ZJul 19 04:18:17.329Jul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBG 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 } }]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 } }]
49282026-07-19T04:18:18.425Z
49292026-07-19T04:18:18.425ZINFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:35::/64 -> 2001:db8::55:ff
49302026-07-19T04:18:18.425Z
49312026-07-19T04:18:18.425ZJul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.329
49322026-07-19T04:18:18.425Z INFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.329
49332026-07-19T04:18:18.425Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
49342026-07-19T04:18:18.425Z
49352026-07-19T04:18:18.425ZDEBG Jul 19 04:18:17.329replacing 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 } }]
49362026-07-19T04:18:18.429ZDEBG Jul 19 04:18:17.329replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49372026-07-19T04:18:18.429ZDEBG Jul 19 04:18:17.329Jul 19 04:18:17.329 INFOINFOreplacing 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:18:17.329
49382026-07-19T04:18:18.429Zadding route 172.17.0.13/32 -> 10.0.0.255INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
49392026-07-19T04:18:18.429Z
49402026-07-19T04:18:18.429Z adding route 3fff:dead::/64 -> 2001:db8::55:3
49412026-07-19T04:18:18.429ZJul 19 04:18:17.329Jul 19 04:18:17.329 INFO Jul 19 04:18:17.329Jul 19 04:18:17.329DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49422026-07-19T04:18:18.429Z
49432026-07-19T04:18:18.429ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGJul 19 04:18:17.329
49442026-07-19T04:18:18.429Z Jul 19 04:18:17.329 INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBGJul 19 04:18:17.329
49452026-07-19T04:18:18.429Zreplacing 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
49462026-07-19T04:18:18.429Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
49472026-07-19T04:18:18.429Z
49482026-07-19T04:18:18.429ZJul 19 04:18:17.329Jul 19 04:18:17.329 INFODEBGJul 19 04:18:17.329 Jul 19 04:18:17.329adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
49492026-07-19T04:18:18.429Z 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 } }]
49502026-07-19T04:18:18.429ZDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.329Jul 19 04:18:17.329adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49512026-07-19T04:18:18.429Z
49522026-07-19T04:18:18.429ZINFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }]
49532026-07-19T04:18:18.430Z
49542026-07-19T04:18:18.430ZJul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
49552026-07-19T04:18:18.430Z
49562026-07-19T04:18:18.430ZJul 19 04:18:17.329 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 } }] replacing targets for 3fff:dead::/64 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 } }]
49572026-07-19T04:18:18.430ZJul 19 04:18:17.329
49582026-07-19T04:18:18.430Z Jul 19 04:18:17.329 INFODEBG Jul 19 04:18:17.329Jul 19 04:18:17.329adding route 172.17.0.16/32 -> 10.0.0.255
49592026-07-19T04:18:18.430Zreplacing 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 } }] WARN
49602026-07-19T04:18:18.430Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
49612026-07-19T04:18:18.430ZJul 19 04:18:17.329 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49622026-07-19T04:18:18.430ZDEBGJul 19 04:18:17.329 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
49632026-07-19T04:18:18.430ZJul 19 04:18:17.329 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
49642026-07-19T04:18:18.430ZDEBGJul 19 04:18:17.329 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
49652026-07-19T04:18:18.430Z adding route 172.17.0.17/32 -> 10.0.0.255
49662026-07-19T04:18:18.430ZJul 19 04:18:17.329 DEBGJul 19 04:18:17.329 Jul 19 04:18:17.329 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 } }]
49672026-07-19T04:18:18.430ZDEBGINFO 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:39::/64 -> 2001:db8::55:ff
49682026-07-19T04:18:18.430Z
49692026-07-19T04:18:18.430ZJul 19 04:18:17.329 Jul 19 04:18:17.329adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
49702026-07-19T04:18:18.430Z Jul 19 04:18:17.329adding route 172.17.0.18/32 -> 10.0.0.255 INFO
49712026-07-19T04:18:18.430Z DEBGJul 19 04:18:17.329adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
49722026-07-19T04:18:18.430ZJul 19 04:18:17.329DEBG 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 } }] 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 } }]
49732026-07-19T04:18:18.430Z
49742026-07-19T04:18:18.430Zreplacing 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 } }]
49752026-07-19T04:18:18.430ZJul 19 04:18:17.329Jul 19 04:18:17.329 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 } }]
49762026-07-19T04:18:18.430ZJul 19 04:18:17.329Jul 19 04:18:17.329 Jul 19 04:18:17.329INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255
49772026-07-19T04:18:18.430ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
49782026-07-19T04:18:18.430ZJul 19 04:18:17.329
49792026-07-19T04:18:18.430Z 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 } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
49802026-07-19T04:18:18.430ZJul 19 04:18:17.329
49812026-07-19T04:18:18.430Z DEBG Jul 19 04:18:17.329 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
49822026-07-19T04:18:18.430Z Jul 19 04:18:17.329adding route 172.17.0.20/32 -> 10.0.0.255
49832026-07-19T04:18:18.430ZJul 19 04:18:17.329 Jul 19 04:18:17.329INFO DEBG DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
49842026-07-19T04:18:18.430Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
49852026-07-19T04:18:18.430Z
49862026-07-19T04:18:18.430ZJul 19 04:18:17.329 DEBG Jul 19 04:18:17.329replacing 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 } }]
49872026-07-19T04:18:18.430ZJul 19 04:18:17.329INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:18:17.329
49882026-07-19T04:18:18.430ZINFOadding route 172.17.0.21/32 -> 10.0.0.255
49892026-07-19T04:18:18.430Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
49902026-07-19T04:18:18.431ZJul 19 04:18:17.329Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49912026-07-19T04:18:18.431Z
49922026-07-19T04:18:18.431ZJul 19 04:18:17.329Jul 19 04:18:17.321 INFODEBGJul 19 04:18:17.329 adding route 172.17.0.22/32 -> 10.0.0.255replacing 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 } }]
49932026-07-19T04:18:18.431Z DEBG
49942026-07-19T04:18:18.431ZINFO created new freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ff,
49952026-07-19T04:18:18.431Zunit:Jul 19 04:18:17.329 freemap_route_ipv4Jul 19 04:18:17.329INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
49962026-07-19T04:18:18.431Zreplacing 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 } }]
49972026-07-19T04:18:18.431Z
49982026-07-19T04:18:18.431ZJul 19 04:18:17.329 DEBG created new freemap, unit: freemap_route_ipv6Jul 19 04:18:17.329
49992026-07-19T04:18:18.431Z 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 } }]Jul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBGINFO DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
50002026-07-19T04:18:18.431Z
50012026-07-19T04:18:18.431Zinitted freemap. size: 64, unit:
50022026-07-19T04:18:18.431Z Jul 19 04:18:17.329Jul 19 04:18:17.329 freemap_route_ipv4DEBGJul 19 04:18:17.329INFO INFOJul 19 04:18:17.329adding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]
50032026-07-19T04:18:18.431Z
50042026-07-19T04:18:18.431ZDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff 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 } }]
50052026-07-19T04:18:18.431Z
50062026-07-19T04:18:18.431ZJul 19 04:18:17.329
50072026-07-19T04:18:18.431Z Jul 19 04:18:17.329 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.329
50082026-07-19T04:18:18.431Zreplacing 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 } }]
50092026-07-19T04:18:18.431ZINFOJul 19 04:18:17.329Jul 19 04:18:17.329 DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap, unitJul 19 04:18:17.330: freemap_route_ipv4
50102026-07-19T04:18:18.431ZDEBG created new freemap, unit:Jul 19 04:18:17.335 Jul 19 04:18:17.335Jul 19 04:18:17.335 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
50112026-07-19T04:18:18.431Zunit: Jul 19 04:18:17.335 freemap_route_ipv6INFO
50122026-07-19T04:18:18.431Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
50132026-07-19T04:18:18.431Z 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 } }]Jul 19 04:18:17.329
50142026-07-19T04:18:18.431ZJul 19 04:18:17.335
50152026-07-19T04:18:18.431ZINFODEBGJul 19 04:18:17.335 reset freemap , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.335 unit
50162026-07-19T04:18:18.431Z: adding route 3fff:beef:29::/64 -> 2001:db8::55:fffreemap_route_ipv6 DEBG
50172026-07-19T04:18:18.431Z
50182026-07-19T04:18:18.431Zreplacing 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.335
50192026-07-19T04:18:18.431Z Jul 19 04:18:17.335 INFODEBG Jul 19 04:18:17.335 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 } }] Jul 19 04:18:17.335
50202026-07-19T04:18:18.431Zreplacing 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:18:17.335
50212026-07-19T04:18:18.431ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.25/32 -> 10.0.0.255INFO
50222026-07-19T04:18:18.431ZJul 19 04:18:17.335
50232026-07-19T04:18:18.431ZINFO Jul 19 04:18:17.335adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:18:17.335
50242026-07-19T04:18:18.431Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
50252026-07-19T04:18:18.431Z DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
50262026-07-19T04:18:18.431Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:18:17.335
50272026-07-19T04:18:18.431ZJul 19 04:18:17.335 Jul 19 04:18:17.335DEBG Jul 19 04:18:17.335DEBGDEBG 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 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 } }]
50282026-07-19T04:18:18.431ZJul 19 04:18:17.335 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: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 } }]
50292026-07-19T04:18:18.432Z
50302026-07-19T04:18:18.432Z
50312026-07-19T04:18:18.432ZINFO Jul 19 04:18:17.335Jul 19 04:18:17.335adding route 3fff:dead::/64 -> 2001:db8::55:2
50322026-07-19T04:18:18.432ZINFO Jul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335DEBG INFODEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.26/32 -> 10.0.0.255
50332026-07-19T04:18:18.432Z
50342026-07-19T04:18:18.432Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
50352026-07-19T04:18:18.432Zfailed to allocate space for the new target list
50362026-07-19T04:18:18.435ZJul 19 04:18:17.335
50372026-07-19T04:18:18.435ZJul 19 04:18:17.335Jul 19 04:18:17.335 DEBG 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 } }]DEBG
50382026-07-19T04:18:18.436Z 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:dead::/64 -> 2001:db8::55:3
50392026-07-19T04:18:18.436ZJul 19 04:18:17.335
50402026-07-19T04:18:18.436ZJul 19 04:18:17.335 DEBGJul 19 04:18:17.335Jul 19 04:18:17.335Jul 19 04:18:17.335INFO INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
50412026-07-19T04:18:18.436Zadding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
50422026-07-19T04:18:18.436Z DEBG
50432026-07-19T04:18:18.436Z
50442026-07-19T04:18:18.436Z 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 } }]
50452026-07-19T04:18:18.436ZJul 19 04:18:17.335Jul 19 04:18:17.335 INFODEBG Jul 19 04:18:17.335replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
50462026-07-19T04:18:18.436Z
50472026-07-19T04:18:18.436ZDEBG 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 } }]
50482026-07-19T04:18:18.436ZJul 19 04:18:17.335 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:18:17.335
50492026-07-19T04:18:18.436ZINFOfreemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Jul 19 04:18:17.335Jul 19 04:18:17.335
50502026-07-19T04:18:18.436Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGJul 19 04:18:17.335
50512026-07-19T04:18:18.436Z
50522026-07-19T04:18:18.436Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
50532026-07-19T04:18:18.436ZDEBG 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 } }]
50542026-07-19T04:18:18.436ZJul 19 04:18:17.335adding route 172.17.0.28/32 -> 10.0.0.255
50552026-07-19T04:18:18.436ZDEBG Jul 19 04:18:17.335replacing targets for 3fff:dead::/64 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.335Jul 19 04:18:17.335 Jul 19 04:18:17.335DEBG created new freemapINFOJul 19 04:18:17.335 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
50562026-07-19T04:18:18.436Zreplacing 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, unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG
50572026-07-19T04:18:18.436Z freemap_route_ipv6
50582026-07-19T04:18:18.436ZJul 19 04:18:17.335replacing 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 } }]
50592026-07-19T04:18:18.436Z
50602026-07-19T04:18:18.436ZDEBG Jul 19 04:18:17.335replacing 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:18:17.335
50612026-07-19T04:18:18.436ZJul 19 04:18:17.335Jul 19 04:18:17.335 INFODEBG INFOJul 19 04:18:17.335INFO adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64
50622026-07-19T04:18:18.436Z INFO , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
50632026-07-19T04:18:18.436ZJul 19 04:18:17.335:
50642026-07-19T04:18:18.436Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
50652026-07-19T04:18:18.436Z freemap_route_ipv4
50662026-07-19T04:18:18.436ZJul 19 04:18:17.335replacing 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.335DEBG
50672026-07-19T04:18:18.436ZJul 19 04:18:17.335Jul 19 04:18:17.335 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 reset freemapDEBG,
50682026-07-19T04:18:18.436Zunit:DEBGJul 19 04:18:17.335 freemap_route_ipv4replacing 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.335INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
50692026-07-19T04:18:18.436Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
50702026-07-19T04:18:18.436Z
50712026-07-19T04:18:18.436Z
50722026-07-19T04:18:18.436Z 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 } }]
50732026-07-19T04:18:18.436ZJul 19 04:18:17.335Jul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335 DEBGDEBGDEBG 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 } }]
50742026-07-19T04:18:18.436Zreplacing 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 } }]INFOinitted freemap. size: 64 , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:18:17.335
50752026-07-19T04:18:18.437Z
50762026-07-19T04:18:18.437Zunit: freemap_route_ipv6INFOJul 19 04:18:17.335 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
50772026-07-19T04:18:18.437Z
50782026-07-19T04:18:18.437ZJul 19 04:18:17.335DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.335 Jul 19 04:18:17.335adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
50792026-07-19T04:18:18.437Z DEBGDEBGJul 19 04:18:17.335
50802026-07-19T04:18:18.437Z 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 } }]
50812026-07-19T04:18:18.437Z reset freemapJul 19 04:18:17.335Jul 19 04:18:17.335, INFOunit DEBGINFOadding route 172.17.0.31/32 -> 10.0.0.255:
50822026-07-19T04:18:18.437Z 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:18:17.335adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
50832026-07-19T04:18:18.437Z
50842026-07-19T04:18:18.437Zfreemap_route_ipv6Jul 19 04:18:17.335
50852026-07-19T04:18:18.437Z INFO DEBG adding route 3fff:beef:11::/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 } }]Jul 19 04:18:17.335
50862026-07-19T04:18:18.437Z
50872026-07-19T04:18:18.437Z INFOJul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:18:17.335 INFO
50882026-07-19T04:18:18.437Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
50892026-07-19T04:18:18.437Zreplacing 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 } }]DEBG
50902026-07-19T04:18:18.437ZJul 19 04:18:17.335INFO Jul 19 04:18:17.335 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.335DEBG DEBGDEBG 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 } }]failed to allocate space for the new target list
50912026-07-19T04:18:18.437Z
50922026-07-19T04:18:18.437Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50932026-07-19T04:18:18.437Z
50942026-07-19T04:18:18.437Zadding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.335 DEBGJul 19 04:18:17.335
50952026-07-19T04:18:18.437Z Jul 19 04:18:17.335replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:18:17.335INFO
50962026-07-19T04:18:18.437ZINFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
50972026-07-19T04:18:18.437Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50982026-07-19T04:18:18.437Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.335Jul 19 04:18:17.335 DEBGDEBG
50992026-07-19T04:18:18.437Z 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.335
51002026-07-19T04:18:18.437Z 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 } }]
51012026-07-19T04:18:18.437ZDEBGJul 19 04:18:17.335 Jul 19 04:18:17.335replacing 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.335INFO
51022026-07-19T04:18:18.437Ztest route::tests::same_size_non_subset_replace ... ok
51032026-07-19T04:18:18.437Zadding route 172.17.0.33/32 -> 10.0.0.255INFO
51042026-07-19T04:18:18.437Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
51052026-07-19T04:18:18.437Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51062026-07-19T04:18:18.437ZJul 19 04:18:17.335Jul 19 04:18:17.335 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:18:17.335replacing 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 } }]
51072026-07-19T04:18:18.437Z
51082026-07-19T04:18:18.437ZDEBGJul 19 04:18:17.335 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGJul 19 04:18:17.335
51092026-07-19T04:18:18.437Z Jul 19 04:18:17.335DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51102026-07-19T04:18:18.437Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51112026-07-19T04:18:18.437Z
51122026-07-19T04:18:18.437ZJul 19 04:18:17.335Jul 19 04:18:17.335 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 } }]
51132026-07-19T04:18:18.437ZINFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:18:17.322
51142026-07-19T04:18:18.437Z DEBGJul 19 04:18:17.335 created new freemapJul 19 04:18:17.335INFO , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit Jul 19 04:18:17.335
51152026-07-19T04:18:18.438Z:DEBG INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
51162026-07-19T04:18:18.438ZJul 19 04:18:17.336 Jul 19 04:18:17.336
51172026-07-19T04:18:18.438ZDEBG Jul 19 04:18:17.341DEBG created new freemap, Jul 19 04:18:17.341unit DEBG created new freemapreplacing 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 } }],
51182026-07-19T04:18:18.438Z:unit freemap_route_ipv4: Jul 19 04:18:17.341freemap_route_ipv4 INFO
51192026-07-19T04:18:18.438Z INFOadding route 172.17.0.35/32 -> 10.0.0.255
51202026-07-19T04:18:18.438Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51212026-07-19T04:18:18.438Z
51222026-07-19T04:18:18.438ZJul 19 04:18:17.341Jul 19 04:18:17.341 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
51232026-07-19T04:18:18.438Z, Jul 19 04:18:17.341unit:Jul 19 04:18:17.341 freemap_route_ipv6
51242026-07-19T04:18:18.438ZDEBG 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 } }]created new freemapJul 19 04:18:17.341
51252026-07-19T04:18:18.438Z, Jul 19 04:18:17.341 unitINFO :DEBG freemap_route_ipv6initted freemap. size: 64
51262026-07-19T04:18:18.438Zadding route 172.17.0.36/32 -> 10.0.0.255, unit
51272026-07-19T04:18:18.438ZJul 19 04:18:17.341:Jul 19 04:18:17.341 Jul 19 04:18:17.341INFOfreemap_route_ipv4DEBG
51282026-07-19T04:18:18.438Z initted freemap. size: 64 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
51292026-07-19T04:18:18.438Z , Jul 19 04:18:17.341unitreplacing 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 } }]:
51302026-07-19T04:18:18.438Z DEBGfreemap_route_ipv4
51312026-07-19T04:18:18.438Z reset freemapJul 19 04:18:17.341Jul 19 04:18:17.341 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 } }],
51322026-07-19T04:18:18.438Zadding route 172.17.0.37/32 -> 10.0.0.255unit
51332026-07-19T04:18:18.438Z:Jul 19 04:18:17.341 freemap_route_ipv4DEBGJul 19 04:18:17.341
51342026-07-19T04:18:18.438Z reset freemapINFO, unit:adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
51352026-07-19T04:18:18.438Zfreemap_route_ipv4
51362026-07-19T04:18:18.442ZJul 19 04:18:17.341Jul 19 04:18:17.341 DEBGDEBG initted freemap. size: 64 , 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 } }]unitJul 19 04:18:17.341:Jul 19 04:18:17.341
51372026-07-19T04:18:18.442Z DEBGDEBG freemap_route_ipv6initted freemap. size: 64
51382026-07-19T04:18:18.442Z , unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
51392026-07-19T04:18:18.442Z Jul 19 04:18:17.341 freemap_route_ipv6DEBG
51402026-07-19T04:18:18.442Zreset freemapJul 19 04:18:17.341Jul 19 04:18:17.341 , INFOunit :Jul 19 04:18:17.341 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemapfreemap_route_ipv6
51412026-07-19T04:18:18.442Z
51422026-07-19T04:18:18.442Z
51432026-07-19T04:18:18.442Z, unit: Jul 19 04:18:17.341Jul 19 04:18:17.341 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 172.16.0.0/32 -> 10.0.0.1
51442026-07-19T04:18:18.442Z
51452026-07-19T04:18:18.442Zfreemap_route_ipv6
51462026-07-19T04:18:18.442ZJul 19 04:18:17.341freemap_route_ipv4 Jul 19 04:18:17.341Jul 19 04:18:17.341DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51472026-07-19T04:18:18.442Z
51482026-07-19T04:18:18.442Z Jul 19 04:18:17.341DEBG INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:18:17.341
51492026-07-19T04:18:18.442Z Jul 19 04:18:17.341replacing 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 } }]
51502026-07-19T04:18:18.442Z INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
51512026-07-19T04:18:18.442ZJul 19 04:18:17.341adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:18:17.341
51522026-07-19T04:18:18.442Zcreated new freemap , INFODEBG unitadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:18:17.341:
51532026-07-19T04:18:18.442Z DEBG freemap_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 } }]
51542026-07-19T04:18:18.442Z
51552026-07-19T04:18:18.442Z Jul 19 04:18:17.341replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51562026-07-19T04:18:18.442ZJul 19 04:18:17.341 DEBGJul 19 04:18:17.341Jul 19 04:18:17.341 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 } }]
51572026-07-19T04:18:18.442ZDEBG initted freemap. size: 64INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
51582026-07-19T04:18:18.442Z
51592026-07-19T04:18:18.442Zunit: freemap_route_ipv4Jul 19 04:18:17.341
51602026-07-19T04:18:18.442ZJul 19 04:18:17.341 Jul 19 04:18:17.341INFO Jul 19 04:18:17.341 Jul 19 04:18:17.341DEBG INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.16.0.0/32 -> 10.0.0.1reset freemap
51612026-07-19T04:18:18.442Z, replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
51622026-07-19T04:18:18.443Z:
51632026-07-19T04:18:18.443Z freemap_route_ipv4
51642026-07-19T04:18:18.443ZJul 19 04:18:17.341 DEBGINFO Jul 19 04:18:17.341Jul 19 04:18:17.341replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGJul 19 04:18:17.341
51652026-07-19T04:18:18.443ZINFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51662026-07-19T04:18:18.443Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
51672026-07-19T04:18:18.443Zadding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:18:17.341
51682026-07-19T04:18:18.443Z Jul 19 04:18:17.341DEBG INFOJul 19 04:18:17.341 adding route 172.16.0.0/32 -> 10.0.0.2
51692026-07-19T04:18:18.443Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.341
51702026-07-19T04:18:18.443Zinitted freemap. size: 64 , DEBGunit :Jul 19 04:18:17.341replacing 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
51712026-07-19T04:18:18.443ZDEBG 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 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 } }]
51722026-07-19T04:18:18.443Z
51732026-07-19T04:18:18.443ZJul 19 04:18:17.342freemap_route_ipv6
51742026-07-19T04:18:18.443ZINFO Jul 19 04:18:17.342adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:18:17.342
51752026-07-19T04:18:18.443ZINFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
51762026-07-19T04:18:18.443Zadding route 172.17.0.0/32 -> 10.0.0.255
51772026-07-19T04:18:18.443ZJul 19 04:18:17.342 DEBGJul 19 04:18:17.342 Jul 19 04:18:17.342Jul 19 04:18:17.342 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 } }]DEBG
51782026-07-19T04:18:18.443Z DEBGreplacing 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 } }]
51792026-07-19T04:18:18.443Zreplacing 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 } }]
51802026-07-19T04:18:18.443ZDEBG Jul 19 04:18:17.342reset freemap , Jul 19 04:18:17.342Jul 19 04:18:17.342 INFO INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff unitadding route 172.17.0.42/32 -> 10.0.0.255
51812026-07-19T04:18:18.443Z
51822026-07-19T04:18:18.443Zadding route 172.17.0.1/32 -> 10.0.0.255:
51832026-07-19T04:18:18.443Zfreemap_route_ipv6Jul 19 04:18:17.342Jul 19 04:18:17.342
51842026-07-19T04:18:18.443Z DEBG DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.342
51852026-07-19T04:18:18.443Zreplacing 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.342
51862026-07-19T04:18:18.443ZINFODEBGJul 19 04:18:17.342 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
51872026-07-19T04:18:18.443Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
51882026-07-19T04:18:18.443Z
51892026-07-19T04:18:18.443ZJul 19 04:18:17.342Jul 19 04:18:17.342 INFOINFO Jul 19 04:18:17.342adding route 172.17.0.2/32 -> 10.0.0.255
51902026-07-19T04:18:18.443Zadding route 172.17.0.43/32 -> 10.0.0.255 DEBG
51912026-07-19T04:18:18.443Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.335Jul 19 04:18:17.342Jul 19 04:18:17.342
51922026-07-19T04:18:18.443ZDEBGJul 19 04:18:17.342 DEBGDEBG DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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:18:17.342
51932026-07-19T04:18:18.443Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
51942026-07-19T04:18:18.443Z
51952026-07-19T04:18:18.443Z
51962026-07-19T04:18:18.443Z INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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.342
51972026-07-19T04:18:18.443ZJul 19 04:18:17.342Jul 19 04:18:17.342 INFO
51982026-07-19T04:18:18.443Z INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 172.17.0.3/32 -> 10.0.0.255
51992026-07-19T04:18:18.443Z
52002026-07-19T04:18:18.443ZDEBG failed to allocate space for the new target list
52012026-07-19T04:18:18.444ZJul 19 04:18:17.342 Jul 19 04:18:17.342Jul 19 04:18:17.342 INFOJul 19 04:18:17.342 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
52022026-07-19T04:18:18.444Z
52032026-07-19T04:18:18.444Zadding route 172.17.0.44/32 -> 10.0.0.255DEBGJul 19 04:18:17.342 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.342
52042026-07-19T04:18:18.444Z
52052026-07-19T04:18:18.444ZJul 19 04:18:17.342 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG
52062026-07-19T04:18:18.444Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.342adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
52072026-07-19T04:18:18.444Z
52082026-07-19T04:18:18.444ZJul 19 04:18:17.342 DEBG DEBG Jul 19 04:18:17.342 failed to allocate space for the new target listJul 19 04:18:17.342DEBGreplacing 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 } }]
52092026-07-19T04:18:18.444ZJul 19 04:18:17.342
52102026-07-19T04:18:18.444Z 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 } }]
52112026-07-19T04:18:18.444Z DEBGINFO 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.342
52122026-07-19T04:18:18.444Z INFOJul 19 04:18:17.342adding route 172.16.0.0/32 -> 10.0.0.3
52132026-07-19T04:18:18.444ZINFOadding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:18:17.342 adding route 172.17.0.45/32 -> 10.0.0.255INFO
52142026-07-19T04:18:18.444Z
52152026-07-19T04:18:18.444Z Jul 19 04:18:17.342Jul 19 04:18:17.342 Jul 19 04:18:17.342DEBG 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 } }]
52162026-07-19T04:18:18.444Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
52172026-07-19T04:18:18.444Z
52182026-07-19T04:18:18.444ZDEBG 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.342Jul 19 04:18:17.342 INFOJul 19 04:18:17.342 DEBG
52192026-07-19T04:18:18.444Z adding route 172.17.0.6/32 -> 10.0.0.255
52202026-07-19T04:18:18.444Zreplacing 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
52212026-07-19T04:18:18.444Z Jul 19 04:18:17.342Jul 19 04:18:17.342 INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG
52222026-07-19T04:18:18.444Z 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.342
52232026-07-19T04:18:18.444Z DEBG Jul 19 04:18:17.342replacing 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 } }]
52242026-07-19T04:18:18.444ZINFO adding route 172.17.0.7/32 -> 10.0.0.255
52252026-07-19T04:18:18.444ZJul 19 04:18:17.342 Jul 19 04:18:17.342DEBG 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 } }]
52262026-07-19T04:18:18.444Zadding route 172.17.0.47/32 -> 10.0.0.255
52272026-07-19T04:18:18.444Zadding route 172.16.0.0/32 -> 10.0.0.4Jul 19 04:18:17.342Jul 19 04:18:17.342
52282026-07-19T04:18:18.444Z 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.8/32 -> 10.0.0.255
52292026-07-19T04:18:18.444Z
52302026-07-19T04:18:18.444ZJul 19 04:18:17.342 Jul 19 04:18:17.342Jul 19 04:18:17.342DEBG 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 } }]Jul 19 04:18:17.342
52312026-07-19T04:18:18.444ZDEBGJul 19 04:18:17.342 Jul 19 04:18:17.342DEBG DEBGcreated new freemapcreated new freemap Jul 19 04:18:17.348, , created new freemapINFOunit unitadding route 172.17.0.9/32 -> 10.0.0.255:,
52322026-07-19T04:18:18.444Z:freemap_route_ipv4unit
52332026-07-19T04:18:18.444Z: freemap_route_ipv4freemap_route_ipv4Jul 19 04:18:17.348
52342026-07-19T04:18:18.444Z
52352026-07-19T04:18:18.444ZDEBG Jul 19 04:18:17.348Jul 19 04:18:17.348 DEBGDEBGreplacing 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
52362026-07-19T04:18:18.448Z, unit
52372026-07-19T04:18:18.448Zcreated new freemapJul 19 04:18:17.348 INFO, : unit adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv6
52382026-07-19T04:18:18.448ZJul 19 04:18:17.348
52392026-07-19T04:18:18.448Z: DEBGfreemap_route_ipv6Jul 19 04:18:17.348 Jul 19 04:18:17.348 Jul 19 04:18:17.348 created new freemapDEBG, WARNunit
52402026-07-19T04:18:18.448ZDEBGinitted freemap. size: 64shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52412026-07-19T04:18:18.448Z, 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 } }]::
52422026-07-19T04:18:18.448Z Jul 19 04:18:17.348 freemap_route_ipv4
52432026-07-19T04:18:18.448Zfreemap_route_ipv6Jul 19 04:18:17.348ERRO Jul 19 04:18:17.348 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFODEBG
52442026-07-19T04:18:18.449Z
52452026-07-19T04:18:18.449Zadding route 172.17.0.11/32 -> 10.0.0.255
52462026-07-19T04:18:18.449ZJul 19 04:18:17.348 Jul 19 04:18:17.348DEBGJul 19 04:18:17.348 initted freemap. size: 64ERROJul 19 04:18:17.348 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, DEBG
52472026-07-19T04:18:18.449Z initted freemap. size: 64replacing 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 } }], unitunit: :
52482026-07-19T04:18:18.449Z freemap_route_ipv4 freemap_route_ipv4
52492026-07-19T04:18:18.449Zreset freemap
52502026-07-19T04:18:18.449ZJul 19 04:18:17.348 , INFOunit :Jul 19 04:18:17.348Jul 19 04:18:17.348adding route 172.17.0.12/32 -> 10.0.0.255 DEBGDEBG
52512026-07-19T04:18:18.449Z reset freemapreset freemap, , unitJul 19 04:18:17.348freemap_route_ipv4
52522026-07-19T04:18:18.449ZDEBG unit: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 } }]
52532026-07-19T04:18:18.449ZJul 19 04:18:17.348: freemap_route_ipv4DEBG
52542026-07-19T04:18:18.449Zfreemap_route_ipv4
52552026-07-19T04:18:18.449Zinitted freemap. size: 64Jul 19 04:18:17.348, unit:INFO adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6
52562026-07-19T04:18:18.449Z
52572026-07-19T04:18:18.449ZJul 19 04:18:17.348 DEBGJul 19 04:18:17.348 initted freemap. size: 64DEBG, Jul 19 04:18:17.348unitreplacing 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.348 DEBGfreemap_route_ipv6
52582026-07-19T04:18:18.449Z initted freemap. size: 64
52592026-07-19T04:18:18.449Z, DEBGunit Jul 19 04:18:17.348: INFO freemap_route_ipv6adding route 172.17.0.14/32 -> 10.0.0.255
52602026-07-19T04:18:18.449ZJul 19 04:18:17.348
52612026-07-19T04:18:18.449Z DEBG reset freemapreset freemap, , Jul 19 04:18:17.348unit :unitDEBGJul 19 04:18:17.348 :replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
52622026-07-19T04:18:18.449Zfreemap_route_ipv6
52632026-07-19T04:18:18.449Zfreemap_route_ipv6reset freemap
52642026-07-19T04:18:18.449ZJul 19 04:18:17.348, unitINFOJul 19 04:18:17.348 : adding route 172.17.0.15/32 -> 10.0.0.255INFO
52652026-07-19T04:18:18.449Zfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:18:17.348
52662026-07-19T04:18:18.449Z
52672026-07-19T04:18:18.449Z INFOJul 19 04:18:17.348 adding route 172.16.0.0/32 -> 10.0.0.1DEBGJul 19 04:18:17.348
52682026-07-19T04:18:18.449ZDEBGreplacing 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.348replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52692026-07-19T04:18:18.449ZJul 19 04:18:17.348 INFODEBG
52702026-07-19T04:18:18.449Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.348replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.348INFO
52712026-07-19T04:18:18.449Z INFOadding route 172.17.0.16/32 -> 10.0.0.255
52722026-07-19T04:18:18.449Z
52732026-07-19T04:18:18.449Zadding route 172.17.0.0/32 -> 10.0.0.255
52742026-07-19T04:18:18.449ZJul 19 04:18:17.348Jul 19 04:18:17.348Jul 19 04:18:17.348 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 } }]INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52752026-07-19T04:18:18.449ZJul 19 04:18:17.348
52762026-07-19T04:18:18.449Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2
52772026-07-19T04:18:18.449Z 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.348Jul 19 04:18:17.348 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255INFO
52782026-07-19T04:18:18.449Z
52792026-07-19T04:18:18.449Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.348
52802026-07-19T04:18:18.449Zadding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:18:17.348 DEBG
52812026-07-19T04:18:18.449ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.348Jul 19 04:18:17.348
52822026-07-19T04:18:18.449Z
52832026-07-19T04:18:18.450ZDEBG Jul 19 04:18:17.348 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 } }] Jul 19 04:18:17.348Jul 19 04:18:17.348
52842026-07-19T04:18:18.450ZDEBG INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.348
52852026-07-19T04:18:18.450Z
52862026-07-19T04:18:18.450ZINFO
52872026-07-19T04:18:18.450Z
52882026-07-19T04:18:18.450Z adding route 3fff:dead::/64 -> 2001:db8::55:3
52892026-07-19T04:18:18.450ZJul 19 04:18:17.348 Jul 19 04:18:17.348DEBGJul 19 04:18:17.348 INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255
52902026-07-19T04:18:18.450ZDEBGJul 19 04:18:17.348Jul 19 04:18:17.348
52912026-07-19T04:18:18.450Z DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
52922026-07-19T04:18:18.450Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.348Jul 19 04:18:17.348
52932026-07-19T04:18:18.450Ztest route::tests::identity_replace_is_noop ... ok
52942026-07-19T04:18:18.450Z DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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.1/32 -> 10.0.0.255Jul 19 04:18:17.348
52952026-07-19T04:18:18.450Z
52962026-07-19T04:18:18.450Z
52972026-07-19T04:18:18.450ZINFOJul 19 04:18:17.348 Jul 19 04:18:17.348INFO Jul 19 04:18:17.348DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.50/32 -> 10.0.0.255
52982026-07-19T04:18:18.450Z
52992026-07-19T04:18:18.450ZINFO 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.19/32 -> 10.0.0.255
53002026-07-19T04:18:18.450Z
53012026-07-19T04:18:18.450ZJul 19 04:18:17.348Jul 19 04:18:17.348 Jul 19 04:18:17.348 DEBGJul 19 04:18:17.348 DEBG Jul 19 04:18:17.349 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
53022026-07-19T04:18:18.450Z INFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.348
53032026-07-19T04:18:18.450ZJul 19 04:18:17.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255INFO
53042026-07-19T04:18:18.450Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
53052026-07-19T04:18:18.450ZINFO Jul 19 04:18:17.349adding route 172.17.0.2/32 -> 10.0.0.255
53062026-07-19T04:18:18.450Z
53072026-07-19T04:18:18.450Zadding route 172.17.0.51/32 -> 10.0.0.255 INFO Jul 19 04:18:17.349
53082026-07-19T04:18:18.450Z Jul 19 04:18:17.349Jul 19 04:18:17.349 DEBG DEBG DEBGJul 19 04:18:17.349 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 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.20/32 -> 10.0.0.255
53092026-07-19T04:18:18.450ZDEBG
53102026-07-19T04:18:18.450Z 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.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.349
53112026-07-19T04:18:18.450Z
53122026-07-19T04:18:18.450Z Jul 19 04:18:17.349 DEBG
53132026-07-19T04:18:18.450ZJul 19 04:18:17.349Jul 19 04:18:17.349Jul 19 04:18:17.349 INFODEBG adding route 172.17.0.52/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 } }]INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
53142026-07-19T04:18:18.450Z
53152026-07-19T04:18:18.450Z INFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
53162026-07-19T04:18:18.450Z
53172026-07-19T04:18:18.450ZJul 19 04:18:17.349Jul 19 04:18:17.349 INFO
53182026-07-19T04:18:18.450Zadding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:18:17.349DEBG
53192026-07-19T04:18:18.450Z 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.349DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
53202026-07-19T04:18:18.450Ztest transceivers::mpn_test::test_mpn_missing ... ok
53212026-07-19T04:18:18.450Ztest transceivers::mpn_test::test_mpn_present ... ok
53222026-07-19T04:18:18.450Zreplacing 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.349
53232026-07-19T04:18:18.451Ztest transceivers::mpn_test::test_xcvr_missing ... ok
53242026-07-19T04:18:18.451Z
53252026-07-19T04:18:18.451Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53262026-07-19T04:18:18.451Z DEBGJul 19 04:18:17.349 Jul 19 04:18:17.349Jul 19 04:18:17.349replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.349
53272026-07-19T04:18:18.451ZINFO INFO INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
53282026-07-19T04:18:18.451Ztest route::tests::shrink_preserves_compacted_order ... ok
53292026-07-19T04:18:18.451Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53302026-07-19T04:18:18.451Z
53312026-07-19T04:18:18.451Ztest route::tests::delete_target_fragmented ... ok
53322026-07-19T04:18:18.451ZJul 19 04:18:17.349adding route 172.17.0.53/32 -> 10.0.0.255 INFO
53332026-07-19T04:18:18.451Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
53342026-07-19T04:18:18.451Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53352026-07-19T04:18:18.451ZJul 19 04:18:17.349Jul 19 04:18:17.349 Jul 19 04:18:17.349DEBG
53362026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53372026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53382026-07-19T04:18:18.455Z DEBGJul 19 04:18:17.349 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
53392026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53402026-07-19T04:18:18.455Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53412026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53422026-07-19T04:18:18.455Z
53432026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53442026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53452026-07-19T04:18:18.455ZJul 19 04:18:17.349 DEBGJul 19 04:18:17.349Jul 19 04:18:17.349 Jul 19 04:18:17.349 INFOINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
53462026-07-19T04:18:18.455Z
53472026-07-19T04:18:18.455Zreplacing 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 } }]
53482026-07-19T04:18:18.455ZJul 19 04:18:17.349Jul 19 04:18:17.349Jul 19 04:18:17.349 DEBGINFODEBG DEBGadding route 172.17.0.4/32 -> 10.0.0.255
53492026-07-19T04:18:18.455Zreplacing 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 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53502026-07-19T04:18:18.455Z
53512026-07-19T04:18:18.455Z
53522026-07-19T04:18:18.455ZJul 19 04:18:17.349 DEBG Jul 19 04:18:17.349replacing 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:18:17.349 Jul 19 04:18:17.349 INFOINFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
53532026-07-19T04:18:18.455Z
53542026-07-19T04:18:18.455Z
53552026-07-19T04:18:18.455Zadding route 172.17.0.54/32 -> 10.0.0.255
53562026-07-19T04:18:18.455ZJul 19 04:18:17.349
53572026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53582026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53592026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53602026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53612026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53622026-07-19T04:18:18.455Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53632026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53642026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53652026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53662026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53672026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53682026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53692026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53702026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53712026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53722026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53732026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53742026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53752026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53762026-07-19T04:18:18.456Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53772026-07-19T04:18:18.456Z DEBGJul 19 04:18:17.349Jul 19 04:18:17.349 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 } }]DEBG
53782026-07-19T04:18:18.456Z 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.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 } }]
53792026-07-19T04:18:18.456Z
53802026-07-19T04:18:18.456ZJul 19 04:18:17.349Jul 19 04:18:17.349 INFOJul 19 04:18:17.349 INFOadding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:18:17.349Jul 19 04:18:17.349
53812026-07-19T04:18:18.456Z INFOadding route 172.17.0.6/32 -> 10.0.0.255
53822026-07-19T04:18:18.456Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:18:17.349INFO
53832026-07-19T04:18:18.456Z adding route 172.17.0.25/32 -> 10.0.0.255DEBGDEBG
53842026-07-19T04:18:18.456Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
53852026-07-19T04:18:18.456ZJul 19 04:18:17.349 Jul 19 04:18:17.349DEBG Jul 19 04:18:17.349 DEBG created new freemapreplacing 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 } }]
53862026-07-19T04:18:18.456ZDEBG,
53872026-07-19T04:18:18.456Zcreated new freemapunit, :unit :Jul 19 04:18:17.355freemap_route_ipv4Jul 19 04:18:17.355 freemap_route_ipv4
53882026-07-19T04:18:18.456ZINFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
53892026-07-19T04:18:18.456Z
53902026-07-19T04:18:18.456Zadding route 172.17.0.6/32 -> 10.0.0.255
53912026-07-19T04:18:18.456ZJul 19 04:18:17.355 DEBGJul 19 04:18:17.355Jul 19 04:18:17.355 created new freemapDEBG, Jul 19 04:18:17.355 unitDEBG: replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
53922026-07-19T04:18:18.456Zfreemap_route_ipv6
53932026-07-19T04:18:18.456Z
53942026-07-19T04:18:18.456ZDEBG Jul 19 04:18:17.355Jul 19 04:18:17.355 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255created new freemapJul 19 04:18:17.355initted freemap. size: 64
53952026-07-19T04:18:18.456Z, , unitINFO :adding route 172.17.0.7/32 -> 10.0.0.255
53962026-07-19T04:18:18.456ZJul 19 04:18:17.355 unitDEBGfreemap_route_ipv4Jul 19 04:18:17.355
53972026-07-19T04:18:18.456Z: freemap_route_ipv6replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53982026-07-19T04:18:18.456Z
53992026-07-19T04:18:18.456Zreplacing 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.355
54002026-07-19T04:18:18.456Z DEBG Jul 19 04:18:17.355Jul 19 04:18:17.355 DEBGINFO initted freemap. size: 64reset freemapJul 19 04:18:17.355, adding route 172.17.0.28/32 -> 10.0.0.255,
54012026-07-19T04:18:18.456Zunit: unit Jul 19 04:18:17.355freemap_route_ipv4 INFODEBG : replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54022026-07-19T04:18:18.456Zfreemap_route_ipv4
54032026-07-19T04:18:18.457Z
54042026-07-19T04:18:18.457Zadding route 172.17.0.8/32 -> 10.0.0.255
54052026-07-19T04:18:18.457ZJul 19 04:18:17.355Jul 19 04:18:17.355 DEBGDEBG initted freemap. size: 64reset freemapJul 19 04:18:17.355, , unitunit Jul 19 04:18:17.355:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54062026-07-19T04:18:18.457ZINFOfreemap_route_ipv6:DEBG
54072026-07-19T04:18:18.457Zfreemap_route_ipv4
54082026-07-19T04:18:18.457Zreplacing 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 } }]
54092026-07-19T04:18:18.457ZJul 19 04:18:17.355adding route 172.17.0.29/32 -> 10.0.0.255
54102026-07-19T04:18:18.457ZDEBGJul 19 04:18:17.355 Jul 19 04:18:17.355reset freemap Jul 19 04:18:17.355DEBG initted freemap. size: 64, INFODEBGunit , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]:
54112026-07-19T04:18:18.457Zadding route 172.17.0.9/32 -> 10.0.0.255
54122026-07-19T04:18:18.457Zunitfreemap_route_ipv6
54132026-07-19T04:18:18.457Z:Jul 19 04:18:17.355 Jul 19 04:18:17.355freemap_route_ipv6
54142026-07-19T04:18:18.457ZDEBGJul 19 04:18:17.355 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 } }] 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 } }]
54152026-07-19T04:18:18.457Z
54162026-07-19T04:18:18.457Z adding route 3fff:dead::/64 -> 2001:db8::55:1
54172026-07-19T04:18:18.457ZJul 19 04:18:17.355Jul 19 04:18:17.355 INFOJul 19 04:18:17.355 INFOadding route 172.17.0.30/32 -> 10.0.0.255
54182026-07-19T04:18:18.457Zadding route 172.17.0.10/32 -> 10.0.0.255
54192026-07-19T04:18:18.457ZDEBG reset freemapJul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54202026-07-19T04:18:18.457Z
54212026-07-19T04:18:18.457Zreplacing 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 } }],
54222026-07-19T04:18:18.457ZunitJul 19 04:18:17.355: Jul 19 04:18:17.355Jul 19 04:18:17.355 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
54232026-07-19T04:18:18.457Zfreemap_route_ipv6adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
54242026-07-19T04:18:18.457Z
54252026-07-19T04:18:18.457Z
54262026-07-19T04:18:18.457ZJul 19 04:18:17.355Jul 19 04:18:17.355Jul 19 04:18:17.355 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:18:17.355DEBG
54272026-07-19T04:18:18.457Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.355
54282026-07-19T04:18:18.457Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54292026-07-19T04:18:18.457ZDEBG
54302026-07-19T04:18:18.457Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.355
54312026-07-19T04:18:18.457ZJul 19 04:18:17.355 Jul 19 04:18:17.355Jul 19 04:18:17.355 INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.355 INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54322026-07-19T04:18:18.457Z adding route 172.17.0.32/32 -> 10.0.0.255
54332026-07-19T04:18:18.457ZINFO
54342026-07-19T04:18:18.457Z adding route 172.16.0.0/32 -> 10.0.0.2
54352026-07-19T04:18:18.457ZJul 19 04:18:17.355 INFO adding route 172.17.0.7/32 -> 10.0.0.255
54362026-07-19T04:18:18.461ZJul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355 DEBG INFO Jul 19 04:18:17.355 DEBGJul 19 04:18:17.355 adding route 172.17.0.55/32 -> 10.0.0.255DEBGreplacing 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 } }]
54372026-07-19T04:18:18.461Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
54382026-07-19T04:18:18.461Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54392026-07-19T04:18:18.461Z
54402026-07-19T04:18:18.461ZJul 19 04:18:17.355
54412026-07-19T04:18:18.461Z Jul 19 04:18:17.355INFO Jul 19 04:18:17.355 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
54422026-07-19T04:18:18.461ZJul 19 04:18:17.355Jul 19 04:18:17.355 INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255INFO
54432026-07-19T04:18:18.461Z
54442026-07-19T04:18:18.461Z adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:18:17.355 Jul 19 04:18:17.355DEBG
54452026-07-19T04:18:18.461Z Jul 19 04:18:17.355DEBGreplacing 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 } }]
54462026-07-19T04:18:18.461Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
54472026-07-19T04:18:18.461ZINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.355Jul 19 04:18:17.355
54482026-07-19T04:18:18.461ZDEBG
54492026-07-19T04:18:18.461ZINFO Jul 19 04:18:17.355replacing 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 } }]
54502026-07-19T04:18:18.461ZJul 19 04:18:17.355adding route 172.17.0.9/32 -> 10.0.0.255DEBGJul 19 04:18:17.355 INFOreplacing 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 } }]
54512026-07-19T04:18:18.461Zadding route 172.17.0.34/32 -> 10.0.0.255
54522026-07-19T04:18:18.461ZDEBG
54532026-07-19T04:18:18.461Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.355
54542026-07-19T04:18:18.461ZJul 19 04:18:17.355 Jul 19 04:18:17.355 INFODEBG INFOadding route 172.17.0.14/32 -> 10.0.0.255
54552026-07-19T04:18:18.461Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
54562026-07-19T04:18:18.461Z
54572026-07-19T04:18:18.462ZJul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355DEBGJul 19 04:18:17.355 DEBGINFOreplacing 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 } }]INFOJul 19 04:18:17.355 adding route 172.16.0.0/32 -> 10.0.0.4
54582026-07-19T04:18:18.462Z
54592026-07-19T04:18:18.462Zadding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54602026-07-19T04:18:18.462Z
54612026-07-19T04:18:18.462Zreplacing 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.355
54622026-07-19T04:18:18.462Z Jul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355 DEBGINFOINFODEBG adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
54632026-07-19T04:18:18.462Z
54642026-07-19T04:18:18.462ZJul 19 04:18:17.355 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 } }]
54652026-07-19T04:18:18.462ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
54662026-07-19T04:18:18.462ZJul 19 04:18:17.355replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54672026-07-19T04:18:18.462ZDEBGJul 19 04:18:17.355 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:18:17.355DEBG Jul 19 04:18:17.355
54682026-07-19T04:18:18.462Zreplacing 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.355 DEBG Jul 19 04:18:17.355DEBG
54692026-07-19T04:18:18.462Z INFO 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
54702026-07-19T04:18:18.462Z
54712026-07-19T04:18:18.462Zadding route 172.17.0.59/32 -> 10.0.0.255
54722026-07-19T04:18:18.462Z adding route 172.17.0.36/32 -> 10.0.0.255
54732026-07-19T04:18:18.462ZJul 19 04:18:17.355 Jul 19 04:18:17.355Jul 19 04:18:17.355 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
54742026-07-19T04:18:18.462Z
54752026-07-19T04:18:18.462ZJul 19 04:18:17.355 DEBGJul 19 04:18:17.355Jul 19 04:18:17.355 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
54762026-07-19T04:18:18.462Z adding route 172.17.0.60/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 } }]
54772026-07-19T04:18:18.462ZJul 19 04:18:17.355
54782026-07-19T04:18:18.462Z 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 } }]
54792026-07-19T04:18:18.462ZJul 19 04:18:17.355 INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:18:17.355
54802026-07-19T04:18:18.462Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3failed to allocate space for the new target list
54812026-07-19T04:18:18.462ZJul 19 04:18:17.355
54822026-07-19T04:18:18.462Z DEBG Jul 19 04:18:17.355Jul 19 04:18:17.355replacing 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 } }]
54832026-07-19T04:18:18.462ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
54842026-07-19T04:18:18.462Z
54852026-07-19T04:18:18.462ZJul 19 04:18:17.355 Jul 19 04:18:17.355Jul 19 04:18:17.355 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255INFO
54862026-07-19T04:18:18.462Z adding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
54872026-07-19T04:18:18.462Z
54882026-07-19T04:18:18.462ZJul 19 04:18:17.355 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 } }]
54892026-07-19T04:18:18.462ZINFOJul 19 04:18:17.363 INFOadding route 172.17.0.11/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255
54902026-07-19T04:18:18.462ZJul 19 04:18:17.363
54912026-07-19T04:18:18.462Z 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 } }]
54922026-07-19T04:18:18.462ZJul 19 04:18:17.363 DEBGJul 19 04:18:17.363Jul 19 04:18:17.363 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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.363adding route 172.17.0.38/32 -> 10.0.0.255
54932026-07-19T04:18:18.462Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54942026-07-19T04:18:18.462ZDEBG 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 } }]
54952026-07-19T04:18:18.462Z
54962026-07-19T04:18:18.462Z
54972026-07-19T04:18:18.463ZJul 19 04:18:17.363 DEBG Jul 19 04:18:17.363replacing 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.363INFO
54982026-07-19T04:18:18.463Z adding route 172.17.0.20/32 -> 10.0.0.255INFO
54992026-07-19T04:18:18.463Z Jul 19 04:18:17.363adding route 172.17.0.12/32 -> 10.0.0.255
55002026-07-19T04:18:18.463ZINFOJul 19 04:18:17.363 adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:18:17.363
55012026-07-19T04:18:18.463Z Jul 19 04:18:17.363DEBGDEBG 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 } }]
55022026-07-19T04:18:18.463ZDEBGJul 19 04:18:17.363replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 172.17.0.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
55032026-07-19T04:18:18.463Z
55042026-07-19T04:18:18.463Zreplacing 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 } }]
55052026-07-19T04:18:18.463ZJul 19 04:18:17.363 Jul 19 04:18:17.363Jul 19 04:18:17.363 INFOINFOINFO adding route 172.17.0.13/32 -> 10.0.0.255
55062026-07-19T04:18:18.463Zadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
55072026-07-19T04:18:18.463Z
55082026-07-19T04:18:18.463ZJul 19 04:18:17.363Jul 19 04:18:17.363 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.363
55092026-07-19T04:18:18.463Z
55102026-07-19T04:18:18.463ZDEBG 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.363
55112026-07-19T04:18:18.463Z INFOJul 19 04:18:17.363 adding route 172.17.0.41/32 -> 10.0.0.255INFOJul 19 04:18:17.363
55122026-07-19T04:18:18.463ZINFOadding route 172.17.0.22/32 -> 10.0.0.255
55132026-07-19T04:18:18.463Zadding route 172.17.0.14/32 -> 10.0.0.255
55142026-07-19T04:18:18.463ZJul 19 04:18:17.363 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.363
55152026-07-19T04:18:18.463Z 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 } }]
55162026-07-19T04:18:18.463ZJul 19 04:18:17.363Jul 19 04:18:17.363 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
55172026-07-19T04:18:18.463Z
55182026-07-19T04:18:18.463ZJul 19 04:18:17.363 INFO Jul 19 04:18:17.363adding route 172.17.0.15/32 -> 10.0.0.255
55192026-07-19T04:18:18.463ZDEBG 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 } }]
55202026-07-19T04:18:18.463ZJul 19 04:18:17.363Jul 19 04:18:17.363 INFODEBG Jul 19 04:18:17.363adding route 172.17.0.23/32 -> 10.0.0.255
55212026-07-19T04:18:18.463Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55222026-07-19T04:18:18.463Z adding route 172.17.0.43/32 -> 10.0.0.255
55232026-07-19T04:18:18.463ZJul 19 04:18:17.363 Jul 19 04:18:17.363DEBG 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 } }]
55242026-07-19T04:18:18.463Zreplacing 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 } }]
55252026-07-19T04:18:18.463ZJul 19 04:18:17.349Jul 19 04:18:17.363 Jul 19 04:18:17.363DEBG Jul 19 04:18:17.363INFO 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 } }]
55262026-07-19T04:18:18.463Zadding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255INFO
55272026-07-19T04:18:18.463Z
55282026-07-19T04:18:18.463Z Jul 19 04:18:17.363adding route 172.17.0.44/32 -> 10.0.0.255
55292026-07-19T04:18:18.463ZINFO Jul 19 04:18:17.363adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 19 04:18:17.363Jul 19 04:18:17.363DEBG 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 } }]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 } }]
55302026-07-19T04:18:18.463Z
55312026-07-19T04:18:18.463Z
55322026-07-19T04:18:18.463ZDEBG 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 } }]
55332026-07-19T04:18:18.463ZJul 19 04:18:17.363Jul 19 04:18:17.363 Jul 19 04:18:17.363INFODEBG Jul 19 04:18:17.363adding route 172.17.0.25/32 -> 10.0.0.255 INFO
55342026-07-19T04:18:18.463ZINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
55352026-07-19T04:18:18.463Z
55362026-07-19T04:18:18.469ZJul 19 04:18:17.363 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
55372026-07-19T04:18:18.469ZJul 19 04:18:17.363
55382026-07-19T04:18:18.469ZJul 19 04:18:17.363 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.363Jul 19 04:18:17.363
55392026-07-19T04:18:18.469Z
55402026-07-19T04:18:18.469Z INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
55412026-07-19T04:18:18.469Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
55422026-07-19T04:18:18.469ZJul 19 04:18:17.363 INFOJul 19 04:18:17.363Jul 19 04:18:17.363 Jul 19 04:18:17.363 DEBGINFODEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
55432026-07-19T04:18:18.469ZJul 19 04:18:17.363 DEBG created new freemap, unit: Jul 19 04:18:17.369freemap_route_ipv4
55442026-07-19T04:18:18.469ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
55452026-07-19T04:18:18.469ZJul 19 04:18:17.369 DEBG
55462026-07-19T04:18:18.469Z 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 } }]Jul 19 04:18:17.369
55472026-07-19T04:18:18.469Z DEBG created new freemap, Jul 19 04:18:17.369unit :INFO freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
55482026-07-19T04:18:18.469Z
55492026-07-19T04:18:18.469ZJul 19 04:18:17.369Jul 19 04:18:17.369 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.369adding route 172.17.0.27/32 -> 10.0.0.255
55502026-07-19T04:18:18.469Z
55512026-07-19T04:18:18.469ZDEBG initted freemap. size: 64Jul 19 04:18:17.369Jul 19 04:18:17.369 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 } }],
55522026-07-19T04:18:18.469Zunit: INFOfreemap_route_ipv4 Jul 19 04:18:17.369
55532026-07-19T04:18:18.469Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
55542026-07-19T04:18:18.469ZINFO Jul 19 04:18:17.369 DEBG Jul 19 04:18:17.369reset freemap , DEBGadding route 172.17.0.28/32 -> 10.0.0.255 unit
55552026-07-19T04:18:18.469Zreplacing 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 } }]:
55562026-07-19T04:18:18.469Zfreemap_route_ipv4
55572026-07-19T04:18:18.469ZJul 19 04:18:17.369 DEBGJul 19 04:18:17.369 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
55582026-07-19T04:18:18.469Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
55592026-07-19T04:18:18.469ZJul 19 04:18:17.369 DEBGJul 19 04:18:17.369 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
55602026-07-19T04:18:18.469Z Jul 19 04:18:17.369freemap_route_ipv6
55612026-07-19T04:18:18.469ZINFO Jul 19 04:18:17.369 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
55622026-07-19T04:18:18.469Zadding route 172.17.0.29/32 -> 10.0.0.255
55632026-07-19T04:18:18.469ZJul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBGDEBG reset freemap 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 } }],
55642026-07-19T04:18:18.469ZunitDEBG: replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
55652026-07-19T04:18:18.469Z
55662026-07-19T04:18:18.469ZJul 19 04:18:17.369 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
55672026-07-19T04:18:18.469ZJul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBG INFOadding route 172.17.0.46/32 -> 10.0.0.255
55682026-07-19T04:18:18.470Zreplacing 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.1
55692026-07-19T04:18:18.470Z
55702026-07-19T04:18:18.470Zadding route 172.17.0.30/32 -> 10.0.0.255
55712026-07-19T04:18:18.470ZJul 19 04:18:17.369 Jul 19 04:18:17.369DEBGJul 19 04:18:17.369 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
55722026-07-19T04:18:18.470Z Jul 19 04:18:17.369replacing 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 } }]
55732026-07-19T04:18:18.470ZINFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
55742026-07-19T04:18:18.470ZJul 19 04:18:17.369replacing 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 } }] INFOJul 19 04:18:17.369
55752026-07-19T04:18:18.470ZJul 19 04:18:17.369adding route 172.16.0.0/32 -> 10.0.0.2
55762026-07-19T04:18:18.470ZDEBG 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 } }]
55772026-07-19T04:18:18.470ZJul 19 04:18:17.369adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:18:17.369
55782026-07-19T04:18:18.470Z DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55792026-07-19T04:18:18.470Zadding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:18:17.369
55802026-07-19T04:18:18.470ZJul 19 04:18:17.369 INFOJul 19 04:18:17.369DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
55812026-07-19T04:18:18.470ZJul 19 04:18:17.369 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
55822026-07-19T04:18:18.470ZDEBG Jul 19 04:18:17.369
55832026-07-19T04:18:18.470Zreplacing 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 } }]
55842026-07-19T04:18:18.470Z DEBGJul 19 04:18:17.369Jul 19 04:18:17.369 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
55852026-07-19T04:18:18.470Z 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 } }]
55862026-07-19T04:18:18.470Zadding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:18:17.369
55872026-07-19T04:18:18.470ZJul 19 04:18:17.369 INFO INFOJul 19 04:18:17.369 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
55882026-07-19T04:18:18.470Zadding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.369DEBG
55892026-07-19T04:18:18.470Z 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 } }] Jul 19 04:18:17.369adding route 172.16.0.0/32 -> 10.0.0.4
55902026-07-19T04:18:18.470Z
55912026-07-19T04:18:18.470Z Jul 19 04:18:17.369DEBG 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
55922026-07-19T04:18:18.470Z Jul 19 04:18:17.369Jul 19 04:18:17.369 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 } }]INFOJul 19 04:18:17.369
55932026-07-19T04:18:18.470Ztest route::tests::delete_targets_fragmented ... ok
55942026-07-19T04:18:18.470Z adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
55952026-07-19T04:18:18.470Z
55962026-07-19T04:18:18.470ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:18:17.369
55972026-07-19T04:18:18.470Z Jul 19 04:18:17.369INFO Jul 19 04:18:17.369 DEBGDEBG adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:18:17.369replacing 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 } }]
55982026-07-19T04:18:18.470Z
55992026-07-19T04:18:18.470ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 } }]
56002026-07-19T04:18:18.470Z
56012026-07-19T04:18:18.470ZJul 19 04:18:17.369Jul 19 04:18:17.369 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.369adding route 172.17.0.50/32 -> 10.0.0.255
56022026-07-19T04:18:18.470ZINFO
56032026-07-19T04:18:18.470Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
56042026-07-19T04:18:18.470ZJul 19 04:18:17.369 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:18:17.369
56052026-07-19T04:18:18.470Z DEBG Jul 19 04:18:17.369replacing 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 } }]
56062026-07-19T04:18:18.470ZINFOJul 19 04:18:17.369adding route 172.17.0.18/32 -> 10.0.0.255 INFO
56072026-07-19T04:18:18.471Z adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:18:17.369
56082026-07-19T04:18:18.471Z
56092026-07-19T04:18:18.471ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:18:17.369
56102026-07-19T04:18:18.471ZJul 19 04:18:17.369Jul 19 04:18:17.369 DEBG DEBGJul 19 04:18:17.369 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56112026-07-19T04:18:18.471Z DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
56122026-07-19T04:18:18.471Z
56132026-07-19T04:18:18.471Zreplacing 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 } }]
56142026-07-19T04:18:18.471ZJul 19 04:18:17.369Jul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369 INFOINFO INFOadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
56152026-07-19T04:18:18.471ZINFO
56162026-07-19T04:18:18.471Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255
56172026-07-19T04:18:18.471ZJul 19 04:18:17.369
56182026-07-19T04:18:18.471Z Jul 19 04:18:17.369DEBG Jul 19 04:18:17.369replacing 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 Jul 19 04:18:17.369DEBG
56192026-07-19T04:18:18.471Zreplacing 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 } }]
56202026-07-19T04:18:18.471Z 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
56212026-07-19T04:18:18.471Z 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.369
56222026-07-19T04:18:18.471Z Jul 19 04:18:17.369Jul 19 04:18:17.369INFO INFOINFOJul 19 04:18:17.369 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255
56232026-07-19T04:18:18.471Z
56242026-07-19T04:18:18.471Z adding route 172.17.0.36/32 -> 10.0.0.255
56252026-07-19T04:18:18.471ZINFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:18:17.369
56262026-07-19T04:18:18.471Z Jul 19 04:18:17.369DEBGJul 19 04:18:17.369 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
56272026-07-19T04:18:18.471Z 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
56282026-07-19T04:18:18.471Z Jul 19 04:18:17.369replacing 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.369
56292026-07-19T04:18:18.471ZDEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56302026-07-19T04:18:18.471Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
56312026-07-19T04:18:18.471ZJul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369INFOINFO Jul 19 04:18:17.369 adding route 172.17.0.37/32 -> 10.0.0.255
56322026-07-19T04:18:18.471Zadding route 172.17.0.54/32 -> 10.0.0.255INFODEBG
56332026-07-19T04:18:18.471Z 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.369adding route 172.17.0.21/32 -> 10.0.0.255
56342026-07-19T04:18:18.471Z
56352026-07-19T04:18:18.471ZDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56362026-07-19T04:18:18.475ZJul 19 04:18:17.369 Jul 19 04:18:17.369DEBGJul 19 04:18:17.369Jul 19 04:18:17.369 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56372026-07-19T04:18:18.475Z INFOINFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
56382026-07-19T04:18:18.475Z
56392026-07-19T04:18:18.475Z
56402026-07-19T04:18:18.475ZJul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369INFO Jul 19 04:18:17.369 DEBGadding route 172.17.0.55/32 -> 10.0.0.255 DEBG
56412026-07-19T04:18:18.475Z 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 } }]
56422026-07-19T04:18:18.475ZINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
56432026-07-19T04:18:18.475Z
56442026-07-19T04:18:18.475ZJul 19 04:18:17.369 Jul 19 04:18:17.369DEBG INFOJul 19 04:18:17.369replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
56452026-07-19T04:18:18.475Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
56462026-07-19T04:18:18.475Zadding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:18:17.369
56472026-07-19T04:18:18.475Z Jul 19 04:18:17.369Jul 19 04:18:17.369 INFODEBGJul 19 04:18:17.369 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 } }]DEBGadding route 172.17.0.56/32 -> 10.0.0.255
56482026-07-19T04:18:18.475ZDEBG
56492026-07-19T04:18:18.475Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
56502026-07-19T04:18:18.475Z
56512026-07-19T04:18:18.475ZJul 19 04:18:17.369 Jul 19 04:18:17.369DEBG INFOreplacing 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.369
56522026-07-19T04:18:18.475Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
56532026-07-19T04:18:18.475ZJul 19 04:18:17.369 INFOJul 19 04:18:17.369 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
56542026-07-19T04:18:18.475Z 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 } }]
56552026-07-19T04:18:18.475ZJul 19 04:18:17.369Jul 19 04:18:17.369 INFODEBG Jul 19 04:18:17.369adding route 172.17.0.57/32 -> 10.0.0.255
56562026-07-19T04:18:18.475ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
56572026-07-19T04:18:18.476Zreplacing 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.369 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 } }]
56582026-07-19T04:18:18.476ZJul 19 04:18:17.375
56592026-07-19T04:18:18.476ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
56602026-07-19T04:18:18.476ZJul 19 04:18:17.375INFO INFOJul 19 04:18:17.375adding route 172.17.0.40/32 -> 10.0.0.255 DEBG
56612026-07-19T04:18:18.476Z adding route 172.17.0.58/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 } }]
56622026-07-19T04:18:18.476Z
56632026-07-19T04:18:18.476ZJul 19 04:18:17.375Jul 19 04:18:17.375Jul 19 04:18:17.375 Jul 19 04:18:17.375INFO DEBG 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 } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255DEBG
56642026-07-19T04:18:18.476Z
56652026-07-19T04:18:18.476Z
56662026-07-19T04:18:18.476Zreplacing 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 } }]
56672026-07-19T04:18:18.476ZJul 19 04:18:17.375Jul 19 04:18:17.375Jul 19 04:18:17.375 Jul 19 04:18:17.375INFO DEBGINFO adding route 172.17.0.41/32 -> 10.0.0.255INFO
56682026-07-19T04:18:18.476Zreplacing 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 } }]
56692026-07-19T04:18:18.476Z adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
56702026-07-19T04:18:18.476Z
56712026-07-19T04:18:18.476ZJul 19 04:18:17.376Jul 19 04:18:17.376 DEBGINFO Jul 19 04:18:17.376Jul 19 04:18:17.376 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.26/32 -> 10.0.0.255 DEBGDEBG
56722026-07-19T04:18:18.476Z
56732026-07-19T04:18:18.476Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56742026-07-19T04:18:18.476Z
56752026-07-19T04:18:18.476ZJul 19 04:18:17.376Jul 19 04:18:17.376 INFODEBG Jul 19 04:18:17.376adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.376
56762026-07-19T04:18:18.476Z
56772026-07-19T04:18:18.476Z INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 19 04:18:17.376
56782026-07-19T04:18:18.476Zadding route 172.17.0.60/32 -> 10.0.0.255
56792026-07-19T04:18:18.476ZDEBGJul 19 04:18:17.376 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 } }]INFOJul 19 04:18:17.376 Jul 19 04:18:17.376
56802026-07-19T04:18:18.476Zadding route 172.17.0.27/32 -> 10.0.0.255DEBG
56812026-07-19T04:18:18.476ZDEBG Jul 19 04:18:17.376replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
56822026-07-19T04:18:18.476Z
56832026-07-19T04:18:18.476Z Jul 19 04:18:17.376 INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255
56842026-07-19T04:18:18.476Zreplacing 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.376
56852026-07-19T04:18:18.476Z Jul 19 04:18:17.376DEBG INFOJul 19 04:18:17.376failed to allocate space for the new target list Jul 19 04:18:17.376adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
56862026-07-19T04:18:18.476Z
56872026-07-19T04:18:18.476Z INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56882026-07-19T04:18:18.476Z
56892026-07-19T04:18:18.476ZJul 19 04:18:17.376Jul 19 04:18:17.376 DEBGJul 19 04:18:17.376DEBGJul 19 04:18:17.376 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
56902026-07-19T04:18:18.476Z INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:18:17.376
56912026-07-19T04:18:18.476Z
56922026-07-19T04:18:18.476Zadding route 172.17.0.44/32 -> 10.0.0.255
56932026-07-19T04:18:18.476Ztest route::tests::add_target_fails_full ... ok
56942026-07-19T04:18:18.476Ztest route::tests::delete_target_full ... ok
56952026-07-19T04:18:18.476ZINFO Jul 19 04:18:17.376adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 19 04:18:17.376
56962026-07-19T04:18:18.476ZINFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG
56972026-07-19T04:18:18.477Z Jul 19 04:18:17.376replacing 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 } }]
56982026-07-19T04:18:18.477ZDEBG Jul 19 04:18:17.376replacing 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.376
56992026-07-19T04:18:18.477ZDEBG 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 } }]
57002026-07-19T04:18:18.477Zadding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:18:17.376
57012026-07-19T04:18:18.477Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
57022026-07-19T04:18:18.477ZJul 19 04:18:17.376Jul 19 04:18:17.376 INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
57032026-07-19T04:18:18.477Zreplacing 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.376
57042026-07-19T04:18:18.477Z DEBGJul 19 04:18:17.376 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
57052026-07-19T04:18:18.477ZJul 19 04:18:17.376 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57062026-07-19T04:18:18.477Z adding route 172.17.0.46/32 -> 10.0.0.255
57072026-07-19T04:18:18.477ZJul 19 04:18:17.376Jul 19 04:18:17.376 INFOINFO Jul 19 04:18:17.376adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
57082026-07-19T04:18:18.477ZDEBGadding route 172.17.0.31/32 -> 10.0.0.255
57092026-07-19T04:18:18.477Zreplacing 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 } }]
57102026-07-19T04:18:18.477ZJul 19 04:18:17.376Jul 19 04:18:17.376 Jul 19 04:18:17.376 DEBG DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
57112026-07-19T04:18:18.477Zreplacing 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 } }]
57122026-07-19T04:18:18.477Zadding route 172.17.0.47/32 -> 10.0.0.255
57132026-07-19T04:18:18.477ZJul 19 04:18:17.376 Jul 19 04:18:17.376INFO Jul 19 04:18:17.376adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
57142026-07-19T04:18:18.477Z adding route 172.17.0.32/32 -> 10.0.0.255DEBG
57152026-07-19T04:18:18.477Z 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 } }]
57162026-07-19T04:18:18.477ZJul 19 04:18:17.376Jul 19 04:18:17.376 DEBGDEBGJul 19 04:18:17.376 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57172026-07-19T04:18:18.477Z INFO Jul 19 04:18:17.382adding route 172.17.0.48/32 -> 10.0.0.255
57182026-07-19T04:18:18.477ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
57192026-07-19T04:18:18.477ZJul 19 04:18:17.382 Jul 19 04:18:17.382 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57202026-07-19T04:18:18.477Z
57212026-07-19T04:18:18.477ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
57222026-07-19T04:18:18.477Z
57232026-07-19T04:18:18.477ZJul 19 04:18:17.382 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 } }]
57242026-07-19T04:18:18.477ZJul 19 04:18:17.382 Jul 19 04:18:17.382DEBG 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 } }]
57252026-07-19T04:18:18.477Zadding route 172.17.0.35/32 -> 10.0.0.255
57262026-07-19T04:18:18.477ZJul 19 04:18:17.382 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 } }]
57272026-07-19T04:18:18.477ZJul 19 04:18:17.382 INFOJul 19 04:18:17.382 adding route 172.17.0.50/32 -> 10.0.0.255INFO
57282026-07-19T04:18:18.477Z adding route 172.17.0.36/32 -> 10.0.0.255
57292026-07-19T04:18:18.477ZJul 19 04:18:17.382 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 } }]
57302026-07-19T04:18:18.477ZJul 19 04:18:17.382 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:18:17.382
57312026-07-19T04:18:18.477Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
57322026-07-19T04:18:18.477Z
57332026-07-19T04:18:18.477ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO Jul 19 04:18:17.382replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.51/32 -> 10.0.0.255
57342026-07-19T04:18:18.477ZINFO
57352026-07-19T04:18:18.478Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
57362026-07-19T04:18:18.525ZJul 19 04:18:17.382 Jul 19 04:18:17.382INFO DEBGJul 19 04:18:17.382adding route 172.17.0.38/32 -> 10.0.0.255
57372026-07-19T04:18:18.525Z DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57382026-07-19T04:18:18.525Zreplacing 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 } }]
57392026-07-19T04:18:18.525ZJul 19 04:18:17.382 Jul 19 04:18:17.382DEBGJul 19 04:18:17.382 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57402026-07-19T04:18:18.525ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255
57412026-07-19T04:18:18.525Z
57422026-07-19T04:18:18.526ZJul 19 04:18:17.382 Jul 19 04:18:17.382INFOJul 19 04:18:17.382 DEBGadding route 172.17.0.39/32 -> 10.0.0.255DEBG
57432026-07-19T04:18:18.526Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57442026-07-19T04:18:18.526Zreplacing 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 } }]
57452026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 Jul 19 04:18:17.382DEBG 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
57462026-07-19T04:18:18.526Z INFOfailed to allocate space for the new target list
57472026-07-19T04:18:18.526Zadding route 172.17.0.53/32 -> 10.0.0.255
57482026-07-19T04:18:18.526ZJul 19 04:18:17.382 Jul 19 04:18:17.382INFOJul 19 04:18:17.382 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
57492026-07-19T04:18:18.526Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
57502026-07-19T04:18:18.526Zreplacing 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.382
57512026-07-19T04:18:18.526Z 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 } }]
57522026-07-19T04:18:18.526ZJul 19 04:18:17.382 INFO Jul 19 04:18:17.382adding route 172.17.0.54/32 -> 10.0.0.255
57532026-07-19T04:18:18.526ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
57542026-07-19T04:18:18.526ZJul 19 04:18:17.382 DEBG Jul 19 04:18:17.382replacing 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 } }]
57552026-07-19T04:18:18.526ZDEBG 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 } }]
57562026-07-19T04:18:18.526ZJul 19 04:18:17.382 INFO Jul 19 04:18:17.382adding route 172.17.0.55/32 -> 10.0.0.255
57572026-07-19T04:18:18.526ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
57582026-07-19T04:18:18.526ZJul 19 04:18:17.382 DEBG Jul 19 04:18:17.382replacing 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 } }]
57592026-07-19T04:18:18.526ZDEBG 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 } }]
57602026-07-19T04:18:18.526ZJul 19 04:18:17.382 INFO adding route 172.17.0.56/32 -> 10.0.0.255
57612026-07-19T04:18:18.526ZJul 19 04:18:17.382 INFO adding route 172.17.0.43/32 -> 10.0.0.255
57622026-07-19T04:18:18.526ZJul 19 04:18:17.382 DEBG Jul 19 04:18:17.382replacing 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 } }]
57632026-07-19T04:18:18.526ZJul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
57642026-07-19T04:18:18.526Z
57652026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
57662026-07-19T04:18:18.526Z
57672026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57682026-07-19T04:18:18.526Z
57692026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
57702026-07-19T04:18:18.526Z
57712026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57722026-07-19T04:18:18.526Z
57732026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
57742026-07-19T04:18:18.526Z
57752026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57762026-07-19T04:18:18.526Z
57772026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
57782026-07-19T04:18:18.526Z
57792026-07-19T04:18:18.526ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57802026-07-19T04:18:18.526Z
57812026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
57822026-07-19T04:18:18.527Z
57832026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57842026-07-19T04:18:18.527Z
57852026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
57862026-07-19T04:18:18.527Z
57872026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.63/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 } }]
57882026-07-19T04:18:18.527Z
57892026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
57902026-07-19T04:18:18.527Z
57912026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
57922026-07-19T04:18:18.527Z
57932026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
57942026-07-19T04:18:18.527Z
57952026-07-19T04:18:18.527ZJul 19 04:18:17.382Jul 19 04:18:17.382 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 } }]failed to allocate space for the new target list
57962026-07-19T04:18:18.527Z
57972026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.52/32 -> 10.0.0.255
57982026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
57992026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.53/32 -> 10.0.0.255
58002026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58012026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.54/32 -> 10.0.0.255
58022026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58032026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.55/32 -> 10.0.0.255
58042026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58052026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.56/32 -> 10.0.0.255
58062026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58072026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.57/32 -> 10.0.0.255
58082026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58092026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.58/32 -> 10.0.0.255
58102026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58112026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.59/32 -> 10.0.0.255
58122026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58132026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.60/32 -> 10.0.0.255
58142026-07-19T04:18:18.527ZJul 19 04:18:17.382 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 } }]
58152026-07-19T04:18:18.527ZJul 19 04:18:17.382 INFO adding route 172.17.0.61/32 -> 10.0.0.255
58162026-07-19T04:18:18.528ZJul 19 04:18:17.382 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 } }]
58172026-07-19T04:18:18.528ZJul 19 04:18:17.382 INFO adding route 172.17.0.62/32 -> 10.0.0.255
58182026-07-19T04:18:18.528ZJul 19 04:18:17.382 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 } }]
58192026-07-19T04:18:18.528ZJul 19 04:18:17.382 DEBG failed to allocate space for the new target list
58202026-07-19T04:18:18.528ZJul 19 04:18:17.382 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 } }]
58212026-07-19T04:18:18.528ZJul 19 04:18:17.383 DEBG created new freemap, unit: freemap_route_ipv4
58222026-07-19T04:18:18.528ZJul 19 04:18:17.383 DEBG created new freemap, unit: freemap_route_ipv6
58232026-07-19T04:18:18.528ZJul 19 04:18:17.383 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
58242026-07-19T04:18:18.528ZJul 19 04:18:17.383 DEBG reset freemap, unit: freemap_route_ipv4
58252026-07-19T04:18:18.528ZJul 19 04:18:17.383 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
58262026-07-19T04:18:18.528ZJul 19 04:18:17.383 DEBG reset freemap, unit: freemap_route_ipv6
58272026-07-19T04:18:18.528ZJul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.1
58282026-07-19T04:18:18.528ZJul 19 04:18:17.383 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 } }]
58292026-07-19T04:18:18.528ZJul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.1
58302026-07-19T04:18:18.528ZJul 19 04:18:17.383 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 } }]
58312026-07-19T04:18:18.528ZJul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.1
58322026-07-19T04:18:18.528ZJul 19 04:18:17.383 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 } }]
58332026-07-19T04:18:18.528ZJul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.2
58342026-07-19T04:18:18.528ZJul 19 04:18:17.388 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 } }]
58352026-07-19T04:18:18.528ZJul 19 04:18:17.388 INFO adding route 172.17.0.0/32 -> 10.0.0.255
58362026-07-19T04:18:18.532ZJul 19 04:18:17.388 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 } }]
58372026-07-19T04:18:18.532ZJul 19 04:18:17.388 INFO adding route 172.17.0.1/32 -> 10.0.0.255
58382026-07-19T04:18:18.532ZJul 19 04:18:17.388 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 } }]
58392026-07-19T04:18:18.532ZJul 19 04:18:17.388 INFO adding route 172.17.0.2/32 -> 10.0.0.255
58402026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58412026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.3/32 -> 10.0.0.255
58422026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58432026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.4/32 -> 10.0.0.255
58442026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58452026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.5/32 -> 10.0.0.255
58462026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58472026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.6/32 -> 10.0.0.255
58482026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58492026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.7/32 -> 10.0.0.255
58502026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58512026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.8/32 -> 10.0.0.255
58522026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58532026-07-19T04:18:18.532ZJul 19 04:18:17.389 INFO adding route 172.17.0.9/32 -> 10.0.0.255
58542026-07-19T04:18:18.532ZJul 19 04:18:17.389 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 } }]
58552026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.10/32 -> 10.0.0.255
58562026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58572026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.11/32 -> 10.0.0.255
58582026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58592026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.12/32 -> 10.0.0.255
58602026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58612026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58622026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58632026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58642026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58652026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58662026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58672026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58682026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58692026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58702026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58712026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58722026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58732026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58742026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58752026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58762026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58772026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58782026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58792026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58802026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58812026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58822026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58832026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58842026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58852026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58862026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58872026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58882026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58892026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.27/32 -> 10.0.0.255
58902026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58912026-07-19T04:18:18.533ZJul 19 04:18:17.389 INFO adding route 172.17.0.28/32 -> 10.0.0.255
58922026-07-19T04:18:18.533ZJul 19 04:18:17.389 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 } }]
58932026-07-19T04:18:18.534Ztest route::tests::delete_targets_full ... ok
58942026-07-19T04:18:18.534Z
58952026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58962026-07-19T04:18:18.534Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
58972026-07-19T04:18:18.534Z
58982026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
58992026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59002026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59012026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59022026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59032026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59042026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59052026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59062026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59072026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59082026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59092026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59102026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59112026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59122026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59132026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59142026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59152026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59162026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59172026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59182026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59192026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59202026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59212026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59222026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59232026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59242026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59252026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59262026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59272026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59282026-07-19T04:18:18.534ZJul 19 04:18:17.389 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 } }]
59292026-07-19T04:18:18.534ZJul 19 04:18:17.389 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59302026-07-19T04:18:18.535ZJul 19 04:18:17.389 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 } }]
59312026-07-19T04:18:18.535ZJul 19 04:18:17.389 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59322026-07-19T04:18:18.535ZJul 19 04:18:17.389 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 } }]
59332026-07-19T04:18:18.535ZJul 19 04:18:17.389 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59342026-07-19T04:18:18.535ZJul 19 04:18:17.389 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 } }]
59352026-07-19T04:18:18.535ZJul 19 04:18:17.389 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59362026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59372026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59382026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59392026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59402026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59412026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59422026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59432026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59442026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59452026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59462026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59472026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59482026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59492026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59502026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59512026-07-19T04:18:18.539ZJul 19 04:18:17.389 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59522026-07-19T04:18:18.539ZJul 19 04:18:17.389 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 } }]
59532026-07-19T04:18:18.539ZJul 19 04:18:17.395 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59542026-07-19T04:18:18.539ZJul 19 04:18:17.395 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 } }]
59552026-07-19T04:18:18.539ZJul 19 04:18:17.395 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59562026-07-19T04:18:18.539ZJul 19 04:18:17.395 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 } }]
59572026-07-19T04:18:18.539ZJul 19 04:18:17.395 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59582026-07-19T04:18:18.539ZJul 19 04:18:17.395 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 } }]
59592026-07-19T04:18:18.539ZJul 19 04:18:17.395 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59602026-07-19T04:18:18.539ZJul 19 04:18:17.395 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 } }]
59612026-07-19T04:18:18.539ZJul 19 04:18:17.395 DEBG failed to allocate space for the new target list
59622026-07-19T04:18:18.539ZJul 19 04:18:17.395 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 } }]
59632026-07-19T04:18:18.539Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a6c0000749d1ea8f)
59642026-07-19T04:18:18.539Z
59652026-07-19T04:18:18.539Zrunning 0 tests
59662026-07-19T04:18:18.540Z
59672026-07-19T04:18:18.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59682026-07-19T04:18:18.540Z
59692026-07-19T04:18:18.540Z Running unittests src/lib.rs (target/debug/deps/dpd_api-8530a30046b353e1)
59702026-07-19T04:18:18.540Z
59712026-07-19T04:18:18.540Zrunning 0 tests
59722026-07-19T04:18:18.540Z
59732026-07-19T04:18:18.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-07-19T04:18:18.540Z
59752026-07-19T04:18:18.540Z Running unittests src/lib.rs (target/debug/deps/dpd_client-67fa846cd8c46f0d)
59762026-07-19T04:18:18.540Z
59772026-07-19T04:18:18.540Zrunning 6 tests
59782026-07-19T04:18:18.540Ztest tests::test_full_lot_id_neither_present ... ok
59792026-07-19T04:18:18.540Ztest tests::test_full_lot_id_both_present ... ok
59802026-07-19T04:18:18.540Ztest tests::test_full_lot_id_lotnum_only ... ok
59812026-07-19T04:18:18.540Ztest tests::test_full_lot_id_lot_only ... ok
59822026-07-19T04:18:18.540Ztest tests::test_parse_client_port_id ... ok
59832026-07-19T04:18:18.540Ztest tests::test_port_id_cmp ... ok
59842026-07-19T04:18:18.540Z
59852026-07-19T04:18:18.540Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59862026-07-19T04:18:18.540Z
59872026-07-19T04:18:18.540Z Running tests/test_all.rs (target/debug/deps/test_all-b5a5b1684521af11)
59882026-07-19T04:18:18.540Z
59892026-07-19T04:18:18.540Zrunning 0 tests
59902026-07-19T04:18:18.540Z
59912026-07-19T04:18:18.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-07-19T04:18:18.540Z
59932026-07-19T04:18:18.540Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7a0206a3af5fc96f)
59942026-07-19T04:18:18.540Z
59952026-07-19T04:18:18.540Zrunning 0 tests
59962026-07-19T04:18:18.540Z
59972026-07-19T04:18:18.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-07-19T04:18:18.540Z
59992026-07-19T04:18:18.540Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9373ecd659b223f5)
60002026-07-19T04:18:18.540Z
60012026-07-19T04:18:18.540Zrunning 0 tests
60022026-07-19T04:18:18.540Z
60032026-07-19T04:18:18.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-07-19T04:18:18.541Z
60052026-07-19T04:18:18.541Z Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863)
60062026-07-19T04:18:18.541Z
60072026-07-19T04:18:18.541Zrunning 12 tests
60082026-07-19T04:18:18.541Ztest icmp::test_v6_checksum ... ok
60092026-07-19T04:18:18.541Ztest lldp::test_lldp_parse ... ok
60102026-07-19T04:18:18.541Ztest icmp::test_v4_checksum ... ok
60112026-07-19T04:18:18.541Ztest pbuf::test_byte ... ok
60122026-07-19T04:18:18.541Ztest ipv6::test_ipv6_parse ... ok
60132026-07-19T04:18:18.541Ztest pbuf::test_nibble ... ok
60142026-07-19T04:18:18.541Ztest pbuf::test_overflow ... ok
60152026-07-19T04:18:18.541Ztest pbuf::test_short ... ok
60162026-07-19T04:18:18.541Ztest pbuf::test_twelve ... ok
60172026-07-19T04:18:18.541Ztest pbuf::test_word ... ok
60182026-07-19T04:18:18.541Ztest tcp::test_checksum_ack_data ... ok
60192026-07-19T04:18:18.541Ztest tcp::test_checksum_syn_nodata ... ok
60202026-07-19T04:18:18.541Z
60212026-07-19T04:18:18.541Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60222026-07-19T04:18:18.541Z
60232026-07-19T04:18:18.541Z Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a)
60242026-07-19T04:18:18.541Z
60252026-07-19T04:18:18.541Zrunning 0 tests
60262026-07-19T04:18:18.541Z
60272026-07-19T04:18:18.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-07-19T04:18:18.541Z
60292026-07-19T04:18:18.541Z Running unittests src/main.rs (target/debug/deps/swadm-6a76ba078040eb8d)
60302026-07-19T04:18:18.541Z
60312026-07-19T04:18:18.541Zrunning 5 tests
60322026-07-19T04:18:18.541Ztest switchport::test::test_compute_lanes ... ok
60332026-07-19T04:18:18.541Ztest switchport::test::port_id_ordering ... ok
60342026-07-19T04:18:18.541Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
60352026-07-19T04:18:18.541Z Rx Loss-of-lock: Yes Lane 1Yes Lane 2 Yes Lane 3Yes
60362026-07-19T04:18:18.547Z
60372026-07-19T04:18:18.547Z Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes ActivatedYes
60382026-07-19T04:18:18.547ZActivated
60392026-07-19T04:18:18.547Z Rx CDR Enabled: Yes Rx Output Enabled: falseYes false Yesfalse Yesfalse
60402026-07-19T04:18:18.547Z
60412026-07-19T04:18:18.547Z Tx Enabled: Yes Rx Output Status: valid Yesvalid Yes validYes
60422026-07-19T04:18:18.547Zvalid
60432026-07-19T04:18:18.547Z Tx Loss-of-lock: No Rx Loss-of-lock: trueNo trueNo Notrue
60442026-07-19T04:18:18.547Z true Tx Loss-of-signal: No
60452026-07-19T04:18:18.547ZNo Rx Loss-of-signal: false No falseNo
60462026-07-19T04:18:18.547Z Tx CDR Enabled: No false Nofalse
60472026-07-19T04:18:18.547ZNo Rx Auto-squelch Disable: trueNo
60482026-07-19T04:18:18.547Z Tx Adaptive EQ Fault: Notrue true Notrue
60492026-07-19T04:18:18.547ZNo Tx Output Enabled: trueNo
60502026-07-19T04:18:18.547Ztrue Tx Fault: Yes true Yestrue
60512026-07-19T04:18:18.547ZYes Tx Output Status: invalid Yesinvalid
60522026-07-19T04:18:18.547Z invalid invalid
60532026-07-19T04:18:18.547Z Tx Loss-of-lock: false false false false
60542026-07-19T04:18:18.547Z Tx Loss-of-signal: true true true true
60552026-07-19T04:18:18.547ZTx Auto-squelch Disable: false false false false
60562026-07-19T04:18:18.547Z Tx Adaptive EQ Fail: true true true true
60572026-07-19T04:18:18.547Z Tx Failure: false false false false
60582026-07-19T04:18:18.547Z Tx Force Squelch: true true true true
60592026-07-19T04:18:18.547Z Tx Input Polarity: normal normal normal normal
60602026-07-19T04:18:18.547Ztest switchport::test::test_print_sff_datapath ... ok
60612026-07-19T04:18:18.547Ztest switchport::test::test_print_cmis_datapath ... ok
60622026-07-19T04:18:18.547Ztest link::test_filter ... ok
60632026-07-19T04:18:18.547Z
60642026-07-19T04:18:18.547Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60652026-07-19T04:18:18.547Z
60662026-07-19T04:18:18.547Z Running tests/counters.rs (target/debug/deps/counters-aade7befb6abb704)
60672026-07-19T04:18:18.547Z
60682026-07-19T04:18:18.547Zrunning 1 test
60692026-07-19T04:18:18.547Ztest test_p4_counter_list ... ignored
60702026-07-19T04:18:18.547Z
60712026-07-19T04:18:18.548Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60722026-07-19T04:18:18.548Z
60732026-07-19T04:18:18.548Z Running tests/port-link.rs (target/debug/deps/port_link-aa617c1f128fdf07)
60742026-07-19T04:18:18.548Z
60752026-07-19T04:18:18.548Zrunning 5 tests
60762026-07-19T04:18:18.548Ztest test_an ... ignored
60772026-07-19T04:18:18.548Ztest test_enable ... ignored
60782026-07-19T04:18:18.548Ztest test_ip_addresses ... ignored
60792026-07-19T04:18:18.548Ztest test_kr ... ignored
60802026-07-19T04:18:18.548Ztest test_mac ... ignored
60812026-07-19T04:18:18.548Z
60822026-07-19T04:18:18.548Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60832026-07-19T04:18:18.548Z
60842026-07-19T04:18:18.548Z Running unittests src/main.rs (target/debug/deps/tfportd-249e71d560d579e0)
60852026-07-19T04:18:18.548Z
60862026-07-19T04:18:18.548Zrunning 3 tests
60872026-07-19T04:18:18.548Ztest linklocal::test_parse_ipadm ... ok
60882026-07-19T04:18:18.548Ztest tfport::test_parse_tfport ... ok
60892026-07-19T04:18:18.548Ztest config::tests::test_updates ... ok
60902026-07-19T04:18:18.548Z
60912026-07-19T04:18:18.548Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60922026-07-19T04:18:18.548Z
60932026-07-19T04:18:18.548Z Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee)
60942026-07-19T04:18:18.548Z Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d)
60952026-07-19T04:18:18.548Z
60962026-07-19T04:18:18.548Z Doc-tests aal
60972026-07-19T04:18:18.548Zrunning 0 tests
60982026-07-19T04:18:18.548Z
60992026-07-19T04:18:18.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61002026-07-19T04:18:18.548Z
61012026-07-19T04:18:18.548Z
61022026-07-19T04:18:18.548Zrunning 0 tests
61032026-07-19T04:18:18.548Z
61042026-07-19T04:18:18.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052026-07-19T04:18:18.548Z
61062026-07-19T04:18:18.642Z
61072026-07-19T04:18:18.642Zrunning 0 tests
61082026-07-19T04:18:18.642Z
61092026-07-19T04:18:18.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-07-19T04:18:18.642Z
61112026-07-19T04:18:18.661Z Doc-tests aal_macros
61122026-07-19T04:18:18.728Z
61132026-07-19T04:18:18.728Zrunning 0 tests
61142026-07-19T04:18:18.728Z
61152026-07-19T04:18:18.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-07-19T04:18:18.728Z
61172026-07-19T04:18:18.740Z Doc-tests common
61182026-07-19T04:18:18.976Z
61192026-07-19T04:18:18.976Zrunning 0 tests
61202026-07-19T04:18:18.976Z
61212026-07-19T04:18:18.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-07-19T04:18:18.976Z
61232026-07-19T04:18:18.997Z Doc-tests dpd_api
61242026-07-19T04:18:19.752Z
61252026-07-19T04:18:19.752Zrunning 2 tests
61262026-07-19T04:18:19.752Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61272026-07-19T04:18:19.752Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61282026-07-19T04:18:19.752Z
61292026-07-19T04:18:19.752Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302026-07-19T04:18:19.752Z
61312026-07-19T04:18:19.784Z Doc-tests dpd_client
61322026-07-19T04:18:21.075Z
61332026-07-19T04:18:21.075Zrunning 0 tests
61342026-07-19T04:18:21.075Z
61352026-07-19T04:18:21.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-07-19T04:18:21.075Z
61372026-07-19T04:18:21.121Z Doc-tests dpd_types
61382026-07-19T04:18:21.334Z
61392026-07-19T04:18:21.335Zrunning 0 tests
61402026-07-19T04:18:21.335Z
61412026-07-19T04:18:21.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-07-19T04:18:21.338Z
61432026-07-19T04:18:21.361Z Doc-tests dpd_types_versions
61442026-07-19T04:18:22.566Z
61452026-07-19T04:18:22.566Zrunning 1 test
61462026-07-19T04:18:22.566Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61472026-07-19T04:18:22.566Z
61482026-07-19T04:18:22.567Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-07-19T04:18:22.567Z
61502026-07-19T04:18:22.609Z Doc-tests packet
61512026-07-19T04:18:22.723Z
61522026-07-19T04:18:22.723Zrunning 0 tests
61532026-07-19T04:18:22.723Z
61542026-07-19T04:18:22.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-07-19T04:18:22.723Z
61562026-07-19T04:18:22.741Z Doc-tests pcap
61572026-07-19T04:18:22.794Z
61582026-07-19T04:18:22.794Zrunning 0 tests
61592026-07-19T04:18:22.794Z
61602026-07-19T04:18:22.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-07-19T04:18:22.794Z
61622026-07-19T04:18:22.840Z+ for feat in tofino_stub tofino_asic softnpu chaos
61632026-07-19T04:18:22.840Z+ RUST_BACKTRACE=full
61642026-07-19T04:18:22.840Z+ cargo test --features softnpu --no-fail-fast
61652026-07-19T04:18:23.487Z Compiling num-integer v0.1.46
61662026-07-19T04:18:23.574Z Compiling num-complex v0.4.6
61672026-07-19T04:18:23.627Z Compiling bitstruct_derive v0.1.0
61682026-07-19T04:18:23.628Z Compiling tap v1.0.1
61692026-07-19T04:18:23.752Z Compiling wyz v0.5.1
61702026-07-19T04:18:23.874Z Compiling num-rational v0.4.2
61712026-07-19T04:18:23.912Z Compiling num-iter v0.1.45
61722026-07-19T04:18:23.946Z Compiling num-bigint v0.4.6
61732026-07-19T04:18:24.015Z Compiling radium v0.7.0
61742026-07-19T04:18:24.053Z Compiling funty v2.0.0
61752026-07-19T04:18:24.075Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61762026-07-19T04:18:24.114Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61772026-07-19T04:18:24.222Z Compiling num v0.4.3
61782026-07-19T04:18:24.306Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61792026-07-19T04:18:24.318Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61802026-07-19T04:18:24.329Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61812026-07-19T04:18:24.394Z Compiling bitvec v1.0.1
61822026-07-19T04:18:24.451Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-07-19T04:18:24.588Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61842026-07-19T04:18:24.627Z Compiling typeid v1.0.3
61852026-07-19T04:18:24.715Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-07-19T04:18:24.726Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-07-19T04:18:24.748Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-07-19T04:18:25.064Z Compiling ascii v1.1.0
61892026-07-19T04:18:25.488Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-07-19T04:18:25.538Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61912026-07-19T04:18:25.633Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-07-19T04:18:25.675Z Compiling erased-serde v0.4.8
61932026-07-19T04:18:25.839Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61942026-07-19T04:18:26.020Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61952026-07-19T04:18:26.059Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
61962026-07-19T04:18:26.092Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
61972026-07-19T04:18:26.166Z Compiling bitstruct v0.1.1
61982026-07-19T04:18:26.488Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
61992026-07-19T04:18:26.638Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-07-19T04:18:26.683Z Compiling serde_arrays v0.1.0
62012026-07-19T04:18:26.777Z Compiling libloading v0.7.4
62022026-07-19T04:18:26.892Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62032026-07-19T04:18:27.204Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-07-19T04:18:27.503Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62052026-07-19T04:18:27.740Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62062026-07-19T04:18:28.882Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62072026-07-19T04:18:29.723Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62082026-07-19T04:18:35.635Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-07-19T04:18:35.858Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62102026-07-19T04:18:35.858Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-07-19T04:18:35.863Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62122026-07-19T04:18:35.863Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62132026-07-19T04:18:36.473Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62142026-07-19T04:18:37.938Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62152026-07-19T04:18:38.354Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62162026-07-19T04:18:40.999Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62172026-07-19T04:18:41.549Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62182026-07-19T04:18:43.020Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62192026-07-19T04:18:45.165Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62202026-07-19T04:18:45.194Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62212026-07-19T04:18:46.082Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62222026-07-19T04:18:53.233Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62232026-07-19T04:18:55.299Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-07-19T04:18:58.836Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62252026-07-19T04:19:40.709Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
62262026-07-19T04:19:40.802Z Running unittests src/lib.rs (target/debug/deps/aal-e809b030a3f325dd)
62272026-07-19T04:19:40.805Z
62282026-07-19T04:19:40.805Zrunning 5 tests
62292026-07-19T04:19:40.805Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62302026-07-19T04:19:40.805Ztest fuse::tests::chip_revision_a0 ... ok
62312026-07-19T04:19:40.805Ztest fuse::tests::chip_revision_b1 ... ok
62322026-07-19T04:19:40.806Ztest fuse::tests::chip_revision_b0 ... ok
62332026-07-19T04:19:40.806Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62342026-07-19T04:19:40.806Z
62352026-07-19T04:19:40.806Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62362026-07-19T04:19:40.806Z
62372026-07-19T04:19:40.809Z Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7)
62382026-07-19T04:19:40.812Z
62392026-07-19T04:19:40.812Zrunning 0 tests
62402026-07-19T04:19:40.812Z
62412026-07-19T04:19:40.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-07-19T04:19:40.812Z
62432026-07-19T04:19:40.812Z Running unittests src/lib.rs (target/debug/deps/asic-850dd9f236b89849)
62442026-07-19T04:19:40.817Z
62452026-07-19T04:19:40.817Zrunning 0 tests
62462026-07-19T04:19:40.817Z
62472026-07-19T04:19:40.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-07-19T04:19:40.817Z
62492026-07-19T04:19:40.817Z Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353)
62502026-07-19T04:19:40.821Z
62512026-07-19T04:19:40.821Zrunning 10 tests
62522026-07-19T04:19:40.821Ztest nat::tests::test_vni ... ok
62532026-07-19T04:19:40.821Ztest network::tests::test_equal ... ok
62542026-07-19T04:19:40.821Ztest network::tests::test_eui64 ... ok
62552026-07-19T04:19:40.821Ztest network::tests::test_generate_ipv6_link_local ... ok
62562026-07-19T04:19:40.821Ztest network::tests::test_into ... ok
62572026-07-19T04:19:40.821Ztest network::tests::test_not_equal ... ok
62582026-07-19T04:19:40.825Ztest network::tests::test_to_string ... ok
62592026-07-19T04:19:40.825Ztest network::tests::test_parse ... ok
62602026-07-19T04:19:40.825Ztest test_purge ... ok
62612026-07-19T04:19:40.825Ztest illumos::test::address_exists_handles_missing_object ... ok
62622026-07-19T04:19:40.825Z
62632026-07-19T04:19:40.825Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62642026-07-19T04:19:40.825Z
62652026-07-19T04:19:40.828Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9f296bcc4e860110)
62662026-07-19T04:19:40.832Z
62672026-07-19T04:19:40.832Zrunning 1 test
62682026-07-19T04:19:40.836Z -------
62692026-07-19T04:19:40.837Z Generating OpenAPI documents from API definitions ...
62702026-07-19T04:19:40.976Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62712026-07-19T04:19:41.046Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62722026-07-19T04:19:42.536Z -------
62732026-07-19T04:19:42.536Z Checking 12 OpenAPI documents...
62742026-07-19T04:19:42.536Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-07-19T04:19:42.536Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-07-19T04:19:42.536Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-07-19T04:19:42.536Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-07-19T04:19:42.536Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-07-19T04:19:42.564Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-07-19T04:19:42.564Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-07-19T04:19:42.564Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-07-19T04:19:42.564Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-07-19T04:19:42.564Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-07-19T04:19:42.564Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-07-19T04:19:42.564Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-07-19T04:19:42.564Z Fresh dpd "latest" symlink
62872026-07-19T04:19:42.564Z -------
62882026-07-19T04:19:42.564Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62892026-07-19T04:19:42.564Ztest test::test_apis_up_to_date ... ok
62902026-07-19T04:19:42.565Z
62912026-07-19T04:19:42.565Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
62922026-07-19T04:19:42.565Z
62932026-07-19T04:19:42.565Z Running unittests src/main.rs (target/debug/deps/dpd-ec15981ee02df614)
62942026-07-19T04:19:42.565Z
62952026-07-19T04:19:42.565Zrunning 34 tests
62962026-07-19T04:19:42.565Ztest freemap::test_ordering ... ok
62972026-07-19T04:19:42.565Ztest config::tests::test_updates ... ok
62982026-07-19T04:19:42.565Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62992026-07-19T04:19:42.565Ztest freemap::test_split ... ok
63002026-07-19T04:19:42.565Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63012026-07-19T04:19:42.565Ztest macaddrs::tests::test_mac_offset ... ok
63022026-07-19T04:19:42.565Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63032026-07-19T04:19:42.565Ztest macaddrs::tests::test_parse_port_id ... ok
63042026-07-19T04:19:42.565Ztest nat::test_mapping ... ok
63052026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG created new freemap, unit: freemap_test
63062026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test
63072026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG reset freemap, Jul 19 04:19:41.110unit :DEBG freemap_testcreated new freemap
63082026-07-19T04:19:42.565Z, unit: freemap_test
63092026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test
63102026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG reset freemap, unit: freemap_test
63112026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG created new freemap, unit: freemap_test
63122026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test
63132026-07-19T04:19:42.565ZJul 19 04:19:41.110 DEBG reset freemap, unit: freemap_test
63142026-07-19T04:19:42.566Ztest freemap::test_reclaim ... ok
63152026-07-19T04:19:42.566ZJul 19 04:19:41.110 DEBG created new freemap, unit: freemap_test
63162026-07-19T04:19:42.566ZJul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test
63172026-07-19T04:19:42.566Ztest freemap::test_basic ... ok
63182026-07-19T04:19:42.566ZJul 19 04:19:41.110 DEBG reset freemap, unit: freemap_test
63192026-07-19T04:19:42.566Ztest freemap::test_exhaustion ... ok
63202026-07-19T04:19:42.566Ztest freemap::test_free ... ok
63212026-07-19T04:19:42.566Ztest port_map::tests::test_backplane_group ... ok
63222026-07-19T04:19:42.566Ztest port_map::tests::test_port_map ... ok
63232026-07-19T04:19:42.566Ztest port_map::tests::dump_map ... ok
63242026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG created new freemap, unit: freemap_test
63252026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG initted freemap. size: 8, unit: freemap_test
63262026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG reset freemap, unit: freemap_test
63272026-07-19T04:19:42.566Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63282026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG created new freemap, unit: freemap_test
63292026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG initted freemap. size: 128, unit: freemap_test
63302026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG reset freemap, unit: freemap_test
63312026-07-19T04:19:42.566Ztest freemap::test_span ... ok
63322026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG created new freemap, unit: freemap_route_ipv4
63332026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG created new freemap, unit: freemap_route_ipv6
63342026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63352026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG reset freemap, unit: freemap_route_ipv4
63362026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63372026-07-19T04:19:42.566ZJul 19 04:19:41.111 DEBG reset freemap, unit: freemap_route_ipv6
63382026-07-19T04:19:42.566ZJul 19 04:19:41.111 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63392026-07-19T04:19:42.566ZJul 19 04:19:41.111 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 } }]
63402026-07-19T04:19:42.566ZJul 19 04:19:41.111 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63412026-07-19T04:19:42.566ZJul 19 04:19:41.111 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 } }]
63422026-07-19T04:19:42.567Ztest api_server::tests::test_build_info ... ok
63432026-07-19T04:19:42.567ZJul 19 04:19:41.112 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63442026-07-19T04:19:42.567ZJul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }]
63452026-07-19T04:19:42.567ZDEBG created new freemapJul 19 04:19:41.112, unitINFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4
63462026-07-19T04:19:42.567Z
63472026-07-19T04:19:42.567ZJul 19 04:19:41.112 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:19:41.112
63482026-07-19T04:19:42.567Z DEBG created new freemapJul 19 04:19:41.112, unitINFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv6
63492026-07-19T04:19:42.567Z
63502026-07-19T04:19:42.567ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
63512026-07-19T04:19:42.567Z, unit: Jul 19 04:19:41.112freemap_route_ipv4
63522026-07-19T04:19:42.567ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63532026-07-19T04:19:42.567ZJul 19 04:19:41.112 DEBG Jul 19 04:19:41.112reset freemap , DEBGunit :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 } }]
63542026-07-19T04:19:42.567Zfreemap_route_ipv4
63552026-07-19T04:19:42.567ZJul 19 04:19:41.112 Jul 19 04:19:41.112INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63562026-07-19T04:19:42.567Zinitted freemap. size: 64, unit:Jul 19 04:19:41.112 freemap_route_ipv6DEBG
63572026-07-19T04:19:42.567Z 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 } }]
63582026-07-19T04:19:42.567ZJul 19 04:19:41.112 DEBG Jul 19 04:19:41.112reset freemap , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63592026-07-19T04:19:42.567Zfreemap_route_ipv6
63602026-07-19T04:19:42.567ZJul 19 04:19:41.112 DEBGJul 19 04:19:41.112 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
63612026-07-19T04:19:42.567Z adding route 3fff:dead::/64 -> 2001:db8::55:1
63622026-07-19T04:19:42.567ZJul 19 04:19:41.112 INFOJul 19 04:19:41.112 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
63632026-07-19T04:19:42.567Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63642026-07-19T04:19:42.567ZJul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }]
63652026-07-19T04:19:42.567ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63662026-07-19T04:19:42.567ZJul 19 04:19:41.112 INFO Jul 19 04:19:41.112adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63672026-07-19T04:19:42.567ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.112
63682026-07-19T04:19:42.568Z 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 } }]
63692026-07-19T04:19:42.568ZJul 19 04:19:41.112 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:19:41.112
63702026-07-19T04:19:42.568Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63712026-07-19T04:19:42.568ZJul 19 04:19:41.112 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:19:41.112
63722026-07-19T04:19:42.568Z 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 } }]
63732026-07-19T04:19:42.568ZJul 19 04:19:41.112 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:19:41.112
63742026-07-19T04:19:42.568Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63752026-07-19T04:19:42.568ZJul 19 04:19:41.112 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:19:41.112
63762026-07-19T04:19:42.568Z 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 } }]
63772026-07-19T04:19:42.568ZJul 19 04:19:41.112 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:19:41.112
63782026-07-19T04:19:42.568Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63792026-07-19T04:19:42.576ZJul 19 04:19:41.112 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:19:41.112
63802026-07-19T04:19:42.576Z 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.112
63812026-07-19T04:19:42.576Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63822026-07-19T04:19:42.576ZJul 19 04:19:41.112 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:19:41.112
63832026-07-19T04:19:42.576Z 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:19:41.112
63842026-07-19T04:19:42.576Ztest port_map::tests::parse_softnpu_revision ... ok
63852026-07-19T04:19:42.576Z 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 } }]
63862026-07-19T04:19:42.576ZJul 19 04:19:41.112 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:19:41.112
63872026-07-19T04:19:42.576Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63882026-07-19T04:19:42.576ZJul 19 04:19:41.112 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.112
63892026-07-19T04:19:42.576Z 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 } }]Jul 19 04:19:41.112
63902026-07-19T04:19:42.576Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:19:41.112
63912026-07-19T04:19:42.576Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63922026-07-19T04:19:42.576ZJul 19 04:19:41.112 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.112
63932026-07-19T04:19:42.576Z 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 } }]Jul 19 04:19:41.112
63942026-07-19T04:19:42.576Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:19:41.112
63952026-07-19T04:19:42.576Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63962026-07-19T04:19:42.576ZJul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }]
63972026-07-19T04:19:42.576ZDEBG 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 } }]
63982026-07-19T04:19:42.577ZJul 19 04:19:41.112 INFOJul 19 04:19:41.112 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
63992026-07-19T04:19:42.577Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64002026-07-19T04:19:42.577ZJul 19 04:19:41.112 DEBGJul 19 04:19:41.112 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
64012026-07-19T04:19:42.577Z 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 } }]
64022026-07-19T04:19:42.577ZJul 19 04:19:41.112 Jul 19 04:19:41.112INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64032026-07-19T04:19:42.577Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64042026-07-19T04:19:42.577ZJul 19 04:19:41.112 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:19:41.112
64052026-07-19T04:19:42.577Z DEBG Jul 19 04:19:41.112replacing 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 } }]
64062026-07-19T04:19:42.577ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64072026-07-19T04:19:42.577ZJul 19 04:19:41.112 INFOJul 19 04:19:41.112 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
64082026-07-19T04:19:42.577Z 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 } }]
64092026-07-19T04:19:42.577ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64102026-07-19T04:19:42.577Z
64112026-07-19T04:19:42.577ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64122026-07-19T04:19:42.577Z
64132026-07-19T04:19:42.577ZJul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBGJul 19 04:19:41.112 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
64142026-07-19T04:19:42.577Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffcreated new freemap
64152026-07-19T04:19:42.577Z, unit: freemap_route_ipv4
64162026-07-19T04:19:42.577ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
64172026-07-19T04:19:42.577Z, unit: freemap_route_ipv6
64182026-07-19T04:19:42.577ZJul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
64192026-07-19T04:19:42.577Z, unit:Jul 19 04:19:41.112 freemap_route_ipv4DEBG
64202026-07-19T04:19:42.577Z 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 } }]
64212026-07-19T04:19:42.577ZJul 19 04:19:41.112 DEBG reset freemapJul 19 04:19:41.112, unitINFO: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv4
64222026-07-19T04:19:42.577Z
64232026-07-19T04:19:42.577ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
64242026-07-19T04:19:42.578Z, unit: freemap_route_ipv6Jul 19 04:19:41.112
64252026-07-19T04:19:42.578Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64262026-07-19T04:19:42.578ZJul 19 04:19:41.112 DEBGJul 19 04:19:41.112 reset freemapDEBG, unitreplacing 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 } }]:
64272026-07-19T04:19:42.578Z freemap_route_ipv6
64282026-07-19T04:19:42.578ZJul 19 04:19:41.112Jul 19 04:19:41.112 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
64292026-07-19T04:19:42.578Z
64302026-07-19T04:19:42.578ZJul 19 04:19:41.112 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 } }]
64312026-07-19T04:19:42.578ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
64322026-07-19T04:19:42.578Z
64332026-07-19T04:19:42.578ZJul 19 04:19:41.112 Jul 19 04:19:41.112DEBG INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64342026-07-19T04:19:42.578Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64352026-07-19T04:19:42.578ZJul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBG adding route 3fff:beef:1::/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 } }]
64362026-07-19T04:19:42.578Z
64372026-07-19T04:19:42.578ZJul 19 04:19:41.112Jul 19 04:19:41.112 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64382026-07-19T04:19:42.578Z
64392026-07-19T04:19:42.578ZJul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBG adding route 3fff:beef:2::/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 } }]
64402026-07-19T04:19:42.578Z
64412026-07-19T04:19:42.578ZDEBG created new freemapJul 19 04:19:41.112Jul 19 04:19:41.112, Jul 19 04:19:41.112DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64422026-07-19T04:19:42.578ZDEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64432026-07-19T04:19:42.578Zunitcreated new freemap: freemap_route_ipv4, Jul 19 04:19:41.112
64442026-07-19T04:19:42.578ZJul 19 04:19:41.112unit INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG:
64452026-07-19T04:19:42.578Zfreemap_route_ipv4replacing 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:19:41.112
64462026-07-19T04:19:42.578Z
64472026-07-19T04:19:42.578Z DEBG created new freemapJul 19 04:19:41.112Jul 19 04:19:41.112 , INFOunit DEBGJul 19 04:19:41.112: adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64482026-07-19T04:19:42.578Zfreemap_route_ipv6created new freemap
64492026-07-19T04:19:42.578Z , unitJul 19 04:19:41.112 :DEBGJul 19 04:19:41.112 freemap_route_ipv6DEBGDEBG
64502026-07-19T04:19:42.578Z 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: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 } }]
64512026-07-19T04:19:42.579Zinitted freemap. size: 64
64522026-07-19T04:19:42.579Z, unitJul 19 04:19:41.112: Jul 19 04:19:41.112DEBGJul 19 04:19:41.112 initted freemap. size: 64INFO , freemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunitINFO
64532026-07-19T04:19:42.579Z:
64542026-07-19T04:19:42.579Z adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4Jul 19 04:19:41.112
64552026-07-19T04:19:42.579ZJul 19 04:19:41.112
64562026-07-19T04:19:42.579ZDEBG 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 } }]reset freemap
64572026-07-19T04:19:42.579ZJul 19 04:19:41.112Jul 19 04:19:41.112 , DEBGunit reset freemapDEBG:, Jul 19 04:19:41.112replacing 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 } }]
64582026-07-19T04:19:42.579ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4unit
64592026-07-19T04:19:42.579Z:
64602026-07-19T04:19:42.579ZJul 19 04:19:41.112 freemap_route_ipv4INFO
64612026-07-19T04:19:42.579Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64622026-07-19T04:19:42.579ZJul 19 04:19:41.112 Jul 19 04:19:41.112Jul 19 04:19:41.112DEBG 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 } }]initted freemap. size: 64DEBGJul 19 04:19:41.112
64632026-07-19T04:19:42.579Z, unit initted freemap. size: 64:, DEBGJul 19 04:19:41.112unit replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO: freemap_route_ipv6
64642026-07-19T04:19:42.579Zadding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6
64652026-07-19T04:19:42.579Z
64662026-07-19T04:19:42.579Z
64672026-07-19T04:19:42.579ZJul 19 04:19:41.112 Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBGDEBG 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 } }]
64682026-07-19T04:19:42.579ZDEBGreset freemap reset freemap, adding route 3fff:beef:6::/64 -> 2001:db8::55:ff, unit
64692026-07-19T04:19:42.579ZJul 19 04:19:41.112: INFOfreemap_route_ipv6Jul 19 04:19:41.112
64702026-07-19T04:19:42.579Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit
64712026-07-19T04:19:42.579Z: freemap_route_ipv6DEBG
64722026-07-19T04:19:42.579ZJul 19 04:19:41.112 Jul 19 04:19:41.112DEBG 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 } }]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 } }] Jul 19 04:19:41.112
64732026-07-19T04:19:42.579Z
64742026-07-19T04:19:42.579Zadding route 3fff:dead::/64 -> 2001:db8::55:1
64752026-07-19T04:19:42.579ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.112
64762026-07-19T04:19:42.579ZJul 19 04:19:41.112Jul 19 04:19:41.112 INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
64772026-07-19T04:19:42.579Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:7::/64 -> 2001:db8::55:ff
64782026-07-19T04:19:42.579Z
64792026-07-19T04:19:42.585ZJul 19 04:19:41.112 Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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
64802026-07-19T04:19:42.585Z
64812026-07-19T04:19:42.585Zreplacing 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 } }]
64822026-07-19T04:19:42.585Z
64832026-07-19T04:19:42.585ZJul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64842026-07-19T04:19:42.585Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64852026-07-19T04:19:42.585Z
64862026-07-19T04:19:42.585ZJul 19 04:19:41.112 Jul 19 04:19:41.112DEBGJul 19 04:19:41.112 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
64872026-07-19T04:19:42.585Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64882026-07-19T04:19:42.585Z
64892026-07-19T04:19:42.585ZJul 19 04:19:41.112 INFOJul 19 04:19:41.112 Jul 19 04:19:41.112adding route 3fff:dead::/64 -> 2001:db8::55:1
64902026-07-19T04:19:42.585Z INFO INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64912026-07-19T04:19:42.585Z
64922026-07-19T04:19:42.585ZJul 19 04:19:41.112 DEBGJul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112DEBG
64932026-07-19T04:19:42.585Zreplacing 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
64942026-07-19T04:19:42.586Z 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 } }]
64952026-07-19T04:19:42.586ZJul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
64962026-07-19T04:19:42.586Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
64972026-07-19T04:19:42.586Z
64982026-07-19T04:19:42.586ZJul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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.112
64992026-07-19T04:19:42.586Z 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 } }, NextHop { asic_port_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: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 } }]
65002026-07-19T04:19:42.586Z
65012026-07-19T04:19:42.586ZJul 19 04:19:41.112Jul 19 04:19:41.112 Jul 19 04:19:41.112 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65022026-07-19T04:19:42.586Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
65032026-07-19T04:19:42.586ZJul 19 04:19:41.112 Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFO 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65042026-07-19T04:19:42.586Zreplacing 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 } }]
65052026-07-19T04:19:42.586Z
65062026-07-19T04:19:42.586ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65072026-07-19T04:19:42.586Z
65082026-07-19T04:19:42.586Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65092026-07-19T04:19:42.586ZJul 19 04:19:41.113 Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBG 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 } }] adding route 3fff:beef:14::/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 } }]
65102026-07-19T04:19:42.586Z
65112026-07-19T04:19:42.586Z
65122026-07-19T04:19:42.586ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBG INFO adding route 3fff:beef:d::/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 } }]
65132026-07-19T04:19:42.586Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65142026-07-19T04:19:42.586Z
65152026-07-19T04:19:42.586ZJul 19 04:19:41.113Jul 19 04:19:41.113 DEBGDEBGJul 19 04:19:41.113 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 } }]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 } }]
65162026-07-19T04:19:42.586Z
65172026-07-19T04:19:42.586Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65182026-07-19T04:19:42.586ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFO INFODEBG adding route 3fff:beef:3::/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 } }]
65192026-07-19T04:19:42.586Z
65202026-07-19T04:19:42.586Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
65212026-07-19T04:19:42.587Z Jul 19 04:19:41.113INFO DEBG adding route 3fff:beef:16::/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 } }]
65222026-07-19T04:19:42.587ZJul 19 04:19:41.113
65232026-07-19T04:19:42.587Z 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:19:41.113Jul 19 04:19:41.113
65242026-07-19T04:19:42.587ZINFO DEBGadding route 3fff:beef:4::/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 } }]
65252026-07-19T04:19:42.587Z
65262026-07-19T04:19:42.587ZJul 19 04:19:41.113 INFOJul 19 04:19:41.113 Jul 19 04:19:41.113DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
65272026-07-19T04:19:42.587Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65282026-07-19T04:19:42.587Zreplacing 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.113
65292026-07-19T04:19:42.587Z 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 } }]
65302026-07-19T04:19:42.587ZJul 19 04:19:41.113 Jul 19 04:19:41.113INFO Jul 19 04:19:41.113 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
65312026-07-19T04:19:42.587Z INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65322026-07-19T04:19:42.587Z
65332026-07-19T04:19:42.587ZJul 19 04:19:41.113 DEBGJul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFOreplacing 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: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 } }]
65342026-07-19T04:19:42.587Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65352026-07-19T04:19:42.587Z
65362026-07-19T04:19:42.587ZJul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFOJul 19 04:19:41.113 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65372026-07-19T04:19:42.587Zreplacing 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 } }]
65382026-07-19T04:19:42.587Z
65392026-07-19T04:19:42.587ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG INFODEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65402026-07-19T04:19:42.587Z 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 } }]
65412026-07-19T04:19:42.587Z
65422026-07-19T04:19:42.587ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65432026-07-19T04:19:42.587Zreplacing 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 } }]
65442026-07-19T04:19:42.587ZINFO Jul 19 04:19:41.113adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
65452026-07-19T04:19:42.587Z INFODEBG adding route 3fff:beef:1a::/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 } }]
65462026-07-19T04:19:42.587ZJul 19 04:19:41.113
65472026-07-19T04:19:42.587Z 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 } }]
65482026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBGINFO INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65492026-07-19T04:19:42.588Z
65502026-07-19T04:19:42.588Z
65512026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBG DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65522026-07-19T04:19:42.588Z
65532026-07-19T04:19:42.588Zreplacing 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 } }]
65542026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65552026-07-19T04:19:42.588Z
65562026-07-19T04:19:42.588Z
65572026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFODEBG 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65582026-07-19T04:19:42.588Z
65592026-07-19T04:19:42.588Zreplacing 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 } }]
65602026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO
65612026-07-19T04:19:42.588Zreplacing 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:15::/64 -> 2001:db8::55:ff
65622026-07-19T04:19:42.588Z
65632026-07-19T04:19:42.588ZJul 19 04:19:41.113 Jul 19 04:19:41.113DEBGJul 19 04:19:41.113 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
65642026-07-19T04:19:42.588Z
65652026-07-19T04:19:42.588Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65662026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFOINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65672026-07-19T04:19:42.588Z
65682026-07-19T04:19:42.588Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65692026-07-19T04:19:42.588ZJul 19 04:19:41.113 Jul 19 04:19:41.113INFO Jul 19 04:19:41.113 DEBGDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65702026-07-19T04:19:42.588Z
65712026-07-19T04:19:42.588Zreplacing 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 } }]
65722026-07-19T04:19:42.588ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG 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 } }]INFOINFO
65732026-07-19T04:19:42.588Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65742026-07-19T04:19:42.588Z
65752026-07-19T04:19:42.588ZJul 19 04:19:41.113 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
65762026-07-19T04:19:42.589ZJul 19 04:19:41.113 DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65772026-07-19T04:19:42.589Zreplacing 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:19:41.113
65782026-07-19T04:19:42.589Z 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 } }]
65792026-07-19T04:19:42.595ZJul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
65802026-07-19T04:19:42.595Z
65812026-07-19T04:19:42.595Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65822026-07-19T04:19:42.595ZJul 19 04:19:41.113Jul 19 04:19:41.113 DEBGDEBGJul 19 04:19:41.113 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65832026-07-19T04:19:42.595ZDEBG
65842026-07-19T04:19:42.595Z 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 } }]
65852026-07-19T04:19:42.595ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFO INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65862026-07-19T04:19:42.596Z
65872026-07-19T04:19:42.596Z
65882026-07-19T04:19:42.596ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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: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 } }]
65892026-07-19T04:19:42.596Z
65902026-07-19T04:19:42.596Z
65912026-07-19T04:19:42.596ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65922026-07-19T04:19:42.596Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65932026-07-19T04:19:42.596Z
65942026-07-19T04:19:42.596ZJul 19 04:19:41.113 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 } }]Jul 19 04:19:41.113
65952026-07-19T04:19:42.596ZJul 19 04:19:41.113 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.113replacing 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 } }]
65962026-07-19T04:19:42.596Z INFO
65972026-07-19T04:19:42.596Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
65982026-07-19T04:19:42.596Z INFOJul 19 04:19:41.113 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
65992026-07-19T04:19:42.596ZJul 19 04:19:41.113 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
66002026-07-19T04:19:42.596ZDEBG 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 } }]Jul 19 04:19:41.113
66012026-07-19T04:19:42.596ZDEBG 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 } }]
66022026-07-19T04:19:42.596ZDEBG Jul 19 04:19:41.113replacing 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 } }]
66032026-07-19T04:19:42.596ZINFO Jul 19 04:19:41.113adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66042026-07-19T04:19:42.596ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66052026-07-19T04:19:42.596ZJul 19 04:19:41.113 Jul 19 04:19:41.113DEBGJul 19 04:19:41.113 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
66062026-07-19T04:19:42.596Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66072026-07-19T04:19:42.596ZDEBG Jul 19 04:19:41.113replacing 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 } }]
66082026-07-19T04:19:42.596ZJul 19 04:19:41.113INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66092026-07-19T04:19:42.596Zreplacing 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 } }]
66102026-07-19T04:19:42.596ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66112026-07-19T04:19:42.597Z
66122026-07-19T04:19:42.597Zreplacing 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 } }]
66132026-07-19T04:19:42.597ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113 INFODEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66142026-07-19T04:19:42.597Zreplacing 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 } }]
66152026-07-19T04:19:42.597Z
66162026-07-19T04:19:42.597ZJul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBGJul 19 04:19:41.113 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 } }]Jul 19 04:19:41.113
66172026-07-19T04:19:42.597Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
66182026-07-19T04:19:42.597ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffcreated new freemap
66192026-07-19T04:19:42.597ZJul 19 04:19:41.113 INFOJul 19 04:19:41.113 , adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunitJul 19 04:19:41.113
66202026-07-19T04:19:42.597Z : DEBGfreemap_route_ipv4DEBG
66212026-07-19T04:19:42.597Zreplacing 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: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.113
66222026-07-19T04:19:42.597Z
66232026-07-19T04:19:42.597Z DEBGJul 19 04:19:41.113 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66242026-07-19T04:19:42.597ZJul 19 04:19:41.113Jul 19 04:19:41.113 created new freemapJul 19 04:19:41.113INFO , unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: INFO
66252026-07-19T04:19:42.597Zfreemap_route_ipv6INFO
66262026-07-19T04:19:42.597Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
66272026-07-19T04:19:42.597Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
66282026-07-19T04:19:42.597Z 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.113
66292026-07-19T04:19:42.597ZJul 19 04:19:41.113Jul 19 04:19:41.113 DEBGDEBG DEBGinitted freemap. size: 64Jul 19 04:19:41.113, unitINFO: adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66302026-07-19T04:19:42.597Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66312026-07-19T04:19:42.597Z
66322026-07-19T04:19:42.597Zfreemap_route_ipv4
66332026-07-19T04:19:42.597ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBG DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
66342026-07-19T04:19:42.597ZINFO, adding route 3fff:beef:15::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff:
66352026-07-19T04:19:42.597Z
66362026-07-19T04:19:42.597Zfreemap_route_ipv4Jul 19 04:19:41.113
66372026-07-19T04:19:42.597Ztest route::tests::grow_succeeds ... ok
66382026-07-19T04:19:42.598Z Jul 19 04:19:41.113 INFODEBG Jul 19 04:19:41.113replacing 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:19:41.113 DEBG
66392026-07-19T04:19:42.598Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffinitted freemap. size: 64DEBG, unit :
66402026-07-19T04:19:42.598Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
66412026-07-19T04:19:42.598Z
66422026-07-19T04:19:42.598ZJul 19 04:19:41.113 INFO Jul 19 04:19:41.113Jul 19 04:19:41.113adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 19 04:19:41.113
66432026-07-19T04:19:42.598ZDEBGDEBG 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 } }] reset freemap
66442026-07-19T04:19:42.598ZINFOJul 19 04:19:41.113, unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66452026-07-19T04:19:42.598ZDEBGJul 19 04:19:41.113 :INFO freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66462026-07-19T04:19:42.598Zreplacing 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 } }]
66472026-07-19T04:19:42.598Z
66482026-07-19T04:19:42.598ZJul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBG Jul 19 04:19:41.113 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
66492026-07-19T04:19:42.598ZDEBG
66502026-07-19T04:19:42.598ZINFO 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:17::/64 -> 2001:db8::55:ffJul 19 04:19:41.113
66512026-07-19T04:19:42.598Z INFOJul 19 04:19:41.113
66522026-07-19T04:19:42.598Z DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Jul 19 04:19:41.113
66532026-07-19T04:19:42.598Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.113
66542026-07-19T04:19:42.598Z DEBGINFO Jul 19 04:19:41.113 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:2b::/64 -> 2001:db8::55:ffJul 19 04:19:41.113DEBG
66552026-07-19T04:19:42.598ZDEBG
66562026-07-19T04:19:42.598Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
66572026-07-19T04:19:42.598Zreplacing 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 } }]
66582026-07-19T04:19:42.598ZJul 19 04:19:41.113Jul 19 04:19:41.113 DEBGJul 19 04:19:41.113 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 } }]INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66592026-07-19T04:19:42.598Z
66602026-07-19T04:19:42.598Z
66612026-07-19T04:19:42.598ZJul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO 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
66622026-07-19T04:19:42.598Z
66632026-07-19T04:19:42.598Z
66642026-07-19T04:19:42.598ZJul 19 04:19:41.114Jul 19 04:19:41.114 Jul 19 04:19:41.114INFO DEBG adding route 3fff:beef:25::/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 } }]INFO
66652026-07-19T04:19:42.599Z
66662026-07-19T04:19:42.599Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66672026-07-19T04:19:42.599ZJul 19 04:19:41.114Jul 19 04:19:41.114Jul 19 04:19:41.114 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
66682026-07-19T04:19:42.599Z
66692026-07-19T04:19:42.599ZDEBG 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.114
66702026-07-19T04:19:42.599Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
66712026-07-19T04:19:42.599Z Jul 19 04:19:41.114 INFODEBGJul 19 04:19:41.114 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:1a::/64 -> 2001:db8::55:ff
66722026-07-19T04:19:42.599ZDEBG
66732026-07-19T04:19:42.599Zreplacing 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 } }]
66742026-07-19T04:19:42.599ZJul 19 04:19:41.114Jul 19 04:19:41.114 Jul 19 04:19:41.114 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
66752026-07-19T04:19:42.599Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66762026-07-19T04:19:42.599Zreplacing 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.114Jul 19 04:19:41.114
66772026-07-19T04:19:42.599Z 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 } }]DEBG
66782026-07-19T04:19:42.599Z Jul 19 04:19:41.114replacing 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 } }]
66792026-07-19T04:19:42.842ZINFOJul 19 04:19:41.114 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Jul 19 04:19:41.114
66802026-07-19T04:19:42.842Z INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66812026-07-19T04:19:42.842ZJul 19 04:19:41.114adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66822026-07-19T04:19:42.842ZDEBG Jul 19 04:19:41.114 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66832026-07-19T04:19:42.842Z Jul 19 04:19:41.114replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66842026-07-19T04:19:42.842ZDEBGJul 19 04:19:41.114 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66852026-07-19T04:19:42.842Z Jul 19 04:19:41.114adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO
66862026-07-19T04:19:42.842Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
66872026-07-19T04:19:42.842Z INFOJul 19 04:19:41.114 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:19:41.114DEBG
66882026-07-19T04:19:42.842Z 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 } }]
66892026-07-19T04:19:42.843Zreplacing 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 } }]
66902026-07-19T04:19:42.843ZJul 19 04:19:41.114 Jul 19 04:19:41.114Jul 19 04:19:41.114 DEBG INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66912026-07-19T04:19:42.843Z
66922026-07-19T04:19:42.843Zreplacing 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 } }]
66932026-07-19T04:19:42.843ZJul 19 04:19:41.114Jul 19 04:19:41.114Jul 19 04:19:41.114 INFO DEBGDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66942026-07-19T04:19:42.843Zreplacing 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: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 } }]
66952026-07-19T04:19:42.843Z
66962026-07-19T04:19:42.843ZJul 19 04:19:41.114 DEBG Jul 19 04:19:41.114replacing 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 } }]
66972026-07-19T04:19:42.843ZJul 19 04:19:41.114INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
66982026-07-19T04:19:42.843Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66992026-07-19T04:19:42.843ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67002026-07-19T04:19:42.843ZJul 19 04:19:41.114 DEBGJul 19 04:19:41.114 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 } }]DEBGJul 19 04:19:41.114
67012026-07-19T04:19:42.843ZDEBGreplacing 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 } }]
67022026-07-19T04:19:42.843Zreplacing 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:19:41.114
67032026-07-19T04:19:42.843Z INFO Jul 19 04:19:41.114adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67042026-07-19T04:19:42.843ZINFOJul 19 04:19:41.114 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67052026-07-19T04:19:42.843ZINFOJul 19 04:19:41.114 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67062026-07-19T04:19:42.843ZJul 19 04:19:41.114replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
67072026-07-19T04:19:42.843Z Jul 19 04:19:41.114 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67082026-07-19T04:19:42.843ZJul 19 04:19:41.114 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 } }]INFO
67092026-07-19T04:19:42.843ZJul 19 04:19:41.114 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67102026-07-19T04:19:42.843Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
67112026-07-19T04:19:42.843Z INFOJul 19 04:19:41.114Jul 19 04:19:41.114 DEBGDEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67122026-07-19T04:19:42.843Z
67132026-07-19T04:19:42.843Zreplacing 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 } }]
67142026-07-19T04:19:42.843ZJul 19 04:19:41.114Jul 19 04:19:41.114Jul 19 04:19:41.114 INFOINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67152026-07-19T04:19:42.843Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67162026-07-19T04:19:42.843Z
67172026-07-19T04:19:42.843ZJul 19 04:19:41.114 DEBGJul 19 04:19:41.114 Jul 19 04:19:41.114 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 } }] DEBGINFO
67182026-07-19T04:19:42.843Z 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:35::/64 -> 2001:db8::55:ff
67192026-07-19T04:19:42.843Z
67202026-07-19T04:19:42.843ZJul 19 04:19:41.114 INFOJul 19 04:19:41.114 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
67212026-07-19T04:19:42.843ZJul 19 04:19:41.114 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 } }]INFOJul 19 04:19:41.114
67222026-07-19T04:19:42.843Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
67232026-07-19T04:19:42.844Z 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.114
67242026-07-19T04:19:42.844ZINFOJul 19 04:19:41.114 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
67252026-07-19T04:19:42.844Z Jul 19 04:19:41.114replacing 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 } }]
67262026-07-19T04:19:42.844ZINFOJul 19 04:19:41.114 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67272026-07-19T04:19:42.844Zreplacing 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 } }]
67282026-07-19T04:19:42.844ZJul 19 04:19:41.114 Jul 19 04:19:41.114Jul 19 04:19:41.114 DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
67292026-07-19T04:19:42.844Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67302026-07-19T04:19:42.844Z
67312026-07-19T04:19:42.844ZJul 19 04:19:41.114 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
67322026-07-19T04:19:42.844Z Jul 19 04:19:41.114DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67332026-07-19T04:19:42.844Z Jul 19 04:19:41.114replacing 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
67342026-07-19T04:19:42.844Z Jul 19 04:19:41.114replacing 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 } }]
67352026-07-19T04:19:42.844ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
67362026-07-19T04:19:42.844Z Jul 19 04:19:41.114 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
67372026-07-19T04:19:42.844Z
67382026-07-19T04:19:42.844ZDEBG Jul 19 04:19:41.114replacing 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.114 DEBGDEBG
67392026-07-19T04:19:42.844Zreplacing 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 } }]
67402026-07-19T04:19:42.844Zreplacing 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 } }]
67412026-07-19T04:19:42.844ZJul 19 04:19:41.114 Jul 19 04:19:41.114Jul 19 04:19:41.114INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
67422026-07-19T04:19:42.844Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
67432026-07-19T04:19:42.844Z Jul 19 04:19:41.114 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
67442026-07-19T04:19:42.844Z 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:19:41.114
67452026-07-19T04:19:42.844Z DEBG Jul 19 04:19:41.114replacing 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 } }]
67462026-07-19T04:19:42.844ZJul 19 04:19:41.114 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
67472026-07-19T04:19:42.844Z
67482026-07-19T04:19:42.844ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:19:41.114
67492026-07-19T04:19:42.844Z Jul 19 04:19:41.114INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.115
67502026-07-19T04:19:42.844Z DEBGJul 19 04:19:41.114Jul 19 04:19:41.473 created new freemapINFO, DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffcreated new freemap
67512026-07-19T04:19:42.844Zunit, unit:Jul 19 04:19:41.115 Jul 19 04:19:41.473freemap_route_ipv4 DEBG
67522026-07-19T04:19:42.844Z DEBG: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
67532026-07-19T04:19:42.844Z
67542026-07-19T04:19:42.844Zcreated new freemap, Jul 19 04:19:41.473Jul 19 04:19:41.473 DEBGINFO unitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
67552026-07-19T04:19:42.844Z created new freemapfreemap_route_ipv4Jul 19 04:19:41.473, unit :
67562026-07-19T04:19:42.844Z Jul 19 04:19:41.473freemap_route_ipv6
67572026-07-19T04:19:42.844ZDEBGDEBG 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 } }]
67582026-07-19T04:19:42.844Zcreated new freemapJul 19 04:19:41.473, unitJul 19 04:19:41.473DEBG Jul 19 04:19:41.473:INFO initted freemap. size: 64 , DEBGunit :adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap freemap_route_ipv6, freemap_route_ipv4
67592026-07-19T04:19:42.844Zunit:
67602026-07-19T04:19:42.844Z
67612026-07-19T04:19:42.845Zfreemap_route_ipv6
67622026-07-19T04:19:42.845ZJul 19 04:19:41.473Jul 19 04:19:41.473 DEBGDEBG reset freemap , Jul 19 04:19:41.473unitinitted freemap. size: 64:Jul 19 04:19:41.473
67632026-07-19T04:19:42.845Z DEBG , freemap_route_ipv4replacing 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 } }]
67642026-07-19T04:19:42.845Z
67652026-07-19T04:19:42.845ZDEBGunit: freemap_route_ipv4
67662026-07-19T04:19:42.845Zinitted freemap. size: 64, Jul 19 04:19:41.473Jul 19 04:19:41.473 unit INFO DEBGJul 19 04:19:41.473 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64
67672026-07-19T04:19:42.845ZJul 19 04:19:41.473, : DEBG unitDEBG freemap_route_ipv4replacing 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 } }]
67682026-07-19T04:19:42.845ZJul 19 04:19:41.473:reset freemap
67692026-07-19T04:19:42.845Z , DEBG freemap_route_ipv6replacing 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 } }]
67702026-07-19T04:19:42.845ZJul 19 04:19:41.473
67712026-07-19T04:19:42.845Z unitINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67722026-07-19T04:19:42.845ZJul 19 04:19:41.473: Jul 19 04:19:41.473freemap_route_ipv4 DEBG
67732026-07-19T04:19:42.845Z Jul 19 04:19:41.473DEBGreset freemap , Jul 19 04:19:41.473unit reset freemapDEBG, unit: INFO:freemap_route_ipv6
67742026-07-19T04:19:42.845Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
67752026-07-19T04:19:42.845Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67762026-07-19T04:19:42.845Z
67772026-07-19T04:19:42.845ZJul 19 04:19:41.473 Jul 19 04:19:41.473Jul 19 04:19:41.473 INFOINFO Jul 19 04:19:41.473adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67782026-07-19T04:19:42.845ZJul 19 04:19:41.473
67792026-07-19T04:19:42.862ZDEBG 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 } }]
67802026-07-19T04:19:42.862ZJul 19 04:19:41.473initted freemap. size: 64 Jul 19 04:19:41.473DEBG, DEBG DEBGunit initted freemap. size: 64 :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67812026-07-19T04:19:42.862Z , Jul 19 04:19:41.473unit:
67822026-07-19T04:19:42.862Z freemap_route_ipv6INFO
67832026-07-19T04:19:42.862Z Jul 19 04:19:41.473adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6
67842026-07-19T04:19:42.862Z
67852026-07-19T04:19:42.862Z Jul 19 04:19:41.473 Jul 19 04:19:41.473INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67862026-07-19T04:19:42.862ZJul 19 04:19:41.473
67872026-07-19T04:19:42.862ZDEBGJul 19 04:19:41.473 DEBGJul 19 04:19:41.473DEBG reset freemap, 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 } }] :reset freemap
67882026-07-19T04:19:42.862Z freemap_route_ipv6
67892026-07-19T04:19:42.862Zreplacing 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 } }],
67902026-07-19T04:19:42.862ZJul 19 04:19:41.473Jul 19 04:19:41.473 INFOunit: Jul 19 04:19:41.473 freemap_route_ipv6 DEBG
67912026-07-19T04:19:42.862Z 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 } }]Jul 19 04:19:41.473
67922026-07-19T04:19:42.862ZINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67932026-07-19T04:19:42.862ZJul 19 04:19:41.473adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
67942026-07-19T04:19:42.862ZJul 19 04:19:41.473 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
67952026-07-19T04:19:42.862ZJul 19 04:19:41.473 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.473
67962026-07-19T04:19:42.862Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
67972026-07-19T04:19:42.862Z
67982026-07-19T04:19:42.862Z DEBG Jul 19 04:19:41.473 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 } }]DEBGJul 19 04:19:41.473Jul 19 04:19:41.473 Jul 19 04:19:41.473DEBG 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 } }]
67992026-07-19T04:19:42.862Z
68002026-07-19T04:19:42.862Z 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
68012026-07-19T04:19:42.862ZJul 19 04:19:41.473 Jul 19 04:19:41.473adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFOINFO
68022026-07-19T04:19:42.862Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
68032026-07-19T04:19:42.862Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68042026-07-19T04:19:42.862Z
68052026-07-19T04:19:42.863ZJul 19 04:19:41.473Jul 19 04:19:41.473Jul 19 04:19:41.473 INFODEBG Jul 19 04:19:41.473 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 } }]
68062026-07-19T04:19:42.863Zadding route 3fff:dead::/64 -> 2001:db8::55:2
68072026-07-19T04:19:42.863Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:19:41.473
68082026-07-19T04:19:42.863Z DEBGDEBGJul 19 04:19:41.473 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:19:41.473Jul 19 04:19:41.473replacing 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 } }]
68092026-07-19T04:19:42.863ZINFO DEBG
68102026-07-19T04:19:42.863ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68112026-07-19T04:19:42.863Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68122026-07-19T04:19:42.863ZJul 19 04:19:41.473 Jul 19 04:19:41.473
68132026-07-19T04:19:42.863Z INFODEBG Jul 19 04:19:41.473 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.473
68142026-07-19T04:19:42.863ZINFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:19:41.473
68152026-07-19T04:19:42.863Zadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO
68162026-07-19T04:19:42.863Z
68172026-07-19T04:19:42.863ZJul 19 04:19:41.473 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68182026-07-19T04:19:42.863Z 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:19:41.473Jul 19 04:19:41.473
68192026-07-19T04:19:42.863ZJul 19 04:19:41.473 INFODEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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.473
68202026-07-19T04:19:42.863Z
68212026-07-19T04:19:42.863Z Jul 19 04:19:41.473 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.473 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:1::/64 -> 2001:db8::55:ffINFO
68222026-07-19T04:19:42.863Z
68232026-07-19T04:19:42.863Z
68242026-07-19T04:19:42.863Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:19:41.473
68252026-07-19T04:19:42.863Z Jul 19 04:19:41.473DEBG Jul 19 04:19:41.473 Jul 19 04:19:41.473DEBG INFO INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.473
68262026-07-19T04:19:42.863Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG
68272026-07-19T04:19:42.863Z 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.473
68282026-07-19T04:19:42.863Z Jul 19 04:19:41.473
68292026-07-19T04:19:42.863Z INFO DEBG adding route 3fff:beef:2::/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 } }]Jul 19 04:19:41.473
68302026-07-19T04:19:42.863Z
68312026-07-19T04:19:42.863Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
68322026-07-19T04:19:42.863Z
68332026-07-19T04:19:42.863ZJul 19 04:19:41.473Jul 19 04:19:41.473 INFODEBGJul 19 04:19:41.473 Jul 19 04:19:41.473 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
68342026-07-19T04:19:42.863Zreplacing 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 } }]
68352026-07-19T04:19:42.863ZDEBG Jul 19 04:19:41.473replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.473replacing 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 } }]
68362026-07-19T04:19:42.863ZDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68372026-07-19T04:19:42.863Z Jul 19 04:19:41.473Jul 19 04:19:41.473adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68382026-07-19T04:19:42.863ZDEBG
68392026-07-19T04:19:42.863Z Jul 19 04:19:41.473INFO failed to allocate space for the new target listINFO
68402026-07-19T04:19:42.863Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:19:41.473Jul 19 04:19:41.473adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
68412026-07-19T04:19:42.863Zreplacing 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.473 DEBG
68422026-07-19T04:19:42.863ZDEBG
68432026-07-19T04:19:42.863Z Jul 19 04:19:41.473replacing targets for 3fff:dead::/64 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:19:41.473
68442026-07-19T04:19:42.864Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.473DEBGDEBG
68452026-07-19T04:19:42.864ZINFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
68462026-07-19T04:19:42.864Z Jul 19 04:19:41.473
68472026-07-19T04:19:42.864Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:19:41.473
68482026-07-19T04:19:42.864Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68492026-07-19T04:19:42.864Ztest route::tests::rollback_on_compact_delete_failure ... ok
68502026-07-19T04:19:42.864ZJul 19 04:19:41.473 Jul 19 04:19:41.473DEBG Jul 19 04:19:41.473WARN DEBGDEBG INFOfailed to allocate space for the new target listreplacing 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:31::/64 -> 2001:db8::55:ff
68512026-07-19T04:19:42.864Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
68522026-07-19T04:19:42.864ZJul 19 04:19:41.508 Jul 19 04:19:41.114 DEBG created new freemapJul 19 04:19:41.114, 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_ipv4DEBG
68532026-07-19T04:19:42.864Z
68542026-07-19T04:19:42.864Z Jul 19 04:19:41.508replacing 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 } }]
68552026-07-19T04:19:42.864ZERRO Jul 19 04:19:41.508Jul 19 04:19:41.508 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGJul 19 04:19:41.508
68562026-07-19T04:19:42.864Z INFOINFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap
68572026-07-19T04:19:42.864Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
68582026-07-19T04:19:42.864Z
68592026-07-19T04:19:42.864Z, Jul 19 04:19:41.508unit Jul 19 04:19:41.508: DEBG freemap_route_ipv6replacing 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 } }]
68602026-07-19T04:19:42.864Z
68612026-07-19T04:19:42.864ZERROJul 19 04:19:41.508 Jul 19 04:19:41.508shrink-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 DEBGDEBG
68622026-07-19T04:19:42.864Z 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 } }]
68632026-07-19T04:19:42.864ZJul 19 04:19:41.508replacing 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 } }]
68642026-07-19T04:19:42.864ZJul 19 04:19:41.508INFO Jul 19 04:19:41.508DEBG initted freemap. size: 64adding route 3fff:beef:33::/64 -> 2001:db8::55:ff,
68652026-07-19T04:19:42.864ZunitINFO: Jul 19 04:19:41.508 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.508
68662026-07-19T04:19:42.864Z INFODEBGfreemap_route_ipv4 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 } }]
68672026-07-19T04:19:42.864Z
68682026-07-19T04:19:42.864Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
68692026-07-19T04:19:42.864ZJul 19 04:19:41.508Jul 19 04:19:41.508Jul 19 04:19:41.508 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68702026-07-19T04:19:42.864Z
68712026-07-19T04:19:42.864ZDEBG 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 } }]
68722026-07-19T04:19:42.864ZJul 19 04:19:41.508 Jul 19 04:19:41.508DEBGJul 19 04:19:41.508 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.508
68732026-07-19T04:19:42.864Z INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO
68742026-07-19T04:19:42.864Z Jul 19 04:19:41.509reset freemap INFO , adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
68752026-07-19T04:19:42.864ZJul 19 04:19:41.509
68762026-07-19T04:19:42.864Z unit:DEBG freemap_route_ipv4Jul 19 04:19:41.509
68772026-07-19T04:19:42.864Zreplacing 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.509
68782026-07-19T04:19:42.864Z DEBGJul 19 04:19:41.509 DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68792026-07-19T04:19:42.876Zinitted freemap. size: 64Jul 19 04:19:41.509DEBG, Jul 19 04:19:41.509unit INFO:INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
68802026-07-19T04:19:42.876Z
68812026-07-19T04:19:42.876Z
68822026-07-19T04:19:42.876Z 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 } }]
68832026-07-19T04:19:42.876ZJul 19 04:19:41.509Jul 19 04:19:41.509 DEBGDEBG reset 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 } }],
68842026-07-19T04:19:42.876ZJul 19 04:19:41.509 unit: DEBGfreemap_route_ipv6Jul 19 04:19:41.509
68852026-07-19T04:19:42.876ZJul 19 04:19:41.509 INFO INFOreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68862026-07-19T04:19:42.876Z
68872026-07-19T04:19:42.876Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
68882026-07-19T04:19:42.877ZJul 19 04:19:41.509Jul 19 04:19:41.509Jul 19 04:19:41.509 DEBGDEBG failed to allocate space for the new target listINFOreplacing 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 } }]
68892026-07-19T04:19:42.877Z
68902026-07-19T04:19:42.877Z adding route 3fff:dead::/64 -> 2001:db8::55:1
68912026-07-19T04:19:42.877ZJul 19 04:19:41.509Jul 19 04:19:41.509 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOJul 19 04:19:41.509 DEBG
68922026-07-19T04:19:42.877Z adding route 3fff:beef:38::/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 } }]Jul 19 04:19:41.509
68932026-07-19T04:19:42.877Z DEBGDEBG
68942026-07-19T04:19:42.877Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68952026-07-19T04:19:42.877Z
68962026-07-19T04:19:42.877ZJul 19 04:19:41.509 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 } }]
68972026-07-19T04:19:42.877ZJul 19 04:19:41.509Jul 19 04:19:41.509Jul 19 04:19:41.509 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
68982026-07-19T04:19:42.877Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
68992026-07-19T04:19:42.877Z
69002026-07-19T04:19:42.877ZJul 19 04:19:41.509
69012026-07-19T04:19:42.877ZDEBGJul 19 04:19:41.509 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
69022026-07-19T04:19:42.877ZJul 19 04:19:41.509 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69032026-07-19T04:19:42.877Z
69042026-07-19T04:19:42.877ZJul 19 04:19:41.509 Jul 19 04:19:41.509 INFOINFO Jul 19 04:19:41.509adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69052026-07-19T04:19:42.877Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
69062026-07-19T04:19:42.877Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:19:41.509
69072026-07-19T04:19:42.877Z Jul 19 04:19:41.509INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
69082026-07-19T04:19:42.877ZDEBG Jul 19 04:19:41.509replacing 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:19:41.509
69092026-07-19T04:19:42.877Z Jul 19 04:19:41.509 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69102026-07-19T04:19:42.877ZJul 19 04:19:41.509DEBG 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 } }] 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:3b::/64 -> 2001:db8::55:ff
69112026-07-19T04:19:42.877Z
69122026-07-19T04:19:42.877Z
69132026-07-19T04:19:42.878ZJul 19 04:19:41.509 Jul 19 04:19:41.509 Jul 19 04:19:41.509Jul 19 04:19:41.509DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69142026-07-19T04:19:42.878Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
69152026-07-19T04:19:42.878Z
69162026-07-19T04:19:42.878ZJul 19 04:19:41.509
69172026-07-19T04:19:42.878Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.509
69182026-07-19T04:19:42.878Z DEBGJul 19 04:19:41.509 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:19:41.509DEBG Jul 19 04:19:41.509 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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
69192026-07-19T04:19:42.878Z
69202026-07-19T04:19:42.878Z
69212026-07-19T04:19:42.878Zreplacing 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 } }]
69222026-07-19T04:19:42.878ZJul 19 04:19:41.509 DEBGJul 19 04:19:41.509 Jul 19 04:19:41.509 failed to allocate space for the new target listINFODEBG
69232026-07-19T04:19:42.878Z Jul 19 04:19:41.509 replacing targets for 3fff:dead::/64 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 } }]INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
69242026-07-19T04:19:42.878Z
69252026-07-19T04:19:42.878Z Jul 19 04:19:41.509 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
69262026-07-19T04:19:42.878ZDEBG replacing targets for 3fff:dead::/64 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:19:41.509 Jul 19 04:19:41.509WARN DEBGJul 19 04:19:41.509
69272026-07-19T04:19:42.878Z DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]
69282026-07-19T04:19:42.878Z
69292026-07-19T04:19:42.878Zreplacing 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 } }]
69302026-07-19T04:19:42.878ZJul 19 04:19:41.509 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
69312026-07-19T04:19:42.878ZJul 19 04:19:41.509Jul 19 04:19:41.509 DEBGINFO
69322026-07-19T04:19:42.878Z 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 } }]
69332026-07-19T04:19:42.878Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
69342026-07-19T04:19:42.878ZJul 19 04:19:41.509 Jul 19 04:19:41.509INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
69352026-07-19T04:19:42.878Zreplacing 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 } }]
69362026-07-19T04:19:42.878ZJul 19 04:19:41.509 Jul 19 04:19:41.509DEBG 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 } }]
69372026-07-19T04:19:42.878Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
69382026-07-19T04:19:42.878ZJul 19 04:19:41.509 Jul 19 04:19:41.509INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
69392026-07-19T04:19:42.878Zreplacing 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 } }]
69402026-07-19T04:19:42.878ZJul 19 04:19:41.509Jul 19 04:19:41.509 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
69412026-07-19T04:19:42.878Z
69422026-07-19T04:19:42.878ZJul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:b::/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 } }]
69432026-07-19T04:19:42.878Z
69442026-07-19T04:19:42.878ZJul 19 04:19:41.509Jul 19 04:19:41.509 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
69452026-07-19T04:19:42.878Z
69462026-07-19T04:19:42.878ZJul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69472026-07-19T04:19:42.878Z
69482026-07-19T04:19:42.879ZJul 19 04:19:41.509Jul 19 04:19:41.509 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
69492026-07-19T04:19:42.879Z
69502026-07-19T04:19:42.879ZJul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:d::/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 } }]
69512026-07-19T04:19:42.879Z
69522026-07-19T04:19:42.879ZJul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:27::/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 } }]
69532026-07-19T04:19:42.879Z
69542026-07-19T04:19:42.879ZJul 19 04:19:41.509Jul 19 04:19:41.509 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:e::/64 -> 2001:db8::55:ff
69552026-07-19T04:19:42.879ZJul 19 04:19:41.510 Jul 19 04:19:41.517DEBG DEBGcreated new freemap , 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.510unit
69562026-07-19T04:19:42.879Z: freemap_route_ipv4
69572026-07-19T04:19:42.879ZDEBG created new freemap, Jul 19 04:19:41.510unitJul 19 04:19:41.517:
69582026-07-19T04:19:42.879Z Jul 19 04:19:41.517 INFOfreemap_route_ipv4DEBG created new freemapDEBG
69592026-07-19T04:19:42.879Z, unitcreated new freemap:, adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit
69602026-07-19T04:19:42.879Z :freemap_route_ipv4Jul 19 04:19:41.517
69612026-07-19T04:19:42.879Z freemap_route_ipv6INFO
69622026-07-19T04:19:42.879Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:19:41.517Jul 19 04:19:41.517 DEBGDEBG Jul 19 04:19:41.517 created new freemapJul 19 04:19:41.517
69632026-07-19T04:19:42.879Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG,
69642026-07-19T04:19:42.879ZunitJul 19 04:19:41.517created new freemap : initted freemap. size: 64 Jul 19 04:19:41.517, DEBG , INFOunit :unitadding route 3fff:beef:10::/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 } }]
69652026-07-19T04:19:42.879Zfreemap_route_ipv4
69662026-07-19T04:19:42.879Z:
69672026-07-19T04:19:42.879Z freemap_route_ipv6Jul 19 04:19:41.517
69682026-07-19T04:19:42.879ZJul 19 04:19:41.517 Jul 19 04:19:41.517DEBG freemap_route_ipv6
69692026-07-19T04:19:42.879Zreplacing 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 } }]
69702026-07-19T04:19:42.879Z DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreset freemapJul 19 04:19:41.517Jul 19 04:19:41.517
69712026-07-19T04:19:42.879Z Jul 19 04:19:41.517 DEBG , INFOinitted freemap. size: 64 Jul 19 04:19:41.517 unit adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG:
69722026-07-19T04:19:42.879Z freemap_route_ipv4DEBG
69732026-07-19T04:19:42.879Z initted freemap. size: 64Jul 19 04:19:41.517replacing 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:19:41.517, ,
69742026-07-19T04:19:42.879ZDEBG unitDEBGunit: initted freemap. size: 64: , unitfreemap_route_ipv4: 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 } }]freemap_route_ipv4freemap_route_ipv6
69752026-07-19T04:19:42.879Z
69762026-07-19T04:19:42.879Z
69772026-07-19T04:19:42.879Z
69782026-07-19T04:19:42.879ZJul 19 04:19:41.517 Jul 19 04:19:41.517INFO DEBGJul 19 04:19:41.517Jul 19 04:19:41.517 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:19:41.517INFO
69792026-07-19T04:19:42.887Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
69802026-07-19T04:19:42.887Z DEBGDEBG reset freemap, unitreset freemapJul 19 04:19:41.517, :Jul 19 04:19:41.517 reset freemapunitfreemap_route_ipv6DEBG:, unitreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69812026-07-19T04:19:42.887ZDEBGfreemap_route_ipv4
69822026-07-19T04:19:42.887Z
69832026-07-19T04:19:42.887Zreplacing 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 } }]
69842026-07-19T04:19:42.887Z: freemap_route_ipv4
69852026-07-19T04:19:42.888ZJul 19 04:19:41.517Jul 19 04:19:41.517 INFOINFO Jul 19 04:19:41.517 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
69862026-07-19T04:19:42.888Z
69872026-07-19T04:19:42.888ZJul 19 04:19:41.517 adding route 172.16.0.0/32 -> 10.0.0.1
69882026-07-19T04:19:42.888ZDEBGJul 19 04:19:41.517 Jul 19 04:19:41.517 initted freemap. size: 64DEBG, unit :replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
69892026-07-19T04:19:42.888Z
69902026-07-19T04:19:42.888ZDEBGJul 19 04:19:41.517 Jul 19 04:19:41.517 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 } }]DEBG
69912026-07-19T04:19:42.888Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69922026-07-19T04:19:42.888ZJul 19 04:19:41.517Jul 19 04:19:41.517DEBG initted freemap. size: 64 Jul 19 04:19:41.517, Jul 19 04:19:41.517 INFOINFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff unitreset freemap
69932026-07-19T04:19:42.888Z:adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO freemap_route_ipv6
69942026-07-19T04:19:42.888Zadding route 172.17.0.0/32 -> 10.0.0.255
69952026-07-19T04:19:42.888Z, unit
69962026-07-19T04:19:42.888ZJul 19 04:19:41.517: freemap_route_ipv6Jul 19 04:19:41.517DEBG
69972026-07-19T04:19:42.888Z Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBG DEBGDEBGreplacing 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:19:41.517replacing 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 } }]
69982026-07-19T04:19:42.888Zreplacing 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 } }]
69992026-07-19T04:19:42.888Zreset freemap
70002026-07-19T04:19:42.888Z , Jul 19 04:19:41.517unitINFO : freemap_route_ipv6 Jul 19 04:19:41.517
70012026-07-19T04:19:42.888ZINFO Jul 19 04:19:41.517INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
70022026-07-19T04:19:42.888Zadding route 172.17.0.1/32 -> 10.0.0.255
70032026-07-19T04:19:42.888Z
70042026-07-19T04:19:42.889Z
70052026-07-19T04:19:42.889ZJul 19 04:19:41.517Jul 19 04:19:41.517Jul 19 04:19:41.517 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
70062026-07-19T04:19:42.889Z
70072026-07-19T04:19:42.889ZDEBGJul 19 04:19:41.510 Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBGJul 19 04:19:41.517 Jul 19 04:19:41.517replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap , 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 } }]:DEBG INFOfreemap_route_ipv4
70082026-07-19T04:19:42.889Z
70092026-07-19T04:19:42.889Z adding route 172.17.0.2/32 -> 10.0.0.255
70102026-07-19T04:19:42.889ZDEBG
70112026-07-19T04:19:42.889Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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.517
70122026-07-19T04:19:42.889Z Jul 19 04:19:41.517Jul 19 04:19:41.517 INFO
70132026-07-19T04:19:42.889ZDEBG DEBGJul 19 04:19:41.517 created new freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff,
70142026-07-19T04:19:42.889ZINFOunitreplacing 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:19:41.517: INFO
70152026-07-19T04:19:42.889Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:19:41.517freemap_route_ipv6Jul 19 04:19:41.517
70162026-07-19T04:19:42.889Z
70172026-07-19T04:19:42.889Z DEBG Jul 19 04:19:41.517adding route 172.16.0.0/32 -> 10.0.0.1replacing 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.517INFO
70182026-07-19T04:19:42.889Z Jul 19 04:19:41.517INFODEBG initted freemap. size: 64adding route 172.17.0.3/32 -> 10.0.0.255,
70192026-07-19T04:19:42.889Z
70202026-07-19T04:19:42.889ZunitDEBG :Jul 19 04:19:41.517 freemap_route_ipv4INFO
70212026-07-19T04:19:42.889Z Jul 19 04:19:41.517adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:19:41.517
70222026-07-19T04:19:42.889Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70232026-07-19T04:19:42.889ZJul 19 04:19:41.517
70242026-07-19T04:19:42.889ZDEBGDEBG 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
70252026-07-19T04:19:42.889ZJul 19 04:19:41.517Jul 19 04:19:41.517 DEBG , DEBGJul 19 04:19:41.517unitJul 19 04:19:41.517 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO INFO freemap_route_ipv4
70262026-07-19T04:19:42.889Z
70272026-07-19T04:19:42.890Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
70282026-07-19T04:19:42.890Z
70292026-07-19T04:19:42.890Zadding route 172.17.0.4/32 -> 10.0.0.255DEBG
70302026-07-19T04:19:42.890ZJul 19 04:19:41.517 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 } }]DEBGJul 19 04:19:41.517
70312026-07-19T04:19:42.890Z Jul 19 04:19:41.517 initted freemap. size: 64 Jul 19 04:19:41.517, DEBGINFOunit :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:19:41.517Jul 19 04:19:41.517INFO
70322026-07-19T04:19:42.890Z freemap_route_ipv6
70332026-07-19T04:19:42.890ZINFO Jul 19 04:19:41.517adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
70342026-07-19T04:19:42.890ZINFOJul 19 04:19:41.517 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.5/32 -> 10.0.0.255
70352026-07-19T04:19:42.890ZDEBG
70362026-07-19T04:19:42.890ZJul 19 04:19:41.517 reset freemapDEBG, Jul 19 04:19:41.517 unitreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG
70372026-07-19T04:19:42.890Z:
70382026-07-19T04:19:42.890Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
70392026-07-19T04:19:42.890Z
70402026-07-19T04:19:42.890ZJul 19 04:19:41.517Jul 19 04:19:41.517 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG Jul 19 04:19:41.517adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:19:41.517
70412026-07-19T04:19:42.890Z INFOINFO Jul 19 04:19:41.517 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 } }]
70422026-07-19T04:19:42.890Zadding route 172.17.0.6/32 -> 10.0.0.255
70432026-07-19T04:19:42.890ZDEBG
70442026-07-19T04:19:42.890Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
70452026-07-19T04:19:42.890Z
70462026-07-19T04:19:42.890ZJul 19 04:19:41.517Jul 19 04:19:41.517Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBG INFOJul 19 04:19:41.517 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 } }]INFODEBG
70472026-07-19T04:19:42.890Z DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
70482026-07-19T04:19:42.890Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70492026-07-19T04:19:42.890Z
70502026-07-19T04:19:42.890Z
70512026-07-19T04:19:42.890ZJul 19 04:19:41.517Jul 19 04:19:41.517Jul 19 04:19:41.517 INFOINFOJul 19 04:19:41.517 Jul 19 04:19:41.517 adding route 172.16.0.0/32 -> 10.0.0.2
70522026-07-19T04:19:42.891ZINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGJul 19 04:19:41.517
70532026-07-19T04:19:42.891Z
70542026-07-19T04:19:42.891Z 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
70552026-07-19T04:19:42.891ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70562026-07-19T04:19:42.891ZJul 19 04:19:41.518Jul 19 04:19:41.518 DEBGJul 19 04:19:41.518replacing 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.518DEBG INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
70572026-07-19T04:19:42.891Ztest route::tests::rollback_on_compact_write_failure ... ok
70582026-07-19T04:19:42.891Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
70592026-07-19T04:19:42.891Z
70602026-07-19T04:19:42.891Zadding route 172.17.0.0/32 -> 10.0.0.255
70612026-07-19T04:19:42.891Z
70622026-07-19T04:19:42.891ZJul 19 04:19:41.518 INFOJul 19 04:19:41.518Jul 19 04:19:41.518Jul 19 04:19:41.518 DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.0/32 -> 10.0.0.255 Jul 19 04:19:41.518adding route 172.17.0.8/32 -> 10.0.0.255
70632026-07-19T04:19:42.891Z
70642026-07-19T04:19:42.891Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
70652026-07-19T04:19:42.891Z
70662026-07-19T04:19:42.891Z DEBG Jul 19 04:19:41.518Jul 19 04:19:41.518replacing 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 } }]
70672026-07-19T04:19:42.891ZDEBGINFOJul 19 04:19:41.518 Jul 19 04:19:41.518adding route 172.17.0.1/32 -> 10.0.0.255 DEBG
70682026-07-19T04:19:42.891Zreplacing 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 } }]
70692026-07-19T04:19:42.891ZDEBG Jul 19 04:19:41.518 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 } }]
70702026-07-19T04:19:42.892ZDEBGJul 19 04:19:41.518Jul 19 04:19:41.518replacing 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 } }]
70712026-07-19T04:19:42.892Zreplacing 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:19:41.518INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.1/32 -> 10.0.0.255
70722026-07-19T04:19:42.892Z
70732026-07-19T04:19:42.892Z
70742026-07-19T04:19:42.892ZJul 19 04:19:41.509 DEBG Jul 19 04:19:41.527created new freemap Jul 19 04:19:41.527, DEBG DEBGJul 19 04:19:41.527unit replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70752026-07-19T04:19:42.892Z adding route 172.17.0.2/32 -> 10.0.0.255
70762026-07-19T04:19:42.892Zfreemap_route_ipv4Jul 19 04:19:41.527
70772026-07-19T04:19:42.892Z
70782026-07-19T04:19:42.892ZJul 19 04:19:41.527 Jul 19 04:19:41.527 INFOJul 19 04:19:41.527INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff 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 } }] Jul 19 04:19:41.527
70792026-07-19T04:19:42.903Zadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
70802026-07-19T04:19:42.903Z
70812026-07-19T04:19:42.903Z
70822026-07-19T04:19:42.903ZDEBG created new freemapJul 19 04:19:41.527 , INFOJul 19 04:19:41.527 Jul 19 04:19:41.527DEBGadding route 172.17.0.3/32 -> 10.0.0.255 Jul 19 04:19:41.527
70832026-07-19T04:19:42.904Z unitreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
70842026-07-19T04:19:42.904Z freemap_route_ipv6Jul 19 04:19:41.527 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 } }]
70852026-07-19T04:19:42.904ZDEBG
70862026-07-19T04:19:42.904ZDEBG 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:19:41.527
70872026-07-19T04:19:42.904ZINFO adding route 3fff:beef:1d::/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 } }]
70882026-07-19T04:19:42.904ZJul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527
70892026-07-19T04:19:42.904Z DEBGINFOINFO Jul 19 04:19:41.527adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:19:41.527adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
70902026-07-19T04:19:42.904Z
70912026-07-19T04:19:42.904ZDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70922026-07-19T04:19:42.904Zinitted freemap. size: 64 Jul 19 04:19:41.527 , adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:19:41.527unitDEBG: 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 } }]
70932026-07-19T04:19:42.904Z
70942026-07-19T04:19:42.904Z Jul 19 04:19:41.527DEBG freemap_route_ipv4INFO
70952026-07-19T04:19:42.904ZJul 19 04:19:41.527 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 } }]
70962026-07-19T04:19:42.904ZJul 19 04:19:41.527adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:19:41.527
70972026-07-19T04:19:42.904Z DEBGINFO Jul 19 04:19:41.527DEBGadding route 3fff:beef:35::/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 } }]
70982026-07-19T04:19:42.904Z
70992026-07-19T04:19:42.904ZDEBGJul 19 04:19:41.527 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 } }]INFOJul 19 04:19:41.527 DEBGreset freemapadding route 172.17.0.5/32 -> 10.0.0.255, Jul 19 04:19:41.527
71002026-07-19T04:19:42.904Zunit
71012026-07-19T04:19:42.904Z INFO: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 Jul 19 04:19:41.527
71022026-07-19T04:19:42.904Z
71032026-07-19T04:19:42.904ZDEBGJul 19 04:19:41.527 freemap_route_ipv4replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71042026-07-19T04:19:42.904Z
71052026-07-19T04:19:42.904ZINFOJul 19 04:19:41.527 Jul 19 04:19:41.527 DEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:19:41.527
71062026-07-19T04:19:42.904Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFOJul 19 04:19:41.527
71072026-07-19T04:19:42.904Zadding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }]
71082026-07-19T04:19:42.904Z Jul 19 04:19:41.527
71092026-07-19T04:19:42.904ZDEBGJul 19 04:19:41.527 DEBG Jul 19 04:19:41.527 DEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]initted freemap. size: 64 Jul 19 04:19:41.527
71102026-07-19T04:19:42.905Z,
71112026-07-19T04:19:42.905Zunitreplacing 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 } }]:
71122026-07-19T04:19:42.905Z Jul 19 04:19:41.527 INFOfreemap_route_ipv6 Jul 19 04:19:41.527adding route 172.17.0.5/32 -> 10.0.0.255
71132026-07-19T04:19:42.905ZINFOINFO
71142026-07-19T04:19:42.905Z Jul 19 04:19:41.527 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
71152026-07-19T04:19:42.905Z
71162026-07-19T04:19:42.905Z INFO Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 Jul 19 04:19:41.527DEBG adding route 172.17.0.7/32 -> 10.0.0.255 DEBG DEBGDEBG
71172026-07-19T04:19:42.905Z 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 } }]
71182026-07-19T04:19:42.905Zreplacing 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 } }]reset freemap,
71192026-07-19T04:19:42.905Zreplacing 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:19:41.527unit
71202026-07-19T04:19:42.905Z : Jul 19 04:19:41.527DEBG Jul 19 04:19:41.527INFO 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 } }]
71212026-07-19T04:19:42.905Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:19:41.527
71222026-07-19T04:19:42.905Zfreemap_route_ipv6
71232026-07-19T04:19:42.905Z
71242026-07-19T04:19:42.905ZINFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:19:41.527
71252026-07-19T04:19:42.905ZJul 19 04:19:41.527Jul 19 04:19:41.527 INFODEBG Jul 19 04:19:41.527 Jul 19 04:19:41.527adding route 172.17.0.8/32 -> 10.0.0.255 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
71262026-07-19T04:19:42.905Z DEBG
71272026-07-19T04:19:42.905ZDEBG 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: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.527
71282026-07-19T04:19:42.905Z
71292026-07-19T04:19:42.905ZINFOJul 19 04:19:41.527 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
71302026-07-19T04:19:42.905Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG 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 } }]
71312026-07-19T04:19:42.905Z
71322026-07-19T04:19:42.905ZJul 19 04:19:41.527Jul 19 04:19:41.527 INFOJul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 INFOINFODEBGadding route 172.17.0.7/32 -> 10.0.0.255
71332026-07-19T04:19:42.905Z 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:39::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255
71342026-07-19T04:19:42.905Z
71352026-07-19T04:19:42.905Z
71362026-07-19T04:19:42.905ZDEBGJul 19 04:19:41.527 Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 DEBG
71372026-07-19T04:19:42.905Z 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
71382026-07-19T04:19:42.905Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
71392026-07-19T04:19:42.905Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71402026-07-19T04:19:42.905ZJul 19 04:19:41.527 Jul 19 04:19:41.527
71412026-07-19T04:19:42.905ZJul 19 04:19:41.527Jul 19 04:19:41.527 INFOINFOINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.10/32 -> 10.0.0.255replacing 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 } }]
71422026-07-19T04:19:42.905Ztest route::tests::rollback_on_index_readd_failure ... ok
71432026-07-19T04:19:42.905Zadding route 3fff:dead::/64 -> 2001:db8::55:2
71442026-07-19T04:19:42.905Z
71452026-07-19T04:19:42.905Z
71462026-07-19T04:19:42.905ZJul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 DEBG DEBG DEBGINFOreplacing 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
71472026-07-19T04:19:42.906Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
71482026-07-19T04:19:42.906Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71492026-07-19T04:19:42.906Z
71502026-07-19T04:19:42.906Ztest route::tests::identity_replace_is_noop ... ok
71512026-07-19T04:19:42.906Z
71522026-07-19T04:19:42.906ZJul 19 04:19:41.527Jul 19 04:19:41.527 DEBG Jul 19 04:19:41.527INFO INFOJul 19 04:19:41.527adding route 3fff:beef:3b::/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 } }]
71532026-07-19T04:19:42.906Zadding route 172.17.0.11/32 -> 10.0.0.255 INFO
71542026-07-19T04:19:42.906Zadding route 3fff:dead::/64 -> 2001:db8::55:3
71552026-07-19T04:19:42.906ZJul 19 04:19:41.527
71562026-07-19T04:19:42.906Z Jul 19 04:19:41.527 DEBG INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71572026-07-19T04:19:42.906Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
71582026-07-19T04:19:42.906ZJul 19 04:19:41.527Jul 19 04:19:41.527 Jul 19 04:19:41.510Jul 19 04:19:41.527 Jul 19 04:19:41.527DEBG DEBGINFO Jul 19 04:19:41.527adding route 172.17.0.12/32 -> 10.0.0.255 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
71592026-07-19T04:19:42.906Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]created new freemap
71602026-07-19T04:19:42.906ZDEBG
71612026-07-19T04:19:42.906Z, 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 unitJul 19 04:19:41.527:
71622026-07-19T04:19:42.906ZJul 19 04:19:41.527replacing 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 } }]
71632026-07-19T04:19:42.906ZJul 19 04:19:41.527INFO Jul 19 04:19:41.527DEBGINFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.527
71642026-07-19T04:19:42.906Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
71652026-07-19T04:19:42.906Z
71662026-07-19T04:19:42.906Zadding route 3fff:dead::/64 -> 2001:db8::55:4
71672026-07-19T04:19:42.906ZINFOJul 19 04:19:41.527 adding route 172.17.0.9/32 -> 10.0.0.255
71682026-07-19T04:19:42.906Z DEBGfreemap_route_ipv4 Jul 19 04:19:41.527 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 } }]
71692026-07-19T04:19:42.906Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71702026-07-19T04:19:42.906ZJul 19 04:19:41.527
71712026-07-19T04:19:42.906Z DEBG Jul 19 04:19:41.527replacing 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 } }]
71722026-07-19T04:19:42.906ZDEBG Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527created new freemap INFOINFO, unit adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
71732026-07-19T04:19:42.906Z
71742026-07-19T04:19:42.906Z: freemap_route_ipv6
71752026-07-19T04:19:42.906Z Jul 19 04:19:41.527INFOJul 19 04:19:41.527 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG Jul 19 04:19:41.527
71762026-07-19T04:19:42.906Zreplacing targets for 3fff:dead::/64 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 } }]
71772026-07-19T04:19:42.906Z DEBGJul 19 04:19:41.527 Jul 19 04:19:41.527replacing 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.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 } }]
71782026-07-19T04:19:42.906ZJul 19 04:19:41.527DEBG
71792026-07-19T04:19:42.915Z initted freemap. size: 64WARNDEBG , shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]Jul 19 04:19:41.527
71802026-07-19T04:19:42.915ZJul 19 04:19:41.527: INFOfreemap_route_ipv4
71812026-07-19T04:19:42.915Z INFO
71822026-07-19T04:19:42.915Zadding route 172.17.0.11/32 -> 10.0.0.255
71832026-07-19T04:19:42.915Zadding route 172.17.0.14/32 -> 10.0.0.255
71842026-07-19T04:19:42.915ZJul 19 04:19:41.527Jul 19 04:19:41.527 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
71852026-07-19T04:19:42.915ZJul 19 04:19:41.528 DEBG Jul 19 04:19:41.566INFO INFOcreated new freemapadding route 172.17.0.9/32 -> 10.0.0.255,
71862026-07-19T04:19:42.915Zadding route 172.17.0.12/32 -> 10.0.0.255unit
71872026-07-19T04:19:42.915Z: Jul 19 04:19:41.527Jul 19 04:19:41.566 Jul 19 04:19:41.566 DEBGDEBGfreemap_route_ipv4
71882026-07-19T04:19:42.915Z DEBGreplacing 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 freemap
71892026-07-19T04:19:42.915Z, 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 } }]
71902026-07-19T04:19:42.915Zunit:Jul 19 04:19:41.566Jul 19 04:19:41.566 INFO adding route 172.17.0.10/32 -> 10.0.0.255
71912026-07-19T04:19:42.916ZDEBG Jul 19 04:19:41.566 created new freemap Jul 19 04:19:41.566INFO freemap_route_ipv4DEBG, 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.13/32 -> 10.0.0.255
71922026-07-19T04:19:42.916Z
71932026-07-19T04:19:42.916Zunit
71942026-07-19T04:19:42.916Z: freemap_route_ipv6
71952026-07-19T04:19:42.916ZJul 19 04:19:41.566 Jul 19 04:19:41.566 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 } }]INFO
71962026-07-19T04:19:42.916Z adding route 172.17.0.11/32 -> 10.0.0.255
71972026-07-19T04:19:42.916ZJul 19 04:19:41.566 DEBGJul 19 04:19:41.566Jul 19 04:19:41.566
71982026-07-19T04:19:42.916ZJul 19 04:19:41.566INFO adding route 172.17.0.14/32 -> 10.0.0.255 initted freemap. size: 64DEBGDEBG,
71992026-07-19T04:19:42.916Z initted freemap. size: 64unit, :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 } }]
72002026-07-19T04:19:42.916Zfreemap_route_ipv4Jul 19 04:19:41.566
72012026-07-19T04:19:42.916ZJul 19 04:19:41.566 unitWARNDEBGJul 19 04:19:41.566 Jul 19 04:19:41.566 :DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapINFO
72022026-07-19T04:19:42.916Zfreemap_route_ipv6shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
72032026-07-19T04:19:42.916Zadding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:19:41.566unit
72042026-07-19T04:19:42.916Z
72052026-07-19T04:19:42.916Z :INFO Jul 19 04:19:41.566 adding route 172.17.0.15/32 -> 10.0.0.255 DEBGfreemap_route_ipv4
72062026-07-19T04:19:42.916Z
72072026-07-19T04:19:42.916Z reset freemapJul 19 04:19:41.566 DEBG, Jul 19 04:19:41.566replacing 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.566
72082026-07-19T04:19:42.916Zunit 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 } }]DEBG
72092026-07-19T04:19:42.916ZJul 19 04:19:41.566 freemap_route_ipv6initted freemap. size: 64
72102026-07-19T04:19:42.916ZINFOJul 19 04:19:41.566, unit:adding route 172.17.0.13/32 -> 10.0.0.255INFO
72112026-07-19T04:19:42.916Zfreemap_route_ipv6
72122026-07-19T04:19:42.916Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.566
72132026-07-19T04:19:42.916ZINFOJul 19 04:19:41.566 Jul 19 04:19:41.566 DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.1 reset freemap
72142026-07-19T04:19:42.916ZJul 19 04:19:41.566 , 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 } }]DEBGunit
72152026-07-19T04:19:42.916Z: freemap_route_ipv6
72162026-07-19T04:19:42.916Zreplacing 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.566Jul 19 04:19:41.566
72172026-07-19T04:19:42.916Z INFOJul 19 04:19:41.566 adding route 172.17.0.14/32 -> 10.0.0.255INFO
72182026-07-19T04:19:42.916Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.566
72192026-07-19T04:19:42.916ZDEBG Jul 19 04:19:41.566INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72202026-07-19T04:19:42.916Z adding route 172.17.0.17/32 -> 10.0.0.255DEBG
72212026-07-19T04:19:42.916Z 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.566Jul 19 04:19:41.566
72222026-07-19T04:19:42.916Z Jul 19 04:19:41.566INFO DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
72232026-07-19T04:19:42.916Zreplacing 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:19:41.566
72242026-07-19T04:19:42.916Z
72252026-07-19T04:19:42.916ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:19:41.566
72262026-07-19T04:19:42.916ZJul 19 04:19:41.566 INFOINFO Jul 19 04:19:41.566adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:19:41.566adding route 172.17.0.18/32 -> 10.0.0.255
72272026-07-19T04:19:42.916Z DEBG
72282026-07-19T04:19:42.917Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Jul 19 04:19:41.566
72292026-07-19T04:19:42.917Z Jul 19 04:19:41.566DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.566
72302026-07-19T04:19:42.917Z
72312026-07-19T04:19:42.917Zreplacing 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 } }]
72322026-07-19T04:19:42.917ZINFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.566
72332026-07-19T04:19:42.917Z DEBGJul 19 04:19:41.566Jul 19 04:19:41.566 Jul 19 04:19:41.566 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72342026-07-19T04:19:42.917Z
72352026-07-19T04:19:42.917Z
72362026-07-19T04:19:42.917ZINFO adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:19:41.566
72372026-07-19T04:19:42.917Z INFO Jul 19 04:19:41.527adding route 172.17.0.17/32 -> 10.0.0.255
72382026-07-19T04:19:42.917ZJul 19 04:19:41.566DEBGJul 19 04:19:41.566 DEBG Jul 19 04:19:41.566replacing 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
72392026-07-19T04:19:42.917Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
72402026-07-19T04:19:42.917Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
72412026-07-19T04:19:42.917Z
72422026-07-19T04:19:42.917ZJul 19 04:19:41.566 Jul 19 04:19:41.566INFO Jul 19 04:19:41.566INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.18/32 -> 10.0.0.255
72432026-07-19T04:19:42.917Z
72442026-07-19T04:19:42.917ZINFOJul 19 04:19:41.566 adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:19:41.566INFOJul 19 04:19:41.566 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
72452026-07-19T04:19:42.917Z
72462026-07-19T04:19:42.917ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72472026-07-19T04:19:42.917ZJul 19 04:19:41.566 DEBG
72482026-07-19T04:19:42.917Z Jul 19 04:19:41.566replacing 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 } }]
72492026-07-19T04:19:42.917ZJul 19 04:19:41.566DEBG INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.566adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:19:41.566
72502026-07-19T04:19:42.917Z
72512026-07-19T04:19:42.917Z INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 3fff:beef:28::/64 -> 2001:db8::55:ff
72522026-07-19T04:19:42.917ZJul 19 04:19:41.566
72532026-07-19T04:19:42.917Z Jul 19 04:19:41.566DEBG Jul 19 04:19:41.566replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72542026-07-19T04:19:42.917Z DEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing 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 } }]
72552026-07-19T04:19:42.917Z
72562026-07-19T04:19:42.917ZJul 19 04:19:41.566 Jul 19 04:19:41.566Jul 19 04:19:41.566 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
72572026-07-19T04:19:42.917Z 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.20/32 -> 10.0.0.255
72582026-07-19T04:19:42.917Z
72592026-07-19T04:19:42.917ZJul 19 04:19:41.566Jul 19 04:19:41.566Jul 19 04:19:41.566 DEBG 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 } }] INFO
72602026-07-19T04:19:42.917Zreplacing 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 } }]
72612026-07-19T04:19:42.917Zadding route 172.17.0.22/32 -> 10.0.0.255
72622026-07-19T04:19:42.918ZJul 19 04:19:41.566 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 } }]
72632026-07-19T04:19:42.918ZJul 19 04:19:41.566Jul 19 04:19:41.566 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
72642026-07-19T04:19:42.918Z
72652026-07-19T04:19:42.918ZJul 19 04:19:41.566 Jul 19 04:19:41.566 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 } }]
72662026-07-19T04:19:42.918ZJul 19 04:19:41.566Jul 19 04:19:41.566 INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72672026-07-19T04:19:42.918Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
72682026-07-19T04:19:42.918Z
72692026-07-19T04:19:42.918ZJul 19 04:19:41.566Jul 19 04:19:41.566 Jul 19 04:19:41.566DEBG INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255failed to allocate space for the new target listreplacing 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.566
72702026-07-19T04:19:42.918Z
72712026-07-19T04:19:42.918ZDEBG
72722026-07-19T04:19:42.918ZJul 19 04:19:41.566Jul 19 04:19:41.566 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
72732026-07-19T04:19:42.918ZJul 19 04:19:41.566Jul 19 04:19:41.566 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 } }]
72742026-07-19T04:19:42.918ZDEBG 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 } }]
72752026-07-19T04:19:42.918Z
72762026-07-19T04:19:42.918ZJul 19 04:19:41.566 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:19:41.527 DEBG
72772026-07-19T04:19:42.918Zreplacing 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 } }]
72782026-07-19T04:19:42.918ZJul 19 04:19:41.566 Jul 19 04:19:41.566INFO Jul 19 04:19:41.566DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72792026-07-19T04:19:42.928Zadding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
72802026-07-19T04:19:42.928Z
72812026-07-19T04:19:42.928ZJul 19 04:19:41.566Jul 19 04:19:41.566 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
72822026-07-19T04:19:42.929ZJul 19 04:19:41.566
72832026-07-19T04:19:42.929ZDEBG 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 } }]
72842026-07-19T04:19:42.929ZJul 19 04:19:41.566 INFOJul 19 04:19:41.566 adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.566
72852026-07-19T04:19:42.929ZDEBG 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
72862026-07-19T04:19:42.929Z Jul 19 04:19:41.566adding route 172.17.0.26/32 -> 10.0.0.255
72872026-07-19T04:19:42.929ZDEBG Jul 19 04:19:41.566replacing 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 } }]
72882026-07-19T04:19:42.929ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
72892026-07-19T04:19:42.929ZJul 19 04:19:41.566 INFO Jul 19 04:19:41.566adding route 172.17.0.17/32 -> 10.0.0.255
72902026-07-19T04:19:42.929ZJul 19 04:19:41.566DEBG 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.567
72912026-07-19T04:19:42.929Z DEBGJul 19 04:19:41.567Jul 19 04:19:41.783 created new freemapDEBGDEBG , created new freemapunitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
72922026-07-19T04:19:42.929Z: unitJul 19 04:19:41.783: Jul 19 04:19:41.783INFO freemap_route_ipv4freemap_route_ipv4
72932026-07-19T04:19:42.929Z
72942026-07-19T04:19:42.929Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
72952026-07-19T04:19:42.929ZINFO adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:19:41.783Jul 19 04:19:41.783
72962026-07-19T04:19:42.929Z DEBG created new freemap , DEBGunit :created new freemap Jul 19 04:19:41.783freemap_route_ipv6 Jul 19 04:19:41.783DEBG
72972026-07-19T04:19:42.929Z , DEBGunit :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:19:41.783
72982026-07-19T04:19:42.929Zfreemap_route_ipv6
72992026-07-19T04:19:42.929ZDEBG initted freemap. size: 64replacing 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.783, unitINFO
73002026-07-19T04:19:42.929ZJul 19 04:19:41.783: freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255
73012026-07-19T04:19:42.929Z
73022026-07-19T04:19:42.929ZDEBG Jul 19 04:19:41.783Jul 19 04:19:41.783 DEBGDEBG reset freemapinitted freemap. size: 64replacing 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:19:41.783, , unitunit:
73032026-07-19T04:19:42.929ZINFO: freemap_route_ipv4
73042026-07-19T04:19:42.929Zadding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4
73052026-07-19T04:19:42.929Z
73062026-07-19T04:19:42.929ZJul 19 04:19:41.783 INFOJul 19 04:19:41.783Jul 19 04:19:41.783 adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:19:41.783
73072026-07-19T04:19:42.929ZDEBG reset freemapDEBG , initted freemap. size: 64DEBG, Jul 19 04:19:41.783 unit :unit :DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
73082026-07-19T04:19:42.929Z
73092026-07-19T04:19:42.930Z freemap_route_ipv4replacing 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 } }]
73102026-07-19T04:19:42.930Z
73112026-07-19T04:19:42.930ZJul 19 04:19:41.783 Jul 19 04:19:41.783DEBG INFO reset freemapJul 19 04:19:41.783, adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Jul 19 04:19:41.783
73122026-07-19T04:19:42.930ZunitDEBG INFO: adding route 172.17.0.21/32 -> 10.0.0.255initted freemap. size: 64
73132026-07-19T04:19:42.930Z freemap_route_ipv6, unit
73142026-07-19T04:19:42.930Z:Jul 19 04:19:41.783 freemap_route_ipv6Jul 19 04:19:41.783DEBGJul 19 04:19:41.783
73152026-07-19T04:19:42.930Z 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
73162026-07-19T04:19:42.930Z Jul 19 04:19:41.783adding route 3fff:dead::/64 -> 2001:db8::55:1
73172026-07-19T04:19:42.930ZDEBGDEBGJul 19 04:19:41.783 INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73182026-07-19T04:19:42.930ZJul 19 04:19:41.783reset freemap , unit :DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73192026-07-19T04:19:42.930Zadding route 172.17.0.22/32 -> 10.0.0.255
73202026-07-19T04:19:42.930ZJul 19 04:19:41.783
73212026-07-19T04:19:42.930Z Jul 19 04:19:41.783Jul 19 04:19:41.783Jul 19 04:19:41.783 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
73222026-07-19T04:19:42.930Zreplacing 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
73232026-07-19T04:19:42.930Z INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:19:41.783 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
73242026-07-19T04:19:42.930Z Jul 19 04:19:41.783replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73252026-07-19T04:19:42.930Z
73262026-07-19T04:19:42.930ZINFO Jul 19 04:19:41.783adding route 172.17.0.23/32 -> 10.0.0.255
73272026-07-19T04:19:42.930Z DEBGJul 19 04:19:41.783Jul 19 04:19:41.783 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:19:41.783
73282026-07-19T04:19:42.930ZDEBG 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 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
73292026-07-19T04:19:42.930Zadding route 3fff:dead::/64 -> 2001:db8::55:3
73302026-07-19T04:19:42.930Z
73312026-07-19T04:19:42.930Z 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:19:41.783
73322026-07-19T04:19:42.930Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 19 04:19:41.783Jul 19 04:19:41.783Jul 19 04:19:41.783 INFOINFO
73332026-07-19T04:19:42.930Z Jul 19 04:19:41.783adding route 172.17.0.24/32 -> 10.0.0.255DEBGadding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:19:41.566
73342026-07-19T04:19:42.930Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
73352026-07-19T04:19:42.930Z INFO created new freemap , Jul 19 04:19:41.783 unitINFOJul 19 04:19:41.783 Jul 19 04:19:41.783adding route 3fff:dead::/64 -> 2001:db8::55:4:
73362026-07-19T04:19:42.930Z adding route 172.17.0.23/32 -> 10.0.0.255
73372026-07-19T04:19:42.930ZDEBG
73382026-07-19T04:19:42.930Z 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 } }]DEBGfreemap_route_ipv4
73392026-07-19T04:19:42.930Zreplacing 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 } }]
73402026-07-19T04:19:42.930Z
73412026-07-19T04:19:42.930ZJul 19 04:19:41.783Jul 19 04:19:41.783Jul 19 04:19:41.783 DEBGJul 19 04:19:41.783DEBG Jul 19 04:19:41.783 DEBGDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.783INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemap
73422026-07-19T04:19:42.930Z
73432026-07-19T04:19:42.930Z, adding route 172.17.0.25/32 -> 10.0.0.255
73442026-07-19T04:19:42.931Zreplacing 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 } }]INFOunit :
73452026-07-19T04:19:42.931Z freemap_route_ipv6Jul 19 04:19:41.783
73462026-07-19T04:19:42.931Z Jul 19 04:19:41.783DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:19:41.783Jul 19 04:19:41.783 DEBG
73472026-07-19T04:19:42.931Zinitted freemap. size: 64, unitreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
73482026-07-19T04:19:42.931Z Jul 19 04:19:41.802freemap_route_ipv4
73492026-07-19T04:19:42.931Z DEBG INFO Jul 19 04:19:41.802adding route 172.16.0.0/32 -> 10.0.0.3 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
73502026-07-19T04:19:42.931Z
73512026-07-19T04:19:42.931Z Jul 19 04:19:41.802DEBGadding route 172.17.0.26/32 -> 10.0.0.255 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73522026-07-19T04:19:42.931Z
73532026-07-19T04:19:42.931ZJul 19 04:19:41.802 INFOreset freemap , Jul 19 04:19:41.802unit :DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 19 04:19:41.802freemap_route_ipv4
73542026-07-19T04:19:42.931Z 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 } }]
73552026-07-19T04:19:42.931ZDEBG
73562026-07-19T04:19:42.931Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.802
73572026-07-19T04:19:42.931Z DEBG Jul 19 04:19:41.802initted freemap. size: 64Jul 19 04:19:41.802, unitDEBGJul 19 04:19:41.802INFO: freemap_route_ipv6replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255INFO
73582026-07-19T04:19:42.931Z
73592026-07-19T04:19:42.931Z
73602026-07-19T04:19:42.931Z adding route 172.16.0.0/32 -> 10.0.0.4
73612026-07-19T04:19:42.931ZJul 19 04:19:41.802Jul 19 04:19:41.802 DEBGDEBG reset freemapreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:19:41.802
73622026-07-19T04:19:42.931Zunit:Jul 19 04:19:41.783 freemap_route_ipv6INFO
73632026-07-19T04:19:42.931ZJul 19 04:19:41.802 Jul 19 04:19:41.802 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
73642026-07-19T04:19:42.931Z DEBGadding route 172.17.0.24/32 -> 10.0.0.255 Jul 19 04:19:41.802INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73652026-07-19T04:19:42.931Z
73662026-07-19T04:19:42.931Z adding route 172.17.0.28/32 -> 10.0.0.255
73672026-07-19T04:19:42.931Z INFOJul 19 04:19:41.802 adding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 19 04:19:41.802Jul 19 04:19:41.802
73682026-07-19T04:19:42.931ZINFO DEBGJul 19 04:19:41.802DEBGadding route 172.17.0.0/32 -> 10.0.0.255 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 } }]
73692026-07-19T04:19:42.931Z
73702026-07-19T04:19:42.931Z Jul 19 04:19:41.802 DEBGJul 19 04:19:41.802DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]
73712026-07-19T04:19:42.931ZDEBG
73722026-07-19T04:19:42.931Z 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:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802
73732026-07-19T04:19:42.931Zreplacing 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 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
73742026-07-19T04:19:42.931Z
73752026-07-19T04:19:42.931Z Jul 19 04:19:41.802 INFOINFOJul 19 04:19:41.802adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
73762026-07-19T04:19:42.931Z adding route 172.17.0.1/32 -> 10.0.0.255DEBGadding route 172.17.0.29/32 -> 10.0.0.255
73772026-07-19T04:19:42.931Z
73782026-07-19T04:19:42.931Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.802Jul 19 04:19:41.802
73792026-07-19T04:19:42.994ZJul 19 04:19:41.802 Jul 19 04:19:41.802DEBG DEBG INFO 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 } }]Jul 19 04:19:41.802 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 } }]
73802026-07-19T04:19:42.994Zreplacing 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 } }]
73812026-07-19T04:19:42.995Z
73822026-07-19T04:19:42.995Z INFOadding route 172.17.0.25/32 -> 10.0.0.255 Jul 19 04:19:41.802Jul 19 04:19:41.802 adding route 3fff:dead::/64 -> 2001:db8::55:3
73832026-07-19T04:19:42.995ZINFOJul 19 04:19:41.802
73842026-07-19T04:19:42.995Z adding route 172.17.0.2/32 -> 10.0.0.255
73852026-07-19T04:19:42.995ZINFO adding route 172.17.0.30/32 -> 10.0.0.255 Jul 19 04:19:41.802INFO
73862026-07-19T04:19:42.995ZJul 19 04:19:41.802Jul 19 04:19:41.802 DEBG DEBGJul 19 04:19:41.802adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }] 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 } }]
73872026-07-19T04:19:42.995Z
73882026-07-19T04:19:42.995Z
73892026-07-19T04:19:42.995Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
73902026-07-19T04:19:42.995Z
73912026-07-19T04:19:42.995ZJul 19 04:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802DEBG INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:19:41.802
73922026-07-19T04:19:42.995Zadding route 172.17.0.3/32 -> 10.0.0.255
73932026-07-19T04:19:42.995Z 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
73942026-07-19T04:19:42.995ZJul 19 04:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802 INFODEBGDEBG Jul 19 04:19:41.802adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
73952026-07-19T04:19:42.995Z
73962026-07-19T04:19:42.995Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
73972026-07-19T04:19:42.995ZJul 19 04:19:41.802
73982026-07-19T04:19:42.995Z 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: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:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802
73992026-07-19T04:19:42.995Z 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74002026-07-19T04:19:42.995ZINFO
74012026-07-19T04:19:42.995Z
74022026-07-19T04:19:42.995Zadding route 172.17.0.4/32 -> 10.0.0.255
74032026-07-19T04:19:42.995ZJul 19 04:19:41.802Jul 19 04:19:41.802 INFOJul 19 04:19:41.802INFO Jul 19 04:19:41.802adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
74042026-07-19T04:19:42.995Z DEBG
74052026-07-19T04:19:42.995Zreplacing 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 } }]
74062026-07-19T04:19:42.995Zreplacing 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 } }]
74072026-07-19T04:19:42.995ZJul 19 04:19:41.802 Jul 19 04:19:41.802DEBG INFOJul 19 04:19:41.802 Jul 19 04:19:41.802replacing 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 } }]
74082026-07-19T04:19:42.995ZINFOadding route 172.17.0.5/32 -> 10.0.0.255
74092026-07-19T04:19:42.995ZDEBGJul 19 04:19:41.802 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
74102026-07-19T04:19:42.996Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:19:41.802
74112026-07-19T04:19:42.996Z DEBG
74122026-07-19T04:19:42.996Z 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 } }]Jul 19 04:19:41.802
74132026-07-19T04:19:42.996Z Jul 19 04:19:41.802 INFODEBG adding route 172.17.0.28/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 } }]
74142026-07-19T04:19:42.996ZJul 19 04:19:41.802Jul 19 04:19:41.802
74152026-07-19T04:19:42.996Z DEBG INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:19:41.802Jul 19 04:19:41.803
74162026-07-19T04:19:42.996Z INFO
74172026-07-19T04:19:42.996Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
74182026-07-19T04:19:42.996ZJul 19 04:19:41.803DEBG Jul 19 04:19:41.803 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74192026-07-19T04:19:42.996Z Jul 19 04:19:41.803 adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74202026-07-19T04:19:42.996Z
74212026-07-19T04:19:42.996Z DEBG Jul 19 04:19:41.803Jul 19 04:19:41.803 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74222026-07-19T04:19:42.996Z
74232026-07-19T04:19:42.996Zreplacing 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 } }]
74242026-07-19T04:19:42.996ZJul 19 04:19:41.803Jul 19 04:19:41.803 Jul 19 04:19:41.803Jul 19 04:19:41.803 INFOINFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255DEBG
74252026-07-19T04:19:42.996Z
74262026-07-19T04:19:42.996Zadding route 172.17.0.35/32 -> 10.0.0.255
74272026-07-19T04:19:42.996Zreplacing 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.803
74282026-07-19T04:19:42.996Z DEBG Jul 19 04:19:41.803Jul 19 04:19:41.803 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 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 } }]
74292026-07-19T04:19:42.996Z
74302026-07-19T04:19:42.996ZJul 19 04:19:41.803
74312026-07-19T04:19:42.996Z Jul 19 04:19:41.803INFO Jul 19 04:19:41.803adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:19:41.803 INFO
74322026-07-19T04:19:42.996Z DEBGadding route 172.17.0.36/32 -> 10.0.0.255INFO
74332026-07-19T04:19:42.996Z adding route 172.17.0.8/32 -> 10.0.0.255failed to allocate space for the new target list
74342026-07-19T04:19:42.996ZJul 19 04:19:41.803
74352026-07-19T04:19:42.996Z 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 } }]
74362026-07-19T04:19:42.996ZJul 19 04:19:41.803Jul 19 04:19:41.803 Jul 19 04:19:41.803 DEBGDEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
74372026-07-19T04:19:42.996Z
74382026-07-19T04:19:42.996Zreplacing 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:19:41.803
74392026-07-19T04:19:42.996Z Jul 19 04:19:41.803INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
74402026-07-19T04:19:42.996Zadding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:19:41.803
74412026-07-19T04:19:42.996Z INFOJul 19 04:19:41.803 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 } }]
74422026-07-19T04:19:42.996Z adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:19:41.803
74432026-07-19T04:19:42.996ZJul 19 04:19:41.803 INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Jul 19 04:19:41.803
74442026-07-19T04:19:42.996Z 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
74452026-07-19T04:19:42.996Z 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 } }]
74462026-07-19T04:19:42.996ZJul 19 04:19:41.803 Jul 19 04:19:41.803Jul 19 04:19:41.803INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255
74472026-07-19T04:19:42.996Zreplacing 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
74482026-07-19T04:19:42.997Z adding route 172.17.0.10/32 -> 10.0.0.255
74492026-07-19T04:19:42.997ZJul 19 04:19:41.803 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 } }]
74502026-07-19T04:19:42.997Ztest route::tests::same_size_non_subset_replace ... ok
74512026-07-19T04:19:42.997Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74522026-07-19T04:19:42.997ZJul 19 04:19:41.803 Jul 19 04:19:41.803INFO DEBGJul 19 04:19:41.566 Jul 19 04:19:41.803replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255
74532026-07-19T04:19:42.997ZJul 19 04:19:41.817Jul 19 04:19:41.803 DEBGDEBG Jul 19 04:19:41.803 created new freemapDEBG, created new freemapcreated new freemapINFO, unit, unitunit:adding route 172.17.0.11/32 -> 10.0.0.255 :
74542026-07-19T04:19:42.997Z :freemap_route_ipv4 freemap_route_ipv4
74552026-07-19T04:19:42.997Zfreemap_route_ipv4
74562026-07-19T04:19:42.997Z
74572026-07-19T04:19:42.997ZJul 19 04:19:41.817Jul 19 04:19:41.817 Jul 19 04:19:41.817DEBG Jul 19 04:19:41.817DEBGreplacing 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 Jul 19 04:19:41.803DEBG
74582026-07-19T04:19:42.997Z created new freemap created new freemapcreated new freemap, , , Jul 19 04:19:41.817unit unit:: INFOunit :freemap_route_ipv6adding route 172.17.0.12/32 -> 10.0.0.255
74592026-07-19T04:19:42.997Z
74602026-07-19T04:19:42.997Zfreemap_route_ipv6freemap_route_ipv6DEBG
74612026-07-19T04:19:42.997ZJul 19 04:19:41.817
74622026-07-19T04:19:42.997ZJul 19 04:19:41.817 DEBGJul 19 04:19:41.817Jul 19 04:19:41.817created new freemap DEBGDEBGDEBG, 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 } }] initted freemap. size: 64
74632026-07-19T04:19:42.997Zinitted freemap. size: 64initted freemap. size: 64, , unitunitJul 19 04:19:41.817, :unit unit: :freemap_route_ipv4: freemap_route_ipv4 freemap_route_ipv4
74642026-07-19T04:19:42.997Z
74652026-07-19T04:19:42.997Z
74662026-07-19T04:19:42.997Zfreemap_route_ipv4
74672026-07-19T04:19:42.997ZINFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817 DEBGDEBGJul 19 04:19:41.817 reset freemapreset freemapDEBG,
74682026-07-19T04:19:42.997ZJul 19 04:19:41.817
74692026-07-19T04:19:42.997Z, unit:unit Jul 19 04:19:41.817created new freemap: , DEBG freemap_route_ipv4
74702026-07-19T04:19:42.997Zreset freemapfreemap_route_ipv4
74712026-07-19T04:19:42.997ZDEBG, unitJul 19 04:19:41.817 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:19:41.817unit DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.817
74722026-07-19T04:19:42.997Zinitted freemap. size: 64
74732026-07-19T04:19:42.997Z, freemap_route_ipv4
74742026-07-19T04:19:42.997Zunit:DEBGJul 19 04:19:41.817: initted freemap. size: 64INFO, adding route 172.17.0.14/32 -> 10.0.0.255unitJul 19 04:19:41.817
74752026-07-19T04:19:42.997Z :Jul 19 04:19:41.817freemap_route_ipv6freemap_route_ipv6
74762026-07-19T04:19:42.997ZJul 19 04:19:41.817
74772026-07-19T04:19:42.997Z 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:19:41.817
74782026-07-19T04:19:42.997ZJul 19 04:19:41.817freemap_route_ipv6
74792026-07-19T04:19:43.006ZINFO DEBGDEBG Jul 19 04:19:41.817DEBG Jul 19 04:19:41.817DEBG INFOreset freemap , reset freemapadding route 172.17.0.15/32 -> 10.0.0.255unit
74802026-07-19T04:19:43.006Z:, unit initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:19:41.817initted freemap. size: 64, , : unit freemap_route_ipv6:freemap_route_ipv6unit
74812026-07-19T04:19:43.006ZDEBG
74822026-07-19T04:19:43.006Z:
74832026-07-19T04:19:43.006Zfreemap_route_ipv4Jul 19 04:19:41.817 INFOfreemap_route_ipv6
74842026-07-19T04:19:43.006Z Jul 19 04:19:41.817adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
74852026-07-19T04:19:43.007ZINFO
74862026-07-19T04:19:43.007Z
74872026-07-19T04:19:43.007Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.817Jul 19 04:19:41.817
74882026-07-19T04:19:43.007Z Jul 19 04:19:41.817Jul 19 04:19:41.817DEBG Jul 19 04:19:41.817INFOreplacing 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:19:41.817 DEBG
74892026-07-19T04:19:43.007ZDEBG DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74902026-07-19T04:19:43.007Z adding route 172.17.0.16/32 -> 10.0.0.255reset freemapJul 19 04:19:41.817,
74912026-07-19T04:19:43.007Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 :Jul 19 04:19:41.817INFO
74922026-07-19T04:19:43.007Z freemap_route_ipv6 DEBGJul 19 04:19:41.817
74932026-07-19T04:19:43.007Zadding route 172.16.0.0/32 -> 10.0.0.1
74942026-07-19T04:19:43.007ZJul 19 04:19:41.817 reset freemapINFOJul 19 04:19:41.817, DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2INFO unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:19:41.817
74952026-07-19T04:19:43.007Z
74962026-07-19T04:19:43.007Z
74972026-07-19T04:19:43.007Z INFO :adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817Jul 19 04:19:41.817
74982026-07-19T04:19:43.007Z INFOadding route 172.16.0.0/32 -> 10.0.0.1INFODEBG freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255
74992026-07-19T04:19:43.007Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
75002026-07-19T04:19:43.007Z
75012026-07-19T04:19:43.007ZJul 19 04:19:41.817
75022026-07-19T04:19:43.007Z
75032026-07-19T04:19:43.007ZDEBG Jul 19 04:19:41.817Jul 19 04:19:41.817replacing 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.817
75042026-07-19T04:19:43.007Z INFOJul 19 04:19:41.817DEBG 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 } }]
75052026-07-19T04:19:43.007Z 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 } }]
75062026-07-19T04:19:43.007Zreplacing 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.817Jul 19 04:19:41.817 DEBG
75072026-07-19T04:19:43.007Z Jul 19 04:19:41.817 INFOJul 19 04:19:41.817adding route 172.16.0.0/32 -> 10.0.0.3 INFO adding route 172.16.0.0/32 -> 10.0.0.2 INFOinitted freemap. size: 64
75082026-07-19T04:19:43.007Zadding route 172.17.0.18/32 -> 10.0.0.255
75092026-07-19T04:19:43.007Z, unit:Jul 19 04:19:41.817
75102026-07-19T04:19:43.007ZINFO Jul 19 04:19:41.817freemap_route_ipv6 Jul 19 04:19:41.817 adding route 172.16.0.0/32 -> 10.0.0.2 Jul 19 04:19:41.817
75112026-07-19T04:19:43.007ZDEBG DEBG
75122026-07-19T04:19:43.007Zadding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
75132026-07-19T04:19:43.007Z
75142026-07-19T04:19:43.007ZJul 19 04:19:41.817 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGJul 19 04:19:41.817
75152026-07-19T04:19:43.008Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
75162026-07-19T04:19:43.008ZJul 19 04:19:41.817DEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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.817Jul 19 04:19:41.817 , INFOJul 19 04:19:41.817 unitDEBGadding route 172.17.0.19/32 -> 10.0.0.255 DEBG
75172026-07-19T04:19:43.008Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
75182026-07-19T04:19:43.008Z: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 } }]
75192026-07-19T04:19:43.008Z INFOfreemap_route_ipv6
75202026-07-19T04:19:43.008Zadding route 172.16.0.0/32 -> 10.0.0.4
75212026-07-19T04:19:43.008ZJul 19 04:19:41.817Jul 19 04:19:41.817 DEBGINFO
75222026-07-19T04:19:43.008Zadding route 172.17.0.0/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817
75232026-07-19T04:19:43.008Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75242026-07-19T04:19:43.008ZJul 19 04:19:41.817 DEBG Jul 19 04:19:41.817replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.817
75252026-07-19T04:19:43.008ZINFOadding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
75262026-07-19T04:19:43.008ZDEBGJul 19 04:19:41.817INFO 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 } }]
75272026-07-19T04:19:43.008Zadding route 172.17.0.20/32 -> 10.0.0.255
75282026-07-19T04:19:43.008Z
75292026-07-19T04:19:43.008ZDEBGJul 19 04:19:41.817 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Jul 19 04:19:41.817Jul 19 04:19:41.817 Jul 19 04:19:41.817 INFO
75302026-07-19T04:19:43.008ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.1/32 -> 10.0.0.255
75312026-07-19T04:19:43.008Z
75322026-07-19T04:19:43.008Zreplacing 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 } }]
75332026-07-19T04:19:43.008ZDEBG Jul 19 04:19:41.817replacing 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:19:41.817DEBG
75342026-07-19T04:19:43.008Z INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.817
75352026-07-19T04:19:43.008Zadding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:19:41.817 INFO
75362026-07-19T04:19:43.008Z adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:19:41.817
75372026-07-19T04:19:43.008Z INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255
75382026-07-19T04:19:43.008ZJul 19 04:19:41.817Jul 19 04:19:41.817adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
75392026-07-19T04:19:43.008Z Jul 19 04:19:41.817replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
75402026-07-19T04:19:43.008ZDEBG Jul 19 04:19:41.817replacing 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.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 } }]
75412026-07-19T04:19:43.008Z
75422026-07-19T04:19:43.008ZDEBGJul 19 04:19:41.817 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 } }]Jul 19 04:19:41.817adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:19:41.817
75432026-07-19T04:19:43.008Z INFO
75442026-07-19T04:19:43.008Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
75452026-07-19T04:19:43.008Z adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.817
75462026-07-19T04:19:43.008Z INFOJul 19 04:19:41.817 adding route 172.16.0.0/32 -> 10.0.0.3DEBG
75472026-07-19T04:19:43.008Z 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 } }]
75482026-07-19T04:19:43.008ZJul 19 04:19:41.817Jul 19 04:19:41.817Jul 19 04:19:41.817 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
75492026-07-19T04:19:43.008Zadding route 172.17.0.4/32 -> 10.0.0.255
75502026-07-19T04:19:43.008Ztest route::tests::shrink_preserves_compacted_order ... ok
75512026-07-19T04:19:43.009Zreplacing 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.817
75522026-07-19T04:19:43.009ZDEBGJul 19 04:19:41.817 Jul 19 04:19:41.817 DEBGDEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }]
75532026-07-19T04:19:43.009ZJul 19 04:19:41.817
75542026-07-19T04:19:43.009ZJul 19 04:19:41.817Jul 19 04:19:41.817 INFOINFO INFOadding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
75552026-07-19T04:19:43.009Z
75562026-07-19T04:19:43.009Z
75572026-07-19T04:19:43.009ZJul 19 04:19:41.817Jul 19 04:19:41.817
75582026-07-19T04:19:43.009ZDEBG Jul 19 04:19:41.817DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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
75592026-07-19T04:19:43.009Z
75602026-07-19T04:19:43.009Z 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 } }]
75612026-07-19T04:19:43.009ZJul 19 04:19:41.817Jul 19 04:19:41.817 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817
75622026-07-19T04:19:43.009Z INFO
75632026-07-19T04:19:43.009Z adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:19:41.817
75642026-07-19T04:19:43.009ZINFO Jul 19 04:19:41.817 DEBGadding route 172.17.0.41/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75652026-07-19T04:19:43.009ZJul 19 04:19:41.817
75662026-07-19T04:19:43.009Z 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 } }]DEBGJul 19 04:19:41.817
75672026-07-19T04:19:43.009ZJul 19 04:19:41.830 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
75682026-07-19T04:19:43.009Z
75692026-07-19T04:19:43.009Zadding route 172.16.0.0/32 -> 10.0.0.4Jul 19 04:19:41.830 DEBGJul 19 04:19:41.830 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 } }]
75702026-07-19T04:19:43.009Z
75712026-07-19T04:19:43.009ZINFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:19:41.830Jul 19 04:19:41.830 INFO
75722026-07-19T04:19:43.009Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
75732026-07-19T04:19:43.009Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.830
75742026-07-19T04:19:43.009ZJul 19 04:19:41.817Jul 19 04:19:41.830 Jul 19 04:19:41.830 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 } }]
75752026-07-19T04:19:43.009Zadding route 172.17.0.29/32 -> 10.0.0.255DEBGreplacing 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 } }]
75762026-07-19T04:19:43.009Z
75772026-07-19T04:19:43.009Zreplacing 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 } }]
75782026-07-19T04:19:43.009ZJul 19 04:19:41.830 INFO adding route 172.17.0.43/32 -> 10.0.0.255
75792026-07-19T04:19:43.147ZJul 19 04:19:41.830Jul 19 04:19:41.830 DEBGINFO Jul 19 04:19:41.830 INFODEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
75802026-07-19T04:19:43.147Z
75812026-07-19T04:19:43.147Z adding route 172.17.0.39/32 -> 10.0.0.255 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 } }]
75822026-07-19T04:19:43.147Z
75832026-07-19T04:19:43.147ZJul 19 04:19:41.830Jul 19 04:19:41.830 Jul 19 04:19:41.830DEBGINFO INFOadding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:19:41.830
75842026-07-19T04:19:43.147Z 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 } }]DEBGadding route 172.17.0.30/32 -> 10.0.0.255
75852026-07-19T04:19:43.147Z
75862026-07-19T04:19:43.147Zreplacing 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 } }]
75872026-07-19T04:19:43.147ZJul 19 04:19:41.830 DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830Jul 19 04:19:41.830 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.147Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOJul 19 04:19:41.830
75892026-07-19T04:19:43.147ZINFOadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
75902026-07-19T04:19:43.147Zadding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:19:41.830
75912026-07-19T04:19:43.147Z INFO
75922026-07-19T04:19:43.147Z adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:19:41.830
75932026-07-19T04:19:43.147ZJul 19 04:19:41.830 DEBGDEBG Jul 19 04:19:41.830replacing 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.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 } }]
75942026-07-19T04:19:43.147Z
75952026-07-19T04:19:43.147ZJul 19 04:19:41.830 DEBGDEBG Jul 19 04:19:41.830Jul 19 04:19:41.830replacing 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 } }]
75962026-07-19T04:19:43.147ZINFOreplacing 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 } }]
75972026-07-19T04:19:43.148Zadding route 172.17.0.46/32 -> 10.0.0.255
75982026-07-19T04:19:43.148ZINFOJul 19 04:19:41.830 INFO Jul 19 04:19:41.830 adding route 172.17.0.41/32 -> 10.0.0.255 Jul 19 04:19:41.830
75992026-07-19T04:19:43.148ZDEBGadding route 172.17.0.32/32 -> 10.0.0.255 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:19:41.830
76002026-07-19T04:19:43.148Z INFODEBG
76012026-07-19T04:19:43.148Z 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 } }]
76022026-07-19T04:19:43.148Zadding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:19:41.830Jul 19 04:19:41.830
76032026-07-19T04:19:43.148Z DEBGINFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:19:41.830replacing 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 } }]
76042026-07-19T04:19:43.148ZJul 19 04:19:41.830 INFO
76052026-07-19T04:19:43.148Z DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:19:41.830Jul 19 04:19:41.830
76062026-07-19T04:19:43.148ZDEBG 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
76072026-07-19T04:19:43.148Z Jul 19 04:19:41.830adding route 172.17.0.33/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 } }]
76082026-07-19T04:19:43.148ZJul 19 04:19:41.830DEBG
76092026-07-19T04:19:43.148Z 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 adding route 172.17.0.48/32 -> 10.0.0.255
76102026-07-19T04:19:43.148Z
76112026-07-19T04:19:43.148ZJul 19 04:19:41.830Jul 19 04:19:41.830 INFODEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:19:41.830
76122026-07-19T04:19:43.148Z Jul 19 04:19:41.830DEBG
76132026-07-19T04:19:43.148Zreplacing 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
76142026-07-19T04:19:43.148Z Jul 19 04:19:41.830 INFOadding route 172.17.0.43/32 -> 10.0.0.255 Jul 19 04:19:41.830adding route 172.17.0.34/32 -> 10.0.0.255
76152026-07-19T04:19:43.148ZJul 19 04:19:41.830 DEBG
76162026-07-19T04:19:43.148ZINFO Jul 19 04:19:41.830replacing 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 } }] DEBGadding route 172.17.0.49/32 -> 10.0.0.255
76172026-07-19T04:19:43.148Z
76182026-07-19T04:19:43.148Z Jul 19 04:19:41.830replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
76192026-07-19T04:19:43.148Z Jul 19 04:19:41.830replacing 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.830Jul 19 04:19:41.830
76202026-07-19T04:19:43.148ZDEBG INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255
76212026-07-19T04:19:43.148Z adding route 172.17.0.30/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 } }]Jul 19 04:19:41.830
76222026-07-19T04:19:43.148ZINFO
76232026-07-19T04:19:43.148Zadding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:19:41.830
76242026-07-19T04:19:43.148Z Jul 19 04:19:41.830DEBGJul 19 04:19:41.830 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 } }]
76252026-07-19T04:19:43.148ZINFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:19:41.830replacing 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 } }]
76262026-07-19T04:19:43.148Z Jul 19 04:19:41.830DEBG
76272026-07-19T04:19:43.148ZINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
76282026-07-19T04:19:43.148ZJul 19 04:19:41.830
76292026-07-19T04:19:43.148Z DEBG Jul 19 04:19:41.830replacing 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:19:41.830
76302026-07-19T04:19:43.148ZJul 19 04:19:41.830 INFODEBG 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 } }]
76312026-07-19T04:19:43.148Zadding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:19:41.830
76322026-07-19T04:19:43.148Z Jul 19 04:19:41.830INFO
76332026-07-19T04:19:43.149Z INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:19:41.830
76342026-07-19T04:19:43.149ZJul 19 04:19:41.830
76352026-07-19T04:19:43.149Z DEBG DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830replacing 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.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 } }]
76362026-07-19T04:19:43.149Z
76372026-07-19T04:19:43.149ZDEBGDEBG 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 } }]
76382026-07-19T04:19:43.149Zreplacing 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.830
76392026-07-19T04:19:43.149ZJul 19 04:19:41.830 INFOINFOJul 19 04:19:41.830 INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:19:41.830
76402026-07-19T04:19:43.149Z
76412026-07-19T04:19:43.149Z INFOadding route 172.17.0.37/32 -> 10.0.0.255
76422026-07-19T04:19:43.149ZJul 19 04:19:41.830Jul 19 04:19:41.830adding route 172.17.0.52/32 -> 10.0.0.255
76432026-07-19T04:19:43.149ZDEBG DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830 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 } }]DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76442026-07-19T04:19:43.149Z
76452026-07-19T04:19:43.149Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76462026-07-19T04:19:43.149Z
76472026-07-19T04:19:43.149ZJul 19 04:19:41.830 Jul 19 04:19:41.830Jul 19 04:19:41.830 INFOJul 19 04:19:41.830 adding route 172.17.0.33/32 -> 10.0.0.255INFOINFO
76482026-07-19T04:19:43.149Zadding route 172.17.0.53/32 -> 10.0.0.255INFO adding route 172.17.0.38/32 -> 10.0.0.255
76492026-07-19T04:19:43.149Z
76502026-07-19T04:19:43.149Zadding route 172.17.0.48/32 -> 10.0.0.255
76512026-07-19T04:19:43.149ZJul 19 04:19:41.830 Jul 19 04:19:41.830DEBGJul 19 04:19:41.830Jul 19 04:19:41.830 DEBGDEBGreplacing 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 } }]
76522026-07-19T04:19:43.149Z DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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.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 } }]
76532026-07-19T04:19:43.149Z
76542026-07-19T04:19:43.149Z
76552026-07-19T04:19:43.149ZJul 19 04:19:41.830 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:19:41.830
76562026-07-19T04:19:43.149Z Jul 19 04:19:41.830INFOJul 19 04:19:41.830 INFOINFOadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.49/32 -> 10.0.0.255
76572026-07-19T04:19:43.149Zadding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:19:41.830
76582026-07-19T04:19:43.149Z
76592026-07-19T04:19:43.149Z DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76602026-07-19T04:19:43.149ZJul 19 04:19:41.830 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
76612026-07-19T04:19:43.149Z 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 } }]
76622026-07-19T04:19:43.149ZDEBGJul 19 04:19:41.830 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76632026-07-19T04:19:43.149ZJul 19 04:19:41.830 adding route 172.17.0.40/32 -> 10.0.0.255INFO
76642026-07-19T04:19:43.149Z Jul 19 04:19:41.830adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:19:41.830 Jul 19 04:19:41.830
76652026-07-19T04:19:43.149ZINFO adding route 172.17.0.50/32 -> 10.0.0.255INFO
76662026-07-19T04:19:43.149Z adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:19:41.830
76672026-07-19T04:19:43.149Z Jul 19 04:19:41.830 DEBGDEBG Jul 19 04:19:41.830 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
76682026-07-19T04:19:43.149Ztest route::tests::add_target_fails_full ... ok
76692026-07-19T04:19:43.149ZDEBGreplacing 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 } }]
76702026-07-19T04:19:43.149Z 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.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 } }]
76712026-07-19T04:19:43.150Z
76722026-07-19T04:19:43.150ZJul 19 04:19:41.830 INFOJul 19 04:19:41.830Jul 19 04:19:41.830 Jul 19 04:19:41.830INFO INFOINFOadding route 172.17.0.51/32 -> 10.0.0.255
76732026-07-19T04:19:43.150Zadding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
76742026-07-19T04:19:43.150Z
76752026-07-19T04:19:43.150Ztest route::tests::delete_target_full ... ok
76762026-07-19T04:19:43.150Z adding route 172.17.0.36/32 -> 10.0.0.255
76772026-07-19T04:19:43.150ZJul 19 04:19:41.830Jul 19 04:19:41.830 Jul 19 04:19:41.830DEBGJul 19 04:19:41.830 DEBG DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76782026-07-19T04:19:43.150Z
76792026-07-19T04:19:43.167Zreplacing 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.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 } }]
76802026-07-19T04:19:43.167Z
76812026-07-19T04:19:43.167ZJul 19 04:19:41.830 INFOJul 19 04:19:41.830 adding route 172.17.0.57/32 -> 10.0.0.255INFO
76822026-07-19T04:19:43.167ZJul 19 04:19:41.830 INFOadding route 172.17.0.37/32 -> 10.0.0.255 Jul 19 04:19:41.830adding route 172.17.0.52/32 -> 10.0.0.255
76832026-07-19T04:19:43.168Z Jul 19 04:19:41.844replacing 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
76842026-07-19T04:19:43.168Z 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 } }]
76852026-07-19T04:19:43.168ZJul 19 04:19:41.844 Jul 19 04:19:41.844DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76862026-07-19T04:19:43.168Zadding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:19:41.844
76872026-07-19T04:19:43.168Z INFO
76882026-07-19T04:19:43.168ZJul 19 04:19:41.844Jul 19 04:19:41.844 INFODEBGadding route 172.17.0.7/32 -> 10.0.0.255
76892026-07-19T04:19:43.168Z 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.58/32 -> 10.0.0.255
76902026-07-19T04:19:43.168ZJul 19 04:19:41.844
76912026-07-19T04:19:43.168Z Jul 19 04:19:41.844 DEBGDEBG Jul 19 04:19:41.844 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:19:41.844
76922026-07-19T04:19:43.168Zreplacing 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 } }]
76932026-07-19T04:19:43.168ZINFO Jul 19 04:19:41.844DEBG adding route 172.17.0.54/32 -> 10.0.0.255
76942026-07-19T04:19:43.168ZJul 19 04:19:41.844replacing 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
76952026-07-19T04:19:43.168Z INFO Jul 19 04:19:41.844adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
76962026-07-19T04:19:43.168Z
76972026-07-19T04:19:43.168Z Jul 19 04:19:41.844 DEBGINFOJul 19 04:19:41.844 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.59/32 -> 10.0.0.255DEBG
76982026-07-19T04:19:43.168Z
76992026-07-19T04:19:43.168Zreplacing 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:19:41.844
77002026-07-19T04:19:43.168ZDEBGJul 19 04:19:41.844Jul 19 04:19:41.844 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.844
77012026-07-19T04:19:43.168Z adding route 172.17.0.55/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 } }]
77022026-07-19T04:19:43.168ZJul 19 04:19:41.844INFO
77032026-07-19T04:19:43.168Z adding route 172.17.0.9/32 -> 10.0.0.255
77042026-07-19T04:19:43.168ZINFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.845Jul 19 04:19:41.845
77052026-07-19T04:19:43.168Z DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77062026-07-19T04:19:43.168ZJul 19 04:19:41.845Jul 19 04:19:41.845 adding route 172.17.0.60/32 -> 10.0.0.255
77072026-07-19T04:19:43.168ZDEBGDEBG 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.845
77082026-07-19T04:19:43.168Z INFO adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77092026-07-19T04:19:43.168ZJul 19 04:19:41.845Jul 19 04:19:41.845
77102026-07-19T04:19:43.168Z 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 } }]
77112026-07-19T04:19:43.168ZINFOJul 19 04:19:41.845 adding route 172.17.0.10/32 -> 10.0.0.255
77122026-07-19T04:19:43.168ZJul 19 04:19:41.845DEBG 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:19:41.845
77132026-07-19T04:19:43.168Z INFOJul 19 04:19:41.845 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
77142026-07-19T04:19:43.168Z INFO 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.61/32 -> 10.0.0.255
77152026-07-19T04:19:43.168Z
77162026-07-19T04:19:43.168ZJul 19 04:19:41.845 INFOJul 19 04:19:41.845 Jul 19 04:19:41.845Jul 19 04:19:41.845adding route 172.17.0.57/32 -> 10.0.0.255
77172026-07-19T04:19:43.168Z INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255DEBG
77182026-07-19T04:19:43.168Z Jul 19 04:19:41.845replacing 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.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
77192026-07-19T04:19:43.168Z
77202026-07-19T04:19:43.169Z 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.845
77212026-07-19T04:19:43.169Z DEBGJul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845 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 } }]INFO
77222026-07-19T04:19:43.169ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
77232026-07-19T04:19:43.169ZINFOJul 19 04:19:41.845 adding route 172.17.0.58/32 -> 10.0.0.255INFOadding route 172.17.0.62/32 -> 10.0.0.255
77242026-07-19T04:19:43.169Zadding route 172.17.0.12/32 -> 10.0.0.255
77252026-07-19T04:19:43.169Z
77262026-07-19T04:19:43.169ZJul 19 04:19:41.845 DEBGJul 19 04:19:41.845 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 } }]DEBG
77272026-07-19T04:19:43.169ZJul 19 04:19:41.845 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 } }]DEBGJul 19 04:19:41.845
77282026-07-19T04:19:43.169Z DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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.845
77292026-07-19T04:19:43.169Z
77302026-07-19T04:19:43.169Z INFOJul 19 04:19:41.845 adding route 172.17.0.59/32 -> 10.0.0.255INFO
77312026-07-19T04:19:43.169Z Jul 19 04:19:41.845Jul 19 04:19:41.845 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
77322026-07-19T04:19:43.169Z
77332026-07-19T04:19:43.169Zadding route 172.17.0.63/32 -> 10.0.0.255
77342026-07-19T04:19:43.169ZJul 19 04:19:41.845 DEBG Jul 19 04:19:41.845Jul 19 04:19:41.845Jul 19 04:19:41.845 DEBGDEBGreplacing 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 } }]
77352026-07-19T04:19:43.169Z 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 } }]
77362026-07-19T04:19:43.169Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77372026-07-19T04:19:43.169Zreplacing 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:19:41.845Jul 19 04:19:41.845 INFO
77382026-07-19T04:19:43.169Z adding route 172.17.0.60/32 -> 10.0.0.255INFO
77392026-07-19T04:19:43.169ZJul 19 04:19:41.845 adding route 172.17.0.14/32 -> 10.0.0.255INFOJul 19 04:19:41.845
77402026-07-19T04:19:43.169Z DEBGJul 19 04:19:41.845adding route 172.17.0.43/32 -> 10.0.0.255 DEBGfailed to allocate space for the new target listJul 19 04:19:41.845 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
77412026-07-19T04:19:43.169Z
77422026-07-19T04:19:43.169Z 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 } }]
77432026-07-19T04:19:43.169Z
77442026-07-19T04:19:43.169ZJul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845 DEBGINFOINFO Jul 19 04:19:41.845 adding route 172.17.0.15/32 -> 10.0.0.255DEBGadding route 172.17.0.61/32 -> 10.0.0.255
77452026-07-19T04:19:43.169Z
77462026-07-19T04:19:43.169Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77472026-07-19T04:19:43.169Zreplacing 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 } }]
77482026-07-19T04:19:43.169ZJul 19 04:19:41.845 DEBG Jul 19 04:19:41.845replacing 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 } }]
77492026-07-19T04:19:43.169ZDEBGJul 19 04:19:41.845 failed to allocate space for the new target list Jul 19 04:19:41.845INFO
77502026-07-19T04:19:43.169Z Jul 19 04:19:41.845DEBG 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 } }]
77512026-07-19T04:19:43.169Zadding route 172.17.0.44/32 -> 10.0.0.255INFO
77522026-07-19T04:19:43.169Zadding route 172.17.0.16/32 -> 10.0.0.255
77532026-07-19T04:19:43.169ZJul 19 04:19:41.845 INFO adding route 172.17.0.62/32 -> 10.0.0.255Jul 19 04:19:41.845
77542026-07-19T04:19:43.169Z 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 } }]
77552026-07-19T04:19:43.169ZJul 19 04:19:41.845 Jul 19 04:19:41.845DEBG 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 } }]Jul 19 04:19:41.845 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 } }]
77562026-07-19T04:19:43.170ZINFO
77572026-07-19T04:19:43.170Zadding route 172.17.0.17/32 -> 10.0.0.255
77582026-07-19T04:19:43.170ZJul 19 04:19:41.845Jul 19 04:19:41.845 DEBGJul 19 04:19:41.845DEBG 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 } }]failed to allocate space for the new target list
77592026-07-19T04:19:43.170Z
77602026-07-19T04:19:43.170ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
77612026-07-19T04:19:43.170ZJul 19 04:19:41.845 Jul 19 04:19:41.845INFO Jul 19 04:19:41.845DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.18/32 -> 10.0.0.255
77622026-07-19T04:19:43.170Z
77632026-07-19T04:19:43.170Z adding route 172.17.0.42/32 -> 10.0.0.255DEBG 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 } }]
77642026-07-19T04:19:43.170Z
77652026-07-19T04:19:43.170ZJul 19 04:19:41.845 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:19:41.845
77662026-07-19T04:19:43.170Z INFOJul 19 04:19:41.845 Jul 19 04:19:41.845DEBG adding route 172.17.0.46/32 -> 10.0.0.255 INFO
77672026-07-19T04:19:43.170Z 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.19/32 -> 10.0.0.255
77682026-07-19T04:19:43.170Z
77692026-07-19T04:19:43.170ZJul 19 04:19:41.845 Jul 19 04:19:41.845Jul 19 04:19:41.845 DEBGINFO DEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
77702026-07-19T04:19:43.170Z
77712026-07-19T04:19:43.170Z
77722026-07-19T04:19:43.170ZJul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845 DEBG INFOINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.20/32 -> 10.0.0.255
77732026-07-19T04:19:43.170Z
77742026-07-19T04:19:43.170Z Jul 19 04:19:41.845adding route 172.17.0.47/32 -> 10.0.0.255 Jul 19 04:19:41.845
77752026-07-19T04:19:43.170Z DEBGINFO adding route 172.17.0.44/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 } }]
77762026-07-19T04:19:43.170Z
77772026-07-19T04:19:43.170ZJul 19 04:19:41.845 Jul 19 04:19:41.845DEBG Jul 19 04:19:41.845INFO 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
77782026-07-19T04:19:43.170Z 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.21/32 -> 10.0.0.255
77792026-07-19T04:19:43.179Z
77802026-07-19T04:19:43.179ZJul 19 04:19:41.845Jul 19 04:19:41.845Jul 19 04:19:41.845 INFO INFO DEBG adding route 172.17.0.48/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 } }]adding route 172.17.0.45/32 -> 10.0.0.255
77812026-07-19T04:19:43.179Z
77822026-07-19T04:19:43.179Z
77832026-07-19T04:19:43.180ZJul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845DEBG 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 } }] 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 } }]
77842026-07-19T04:19:43.180Z
77852026-07-19T04:19:43.180Zadding route 172.17.0.22/32 -> 10.0.0.255
77862026-07-19T04:19:43.180ZJul 19 04:19:41.845Jul 19 04:19:41.845Jul 19 04:19:41.845 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255INFOreplacing 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 } }]
77872026-07-19T04:19:43.180Z
77882026-07-19T04:19:43.180Z adding route 172.17.0.49/32 -> 10.0.0.255
77892026-07-19T04:19:43.180ZJul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845INFO adding route 172.17.0.23/32 -> 10.0.0.255DEBG
77902026-07-19T04:19:43.180ZDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
77912026-07-19T04:19:43.180Z
77922026-07-19T04:19:43.180ZJul 19 04:19:41.845 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:19:41.845
77932026-07-19T04:19:43.180ZJul 19 04:19:41.845 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:19:41.845
77942026-07-19T04:19:43.180Z INFO adding route 172.17.0.24/32 -> 10.0.0.255
77952026-07-19T04:19:43.180ZJul 19 04:19:41.845Jul 19 04:19:41.845 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 } }]
77962026-07-19T04:19:43.180Z DEBGJul 19 04:19:41.845 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
77972026-07-19T04:19:43.180Z adding route 172.17.0.25/32 -> 10.0.0.255
77982026-07-19T04:19:43.180ZJul 19 04:19:41.845Jul 19 04:19:41.845 INFODEBG adding route 172.17.0.48/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 } }]
77992026-07-19T04:19:43.180ZJul 19 04:19:41.855 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 } }]
78002026-07-19T04:19:43.180Z
78012026-07-19T04:19:43.180ZJul 19 04:19:41.855 INFO adding route 172.17.0.49/32 -> 10.0.0.255
78022026-07-19T04:19:43.180Z INFOJul 19 04:19:41.855Jul 19 04:19:41.855 INFODEBG adding route 172.17.0.50/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 } }]
78032026-07-19T04:19:43.180Zadding route 172.17.0.26/32 -> 10.0.0.255
78042026-07-19T04:19:43.180Z
78052026-07-19T04:19:43.181ZJul 19 04:19:41.855Jul 19 04:19:41.855 INFOJul 19 04:19:41.855DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78062026-07-19T04:19:43.181Z DEBG
78072026-07-19T04:19:43.181Z 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:19:41.855
78082026-07-19T04:19:43.181Z DEBGJul 19 04:19:41.855 Jul 19 04:19:41.855replacing 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
78092026-07-19T04:19:43.181Z INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:19:41.855
78102026-07-19T04:19:43.181Z
78112026-07-19T04:19:43.181Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
78122026-07-19T04:19:43.181ZJul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78132026-07-19T04:19:43.181Z 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.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 } }]
78142026-07-19T04:19:43.181Z
78152026-07-19T04:19:43.181ZJul 19 04:19:41.855 Jul 19 04:19:41.855INFO Jul 19 04:19:41.855INFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
78162026-07-19T04:19:43.181Z
78172026-07-19T04:19:43.181ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
78182026-07-19T04:19:43.181ZJul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855 DEBGDEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78192026-07-19T04:19:43.181Z
78202026-07-19T04:19:43.181Zreplacing 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 } }]
78212026-07-19T04:19:43.181ZJul 19 04:19:41.855 Jul 19 04:19:41.855INFOJul 19 04:19:41.855 INFO adding route 172.17.0.53/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255
78222026-07-19T04:19:43.181Z
78232026-07-19T04:19:43.181Z adding route 172.17.0.53/32 -> 10.0.0.255
78242026-07-19T04:19:43.181ZJul 19 04:19:41.855 Jul 19 04:19:41.855DEBGJul 19 04:19:41.855 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 } }]
78252026-07-19T04:19:43.181ZDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78262026-07-19T04:19:43.181Z Jul 19 04:19:41.855 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78272026-07-19T04:19:43.181Z adding route 172.17.0.54/32 -> 10.0.0.255
78282026-07-19T04:19:43.181ZJul 19 04:19:41.855Jul 19 04:19:41.855 INFOJul 19 04:19:41.855 adding route 172.17.0.30/32 -> 10.0.0.255INFODEBG
78292026-07-19T04:19:43.181Z 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 } }]
78302026-07-19T04:19:43.181Zadding route 172.17.0.54/32 -> 10.0.0.255
78312026-07-19T04:19:43.181ZJul 19 04:19:41.855Jul 19 04:19:41.855Jul 19 04:19:41.855 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255DEBG
78322026-07-19T04:19:43.181Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78332026-07-19T04:19:43.181Z
78342026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 DEBGJul 19 04:19:41.855INFO INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78352026-07-19T04:19:43.182Z adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
78362026-07-19T04:19:43.182Z
78372026-07-19T04:19:43.182ZJul 19 04:19:41.855 INFO Jul 19 04:19:41.855adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:19:41.855
78382026-07-19T04:19:43.182Z 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.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:19:41.855
78392026-07-19T04:19:43.182Z
78402026-07-19T04:19:43.182ZDEBG 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 } }]
78412026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255INFO
78422026-07-19T04:19:43.182Zadding route 172.17.0.57/32 -> 10.0.0.255
78432026-07-19T04:19:43.182Zadding route 172.17.0.56/32 -> 10.0.0.255
78442026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855DEBG 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 } }] 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 } }]
78452026-07-19T04:19:43.182Zreplacing 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 } }]
78462026-07-19T04:19:43.182Z
78472026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855 INFOINFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
78482026-07-19T04:19:43.182Zadding route 172.17.0.33/32 -> 10.0.0.255
78492026-07-19T04:19:43.182Zadding route 172.17.0.57/32 -> 10.0.0.255
78502026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855 DEBGDEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78512026-07-19T04:19:43.182Z
78522026-07-19T04:19:43.182Z 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 } }]
78532026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
78542026-07-19T04:19:43.182Z
78552026-07-19T04:19:43.182ZJul 19 04:19:41.855 INFO adding route 172.17.0.58/32 -> 10.0.0.255
78562026-07-19T04:19:43.182ZJul 19 04:19:41.855Jul 19 04:19:41.855 DEBGDEBGJul 19 04:19:41.855 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 } }]
78572026-07-19T04:19:43.182Z DEBG
78582026-07-19T04:19:43.182Zreplacing 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.855 INFO adding route 172.17.0.60/32 -> 10.0.0.255
78592026-07-19T04:19:43.182ZJul 19 04:19:41.922 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 } }]
78602026-07-19T04:19:43.182ZJul 19 04:19:41.922 DEBG failed to allocate space for the new target list
78612026-07-19T04:19:43.182ZJul 19 04:19:41.922 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 } }]
78622026-07-19T04:19:43.182ZJul 19 04:19:41.855 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78632026-07-19T04:19:43.182ZJul 19 04:19:41.923 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 } }]
78642026-07-19T04:19:43.182ZJul 19 04:19:41.923 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78652026-07-19T04:19:43.182ZJul 19 04:19:41.923 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 } }]
78662026-07-19T04:19:43.182ZJul 19 04:19:41.923 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78672026-07-19T04:19:43.182ZJul 19 04:19:41.923 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 } }]
78682026-07-19T04:19:43.182ZJul 19 04:19:41.923 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78692026-07-19T04:19:43.183ZJul 19 04:19:41.923 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 } }]
78702026-07-19T04:19:43.183ZJul 19 04:19:41.923 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78712026-07-19T04:19:43.183ZJul 19 04:19:41.923 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 } }]
78722026-07-19T04:19:43.183ZJul 19 04:19:41.923 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78732026-07-19T04:19:43.183ZJul 19 04:19:41.923 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 } }]
78742026-07-19T04:19:43.183ZJul 19 04:19:41.923 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78752026-07-19T04:19:43.183ZJul 19 04:19:41.923 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 } }]
78762026-07-19T04:19:43.183ZJul 19 04:19:41.923 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78772026-07-19T04:19:43.183ZJul 19 04:19:41.923 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 } }]
78782026-07-19T04:19:43.183ZJul 19 04:19:41.923 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78792026-07-19T04:19:43.191ZJul 19 04:19:41.923 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 } }]
78802026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78812026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
78822026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78832026-07-19T04:19:43.192Z
78842026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
78852026-07-19T04:19:43.192ZJul 19 04:19:41.923Jul 19 04:19:41.923 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
78862026-07-19T04:19:43.192Z
78872026-07-19T04:19:43.192ZJul 19 04:19:41.923Jul 19 04:19:41.923 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.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 } }]
78882026-07-19T04:19:43.192Z
78892026-07-19T04:19:43.192ZJul 19 04:19:41.923Jul 19 04:19:41.923 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
78902026-07-19T04:19:43.192Z
78912026-07-19T04:19:43.192ZJul 19 04:19:41.923Jul 19 04:19:41.923 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.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 } }]
78922026-07-19T04:19:43.192Z
78932026-07-19T04:19:43.192ZJul 19 04:19:41.923Jul 19 04:19:41.923 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255failed to allocate space for the new target list
78942026-07-19T04:19:43.192Z
78952026-07-19T04:19:43.192ZJul 19 04:19:41.923Jul 19 04:19:41.923 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
78962026-07-19T04:19:43.192Z
78972026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.49/32 -> 10.0.0.255
78982026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
78992026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79002026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
79012026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79022026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
79032026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79042026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
79052026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79062026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
79072026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79082026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
79092026-07-19T04:19:43.192ZJul 19 04:19:41.923 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79102026-07-19T04:19:43.192ZJul 19 04:19:41.923 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 } }]
79112026-07-19T04:19:43.193ZJul 19 04:19:41.923 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79122026-07-19T04:19:43.193ZJul 19 04:19:41.923 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 } }]
79132026-07-19T04:19:43.193ZJul 19 04:19:41.923 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79142026-07-19T04:19:43.193ZJul 19 04:19:41.923 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 } }]
79152026-07-19T04:19:43.193ZJul 19 04:19:41.923 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79162026-07-19T04:19:43.193ZJul 19 04:19:41.923 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 } }]
79172026-07-19T04:19:43.193ZJul 19 04:19:41.923 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79182026-07-19T04:19:43.193ZJul 19 04:19:41.923 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 } }]
79192026-07-19T04:19:43.193ZJul 19 04:19:41.923 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79202026-07-19T04:19:43.193ZJul 19 04:19:41.923 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 } }]
79212026-07-19T04:19:43.193ZJul 19 04:19:41.923 DEBG failed to allocate space for the new target list
79222026-07-19T04:19:43.193ZJul 19 04:19:41.923 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 } }]
79232026-07-19T04:19:43.193Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-358f10cd81afb55c)
79242026-07-19T04:19:43.193Z Running unittests src/lib.rs (target/debug/deps/dpd_api-40088f75347b7a19)
79252026-07-19T04:19:43.193Ztest route::tests::delete_targets_full ... ok
79262026-07-19T04:19:43.193Ztest route::tests::delete_target_fragmented ... ok
79272026-07-19T04:19:43.193Ztest route::tests::delete_targets_fragmented ... ok
79282026-07-19T04:19:43.193Z
79292026-07-19T04:19:43.193Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
79302026-07-19T04:19:43.193Z
79312026-07-19T04:19:43.193Z
79322026-07-19T04:19:43.193Zrunning 0 tests
79332026-07-19T04:19:43.193Z
79342026-07-19T04:19:43.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79352026-07-19T04:19:43.193Z
79362026-07-19T04:19:43.193Z
79372026-07-19T04:19:43.193Zrunning 0 tests
79382026-07-19T04:19:43.193Z
79392026-07-19T04:19:43.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79402026-07-19T04:19:43.193Z
79412026-07-19T04:19:43.193Z
79422026-07-19T04:19:43.193Zrunning 6 tests
79432026-07-19T04:19:43.193Ztest tests::test_full_lot_id_neither_present ... ok
79442026-07-19T04:19:43.193Ztest tests::test_full_lot_id_both_present ... ok
79452026-07-19T04:19:43.194Ztest tests::test_full_lot_id_lotnum_only ... ok
79462026-07-19T04:19:43.194Ztest tests::test_full_lot_id_lot_only ... ok
79472026-07-19T04:19:43.194Ztest tests::test_parse_client_port_id ... ok
79482026-07-19T04:19:43.194Ztest tests::test_port_id_cmp ... ok
79492026-07-19T04:19:43.194Z
79502026-07-19T04:19:43.194Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-07-19T04:19:43.194Z
79522026-07-19T04:19:43.194Z
79532026-07-19T04:19:43.194Zrunning 0 tests
79542026-07-19T04:19:43.194Z
79552026-07-19T04:19:43.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79562026-07-19T04:19:43.194Z
79572026-07-19T04:19:43.194Z
79582026-07-19T04:19:43.194Zrunning 0 tests
79592026-07-19T04:19:43.194Z
79602026-07-19T04:19:43.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79612026-07-19T04:19:43.194Z
79622026-07-19T04:19:43.194Z
79632026-07-19T04:19:43.194Zrunning 0 tests
79642026-07-19T04:19:43.194Z
79652026-07-19T04:19:43.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79662026-07-19T04:19:43.194Z
79672026-07-19T04:19:43.194Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1d2644f263ed576a)
79682026-07-19T04:19:43.194Z Running tests/test_all.rs (target/debug/deps/test_all-b186bc0719920151)
79692026-07-19T04:19:43.194Z Running unittests src/lib.rs (target/debug/deps/dpd_types-48fd1ad41d7e1081)
79702026-07-19T04:19:43.194Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-0a5703fa7d3ec2d0)
79712026-07-19T04:19:43.194Z Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863)
79722026-07-19T04:19:43.194Z
79732026-07-19T04:19:43.194Zrunning 12 tests
79742026-07-19T04:19:43.194Ztest icmp::test_v4_checksum ... ok
79752026-07-19T04:19:43.194Ztest lldp::test_lldp_parse ... ok
79762026-07-19T04:19:43.194Ztest ipv6::test_ipv6_parse ... ok
79772026-07-19T04:19:43.194Ztest pbuf::test_byte ... ok
79782026-07-19T04:19:43.194Ztest icmp::test_v6_checksum ... ok
79792026-07-19T04:19:43.203Ztest pbuf::test_nibble ... ok
79802026-07-19T04:19:43.203Ztest pbuf::test_twelve ... ok
79812026-07-19T04:19:43.203Ztest pbuf::test_overflow ... ok
79822026-07-19T04:19:43.203Ztest pbuf::test_short ... ok
79832026-07-19T04:19:43.203Ztest pbuf::test_word ... ok
79842026-07-19T04:19:43.203Ztest tcp::test_checksum_syn_nodata ... ok
79852026-07-19T04:19:43.203Ztest tcp::test_checksum_ack_data ... ok
79862026-07-19T04:19:43.203Z
79872026-07-19T04:19:43.204Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79882026-07-19T04:19:43.204Z
79892026-07-19T04:19:43.204Z Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a)
79902026-07-19T04:19:43.204Z
79912026-07-19T04:19:43.204Zrunning 0 tests
79922026-07-19T04:19:43.204Z
79932026-07-19T04:19:43.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942026-07-19T04:19:43.204Z
79952026-07-19T04:19:43.204Z Running unittests src/main.rs (target/debug/deps/swadm-adca04301a4b6728)
79962026-07-19T04:19:43.204Z
79972026-07-19T04:19:43.204Zrunning 5 tests
79982026-07-19T04:19:43.204Ztest switchport::test::test_compute_lanes ... ok
79992026-07-19T04:19:43.204Ztest switchport::test::port_id_ordering ... ok
80002026-07-19T04:19:43.204Ztest link::test_filter ... ok
80012026-07-19T04:19:43.204Z Lane 0 Lane 1 Lane 2 Lane 3
80022026-07-19T04:19:43.204Z State: Activated Activated Activated Activated
80032026-07-19T04:19:43.204Z Rx Output Enabled: false false false false
80042026-07-19T04:19:43.204Z Rx Output Status: valid valid valid valid
80052026-07-19T04:19:43.204Z Rx Loss-of-lock: true true true true
80062026-07-19T04:19:43.204Z Rx Loss-of-signal: false false false false
80072026-07-19T04:19:43.204ZRx Auto-squelch Disable: true true true true
80082026-07-19T04:19:43.204Z Tx Output Enabled: true true true true
80092026-07-19T04:19:43.204Z Tx Output Status: invalid invalid invalid invalid
80102026-07-19T04:19:43.204Z Tx Loss-of-lock: false false false false
80112026-07-19T04:19:43.204Z Tx Loss-of-signal: true true true true
80122026-07-19T04:19:43.204ZTx Auto-squelch Disable: false false false false
80132026-07-19T04:19:43.204Z Tx Adaptive EQ Fail: true true true true
80142026-07-19T04:19:43.204Z Tx Failure: false false false false
80152026-07-19T04:19:43.204Z Tx Force Squelch: true true true true
80162026-07-19T04:19:43.204Z Tx Input Polarity: normal normal normal normal
80172026-07-19T04:19:43.204Z Lane 0 Lane 1 Lane 2 Lane 3
80182026-07-19T04:19:43.204Z Rx Loss-of-lock: Yes Yes Yes Yes
80192026-07-19T04:19:43.204Ztest switchport::test::test_print_cmis_datapath ... Rx Loss-of-signal: Yesok
80202026-07-19T04:19:43.204Z Yes Yes Yes
80212026-07-19T04:19:43.204Z Rx CDR Enabled: Yes Yes Yes Yes
80222026-07-19T04:19:43.205Z Tx Enabled: Yes Yes Yes Yes
80232026-07-19T04:19:43.205Z Tx Loss-of-lock: No No No No
80242026-07-19T04:19:43.205Z Tx Loss-of-signal: No No No No
80252026-07-19T04:19:43.205Z Tx CDR Enabled: No No No No
80262026-07-19T04:19:43.205Z Tx Adaptive EQ Fault: No No No No
80272026-07-19T04:19:43.205Z Tx Fault: Yes Yes Yes Yes
80282026-07-19T04:19:43.205Ztest switchport::test::test_print_sff_datapath ... ok
80292026-07-19T04:19:43.205Z
80302026-07-19T04:19:43.205Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80312026-07-19T04:19:43.205Z
80322026-07-19T04:19:43.205Z Running tests/counters.rs (target/debug/deps/counters-60a75bbd7c1d9b76)
80332026-07-19T04:19:43.205Z
80342026-07-19T04:19:43.205Zrunning 1 test
80352026-07-19T04:19:43.205Ztest test_p4_counter_list ... ignored
80362026-07-19T04:19:43.205Z
80372026-07-19T04:19:43.205Z Running tests/port-link.rs (target/debug/deps/port_link-15ead423ead1320b)
80382026-07-19T04:19:43.205Z Running unittests src/main.rs (target/debug/deps/tfportd-aa571540b6f3f3d5)
80392026-07-19T04:19:43.205Z Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee)
80402026-07-19T04:19:43.205Z Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d)
80412026-07-19T04:19:43.205Z Doc-tests aal
80422026-07-19T04:19:43.205Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80432026-07-19T04:19:43.205Z
80442026-07-19T04:19:43.205Z
80452026-07-19T04:19:43.205Zrunning 5 tests
80462026-07-19T04:19:43.205Ztest test_an ... ignored
80472026-07-19T04:19:43.205Ztest test_enable ... ignored
80482026-07-19T04:19:43.205Ztest test_ip_addresses ... ignored
80492026-07-19T04:19:43.205Ztest test_kr ... ignored
80502026-07-19T04:19:43.205Ztest test_mac ... ignored
80512026-07-19T04:19:43.205Z
80522026-07-19T04:19:43.205Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80532026-07-19T04:19:43.206Z
80542026-07-19T04:19:43.206Z
80552026-07-19T04:19:43.206Zrunning 3 tests
80562026-07-19T04:19:43.206Ztest linklocal::test_parse_ipadm ... ok
80572026-07-19T04:19:43.206Ztest tfport::test_parse_tfport ... ok
80582026-07-19T04:19:43.206Ztest config::tests::test_updates ... ok
80592026-07-19T04:19:43.206Z
80602026-07-19T04:19:43.206Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80612026-07-19T04:19:43.206Z
80622026-07-19T04:19:43.206Z
80632026-07-19T04:19:43.206Zrunning 0 tests
80642026-07-19T04:19:43.206Z
80652026-07-19T04:19:43.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80662026-07-19T04:19:43.206Z
80672026-07-19T04:19:43.206Z
80682026-07-19T04:19:43.206Zrunning 0 tests
80692026-07-19T04:19:43.206Z
80702026-07-19T04:19:43.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80712026-07-19T04:19:43.206Z
80722026-07-19T04:19:43.215Z
80732026-07-19T04:19:43.215Zrunning 0 tests
80742026-07-19T04:19:43.215Z
80752026-07-19T04:19:43.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-07-19T04:19:43.215Z
80772026-07-19T04:19:43.227Z Doc-tests aal_macros
80782026-07-19T04:19:43.328Z
80792026-07-19T04:19:43.328Zrunning 0 tests
80802026-07-19T04:19:43.328Z
80812026-07-19T04:19:43.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-07-19T04:19:43.328Z
80832026-07-19T04:19:43.339Z Doc-tests common
80842026-07-19T04:19:43.560Z
80852026-07-19T04:19:43.560Zrunning 0 tests
80862026-07-19T04:19:43.560Z
80872026-07-19T04:19:43.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-07-19T04:19:43.560Z
80892026-07-19T04:19:43.566Z Doc-tests dpd_api
80902026-07-19T04:19:44.321Z
80912026-07-19T04:19:44.321Zrunning 2 tests
80922026-07-19T04:19:44.321Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80932026-07-19T04:19:44.322Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
80942026-07-19T04:19:44.322Z
80952026-07-19T04:19:44.322Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-07-19T04:19:44.322Z
80972026-07-19T04:19:44.453Z Doc-tests dpd_client
80982026-07-19T04:19:45.649Z
80992026-07-19T04:19:45.650Zrunning 0 tests
81002026-07-19T04:19:45.650Z
81012026-07-19T04:19:45.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-07-19T04:19:45.650Z
81032026-07-19T04:19:45.696Z Doc-tests dpd_types
81042026-07-19T04:19:45.907Z
81052026-07-19T04:19:45.907Zrunning 0 tests
81062026-07-19T04:19:45.908Z
81072026-07-19T04:19:45.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-07-19T04:19:45.908Z
81092026-07-19T04:19:45.932Z Doc-tests dpd_types_versions
81102026-07-19T04:19:47.141Z
81112026-07-19T04:19:47.141Zrunning 1 test
81122026-07-19T04:19:47.141Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81132026-07-19T04:19:47.141Z
81142026-07-19T04:19:47.141Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81152026-07-19T04:19:47.141Z
81162026-07-19T04:19:47.184Z Doc-tests packet
81172026-07-19T04:19:47.298Z
81182026-07-19T04:19:47.298Zrunning 0 tests
81192026-07-19T04:19:47.298Z
81202026-07-19T04:19:47.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-07-19T04:19:47.298Z
81222026-07-19T04:19:47.314Z Doc-tests pcap
81232026-07-19T04:19:47.366Z
81242026-07-19T04:19:47.366Zrunning 0 tests
81252026-07-19T04:19:47.366Z
81262026-07-19T04:19:47.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-07-19T04:19:47.366Z
81282026-07-19T04:19:47.420Z+ for feat in tofino_stub tofino_asic softnpu chaos
81292026-07-19T04:19:47.420Z+ RUST_BACKTRACE=full
81302026-07-19T04:19:47.420Z+ cargo test --features chaos --no-fail-fast
81312026-07-19T04:19:48.029Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81322026-07-19T04:19:48.111Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81332026-07-19T04:19:48.124Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81342026-07-19T04:19:56.446Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81352026-07-19T04:19:56.562Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81362026-07-19T04:20:32.367Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.93s
81372026-07-19T04:20:32.485Z Running unittests src/lib.rs (target/debug/deps/aal-b1d30bbde0274ea7)
81382026-07-19T04:20:32.491Z
81392026-07-19T04:20:32.491Zrunning 5 tests
81402026-07-19T04:20:32.494Ztest fuse::tests::chip_revision_b1 ... ok
81412026-07-19T04:20:32.494Ztest fuse::tests::chip_revision_a0 ... ok
81422026-07-19T04:20:32.494Ztest fuse::tests::chip_revision_b0 ... ok
81432026-07-19T04:20:32.494Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81442026-07-19T04:20:32.494Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81452026-07-19T04:20:32.494Z
81462026-07-19T04:20:32.494Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81472026-07-19T04:20:32.494Z
81482026-07-19T04:20:32.494Z Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7)
81492026-07-19T04:20:32.497Z
81502026-07-19T04:20:32.497Zrunning 0 tests
81512026-07-19T04:20:32.497Z
81522026-07-19T04:20:32.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-07-19T04:20:32.500Z
81542026-07-19T04:20:32.500Z Running unittests src/lib.rs (target/debug/deps/asic-836f20c5b099f4bf)
81552026-07-19T04:20:32.504Z
81562026-07-19T04:20:32.504Zrunning 0 tests
81572026-07-19T04:20:32.504Z
81582026-07-19T04:20:32.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-07-19T04:20:32.504Z
81602026-07-19T04:20:32.507Z Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353)
81612026-07-19T04:20:32.509Z
81622026-07-19T04:20:32.509Zrunning 10 tests
81632026-07-19T04:20:32.512Ztest network::tests::test_equal ... ok
81642026-07-19T04:20:32.512Ztest nat::tests::test_vni ... ok
81652026-07-19T04:20:32.512Ztest network::tests::test_eui64 ... ok
81662026-07-19T04:20:32.512Ztest network::tests::test_generate_ipv6_link_local ... ok
81672026-07-19T04:20:32.512Ztest network::tests::test_into ... ok
81682026-07-19T04:20:32.512Ztest network::tests::test_not_equal ... ok
81692026-07-19T04:20:32.512Ztest network::tests::test_to_string ... ok
81702026-07-19T04:20:32.512Ztest network::tests::test_parse ... ok
81712026-07-19T04:20:32.568Ztest test_purge ... ok
81722026-07-19T04:20:32.572Ztest illumos::test::address_exists_handles_missing_object ... ok
81732026-07-19T04:20:32.572Z
81742026-07-19T04:20:32.572Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81752026-07-19T04:20:32.572Z
81762026-07-19T04:20:32.572Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-363b31f15c3fc8cb)
81772026-07-19T04:20:32.572Z
81782026-07-19T04:20:32.572Zrunning 1 test
81792026-07-19T04:20:32.572Z -------
81802026-07-19T04:20:32.572Z Generating OpenAPI documents from API definitions ...
81812026-07-19T04:20:32.702Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81822026-07-19T04:20:32.772Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81832026-07-19T04:20:33.787Z -------
81842026-07-19T04:20:33.787Z Checking 12 OpenAPI documents...
81852026-07-19T04:20:33.796Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81862026-07-19T04:20:33.796Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81872026-07-19T04:20:33.796Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81882026-07-19T04:20:33.796Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-07-19T04:20:33.796Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-07-19T04:20:33.796Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-07-19T04:20:33.796Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-07-19T04:20:33.796Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-07-19T04:20:33.796Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-07-19T04:20:33.796Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-07-19T04:20:33.796Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-07-19T04:20:33.796Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-07-19T04:20:33.796Z Fresh dpd "latest" symlink
81982026-07-19T04:20:33.796Z -------
81992026-07-19T04:20:33.796Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82002026-07-19T04:20:33.855Ztest test::test_apis_up_to_date ... ok
82012026-07-19T04:20:33.855Z
82022026-07-19T04:20:33.855Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
82032026-07-19T04:20:33.855Z
82042026-07-19T04:20:33.910Z Running unittests src/main.rs (target/debug/deps/dpd-0409bf38d4c59ab2)
82052026-07-19T04:20:33.917Z
82062026-07-19T04:20:33.917Zrunning 34 tests
82072026-07-19T04:20:33.920Ztest freemap::test_ordering ... ok
82082026-07-19T04:20:33.920Ztest config::tests::test_updates ... ok
82092026-07-19T04:20:33.920Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82102026-07-19T04:20:33.921Ztest freemap::test_split ... ok
82112026-07-19T04:20:33.921Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82122026-07-19T04:20:33.921Ztest macaddrs::tests::test_mac_offset ... ok
82132026-07-19T04:20:33.921Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82142026-07-19T04:20:33.925Ztest macaddrs::tests::test_parse_port_id ... ok
82152026-07-19T04:20:33.925ZJul 19 04:20:32.854 DEBG created new freemapJul 19 04:20:32.854 DEBG , created new freemapunit, :unit :freemap_test freemap_test
82162026-07-19T04:20:33.925Z
82172026-07-19T04:20:33.925ZJul 19 04:20:32.854 DEBGJul 19 04:20:32.854 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
82182026-07-19T04:20:33.925Z freemap_test
82192026-07-19T04:20:33.925ZJul 19 04:20:32.854 DEBGJul 19 04:20:32.854 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
82202026-07-19T04:20:33.925Z Jul 19 04:20:32.854freemap_test
82212026-07-19T04:20:33.925ZDEBG created new freemap, unit: freemap_test
82222026-07-19T04:20:33.925ZJul 19 04:20:32.854 DEBG initted freemap. size: 128, unit: freemap_test
82232026-07-19T04:20:33.925ZJul 19 04:20:32.854 DEBG Jul 19 04:20:32.854reset freemap , DEBGunit : created new freemapfreemap_test
82242026-07-19T04:20:33.926Z, unit: freemap_test
82252026-07-19T04:20:33.926ZJul 19 04:20:32.854 DEBG initted freemap. size: 128, unit: freemap_test
82262026-07-19T04:20:33.926Ztest nat::test_mapping ... ok
82272026-07-19T04:20:33.926ZJul 19 04:20:32.854 DEBG reset freemap, unit: freemap_test
82282026-07-19T04:20:33.926Ztest freemap::test_free ... ok
82292026-07-19T04:20:33.926Ztest freemap::test_reclaim ... ok
82302026-07-19T04:20:33.926Ztest freemap::test_exhaustion ... ok
82312026-07-19T04:20:33.926Ztest freemap::test_basic ... ok
82322026-07-19T04:20:33.926Ztest port_map::tests::test_backplane_group ... ok
82332026-07-19T04:20:33.926Ztest port_map::tests::test_port_map ... ok
82342026-07-19T04:20:33.926Ztest port_map::tests::dump_map ... ok
82352026-07-19T04:20:33.926ZJul 19 04:20:32.855 DEBG created new freemap, unit: freemap_test
82362026-07-19T04:20:33.926ZJul 19 04:20:32.855 DEBG initted freemap. size: 8, unit: freemap_test
82372026-07-19T04:20:33.926ZJul 19 04:20:32.855 DEBG reset freemap, unit: freemap_test
82382026-07-19T04:20:33.926Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82392026-07-19T04:20:33.926Ztest api_server::tests::test_build_info ... ok
82402026-07-19T04:20:33.926ZJul 19 04:20:32.855Jul 19 04:20:32.855 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4Jul 19 04:20:32.855
82412026-07-19T04:20:33.926Zfreemap_test
82422026-07-19T04:20:33.926ZDEBG created new freemap, Jul 19 04:20:32.855unit :DEBGJul 19 04:20:32.855 created new freemapfreemap_route_ipv4
82432026-07-19T04:20:33.926Z, Jul 19 04:20:32.855unit :DEBG freemap_route_ipv6
82442026-07-19T04:20:33.926ZJul 19 04:20:32.855 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82452026-07-19T04:20:33.926Ztest port_map::tests::parse_softnpu_revision ... ok
82462026-07-19T04:20:33.926Z created new freemap, unit: Jul 19 04:20:32.855 DEBG reset freemap, unit: freemap_route_ipv4
82472026-07-19T04:20:33.926ZJul 19 04:20:32.856 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82482026-07-19T04:20:33.926ZJul 19 04:20:32.855Jul 19 04:20:32.856 DEBGDEBG reset freemapcreated new freemap, unit:, unitfreemap_route_ipv6:
82492026-07-19T04:20:33.926Z freemap_route_ipv4
82502026-07-19T04:20:33.926ZJul 19 04:20:32.856 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82512026-07-19T04:20:33.926ZJul 19 04:20:32.856 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 } }]
82522026-07-19T04:20:33.926ZJul 19 04:20:32.856Jul 19 04:20:32.856 DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2,
82532026-07-19T04:20:33.926Zunit:Jul 19 04:20:32.856 freemap_route_ipv6DEBG
82542026-07-19T04:20:33.926Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
82552026-07-19T04:20:33.926ZJul 19 04:20:32.856 DEBGJul 19 04:20:32.856 initted freemap. size: 64INFO, unitadding route 3fff:beef::/64 -> 2001:db8::55:ff:
82562026-07-19T04:20:33.926Z freemap_route_ipv4
82572026-07-19T04:20:33.926ZJul 19 04:20:32.856 DEBGJul 19 04:20:32.856 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82582026-07-19T04:20:33.926Z reset freemap, unit:Jul 19 04:20:32.856 freemap_route_ipv4INFO
82592026-07-19T04:20:33.926Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82602026-07-19T04:20:33.926ZJul 19 04:20:32.856 Jul 19 04:20:32.856DEBG DEBGinitted freemap. size: 64 , 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 } }]unit
82612026-07-19T04:20:33.927Z: freemap_route_ipv6
82622026-07-19T04:20:33.927ZJul 19 04:20:32.856 Jul 19 04:20:32.856INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82632026-07-19T04:20:33.927Zreset freemap, unit: freemap_route_ipv6Jul 19 04:20:32.856
82642026-07-19T04:20:33.927Z 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.856
82652026-07-19T04:20:33.927Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:20:32.856
82662026-07-19T04:20:33.927Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82672026-07-19T04:20:33.927ZJul 19 04:20:32.856 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.856
82682026-07-19T04:20:33.927Z 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 } }]
82692026-07-19T04:20:33.927ZJul 19 04:20:32.856Jul 19 04:20:32.856 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82702026-07-19T04:20:33.927Z
82712026-07-19T04:20:33.927ZJul 19 04:20:32.856 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 } }]
82722026-07-19T04:20:33.927ZJul 19 04:20:32.856 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:20:32.856
82732026-07-19T04:20:33.927Z 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.856
82742026-07-19T04:20:33.927Z 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.856
82752026-07-19T04:20:33.927Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:20:32.856
82762026-07-19T04:20:33.927Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82772026-07-19T04:20:33.927ZJul 19 04:20:32.856 DEBGJul 19 04:20:32.856 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82782026-07-19T04:20:33.927Z 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 } }]
82792026-07-19T04:20:33.927Zfreemap_route_ipv6Jul 19 04:20:32.856Jul 19 04:20:32.856
82802026-07-19T04:20:33.927ZINFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82812026-07-19T04:20:33.927Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82822026-07-19T04:20:33.927ZJul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG DEBGDEBG initted freemap. size: 64 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
82832026-07-19T04:20:33.927Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
82842026-07-19T04:20:33.927Z freemap_route_ipv4Jul 19 04:20:32.856
82852026-07-19T04:20:33.927Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:20:32.856
82862026-07-19T04:20:33.927Z Jul 19 04:20:32.856INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82872026-07-19T04:20:33.927Zreset freemap, unit: Jul 19 04:20:32.856Jul 19 04:20:32.856freemap_route_ipv4
82882026-07-19T04:20:33.927ZDEBGDEBG 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: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.856
82892026-07-19T04:20:33.927Z
82902026-07-19T04:20:33.927ZDEBG initted freemap. size: 64, Jul 19 04:20:32.856unit :INFO Jul 19 04:20:32.856freemap_route_ipv6
82912026-07-19T04:20:33.927ZINFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82922026-07-19T04:20:33.927Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82932026-07-19T04:20:33.927ZJul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBGDEBG reset freemapDEBG, replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
82942026-07-19T04:20:33.927Z
82952026-07-19T04:20:33.927Zunit: freemap_route_ipv6
82962026-07-19T04:20:33.927ZJul 19 04:20:32.856Jul 19 04:20:32.856 INFOINFO Jul 19 04:20:32.856Jul 19 04:20:32.856adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFODEBG
82972026-07-19T04:20:33.927Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
82982026-07-19T04:20:33.928Z
82992026-07-19T04:20:33.928Zcreated new freemapJul 19 04:20:32.856, Jul 19 04:20:32.856unit Jul 19 04:20:32.856DEBGDEBG 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: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
83002026-07-19T04:20:33.928Z
83012026-07-19T04:20:33.928Z: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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_ipv4
83022026-07-19T04:20:33.928Z
83032026-07-19T04:20:33.928ZJul 19 04:20:32.856 Jul 19 04:20:32.856INFO Jul 19 04:20:32.856INFO Jul 19 04:20:32.856 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
83042026-07-19T04:20:33.928Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83052026-07-19T04:20:33.928Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
83062026-07-19T04:20:33.928Z created new freemap, Jul 19 04:20:32.856Jul 19 04:20:32.856unit :DEBG Jul 19 04:20:32.856freemap_route_ipv6
83072026-07-19T04:20:33.928ZDEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83082026-07-19T04:20:33.928Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
83092026-07-19T04:20:33.928Z
83102026-07-19T04:20:33.928ZJul 19 04:20:32.856 Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856Jul 19 04:20:32.856INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64 ,
83112026-07-19T04:20:33.928Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit
83122026-07-19T04:20:33.928Z: INFOfreemap_route_ipv4 Jul 19 04:20:32.856
83132026-07-19T04:20:33.928ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
83142026-07-19T04:20:33.935Zreplacing 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:20:32.856Jul 19 04:20:32.856
83152026-07-19T04:20:33.935Z DEBGDEBG Jul 19 04:20:32.856replacing 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 } }]
83162026-07-19T04:20:33.935ZJul 19 04:20:32.856reset freemapINFO, unitDEBG:Jul 19 04:20:32.856 freemap_route_ipv4
83172026-07-19T04:20:33.935Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
83182026-07-19T04:20:33.935Z
83192026-07-19T04:20:33.935Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83202026-07-19T04:20:33.935ZJul 19 04:20:32.856 DEBGJul 19 04:20:32.856 Jul 19 04:20:32.856initted freemap. size: 64 , Jul 19 04:20:32.856DEBG unitINFODEBG: 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: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 } }]
83212026-07-19T04:20:33.935Zadding route 3fff:dead::/64 -> 2001:db8::55:4
83222026-07-19T04:20:33.935Z
83232026-07-19T04:20:33.935Zfreemap_route_ipv6
83242026-07-19T04:20:33.935ZJul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856Jul 19 04:20:32.856INFO INFODEBG DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83252026-07-19T04:20:33.935Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
83262026-07-19T04:20:33.935Z
83272026-07-19T04:20:33.935Z reset freemap, unit:Jul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG INFOfreemap_route_ipv6
83282026-07-19T04:20:33.935Z adding route 3fff:beef::/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 } }]DEBG
83292026-07-19T04:20:33.935Z
83302026-07-19T04:20:33.935Z 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 } }]
83312026-07-19T04:20:33.935ZJul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856INFO Jul 19 04:20:32.856adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83322026-07-19T04:20:33.935ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
83332026-07-19T04:20:33.935Zreplacing 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
83342026-07-19T04:20:33.935Z Jul 19 04:20:32.856adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Jul 19 04:20:32.856
83352026-07-19T04:20:33.935ZJul 19 04:20:32.856 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.856
83362026-07-19T04:20:33.935Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83372026-07-19T04:20:33.935Z
83382026-07-19T04:20:33.935Z 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 } }]
83392026-07-19T04:20:33.935ZJul 19 04:20:32.856Jul 19 04:20:32.856 INFOJul 19 04:20:32.856 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83402026-07-19T04:20:33.935Z
83412026-07-19T04:20:33.935Zadding route 3fff:dead::/64 -> 2001:db8::55:1
83422026-07-19T04:20:33.935ZJul 19 04:20:32.856 Jul 19 04:20:32.856Jul 19 04:20:32.856Jul 19 04:20:32.856INFO INFO DEBGDEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83432026-07-19T04:20:33.935Zreplacing 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: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 } }]
83442026-07-19T04:20:33.936Z
83452026-07-19T04:20:33.936ZJul 19 04:20:32.856adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG
83462026-07-19T04:20:33.936Zreplacing 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.856Jul 19 04:20:32.856
83472026-07-19T04:20:33.936Z INFOINFO Jul 19 04:20:32.856adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83482026-07-19T04:20:33.936Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
83492026-07-19T04:20:33.936Z Jul 19 04:20:32.856replacing 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 } }]
83502026-07-19T04:20:33.936ZJul 19 04:20:32.856DEBG INFO adding route 3fff:beef:c::/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 } }]Jul 19 04:20:32.856
83512026-07-19T04:20:33.936Z
83522026-07-19T04:20:33.936ZINFO Jul 19 04:20:32.856adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83532026-07-19T04:20:33.936ZJul 19 04:20:32.856DEBG Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856replacing 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: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 } }]INFODEBG
83542026-07-19T04:20:33.936Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83552026-07-19T04:20:33.936Z 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 } }]
83562026-07-19T04:20:33.936ZJul 19 04:20:32.856
83572026-07-19T04:20:33.936ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffJul 19 04:20:32.856
83582026-07-19T04:20:33.936Z Jul 19 04:20:32.856Jul 19 04:20:32.856 INFODEBGJul 19 04:20:32.856INFO 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:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
83592026-07-19T04:20:33.936Z
83602026-07-19T04:20:33.936Z 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 } }]
83612026-07-19T04:20:33.936Z
83622026-07-19T04:20:33.936ZJul 19 04:20:32.856 Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856 DEBGJul 19 04:20:32.856replacing 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 } }]
83632026-07-19T04:20:33.936Z INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.856
83642026-07-19T04:20:33.936Z INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83652026-07-19T04:20:33.936Z
83662026-07-19T04:20:33.936ZJul 19 04:20:32.856 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
83672026-07-19T04:20:33.936Zadding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:20:32.856
83682026-07-19T04:20:33.936Z 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.856
83692026-07-19T04:20:33.936ZJul 19 04:20:32.856Jul 19 04:20:32.856 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.856DEBG
83702026-07-19T04:20:33.936Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83712026-07-19T04:20:33.936Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83722026-07-19T04:20:33.936ZJul 19 04:20:32.856replacing 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.856INFO INFOJul 19 04:20:32.856
83732026-07-19T04:20:33.936Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
83742026-07-19T04:20:33.936Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83752026-07-19T04:20:33.936Zreplacing 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 } }]
83762026-07-19T04:20:33.936ZJul 19 04:20:32.856 Jul 19 04:20:32.856INFOJul 19 04:20:32.856 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:20:32.856
83772026-07-19T04:20:33.936Z 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 } }]DEBG
83782026-07-19T04:20:33.936ZINFO Jul 19 04:20:32.856 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.856
83792026-07-19T04:20:33.936Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
83802026-07-19T04:20:33.936ZINFO adding route 3fff:beef:7::/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 } }]Jul 19 04:20:32.856Jul 19 04:20:32.856
83812026-07-19T04:20:33.936Z
83822026-07-19T04:20:33.937ZINFODEBG Jul 19 04:20:32.856Jul 19 04:20:32.856 adding route 3fff:beef:2::/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 } }]
83832026-07-19T04:20:33.937Z DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83842026-07-19T04:20:33.937Z
83852026-07-19T04:20:33.937Z Jul 19 04:20:32.856adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 19 04:20:32.856DEBG
83862026-07-19T04:20:33.937Z INFO Jul 19 04:20:32.856replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
83872026-07-19T04:20:33.937ZJul 19 04:20:32.856
83882026-07-19T04:20:33.937Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
83892026-07-19T04:20:33.937ZJul 19 04:20:32.856 Jul 19 04:20:32.856 INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Jul 19 04:20:32.856
83902026-07-19T04:20:33.937Zreplacing 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: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 } }]
83912026-07-19T04:20:33.937Z
83922026-07-19T04:20:33.937ZDEBG 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 } }]
83932026-07-19T04:20:33.937ZJul 19 04:20:32.856Jul 19 04:20:32.856Jul 19 04:20:32.856 INFODEBGJul 19 04:20:32.856 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 } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83942026-07-19T04:20:33.937Z
83952026-07-19T04:20:33.937ZINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83962026-07-19T04:20:33.937Z
83972026-07-19T04:20:33.937ZJul 19 04:20:32.856 Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856Jul 19 04:20:32.856INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
83982026-07-19T04:20:33.937Z DEBGreplacing 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: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: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 } }]
83992026-07-19T04:20:33.937Z
84002026-07-19T04:20:33.937Z
84012026-07-19T04:20:33.937ZJul 19 04:20:32.856 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.856Jul 19 04:20:32.856Jul 19 04:20:32.856
84022026-07-19T04:20:33.937ZINFO INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84032026-07-19T04:20:33.937ZINFOJul 19 04:20:32.856
84042026-07-19T04:20:33.937Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84052026-07-19T04:20:33.937ZINFO Jul 19 04:20:32.856 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84062026-07-19T04:20:33.937ZJul 19 04:20:32.856replacing 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 } }]
84072026-07-19T04:20:33.937ZDEBG 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.856
84082026-07-19T04:20:33.937ZJul 19 04:20:32.856 DEBGDEBGJul 19 04:20:32.856 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.856INFO 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 } }]
84092026-07-19T04:20:33.937Z
84102026-07-19T04:20:33.937Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
84112026-07-19T04:20:33.937Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84122026-07-19T04:20:33.937ZJul 19 04:20:32.856 Jul 19 04:20:32.856INFOJul 19 04:20:32.856Jul 19 04:20:32.856 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGDEBG
84132026-07-19T04:20:33.937ZINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84142026-07-19T04:20:33.943Z
84152026-07-19T04:20:33.943ZJul 19 04:20:32.856adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84162026-07-19T04:20:33.943ZDEBG Jul 19 04:20:32.856Jul 19 04:20:32.856 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84172026-07-19T04:20:33.943Z INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84182026-07-19T04:20:33.943ZJul 19 04:20:32.856adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84192026-07-19T04:20:33.943ZINFO Jul 19 04:20:32.856adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84202026-07-19T04:20:33.943Z Jul 19 04:20:32.857DEBG 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 } }]Jul 19 04:20:32.857
84212026-07-19T04:20:33.943Z DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84222026-07-19T04:20:33.943Zreplacing 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: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:20:32.857
84232026-07-19T04:20:33.943Z
84242026-07-19T04:20:33.943ZJul 19 04:20:32.857INFO Jul 19 04:20:32.857Jul 19 04:20:32.857 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFOINFO
84252026-07-19T04:20:33.943Z INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84262026-07-19T04:20:33.943Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84272026-07-19T04:20:33.944Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84282026-07-19T04:20:33.944Z 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.857
84292026-07-19T04:20:33.944Z Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84302026-07-19T04:20:33.944Z 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 } }]
84312026-07-19T04:20:33.944Zreplacing 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 } }]Jul 19 04:20:32.857 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
84322026-07-19T04:20:33.944Z initted freemap. size: 128, Jul 19 04:20:32.857unit :DEBG freemap_testreplacing 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 } }]
84332026-07-19T04:20:33.944Z
84342026-07-19T04:20:33.944ZJul 19 04:20:32.857 INFOJul 19 04:20:32.857 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
84352026-07-19T04:20:33.944Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84362026-07-19T04:20:33.944ZJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG DEBGINFO Jul 19 04:20:32.857 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:17::/64 -> 2001:db8::55:ff
84372026-07-19T04:20:33.944Z
84382026-07-19T04:20:33.944Zreset freemap, unit :DEBG Jul 19 04:20:32.857freemap_test DEBG
84392026-07-19T04:20:33.944ZJul 19 04:20:32.857replacing 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
84402026-07-19T04:20:33.944Zreplacing 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:a::/64 -> 2001:db8::55:ff
84412026-07-19T04:20:33.944Z
84422026-07-19T04:20:33.944ZJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
84432026-07-19T04:20:33.944Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84442026-07-19T04:20:33.944Z
84452026-07-19T04:20:33.944ZJul 19 04:20:32.857 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 } }]Jul 19 04:20:32.857
84462026-07-19T04:20:33.944Z Jul 19 04:20:32.857INFO DEBGJul 19 04:20:32.857 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 } }]INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84472026-07-19T04:20:33.944Z
84482026-07-19T04:20:33.944Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84492026-07-19T04:20:33.944ZJul 19 04:20:32.857Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857 INFODEBGreplacing 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 } }]
84502026-07-19T04:20:33.944Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84512026-07-19T04:20:33.944Zreplacing 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 } }]
84522026-07-19T04:20:33.944ZJul 19 04:20:32.857 INFOJul 19 04:20:32.857 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84532026-07-19T04:20:33.944ZDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84542026-07-19T04:20:33.944ZJul 19 04:20:32.857 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
84552026-07-19T04:20:33.944Z Jul 19 04:20:32.857replacing 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 } }]
84562026-07-19T04:20:33.944ZINFO Jul 19 04:20:32.857adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Jul 19 04:20:32.857
84572026-07-19T04:20:33.944Z DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84582026-07-19T04:20:33.944Z
84592026-07-19T04:20:33.944Ztest freemap::test_span ... ok
84602026-07-19T04:20:33.944ZJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857 DEBGDEBGINFO adding route 3fff:beef:1b::/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 } }]
84612026-07-19T04:20:33.944Z
84622026-07-19T04:20:33.944Zreplacing 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 } }]
84632026-07-19T04:20:33.945ZJul 19 04:20:32.857Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857INFO 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 } }] INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84642026-07-19T04:20:33.945Z
84652026-07-19T04:20:33.945Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84662026-07-19T04:20:33.945ZJul 19 04:20:32.857 INFOJul 19 04:20:32.857Jul 19 04:20:32.857 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: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:1c::/64 -> 2001:db8::55:ff
84672026-07-19T04:20:33.945Z
84682026-07-19T04:20:33.945Z
84692026-07-19T04:20:33.945ZJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
84702026-07-19T04:20:33.945ZINFO 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:20::/64 -> 2001:db8::55:ff
84712026-07-19T04:20:33.945Z
84722026-07-19T04:20:33.945ZJul 19 04:20:32.857 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.857
84732026-07-19T04:20:33.945Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84742026-07-19T04:20:33.945Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84752026-07-19T04:20:33.945Z Jul 19 04:20:32.857DEBG DEBGJul 19 04:20:32.857 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 } }]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 } }]
84762026-07-19T04:20:33.945Z
84772026-07-19T04:20:33.945Z 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 } }]
84782026-07-19T04:20:33.945ZJul 19 04:20:32.857 Jul 19 04:20:32.857INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84792026-07-19T04:20:33.945ZJul 19 04:20:32.857adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84802026-07-19T04:20:33.945ZINFO Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857 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
84812026-07-19T04:20:33.945Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84822026-07-19T04:20:33.945Zreplacing 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 } }]
84832026-07-19T04:20:33.945ZJul 19 04:20:32.857
84842026-07-19T04:20:33.945ZJul 19 04:20:32.857Jul 19 04:20:32.857 DEBG INFO INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84852026-07-19T04:20:33.945Z
84862026-07-19T04:20:33.945ZJul 19 04:20:32.857 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84872026-07-19T04:20:33.945ZINFO Jul 19 04:20:32.857adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84882026-07-19T04:20:33.945ZJul 19 04:20:32.857 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 } }]DEBGINFO
84892026-07-19T04:20:33.945Zreplacing 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:1f::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
84902026-07-19T04:20:33.945Z
84912026-07-19T04:20:33.945ZJul 19 04:20:32.857 DEBGINFO Jul 19 04:20:32.857Jul 19 04:20:32.857adding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 } }]
84922026-07-19T04:20:33.945ZDEBG
84932026-07-19T04:20:33.945ZINFO 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:20:32.857adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84942026-07-19T04:20:33.945Z
84952026-07-19T04:20:33.945ZINFO Jul 19 04:20:32.857adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84962026-07-19T04:20:33.945ZJul 19 04:20:32.857DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
84972026-07-19T04:20:33.945ZJul 19 04:20:32.857Jul 19 04:20:32.857
84982026-07-19T04:20:33.945Z INFOJul 19 04:20:32.857DEBG INFOJul 19 04:20:32.857 adding route 3fff:beef:20::/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 } }]
84992026-07-19T04:20:33.945Z
85002026-07-19T04:20:33.945Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85012026-07-19T04:20:33.946Z INFO Jul 19 04:20:32.857adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Jul 19 04:20:32.857
85022026-07-19T04:20:33.946Z Jul 19 04:20:32.857DEBG INFODEBGreplacing 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.857 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85032026-07-19T04:20:33.946Z
85042026-07-19T04:20:33.946ZDEBG 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.857
85052026-07-19T04:20:33.946Zreplacing 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:20:32.857INFO DEBGJul 19 04:20:32.857
85062026-07-19T04:20:33.946Z 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:21::/64 -> 2001:db8::55:ffINFO
85072026-07-19T04:20:33.946Z
85082026-07-19T04:20:33.946Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85092026-07-19T04:20:33.946ZJul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85102026-07-19T04:20:33.946ZDEBGINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85112026-07-19T04:20:33.946Z
85122026-07-19T04:20:33.946Zreplacing 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.857
85132026-07-19T04:20:33.946ZINFOJul 19 04:20:32.857Jul 19 04:20:32.857 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85142026-07-19T04:20:33.951Z
85152026-07-19T04:20:33.951Z 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.857
85162026-07-19T04:20:33.951Z INFO Jul 19 04:20:32.857Jul 19 04:20:32.857adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO
85172026-07-19T04:20:33.951ZINFO Jul 19 04:20:32.857 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
85182026-07-19T04:20:33.951Z
85192026-07-19T04:20:33.951ZJul 19 04:20:32.857 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:20:32.857DEBG
85202026-07-19T04:20:33.951ZJul 19 04:20:32.857 DEBGDEBGreplacing 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: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 } }]
85212026-07-19T04:20:33.951ZJul 19 04:20:32.857replacing 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 } }]
85222026-07-19T04:20:33.951Z
85232026-07-19T04:20:33.951Z INFO Jul 19 04:20:32.857adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:20:32.857Jul 19 04:20:32.857 INFOINFO
85242026-07-19T04:20:33.951Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85252026-07-19T04:20:33.952Z Jul 19 04:20:32.857
85262026-07-19T04:20:33.952Z Jul 19 04:20:32.857DEBG INFODEBG 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:17::/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 } }]Jul 19 04:20:32.857
85272026-07-19T04:20:33.952Z
85282026-07-19T04:20:33.952ZDEBG
85292026-07-19T04:20:33.952Zreplacing 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 } }]
85302026-07-19T04:20:33.952ZJul 19 04:20:32.857 Jul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOINFO
85312026-07-19T04:20:33.952Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85322026-07-19T04:20:33.952Z
85332026-07-19T04:20:33.952Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85342026-07-19T04:20:33.952ZJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857Jul 19 04:20:32.857DEBG 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:18::/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 } }]
85352026-07-19T04:20:33.952Z
85362026-07-19T04:20:33.952Z
85372026-07-19T04:20:33.952ZDEBG 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 } }]
85382026-07-19T04:20:33.952ZJul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85392026-07-19T04:20:33.952Zreplacing 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 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85402026-07-19T04:20:33.952Z
85412026-07-19T04:20:33.952Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:20:32.857
85422026-07-19T04:20:33.952ZDEBG 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:20:32.857
85432026-07-19T04:20:33.952Z INFOJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85442026-07-19T04:20:33.952Z
85452026-07-19T04:20:33.952Z 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 } }]
85462026-07-19T04:20:33.952ZINFOJul 19 04:20:32.857 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85472026-07-19T04:20:33.952ZINFOJul 19 04:20:32.857 Jul 19 04:20:32.857adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO Jul 19 04:20:32.857DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85482026-07-19T04:20:33.952Z
85492026-07-19T04:20:33.952Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85502026-07-19T04:20:33.952Z 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:20:32.857
85512026-07-19T04:20:33.952ZJul 19 04:20:32.857 DEBGJul 19 04:20:32.857DEBG 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 } }]
85522026-07-19T04:20:33.952ZINFOJul 19 04:20:32.857 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85532026-07-19T04:20:33.952ZJul 19 04:20:32.857INFO 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
85542026-07-19T04:20:33.952Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85552026-07-19T04:20:33.952ZJul 19 04:20:32.857adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85562026-07-19T04:20:33.952ZDEBG 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:20:32.857Jul 19 04:20:32.857
85572026-07-19T04:20:33.952Z Jul 19 04:20:32.857DEBG 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 } }]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:20:32.857
85582026-07-19T04:20:33.952Z INFO
85592026-07-19T04:20:33.952ZINFOJul 19 04:20:32.857 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85602026-07-19T04:20:33.952ZJul 19 04:20:32.857 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 } }]
85612026-07-19T04:20:33.952ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85622026-07-19T04:20:33.952ZJul 19 04:20:32.857 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 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 } }]
85632026-07-19T04:20:33.953Z
85642026-07-19T04:20:33.953ZJul 19 04:20:32.857 Jul 19 04:20:32.857INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85652026-07-19T04:20:33.953Zreplacing 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 } }]
85662026-07-19T04:20:33.953ZJul 19 04:20:32.857 Jul 19 04:20:32.857DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85672026-07-19T04:20:33.953Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85682026-07-19T04:20:33.953ZJul 19 04:20:32.857 Jul 19 04:20:32.857INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85692026-07-19T04:20:33.953Zreplacing 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 } }]
85702026-07-19T04:20:33.953ZJul 19 04:20:32.857 Jul 19 04:20:32.857DEBG 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.953Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85722026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:2f::/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 } }]
85732026-07-19T04:20:33.953Z
85742026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85752026-07-19T04:20:33.953Z
85762026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 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:30::/64 -> 2001:db8::55:ff
85772026-07-19T04:20:33.953Z
85782026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:2c::/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 } }]
85792026-07-19T04:20:33.953Z
85802026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 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:31::/64 -> 2001:db8::55:ff
85812026-07-19T04:20:33.953Z
85822026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85832026-07-19T04:20:33.953Z
85842026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85852026-07-19T04:20:33.953Z
85862026-07-19T04:20:33.953Z
85872026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85882026-07-19T04:20:33.953Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85892026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBGJul 19 04:20:32.857 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:33::/64 -> 2001:db8::55:ff
85902026-07-19T04:20:33.953ZDEBG
85912026-07-19T04:20:33.953Z 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 } }]
85922026-07-19T04:20:33.953ZJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBGINFO INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85932026-07-19T04:20:33.953ZJul 19 04:20:32.857 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
85942026-07-19T04:20:33.953ZJul 19 04:20:32.857 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 } }]
85952026-07-19T04:20:33.953ZJul 19 04:20:32.857 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
85962026-07-19T04:20:33.953ZJul 19 04:20:32.857 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 } }]
85972026-07-19T04:20:33.953ZJul 19 04:20:32.857 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
85982026-07-19T04:20:33.953ZJul 19 04:20:32.857 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 } }]
85992026-07-19T04:20:33.953ZJul 19 04:20:32.857 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86002026-07-19T04:20:33.953ZJul 19 04:20:32.857 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 } }]
86012026-07-19T04:20:33.954ZJul 19 04:20:32.857adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO
86022026-07-19T04:20:33.954Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86032026-07-19T04:20:33.954Z
86042026-07-19T04:20:33.954ZJul 19 04:20:32.857 DEBG Jul 19 04:20:32.857replacing 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 } }]
86052026-07-19T04:20:33.954ZDEBG 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.857
86062026-07-19T04:20:33.954Z Jul 19 04:20:32.857DEBG 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 } }]
86072026-07-19T04:20:33.954ZJul 19 04:20:32.857adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86082026-07-19T04:20:33.954ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86092026-07-19T04:20:33.954Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86102026-07-19T04:20:33.954ZJul 19 04:20:32.858 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.858
86112026-07-19T04:20:33.954Z 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:20:32.858
86122026-07-19T04:20:33.954Z Jul 19 04:20:32.858INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86132026-07-19T04:20:33.954Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86142026-07-19T04:20:33.958Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86152026-07-19T04:20:33.958Z 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 } }]
86162026-07-19T04:20:33.958ZJul 19 04:20:32.858 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 } }]Jul 19 04:20:32.858
86172026-07-19T04:20:33.958ZJul 19 04:20:32.858 INFOINFO Jul 19 04:20:32.858adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86182026-07-19T04:20:33.958Z
86192026-07-19T04:20:33.958ZINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86202026-07-19T04:20:33.958Z 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 } }]Jul 19 04:20:32.858
86212026-07-19T04:20:33.958Z DEBGJul 19 04:20:32.858 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:20:32.858DEBG
86222026-07-19T04:20:33.958Z INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86232026-07-19T04:20:33.958Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86242026-07-19T04:20:33.958Z INFO Jul 19 04:20:32.858adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
86252026-07-19T04:20:33.958ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86262026-07-19T04:20:33.958ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG Jul 19 04:20:32.858replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
86272026-07-19T04:20:33.958Z
86282026-07-19T04:20:33.958Zreplacing 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 } }]
86292026-07-19T04:20:33.958ZJul 19 04:20:32.858 INFOJul 19 04:20:32.858 Jul 19 04:20:32.858 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86302026-07-19T04:20:33.958ZINFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86312026-07-19T04:20:33.958Z
86322026-07-19T04:20:33.958ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG Jul 19 04:20:32.858replacing 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 } }]
86332026-07-19T04:20:33.958Zreplacing 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
86342026-07-19T04:20:33.958Z 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 } }]
86352026-07-19T04:20:33.958ZJul 19 04:20:32.858 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86362026-07-19T04:20:33.958Z Jul 19 04:20:32.858INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86372026-07-19T04:20:33.958Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86382026-07-19T04:20:33.958ZJul 19 04:20:32.858 DEBGJul 19 04:20:32.858 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 } }]Jul 19 04:20:32.858DEBG DEBG
86392026-07-19T04:20:33.958Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
86402026-07-19T04:20:33.958Z
86412026-07-19T04:20:33.958ZJul 19 04:20:32.858Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:fffailed to allocate space for the new target listINFO
86422026-07-19T04:20:33.959Z
86432026-07-19T04:20:33.959Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86442026-07-19T04:20:33.959ZJul 19 04:20:32.858 Jul 19 04:20:32.858DEBG 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 } }]Jul 19 04:20:32.858
86452026-07-19T04:20:33.959Z 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
86462026-07-19T04:20:33.959Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.858 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86472026-07-19T04:20:33.959ZJul 19 04:20:32.858 Jul 19 04:20:32.858DEBG DEBGcreated new freemap , 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
86482026-07-19T04:20:33.959Z: freemap_route_ipv4
86492026-07-19T04:20:33.959ZJul 19 04:20:32.858 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86502026-07-19T04:20:33.959ZJul 19 04:20:32.858
86512026-07-19T04:20:33.959Z DEBG created new freemap, unit: freemap_route_ipv6
86522026-07-19T04:20:33.959ZJul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing 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 } }]
86532026-07-19T04:20:33.959ZDEBG initted freemap. size: 64, unit: freemap_route_ipv4
86542026-07-19T04:20:33.959ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO reset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff,
86552026-07-19T04:20:33.959Zunit: freemap_route_ipv4
86562026-07-19T04:20:33.959ZJul 19 04:20:32.858 DEBGJul 19 04:20:32.858 initted freemap. size: 64DEBG, unitJul 19 04:20:32.858: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 } }]
86572026-07-19T04:20:33.959Z INFO freemap_route_ipv6adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
86582026-07-19T04:20:33.959Z
86592026-07-19T04:20:33.959ZJul 19 04:20:32.858 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86602026-07-19T04:20:33.959Z DEBG reset freemap, unitJul 19 04:20:32.858: Jul 19 04:20:32.858freemap_route_ipv6DEBG
86612026-07-19T04:20:33.959Zreplacing 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
86622026-07-19T04:20:33.959Z 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 } }]
86632026-07-19T04:20:33.959ZJul 19 04:20:32.858 INFO Jul 19 04:20:32.858adding route 3fff:dead::/64 -> 2001:db8::55:1
86642026-07-19T04:20:33.959ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86652026-07-19T04:20:33.959Z Jul 19 04:20:32.858INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86662026-07-19T04:20:33.959ZJul 19 04:20:32.858replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
86672026-07-19T04:20:33.959ZDEBG Jul 19 04:20:32.858replacing 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 } }]
86682026-07-19T04:20:33.959ZDEBG 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 } }]
86692026-07-19T04:20:33.959ZJul 19 04:20:32.858 INFOJul 19 04:20:32.858Jul 19 04:20:32.858 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86702026-07-19T04:20:33.959Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86712026-07-19T04:20:33.959Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
86722026-07-19T04:20:33.959Z
86732026-07-19T04:20:33.959ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86742026-07-19T04:20:33.959ZJul 19 04:20:32.858replacing 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 } }]
86752026-07-19T04:20:33.959ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
86762026-07-19T04:20:33.959ZJul 19 04:20:32.858 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
86772026-07-19T04:20:33.959Z INFO Jul 19 04:20:32.858adding route 3fff:dead::/64 -> 2001:db8::55:3
86782026-07-19T04:20:33.960ZJul 19 04:20:32.858INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
86792026-07-19T04:20:33.960Z Jul 19 04:20:32.858replacing 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 } }]
86802026-07-19T04:20:33.960ZDEBG Jul 19 04:20:32.858replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
86812026-07-19T04:20:33.960ZDEBG 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 } }]
86822026-07-19T04:20:33.960ZJul 19 04:20:32.858 Jul 19 04:20:32.858Jul 19 04:20:32.858INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
86832026-07-19T04:20:33.960Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86842026-07-19T04:20:33.960Z
86852026-07-19T04:20:33.960ZJul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
86862026-07-19T04:20:33.960ZDEBG 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 } }]
86872026-07-19T04:20:33.960ZJul 19 04:20:32.858 Jul 19 04:20:32.858DEBG Jul 19 04:20:32.858DEBG 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
86882026-07-19T04:20:33.960Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86892026-07-19T04:20:33.960Z
86902026-07-19T04:20:33.960ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFOWARN adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86912026-07-19T04:20:33.960Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:20:32.858
86922026-07-19T04:20:33.960Z 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 } }]
86932026-07-19T04:20:33.960ZJul 19 04:20:32.858 ERROJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
86942026-07-19T04:20:33.960Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86952026-07-19T04:20:33.960Z
86962026-07-19T04:20:33.960ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGERRO 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 } }]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 itJul 19 04:20:32.858
86972026-07-19T04:20:33.960Z
86982026-07-19T04:20:33.960ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
86992026-07-19T04:20:33.960ZJul 19 04:20:32.858 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:20:32.858
87002026-07-19T04:20:33.960Z DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87012026-07-19T04:20:33.960ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
87022026-07-19T04:20:33.960Z
87032026-07-19T04:20:33.960ZJul 19 04:20:32.858 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87042026-07-19T04:20:33.960ZJul 19 04:20:32.858 Jul 19 04:20:32.858INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
87052026-07-19T04:20:33.960Zfailed to allocate space for the new target list
87062026-07-19T04:20:33.960ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87072026-07-19T04:20:33.960Z
87082026-07-19T04:20:33.960ZJul 19 04:20:32.858 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87092026-07-19T04:20:33.960ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
87102026-07-19T04:20:33.960Z
87112026-07-19T04:20:33.960ZJul 19 04:20:32.858 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87122026-07-19T04:20:33.960ZJul 19 04:20:32.858 INFO Jul 19 04:20:32.858adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87132026-07-19T04:20:33.960ZDEBG 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 } }]
87142026-07-19T04:20:33.965ZJul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing 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 } }]
87152026-07-19T04:20:33.965ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87162026-07-19T04:20:33.965ZJul 19 04:20:32.858 INFO Jul 19 04:20:32.858adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87172026-07-19T04:20:33.965ZDEBG 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 } }]
87182026-07-19T04:20:33.965ZJul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing 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 } }]
87192026-07-19T04:20:33.965ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87202026-07-19T04:20:33.965ZJul 19 04:20:32.858 INFOJul 19 04:20:32.858 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
87212026-07-19T04:20:33.965Z 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 } }]
87222026-07-19T04:20:33.965ZJul 19 04:20:32.858 Jul 19 04:20:32.858DEBG 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 } }]
87232026-07-19T04:20:33.965Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87242026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87252026-07-19T04:20:33.965Z
87262026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87272026-07-19T04:20:33.965Z
87282026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:29::/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 } }]
87292026-07-19T04:20:33.965Z
87302026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
87312026-07-19T04:20:33.965Z
87322026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2a::/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 } }]
87332026-07-19T04:20:33.965Z
87342026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87352026-07-19T04:20:33.965Z
87362026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2b::/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 } }]
87372026-07-19T04:20:33.965Z
87382026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 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:29::/64 -> 2001:db8::55:ff
87392026-07-19T04:20:33.965Z
87402026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2c::/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 } }]
87412026-07-19T04:20:33.965Z
87422026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 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:2a::/64 -> 2001:db8::55:ff
87432026-07-19T04:20:33.965Z
87442026-07-19T04:20:33.965ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2d::/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 } }]
87452026-07-19T04:20:33.966Z
87462026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 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:2b::/64 -> 2001:db8::55:ff
87472026-07-19T04:20:33.966Z
87482026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87492026-07-19T04:20:33.966Z
87502026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2c::/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 } }]
87512026-07-19T04:20:33.966Z
87522026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 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:2f::/64 -> 2001:db8::55:ff
87532026-07-19T04:20:33.966Z
87542026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87552026-07-19T04:20:33.966Z
87562026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87572026-07-19T04:20:33.966Z
87582026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87592026-07-19T04:20:33.966Z
87602026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:31::/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 } }]
87612026-07-19T04:20:33.966Z
87622026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87632026-07-19T04:20:33.966Z
87642026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87652026-07-19T04:20:33.966Z
87662026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:30::/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 } }]
87672026-07-19T04:20:33.966Z
87682026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87692026-07-19T04:20:33.966Z
87702026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:31::/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 } }]
87712026-07-19T04:20:33.966Z
87722026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87732026-07-19T04:20:33.966Z
87742026-07-19T04:20:33.966ZJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87752026-07-19T04:20:33.966ZJul 19 04:20:32.859 Jul 19 04:20:32.859Jul 19 04:20:32.859DEBG DEBGcreated new freemap , DEBGcreated new freemap Jul 19 04:20:32.865, created new freemapunit , INFO:unit unit adding route 3fff:beef:35::/64 -> 2001:db8::55:ff:freemap_route_ipv4
87762026-07-19T04:20:33.966Z freemap_route_ipv4
87772026-07-19T04:20:33.966Z
87782026-07-19T04:20:33.966ZJul 19 04:20:32.865Jul 19 04:20:32.865 DEBGDEBGJul 19 04:20:32.865 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapDEBG
87792026-07-19T04:20:33.966Z , created new freemapunit:, unitfreemap_route_ipv6:
87802026-07-19T04:20:33.966Z Jul 19 04:20:32.865freemap_route_ipv6
87812026-07-19T04:20:33.966ZINFO Jul 19 04:20:32.865adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87822026-07-19T04:20:33.966ZDEBG initted freemap. size: 64, unit: freemap_route_ipv4
87832026-07-19T04:20:33.967Z
87842026-07-19T04:20:33.967ZJul 19 04:20:32.865Jul 19 04:20:32.865 DEBG Jul 19 04:20:32.865initted freemap. size: 64Jul 19 04:20:32.859, unit DEBG: Jul 19 04:20:32.865reset freemap DEBG DEBG, DEBGfreemap_route_ipv4 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 } }]
87852026-07-19T04:20:33.967Z:
87862026-07-19T04:20:33.967Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapfreemap_route_ipv4
87872026-07-19T04:20:33.967Z, Jul 19 04:20:32.865
87882026-07-19T04:20:33.967Z DEBG unitreset freemap:, Jul 19 04:20:32.865 Jul 19 04:20:32.865 unitJul 19 04:20:32.865freemap_route_ipv4:
87892026-07-19T04:20:33.967Z INFOfreemap_route_ipv4INFODEBG
87902026-07-19T04:20:33.967Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87912026-07-19T04:20:33.967Zinitted freemap. size: 64adding route 3fff:beef:37::/64 -> 2001:db8::55:ff,
87922026-07-19T04:20:33.967ZunitJul 19 04:20:32.865Jul 19 04:20:32.865: DEBG Jul 19 04:20:32.865DEBG freemap_route_ipv6initted freemap. size: 64 ,
87932026-07-19T04:20:33.967Zreplacing 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 } }]unitDEBGJul 19 04:20:32.865
87942026-07-19T04:20:33.967Z DEBG: created new freemap , Jul 19 04:20:32.865Jul 19 04:20:32.865 freemap_route_ipv6DEBG
87952026-07-19T04:20:33.967Z INFOunitreset freemap: adding route 3fff:beef:34::/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 } }],
87962026-07-19T04:20:33.967ZunitJul 19 04:20:32.865: freemap_route_ipv6
87972026-07-19T04:20:33.967Z
87982026-07-19T04:20:33.967ZDEBG freemap_route_ipv6reset freemap
87992026-07-19T04:20:33.967Z, unitJul 19 04:20:32.865: Jul 19 04:20:32.865Jul 19 04:20:32.865 INFO freemap_route_ipv6DEBG
88002026-07-19T04:20:33.967Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88012026-07-19T04:20:33.967Zinitted freemap. size: 64, Jul 19 04:20:32.865INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.865 freemap_route_ipv4
88022026-07-19T04:20:33.967Z 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 } }]
88032026-07-19T04:20:33.967ZINFOJul 19 04:20:32.865
88042026-07-19T04:20:33.967ZDEBGJul 19 04:20:32.865 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.865
88052026-07-19T04:20:33.967Zadding route 3fff:dead::/64 -> 2001:db8::55:1
88062026-07-19T04:20:33.967ZDEBGJul 19 04:20:32.865DEBG Jul 19 04:20:32.865replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap
88072026-07-19T04:20:33.967ZDEBGINFO Jul 19 04:20:32.865, adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 19 04:20:32.865 INFO
88082026-07-19T04:20:33.967Z 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255
88092026-07-19T04:20:33.967Z:
88102026-07-19T04:20:33.967Zfreemap_route_ipv4
88112026-07-19T04:20:33.967ZINFO Jul 19 04:20:32.865adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.865
88122026-07-19T04:20:33.967ZJul 19 04:20:32.865 DEBGDEBG 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 } }]Jul 19 04:20:32.865
88132026-07-19T04:20:33.967Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]initted freemap. size: 64
88142026-07-19T04:20:33.972Z , DEBGunit Jul 19 04:20:32.865:Jul 19 04:20:32.865 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
88152026-07-19T04:20:33.972ZINFO
88162026-07-19T04:20:33.972Zadding route 172.17.0.1/32 -> 10.0.0.255
88172026-07-19T04:20:33.972ZDEBGJul 19 04:20:32.865Jul 19 04:20:32.865 INFO 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 } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
88182026-07-19T04:20:33.972Zreset freemapJul 19 04:20:32.865, unit
88192026-07-19T04:20:33.972Z: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 } }]freemap_route_ipv6
88202026-07-19T04:20:33.972Z
88212026-07-19T04:20:33.972ZJul 19 04:20:32.865Jul 19 04:20:32.865 Jul 19 04:20:32.865Jul 19 04:20:32.865INFO INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
88222026-07-19T04:20:33.972Zadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88232026-07-19T04:20:33.972Z
88242026-07-19T04:20:33.972Z
88252026-07-19T04:20:33.972ZJul 19 04:20:32.865Jul 19 04:20:32.865Jul 19 04:20:32.865 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88262026-07-19T04:20:33.972Z
88272026-07-19T04:20:33.972Z DEBGJul 19 04:20:32.865 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.865
88282026-07-19T04:20:33.972Z DEBGDEBG 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:20:32.865Jul 19 04:20:32.865 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
88292026-07-19T04:20:33.972Z
88302026-07-19T04:20:33.972Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
88312026-07-19T04:20:33.972Z Jul 19 04:20:32.865adding route 172.16.0.0/32 -> 10.0.0.2
88322026-07-19T04:20:33.972ZINFO Jul 19 04:20:32.865adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88332026-07-19T04:20:33.972ZDEBG 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:20:32.865
88342026-07-19T04:20:33.972Z Jul 19 04:20:32.865INFO Jul 19 04:20:32.865DEBGJul 19 04:20:32.865 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.3/32 -> 10.0.0.255
88352026-07-19T04:20:33.972ZDEBG INFO
88362026-07-19T04:20:33.972Z Jul 19 04:20:32.865replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:3c::/64 -> 2001:db8::55:ff
88372026-07-19T04:20:33.972Z
88382026-07-19T04:20:33.973ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
88392026-07-19T04:20:33.973ZJul 19 04:20:32.865Jul 19 04:20:32.865 INFO adding route 172.17.0.0/32 -> 10.0.0.255
88402026-07-19T04:20:33.973ZJul 19 04:20:32.865 Jul 19 04:20:32.865DEBGJul 19 04:20:32.865 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88412026-07-19T04:20:33.973Zreplacing 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 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
88422026-07-19T04:20:33.973Z
88432026-07-19T04:20:33.973ZJul 19 04:20:32.865
88442026-07-19T04:20:33.973Z INFOJul 19 04:20:32.865Jul 19 04:20:32.865 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
88452026-07-19T04:20:33.973ZJul 19 04:20:32.865adding route 172.17.0.4/32 -> 10.0.0.255
88462026-07-19T04:20:33.973ZINFO
88472026-07-19T04:20:33.973Z adding route 172.17.0.1/32 -> 10.0.0.255
88482026-07-19T04:20:33.973ZJul 19 04:20:32.865Jul 19 04:20:32.865 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 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 } }]
88492026-07-19T04:20:33.973Z
88502026-07-19T04:20:33.973ZJul 19 04:20:32.865Jul 19 04:20:32.865 DEBGJul 19 04:20:32.865DEBG Jul 19 04:20:32.865INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
88512026-07-19T04:20:33.973Zreplacing 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 } }]
88522026-07-19T04:20:33.973Z
88532026-07-19T04:20:33.973Z
88542026-07-19T04:20:33.973ZJul 19 04:20:32.865Jul 19 04:20:32.865 DEBGJul 19 04:20:32.865 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
88552026-07-19T04:20:33.973Z adding route 172.17.0.2/32 -> 10.0.0.255:Jul 19 04:20:32.866 freemap_route_ipv4INFO
88562026-07-19T04:20:33.973Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
88572026-07-19T04:20:33.973Z 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 } }]
88582026-07-19T04:20:33.973Z
88592026-07-19T04:20:33.973ZJul 19 04:20:32.866Jul 19 04:20:32.866 DEBGDEBG created new freemapreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 19 04:20:32.866
88602026-07-19T04:20:33.973Z DEBGJul 19 04:20:32.866 unit :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 } }]Jul 19 04:20:32.866
88612026-07-19T04:20:33.973Zfreemap_route_ipv6 adding route 172.17.0.6/32 -> 10.0.0.255
88622026-07-19T04:20:33.973Z
88632026-07-19T04:20:33.973ZDEBG Jul 19 04:20:32.866Jul 19 04:20:32.866failed to allocate space for the new target list
88642026-07-19T04:20:33.973ZINFODEBG initted freemap. size: 64adding route 172.17.0.3/32 -> 10.0.0.255,
88652026-07-19T04:20:33.973ZunitJul 19 04:20:32.866Jul 19 04:20:32.866 DEBG: DEBG Jul 19 04:20:32.866freemap_route_ipv4
88662026-07-19T04:20:33.973ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88672026-07-19T04:20:33.973Zreplacing 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.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 } }]
88682026-07-19T04:20:33.973Z
88692026-07-19T04:20:33.973ZJul 19 04:20:32.866Jul 19 04:20:32.866 INFODEBG reset freemapadding route 172.17.0.7/32 -> 10.0.0.255, Jul 19 04:20:32.866
88702026-07-19T04:20:33.973Zunit :INFO freemap_route_ipv4adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:20:32.866
88712026-07-19T04:20:33.974Z
88722026-07-19T04:20:33.974Z DEBGJul 19 04:20:32.866 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 } }]
88732026-07-19T04:20:33.974ZJul 19 04:20:32.866Jul 19 04:20:32.866 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64replacing 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 } }],
88742026-07-19T04:20:33.974Z
88752026-07-19T04:20:33.974Zunit:Jul 19 04:20:32.866 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 } }]
88762026-07-19T04:20:33.974Zfreemap_route_ipv6Jul 19 04:20:32.866
88772026-07-19T04:20:33.974Z INFOJul 19 04:20:32.858 adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:20:32.866DEBGJul 19 04:20:32.866 DEBGINFO created new freemap
88782026-07-19T04:20:33.974Z , reset freemapunitadding route 172.17.0.6/32 -> 10.0.0.255:
88792026-07-19T04:20:33.974Z, unitfreemap_route_ipv4:
88802026-07-19T04:20:33.974ZJul 19 04:20:32.866Jul 19 04:20:32.866 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 } }]DEBG
88812026-07-19T04:20:33.974Ztest route::tests::grow_succeeds ... ok
88822026-07-19T04:20:33.974Z freemap_route_ipv6replacing 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 } }]
88832026-07-19T04:20:33.974Z
88842026-07-19T04:20:33.974ZJul 19 04:20:32.866 INFOJul 19 04:20:32.866 Jul 19 04:20:32.866 DEBG INFOcreated new freemapadding route 172.17.0.7/32 -> 10.0.0.255, Jul 19 04:20:32.866unit
88852026-07-19T04:20:33.974Z :INFOadding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1
88862026-07-19T04:20:33.974Zfreemap_route_ipv6
88872026-07-19T04:20:33.974Z
88882026-07-19T04:20:33.974ZJul 19 04:20:32.866 DEBGJul 19 04:20:32.866 Jul 19 04:20:32.866DEBG 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
88892026-07-19T04:20:33.974ZJul 19 04:20:32.866replacing 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 } }]
88902026-07-19T04:20:33.974Z DEBGJul 19 04:20:32.866 INFOinitted freemap. size: 64 Jul 19 04:20:32.866, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit adding route 172.17.0.10/32 -> 10.0.0.255INFO
88912026-07-19T04:20:33.974Z
88922026-07-19T04:20:33.974Z : adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv4Jul 19 04:20:32.866
88932026-07-19T04:20:33.974Z
88942026-07-19T04:20:33.974Z DEBGJul 19 04:20:32.866 Jul 19 04:20:32.866INFOreplacing 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 } }]
88952026-07-19T04:20:33.974ZJul 19 04:20:32.866 DEBG DEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }],
88962026-07-19T04:20:33.974Z
88972026-07-19T04:20:33.974Zunit:Jul 19 04:20:32.866Jul 19 04:20:32.866 freemap_route_ipv4INFO
88982026-07-19T04:20:33.974Z INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:20:32.866
88992026-07-19T04:20:33.974Z
89002026-07-19T04:20:33.974ZDEBG Jul 19 04:20:32.866replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Jul 19 04:20:32.866 initted freemap. size: 64DEBGJul 19 04:20:32.859 DEBGcreated new freemap , , unitJul 19 04:20:32.875created new freemapunit: , unitfreemap_route_ipv6::DEBG
89012026-07-19T04:20:33.974Zfreemap_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 } }]
89022026-07-19T04:20:33.974Z
89032026-07-19T04:20:33.974Zfreemap_route_ipv4Jul 19 04:20:32.875
89042026-07-19T04:20:33.974Z DEBGJul 19 04:20:32.875 Jul 19 04:20:32.875reset freemap , unit:Jul 19 04:20:32.866 freemap_route_ipv6DEBGDEBG created new freemapcreated new freemap
89052026-07-19T04:20:33.974ZJul 19 04:20:32.875, , unit unit:DEBG freemap_route_ipv4created new freemap
89062026-07-19T04:20:33.974Z:, unitfreemap_route_ipv6:
89072026-07-19T04:20:33.974Z Jul 19 04:20:32.875 Jul 19 04:20:32.875INFO DEBGJul 19 04:20:32.875adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGfreemap_route_ipv6created new freemap
89082026-07-19T04:20:33.974Z,
89092026-07-19T04:20:33.974Zunitinitted freemap. size: 64: freemap_route_ipv6,
89102026-07-19T04:20:33.975Zunit:Jul 19 04:20:32.875 freemap_route_ipv4Jul 19 04:20:32.875
89112026-07-19T04:20:33.975ZJul 19 04:20:32.875DEBG 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 } }]Jul 19 04:20:32.875initted freemap. size: 64 , DEBG
89122026-07-19T04:20:33.975Z reset freemapunit, unit: :initted freemap. size: 64Jul 19 04:20:32.875 freemap_route_ipv4
89132026-07-19T04:20:33.975ZINFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1
89142026-07-19T04:20:33.980Z
89152026-07-19T04:20:33.980ZJul 19 04:20:32.875, DEBGunit :reset freemap , freemap_route_ipv4unitJul 19 04:20:32.875Jul 19 04:20:32.875:
89162026-07-19T04:20:33.980Zfreemap_route_ipv4DEBG
89172026-07-19T04:20:33.980Z DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
89182026-07-19T04:20:33.980ZJul 19 04:20:32.875Jul 19 04:20:32.875unit :DEBG freemap_route_ipv6initted freemap. size: 64Jul 19 04:20:32.875DEBG INFOreset freemap
89192026-07-19T04:20:33.980Z, unitadding route 3fff:dead::/64 -> 2001:db8::55:1: ,
89202026-07-19T04:20:33.980Zunitfreemap_route_ipv4:
89212026-07-19T04:20:33.980ZJul 19 04:20:32.875 DEBG freemap_route_ipv6reset freemap
89222026-07-19T04:20:33.980ZJul 19 04:20:32.875, Jul 19 04:20:32.875 unitDEBG: Jul 19 04:20:32.875DEBG freemap_route_ipv6initted freemap. size: 64DEBG, unitreplacing 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 } }]reset freemap
89232026-07-19T04:20:33.980Z, :unit :
89242026-07-19T04:20:33.980Z Jul 19 04:20:32.875freemap_route_ipv6 freemap_route_ipv6
89252026-07-19T04:20:33.980ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:20:32.875
89262026-07-19T04:20:33.980Z Jul 19 04:20:32.875INFO
89272026-07-19T04:20:33.980ZDEBG Jul 19 04:20:32.875reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2,
89282026-07-19T04:20:33.980ZJul 19 04:20:32.875 unit DEBG:INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Jul 19 04:20:32.875
89292026-07-19T04:20:33.980Z
89302026-07-19T04:20:33.980Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
89312026-07-19T04:20:33.980Z
89322026-07-19T04:20:33.980ZJul 19 04:20:32.875 Jul 19 04:20:32.875DEBG Jul 19 04:20:32.875replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
89332026-07-19T04:20:33.981Z INFOadding route 172.16.0.0/32 -> 10.0.0.1
89342026-07-19T04:20:33.981Zadding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:20:32.875Jul 19 04:20:32.875
89352026-07-19T04:20:33.981Z Jul 19 04:20:32.875INFO INFOJul 19 04:20:32.875DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
89362026-07-19T04:20:33.981Z
89372026-07-19T04:20:33.981Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89382026-07-19T04:20:33.981Z
89392026-07-19T04:20:33.981ZJul 19 04:20:32.875Jul 19 04:20:32.875Jul 19 04:20:32.875 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 } }] Jul 19 04:20:32.875replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89402026-07-19T04:20:33.981Z
89412026-07-19T04:20:33.981ZDEBG INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89422026-07-19T04:20:33.981Zadding route 172.16.0.0/32 -> 10.0.0.3
89432026-07-19T04:20:33.981Z INFO Jul 19 04:20:32.875adding route 172.17.0.12/32 -> 10.0.0.255
89442026-07-19T04:20:33.981ZINFOJul 19 04:20:32.875 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
89452026-07-19T04:20:33.981Z adding route 3fff:dead::/64 -> 2001:db8::55:3
89462026-07-19T04:20:33.981ZJul 19 04:20:32.875 DEBG Jul 19 04:20:32.875replacing 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.875Jul 19 04:20:32.875
89472026-07-19T04:20:33.981Z DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 19 04:20:32.875replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89482026-07-19T04:20:33.981Z
89492026-07-19T04:20:33.981Zreplacing 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 } }]
89502026-07-19T04:20:33.981Z INFO Jul 19 04:20:32.875Jul 19 04:20:32.875 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.13/32 -> 10.0.0.255
89512026-07-19T04:20:33.981ZJul 19 04:20:32.875
89522026-07-19T04:20:33.981Z
89532026-07-19T04:20:33.981ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:20:32.875Jul 19 04:20:32.875
89542026-07-19T04:20:33.981Z Jul 19 04:20:32.866DEBGDEBGJul 19 04:20:32.875 DEBGJul 19 04:20:32.875replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
89552026-07-19T04:20:33.981Zreplacing 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 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 } }]
89562026-07-19T04:20:33.981Zreplacing 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 } }]
89572026-07-19T04:20:33.981Z
89582026-07-19T04:20:33.981Z
89592026-07-19T04:20:33.981ZJul 19 04:20:32.875 Jul 19 04:20:32.875INFOJul 19 04:20:32.875 DEBGINFO adding route 3fff:beef:3::/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 } }]Jul 19 04:20:32.875
89602026-07-19T04:20:33.981Z Jul 19 04:20:32.875INFO
89612026-07-19T04:20:33.981Zadding route 172.17.0.14/32 -> 10.0.0.255
89622026-07-19T04:20:33.981Z INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
89632026-07-19T04:20:33.981Z
89642026-07-19T04:20:33.981ZJul 19 04:20:32.875 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:20:32.875Jul 19 04:20:32.875Jul 19 04:20:32.875 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 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 } }]
89652026-07-19T04:20:33.981Z
89662026-07-19T04:20:33.981Z
89672026-07-19T04:20:33.981ZJul 19 04:20:32.875Jul 19 04:20:32.875 Jul 19 04:20:32.875 INFO DEBG INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89682026-07-19T04:20:33.981Z
89692026-07-19T04:20:33.981Z
89702026-07-19T04:20:33.982ZINFO Jul 19 04:20:32.875Jul 19 04:20:32.875 Jul 19 04:20:32.875 DEBGadding route 172.17.0.11/32 -> 10.0.0.255
89712026-07-19T04:20:33.982ZINFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89722026-07-19T04:20:33.982Zreplacing 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.875
89732026-07-19T04:20:33.982Zadding route 172.17.0.1/32 -> 10.0.0.255 Jul 19 04:20:32.875DEBG
89742026-07-19T04:20:33.982ZINFO Jul 19 04:20:32.875adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing 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 } }]
89752026-07-19T04:20:33.982Z
89762026-07-19T04:20:33.982ZJul 19 04:20:32.875INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
89772026-07-19T04:20:33.982Ztest route::tests::rollback_on_compact_delete_failure ... ok
89782026-07-19T04:20:33.982Zreplacing 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.875
89792026-07-19T04:20:33.982Z INFO Jul 19 04:20:32.875adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:20:32.875 DEBGDEBGJul 19 04:20:32.875
89802026-07-19T04:20:33.982Z 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 } }]
89812026-07-19T04:20:33.982Z 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 } }]INFOJul 19 04:20:32.875
89822026-07-19T04:20:33.982Zadding route 172.17.0.2/32 -> 10.0.0.255
89832026-07-19T04:20:33.982ZDEBG Jul 19 04:20:32.875replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
89842026-07-19T04:20:33.982Z Jul 19 04:20:32.875adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
89852026-07-19T04:20:33.982Z INFOJul 19 04:20:32.875 Jul 19 04:20:32.875 adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:20:32.875DEBG INFODEBG
89862026-07-19T04:20:33.982Zreplacing 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 } }]
89872026-07-19T04:20:33.982Z 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 172.17.0.13/32 -> 10.0.0.255
89882026-07-19T04:20:33.982ZJul 19 04:20:32.875
89892026-07-19T04:20:33.982Z DEBG Jul 19 04:20:32.875replacing 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 } }]
89902026-07-19T04:20:33.982ZJul 19 04:20:32.875INFO adding route 172.17.0.3/32 -> 10.0.0.255INFO
89912026-07-19T04:20:33.982Z Jul 19 04:20:32.875adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 19 04:20:32.875
89922026-07-19T04:20:33.982Z INFODEBGJul 19 04:20:32.875 adding route 172.17.0.18/32 -> 10.0.0.255
89932026-07-19T04:20:33.982Zreplacing 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 } }]DEBGJul 19 04:20:32.875
89942026-07-19T04:20:33.982Z 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 } }]
89952026-07-19T04:20:33.982Zreplacing 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.875Jul 19 04:20:32.875
89962026-07-19T04:20:33.982Z DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89972026-07-19T04:20:33.982Zadding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:20:32.875Jul 19 04:20:32.875
89982026-07-19T04:20:33.982Z INFO Jul 19 04:20:32.875 INFOJul 19 04:20:32.875 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 172.17.0.4/32 -> 10.0.0.255DEBG
89992026-07-19T04:20:33.982Z
90002026-07-19T04:20:33.982Z 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 } }]
90012026-07-19T04:20:33.982Ztest route::tests::identity_replace_is_noop ... ok
90022026-07-19T04:20:33.982Zadding route 172.17.0.19/32 -> 10.0.0.255
90032026-07-19T04:20:33.982Ztest route::tests::rollback_on_compact_write_failure ... ok
90042026-07-19T04:20:33.982ZJul 19 04:20:32.875Jul 19 04:20:32.875 Jul 19 04:20:32.875DEBG 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 } }]INFO Jul 19 04:20:32.876adding route 172.17.0.15/32 -> 10.0.0.255
90052026-07-19T04:20:33.982Z 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 } }]
90062026-07-19T04:20:33.982ZDEBG Jul 19 04:20:32.883 DEBG Jul 19 04:20:32.883replacing 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 } }]
90072026-07-19T04:20:33.982ZINFOcreated new freemap , adding route 172.17.0.5/32 -> 10.0.0.255unit
90082026-07-19T04:20:33.982ZJul 19 04:20:32.883: INFOfreemap_route_ipv4
90092026-07-19T04:20:33.983Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:20:32.883
90102026-07-19T04:20:33.983Z DEBGJul 19 04:20:32.883Jul 19 04:20:32.875 DEBG DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90112026-07-19T04:20:33.983Zreplacing 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 } }]
90122026-07-19T04:20:33.983Z Jul 19 04:20:32.883created new freemapJul 19 04:20:32.883 Jul 19 04:20:32.876INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255
90132026-07-19T04:20:33.983Z adding route 172.17.0.6/32 -> 10.0.0.255, DEBG
90142026-07-19T04:20:33.987Z created new freemapunit, :Jul 19 04:20:32.883unit DEBGJul 19 04:20:32.883: freemap_route_ipv6replacing 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
90152026-07-19T04:20:33.987Zfreemap_route_ipv4 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 } }]
90162026-07-19T04:20:33.987Z
90172026-07-19T04:20:33.987Z
90182026-07-19T04:20:33.987ZJul 19 04:20:32.883 Jul 19 04:20:32.883Jul 19 04:20:32.883INFO Jul 19 04:20:32.883adding route 172.17.0.7/32 -> 10.0.0.255 DEBG
90192026-07-19T04:20:33.987ZDEBG
90202026-07-19T04:20:33.987Z INFO created new freemap adding route 172.17.0.21/32 -> 10.0.0.255, Jul 19 04:20:32.883unitinitted freemap. size: 64
90212026-07-19T04:20:33.987Z 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:20:32.883
90222026-07-19T04:20:33.987Zunitfreemap_route_ipv6Jul 19 04:20:32.883
90232026-07-19T04:20:33.987Z :DEBG Jul 19 04:20:32.883Jul 19 04:20:32.883INFOfreemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:3
90242026-07-19T04:20:33.987ZDEBG initted freemap. size: 64INFO, 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.883adding route 172.17.0.8/32 -> 10.0.0.255
90252026-07-19T04:20:33.987Z
90262026-07-19T04:20:33.987Z
90272026-07-19T04:20:33.987ZDEBG unit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.883
90282026-07-19T04:20:33.987ZJul 19 04:20:32.883freemap_route_ipv4 DEBGDEBG Jul 19 04:20:32.883
90292026-07-19T04:20:33.987Zreset freemapreplacing 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 } }],
90302026-07-19T04:20:33.988Z INFOJul 19 04:20:32.883 unit Jul 19 04:20:32.883Jul 19 04:20:32.883adding route 172.17.0.22/32 -> 10.0.0.255
90312026-07-19T04:20:33.988ZINFOINFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255
90322026-07-19T04:20:33.988Z:reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:4
90332026-07-19T04:20:33.988Zfreemap_route_ipv4, Jul 19 04:20:32.883unit DEBG:
90342026-07-19T04:20:33.988Z Jul 19 04:20:32.883replacing 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 } }]
90352026-07-19T04:20:33.988ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] freemap_route_ipv4
90362026-07-19T04:20:33.988ZJul 19 04:20:32.883
90372026-07-19T04:20:33.988Z INFOJul 19 04:20:32.883Jul 19 04:20:32.883 Jul 19 04:20:32.883Jul 19 04:20:32.883 adding route 172.17.0.23/32 -> 10.0.0.255
90382026-07-19T04:20:33.988ZDEBG replacing targets for 3fff:dead::/64 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 } }]DEBGDEBG DEBGJul 19 04:20:32.883 initted freemap. size: 64 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90392026-07-19T04:20:33.988Z
90402026-07-19T04:20:33.988Z, DEBG initted freemap. size: 64unit :Jul 19 04:20:32.883 freemap_route_ipv6WARNreplacing 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 } }],
90412026-07-19T04:20:33.988ZJul 19 04:20:32.883
90422026-07-19T04:20:33.988Z unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):Jul 19 04:20:32.883 INFOJul 19 04:20:32.883INFO freemap_route_ipv6DEBG
90432026-07-19T04:20:33.988Z
90442026-07-19T04:20:33.988Zadding route 172.17.0.24/32 -> 10.0.0.255
90452026-07-19T04:20:33.988Zadding route 172.17.0.10/32 -> 10.0.0.255reset freemap
90462026-07-19T04:20:33.988Z, unit: Jul 19 04:20:32.883freemap_route_ipv6Jul 19 04:20:32.883Jul 19 04:20:32.883
90472026-07-19T04:20:33.988Z DEBGDEBGDEBG 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 } }] 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 } }], Jul 19 04:20:32.883unit
90482026-07-19T04:20:33.988Z :
90492026-07-19T04:20:33.988ZINFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
90502026-07-19T04:20:33.988Z
90512026-07-19T04:20:33.988ZJul 19 04:20:32.883 INFO Jul 19 04:20:32.883 INFO adding route 172.16.0.0/32 -> 10.0.0.1
90522026-07-19T04:20:33.988ZJul 19 04:20:32.884 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 } }]
90532026-07-19T04:20:33.988ZJul 19 04:20:32.884Jul 19 04:20:32.883 INFO adding route 172.17.0.11/32 -> 10.0.0.255
90542026-07-19T04:20:33.988ZJul 19 04:20:32.884DEBG 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 } }]
90552026-07-19T04:20:33.988ZJul 19 04:20:32.884adding route 172.16.0.0/32 -> 10.0.0.2
90562026-07-19T04:20:33.988ZDEBG Jul 19 04:20:32.884 INFOJul 19 04:20:32.866 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
90572026-07-19T04:20:33.988ZDEBG
90582026-07-19T04:20:33.988Z created new freemapJul 19 04:20:32.884 , DEBGunit Jul 19 04:20:32.884Jul 19 04:20:32.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: adding route 172.17.0.12/32 -> 10.0.0.255
90592026-07-19T04:20:33.988ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90602026-07-19T04:20:33.988Z
90612026-07-19T04:20:33.988ZJul 19 04:20:32.884 freemap_route_ipv4INFO
90622026-07-19T04:20:33.988ZJul 19 04:20:32.884 adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:20:32.884DEBG
90632026-07-19T04:20:33.988Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90642026-07-19T04:20:33.988Zadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:20:32.884
90652026-07-19T04:20:33.988Z DEBGJul 19 04:20:32.884 Jul 19 04:20:32.884DEBG 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:20:32.884adding route 172.17.0.13/32 -> 10.0.0.255
90662026-07-19T04:20:33.988Zcreated new freemap , Jul 19 04:20:32.883
90672026-07-19T04:20:33.989Zunit:DEBG Jul 19 04:20:32.884 Jul 19 04:20:32.884 DEBGINFOfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90682026-07-19T04:20:33.989Zadding route 172.16.0.0/32 -> 10.0.0.4DEBG
90692026-07-19T04:20:33.989Z
90702026-07-19T04:20:33.989Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90712026-07-19T04:20:33.989Z
90722026-07-19T04:20:33.989ZJul 19 04:20:32.884Jul 19 04:20:32.884Jul 19 04:20:32.884 Jul 19 04:20:32.884DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFODEBG Jul 19 04:20:32.884 adding route 172.17.0.14/32 -> 10.0.0.255initted freemap. size: 64INFO,
90732026-07-19T04:20:33.989Z
90742026-07-19T04:20:33.989Z unit adding route 3fff:dead::/64 -> 2001:db8::55:4INFOJul 19 04:20:32.884
90752026-07-19T04:20:33.989ZJul 19 04:20:32.884 :DEBG DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
90762026-07-19T04:20:33.989Zfreemap_route_ipv4
90772026-07-19T04:20:33.989Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90782026-07-19T04:20:33.989Z
90792026-07-19T04:20:33.989ZJul 19 04:20:32.884 DEBGJul 19 04:20:32.884 Jul 19 04:20:32.884replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO
90802026-07-19T04:20:33.989Z DEBGadding route 172.17.0.15/32 -> 10.0.0.255
90812026-07-19T04:20:33.989Zreplacing 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.884
90822026-07-19T04:20:33.989Z DEBG Jul 19 04:20:32.884replacing targets for 3fff:dead::/64 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.884
90832026-07-19T04:20:33.989Z DEBG Jul 19 04:20:32.884replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90842026-07-19T04:20:33.989Z INFOJul 19 04:20:32.884 reset freemap , WARN Jul 19 04:20:32.884 unitshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOadding route 172.17.0.18/32 -> 10.0.0.255
90852026-07-19T04:20:33.989Z
90862026-07-19T04:20:33.989Z: adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4
90872026-07-19T04:20:33.989Z
90882026-07-19T04:20:33.989ZJul 19 04:20:32.884 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 } }]
90892026-07-19T04:20:33.989ZJul 19 04:20:32.884 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:20:32.884
90902026-07-19T04:20:33.989Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
90912026-07-19T04:20:33.989ZJul 19 04:20:32.884Jul 19 04:20:32.884 INFOJul 19 04:20:32.884 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
90922026-07-19T04:20:33.989Z DEBG initted freemap. size: 64replacing 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 } }],
90932026-07-19T04:20:33.989Z
90942026-07-19T04:20:33.989Zunit:Jul 19 04:20:32.884 freemap_route_ipv6DEBGJul 19 04:20:32.884
90952026-07-19T04:20:33.989Z Jul 19 04:20:32.884 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
90962026-07-19T04:20:33.989Z INFO Jul 19 04:20:32.884adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
90972026-07-19T04:20:33.989Z
90982026-07-19T04:20:33.989Z DEBG Jul 19 04:20:32.884reset freemap , INFOJul 19 04:20:32.884unit adding route 172.17.0.18/32 -> 10.0.0.255DEBG
90992026-07-19T04:20:33.989Z 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 } }]:
91002026-07-19T04:20:33.989Z freemap_route_ipv6Jul 19 04:20:32.884Jul 19 04:20:32.884
91012026-07-19T04:20:33.989ZJul 19 04:20:32.884 INFODEBGDEBG Jul 19 04:20:32.884 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 172.17.0.21/32 -> 10.0.0.255
91022026-07-19T04:20:33.989ZINFO
91032026-07-19T04:20:33.989Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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.884
91042026-07-19T04:20:33.989ZJul 19 04:20:32.884
91052026-07-19T04:20:33.990Z DEBGINFO Jul 19 04:20:32.884adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
91062026-07-19T04:20:33.990ZINFOreplacing 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.884 Jul 19 04:20:32.884DEBG Jul 19 04:20:32.884replacing 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 } }]
91072026-07-19T04:20:33.990ZDEBG created new freemapJul 19 04:20:32.891, unitINFO : DEBGadding route 172.16.0.0/32 -> 10.0.0.1
91082026-07-19T04:20:33.990Zcreated new freemap , freemap_route_ipv4unit
91092026-07-19T04:20:33.990Z: freemap_route_ipv4
91102026-07-19T04:20:33.990Z
91112026-07-19T04:20:33.990ZJul 19 04:20:32.891Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBG INFODEBGcreated new freemap , adding route 172.17.0.22/32 -> 10.0.0.255unit
91122026-07-19T04:20:33.990Z: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 } }] freemap_route_ipv6Jul 19 04:20:32.891
91132026-07-19T04:20:33.990Z Jul 19 04:20:32.891
91142026-07-19T04:20:33.995ZDEBG DEBG created new freemapreplacing 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 } }],
91152026-07-19T04:20:33.995ZJul 19 04:20:32.891unit INFO :adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBGINFO
91162026-07-19T04:20:33.995Zadding route 172.17.0.23/32 -> 10.0.0.255initted freemap. size: 64
91172026-07-19T04:20:33.995Z, freemap_route_ipv6unit
91182026-07-19T04:20:33.995ZJul 19 04:20:32.891: freemap_route_ipv4DEBG
91192026-07-19T04:20:33.995Zreplacing 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:20:32.891
91202026-07-19T04:20:33.995Z DEBGJul 19 04:20:32.891 Jul 19 04:20:32.891Jul 19 04:20:32.891replacing 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 } }] DEBGDEBG INFO initted freemap. size: 64reset freemap, adding route 172.16.0.0/32 -> 10.0.0.2unit
91212026-07-19T04:20:33.995Z
91222026-07-19T04:20:33.995Z: , freemap_route_ipv4unitJul 19 04:20:32.891
91232026-07-19T04:20:33.995Z DEBG:Jul 19 04:20:32.891 Jul 19 04:20:32.891replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4
91242026-07-19T04:20:33.995Z DEBGINFO reset freemap
91252026-07-19T04:20:33.995Z , adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:20:32.891
91262026-07-19T04:20:33.995Zunit :INFO freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255
91272026-07-19T04:20:33.995Z
91282026-07-19T04:20:33.995ZJul 19 04:20:32.891Jul 19 04:20:32.891 DEBGDEBG initted freemap. size: 64replacing 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 } }],
91292026-07-19T04:20:33.995ZunitJul 19 04:20:32.891Jul 19 04:20:32.891 : DEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
91302026-07-19T04:20:33.995Z
91312026-07-19T04:20:33.995Z, unitJul 19 04:20:32.891: Jul 19 04:20:32.891Jul 19 04:20:32.891 freemap_route_ipv6INFO
91322026-07-19T04:20:33.996Z DEBG INFO reset freemapadding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:20:32.891adding route 172.17.0.1/32 -> 10.0.0.255 ,
91332026-07-19T04:20:33.996Z
91342026-07-19T04:20:33.996ZunitDEBG: Jul 19 04:20:32.891Jul 19 04:20:32.891freemap_route_ipv6
91352026-07-19T04:20:33.996Zreset freemapDEBG , 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.891unit
91362026-07-19T04:20:33.996ZINFO: freemap_route_ipv6 DEBG
91372026-07-19T04:20:33.996Z Jul 19 04:20:32.891adding 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 } }]
91382026-07-19T04:20:33.996Z
91392026-07-19T04:20:33.996ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:20:32.891
91402026-07-19T04:20:33.996Z INFOJul 19 04:20:32.891 Jul 19 04:20:32.891 Jul 19 04:20:32.891DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG 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.26/32 -> 10.0.0.255
91412026-07-19T04:20:33.996Z
91422026-07-19T04:20:33.996Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91432026-07-19T04:20:33.996Z
91442026-07-19T04:20:33.996ZJul 19 04:20:32.891Jul 19 04:20:32.891 Jul 19 04:20:32.891 INFODEBGadding route 172.17.0.25/32 -> 10.0.0.255
91452026-07-19T04:20:33.996Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.891
91462026-07-19T04:20:33.996Z INFOadding route 172.17.0.3/32 -> 10.0.0.255 DEBGJul 19 04:20:32.891adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO
91472026-07-19T04:20:33.996Z 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 } }]
91482026-07-19T04:20:33.996Z
91492026-07-19T04:20:33.996Zadding route 3fff:dead::/64 -> 2001:db8::55:2
91502026-07-19T04:20:33.996ZJul 19 04:20:32.891Jul 19 04:20:32.891 DEBGDEBG Jul 19 04:20:32.891replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
91512026-07-19T04:20:33.996ZJul 19 04:20:32.891 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 } }]
91522026-07-19T04:20:33.996Z
91532026-07-19T04:20:33.996ZINFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:20:32.891Jul 19 04:20:32.891Jul 19 04:20:32.891
91542026-07-19T04:20:33.996ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.891INFO
91552026-07-19T04:20:33.996ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
91562026-07-19T04:20:33.996Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO Jul 19 04:20:32.891adding route 172.17.0.26/32 -> 10.0.0.255
91572026-07-19T04:20:33.996ZDEBG
91582026-07-19T04:20:33.996Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.891
91592026-07-19T04:20:33.996Z DEBGJul 19 04:20:32.891 Jul 19 04:20:32.891Jul 19 04:20:32.891 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
91602026-07-19T04:20:33.996Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
91612026-07-19T04:20:33.996Z
91622026-07-19T04:20:33.996ZDEBG Jul 19 04:20:32.891replacing 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 } }]
91632026-07-19T04:20:33.996ZINFOJul 19 04:20:32.891 Jul 19 04:20:32.891adding route 172.17.0.5/32 -> 10.0.0.255INFO
91642026-07-19T04:20:33.996Zadding route 172.17.0.28/32 -> 10.0.0.255 Jul 19 04:20:32.891
91652026-07-19T04:20:33.996ZINFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
91662026-07-19T04:20:33.996Z
91672026-07-19T04:20:33.996ZJul 19 04:20:32.891 Jul 19 04:20:32.891DEBG Jul 19 04:20:32.891Jul 19 04:20:32.891 Jul 19 04:20:32.884DEBGDEBG DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
91682026-07-19T04:20:33.996ZDEBGreplacing 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 } }]
91692026-07-19T04:20:33.996Z
91702026-07-19T04:20:33.996Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.891created new freemap
91712026-07-19T04:20:33.997Ztest route::tests::rollback_on_index_readd_failure ... ok
91722026-07-19T04:20:33.997Z INFO, unitadding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:20:32.891:
91732026-07-19T04:20:33.997ZJul 19 04:20:32.891 Jul 19 04:20:32.891 INFOJul 19 04:20:32.891 freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255
91742026-07-19T04:20:33.997ZDEBGDEBG
91752026-07-19T04:20:33.997Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91762026-07-19T04:20:33.997Ztest route::tests::same_size_non_subset_replace ... ok
91772026-07-19T04:20:33.997Z 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.29/32 -> 10.0.0.255
91782026-07-19T04:20:33.997Z
91792026-07-19T04:20:33.997Ztest route::tests::shrink_preserves_compacted_order ... ok
91802026-07-19T04:20:33.997ZJul 19 04:20:32.891 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 } }]
91812026-07-19T04:20:33.997ZJul 19 04:20:32.891 INFO Jul 19 04:20:32.891adding route 172.17.0.7/32 -> 10.0.0.255 Jul 19 04:20:32.891
91822026-07-19T04:20:33.997Z INFOJul 19 04:20:32.891 adding route 172.17.0.29/32 -> 10.0.0.255 Jul 19 04:20:32.891DEBG DEBGJul 19 04:20:32.891DEBG
91832026-07-19T04:20:33.997Zreplacing 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
91842026-07-19T04:20:33.997Zcreated new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] ,
91852026-07-19T04:20:33.997Zreplacing 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:20:32.891unitJul 19 04:20:32.891
91862026-07-19T04:20:33.997ZDEBGJul 19 04:20:32.891 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 } }]:
91872026-07-19T04:20:33.997Z Jul 19 04:20:32.891INFO freemap_route_ipv6 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
91882026-07-19T04:20:33.997ZJul 19 04:20:32.891
91892026-07-19T04:20:33.997Z adding route 172.17.0.30/32 -> 10.0.0.255 INFO
91902026-07-19T04:20:33.997Z
91912026-07-19T04:20:33.997Z adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:20:32.891
91922026-07-19T04:20:33.997Z Jul 19 04:20:32.891DEBG Jul 19 04:20:32.891replacing 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.891 DEBGDEBGDEBG
91932026-07-19T04:20:33.997Zreplacing 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.891
91942026-07-19T04:20:33.997Zreplacing 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 } }]
91952026-07-19T04:20:33.997ZDEBG 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 } }]
91962026-07-19T04:20:33.997Zinitted freemap. size: 64, Jul 19 04:20:32.891 unitINFO:Jul 19 04:20:32.891 freemap_route_ipv4
91972026-07-19T04:20:33.997ZINFOJul 19 04:20:32.891 adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
91982026-07-19T04:20:33.997Z
91992026-07-19T04:20:33.997ZJul 19 04:20:32.891INFO adding route 172.17.0.31/32 -> 10.0.0.255
92002026-07-19T04:20:33.997ZJul 19 04:20:32.891INFO DEBGJul 19 04:20:32.891Jul 19 04:20:32.891adding route 172.17.0.31/32 -> 10.0.0.255
92012026-07-19T04:20:33.997ZDEBGJul 19 04:20:32.891 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
92022026-07-19T04:20:33.997Zreplacing 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
92032026-07-19T04:20:33.997Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
92042026-07-19T04:20:33.997ZJul 19 04:20:32.891Jul 19 04:20:32.891Jul 19 04:20:32.891 , INFOINFO unitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
92052026-07-19T04:20:33.997ZDEBGadding route 172.17.0.10/32 -> 10.0.0.255:Jul 19 04:20:32.891
92062026-07-19T04:20:33.997Z 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 } }]
92072026-07-19T04:20:33.997Zadding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:20:32.891
92082026-07-19T04:20:33.997Zfreemap_route_ipv4
92092026-07-19T04:20:33.997ZJul 19 04:20:32.891Jul 19 04:20:32.891DEBG Jul 19 04:20:32.891DEBG 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
92102026-07-19T04:20:33.998ZJul 19 04:20:32.891 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92112026-07-19T04:20:33.998Zadding route 172.17.0.32/32 -> 10.0.0.255
92122026-07-19T04:20:33.998ZDEBG Jul 19 04:20:32.891 Jul 19 04:20:32.891replacing 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:20:32.891 INFO initted freemap. size: 64DEBG
92132026-07-19T04:20:33.998Z, INFO unit :adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
92142026-07-19T04:20:34.002Z
92152026-07-19T04:20:34.002Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:20:32.891
92162026-07-19T04:20:34.002Z INFO
92172026-07-19T04:20:34.002Z adding route 172.17.0.33/32 -> 10.0.0.255
92182026-07-19T04:20:34.002ZJul 19 04:20:32.891Jul 19 04:20:32.891 DEBG Jul 19 04:20:32.891replacing 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 } }] INFOJul 19 04:20:32.892 DEBGadding route 172.17.0.33/32 -> 10.0.0.255
92192026-07-19T04:20:34.002Zcreated new freemap, Jul 19 04:20:32.891unit :DEBGJul 19 04:20:32.898 reset freemap, unitDEBG: 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 } }]freemap_route_ipv6
92202026-07-19T04:20:34.002Z
92212026-07-19T04:20:34.002Z freemap_route_ipv4
92222026-07-19T04:20:34.002Z adding route 172.17.0.19/32 -> 10.0.0.255
92232026-07-19T04:20:34.002ZJul 19 04:20:32.898 Jul 19 04:20:32.898 INFO adding route 172.17.0.34/32 -> 10.0.0.255
92242026-07-19T04:20:34.002ZDEBGDEBGJul 19 04:20:32.898 INFOcreated new freemap , Jul 19 04:20:32.898adding route 3fff:dead::/64 -> 2001:db8::55:1unit
92252026-07-19T04:20:34.002Z: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 } }] freemap_route_ipv6Jul 19 04:20:32.898
92262026-07-19T04:20:34.002Z
92272026-07-19T04:20:34.002ZJul 19 04:20:32.892 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:20:32.898DEBGDEBG
92282026-07-19T04:20:34.002ZJul 19 04:20:32.898created new freemap 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 } }], DEBGJul 19 04:20:32.898unit INFO:
92292026-07-19T04:20:34.002Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff freemap_route_ipv4Jul 19 04:20:32.898DEBG
92302026-07-19T04:20:34.002ZINFOJul 19 04:20:32.898 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] initted freemap. size: 64
92312026-07-19T04:20:34.002Z, Jul 19 04:20:32.898adding route 172.17.0.20/32 -> 10.0.0.255unit
92322026-07-19T04:20:34.002Z:
92332026-07-19T04:20:34.003Z Jul 19 04:20:32.898 DEBGfreemap_route_ipv4INFO
92342026-07-19T04:20:34.003ZINFO adding route 172.17.0.35/32 -> 10.0.0.255created new freemap
92352026-07-19T04:20:34.003Z, Jul 19 04:20:32.898adding route 3fff:dead::/64 -> 2001:db8::55:2
92362026-07-19T04:20:34.003ZDEBG Jul 19 04:20:32.898unitJul 19 04:20:32.898replacing 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 } }]
92372026-07-19T04:20:34.003Z: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 } }]freemap_route_ipv6Jul 19 04:20:32.898DEBG
92382026-07-19T04:20:34.003Z reset freemap
92392026-07-19T04:20:34.003ZJul 19 04:20:32.898DEBG Jul 19 04:20:32.898INFO Jul 19 04:20:32.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92402026-07-19T04:20:34.003Z, INFOunit adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255:Jul 19 04:20:32.898
92412026-07-19T04:20:34.003ZINFOfreemap_route_ipv4 DEBG
92422026-07-19T04:20:34.003Zadding route 3fff:dead::/64 -> 2001:db8::55:3
92432026-07-19T04:20:34.003Z
92442026-07-19T04:20:34.003ZJul 19 04:20:32.898Jul 19 04:20:32.898 Jul 19 04:20:32.898DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Jul 19 04:20:32.898DEBG
92452026-07-19T04:20:34.003Z, DEBG Jul 19 04:20:32.898unitreplacing 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.898 DEBGfreemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
92462026-07-19T04:20:34.003Z
92472026-07-19T04:20:34.003Z
92482026-07-19T04:20:34.003Z 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 } }]INFO
92492026-07-19T04:20:34.003ZJul 19 04:20:32.898 INFO Jul 19 04:20:32.898adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:20:32.898 DEBGJul 19 04:20:32.898 INFO
92502026-07-19T04:20:34.003Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFODEBGadding route 172.17.0.37/32 -> 10.0.0.255reset freemap
92512026-07-19T04:20:34.003Z,
92522026-07-19T04:20:34.003Zadding route 172.17.0.22/32 -> 10.0.0.255
92532026-07-19T04:20:34.003Zinitted freemap. size: 64unit:Jul 19 04:20:32.898Jul 19 04:20:32.898, freemap_route_ipv4Jul 19 04:20:32.898DEBG unit
92542026-07-19T04:20:34.003Z : DEBGDEBG 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.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
92552026-07-19T04:20:34.003Z freemap_route_ipv6DEBGJul 19 04:20:32.898
92562026-07-19T04:20:34.003Z
92572026-07-19T04:20:34.003Zreplacing 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 initted freemap. size: 64
92582026-07-19T04:20:34.003Z, unitJul 19 04:20:32.898Jul 19 04:20:32.898 :Jul 19 04:20:32.898 Jul 19 04:20:32.898 freemap_route_ipv6replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOINFO
92592026-07-19T04:20:34.003Zadding route 172.17.0.38/32 -> 10.0.0.255
92602026-07-19T04:20:34.003ZDEBG DEBGJul 19 04:20:32.898replacing targets for 3fff:dead::/64 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.898
92612026-07-19T04:20:34.003Zadding route 172.17.0.23/32 -> 10.0.0.255 DEBG DEBG
92622026-07-19T04:20:34.003Z Jul 19 04:20:32.898
92632026-07-19T04:20:34.003Zreset freemapreset freemapreplacing 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 } }]
92642026-07-19T04:20:34.003Z, Jul 19 04:20:32.898 WARNDEBG Jul 19 04:20:32.898 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
92652026-07-19T04:20:34.003Z adding route 172.17.0.39/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), unit
92662026-07-19T04:20:34.003Z
92672026-07-19T04:20:34.003ZJul 19 04:20:32.898 unitINFO::Jul 19 04:20:32.898 Jul 19 04:20:32.898 INFO adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6freemap_route_ipv6
92682026-07-19T04:20:34.003Z
92692026-07-19T04:20:34.003Z
92702026-07-19T04:20:34.003Z DEBGJul 19 04:20:32.898adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Jul 19 04:20:32.898INFO
92712026-07-19T04:20:34.004Z Jul 19 04:20:32.898 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.16.0.0/32 -> 10.0.0.1INFO
92722026-07-19T04:20:34.004Z
92732026-07-19T04:20:34.004ZDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1
92742026-07-19T04:20:34.004Z
92752026-07-19T04:20:34.004ZJul 19 04:20:32.898Jul 19 04:20:32.898 DEBG Jul 19 04:20:32.898replacing 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.898Jul 19 04:20:32.898
92762026-07-19T04:20:34.004ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
92772026-07-19T04:20:34.004Z adding route 172.17.0.40/32 -> 10.0.0.255INFODEBG
92782026-07-19T04:20:34.004ZJul 19 04:20:32.898adding route 172.17.0.25/32 -> 10.0.0.255
92792026-07-19T04:20:34.004ZJul 19 04:20:32.898 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 } }] Jul 19 04:20:32.898adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
92802026-07-19T04:20:34.004ZDEBGJul 19 04:20:32.898INFO adding route 172.16.0.0/32 -> 10.0.0.2
92812026-07-19T04:20:34.004ZDEBG 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.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 } }]
92822026-07-19T04:20:34.004Z
92832026-07-19T04:20:34.004ZJul 19 04:20:32.898
92842026-07-19T04:20:34.004ZJul 19 04:20:32.898 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.898Jul 19 04:20:32.898
92852026-07-19T04:20:34.004Z Jul 19 04:20:32.898INFO INFODEBG INFO adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
92862026-07-19T04:20:34.004Z
92872026-07-19T04:20:34.004Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
92882026-07-19T04:20:34.004ZJul 19 04:20:32.898 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
92892026-07-19T04:20:34.004ZJul 19 04:20:32.898Jul 19 04:20:32.898 Jul 19 04:20:32.898DEBG
92902026-07-19T04:20:34.004Z 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 } }]
92912026-07-19T04:20:34.004ZDEBGreplacing 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 } }]
92922026-07-19T04:20:34.004Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.898
92932026-07-19T04:20:34.004ZDEBG 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.898 Jul 19 04:20:32.898DEBG 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 } }]
92942026-07-19T04:20:34.004Zadding route 172.16.0.0/32 -> 10.0.0.3
92952026-07-19T04:20:34.004ZJul 19 04:20:32.898
92962026-07-19T04:20:34.004ZJul 19 04:20:32.898INFO INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:20:32.898
92972026-07-19T04:20:34.004Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
92982026-07-19T04:20:34.004ZJul 19 04:20:32.898 INFO adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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.898
92992026-07-19T04:20:34.004Z Jul 19 04:20:32.898DEBG
93002026-07-19T04:20:34.004Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
93012026-07-19T04:20:34.004Z Jul 19 04:20:32.898replacing 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 } }]
93022026-07-19T04:20:34.004ZJul 19 04:20:32.898INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
93032026-07-19T04:20:34.004Z
93042026-07-19T04:20:34.004ZJul 19 04:20:32.898 INFOJul 19 04:20:32.898Jul 19 04:20:32.898 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
93052026-07-19T04:20:34.004Z
93062026-07-19T04:20:34.004Z
93072026-07-19T04:20:34.004ZJul 19 04:20:32.898 Jul 19 04:20:32.898DEBG Jul 19 04:20:32.898Jul 19 04:20:32.898 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 } }]DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93082026-07-19T04:20:34.004Z
93092026-07-19T04:20:34.004Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
93102026-07-19T04:20:34.005Z
93112026-07-19T04:20:34.005ZJul 19 04:20:32.898Jul 19 04:20:32.898 DEBG INFO Jul 19 04:20:32.898 adding route 172.17.0.29/32 -> 10.0.0.255INFOreplacing targets for 172.16.0.0/32 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 } }]
93122026-07-19T04:20:34.005Zadding route 172.17.0.44/32 -> 10.0.0.255
93132026-07-19T04:20:34.005Z
93142026-07-19T04:20:34.009ZJul 19 04:20:32.898 INFOJul 19 04:20:32.898Jul 19 04:20:32.898 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93152026-07-19T04:20:34.009Z
93162026-07-19T04:20:34.009Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
93172026-07-19T04:20:34.009ZJul 19 04:20:32.898Jul 19 04:20:32.898 Jul 19 04:20:32.898INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255
93182026-07-19T04:20:34.009Zreplacing 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
93192026-07-19T04:20:34.009Z adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:20:32.898
93202026-07-19T04:20:34.009Z 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 } }]
93212026-07-19T04:20:34.009ZJul 19 04:20:32.898 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:20:32.898Jul 19 04:20:32.891
93222026-07-19T04:20:34.009ZDEBGJul 19 04:20:32.898INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
93232026-07-19T04:20:34.009ZJul 19 04:20:32.899 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
93242026-07-19T04:20:34.009ZDEBG created new freemap Jul 19 04:20:32.905replacing 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 } }] , DEBGunit :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 } }]
93252026-07-19T04:20:34.009Z
93262026-07-19T04:20:34.009Zfreemap_route_ipv4Jul 19 04:20:32.905
93272026-07-19T04:20:34.009Z DEBGJul 19 04:20:32.905 Jul 19 04:20:32.905INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
93282026-07-19T04:20:34.009Zcreated new freemap, unit:Jul 19 04:20:32.905Jul 19 04:20:32.905 freemap_route_ipv6INFODEBG
93292026-07-19T04:20:34.009Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93302026-07-19T04:20:34.009Z
93312026-07-19T04:20:34.009Zadding route 172.17.0.34/32 -> 10.0.0.255
93322026-07-19T04:20:34.009ZJul 19 04:20:32.905 Jul 19 04:20:32.905INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
93332026-07-19T04:20:34.009Zinitted freemap. size: 64Jul 19 04:20:32.905, Jul 19 04:20:32.905INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit
93342026-07-19T04:20:34.009ZDEBG 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.905
93352026-07-19T04:20:34.009Z DEBG:Jul 19 04:20:32.905 Jul 19 04:20:32.905 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
93362026-07-19T04:20:34.009Z adding route 172.17.0.48/32 -> 10.0.0.255replacing 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
93372026-07-19T04:20:34.009Z
93382026-07-19T04:20:34.010Z
93392026-07-19T04:20:34.010ZJul 19 04:20:32.905 Jul 19 04:20:32.905INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255
93402026-07-19T04:20:34.010Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:20:32.905
93412026-07-19T04:20:34.010Z Jul 19 04:20:32.905DEBG 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 } }]DEBGJul 19 04:20:32.905
93422026-07-19T04:20:34.010Zreset freemapJul 19 04:20:32.905DEBG, unit Jul 19 04:20:32.905: 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 } }]
93432026-07-19T04:20:34.010Zfreemap_route_ipv4DEBG
93442026-07-19T04:20:34.010Z INFO Jul 19 04:20:32.905replacing 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 } }]
93452026-07-19T04:20:34.010Zadding route 172.17.0.49/32 -> 10.0.0.255INFOJul 19 04:20:32.905
93462026-07-19T04:20:34.010Z adding route 172.17.0.36/32 -> 10.0.0.255DEBG
93472026-07-19T04:20:34.010Z Jul 19 04:20:32.905initted freemap. size: 64 , unitDEBG: Jul 19 04:20:32.905Jul 19 04:20:32.905replacing 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 } }]
93482026-07-19T04:20:34.010Z DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }]
93492026-07-19T04:20:34.010Z
93502026-07-19T04:20:34.010ZJul 19 04:20:32.905
93512026-07-19T04:20:34.010Z INFO Jul 19 04:20:32.905Jul 19 04:20:32.905 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing 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 } }]
93522026-07-19T04:20:34.010ZJul 19 04:20:32.905
93532026-07-19T04:20:34.010Z adding route 172.17.0.50/32 -> 10.0.0.255DEBG
93542026-07-19T04:20:34.010Z reset freemap, Jul 19 04:20:32.905unit :Jul 19 04:20:32.905 Jul 19 04:20:32.905freemap_route_ipv6 INFODEBG
93552026-07-19T04:20:34.010Zreplacing 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 } }]DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
93562026-07-19T04:20:34.010Z
93572026-07-19T04:20:34.010Z 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 } }]
93582026-07-19T04:20:34.010ZJul 19 04:20:32.905Jul 19 04:20:32.905 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93592026-07-19T04:20:34.010Z
93602026-07-19T04:20:34.010ZJul 19 04:20:32.905Jul 19 04:20:32.905 Jul 19 04:20:32.905 DEBGINFO INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.905adding route 3fff:dead::/64 -> 2001:db8::55:1
93612026-07-19T04:20:34.010Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
93622026-07-19T04:20:34.010Z adding route 172.17.0.38/32 -> 10.0.0.255
93632026-07-19T04:20:34.010Z
93642026-07-19T04:20:34.010ZJul 19 04:20:32.905 DEBGJul 19 04:20:32.905 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93652026-07-19T04:20:34.010Z adding route 172.17.0.52/32 -> 10.0.0.255
93662026-07-19T04:20:34.010ZJul 19 04:20:32.905 Jul 19 04:20:32.905DEBG Jul 19 04:20:32.905Jul 19 04:20:32.905 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 } }]
93672026-07-19T04:20:34.010ZDEBGreplacing 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 } }] 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 } }]
93682026-07-19T04:20:34.010Z
93692026-07-19T04:20:34.010Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
93702026-07-19T04:20:34.010ZJul 19 04:20:32.905Jul 19 04:20:32.905 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
93712026-07-19T04:20:34.010Z
93722026-07-19T04:20:34.010ZJul 19 04:20:32.905 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:20:32.905Jul 19 04:20:32.905
93732026-07-19T04:20:34.010Z DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.905
93742026-07-19T04:20:34.010ZJul 19 04:20:32.905
93752026-07-19T04:20:34.010ZDEBGDEBGreplacing 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: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 } }]
93762026-07-19T04:20:34.010Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
93772026-07-19T04:20:34.011ZJul 19 04:20:32.905
93782026-07-19T04:20:34.011Z INFOJul 19 04:20:32.905Jul 19 04:20:32.905 Jul 19 04:20:32.905INFOJul 19 04:20:32.905 adding route 172.17.0.40/32 -> 10.0.0.255
93792026-07-19T04:20:34.011Zadding route 172.17.0.12/32 -> 10.0.0.255INFOINFO
93802026-07-19T04:20:34.011Z adding route 3fff:dead::/64 -> 2001:db8::55:3
93812026-07-19T04:20:34.011Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
93822026-07-19T04:20:34.011ZJul 19 04:20:32.905 Jul 19 04:20:32.905DEBGJul 19 04:20:32.905Jul 19 04:20:32.905 DEBGadding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93832026-07-19T04:20:34.011ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93842026-07-19T04:20:34.011Z
93852026-07-19T04:20:34.011Z Jul 19 04:20:32.912DEBG Jul 19 04:20:32.912Jul 19 04:20:32.912 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 } }]INFO
93862026-07-19T04:20:34.011ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
93872026-07-19T04:20:34.011Zadding route 3fff:dead::/64 -> 2001:db8::55:4
93882026-07-19T04:20:34.011ZJul 19 04:20:32.912Jul 19 04:20:32.912 INFO Jul 19 04:20:32.912adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
93892026-07-19T04:20:34.011ZDEBG 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 } }]
93902026-07-19T04:20:34.011Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.912
93912026-07-19T04:20:34.011Z DEBG Jul 19 04:20:32.912 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 } }]
93922026-07-19T04:20:34.011Z adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
93932026-07-19T04:20:34.011Z
93942026-07-19T04:20:34.011ZJul 19 04:20:32.912 Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO DEBGJul 19 04:20:32.912 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 } }]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 3fff:dead::/64 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 } }]
93952026-07-19T04:20:34.011Z
93962026-07-19T04:20:34.011Z
93972026-07-19T04:20:34.011Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
93982026-07-19T04:20:34.011ZJul 19 04:20:32.912Jul 19 04:20:32.912 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
93992026-07-19T04:20:34.011Z
94002026-07-19T04:20:34.011ZJul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBG Jul 19 04:20:32.912replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
94012026-07-19T04:20:34.011Z
94022026-07-19T04:20:34.011Z Jul 19 04:20:32.912DEBG 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 } }]
94032026-07-19T04:20:34.011Zadding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:20:32.912Jul 19 04:20:32.912 INFOINFO
94042026-07-19T04:20:34.011ZJul 19 04:20:32.912 adding route 172.17.0.44/32 -> 10.0.0.255
94052026-07-19T04:20:34.011ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:20:32.912adding route 172.17.0.15/32 -> 10.0.0.255 Jul 19 04:20:32.912
94062026-07-19T04:20:34.011Z
94072026-07-19T04:20:34.011ZDEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94082026-07-19T04:20:34.011Z
94092026-07-19T04:20:34.011ZJul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBG Jul 19 04:20:32.912replacing 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.912 INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.45/32 -> 10.0.0.255INFO
94102026-07-19T04:20:34.011Z
94112026-07-19T04:20:34.011Z adding route 172.17.0.32/32 -> 10.0.0.255
94122026-07-19T04:20:34.011Z
94132026-07-19T04:20:34.011ZJul 19 04:20:32.912Jul 19 04:20:32.912Jul 19 04:20:32.912 INFODEBGJul 19 04:20:32.912 DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
94142026-07-19T04:20:34.017Z
94152026-07-19T04:20:34.017Z 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
94162026-07-19T04:20:34.017Z adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:20:32.912
94172026-07-19T04:20:34.017ZINFO Jul 19 04:20:32.912Jul 19 04:20:32.912 adding route 172.17.0.46/32 -> 10.0.0.255DEBGJul 19 04:20:32.912
94182026-07-19T04:20:34.017Z INFODEBGreplacing 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 } }]
94192026-07-19T04:20:34.017ZJul 19 04:20:32.912adding route 172.17.0.33/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 } }]
94202026-07-19T04:20:34.017Z
94212026-07-19T04:20:34.017ZDEBG Jul 19 04:20:32.912replacing 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.912
94222026-07-19T04:20:34.017ZJul 19 04:20:32.912INFO DEBGINFO adding route 3fff:beef:24::/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 } }]Jul 19 04:20:32.912
94232026-07-19T04:20:34.017Zadding route 172.17.0.17/32 -> 10.0.0.255
94242026-07-19T04:20:34.017Z INFO
94252026-07-19T04:20:34.017Zadding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:20:32.912
94262026-07-19T04:20:34.017Z Jul 19 04:20:32.912INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:20:32.912DEBGJul 19 04:20:32.912
94272026-07-19T04:20:34.017Z DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
94282026-07-19T04:20:34.017ZJul 19 04:20:32.912
94292026-07-19T04:20:34.017Zreplacing 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 } }]
94302026-07-19T04:20:34.017ZDEBG 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.912
94312026-07-19T04:20:34.017ZJul 19 04:20:32.912 Jul 19 04:20:32.912INFO INFOINFO Jul 19 04:20:32.912 adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
94322026-07-19T04:20:34.017Z
94332026-07-19T04:20:34.018Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
94342026-07-19T04:20:34.018Z adding route 172.17.0.35/32 -> 10.0.0.255
94352026-07-19T04:20:34.018ZJul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBGJul 19 04:20:32.912 Jul 19 04:20:32.912 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
94362026-07-19T04:20:34.018Z
94372026-07-19T04:20:34.018ZDEBG 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:20:32.912
94382026-07-19T04:20:34.018Z Jul 19 04:20:32.912replacing 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
94392026-07-19T04:20:34.018Z INFOJul 19 04:20:32.912adding route 172.17.0.19/32 -> 10.0.0.255 Jul 19 04:20:32.912adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
94402026-07-19T04:20:34.018Z
94412026-07-19T04:20:34.018ZINFO adding route 172.17.0.36/32 -> 10.0.0.255INFO
94422026-07-19T04:20:34.018ZJul 19 04:20:32.912 DEBGadding route 172.17.0.49/32 -> 10.0.0.255
94432026-07-19T04:20:34.018Zreplacing 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.912
94442026-07-19T04:20:34.018Z DEBGJul 19 04:20:32.912 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 } }]DEBGJul 19 04:20:32.912 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 } }]
94452026-07-19T04:20:34.018ZINFOJul 19 04:20:32.912
94462026-07-19T04:20:34.018Z DEBG adding route 172.17.0.20/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 } }]
94472026-07-19T04:20:34.018Z
94482026-07-19T04:20:34.018ZJul 19 04:20:32.912 Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO INFOJul 19 04:20:32.912adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
94492026-07-19T04:20:34.018ZINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
94502026-07-19T04:20:34.018Z
94512026-07-19T04:20:34.018ZDEBG 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 } }]
94522026-07-19T04:20:34.018ZJul 19 04:20:32.912Jul 19 04:20:32.912 Jul 19 04:20:32.912DEBGJul 19 04:20:32.912 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 } }] DEBG
94532026-07-19T04:20:34.018Zadding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94542026-07-19T04:20:34.018Z
94552026-07-19T04:20:34.018Z 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:20:32.912
94562026-07-19T04:20:34.018Z Jul 19 04:20:32.912INFOJul 19 04:20:32.912 adding route 172.17.0.51/32 -> 10.0.0.255
94572026-07-19T04:20:34.018Z DEBGINFO Jul 19 04:20:32.912replacing 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.912
94582026-07-19T04:20:34.018Z DEBGadding route 172.17.0.38/32 -> 10.0.0.255 INFO
94592026-07-19T04:20:34.018Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:20:32.912replacing 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 } }]
94602026-07-19T04:20:34.018ZINFO
94612026-07-19T04:20:34.018Zadding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:20:32.912
94622026-07-19T04:20:34.018Z 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.912
94632026-07-19T04:20:34.018Z Jul 19 04:20:32.912Jul 19 04:20:32.912 DEBG DEBG Jul 19 04:20:32.912replacing 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
94642026-07-19T04:20:34.018Z adding route 172.17.0.52/32 -> 10.0.0.255INFOreplacing 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 } }]
94652026-07-19T04:20:34.018Zadding route 172.17.0.39/32 -> 10.0.0.255
94662026-07-19T04:20:34.018Z
94672026-07-19T04:20:34.018ZJul 19 04:20:32.912Jul 19 04:20:32.912 Jul 19 04:20:32.912INFODEBG Jul 19 04:20:32.912adding route 172.17.0.23/32 -> 10.0.0.255 DEBGINFO
94682026-07-19T04:20:34.018Zreplacing 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.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 } }]
94692026-07-19T04:20:34.018Z
94702026-07-19T04:20:34.018ZJul 19 04:20:32.912 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 19 04:20:32.912
94712026-07-19T04:20:34.019Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94722026-07-19T04:20:34.019ZDEBG 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
94732026-07-19T04:20:34.019Z Jul 19 04:20:32.912Jul 19 04:20:32.912adding route 172.17.0.40/32 -> 10.0.0.255
94742026-07-19T04:20:34.019ZINFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:20:32.912
94752026-07-19T04:20:34.019Ztest route::tests::delete_target_full ... ok
94762026-07-19T04:20:34.019Z 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 } }]
94772026-07-19T04:20:34.019ZJul 19 04:20:32.912Jul 19 04:20:32.912adding route 172.17.0.24/32 -> 10.0.0.255
94782026-07-19T04:20:34.019ZDEBG 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 } }]
94792026-07-19T04:20:34.019ZJul 19 04:20:32.912DEBGJul 19 04:20:32.912 INFOreplacing 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 } }]
94802026-07-19T04:20:34.019Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
94812026-07-19T04:20:34.019Z 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 } }]
94822026-07-19T04:20:34.019ZJul 19 04:20:32.912Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO Jul 19 04:20:32.912INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 DEBGadding route 172.17.0.41/32 -> 10.0.0.255
94832026-07-19T04:20:34.019Z
94842026-07-19T04:20:34.019Z adding route 172.17.0.25/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 } }]
94852026-07-19T04:20:34.019Z
94862026-07-19T04:20:34.019ZJul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBGJul 19 04:20:32.912 Jul 19 04:20:32.912replacing 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 } }] DEBGINFO
94872026-07-19T04:20:34.019Zreplacing 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 } }]
94882026-07-19T04:20:34.019Zreplacing 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 3fff:beef:2b::/64 -> 2001:db8::55:ff
94892026-07-19T04:20:34.019Z
94902026-07-19T04:20:34.019ZJul 19 04:20:32.912 Jul 19 04:20:32.912Jul 19 04:20:32.912INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255 Jul 19 04:20:32.912
94912026-07-19T04:20:34.019Zadding route 172.17.0.26/32 -> 10.0.0.255
94922026-07-19T04:20:34.019ZDEBGJul 19 04:20:32.912 INFODEBGreplacing 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:20:32.912replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.42/32 -> 10.0.0.255
94932026-07-19T04:20:34.019Z
94942026-07-19T04:20:34.019ZDEBG
94952026-07-19T04:20:34.019Z 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 } }]
94962026-07-19T04:20:34.019ZJul 19 04:20:32.913
94972026-07-19T04:20:34.019ZJul 19 04:20:32.912Jul 19 04:20:32.920 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255
94982026-07-19T04:20:34.019ZDEBG
94992026-07-19T04:20:34.019Zcreated new freemapJul 19 04:20:32.912, Jul 19 04:20:32.920Jul 19 04:20:32.920 Jul 19 04:20:32.920INFO DEBG DEBGadding route 172.17.0.56/32 -> 10.0.0.255DEBG 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 } }]
95002026-07-19T04:20:34.019Zreplacing 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 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 } }]
95012026-07-19T04:20:34.019ZJul 19 04:20:32.920 unitINFO
95022026-07-19T04:20:34.019Z :adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:20:32.920
95032026-07-19T04:20:34.019ZINFO freemap_route_ipv4
95042026-07-19T04:20:34.019Zadding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:20:32.920
95052026-07-19T04:20:34.019Z 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.920Jul 19 04:20:32.920 DEBGINFO created new freemap
95062026-07-19T04:20:34.019Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff,
95072026-07-19T04:20:34.019ZJul 19 04:20:32.920unit Jul 19 04:20:32.920: freemap_route_ipv6DEBGJul 19 04:20:32.920INFO
95082026-07-19T04:20:34.019Z adding route 172.17.0.56/32 -> 10.0.0.255
95092026-07-19T04:20:34.020Zreplacing 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
95102026-07-19T04:20:34.020ZJul 19 04:20:32.920 Jul 19 04:20:32.920DEBGreplacing 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:20:32.920DEBG initted freemap. size: 64 ,
95112026-07-19T04:20:34.020ZINFOunitreplacing 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.29/32 -> 10.0.0.255
95122026-07-19T04:20:34.020Zfreemap_route_ipv4
95132026-07-19T04:20:34.020ZJul 19 04:20:32.920
95142026-07-19T04:20:34.025Z INFO Jul 19 04:20:32.920 DEBGJul 19 04:20:32.920 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95152026-07-19T04:20:34.025Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.920adding route 172.17.0.57/32 -> 10.0.0.255
95162026-07-19T04:20:34.025Z
95172026-07-19T04:20:34.025ZDEBGJul 19 04:20:32.920 INFO adding route 172.17.0.30/32 -> 10.0.0.255reset freemap
95182026-07-19T04:20:34.025Z, Jul 19 04:20:32.920Jul 19 04:20:32.920unit : 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 } }]freemap_route_ipv4Jul 19 04:20:32.920
95192026-07-19T04:20:34.025Z
95202026-07-19T04:20:34.025ZDEBG 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:20:32.920replacing 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 } }]
95212026-07-19T04:20:34.025Z
95222026-07-19T04:20:34.025ZINFO Jul 19 04:20:32.920adding route 172.17.0.58/32 -> 10.0.0.255
95232026-07-19T04:20:34.025ZDEBGJul 19 04:20:32.920 INFO initted freemap. size: 64Jul 19 04:20:32.920, unitJul 19 04:20:32.920: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6
95242026-07-19T04:20:34.025ZDEBG
95252026-07-19T04:20:34.025Z adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95262026-07-19T04:20:34.025Z
95272026-07-19T04:20:34.025ZJul 19 04:20:32.920Jul 19 04:20:32.920 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
95282026-07-19T04:20:34.025Z, Jul 19 04:20:32.920unit Jul 19 04:20:32.920: INFO DEBGfreemap_route_ipv6adding route 172.17.0.59/32 -> 10.0.0.255
95292026-07-19T04:20:34.025Z
95302026-07-19T04:20:34.025Zreplacing 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 } }]
95312026-07-19T04:20:34.025ZJul 19 04:20:32.920Jul 19 04:20:32.920 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
95322026-07-19T04:20:34.025Zreplacing 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.920
95332026-07-19T04:20:34.025Z Jul 19 04:20:32.912Jul 19 04:20:32.920 INFO Jul 19 04:20:32.920DEBG adding route 172.17.0.32/32 -> 10.0.0.255 Jul 19 04:20:32.920DEBG
95342026-07-19T04:20:34.025Z 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
95352026-07-19T04:20:34.025ZINFO adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255
95362026-07-19T04:20:34.026Z
95372026-07-19T04:20:34.026Z
95382026-07-19T04:20:34.026ZJul 19 04:20:32.920 Jul 19 04:20:32.920INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:20:32.920DEBGJul 19 04:20:32.920
95392026-07-19T04:20:34.026ZDEBG 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.920replacing 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 } }]
95402026-07-19T04:20:34.026Z
95412026-07-19T04:20:34.026ZINFO
95422026-07-19T04:20:34.026ZJul 19 04:20:32.920 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }]
95432026-07-19T04:20:34.027Z
95442026-07-19T04:20:34.027ZJul 19 04:20:32.920Jul 19 04:20:32.920 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:20:32.920
95452026-07-19T04:20:34.027ZJul 19 04:20:32.920adding route 172.17.0.33/32 -> 10.0.0.255 DEBG INFO Jul 19 04:20:32.920
95462026-07-19T04:20:34.027Z INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.920
95472026-07-19T04:20:34.027ZJul 19 04:20:32.920 DEBGadding route 172.17.0.44/32 -> 10.0.0.255DEBG
95482026-07-19T04:20:34.027Zreplacing 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.61/32 -> 10.0.0.255
95492026-07-19T04:20:34.027ZJul 19 04:20:32.920
95502026-07-19T04:20:34.027Z 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 } }]
95512026-07-19T04:20:34.027ZJul 19 04:20:32.920adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:20:32.920 DEBG
95522026-07-19T04:20:34.027ZJul 19 04:20:32.920 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95532026-07-19T04:20:34.027ZJul 19 04:20:32.920 adding route 172.17.0.34/32 -> 10.0.0.255INFO
95542026-07-19T04:20:34.027ZJul 19 04:20:32.920DEBG Jul 19 04:20:32.920DEBG adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:20:32.920
95552026-07-19T04:20:34.027Zreplacing 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 } }]
95562026-07-19T04:20:34.027ZDEBGINFO adding route 172.17.0.62/32 -> 10.0.0.255 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.920replacing 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 } }]
95572026-07-19T04:20:34.027Z DEBG
95582026-07-19T04:20:34.027ZJul 19 04:20:32.920
95592026-07-19T04:20:34.027Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
95602026-07-19T04:20:34.027Z INFOJul 19 04:20:32.920 Jul 19 04:20:32.920 Jul 19 04:20:32.920Jul 19 04:20:32.920INFO INFO adding route 172.17.0.45/32 -> 10.0.0.255INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 } }]
95612026-07-19T04:20:34.027Z
95622026-07-19T04:20:34.027Z
95632026-07-19T04:20:34.027Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
95642026-07-19T04:20:34.027Z
95652026-07-19T04:20:34.027ZJul 19 04:20:32.920Jul 19 04:20:32.920Jul 19 04:20:32.920Jul 19 04:20:32.920 DEBG DEBGDEBG 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 } }]failed to allocate space for the new target list
95662026-07-19T04:20:34.027Z
95672026-07-19T04:20:34.027Zreplacing 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.920
95682026-07-19T04:20:34.027Z Jul 19 04:20:32.920DEBGJul 19 04:20:32.920 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 } }]DEBG
95692026-07-19T04:20:34.027Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
95702026-07-19T04:20:34.027Zreplacing targets for 172.16.0.0/32 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 } }]
95712026-07-19T04:20:34.027Ztest route::tests::add_target_fails_full ... ok
95722026-07-19T04:20:34.027Ztest route::tests::delete_target_fragmented ... ok
95732026-07-19T04:20:34.028ZJul 19 04:20:32.920replacing 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.920INFO
95742026-07-19T04:20:34.028Ztest route::tests::delete_targets_full ... ok
95752026-07-19T04:20:34.028ZINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
95762026-07-19T04:20:34.028Z
95772026-07-19T04:20:34.028ZJul 19 04:20:32.920 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:20:32.920
95782026-07-19T04:20:34.028Z 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 } }]
95792026-07-19T04:20:34.028ZJul 19 04:20:32.920 Jul 19 04:20:32.920DEBG DEBGJul 19 04:20:32.920replacing 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 } }]
95802026-07-19T04:20:34.028ZINFOreplacing 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 } }]
95812026-07-19T04:20:34.028Zadding route 172.17.0.47/32 -> 10.0.0.255
95822026-07-19T04:20:34.028ZJul 19 04:20:32.920Jul 19 04:20:32.920 Jul 19 04:20:32.920INFO INFO
95832026-07-19T04:20:34.028ZDEBG adding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
95842026-07-19T04:20:34.028Z
95852026-07-19T04:20:34.028Z
95862026-07-19T04:20:34.028ZJul 19 04:20:32.920 Jul 19 04:20:32.920DEBGJul 19 04:20:32.920 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 } }]
95872026-07-19T04:20:34.028ZDEBG INFOJul 19 04:20:32.920replacing 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 } }]
95882026-07-19T04:20:34.028ZDEBG adding route 172.17.0.48/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 } }]
95892026-07-19T04:20:34.028ZJul 19 04:20:32.920
95902026-07-19T04:20:34.028Z Jul 19 04:20:32.920INFO Jul 19 04:20:32.920INFO Jul 19 04:20:32.920 adding route 172.17.0.57/32 -> 10.0.0.255
95912026-07-19T04:20:34.028Z INFOadding route 172.17.0.38/32 -> 10.0.0.255DEBG
95922026-07-19T04:20:34.028Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }]
95932026-07-19T04:20:34.028ZJul 19 04:20:32.920
95942026-07-19T04:20:34.028Z DEBGJul 19 04:20:32.920 Jul 19 04:20:32.920replacing 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 } }] DEBGJul 19 04:20:32.920 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
95952026-07-19T04:20:34.028Z INFO 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 } }]
95962026-07-19T04:20:34.028Z
95972026-07-19T04:20:34.028Zadding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:20:32.920
95982026-07-19T04:20:34.028Z INFO Jul 19 04:20:32.920adding route 172.17.0.39/32 -> 10.0.0.255
95992026-07-19T04:20:34.028ZJul 19 04:20:32.920INFOJul 19 04:20:32.920 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO
96002026-07-19T04:20:34.028ZJul 19 04:20:32.920 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 } }]
96012026-07-19T04:20:34.028Z Jul 19 04:20:32.921adding route 172.17.0.58/32 -> 10.0.0.255 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
96022026-07-19T04:20:34.028Z 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 } }]
96032026-07-19T04:20:34.028Z
96042026-07-19T04:20:34.028ZJul 19 04:20:32.921Jul 19 04:20:32.921 Jul 19 04:20:32.921Jul 19 04:20:32.921DEBGINFO 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.50/32 -> 10.0.0.255INFOINFO
96052026-07-19T04:20:34.028Z
96062026-07-19T04:20:34.028Zadding route 172.17.0.40/32 -> 10.0.0.255
96072026-07-19T04:20:34.028Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
96082026-07-19T04:20:34.028ZJul 19 04:20:32.921 Jul 19 04:20:32.921Jul 19 04:20:32.921INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255DEBG Jul 19 04:20:32.921
96092026-07-19T04:20:34.028Zreplacing 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 } }]
96102026-07-19T04:20:34.028Z DEBGJul 19 04:20:32.921 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 } }]DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
96112026-07-19T04:20:34.028Z
96122026-07-19T04:20:34.029ZJul 19 04:20:32.927
96132026-07-19T04:20:34.029Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
96142026-07-19T04:20:34.033ZJul 19 04:20:32.927 INFOJul 19 04:20:32.927 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
96152026-07-19T04:20:34.034ZJul 19 04:20:32.927 INFO adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:20:32.927
96162026-07-19T04:20:34.034Z 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:20:32.921
96172026-07-19T04:20:34.034Z Jul 19 04:20:32.927INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Jul 19 04:20:32.927replacing 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 } }]
96182026-07-19T04:20:34.034Z
96192026-07-19T04:20:34.034ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
96202026-07-19T04:20:34.034ZJul 19 04:20:32.927 INFOJul 19 04:20:32.927 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
96212026-07-19T04:20:34.034Z Jul 19 04:20:32.927replacing 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 } }]
96222026-07-19T04:20:34.034ZDEBGJul 19 04:20:32.927 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 } }]DEBG
96232026-07-19T04:20:34.034Z Jul 19 04:20:32.927replacing 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 } }]
96242026-07-19T04:20:34.034ZINFO Jul 19 04:20:32.927adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
96252026-07-19T04:20:34.034ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
96262026-07-19T04:20:34.034ZJul 19 04:20:32.927 DEBGJul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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.53/32 -> 10.0.0.255
96272026-07-19T04:20:34.034Z
96282026-07-19T04:20:34.034Z
96292026-07-19T04:20:34.034ZJul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:20:32.927
96302026-07-19T04:20:34.034Z
96312026-07-19T04:20:34.034ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
96322026-07-19T04:20:34.034ZJul 19 04:20:32.927 INFODEBG Jul 19 04:20:32.927replacing 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.927
96332026-07-19T04:20:34.034ZDEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96342026-07-19T04:20:34.034Z
96352026-07-19T04:20:34.034Z Jul 19 04:20:32.927replacing 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 } }]
96362026-07-19T04:20:34.034ZINFOJul 19 04:20:32.927 INFOadding route 172.17.0.61/32 -> 10.0.0.255
96372026-07-19T04:20:34.034Zadding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:20:32.927
96382026-07-19T04:20:34.034Z DEBGJul 19 04:20:32.927 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.927
96392026-07-19T04:20:34.034ZDEBGJul 19 04:20:32.927 failed to allocate space for the new target list
96402026-07-19T04:20:34.034Z Jul 19 04:20:32.927DEBGDEBG INFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/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 } }]
96412026-07-19T04:20:34.034Z
96422026-07-19T04:20:34.034Z
96432026-07-19T04:20:34.034ZJul 19 04:20:32.927 DEBGJul 19 04:20:32.927 Jul 19 04:20:32.927replacing targets for 3fff:dead::/64 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.927
96442026-07-19T04:20:34.034Z DEBG INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96452026-07-19T04:20:34.034Z
96462026-07-19T04:20:34.034Zadding route 172.17.0.62/32 -> 10.0.0.255
96472026-07-19T04:20:34.034ZJul 19 04:20:32.927Jul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBGDEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing 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.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 } }]
96482026-07-19T04:20:34.034Z
96492026-07-19T04:20:34.034Z
96502026-07-19T04:20:34.034ZJul 19 04:20:32.927 Jul 19 04:20:32.927DEBG Jul 19 04:20:32.927INFOreplacing 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 } }]
96512026-07-19T04:20:34.035Zadding route 172.17.0.46/32 -> 10.0.0.255
96522026-07-19T04:20:34.035ZINFO adding route 172.17.0.63/32 -> 10.0.0.255Jul 19 04:20:32.927
96532026-07-19T04:20:34.035ZJul 19 04:20:32.927 INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 Jul 19 04:20:32.927replacing 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 } }]
96542026-07-19T04:20:34.035ZDEBG
96552026-07-19T04:20:34.035Z 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 } }]
96562026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 Jul 19 04:20:32.927DEBGINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96572026-07-19T04:20:34.035Zfailed to allocate space for the new target list
96582026-07-19T04:20:34.035Z
96592026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96602026-07-19T04:20:34.035Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96612026-07-19T04:20:34.035Z
96622026-07-19T04:20:34.035ZJul 19 04:20:32.927 Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96632026-07-19T04:20:34.035Z failed to allocate space for the new target listadding route 172.17.0.48/32 -> 10.0.0.255
96642026-07-19T04:20:34.035Z
96652026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96662026-07-19T04:20:34.035Z
96672026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
96682026-07-19T04:20:34.035Z
96692026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBG adding route 172.17.0.60/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 } }]
96702026-07-19T04:20:34.035Z
96712026-07-19T04:20:34.035Ztest route::tests::delete_targets_fragmented ... ok
96722026-07-19T04:20:34.035Z
96732026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
96742026-07-19T04:20:34.035Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
96752026-07-19T04:20:34.035Z
96762026-07-19T04:20:34.035Z
96772026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
96782026-07-19T04:20:34.035Z
96792026-07-19T04:20:34.035ZJul 19 04:20:32.927Jul 19 04:20:32.927 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 } }]
96802026-07-19T04:20:34.035ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
96812026-07-19T04:20:34.035ZJul 19 04:20:32.927 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 } }]
96822026-07-19T04:20:34.035ZJul 19 04:20:32.927 INFO adding route 172.17.0.52/32 -> 10.0.0.255
96832026-07-19T04:20:34.035ZJul 19 04:20:32.927 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 } }]
96842026-07-19T04:20:34.035ZJul 19 04:20:32.927 INFO adding route 172.17.0.53/32 -> 10.0.0.255
96852026-07-19T04:20:34.035ZJul 19 04:20:32.927 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 } }]
96862026-07-19T04:20:34.035ZJul 19 04:20:32.927 INFO adding route 172.17.0.54/32 -> 10.0.0.255
96872026-07-19T04:20:34.035ZJul 19 04:20:32.927 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 } }]
96882026-07-19T04:20:34.035ZJul 19 04:20:32.927 INFO adding route 172.17.0.55/32 -> 10.0.0.255
96892026-07-19T04:20:34.035ZJul 19 04:20:32.927 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 } }]
96902026-07-19T04:20:34.035ZJul 19 04:20:32.927 INFO adding route 172.17.0.56/32 -> 10.0.0.255
96912026-07-19T04:20:34.036ZJul 19 04:20:32.927 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 } }]
96922026-07-19T04:20:34.036ZJul 19 04:20:32.927 INFO adding route 172.17.0.57/32 -> 10.0.0.255
96932026-07-19T04:20:34.036ZJul 19 04:20:32.927 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 } }]
96942026-07-19T04:20:34.036ZJul 19 04:20:32.927 INFO adding route 172.17.0.58/32 -> 10.0.0.255
96952026-07-19T04:20:34.036ZJul 19 04:20:32.927 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 } }]
96962026-07-19T04:20:34.036ZJul 19 04:20:32.927 INFO adding route 172.17.0.59/32 -> 10.0.0.255
96972026-07-19T04:20:34.036ZJul 19 04:20:32.927 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 } }]
96982026-07-19T04:20:34.036ZJul 19 04:20:32.927 INFO adding route 172.17.0.60/32 -> 10.0.0.255
96992026-07-19T04:20:34.036ZJul 19 04:20:32.927 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 } }]
97002026-07-19T04:20:34.036ZJul 19 04:20:32.927 DEBG failed to allocate space for the new target list
97012026-07-19T04:20:34.036ZJul 19 04:20:32.927 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 } }]
97022026-07-19T04:20:34.036ZJul 19 04:20:32.928 DEBG created new freemap, unit: freemap_route_ipv4
97032026-07-19T04:20:34.036ZJul 19 04:20:32.928 DEBG created new freemap, unit: freemap_route_ipv6
97042026-07-19T04:20:34.036ZJul 19 04:20:32.928 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
97052026-07-19T04:20:34.036ZJul 19 04:20:32.928 DEBG reset freemap, unit: freemap_route_ipv4
97062026-07-19T04:20:34.036ZJul 19 04:20:32.928 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
97072026-07-19T04:20:34.036ZJul 19 04:20:32.928 DEBG reset freemap, unit: freemap_route_ipv6
97082026-07-19T04:20:34.036ZJul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97092026-07-19T04:20:34.036ZJul 19 04:20:32.928 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 } }]
97102026-07-19T04:20:34.036ZJul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97112026-07-19T04:20:34.036ZJul 19 04:20:32.928 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 } }]
97122026-07-19T04:20:34.036ZJul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97132026-07-19T04:20:34.036ZJul 19 04:20:32.928 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 } }]
97142026-07-19T04:20:34.043ZJul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.2
97152026-07-19T04:20:34.043ZJul 19 04:20:32.928 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 } }]
97162026-07-19T04:20:34.043ZJul 19 04:20:32.928 INFO adding route 172.17.0.0/32 -> 10.0.0.255
97172026-07-19T04:20:34.043ZJul 19 04:20:32.928 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 } }]
97182026-07-19T04:20:34.043ZJul 19 04:20:32.928 INFO adding route 172.17.0.1/32 -> 10.0.0.255
97192026-07-19T04:20:34.043ZJul 19 04:20:32.928 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 } }]
97202026-07-19T04:20:34.044ZJul 19 04:20:32.928 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97212026-07-19T04:20:34.044ZJul 19 04:20:32.928 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 } }]
97222026-07-19T04:20:34.044ZJul 19 04:20:32.928 INFO adding route 172.17.0.3/32 -> 10.0.0.255
97232026-07-19T04:20:34.044ZJul 19 04:20:32.928 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 } }]
97242026-07-19T04:20:34.044ZJul 19 04:20:32.928 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97252026-07-19T04:20:34.044ZJul 19 04:20:32.928 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 } }]
97262026-07-19T04:20:34.044ZJul 19 04:20:32.928 INFO adding route 172.17.0.5/32 -> 10.0.0.255
97272026-07-19T04:20:34.044ZJul 19 04:20:32.928 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 } }]
97282026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.6/32 -> 10.0.0.255
97292026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97302026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.7/32 -> 10.0.0.255
97312026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97322026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97332026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97342026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97352026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97362026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.10/32 -> 10.0.0.255
97372026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97382026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.11/32 -> 10.0.0.255
97392026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97402026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97412026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97422026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97432026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97442026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97452026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97462026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97472026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97482026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97492026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97502026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97512026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97522026-07-19T04:20:34.044ZJul 19 04:20:32.935 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97532026-07-19T04:20:34.044ZJul 19 04:20:32.935 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 } }]
97542026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97552026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97562026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97572026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97582026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97592026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97602026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97612026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97622026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97632026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97642026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97652026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97662026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97672026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97682026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97692026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97702026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97712026-07-19T04:20:34.045Z
97722026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97732026-07-19T04:20:34.045Zrunning 0 tests
97742026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97752026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97762026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97772026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97782026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97792026-07-19T04:20:34.045Z
97802026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97812026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97822026-07-19T04:20:34.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97832026-07-19T04:20:34.045ZJul 19 04:20:32.935 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97842026-07-19T04:20:34.045Z
97852026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97862026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97872026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97882026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97892026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97902026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97912026-07-19T04:20:34.045ZJul 19 04:20:32.935 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97922026-07-19T04:20:34.045ZJul 19 04:20:32.935 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 } }]
97932026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97942026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
97952026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97962026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
97972026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97982026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
97992026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98002026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
98012026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98022026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
98032026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98042026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
98052026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98062026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
98072026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98082026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
98092026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98102026-07-19T04:20:34.046ZJul 19 04:20:32.935 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 } }]
98112026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98122026-07-19T04:20:34.046ZJul 19 04:20:32.935 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98132026-07-19T04:20:34.046ZJul 19 04:20:32.935 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98142026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98152026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98162026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98172026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98182026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98192026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98202026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98212026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98222026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98232026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98242026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98252026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98262026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98272026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98282026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98292026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98302026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98312026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98322026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98332026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98342026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98352026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98362026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98372026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98382026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98392026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98402026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98412026-07-19T04:20:34.050ZJul 19 04:20:32.935 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98422026-07-19T04:20:34.050ZJul 19 04:20:32.935 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 } }]
98432026-07-19T04:20:34.050ZJul 19 04:20:32.935 DEBG failed to allocate space for the new target list
98442026-07-19T04:20:34.050ZJul 19 04:20:32.936 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 } }]
98452026-07-19T04:20:34.051Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-494cc2fde6cfb060)
98462026-07-19T04:20:34.051Z Running unittests src/lib.rs (target/debug/deps/dpd_api-8530a30046b353e1)
98472026-07-19T04:20:34.051Z
98482026-07-19T04:20:34.051Zrunning 0 tests
98492026-07-19T04:20:34.051Z
98502026-07-19T04:20:34.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-07-19T04:20:34.051Z
98522026-07-19T04:20:34.051Z Running unittests src/lib.rs (target/debug/deps/dpd_client-72740188343450c3)
98532026-07-19T04:20:34.051Z
98542026-07-19T04:20:34.051Zrunning 6 tests
98552026-07-19T04:20:34.051Ztest tests::test_full_lot_id_neither_present ... ok
98562026-07-19T04:20:34.051Ztest tests::test_full_lot_id_lotnum_only ... ok
98572026-07-19T04:20:34.051Ztest tests::test_full_lot_id_lot_only ... ok
98582026-07-19T04:20:34.051Ztest tests::test_full_lot_id_both_present ... ok
98592026-07-19T04:20:34.051Ztest tests::test_port_id_cmp ... ok
98602026-07-19T04:20:34.051Ztest tests::test_parse_client_port_id ... ok
98612026-07-19T04:20:34.051Z
98622026-07-19T04:20:34.051Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98632026-07-19T04:20:34.051Z
98642026-07-19T04:20:34.051Z Running tests/test_all.rs (target/debug/deps/test_all-95799b4f95d0216b)
98652026-07-19T04:20:34.051Z
98662026-07-19T04:20:34.051Zrunning 6 tests
98672026-07-19T04:20:37.046Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98682026-07-19T04:20:37.049Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98692026-07-19T04:20:37.049Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98702026-07-19T04:20:37.055Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98712026-07-19T04:20:37.387Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98722026-07-19T04:20:38.406Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98732026-07-19T04:20:38.406Z
98742026-07-19T04:20:38.406Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
98752026-07-19T04:20:38.406Z
98762026-07-19T04:20:38.413Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7a0206a3af5fc96f)
98772026-07-19T04:20:38.421Z
98782026-07-19T04:20:38.421Zrunning 0 tests
98792026-07-19T04:20:38.421Z
98802026-07-19T04:20:38.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98812026-07-19T04:20:38.421Z
98822026-07-19T04:20:38.428Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9373ecd659b223f5)
98832026-07-19T04:20:38.428Z
98842026-07-19T04:20:38.428Zrunning 0 tests
98852026-07-19T04:20:38.428Z
98862026-07-19T04:20:38.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-07-19T04:20:38.428Z
98882026-07-19T04:20:38.428Z Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863)
98892026-07-19T04:20:38.436Z
98902026-07-19T04:20:38.436Zrunning 12 tests
98912026-07-19T04:20:38.444Ztest icmp::test_v6_checksum ... ok
98922026-07-19T04:20:38.444Ztest icmp::test_v4_checksum ... ok
98932026-07-19T04:20:38.444Ztest ipv6::test_ipv6_parse ... ok
98942026-07-19T04:20:38.444Ztest lldp::test_lldp_parse ... ok
98952026-07-19T04:20:38.444Ztest pbuf::test_byte ... ok
98962026-07-19T04:20:38.444Ztest pbuf::test_nibble ... ok
98972026-07-19T04:20:38.444Ztest pbuf::test_overflow ... ok
98982026-07-19T04:20:38.444Ztest pbuf::test_short ... ok
98992026-07-19T04:20:38.444Ztest pbuf::test_twelve ... ok
99002026-07-19T04:20:38.444Ztest pbuf::test_word ... ok
99012026-07-19T04:20:38.445Ztest tcp::test_checksum_syn_nodata ... ok
99022026-07-19T04:20:38.445Ztest tcp::test_checksum_ack_data ... ok
99032026-07-19T04:20:38.445Z
99042026-07-19T04:20:38.445Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99052026-07-19T04:20:38.445Z
99062026-07-19T04:20:38.445Z Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a)
99072026-07-19T04:20:38.445Z
99082026-07-19T04:20:38.445Zrunning 0 tests
99092026-07-19T04:20:38.445Z
99102026-07-19T04:20:38.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-07-19T04:20:38.445Z
99122026-07-19T04:20:38.449Z Running unittests src/main.rs (target/debug/deps/swadm-ab4916f949fa478d)
99132026-07-19T04:20:38.450Z
99142026-07-19T04:20:38.450Zrunning 5 tests
99152026-07-19T04:20:38.450Ztest switchport::test::test_compute_lanes ... ok
99162026-07-19T04:20:38.450Ztest switchport::test::port_id_ordering ... ok
99172026-07-19T04:20:38.450Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
99182026-07-19T04:20:38.450Z Rx Loss-of-lock: YesLane 1 YesLane 2 Lane 3Yes
99192026-07-19T04:20:38.450Z Yes
99202026-07-19T04:20:38.450Z State: Activated Rx Loss-of-signal: YesActivated Yes ActivatedYes YesActivated
99212026-07-19T04:20:38.450Z
99222026-07-19T04:20:38.450Z Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse falseYes falseYes
99232026-07-19T04:20:38.450Z
99242026-07-19T04:20:38.450Z Rx Output Status: valid Tx Enabled: Yes valid Yes valid Yesvalid
99252026-07-19T04:20:38.450ZYes
99262026-07-19T04:20:38.450Z Rx Loss-of-lock: true Tx Loss-of-lock: Notrue No true trueNo
99272026-07-19T04:20:38.450Z No
99282026-07-19T04:20:38.450Z Rx Loss-of-signal: false Tx Loss-of-signal: No false No falseNo Nofalse
99292026-07-19T04:20:38.450Z
99302026-07-19T04:20:38.450Z Tx CDR Enabled: No Rx Auto-squelch Disable: true No trueNo No
99312026-07-19T04:20:38.450Ztrue Tx Adaptive EQ Fault: No true
99322026-07-19T04:20:38.450ZNo Tx Output Enabled: trueNo Notrue
99332026-07-19T04:20:38.450Z Tx Fault: Yestrue Yestrue
99342026-07-19T04:20:38.450ZYes Tx Output Status: invalid Yes
99352026-07-19T04:20:38.450Zinvalid invalid invalid
99362026-07-19T04:20:38.450Z Tx Loss-of-lock: false false false false
99372026-07-19T04:20:38.450Z Tx Loss-of-signal: true true true true
99382026-07-19T04:20:38.451ZTx Auto-squelch Disable: false false false false
99392026-07-19T04:20:38.451Z Tx Adaptive EQ Fail: true true true true
99402026-07-19T04:20:38.451Z Tx Failure: false false false false
99412026-07-19T04:20:38.451Z Tx Force Squelch: true true true true
99422026-07-19T04:20:38.451Z Tx Input Polarity: normal normal normal normal
99432026-07-19T04:20:38.451Ztest switchport::test::test_print_sff_datapath ... ok
99442026-07-19T04:20:38.451Ztest switchport::test::test_print_cmis_datapath ... ok
99452026-07-19T04:20:38.451Ztest link::test_filter ... ok
99462026-07-19T04:20:38.451Z
99472026-07-19T04:20:38.451Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99482026-07-19T04:20:38.451Z
99492026-07-19T04:20:38.451Z Running tests/counters.rs (target/debug/deps/counters-b5528da3b109cdee)
99502026-07-19T04:20:38.451Z
99512026-07-19T04:20:38.451Zrunning 1 test
99522026-07-19T04:20:38.451Ztest test_p4_counter_list ... ignored
99532026-07-19T04:20:38.451Z
99542026-07-19T04:20:38.451Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99552026-07-19T04:20:38.451Z
99562026-07-19T04:20:38.451Z Running tests/port-link.rs (target/debug/deps/port_link-fad4b98644edae0d)
99572026-07-19T04:20:38.455Z
99582026-07-19T04:20:38.455Zrunning 5 tests
99592026-07-19T04:20:38.455Ztest test_an ... ignored
99602026-07-19T04:20:38.455Ztest test_enable ... ignored
99612026-07-19T04:20:38.455Ztest test_ip_addresses ... ignored
99622026-07-19T04:20:38.455Ztest test_kr ... ignored
99632026-07-19T04:20:38.455Ztest test_mac ... ignored
99642026-07-19T04:20:38.455Z
99652026-07-19T04:20:38.455Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99662026-07-19T04:20:38.455Z
99672026-07-19T04:20:38.455Z Running unittests src/main.rs (target/debug/deps/tfportd-d1a670661a889578)
99682026-07-19T04:20:38.462Z
99692026-07-19T04:20:38.462Zrunning 3 tests
99702026-07-19T04:20:38.462Ztest linklocal::test_parse_ipadm ... ok
99712026-07-19T04:20:38.462Ztest tfport::test_parse_tfport ... ok
99722026-07-19T04:20:38.462Ztest config::tests::test_updates ... ok
99732026-07-19T04:20:38.462Z
99742026-07-19T04:20:38.462Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99752026-07-19T04:20:38.462Z
99762026-07-19T04:20:38.462Z Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee)
99772026-07-19T04:20:38.466Z
99782026-07-19T04:20:38.466Zrunning 0 tests
99792026-07-19T04:20:38.466Z
99802026-07-19T04:20:38.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-07-19T04:20:38.466Z
99822026-07-19T04:20:38.466Z Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d)
99832026-07-19T04:20:38.466Z
99842026-07-19T04:20:38.466Zrunning 0 tests
99852026-07-19T04:20:38.467Z
99862026-07-19T04:20:38.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-07-19T04:20:38.467Z
99882026-07-19T04:20:38.474Z Doc-tests aal
99892026-07-19T04:20:38.649Z
99902026-07-19T04:20:38.649Zrunning 0 tests
99912026-07-19T04:20:38.649Z
99922026-07-19T04:20:38.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-07-19T04:20:38.654Z
99942026-07-19T04:20:38.667Z Doc-tests aal_macros
99952026-07-19T04:20:38.743Z
99962026-07-19T04:20:38.743Zrunning 0 tests
99972026-07-19T04:20:38.743Z
99982026-07-19T04:20:38.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-07-19T04:20:38.743Z
100002026-07-19T04:20:38.753Z Doc-tests common
100012026-07-19T04:20:38.996Z
100022026-07-19T04:20:38.996Zrunning 0 tests
100032026-07-19T04:20:38.996Z
100042026-07-19T04:20:38.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-07-19T04:20:38.996Z
100062026-07-19T04:20:39.019Z Doc-tests dpd_api
100072026-07-19T04:20:39.865Z
100082026-07-19T04:20:39.866Zrunning 2 tests
100092026-07-19T04:20:39.866Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100102026-07-19T04:20:39.866Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100112026-07-19T04:20:39.866Z
100122026-07-19T04:20:39.866Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100132026-07-19T04:20:39.866Z
100142026-07-19T04:20:39.900Z Doc-tests dpd_client
100152026-07-19T04:20:41.211Z
100162026-07-19T04:20:41.211Zrunning 0 tests
100172026-07-19T04:20:41.211Z
100182026-07-19T04:20:41.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-07-19T04:20:41.212Z
100202026-07-19T04:20:41.259Z Doc-tests dpd_types
100212026-07-19T04:20:41.476Z
100222026-07-19T04:20:41.477Zrunning 0 tests
100232026-07-19T04:20:41.477Z
100242026-07-19T04:20:41.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-07-19T04:20:41.477Z
100262026-07-19T04:20:41.504Z Doc-tests dpd_types_versions
100272026-07-19T04:20:42.742Z
100282026-07-19T04:20:42.743Zrunning 1 test
100292026-07-19T04:20:42.743Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100302026-07-19T04:20:42.743Z
100312026-07-19T04:20:42.743Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-07-19T04:20:42.743Z
100332026-07-19T04:20:42.790Z Doc-tests packet
100342026-07-19T04:20:42.907Z
100352026-07-19T04:20:42.907Zrunning 0 tests
100362026-07-19T04:20:42.907Z
100372026-07-19T04:20:42.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-07-19T04:20:42.907Z
100392026-07-19T04:20:42.925Z Doc-tests pcap
100402026-07-19T04:20:42.980Z
100412026-07-19T04:20:42.980Zrunning 0 tests
100422026-07-19T04:20:42.980Z
100432026-07-19T04:20:42.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-07-19T04:20:42.980Z
100452026-07-19T04:20:43.039Zprocess exited: duration 587935 ms, exit code 0
 
100462026-07-19T04:20:43.048Zfound 0 output files